/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.payment-option label img[src*="cyber_paiementafter"] {
    max-height: 20px;
    margin-right: 12px;
    float: left;
    margin-top: -5px;
  }

 .product .description{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
 }

 #designerInput #designer{
    font-weight: 600;
 }

#designerInput #designer:hover {
    font-weight: 600;
    cursor: pointer;
}

.elementor-widget-product-attachments .elementor-widget-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
}

@media screen and (max-width: 767px) {
    .elementor-widget-product-attachments .elementor-widget-container{
        justify-content: center;
    }
}

.image-header img{
    width: 100%;
  height: 500px;
  object-fit: cover;
}

.btn.btn-primary{
    background-color: #00ade9;
}

#content{
    padding: 0 !important;
}

main .container{
    max-width: 100%;
    width: 1440px;
}

body #footer{
    padding-top: 0;
 }

 #wrapper .breadcrumb {
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 40px;
 }

.breadcrumb li a span{
    color: #00ade9;
    font-weight: bold;
    text-transform: uppercase;
}

.breadcrumb li span{
    color: #4D4D4D;
    font-weight: bold;
    text-transform: uppercase;
}

#wrapper .breadcrumb li::after {
content: ">";
font-size: 12px;
}

#wrapper{
    background-color: white;
}

.add-to-cart-product a{
    width: 100%;
}

.product-tabs-details h1,
.product-tabs-details h2,
.product-tabs-details h3,
.product-tabs-details h4,
.product-tabs-details h5,
.product-tabs-details h6{
    font-size: 16px;
    text-transform: uppercase;
    color: #4d4d4d;
    line-height: 1,2em;
}

.elementor-widget-tabs .elementor-tabs {
  text-align: justify;
}

.download-button-product a{
    background-color: #2c2c2c;
    padding: 16px 24px;
    min-width: 250px;
    margin-bottom: 40px;
    position: relative;
}

.download-button-product a::after{
    content: "";
    position: absolute;
    width: 100%;
    display: block;
    height: 2px;
    background-color: #7A7A7A;
    bottom: -20px;
    left: 0;
}

.download-button-product a:hover{
    background-color: #00ade9;
}

.pagination-category .ce-pagination .elementor-button.elementor-active{
    background-color: white;
    position: relative;
}

.pagination-category .ce-pagination .elementor-button.elementor-active .elementor-button-content-wrapper::after{
    content: "";
    background-color: black;
    bottom: 0;
    width: 100%;
    height: 2px;
    position: absolute;
}

.product-tabs-details .elementor-tabs-wrapper{
    border-bottom: 2px solid #9D9D9D;
    overflow: visible;
}

.product-tabs-details .elementor-tabs-wrapper > .elementor-active::after{
    width: 100% !important;
    height: 2px !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 0 !important;
    background-color: #4D4D4D !important;
    content: "" !important;
    z-index: 10;
}

.product .product-miniature .thumbnail-container{
    width: 100%;
    height: 100%;
}

.product .product-miniature .thumbnail-container img{
    width: 100%;
}

.product .product-miniature .product-title{
    text-align: start;
    margin: 0;
    text-transform: uppercase;
    color: #4D4D4D;
    font-weight: 800;
}

.product .product-miniature .product-title a{
    font-size: 24px;
    color: #4D4D4D;
    font-weight: 800;
    text-align: start;
}

.product .product-miniature .price{
    font-size: 18px;
    font-weight: 300;
}

.product .product-miniature .product-price-and-shipping{
    text-align: start;
}

.product .product-miniature .btn{
    border: 1px solid #00ade9;
    color: #00ade9;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 24px;
    text-align: center;
    width: 250px;
    max-width: 100%;
    margin-top: auto;
}

.product .product-miniature .product-description{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    padding-top: 20px;
}

@media screen and (max-width: 767px) {
    .product .product-miniature .product-description{
        align-items: center;
    }
    .product .product-miniature .thumbnail-container{
        align-items: center;
    }
}

.tabs-home .elementor-cta-content{
    flex-direction: column;
  justify-content: center;
  align-content: start;
}

.tabs-home .elementor-cta-title,
.tabs-home .elementor-cta-description{
    max-width: 420px;
}

.product .product-description .h3.product-title{
  font-family: "Montserrat", sans-serif;
  font-size: 22px !important;
}

.product-miniature .thumbnail-container:focus .product-description::after, .product-miniature .thumbnail-container:hover .product-description::after{
    border-top: none;
}

.elementor-nav .menu-item-has-children .menu-item a{
    margin-right: 0;
}

#js-product-list .products{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

#js-product-list .products .product{
    width: calc(20% - 16px);
    height: auto;
    align-self: unset;
}

@media screen and (max-width: 1279px){
    #js-product-list .products .product{
        width: calc(33% - 16px);
    }
}

@media screen and (max-width: 991px){
    #js-product-list .products .product{
        width: calc(50% - 16px);
    }
}

@media screen and (max-width: 740px){
    #js-product-list .products .product{
        width: calc(100%);
    }
}

#js-product-list .products .product .product-miniature{
    height: 100%;
}

#js-product-list .products .product .thumbnail-container{
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

/* #js-product-list .products .product img{
    height: 450px;
    object-fit: cover;
} */

/* #product .elementor-swiper .elementor-main-swiper img.elementor-carousel-image{
    max-height: 600px;
} */

/* #product .elementor-thumbnails-swiper  .swiper-slide{
    height: 130px !important;
} */

.elementor-element-populated .elementor-product-miniature img{
    height: 300px !important;
    object-fit: cover;
}

/* @media screen and (max-width: 767px) {
    #product .elementor-thumbnails-swiper  .swiper-slide{
        height: 75px !important;
    }

.elementor-element-populated .elementor-product-miniature img{
    height: 400px !important;
    object-fit: cover;
    }
} */

#colorize-container-custom .ui-widget-header a{
    font-size: 18px;
}

#colorize-container-custom{
    padding: 10px;
}

#colorize-container-custom .cpp_prices{
    font-size: 28px !important;
}

body .page-header h1{
    font-size: 42px;
}

@media screen and (max-width: 767px) {
    body .page-header h1{
        font-size: 30px;
    }
}

#product .elementor-widget-product-description .elementor-container {
    max-width: none;
}

.custom-product-info{
    display: none;
}

.related-products .elementor-price-wrapper{
    display: none;
    visibility: hidden;
    opacity: 0;
}

.lang-fr .related-products .elementor-content::after{
    content: 'Voir le produit';
    position: relative;
    border: 1px solid #00ade9;
    color: #00ade9;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 24px;
    text-align: center;
    width: 250px;
    max-width: 100%;
    margin-top: 20px;
    display: block;
}

.lang-en .related-products .elementor-content::after{
    content: 'See product';
    position: relative;
    border: 1px solid #00ade9;
    color: #00ade9;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 24px;
    text-align: center;
    width: 250px;
    max-width: 100%;
    margin-top: 20px;
    display: block;
}

.related-products .elementor-content{
    position: relative;
}

/* RESPONSIVE TABLE ELEMENTOR */

/* table > tbody > tr{
    display: flex;
    flex-direction: row;
} */

/* body .elementor img {
    height: 100%;
    object-fit: cover;
    max-width: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
  } */

/* END RESPONSIVE TABLE ELEMENTOR */