@charset 'UTF-8'; :root {
    --container-width: 1410px;
    --container-out: calc(calc(100vw - var(--container-width)) / 2);
    --default-color: #000;
    --font1: "Kalnia", serif;
    --font2: "Outfit", system-ui;
}

*, ::after, ::before {
    box-sizing: border-box;
}

body {
    font-family: var(--font1);
    font-optical-sizing: auto;
    scroll-behavior: smooth;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    outline: 0 !important;
    outline: none;
    text-decoration: none;
    margin: 0;
}

::selection {
    background: none;
    color: inherit;
}

.bg-body {
    background: #FDF7F2;
}

h1, h2, h3, h4, h5, h6 ,p {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2;
}

.w-50 {
    width: calc(50% - 7px);
}

.w-100 {
    width: 100%;
}

.d-block {
    display: block;
}

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

.h-100 {
    height: 100%;
}

.row-gap {
    row-gap: 15px;
}

.column-gap {
    column-gap: 15px;
}

.g-btn {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    background: #000;
    border: 1px solid #000;
    padding: 15px 22px;
    transition: all .5s;
    font-family: var(--font2);
    cursor: pointer;
    min-width: 100px;
}

.g-btn-2 {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    font-weight: 400;
    margin-top: 0;
    background: #fff;
    border: 1px solid #000;
    padding: 15px 22px;
    transition: all .5s;
    font-family: var(--font2);
    cursor: pointer;
}

.g-btn:hover {
    background: transparent;
    color: #000;
}

.g-btn-2:hover {
    background: #000;
    color: #fff;
}

.pore {
    position: sticky;
}

@font-face {
    font-family: 'trend-tablo-font-icon';
    src: url('./fonts/icon-font/font/trend-tablo-font-icon.eot?99183758');
    src: url('./fonts/icon-font/font/trend-tablo-font-icon.eot?99183758#iefix') format('embedded-opentype'), url('./fonts/icon-font/font/trend-tablo-font-icon.woff?99183758') format('woff'), url('./fonts/icon-font/font/trend-tablo-font-icon.ttf?99183758') format('truetype'), url('./fonts/icon-font/font/trend-tablo-font-icon.svg?99183758#trend-tablo-font-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.pr-0 {
    padding-right: 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.demo-icon {
    font-family: "trend-tablo-font-icon";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.invert-image {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.brightness-image {
    -webkit-filter: brightness(100%);
    filter: brightness(100);
}

a,a:hover {
    text-decoration: none;
}

/* width */
::-webkit-scrollbar {
    width: 2px;
    height: 0;
}

body::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--default-color);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--default-color);
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding-left: 0;
}

.c-container {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
}

.cl-container {
    margin: 0 auto;
    margin-left: var(--container-out);
}

.main-campaigns-bar {
    height: 47px;
    background: #000000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font2);
    font-size: 12px;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

header {
    width: 100%;
    position: absolute;
    top: 47px;
    left: 0;
    z-index: 9;
    padding: 15px 60px 15px;
}

header.header {
    position: relative;
    top: 0;
    border-bottom: 1px solid #000;
}

header .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #000;
    font-family: var(--font2);
}

header .logo span {
    border-left: 1px solid #000;
    padding: 5px 0px 5px 10px;
}

header .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .menu li {
    position: relative;
    margin: 0 24px;
    padding: 20px 0 20px;
}

header .menu> li:first-child {
    margin-left: 0
}

header .menu li:last-child {
    margin-right: 0
}

header .menu li .dropdown-menu {
    position: absolute;
    top: 50px;
    left: 0;
    padding: 16px 24px 16px 24px;
    background: #fff;
    display: none;
    z-index: 88
}

header .menu li .dropdown-menu li {
    margin: 0;
    padding: 9px 0px;
}

header .menu li.dropdown:hover .dropdown-menu {
    display: block
}

header .menu li a,header .menu li span {
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    display: flex;
    align-items: center;
    color: #000;
    gap: 5px;
    font-family: var(--font2);
    cursor: pointer;
}

header .menu i {
    font-size: 11px;
    font-weight: 400;
}

header .login-basket {
    display: flex;
    align-items: center;
    color: #000;
    gap: 20px;
}

header .login {
    display: flex;
    align-items: center;
    color: #000;
    gap: 20px;
}

header .basket {
    display: flex;
    align-items: center;
    color: #000;
    gap: 20px;
    position: relative;
    cursor: pointer;
}

.sepet_adet {
    z-index: 8;
    position: absolute;
    width: 22px;
    height: 22px;
    display: block;
    background: #000;
    border-radius: 25px;
    top: -12px;
    right: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    font-family: var(--font2);
    font-weight: 500;
}

header .login-basket a {
    color: #000;
    font-family: var(--font2);
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

header .login-basket i {
    border: 1px solid #000;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    position: relative;
    color: #000;
    font-weight: 500;
}

header .login-basket .login i:after {
    content: "";
    z-index: 8;
    position: absolute;
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 15px;
    top: -3px;
    right: 0px;
}

header .login-basket .basket i {
    background: #fff;
    border-color: #fff;
}
.fixed-bar header .login-basket .basket i {
    background: #F1F1F1;
    border-color: #F1F1F1;
}
header.header .login-basket .basket i {
    background: #F1F1F1;
    border-color: #F1F1F1;
}

/*slider*/
.slider {
    position: relative;
    overflow: hidden;
    background: #f8f8f8;
}

.slider:after {
    content: "";
    position: absolute;
    height: calc(100% - 125px);
    width: 1px;
    left: calc(calc(100vw / 3) - 14px);
    top: 0;
    background: #000;
    opacity: .1;
}

.slider:before {
    content: "";
    position: absolute;
    height: calc(100% - 125px);
    width: 1px;
    left: calc(calc(calc(100% / 3) * 2) + 16px);
    top: 0;
    background: #000;
    opacity: .1;
    z-index: 1;
}

.slider picture img {
    height: calc(100vh - 47px);
    width: 100%;
    object-position: bottom;
    object-fit: cover;
    max-width: 100%;
}

.slider .item {
    position: relative
}

.slider .content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding-top: 0px;
    left: 0;
    bottom: 0;
}

.slider .content-detail {
    padding-left: 6vw;
    padding-bottom: 8vw;
}

.slider .content-product-detail {
    padding-right: 8vw;
}

.slider .content h3 {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 300;
    margin-top: 0;
    max-width: 26rem;
    margin-bottom: 40px;
    font-family: var(--font2);
}

.slider .content h2 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    color: #000;
    max-width: 29rem;
}

.slider .content-product-detail h3 {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 300;
    margin-top: 0;
    max-width: 26rem;
    margin-bottom: 12px;
    font-family: var(--font2);
}

.slider .content-product-detail h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
    max-width: 29rem;
    font-family: var(--font2);
}

.slider .content-product-detail .price {
    margin-bottom: 32px;
    font-size: 32px;
    color: #000;
    line-height: 43px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.slider a {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    background: #000;
    border: 1px solid #000;
    padding: 15px 22px;
    transition: all .5s;
    font-family: var(--font2);
}

.slider a:hover {
    background: transparent;
    color: #000;
}

.slider .arrows {
    position: absolute;
    bottom: 60px;
    width: 100%;
    left: 0;
    padding-left: 0;
    border-top: 1px solid rgb(0 0 0 / 20%);
    padding-top: 60px;
}

.slider .arrows .slick-slider-dots li {
    background: #ffffff30;
    width: 24px;
    height: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px
}

.slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 24px;
    height: 4px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: 0 0;
    border: none
}

.slider .slick-slider-dots .slick-dots li button:before {
    content: "";
    width: 24px;
    background: #000;
    height: 4px;
    opacity: .3;
    display: block;
}

.slider .slick-slider-dots .slick-dots li.slick-active button:before {
    opacity: 1;
}

.slick-slider-dots .slick-dots {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding-left: 7vw;
}

.slider .arrows-btn {
    gap: 15px;
    padding-right: 7vw;
}

.slider .arrows-btn i {
    font-size: 21px;
    color: #707070;
    cursor: pointer;
}

.feature {
    background: #000;
    padding: 70px 0 320px;
}

.feature .item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex: 1;
}

.feature i {
    color: #fff;
    font-size: 68px;
}

.feature h4 {
    color: #fff;
    font-size: 20px;
    line-height: 14px;
    margin-bottom: 10px;
}

.feature p {
    color: #fff;
    font-size: 14px;
    font-family: var(--font2);
    font-weight: 300;
    line-height: 18px;
    max-width: 14rem;
    margin-bottom: 0;
}

.home-instagram {
    margin: 100px 0;
}

.instagram-slide {
    position: relative;
}

.instagram-slide .icon {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 40%);
    opacity: 0;
    transition: all .5s;
}

.instagram-slide .icon i {
    font-size: 60px;
    color: #fff;
}

.instagram-slide:hover .icon {
    opacity: 1;
}

.instagram-slider .slick-list {
    padding: 0px var(--container-out) 0 var(--container-out) !important;
}

.home-instagram h2 {
    color: #000;
    font-size: 36px;
    line-height: 49px;
    font-weight: 500;
    margin-bottom: 0;
}

.home-instagram p {
    color: #0F2C39;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 33px;
    font-family: var(--font2);
    margin-top: 0;
}

.home-instagram .slick-slide {
    margin: 0 20px;
}

.home-instagram .slick-list {
    margin: 0 -20px;
}

footer {
    background: #000;
    padding: 74px 0 82px;
    position: relative;
}

footer .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #fff;
    font-family: var(--font2);
}

footer .logo span {
    border-left: 1px solid #fff;
    padding: 5px 0px 5px 10px;
}

footer h3 {
    color: #fff;
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 30px;
}

footer p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 20px;
    max-width: 19rem;
    margin-top: 42px;
}

footer .item1 .product-all {
    display: inline-flex;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding: 15px 22px;
    background: #fff;
    border: 1px solid #fff;
    font-family: var(--font2);
}

footer .item1 .product-all:hover {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

footer .item2 ul li:first-child a {
    font-size: 32px;
    font-family: var(--font2);
    color: #fff;
}

footer .item2 ul li:last-child a {
    font-size: 20px;
    font-family: var(--font2);
    color: #fff;
    margin-bottom: 15px;
    display: flex;
}

footer .item2 span {
    display: block;
    color: #fff;
    font-size: 12px;
    font-family: var(--font2);
    font-weight: 300;
}

footer .item2 .social {
    margin-top: 24px;
    color: #fff;
    gap: 18px;
}

footer .item2 .social a {
    color: #fff;
    font-size: 24px;
}

footer .item3 li {
    margin-bottom: 4px;
}

footer .item3 a {
    color: #fff;
    font-size: 14px;
    font-family: var(--font2);
    font-weight: 300;
}

footer .bottom {
    border-top: 1px solid rgb(255 255 255 / 20%);
    margin-top: 79px;
    padding-top: 72px;
    margin-bottom: 63px;
    gap: 25px;
}

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

footer .bottom ul li {
    border-right: 1px solid rgb(255 255 255 / 40%);
    margin: 0;
    padding: 0;
    line-height: 14px;
    padding-right: 10px;
}

footer .bottom ul li:last-child {
    border-right: none;
}

footer .bottom ul li a {
    color: #fff;
    font-family: var(--font2);
    font-size: 14px;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright p {
    color: rgb(255 255 255 / 60%);
    font-family: var(--font2);
    font-size: 14px;
    margin: 0;
    line-height: 14px;
    font-weight: 400;
}

.documenttop {
    cursor: pointer;
    position: absolute;
    bottom: 70px;
    right: 98px;
    background: rgb(255 255 255 / 13%);
    width: 48px;
    height: 48px;
    color: rgb(255 255 255 / 70%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.home-banner-bottom .content {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    left: 7%;
}

.home-banner-bottom .content h4 {
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 29px;
    color: #000;
    max-width: 27rem;
}

.home-banner-bottom .content p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 45px;
    color: #000;
    font-family: var(--font2);
    max-width: 27rem;
}

.home-banner {
    margin-top: -250px;
}

.home-banner .item {
    position: relative;
}

.home-banner .item .content {
    position: absolute;
    top: 12%;
    left: 9%;
}

.home-banner .item .content h4 {
    font-family: (--font2);font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    color: #000;
    margin-bottom: 14px;
}

.home-banner .item .content p {
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    color: #000;
    max-width: 50%;
    margin-bottom: 14px;
    min-height: 146px;
}

.highlights {
    margin: 122px 0 100px;
}

.image-container {
    position: relative;
}

.image-container img {
    object-fit: cover;
    transition: opacity 0.2s ease;
}

.image-container .overlay {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.product:hover .image-container .overlay {
    opacity: 1;
}

.highlights .slick-slide {
    margin: 0 15px;
}

.highlights .slick-list {
    margin: 0 -15px;
}

.highlights .slick-list {
    padding: 0px var(--container-out) 0 0% !important;
}

.highlights .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 24px;
    height: 4px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: 0 0;
    border: none
}

.highlights .highlights-dots {
    margin-top: 48px;
}

.highlights .highlights-dots .slick-dots li button:before {
    content: "";
    width: 24px;
    background: #000;
    height: 4px;
    opacity: .3;
    display: block;
}

.highlights .highlights-dots .slick-dots li.slick-active button:before {
    opacity: 1;
}

.highlights-dots .slick-dots {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding-left: 7vw;
}

.product {
    max-width: 450px;
}

.categori-list .product {
    max-width: 450px;
    width: 33.33%;
    transition: all .5s;
}

.highlights-sliders {
    margin-top: 53px;
}

.highlights .gap-2 {
    gap: 1rem;
}

.highlights p {
    font-family: var(--font2);
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 10px;
    color: #000;
}

.highlights h3 {
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 0px;
    color: #000;
    letter-spacing: -2px;
}

.highlights .highlights-prev {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: Center;
    font-size: 19px;
    color: #707070;
    border-radius: 54px;
    border: 1px solid #707070;
    cursor: pointer;
}

.highlights .highlights-next {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: Center;
    font-size: 19px;
    color: #fff;
    background: #000;
    border-radius: 50px;
    border: 1px solid #000;
    cursor: pointer;
}

.product .content {
    background: transparent;
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 27px 21px 23px;
    transition: opacity 0.3s ease;
}

.product:hover .content {
    background: #fff;
}

.product .content .left {
    border-right: 1px solid #000;
    width: calc(100% - 80px);
    padding: 10px 0;
}

.product .right {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.product .right .add-basket {
    width: 64px;
    height: 64px;
    background: #000;
    border-radius: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    border: 1px solid #000;
    cursor: pointer;
    position: relative;
    z-index: 15;
}

.product .right .add-basket:hover {
    background: #fff;
    color: #000;
}

.product .right .add-favorite {
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #fff;
    border-radius: 42px;
    -webkit-box-shadow: 0px 0px 27px -15px rgba(0,0,0,0.93);
    -moz-box-shadow: 0px 0px 27px -15px rgba(0,0,0,0.93);
    box-shadow: 0px 0px 27px -15px rgba(0,0,0,0.93);
    cursor: pointer;
}

.product .content .left h4 {
    font-family: var(--font2);
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
    color: #000;
}

.product .content .left p {
    font-family: var(--font2);
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 15px;
    color: #707070;
    text-align: left;
}

.product .content .left .price {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product .content .left .price .amount {
    font-size: 32px;
    line-height: 32px;
    color: #000;
}

.product .content .left .price .right {
    align-items: start;
    gap: 0;
}

.product .content .left .price .right span {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: #FF5700;
    font-family: var(--font2);
}

.product .content .left .price .right .discount-price {
    font-family: var(--font2);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #000;
    text-decoration: line-through;
}

.add-favorite .icon-heart-regular:after {
    content: "\e838";
    font-family: "trend-tablo-font-icon";
    width: 20px;
    height: 20px;
    color: #000;
    transition: 300ms;
    font-size: 20px;
}

.add-favorite:hover .icon-heart-regular:after {
    content: "\e819";
}

.bg-white {
    background: #fff;
}

.allproduct {
    padding: 0 60px;
    margin: 100px 0;
}

.allproduct p {
    font-family: var(--font2);
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 18px;
    color: #000;
    text-align: center;
}

.allproduct h4 {
    font-size: 64px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 75px;
    color: #000;
    letter-spacing: -2px;
    text-align: Center;
}

.allproduct .bg-white {
    padding: 100px 0px;
}

.allproduct-slider .slick-slide {
    margin: 0 15px;
}

.allproduct-slider .slick-list {
    margin: 0 -15px;
}
.product.product-sablon .content {
   padding-left:0;
   padding-top: 10px;
}
.product.product-sablon .content .left {
    border-right: none;
    width: 100%;
}

.product.product-sablon .image-container .right {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: none;
}

.product.product-sablon:hover .image-container .right {
    display: flex;
}

.product.product-sablon .content .left h4 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 8px;
    letter-spacing: 0;
    text-align: left;
}

.product.product-sablon .content .left p {
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 10px;
}

.product.product-sablon .content .left .price .amount {
    font-size: 24px;
}

.product .content .left .price .right .discount-price {
    font-size: 13px;
    line-height: 13px;
}

.product .content .left .price .right span {
    font-size: 13px;
    line-height: 13px;
}

.new-product-title {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #707070;
    padding: 10px 16px;
    z-index: 9;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--font2);
}

.allproduct .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 24px;
    height: 4px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: 0 0;
    border: none
}

.allproduct .allproduct-dots {
    margin-top: 48px;
}

.allproduct .allproduct-dots .slick-dots li button:before {
    content: "";
    width: 24px;
    background: #000;
    height: 4px;
    opacity: .3;
    display: block;
}

.allproduct .allproduct-dots .slick-dots li.slick-active button:before {
    opacity: 1;
}

.allproduct-dots .slick-dots {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding-left: 7vw;
}

.newlester {
    max-width: 930px;
    margin: 0 auto;
}

.newlester .bg-white {
    padding: 82px 120px;
}

.newlester h4 {
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    color: #000;
    letter-spacing: -2px;
    text-align: Center;
    max-width: 35rem;
    margin: 0 auto 55px;
}

.newlester-border {
    border-bottom: 1px solid #000;
    padding-bottom: 19px;
    margin-bottom: 25px;
}

.newlester-border input {
    height: 46px;
    width: calc(100% - 130px);
    border: none;
    outline: none;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    font-family: var(--font2);
}

.newlester-border input::placeholder {
    font-size: 16px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    font-family: var(--font2);
}

.newlester .check-input {
    display: flex;
    align-items: start;
    gap: 5px;
}

.newlester label {
    font-size: 13px;
    color: #000;
    line-height: 16px;
    font-weight: 400;
    font-family: var(--font2);
    display: flex;
    align-items: start;
    flex-direction: column;
}

.newlester label a {
    font-size: 13px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font2);
    text-decoration: underline;
}

#check2 {
    height: 18px;
    font-size: 30px;
    width: 18px;
}

.feature-sablon {
    background: transparent;
    padding-bottom: 70px;
}

.feature-sablon i,.feature-sablon h4,.feature-sablon p {
    color: #000;
}

.breadcrumb {
    margin-bottom: 70px;
    padding-top: 20px;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
    gap: 4px;
}

.breadcrumb ul li {
    font-family: var(--font2);
    position: relative;
    padding-right: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #707070;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.breadcrumb ul li a {
    font-family: var(--font2);
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.breadcrumb li i {
    color: #707070;
    font-size: 10px;
}

.categori-title {
    font-family: var(--font2);
    font-size: 30px;
    line-height: 39px;
    font-weight: 400;
    color: #000;
}

.categori-count-short {
    display: flex;
    align-items: center;
    justify-content: Center;
    gap: 18px;
}

.categori-count-short .categori-count {
    font-family: var(--font2);
    font-size: 16px;
    color: #000;
    border-right: 1px solid rgb(112 112 112 / 25%);
    padding: 13px 15px;
}
.per-page {
    position: relative;
    z-index: 1;
}
.sort {
    position: relative;
    min-width: 14rem;
    z-index: 1;
}

.sort h5 {
    font-family: var(--font2);
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #000;
    padding: 16px 0 16px 16px!important;
    background: #fff;
    margin: 0
}

.sort i {
    font-size: 12px;
    color: #000;
    margin-left: 10px;
    z-index: 95;
    margin-right: 15px
}

.sort .listele {
    display: none;
    position: absolute;
    top: 85%;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 25px 20px 20px;
    z-index: 2;
    overflow: auto;
    border-right: 1px solid rgb(82 109 128/50%);
    border-bottom: 1px solid rgb(82 109 128/50%);
    border-left: 1px solid rgb(82 109 128/50%);
    border-radius: 0 0 10px 10px
}

.sort li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    padding: 4px 0!important;
    z-index: 99;
    margin-bottom: 7px;
    display: block;
    background: 0 0;
    cursor: pointer;
    white-space: nowrap;
    font-family: var(--font2);
}

.sort:hover .listele {
    display: block
}

.sort:after {
    border: 1px solid rgb(112 112 112 / 50%);
    content: "";
    width: 100%;
    height: 104%;
    position: absolute;
    top: -1px;
    z-index: 300
}

.sort:hover i {
    transform: rotate(180deg)
}

.page-per {
    position: relative
}

.per-page span {
    font-size: 16px;
    line-height: 14px;
    font-weight: 400;
    color: #000;
    font-family: var(--font2);
    margin-right: 10px;
    white-space: nowrap;
}

.page-per h5 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #000;
    padding: 16px 0px 16px 16px!important;
    width: 100%;
    background: #fff;
    margin: 0;
    gap: 29px;
    font-family: var(--font2);
}

.page-per i {
    font-size: 12px;
    color: #000;
    margin-left: 10px;
    z-index: 95;
    margin-right: 9px
}

.page-per .listele {
    display: none;
    position: absolute;
    top: 85%;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 25px 20px 20px;
    z-index: 36;
    max-height: 35vh;
    overflow: auto;
    border-right: 1px solid rgb(82 109 128/50%);
    border-bottom: 1px solid rgb(82 109 128/50%);
    border-left: 1px solid rgb(82 109 128/50%);
    border-radius: 0 0 10px 10px
}

.page-per li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    padding: 4px 0!important;
    margin-bottom: 7px;
    display: block;
    background: 0 0;
    cursor: pointer;
    font-family: var(--font2);
}

.page-per:hover .listele {
    display: block
}

.page-per:after {
    border: 1px solid rgb(82 109 128/50%);
    content: "";
    width: 100%;
    height: 104%;
    position: absolute;
    top: -1px;
    z-index: 999
}

.page-per:hover i {
    transform: rotate(180deg)
}

.categori-list {
    margin-top: 70px;
    margin-bottom: 119px;
}

#priceRange {
    margin: 19px 0;
}

.noUi-target {
    position: relative;
    direction: ltr;
    width: 100%;
    height: 5px;
    background: #e0e0e0;
    border-radius: 5px;
}

.noUi-base {
    width: 100%;
    height: 100%;
}

.noUi-connect {
    background: #000;
    height: 100%;
    border-radius: 5px;
}

.noUi-handle {
    border: none;
    height: 20px;
    width: 20px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: -5px;
}

.noUi-horizontal .noUi-handle {
    margin-left: -14px;
    width: 14px;
    height: 14px;
    right: -14px;
    top: -6px;
}

.noUi-handle::before, .noUi-handle::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    top: 0px;
    left: 0px;
}

.categori-list .bg-white {
    padding: 0px 0 30px 0;
    -webkit-box-shadow: 0px 0px 29px -18px rgba(0,0,0,0.58);
    -moz-box-shadow: 0px 0px 29px -18px rgba(0,0,0,0.58);
    box-shadow: 0px 0px 29px -18px rgba(0,0,0,0.58);
}

.shape li {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    align-items: center;
    height: 32px;
    font-family: var(--font2);
}

.shape label {
    width: 20px;
    height: 19px;
    cursor: pointer;
    border: 1px solid #707070;
    border-radius: 5px;
    margin-right: 9px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shape .active label:after {
    content: "\e80d";
    font-family: "trend-tablo-font-icon";
    color: #000;
    transition: 300ms;
    font-size: 11px;
}

.categori-list .bg-white h2 {
    padding: 30px 40px 30px 30px;
    border-bottom: .25px solid rgb(112 112 112 / 20%);
    font-size: 20px;
    font-weight: 500;
    font-family: var(--font2);
}

.categori-list .bg-white .shape {
    padding: 15px 40px 30px 30px;
    border-bottom: .25px solid rgb(112 112 112 / 20%);
}

.categori-list .bg-white .shape div {
    font-family: var(--font2);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
}

.categori-list .bg-white .count-slider {
    padding: 30px 40px 0px 30px;
}

.categori-list .bg-white .count-slider label {
    font-family: var(--font2);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 13px;
    display: block;
}

.categori-list .bg-white .count-slider span {
    font-family: var(--font2);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 18px;
    display: block;
}

.categori-detay h1 {
    font-size: 32px;
    line-height: 34px;
    color: #000;
}

.categori-detay h2 {
    font-size: 28px;
    line-height: 36px;
    color: #000;
}

.categori-detay h3 {
    font-size: 20px;
    line-height: 32px;
    color: #000;
    margin-top: 15px;
    font-family: var(--font2);
    font-weight: 500;
}

.categori-detay p {
    font-size: 16px;
    line-height: 32px;
    color: #000;
    font-family: var(--font2);
    font-weight: 400;
}

.categori-etiket {
    margin: 60px 0 120px;
}

.categori-etiket .border {
    border: 1px solid #F1F1F1;
    padding: 30px 30px 50px;
}

.categori-etiket .border h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    font-family: var(--font2);
    font-weight: 500;
}

.categori-etiket .border li {
    font-size: 16px;
    line-height: 32px;
    color: #000;
    font-family: var(--font2);
    font-weight: 400;
    background: #F1F1F1;
    padding: 6px 24px;
    border-radius: 100px;
}

.categori-etiket .border .gap-2 {
    gap: .9rem;
}

.product-detail-slide {
    display: flex;
    align-items: start;
    gap: 30px;
    justify-content: space-between;
}

.product-detail-slide .left {
    width: 90px;
}

.product-detail-slide .right {
    width: calc(100% - 120px);
}

.product-slider-nav .slide {
    margin-bottom: 15px;
    border: .2px solid #f1f1f1;
    cursor: pointer;
}

.product-detail .new-product-detail-title {
    background: #707070;
    padding: 10px 16px;
    z-index: 9;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: var(--font2);
    display: inline-block;
    margin-bottom: 10px;
}

.allproduct-detay {
    margin: 0;
}

.allproduct-detay h4 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 50px;
}

.meta {
    display: flex;
    align-items: center;
    gap: 15px
}

.star-rating .star {
    font-size: 23px;
    color: #707070;
    position: relative;
    display: inline-block;
}

.star-rating .star::before {
    content: '☆';
}

.star-rating .star.filled::before {
    content: '★';
    color: #FFAC1D;
}

.star-rating .star.half::before {
    content: '☆';
    color: #707070;
}

.star-rating .star.half::after {
    content: '★';
    position: absolute;
    left: 0;
    width: 50%;
    color: #FFAC1D;
    overflow: hidden;
}

.tabs {
    margin: 64px 0;
}

.tab-buttons {
    display: flex;
    gap: 18px;
    border-bottom: 1px solid rgb(0 0 0 / 25%);
}

.tab-button {
    padding: 10px 20px;
    cursor: pointer;
    font-family: var(--font2);
    font-size: 20px;
    font-weight: 500;
    color: #707070;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
}

.tab-button.active {
    border-bottom: 2px solid #000;
    color: #000;
}

.tab-content {
    margin-top: 40px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

td {
    font-family: var(--font2);
    padding: 15px;
    color: #000;
    font-size: 16px;
}

td:nth-child(1) {
    font-weight: 500;
}

td:nth-child(2) {
    text-align: right;
}

tr:nth-child(odd) {
    background-color: #F9F9F9;
}

#reviews .left-column {
    padding: 30px 36px 36px;
    border: 1px solid #f1f1f1;
    width: 37%;
}

#reviews .left-column h2 {
    margin-bottom: 10px;
    font-size: 32px;
    font-family: var(--font2);
    line-height: 48px;
    font-weight: 500;
}

#reviews .left-column p {
    margin-bottom: 40px;
    font-size: 16px;
    font-family: var(--font2);
    line-height: 20px;
    font-weight: 400;
}

#reviews .product-info {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

#reviews .product-info img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

#reviews .left-column h4 {
    margin-bottom: 12px;
    font-size: 16px;
    font-family: var(--font2);
    line-height: 20px;
    font-weight: 500;
}

#reviews .left-column h3 {
    margin-bottom: 17px;
    font-size: 20px;
    font-family: var(--font2);
    line-height: 25px;
    font-weight: 500;
}

#reviews .left-column h3 sup {
    font-size: 10px;
    font-family: var(--font2);
    line-height: 25px;
    font-weight: 500;
}

#reviews .left-column .product-info p {
    margin-bottom: 0px;
    font-size: 13px;
    font-family: var(--font2);
    line-height: 16px;
    font-weight: 400;
}

#reviews .comment-section {
    margin-bottom: 10px;
}

#reviews .rating .stars {
    font-size: 24px;
    color: #f39c12;
}

#reviews .comment-section textarea {
    width: 100%;
    height: 141px;
    margin-bottom: 15px;
    padding: 20px;
    border: 1px solid rgb(112 112 112 / 25%);
    border-radius: 10px;
    background: #F9F9F9;
}

#reviews .photo-upload {
    margin-bottom: 50px;
}

#reviews .photo-upload label {
    width: 132px;
    height: 107px;
    margin-right: 8px;
    border: 1px solid rgb(112 112 112 / 25%);
    border-radius: 10px;
    background: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font2);
    gap: 5px;
    color: #000;
}

#reviews .photo-upload label i {
    font-size: 40px;
}

#reviews .photo-upload p {
    margin-bottom: 0;
    width: calc(100% - 140px);
    font-size: 13px;
    color: #707070;
    line-height: 16px;
    font-family: var(--font2);
}

#reviews .photo-upload input {
     margin-bottom: 15px;
}

#reviews .name-visibility {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    border: 1px solid rgb(112 112 112 / 25%);
    border-radius: 10px;
    padding: 20px 25px;
    justify-content: space-between;
}

.masked-name {
    margin-bottom: 17px;
    font-size: 14px;
    font-family: var(--font2);
    line-height: 18px;
    font-weight: 400;
    color: #707070;
}

#reviews .name-visibility input {
    margin-left: 10px;
}

#reviews button {
    width: 100%;
}

#reviews .right-column {
    width: 52%;
    background-color: #fff;
    padding: 9px 44px 0 0%;
    overflow: auto;
}

#reviews .right-column h2 {
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font2);
}

#reviews .right-column p {
    line-height: 30px;
    margin-bottom: 36px;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--font2);
    color: #707070;
}

#reviews .comment {
    margin-bottom: 20px;
    background: #F9F9F9;
    border-radius: 10px;
    padding: 37px 32px 32px;
    font-size: 15px;
    font-family: var(--font2);
    color: #000;
}

#reviews .right-column .comment p {
    margin-top: 32px;
    line-height: 18px;
    margin-bottom: 19px;
    font-size: 14px;
    font-weight: 300;
    font-family: var(--font2);
    color: #000;
}

#reviews .comment img {
    width: 64px;
    object-fit: cover;
    height: auto;
    max-height: 90px;
}

#reviews .comment .stars {
    font-size: 4px;
    color: #FFAC1D;
    margin-right: 8px;
}

#reviews .comment .stars+span {
    line-height: 28px;
    color: #707070;
}

#reviews .comment .namesurname {
    margin-top: 5px;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

#file-upload {
    display: none;
}

#reviews .rating {
    margin-bottom: 40px;
}

#reviews .rating .options {
    display: flex;
    column-gap: 15px;
}

#reviews .rating .options .option {
    position: relative;
}

#reviews .rating .options .option input {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
}

#reviews .rating .options .option label {
    cursor: pointer;
    user-select: none;
}

#reviews .rating .options .option label i {
    font-weight: lighter;
    color: #d8d6d6;
    font-size: 35px;
}

#reviews .rating .options .option.active i {
    color: #FFAC1D;
    font-weight: bolder;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    border-radius: 50%;
    left: 4px;
    bottom: 4px;
    background-color: #707070;
    transition: .4s;
}

input:checked + .switch-slider:before {
    transform: translateX(30px);
    background-color: #000;
}

.image-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.image-preview img {
    width: calc(100% / 5 );
    height: calc(100% / 5);
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.error-message {
    color: #E82727 ;
    margin-top: 10px;
}

#reviews .warning {
    margin-bottom: 40px;
}

#reviews .warning p {
    font-size: 14px;
    font-family: var(--font2);
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 9px;
    color: #707070;
}

#reviews .warning p a {
    color: #000;
    text-decoration: underline;
}

.product-detail .bottom,.product-detail .top {
    width: 100%;
}

.product-detail .adet {
    border: 1px solid rgb(112 112 112 / 25%);
    padding: 19px 16px;
}

.product-detail .adet input {
    border: none;
    background: transparent;
    text-align: center;
    width: 75px;
    padding: 0;
    margin: 0;
    text-indent: 0px;
    font-weight: 500;
    font-size: 24px;
    outline: none;
    font-family: var(--font2);
}

.product-detail .adet i {
    color: #707070;
    font-size: 24px;
    cursor: pointer;
}

.product-detail input::-webkit-outer-spin-button, .product-detail input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-detail input[type=number] {
    -moz-appearance: textfield;
}

.product-detail .add-basket {
    width: calc(100% - 160px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    gap: 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.product-detail .add-basket-two {
    width: calc(100% - 160px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    gap: 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.product-detail .add-basket i {
    font-size: 20px;
}

.product-detail .price {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.product-detail .price .amount {
    font-size: 40px;
    line-height: 32px;
    color: #000;
    font-weight: 500;
}

.product-detail .price .right {
    align-items: start;
    gap: 0;
}

.product-detail .price .right span {
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
    color: #FF5700;
    font-family: var(--font2);
}

.product-detail .price .right .discount-price {
    font-family: var(--font2);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #000;
    text-decoration: line-through;
}

.product-detail .add-favorite i {
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #fff;
    border-radius: 42px;
    -webkit-box-shadow: 0px 0px 27px -15px rgba(0, 0, 0, 0.93);
    -moz-box-shadow: 0px 0px 27px -15px rgba(0, 0, 0, 0.93);
    box-shadow: 0px 0px 27px -15px rgba(0, 0, 0, 0.93);
    cursor: pointer;
}

.product-detail .add-favorite {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.variation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.variation div {
    font-size: 14px;
    line-height: 18px;
    color: #707070;
    font-family: var(--font2);
    width: 100%;
    text-transform: uppercase;
    flex: 4;
}

.variation input {
    width: 100%;
    height: 48px;
    outline: none;
    border: 1px solid rgb(112 112 112 / 25%);
    color: #707070;
    flex: 6;
    text-indent: 10px;
}

.variation .custom-select {
    width: 100%;
    height: 48px;
    padding: 0 0px;
    outline: none;
    border: 1px solid rgb(112 112 112 / 25%);
    color: #707070;
    flex: 6;
}

.product-detail .meta {
    margin: 20px 0 20px;
}

.product-detail ul {
    margin: 0 0 36px;
}

.product-detail ul li {
    margin-bottom: 8px;
    font-size: 14px;
    font-family: var(--font2);
    line-height: 18px;
    color: #707070;
    display: flex;
    align-items: center;
    gap: 7px;
}

.product-detail ul li span {
    width: 5rem
}

.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    display: none;
}

.select-selected {
    background-color: #00000000;
}

.select-selected:after {
    content: "\e835";
    font-family: "trend-tablo-font-icon";
    position: absolute;
    top: 20px;
    right: 0;
    width: 20px;
    height: 20px;
    font-size: 10px;
    color: #000 !important;
    font-weight: 700;
}

.select-selected.select-arrow-active:after {
    content: "\e836";
}

.select-items div,.select-selected {
    color: #000 !important;
    padding: 0px 10px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    height: 100%;
    display: flex;
    align-items: center;
}

.select-items div {
    height: 45px;
    border-bottom: 1px solid #707070;
    color: #fff !important;
}

.select-items {
    position: absolute;
    background-color: #000;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 225px;
    overflow: auto;
}

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.fast-cart {
    max-width: 465px;
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    width: 465px;
    z-index: 9;
    padding: 0 25px 0 30px;
    transform: translateX(465px);
    transition: all .3s;
}

.fast-cart .top {
    height: 120px;
    padding-bottom: 20px;
    padding-top: 34px;
    border-bottom: 1px solid rgb(112 112 112 / 25%);
}

.fast-cart .bottom {
    height: 200px;
    border-top: 1px solid rgb(112 112 112 / 25%);
    padding-top: 20px;
}

.fast-cart .center {
    height: calc(100vh - 355px);
    overflow: auto;
    padding: 0px 18px 0px 0;
    margin: 25px 0;
}

.fast-cart .demo-icon {
    cursor: pointer;
    background: #F5F5F5;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #000;
}

.sepet-text {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-family: var(--font2);
    margin-bottom: 6px;
}

.sepet_toplam_fiyat {
    font-size: 32px;
    line-height: 40px;
    color: #000;
    font-weight: 700;
    font-family: var(--font2);
    margin-bottom: 28px;
}

.fast-cart .top h2 {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-weight: 500;
    margin-bottom: 12px;
}

.fast-cart .top p {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    font-family: var(--font2);
}

.fast-cart .top p span {
    font-weight: 700;
}

.fast-cart .card {
    display: flex;
    padding: 12px 20px 20px;
    border: 1px solid rgb(112 112 112 / 25%);
    gap: 16px;
    width: 100%;
    align-items: stretch;
}

.fast-cart .card .right {
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.fast-cart .card span {
    display: block;
    font-size: 11px;
    margin-bottom: 2px;
    font-family: var(--font2);
}

.fast-cart .card h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    max-width: 13rem;
    font-family: var(--font2);
}

.fast-cart .price {
    margin-top: 15px;
}

.fast-cart .discount-price {
    font-size: 11px;
    font-weight: 500;
    font-family: var(--font2);
    line-height: 14px;
    color: #000;
    text-decoration: line-through;
}

.fast-cart .amount {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font2);
    line-height: 20px;
}

.fast-cart .delete {
    font-size: 18px;
    width: 48px;
    height: 48px;
    border-radius: 5px
}

.card-page .card {
    display: flex;
    padding: 0px 0px 0px;
    gap: 16px;
    align-items: center;
}

.card-page .card .right {
    width: 100%;
}

.card-page .card span {
    display: block;
    font-size: 11px;
    margin-bottom: 2px;
    font-family: var(--font2);
}

.card-page .card h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    max-width: 13rem;
    font-family: var(--font2);
}

.card-page .price {
    margin-top: 5px;
    font-size: 20px;
    font-family: var(--font2);
    color: #000;
}

.card-page .discount-price {
    font-size: 11px;
    font-weight: 500;
    font-family: var(--font2);
    line-height: 14px;
    color: #000;
    text-decoration: line-through;
}

.card-page .amount {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font2);
    line-height: 20px;
}

.card-page .delete {
    font-size: 18px;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f1f1;
    white-space: nowrap;
    margin-left: 41px;
    cursor: pointer;
}

.order-navigation {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 20px;
    font-size: 14px;
}

.order-navigation .step {
    font-weight: 500;
    border: 1px solid rgb(112 112 112 / 25%);
    padding: 12px 36px;
    margin-right: 50px;
    position: relative;
    user-select: none;
    cursor: default;
    font-size: 14px;
    font-family: var(--font2);
    color: #707070;
}

.order-navigation .step.active {
    background: #3D755F;
    border-radius: 5px;
    color: #fff;
}

.order-navigation .step:not(:last-child):after {
    content: "";
    width: 30px;
    height: 1px;
    background: #eee;
    position: absolute;
    right: -40px;
    top: calc(50% - 0.5px);
}

.card-page .left {
    width: calc(100% - 430px);
    padding: 24px 40px 48px;
    border: 1px solid rgb(112 112 112 / 25%);
}

.card-page .payment-summary {
    width: 400px;
    background: #F1F1F1;
    padding: 30px;
    position: sticky;
    top: 0;
}

.card-page .card-content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 1px solid rgb(112 112 112 / 25%);
    padding: 20px 0;
}

.card-page .card-content .right-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-page .card-page-title {
    font-size: 32px;
    font-weight: 500;
    font-family: var(--font2);
    line-height: 48px;
    margin: 24px 0 34px;
    color: #707070;
}
.card-page h4 {
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font2);
    line-height: 48px;
    margin: 30px 0 24px;
    color: #707070;
}
.card-page .adet {
    padding-right: 35px;
    border-right: 1px solid rgb(112 112 112 / 25%);
    height: 100%;
    display: flex;
    margin-right: 35px;
}

.card-page .adet input {
    border: none;
    background: transparent;
    text-align: center;
    width: 57px;
    padding: 0;
    margin: 0;
    text-indent: 0px;
    font-weight: 500;
    font-size: 24px;
    outline: none;
    font-family: var(--font2);
    color: #000;
}

.card-page .adet i {
    color: #707070;
    font-size: 13px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    border-radius: 32px;
    background: #f1f1f1;
    justify-content: center;
}

.card-page input::-webkit-outer-spin-button, .card-page input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.card-page input[type=number] {
    -moz-appearance: textfield;
}

.discount-wrapper {
    display: flex;
    gap: 5px;
    color: #707070;
    font-size: 14px;
    font-family: var(--font2);
    line-height: 16px;
}

.discount-wrapper .rate {
    border-right: 1px solid #707070;
    padding-right: 5px
}

.discount-wrapper .off-price {
    text-decoration: line-through;
}

.card-page .payment-summary h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 30px;
    font-family: var(--font2);
}

.card-page .payment-summary .description {
    font-size: 16px;
    margin: 5px;
    font-family: var(--font2);
    color: #707070;
}

.card-page .payment-summary .price {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: var(--font2);
}

.card-page .payment-summary .price-table {
    margin: 25px 0;
}

.card-page .payment-summary .price-table ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-page .payment-summary .price-table ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgb(112 112 112 / 25%);
}

.card-page .payment-summary .price-table ul li:last-child {
    border: 0;
}

.card-page .payment-summary .price-table ul li .title {
    line-height: 20px;
    color: #000;
    font-family: var(--font2);
}

.card-page .payment-summary .price-table ul li .value {
    font-weight: 500;
    color: #000;
    font-family: var(--font2);
}

.card-page .payment-summary span.ssl {
    font-weight: 400;
    display: block;
    font-size: 11px;
    color: #707070;
    font-family: var(--font2);
}

.card-page .g-btn {
    margin-bottom: 10px;
    display: flex;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding: 17px 22px;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.card-page {
    margin-bottom: 110px;
    position: relative;
}

.step-content {
    display: flex;
    align-items: start;
    gap: 20px;
}

.step-content .teslimat,.step-content .fatura {
    width: 50%
}



.step-content .address-list {
    padding-right: 10px;
}

.step-header .step-title {
    font-size: 20px;
    color: #707070;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 16px;
    font-family: var(--font2);
}


.check-options .option {
    position: relative;
}

.check-options .option input {
    width: 0;
    height: 0;
    opacity: 0;
}

.check-options .option {
    position: relative;
    border: 1px solid rgb(112 112 112 / 25%);
    width: 100%;
    border-radius: 15px;
    user-select: none;
    cursor: pointer;
    transition: 300ms;
    margin-bottom: 15px;
}

.check-options .option:hover {
    border-color: #000;
}

.check-options .option label .title:Before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 100%;
    left: 0;
    top: calc(60% - 18px);
}

.check-options .option label .title:after {
    content: "\e803";
    font-family: "trend-tablo-font-icon";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 100%;
    left: 0;
    top: calc(60% - 18px);
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 300ms;
    opacity: 0;
}

.check-options .option input:checked + label .title:after {
    opacity: 1;
}

.check-options .option label {
    padding: 24px 30px 3px 30px;
    display: block;
    cursor: pointer;
}

.check-options .option .update {
    padding: 8px 30px 8px 30px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font2);
    margin-left: 30px;
    margin-bottom: 15px;
    color: #707070;
    border: 1px solid rgb(112 112 112 / 25%);
}

.check-options .option .del {
    margin-left: 10px;
}

.check-options .option label .title {
    font-weight: 700;
    margin-bottom: 20px;
    color: #707070;
    font-family: var(--font2);
    font-size: 16px;
    position: relative;
    padding-left: 40px;
}

.check-options .option label .description {
    margin-bottom: 22px;
    font-size: 14px;
    font-family: var(--font2);
    line-height: 18px;
    min-height: 36px;
    color: #707070;
}

.side-modal {
    max-width: 465px;
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    width: 465px;
    z-index: 9;
    padding: 0 25px 0 30px;
    transform: translateX(465px);
    transition: all .3s;
}

.side-modal .top {
    height: 95px;
    padding-bottom: 20px;
    padding-top: 34px;
}

.side-modal .center {
    height: calc(100vh - 205px);
    overflow: auto;
    padding: 0px 18px 0px 0;
    margin: 0px 0;
}

.side-modal .bottom {
    display: flex;
    height: 110px;
    padding-top: 20px;
    justify-content: space-between;
    align-items: center;
}

.side-modal .top h2 {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    font-weight: 500;
    margin-bottom: 12px;
}

.side-modal h6 {
    font-size: 16px;
    line-height: 20px;
    color: #707070;
    font-weight: 500;
    font-family: var(--font2);
    margin-bottom: 3px;
    border-top: 1px solid rgb(112 112 112 / 25%);
    padding-top: 17px;
    margin-top: 15px;
}

.side-modal p {
    font-size: 14px;
    line-height: 14px;
    color: #707070;
    font-weight: 400;
    font-family: var(--font2);
    margin-bottom: 4px;
    margin-top: 8px;
}

.side-modal .top p {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    font-family: var(--font2);
    margin-bottom: .5rem;
    margin-top: 0;
}

.side-modal .demo-icon {
    cursor: pointer;
    background: #F5F5F5;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #000;
}

.side-modal .form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 8px;
    font-size: 14px;
}

.side-modal input {
    width: 100%;
    height: 48px;
    padding: 0 10px;
    outline: none;
    border: 1px solid rgb(112 112 112 / 25%);
    color: #000;
    font-size: 14px;
}

.side-modal textarea {
    width: 100%;
    height: 96px;
    padding: 11px 10px 0;
    outline: none;
    border: 1px solid rgb(112 112 112 / 25%);
    color: #000;
    font-size: 14px;
}

.side-modal .custom-select {
    height: 48px;
    padding: 0 0px;
    outline: none;
    border: 1px solid rgb(112 112 112 / 25%);
    color: #707070;
}

.tab-fatura {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 5px;
    margin-bottom: 7px;
}

.tab-fatura input[type="radio"] {
    display: none;
}

.tab-fatura label {
    padding: 0px 0;
    cursor: pointer;
    margin-right: 0;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font2);
}

.tab-fatura input[type="radio"] + label:after {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.tab-fatura input[type="radio"] + label:before {
    content: "\e803";
    font-family: "trend-tablo-font-icon";
    background: #000;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    color: #fff;
    font-size: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-fatura input[type="radio"]:checked + label:before {
    opacity: 1;
}

form .tab-content-fatura {
    display: none;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
}

#paymentTypesTab {
    display: flex;
    gap: 10px;
}

#paymentTypesTab .nav-link {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font2);
    border: 1px solid #f1f1f1;
    padding: 15px 12px;
    cursor: pointer;
}

#paymentTypesTab .nav-link.active {
    border: 1px solid #000;
    color: #fff;
    background: #000;
}

.step-content-odeme .tab-content {
    margin-top: 25px;
}

.toast-message {
    font-family: var(--font2);
    font-size: 14px;
    color: #fff;
}

#toast-container>.toast {
    background: #000;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-position: left center;
    background-position-x: 14px;
    padding: 25px 34px 25px 50px;
    width: initial;
}


.bank-accounts .account {
    padding: 0 0px 0 30px;
    display: flex;
    align-items: stretch;
    border: 1px solid rgb(112 112 112 / 25%);
    border-radius: 5px;
    margin-bottom: 15px;
}

.bank-accounts .image {
    width: 30%;
    min-width: 18rem;
    border-right: 1px solid rgb(112 112 112 / 25%);
    flex-direction: column;
    display: flex;
    align-items: start;
    justify-content: center;
}

.bank-accounts .details {
    width: 100%;
}
.bank-accounts .bank-title {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color:#707070;
    font-family: var(--font2);
}
.bank-accounts .details p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font2);
}

.bank-accounts .details .receipt-name {
    padding: 10px 30px;
}

.bank-accounts .button {
    padding: 10px 30px;
    border-top: 1px solid rgb(112 112 112 / 25%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy-button {
    font-size: 13px;
    font-weight: 400;
    font-family: var(--font2);
    color: #707070;
    cursor: pointer;
}

.copy-button:hover {
    color: #000;
}

.payment-agreement {
    width: calc(100% - 450px);
    padding: 0px 40px 48px;
    margin-top: -50px;
    margin-bottom: 110px;
    height: 50vh;
    overflow: auto;
}

.payment-agreement h4 {
    font-size: 24px;
    margin-bottom: 30px;
    font-family: var(--font2);
    color: #000;
}

.payment-agreement p {
    font-family: var(--font2);
    color: #707070;
}

.card-page .f-size-16 {
    font-size: 16px;
}

.step-content-ozet h5 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 11px;
    line-height: 24px;
    font-family: var(--font2);
    color: #707070;
}

.step-content-ozet p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 20px;
    font-family: var(--font2);
    color: #707070;
}

.step-content-ozet .siparis-kod {
    display: flex;
    align-items: center;
    border-top: 1px solid rgb(112 112 112 / 25%);
    margin-top: 37px;
    padding: 37px 0;
    gap: 2vw;
    border-bottom: 1px solid rgb(112 112 112 / 25%);
}

.step-content-ozet .siparis-kod p {
    margin-bottom: 0;
    font-weight: 500;
    font-family: var(--font2);
}

.step-content-ozet .siparis-kod #order-number {
    background: rgb(0 0 0 / 10%);
    margin-left: 4px;
    padding: 7px 20px;
    margin-bottom: 0;
    font-weight: 500;
    color: #707070;
    font-family: var(--font2);
    border-radius: 5px;
}

.step-content-ozet .icon-check {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #24B900;
    border-radius: 76px;
    color: #fff;
    margin-right: 15px;
}

.payment-summary-note {
    border: 1px solid #000;
    padding: 24px 20px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.payment-summary-note h6 {
    font-weight: 700;
    font-size: 16px;
    font-family: var(--font2);
    color: #707070;
    margin-bottom: 15px;
}

.payment-summary-note span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    font-family: var(--font2);
    color: #707070;
}

.tracing-page-height {
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 15vh;
}

.tracing-page-height i {
    height:128px;
    width:128px;
    background:#F1F1F1;
    border-radius:128px;
    font-size:64px;
    color:#000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tracing-page-height h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    font-family: var(--font2);
    color: #000;
    margin: 13px 0;
}

.tracing-page-height p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: var(--font2);
    color: #707070;
    margin-bottom: 36px;
}

.tracing-page-height input {
    height: 64px;
    margin-bottom: 30px;
    width: 100%;
      font-size: 15px;    font-weight: 500;
    max-width: 450px;
    border: 1px solid rgb(112 112 112 / 25%);
    text-align: center;
    color: #000;   font-family: var(--font2);
}
.tracing-page-height input:placeholder {
      font-family: var(--font2);    font-size: 15px;
    color: #707070;    font-weight: 400;
}
.authentication-pages{margin-bottom:110px;}
.login {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}

.login > div:first-child {
    width: 456px;
    padding: 115px 0;
}

.login > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.login > div:last-child {
    width: calc(100% - 618px);
    padding: 115px;
}

.login > .dark-bg {
    background: #F9F9F9;
}

.login .form-header {
    color: var(--color-3);
    margin-bottom: 35px;
}

.login .form-header .form-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 13px;
    font-family: var(--font2);
}

.login .form-header .form-description {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font2);
    color: #707070;
    max-width: 21rem;
}

.login .check-input {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.login .check-input input {
    width: 100%;
    border: 1px solid rgb(112 112 112 / 25%);
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 5px;
    transition: 300ms;
}

.login .check-input input:focus{
    border-color: var(--color-1);
}

.login .check-input label {
    position: absolute;
    right: 10px;
    top: 0;
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--color-1);
    transition: 300ms;
    opacity: 0;
}

.login .form-content-layout {
    width: 100%;
}

.login .check-input input:valid + label {
    opacity: 1;
}

.login .form-content-layout .form-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 30px;
}

.login .form-content-layout .form-content .half-size {
    width: calc(50% - 15px);
}

.login .check {
    min-width: 60%;
    padding-right: 30px;
}

.login .check label {
    font-size: 12px;
}

.login .button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    width: 100%;
}

.login .button .site-btn {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 2px;
}

.login .link-container {
    text-align: right;
    width: 100%;
}

.login .link-container a {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    transition: 300ms;
    font-family: var(--font2);
}

.login .link-container a:Hover {
    color: var(--color-3);
}

.login.single-form > .form {
    width: 70%;
}

.login.single-form {
    justify-content: center;
    text-align: center;
}

.login.single-form > .form .button {
    justify-content: center;
}

.login.single-form > .form .button .site-btn {
    width: 200px;
}
.login .check label:Before {
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0px;
    border-radius: 5px;
    border: 1px solid #000;
}
.login .check input[type="checkbox"] {
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    display: inherit;
}
.login .check label {
    padding-left: 30px;
    cursor: pointer;
    display: flex;
    position: relative;
    user-select: none;
    line-height: 20px;
    font-size: 14px;
    font-family: var(--font2);
    color: #707070;
    white-space: nowrap;
}
.login .check label a {
  color: #707070;
  text-decoration: underline;
  font-weight: 500;
}
.login .check label:after {
    content: '\e803';
    font-family: 'trend-tablo-font-icon';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 20px;
    height: 20px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0px;
    border-radius: 5px;
    opacity: 0;
    font-size: 7px;
}
.login .check input:checked + label:after {
    opacity: 1;
}
.password-page p{max-width: 21rem;text-align: center;}
.default-text{padding-bottom:90px;}
.default-text h1{ font-family: var(--font2); color: #000;margin-bottom:45px;  font-size: 24px;
    font-weight: 700;}
.default-text p{ font-family: var(--font2); color: #707070;  font-size: 16px;
    font-weight: 400;}
.default-text p strong{ font-family: var(--font2); color: #707070;  font-size: 24px;
    font-weight: 500;margin:20px 0;display:block;}
.account-page	.page-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 100%;
}
.page-container > .sidebar {
    padding: 25px 0 0;
    position: sticky;
    top: 120px;
    min-width: 330px;
    border-radius: 10px;
    border: 1px solid rgb(112 112 112 / 25%);
    height: inherit;
}
.page-container > .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-container > .sidebar ul li a {
    display: block;
    color: #707070;
    font-weight: 500;
    padding: 18px 30px;
    transition: 300ms;
    border-bottom: 1px solid rgb(112 112 112 / 25%);
    font-size: 15px;
    font-family: var(--font2);
}

.page-container > .sidebar ul li:first-child a {
    border-top: 0;
}

.page-container > .sidebar ul li:last-child a {
    border-bottom: 0;
}

.page-container > .sidebar ul li.active a {
    font-weight: 700;
    color: #000;
}

.page-container > .sidebar ul li:Hover a {
    color: var(--color-1);
}
.account-page{margin-bottom:90px;}

.page-container > .content {
    width: calc(100% - 360px);
    padding-left: calc(var(--container-width) / 12);
    background: #f9f9f9;
    padding: 30px 60px 40px;
}
.page-container > .content h1 {
    font-family: var(--font2);
    font-size:36px;
    font-weight:500;
    margin-bottom:5px;
}
.account-name{display:flex;padding-left: 30px;border-bottom: 1px solid rgb(112 112 112 / 25%);align-items: center;gap: 10px;padding-bottom: 20px;}
.account-name p{display:flex;flex-direction:column;font-size: 18px;font-weight: 500;font-family: var(--font2);margin-bottom: 0;color: #707070;}
.account-name p span{font-size:14px;font-weight: 400;}
.account-name i{height:48px;width:48px;display:flex;align-items:center;justify-content:center;background:#f1f1f1;border-radius:50px;color: #707070;font-size: 26px;}

.account-page form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 8px;
    font-size: 14px;
    align-items: stretch;
}
.account-page .form-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 8px;
    font-size: 14px;
    align-items: stretch;
    max-width:32rem;
}
.account-page form .button {
    margin-top: 25px;
    width: 100%;
    display: flex;
    justify-content: end;
}
.account-page h6 {
    font-size: 16px;
    line-height: 20px;
    color: #707070;
    font-weight: 500;
    font-family: var(--font2);
    margin-bottom: 3px;
    padding-top: 20px;
    margin-top: 15px;
    padding-bottom: 10px;
    border-top: 1px solid rgb(112 112 112 / 25%);
}
.account-page h6:first-child {border:none;}
.account-page span:not(.g-btn):not(.g-btn-2):not(.add-favorite):not(.add-basket) {
    font-size: 14px;
    color: #707070;
    font-weight: 400;
    font-family: var(--font2);
    margin-bottom: 5px;
  display:inline-block
}
.account-page p {
    font-size: 15px;
    line-height: 16px;
    color: #707070;
    font-weight: 400;
    font-family: var(--font2);
    margin-bottom: 14px;
    margin-top: 8px;
}
.account-page p.description{max-width:20rem;line-height: 20px;}
.account-page input {
    width: 100%;
    height: 48px;
    padding: 0 10px;
    outline: none;
    border: 1px solid rgb(112 112 112 / 25%);
    color: #000;
    font-size: 14px;
}

.male input[type="radio"] {
    display: none;
}

.male label {
    padding: 0px 0;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font2);
    margin-top: 15px;
    margin-right: 25px;
    color: #707070;
}

.male input[type="radio"] + label:after {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.male input[type="radio"] + label:before {
    content: "\e803";
    font-family: "trend-tablo-font-icon";
    background: #000;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    color: #fff;
    font-size: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.male input[type="radio"]:checked + label:before {
    opacity: 1;
}
.confirm-layout {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
    opacity: 0;
    visibility: hidden;
}

.confirm-layout .confirm-box {
    background: #fff;
    padding: 50px 80px;
    border-radius: 10px;
    text-align: center;
    color: var(--color-3);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    transition: 300ms;
    transition-delay: 500ms;
    transform: scale(.3);
    opacity: 0;
}

.confirm-layout .confirm-box .confirm-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
    font-family: var(--font2);
}

.confirm-layout .confirm-box .buttons {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
}


.confirm-layout.open .confirm-box {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.confirm-layout.open {
    opacity: 1;
    visibility: visible;
}
.address-boxes  {display:flex;align-items:start;gap:30px;flex-wrap:wrap;}
.address-boxes .address  {background:#fff;width:calc(50% - 15px);padding: 30px 70px 20px 34px;border-radius:10px;border: 1px solid rgb(112 112 112 / 100%);}
.address-boxes .buttons div {
    padding: 8px 30px 8px 30px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font2);
    margin-left: 0px;
    margin-bottom: 15px;
    color: #707070;
    border: 1px solid rgb(112 112 112 / 25%);
}
.account-page .button .g-btn{margin:20px 0;}
.address-boxes .address .address-title {
    font-weight: 700;
    margin-bottom: 20px;
    color: #707070;
    font-family: var(--font2);
    font-size: 16px;
    position: relative;
    padding-left: 0px;
}
.address-boxes .address .description {
    margin-bottom: 22px;
    font-size: 14px;
    font-family: var(--font2);
    line-height: 18px;
    min-height: 36px;
    color: #707070;
}
/*user orders*/
.user-orders .order {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    color: #000;
    font-family: var(--font2);
    border: 1px solid #707070;
}

.user-orders .order .order-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid transparent;
    transition: 300ms;
}

.user-orders .order .order-header > div {
    width: calc(100% / 6);
}

.user-orders .order .order-content {
    padding: 0 20px;
    transition: 300ms;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.user-orders .order .order-content .content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.user-orders .order .order-content .content-header .order-title {
    font-size: 24px;
    font-weight: 500;
    margin: 13px 0;
    color: #000;
    font-family: var(--font2);
}



.user-orders .order .details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.user-orders .order .details .addresses {
    width: 50%;
}

.user-orders .order .details .products {
    width: 44%;
    padding: 0 20px 0 0px;
    max-height: 500px;
    overflow: auto;
}

.user-orders .order .details .addresses > div {
    background: #fff;
    margin-bottom: 20px;
    padding: 30px;
}

.user-orders .order .details .addresses .address-title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 14px;
    font-family: var(--font2);
}

.user-orders .order .details .addresses .name,
.user-orders .order .details .addresses .phone {
    margin: 7px 0;
}

.user-orders .order .details .products::-webkit-scrollbar {
    width: 5px;
}

.user-orders .order .details .products::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

.user-orders .order .details .products::-webkit-scrollbar-thumb {
    background: #707070;
    border-radius: 10px;
}

.user-orders .order .details .products::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.user-orders .order.open .order-content {
    max-height: 1000vh;
    opacity: 1;
    padding: 30px;
    background: #F1F1F1;
}

.user-orders .order.open .order-header {
    border-color: #707070;
}

.user-orders .order.table-header {
    background: transparent;
    margin-bottom: 0;
    border: none;
    margin-top: 40px;
}

.user-orders .order.table-header .order-header > div {
    font-weight: 600;
    padding-bottom: 0px;
}

.user-orders  .card {
    display: flex;
    padding: 0px 0px 0px;
    gap: 16px;
    align-items: center;
    background: #fff;
    padding: 16px;
    margin-bottom: 10px;
}
.user-orders  .card .right {
    width: 100%;
}
.user-orders  .card h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    max-width: 13rem;
    font-family: var(--font2);
}
.account-page .user-orders  .card span {
    display: block;
    font-size: 11px;
    margin-bottom: 2px;
    font-family: var(--font2);
    color: #000;
}
.account-page .user-orders  .card span.amount{font-size:16px;font-weight:500;margin-top:15px;}
.account-page .product .content .left {
 
    width: calc(100% - 10px);
    padding: 0px 0;
}
.default-page .page-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.default-page .page-container > .content {
    background: #fff;
    padding: 0 60px 40px;
}
.default-page .page-container > .sidebar {
    padding: 0 0 0;
    
}
.default-page .page-container > .content h1 {
   
    margin-bottom:25px;
}
.faqs-layout .faq {
    position: relative;
    background: #fff;
    transition: all ease-in 500ms;
    margin-bottom: 12px;
}

.faqs-layout .faq .faq-header {
    padding: 14px 20px;
    cursor: pointer;
    user-select: none;
    position: relative;
    color:#000;
    transition: 300ms;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #000;
}

.faqs-layout .faq .faq-header .title {
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    padding-right: 20px;
    color: #fff;
}

.faqs-layout .faq .faq-header:After {
    content: '\e835';
    border-radius: 100%;
    font-family: 'trend-tablo-font-icon';
    font-weight: normal;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: 300ms;
}


.faqs-layout .faq .faq-body {
    padding: 0 50px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.faqs-layout .faq.open .faq-body {
    padding: 20px 20px;
    max-height: 1000vh;
    opacity: 1;
}

.faqs-layout .faq.open .faq-header:After {
    content: '\e836';
}

.faqs-layout .faq .faq-body p:last-child {
    margin: 0;
}


.form-content h6 {
    font-size: 16px;
    line-height: 20px;
    color: #707070;
    font-weight: 500;
    font-family: var(--font2);
    margin-bottom: 3px;
}

.form-content p {
    font-size: 14px;
    line-height: 14px;
    color: #707070;
    font-weight: 400;
    font-family: var(--font2);
    margin-bottom: 4px;
    margin-top: 8px;
}


.form-content .demo-icon {
    cursor: pointer;
    background: #F5F5F5;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #000;
}

.form-content form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 8px;
    font-size: 14px;
}

.form-content input {
    width: 100%;
    height: 48px;
    padding: 0 10px;
    outline: none;
    border: 1px solid rgb(112 112 112 / 25%);
    color: #000;
    font-size: 14px;
}

.form-content textarea {
    width: 100%;
    height: 96px;
    padding: 11px 10px 0;
    outline: none;
    border: 1px solid rgb(112 112 112 / 25%);
    color: #000;
    font-size: 14px;
}

.form-content .custom-select {
    height: 48px;
    padding: 0 0px;
    outline: none;
    border: 1px solid rgb(112 112 112 / 25%);
    color: #707070;
}
.blog-page{margin-bottom:90px;}
.blog-page .item{margin-bottom:30px;border: 1px solid rgb(112 112 112 / 25%);overflow: hidden;}
.blog-page  h3{margin-bottom:34px;font-family: var(--font2);font-size: 20px;font-weight: 500;color: #000;}
.blog-page .item .date{margin-bottom:26px;display:inline-block;font-family: var(--font2);color: #707070;font-size: 13px;}
.blog-page .item .blog-img{position:relative;}
.blog-page .item .blog-img img{transform:scale(1);transition:all .5s;height: 300px;object-fit: cover;width: 100%;}
.blog-page .item:hover .blog-img img{transform: scale(1.04);}
.blog-page .item .blog-img span{font-size:14px;position:absolute; background:#000;padding:12px 18px; bottom:-15px;right:30px;color:#fff;  font-family: var(--font2);}
.blog-page .item .content span{color: #000000;font-family: var(--font2);display:flex;gap:15px;align-items: center;font-size: 16px;}
.blog-page .item .content{padding: 20px 30px;}
.blog-page .item .content i{font-size:11px;}
.blog-page .gap-2{gap:25px;margin-bottom:25px;}
.blog-page .group{font-size:14px; background:#000;padding:12px 18px; color:#fff;  font-family: var(--font2);}
.blog-page .date{display:inline-block;font-family: var(--font2);color: #707070;font-size: 14px;}
.blog-page  h1{font-family: var(--font2);font-size: 36px;font-weight: 500;color: #000;text-align:center;max-width: 50rem;margin: 20px auto 34px;}
.blog-page  h2{font-family: var(--font2);font-size: 20px;font-weight: 500;color: #000;margin-top: 25px;}
.blog-page  p{font-family: var(--font2);font-size: 16px;font-weight: 400;color: #707070;margin-top:20px;line-height:20px;margin-bottom:0;}
.credit-card-form{gap:15px;}
.credit-card-form .w-50{width:calc(50% - 15px);}
.credit-card-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: 500;
    font-family: var(--font2);
}
.credit-card-form  input {
    width: 100%;
    border: 1px solid #eee;
    padding: 10px 15px;
    height: 43px;
}
.fixed-bar header {
    position: fixed;
    top: 0;
    background: #fff;
}
.quick-cart .top {

    text-align: left;
}
.quick-cart .price .amount {
    font-size: 33px;
   
}
.quick-cart  .g-btn {
   width: 50%;
   gap: 8px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.quick-cart  .g-btn-2 {
   width: 50%;
   gap: 8px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.quick-cart .variation div {
    font-size: 10px;
    line-height: 14px;
  
}
.openmenu {
    background: rgb(0 0 0/ 75%);
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 674;
    transition: all .5s;
    transform: translateX(100vw);
    overflow: auto;
    max-height: 100vh;
    height: 100vh;
    display: flex;
    justify-content: end;
    align-items: stretch;
}

.openmenu .navs {
    margin-top: 70px;
    position: relative;
    z-index: 3;
}

.openmenu .navs li {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.openmenu .navs li a {
    color: rgb(255 255 255 / 80%);
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    text-transform: initial;
    display: flex;
    align-items: center;
}

.openmenu .navs li i {
    margin-left: 24px;
    font-size: 10px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all .5s;
}

.openmenu .navs .dropdown li:hover i {
    opacity: 1;
    transform: translateX(15px);
}

.openmenu .navs .dropdown {
    margin-top: 15px;
    margin-bottom: 40px;
}
.openmenu .navs .dropdown span {
 color:#fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-transform: initial;
    margin-bottom:10px;
    display:block;
    
}
.openmenu .navs .dropdown li {
    margin-bottom: 3px;
}

.openmenu .navs .dropdown li:hover a {
    color: #EEE1CD;
}

.openmenu .close {
    cursor: pointer;
    margin-left: 0;
    position: relative;
    padding: 0;
    margin-right: 0;
    background: rgb(255 255 255 / 10%);
    display: flex;
    width: 52px;
    align-items: center;
    justify-content: center;
    height: 52px;
    border-radius: 72px;
    z-index: 9;
    margin-top: 20px;
}

.openmenu .close span {
    position: absolute;
    content: " ";
    background: #fff;
    width: 19px;
    height: 3px;
    display: block;
    margin-bottom: 6px;
    transition: all .5s ease-in-out;
    cursor: pointer;
    float: right;
    transform: rotate(45deg);
    transform-origin: center;
    top: 25px;
    bottom: 0;
}

.openmenu .close span+span {
    transform: rotate(-45deg);
    transform-origin: center;
}

.open-menu-container {
    width: 100%;
    max-width: 450px;
    height: 100%;
    background: #000;
    padding: 5px 30px 30px 50px;
    position: relative;
}

.openmenu .lang {
    margin: 0 0px 0px 0px;
    padding-bottom: 5px;
}

.openmenu .logo {
    margin: 40px 0px 0px 0px;
    position: relative;
    z-index: 1
}
.openmenu .logo img {
    height: 40px;
}
header  .menu-btn {
    align-items: center;
    gap: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    display: none;font-family: var(--font2);
}
header .login-basket .menu-btn i {
    border: none}
    