.summary .product_meta {
    display: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 15px;
}

.tabordion {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    display: block;
    clear: both;

    @media all and (min-width:768px) {
        padding-top: 30px;
        display: flex;
        flex-flow: wrap;
        gap: 2%;
    }
}

.tabordion section {
    display: block;
    width: 100%;
    left: 0;
}

.tabordion section input[name="sections"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}



.tabordion section input[name="sections"]:checked~div.tab-content-product {
    display: block;
}

.tabordion section label , .nav-tab-product ul li{
    color: #4a4f54;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 11px 20px;
    width: 100%;
    z-index: 3;
    border: 1px solid #AEACAC;
    border-left: 0;
    border-right: 0;
    position: relative;
    margin-bottom: 14px;

    /* @media all and (min-width:768px) {
        width: 33%;
    } */

    svg {
        position: absolute;
        right: 30px;
        top: 12px;
        width: 18px !important;
        height: 18px !important;
        transform: rotate(0deg);
        transition: transform 0.3s ease-in-out;

        @media all and (min-width:768px) {
            right: 30px;
            top: 15px;
        }
    }
}
.tabordion section input[name="sections"]:checked+label, .nav-tab-product__active {
    background: rgb(244 244 244);
    color: var(--primary-color) !important;
    font-weight: 700;

    svg {
        transform: rotate(-90deg);
    }
}

.tabordion section label{
    @media all and (min-width:768px) {
       display: none;
    }
}
.tabordion section div.tab-content-product {
    display: none;
    left: 0;
    width: 100%;
    padding: 1em;
    position: relative;
    top: 0;

}

.tabordion section div p {
    margin-bottom: 1em;
}

.tabordion section div.tab-content-product:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    display: block;
    left: -229px;
    position: absolute;
    top: 0;
    width: 220px;
    z-index: 1;
}
.tab-content-product{
    @media all and (max-width:768px) {
        .row{
            display: block;
        }
    }
}
.content-tab-product {
    width: 100%;
    @media(min-width: 768px) {
        width: 68%;
    }
}
.nav-tab-product {
    width: 30%;
    @media(max-width: 768px) {
        display: none;
    }
}
.nav-tab-product ul{
    padding: 0; 
    li:before{
        display: none;
    }
}

.tab-content-product--active {
    @media(min-width:768px){
        display: block !important;
    }
}
/* arrow */
ul.flex-direction-nav {
    position: absolute;
    top: 36%;
    display: flex;
    width: 95%;
    gap: 0;
}

ul.flex-direction-nav li {
    width: 50%;
}

li.flex-nav-prev {
    text-align: left;
}

li.flex-nav-next {
    text-align: right;
}

ul.flex-direction-nav a {
    color: transparent;
    position: relative;
}

ul.flex-direction-nav a:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: transparent url(../images/sprite/carousel-caret-gray.svg) no-repeat 50% 50% / 67px auto !important;
}

.flex-prev:before {
    transform: rotate(180deg);
}

.new-product-badge {
    position: absolute;
    top: 0;
    left: 10px;
    background-color: #9cb92d;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding: 18px 10px;
    font-family: Arial, sans-serif;
    clip-path: polygon(0px 0px, 85px 0px, 100% 100%, 50% 90%, 0 100%);
    text-transform: uppercase;
}

.single-product {
    .flex-viewport {
        max-height: 550px;
    }

    .woocommerce-product-gallery__wrapper img {
        object-fit: contain;
        max-height: 550px;
        margin: auto;
    }

    .product_title {
        color: var(--primary-color);
    }

    @media all and (max-width:768px) {
        iframe {
            width: 100% !important;
        }
        .row{
            margin: auto;
            display: block;
        }
    }
    .flex-control-nav.flex-control-thumbs {
        @media all and (min-width:768px) {
            justify-content: center;
            display: flex;
        }
    }

    .new-product-badge {
        left: 70px;
    }
    .product-title-single {
        display: flex;
        align-items: center;
        position: relative;
        left: -15px;
    }
}

.related.products, .upsells.products{
    text-align: center;
    clear: both;

    ul .button {
        display: none !important;
    }

    .new-product-badge {
        left: 0px;
    }
}

/* Nav page product */
.container-nav-products-icon {
    display: flex;
    justify-content: center;
    align-items: center;

    .wp-block-image {
        width: auto;
    }

    .wp-block-heading {
        width: auto;
        margin: 0;
        text-align: left;
    }
}

.nav-products-icon {
    padding: 10px;
}

.nav-product a {
    font-weight: normal !important;
    line-height: 1.2;
}

.nav-product a strong {
    font-weight: bold;
    display: block;
}

.list-products-general .product {
    text-align: center;
}

.list-products-general .product a.button {
    display: none !important;
}

.list-products-category {
    li {
        text-align: center;
    }

    .description-product-list {
        text-align: left;
        color: #6E6F72;
        line-height: normal;
        font-weight: 100 !important;
        font-size: 15px;
        min-height: 4rem;
    }
}

h2.woocommerce-loop-product__title {
    font-weight: 600;
}
a.button.product_type_simple.c-btn {
    border: 3px solid var(--btn-bg-color-gradient);
    background: var(--btn-bg-color-gradient);
    color: white;
    border-radius: var(--border-radius);
}

.product-categories-children {
    font-size: 14px;
}

.archive.woocommerce{
    .row{
        align-items: center;
    }

    header.woocommerce-products-header {
        width: 100%;
    }

    p.woocommerce-result-count {
        width: 78%;
    }
}
