
.product-detail-wrap {
    padding-top: 25px;
}
.product-detail-wrap .container {
    max-width: 1672px;
}
.product-detail-info-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.product-detail-info-wrap .product-detail-left {
    width: 44.7%;
    padding: 0 15px;
}
.product-detail-info-wrap .product-detail-right {
    width: 50%;
    padding: 0 15px;
}
.product-detail-slider {
    padding-bottom: 20px;
}
.product-thumbs-slider .product-img-box {
    border: 1px solid #D3D3D3;
}
.product-detail-slider-wrap .swiper:first-child .product-img-box img {
    width: 100%;
    height: auto;
    max-width: 718px;
    height: 635px;
    object-fit: contain;
}
.product-detail.offcanvas-body {
    padding: 0;
    padding-left: 20px;
}
.product-detail.offcanvas-body .product-info {
    padding-top: 0;
    width: 100%;
    max-width: 496px;
    
}
.product-detail.offcanvas-body .product-info h1 {
    font-family: "Greycliff CF",sans-serif;
    font-size: 39px;
    line-height: 50px;
    font-weight: 700;
    color: #000000;
}
.product-detail.offcanvas-body .product-info p {
    font-size: 21px;
    line-height: 26px;
}
.product-detail.offcanvas-body .product-info .cta-link a {
    font-size: 21px;
    line-height: 26px;
}
.product-detail.offcanvas-body .product-price {
    font-size: 52px;
    line-height: 59px;
}
.quantity-add-to-cart-wrap {
    display: flex;
    gap: 20px;
    padding-top: 37px;
}
.quantity-add-to-cart-wrap .btn-wrap {
    width: calc(100% - 117px);
    padding: 0;
}
.product-note {
    font-size: 12px;
    line-height: 19px;
    color: #393939;
    font-family: "Greycliff CF",sans-serif;
    font-weight: 500;
    padding: 37px 0;
}
.btn-wrap.full-width {
    max-width: 100%;
    padding: 0;
}
.product-detail .static-information {
    padding-top: 30px;
}
.product-detail .static-information ul li {
    margin-bottom: 10px;
}
.product-detail .static-information ul li .static-information-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.product-detail .static-information ul li .static-information-box .icon-box {
    width: 40px;
    padding-top: 4px;
}
.product-detail .static-information ul li .static-information-box .icon-box img {
    width: 100%;
    height: auto;
}
.product-detail .static-information ul li .static-information-box .info-box {
    width: calc(100% - 70px);
}
.static-information-box .info-box h3 {
    font-size: 21px;
    line-height: 26px;
    color: #EF5C1D;
    font-weight: 600;
}
.static-information-box .info-box p {
    font-size: 21px;
    line-height: 26px;
    color: #EF5C1D;
    font-weight: 300;
}
.product-detail-tab-section {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding-top: 70px;
}
.product-detail-tab-section .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.product-detail-tab-section .nav-tabs .nav-link{
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #393939;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    padding-bottom: 10px;
    transition: all 0.3s ease-in-out;
}
.product-detail-tab-section .nav-tabs .nav-link:before {
    content: "";
    width: 100%;
    height: 3px;
    background-color:  #EF5C1E;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.product-detail-tab-section .nav-tabs .nav-link.active {
    font-weight: 700;
}
.product-detail-tab-section .nav-tabs .nav-link.active:before {
    opacity: 1;
    visibility: visible;
}
.product-detail-tab-section .tab-content {
    padding-top: 44px;
}
.product-detail-tab-section .tab-content p {
    font-size: 21px;
    line-height: 29px;
    font-weight: 500;
    color: #393939;
}
.deals-you-section.product-detail-page {
    padding: 100px 0;
}
.nav-tabs-wrap {
    overflow: auto;
}
@media (max-width: 1240px) {
    .product-detail.offcanvas-body .product-info h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .product-detail.offcanvas-body {
        padding-left: 0;
    }
}
@media screen and (max-widht: 1024px) {
    .static-information-section {
        padding: 50px 0 50px;
    }
    .static-information-section .static-information ul li .static-information-box {
        padding: 26px 15px 55px;
    }
    .deals-you-section.product-detail-page {
        padding: 50px 0;
    }
}
@media screen and (max-width: 991px) {
    .static-information-section .static-information ul {
        row-gap: 20px;
    }
    .static-information-section .static-information ul li {
        width: 50%;
    }    
    .product-detail.offcanvas-body .product-info p {
        font-size: 17px;
        line-height: 26px;
    }
    .product-detail.offcanvas-body .product-info .cta-link a {
        font-size: 17px;
        line-height: 27px;
    }
    .product-detail.offcanvas-body .product-price {
        font-size: 40px;
        line-height: 50px;
    }
}
@media screen and (max-width: 767px) {
    
    .static-information-box .info-box h3 {
        font-size: 14px;
        line-height: 17px;
    }
    .static-information-box .info-box p {
        font-size: 12px;
        line-height: 22px;
    }
    .static-information-box .cta-link a {
        font-size: 10px;
    }
    .static-information-box .icon-box img {
        width: 38px;
        height: 38px;
    }
    .product-detail-wrap {
        padding-top: 0;
    }
    .product-detail-info-wrap .product-detail-left {
        width: 100%;
    }
    .product-detail-info-wrap .product-detail-right {
        width: 100%;
        padding-top: 25px;
    }
    .product-detail.offcanvas-body .product-info {
        max-width: 100%;
    }
    .product-detail.offcanvas-body .product-info h1 {
        font-size: 26px;
        line-height: 36px;
    }
    .product-note {
        padding: 20px 0;
    }
    .product-detail-tab-section {
        padding-top: 50px;
    }
    .product-detail-tab-section .nav-tabs .nav-link {
        font-size: 20px;
        line-height: 30px;
    }
    .nav-tabs-wrap .nav-tabs {
        width: 538px;
    }
    .nav-tabs-wrap {
        padding-bottom: 20px;
    }
    .product-detail-tab-section .tab-content {
        padding-top: 20px;
    }
    .product-detail-tab-section .tab-content p {
        font-size: 16px;
        line-height: 26px;
    }
}