:root {
    --first-color: var(--config_color_1);
    --icons-color: #f8c64b;
    --border-color: #e7e7e7;
    --border-red: #EF394E;
    --text-light-color: #81858b;
    --nav-hover-color: #d9d8d8;
    --first-color-gradient: linear-gradient(to right, #caa984, rgba(201, 172, 139, 0.85));
    --second-color-gradient: linear-gradient(180deg, #AEA28D 0%, #7A7A7A 100%);
    --grid-item-color: #494b4a;
}

body {
    overflow-x: hidden;
    background-color: #ffffff;
    min-height: 100vh;
    scroll-behavior: smooth;
}

input:focus {
    border: none !important;
    outline: none !important;
}

header {
    border-bottom: 1px solid var(--border-color);
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

ul {
    list-style-type: none !important;
}

.light-color {
    color: var(--text-light-color);
}

.header-search {
    background-color: transparent;
    border: none !important;
}

.icon-container {
    max-width: 7rem;
    max-height: 4rem;
}

.login-btn {
    background-image: var(--first-color-gradient) !important;
    /*border-radius: 1rem;*/
    border: none !important;
}

.cartt span:first-child {
    position: absolute;
    display: flex;
    justify-content:center;
    align-items: center;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-image: var(--first-color-gradient);
    color: white;
    left: 12px;
    top: -3px;
}

.dropdown-menu-custom {
    display: none;
    position: absolute;
    background-color: white;
    width: 90%;
    height: 50%;
    min-height: 25rem;
    right: 3rem;
    z-index: 10000000000;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.back-drop {
    display: none;
    position: absolute;
    width: 100vw;
    background-color: rgba(8, 10, 56, .5);
    height: 100vh;
    left: -2rem;
    top: 4.9rem;
    z-index: 1000000000;
}

.categories:hover .back-drop .dropdown-menu-custom {
    display: block !important;
}

.categories:hover .back-drop {
    display: block;
}

.categories-item li {
    border-right: 5px solid var(--border-red);
}

.first-card {
    background-color: var(--first-color);
    padding: 2rem 1rem;
    border-top-right-radius: 2rem;
    /*border-top-left-radius: 2rem;*/ 
}

.swiper2-card {
    top: 10rem;
}

.swiper2 {
    margin-top: -9rem;
}

.second-card {
    background-color: var(--first-color);
    padding: 2rem 1rem;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

.five-card:hover {
    background-image:var(--first-color-gradient);
    background-color: #EF7712;
    color: white !important;
}

.third-card {
    background-image: var(--second-color-gradient);
}

.grid-item {
    background-color: var(--grid-item-color);
}

.red-border {
    border: 1px solid var(--border-red);
}

.custom-bg {
    background-color: var(--first-color);
}

.timing-border {
    position: relative;
    display: block;
    border-bottom: 1px solid white;
}

.timing-border-after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: var(--border-red);
    animation: border-color 5s linear infinite;
    animation-delay: 250ms;
    transform: scaleX(0);
    transform-origin: left;
    overflow: hidden;
}

@keyframes border-color {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

.see-btn {
    background-color: var(--first-color);
    border-radius: 0.5rem;
    height: 1rem;
    width: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.see-btn svg {
    fill: white
}

.see-btn-2 {
    background-color: #fff !important;
    background-image: linear-gradient(to right, #caa984, rgba(201, 172, 139, 0.85)) !important;
    border-radius: 18px;
    margin-right: 7px;
    padding: 1px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.see-btn-2 svg {
    fill: #F1A207;
}

.swiper2 .swiper-wrapper .swiper-slide {
    max-width: 11rem;
}

.swiper3 .swiper-wrapper .swiper-slide span img {
    max-height: 4rem;
    max-width: 4rem;
}

@media only screen and (max-width: 768px) {
    .swiper2 .swiper-wrapper .swiper-slide {
        max-width: 100%;
    }
    .swiper3 .swiper-wrapper .swiper-slide span img {
        max-height: 100%;
        max-width: 100%;
    }
    .swiper3 .swiper-wrapper .swiper-slide span {
        max-height: 100%;
        max-width: 100%;
    }
    .res-border {
        border: none !important;
    }
    .res-border-left {
        border: none !important;
    }
    .custom-border {
        border:  1px solid var(--border-color);
    }
    .similar-product-h {
        border: none !important;
    }
}

.mobile-header-cart {
    background-color: var(--first-color);
    padding: 1rem;
    margin-top: -1rem;
    border-radius: 1.5rem;
}

.mobile-menu a {
    min-width: 69.719px;
    margin-left: auto;
    margin-right: auto;
}

.high-zindex {
    z-index: 1000000000000;
}

.product-image-bg {
    background-color: #edebeb;
    max-height: 11rem;
    max-width: 18rem;
}

.product-card:hover {
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, .09);
    transition: box-shadow .2s cubic-bezier(.4,0,1,1), transform .2s cubic-bezier(.4,0,1,1);
}

.product-card button {
    background-color: var(--first-color);
    width: 3.5rem;
    height: 3rem;
}

.product-card button:hover {
    background-color: #dbb28c !important;
}

.active-sort {
    background-color: var(--first-color);
    color: white;
    border-radius: 1rem;
}

.sorts li {
    cursor: pointer;
}

.dot-animation:after {
    content: '';
    position: absolute;
    right: -28px;
    bottom: 2px;
    border-radius: 100%;
    background-color: #EF394E;
    padding: 3px;
    border: 1px solid #fff;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0;
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

.number-input {
    /*width: 100% !important;*/
    border-radius: 8px;
    background: transparent;
    appearance: textfield;
    color: #535353;
    border: none !important;
    text-align: center;
}

.add-to-cart-btn {
    background-image: var(--first-color-gradient);
}

.similar-product-h {
    border-bottom: 2px solid var(--first-color);
}

.details-active {
    border-bottom: 2px solid var(--border-red);
}
.details-active svg {
    fill: var(--border-red);
}

.details-section {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.percent-option-rate {
    background-color: #ebebeb;
    height: 7px;
    border-radius: 6px;
    overflow: hidden;
    width: 92%;
    box-shadow: 0 0 10px 0 rgb(27 132 227 / 11%);
}

.add-comment-btn {
    background-color: var(--first-color);
}

.add-comment-btn::after {
    content: "";
    width: 90px;
    height: 106px;
    position: absolute;
    right: -7px;
    top: -28px;
    background: hsla(0, 0%, 100%, .21);
    border-radius: 50%;
    transition: all .3s ease-in-out;
    box-sizing: border-box;
    padding-right: 63px;
    padding-top: 36px;
    text-align: right;
    font-weight: 500;
    font-size: 28px;
}

.add-comment-btn:hover::after {
    width: 130%;
    border-radius: 0;
}

.comment-lister::before {
    content: "";
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 0 7px;
    margin-left: 13px;
    display: inline-block;
    bottom: 1px;
    position: relative;
    border-color: transparent transparent transparent #EF394E !important;
}

.res-border  {
    border: 1px solid var(--border-color);
}

.res-border-left {
    border-left: 1px solid var(--border-color);
}

.login-btn {
    background-color: var(--first-color);
}

.offcanvas-header {
    background-color: var(--first-color);
}