@media (max-width: 1200px) {
	
	/*== SHOP ==*/

	.woocommerce-shop-container {
 		text-align: center;
}
	
	.products.columns-4 li {
	    flex: 0 0 calc(40% + 0px);
}
	
		/*== SHOP END ==*/
	
	/*== == PRODUCT == ==*/
	
	.woocommerce div.product div.images.woocommerce-product-gallery {
	    flex: 0 0 50%;
}

	.woocommerce div.product div.images .flex-control-thumbs {
    	justify-content: center;
	}

	.woocommerce div.product div.summary {
	    flex: 0 0 45%;
	}
	
		/*== == PRODUCT END == ==*/
	
}
	
	@media (max-width: 1024px) {
		
		/*== == PRODUCT == ==*/
		
		.woocommerce div.product {
    flex-direction: column;
    align-items: center;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    flex: 0 0 100%;
    width: 100%;
}

.flex-viewport img {
    margin: auto;
    height: 100%;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    margin: auto;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    flex: 0 0 100px;
    margin: 0px;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.product-wrapper-top::before {
    max-width: unset;
    top: 200px;
    background-position: bottom right;
    right: 0px;
}

.woocommerce-product-gallery__image.flex-active-slide {
    height: 400px;
    width: 400px;
}

.summary.entry-summary {
    text-align: center;
    padding-bottom: 50px;
}

.summary.entry-summary a {
    margin: auto;
}

div#tab-description {
    text-align: center;
    padding: 20px 10px;
}

ul.tabs.wc-tabs {
    flex-direction: column;
}

.single-product .product-wrapper {
    padding: 0px;
}

			
.flex-viewport {
    width: 500px;
    margin: auto;
}

		
			/*== == PRODUCT END == ==*/
		
	}

@media (max-width: 767px) {

/*== == PRODUCT === ==*/

.flex-viewport {
    width: 400px;
    height: 400px !important;
    margin: auto;
}

.flex-viewport img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.woocommerce-product-gallery__image.flex-active-slide {
    margin: auto;
}

.woocommerce div.product div.images .flex-control-thumbs li {
}

.product-wrapper-top::before {
    max-width: unset;
    top: 200px;
    background-position: bottom right;
    right: 0px;
}

	.woocommerce div.product div.images .flex-control-thumbs li img {
}


	
		/*== == PRODUCT END == ==*/
	
}

@media (max-width: 640px) {

	.woocommerce div.product div.images .flex-control-thumbs {
	    flex-wrap: wrap;
}
	
}

@media (max-width: 540px) {

	/*== == PRODUCT == ==*/

.flex-viewport {
    width: 300px;
    height: 300px !important;
    margin: auto;
}

.woocommerce div.product div.images .flex-control-thumbs li {
}


.desc-wrapper .row-container {
    padding: 0px;
}

.flex-viewport img {
    margin: auto;
    width: 100%;
    height: 75%;
}

	.woocommerce div.product div.summary {
		margin-top: 0px;
}

	
		/*== == PRODUCT END == ==*/
	
}

@media (max-width: 400px) {

.flex-viewport {
    width: 280px;
    height: 280px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    width: 90%;
}

.flex-viewport img {
    margin: auto;
    width: 100%;
    height: 70%;
}
	
}