




/*banner*/

.banner{
    position: relative;
    padding-top: 76px;
}


.banner-desc{
    display: block;
}

.banner-mobile{
    display: none;
}

.swiper-pagination-banner{
    width: 50% !important;
    right: 0;
}





.pagination-box{
    display: flex;
    width: 100%;
    position: relative;
}


.each-banner{
    height: 403px;
}

.each-banner img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.banner .container-fluid{
    padding-inline: 0;
}

.banner-next, .banner-prev{
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: unset;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
   display: none;
}

.swiper-nav-box {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 5px;
    top: 4%;
    left: 17%;
}

.banner_swiper .swiper-nav-box{
    top: 16%;
}

.banner_swiper .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
}

.banner_swiper .swiper-pagination-bullet-active {
    background: #e15b74;
}


.dayjanebi-next, .dayjanebi-next{
    position: unset;
}


/*banner*/




/*category*/

.category_swiper, .category_swiper .swiper-wrapper{
    position: unset;
}

.day-category{
    padding-block: 0px 18px;
    position: relative;
}

.swiper-pagination-cat{
    display: flex;
    align-items: center;
    justify-content: center;
}



.category_swiper .cat-next, .category_swiper .cat-prev {
    background: #d9d9d9;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: unset;
}

.category_swiper .swiper-nav-box {
    gap: 5px;
    bottom: 8%;
    top: unset;
}



.category_swiper .swiper-slide{
    text-decoration: unset !important;
}

.each-cat{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding-top: 40px;
    position: relative;
    text-decoration: unset;
    width: 100%;
}

.cat-image{
    width: 86px;
    height: 86px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    /* overflow: hidden; */
    position: relative;
    z-index: 5;
    margin-inline: 0;
    margin: 0.6rem;
    outline-offset: 8px;
    background-color: #eee !important;
}


.category_swiper .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat-image::after {
    position: absolute;
    content: '';
    border-radius: 50%;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    border: 2px dashed #bababa;
    z-index: -1;
    border-style: solid;
    /* border-image: linear-gradient(to right, darkblue, darkorchid) 1; */
    background: linear-gradient(#efefef, #ededed) padding-box, linear-gradient(to right, #999999, #bbbbbb) border-box;
    border-radius: 50em;
    border: 2px solid #b5333300;
    transition: .5s;
}

.cat-name span {
    font-size: 12px;
    color: var(--text-color);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    text-align: center;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-decoration: unset;
}

.cat-image img{
    width: 99px;
    height: 99px;
    object-fit: contain;
    /* -webkit-transition: all 1s; */
    /* transition: all 1s; */
    position: absolute;
    top: -20px;
    transition: .5s;
}

@keyframes rotate_infinite {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 768px) {
    .each-cat:hover .cat-image::after {
        animation: rotate_infinite 25s;
        animation-iteration-count: infinite;
        transition: .5s;
        background: linear-gradient(#ffffff, #ededed) padding-box, linear-gradient(to right, #1a6272, #0c9cba) border-box;
    }

    .each-cat:hover .cat-name span {
        color: var(--secondary-color);
    }

    .each-cat:hover .cat-image img  {
        transform: scale(1.1);
        transition: .5s;
    }

}

.category_swiper .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, #229cad);
}

.category-info{
    border-radius: 30px;
    height: 121px;
    padding: 15px;
    width: 84%;
    align-self: flex-end;
}

.category-link{
    background: #D0A686;
    background: linear-gradient(90deg, rgba(208, 166, 134, 1) 0%, rgba(255, 233, 216, 1) 100%);
    border-radius: 30px;
    padding: 9px 31px;
    display: flex;
    align-items: center;
    gap: 11px;
}


.category-link span{
    font-size: 13px;
}

.click-cat{
    font-size: 11px;
    border: 1px solid;
    padding: 2px 7px;
    border-radius: 24px;
}


.category-info h5{
    font-size: 16px;
    /*font-family: 'Iranyekan-bold';*/
}




/*category*/



/*offer*/

.best-offer{
    position: relative;

}

.best-offer .container{
    position: relative;
    background-color: var(--primary-color);
    padding-block: 30px;
    border-radius: 10px;
}

.offer_swiper, .offer_swiper .swiper-wrapper{
    position: unset;
}

.offer_swiper .offer-next, .offer_swiper .offer-prev {
    background: #ffffff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: unset;
}

.offer_swiper .each-product .purchase-btn{
    display: none;
}

.col-offer-products{
    position: relative;
}


.best-offer .swiper-nav-box {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 5px;
    top: 12%;
    left: 17%;
    width: 1300px;
    justify-content: space-between;
    left: 11px;
    top: 50% !important;
}

.best-offer .container-fluid::before {
    position: absolute;
    content: '';
    background-image: url(../images/dayjanebi.png);
    width: 275px;
    height: 203px;
    right: 6.5%;
    bottom: -6%;
    background-repeat: no-repeat;
    background-size: contain;
}



.col-offer-name{
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 7px;
}

.col-offer-name span{
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    /*font-family: 'Iranyekan-bold';*/
}




.first-offer-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.best-offer-bot{
    width: 160px;
    height: 160px;
}

.best-offer-bot img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.best-offer-text{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.best-offer-text span{
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.first-slide{
    align-items: center;
    justify-content: center;
    display: flex;
}


.all-offers{
    color: #fff;
    font-size: 13px;
    text-decoration: unset;
}



/*offer*/


/*extra-cat*/


.extra-cat{
    padding-block: 20px 30px;
}



.col-each-cat{
    padding-inline: 35px;
}

.each-category{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.each-category:hover img{
    filter: drop-shadow(2px 4px 6px #e9e9e9);
    transition: .4s;
}

.each-category img{
    transition: .4s;
}


.category-img{
    width: 100%;
    height: 205px;
}


.category-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*.category-name-box{*/
/*    border-radius: 16px;*/
/*    height: 161px;*/
/*    padding: 15px;*/
/*    width: 84%;*/
/*    align-self: flex-start;*/
/*}*/

/*.cat-link{*/
/*    border-radius: 15px;*/
/*    padding: 15px 31px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 11px;*/
/*    justify-content: flex-end;*/

/*}*/

/*.category-name-box span{*/
/*    font-family: 'naskh';*/
/*    font-size: 27px;*/
/*    text-align: left;*/
/*    width: 100%;*/
/*    display: block;*/
/*}*/

/*.cat-link span{*/
/*    font-size: 12px;*/
/*}*/


/*.cat-link div{*/
/*    font-size: 11px;*/
/*    border: 1px solid;*/
/*    padding: 2px 7px;*/
/*    border-radius: 24px;*/
/*}*/


/*extra-cat*/





/*newest*/

.newest{
    padding-block: 0 2px;
}

.newest-tabs{
    border-bottom: 1px solid #cecece;
}

.newest-product{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-block: 13px 20px;
    text-decoration: unset;
}


.newest-tabs {
    display: flex;
    align-items: center;
    gap: 0;
}

.tabs--wrapper{
    display: flex;
    max-width: 1200px;
    /*margin: 0 auto;*/
    position: relative;
    /*width: fit-content;*/
    margin-bottom: 4px;
}

.tabs--wrapper .tab-indicator {
    width: calc(100% / 4);
    height: 100%;
    background-color: #f3dada;
    position: absolute;
    top: 0;
    right: 0px;
    transition: all 500ms
    ease-in-out;
    border-radius: 30px;
    background: linear-gradient(to right, #005f73, #268eab);
}

.each-tab{
    padding: 11px 9px;
    cursor: pointer;
    position: relative;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.each-tab svg path{
    transition: .5s;
}


.each-tab span{
    font-size: 12px;
    color: #989696;
    transition: .5s;
}

.each-tab.hovered span{
    color: #ffff;
    transition: .5s;
}

.each-tab.hovered svg path{
    fill: #ffff;
    transition: .5s;
}

.product-img{
    width: 160px;
    height: 133px;
    overflow: hidden;
}


.newest-product:hover img{
    transform: scale(1.1);
    transition: .5s;
}


.col-newest-slide{
    position: relative;
}

.slide_swiper{
    position: unset;
}

.slide_swiper .swiper-wrapper{
    position: unset;
}


.product-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .5s;
}

.newest-slide-line{
    margin-bottom: 15px;
    border-bottom: 1px solid #cecece;
    padding-top: 49px;
}

.slide-info{
    display: flex;
    flex-direction: column;
}

.slide-info h4{
    margin-bottom: 20px;
}

.slide_swiper{
    height: fit-content;
}

.slide_swiper .swiper-wrapper{
    height: fit-content;
}

.slide_swiper .swiper-slide{
    height: fit-content;
}

.each-slide{
    height: 100%;
    background: #E6EBEF;
    padding: 33px 17px;
    border-radius: 22px;
    position: relative;
    z-index: 1;
    min-height: 500px;
}

.slide-info h3{
    color: #fff;
    font-size: 16px;
    /*font-family: 'Iranyekan-bold';*/
    margin-bottom: 11px;
}

.slide-info h4{
    color: #fff;
    font-size: 12px;
    margin-bottom: 14px;
}



[class^="slide-link"] {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 250px;
    /* margin: 1rem auto; */
    text-transform: uppercase;
    border: 1px solid currentColor;
    color: #ffffff;
}

.slide-link {
    position: relative;
    font-weight: 600;
    background: transparent;
    display: inline-block;
    color: #fff;
    border: 2px solid;
    padding: 10px 35px;
    position: relative;
    border-radius: 10px;
    font-size: 16px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
}

.slide-link:before, .slide-link:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background: var(--secondary-color);
    border-radius: 50%;
}

.slide-link:before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slide-link:after {
    background: var(--secondary-color);
    right: -20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.slide-link{
    color: var(--secondary-color) !important;
    text-decoration: unset;
    /*font-family: 'Iranyekan-bold';*/
    font-size: 16px;
    border: 1px solid var(--secondary-color);
    padding: 7px 20px;
    width: 100%;
    border-radius: 10px;
}









.slide-link.light-link:before, .slide-link.light-link:after {
    background: #fff;
}

.slide-link.light-link:after {
    background: #fff;
}

.slide-link.light-link{
    color: #fff !important;
    border: 1px solid #fff;
}










@keyframes criss-cross-left2 {
    0% {
        left: -10px;
    }
    50% {
        left: 35%;
        width: 50px;
        height: 50px;
    }
    70% {
        left: 20%;
    }
    100% {
        background-color: var(--secondary-color);
        left: 110%;
        width: 375px;
        height: 375px;
        color: #ffffff;
    }
}


@keyframes criss-cross-right2 {
    0% {
        right: -20px;
    }
    30% {
        right: 30%;
        width: 20px;
        height: 20px;
    }
    40% {
        right: 20%;
    }
    100% {
        right: 80%;
        width: 125px;
        height: 125px;
    }
}




@keyframes criss-cross-left5 {
    0% {
        left: -10px;
    }
    50% {
        left: 35%;
        width: 50px;
        height: 50px;
    }
    70% {
        left: 20%;
    }
    100% {
        background-color: #fff;
        left: 110%;
        width: 375px;
        height: 375px;
        color: var(--secondary-color);
    }
}


@keyframes criss-cross-right5 {
    0% {
        right: -20px;
    }
    30% {
        right: 30%;
        width: 20px;
        height: 20px;
    }
    40% {
        right: 20%;
    }
    100% {
        right: 80%;
        width: 125px;
        height: 125px;
    }
}









@media screen and (min-width: 768px) {
    .slide-link:hover:before {
        -webkit-animation: criss-cross-left2 0.9s both;
        animation: criss-cross-left2 0.9s both;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }

    .slide-link:hover:after {
        -webkit-animation: criss-cross-right2 0.5s both;
        animation: criss-cross-right2 0.5s both;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }
    .slide-link:hover span{
        color: #fff;
    }


    .slide-link.light-link:hover:before {
        -webkit-animation: criss-cross-left5 0.9s both;
        animation: criss-cross-left5 0.9s both;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }

    .slide-link.light-link:hover:after {
        -webkit-animation: criss-cross-right5 0.5s both;
        animation: criss-cross-right5 0.5s both;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }
    .slide-link.light-link:hover span{
        color: var(--secondary-color);
    }




}

.slide-link span{
    z-index: 2;
    position: relative;
}






.slide-image{
    position: absolute;
    right: -72px;
    z-index: 0;
    bottom: 20px;
    width: 359px;
    height: 295px;
}

.slide-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.slide_swiper .swiper-nav-box {
    top: 29px;
    left: 11px;
}

.slide_swiper .slide-next, .slide_swiper .slide-prev {
    background: #ededed;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: unset;
}



/*newest*/






/*layout*/

.layouts{
    padding-block: 37px;
}


.main-grid-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}


.layout-side{
    display: grid;
    grid-template-rows: 2fr 1fr;
    grid-gap: 15px;
}

.layout-side:nth-child(2){
    grid-template-rows: 1fr 2fr;
}

.layout-large{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.each-grid {
    display: flex;
    flex-direction: column;
    min-height: 186px;
    background-size: cover;
    border-radius: 20px;
    padding: 20px;
    text-decoration: unset;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.cover-grid{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: -1;
    right: 0;
    top: 0;
}


.left-grid{
    background-position: left;
}

.center-grid{
    background-position: center;
}


.right-grid{
    background-position: right;
}


.grid-content{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.grid-content strong{
    font-size: 16px;
    /*font-family: 'Iranyekan-bold';*/
    color: #fff !important;
}

.grid-content span{
    font-size: 14px;
    color: #fff !important;
}

.grid-content .show-btn{
    font-size: 14px;
    border: 1px solid #fff;
    padding: 5px 20px;
    border-radius: 4px;
    width: fit-content;
}








[class^="show-btn"] {
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 250px;
    /* margin: 1rem auto; */
    text-transform: uppercase;
    border: 1px solid currentColor;
    color: #ffffff;
}

.show-btn {
    position: relative;
    font-weight: 600;
    background: transparent;
    display: inline-block;
    color: #fff;
    border: 2px solid;
    padding: 10px 35px;
    position: relative;
    border-radius: 10px;
    font-size: 16px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
}

.show-btn:before, .show-btn:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
}

.show-btn:before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.show-btn:after {
    background: #fff;
    right: -20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.show-btn{
    color: #fff !important;
    text-decoration: unset;
    /*font-family: 'Iranyekan-bold';*/
    font-size: 16px;
    border: 1px solid #fff;
    padding: 7px 20px;
    width: fit-content;
    border-radius: 10px;
}


@keyframes criss-cross-left1 {
    0% {
        left: -10px;
    }
    50% {
        left: 35%;
        width: 50px;
        height: 50px;
    }
    70% {
        left: 20%;
    }
    100% {
        background-color: #fff;
        left: 110%;
        width: 375px;
        height: 375px;
        color: #ffffff;
    }
}


@keyframes criss-cross-right1 {
    0% {
        right: -20px;
    }
    30% {
        right: 30%;
        width: 20px;
        height: 20px;
    }
    40% {
        right: 20%;
    }
    100% {
        right: 80%;
        width: 125px;
        height: 125px;
    }
}


@media screen and (min-width: 768px) {
    .show-btn:hover:before {
        -webkit-animation: criss-cross-left1 0.9s both;
        animation: criss-cross-left1 0.9s both;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }

    .show-btn:hover:after {
        -webkit-animation: criss-cross-right1 0.5s both;
        animation: criss-cross-right1 0.5s both;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }
    .show-btn:hover span{
        color: var(--secondary-color) !important;
    }
}

.show-btn span{
    z-index: 2;
    position: relative;
}






















.each-grid.left-content{
    align-items: flex-end;
}

.each-grid.down-content{
    justify-content: flex-end;
}

.each-grid.dark-grid .grid-content strong, .each-grid.dark-grid .grid-content span,
.each-grid.dark-grid .grid-content .show-btn{
    color: var(--text-color) !important;
}

.each-grid.dark-grid .grid-content .show-btn{
    border: 1px solid var(--text-color) !important;
}




/*layout*/




/*products-section*/

.products-section{
    background-color: #f3f3f5;
    padding-block: 41px;
}





/*products-section*/





/*blogs*/


.blog-image:before {
    width: 0;
    height: 1px;
}

.blog-image:after {
    width: 1px;
    height: 0;
}


.blogs{
    padding-block: 50px;
    position: relative;
}

.blogs .container-fluid{
    position: relative;
}

.blog-row{
    margin: 0;
}


.blogs_swiper, .blogs_swiper .swiper-wrapper{
    position: unset;
}

.blogs_swiper .blog-next, .blogs_swiper .blog-prev {
    background: #c0c0c0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: unset;
}

/*.blogs_swiper .swiper-nav-box {*/
/*    top: 16%;*/
/*}*/

.each-blog{
    text-decoration: unset !important;
}

.blog-date{
    display: flex;
    align-items: center;
    gap: 3px;
    color: #777777 !important;
    font-size: 12px;
}

.blog-image{
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

.each-blog .blog-image{
    position: relative;
    display: inline-block;
    color: #fff;
    text-align: left;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.83);
    border-radius: 19px;
    box-shadow: 1px 3px 8px #aeaeae;
}

.blog-image img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
    border-radius: 16px;
}

.each-blog *, .each-blog:before, .each-blog:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-image:before, .blog-image:after {
    position: absolute;
    top: 20px;
    right: 20px;
    content: '';
    background-color: #fff;
    z-index: 1;
    opacity: 0;
}



.blog-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 19px;
}

@media screen and (min-width: 768px) {

    .each-blog:hover .blog-image img {
        zoom: 1;
        filter: alpha(opacity=20);
        -webkit-opacity: 0.5;
        opacity: 0.5;
        border-radius: 19px;
    }


    .each-blog:hover .blog-image:before, .each-blog:hover .blog-image:before {
        width: 40px;
        transition: .5s;
    }

    .each-blog:hover .blog-image:after {
        height: 40px;
        transition: .5s;
    }

    .each-blog:hover .blog-image:before,
    .each-blog:hover .blog-image:after{
        opacity: 1;
        -webkit-transition-delay: 0.25s;
        transition-delay: 0.25s;
    }




}




.blog-content{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.blog-content h2{
    font-size: 12px;
    color: var(--text-color) !important;
    /*font-family: 'Iranyekan-bold';*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog-content p{
    font-size: 11px;
    color: #888888 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
}


/*blogs*/



/*extra section*/

.extra-section{
    position: relative;
    background-color: #E6EBEF;
    min-height: 304px;
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.extra-section .container{
    position: relative;
    padding-block: 54px;
}

.extra-pro{
    position: absolute;
    /*width: 400px;*/
    height: 401px;
    left: -4%;
    bottom: -47%;
    z-index: 1;
}

.extra-pro img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.col-extra-content{

}

.extra-content{
    display: flex;
    gap: 25px;
    flex-direction: column;

}

.extra-content h5{
    color: var(--secondary-color);
    /*font-family: 'Iranyekan-bold';*/
    font-size: 15px;
}

.extra-content a{
    color: var(--secondary-color);
    /* font-family: 'Iranyekan-bold'; */
    font-size: 15px;
    border: 1px solid var(--secondary-color);
    padding: 7px 20px;
    width: fit-content;
    border-radius: 3px;
    text-decoration: unset;
    min-width: 120px;
}







/*extra section*/



/*myproducts*/

.myproducts{
    position: relative;
    padding-block: 82px 72px;
}

.product-box-2 {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    position: relative;
    /* margin-bottom: 0px; */
    padding-inline: 25px;
    /* margin-top: 14px !important; */
    padding-top: 10px;
    min-height: 374px;
    /* overflow: hidden; */
    width: 100%;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: space-between;
    padding-bottom: 0;
    position: relative;
    background-color: #fff;
    text-decoration: unset;
}

.product-image2 {
    display: flex;
    justify-content: center;
    position: relative;
    height: max-content;
}

.product-image2 img {
    width: 175px;
    object-fit: contain;
    height: 175px;
    /*background-image: url(../img/placeholderI.jpg);*/
    background-position: center;
    background-size: contain;
}

.product-detail-box {
    min-height: 189px;
}

.product-detail-box {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.btn2-product {
    display: flex;
    justify-content: flex-start;
    position: relative;
    top: -5px;
}

.add-to-cart2 {
    width: fit-content;
    white-space: nowrap;
    /* padding: 9px 18px; */
    height: 39px;
    width: 87px;
    border-radius: 22px;
    cursor: pointer;
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
    filter: drop-shadow(0px 4px 2px #0000004f);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s;
}

.add-to-cart2 span {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    display: flex
;
}

.bob-index-swiper-item img {
    width: 230px;
    object-fit: contain;
    height: 225px;
    /*background-image: url(../img/placeholderI.jpg);*/
    background-position: center;
    background-size: contain;
}


.product-box-2:hover .add-to-cart2{
    filter: drop-shadow(0px 2px 2px #0000004f);
    transition: .5s;
    border: 2px solid #B02541FF;
    background: #B02541FF;
}


.index-swiper-info{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index-pro-title {
    display: flex;
    align-items: flex-start;
    position: relative;
    top: unset;
    width: 100%;
    gap: 10px;
    justify-content: space-between;
    height: 80px;
}

.index-pro-title h2 {
    font-size: 12px;
    color: #000000 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 5;
    text-align: right;
    width: 100%;
    text-align: right;
}

.index-pro-cat {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0.3rem;
    /* margin-inline: auto; */
}

.index-pro-cat span {
    font-size: 11px;
    color: var(--secondary-color);
}





/*myproducts*/















.best-offer .container-fluid::before {
    right: 6%;
}


/*responsive*/
/*responsive*/
/*responsive*/
/*responsive*/


@media screen and (max-width: 1800px) {
    .best-offer .container-fluid::before {
        right: 1%;
    }
}


@media scree and (max-width: 1700px){
    .best-offer .container-fluid::before {
        right: 0;
    }
}


@media screen and (max-width: 1600px){
    .best-offer::before {
        right: -29px;
    }

    .best-offer .container-fluid::before {
        right: -2%;
        width: 195px;
        height: 153px;
    }
}

@media screen and (max-width: 1399px){

    .best-offer::before {
        right: -3.5%;
        width: 208px;
        height: 266px;
        bottom: -26%;
    }

    .best-offer .swiper-nav-box {
        width: 98%;
    }

    .col-offer-name span {
        font-size: 21px;
    }

    .category-img {
        width: 194px;
        height: 232px;
    }

    .extra-section .container-fluid::before {
        width: 382px;
        height: 382px;
    }

    .extra-section .container-fluid::after {
        width: 460px;
        height: 460px;
    }

    .extra-section {
        /*padding-block: 32px;*/
        min-height: 376px;
        margin-top: 35px;
    }

}

@media screen and (max-width: 1199px){

    .slide-image {
        right: -50px;
        width: 269px;
        height: 206px;
    }

    .each-banner{
        height: fit-content;
    }
    .best-offer .swiper-nav-box {
        /*width: 972px;*/
    }

    .best-offer::before {
        right: -4.5%;
        width: 187px;
        height: 187px;
        bottom: -11%;
    }

    .product-information{
        width: 86%;
    }

    .each-banner {
        /*height: 465px;*/
    }

    .col-each-cat {
        padding-inline: 16px;
    }

    .category-img {
        width: 174px;
        height: 207px;
    }

    .extra-section .container-fluid::before {
        width: 338px;
        height: 338px;
    }

    .extra-section {
        min-height: 302px;
    }

    .extra-section .container-fluid::after {
        width: 419px;
        height: 419px;
    }

}

@media screen and (max-width: 991px){

    .slide-image {
        width: 322px;
        height: 241px;
        right: -16px;
    }

    .banner {
        padding-top: 53px;
    }

    .best-offer .swiper-nav-box {
        width: 97%;
    }


    .newest-slide-line {
        border-bottom: unset;
    }

    .best-offer .container-fluid::before {
        width: 140px;
        height: 129px;
        left: 0 !important;
        right: unset;
        top: -60px;
    }

    .extra-pro{
        width: 224px;
        height: 224px;
    }



    .slide-image {
        width: 229px;
        height: 182px;
    }

    .slide-info h3 {
        z-index: 1;
        text-align: left;
    }

    .slide-info h4 {
        z-index: 1;
        text-align: left;
    }


    .extra-content  .slide-link {
        align-self: flex-start;
    }

    .slide-link {
        align-self: flex-end;
    }

    .cat-image {
        width: 82px;
        height: 82px;
    }

    .best-offer::before {
        right: -5.5%;
        bottom: -6%;
        display: none;
    }

    .each-category {
        gap: 7px;
        width: 82%;
        margin-bottom: 34px;
    }

    .category-img {
        width: 214px;
        height: 214px;
        top: -11px;
        right: -9px;
    }

    .category-name-box {
        width: 100%;
    }

    .col-each-cat{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .each-banner {
        /*height: 358px;*/
    }

    .layout-large {
        grid-template-columns: 1fr;
    }

    .each-grid {
        min-height: 318px;
    }

    .newest {
        padding-block: 0 80px;
    }

    .layouts {
        padding-block: 0 80px;
    }

    .col-offer-name {
        gap: 3px;
        flex-direction: row;
        margin-bottom: 17px;
    }

}

@media screen and (max-width: 767px){

    .slide-image {
        width: 214px;
        height: 168px;
        right: -16px;
    }

    .product-image2 img {
        width: 114px;
        height: 114px;
    }

    .product-box-2 {
        min-height: 314px;
    }


    .newest-tabs{
    overflow: auto;
   }

    .newest-tabs::-webkit-scrollbar{
        display: none;
    }

    .newest-product {
        padding-block: 20px;
        margin-bottom: 0;
        border-bottom: 1px solid #d5d5d5;
    }

    .newest-col:last-child .newest-product{
        border-bottom: unset;
    }

    .category-img {
        width: 100%;
        height: 139px;
    }

    .extra-cat {
        padding-block: 39px 2px;
    }

    .category-row{
        margin-bottom: 20px;
    }

    .each-category {
        width: 100%;
        margin-bottom: 16px;
    }

    .extra-pro{
        width: 224px;
        height: 224px;
    }


    .extra-section .container-fluid::before {
        width: 224px;
        height: 224px;
    }

    .extra-section .container-fluid::after {
        width: 270px;
        height: 270px;
    }

    .extra-section {
        align-items: flex-start;
        margin-top: 0;
    }

    .extra-content {
        gap: 13px;
    }

    .day-category {
        padding-block: 40px;
    }

    .each-banner {
        /*height: 301px;*/
    }

    .best-offer::before {
        right: -3.5%;
        width: 210px;
        height: 186px;
    }

    .product-img {
        width: 93px;
        height: 107px;
    }

    .each-slide {
        min-height: 311px;
    }

    .newest {
        padding-block: 0 28px;
    }

    .each-grid {
        min-height: 243px;
    }

}

@media screen and (max-width: 575px){


    .banner {
        padding-top: 46px;
    }


    .best-offer .swiper-nav-box {
        width: 96%;
    }


    .extra-pro {
        bottom: -33%;
    }


    .extra-section {
        min-height: 221px;
    }


    .extra-content {
        gap: 22px;
    }

    .extra-section .container-fluid::before {
        left: 10%;
    }

    .extra-section .container-fluid::after {
        left: -7%;
        bottom: -51%;
    }

    .each-cat {
        padding-top: 21px;
        padding-bottom: 21px;
    }

    .day-category {
        padding-block: 35px;
    }

    .newest-product {
        padding-block: 14px;
    }

    .product-box-2 {
        padding-inline: 4px;
    }

    .product-detail-box {
        min-height: 145px;
    }

    .product-box-2 {
        min-height: 260px;
    }

    .product-image2 img {
        width: 100px;
        height: 100px;
    }

    .cat-image img {
        width: 75px;
        height: 75px;
    }

    .cat-image {
        width: 65px;
        height: 65px;
    }


    .extra-cat {
        padding-block: 32px 21px;
    }

    .category-img {
        height: 146px;
    }

    .each-category {
        margin-bottom: 12px;
    }

    .newest {
        padding-block: 0 57px;
    }

    .col-newest-slide{
        display: none;
    }

    .extra-section {
        min-height: 261px;
    }

    .myproducts {
        padding-block: 45px 38px;
    }

    .extra-content h5 {
        font-size: 13px;
    }

    .extra-section .container-fluid::before {
        width: 152px;
        height: 165px;
    }

    .extra-section .container-fluid::after {
        width: 196px;
        height: 196px;
    }

    .extra-content a {
        font-size: 13px;
        padding: 6px 19px;
    }

    .blog-content h2 {
        font-size: 12px;
        margin-bottom: 0;
    }

    .blog-date {
        font-size: 12px;
    }

    .blog-content p {
        font-size: 11px;
        line-height: 19px;
    }


    .blog-image {
        height: 200px;
    }

    .offer_swiper .offer-next, .offer_swiper .offer-prev {
        width: 27px;
        height: 27px;
    }

    .offer_swiper .offer-next svg, .offer_swiper .offer-prev svg{
        width: 12px;
        height: 11px;
    }

    .slide_swiper .slide-next, .slide_swiper .slide-prev {
        width: 27px;
        height: 27px;
    }

    .slide_swiper .slide-next svg, .slide_swiper .slide-prev svg {
        width: 12px;
        height: 11px;
    }

    .products_swiper .pro-next, .products_swiper .pro-prev {
        width: 27px;
        height: 27px;
    }

    .products_swiper .pro-next svg, .products_swiper .pro-prev svg{
        width: 12px;
        height: 11px;
    }

    .blogs {
        padding-block: 66px 50px;
    }

    .products-section {
        padding-block: 42px;
    }

    .best-offer {
        padding-block: 0 17px;
    }

    .col-offer-name span {
        font-size: 16px;
    }

    .slide-image {
        width: 132px;
        height: 104px;
    }

    .slide-info h3 {
        font-size: 15px;
    }

    .slide-info h4 {
        font-size: 13px;
    }

    .each-grid {
        min-height: 168px;
    }

    .slide-link {
        font-size: 12px;
    }
    .layout-side {
        grid-gap: 6px;
    }

    .layout-large {
        grid-gap: 6px;
    }

    .main-grid-container {
        grid-gap: 6px;
    }

    .layouts {
        padding-block: 0 39px;
    }

    .each-tab {
        white-space: nowrap;
        width: 130px;
        padding: 9px 5px;
        gap: 2px;
    }

    .each-tab span {
        font-size: 11px;
    }

    .each-tab svg{
        width: 20px;
        height: 20px;
    }



    .newest-tabs {
        overflow: auto;
    }

    .swiper-nav-box {
        left: 4%;
    }

    .product-img{
        width: 79px;
        height: 87px;
    }


    .newest-tabs {
        gap: 0;
        overflow: auto;
    }

    .newest-tabs::-webkit-scrollbar{
        display: none;
    }


    .newest-tabs{

    }


    .each-banner img{
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .each-banner {
        /*height: 656px;*/
    }

    .banner-desc{
        display: none;
    }

    .banner-mobile{
        display: block;
    }

    .main-grid-container {
        grid-template-columns: 1fr;
    }

    .center-grid {
        background-position: right;
        align-items: flex-end;
    }

    /*.each-grid {*/
    /*    background-position: right;*/
    /*}*/

    .banner-mobile .swiper-nav-box{
        display: none;
    }

    .category-img {
        height: 120px;
    }

    .add-to-cart2 {
        height: 36px;
        width: 80px;
    }

    .cat-name span {
        height: 37px;
        font-weight: 400;
        font-size: 11px;
        line-height: 15px;
    }

    .each-cat {
        gap: 7px;
    }


}

@media screen and (max-width: 425px){

    .each-grid {
        min-height: 149px;
    }

    .best-offer .swiper-nav-box {
        width: 94%;
    }

    .each-cat {
        gap: 5px;
    }


    .index-pro-title h2 {
        -webkit-line-clamp: 6;
    }

    .index-pro-title {
        height: 89px;
    }

    .extra-pro {
        width: 173px;
        height: 180px;
    }

    .extra-section {
        min-height: 216px;
    }

    .cat-name span {
        height: 32px;
        font-weight: 400;
        font-size: 11px;
        line-height: 16px;
    }

    .each-banner {
        /*height: 498px;*/
    }

    .cat-image {
        width: 52px;
        height: 52px;
    }

    .each-cat {
        padding-block: 19px;
    }

    .day-category {
        padding-block: 40px;
    }

    .cat-image img {
        width: 60px;
        height: 60px;
    }

}

@media screen and (max-width: 375px){


    .best-offer .container-fluid::before {
        width: 106px;
        height: 97px;
        left: 0 !important;
        right: unset;
        top: -39px;
    }

    .category-img {
        height: 92px;
    }

    .each-banner {
        /*height: 411px;*/
    }

    .cat-image {
        height: 57px;
        width: 57px;
    }

    .day-category {
        padding-block: 32px;
    }

    .each-cat {
        padding-block: 18px;
    }

}

@media screen and (max-width: 320px){


    .category-img {
        height: 76px;
    }

    .each-banner {
        /*height: 378px;*/
    }

    .each-cat {
        padding-block: 22px;
    }

}




/*responsive*/
/*responsive*/
/*responsive*/
/*responsive*/


