#look-details-wrapper{
    display: flex;
    justify-content: space-between;
    padding: 20px 0 0 0;
}
@media (max-width: 768px) {
    #look-details-wrapper{
        flex-direction: column;
    }
}
/*************
IMAGES
 */
#look-details-wrapper section#look-details-images{
    flex: 1;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, minmax(0,1fr));
}
@media (max-width: 768px) {
    #look-details-wrapper section#look-details-images{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 0 0 1rem 0;
        margin: 0 0 1rem 0;
    }
}
#look-details-wrapper section#look-details-images .look-image:first-child{
    grid-column: 1 / 3;
}
#look-details-wrapper section#look-details-images .look-image img{
    max-width: 100%;
    cursor: pointer;
}
@media (max-width: 768px) {
    #look-details-wrapper section#look-details-images .look-image{
        min-width: 90%;
    }
}
/*************
DATAS
 */
#look-details-wrapper section#look-details-datas{
    flex: 1;
    padding: 0 0 0 1rem;
}


/*************
PRODUCTS
 */
#look-details-wrapper section#look-details-datas .look-products-wrapper .look-product{
    display: flex;
    justify-content: space-between;
    margin: 0 0 2rem 0;
}
@media (max-width: 768px) {
    #look-details-wrapper section#look-details-datas .look-products-wrapper .look-product{
        flex-direction: column;
    }
}
#look-details-wrapper section#look-details-datas .look-products-wrapper .look-product.disabled{
    opacity: 0.5;
}
#look-details-wrapper section#look-details-datas .look-products-wrapper .look-product .image{
    width: 140px;
    flex-shrink: 0;
    margin: 0 1rem 0 0;
}
@media (max-width: 768px) {
    #look-details-wrapper section#look-details-datas .look-products-wrapper .look-product .image{
        width: 100%;
        text-align: center;
        margin: 0 0 1rem 0;
    }
}
#look-details-wrapper section#look-details-datas .look-products-wrapper .look-product .content{
    flex: 1;
    display: flex;
    flex-direction: column;
}

#look-details-wrapper section#look-details-datas .look-products-wrapper .look-product .content .datas{

}
#look-details-wrapper section#look-details-datas .look-products-wrapper .look-product .content .datas .product-prices .tax-shipping-delivery-label{
    display: none;
}
#look-details-wrapper section#look-details-datas .look-products-wrapper .look-product .content .look-add-to-cart form{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media (max-width: 768px) {
    #look-details-wrapper section#look-details-datas .look-products-wrapper .look-product .content .look-add-to-cart form{
        flex-direction: column;
        align-items: flex-start;
        margin: 0 0 1rem 0;
    }
}

#look-details-wrapper section#look-details-datas .look-products-wrapper .look-product .content .look-add-to-cart form .product-quantity .qty{
    display: none;
}
#look-details-wrapper section#look-details-datas .look-products-wrapper .look-product .content .look-add-to-cart form .product-add-to-cart .control-label:first-child{
    display: none;
}
#look-details-wrapper section#look-details-datas .look-products-wrapper .look-product .content .look-add-to-cart form .product-variants{
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    #look-details-wrapper section#look-details-datas .look-products-wrapper .look-product .content .look-add-to-cart form .product-variants{
        flex-direction: column;
        align-items: flex-start;
    }
}
#look-details-wrapper section#look-details-datas .look-products-wrapper .look-product .content .look-add-to-cart form .product-variants > .product-variants-item {
    margin: 0 1rem 0 0;
}
@media (max-width: 768px) {
    #look-details-wrapper section#look-details-datas .look-products-wrapper .look-product .content .look-add-to-cart form .product-variants > .product-variants-item {
        margin: 0 0 1rem 0;
    }
}
#look-details-wrapper section#look-details-datas .look-products-wrapper .look-product .content .look-add-to-cart form .product-add-to-cart{
    text-align: right;
}
@media (max-width: 768px) {
    #look-details-wrapper section#look-details-datas .look-products-wrapper .look-product .content .look-add-to-cart form .product-add-to-cart{
        text-align: left;
    }
}


/*****************
MORE LOOKS
 */

section#more-looks{
    margin: 2rem 0 1rem 0;
}
section#more-looks .looks{
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
    padding: 0 0 1rem 0;
}
section#more-looks .looks .look-preview{
    width: 20%;
    flex-shrink: 0;
    margin: 0 1rem 0 0;
}

@media (max-width: 768px) {
    section#more-looks .looks .look-preview{
        width: calc(50% - 1rem);
    }
}



/*****************************************
*****************************************
OVERRIDE WIMOD
 */

section#look-details-datas .look-details-title{
    margin: 0 0 2rem 0;
}


section#look-details-datas .look-details-description{
    margin: 0 0 1rem 0;
}

#look-details-wrapper section#look-details-datas .look-products-wrapper .look-product .content .look-add-to-cart form {
    align-items: flex-end;
}
@media (max-width: 768px) {
    #look-details-wrapper section#look-details-datas .look-products-wrapper .look-product .content .look-add-to-cart form {
        align-items: flex-start;
    }
}
#look-details-wrapper section#look-details-datas .look-products-wrapper .look-product .content .look-add-to-cart form .product-variants{
    width: 40%;
}
@media (max-width: 768px) {
    #look-details-wrapper section#look-details-datas .look-products-wrapper .look-product .content .look-add-to-cart form .product-variants{
        width: 100%;
    }
}
#look-details-wrapper section#look-details-datas .look-products-wrapper .look-product .content .look-add-to-cart form .product-variants .product-variants-item{
    width: 100%;
}
#look-details-wrapper section#look-details-datas .look-products-wrapper .look-product .content .look-add-to-cart form .product-variants .product-variants-item select{
    display: block;
    width: 100%;
    height: 39px;
    line-height: 39px;
}
@media (max-width: 768px) {
    #look-details-wrapper section#look-details-datas .look-products-wrapper .look-product .content .look-add-to-cart form .product-add-to-cart {
        width: 100%;
    }
    #look-details-wrapper section#look-details-datas .look-products-wrapper .look-product .content .look-add-to-cart form .product-add-to-cart .product-quantity{
        justify-content: flex-end;
    }
}
.product-quantity .qty, .product-quantity .add {
    float: none;
    margin-bottom: 0;
}
.wishlist_product_list{
    position: static;
}

p.product-minimal-quantity{
    display: none;
}




#product_images_splide {
    display: inline-flex;
    justify-content: center;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, .5);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    height: 100vh;
    overflow-y: auto;
}
#product_images_splide .splide__slide {
    display: table;
    margin: auto;
}
#product_images_splide .splide__arrows {
    width: 50%;
    position: absolute;
    z-index: 100000;
    cursor: pointer;
    right: 25%;
    height: 35px;
    bottom: 0;
}
#product_images_splide .splide__arrows svg {
    display: none;
    background: none;
}
#product_images_splide .splide__arrows .splide__arrow {
    width: 16px;
    height: 16px;
    top: 30%;
    position: absolute;
    border-radius: 0;
}
#product_images_splide .splide__arrows .splide__arrow--prev {
    border: none;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    background: transparent;
    left: 10px;
    cursor: pointer;
}
#product_images_splide .splide__arrows .splide__arrow--next {
    border: none;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    background: transparent;
    right: 10px;
    cursor: pointer;
}
@media (max-width: 768px) {
    #product_images_splide .splide__pagination {
        position: relative;
        bottom: 0;
        background: white;
        height: 35px;
        padding-bottom: 5px;
        width: 100%;
    }
}
@media (max-width: 768px) {
    #product_images_splide .splide__track {
        width: 100vw;
    }
}
#product_images_splide .splide__list {
    margin-bottom: 1rem;
}
#product_images_splide .splide__list img {
    height: 100vh;
}
#product_images_splide .close_content {
    position: fixed;
    height: 50px;
    z-index: 100000;
    cursor: pointer;
    right: 0;
    top: 0;
}
@media (max-width: 768px) {
    #product_images_splide .close_content {
        right: 0;
        left: initial;
        transform: none;
        height: 35px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        font-size: 0.75rem;
        bottom: 0;
        justify-content: flex-end;
        padding-right: 30px;
        position: absolute;
        width: 25%;
    }
}
@media (max-width: 768px) {
    #product_images_splide .close_content .close_mobile {
        z-index: 999999;
    }
}
#product_images_splide .close_content .close {
    width: 40px;
    height: 40px;
    opacity: 1;
    background-color: white;
}
#product_images_splide .close_content .close:before {
    position: absolute;
    left: 20px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #f08243;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#product_images_splide .close_content .close:after {
    position: absolute;
    left: 20px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #f08243;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#module-refine_look-details .product-variants select{
    border: solid 1px!important;
    border-radius: 0!important;

}
