/*
 Theme Name:     Divi creative agency
 Theme URI:      https://demo.infomaniak.com/preview?t=divi-creative-agency
 Description:    Votre site sera constitue de plusieurs pages (accueil, blog, contact, etc...) que vous pourrez librement personnaliser selon vos besoins.
 Author:         Infomaniak
 Author URI:     https://www.infomaniak.com
 Template:       Divi
 Version:        1.0.2
*/
 
@import url("../Divi/style.css");
#page-container header{
    display: none!important;
}
.woocommerce-product-gallery .swiper-wrapper .swiper-slide > div {
    width: 100%;
    border-radius: 5px;
    height: 78px;
}

/* form.cart .add_option {
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

form.cart .add_option .first_label {
    flex: 0 0 100%;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}

form.cart .add_option label{
    position: relative;
    cursor: pointer;
}

form.cart .add_option label input[type="radio"] {
    position: absolute;
    opacity: 0;
}

form.cart .add_option label span{
    border-radius: 30px;
    border: 1px solid #ddd;
    padding: 4px 15px;
    font-weight: 600;
    transition: all 0.5s ease 0s;
}

form.cart .add_option label:hover span, form.cart .add_option label input[type="radio"]:checked + span{
    border-color: #333;
    background-color: #333;
    color: #fff;
} */

form.cart .quantity input[type="number"] {
    border-radius: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100px;
}

.woocommerce div.product form.cart .single_add_to_cart_button, body.woocommerce-page .woocommerce .button {
    border-radius: 0 !important;
    border-color: #333;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    border-width: 1px;
}

body.woocommerce-page .woocommerce .button:hover{
    color: #333;
    border-color: transparent;
}

.woocommerce div.product form.cart .single_add_to_cart_button::after, body.woocommerce-page .woocommerce .button::after {
    font-size: 30px;
}

.des_list .first_tag{
    padding-bottom: 0;
}

.woocommerce .woocommerce-message {
    background-color: rgb(51 51 51 / 10%);
    color: #333 !important;
    font-size: 16px !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce .woocommerce-message .button {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    order: 1;
}

.woocommerce .woocommerce-message .button:hover{
    color: #333;
}

.woocommerce .woocommerce-message .button::after {
    font-size: 24px;
}

.single-product .product .price {
    margin-bottom: 20px;
    font-weight: bold;
    color: #333 !important;
}

.woocommerce .woocommerce-breadcrumb {
    color: #333;
}

.product_meta > span {
    display: block;
    margin-bottom: 3px;
}

.product_meta > span a {
    color: #333;
    font-weight: bold;
}

.woocommerce div.product a{
    color: #333;
    font-weight: bold;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding-top: 10px;
    padding-bottom: 10px;
}

.woocommerce .woocommerce-info {
    background-color: transparent;
    color: #333 !important;
    border: 1px solid #333;
    font-size: 16px !important;
    font-weight: bold;
}
.woocommerce .woocommerce-info a{
    color: #333 !important;
    text-decoration: underline;
}
.woocommerce .woocommerce-info a:hover{
    text-decoration: none;
}

.woocommerce-checkout .col2-set {
    width: 48%;
    float: left;
}

.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 {
    float: none;
    width: 100%;
}

.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
    float: right;
    width: 48%;
}

.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 20px;
}

.entry-summary .product_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.select_box {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

.select_box .select_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f1f1f1;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
}

.select_box .select_title svg {
    width: 20px;
}

.select_box .add_option {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    padding: 15px;
    height: 220px;
    overflow-y: auto;
    display: none;
    position: absolute;
    top: 48px;
    width: 100%;
}

.select_box .add_option label {
    display: block;
}

@media screen and (max-width:767px){ 
    .woocommerce .woocommerce-message {
        justify-content: center;
        text-align: center;
    }
    .woocommerce div.product div.summary {
        margin-top: 20px;
    }
    body.woocommerce-page .woocommerce .button{
        width: auto !important;
    }

    .woocommerce-checkout .col2-set, .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
        float: none;
        width: 100%;
    }
}

.single.single-product #main-content #sidebar{
    display: none;
}

.single.single-product #main-content #left-area{
    width: 100%!important;
    padding: 0;
}
.et_right_sidebar #main-content .container:before{
    display: none!important;
}