@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
body {
    font-family: "Quicksand", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #000;
    font-family: "Quicksand", sans-serif;
}

li.mainmenu__item a {
    font-family: "Quicksand", sans-serif !important;
    font-weight: 500;
}

.container-fluid.wide {
    padding: 0 3%;
}

.homepage-slider .slick-dots li button:before {
    background-color: #333;
}

.category-section {
    padding: 40px 0 25px;
    margin-bottom: 25px;
}

.category-section .category-box-show {
    padding: 0 10px;
    text-align: center;
}

.category-section .category-box-show .category-icons {
    border-radius: 50%;
    overflow: hidden;
    background: #f9f9f9;
}

.category-section .category-box-show .category-name {
    margin-top: 20px;
}

.category-section .category-box-show .category-name p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.essential-section {
    padding: 0 0 10px;
}

.essential-section .banner-box-section {
    overflow: hidden;
    margin-bottom: 30px;
}

.essential-section .banner-box-section .banner-box-inner {
    overflow: hidden;
    border-radius: 25px;
}

.essential-section .banner-box-section .banner-box-inner img {
    transition: 0.5s;
    width: 100%;
}

.essential-section .banner-box-section a:hover .banner-box-inner img {
    transform: scale(1.03);
}

.global-title {
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.global-title p {
    font-size: 26px;
    font-weight: 500;
    color: #1a2024;
    position: relative;
    width: max-content;
    margin: 0;
}

.global-title p:after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #d83333;
    position: absolute;
    bottom: 2.5px;
    left: 0;
}

.global-title p span {
    font-weight: 700;
}


/* .trending-product-section {
    padding: 25px 0;
} */

.product-carousel .slick-list {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.product-carousal-new .slide-arrow.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
    width: 45px;
    height: 45px;
    margin: 0;
    box-shadow: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 24px;
    z-index: 1;
}

.product-carousal-new .slide-arrow.slick-arrow.prev-arrow {
    left: 9px;
}

.product-carousal-new .slide-arrow.slick-arrow.next-arrow {
    right: 7px;
}

.mirora-product {
    box-shadow: none;
    background: #f1f1f1;
    /* margin: 0 10px; */
}

.mirora-product:hover {
    box-shadow: unset;
}

.product-carousal-new {
    margin: 0 -10px;
}

.promo-box-area-section {}


/* .product-carousel-row .col-md-2 {
  flex: 0 0 20%;
  max-width: 20%;
} */

.product-carousel-row .mirora-product {
    /* margin: 0; */
}


/* .featured-product-section {
    padding: 5px 0 0;
} */


/* .bestseller-product-section {
    padding: 0 0 35px;
} */


/* .newarrival-product-section {
    padding: 25px 0 0;
} */

.gift-sections-list {}

.gift-sections-list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gift-sections-list ul li {
    padding: 0 10px;
}

.budget-gift-sections {
    background: #f7f7f7;
    padding: 45px 0;
}

.gift-sections-list ul li .gift-img {
    overflow: hidden;
    border-radius: 50%;
    transition: 0.5s;
}

.gift-sections-list ul li a:hover .gift-img {
    transform: translateY(10px);
}

.gift-sections-list ul li .gift-text {
    margin-top: 20px;
    text-align: center;
}

.gift-sections-list ul li .gift-text p {
    font-size: 20px;
    color: #000;
}

.widget-banner-section {
    padding: 0 0 5px;
}

.banner-widget-section {
    margin-bottom: 30px;
}

.fact-area.ind .row [class^="col"]:nth-child(odd) .fact,
.fact-area.ind .row [class^="col"]:nth-child(even) .fact {
    background-color: #fff !important;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5rem 1.5rem;
}

.banner-hotwidget-section {
    margin-bottom: 15px;
}

.hotwidget-banner-section {}

.hotwidget-banner-section .col-md-7 {
    padding: 0 7px;
    flex: 0 0 57.58064516129032%;
    max-width: 57.58064516129032%;
}

.hotwidget-banner-section .col-md-5 {
    padding: 0 7px;
    flex: 0 0 42.41935483870968%;
    max-width: 42.41935483870968%;
}

.banner-hotwidget-section .banner-hotwidget-inner {
    border-radius: 15px;
    overflow: hidden;
}

.hotwidget-banner-section .row {
    padding: 0 7px;
}

.banner-hotwidget-section .banner-hotwidget-inner img {
    transition: 0.5s;
}

.banner-hotwidget-section a:hover .banner-hotwidget-inner img {
    transform: scale(1.03);
}

.blog__area-custom {
    padding: 35px 0;
}

.static-slider1.slick-initialized .slick-slide {
    margin: 0;
}

.product-list-tab__new .nav-tabs {
    margin-bottom: 1.5rem;
    justify-content: start;
}

.product-list-tab__new .nav-tabs .product-tab__item {
    margin: 0 30px 0 0;
}

.product-list-tab__new .nav-tabs .product-tab__item .product-tab__link {
    background: transparent;
    color: #1a2024 !important;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    border-radius: 34px;
    line-height: normal;
    min-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0px;
    opacity: 0.7;
    height: auto;
}

.product-list-tab__new .nav-tabs .product-tab__item .product-tab__link.active {
    color: #000 !important;
    background-color: #ecf0f4;
    opacity: 1;
    padding: 6px 20px;
}

.product-list-tab__new .product-list .product-tab-items {
    margin: 0;
}

.product-list-tab.product-list-tab__new {
    padding: 25px 0 40px;
}

.blog-carousel_custom .blog a.blog__thumb {
    margin: 0;
}

.blog-carousel_custom .blog .blog__content {
    padding: 15px;
    background: #fafafa;
}

.blog-carousel_custom .blog .blog__content h3.blog__title {
    font-size: 18px;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.blog-carousel_custom .blog {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
}

.blog-carousel_custom .blog .blog__content h3.blog__title a {
    font-weight: 700;
}

.blog-carousel_custom .blog .blog__content a.read-more {
    display: flex;
    text-align: center;
    border: 1px solid #d0d9de;
    border-radius: 20px;
    padding: 0 6px;
    color: #1a2024;
    font-weight: 700;
    font-size: 15px;
    background: white;
    align-items: center;
    justify-content: center;
    height: 46px;
}

.blog-carousel_custom .blog .blog__content .blog__meta p.blog__date {
    font-size: 14px;
    font-weight: 500;
    color: #868c91;
}

.blog-carousel_custom .blog .blog__content a.read-more i {
    margin-left: 8px;
    line-height: normal;
}

.hotsale_banner {
    border-radius: 10px;
    overflow: hidden;
}

.hotsale_banner img {
    width: 100%;
}

.global-title .button-area {}

.global-title .button-area a.btn-more {
    color: #2f5b96;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

.global-title .button-area a.btn-more i {
    margin-left: 7px;
}

.fact-area.fact-area__new {
    padding: 35px 0 0;
}

.fact-area.fact-area__new .fact-area__inner {
    background: #f2f5f7;
    background: #e7f0f5;
    border-radius: 15px;
}

.fact-area.fact-area__new.ind .fact-area__inner .row .fact {
    background: transparent !important;
    border: 0;
}

footer.noya__footer {}

.noya__footer .noya__footer-inner {
    background: #eff4f7;
    padding: 65px;
    border-radius: 15px;
}

.noya__footer .noya__footer-inner .footer_widget {}

.noya__footer .noya__footer-inner .footer_widget .subscribe-letter {
    margin-top: 25px;
}

.noya__footer .noya__footer-inner .footer_widget .subscribe-letter p {
    font-size: 26px;
    font-weight: 700;
    color: #293036;
    margin-bottom: 15px;
    line-height: 1.1;
}

.noya__footer .noya__footer-inner .footer_widget .subscribe-letter .input-subscribe {
    position: relative;
}

.noya__footer .noya__footer-inner .footer_widget .subscribe-letter .input-subscribe input.form-control {
    height: 50px;
    float: left;
    font-size: 16px;
    padding: 0 80px 0 15px;
    color: #000;
    background: #fff;
    border: solid 1px #e1e6eb;
    border-radius: 10px;
    box-shadow: none;
}

.noya__footer .noya__footer-inner .footer_widget .subscribe-letter .input-subscribe #subscribe-btn span {
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.noya__footer .noya__footer-inner .footer_widget .subscribe-letter .input-subscribe #subscribe-btn {
    height: 45px;
    letter-spacing: 0;
    font-weight: bold;
    text-align: right;
    background: #fff;
    border: 0;
    position: absolute;
    right: 15px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    border-radius: 0 10px 10px 0;
    top: 2px;
}

.noya__footer .noya__footer-inner .footer_widget .subscribe-letter .input-subscribe #subscribe-btn span svg {
    width: 12px;
    height: 12px;
}

.noya__footer .noya__footer-inner .footer_widget .logo img {
    height: 70px;
}

.noya__footer .noya__footer-inner .footer_widget .footer_menu_list {
    display: flex;
    padding-left: 15%;
}

.noya__footer .noya__footer-inner .footer_widget .footer_menu_list .first_list {
    width: 50%;
}

.noya__footer .noya__footer-inner .footer_widget .footer_menu_list .second_list {
    width: 50%;
}

.noya__footer .noya__footer-inner .footer_widget p.title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}

.noya__footer .noya__footer-inner .footer_widget .footer_menu_list ul {}

.noya__footer .noya__footer-inner .footer_widget .footer_menu_list ul li {
    margin-bottom: 15px;
}

.noya__footer .noya__footer-inner .footer_widget .footer_menu_list ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.noya__footer .noya__footer-inner .footer_widget .social_footer {}

.noya__footer .noya__footer-inner .footer_widget .social_footer ul {}

.noya__footer .noya__footer-inner .footer_widget .social_footer ul li {
    position: relative;
    padding-left: 35px;
    padding: 0;
    color: #000;
    margin-bottom: 15px;
}

.noya__footer .noya__footer-inner .footer_widget .social_footer ul li span {
    position: absolute;
    left: 0;
    top: 7px;
    width: 25px;
    text-align: center;
    color: #959595;
    display: none;
}

.noya__footer .noya__footer-inner .footer_widget .social_footer ul li p {
    font-weight: 500;
}

.noya__footer .noya__footer-bottom {
    padding: 20px 15px 35px;
}

.noya__footer .noya__footer-bottom .bottom-txt {}

.noya__footer .noya__footer-bottom .bottom-txt.second {
    text-align: right;
}

.noya__footer .noya__footer-bottom .bottom-txt p {
    font-weight: 500;
    color: #2d2d2d;
}

.noya__footer .noya__footer-bottom .bottom-txt p a {
    color: #000;
    font-weight: 700;
}

.noya__footer .noya__footer-inner .footer_widget .social_footer ul.social.social-round {
    display: flex;
    align-items: center;
}

.noya__footer .noya__footer-inner .footer_widget .social_footer ul.social.social-round li {
    margin-right: 25px;
    margin-bottom: 0;
}

.noya__footer .noya__footer-inner .footer_widget .social_footer ul.social.social-round li a svg {
    color: #000;
}

.cart-page-total h2 {
    color: #000;
    text-align: center;
}

.cart-page-total {
    background: #f9f9f9;
    border: 1px dashed #ccc;
    padding: 35px;
}

.cart-calculator-table.table-content .table td,
.cart-calculator-table.table-content .table th {
    border-bottom: 1px solid #ccc !important;
    border-right: 0;
    padding: 12px 0px;
    font-family: "Quicksand", sans-serif;
}

.apply-coupon-wrapper {
    border: 1px dashed #ccc;
}

.btn {
    font-family: "Quicksand", sans-serif;
}

.header-middle .col-lg-3.col-12 a.logo-box img {
    height: 70px;
    padding: 5px 0;
}

.sticky-header li.mainmenu__item.logomenu {
    text-align: left;
}

.blog-area__page {
    padding: 80px 0 50px;
}

.blog-area__page .blog-carousel_custom {
    margin-bottom: 30px;
}

.about-area.about-area__section {
    padding: 80px 0 50px;
}

.about-area.about-area__section .img-box {
    border-radius: 15px;
    overflow: hidden;
}

.skill-area.skill-area__section {
    padding: 50px 0 80px;
}

.skill-area.skill-area__section .img-box {
    border-radius: 15px;
    overflow: hidden;
}

.header-toolbar-icons li:first-child {
    margin-right: 0;
}

.header-toolbar-icons li:first-child a#searchBtn {
    cursor: pointer;
}

.full-width-search {
    height: 0%;
    position: fixed;
    width: 100%;
    height: 0%;
    z-index: 999999;
    background: #fff;
    top: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.full-width-search.show {
    height: 100%;
}

.full-width-search .inner-search-section {
    padding: 50px 50px;
    height: 100%;
}

.search-form__submit {
    min-width: 7.5rem;
    height: 5.5rem;
}

.search-form__input {
    height: 5.5rem;
    font-size: 1.8rem;
}

.inner-search-section .serach-results {
    margin-top: 35px;
}

.search-view .product_list {
    display: flex;
    padding: 15px;
    margin: 0 0 15px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 4px 0px;
    background: #f5f5f5;
    box-shadow: none;
    border-radius: 10px;
    overflow: hidden;
}

.search-view .product_list .product-details {
    padding-left: 20px;
    width: 66%;
    text-align: left;
}

.search-view .product_list .product-details p.pname {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.search-view .product_list .product-details p.purity {
    color: #8c8c8c;
    font-weight: 500;
    margin: 0;
    margin-bottom: 0;
}

.search-view .product_list .product-details p.weight {
    margin: 0;
}

.search-view .product_list .product-details p b {
    margin-right: 5px;
}

.search-view .product_list .imagesearch img {
    border-radius: 10px;
}

.search-form-wrapper.search-form-wrapper-2 .serach-results {
    border: none !important;
}

.inner-search-section .serach-results {
    overflow: hidden;
    overflow-y: auto;
    max-height: 80vh;
    padding: 0;
    padding-right: 10px;
}

.search-view a.product-card:hover {
    background: #b48825;
}

.search-view .product_list .imagesearch {
    width: 34%;
}

.full-width-search .search-form-wrapper.search-form-wrapper-2 {
    width: 100%;
    position: relative;
}

.full-width-search .search-form-wrapper.search-form-wrapper-2 .closesearch {
    position: absolute;
    right: 0;
    top: 0;
    min-width: unset;
    width: 60px;
    font-size: 24px;
}

.full-width-search .search-form-wrapper.search-form-wrapper-2 input#search {
    padding: 5px 75px 5px 20px;
    font-size: 16px;
    color: #000;
    border-radius: 10px;
}

.inner-search-section .serach-results::-webkit-scrollbar {
    width: 2px;
}

.serach-results .productSearch .row {
    margin-right: -7px;
    margin-left: -7px;
}

.serach-results .productSearch .row .col-md-3 {
    padding: 0 7px;
}

.inner-search-section .serach-results {
    position: relative;
}

.inner-search-section .serach-results .searchloader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    left: 0;
    top: 0;
    z-index: 9;
    display: none;
    align-items: center;
    justify-content: center;
}

.inner-search-section .serach-results .searchloader.show {
    display: flex;
}

.inner-search-section .serach-results .searchloader p {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.header-bottom button#searchBtn {
    display: none;
}