#product-sidebar {
    /* padding: 0 22px 0 15px; */
    padding-right: 7px;
}

.product-main .large-9 {
    border-left: none !important;
    padding-left: 22px !important;
}

.product-main {
    padding-bottom: 0 !important;
}

.product-main .large-9 > .row {
    margin: 0 !important;
    background: #fff;
}

.product-main .product-gallery {
    padding-top: 16px;
    padding-bottom: 16px !important;
}

.product-main .product-thumbnails {
    margin: 0 -3px !important;
}

.product-main .product-thumbnails .col {
    width: 100px;
    height: 100px;
    max-width: none !important;
    padding: 6px 3px 0 !important;
}

.product-main .product-thumbnails img {
    width: 100%;
    height: 100%;
    display: block;
    /* object-fit: cover; */
    object-fit: contain;
}

.product-main .product-thumbnails a {
    width: 100%;
    display: block;
    height: 100%;
}

.product-main .product-info .is-divider {
    display: none;
}

.product-main .product-info {
    padding-top: 24px;
}

.product-main .product-info .product-title {
    font-weight: bold;
}

.product-main .product-thumbnails .is-nav-selected a img, .product-main .product-thumbnails a:hover img {
    transform: none;
}

.product-main .product-images {
    margin-bottom: 0;
}

.product-main .product-info .product-short-description p {
    margin: 0 0 10px;
}
/* 
.product-main .product-short-description ul {
    margin: 0 0 10px;
}

.product-main .product-short-description ul li {
    margin: 0 0 10px;
} */

.product-main .product-info .variations_form {
    margin-top: 20px;
    margin-bottom: 10px;
    gap: 6px;
    /* align-items: flex-end; */
}
.product-main .reset_variations {
    display: none !important;
}

.product-main .product-info .variations_form .variations select {
    margin: 0;
}

.product-main .product-info .variations_form .variations label {
    margin: 0;
}

.product-main .product-info .woocommerce-variation-price {
    border: none;
}
.product-main .product-info .woocommerce-variation-description p {
    margin: 0;
}

.product-main .product-info .social-icons {
    margin-bottom: -1em;
}

.product-footer .woocommerce-tabs {
    background: #fff;
    margin-top: 30px;
    padding: 16px !important;
}

.product-footer .woocommerce-tabs>.nav-line-grow, .product-footer .woocommerce-tabs>.nav-line:not(.nav-vertical) {
    margin-top: 0 !important;
    
}

.product-footer .product-tabs {
    font-size: 28px;
    width: calc(100% + 32px) !important;
    letter-spacing: -0.02em;
    margin: 0 -16px;
    padding: 0 16px;
    border: none !important;
    border-bottom: 8px solid #F5F7F8 !important;
}

.product-footer .product-tabs a {
    color: #183a4a;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 0;
}

.product-footer .product-tabs a:hover {
    color: #183a4a !important;
}
.product-footer .product-tabs a:hover::before {
    background:#183a4a;
}

.product-footer .product-tabs .active a {
    color: #111 !important;
}
.product-footer .product-tabs a::before{
    background: #183a4a;
}
.product-footer .product-tabs .active a::before {
    opacity: 1 !important;
    background: var(--fs-color-secondary) !important;
}

.related-products-wrapper .product-slider-home {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.related-products-wrapper .product-section-title {
    font-size: 34px;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 40px 0 30px;
    color: #183A4A;
    font-weight: bold;
    letter-spacing: -.02em;
    padding: 0;
}

.product-info .cart:not(.variations_form) {
    margin-top: 20px;
}

.product-footer .tab-panels .row-slider .post-date {
    display: none;
}
.product-footer .tab-panels .row-slider .box-text.text-center a {
    padding: 16px 16px;
}
.product-footer .tab-panels .row-slider .col-inner {
    box-shadow: none;
    border: 1px solid #d9d9d9;
}

@media (min-width:1024px) {
    .related-products-wrapper .product-slider-home .col {
        max-width: 33.33% !important;
    }
}

@media (min-width:850px) {
    .product-main .product-info .product_meta .posted_in, .product-main .product-info .product_meta .tagged_as {
        display: none;
    }

    .product-main .product-gallery {
        flex-basis: 40%;
        max-width: 40%;
    }
}

@media (max-width:1399.98px) {
    body .row-large>.col, body .row-large>.flickity-viewport>.flickity-slider>.col {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:1365.98px) {
    .product-footer .tab-panels .row-slider.slider-nav-circle .flickity-prev-next-button {
        top: 50% !important;
        margin-top: -26px !important;
        width: 40px;
        height: 40px;
    }
    .product-footer .tab-panels .row-slider.slider-nav-circle .flickity-prev-next-button.previous {
        left: 0;
        right: auto;
    }
    
    .product-footer .tab-panels .row-slider.slider-nav-circle .flickity-prev-next-button.next {
        right: 0;
    }
}

@media (max-width:1279.98px) {
    .product-main .product-thumbnails .col {
        width: 84px;
        height: 84px;
    }
}

@media (max-width:1199.98px) {
    .product-main .large-9 {
        padding-left: 13px !important;
    }

    body .product-main {
        padding-top: 20px;
    }

    .product-footer .woocommerce-tabs {
        margin-top: 20px;
    }
}

@media (max-width:1023.98px) {
    .product-main .product-thumbnails .col {
        width: 70px;
        height: 70px;
    }

    .product-main .product-info .product-short-description p {
        font-size: 15px;
    }

    .product-main .product-info .product-title {
        font-size: 22px;
    }

    .product-main .product-info .price {
        font-size: 22px;
    }

    .product-main .product-gallery {
        padding-right: 0;
    }
}

@media (max-width: 991.98px) {
    .related-products-wrapper .product-section-title {
        font-size: 28px;
    }

    .product-footer .tab-panels .row-slider.slider-nav-circle .flickity-prev-next-button {
        margin-top: -30px !important;
    }
}

@media (max-width:849.98px) {
    .product-main .large-9 {
        padding-left: 15px !important;
    }

    body .product-main {
        padding-top: 15px;
    }

    .product-main .product-gallery .product-images img {
        max-height: 300px;
        max-width: 100%;
        object-fit: contain;
    }

    .product-main .product-info {
        padding-top: 10px;
    }

    .product-main .next-prev-thumbs {
        display: none;
    }

    .product-main .product-gallery {
        padding-right: 16px;
    }

    .product-footer .product-tabs {
        font-size: 24px;
    }

    .related-products-wrapper .product-section-title {
        font-size: 28px;
        margin: 32px 0 18px;
    }

    .product-footer .tab-panels .row-slider .image-cover {
        padding-top: 50% !important;
    }
}

@media (max-width: 767.98px) {
    .related-products-wrapper .product-section-title {
        font-size: 24px;
        margin: 32px 0 18px;
    }
}

@media (max-width:549px) {
    .product-footer .product-tabs li {
        width: auto !important;
        margin-right: 10px !important; 
    }

    .product-footer .product-tabs a {
        padding: 3px 0 8px;
    }

}

@media (max-width:401.98px) {
    .product-main .product-gallery {
        padding: 10px !important;
    }

    .product-main .product-info {
        padding: 6px 10px 16px !important;
    }

    .product-footer .product-tabs {
        padding: 0 10px !important;
        margin: 0 -10px !important;
    }

    .product-footer .woocommerce-tabs {
        padding: 12px 10px 10px !important;
    }

    .product-footer .tab-panels {
        padding-top: 10px;
    }
}