


:root {
    --text-color: #222222;
    --primary-color: #876551;
    --secondary-color: #d0bba7;
    --white-color: #fff;
    --additional-color: #e5bbb5;
    --extra-color: #b49897;
    --black-color: #1a1a1a;



    /*font size*/
    --text-size: 15px;
    --title-size: 19px;
    --large-title: 38px;
    --small-text: 14px;
}


@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: var(--text-size);
    background: #f5efe9;
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
    line-height: 26px;
    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: #464646;
}

/*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*/







/*mini cart*/


.mini-basket {
    position: relative;
    display: inline-block;
}

.mini-basket-icon {
    position: relative;
    cursor: pointer;
    font-size: 24px;
}

#miniBasketContent{
    position: relative;
    padding-bottom: 105px;
}

.mini-basket-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.mini-basket-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #e5395b;
    color: white;
    font-size: 11px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mini-basket-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 380px;
    overflow-y: auto;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .15);
    z-index: 1000;
    display: none;
    margin-top: 8px;
}

.mini-basket.open .mini-basket-dropdown {
    display: block;
}

.mini-basket-items {
    padding: 16px;
    overflow: auto;
    max-height: 383px;
}

.mini-basket-item {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}

.mini-basket-item:last-child {
    border-bottom: none;
}

.mini-basket-item__image {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.mini-basket-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.mini-basket-item__placeholder {
    width: 100%;
    height: 100%;
    background: #f1f5f9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.mini-basket-item__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.mini-basket-item__title {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mini-basket-item__title:hover {
    color: #4f46e5;
}

.mini-basket-item__color {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #64748b;
}

.mini-basket-item__color-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #e2e8f0;
}

.mini-basket-item__quantity {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mini-basket-qty-btn {
    width: 28px;
    height: 28px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #4f46e5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}

.mini-basket-qty-btn:hover {
    background: #e2e8f0;
}

.mini-basket-qty {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    min-width: 20px;
    text-align: center;
}

.mini-basket-item__price {
    margin-top: auto;
}

.mini-basket-item__discount {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #d93152;
    margin-bottom: 2px;
}

.mini-basket-item__discount-amount {
    font-weight: 600;
}

.mini-basket-item__final-price {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
}

.mini-basket-footer {
    padding: 16px;
    border-top: 2px solid #f1f5f9;
    background: #f8fafc;
    border-radius: 0 0 12px 12px;
}

.mini-basket-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
    color: #475569;
}

.mini-basket-total-price {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 18px;
    font-weight: 800;
    color: #1e293b;
}

.mini-basket-view-cart {
    display: block;
    width: 100%;
    padding: 12px;
    background: var(--additional-color);
    color: #000000;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    transition: background .2s;
}

.mini-basket-view-cart:hover {
    background: var(--additional-color);
}

.mini-basket-empty {
    padding: 40px 20px;
    text-align: center;
    color: #94a3b8;
    font-size: 14px;
}

@media (max-width: 768px) {
    .mini-basket-dropdown {
        width: 320px;
        right: -50px;
    }
}


/*mini cart*/





.first-nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo {
    width: fit-content;
}

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

.navbar-nav {
    gap: 20px;
}

.nav-item .nav-link {
    color: #f1f1f1;
    font-size: 15px;
}

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

.header-search {
    position: relative;
    width: 400px;
}

.header-search input {
    width: 100%;
    padding: 7px 41px 12px 16px;
    border: 1px solid #8f8f8f;
    border-radius: 2px;
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    font-size: 14px;
    transition: all .3s;
}

.header-search-btn {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #64748b;
}








.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: var(--black-color);
    padding-block: 7px;
}

.offer-text{
    text-align: center;
    color: #fff;
    font-size: var(--small-text);
}

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

.nav-logo a{
    width: 111px;
    height: 63px;
    display: block;
}

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


.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: flex-start;
}

.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*/


/*addressbar*/
/*addressbar*/

.addressbar{
    padding-block: 30px 20px;
}

.my-addressbar{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:13px;
    color:#94a3b8;
    margin-bottom:24px;
    flex-wrap:wrap;
}

.addressbar a{
    color:#64748b;
    text-decoration:none;
}

.addressbar span{
    color:#4f46e5;
    font-weight:600;
}


/*addressbar*/
/*addressbar*/


.all-tags{
    display: none !important;
}

/*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: flex-start;
    justify-content: center;
    text-align: right;
    gap: 4px;
    position: relative;
}

.my-title span{
    color: var(--primary-color);
    font-size: 14px;
    text-align: right;
}

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

.my-title::before{
    position: absolute;
    content: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3018_27)'%3E%3Cpath d='M22.7042 12.1914C23.1754 11.5732 23.8606 11.1535 24.6254 11.0147C25.3902 10.8759 26.1792 11.0279 26.8376 11.441C27.3581 11.7417 27.7767 12.1915 28.0392 12.7323C28.3018 13.2731 28.3963 13.8801 28.3106 14.4751C28.1928 15.1532 27.8282 15.7637 27.287 16.1888C26.9469 16.4433 26.5559 16.6212 26.1406 16.7105L23.7798 17.2822C23.7495 17.2896 23.7214 17.3044 23.698 17.3251C23.6746 17.3458 23.6566 17.3719 23.6456 17.4011L22.6734 20.1143' stroke='%23886651' stroke-width='0.86' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35.0212 33.0961C36.7026 34.8566 34.8442 36.6886 32.3031 35.7781L8.89795 27.3916C6.37593 26.488 6.11354 23.896 8.52084 23.6006L24.1379 21.7277L35.0212 33.0961ZM14.4842 26.1065L28.6562 31.1846L22.9336 25.0887L14.4842 26.1065Z' fill='%23E7BCB6'/%3E%3Cpath d='M22.5697 20.0878L33.2969 31.8924C34.9541 33.7205 33.0434 35.6985 30.5023 34.7879L7.09682 26.4014C4.57477 25.4977 4.36464 22.7598 6.7962 22.3967L22.5697 20.0878Z' stroke='%23886651' stroke-linejoin='round'/%3E%3Cpath d='M12.7423 24.9209L21.2908 23.6721L26.9194 30.0008L12.7423 24.9209Z' stroke='%23886651' stroke-width='0.86' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3018_27'%3E%3Crect width='35.518' height='35.518' fill='white' transform='translate(11.9808) rotate(19.7135)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    right: -4px;
    bottom: 2px;
}



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

/*title*/


/*btn*/

.delvin-btn{
    background-color: var(--additional-color);
    padding: 14px 65px;
    color: var(--text-color);
    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{
    padding-top: 20px;
    margin-bottom: 80px;
}


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

.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;
}

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

.best-name * {
    font-size: 16px;
    font-family: "VZ-Bold";
}

.my-price-box {
    height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.old-price {
    font-size: 15px;
    color: #494949;
    text-decoration: line-through;
    font-family: "Samim-FD";
}
.old-price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.new-price {
    color: #eb1951;
    font-weight: 600;
    font-size: 16px;
    font-family: "Samim-FD";
}

.product-offer {
    background-color: var(--text-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0px 5px;
    margin-bottom: 0px;
    font-size: 13px;
    border-radius: 2px;
    font-family: 'VZ';
}


.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: var(--secondary-color);
    padding: 15px;
    bottom: 18px;
    transform: translateX(-50%);
    left: 50%;
    opacity: 0;
    transition: .5s;
    display: none;
}

.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: 95px;
    padding-bottom: 100px;
}

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

.cat-image{
    width: 100%;
    height: 168px;
    border-radius: 50%;
    padding: 38px;
    border: 1px solid var(--extra-color);
    overflow: hidden;
}

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

.category_swiper a .cat-image{
    transition: .5s;
}

.category_swiper a:hover .cat-image{
    background-color: #fffbfb;
    transition: .5s;
}

.category_swiper a:hover .cat-image img{
    transform: scale(1.2);
    transition: .5s;
}

.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;
}


.swiper-nav-box{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
    position: absolute;
    top: 60px;
    left: 0;
    margin-left: 20px;
}

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

.category-sec .container{
    position: relative;
}



.swiper-button-next.golsar-next, .swiper-button-prev.golsar-prev{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: var(--additional-color);
    border-radius: 50%;
    position: unset !important;
}


.swiper-button-next.golsar-next:after, .swiper-button-prev.golsar-prev:after{
    color: var(--text-color);
    font-size: 17px;
}



/*category*/



/*products*/



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


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

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

.pro-content{
    padding: 17px;
}


.products_swiper, .products_swiper .swiper-wrapper{
    position: unset !important;
}

.newest .container{
    position: relative;
}

.products_swiper .swiper-slide a:hover .product-image img{
    transform: scale(1.1);
    transition: .5s;
}

.products_swiper .swiper-slide a .product-image{
    overflow: hidden;
}


/*products*/


/*blogs*/

.blogs{
    padding-block: 90px;
}


.blog-image-big{
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
}

.blog-image-big img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: .5s;
}

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

.blog-content{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.blog-name{
    position: relative;
    z-index: 2;
}

.blog-name::before{
    position: absolute;
    content: '';
    background-color: rgba(229, 187, 181, 0.29);
    right: -6px;
    top: -3px;
    width: 0;
    height: 26px;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;

}

.each-blog:hover .blog-name::before{
    width: 90%;
    transition: .5s;
}

.blog-big:hover .blog-name::before{
    width: 90%;
    transition: .5s;
}

.blog-name *{
    font-size: var(--text-size);
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog-p *{
    font-size: var(--small-text);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-small-image{
    width: 30%;
    height: 150px;
    border-radius: 20px;
    overflow: hidden;
}

.blog-small-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: .5s;
}

.each-blog{
    display: flex;
    gap: 15px;
}

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

.small-blog-content{
    width:70%;
}

.blog-small-col{
    display: flex;
    flex-direction: column;
    gap: 22px;
}


.each-blog{
    align-items: center;
}

/*blogs*/



/*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{
    width: 148px;
    height: 88px;
    display: block;
}

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

.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;
    }

    .cat-image {
        height: 141px;
    }

}

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


    :root {
        --large-title: 28px;
        --text-size: 14px;
        --small-text: 12px;
    }


    .second-nav{
        display: none;
    }

    .nav-extra{
        display: none;
    }



    .zeynep-search {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-search {
        position: relative;
        width: 92%;
    }

    .cat-image {
        height: 147px;
        padding: 26px;
    }



    .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){

    .cat-image {
        height: 132px;
        padding: 24px;
    }

    .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: 104px;
        padding: 16px;
    }

    .product-image {
        height: 383px;
    }

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

}

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


    .footer-logo {
        width: 119px;
        height: 62px;
    }

    .each-blog {
        align-items: center;
        flex-direction: column;
    }

    .blog-small-image {
        width: 100%;
        height: 150px;
        border-radius: 10px;
    }

    .blog-content {
        margin-top: 12px;
        gap: 2px;
    }

    .blog-big-col{
        margin-bottom: 20px;
    }

    .blog-image-big {
        width: 100%;
        height: 150px;
        border-radius: 10px;
    }

    .small-blog-content {
        width: 100%;
    }

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

    .category-name {
        padding-block: 11px 0;
    }

    .each-extra-slide {
        height: 287px;
    }

    .blogs {
        padding-block: 50px;
    }

    .pro-content {
        padding: 4px 12px;
    }

    .swiper-nav-box {
        top: 31px;
    }

    .cat-image {
        height: 112px;
        padding: 14px;
    }

    .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){


    .each-extra-slide .delvin-btn {
        margin: 0;
    }

    .cat-image {
        height: 100px;
        padding: 16px;
    }

    .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;
    }

    .cat-image {
        height: 93px;
        padding: 16px;
    }


}

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

}




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






