body {
    background-color: #fff;
    color: #000;
    font-family: Montserrat, sans-serif;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.75em;
    text-transform: none;
}

@font-face {
    font-family: 'quentin';
    src: url('../fonts/quentin-webfont.woff2') format('woff2');
      font-weight: normal;
      font-style: normal;
}

.mySwiper.swiper {
    width: 100%;
    height: 700px;
}

.mySwiper .swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.content {
    position: relative;
    z-index: 2;
}

.express,
.colors,
.bottom-text,
.shape {
    opacity: 0;
}

/* Animation classes that trigger when active */
.swiper-slide-active .express {
    animation: expressAnim 1s forwards;
    animation-delay: 0.5s;
}

.swiper-slide-active .colors {
    animation: colorsAnim 1s forwards;
    animation-delay: 1.5s;
}

.swiper-slide-active .bottom-text {
    animation: bottomAnim 1s forwards;
    animation-delay: 2.5s;
}

.swiper-slide-active .shape {
    animation: bottomAnim 1s forwards;
    animation-delay: 3s;
}

/* Keyframes */
@keyframes expressAnim {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes colorsAnim {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes bottomAnim {
    from {
        transform: translateY(100vh);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.colors {
    font-size: 100px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 130px;
    letter-spacing: 35px;
}

.express {
    font-size: 50px;
    color: #C59D5F;
    margin-bottom: 10px;
    font-family: 'quentin';
}

.bottom-text {
    margin-top: 10px;
    line-height: 16px;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.shape {
    margin: 10px auto;
}

.mySwiper {
    cursor: default;
}

.mySwiper.left-cursor {
    cursor: url('../images/arrow-left.png') 16 16, auto;
}

.mySwiper.right-cursor {
    cursor: url('../images/arrow-right.png') 16 16, auto;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    padding-top: 20px;
}

a.navbar-brand img {
    width: 250px;
    filter: invert(1);
}

ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

ul.right-bar {
    display: flex;
    align-items: center;
}

ul.right-bar a, ul.right-bar svg {
    color: white !important;
    fill: currentColor;
}

ul.right-bar li {
    padding: 0px 20px;
}

ul.right-bar li {
    border-right: 1px solid white;
}

span.mkdf-cart-number {
    font-size: 12px;
    font-weight: 500;
}

ul.navbar-nav li{
    padding: 0 15px !important;
}

ul.navbar-nav a.nav-link {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 500;
    letter-spacing: .25em;
    line-height: 24px;
    position: relative;
    padding: 0px !important;
}


ul.navbar-nav a.nav-link:before{
    background-color: currentColor;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
}

ul.navbar-nav a.nav-link:hover:before{
    opacity: 1;
}

/*product slider*/
.product-slide .product-slide__wrapper {
    margin: 0 -0.9375em;
    margin-bottom: 3.125em;
}

.product-slider .slick-arrow.slick-prev {
    left: -0.9375em;
}
.product-slider .slick-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 2;
    color: #888;
    font-size: 1.875em;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.product-slide__item {
    padding: 0 0.9375em;
    outline: 0;
}

.product {
    position: relative;
    margin-bottom: 1.875em;
}

.product-type {
    position: absolute;
    top: 0.9375em;
    left: 0.9375em;
    z-index: 10;
}

.product-type .-new, .product-type .-sale {
    color: #fff;
    font-size: 0.8125em;
    font-weight: normal;
    line-height: 1;
    background-color: #1a7be9;
    padding: 0.3125em;
    border-radius: 0.1875em;
}

.product-thumb {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}

.product-thumb__image {
    display: block;
    height: 100%;
    width: 100%;
}

.product-thumb__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.product-thumb__image img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.2s ease-in-out;
    z-index: 9;
    opacity: 0;
}

.product-thumb__actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.25em 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.2s ease-in-out;
}

.product-thumb__actions .product-btn {
    margin: 0 0.3125em;
    display: inline-block;
}

.product-thumb__actions .product-btn .product__actions__item:last-child {
    margin-right: 0;
    padding-right: 0;
}
.product-thumb__actions .product-btn .product__actions__item:first-child {
    margin-left: 0;
    padding-left: 0;
}
.product-thumb__actions .product-btn .product__actions__item {
    height: 3.57143em;
    width: 3.57143em;
    padding: 0;
    line-height: 3.57143em;
}

.product-thumb:hover .product-thumb__actions {
    opacity: 1;
    transform: translateY(0);
}

.product-btn a {
    border: 1px solid #e1e1e1;
    color: #111;
    border-radius: 50px;
}

.product:hover .product-thumb__image img:nth-child(2) {
    opacity: 1;
}

.product-content__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.product-category {
    color: #888;
    font-size: 0.8125em;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}

.product-name {
    color: black;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.625em;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    display: block;
    margin-bottom: 0.125em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-content__footer {
    display: flex;
    align-items: center;
}

.product-content__footer .product-price--main {
    margin-right: 0.76923em;
}
.product-price--main {
    color: black;
    font-size: 1.2125em;
    font-weight: 900;
    line-height: 1;
}

.product-price--discount {
    color: #888;
    font-size: 0.8125em;
    font-weight: normal;
    line-height: 1;
    text-decoration: line-through;
}

.section-title h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 10px;
}

section.product-slide {
    margin: 80px 0px;
}

.section-title img {
    filter: invert(1);
    margin-top: 15px;
}

.section-title {
    margin-bottom: 50px;
}

.product-slider{
    position: relative;
}

.prev-btn.slick-arrow {
    left: -82px;
    border: 0;
    background: transparent;
}

.prev-btn.slick-arrow img {
    filter: invert(1);
}

.next-btn.slick-arrow {
    right: -82px;
    border: 0;
    background: transparent;
}

.next-btn.slick-arrow img {
    filter: invert(1);
}

.product-thumb__actions .product-btn .product__actions__item:hover {
    background-color: black;
    color: white;
}

.btn-theme{
    font-size: 23px;
    color: white;
    margin-bottom: 10px;
    font-family: 'quentin';
    background-color: #C59D5F;
    border-radius: 50px;
    padding: 5px 30px;
    border: 1px solid white;
    margin: 0;
}

.btn-theme:hover {
    background-color: black;
    border-color: black;
    color: white;
}

.join-us{
    background-image: url(../images/bg-03.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.banner-2-txt .section-id {
    font-size: 1.1rem;
    margin-bottom: 40px;
    color: #fff;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.banner-2-txt h2 {
    font-size: 4rem;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
}

.banner-2-txt h2 span {
    font-size: 4rem;
    font-weight: 700;
}

.banner-2-txt h3 {
    font-size: 3.35rem;
    letter-spacing: 1px;
    margin-bottom: 35px;
    color: #fff;
    font-weight: 400;
}

.card-custom a{
    position: relative;
    transition: all .1s ease-out;
    display: block;
    text-align: center;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.card-custom a:before{
    border: 2px solid #c59d5f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    display: block;
    height: calc(100% - 40px);
    left: 20px;
    opacity: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 20px;
    width: calc(100% - 40px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}

.card-custom a h2 {
    font-family: 'quentin';
    font-size: 66px;
    color: #c59d5f;
}

.card-custom a h3 {
    color: #000;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.41em;
    text-transform: uppercase;
}

.card-custom a p {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .25em;
    line-height: 1.33em;
    text-transform: uppercase;
}

.card-custom a:hover {
    text-decoration: none;
}

.card-custom a:hover:before{
    opacity: 1;
}

.middle-card-custom{
    background: #000;
}

.middle-card-custom h3 {
    color: white !important;
}

.middle-card-custom p {
    color: white !important;
}

section.services {
    margin: 80px 0px;
}

.card-custom {
    border-top: 2px solid #c59d5f;
    border-bottom: 2px solid #c59d5f;
}

.card-custom.middle-card-custom {
    border-color: black;
}

.contactForm .form-control {
    height: 43px;
    box-shadow: none;
    border-radius: 0;
    padding-left: 18px;
    border-color: #dedede;
    color: #666;
    font-size: 14px;
}

.contactForm textarea.form-control {
    height: 150px;
}

.holdingInfo {
    padding: 20px 50px 20px 30px;
    margin: 0px 0 0 0;
    height: 328px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.patternbg {
    background-image: url(../images/pattern-1.jpg);
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.holdingInfo p {
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 24px;
    color: black;
    font-weight: 400;
}

.holdingInfo ul li {
    font-size: 14px;
    line-height: 26px;
    color: black;
    position: relative;
    margin: 0 0 18px 0;
    padding: 0 0 0 38px;
}

.holdingInfo ul li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #C59D5F;
    font-size: 18px;
}

.holdingInfo ul li a {
    font-size: 14px;
    line-height: 26px;
    color: black;
}

section.contactSection {
    margin-bottom: 80px;
    margin-top: 80px;
}

.brandArea {
    padding: 55px 0;
    background-image: url(../images/pattern-1.jpg);
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.swiper-btn {
    position: absolute;
    top: 25%;
}

.swiper-next.swiper-btn {
    right: -80px;
}

.swiper-btn img {
    filter: invert(1);
}

.swiper-prev.swiper-btn {
    left: -80px;
}

.brandArea .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}

footer{
    background-image: url(../images/footer-bg.jpg);
}

.backToTop {
    position: absolute;
    left: 50%;
    top: -25px;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #C59D5F;
    border-radius: 100%;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 1;
    transition: all .3s ease-in-out;
    transform: translate(-50%, 0);
}

.backToTop i {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    color: #fff;
}

footer {
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    background-position: center center;
    padding-bottom: 0;
    position: relative;
}

.footerInfo {
    border-top-color: #ec5598;
    padding: 96px 0 60px 0;
    border-top: 4px solid #C59D5F;
}

.footerText .footerLogo {
    margin-bottom: 40px;
    display: block;
}

.footerText p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 30px;
}

.footerInfoTitle h4 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.useLink ul li {
    margin: 0 0 20px 0;
}

.useLink ul li a {
    line-height: 24px;
    color: #666;
    font-size: 14px;
}

.useLink ul li a i {
    margin-right: 10px;
}

a.footerLogo img {
    width: 200px;
}

.footerText .form-control{
    font-size: 14px;
    width: 65%;
    border-radius: 0;
    height: 40px;
    box-shadow: none;
    color: #666;
    background-color: #fff;
    border: 1px solid #fff;
}

.footerText .input-group-addon {
    width: 35%;
    background-color: #C59D5F;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #C59D5F;
}

.copyRight {
    border: 1px solid rgba(0, 0, 0, .07);
    padding: 15px 0;
}

.copyRight .list-inline {
    text-align: right;
    margin: 0;
}

.copyRight .list-inline li a {
    color: #666;
    font-size: 13px;
    padding: 0 5px;
}

.copyRight .list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.copyRightText p {
    margin-bottom: 0;
    text-align: left;
    color: #666;
}

.copyRightText p a {
    color: #666;
    text-decoration: underline !important;
}

.copyRight .list-inline li a:hover {
    color: #C59D5F;
}

.useLink ul li a:hover {
    text-decoration: none;
    color: #C59D5F;
}

a.navbar-brand {
    margin-right: 0;
}

.swiper-button-next.home-swiper-button-next {
    color: white;
    right: 30px;
}

.swiper-button-prev.home-swiper-button-prev {
    color: white;
    left: 30px;
}

.category-one {
    margin-bottom: 0;
    margin-top: 50px;
}

.category-one .category-card {
    position: relative;
    height: 22.5em;
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.category-one .category-card__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s ease-out;
    transform-origin: bottom right;
}

.category-one .category-card__background img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.category-one .category-card__content {
    padding: 3.125em;
}

.category-one .category-card__content h3 {
    color: #111;
    font-size: 1.875em;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.66667em;
}

.category-one .category-card__content h5 {
    color: #111;
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
}

.category-one .category-card:hover .category-card__background {
    transform: scale(1.05);
}

/* Category CSS */
.wrap {
    max-width: 1100px;
    margin: 40px auto;
    padding: 24px;
}

.heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.heading h1 {
    font-size: 20px;
    margin: 0;
    letter-spacing: -0.2px;
}

.heading p {
    margin: 0;
    color: #6b7280;
    font-size: 13px;
}

/* Card */
.card {
    background: #ffffff;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 8px 24px rgba(16,24,40,0.06);
    display: flex;
    gap: 14px;
    align-items: center;
    transition: transform .28s cubic-bezier(.2, .9, .2, 1), box-shadow .28s;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    outline: none;
    border: 1px solid rgba(16, 24, 40, 0.04);
    width: 24%;
}

.card:focus,
.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.12);
    border-color: rgba(16, 24, 40, 0.06);
}

.thumb {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 13px;
    box-shadow: inset 0 -6px 18px rgba(0, 0, 0, 0.08);
}

.meta {
    flex: 1;
    min-width: 0;
    width: 80%;
    text-align: center;
    margin-top: 6px;
}

.title {
    font-size: 15px;
    margin: 0 0 6px 0;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
    font-size: 18px;
    font-weight: 500;
}

.desc {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
    line-height: 17px;
    display: block;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(16, 24, 40, 0.04);
    padding: 6px 8px;
    border-radius: 10px;
    font-size: 12px;
    color: #6b7280;
}

/* Individual thumb colors (customize) */
.thumb.r-extensions {
    background: linear-gradient(135deg,#ff6b6b 0%, #ff9a9e 100%);
}

.thumb.r-toppers {
    background: linear-gradient(135deg,#7f7fd5 0%, #86a8e7 100%);;
}

.thumb.r-shampoo {
    background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
}

.thumb.r-conditioner {
    background: linear-gradient(135deg, #cfd9df 0%, #e2ebf0 100%);
    color: #111;
}

.thumb.r-remover {
    background: linear-gradient(135deg, #fbc2eb 0%, #a18cd1 100%);
}

.thumb.r-spray {
    background: linear-gradient(135deg,#42e695 0%, #3bb2b8 100%);
}

.thumb.r-brush {
    background: linear-gradient(135deg, #ffda79 0%, #ffd5d2 100%);
    color: #111;
}

/* small icon for accessible hidden text */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.card:hover {
    text-decoration: none;
}

/* Inner Pages */
.breadcrumb {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0px 50px;
    margin-bottom: 6.25rem;
    background-color: black;
    text-align: center;
    display: block;
    background-attachment: fixed;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.breadcrumb h2 {
    color: white;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 0;
}

.breadcrumb ul {
    list-style: none;
}

.breadcrumb ul li {
    display: inline-block;
    color: white;
}

.breadcrumb ul li.active {
    color: #C59D5F;
    font-weight: bold;
}

.breadcrumb ul li:after {
    content: "/";
    margin: 0 0.625em;
}

.breadcrumb ul li:last-child:after {
    display: none;
}

.introduction-one {
    margin-bottom: 6.25rem;
}

.introduction-one-image {
    position: relative;
    height: 700px;
    width: 100%;
}

.introduction-one-image__detail img {
    position: absolute;
    z-index: 1;
}

.introduction-one-image__detail img:first-child {
    top: 0;
    left: 0;
    max-width: 80%;
}

.introduction-one-image__detail img:last-child {
    bottom: 0;
    right: 0;
    max-width: 60%;
}


.introduction-one-image__background .background__item:first-child {
    top: 24%;
    right: -32px;
    max-width: 70%;
}

.introduction-one-image__background .background__item {
    position: absolute;
    z-index: 0;
}

.introduction-one-image__background .background__item img {
    max-width: 100%;
}

.introduction-one-image__background .background__item:last-child {
    bottom: 15%;
    left: -60px;
    max-width: 80%;
}

.introduction-one-content {
    padding-left: 3.125em;
}

.introduction-one-content h5 {
    color: #111;
    font-size: 0.9375em;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.33333em;
    margin-bottom: 2em;
}

.introduction-one-content h5 span {
    color: #C59D5F;
}

.introduction-one-content .section-title h2 {
    color: #111;
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.375em;
    text-transform: capitalize;
    margin-bottom: 0.25em;
    letter-spacing: 0;
}

.introduction-one-content p {
    color: #888;
    font-size: 0.9375em;
    font-weight: 400;
    line-height: 2em;
    margin-bottom: 2em;
}

.introduction-two {
    padding-top: 6.25em;
    position: relative;
    margin-bottom: 6.25rem;
}

.introduction-two .video-frame {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 80%;
}

.introduction-two .video-frame__poster img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.introduction-two-content {
    background-color: #f7f5f4;
    padding: 4.375em 0;
}

.introduction-two-content__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.introduction-two-content__item a {
    color: #111;
    font-size: 1.875em;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.introduction-two-content__item a:after {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    background-color: #c59d5f7a;
    height: 0.5em;
    width: 100%;
    z-index: 0;
    transition: 0.2s ease-in-out;
}

.introduction-two-content__item p {
    width: 100%;
    color: #888;
    font-size: 0.9375em;
    font-weight: normal;
    line-height: 22px;
    margin-top: 0;
    width: 40%;
}

.introduction-two-content__item a:hover {
    color: #111;
}

.introduction-two-content__item.active a:after {
    bottom: 0;
}

.video-frame__poster {
    margin-bottom: 40px;
}

.heading-anchor {
    display: block;
    width: 100%;
}

.services__item {
    margin-bottom: 6.25rem;
}

.services__item__image {
    position: relative;
    height: 540px;
    width: 100%;
}

.services__item__image__background {
    position: absolute;
    top: 0;
    left: -7.5em;
}

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

.services__item__image__detail {
    position: relative;
    width: 100%;
    height: 100%;
}

.services__item__image__detail .image__item:first-child {
    top: 0;
    right: 0;
}

.services__item__image__detail .image__item {
    position: absolute;
}

.services__item__image__detail .image__item:last-child {
    bottom: 0;
    left: 0;
}

.services__item__content {
    padding-left: 3.75em;
}

.services__item__content .services__item__order {
    margin-bottom: 1.875em;
}

.services__item__content .services__item__order h3 {
    color: #C59D5F;
    font-size: 1.875em;
    font-weight: 700;
    line-height: 1;
}

.services__item__content .services__item__title {
    color: #111;
    font-size: 2.625em;
    font-weight: 600;
    line-height: 1.42857em;
    margin-bottom: 0.47619em;
}

.services__item__content .services__item__description {
    color: #888;
    font-size: 0.9375em;
    font-weight: normal;
    line-height: 1.8em;
    margin-bottom: 2em;
}

.services__item__content ul {
    list-style: none;
    margin-bottom: 1.875em;
}

.services__item__content ul li {
    margin-bottom: 0.9375em;
    color: #888;
    font-size: 0.9375em;
    font-weight: normal;
    line-height: 1;
}

.services__item__content ul li i {
    color: #C59D5F;
    margin-right: 5px;
}

.services__item.-reverse .services__item__content {
    padding-left: 0;
    padding-right: 3.75em;
    text-align: right;
}

.services__item.-reverse .services__item__image__background {
    right: -7.5em;
    left: auto;
    transform: rotateY(180deg);
}

.book-service{
    background-image: url(../images/book-service-bg.png);
    background-attachment: fixed;
    padding: 5.625em 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cta.-style-1 .cta__form, .cta.slider.-style-5 .cta__form {
    background-color: #fff;
    padding: 3.125em;
    text-align: center;
}

.cta__form__detail .input-validator {
    margin-bottom: 0.9375em;
}

.cta__form__detail input {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    height: 3.84615em;
    width: 100%;
    transition: 0.2s ease-in-out;
    -webkit-appearance: none;
    padding: 0 1.53846em;
    border-radius: 0px;
    color: #111;
    font-size: 0.875em;
    font-weight: normal;
    line-height: 3.84615em;
}

.cta__form__detail select {
    color: #111;
    font-size: 0.8125em;
    font-weight: normal;
    line-height: 1;
    height: 3.84615em;
    width: 100%;
    padding: 0 1.53846em;
    background-position: calc(100% - 20px) center;
}

.customed-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-right: 2.1875em;
    font-size: 1em;
    color: #111;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    background-image: url(../images/ic-down.png);
    background-position: 100% center;
    background-repeat: no-repeat;
    background-size: 12px;
    background-color: #fff;
}

.section-title.-medium.-style1 h2 {
    font-size: 1.5em;
    letter-spacing: 0;
    text-transform: none;
}

.shop-sidebar__section.-categories ul {
    list-style: none;
}

.shop-sidebar__section.-categories ul > li {
    margin-bottom: 0;
}

.shop-sidebar__section.-categories ul > li a {
    color: #111;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    text-transform: capitalize;
    position: relative;
    padding: 8px 0;
    overflow: hidden;
    display: inline-block;
}

.shop-sidebar__section.-categories ul > li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -100%;
    background-color: #c59d5f7a;
    height: 0.5em;
    width: 100%;
    z-index: 0;
    transition: 0.2s ease-in-out;
}

.section-title.-medium.-style1 img {
    width: 100px;
    margin-top: 0;
}

.shop-sidebar__section.-refine .shop-sidebar__section__item h5 {
    color: #111;
    font-size: 1.0625em;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1.47059em;
}

.shop-sidebar__section.-refine .shop-sidebar__section__item ul li label {
    color: #111;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
    cursor: pointer;
}

.shop-sidebar__section.-refine .shop-sidebar__section__item ul li label input {
    margin-right: 1.07143em;
}

.shop-sidebar__section.-refine .shop-sidebar__section__item {
    margin-bottom: 2.1875em;
}

.shop-header {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    margin-bottom: 1.25em;
}

.shop-header select {
    padding: 0.8125em 2.8125em 0.8125em 0.8125em;
    background-position: calc(100% - 15px) center;
    background-color: #f5f5f5;
    border: 0;
}

.customed-select option {
    color: #111;
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
    outline: 0;
    border: 0;
}

.paginator li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.paginator li {
    display: inline-block;
    margin: 0 0.3125em;
}

.paginator li.active button {
    background-color: #111 !important;
    color: #fff !important;
    height: 3.57143em;
    width: 3.57143em;
    padding: 0;
    border-color: black !important;
}

.paginator li button {
    height: 3.57143em !important;
    width: 3.57143em !important;
    padding: 0 !important;
    border-radius: 999px !important;
    color: #111;
}

.shop-sidebar__section.-categories ul > li a:hover:after, .shop-sidebar__section.-categories ul > li a.active:after {
    left: 0;
}

.shop-sidebar__section.-refine {
    margin-top: 20px;
}

.product-detail__slide-two__big {
    margin-bottom: 1.25em;
}

.product-detail__slide-two .slider__item {
    outline: 0;
}

.product-detail__slide-two .slider__item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-detail__slide-two__small .slick-arrow.slick-prev {
    left: 0.9375em;
}

.product-detail__slide-two__small .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 0;
    height: 2.5em;
    width: 2.5em;
    line-height: 2.5em;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    color: #111;
    border-radius: 50px;
    text-align: center;
}

.product-detail__slide-two__small .slick-arrow.slick-next {
    right: 0.9375em;
}

.product-detail__slide-two__small .slider__item {
    padding: 0 0.3125em;
}

.product-detail__slide-two .slider__item {
    outline: 0;
}

.product-detail__slide-two__small .slider__item img {
    height: 7.5em;
    width: 100%;
    object-fit: cover;
}

.product-detail__content__header h5 {
    font-size: 0.8125em;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 0.625em;
}

.product-detail__content__header h2 {
    color: #111;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.33333em;
    text-transform: capitalize;
    margin-bottom: 0.625em;
}

.product-detail__content__header__comment-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1.5625em;
}

.rate i {
    color: #ecba0b;
    font-size: 0.75em;
}

.product-detail__content__header__comment-block p {
    color: #111;
    font-size: 0.8125em;
    font-weight: normal;
    line-height: 1;
    margin: 0;
}

.product-detail__content__header__comment-block p:after {
    content: "/";
    margin: 0 1.53846em;
}


.product-detail__content__header__comment-block a {
    color: #111;
    font-size: 0.8125em;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    transition: 0.2s  ease-in-out;
    cursor: pointer;
}

.product-detail__content__header__comment-block .rate:after {
    content: "/";
    margin: 0 1.53846em;
}

.product-detail__content .divider {
    height: 1px;
    width: 100%;
    background-color: #e1e1e1;
    margin: 2rem 0;
}

.product-detail__content__footer ul {
    list-style: none;
    margin-bottom: 1.875em;
}

.product-detail__content__footer ul li {
    color: #888;
    font-size: 0.9375em;
    font-weight: normal;
    line-height: 1.875em;
    text-transform: capitalize;
}

.quantity-controller {
    height: 3.125em;
    display: flex;
    align-items: center;
    border-radius: 999px;
    padding: 0 1.25em;
    border: 1px solid #e1e1e1;
}

.quantity-controller__btn {
    color: #888;
    font-size: 1.25em;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 0;
    background-color: transparent;
}

.quantity-controller__number {
    padding: 0;
    color: #111;
    font-size: 0.9375em;
    font-weight: 700;
    line-height: 1;
    width: 6.66667em;
    text-align: center;
    border: 0;
}

.add-to-cart {
    position: relative;
    height: 3.125em;
    display: inline-block;
    padding: 0 1.875em 0 4.375em;
    border-radius: 999px;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    background-color: #111;
}

.add-to-cart .btn i{
    height: 50px;
    width: 50px;
    padding: 0;
    line-height: 50px;
    background-color: #C59D5F;
    color: #fff;
    border-radius: 999px;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.2s ease-in-out;
}

.add-to-cart.-dark{
    background-color: #111;
    position: relative;
    height: 52px;
    display: inline-block;
    padding: 0 1.875em 0 4.375em;
    border-radius: 999px;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    padding-left: 55px;
    padding-right: 18px;
}

.add-to-cart h5 {
    color: #fff;
    font-size: 0.8125em;
    font-weight: 600;
    line-height: 3.84615em;
    text-transform: uppercase;
    margin: 0;
}

.product-detail__content__tab .tab-content__header {
    border-bottom: 0;
    margin-bottom: 2.8125em;
}

.product-detail__content__tab .tab-content__header li.active {
    color: #111;
}

.product-detail__content__tab .tab-content__header li {
    outline: 0;
    color: #111;
    font-size: 0.9375em;
    font-weight: 500;
    line-height: 1.8em;
}

.product-detail__content__tab .tab-content__item.-description p {
    color: #111;
    font-size: 0.9375em;
    font-weight: normal;
    line-height: 1.8em;
}

.product-detail__content > h3 {
    font-weight: bold;
    font-size: 32px;
}

.contact-title {
    margin-bottom: 8px;
    color: #000;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.41em;
    text-transform: uppercase;
}

.contact-info__item {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.contact-info__item__icon {
    width: 1.875em;
    color: #C59D5F;
    font-size: 1.125em;
    font-weight: normal;
    line-height: 1;
}

.contact-info__item__detail h3 {
    color: #111;
    font-size: 0.9375em;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.53333em;
}

.contact-info__item__detail p {
    color: #111;
    line-height: 1.85714em;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.contact-form form .input-validator {
    margin-bottom: 1.42857em;
}

.contact-form form .input-validator input {
    background-color: #fff;
    border:  1px solid #000;
    height: 52px;
    width: 100%;
    transition: 0.2s ease-in-out;
    -webkit-appearance: none;
    border-radius: 0px;
    color: #111;
    font-weight: normal;
    line-height: 3.21429em;
    font-size: 13px;
    padding: 0 20px;
}

.contact-form form .input-validator textarea {
    background-color: #fff;
    border: 1px solid #000;
    height: auto;
    width: 100%;
    transition: 0.2s ease-in-out;
    -webkit-appearance: none;
    padding: 0 20px;
    border-radius: 0px;
    color: #111;
    font-size: 0.8125rem;
    font-weight: normal;
    line-height: auto;
    resize: none;
    line-height: 50px;
}

section.contact {
    margin-bottom: 80px;
    margin-top: 80px;
}

.login-form .login-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    padding: 2rem;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease;
}

.login-form .login-card:hover {
    transform: translateY(-5px);
}

.login-form h2 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #333;
}

.login-form .form-control {
    border-radius: 0;
    padding: 12px 15px;
    font-size: 15px;
    height: 44px;
    border-bottom: 2px solid #C59D5F;
}

.login-form .btn-custom {
    border-radius: 0.75rem;
    font-weight: 600;
    padding: 12px;
    transition: all 0.3s ease;
}

.login-form .btn-login {
    background: #2575fc;
    color: #fff;
    border: none;
}

.login-form .btn-login:hover {
    background: #1a5edc;
}

.login-form .btn-register {
    border: 2px solid #2575fc;
    background: transparent;
    color: #2575fc;
}

.login-form .btn-register:hover {
    background: #2575fc;
    color: #fff;
}

.login-header.section-title h2 {
    margin-bottom: 0;
}

.login-header.section-title p {
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
}

.login-header.section-title img {
    margin: 5px auto 0;
}

.login-header.section-title {
    text-align: center;
}

.register-text {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.95rem;
    color: #555;
}

.register-text a {
    color: #2575fc;
    font-weight: 600;
    text-decoration: none;
}

.register-text a:hover {
    text-decoration: underline;
}

section.login-form {
    margin-bottom: 80px;
}

.categories {
    padding: 80px 0 0;
}

.categories .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 30px;
}

.categories .img-box img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.categories .img-box:hover img {
    transform: scale(1.05);
}

.categories .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    color: #fff;
    text-align: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, .4);
    border: 2px solid #c59d5f;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    top: 20px;
    left: 20px;
}

.categories .img-box:hover .overlay {
    opacity: 1;
}

.categories .overlay h5 {
    font-size: 30px;
    margin-bottom: 6px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 8px;
}

.categories .overlay p {
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    width: 50%;
    line-height: 18px;
}

.lower-img-box .overlay p {
    width: 90%;
}

.img-box.lower-img-box img {
    height: 555px;
}

.featured-image img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    transition: all 0.4s ease;
: 0;
}

section.featured-product-wrapper {
    background-color: #282828;
    padding: 80px 0px;
    margin-top: 50px;
}

.featured-image a {
    display: block;
    position: relative;
}

span.sold {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #c59d5f;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 11px;
    position: absolute;
    text-align: center;
    top: 40px;
    width: auto;
}

.featured-content {
    text-align: center;
    margin-top: 20px;
}

.featured-content p a {
    color: white;
}

.featured-content p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.featured-content h4 {
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    margin-top: 2px;
}

.featured-content h5 {
    color: #fff;
    font-weight: 100;
    font-size: 18px;
}

span.new {
    background-color: #000;
    right: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .25em;
    position: absolute;
    text-transform: uppercase;
    box-shadow: 4px 8px 50px 0 rgba(0, 0, 0, .15);
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 11px;
    position: absolute;
    text-align: center;
    top: 40px;
    width: auto;
    z-index: 100;
}

.history h6 {
    color: #000;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.2em;
    text-transform: uppercase;
}

.history {
    text-align: right;
    position: relative;
}

.history h5 {
    opacity: .2;
    font-size: 225px;
    left: -22px;
    top: -40px;
    position: absolute;
    font-family: 'quentin';
    color: #c59d5f;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 1em;
}

section.story h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.5em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

section.story p {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.75em;
    color: #000;
    margin-bottom: 0;
}

section.story {
    padding: 80px 0px;
}

footer {
    background: #000;
    color: #fff;
    padding: 80px 0 0px;
    font-size: 14px;
    border-top: 4px solid #C59D5F;
}

footer h5 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
}

footer p {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #ccc;
    display: flex;
    justify-content: space-between;
}

footer a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #fff;
}

footer .social-icons a {
    display: inline-block;
    margin-right: 0;
    font-size: 16px;
    color: #ccc;
    position: relative;
}

footer .social-icons a:hover {
    color: #fff;
}

footer .map {
    text-align: right;
}

footer .map img {
    max-width: 100%;
    opacity: 0.8;
}

footer .bottom-bar {
    padding: 20px 0px;
    text-align: center;
    font-size: 14px;
    color: #999;
    background-color: #141414;
    margin-top: 80px;
}

footer h5 img {
    width: 100%;
    filter: invert(1);
}

footer .social-icons a:after {
    color: #fff;
    content: '|';
    padding: 0 12px;
    position: relative;
    top: -1px;
}

footer .social-icons a:last-child:after {
    display: none;
}

.footer-content {
    width: 81%;
}

section.shop {
    margin-bottom: 80px;
}

.about-banner .breadcrumb{
    background-image: url('../images/about-bg.jpg');
}

.contact-banner .breadcrumb{
    background-image: url('../images/contact-bg.jpg');
    background-size: cover;
    background-attachment: local;
}

.service-banner .breadcrumb{
    background-image: url('../images/service-bg.jpg');
}

.shop-banner .breadcrumb{
    background-image: url('../images/shop-bg.jpg');
}

.join-banner .breadcrumb{
    background-image: url('../images/join-bg.jpg');
}

.breadcrumb h6 {
    font-family: 'quentin';
    font-size: 66px;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 1em;
    color: white;
    margin: 0;
}

.deals{
    background-image: url('../images/deal-bg.jpg');
    color: white;
    text-align: center;
    padding: 110px 0px;
    background-position: 50% 12px;
    background-attachment: fixed;
    background-size: cover;
}

.deals h6 {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .25em;
    line-height: 1.33em;
    text-transform: uppercase;
}

section.deals h4 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.41em;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.newsletter-wrap {
    width: 600px;
    margin: 0 auto;
}

.newsletter-wrap input {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 0);
    border-radius: 0px;
    border: 1px solid #000;
    font-size: 13px;
    height: 52px;
    line-height: 50px;
    margin: 0 0 15px;
    outline: 0;
    padding: 0 20px;
    width: 100%;
}

.newsletter-wrap button {
    background-color: rgba(0, 0, 0, 1);
    border-radius: 0px;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: .25em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 50px;
    color: #fff;
    border-color: transparent;
}

.about-story{
    background-image: url('../images/about-story-bg.jpg');
    padding-top: 150px;
    padding-bottom: 250px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-story-content {
    position: relative;
    text-align: center;
    padding-top: 120px;
}

.about-story-content h4 {
    position: absolute;
    font-size: 225px;
    font-family: 'quentin';
    color: #c59d5f;
    line-height: 1em;
    opacity: .2;
    top: 0;
}

.about-story-content h6 {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .25em;
    line-height: 1.33em;
    text-transform: uppercase;
}

.about-story-content h5 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: .025em;
    line-height: 1.41em;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.about-story-content p {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.75em;
    color: #000;
    margin-bottom: 0;
}

section.contact-form {
    background-color: #141414;
    padding: 50px 0px;
}

section.contact-form ul {
    display: flex;
    justify-content: space-between;
}

section.contact-form ul li {
    width: 24%;
}

section.contact-form input {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(247, 248, 249, 1);
    background-color: transparent;
    border-radius: 0;
    font-size: 13px;
    font-weight: inherit;
    height: 52px;
    line-height: 50px;
    margin: 0;
    outline: 0;
    padding: 0 20px;
}

section.contact-form button {
    width: 100%;
    background-color: white;
    border-radius: 0;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: .25em;
    font-weight: 700;
    height: 52px;
    border: 1px solid white;
}

.contact-form {
    padding-right: 10%;
}

p.contact-para {
    margin-bottom: 30px;
}

.desktop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.4s ease;
    color: #fff;
    text-align: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, .4);
    border: 2px solid #c59d5f;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    top: 20px;
    left: 20px;
}

.desktop h5 {
    font-size: 30px;
    margin-bottom: 6px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 8px;
}

.categories .img-box:hover .desktop {
    opacity: 0;
}

.featured-content h4 a {
    color: white;
}

.product-detail-variation .btn-outline-dark {
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 20px;
    border-color: #888;
    border-radius: 999px !important;
}

.product-detail-variation label {
    font-size: 15px;
    margin-bottom: 3px !important;
}

.product-detail-variation .btn-outline-dark.active{
    background-color: #C59D5F !important;
}

.product-detail-variation .btn-outline-dark.focus, .product-detail-variation .btn-outline-dark:focus{
    box-shadow: none !important;
}

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

.add-to-cart .btn {
    height: 52px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.add-to-cart .btn:focus{
    box-shadow: none;
}

.product-detail-variation .btn-group {
    gap: 10px;
}

.product-detail-variation .btn-outline-dark.active small {
    color: white !important;
}

.shop {
    margin-bottom: 6.25rem;
}

.cart__table {
    margin-bottom: 4.375rem;
}

.cart__table__wrapper table thead tr th:first-child {
    padding-left: 0;
}

.cart__table__wrapper table thead tr th {
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    color: #111;
    font-size: 0.9375em;
    font-weight: 700;
    line-height: 1;
    padding: 0 2.1875em 2.5em 0.9375em;
}

.cart__table__wrapper table tbody tr td:first-child {
    padding-left: 0;
}

.cart__table__wrapper table tbody tr td {
    color: #111;
    font-size: 0.9375em;
    font-weight: 600;
    line-height: 1;
    padding: 2.1875em 0.9375em;
}

.cart__table__wrapper table tbody tr td:first-child .cart-product {
    display: flex;
    align-items: center;
}

.cart__table__wrapper table tbody tr td:first-child .cart-product__image {
    flex: none;
    margin-right: 1.875em;
}

.cart__table__wrapper table tbody tr td:first-child .cart-product__image img {
    height: 6.25em;
    width: 6.25em;
    object-fit: cover;
}

.cart__table__wrapper table tbody tr td:first-child .cart-product__content h5 {
    color: #888;
    font-size: 0.8125em;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 0.625em;
}

.cart__table__wrapper table tbody tr td:first-child .cart-product__content a {
    color: #111;
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    line-height: 1;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.cart__table__wrapper table tbody tr td:last-child {
    padding-right: 0;
    text-align: right;
}

.cart__table__wrapper table tbody tr td:last-child a {
    color: #888;
    font-size: 0.9375em;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.33333em;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    border: 0;
    height: 1.33333em;
    width: 1.33333em;
    text-align: center;
    border-radius: 999px;
    margin-left: auto;
    display: inline-block;
}

.cart__table__footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cart__table__footer a {
    color: #111;
    font-size: 0.9375em;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.cart__table__footer a i {
    margin-right: 0.66667em;
    color: #C59D5F;
}

.cart__total__discount {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #f7f5f4;
    padding: 3.125em;
}

.cart__total__discount p {
    max-width: 15.625em;
    margin-right: 3.75em;
    color: #888;
    font-size: 0.875em;
    font-weight: normal;
    line-height: 1.71429em;
}

.cart__total__discount .input-validator {
    flex-grow: 1;
}

.cart__total__discount .input-validator form {
    display: flex;
}

.cart__total__discount .input-validator form input {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    height: 2.8125em;
    width: 100%;
    transition: 0.2s ease-in-out;
    -webkit-appearance: none;
    padding: 1.25rem;
    border-radius: 0px;
    color: #111;
    font-size: 0.8125rem;
    font-weight: normal;
    line-height: 2.8125em;
}

.cart__total__content {
    background-color: #f7f5f4;
    padding: 3.125em;
}

.cart__total__content h3 {
    color: #111;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1.75em;
}

.cart__total__content table {
    width: 100%;
    margin-bottom: 0.9375em;
}


.cart__total__content table tr th {
    text-align: left;
    color: #111;
    font-size: 0.9375em;
    font-weight: 500;
    line-height: 1;
}

.cart__total__content table tr td.final-price {
    color: #C59D5F;
    font-weight: bold;
}

.cart__table__wrapper table tbody tr td ul li {
    font-size: 14px;
    margin: 12px 0px;
    color: #111;
    font-weight: 400;
}

.cart__table__wrapper table tbody tr td ul li strong {
    margin-right: 0;
}

.btn-cart-delete{
    padding: 0;
    border: 0;
}

.upper {
    font-weight: 400;
}

.cart .alert-info {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: black;
    border-radius: 0;
}

.cart .alert-info a {
    color: black;
    text-decoration: underline;
}

.info-section input {
    border-radius: 0px;
    height: 42px;
}

.info-section label {
    font-size: 15px;
}

label.check-1 {
    display: flex;
    align-items: center;
    gap: 13px;
}

.checkout__total {
    padding: 1.875em;
    background-color: #f7f5f4;
}

.checkout .checkout-title {
    color: #111;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1.5em;
}

.checkout__total__price {
    margin-bottom: 1.875em;
}

.checkout__total__price h5 {
    color: #111;
    font-size: 0.9375em;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1.5625em;
}

.checkout__total__price table {
    width: 100%;
    margin-bottom: 1.875em;
}

.checkout__total__price table tr td {
    color: #111;
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    padding-bottom: 0.71429em;
}

.checkout__total__price table tr td span {
    font-weight: 700;
}

.checkout__total__price table tr td:last-child {
    text-align: right;
    font-weight: 700;
}

.checkout__total__price__total-count {
    padding: 30px 0 20px;
    border: 1px solid #e1e1e1;
    border-width: 1px 0;
    margin-bottom: 1.875em;
}

.checkout__total__price__total-count table {
    margin-bottom: 0;
}

.checkout__total__price__total-count table tr td {
    font-weight: 700;
}

.checkout__total__price table tr td:last-child {
    text-align: right;
    font-weight: 700;
}

.checkout__total__price__payment .checkbox-label:first-child {
    margin-bottom: 0.9375em;
}

.checkout .checkbox-label {
    display: block;
    color: #111;
    font-size: 0.875em;
    font-weight: normal;
    line-height: 1.71429em;
}

.checkout .checkbox-label input {
    margin-right: 0.9375em;
}

.checkout__total__price table tr {
    vertical-align: baseline;
}

.search-box{
    position: absolute;
    right: 0;
    width: 400px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
    transform: translatex(150px);
    z-index: 3;
}

.search-box.active {
    opacity: 1;
    visibility: visible;
    transform: translatex(0);
}

.search-box form input {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    height: auto;
    width: 100%;
    transition: 0.2s ease-in-out;
    -webkit-appearance: none;
    padding: 1.25rem;
    border-radius: 0px;
    color: #111;
    font-size: 0.8125rem;
    font-weight: normal;
    line-height: auto;
    border: 0;
    box-shadow: 1px 1px 9px #00000024;
}

.search-box form button {
    position: absolute;
    border: 0;
    background-color: transparent;
    right: 0.9375em;
    top: 50%;
    transform: translateY(-50%);
}

.info-section input.required {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

div#card-errors {
    font-size: 14px;
    padding: 6px 15px;
}

section.checkout {
    margin-bottom: 60px;
}

.price-range-inputs {
    display: flex;
}

.price-range-inputs input {
    border-radius: 0;
    height: 35px;
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 18px !important;
}

ul.right-bar li:last-child {
    border-right: 0;
    padding-right: 0;
}

.empty-wishlist i {
    font-size: 40px;
    margin-bottom: 20px;
}

.empty-wishlist h5 {
    font-weight: bold;
}

.dropify-wrapper .dropify-message p {
    font-size: 18px;
}

.myaccount-content input.form-control {
    height: 44px;
    background-color: white;
    border-bottom: 2px solid #C59D5F;
    border-radius: 0;
    padding: 12px 15px;
    font-size: 15px;
}

.my-account-wrapper label, .my-account-wrapper h5 {
    font-size: 15px;
    margin-bottom: 4px;
}

.my-account-wrapper .form-group {
    margin-bottom: 25px;
}

.my-account-wrapper h5 {
    margin-bottom: 10px;
}

.dropify-wrapper {
    border-bottom: 2px solid #C59D5F !important;
}

.btn-black {
    border-radius: 50px;
    font-size: 23px;
    color: white;
    margin-bottom: 10px;
    font-family: 'quentin';
    background-color: black;
    border-radius: 50px;
    padding: 5px 30px;
    border: 1px solid white;
    margin: 0;
}

.white-color h2 {
    color: white;
}

.white-color img {
    filter: invert(0);
}

.featured-product:hover .featured-image img {
    transform: scale(1.05);
}