@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

:root {
    --site-color-2: #e73c3f;
    --site-bc-nav: #d1d1d1;
    --site-bc-nav-active: #fff;
    --site-tt: #fff;
    --site-color-1: #881813;
    --site-brown: #654E39;
    --site-grey: #707070;
    --site-grey-2: #C2BFBC;
    --site-grey-3: ##C6C3C1;
    --site-white: #F6F6F6;
    --site-brown-2: #E2DFDC;
    --site-grad: #332E20, #76736A;
    --site-grey-4: #D8D8D8;
    --site-green: #50b848
}

body {
    font-family: "Montserrat", sans-serif;
    word-break: break-word;
}

*:focus {
    outline: none;
}

a,
a:hover {
    text-decoration: none;
    color: #3b424d;
}

.btn {
    border: none;
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}


img {
    max-width: 100%;
    user-select: none;
}

header {
    position: relative;
    z-index: 99;
}

.mt-30 {
    margin-top: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.header-logo-img {
    width: 240px !important;
}

.hto-dsc {
    color: var(--site-white);
    font-size: 18px;
}

.hto {
    text-align: right;
    padding: 22px;
}

.header-top-mid {
    padding: 5px;
    background: var(--site-grey-4);
}

.header-mid-link {
    text-align: center;
}

.search-container {
    position: relative;
}

input#search-bar {
    margin: 0 auto;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    font-size: 1rem;
    border: 1px solid #D0CFCE;
    outline: none;
}

input#search-bar:focus {
    border: 1px solid #008ABF;
    transition: .35s ease;
    color: #008ABF;
}

input#search-bar:focus::-webkit-input-placeholder {
    transition: opacity .45s ease;
    opacity: 0;
}

input#search-bar:focus::-moz-placeholder {
    transition: opacity .45s ease;
    opacity: 0;
}

input#search-bar:focus:-ms-placeholder {
    transition: opacity .45s ease;
    opacity: 0;
}

.search-icon {
    position: relative;
    float: right;
    width: 75px;
    height: 75px;
    top: -62px;
    right: -45px;
}

.pbs {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    font-size: 30px;
    color: #d0cfce;
    background-color: transparent;
    border: none;
}

.pbs i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-right: 10px;
}

.header-nav-bar {
    padding: 10px 0;
    padding-top: 25px;
}

.link-user-area i {
    font-size: 30px;
}

.user-nav-link-area {
    display: flex;
    justify-content: right;
    align-items: center;
}

.icon-area {
    text-align: center;
}


.nav-list::-webkit-scrollbar {
    height: 3px;
}

.nav-list::-webkit-scrollbar-thumb {
    background: rgb(136 136 136 / 50%);
}

.nav-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.dd-item ul {
    padding: 20px;
}

.sub-menu-img-dsc {
    text-align: center;
}

.sub-tt {
    font-size: 15px;
    font-weight: 700;
}

.txt-center {
    text-align: left;
}

.icon-area i {
    color: #525861;
}

.banner-top .swiper {
    width: 100%;
    height: 100%;
}

.banner-top .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h2-custom-tt {
    font-size: 80px;
    color: #7a614a;
}

.banner-slider {
    height: auto !important;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 3px solid #E5E7EB;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--site-color-1);
    border-color: transparent;
}

.banner-bg {
    background: no-repeat;
    position: relative
}

.cuppon-area {
    display: flex;
    justify-content: space-between;
    height: 200px;
    align-items: center;
    position: relative;
}

.bg-area-img {
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.bg-area {
    position: relative;
}

.c-fff {
    color: #fff;
}

.cuppon-code-content {
    padding: 7px 0;
    text-align: center;
    background: #fff;
    color: #746c66;
}

.campaign-tt {
    text-align: center;
}

.campaign-tt-content {
    margin: 0;
}

.campaign-tt-content-sub {
    margin: 24px !important;
}

.campaign-slider {
    padding: 32px 0 40px;
}

.sec-tt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    column-gap: 30px;
}

.little-tt {
    font-size: 25px;
    color: #d7b42f;
}

.best-selling-tt {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.01em;
}

.product-img-item {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.product-name {
    padding: 10px 20px;
    padding-bottom: 0;
}

.product-price-slash {
    text-decoration: line-through;
    display: inline-block;
    margin-right: 10px;
    color: #f00 !important;
    font-size: 16px !important;
    font-weight: 600;
}

.btn-custom-add-basket {
    background: #7a614a;
    color: #fff;
    border-radius: 0;
    transition: all 500ms ease;
}

.info-position-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 10px 0;
}

.all-see-btn {
    background: #3b424d;
    color: #fff;
    margin: 10px;
    border-radius: 0;
}

.slider-big-img-item {
    width: 100%;
    object-fit: cover;
}

.slider-bg-img {
    height: 100%;
    background: #9c7b6a;
}

.sldier-tt {
    text-align: center;
    color: #fff;
    font-weight: 100;
    margin: -10px;
}

.percentage-count {
    text-align: center;
    color: #fff;
    font-size: 37px;
}

.btn.start-trade {
    color: #3b424d;
    border-radius: 0;
    padding: 0 37px;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.mini-slider-content {
    height: 100%;
    display: flex;
    justify-content: center;
}

.percentage-point {
    font-size: 90px;
    font-weight: lighter;
    position: relative;
}

.percentage-dsc {
    font-size: 30px;
    position: relative;
    bottom: 20px;
    font-weight: 100;
}

.mini-y {
    font-size: 25px;
    position: absolute;
    top: 50px;
    left: 30px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '';
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-prev:after {
    content: '';
}

.custom-btn-slider {
    font-size: 20px;
    background: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    border: 1px solid #000;
    padding: 20px;
}

.custom-np-btn1 .swiper-pagination-bullet-active {
    background: #fff;
}

.promo-txt {
    position: absolute;
    bottom: 0;
    color: #d1d1d1;
    padding: 10px 0;
    transform: translateX(25%);
}

.slider-area-left-sp {
    text-align: center;
    font-size: 30px;
    font-weight: 100;
}

.slider-area-left-tt-content {
    text-align: center;
}

.slider-area-2 {
    margin: 0 0;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom;
    padding: 50px;
}

.slider-area-right-img-content {
    height: 550px;
    width: 100%;
}

.slider-area-right-img-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-right-content-area-1 {
    position: relative;
    display: flex;
    justify-content: center;
}

.slider-area-right-content {
    position: absolute;
    bottom: 50px;
    text-align: center;
}

.slider-area-right-content-tt {
    padding: 20px 0;
}

.slider-area-left-tt-content {
    font-size: 35px;
    word-wrap: break-word;
    margin: 0 auto;
}

.slider-area-left-tt {
    padding: 40px;
}

.position-realative {
    position: relative !important;
}

.collection-slider {
    position: initial;
}

.btn-prev-next-collection-slider {
    position: absolute;
    top: -19px;
    right: 70px;
    font-size: 40px;
    display: flex;
}

.custom-btn-slider-collection-slider {
    color: #e4e4e4;
    background: #525861;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    right: 0;
}

.slider-clox-left {
    position: absolute;
    left: -51px;
}

.slider-clox-right {
    position: relative;
    right: -51px;
}

.product-list-2 {
    padding: 30px;
}

.product-mini-img img {
    width: 35px;
    height: 35px;
    padding: 2px;
}

.product-big-img {
    height: 100%;
    position: relative;
}

.product-list-2-content {
    height: 100%;
}

.product-big-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product-big-img:before {
    content: "";
    position: absolute;
    background: #e8ddd3;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: -25px;
    top: 25px;
}

.product-img-list-item img {
    height: 280px !important;
    object-fit: contain;
    width: 100%;
    box-shadow: 0px 2px 7px -1px #d0d0d0;
    border-radius: 17px;
}

.product-list-item-dsc {
    padding: 5px 0;
}

.product-list-item-price {
    padding: 5px 0 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.product-img-list-item {
    position: relative;
}

.mini-offer {
    position: absolute;
    top: 0;
    padding: 5px;
    background: #fff;
    margin: 7px;
    opacity: 1;
    border-radius: 5px;
}

.pull-right {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    visibility: visible !important;
    opacity: 1 !important;
}

.mini-offer span {
    color: #d25243;
}


.offer-price {
    color: #d25243;
}

.main-price {
    font-size: 14px;
}

.big-offer-content-bg img {
    width: 100%;
    position: relative;
    object-fit: cover;
}

.big-offer-banner-content-area {
    text-align: center;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    padding: 10px;
    z-index: 2;
}

.penny-price {
    display: grid;
}

.price-big {
    display: flex;
    justify-content: center;
    font-size: 28px;
}

.big-offer-content-spn {
    font-size: 13px;
    color: #fff;
}

.price-offer {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}

.price-unit {
    font-size: 25px;
    position: relative;
    top: -12px;
    font-weight: 100;
    color: #fff;
}

.mini-price-penny {
    font-weight: 100;
    color: #fff;
}

.price-offer-comma {
    font-weight: 100;
    color: #fff;
}

.big-offer-content-tt {
    color: #fff;
}

.big-offer {
    padding: 30px 0;
}

.testiontal-icon-area {
    height: 100%;
    padding: 30px 5px;
    justify-content: center;
    display: flex;
    align-items: center;
    border: 1px solid #d2dae1;
    border-radius: 10px;
    background: #f3f3f3;
}

.testimontal-icon i {
    color: black;
    font-size: 35px;
}

.testimontal-dsc {
    font-weight: 100;
    font-size: 15px;
}

.icon-area-img img {
    width: 35px;
    object-fit: contain;
    height: 35px;
}

.icon-area-img-testimontal img {
    width: 80px;
    object-fit: contain;
    height: 30px;
}

.features-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.features-item-icon-bg {
    background: #3b424d;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
}

.features-item {
    text-align: center;
    padding: 0 30px;
}

.join-our-newsletter-bg {
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

.join-our-newsletter-bg:before {
    content: "";
    position: absolute;
    background: #00000073;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.join-our-newsletter {
    position: relative;
}

.join-our-newsletter--area {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.join-our-newsletter-tt {
    text-align: center;
    font-size: 45px;
    color: #fff;
}

.join-our-newsletter-dsc {
    font-size: 40px;
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
}

.custom-form {
    background: none;
    border: none;
    padding: 0 20px;
    background: #ffffff36;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 100%;
}

.news-btn-custom {
    color: #fff !important;
}

.custom-form::placeholder {
    color: #fff;
}

.custom-form::-ms-input-placeholder {
    color: #fff;
}

.join-our-newsletter-form {
    align-items: center;
    width: 500px;
}

.custom-form:focus {
    background: #ffffff90;
    border: none;
    outline: 0;
    box-shadow: none;
}

.form-news-area {
    position: relative;
    display: flex;
    height: 84px;
}

.news-btn-custom {
    background: #3b424d;
    padding: 30px;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.news-btn-custom:hover {
    background: #9d7b6a;
}

.features-item-tt {
    padding: 10px 0;
}

.features-item-dsc {
    padding: 10px 0;
}

.footer-nav-area {
    background: #fff;
    padding: 35px 0;
    position: relative;
    overflow: hidden;
}

.footer-bottom {
    text-align: center;
    padding: 20px 0;
    color: #000;
    background-color: #fff;
}

.footer-widget-tt {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 500;
    color: var(--site-color-2);
}

.footer-widget-list-item-link {
    transition: all 500ms ease;
    color: #384250;
    font-size: 16px;
    font-weight: 400;
}

.footer-widget-media-list {
    display: flex;
    align-items: center;
}

.footer-widget-media-list-item-link {
    font-size: 28px;
}

.footer-widget-logo img {
    width: 130px;
    object-fit: contain;
}

.footer-widget-media-list-item {
    margin: 0 10px;
}

.footer-widget-media-list-item:first-child {
    margin-left: 0;
}

.slider-area-right-img-content:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000033;
}

.slider-area-right-content-sp {
    color: #fff;
}

.footer-widget-logo {
    padding: 20px 0;
}

.slider-area-right-content-tt {
    color: #fff;
}

.eye-btn i {
    color: #000;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    transition: all 500ms ease;
    font-size: 20px;
}

.eye-btn i:hover {
    color: #fff;
    background-color: var(--site-color-2);
    padding: 10px;
    border-radius: 10px;
    transition: all 500ms ease;
}

.fav-btn i:hover {
    color: var(--site-color-1);
    padding: 10px;
    border-radius: 10px;
    transition: all 500ms ease;
}

.big-offer-content-area {
    position: relative;
}

.news-btn {
    border-radius: 10px !important;
}

.btn-custom-add-basket:hover {
    background: #717883 !important;
    color: #fff !important;
    transition: all 500ms ease;
}

.nav-link-area {
    position: relative;
    z-index: 3;
}

.nav-link-area .nav-list > li {
    position: relative;
}

.badge-area-2 {
    width: 500px;
    height: 500px;
    margin: 0 auto;
    background: #666;
    position: relative;
}

.badge-product-sale {
    display: table;
    position: absolute;
    text-align: center;
    top: 55px;
    right: -20px;
    z-index: 2;
    min-width: 100px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.badge-product-sale span {
    position: relative;
    background: #bc8246;
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: 400;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    min-width: 50px;
    border-radius: 0;
    min-height: auto;
    border: 0;
}

.badge-product-sale span.percent {
    background: #201f1f;
}

.badge-product-sale span::before {
    border: 5px solid #bc8246;
    border-color: #bc8246 transparent transparent #bc8246;
    border-width: 9px 5px;
    position: absolute;
    right: -9px;
    top: 0;
    content: "";
    z-index: 1;
}

.badge-product-sale span::after {
    border: 5px solid #bc8246;
    border-color: transparent transparent #bc8246 #bc8246;
    border-width: 10px 5px;
    position: absolute;
    right: -9px;
    bottom: 0;
    content: "";
    z-index: 1;
}

.badge-product-sale span.percent::before {
    border: 5px solid #201f1f;
    border-color: #201f1f transparent transparent #201f1f;
    border-width: 9px 5px;
}

.badge-product-sale span.percent::after {
    border: 5px solid #201f1f;
    border-color: transparent transparent #201f1f #201f1f;
    border-width: 10px 5px;
}



.offer-square-box-2 {
    position: relative;
    display: inline-block;
    padding: 13px;
    overflow: hidden;
    padding-right: 29px;
    z-index: 9;
}




.offer-square-box-text {
    position: relative;
    z-index: 1;
}

.offer-square-area {
    position: absolute;
    top: 0;
}

.product-img-area {
    position: relative;
}

.sidebar-personal-info-section {
    position: relative;
}

.searchbar {
    width: 100%;
    padding: 10px 35px 10px 10px;
    box-shadow: none;
    outline: 0;
    border: 1px solid #434b55;
}

.searchbar::-webkit-input-placeholder {
    font-weight: 600;
}

.searchbar::-moz-placeholder {
    font-weight: 600;
}

.searchbar::-ms-input-placeholder {
    font-weight: 600;
}

.header-mid-link-list-left {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
}

.header-mid-link {
    padding: 0 10px;
}

.header-mid-link:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 23px;
    background: #525860;
    padding: 1px;
    top: 0;
    margin: 0px -11px;
}

.header-mid-link:first-child:before {
    content: none;
}

.chvn-fade-icon {
    color: #fff;
    font-size: 20px;
    padding: 0 20px;
}

.hto a {
    display: flex;
    justify-content: right;
    align-items: center;
    transform: translate(-22%, 3px);
}

.hto i {
    padding-right: -4px;
}

.breadcrumb-area-bg-img {
    height: 250px;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.breadcrumb-area-bg-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000066;
}

.breadcrumb-area {
    position: relative;
}

.breadcrumb-tt-nav-link-area {
    position: relative;
}

.bc-nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bc-title {
    color: #ffffff;
    font-size: 50px;
}

.bc-nav-link-list-item.active a {
    color: #ffffff !important;
    font-weight: 100;
}

.bc-product-nav-link-list-item.active a {
    color: #4b6f8d !important;
    font-weight: 100;
}

.bc-home-link {
    color: #ffffff;
    transition: all 500ms ease;
    font-weight: 100;
}

.sec-m-20 {
    margin-top: 20px;
}

.about-page-img img {
    height: 400px;
    object-fit: cover;
}

.about-title-content {
    padding: 10px 0;
}

.about-tt {
    text-align: center;
    color: #3b424d;
}

.about-dsc-content ul li:before {
    content: "\f00c""";
    margin-right: 5px;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    color: var(--site-green);
    padding-right: 5px;
}

.about-dsc-content ul {
    column-count: 2;
}

.about-dsc-content ul li {
    padding: 16px 0;
}

.sec-margin-30 {
    margin: 30px 0;
}

.about-dsc-content p {
    margin: 10px 0;
}

.breadcrumb-tt {
    text-align: center;
}

.bc-home-link:hover {
    color: #000;
    transition: all 500ms ease;
}

.custom-bc-link-position {
    position: relative;
}

.bc-product-area {
    position: relative;
}

.bc-product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 25px;
}

.bc-product-list-sider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.bc-product-img {
    text-align: center;
}

.bc-product-img-tt {
    color: #3b434d;
    padding: 5px 0;
}

.filter-btn {
    border: 1px solid #acaeae;
    border-radius: 0;
    padding: 20px 30px;
    margin: 10px;
}

.color-filter {
    display: flex;
}

.product-filter-icon i {
    padding-left: 15px;
}

.product-filter-df {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0 0;
}

.product-price-filter {
    display: flex;
    align-items: center;
    position: relative;
}

.product-filter-left {
    padding-right: 20px;
}

.price-filter {
    display: flex;
}

.product-filter-icon {
    display: flex;
}

.product-color-picker h3 {
    font-size: 16px;
}

.product-color-picker form .color-picker {
    line-height: 1;
}

.color-picker li {
    display: block;
    margin-right: 10px;
    display: flex;
    align-items: center;
    user-select: none;
    padding: 10px;
}

.color-picker label {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.color-picker.body-size label {
    width: auto !important;
    height: auto !important;
    border-radius: unset;
}

.product-color-picker form .color-picker li:last-child {
    margin-right: 0;
}

.color-picker li input[type=radio] {
    width: 0;
    opacity: 0;
}

.color-picker input[type=radio]:checked+label {
    border: 2px solid #21252a;
}

.color-picker li label {
    line-height: 1;
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-bottom: 0;
    border: 4px solid #e6e6e6;
    border-radius: 50%;
}

.product-color-filter-select-area {
    position: absolute;
    bottom: -1.25rem;
    top: 86px;
    left: 0;
    z-index: 10;
    width: 300px;
    --tw-translate-y: 100%;
    border-width: 1px;
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    visibility: hidden;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    border-top-color: #000;
    background: #ffffff;
    min-height: 385px;
    border: 1px solid #0000004a;
    border-top: 2px solid #000000;
    overflow-y: auto;
}

.product-color-filter {
    position: relative;
}

button.btn.product-filter-icon.filter-btn.btn-filter-hover {
    position: relative;
}

.color-picker {
    padding: 20px;
}

.color-picker-color-name {
    padding-left: 15px;
    color: #4b6f8d;
}

.product-color-filter-select-area:before {
    position: absolute;
    left: 4rem;
    top: -.5rem;
    content: "";
    border-bottom: 7px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.product-color-filter-select-area.active {
    visibility: visible !important;
    opacity: 1 !important;
}

.custom-xxl-container {
    max-width: 1608px;
}

.product-price-filter-select-area {
    position: absolute;
    bottom: -1.25rem;
    top: 86px;
    left: 0;
    z-index: 10;
    width: 300px;
    border-width: 1px;
    visibility: hidden;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    border-top-color: #000;
    background: #ffffff;
    min-height: 385px;
    border: 1px solid #0000004a;
    border-top: 2px solid #000000;
    height: 385px;
}

.product-price-filter-select-area.active {
    visibility: visible !important;
    opacity: 1 !important;
}

.product-price-filter-select-area:before {
    position: absolute;
    left: 4rem;
    top: -.5rem;
    content: "";
    border-bottom: 7px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

@keyframes check {
    50% {
        transform: scale(1.2)
    }
}

.promise-box {
    display: flex;
    vertical-align: middle;
    align-items: center;
    margin-bottom: 20px;
}

.promise-box label {
    font-size: 18px;
    max-width: unset !important;
    width: auto !important;
}

.promise-box label {
    padding-left: 0;
    color: inherit;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
}

.cbx {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.cbx span {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    transform: scale(1);
    border: 1px solid #B9B8C3;
    transition: all .2s ease;
    min-width: 20px;
}

.cbx span:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--site-color-1);
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    transition-delay: .2s;
}

.cbx span svg {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 4px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all .3s ease;
    transition-delay: .1s;
    transform: translate3d(0, 0, 0);
}

.cbx span:last-child:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #B9B8C3;
    transform-origin: 0 0;
    transform: scaleX(0);
}

button.confirm-btn {
    font-size: 15px;
    border: none;
    background: none !important;
    margin-left: 10px;
    outline: none !important;
    cursor: pointer;
}

.inp-cbx:checked+.cbx span:last-child {
    color: #B9B8C3;
    transition: all .3s ease;
}

.inp-cbx:checked+.cbx span:before {
    transform: scale(2.2);
    opacity: 0;
    transition: all .6s ease;
}

.inp-cbx:checked+.cbx span:last-child:after {
    transition: all .3s ease;
}

.inp-cbx:checked+.cbx span svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked+.cbx span {
    border-color: var(--site-color-1);
    background: var(--site-color-1);
    animation: check .6s ease;
}

.inp-cbx {
    display: none;
}

.price-select-list {
    padding: 20px;
    overflow: hidden;
}

.price-value {
    padding-left: 10px;
    color: #4b6f8d;
}

.see-product-value {
    font-size: 18px;
}

.product-placement-filter-select-area {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    min-width: 260px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    background: #ffffff;
    border: 1px solid #0000004a;
    border-top: 2px solid #000000;
}

.product-placement-filter-select-area.active {
    visibility: visible !important;
    opacity: 1 !important;
}

.product-placement-filter-select-area:before {
    position: absolute;
    right: 4rem;
    top: -.5rem;
    content: "";
    border-bottom: 7px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.placement-list-item-content-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.placement-list-item {
    margin: 10px;
    border-bottom: 1px solid #4b6f8d5e;
    padding: 10px 0;
}

.placement-list-item:last-child {
    border-bottom: none;
}

.placement-list-item-content-text.active {
    color: #4b6f8d;
}

.placement-list-item:hover .placement-list-item-link {
    color: #4b6f8d;
}

.filter-menu-content.active {
    right: 0;
    box-shadow: -2px 0 5px 0 rgba(0, 0, 0, .1);
}

.filter-menu-content {
    bottom: 0;
    position: fixed;
    top: 0;
    right: -480px;
    width: 480px;
    height: 100%;
    background-color: #fff;
    z-index: 101;
    transition: all .2s ease-in-out;
    overflow-y: auto;
    padding: 16px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #000;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #4b6f8d;
    background-color: transparent;
    box-shadow: none;
}

.filter-menu-title {
    padding: 20px 13px 20px 20px;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: #555b64;
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    font-size: 20px;
    font-weight: 500;
}

.pad-0 li {
    padding: 10px 0;
}

.cat-name {
    padding-left: 10px;
}

.filter-menu-title i {
    font-size: 35px;
    color: #21252a69;
}

.product-filter-icon i {
    color: #acaeae;
}

.border-t {
    border-top: 1px solid #acaeae52;
}

.filter-badge-button {
    background: #acaeae57;
    font-size: 15px;
    font-weight: 200;
    border-radius: 20px;
    margin: 5px;
    transition: all 500ms ease;
}

.badge-close {
    font-size: 12px;
    padding-left: 10px;
}

.tag-badge-area {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.bc-product-list-sider {
    padding: 20px 0;
}

.product-modal-big-slider {
    height: 80%;
    width: 100%;
    object-fit: contain;
}

.mproduct-modal-mini-slider {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mproduct-modal-mini-slider .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: .4;
}

.product-modal-mini-slider .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-modal-mini-slider {
    padding: 10px 0;
}

.product-modal-mini-slider .swiper-slide-thumb-active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.product-fast-eye-detail-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #4b6f8d45;
}

.product-fast-eye-detail-list-item:last-child {
    border-bottom: none;
}

.product-fast-eye-cat-name-item {
    border-radius: 10px;
    color: #fff;
    margin-bottom: 10px;
}

.badge-offer-left {
    padding: 5px 30px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 10px;
}

.stock-code-modal-area-right {
    background-color: #98d8ca;
    color: #fff;
    border-radius: 50px;
    padding: 5px 0;
    text-align: center;
}

.cate-modal-fast-eye-tt {
    font-size: 22px;
    padding: 5px;
}

.product-fast-eye-cat-name-item-content {
    font-size: 19px;
}

.product-fast-eye-tt-content {
    font-size: 24px;
    margin-bottom: 0;
    color: #000;
}

.product-area-content p {
    font-size: 15px;
    text-align: justify;
}

.product-fast-eye-detail-tt {
    color: #4b6f8d;
    font-size: 20px;
    border-bottom: 1px solid #4b6f8d45;
    padding-bottom: 10px;
}

.product-fast-eye-detail-list-item-tt {
    color: #4b6f8d;
}

.product-info-adv-area {
    display: flex;
    justify-content: space-between;
}

.quantity {
    display: flex;
    border: 1px solid #E5E7EB;
    margin-right: 5px;
    align-items: center;
    border-radius: 32px;
    padding: 0 9px;
}

.minus {
    position: relative;
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 2px 7px !important;
    margin: 0 !important;
}

.quantity input {
    width: 50px;
    text-align: center;
    border: none;
    display: block;
    padding: 0 !important;
    font-weight: 600;
}

.number-input {
    height: 100%;
    padding: 10px 30px !important;
    text-align: center;
}

.plus {
    position: relative;
    height: 100%;
    padding: 2px 7px !important;
    border: none;
    background-color: transparent;
    margin: 0 !important;
}

.add-product-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.product-info-favovite-icon {
    margin-left: 5px;
    border-radius: 5px;
}

.btn-add-product {
    background: #3b424d;
    color: #fff;
    width: 100%;
    transition: all 500ms ease;
}

.product-fast-eye-price p {
    text-align: center;
    padding: 20px;
    background: #3b424d;
    color: #fff;
    border-radius: 10px;
}

.product-fast-eye-price p {
    margin: 0;
}

.product-fast-eye-price {
    padding: 20px;
}

.filter-badge-button:hover {
    background: #4b6f8d;
    color: #fff;
    transition: all 500ms ease;
}

.first-show-case-img {
    transition: all 700ms ease;
}

.showcase-img-container {
    position: relative;
}

.showcase-img-container:hover .first-show-case-img {
    opacity: 1;
    transition: all 700ms ease;
}

.bc-prev-cat-link {
    color: #000000;
    transition: all 500ms ease;
    font-weight: 100;
}

.bc-nav-list.pull-left {
    justify-content: left;
    display: flex;
    flex-wrap: wrap;
}

.pull-right-prev-cat-link {
    color: #000000;
    transition: all 500ms ease;
    font-weight: 100;
}

.right-item:before {
    content: "\f0d9""";
    margin-right: 5px;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    color: #848484;
    padding-right: 5px;
}

.product-info-btn-add {
    padding: 15px 0;
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 50px;
}

.btn-add-product:hover {
    background: var(--site-color-1);
    color: #fff;
    transition: all 500ms ease;
}

.border-product-page {
    border-bottom: 1px solid #4b6f8d40;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.rating {
    display: flex;
    width: 100%;
    justify-content: left;
    overflow: hidden;
    flex-direction: row-reverse;
    position: relative;
}

.rating-0 {
    filter: grayscale(100%);
}

.rating>input {
    display: none;
}

.rating>label {
    cursor: pointer;
    width: 25px;
    height: 30px;
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: .3s;
}

.rating>input:checked~label,
.rating>input:checked~label~label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.rating>input:not(:checked)~label:hover,
.rating>input:not(:checked)~label:hover~label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

#rating-1:checked~.emoji-wrapper>.emoji {
    transform: translateY(-100px);
}

#rating-2:checked~.emoji-wrapper>.emoji {
    transform: translateY(-200px);
}

#rating-3:checked~.emoji-wrapper>.emoji {
    transform: translateY(-300px);
}

#rating-4:checked~.emoji-wrapper>.emoji {
    transform: translateY(-400px);
}

#rating-5:checked~.emoji-wrapper>.emoji {
    transform: translateY(-500px);
}

.product-title {
    color: #0D121C;
    margin-bottom: 5px;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.product-price-area {
    display: flex;
    align-items: end;
    padding-bottom: 15px;
    justify-content: space-between;
    position: relative;
    padding-left: 13px;
}

.pr-10 {
    padding-right: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.product-old-price {
    font-size: 15px;
    text-decoration: line-through;
}

.product-new-price {
    font-size: 18px;
    font-weight: 700;
}

.product-offer-badge {
    background: var(--site-color-1);
    padding: 2px 10px !important;
    border-radius: 10px;
    color: #fff !important;
    margin-left: 10px;
    font-size: 16px !important;
    font-weight: 600;
}


.product-basket-offer-area {
    text-align: left;
    margin-top: 3px;
    display: flex;
    align-items: center;
}

.product-basket-offer-txt {
    background: #4b6f8d;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
}

.product-basket-offer-price {
    font-size: 22px;
    color: var(--site-color-1);
    font-weight: 700;
}

.ml-10 {
    margin-left: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #d2dae1;
    font-weight: 500;
    color: #404752;
}

.nav-link:focus,
.nav-link:hover {
    color: #000000 !important;
}

.nav-link {
    color: #404752;
}

.tab-menu-details-tt-content {
    font-size: 25px;
    color: #4b6f8d;
    font-weight: 600;
}

.tab-menu-details-features-list {
    padding: 5px 0;
}

.tab-menu-details-features-list-item p:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    content: "\f111";
    font-size: 7px;
    color: #404752;
    padding: 0 10px;
    top: -5px;
    position: relative;
}

.tab-menu-details-features-list-item p {
    margin: 0;
}

.tab-menu-details-features-list-area-tt {
    background: #4b6f8d;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    margin: 10px 0;
    text-align: center;
}

.product-tab-list {
    padding: 20px;
}

.no-bg {
    background: transparent;
    color: #21252a;
    padding: 0;
    margin: 10px 0 0 0;
    text-align: left;
    font-weight: 600;
}

.tab-menu-details-features-list-item {
    color: #888888;
    padding: 5px 0;
}

.variant-select-area {
    padding: 15px 0;
}

.form-select:focus {
    border: 1px solid #4b6f8d;
    box-shadow: none;
}

.sticky-slider {
    position: sticky;
    top: 20px;
}

.reviews-bg {
    background: #f3f3f3;
    padding: 10px;
}

.reviews-owner-name-date-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.reviews-slogan {
    padding: 0 0 10px 0;
    font-weight: 600;
    font-size: 16px;
}

.reviews-owner-dsc-area {
    font-size: 15px;
    font-weight: 300;
}

.reviews-owner-name-tt {
    font-size: 16px;
    margin: 0;
    padding: 5px 0;
    font-weight: 700;
}

.reviews-slogan-tt {
    font-size: 16px;
    font-weight: 600;
}

.payment-metod {
    text-align: center;
}

.payment-metod-bg {
    padding: 15px;
    text-align: center;
    background: #eaffd0;
    border: 1px solid #d2dae1;
    border-radius: 10px;
}

.payment-metod-tt {
    font-size: 18px;
}

.payment-metod-price {
    font-size: 18px;
}

.basket__area {
    padding-top: 50px;
    padding-bottom: 30px;
}

.checkout-progress-bar {
    display: flex;
    font-size: 0;
    line-height: 1.4;
    counter-reset: i 0;
    width: 100%;
    padding-left: 0;
    margin-bottom: 35px;
}

.checkout-progress-bar li {
    display: inline-block;
    position: relative;
    width: 50%;
    margin: 0;
    text-align: center;
    vertical-align: top;
}

.checkout-progress-bar li>span::before,
.checkout-progress-bar li>span::after {
    position: absolute;
    top: 0;
    left: 50%;
    transition: background .3s ease 0s;
    border-radius: 50%;
    content: "";
}

.checkout-progress-bar li::before {
    position: absolute;
    top: 1.9rem;
    left: 0;
    width: 100%;
    height: .7rem;
    transition: background .3s ease 0s;
    background-color: rgb(228, 228, 228);
    content: "";
}

.checkout-progress-bar li>span {
    display: inline-block;
    width: 100%;
    padding-top: 4.5rem;
    color: rgb(204, 204, 204);
    font-size: 20px;
    font-weight: 300;
    overflow-wrap: break-word;
}

.checkout-progress-bar li>span::before {
    width: 3.8rem;
    height: 3.8rem;
    margin-left: -1.9rem;
    background-color: rgb(228, 228, 228);
}

.checkout-progress-bar li>span::after {
    top: .6rem;
    width: 2.6rem;
    height: 2.6rem;
    margin-left: -1.3rem;
    background: rgb(255, 255, 255);
    line-height: 40px;
    color: var(--site-color-2);
    font-weight: 600;
    content: counter(i);
    counter-increment: i 1;
}

.checkout-progress-bar li.active::before,
.checkout-progress-bar li.active>span::before {
    background-color: var(--site-color-2)
}

.checkout-progress-bar li.active>span {
    color: rgb(0, 0, 0);
}

.checkout-progress-bar li:first-child::before {
    border-radius: .6rem 0 0 .6rem;
}

.checkout-progress-bar li:last-child::before {
    border-radius: 0 .6rem .6rem 0;
}

.table tbody tr td {
    vertical-align: middle;
}

.order-num {
    color: var(--site-color-2);
}

.basket-product {
    color: #000;
}

.basket-product a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

img.prd-img {
    max-width: 100px;
    width: 100px;
    border-radius: 20px;
}

.product-name {
    word-break: break-word;
}

span.basket-variant {
    display: block;
    line-height: 19px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.favorite-btn {
    color: var(--site-color-2) !important;
    font-weight: 600 !important;
    margin-top: 5px !important;
    line-height: 29px;
    padding: 0 !important;
    border: none !important;
    text-decoration: none;
    font-size: 16px;
    text-align: left;
    background-color: transparent !important;
    padding-left: 0;
    padding-right: 0;
    display: inline-block !important;
}

.favorite-btn span {
    color: var(--site-color-2);
}

.wht-space {
    white-space: nowrap;
}

.h-29 {
    height: 29px;
}

.number-btn {
    position: relative;
    margin-right: 10px;
    width: 100px;
    display: inline-block;
}

button.negatif-btn.btn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.number-input {
    height: 100%;
    padding: 10px 30px !important;
    text-align: center;
}

.plus-btn.btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.del-basket {
    height: 24px;
    display: inline-block;
}

.bg-transparent {
    background-color: transparent !important;
}

.del-basket i {
    font-size: 24px;
    transition: color 300ms ease;
    cursor: pointer;
}

.account-content-box {
    border-radius: 10px;
    border: 1px solid #d2dae1;
    padding: 10px;
}

.mb-24 {
    margin-bottom: 24px;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.basket-total-row {
    position: relative;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

.basket-total-row span {
    font-weight: 600
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.site-btn {
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    background: var(--site-color-1);
    padding: 9.5px 30px;
    text-decoration: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid transparent;
    transition: .4s all ease;
}

.site-btn:hover::after {
    left: 100%;
    right: 0;
}

.site-btn:hover {
    color: #ffffff;
    border-color: var(--site-color-2);
    background-color: var(--site-color-2);
}

.font-small {
    font-size: 28px;
}

.inner_title {
    font-size: 20px;
    line-height: 24px;
}

.order-sml-txt label {
    font-size: 14px;
}

.mb-15 {
    margin-bottom: 15px;
}

.promise-box.change-pass-box label {
    display: flex;
    vertical-align: middle;
    align-items: center;
    margin: 0 !important;
}

.promise-box {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.promise-box.change-pass-box p {
    color: #000;
    font-weight: 500;
    padding-left: 10px;
    position: relative;
    margin-bottom: 0;
}

.payment-accordion .payment-trigger {
    font-size: 15px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.accordion_trigger {
    position: relative;
}

.accordion_trigger:checked:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--site-color-2);
    border-radius: 50%;
}

.trg-label {
    margin-top: -24px;
    display: block;
}

.py-option-trg {
    cursor: pointer;
}

.trg-name {
    color: #000;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion_trigger:checked~label .py-option-trg .card-icon {
    color: var(--site-color-2);
}

.payment-accordion .card-icon {
    font-size: 12px;
    color: #a2a2a2;
}

.mt-10 {
    margin-top: 10px;
}

.sidebar-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}

.payment_inp {
    border: 1px solid #d2dae1;
}

.border-no-b-all {
    border-top: 2px solid #d2dae1;
    border-left: 2px solid #d2dae1;
    border-right: 2px solid #d2dae1;
}

.payment_inp label {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
}

.payment_inp i {
    color: #a2a2a2;
    font-size: 19px;
    width: 17px;
}

.payment_inp input {
    border: none;
    width: 100%;
    padding-left: 10px;
    background-color: transparent;
}

.border-x {
    border-left: 2px solid #d2dae1;
    border-right: 2px solid #d2dae1;
}

.border-l-b {
    border-left: 2px solid #d2dae1;
    border-bottom: 2px solid #d2dae1;
}

.error_message {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.error-icon {
    color: #f00;
    font-size: 20px;
}

.error-desc {
    font-size: 15px;
    line-height: 18px;
    padding-left: 15px;
    color: #f00;
}

.payment-accordion .payment-trigger {
    font-size: 15px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.accordion_trigger:checked~.payment-trigger-inner {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.payment-trigger-inner {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms;
}

.bank_transfer-text {
    color: #000;
}

.mt-20 {
    margin-top: 20px;
}

.payment-accordion {
    border-bottom: 1px solid #c5c5c5;
}

.border-r-b {
    border-right: 2px solid #d2dae1;
    border-bottom: 2px solid #d2dae1;
}

.promise-box.change-pass-box.agreement-btn button {
    text-align: left;
    font-size: 13px;
    margin-top: 0;
    font-weight: 400;
}

.agreement-btn button {
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    line-height: 20px;
    border: none;
}

.element-succesful {
    padding: 70px 0;
}

.succesful-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.succesful-img img {
    width: 200px;
}

.succesful-sub {
    text-align: center;
}

.succes-title {
    font-size: 25px;
    font-weight: 600;
    color: black;
    margin-bottom: 30px;
}

.succesful-text p {
    font-size: 18px;
    font-weight: 600;
}

.succes-no {
    font-size: 40px;
    font-weight: 700;
    color: #6e6e6e;
    margin-bottom: 25px;
}

.btn.succesful-btn {
    background-color: var(--site-color-2);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0;
    border: none;
}

.account-information {
    padding: 15px;
    border: 1px solid #d2dae1;
    border-radius: 10px;
}

.account-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--site-color-2);
    margin-bottom: 15px;
}

.list-account-information {
    padding: 15px;
}

.list-account-information li {
    border-bottom: 1px solid #8080803b;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.list-account-information li a {
    font-size: 16px;
    font-weight: 500;
    transition: .3s all ease;
}

.list-account-information li a i {
    margin-right: 15px;
}

.list-account-information li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.account-title {
    font-size: 17px;
    font-weight: 500;
    color: var(--site-color-2);
    margin-bottom: 15px;
}

.account-information label {
    font-size: 15px;
    font-weight: 500;
}

.account-information input {
    border-radius: 0;
    margin-bottom: 15px;
}

.btn.button-save {
    background-color: var(--site-color-2);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
    padding: 10px 25px;
}

.btn-save {
    display: flex;
    align-items: center;
    justify-content: right;
    margin-top: 10px;
}

.addresses-list__item.card.address-card {
    padding: 20px;
    margin-bottom: 20px;
}

.address-card__name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 1.125rem;
}

.min-text {
    font-size: 12px;
    line-height: 14px;
    color: rgb(153, 153, 153);
}

.btn.e-commerce {
    white-space: nowrap;
    background-color: var(--site-color-2);
    color: #fff;
    padding: 2px 5px 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #fff;
}

.address-card__badge {
    position: absolute;
    background-color: var(--site-color-2);
    color: rgb(255, 255, 255);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 4px 8px 2px;
    top: -2px;
    right: .75rem;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.addresses-list__item--new {
    border-radius: 2px;
    border: 2px dashed rgb(235, 235, 235);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    margin-bottom: 30px;
    flex-basis: 0;
    flex-grow: 1;
}

.addresses-list__plus {
    width: 60px;
    height: 60px;
    border: 2px dashed rgb(235, 235, 235);
    position: relative;
    border-radius: 30px;
    margin-bottom: 24px;
    transition: border-color .2s ease 0s;
}

.addresses-list__plus::after,
.addresses-list__plus::before {
    content: "";
    position: absolute;
    width: 32px;
    height: 4px;
    background-color: rgb(229, 229, 229);
    border-radius: 1.5px;
    top: calc(50% - 2px);
    transition: background-color .2s ease 0s;
    left: calc(50% - 16px);
}

.addresses-list__plus::after {
    transform: rotate(90deg);
}

table.table.min-table * {
    font-size: 14px;
}

.table thead tr {
    border-bottom: 1px solid #E2DFDD;
    padding-bottom: 10px;
}

table.table.min-table th {
    text-align: center;
}

table.table.min-table td {
    text-align: center;
    font-size: 13.5px;
}

table.table.min-table a {
    text-decoration: none;
}

.text-red {
    color: var(--site-color-2);
    text-decoration: none;
}

.form-footer {
    display: flex;
    vertical-align: middle;
    align-items: center;
    padding-top: 10px;
}

.form-footer a {
    color: #000;
    font-size: 19px;
    line-height: 6px;
    text-decoration: none;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.form-footer a i {
    padding-right: 8px;
}

.element-account {
    margin: 30px 0;
}

table.table.min-table.product-table * {
    font-size: 15px;
}

table.table.min-table.product-table th {
    text-align: left;
    color: #7c7c7c;
}

table.table.min-table.product-table td {
    text-align: left;
}

table.table.min-table.product-table * {
    font-size: 15px;
}

img.prd-img {
    max-width: 100px;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    object-fit: cover;
    margin-right: 10px;
}

.btn.site-transparent {
    white-space: nowrap;
    border: 1px solid var(--site-color-2);
}

.order-details-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.order-details-header a {
    font-size: 17px;
    font-weight: 500;
}

.order-detail-information {
    background: #525861;
    color: #fff;
    padding: 4px 47px;
    margin: 10px 0;
    text-align: center;
    border-radius: 5px;
}

span.site-color {
    color: var(--site-color-2);
}

.order-detail-inner {
    display: flex;
    align-items: flex-start;
}

.order-detail-inner-box {
    width: 50%;
}

.border-right {
    border-right: 1px solid rgba(0, 0, 0, .125);
}

.order-detail-inner_title {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.order-box-title {
    font-size: 15px;
    padding: 8px 10px;
    color: #8b8b8b;
    font-weight: 500;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.border-right {
    border-right: 1px solid rgba(0, 0, 0, .125);
}

.order-cart-info {
    padding: 10px;
}

.name {
    font-weight: 600;
    font-size: 18px;
}

.order-cart-info p {
    color: #000;
}

.order-total-title.order-box-title {
    font-size: 12px;
    line-height: 18px;
}

.order-total-title span {
    display: block;
    color: #000;
    font-size: 16px;
    margin-top: 5px;
}

.order-total-area-info-inner {
    padding: 15px;
}

.order-total-area-info-inner .order-detail-total-payment:last-child {
    padding-bottom: 0;
}

.order-total-area-info-inner .order-detail-total-payment:first-child {
    padding-top: 0;
}

.order-detail-total-payment.total-val {
    font-size: 21px;
    color: #000;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-detail-total-payment {
    color: #4a4848;
    font-size: 15px;
    position: relative;
    line-height: 20px;
    padding: 10px 0;
}

.order-detail-total-payment.total-val span {
    color: var(--site-color-2);
    font-weight: 600;
}

.order-total-area-info-header {
    display: flex;
}

table.table.table-red th {
    background-color: var(--site-color-2);
    color: #fff;
}

table.table.table-red thead tr th:first-child {
    padding-left: 21px;
}

.table thead th {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    border: none;
}

.order-detail-table-img {
    padding-left: 10px;
}

.order-detail-table-img a span {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.list-account-information li.active a {
    color: var(--site-color-2);
}

.payment-result-box {
    box-shadow: rgba(44, 49, 59, .15) 0 1px 4px 0;
    margin: 60px 0;
    padding: 0 30px 30px;
}

.payment-result img {
    width: 200px;
    height: 200px;
    margin: 0 auto 40px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.payment-result h1 {
    color: rgb(34, 37, 41);
    margin-bottom: 20px;
    font-family: 'Manrope', sans-serif;
    font-size: 25px;
}

.payment-result h2 {
    color: rgb(34, 37, 41);
    margin-bottom: 30px;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
}

.success-order-no {
    display: inline-block;
    background-color: #28a745;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 10px;
    margin-top: 10px;
    font-weight: 600;
}

.payment-result-box .copy-text {
    font-size: 15px;
    color: var(--site-color-2);
    margin-left: 5px;
    cursor: pointer;
}

.not-success {
    display: flex;
    vertical-align: middle;
    align-items: center;
    margin-top: 40px;
    justify-content: center;
    margin-bottom: 30px;
}

.btn.btn-secondary.btn-sm.remove {
    background: rgb(118 127 131);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(118 127 131);
}

.payment-result {
    text-align: center;
    width: 100%;
    position: relative;
}

.transfer-h4 {
    color: rgb(118, 127, 132);
    font-weight: 700;
    font-size: 19px;
    line-height: 1.1;
}

.transfer-p {
    padding: 30px;
}

.btn-primary {
    border-color: #767f83;
    background-color: #767f83;
    color: rgb(255, 255, 255);
    box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
    border-color: rgb(82 88 97);
    background-color: rgb(82 88 97);
    color: rgb(255, 255, 255);
    box-shadow: none;
}

.btn.btn-secondary.btn-sm.remove:hover {
    background-color: var(--site-color-2);
    border: 1px solid var(--site-color-2);
}

.btn.btn-secondary.btn-sm.remove:hover {
    background-color: var(--site-color-2);
    border: 1px solid var(--site-color-2);
}

.payment-result a {
    min-width: 210px;
    display: block;
    max-width: 210px;
    margin: 0 auto;
}

.auth-page-body .auth-form {
    border-radius: 8px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #d2dae1;
}

.auth-page-header {
    background: #d2dae1;
    border-radius: 8px;
    padding: 20px;
}

.auth-page-header__title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #02011e;
}

.auth-page-header p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

.auth-form-header {
    text-align: center;
}

.login-form-inner {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    margin-bottom: 0;
}

.login-register-links {
    display: flex;
    justify-content: center;
}

.login-register-links .flex-box {
    width: 100%;
    justify-content: space-between;
}

.inst-flex {
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: space-between;
}

.lrl-link.active {
    color: #ffffff;
    border-bottom: 2px solid #d2dae1 !important;
    font-weight: 400;
    background: var(--site-color-1);
}

.login-register-links button {
    width: 100%;
    border-bottom: 2px solid #c7c7c7 !important;
    text-align: center;
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 8px;
    font-size: 18px;
    border: 3px solid #00000005;
    color: #000000;
}

.login-register-links a:last-child {
    margin-left: 15px;
}

.auth-form__single-field.mb-2 {
    margin: 20px 0 !important;
}

.remember-me {
    display: flex;
    vertical-align: middle;
    align-items: center;
    margin: 10px 0;
    width: 100%;
    flex: 1;
}

.auth-form__single-field.mb-2.password-forget {
    margin: 0 !important;
}

.auth-form__single-field.mb-2.password-forget {
    text-align: right;
    text-decoration: underline;
}

.auth-form__single-field.mb-2.password-forget a {
    text-decoration: underline;
    color: var(--site-color-1);
    font-size: 14px;
}

.auth-page-body .auth-form__button {
    font-size: 19px;
    line-height: initial;
    width: 100%;
    padding: 11px 0;
    border-radius: 8px;
    color: #ffffff;
    border: none;
    background: none;
    background-color: var(--site-color-1);
}

label.cbx {
    display: flex;
    vertical-align: middle;
    align-items: center;
    width: 100%;
}

label.cbx p {
    margin-bottom: 0;
    margin-left: 10px;
}

.login-register-element,
.login-register-r-element {
    padding: 30px 0;
}

.login-register-r-element {
    display: none;
}

.login-register-links .nav-item {
    width: 49%;
}

.auth-form__single-field span {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translatey(-50%);
    cursor: pointer;
}

.pst-realitive {
    position: relative;
}

button.promise-modal-buttons {
    background: transparent;
    padding: 0 !important;
    border: unset;
    color: #000;
    font-weight: 600;
}

.flex-box .promise-modal-writing {
    margin: 0 0 0 10px;
}

.mobil-menu {
    width: 100%;
    height: 100%;
}

.mobil-menu i {
    font-size: 30px;
    color: #3f4751;
}

.mobil-menu-content.active {
    right: 0;
    box-shadow: -2px 0 5px 0 rgba(0, 0, 0, .1);
}

.mobil-menu-content {
    bottom: 0;
    position: fixed;
    top: 0;
    right: -700px;
    width: 480px;
    height: 100%;
    background-color: #fff;
    z-index: 101;
    transition: all .2s ease-in-out;
    overflow-y: auto;
    padding: 16px;
    overflow-x: hidden;
}

.mobil-menu-title {
    padding: 20px 13px 20px 20px;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #525861;
}

.mobil-accordion-area {
    padding: 0 0 20px 0;
}

.mobil-menu-title i {
    font-size: 35px;
    color: #21252a69;
}

.sub-menu.active {
    transform: translateX(0);
}

.sub-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    transition: .3s all ease;
    transform: translateX(100%);
    padding: 36px;
    overflow-y: auto;
}

.sub-menu-btn {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 100;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    text-align: left;
}

.mobil-sub-slide-menu-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}

.mobil-link-list-item {
    display: flex;
    padding: 10px 0;
    align-items: center;
}

.mobil-sub-slide-menu-btn {
    width: 100%;
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
}

.mobil-link-list-item {
    border-bottom: 1px solid #dbdbdb;
}

.mobil-link-list-item:last-child {
    border-bottom: 0;
}

.sub-menu.active {
    transform: translateX(0);
}

.mobil-menu-link-item {
    width: 100%;
    display: block;
    padding: 16px 20px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 500;
}

.mobil-menu-link-item:hover {
    color: #000;
}

.header-mobile-top-sub-menu-area .title {
    font-size: 20px;
    font-weight: 600;
}

.sub-product-link-item {
    display: flex;
    align-items: center;
}

.mobil-menu-element {
    font-size: 25px;
}

.promo-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.mobil-menu-link-item i {
    font-size: 20px;
}

.mobil-bar-web-none {
    display: none;
}

.header-logo-mobil-trg {
    display: flex;
    align-items: center;
}

.link-user-area {
    padding: 0 5px;
    font-size: 15px;
}

.web-d-none {
    display: none;
}

.header-top-text-area {
    overflow: hidden;
    height: 100%;
}

form#infoOrderTracking label {
    margin-bottom: 10px;
}

.bg-row {
    background: #9d7b6a;
}

.slider-product-img {
    background-position: center;
    width: 100%;
    background-size: cover;
}

.slider-mobil {
    display: none;
}

.btn.start-trade:hover {
    background: #49515e;
}

.form-control:focus {
    box-shadow: none;
    outline: 0;
    border-color: #dee2e6;
}

.all-see-btn:hover {
    background: #4b5461;
    color: #fff;
}

.header-top-offer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-price-area span {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    color: #000;
}

.big-offer-content-btn {
    position: absolute;
    bottom: 15px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 3;
}

.start-trade:hover {
    color: #ffffff;
}

.features-area {
    background: #FCFCFD;
    border: 1px solid #F3F4F6;
    border-radius: 24px;
    padding: 24px;
    display: flex;
    align-items: center;
}

.footer-widget-list-item-link:hover {
    color: black;
    transition: all 500ms ease;
}

.product-list-bc-tt {
    color: #4b6f8d;
    font-family: 'Material-Icons';
    font-size: 60px;
}

.product-list-link {
    color: #000000;
    transition: all 500ms ease;
    font-weight: 100;
}

.mobil-view {
    display: none;
}

.d-flex-none {
    display: block !important;
    height: initial !important;
}

.breadcrumb-nav-links {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ico-arrw:not(:last-child):after {
    color: #848484 !important;
}

.bc-nav-link-list-item:not(:last-child)::after {
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    content: "";
    font-size: 13px;
    color: rgb(255, 255, 255);
    font-variant: normal;
    padding: 0 10px 0 7px;
}

.google-maps {
    height: 500px;
}

.pull-mid {
    justify-content: center;
}

.tac-pull-mid {
    text-align: center;
    font-size: 25px;
}

.contact-info-area {
    text-align: center;
    border-radius: 10px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    border: 1px solid #d2dae1;
}

.contant-icon {
    font-size: 35px;
    color: var(--site-color-1);
}

.contact-form label {
    padding: 10px 0;
}

.contact-btn-custom {
    background: var(--site-color-1);
    border-radius: 0;
    padding: 11px;
    width: 325px;
    color: #fff;
    border-radius: 10px;
    transition: .4s all ease;
}

.contact-btn-custom:hover {
    background: var(--site-color-1);
    color: #fff;
    opacity: .7;
}

.contact-me-bg {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #d2dae1;
    margin: 0 0 10px 0;
}


#infoOrderTracking {
    padding: 45px 0 0 0;
}

.popup-content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2147483647;
}

.popup-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: -1;
}

.popup-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    width: 100%;
    height: 80%;
}

.popup-exit {
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 30px;
    color: #fff;
    font-size: 32px;
}

.popup-item img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.product-mini-slider .swiper-slide-thumb-active:before {
    border: 5px solid #4b6f8d;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.product-modal-big-slider {
    height: 80%;
    width: 100%;
    object-fit: contain;
}

.product-mini-slider {
    padding: 10px 0;
}

.order-img-dsc-area {
    display: flex;
    align-items: center;
}

.order-img-dsc-area p {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.btn-order-status {
    background: #525861;
    width: 100%;
    margin: 5px 0;
    border-radius: 5px;
}

.pull-mid {
    text-align: center;
}

.p-col-20 {
    padding: 20px 0;
}

.faq-page-img img {
    height: 400px;
    object-fit: cover;
}

.faq-title-content {
    text-align: center;
    background: #525861;
    border-radius: 10px;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 10px;
}

.faq-mini-tt {
    font-size: 22px;
}

.contract-element {
    padding: 20px 0;
}

.contract-desc-area strong {
    color: #3b434d;
}

.contract-desc-area {
    padding: 0 40px;
}

.line-1 {
    max-height: 55px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.blog-view-img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.blog-tt {
    font-size: 17px;
    margin-top: 10px;
    font-weight: 600;
}

.blog-link {
    background: #525861;
    padding: 5px 30px;
    margin: 5px 0;
    transition: all 500ms ease;
    border-radius: 10px;
}

.blog-view-item {
    border-radius: 10px;
}

.coop-area-desc {
    font-weight: 300;
}

.basket-view-list {
    width: 100%;
    border: 1px solid #3b424d;
    padding: 20px;
}

.login-or-register-list-item {
    background: #fff;
    text-align: center;
}

.login-or-register-list-item-link {
    display: block;
    padding: 20px;
    transition: all 500ms ease;
}

.login-or-register-list-item-link:hover {
    background: #3b424d;
    color: #fff;
    transition: all 500ms ease;
}

.account-res:hover .resgister-or-login-area {
    display: block !important;
}

.resgister-or-login-area {
    position: absolute;
    top: 100%;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.user-nav-link-item {
    position: relative;
    display: block;
}

.basket-view-area {
    position: absolute;
    right: 0;
    z-index: 99;
    background: #fff;
    display: none;
}

.basket-view-product-img {
    width: 80px;
    min-width: 80px;
    height: 70px;
    object-fit: contain;
}

.basket-view-list-item-link {
    display: flex;
    align-items: flex-start;
    justify-content: left;
}

.basket-view-active-product-value-area {
    padding: 10px;
    background: var(--site-color-1);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.basket-btn {
    background: #3b424d;
    color: #fff;
    width: 170px;
    margin: 0;
    border-radius: 0;
    margin: 0 10px;
    border-radius: 5px;
    font-size: 15px;
}

.basket-btns-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-total-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #3b424d;
    color: #fff;
    margin: 10px 0;
    border-radius: 5px;
}

.basket-view-img-dsc {
    border-radius: 5px;
    margin-left: 10px;
}

.price-flx {
    display: flex;
}

.basket-res:hover .basket-view-area {
    display: block;
}

.register-or-login-list {
    width: 200px;
    border: 1px solid #525861;
}

.order-detail-information-item {
    margin: 10px;
}

.btn-order-white {
    border: 1px solid #d8d8d8;
    margin: 0 0 10px 0;
    border-radius: 5px;
    background: white;
    color: #525861;
    font-size: 15px;
}

.btn-order-white:hover {
    border-color: #d8d8d8;
}

.accordion-btn-arrow::after {
    content: none;
}

.mobil-nav-accordion {
    padding: 15px;
    border: 1px solid #d2dae1;
    border-radius: 10px;
}

.custom-accordion {
    font-size: 14px;
    font-weight: 500;
    transition: .3s all ease;
}

.accordion-item {
    border: 0;
}

.accordion-header {
    border-bottom: 1px solid #d2dae1;
}

.accordion-header:last-child {
    border: 0;
}

.accordion-nav-sub-link-item {
    display: block;
    padding: 10px 0;
}

.accordion-header {
    padding-right: 5px;
}

.custom-accordion i {
    padding-right: 5px;
}

.custom-accordion img {
    padding-right: 5px;
}

.address-card__row-content {
    padding: 5px 0;
}

.address-card__row {
    padding: 5px 0;
}

.fast-nav-item-body {
    text-align: center;
    background: transparent;
    width: 100%;
    height: 200px;
    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
    align-content: center;
    border: 1px solid #d2dae1;
}

.fast-nav-item-img {
    font-size: 35px;
}

.fast-nav-item-dsc {
    font-size: 16px;
}

.fast-nav-item-img img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.fast-nav-item-body-item:hover {
    background: #d2dae1;
    transition: all 500ms ease;
}

.order-detail-accordion-content-area {
    display: flex;
    align-items: center;
}

.order-detail-tracking-code-date-time {
    padding: 0 10px;
    font-size: 16px;
    border-left: 2px solid #d1dae1;
    margin-left: 10px;
}

.order-detail-bar-price {
    font-size: 18px;
    font-weight: 700;
}

.order-detail-tracking-ymd-his {
    padding: 5px 0;
    font-size: 13px;
}

.flush-collapse-order-detail-custom {
    border: 1px solid #d2dae1;
}

.b-b-none {
    border-bottom: none;
}

.flush-collapse-order-detail-custom:focus {
    border-color: #d2dae1;
    z-index: 3;
    outline: 0;
}

.order-detail-accordion-content-disc {
    border-radius: 5px
}

.order-detail-product-img {
    width: 70px;
    object-fit: cover;
    height: 70px;
}

.order-detail-accordion-content {
    display: flex;
    align-items: center;
    border: 1px solid #d2dae1;
    padding: 10px;
    border-radius: 10px;
    justify-content: space-between;
}

.order-detail-product-tt {
    margin-left: 10px !important;
    font-size: 17px;
}

.values-name {
    padding: 0 10px;
    min-width: 113px;
}

.order-detail-product-values-list {
    text-align: left;
}

.order-detail-product-values-content {
    padding: 0 10px;
    text-align: end;
}

.dubble-dot {
    padding: 0 10px;
}

.order-detail-product-values-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-detail-product-values-content-area {
    display: flex;
}

.dubble-dot {
    font-size: 18px;
}

.product-fast-eye-cat-name-item-content a {
    color: #000;
}

.loading span:after {
    content: "";
    width: 20px;
    height: 20px;
    border-top: 1px solid #fff;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: -25px;
    top: 0px;
    -webkit-animation: loading_animate .8s linear infinite;
    animation: loading_animate .8s linear infinite;
    display: none;
}

.loading span {
    position: relative;
}

@keyframes loading_animate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loading_animate {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

.loading.loading_active span:after {
    display: block;
}

.bc-nav-link-list-item.active {
    color: #fff;
}

.favorite-container .liked_btn.active i,
.favorite-container .liked_btn:hover i {
    color: var(--site-color-2);
    background-color: transparent;
}

.productsize {
    display: block;
    font-size: 12px;
    line-height: 14px
}

.sidebar-title {
    text-align: center;
}

.form-control {
    box-shadow: none;
    outline: 0;
}

.coupon-box,
.basket-total-val {
    border: none;
}

.grecaptcha-badge {
    display: none !important;
}

.favorite-btn.liked_btn.active i {
    background-color: transparent;
    color: #f00;
    font-weight: 800;
}

.order-detail-product-values-area {
    display: flex;
    justify-content: end;
    align-items: center;
}

.t-addres-area-my-order {
    background: #ffffff;
    padding: 10px;
    max-height: 500px;
    height: 100%;
    border: 1px solid #d2dae1;
    color: #555b64;
    border-radius: 5px;
}

.t-addres-tt {
    padding: 0 0 5px 0;
    text-align: center;
}

.t-addres-name {
    padding: 5px 0;
}

.order-intro-total-value {
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
    border-top: 1px solid #d2dae1;
}

.order-intro-list-item {
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
    font-size: 14px;
    flex-wrap: wrap;
}

.d-none-web-xl {
    display: none;
}

.order-intro-adress-tt {
    padding: 10px 0;
}

.order-detail-img-box {
    display: flex;
    align-items: center;
}

.order-detail-accordion-content-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.accept-price {
    padding: 10px 0;
    background: #d2dae1;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
}

.order-detail-accordion-content-area2 {
    padding: 0 0 10px 10px;
    border-bottom: 1px solid #d2dae1;
}

.tac {
    text-align: center;
}

.liked_btn.modal-like-btn-custom-last {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 66px;
    background: #EFF8FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    box-shadow: 0px -1px 1px 0px #1570EF14 inset;
    color: var(--site-color-2);
    font-size: 20px;
}

.liked_btn.modal-like-btn-custom-last i {
}

.blog-content-date {
    padding: 10px 0;
    font-size: 16px;
    color: #525861;
}

.blog-content-tt h2 {
    font-size: 23px;
}

.blog-content-img img {
    height: 100%;
    object-fit: cover;
}

.blog-content-dsc p {
    font-size: 15px;
}

.blog-content {
    padding: 30px 0;
}

.other-blogs-tt h3 {
    font-size: 15px;
    padding: 10px 0 0 0;
}

.other-blogs-img img {
    width: 100%;
}

.other-blogs-date {
    font-size: 14px;
}

.other-blog-big-tt {
    padding: 10px 0;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #d0cfce;
}

.line-2 {
    max-height: 44px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.other-blogs-area {
    padding: 10px;
    border-radius: 10px;
}

.blog-post-area {
    border: 1px solid #d0cfce;
    padding: 10px;
    border-radius: 10px;
}

.blog-post-content-dsc-area {
    padding: 10px 0;
}

.blog-content-wrapper {
    padding: 10px;
    border: 1px solid #d0cfce;
    border-radius: 10px;
}

.pdf-logo {
    text-align: center;
}

.customer-name {
    text-align: center;
    padding: 20px;
    font-size: 25px;
}

.pdf-total-price-area {
    padding: 10px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

.pdf-total-price-list-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-weight: 700;
}

.pdf-order-dsc p {
    padding: 10px;
    text-align: center;
    font-size: 19px;
}

.pdf-area {
    padding: 50px;
}

.empty-basket-img {
    width: 250px;
    height: 100%;
    object-fit: cover;
}

.empty-basket {
    text-align: center;
}

.m-30-custom {
    margin: 30px;
}

.order-accordion-none-after .accordion-button::after {
    content: none;
}

.accordion-button-custom {
    justify-content: space-between;
    border-radius: 10px !important;
}

.order-detail-accordion-arrow-icon {
    background: #d2dae1;
    border-radius: 10px;
}

.order-detail-accordion-arrow-icon:hover {
    background: #d2dae1;
}

.order-detail-tracking-custom-area {
    font-weight: 700;
    padding: 5px 0;
    font-size: 14px;
    flex-wrap: wrap;
    display: flex;
}

.bs-badge-custom {
    padding: 11.5px 12px;
}

.order-detail-accordion-content-body-item {
    display: flex;
    align-items: center;
}

.bs-badge-custom {
    margin-left: 10px;
}

.order-show-cancel-btn .order-info-product-view-link {
    margin-right: -11px;
    text-align: right;
}

.order-intro-adress p {
    margin: 0;
}

.c-000 {
    color: #fff;
}

.order-detail-accordion-content-area2:last-child {
    border: none;
}

.c-f1f1f1 {
    color: #f1f1f1;
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes loading {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@keyframes loading {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

.loading-anim-item {
    width: 40px;
    height: 40px;
    -webkit-animation: loading 1s linear infinite;
    -moz-animation: loading 1s linear infinite;
    animation: loading 1s linear infinite;
    display: none;
}

.loading-infinite-area {
    display: flex;
    justify-content: center;
}

.loading-anim-item.active {
    display: block !important;
}

.border-col {
    border: 1px solid #d2dae1;
    border-radius: 10px;
}

.st-progress-area {
    display: flex;
    align-items: center;
    position: relative;
    min-width: 129px;
    height: 25px;
}

.st-center-ct .st-progress-area {
    justify-content: center;
}

.st-progress {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    overflow: hidden;
    display: flex;
    color: rgb(250, 236, 27);
    align-items: center;
}

.star-icon svg {
    overflow: hidden;
    width: 25px;
    height: 25px;
    fill: currentColor;
    flex-shrink: 0;
    display: block;
    vertical-align: middle;
}

.st-progress.st-progress-clone.fill-gray {
    color: #808080;
}

.hover-icons .star-icon {
    cursor: pointer;
}

span.star-icon.selected {
    color: rgb(250, 236, 27);
}

.star-icon {
    width: 25px;
}

.st-progress.prog-sys-active span {
    cursor: pointer;
}

.st-progress.prog-sys-active .star-icon.active {
    background-color: #a3720d;
}

.prog-sys-active {
    pointer-events: none
}

.st-progress.prog-sys-active .star-icon.selected {
    background-color: rgb(250, 236, 27) !important;
}

.st-progress.prog-sys-active .star-icon.active {
    background-color: #a3720d;
}

.st-progress.prog-sys-active .prog-sys-ct:first-child {
    padding-left: 0;
}

.st-progress.prog-sys-active .prog-sys-ct:last-child {
    padding-right: 0;
}

.prog-sys-active.error {
    border: 1px solid rgb(250, 236, 27) !important;
}

.p-badges {
    display: flex;
}

.p-badges .p-badge-item:not(:last-child) {
    margin-right: 10px;
}

.badge.bg-info {
    padding: 10px;
    display: flex;
    align-items: center;
}

.badge.bg-danger {
    height: 30px;
    display: flex;
    align-items: center;
}

.product-badge-area-star-area {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.reviews-owner-date {
    font-size: 14px;
    font-weight: 100;
}

.reviews-title {
    background: #4c6f8d;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.reviews-title h2 {
    font-size: 20px;
    margin: 0;
}

.reviews-sec {
    padding: 30px 0 0 0;
}

.btn-wd {
    background: #525860;
    width: 135px;
    padding: 3px;
    margin: 5px 0 !important;
    margin-right: 10px !important;
    font-size: 13px;
}

.contact-info-area-sec {
    padding-top: 30px;
}

.contact-me-sec {
    padding-bottom: 30px;
}

.txt-area-wff {
    margin-top: 20px;
}

.contact-me-bg .promise-box {
    padding: 10px;
}

.campagigns-item {
    padding: 20px;
    border: 1px solid #cbcbcb;
    margin: 30px;
    border-radius: 10px;
}

.campagigns-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.campagigns-tt {
    margin: 10px 0;
    font-weight: 600;
    font-size: 25px;
    color: #52585f;
}

.campagigns-area-title {
    text-align: center;
    padding-top: 30px;
}

.campagigns-area-title h2 {
    color: #525860;
}

.slider-web {
    display: block !important
}

.star-rating-comment-modal {
    text-align: center;
}

.star-rating-comment-modal-tt {
    font-size: 20px;
    padding: 10px;
}

.jcc {
    justify-content: center;
}

.btn-bg-rate {
    background: #e8b10b;
    color: #ffff;
}

.support-sec {
    padding: 30px;
}

.m-c {
    padding-left: 5px;
}

.support-sec-text-area {
    text-align: center;
    padding: 30px 0 0 0;
}

.support-text-tt {
    color: #3b424e;
}

.cic {
    font-size: 13px;
    padding-right: 60px;
}

.code-apply-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.prl {
    position: relative;
}

.news-btn-last {
    color: #3b424d;
    white-space: nowrap;
    height: 100%;
}

.oipvl-warper span {
    margin-right: 10px;
    font-size: 13px;
}

.oipvl-warper {
    display: flex;
    align-items: center;
}

.order-status-0 {
    background: #727a80 !important;
    font-size: 13px;
}

.order-status-1 {
    background: #8200ff !important;
    font-size: 13px;
}

.order-status-2 {
    background: #0096ff !important;
    font-size: 13px;
}

.order-status-3 {
    background: #4CAF50 !important;
    font-size: 13px;
}

.order-status-4 {
    background: #FF5722 !important;
    font-size: 13px;
    font-size: 13px;
}

.order-status-5 {
    background: #F44336 !important;
    font-size: 13px;
}

.order-status-6 {
    background: #0099ff !important;
    font-size: 13px;
}

.order-detail-product-code {
    width: 230px;
}

.badge.bg-success {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pr-2 {
    margin-right: 10px;
}

.r-t-btn {
    text-align: end;
    padding: 10px 0;
}

.ticked-btn {
    background: #3b424d;
    color: #fff;
}

.reply-tt h2 {
    font-size: 20px;
    text-align: center;
}

.ticked-btn:hover {
    background: red;
    color: #fff;
}

.radius-badge {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.order-detail-accordion-body-custom {
    padding-top: 0;
}

.mup-15 {
    margin-top: 15px;
}

.m-15 {
    margin: 15px 0;
}

.st-custom {
    padding: 10px !important;
}

.order-detail-product-tt {
    display: flex;
}

.odpc-p-v {
    padding-left: 38px;
}

.d-flx-c {
    justify-content: center;
    font-size: 15px !important;
    padding: 0 !important;
}

.product-name .title {
    font-size: 15px;
    height: 37px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 0;
}

.sec-m {
    padding-top: 30px;
}

.coupon-box {
    border: 1px solid #d1dae1;
    margin: 10px;
    background: var(--site-color-1);
}

.gift-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid white;
    border-radius: 5px;
    background: white;
}

.special-cuppon-area h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.gift-item span {
    font-size: 11px;
    margin-left: 12px !important;
}

.ccss {
    white-space: nowrap;
    background-color: var(--site-color-2);
    color: #fff;
    padding: 2px 5px 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cuppon-p-box {
    padding: 20px;
    border: 1px solid #d2dae1;
    border-radius: 5px;
    background: #3b424dd4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cuppon-p-box-tt {
    color: #fff;
}

.reviews-product-name h2 {
    font-size: 20px;
}

.border-rw {
    border: 1px solid #d2dae1;
    border-radius: 5px;
    padding: 10px;
}

.reviews-area-info {
    padding-bottom: 10px;
}

.cffyt {
    white-space: nowrap;
    background-color: var(--site-color-1);
    color: #fff;
    padding: 3px 5px 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #fff;
}

.cffyt:hover {
    background: #d1dae1;
    color: #000;
    border-color: transparent;
}



.categories-container {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    overflow: hidden;
    padding-top: 30px;
}

.categories-element {
    margin: 0 24px 24px 0;
}

.categories-element h3 {
    padding-bottom: 5px;
    margin-bottom: 6px;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #333
}

.categories-element li a {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0
}

.categories-element li a:hover {
    text-decoration: underline;
}

.header h1 {
    margin: 30px 0 25px 0;
    color: #333
}


.product-fast-eye-tt-content a {
    color: #3b424d;
}


.account-title-mobil {
    font-size: 17px;
    font-weight: 500;
}


.btn-add-product {
    height: 48px;
}

.b-m-acc {
    border: 1px solid #d1dae1;
    border-radius: 5px;
}


.acc-web-block {

    display: block;
}

.acc-mobil-block {
    display: none;
}

.acc-mobil-body {
    padding: 10px 0 0 0;
}

.supp-list {
    display: flex;
    flex-direction: column;
}

.reply-dsc {
    border: 1px solid #dee2e6;
    padding: 10px;
    border-radius: 5px;
}

.nh {
    display: block;
    font-weight: 600;
    color: #272727;
}

.mss-date {
    display: block;
    font-size: 12px;
    text-align: right;
}

.sup-left-item .mss-date {
    text-align: left;
}

.sup-item {
    max-width: 85%;
    display: inline-block;
    padding: 0.5rem 1rem;
    line-height: 21px;
    min-height: 2rem;
    font-size: 1rem;
    border-radius: 1rem;
    margin-bottom: 7px;
    word-break: break-word;
    background-color: #ECEFF1;
    color: #607D8B;
}

.sup-left-item {
    border-bottom-left-radius: 0.125rem;
    margin-right: auto;
}

.sup-right-item {
    margin-left: auto;
    border-bottom-right-radius: 0.125rem;
}

.reply-company p {
    margin: 0;
}

.modal-exit {
    text-align: end;
    padding: 0 0 10px 0;
}

.support-request-trg.loading.loading_active i {
    display: none;
}

.support-request-trg.loading.loading_active {
    padding-right: 32px;
}

.support-request-trg.loading.loading_active span:after {
    top: -1px;
    width: 17px;
    height: 17px;
}

.offer-square-box-text img {
    width: 50px;
    height: 100%;
    object-fit: contain;
}


.stc-code {
    font-size: 15px;
}

.stc-code span {
    font-weight: 600;
}

.p-desc table,
.p-desc .table-responsive {
    width: 100% !important;
    display: table !important;
}

.product-list-2 .product-img-list-item img {
    height: 220px;
}

.sub-menu-img-dsc {
    white-space: normal;
    text-align: left;
}


.general-price {
    font-size: 22px;
}

.about-page-img {
    max-width: 500px;
    width: 100%;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.about-dsc-content:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.product-list-item-dsc.product-name .title {
    font-size: 16px;
}

.bc-item {
    font-size: 14px;
}

#payPrices {
    position: relative;
}

.pay-loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(242, 242, 242, 0.4);
    z-index: 1;
    align-items: center;
    justify-content: center;
    display: none;
}

.pay-loader:before {
    content: "";
    width: 35px;
    height: 35px;
    border-top: 4px solid var(--site-color-2);
    border-radius: 50%;
    -webkit-animation: loading_animate .8s linear infinite;
    animation: loading_animate .8s linear infinite;
}

.pay-loader.active {
    display: flex;
}

.blog-view-img-item {
    width: 50%;
}

.blog-view-item {
    display: flex;
}

.blog-view-content-item {
    width: 50%;
    padding-left: 15px;
}

.blog-pag {
    position: relative;
    height: 30px;
}

.blog-pag .blog-prev {
    position: absolute;
    left: 0;
}

.blog-pag .blog-next {
    position: absolute;
    right: 0;
}

.dd-item-list .dd-sub-link:not(:last-child) {
    margin-bottom: 7px;
}

.jc-button.btn-secondary {
    height: auto;
}

.tmd-content .table-responsive {
    width: auto !important;
}

.site-map-cat-list {
    display: flex;
    flex-wrap: wrap;
}

.site-map-cat-list li {
    margin-right: 10px;
}

.p-badge-item span {
    font-weight: 600;
}

.p-badge-item {
    font-size: 16px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.btn-add-basket .start-trade {
    background-color: #fff;
}

.general-price .alert {
    font-size: 16px;
    padding: 10px;
}

.payment-installment-title {
    display: flex;
    vertical-align: middle;
    font-size: 16px;
    padding: 0px 15px;
    margin-bottom: 11px;
    margin-top: 11px;
    font-weight: 600;
    justify-content: space-between;
}

.payment-installment .pi-left {
    width: 70%;
}

.payment-installment-title .pi-right {
    text-align: right;
    width: 30%;
    font-size: 16px;
}

.payment-installment {
    border: 1px solid #dbdbdb;
    border-radius: 9px;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.inst-control {
    display: block;
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 15px;
}

.pi-content.installment_table_area .inst-control {
    margin-bottom: 0;
}

.inst-control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    border-radius: 50%;
    width: 20px;
    background: #e6e6e6;
}

.inst-control input:checked~.control__indicator {
    background: #21b621;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.inst-control input:checked~.control__indicator:after {
    display: block;
}

.payment-card-error {
    border-color: #f00;
}

.error-desc p {
    margin-bottom: 0;
}

.mini-total-style {
    position: absolute;
    top: -9px;
    right: 0;
    background-color: var(--site-color-1);
    border-radius: 5px;
    padding: 0 5px;
    font-size: 14px;
    color: #fff;
}

.prog-sys-active .star-icon svg path {
    fill: #ffc107 !important;
}

.st-progress .star-icon:not(:last-child) {
    margin-right: 1px;
}

.slide-form-banner {
    position: absolute;
    bottom: 40%;
    left: 240px;
    z-index: 9;
}

.slide-form-banner .form-control {
    width: 555px;
    height: 65px;
    border-radius: 45px;
    padding: 12px;
    padding-left: 34px;
    padding-right: 70px;
    border-color: transparent;
}


.slide-form-input {
    position: relative;
}

.slide-form-input .search-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    background-color: var(--site-color-2);
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.slide-form-list {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 25px;
    top: 110%;
    text-align: left;
    padding: 18px 27px;
    display: none;
}

.slide-form-list ul {
    max-height: 242px;
    overflow-y: auto;
}

.slide-form-list ul li:not(:last-child) {
    margin-bottom: 4px;
}

.slide-form-list ul li a {
    font-size: 16px;
    font-weight: 500;
}

.product-item-area {
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px 3px 7px -4px #d5d5d5;
    overflow: hidden;
}

.product-list-area .swiper-button-next,
.product-list-area .swiper-button-prev {
    background-color: var(--site-color-2);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 19px;
    color: #fff;
}

.tabs-company-info img {
    width: 100%;
}

.tabs-company-text {
    margin-top: 30px;
}

.tabs-company-text .title {
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.tabs-company-text p {
    font-size: 14px;
}

.company-btn {
    background-color: var(--site-color-2);
    color: #fff !important;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 25px;
}

.company-btn-area li button {
    width: 100%;
    text-align: left;
    background-color: transparent !important;
    padding: 8px 15px;
    border-radius: 13px;
}

.tabs-company-area {
    display: flex;
    align-items: center;
}

.tabs-company-area img {
    width: 40px;
}

.tabs-company-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: .4s all ease;
}

.nav-link.active .tabs-company-img {
    background-color: var(--site-color-2);
}

.company-btn-area .nav-link.active {
    background-color: #d8d8d8 !important;
}

.why-choose-us-img {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
    background-color: #fff;
    margin-bottom: 25px;
}

.why-choose-us-img img {
    width: 55px;
}

.why-choose-us-text p {
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    transition: .4s all ease;
    color: #000;
}

.why-choose-us-item {
    background-color: #dddddd;
    padding: 30px 40px;
    border-radius: 30px;
    transition: .4s all ease;
    height: 100%;
}

.why-choose-us-item:hover {
    background-color: var(--site-color-2);
}

.why-choose-us-item:hover .why-choose-us-text p {
    color: #fff;
}

.why-choose-us-element {
    padding: 70px 0;
}

.product-egzoz-list-area {
    background-color: var(--site-color-1);
    position: relative;
    padding: 70px 0;
}

.product-egzoz-list-area .sec-tt .best-selling-tt,
.product-egzoz-list-area .sec-tt a {
    color: #fff;
}

.features-img img {
    width: 55px;
    margin-bottom: 10px;
}

.features-info p {
    font-size: 18px;
}

.features-element {
    padding: 70px 0;
}

.video-desc .title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}

.video-desc p {
    font-size: 16px;
}

.video-desc {
    margin-bottom: 40px;
}

.video-area iframe {
    width: 100%;
    height: 380px;
}

.video-element {
    margin: 70px 0;
}

.contact-us-area {
    background-color: var(--site-color-1);
    border-radius: 20px;
    padding: 0 100px;
}

.contact-us-img img {
    width: 300px;
}

.contact-us-img {
    text-align: center;
    margin-top: -150px;
}

.contact-desc .title {
    font-size: 33px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}

.company-btn i {
    margin-left: 15px;
}

.contact-us-element {
    margin-top: 170px;
    margin-bottom: -130px;
    position: relative;
}

.foter-social-media {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.foter-social-media li a {
    width: 35px;
    height: 35px;
    background-color: #24694e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
}

.foter-social-media li:not(:last-child) {
    margin-right: 20px;
}

.footer-logo img {
    width: 100%;
}

.footer-logo {
    padding-bottom: 25px;
    border-bottom: 1px solid #E5E7EB;
    text-align: center;
    max-width: 160px; 
    margin-bottom: 25px;
    position: relative;
}

.product-list-area {
    padding: 70px 0;
}

.user-login-registration-area {
    position: absolute;
    top: 100%;
    background-color: #fff;
    z-index: 4;
    padding: 25px;
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 13px -1px #cccccc;
    visibility: hidden;
    opacity: 0;
}

.login-registration li .login {
    background-color: var(--site-color-1);
    width: 100%;
    display: block;
    padding: 12px;
    color: #fff;
    text-align: center;
}

.login-registration li:not(:last-child) {
    margin-bottom: 15px;
}

.login-registration {
    text-align: center;
}

.login-registration li:last-child {
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}

.order-tracking-area li:not(:last-child) {
    margin-bottom: 15px;
}

.order-tracking-area li a {
    font-size: 17px;
    font-weight: 500;
}

.account-res:hover .user-login-registration-area {
    visibility: visible;
    opacity: 1;
}

.mega-menu {
    display: flex;
    flex-wrap: wrap;
    left: 0;
    right: 0;
}

.mega-menu li a img {
    width: 80px;
}

.nav-list .dropdown-area:hover>ul {
    visibility: visible;
    opacity: 1;
}


.nav-link-area .nav-list {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.nav-link-area>.nav-list>li>a {
    padding: 18px 15px;
    display: inline-block;
    white-space: nowrap;
    color: #fff;
}

.dropdown-area>ul {
    position: absolute;
    top: 65px;
    left: 0;
    right: auto;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    border: 1px solid #b5b5b5;
}

.dropdown-area ul li a {
    padding: 10px 0 !important;
    display: block;
    font-weight: 600;
    transition: all 300ms ease;
}

.company-btn-area .nav-link:hover {
    background-color: #d8d8d8 !important;
}

.company-btn-area .nav-link:hover .tabs-company-img {
    background-color: var(--site-color-2);
}

.company-btn-area li {
    margin-bottom: 15px;
}

.blog-img-area img {
    border-radius: 20px;
}

.blog-img-area .date {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: var(--site-color-2);
    color: #fff;
    padding: 4px 15px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
}

.blog-img-area {
    position: relative;
}

.blog-img-area .date i {
    margin-right: 5px;
}

.line-3 {
    height: 73px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.blog-desc .title {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.blog-desc {
    padding: 25px 30px;
}

.blog-item {
    background-color: #f0f0f0;
    border-radius: 25px;
    box-shadow: 0px 2px 21px -4px #d0d0d0;
    overflow: hidden;
}

.blog-desc p:last-child {
    margin: 0;
}

.blog-desc .btn-blog {
    color: #fff;
    background-color: var(--site-color-2);
    padding: 11px 25px;
    border-radius: 24px;
    display: inline-block;
}

.blog-desc .btn-blog i {
    margin-left: 15px;
}

.campany-element {
    padding: 70px 0;
}

.payment-img img {
    width: 260px;
}

.register-promise {
    display: flex;
    align-items: center;
}

.dropzone .dz-message span {
    position: relative;
}

.sec-tt a i {
    margin-left: 10px;
}

.general-price .product-price-area {
    padding: 0;
}

.general-price .product-price-area span {
    padding: 0;
}

.badge.category-site {
    padding: 0;
}

.banner-items .bg-area:last-child {
    margin-bottom: 0 !important;
}

.all-filter {
    background-color: var(--site-color-1);
    display: block;
    color: #fff;
    padding: 6px;
    border-radius: 5px;
    text-align: center;
    margin-top: 10px;
}

.placement-list-item input:checked~label {
    color: var(--site-color-2);
}

.register-text {
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 500;
}

.register-text a {
    color: var(--site-color-1);
}

.promise-modal-writing .promise-modal-buttons {
    text-align: left;
}

.sec-tt a {
    white-space: nowrap;
    font-weight: 500;
    font-size: 17px;
}

.stock-view {
    position: absolute;
    left: 0;
    top: 0;
    padding: 6px 10px;
    background-color: #f00;
    z-index: 9;
    color: #fff;
}

.add-product-btn .stock-view {
    width: 100%;
    height: 100%;
}

.stock-info-alert {
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stock-view-eye {
    background-color: #f00;
}

.whatsapp-chat-box {
    position: fixed;
    bottom: 50px;
    left: 50px;
    z-index: 9;
    width: 75px;
}

.header-top-area {
    background-color: #F9FAFB;
    padding: 10px 0;
}

.header-top-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cargo-free-info p {
    font-size: 16px;
    font-weight: 500;
    color: var(--site-color-1);
    margin: 0;
}

.header-top-fast-links {
    display: flex;
    align-items: center;
}

.header-top-fast-links li:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
}

.header-top-fast-links li:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #c5c5c5;
    border-radius: 50%;
}

.header-top-fast-links li {
    position: relative;
}

.header-top-fast-links li a {
    font-size: 13px;
    font-weight: 500;
}

.header-top-fast-links li a i {
    margin-right: 5px;
}

.header-logo img {
    width: 245px;
}

.header-center-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-center-left-area {
    display: flex;
    align-items: center;
    flex: 1;
}

.header-form-area input {
    border-radius: 30px;
    padding: 10px 20px;
    padding-right: 50px;
}

.header-search-bar-area {
    flex: .7;
}

.header-form-area .search-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: transparent;
    right: 20px;
    padding: 4px 10px;
}

.header-form-area form {
    position: relative;
}

.header-center-area {
    background-color: #fff;
    padding: 30px 0;
    position: relative;
}


.header-logo {
    margin-right: 30px;
}

.opportunity-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
    margin-left: 5px;
}

.opportunity-info li:not(:last-child) {
    margin-right: 10px;
}

.opportunity-info li {
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.opportunity-info li i {
    margin-right: 6px;
}

.header-bottom-area {
    background-color: var(--site-color-1);
}

.nav-link-area .nav-list li a img {
    width: 30px;
    max-width: 30px;
    min-width: 30px;
    height: 30px;
    object-fit: cover;
}

.site-btn-2 {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    background: #fff;
    padding: 9.5px 30px;
    text-decoration: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
    text-align: center;
    display: inline-block;
    border-radius: 31px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #E5E7EB;
}

.nav-link-area .nav-list li a span {
    margin-left: 7px;
}

.banner-slider-img img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.banner-slider .swiper-pagination {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 30px;
    padding: 10px 6px;
    display: flex;
    align-items: center;
    bottom: 30px;
}

.product-items-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    border-radius: 24px;
    padding: 15px;
    border: 1px solid #F3F4F6;
    background: #fff;
}

.product-info-area {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

.product-img-area img {
    border-radius: 16px;
    height: 250px;
    object-fit: contain;
    width: 100%;
}

.product-img-area .like-see {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}

.product-img-area .like-see span {
    display: block;
}

.product-img-area .like-see span button i {
    background-color: #00000052;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.product-img-area .like-see span button {
    padding: 0;
}

.product-img-area .like-see span button:first-child {
    margin-bottom: 10px;
}

.product-category-text {
    font-size: 16px;
    font-weight: 400;
    color: #6C737F;
    display: block;
    margin-bottom: 5px;
}


.product-info-area .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    height: 43px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.price-area .price {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
}

.detail-btn {
    margin-top: 20px;
}

.sellers-element {
    margin: 30px 0;
}

.banner-img-area img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 16px;
}

.banner-img-area .site-btn-2 {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.banner-img-area {
    position: relative;
}

.banner-mini-img-area img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.banner-element {
    margin-bottom: 30px;
}

.newcomer-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    border: 2px solid #F3F4F6;
}

.newcomer-item {
    border-radius: 24px;
    height: 100%;
}

.newcomer-item a {
    display: block;
}

.suggested-img-area img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 24px;
}

.newcomer-element {
    margin-bottom: 30px;
}

.liked-heroes-img-area {
    border-radius: 50%;
    width: 168px;
    height: 168px;
    border: 2px solid #F3F4F6;
    padding: 3px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
}

.liked-heroes-img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #F3F4F6;
    border-radius: 50%;
}


.liked-heroes-name span {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    display: block;
    width: 100%;
}

.liked-heroes-area {
    text-align: center;
    padding: 34px 0px 34px 0px;
    border-radius: 16px;
    border: 1px solid #F3F4F6;
    box-shadow: 0px 1px 2px 0px #1018280D;
}

.liked-heroes-element {
    padding: 30px 0;
}


.popular-brand-area {
    border: 1px solid #F3F4F6;
    width: 100%;
    padding: 15px 46px 16px 45px;
}

.popular-brand-swiper {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #F3F4F6;
    margin: -1px;
    box-shadow: 0px 1px 2px 0px #1018280D;
}

.features-icon img {
    width: 25px;
}

.features-icon {
    background-color: #9DA4AE;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.features-text span {
    font-size: 20px;
    font-weight: 600;
    display: block;
}

.features-text p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.011em;
    text-align: left;
    margin: 0;
}

.subscription-area {
    background: #F9FAFB;
    border-radius: 12px;
    border: 1px solid #F3F4F6;
    padding: 48px;
    text-align: center;
}

.subscription-text .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.01em;
    margin-bottom: 0;
}

.subscription-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.011em;
    margin-bottom: 0;
    color: #6C737F;
}

.subscription-text {
    margin-bottom: 30px;
}

.subscription-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscription-form-item .form-control {
    border-radius: 12px;
    border: 1px solid #F3F4F6;
    width: 460px;
    max-width: 100%;
    margin-right: 15px;
    padding: 8px 16px 8px 40px;
}

.subscription-form-item {
    display: flex;
    align-items: center;
}

.subscription-input i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
    color: #6C737F;
}

.subscription-input {
    position: relative;
}

.subscription-element {
    margin-bottom: 70px;
}

.footer-social-area {
    display: flex;
    align-items: center;
}

.footer-social-area li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
    background-color: #EFF8FF;
    color: var(--site-color-2);
}

.footer-social-area li:not(:last-child) {
    margin-right: 10px;
}

.footer-nav-area:before {
    content: "";
    width: 300px;
    height: 300px;
    background-color: #EFF8FF;
    position: absolute;
    top: -100px;
    left: -100px;
    border-radius: 50%;
}

.footer-section {
    border-top: 1px solid #F3F4F6;
    background-color: #FCFCFD;
}

.footer-widget-list li {
    font-size: 16px;
}

.footer-widget-list li a {
    font-size: inherit;
    font-weight: 400;
    letter-spacing: -0.011em;
    color: #384250;
    display: block;
}

.footer-widget-list li i {
    color: #6C737F;
    margin-right: 5px;
    margin-bottom: 5px;
}

.footer-widget-list li:not(:last-child) {
    padding: 6px 0;
}

.rtm-logo img {
    width: 136px;
}

.rtm-logo {
    margin-top: 20px;
}

.product-list-element {
    padding: 20px 0;
}

.product-filter-item {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid #F3F4F6;
    box-shadow: 0px 1px 2px 0px #1018280D;
    margin-bottom: 15px;
}

.product-filter-item .product-filter-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: var(--site-color-2);
    display: block;
    margin-bottom: 15px;
}

.price-filter-bar {
    margin-bottom: 20px;
}

.noUi-target {
    height: 7px !important;
    background-color: #EAECF0;
    border-radius: 3px;
    border: unset;
}

.noUi-connect {
    background-color: var(--site-color-2);
}

.noUi-horizontal .noUi-handle {
    border-radius: 50% !important;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border: 2px solid var(--site-color-2);
}

.noUi-handle:after,
.noUi-handle:before {
    background: transparent;
}

.filter-price-text .filter-price-range {
    color: #6C737F;
    font-size: 16px;
    font-weight: 400;
}

.filter-price-text {
    text-align: center;
}

.categories-filter li a {
    font-size: 16px;
    font-weight: 500;
    color: #384250;
    padding: 5px 0;
    display: block;
}

.filter-checkbox-list li {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.filter-checkbox-list li label {
    margin-left: 10px;
    color: #6C737F;
    font-weight: 500;
}

.filter-btn-area {
    background-color: #fff;
    padding: 14px;
    position: sticky;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 1;
}

.sec-tt .form-select {
    border-radius: 28px;
    width: 260px;
}

.products-list .product-img-area img {
    height: 300px;
    object-fit: contain;
}

.product-detail-slider-area {
    display: flex;
    height: 710px;
}

.product-detail-slider-area .product-detail-swiper-1 {
    flex: .5;
    overflow-y: auto;
}
.product-detail-slider-area .product-detail-swiper-1::-webkit-scrollbar {
    width:0
}
.product-detail-slider-area .product-detail-swiper-2 {
    flex: 1.5;
}

.product-detail-slider-area .product-detail-swiper-1 .swiper-wrapper {
    display: block;
    height: 100%;
    width: 120px !important;
}

.product-detail-slider-area .product-detail-swiper-1 .swiper-wrapper .swiper-slide {
    margin-right: 0 !important;
    border-radius: 16px;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 1px 2px 0px #1018280D;
    cursor: pointer;
    height: 120px !important;
}

.product-detail-info-area {
    padding: 20px 0;
}

.product-detail-slider-area .product-detail-swiper-1 .swiper-wrapper .swiper-slide img {
    object-fit: cover;
    border-radius: 16px;
    padding: 7px;
}

.product-detail-slider-area .product-detail-swiper-2 .swiper-slide {
    border: 1px solid #E5E7EB;
    box-shadow: 0px 1px 2px 0px #1018280D;
    border-radius: 24px;
    overflow: hidden;
    width: 100% !important;
}

.product-detail-info-tt .product-sub-title {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.011em;
    color: #4D5761;
    display: block;
    margin-bottom: 5px;
}

.product-detail-info-tt {
    margin-bottom: 20px;
}

.add-product-btn .site-btn {
    font-size: 15px;
}

.product-detail-desc {
    padding: 20px 0;
    border-bottom: 1px solid #E5E7EB;
}

.product-detail-features .features-area {
    border-color: #E5E7EB;
    box-shadow: 0px 1px 2px 0px #1018280D;
    padding: 20px 24px;
}

.product-detail-desc p {
    font-size: 16px;
    font-weight: 400;
    color: #4D5761;
}

.stock-code {
    font-size: 16px;
    font-weight: 400;
    color: #4D5761;
}

.stock-code span {
    font-weight: 500;
}

.barcode {
    font-size: 16px;
    font-weight: 400;
    color: #4D5761;
}

.barcode span {
    font-weight: 500;
}


.other-product {
    padding-bottom: 70px;
}

.malls-element {
    padding: 70px 0;
}

.malls-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.malls-area {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.malls-desc .title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
}

.malls-desc {
    padding: 15px 25px;
}

.malls-info li a {
    font-size: 15px;
}

.malls-info li:not(:last-child) {
    margin-bottom: 10px;
}

.newcomer-element .product-items-area .product-img-area img {
    height: 220px;
}

.newcomer-element .product-items-area .product-img-area .like-see span button i {
    width: 40px;
    height: 40px;
    font-size: 18px;
}

.qrcode img {
    width: 100px;
}

.header-center-login-basket {
    display: flex;
    align-items: center;
}

.header-center-login-basket li:not(:last-child) {
    margin-right: 15px;
}

.header-center-login-basket .dropdown-area {
    z-index: 99;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 0 0 9px 9px;
    padding: 7px 15px;
    visibility: hidden;
    opacity: 0;
    transition: .4s all ease;
}

.header-center-login-basket>li {
    position: relative;
}

.header-center-login-basket .dropdown-area li a {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}

.header-center-login-basket .dropdown-area li:not(:last-child) {
    margin-bottom: 5px;
}

.header-center-login-basket li:hover .dropdown-area {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.nav-list .dropdown-area .mega-menu li ul {
    margin-top: 3px;
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    min-width: 300px;
}

.nav-list .dropdown-area .mega-menu li ul li a {
    font-weight: 400;
}

a.more-menu-links {
    font-weight: 500 !important;
}

a.more-menu-links i {
    margin-left: 5px;
}

.nav-list .dropdown-area .mega-menu>li {
    white-space: nowrap;
    width: 100%;
    position: relative;
}
.nav-list .dropdown-area .mega-menu li {
    padding: 0 10px;
}

.header-center-login-basket li:hover .site-btn {
    border-radius: 10px 10px 0 0;
}

.header-search-resposive {
    display: none;
}

.mobile-btn {
    display: none;
}

.header-mobile-menu-btn-area {
    margin-right: 10px;
    display: none;
}

.product-filter-mobile {
    display: none;
}

.filter-area-btn.site-btn {
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
}

.filter-area-btn.rotate i {
    transform: rotate(-180deg);
}

.filter-area-btn i {
    transform: rotate(0deg);
    transition: .5s all ease;
}

.payment-option-btn {
    border: 1px solid transparent;
    font-size: 19px;
    background-color: var(--site-color-1);
    color: #fff;
    padding: 4px 14px;
    font-weight: 500;
    border-radius: 9px;
}

.payment-options-element {
    display: none;
}

.payment-options-element.active {
    display: block;
}

.taksit-logo img {
    width: 120px;
    height: 30px;
    object-fit: contain;
}

.taksit-baslik {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.taksit-baslik .taksit-tutari-text {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
}

.taksit-tutar-wrapper {
    display: flex;
    align-items: center;
}

.taksit-tutar-wrapper .taksit-tutari {
    background-color: #dfdfdf;
    width: 100%;
    margin: 2px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 6px;
}

.taksit-logo {
    margin-bottom: 15px;
}

.taksit-tablosu-wrapper {
    border: 1px solid #cbcbcb;
    padding: 15px;
    height: 100%;
}

.payment-options-element {
    margin-bottom: 70px;
}
.chc-line-title .title {
    text-align: center;
    font-size: 28px;
    display: inline-block;
    background-color: #fff;
    padding: 0 25px;
}

.chc-line-title {
    margin: 30px 0;
    text-align: center;
    position: relative;
}

.chc-line-title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #000;
    width: 100%;
    height: 2px;
    z-index: -1;
}
.character-tabs li {
    flex: 1;
}

.character-tabs li button {
    width: 100%;
}

.characters-list {
    margin: 30px 0;
}

.characters-list li {
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.c-menu-icon {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}
.categories-filter li a.active {
    color: var(--site-color-2);
}

#brandList {
    max-height: 300px;
    overflow-y: auto;
}
.slider-banner-element {
    margin-bottom: 30px;
}
.swiper-stl-2 {
    position: relative;
}

.swiper-stl-2 .swiper-button-next {
    right: -30px;
}
.swiper-stl-2 .swiper-button-prev {
    left: -30px;
}

.swiper-stl-2 .swiper-button-next,
.swiper-stl-2 .swiper-button-prev {
    color:#000;
    font-size:22px;
}
.dropdown-area.chc-menu {
    position: initial !important;
}
.dropdown-area.chc-menu ul li span {
    display: block;
    margin-top: 15px;
    text-align: center;
}

.dropdown-area.chc-menu ul li img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 5px !important;
}

.dropdown-area.chc-menu > ul {
    display: flex;
}

.dropdown-area.chc-menu > ul > li {
    width: 20% !important;
}

.nav-list .dropdown-area.chc-menu .mega-menu>li:last-child {
    height: 263px;
    overflow: hidden;
    padding-top: 20px;
    padding-left: 10px;
}

.nav-list .dropdown-area.chc-menu .mega-menu>li:last-child a {font-weight: 600;color: var(--site-color-1);font-size: 15px;}

.menu-all-btn a {
    color: #000 !important;
    margin-top: 5px;
}
.chc-menu .mega-menu > li {
    padding-top: 10px;
}

footer .container {
    position: relative;
}

.special-swiper {
    height: 871px;
    width: 100%;
    margin-bottom: 10px;
}
.special-swiper .swiper-slide {height: 50% !important;}
.sp-inner {
    padding: 10px;
}

.index-special-swiper-dots {
    position: relative;
    bottom: -26px;
}
.nav-list .dropdown-area.chc-menu .mega-menu>li {
    margin-bottom: 14px;
    min-width: 20%;
}

.nav-list .dropdown-area.chc-menu .mega-menu li ul {
    display:block;
    left: 0;
    border: none;
    min-width: auto;
    position: relative;
    top: 0;
    margin: 0;
}
.nav-list .dropdown-area .mega-menu li:hover ul {
    display: block;
}

.nav-list .dropdown-area .mega-menu li:hover > a {
    padding-left: 10px !important;
}

#scrollUp {
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 30px;
    cursor: pointer;
    display: none;
    z-index: 999;
    border-radius: 50%;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    transition: all 0.2s ease;
    color: #fff;
    background-color: var(--site-color-1);
}

#scrollUp:hover {
    background-color: #af1a13;
}
.offer-plus {
    margin-left: 10px;
    display: inline-block;
}
.cargo-tracking-redirect a {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
    margin-left: 10px;
    border: 1px solid var(--site-color-1);
    border-radius: 5px;
    padding: 3px 5px;
}
.billing-type {
    display: flex;
    gap: 15px;
    margin: 15px 0;
}
.liked_btn.active i {
    background-color: var(--site-color-1) !important;
}
.liked_btn.modal-like-btn-custom-last i {background-color: transparent !important;}

.liked_btn.modal-like-btn-custom-last.active {
    background-color: var(--site-color-1);
    color: #fff !important;!i;!;
}
.liked_btn.active.modal-like-btn-custom-last:hover i {
    color: #fff !important;
}

.del-btn {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    white-space: nowrap;
}
.discount-percent{display:flex;position: absolute;top: 0;left: 0;}
.discount-percent .product-offer-badge {
    margin-left: 0;
    font-size: 11px !important;
    padding: 1px 10px !important;
    display: inline-block;
    border-radius: 25px;
}
.other-suggested-slider-element {
    padding-top: 30px;
}

.cargo-free-info strong {
    color: var(--site-color-1);
    animation: cargo_text 0.5s linear infinite;
}

@keyframes cargo_text {
    0% {
        color: var(--site-color-1);
    }
    50% {
        color: var(--site-color-2);
    }
    100% {
        color: var(--site-color-1);
    }
}



.product-items-area .price-area {
    padding-top: 20px;
    position: relative;
}
.product-detail-info-area .general-price .discount-percent {
    position: relative;
}

.product-attributes {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.product-items-area .product-attributes img {
    height: auto !important;
    width: 80px !important;
    border-radius: 0;
}
.site-btn.btn-secondary {
    border-radius: 25px;
    padding: 9.5px 30px;
    font-size: 13px;
    background-color: #3b424d;
}

.site-btn.btn-secondary:hover {
    background-color: var(--bs-btn-hover-border-color);
    border-color: var(--bs-btn-hover-border-color);
}
.add-product-btn .alert {
    border-radius: 100px;
    padding: 7px 0px;
}

.price-color-reverse .product-price-slash {
    color: #000 !important;
}
.price-color-reverse .price {
    color: #f00 !important;
}

.top-banner-img img {
    width: 100%;
}

.product-filter-item .filter-price-manual .price-input {
    width: 120px !important;
    padding: 8px 12px !important;
    border: 1px solid #ccc !important;
    border-radius: 25px !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 500;
    outline: none;
    transition: all 0.2s ease;
    background: #fff !important;
    box-sizing: border-box;
}

.product-filter-item .filter-price-manual {
    margin-top: 15px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
}

.product-filter-item .filter-price-manual .price-separator {
    font-weight: bold;
    font-size: 16px;
    color: #555;
}

.low-stock-alert {
    height: 20px;
    visibility: visible;
}
.low-stock-alert:empty {
    visibility: hidden;
}

@media (max-width: 768px) {

    .newcomer-img { 
        display: none !important; 
    }

    .middle-banner-area, 
    .promotion-banner { 
        display: none !important; 
    }

    .footer-widget-list {
        display: none;
    }

    .footer-widget-tt {
        cursor: pointer;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #eee;
        user-select: none;
    }

    .footer-widget-tt::after {
        content: '+';
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        color: #333;
        transition: transform 0.3s ease;
    }

    .footer-widget-tt.active::after {
        content: '-';
        color: #d01c1c;
    }
}

.p-cargo-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.free-cargo-alert {
    color: #16dcb4;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f0fdf9;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ccfbf1;
}

.free-cargo-alert svg {
    height: 24px;
    width: 24px;
    flex-shrink: 0;
}

.countdown-container {
    background-color: #fff;
    border-radius: 10px;
}

.timer-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
}

.clock-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(45deg, #ff6b6b, #ff8e53);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: clockPulse 2s infinite;
    color: #fff;
    flex-shrink: 0;
}


@keyframes clockPulse {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 107, 107, 0.7); }
    50% { transform: scale(1.05); box-shadow: 0 0 0 5px rgba(255, 107, 107, 0); }
}

.time-unit {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 5px 8px;
    min-width: 55px;
    position: relative;
    overflow: hidden;
    text-align: center;
    flex-shrink: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.time-unit::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    pointer-events: none;
    background: linear-gradient(45deg, transparent, rgba(52, 152, 219, 0.1), transparent);
    animation: clockShimmer 3s infinite;
}

@keyframes clockShimmer {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.time-number {
    font-size: 18px;
    font-weight: 800;
    color: #2c3e50;
    display: block;
    line-height: 1.2;
}

.time-lbl {
    font-size: 9px;
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-top: 2px;
}

.separator {
    font-size: 18px;
    color: #ff8e53;
    font-weight: 700;
    animation: blink 1s infinite;
    margin-top: -10px;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0.3; }
}

.clockmessage {
    color: #555;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    line-height: 1.4;
}

.clockmessage b {
    font-weight: 700;
    color: #000;
}

@media (max-width: 768px) {
    .p-cargo-text-wrapper {
        margin-top: 15px;
        gap: 10px;
    }
    
    .timer-wrapper {
        gap: 5px;
    }
    
    .time-unit {
        min-width: 45px;
        padding: 4px;
    }
    
    .time-number {
        font-size: 16px;
    }
    
    .clock-icon {
        width: 30px;
        height: 30px;
    }
    
    .clock-icon i {
        font-size: 14px;
    }
}


.product-img-area { 
    position: relative; 
    overflow: hidden; 
}

.smart-info-band {
    position: absolute; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    height: 24px;
    
    background-color: rgba(255, 255, 255, 0.95);
    color: #881813;
    
    box-shadow: 0 -2px 5px rgba(0,0,0,0.05); 
    border-top: 1px solid rgba(136, 24, 19, 0.1);

    font-family: 'Inter', system-ui, -apple-system, sans-serif; 
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    
    display: flex; 
    align-items: center; 
    justify-content: center;
    z-index: 10; 
    line-height: 1;
    backdrop-filter: blur(3px);
}

.band-content {
    position: absolute; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 6px; 
    opacity: 0; 
    animation: bandFade 6s infinite ease-in-out;
    
}

.band-content:nth-child(1) { animation-delay: 0s; }
.band-content:nth-child(2) { animation-delay: 3s; }

@keyframes bandFade {
    0% { opacity: 0; transform: translateY(8px); }
    15% { opacity: 1; transform: translateY(0); }
    40% { opacity: 1; transform: translateY(0); }
    55% { opacity: 0; transform: translateY(-8px); }
    100% { opacity: 0; transform: translateY(-8px); }
}

.band-static {
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 6px;
    width: 100%;
    height: 100%;
    
    animation: softPulse 2s infinite ease-in-out;
    transform-origin: center center;
    will-change: transform, opacity;
}

@keyframes softPulse {
    0% {
        transform: scale(1);
        opacity: 0.85;
    }
    50% {
        transform: scale(1.04);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.85;
    }
}


    .modal {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.5);
    }

    .modal-content {
        background-color: #fefefe;
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
        max-width: 600px;
        border-radius: 8px;
    }

    .close-modal-button {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    .close-modal-button:hover,
    .close-modal-button:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    .bank-logos-image {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 15px;
}

#static-installments-table {
    width: 100%;
    border-collapse: collapse;
}
#static-installments-table td {
    padding: 12px 8px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}
#static-installments-table tr:last-child td {
    border-bottom: none;
}
#static-installments-table td:last-child {
    text-align: right;
}

.disclaimer-note {
    font-size: 13px;
    color: #555;
    margin-top: 20px;
    text-align: center;
    background-color: #f8f8f8;
    padding: 10px;
    border-radius: 5px;
}

#taksitleriGosterBtn {
    border: none;
    background-color: transparent;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #252525ff;
    cursor: pointer;
    padding: 10px 0;
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
}

#taksitleriGosterBtn::after {
    content: '→';
    margin-left: 8px;
    font-size: 22px;
    line-height: 1;
    transition: transform 0.2s ease;
}

#taksitleriGosterBtn:hover {
    color: #000000ff;
}

#taksitleriGosterBtn:hover::after {
    transform: translateX(5px);
}

.installment-modal-container {
        font-family: 'Inter', system-ui, -apple-system, sans-serif;
    }

    .modern-table {
        width: 100%;
        border-collapse: separate; 
        border-spacing: 0;
        border: 1px solid #eee;
        border-radius: 12px;
        overflow: hidden;
    }

    .modern-table thead {
        background-color: #f9f9f9;
    }

    .modern-table th {
        text-align: left;
        padding: 15px 20px;
        color: #666;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border-bottom: 1px solid #eee;
    }

    .modern-table td {
        padding: 16px 20px;
        border-bottom: 1px solid #f0f0f0;
        color: #333;
        font-size: 14px;
        vertical-align: middle;
        transition: background-color 0.2s;
    }

    .modern-table tbody tr:last-child td {
        border-bottom: none;
    }

    .modern-table tbody tr:hover td {
        background-color: #fcfcfc;
    }

    .inst-label {
        font-weight: 700;
        color: #333;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .inst-monthly-text {
        color: #888;
        font-size: 13px;
    }

    .inst-total-price {
        font-weight: 800;
        font-size: 15px;
        color: #333;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 6px;
    }

    .vade-farksiz-row .inst-label {
        color: var(--site-color-1, #f27a1a);
    }
    
    .vade-farksiz-row .inst-total-price {
        color: var(--site-color-1, #f27a1a);
        font-size: 16px;
    }

    .star-badge {
        font-size: 12px;
        color: var(--site-color-1, #f27a1a);
        background: rgba(242, 122, 26, 0.1);
        padding: 2px 6px;
        border-radius: 4px;
        display: inline-flex;
        align-items: center;
        gap: 4px;
    }
    
    .single-badge {
        background: #333;
        color: #fff;
        font-size: 10px;
        padding: 2px 6px;
        border-radius: 4px;
        text-transform: uppercase;
    }

@media (max-width: 768px) {
        .product-detail-swiper-1 .swiper-wrapper {
            display: flex !important;
            flex-direction: row !important;
            flex-wrap: nowrap !important;
            overflow-x: auto !important;
            overflow-y: hidden !important;
            -webkit-overflow-scrolling: touch !important; 
            gap: 10px !important;
            padding-bottom: 5px; 
        }

        .product-detail-swiper-1 .swiper-wrapper::-webkit-scrollbar {
            display: none;
        }

        .product-detail-swiper-1 .swiper-slide {
            width: 75px !important; 
            height: 75px !important;
            flex-shrink: 0 !important; 
            border: 1px solid #eaeaea;
            border-radius: 8px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .product-detail-swiper-1 .swiper-slide img {
            width: 100% !important;
            height: 100% !important;
            object-fit: contain !important;
        }
    }