@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap");
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 15px;
}

::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:checked+label,
[type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="checkbox"]:checked+label:before,
[type="checkbox"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}

[type="checkbox"]:checked+label:after,
[type="checkbox"]:not(:checked)+label:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #dcab34;
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@font-face {
    font-family: "Libre Franklin", sans-serif;
    src: url("../fonts/LibreFranklin/LibreFranklin-Thin.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Libre Franklin", sans-serif;
    src: url("../fonts/LibreFranklin/LibreFranklin-ExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Libre Franklin", sans-serif;
    src: url("../fonts/LibreFranklin/LibreFranklin-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Libre Franklin", sans-serif;
    src: url("../fonts/LibreFranklin/LibreFranklin-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Libre Franklin", sans-serif;
    src: url("../fonts/LibreFranklin/LibreFranklin-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Libre Franklin", sans-serif;
    src: url("../fonts/LibreFranklin/LibreFranklin-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Libre Franklin", sans-serif;
    src: url("../fonts/LibreFranklin/LibreFranklin-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Libre Franklin", sans-serif;
    src: url("../fonts/LibreFranklin/LibreFranklin-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Libre Franklin", sans-serif;
    src: url("../fonts/LibreFranklin/LibreFranklin-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
}

.logo__image {
    max-height: 70px;
}

.swiper-pagination-bullet {
    margin: 0;
}

.page-not-found {
    background: url(../images/pattern_bg.png) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.pc__img-wrapper .pc__img {
    position: unset;
}

.pc__img-wrapper .background-img {
    position: unset;
}

.pc__img-wrapper {
    padding: 0;
    height: auto;
}

.product-single__media .swiper-button-next svg {
    height: auto;
    width: auto;
}

.product-single__media .swiper-button-prev svg {
    height: auto;
    width: auto;
}

.header-desk.header-desk_type_5 nav.navigation {
    margin-left: auto;
}

.header-desk.header-desk_type_5 .header-tools {
    margin-left: 50px;
}

.banner-brand {
    background-color: #f8f8f8;
    padding: 0 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 325px;
}

.brand_banner__view .row {
    padding: 15px;
    border: 1px solid #eee;
}

.product-single__name {
    margin-bottom: 20px;
}

.blog-page-title .page-title {
    font-size: 2rem;
}

.blog-page-title {
    height: 15rem;
}

.product-single__meta-info {
    margin-bottom: 20px;
}

.product-single__meta-info .meta-item {
    display: flex;
    margin-bottom: 5px;
}

.product-single__meta-info .meta-item label {
    text-transform: unset;
    color: #000;
    font-weight: 500;
    min-width: 110px;
}

.product-single__short-desc {
    border-top: 0;
    border-bottom: 1px solid #dee2e6;
    padding: 0px 0 12px;
    margin-bottom: 20px;
}

.product-single__short-desc p {
    margin: 0;
}

.product-single__meta-info .meta-item span {
    color: #767676;
}

.product-single .product-stock {
    margin-bottom: 25px;
}

.product-single .product-stock p {
    display: flex;
    align-items: center;
    margin: 0;
}

.product-single .product-stock p img {
    width: 16px;
    margin-right: 7px;
}

.product-single__name {
    margin-bottom: 15px;
}

.product-single .product-stock p span {
    line-height: normal;
    color: #767676;
}

.product-single .available__title p {
    color: #24262b;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}

.product-single .available__title {
    border-top: 1px solid #dee2e6;
    padding-top: 12px;
}

.product-single__addtocart .qty-control__number {
    height: 45px;
    border-radius: 5px;
}

.product-single__addtocart .btn-addtocart {
    height: 45px;
    border-radius: 5px;
}

.product-single__addtocart {
    margin-bottom: 25px;
}

.product-single__addtolinks {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

section.service-promotion {
    padding: 80px 0;
}

.service-promotion__content {
    margin: 0;
}

.footer_type_2 {
    background: #f7f7f7;
}

.footer-bottom.font-heading.body-color {
    background: #fff;
    border: 0;
}

.header-desk_type_5 {
    padding: 0.7rem 0;
}

.deal-timer {
    min-height: 30rem;
}

.multi-select__item1 {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 0.5rem 0;
    color: #767676;
    cursor: pointer;
}

.category-carousel.category-section {
    padding: 60px 0;
}

.products-carousel.trendyitems-section {
    padding: 60px 0;
}

.grid-banner.banner-section {
    padding: 0 0 50px;
}

.products-carousel.best-selling-section {
    padding: 60px 0;
}

.progress_uomo .progress-bar::before {
    display: none;
}

.showMoreButton button span.loader-115 {
    position: relative;
    color: #000;
}

.showMoreButton button span.loader-115::after {
    content: "";
    width: 3px;
    height: 4px;
    background: #000;
    position: absolute;
    bottom: 4px;
    right: -10px;
    -webkit-animation: animloader115 1s linear infinite;
    animation: animloader115 1s linear infinite;
    border-radius: 50%;
}

@keyframes animloader115 {
    0% {
        box-shadow: 10px 0 rgba(0, 0, 0, 0), 20px 0 rgba(0, 0, 0, 0);
    }
    50% {
        box-shadow: 10px 0 black, 20px 0 rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 10px 0 black, 20px 0 black;
    }
}

@-webkit-keyframes animloader115 {
    0% {
        box-shadow: 10px 0 rgba(255, 255, 255, 0), 20px 0 rgba(255, 255, 255, 0);
    }
    50% {
        box-shadow: 10px 0 white, 20px 0 rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 10px 0 white, 20px 0 white;
    }
}

.product-card .pc__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-card .pc__info .product-cart-button {
    width: 15%;
}

.product-card .pc__info .product-description {
    width: 85%;
}

.product-card .pc__info .product-cart-button button {
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin: 0 0 0 auto;
    justify-content: center;
}

.pc__img-wrapper .background-img img.pc__img {
    transition: all 0.5s;
}

.product-card:hover .pc__img-wrapper .background-img img.pc__img {
    transform: scale(1.07);
}

.product-card .pc__info .product-cart-button button span.loader-1 {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-bottom-color: #dcab34;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.footer-column.footer-menu {
    /* padding-left: 50px; */
}

.footer-column.footer-menu.footer-column-2 {
    padding-left: 100px;
}

.pc__category {
    font-weight: 500;
}

.aside-content.filter-aside-content {
    padding: 0;
}

.aside-content.filter-aside-content .accordion-header {
    padding: 0 1.25rem;
}

.aside-content.filter-aside-content .accordion-body ul.multi-select__list {
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 1.25rem;
}

.default-menu.more-sub-menu {
    position: absolute;
    top: 0 !important;
    left: 100% !important;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    opacity: 0 !important;
    visibility: hidden !important;
}

li.sub-menu__item.moresub-menu__item {
    position: relative;
}

li.sub-menu__item.moresub-menu__item:hover .default-menu.more-sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
}

.loginModule button span.loader-1 {
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    border-bottom-color: #dcab34;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

.loginModule .notifyshow {
    padding: 0 1.25rem;
}

.loginModule .notifyshow .alert {
    padding: 12px 15px;
    line-height: normal;
}

.loginModule #changeNumber {
    cursor: pointer;
}

.loginModule p.bcbdigsbsotp {
    margin-bottom: 5px;
}

.loginModule button#resendloginotp {
    border: 0;
    background: transparent;
    padding: 0;
    text-decoration: none;
}

.registerModule button span.loader-1 {
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    border-bottom-color: #dcab34;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

.registerModule .notifyshow {
    padding: 0 1.25rem;
}

.registerModule .notifyshow {
    padding: 0 1.25rem;
}

.registerModule .notifyshow .alert {
    padding: 12px 15px;
    line-height: normal;
}

.registerModule p.bcbdigsbsotp {
    margin-bottom: 5px;
}

.registerModule button#resendregisterotp {
    border: 0;
    background: transparent;
    padding: 0;
    text-decoration: none;
}

.product-card .pc__info .product-cart-button button.is_cart {
    background: #b9a16b;
}

.product-single__addtocart .btn-addtocart.is_cart {
    background: #b9a16b;
    border-color: #b9a16b;
}

.product-single__addtocart .btn-addtocart .loader-1 {
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    border-bottom-color: #dcab34;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

.cartRemark {
    padding-bottom: 25px;
}

.cartRemark label {
    color: #222;
    font-weight: 500;
    text-transform: uppercase;
}

.shopping-cart__totals-wrapper button.btn-checkout span.loader-1 {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-bottom-color: #dcab34;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

section.shop-checkout {}

.shop-checkout .cartEmpty-section {
    width: 30%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 10px;
}

.shop-checkout .cartEmpty-section img {
    width: 100%;
    margin: -50px 0;
}

.shop-checkout .cartEmpty-section p {
    font-size: 20px;
    font-weight: 600;
}

section.my-account.container {
    padding-bottom: 40px;
}

#profileUpdateForm button span.loader-1 {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-bottom-color: #dcab34;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

.orderproductlist {
    margin-bottom: 25px;
}

.orderproductlist ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 20px;
}

.orderproductlist ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}

.orderproductlist ul li p {
    margin: 0;
    text-align: left;
    width: 70%;
}

.orderproductlist ul li p:first-child {
    font-weight: 600;
    width: 30%;
}

.orderproductlist ul li:last-child {
    margin: 0;
}

.orderproductlist .orderDetails {
    border: 1px solid #e4e4e4;
    border-radius: 0;
    overflow: hidden;
}

.orderproductlist .orderDetails p.title {
    background: #e4e4e4;
    margin: 0;
    padding: 7px 25px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

a.invoiceicon {
    cursor: pointer;
}

a.invoiceicon.disable {
    pointer-events: none;
}

.invoiceicon svg {
    width: 34px;
    height: 34px;
}

a.invoiceicon span.loader-1 {
    width: 20px;
    height: 20px;
    border: 2px solid #dcab34;
    border-bottom-color: #fff;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

.search-result .productsBox {
    display: flex;
    padding: 0 5px;
    margin-bottom: 10px;
}

.search-result .productsBox .searchImage {
    width: 30%;
    background: #f7f7f7;
    padding: 10px;
}

.search-result {
    opacity: 1;
    visibility: visible;
    position: unset;
    min-height: unset;
    padding-bottom: 0;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
}

.search-result .productsBox .productDescription {
    width: 70%;
    padding-left: 15px;
    padding: 10px 5px;
    background: #f7f7f7;
}

.search-result .productsBox .productDescription p.category {
    margin-bottom: 0;
    color: #dcab34;
    font-weight: 500;
}

.search-result .productsBox .productDescription p.name {
    margin-bottom: 0;
}

.search-result .productsBox .productDescription p.code {
    margin: 0;
}

.search-result .productsBox .productDescription p.code span {
    font-weight: 500;
    font-size: 13px;
}

.search-result .notfound p {
    margin: 0;
    font-weight: 500;
    color: tomato;
    font-size: 16px;
}

.my-account .wishlist__section {
    width: 30%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 10px;
    padding: 50px;
    margin-bottom: 40px;
}

.my-account .wishlist__section img {
    width: 100%;
}

.my-account .wishlist__section p {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

section.about-us.container {
    padding-bottom: 80px;
}

.slideshow.slideshow-md {
    height: auto;
}

.navpad-breadcrumb img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.navpad-breadcrumb {
    position: relative;
}

.navpad-breadcrumb p {
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 38px;
    font-weight: 500;
    color: #000;
}

.about-ourstory-content {
    text-align: center;
    padding: 25px 0;
}

.about-ourstory-content .title {
    font-size: 22px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
}

.about-ourstory-content .description p {
    font-size: 16px;
}

.about-ourstory-content .image {
    border-radius: 8px;
    overflow: hidden;
    margin-top: 30px;
}

.about__content {
    padding: 25px 0;
}

.about__content .title {
    font-size: 22px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
}

.about__content .description p {
    font-size: 16px;
}

.about__content .image {
    border-radius: 8px;
    overflow: hidden;
}

.aboutVision__content {
    padding: 25px 0;
}

.aboutVision__content .mission_vision_box {
    /* border: 1px dashed #ccc; */
    border-radius: 15px;
    padding: 50px;
    height: 100%;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.aboutVision__content .mission_vision_box .title {
    font-size: 22px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 8px;
    text-decoration-thickness: 1px;
}

.aboutVision__content .mission_vision_box .description {
    font-size: 16px;
}

.contact-us__form button.contact-inquiry-button span.loader-1 {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-bottom-color: #dcab34;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

.featured-section.service-promotion-custom p.service-promotion__title {
    margin: 0;
    margin-top: 15px;
    color: #B9A16B;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.featured-section.service-promotion-custom .service-promotion__icon {
    text-align: center;
}

.featured-section.service-promotion-custom .service-promotion__icon img.serviceIcon {
    width: auto;
    height: 65px;
    margin: 0 auto;
}

.site-loader {
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 9999;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    /* transition: all 0.5s ease; */
}

.site-loader.show {
    opacity: 1;
    visibility: visible;
}

.site-loader .site-loader__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.site-loader .site-loader__inner img.loader__border {
    position: absolute;
    height: 180px;
    animation: loader 5s linear infinite;
}

.site-loader .site-loader__inner img.loader__icon {
    height: 150px;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

li.navigation__item.sub-menu__item__mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

li.navigation__item.sub-menu__item__mobile p.js-subnav-right {
    width: 10%;
    text-align: right;
}