


:root {
    --text-color: #222222;
    --primary-color: #B68F72;
    --secondary-color: #c5a37e;
    --white-color: #fff;
    --additional-color: #000000;
}


@font-face {
    font-family: VZ;
    src: url("../fonts/Vazir.eot");
    src: url("../fonts/Vazir.woff2") format("woff2"),
    url("../fonts/Vazir.woff") format("woff"),
    url("../fonts/Vazir.ttf") format("truetype");
}

@font-face {
    font-family: VZ-Bold;
    src: url("../fonts/Vazir-Bold.eot");
    src: url("../fonts/Vazir-Bold.woff2") format("woff2"),
    url("../fonts/Vazir-Bold.woff") format("woff"),
    url("../fonts/Vazir-Bold.ttf") format("truetype");
}

@font-face {
    font-family: comfortaa;
    src: url("../fonts/comfortaa.eot");
    src: url("../fonts/comfortaa.woff") format("woff"),
    url("../fonts/comfortaa.woff2") format("woff2"),
    url("../fonts/comfortaa.ttf") format("truetype");
}

@font-face {
    font-family: comfortaa-Bold;
    src: url("../fonts/Comfortaa-Bold.eot");
    src: url("../fonts/Comfortaa-Bold.woff") format("woff"),
    url("../fonts/Comfortaa-Bold.woff2") format("woff2"),
    url("../fonts/Comfortaa-Bold.ttf") format("truetype");
}


@font-face {
    font-family: Samim-FD;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Samim-FD.eot');
    src: url('../fonts/Samim-FD.eot') format("embedded-opentype"),
    url('../fonts/Samim-FD.woff2') format("woff2"),
    url('../fonts/Samim-FD.woff') format("woff"),
    url('../fonts/Samim-FD.ttf') format("truetype");
}

* {
    font-family: 'VZ';
}
.farsi-digit {
    font-family: Samim-FD;
    font-family: 'VZ' !important;
}
.farsi-digit *{
    font-family: Samim-FD !important;
    font-family: 'VZ' !important;
}

html,
body {
    font-family: 'VZ';
    font-size: 15px;
    background: #fff;
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
    line-height: 28px;
    position: relative;
}

html{
    scroll-behavior: smooth;
}

a {
    color: unset;
    text-decoration: unset;
}

a:hover {
    color: unset;
}

:focus-visible{
    outline: unset;
}


.container-fluid{
    max-width: 2000px;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px;
    }
}



/*Nav bottom*/



.mobile-navbar-icons {
    display: none;
    position: fixed;
    bottom: 0;
    justify-content: center;
    z-index: 100;
    padding: unset;

}

.mobile-navbar-icons .row{
    width: 100%;
}

.menu-bottom-mobile{
    background: #ffffff;
    padding: 7px 12px;
    border-radius: 15px 15px 0px 0px;
    width: 100%;
    box-shadow: 0px -1px 8px #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header-icon svg {
    width: 28px !important;
    height: 28px;
}

.header-icon {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: .5px solid #FC0DA9; */
    border-radius: 50%;
    /* padding: 8px; */
    position: relative;
    /* padding-top: 10px; */
}

.each-item-bottom span {
    font-size: 11px;
    color: #595959;
    font-weight: 600;
}

.header-icon svg path{

    stroke: #36251a;

}




.each-item-bottom{
    width: fit-content;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*gap: 3px;*/
}

.each-item-bottom span{
    font-size: 11px;
    color: #595959;
    font-weight: 600;
    line-height: 16px;
}

.each-item-bottom .header-cart-link, .each-item-bottom .header-profile-link{
    order: -1;
}

/*Nav bottom*/

.form__address{

    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 1rem;
    width: 100%;
    margin-right: 0rem;
}

.modal-insert-address input:focus {
    outline: none !important;
    border:1px solid #01b1d4;
    /*box-shadow: 0 0 10px #719ECE;*/
}
.modal-insert-address textarea:focus {
    outline: none !important;
    border:1px solid #01b1d4;
    /*box-shadow: 0 0 10px #719ECE;*/
}
.modal-input-item input, .modal-input-item textarea, .modal-input-item select {
    border: 1px solid #bbbaba;
    border-radius: 5px;
    padding: 6px 15px;
}
.form__address label {
    font-size: 12px;
    font-weight: 100;
}
.form__address .modal-input-item {
    position: relative;
}
.form__address label.error {
    position: absolute;
    bottom: -6px;
    color: #ff2727;
}
.form__address textarea.error {
    border: 1px solid #ff2727;
}
.form__address input.error {
    border: 1px solid #ff2727;
}


.select2-results__options li{
    font-size: 12px;
    font-weight: 100;
}
.select2-selection__rendered{
    font-size: 13px;

}
.select2-selection--single{
    border: 1px solid #d5d5d5 !important;
    height: 36px !important;
    padding-top: 3px;
}
/*modal address*/

.modal-insert-address form{
     padding: 15px;
}


.profile-modal-btn{
    background: var(--primary-color);
    color: #fff;
    padding: 7px 19px;
    border-radius: 6px;
    border: unset;
    margin-top: 10px;
    font-size: 13px;
    width: 100%;
    text-align: center;
    padding: 0.6rem;
    margin-bottom: 0.6rem;
}
.header-shop-item-counter {
    display: flex;
    align-items: center;
    border: 0.5px solid #e2e2e2;
    border-radius: 5px;
    height: 45px;
    justify-content: space-between;
    padding: 10px;
    width: 89%;
}

.header-shop-item-counter > span {
    cursor: pointer;
    display: flex;
    color: #ffffff;
}

/*modal address*/
.loader__element {
    border-radius: 100%;
    border: 2px solid var(--primary-color);
    /* margin: calc(2px*2); */
    font-size: 1px;
    margin-right: 2px;
    /* margin-top: -4px; */
    padding-top: 0px;
    background: var(--primary-color);
    padding-right: 1px;
    padding: 0px !important;
}

.loader__element:nth-child(1) {
    animation: preloader .6s ease-in-out alternate infinite;
}
.loader__element:nth-child(2) {
    animation: preloader .6s ease-in-out alternate .2s infinite;
}

.loader__element:nth-child(3) {
    animation: preloader .6s ease-in-out alternate .4s infinite;
}
@keyframes preloader {
    100% { transform: scale(2); }
}


/*header*/
/*header*/
/*header*/


.overlay-section {
    display: none;
    background-color: rgb(58 58 58 / 50%);
    z-index: 1000;
    position: fixed;
    top: 0;
    outline: none;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}

.overlay-section.show {
    display: block;
}





.first-nav{
    background-color: #383838;
    padding-block: 7px;
}

.social-media{
    display: flex;
    align-items: center;
    gap: 11px;
    justify-content: end;
}

.nav-logo a{
    width: 110px;
    height: 80px;
    display: block;
}

.nav-logo a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav-item .nav-link{
    color: var(--text-color);
    font-size: 15px;
}

.nav-item{
    position: relative;
}

.megamenu-delvin{
    position: absolute;
    background: #fff;
    box-shadow: 0 0 19px 1px #f3f3f3;
    padding: 20px 0;
    border-radius: 7px;
    min-width: 150px;
    display: none;
    top: 34px;
    z-index: 10;
}


.megamenu-delvin.show{
    display: block !important;
}

.megamenu-box {
    margin: 0;
    border-radius: 5px;
    list-style: none;
    padding: 0;
    width: 100%;
}

.megamenu-box .mega-item{
    cursor: pointer;
    width: 100%;
}

.megamenu-box .mega-item a{
    width: 100%;
    display: block;
    padding: 5px 20px;
}

.mega-item:hover{
    background: rgba(114, 86, 72, 0.08);
}





.nav-extra{
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar-expand-lg .navbar-collapse {
    align-items: center;
    justify-content: center;
}

.nav-extra{
    position: relative;
}

.cart-count{
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: var(--text-color);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 8px;
    right: -8px;
    top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}






.add-to-favorites{
    cursor: pointer;
}

.navbar-nav{
    gap: 20px;
}



/*header*/
/*header*/
/*header*/



/*zeynep*/

.megamenu-logo{
    width: 125px;
    height: 56px;
}


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


/*zeynep*/



/*title*/

.my-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 9px;
}

.my-title span{
    color: #BDBDBD;
    font-size: 14px;
    text-align: center;
}

.my-title h6{
    color: var(--text-color);
    font-size: 25px;
    text-align: center;
}

.title-row{
    padding-bottom: 50px;
}

/*title*/


/*btn*/

.delvin-btn{
    background-color: #B68F72;
    padding: 10px 65px;
    color: #fff;
    font-size: 13px;
    border-radius: 8px;
    width: fit-content;


    position: relative;
    display: inline-block;
    width: auto; height: auto;
    /*background-color: transparent;*/
    border: none;
    cursor: pointer;
    margin: 0px 25px 15px;
    min-width: 150px;
}

.row-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.delvin-btn::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 0%;
    width: 100%;
    border-radius: 8px;
}

.delvin-btn::before {
    background-color: rgb(28, 31, 30);
    transition: 0.3s ease-out;
}

.delvin-btn:hover::before {
    height: 100%;
    transition: 0.3s ease-out;
}

.delvin-btn:hover span{
    color: #fff !important;
    z-index: 2;
    position: relative;
}



/*btn*/


/*best seller*/

.best-seller{
    margin-bottom: 80px;
}



.each-slide{
    width: 100%;
    height: 880px;
}

.each-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.best-seller .container-fluid{
    padding-inline: 0;
}

.col-best-grid {
    padding-inline: 0;
    padding-right: 15px;
}

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

.col-best-swiper{
    padding-left: 11px;
}

.best-image{
    width: 100%;
    height: 359px;
    position: relative;
}

.best-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.size-box{
    width: 90%;
    position: absolute;
    background-color: #fff;
    padding: 15px;
    bottom: 18px;
    transform: translateX(-50%);
    left: 50%;
    opacity: 0;
    transition: .5s;
}

.size-title{
    margin-bottom: 15px;
}


.sizes{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0;
    margin-bottom: 2px;
}

.sizes li{
    list-style: none;
}

.sizes li:hover span{
    font-weight: 600;
}


.best-content{
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-top: 10px;
    padding-inline: 14px;
}

.best-cat *{
    font-size: 14px;
    color: var(--primary-color);
}

.best-name *{
    font-size: 16px;
}

.best-price span{
    font-size: 15px;
    color: #6c6c6c;
}

.old-price span{
    text-decoration: line-through;
}


.best-price svg{
    fill: #6c6c6c;
}
.product-price-box{
    height: 70px;
}

.old-price{
    display: flex;
    align-items: center;
    gap: 10px;
}


.sale-box{
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding: 4px;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}


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




    .best-product:hover .size-box{
        opacity: 1;
        transition: .5s;
    }

    .product-image {
        height: 429px;
    }

    .best-cat * {
        font-size: 13px;
    }

    .best-name * {
        font-size: 14px;
    }
    .exact-price{
        font-size: 16px;
    }

}


/*best seller*/




/*category*/

.category-sec{
    padding-block: 30px;
    margin-bottom: 80px;
}

.each-product{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    /*gap: 20px;*/
}

.cat-image{
    width: 100%;
    height: 500px;
}

.cat-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-name{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-block: 20px 0;
}

.category-name *{
    text-align: center;
    width: 100%;
    font-size: 17px;
}



/*category*/



/*products*/



.each-product:first-child{
    border: 1px solid #CCCCCC;
}
.each-product{
    border: unset;
}


.product-image{
    width: 100%;
    height: 580px;
    position: relative;
}

.product-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro-content{
    padding: 17px;
}




/*products*/








/*footer*/
/*footer*/
/*footer*/

.footer{
    background-color: #070707;
    padding-block: 70px 0;
}

.footer .container{
    padding-bottom: 70px;
}

.footer-title{
    position: relative;
    margin-bottom: 20px;
}

.footer-title::before{
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background-color: var(--secondary-color);
    bottom: 1px;
    right: 0;
}


.footer-title span{
    color: #fff;
    padding-bottom: 9px;
    display: block;
    font-size: 14px;
}

.footer-contact-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.each-footer-contact{
    display: flex;
    align-items: center;
    gap: 7px;
}

.footer-contact-icon{
    background-color: #383D45;
    width: 34px;
    height: 34px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contact-icon svg{
    width: 22px;
    height: 22px;
}

.each-footer-contact a, .each-footer-contact span{
    width: 80%;
    color: #ececec;
    font-size: 12px;
    line-height: 17px;
}

.col-footer-main{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.footer-logo{
    width: 140px;
    height: 104px;
}

.footer-logo img{
    width: 148px;
    height: 88px;
    display: block;
}

.footer-story *{
    text-align: center;
    color: #ececec;
    font-size: 11px;
    line-height: 22px;
}
.footer-links{
    padding-right: 0;
}

.footer-links li a{
    font-size: 11px;
}


.footer-links li{
    color: #ececec;
    font-size: 13px;
    list-style: none;
}

.col-footer-links{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-social{
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer .container-fluid {
    background: #202020;
    padding-bottom: 0;
}

.footer .container-fluid .footer-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 7px;
    font-size: 13px;
}

.footer .container-fluid .footer-right span {
    color: #adadad;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
}

.footer .container-fluid .footer-right a {
    color: var(--secondary-color);
    font-weight: 600;
}

/*footer*/
/*footer*/
/*footer*/
















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


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

    .my-title h6 {
        font-size: 22px;
    }

    .my-title {
        gap: 15px;
    }

    .best-image {
        height: 358px;
    }

    .category-name * {
        font-size: 16px;
    }

}

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


    .mobile-navbar-icons {
        display: flex;
    }

    .my-title h6 {
        font-size: 20px;
    }

    .my-title {
        gap: 9px;
    }

    .best-image {
        height: 298px;
    }

    .each-slide {
        height: 758px;
    }

    .mobile-banner{
        margin-bottom: 60px;
    }

}

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

    .footer-row .col-footer-main{
       order: -1;
    }

    .col-footer-contact{
        margin-block: 50px;
    }

    .title-row {
        padding-bottom: 30px;
    }

    .my-title h6 {
        font-size: 17px;
    }

    .best-image {
        height: 478px;
    }

    .col-best-swiper{
        margin-bottom: 11px;
    }

    .footer {
        margin-bottom: 71px;
    }



}

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

    .best-seller .row{
        margin: unset;
    }



    .best-name * {
        font-size: 14px;
    }

    .each-slide {
        height: 592px;
    }

    .best-image {
        height: 244px;
    }

    .cat-image {
        height: 368px;
    }

    .product-image {
        height: 383px;
    }

    .nav-logo a {
        width: 90px;
        height: 60px;
    }

}

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

    .col-best-grid {
        padding-inline: 0;
        padding-right: 0;
    }

    .delvin-btn {
        padding: 7px 50px;
        font-size: 12px;
    }


    .row-btn {
        margin-top: 0;
    }

    .category-sec {
        padding-block: 27px;
        margin-bottom: 17px;
    }

    .best-seller {
        margin-bottom: 34px;
    }


    .footer {
        margin-bottom: 65px;
    }

    .title-row {
        padding-bottom: 19px;
    }

    .my-title {
        gap: 4px;
    }



    .product-image {
        height: 329px;
    }

    .header-icon {
        width: 35px;
        height: 35px;
        padding: 5px;
    }

    .header-icon svg {
        width: 22px !important;
        height: 22px;
    }

    .each-slide {
        height: 500px;
    }

    .best-content {
        padding-top: 7px;
        padding-inline: 10px;
    }


}

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




    .cat-image {
        height: 208px;
    }

    .product-image {
        height: 308px;
    }


    .best-image {
        height: 274px;
    }

    .nav-logo a {
        width: 78px;
        height: 54px;
        display: block;
    }

    .each-slide {
        height: 480px;
    }

    .best-name * {
        font-size: 13px;
        line-height: 19px;
    }

    .best-cat * {
        font-size: 12px;
    }

    .best-content {
        gap: 0px;
    }

    .best-price span {
        font-size: 14px;
    }

    .sale-box {
        font-size: 11px;
        width: 28px;
        height: 28px;
    }

    .exact-price *{
        font-size: 12px;
    }


}

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

    .each-slide {
        height: 445px;
    }
    .best-image {
        height: 264px;
    }


}

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

}




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






