/* Top Cards */
.home-top-cards .et_pb_column {
    border-radius: 22px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 30px;
}
.home-top-cards .et_pb_column > .et_pb_module:nth-child(2) {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    height: 19.5vw;
}
.top-cards-grid-products img {
    border: 1px solid rgba(207, 207, 207, 0.50);
    margin-bottom: 2px !important;
}
.top-cards-grid-products .yith-wcwl-add-to-wishlist {
    display: none !important;
}
.top-cards-grid-products li {
    margin-bottom: 5px !important;
}
.top-cards-grid-products ul {
    margin-bottom: 0px !important;
}
.top-cards-grid-products h2 {
    padding: 0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px !important;
}
.top-cards-grid-products .woocommerce.columns-2 {
    width: 100%;
}
@media (max-width: 768px) {
    .home-top-cards .et_pb_column > .et_pb_module:nth-child(2) {
        height: 50vh;
    }
}
@media (min-width: 769px) and (max-width: 980px) {
    .home-top-cards .et_pb_column > .et_pb_module:nth-child(2) {
        height: 400px;
    }
}




/* Our Clients Love & 'Related to items you've viewed' section */
#home-clients-love-module .tp-image-wrapper,
#home-related-items-module .tp-image-wrapper {
    background-image: url("/wp-content/uploads/2024/01/our-clients-love-background.svg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: contain;
}
#home-clients-love-module .price,
#home-clients-love-module h2,
#home-related-items-module .price,
#home-related-items-module h2 {
    width: 75%;
    margin: 0 auto !important;
}
#home-clients-love-module .et_shop_image img,
#home-related-items-module .et_shop_image img {
    padding: 20px;
}
#home-clients-love-module .yith-wcwl-add-button,
#home-related-items-module .yith-wcwl-add-button {
    display: none !important;
}

/* Buttons */
.interest-products-row > .et_pb_column > .et_pb_button_module_wrapper > .et_pb_button:hover {
    opacity: 0.7;
    background-color: transparent !important;
}
@media (min-width: 769px) {
    .interest-products-row > .et_pb_column > .et_pb_button_module_wrapper {
        float: right;
        margin-bottom: 0px;
        top: -11px;
    }
}
@media (max-width: 768px) {
    .interest-products-row > .et_pb_column > .et_pb_button_module_wrapper {
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .interest-products-row > .et_pb_column > .et_pb_button_module_wrapper > .et_pb_button {
        padding: 5px 15px;
    }
}

/*************/
/* CAROUSELS */
/*************/

/* Carrousels 'Related product' 'our clients love' */
@media(max-width:980px){
    .vic-carrusel.et_pb_shop ul.products li.class-slick-slider.product {
        width:100% !important;
    }
}
.vic-carrusel .slick-slide {
    margin: 0 25px;
}
.vic-carrusel li img {
    width:100%;
}
.vic-carrusel li .woocommerce-loop-product__title{
    margin-top:15px;
}
.vic-carrusel .slick-prev,
.vic-carrusel .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 130px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    outline: none;
    border-radius: 5px;
    border: 1px solid rgba(136, 136, 136, 0.50);
    background: rgba(255, 255, 255, 0.80);
}
@media (max-width: 768px) {
    .vic-carrusel .slick-prev, 
    .vic-carrusel .slick-next {
        width: 40px;
        height: 60px;
    }
}
.vic-carrusel .slick-prev:hover,
.vic-carrusel .slick-prev:focus,
.vic-carrusel .slick-next:hover,
.vic-carrusel .slick-next:focus {
    outline: none;
}
.vic-carrusel .slick-prev:hover:before,
.vic-carrusel .slick-prev:focus:before,
.vic-carrusel .slick-next:hover:before,
.vic-carrusel .slick-next:focus:before {
    opacity: 1;
}
.vic-carrusel .slick-prev.slick-disabled:before,
.vic-carrusel .slick-next.slick-disabled:before{
    opacity: .25;
}
.vic-carrusel .slick-prev:before,
.vic-carrusel .slick-next:before {
    font-family: 'etmodules';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #888888;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.vic-carrusel .slick-prev {
    left:0px;
    z-index: 99;
}
[dir='rtl'] .vic-carrusel .slick-prev {
    right: 16px;
    left: auto;
}
.vic-carrusel .slick-prev:before {
    content: '\34';
}
[dir='rtl'] .vic-carrusel .slick-prev:before {
    content: '\35';
}
.vic-carrusel .slick-next {
    right: 0px;
    z-index: 99;
}
[dir='rtl'] .vic-carrusel .slick-next {
    right: auto;
    left: 16px;
}
.vic-carrusel .slick-next:before {
    content: '\35';
}
[dir='rtl'] .vic-carrusel .slick-next:before {
    content: '\34';
}

/* Carrousel for Home top cards  */
.home-top-cards .slick-slide {
    margin: 5px 25px;
}
.home-top-cards .slick-prev,
.home-top-cards .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 130px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    outline: none;
    border-radius: 5px;
    border: 1px solid rgba(136, 136, 136, 0.50);
    background: rgba(255, 255, 255, 0.80);
}
@media (max-width: 768px) {
    .home-top-cards .slick-prev,
    .home-top-cards .slick-next {
        width: 40px;
        height: 60px;
    }
}
.home-top-cards .slick-prev:hover,
.home-top-cards .slick-prev:focus,
.home-top-cards .slick-next:hover,
.home-top-cards .slick-next:focus {
    outline: none;
}
.home-top-cards .slick-prev:hover:before,
.home-top-cards .slick-prev:focus:before,
.home-top-cards .slick-next:hover:before,
.home-top-cards .slick-next:focus:before {
    opacity: 1;
}
.home-top-cards .slick-prev.slick-disabled:before,
.home-top-cards .slick-next.slick-disabled:before {
    opacity: .25;
}
.home-top-cards .slick-prev:before,
.home-top-cards .slick-next:before {
    font-family: 'etmodules';
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #888888;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.home-top-cards .slick-prev {
    left:0px;
    z-index: 99;
}
[dir='rtl'] .home-top-cards .slick-prev {
    right: 16px;
    left: auto;
}
.home-top-cards .slick-prev:before {
    content: '\34';
}
[dir='rtl'] .home-top-cards .slick-prev:before {
    content: '\35';
}
.home-top-cards .slick-next {
    right: 0px;
    z-index: 99;
}
[dir='rtl'] .home-top-cards .slick-next {
    right: auto;
    left: 16px;
}
.home-top-cards .slick-next:before {
    content: '\35';
}
[dir='rtl'] .home-top-cards .slick-next:before {
    content: '\34';
}