/*
 Theme Name:     Matglori
 Theme URI:      https://imesdisseny.com
 Description:    Divi Child Theme
 Author:         imesdisseny
 Author URI:     https://imesdisseny.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Hace la galería vertical y a la izquierda */
.single-product div.product .woocommerce-product-gallery .flex-viewport {
    width: 80% !important;
    float: right;
}
.et_pb_wc_images div.images ol.flex-control-thumbs.flex-control-nav {
    width: 19% !important;
    float: left;
    display: block;
}
.et_pb_wc_images div.images ol.flex-control-thumbs.flex-control-nav li {
    width: 100%;
    float: none;
    margin-bottom: 10px;
}
.et_pb_wc_images div.images ol.flex-control-thumbs.flex-control-nav li img {
    box-shadow: none;
}




/* responsive */

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {

}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
 
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 
}