/* main */
body{
    overflow-x: hidden;
}

.header{
    margin-bottom: -135px;
}

@media screen and (max-width: 767px) {
    .header-main__wrapper .search-form{
        background: #FAFAFC !important;
    }

    .header-main__wrapper .search-results:not(body){
        background: #FAFAFC !important;
    }
}































/* single product */
.container-single-product{
    max-width: 1680px !important;
}

.woocommerce-breadcrumb{
    display: none;
}

.single-product__breadcrumb #breadcrumbs{
    margin-bottom: 10px;
    text-transform: uppercase;
}

.single-product-bg{
    padding-top: 160px;
    padding-bottom: 80px;
    background: #FAFAFC;
}

.woocommerce-message,
.woocommerce-error{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin-block: 20px;
}

.single-product__wrapper{
    display: grid;
    grid-template-columns: 500px 760px;
    column-gap: 160px;
    margin-top: 15px;
    padding: 30px 60px;
    background: var(--white-color);
    border-radius: 30px;
    justify-content: end;
}

.single-product-heading-mobile{
    display: none;
}

.single-product__breadcrumb .woocommerce-breadcrumb{
    display: block;
}

.single-product-heading{
    margin-bottom: 30px;
}

.single-product__action{
    max-width: 680px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}

.single-product__action .btn{
    padding-block: 21px;
    max-height: 55px;
}

.single-product-description{
    padding-block: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
    border-block: 1px solid rgba(12, 12, 65, 0.3);
}

.single-product-description__title{
    margin-bottom: 15px;
    display: block;
}

.product-image{
    max-width: 500px;
    max-height: 500px;
}

.single-product__image{
    position: sticky;
    top: 30px;
    height: fit-content !important;
}

.product-images{
    margin-bottom: 15px;
}

.zoom-box{
    width: 110px;
    height: 110px;
    cursor: pointer;
}

.zoom-box__image{
    width: 110px;
    height: 110px;
    opacity: 0.6;
    border: 1px solid rgba(12, 12, 65, 0.5);
    border-radius: 3px;
    object-fit: contain;
    transition: .2s;
}

.zoom-box__image:hover{
    border: 2px solid #0C0C41;
}

/*.product-gallery-item{*/
/*    max-width: 110px;*/
/*    max-height: 110px;*/
/*}*/

.product-gallery-item.active .zoom-box__image{
    border: 2px solid #0C0C41;
    opacity: 1;
}

.product-gallery-item-main{
    width: 100% !important;
}

.product-gallery-item-main img,
.product-image img,
.single-product__image{
    height: 500px;
    object-fit: cover;
}

.product-gallery-nav{
    position: relative;
}

.swiper-button-prev{
    left: -100px;
}

.swiper-button-next{
    right: -100px;
}

.swiper-button-prev,
.swiper-button-next{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--text-color);
    border-radius: 50%;
    transition: .2s;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled{
    background: var(--text-color) !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover{
    background: var(--green-color);
}

.swiper-button-prev:after,
.swiper-button-next:after{
    content: "";
}

.single-product-documents{
    margin-top: 25px;
}

.read-more{
    font-weight: 700;
    margin-top: 15px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    cursor: pointer;
    text-transform: uppercase;
    transition: .2s;
}

.read-more path{
    stroke: var(--green-color);
}

.document-links{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.document-link{
    padding-block: 3px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.document-link path{
    stroke: var(--green-color);
}

.document-link span{
    transition: .15s;
}

.product-brand{
    margin-top: 60px;
}

.product-brand span,
.product-brand path{
    transition: .2s;
}

.product-brand:hover span{
    color: var(--green-color) !important;
}

.product-brand:hover path{
    fill: var(--green-color);
}

.product-brand__wrapper{
    padding: 30px;
    display: flex;
    column-gap: 90px;
    align-items: center;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.product-brand__title{
    display: block;
    margin-bottom: 20px;
}

.product-brand__logo img{
    width: 250px;
    height: 61.5px;
}

.single-product-table-wrapper{
    margin-top: 60px;
}

.single-product-table{
    width: 100%;
    margin-bottom: 15px;
}

.single-product-scroll{
    overflow-x: auto;
}

.single-product-scroll::-webkit-scrollbar {
    width: 2px;
    background-color: #f9f9fd;
    height: 6px;
}

.single-product-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: 0px 1px 7px 0px rgba(143, 129, 156, 0.40);
    background-color: var(--green-color);
}

.single-product-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #F3F3F6;
    box-shadow: 0px 1px 7px 0px rgba(143, 129, 156, 0.40) inset;
}

table tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

table tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.single-product-table tr:first-of-type{
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0px 0px 15px 0px rgba(18, 18, 115, 0.10);
}

.single-product-table tr:first-of-type{
    background: var(--white-color);
    border-radius: 10px;
}

.single-product-table tbody tr{
    border-bottom: 1px solid rgba(12, 12, 65, 0.3);
}

.single-product-table tbody tr:nth-child(2n - 1){
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

.single-product-table tr:first-of-type td{
    padding-block: 20px;
    white-space: nowrap;
    font-weight: 700;
    color: var(--text-color, #0C0C41);
    font-size: 25px !important;
    line-height: 150% !important;
}

.single-product-table td{
    padding-block: 25px;
}

.single-product-table tr{
    font-size: 20px;
    line-height: 30px;
}

.single-product-table tr td:first-of-type {
    padding-left: 60px;
}

.single-product-table tr td:last-of-type{
    padding-inline: 60px;
}


.single-product-table tr td:nth-child(2){
    padding-left: 20px;
}

.single-product-table tr td{
    padding-inline: 20px;
}

.single-product-table td .cart{
    display: grid;
    grid-template-columns: 95px 230px;
    column-gap: 30px;
    align-items: center;
    max-width: 355px;
    margin-left: auto;
}

.t-center{
    text-align: center;
}

.quantity{
    display: flex;
    column-gap: 13.5px;
    align-items: center;
}

td .qty{
    background: none;
    border: none;
    max-width: 30px;
    text-align: center;
}

td .quantity button{
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    border-radius: 2px;
    background: var(--white-color);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

td .quantity button:after,
td .quantity button:before{
    content: "";
    width: 13.5px;
    height: 1.5px;
    border-radius: 1.5px;
    background: var(--text-color);
    position: absolute;
    transition: .2s;
}

td .quantity button:before{
    transform: rotate(90deg);
}

td .quantity .minus:before{
    display: none;
}

td .quantity button:hover:after,
td .quantity button:hover:before{
    background: var(--green-color);
}

.column-with-image,
.column-with-gallery-image{
    padding-inline: 10px !important;
}

.column-with-image img {
    max-width: 127px;
    height: 100%;
}

.column-with-gallery-image img{
    max-width: 139px;
    width: 100%;
    height: 100%;
}

.single-product-table td .btn{
    padding-block: 17px;
}

.related__title{
    margin-block: 60px;
}

.container-related{
    max-width: 1670px;
}

.related .products-wrapper{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 20px;
}

.footer{
    margin-bottom: 100px !important;
}

@media screen and (max-width: 1700px) {
    .single-product__wrapper{
        column-gap: 60px;
        justify-content: center;
    }

    .product-gallery-item-main img, .product-image img, .single-product__image{
        width: 450px;
        height: 450px;
    }

    .swiper-button-next{
        right: -80px;
    }

    .swiper-button-prev{
        left: -80px;
    }
}

@media screen and (max-width: 1600px) {
    .single-product__wrapper{
        padding: 30px;
        grid-template-columns: 500px 680px;
    }

    .product-brand__wrapper{
        column-gap: 60px;
    }

    .product-brand__logo img{
        width: 200px;
        height: 50px;
    }
}


@media screen and (max-width: 1500px) {
    .single-product__wrapper{
        grid-template-columns: 500px 600px;
    }

    .product-gallery-item-main img, .product-image img, .single-product__image{
        width: 420px;
        height: 420px;
    }

    .swiper-button-next{
        right: -70px;
    }

    .swiper-button-prev{
        left: -70px;
    }
}

@media screen and (max-width: 1400px) {
    .single-product__wrapper{
        column-gap: 100px;
        grid-template-columns: 400px 600px;
    }

    .product-brand__wrapper{
        column-gap: 0;
    }

    .product-brand__logo img{
        width: 100%;
    }

    .product-gallery-item-main img, .product-image img, .single-product__image{
        width: 400px;
        height: 400px;
    }

    .swiper-button-next,
    .swiper-button-prev{
        width: 60px;
        height: 60px;
    }

    .swiper-button-next svg,
    .swiper-button-prev svg{
        width: 30px;
    }

    .swiper-button-next{
        right: -50px;
    }

    .swiper-button-prev{
        left: -50px;
    }
}

@media screen and (max-width: 1350px) {
    .related .products-wrapper{
        grid-template-columns: repeat(4, 1fr);
        row-gap: 20px;
    }
}

@media screen and (max-width: 1300px) {
    .single-product__wrapper{
        grid-template-columns: 350px 550px;
    }

    .product-gallery-item-main img, .product-image img, .single-product__image{
        width: 350px;
        height: 350px;
    }
}

@media screen and (max-width: 1200px) {
    .single-product__wrapper{
        grid-template-columns: 100%;
        row-gap: 0;
    }

    .single-product__image{
        position: relative;
        top: 0;
    }

    .single-product-heading{
        display: none;
    }

    .single-product-heading-mobile{
        display: block;
    }

    .product-images{
        position: relative;
    }

    .product-image{
        max-width: 100%;
    }

    .single-product__image{
        width: 100%;
        height: 100%;
    }

    .product-gallery-item-main{
        text-align: center;
    }

    .product-gallery-item-main img, .product-image img{
        width: 500px;
        height: 500px;
    }

    .single-product__breadcrumb .woocommerce-breadcrumb{
        margin-bottom: 5px;
    }

    .product-gallery-swiper{
        max-width: 445px;
    }

    .product-gallery{
        row-gap: 20px;
    }

    .single-product__action{
        max-width: 100%;
        margin-top: 60px;
        column-gap: 30px;
    }

    .product-gallery-wrapper{
        max-height: 120px;
    }

    .product-brand__wrapper{
        padding: 30px 15px 30px 30px;
        justify-content: space-between;
    }

    .product-brand__title{
        max-width: 400px;
    }

    .product-brand__logo img{
        width: 250px;
        height: 61px;
    }

    .swiper-button-next,
    .swiper-button-prev{
        width: 70px;
        height: 70px;
    }

    .swiper-button-next svg,
    .swiper-button-prev svg{
        width: 35px;
    }

    .swiper-button-next {
        right: 20px;
    }

    .swiper-button-prev {
        left: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .related .products-wrapper{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1025px) {
    .single-product-bg{
        padding-bottom: 30px;
    }

    .single-product-heading{
        margin-bottom: 25px;
    }

    .single-product__title.title-h2{
        font-size: 40px !important;
        line-height: 120% !important;
    }

    .product-images{
        position: relative;
    }

    .product-gallery-item-main{
        text-align: center;
    }

    .product-gallery-item-main img, .product-image img{
        width: 445px;
        height: 445px;
    }

    .swiper-button-next,
    .swiper-button-prev{
        width: 60px;
        height: 60px;
    }

    .swiper-button-next {
        right: 0;
    }

    .swiper-button-prev {
        left: 0;
    }

    .zoom-box__image,
    .zoom-box{
        width: 80px;
        height: 80px;
    }

    .single-product-description{
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .single-product-description__title,
    .single-product-documents__title{
        font-size: 22px !important;
        line-height: 120% !important;
    }

    .product-brand{
        margin-top: 40px;
    }

    .product-brand__title{
        font-size: 28px !important;
        line-height: 110% !important;
    }

    .document-link{
        font-size: 18px;
        line-height: 24px;
    }

    .single-product-table-wrapper{
        margin-top: 30px;
    }

    .related .products-wrapper{
        gap: 10px;
    }

    .related__title.title-h3{
        font-size: 35px !important;
        margin-bottom: 40px;
    }

    .single-product-table tr td:first-of-type{
        padding-left: 20px;
    }

    .single-product-table tr td:last-of-type{
        padding-inline: 20px;
    }

    .single-product-table tr:first-of-type td{
        font-size: 20px !important;
    }

    .single-product-table td .cart{
        grid-template-columns: 100%;
        align-items: start;
        row-gap: 10px;
    }

    .single-product-table td .btn{
        min-width: 210px;
    }

    .single-product-table tbody tr{
        font-size: 16px;
        line-height: 150%;
    }
}

@media screen and (max-width: 767px) {
    .single-product__wrapper{
        padding-inline: 10px !important;
    }

    .single-product-heading{
        margin-bottom: 20px;
    }

    .single-product__title.title-h2{
        font-size: 25px !important;
    }

    .product-gallery-item-main img, .product-image img{
        max-width: 335px;
        width: 100%;
        height: 335px;
    }

    .swiper-button-next,
    .swiper-button-prev{
        bottom: -85px;
        top: inherit;
    }

    .single-product-description__heading span{
        font-size: 18px;
        line-height: 22px;
    }

    .single-product__info{
        font-size: 14px;
        line-height: 20px;
    }

    .single-product__action{
        grid-template-columns: 100%;
        row-gap: 10px;
        margin-top: 30px;
    }

    .product-brand{
        margin-top: 30px;
    }

    .product-brand__wrapper{
        flex-direction: column;
        row-gap: 35px;
        align-items: start;
        padding: 30px 20px;
    }

    .product-brand__logo{
        align-self: center;
    }

    .product-brand__logo img{
        width: 100%;
        height: 100%;
    }

    .single-product-description__title.title-paragraph, .single-product-documents__title.title-paragraph{
        font-size: 20px !important;
        line-height: 120% !important;
    }

    .document-link{
        font-size: 16px;
        line-height: 20px;
    }

    .read-more{
        font-size: 14px !important;
    }

    .zoom-box,
    .zoom-box__image{
        width: 80px;
        height: 80px;
        cursor: pointer;
    }

    .product-brand__title{
        font-size: 25px !important;
    }

    .single-product-table tr:first-of-type td{
        padding-block: 15px;
    }

    .single-product-table tr td:first-of-type{
        padding-left: 10px;
    }

    .single-product-table tr:first-of-type td{
        font-size: 18px !important;
    }

    .single-product-table tr{
        font-size: 14px;
        line-height: 14px;
    }

    .single-product-table tbody td:first-of-type, .single-product-table tr:first-of-type td:first-of-type,
    .single-product-table tbody td:last-of-type, .single-product-table tr:first-of-type td:last-of-type{
        padding-inline: 10px;
    }

    .single-product-table tbody td{
        padding-block: 15px;
        padding-inline: 7.5px;
    }

    .single-product-table td .btn{
        min-width: 160px;
    }

    .related__title.title-h3{
        font-size: 25px !important;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 650px) {
    .product-gallery-swiper{
        max-width: 230px;
    }

    .zoom-box__image, .zoom-box {
        width: 70px;
        height: 70px;
    }

    .swiper-button-next, .swiper-button-prev{
        bottom: -80px;
    }
}

@media screen and (max-width: 600px) {
    .related .products-wrapper{
        gap: 5px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 450px) {
    .swiper-button-next, .swiper-button-prev{
        width: 40px;
        height: 40px;
        bottom: -70px;
    }

    .swiper-button-next svg, .swiper-button-prev svg{
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 400px) {
    .single-product-description__heading span{
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (max-width: 370px) {
    .single-product__title{
        font-size: 21px !important;
        line-height: 24px !important;
    }

    .product-gallery-item-main img, .product-image img{
        height: 300px;
    }

    .swiper-button-next, .swiper-button-prev{
        top: 50%;
        bottom: inherit;
    }

    .related .products-wrapper {
        grid-template-columns: 100%;
    }

    .single-product-table td .btn{
        min-width: 100px;
    }
}





