@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap');
::-webkit-scrollbar {
    width: 6px;
    height: 3px;
}

 ::-webkit-scrollbar-track {
    background: transparent;
}

 ::-webkit-scrollbar-thumb {
    background: #222222;
}

.acr-header .middle-header .desktop-logo {
    width: auto;
}

body,
html,
* {
    scroll-behavior: smooth;
}

body {
    font-family: 'Mulish', sans-serif;
    color: #4d4e4e;
}

.footer-logo {
    width: 300px;
}

.product .product-price {
    display: none;
}

.cdiygvdscdfcv li {
    padding-left: 25px;
}

.cdiygvdscdfcv li i {
    position: absolute;
    top: 8px;
    left: 0;
}

.footer-socials ul {
    display: flex;
    align-items: center;
}

.footer-socials ul li {
    margin: 0 10px 0 0 !important;
}

.footer-socials ul li a i {
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.footer-socials ul li a i:hover {
    transition: 0.5s;
    background: #a99d5e;
    color: #fff;
    border-color: #a99d5e;
}

.acr-header .middle-header .header-controls.style-3 ul>li.wishlist>a>span {
    display: unset;
}

.dark-bg {
    background-color: #f2f2f2;
}

.product .product-gallery-wrapper .product-gallery {
    display: none;
}

.product:hover .product-thumbnail .product-controls a.quick-view {
    display: none;
}

.product:hover .product-thumbnail .product-controls a.compare {
    display: none;
}

.contactus-sucttom .uifdvhjftfsd li {
    position: relative;
    padding-left: 25px;
}

.contactus-sucttom .uifdvhjftfsd li i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 16px;
}

.contactus-sucttom .uifdvhjftfsd li i.fa-phone {
    transform: rotate(90deg);
}

.copdshcdtyfvf {
    color: #fff;
    margin: 0 7px;
}

.podjncdfc {
    margin-top: 25px;
}

.otherdescpro .bcidfufdgvcdscf .desctitle {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.otherdescpro .bcidfufdgvcdscf .descvalue {
    color: #000;
    font-size: 16px;
    font-family: 'Roboto', serif;
}

.variationsection-custom {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.variationsection-custom .ichdbcvvcdjs {
    width: 35%;
    margin-right: 15px;
}

.termsprivacysec {
    padding: 80px 0;
}

.acr-header.sticky-header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2px 9px 0px rgb(34 12 43 / 10%);
}

.acr-header.sticky-header.header-style-4 .topbar {
    display: none;
}

.acr-header.header-style-4 .middle-header {
    padding: 15px 0;
}

.acr-header.sticky-header.header-style-4 .middle-header {
    padding: 10px 0;
    position: fixed;
    background: #fff;
    top: 0;
    width: 100%;
    display: block;
}

.qty-input.customqty-input {
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.qty-input.customqty-input .product-qty,
.qty-input.customqty-input .qty-count {
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 2.5rem;
    line-height: 1;
}

.qty-input.customqty-input .product-qty:focus,
.qty-input.customqty-input .qty-count:focus {
    outline: none;
}

.qty-input.customqty-input .product-qty {
    width: 70px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    border: 1px solid #e2e2e2;
    margin: 0 5px;
    height: 35px;
    border-radius: 30px;
}

.qty-input.customqty-input .product-qty::-webkit-outer-spin-button,
.qty-input.customqty-input .product-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.qty-input.customqty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 2.5rem;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
    border: 0;
    background: #eee;
    border-radius: 50%;
    height: 35px;
    width: 35px;
}

.qty-input.customqty-input .qty-count:before,
.qty-input.customqty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/* .qty-input.customqty-input .qty-count--minus {
    border-right: 1px solid #e2e2e2;
}

.qty-input.customqty-input .qty-count--add {
    border-left: 1px solid #e2e2e2;
} */

.qty-input.customqty-input .qty-count--add:after {
    transform: rotate(90deg);
}

.qty-input.customqty-input .qty-count:disabled {
    color: #ccc;
    background: #f2f2f2;
    cursor: not-allowed;
    border-color: transparent;
}

.qty-input.customqty-input .qty-count:disabled:before,
.qty-input.customqty-input .qty-count:disabled:after {
    background: #ccc;
}

.qty-input.customqty-input {
    border-radius: 4px;
    /* border: 1px solid #e2e2e2; */
}

.otherdescpro {
    margin-top: 15px;
}

.custumxzoom {
    width: 100% !important;
}

.customxzoom-thumbs {
    margin-top: 25px;
}

.acr-header .bottom-header .bottom-navigation .desktoplogocustom {
    display: none;
    width: 20%;
}

.acr-header .bottom-header .bottom-navigation .header-controls-ocdnytvd {
    display: none;
}

.acr-header.sticky-header .bottom-header .bottom-navigation {
    justify-content: space-between;
    padding: 10px 0;
}

.acr-header.sticky-header .bottom-header .bottom-navigation .desktoplogocustom {
    display: block;
}

.acr-header.sticky-header .bottom-header .bottom-navigation .header-controls-ocdnytvd {
    display: block;
}

.product .product-gallery-wrapper {
    flex-direction: row-reverse;
}

.subheader {
    padding: 60px 0;
}

.product-info-item p.skushow {
    margin: 0;
    font-size: 16px;
    font-family: 'Roboto', serif;
}

.category-name-custom a p {
    transition: all 0.5s;
}

.category-name-custom a:hover p {
    color: #a99d5e;
    transition: all 0.5s;
}

.category-name-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fbiygdfbdg {
    color: #000;
    background: #fff;
    border: 0;
    box-shadow: none;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: .3s;
    z-index: 1;
    height: 58px;
    border: 0;
}

.uhdbygfdbhf::before,
.uhdbygfdbhf::after {
    content: '';
    width: 5px;
    height: 2px;
    background-color: #848486;
    transform: rotate(0deg);
    transform-origin: bottom;
    transition: .3s;
}

.uhdbygfdbhf {
    display: flex;
    align-items: center;
    width: 14px;
    position: relative;
}

.fbiygdfbdg:hover {
    background: none !important;
    color: #000 !important;
}

.fbiygdfbdg:hover .uhdbygfdbhf::before {
    transform: rotate(45deg);
}

.fbiygdfbdg:hover .uhdbygfdbhf::after {
    transform: rotate(-45deg) translateX(-1px);
    width: 7px;
}

.fbiygdfbdg:focus {
    box-shadow: none;
    border: 0;
}

.fbiygdfbdg:focus-visible {
    border: 0;
    box-shadow: none;
}

.dsihcfdyugvf {
    box-shadow: 0 2px 9px 0px rgb(34 12 43 / 10%);
}

#panelsStayOpen-collapsefour {
    padding: 0px 25px 25px;
}

.dsihcfdyugvf .accordion-header {
    margin: 0px 0 5px;
}

.product_weight {
    margin-bottom: 25px;
    width: 125px;
    border: 1px solid #ddd;
    padding: 0px 15px;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 3px;
}

.sliderrange-design {
    text-align: center;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #666;
    background: #666;
}

.ui-widget.ui-widget-content {
    border: 1px solid #ccc;
}

.ui-widget-header {
    background: #ccc;
}

.accordion-body {
    padding: 0px 15px 15px;
}

.accordion-body ul {
    margin: 0;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
}

.sort_by_selection {
    display: flex;
    align-items: center;
}

.sort_by_selection label {
    width: max-content;
    white-space: nowrap;
    margin-right: 10px;
}

.short_by~.select2-container--default .select2-selection--single {
    height: 44px;
}

.ciudsgcsdtdasb {
    text-align: center;
    margin-top: 25px;
}

.ciudsgcsdtdasb .vardhmanloadmore {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #383838;
    padding: 7px 25px;
    border-radius: 5px;
    border: 1px solid #383838;
}

.datanotfoundmsg {
    display: block;
    text-align: center;
    margin: 25px auto 0;
    font-size: 18px;
    color: tomato;
    font-weight: 500;
}

.product .product-thumbnail.showani:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 100%), linear-gradient(#DDD 150px, transparent 0), linear-gradient(#DDD 16px, transparent 0), linear-gradient(#DDD 200px, transparent 0) #fff;
    background-repeat: no-repeat;
    background-size: 50px 100%, 100% 150px, 100% 0, 100% 200px;
    background-position: 0 0, 0 0, 0 1000px, 0 377px;
    animation: animloader126 1s linear infinite;
    left: 0;
    z-index: 9;
    top: 0;
}

.product .product-thumbnail {
    position: relative;
}

@keyframes animloader126 {
    0% {
        background-position: 0 0, 0 0, 0px 85px, 0px 110px
    }
    100% {
        background-position: 150% 0, 0 0, 0px 85px, 0px 110px
    }
}

.mobilefilter .bottomshowfilter .buttonasvtvdgd {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 0;
    z-index: 99;
}

.mobilefilter .bottomshowfilter .buttonasvtvdgd button {
    width: 50%;
    border: 0;
    background: #272727;
    color: #fff;
    margin: 0;
    padding: 10px 15px;
    border-right: 1px solid #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobilefilter .bottomshowfilter .buttonasvtvdgd button.mobilefilterbtn {
    border: 0;
}

.mobilefilter .bottomshowfilter .buttonasvtvdgd button i {
    margin-right: 10px;
    font-size: 16px;
    font-weight: 400
}

.mobilefilter .bottomshowfilter .buttonasvtvdgd button:focus-visible {
    outline: none;
}

.mobilefilter .bottomshowfilter .buttonasvtvdgd button:focus {
    outline: none;
}

.mobilefilter .fullfiltersec .sidemenusec {
    width: 35%;
    flex: 0 0 32%;
    background: #f1f3f6;
}

.mobilefilter .listoffilters ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 0;
}

.mobilefilter .listoffilters ul li {
    width: 100%;
}

.mobilefilter .listoffilters ul li a {
    padding: 10px 15px;
    margin: 0;
    background: rgb(241, 243, 246);
}

.mobilefilter .fullfiltersec .headertextmob {
    display: flex;
    align-items: center;
    background: #c39d59;
    padding: 12px 25px;
}

.mobilefilter .fullfiltersec .headertextmob span {
    color: #fff;
    font-size: 20px;
    margin-right: 25px;
    font-weight: 400;
}

.mobilefilter .fullfiltersec .headertextmob p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.mobilefilter .listoffilters ul li a.active:before {
    display: none;
}

.mobilefilter .listoffilters ul li a.active {
    border: 0;
    background: #fff;
    color: #000;
}

.filteerresponse {
    padding-left: 25px;
    width: 70%;
    flex: 0 0 60%;
}

.mobilefilter .listoffilters ul li a::before {
    display: none;
}

.filteerresponse .sliderrange-design {
    margin-top: 25px;
}

.mobilefilter .fullfiltersec {
    position: fixed;
    width: 100%;
    height: 0%;
    background: #fff;
    z-index: 99999;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: all 0.7s;
}

.fullfiltersec.show {
    height: 100%;
    visibility: visible;
    transition: all 0.7s;
}

.fullfiltersec .dgcvdsd_kdbcgdfvd {
    display: flex;
    height: 83%;
    visibility: hidden;
    transition: all 0.5s;
    opacity: 0;
}

.fullfiltersec.show .dgcvdsd_kdbcgdfvd {
    visibility: visible;
    transition: all 0.9s;
    opacity: 1;
}

.sortbymenumocile .oncdtdv_hdvyfvcd .headershoncdgf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 5px;
    border-bottom: 1px solid #eaeaea;
}

.sortbymenumocile .oncdtdv_hdvyfvcd .headershoncdgf p {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #878787;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.sortbymenumocile .oncdtdv_hdvyfvcd .headershoncdgf span {
    font-size: 16px;
    font-weight: 400;
    color: #878787;
    line-height: 1.6;
    margin-right: 5px;
}

.sortbymenumocile .oncdtdv_hdvyfvcd .listsortby {
    padding: 0 15px;
}

.sortbymenumocile .oncdtdv_hdvyfvcd .listsortby ul li input[type="radio"]:checked,
.sortbymenumocile .oncdtdv_hdvyfvcd .listsortby ul li input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.sortbymenumocile .oncdtdv_hdvyfvcd .listsortby ul li input[type="radio"]:checked+label,
.sortbymenumocile .oncdtdv_hdvyfvcd .listsortby ul li input[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    font-weight: 500;
}

.sortbymenumocile .oncdtdv_hdvyfvcd .listsortby ul li input[type="radio"]:checked+label:before,
.sortbymenumocile .oncdtdv_hdvyfvcd .listsortby ul li input[type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.sortbymenumocile .oncdtdv_hdvyfvcd .listsortby ul li input[type="radio"]:checked+label:after,
.sortbymenumocile .oncdtdv_hdvyfvcd .listsortby ul li input[type="radio"]:not(:checked)+label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #c39d59;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sortbymenumocile .oncdtdv_hdvyfvcd .listsortby ul li input[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.sortbymenumocile .oncdtdv_hdvyfvcd .listsortby ul li input[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sortbymenumocile {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #fff;
    height: 0;
    z-index: 99000;
    left: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.sortbymenumocile.show {
    height: 260px;
    visibility: visible;
    transition: all 0.5s;
}

.sortbylayer {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    width: 100%;
    height: 0%;
    left: 0;
    z-index: 98999;
    visibility: hidden;
    transition: all 0.5s;
}

.sortbylayer.show {
    height: 100%;
    visibility: visible;
    transition: all 0.5s;
}

.bottomapply {
    width: 100%;
    background: #fff;
    box-shadow: 0 -3px 5px #ccc;
    position: relative;
    padding: 8px 0px;
}

.bottomapply .hcdncibycvufvbfjh {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    bottom: 0;
}

.bottomapply .hcdncibycvufvbfjh .cdiugfbvbf p {
    margin: 0;
}

.bottomapply .hcdncibycvufvbfjh .cdiugfbvbf p.bcdigtvfnjg {
    line-height: 1;
    font-size: 13px;
}

.bottomapply .hcdncibycvufvbfjh .cdiugfbvbf p.rebncdgbcds {
    font-family: 'Roboto', serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.applyfilterbtn {
    font-size: 15px;
    width: 45%;
    border: 0;
    background: #272727;
    color: #fff;
    border-radius: 5px;
    padding: 8px 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.categories-list {
    max-height: 530px;
    overflow: hidden;
    overflow-y: auto;
}

.categories-list::-webkit-scrollbar {
    width: 3px;
}

.product-controls .favorite {
    background-color: #f3f3f3;
    border-radius: 8px;
    height: 34px;
    width: 34px;
    color: #515151;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .3s ease 0s, color .3s ease 0s, opacity .3s ease 0s, transform .3s ease 0s;
    margin-bottom: 5px;
    opacity: 0;
    transform: translateX(10px);
}

.product:hover .product-thumbnail .product-controls .favorite {
    transform: translateX(0);
    opacity: 1;
}

.product .product-thumbnail span.favorite:hover {
    background-color: #FF0F59;
    color: #fff;
}

.product-controls .favorite.is-liked {
    background-color: #FF0F59;
    color: #fff;
}

.notification_custom .obcdbffvduuu_isdbffd {
    position: fixed;
    bottom: 10%;
    right: -40%;
    z-index: 99;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #1ea84a;
    border-radius: 5px;
    margin-right: 15px;
    padding: 8px 25px;
    font-size: 16px;
    transition: all 0.7s;
}

.notification_custom.show .obcdbffvduuu_isdbffd {
    right: 0;
    transition: all 0.7s;
}

.notification_custom .obcdbffvduuu_isdbffd i {
    font-weight: 400;
}

.notification_custom .obcdbffvduuu_isdbffd p {
    margin: 0;
    color: #fff;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
}

.notification_custom .obcdbffvduuu_isdbffd.alertshow {
    background-color: tomato;
}


/* new */

.qty-input.customqty-input .product-qty {
    height: 30px;
    border-radius: 10px;
    width: 55px;
    margin: 0 3px;
}

.qty-input.customqty-input .qty-count {
    height: 25px;
    width: 25px;
}

.product .product-gallery-wrapper .btn-custom.btn-sm {
    padding: 6px 13px !important;
}

.product {
    padding: 15px;
}

.custom-control label {
    font-size: 12px;
}

.product .product-title {
    font-size: 16px;
}

.acr-header.header-style-4 .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.acr-header .mutiple-search button {
    right: 0;
}

.vfvbfbgdvgf {
    padding-right: 60px;
}

.search_result {
    position: absolute;
    background: #fff;
    width: 95%;
    z-index: 99;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 0;
    padding: 15px;
    display: none;
}

.sauigbcbdygd {
    width: 55%;
}

.sauigbcbdygd1 {
    width: 45%;
}

.sauigbcbdygd p {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.search_result.show {
    display: flex;
}

.sauigbcbdygd1 p {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.sauigbcbdygd1 li {
    margin: 0;
    margin-top: 10px;
}

.sauigbcbdygd li {
    margin: 0;
    margin-top: 10px;
}

.sauigbcbdygd1 li a {
    color: #272727;
    font-size: 13px;
}

.sauigbcbdygd li a {
    color: #272727;
    font-size: 13px;
}

.sauigbcbdygd1 li:hover a {
    color: #000;
    font-weight: 600;
    transition: all 0.5s;
    letter-spacing: 0.3px;
}

.sauigbcbdygd li:hover a {
    color: #000;
    font-weight: 600;
    transition: all 0.5s;
    letter-spacing: 0.3px;
}

.acr-footer .footer-middle .footer-widget a:hover {
    color: #a99d5e;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.cart-sec .product-box img {
    margin-right: 35px;
    width: 80px;
}

.checkout-table td .product-name h6 {
    font-size: 16px;
}

.acr-testimonial-author {
    padding: 0 20px;
}

.acr-auth-content form {
    max-width: unset;
    margin: 0;
}

.otp-wrapper.mycustomotpsec {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 30px;
}

.otp-wrapper.mycustomotpsec p.headingotp {
    margin-bottom: 25px;
    color: #afafaf;
    font-weight: 600;
    font-size: 16px;
}

.otp-wrapper.mycustomotpsec .otp-container {
    display: inline-block;
}

.otp-wrapper.mycustomotpsec .otp-container .otp-number-input {
    width: 26px;
    height: 33px;
    margin: 0 2px;
    border: none;
    border-bottom: 2px solid #232323;
    padding: 0;
    color: #232323;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 30px;
    box-shadow: none;
    text-align: center;
    background-color: none;
    font-weight: 600;
    border-radius: 0;
    outline: 0;
    transition: border 0.3s ease;
    background: transparent;
}

#loginotp_error {
    font-size: 13px;
    color: red;
    padding-top: 15px;
}

.bcbdigsbsotp {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.bcbdigsbsotp span {
    margin-left: 5px;
}

.otp-wrapper.mycustomotpsec .otp-submit {
    border: 0;
    color: #383838;
    margin-top: 0px;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    background: transparent;
}

.otp-wrapper.mycustomotpsec .otp-submit[disabled] {
    opacity: 0.6;
    cursor: default;
}

span.error_show {
    display: block;
    text-align: left;
    padding-left: 15px;
    color: tomato;
    font-weight: 500;
    margin: 0;
}

#registerotp_error {
    margin-top: 10px;
    color: tomato;
    font-weight: 600;
}

.subheader.subheader-2 {
    height: 225px;
}

.homeslider-section .slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.homeslider-section .slick-dots li button {
    background-color: #fff;
}

.homeslider-section .slick-dots li.slick-active button {
    width: 10px;
    background-color: #000;
}

.homeslider-section .slick-arrow {
    z-index: 999;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.homeslider-section .slick-arrow.slick-next {
    right: 25px;
}

.homeslider-section .slick-arrow.slick-prev {
    left: 25px;
}

.homeslider-section .slick-prev:before,
.homeslider-section .slick-next:before {
    color: #000;
    transition: all 0.5s;
}

.homeslider-section .slick-arrow:hover {
    background: #c39d59;
    color: #fff;
    transition: all 0.5s;
}

.homeslider-section .slick-arrow:hover:before {
    color: #fff;
    transition: all 0.5s;
}

.product-weight-selection {
    margin-bottom: 15px;
}

.product-weight-selection .select2-container--default .select2-selection--single {
    box-shadow: none;
    border: 1px solid #ddd;
    padding: 5px 15px;
    height: 45px;
}

.product-weight-selection .select2-container .select2-selection--single .select2-selection__rendered {
    font-family: 'Roboto', serif;
}

.cartbutton-section {
    position: fixed;
    right: -125px;
    bottom: 25px;
    z-index: 9;
    transition: all 0.5s;
}

.cartbutton-section.show {
    right: 85px;
    transition: all 0.5s;
}

.cartbutton-section .btn-fixed-cart {
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    padding: 10px 30px;
    border-radius: 25px;
    font-size: 16px;
    letter-spacing: 0.5px;
    box-shadow: none !important;
    border: 0 !important;
    font-weight: 500;
    height: 45px;
}

.cartbutton-section .btn-fixed-cart span {
    font-size: 14px;
    margin-right: 5px;
}

.pojvndfvfdvbdfg {
    align-items: center;
}


/* .hidbdtfv_dhbvf {
    display: flex;
    align-items: center;
} */

.hidbdtfv_dhbvf label {
    color: #000;
    font-weight: 600;
    margin-left: 10px;
    white-space: nowrap;
    margin-bottom: 5px;
}

.hidbdtfv_dhbvf p {
    margin: 0;
    font-family: 'Roboto', serif;
    font-size: 16px;
}

.aciuygdbdncdvcd {
    border: 1px solid #ddd;
    padding: 35px 25px;
    border-radius: 5px;
}

.actyfcdvjhvs-oihc {
    text-align: center;
    margin-top: 25px;
}

.checkinbtnsend {
    padding: 10px 35px;
}

.ivyvdgdtfasd {
    margin-top: 15px;
}

.ivyvdgdtfasd label {
    color: #000;
    font-weight: 600;
    margin-right: 10px;
    white-space: nowrap;
}

.removecartproduct {
    background: tomato;
    border: 0;
    border-radius: 5px;
    color: #fff;
    padding: 2px 13px;
    box-shadow: none !important;
}

.sauigbcbdygd li img {
    border-radius: 50%;
    margin-right: 15px;
}

.sauigbcbdygd1 li img {
    border-radius: 50%;
    margin-right: 15px;
}

.category-name-custom p.weightnamenygvf span {
    color: #bd9b5e;
    font-weight: 600;
    font-family: 'Roboto', serif;
}

.header-controls-ocdnytvd ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-controls-ocdnytvd ul li {
    margin-left: 30px;
}

.header-controls-ocdnytvd ul li a {
    color: #000;
}

.header-controls-ocdnytvd ul li a i {
    margin-right: 10px;
    font-weight: 500;
    font-size: 18px;
}

.header-controls-ocdnytvd ul li a span.title {
    font-size: 16px;
}

.homebanner {
    margin: 0 0 20px;
    border-radius: 10px;
    overflow: hidden;
}

.customnavigation .main-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.customnavigation .main-navigation li {
    margin: 0 5px;
}

.customnavigation .main-navigation li a {
    padding: 15px 10px;
    display: block;
    color: #222222;
    font-weight: 500;
}

.cduigd_bcdyusd {
    max-width: 20%;
}

.sdkvbyfb_nxsdiuv {
    justify-content: space-between;
}

.acr-header .mobile-search {
    display: block;
}

.customnavigation .main-navigation li.active a {
    color: #bead8e;
}

.maincategoryslider_name {
    margin-bottom: 45px;
}

.maincategoryslider_name p {
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 20px;
    color: #000;
}

.maincategoryslider_name p span {
    color: #a99d5e;
}

.blog-slider-custom.slick-initialized .slick-slide .post {
    box-shadow: none;
}

.blog-slider-custom.slick-initialized .slick-slide.slick-active .post {
    box-shadow: 0 2px 9px 0px rgb(34 12 43 / 10%);
}

.ncdigcdb_cndusgcd {
    text-align: center;
}

.blog-slider-custom .slick-slide {
    margin: 0;
}

.nivudbvf_ndsiud {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 30px;
    color: #222;
    padding: 15px 0;
    font-size: 16px;
    background-color: #fff;
    position: relative;
    width: auto;
    height: auto;
    text-align: center;
    margin-left: 0;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
    border-left: 0;
    border: 0;
}

.search-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 0%;
    background: rgb(255 255 255 / 95%);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: all 0.7s;
    padding: 50px;
}

.close-search-menu img {
    filter: invert(1);
}

.search-menu.show {
    height: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.7s;
}

.search-menu .serach-input-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
}

.search-menu .serach-input-header .ncidsbcsg-cgdsv {
    position: relative;
    width: 90%;
}

.search-menu .serach-input-header .ncidsbcsg-cgdsv .searchinput_vardhmna {
    height: 55px;
    border-radius: 50px;
    padding: 5px 25px;
    background: transparent;
    color: #000;
    border: 1px solid #656565;
    box-shadow: none !important;
    transition: all 0.5s;
    font-size: 16px;
}

.search-menu .serach-input-header .ncidsbcsg-cgdsv i {
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: 18px;
    transform: translateY(-50%);
    color: #656565;
    transition: all 0.5s;
    font-weight: 400;
}

.search-menu p.typename-search {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.search-menu .search-product-list .search-product-view img {
    max-width: 50px;
    margin-right: 15px;
    border-radius: 4px;
}

.search-menu .search-product-list .search-product-view {
    display: flex;
    align-items: center;
}

.search-menu .search-product-list .search-product-view p.search-product-name {
    color: #000;
    margin: 0;
    font-weight: 500;
    transition: all 0.3s;
}

.search-product-list.productviewis {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search-product-list.productviewis li {
    width: 50%;
    margin: 0 0 10px;
}

.close-search-menu {
    cursor: pointer;
}

ul.search-product-list {
    max-height: 64vh;
    overflow: hidden;
    overflow-y: auto;
}

.btn-orderview {
    background: #212121;
    color: #fff !important;
    font-size: 13px;
    padding: 3px 15px;
    box-shadow: none !important;
}

#orderviewmodel .custom-header {
    border-bottom: 1px solid #efefef;
    padding: 10px 25px;
}

#orderviewmodel .custom-body {
    padding: 10px 25px;
}

#orderviewmodel .ocdbdg_cbdgf {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#orderviewmodel .ocdbdg_cbdgf .abcuydg_xdtyff p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

#orderviewmodel .ocdbdg_cbdgf .abcuydg_xdtyff p span {
    color: #000;
    font-weight: 500;
}

#orderviewmodel .ocdbdg_cbdgf .abcuydg_xdtyffs p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

#orderviewmodel .ocdbdg_cbdgf .abcuydg_xdtyffs p span {
    color: #000;
    font-weight: 500;
}

#orderviewmodel .ocdbdg_cbdgf .vfbfydg_ccnduf p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

#orderviewmodel .ocdbdg_cbdgf .vfbfydg_ccnduf p span {
    color: #000;
    font-weight: 500;
}

#orderviewmodel .modal-dialog {
    max-width: 70%;
}

#orderviewmodelLongTitle {
    font-size: 20px;
}

.product-controls-remarks {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.product-controls-remarks .product-remarks {
    background: #fff;
    padding: 4px 7px;
    border-radius: 3px;
    font-weight: 700;
    cursor: pointer;
    opacity: 0;
    transform: translateX(10px);
    height: 30px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .3s ease 0s, color .3s ease 0s, opacity .3s ease 0s, transform .3s ease 0s;
}

.product:hover .product-thumbnail .product-controls-remarks .product-remarks {
    opacity: 1;
    transform: translateX(0px);
    transition: background-color .3s ease 0s, color .3s ease 0s, opacity .3s ease 0s, transform .3s ease 0s;
}

#productremarksmodel .modal-header {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    padding-top: 10px;
}

#productremarksmodel .modal-body {
    padding: 10px 40px 0;
}

#productremarksmodel .modal-dialog {
    width: 25%;
}

.modal-backdrop {
    z-index: 10409;
}

.modal {
    z-index: 10509;
    pointer-events: none;
}

.homebanner:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.homebanner img {
    transition: all 0.5s;
}

.checkremarkinput {
    margin-bottom: 10px;
}

.category-name-custom p {
    margin-bottom: 5px;
}

.circle-loader-custom {
    position: relative;
    width: auto;
    height: auto;
}

@-webkit-keyframes opaque {
    0% {
        opacity: 0.1;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.1;
    }
}

@keyframes opaque {
    0% {
        opacity: 0.1;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0.1;
    }
    100% {
        opacity: 0.1;
    }
}

.circle-loader-custom div {
    height: 10px;
    width: 10px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: 0.8s opaque ease-in-out infinite both;
    animation: 0.8s opaque ease-in-out infinite both;
}

.circle-loader-custom>div:nth-child(1) {
    top: -25px;
    left: 0;
}

.circle-loader-custom>div:nth-child(2) {
    top: -17px;
    left: 17px;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.circle-loader-custom>div:nth-child(3) {
    top: 0;
    left: 25px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.circle-loader-custom>div:nth-child(4) {
    top: 17px;
    left: 17px;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.circle-loader-custom>div:nth-child(5) {
    top: 25px;
    left: 0;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.circle-loader-custom>div:nth-child(6) {
    top: 17px;
    left: -17px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.circle-loader-custom>div:nth-child(7) {
    top: 0;
    left: -25px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.circle-loader-custom>div:nth-child(8) {
    top: -17px;
    left: -17px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.bcduygcdbsd_loadrre {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0 0 0 /70%);
    top: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.bcduygcdbsd_loadrre.show {
    transition: all 0.3s;
    opacity: 1;
    visibility: visible;
}

.acr-header .menu-item-has-children>.sub-menu>li.menu-item>a {
    font-weight: 500;
}

.category-name-custom p:first-child {
    color: #bd9b5e;
    font-weight: 600;
}

.acr-header .topbar.style-2 .right-side.topbar-social>li>a {
    font-size: 16px;
    font-weight: 400;
}

.scroll-top-custom {
    position: fixed;
    bottom: 25px;
    right: -60px;
    transition: all 0.5s;
    z-index: 999;
}

.scroll-top-custom span {
    width: 45px;
    height: 45px;
    background: #d4b171;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}

.scroll-top-custom.show {
    right: 25px;
    transition: all 0.5s;
}

.whatsapp-contact-custom {
    position: fixed;
    left: 25px;
    bottom: 25px;
    z-index: 999;
}

.whatsapp-contact-custom span {
    background: #25d366;
    background: #d4b171;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
}

.footer-widget ul li a {
    font-weight: 500;
}

.search-product-list.productviewis a:hover p.search-product-name {
    color: #bd9b5e;
    transition: all 0.3s;
}

.removewishlistid {
    background: tomato !important;
    border: 0;
    border-radius: 5px;
    color: #fff;
    padding: 5px 13px;
    box-shadow: none !important;
}

img.imshwes {
    width: 80px;
}

img.imshwes1 {
    height: 80px;
    width: auto;
}

.acr-infographic-item-body {
    text-align: center;
}

.homebanner:hover img {
    transform: scale(1.04);
    transition: all 0.5s;
}

.homebanner img {
    width: 100%;
}

.search-menu .search-product-list .search-product-view.categoryview img {
    max-width: unset;
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.bankdetails-section {
    padding: 80px 0;
}

.bankdetails-section .bankdetailshow {
    box-shadow: 0 1px 5px #ccc;
}

.bankdetailshow .banklogo {
    text-align: center;
    padding: 25px 0
}

.bankdetailshow table td {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bankdetailshow table td .copyclonetext {
    cursor: pointer;
}

.csuiagcsa_casbacct p {
    font-size: 20px;
}

.acc_verify_model .modal-header {
    border-bottom: 1px solid #dee2e6;
}

.csuiagcsa_casbacct {
    text-align: center;
}

.csuiagcsa_casbacct button {
    width: 45%;
}

.csuiagcsa_casbacct p.erroeshowfor {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
    color: green;
}

.csuiagcsa_casbacct p.erroeshowfor.red {
    color: red;
}

.contactus-sucttom .uifdvhjftfsd li a {
    color: #4d4e4e;
}

.contactus-sucttom .uifdvhjftfsd li a:hover {
    color: #d4b171;
}

.ochsan-casnlnc-sds {
    text-align: center;
}

.ochsan-casnlnc-sds p {
    font-size: 20px;
    margin-bottom: 25px;
}


/* .banner {
    position: relative;
    padding: 2.19% 0 40px;
} */

#profileupdateerror .modal-header {
    border-bottom: 1px solid #eee;
}

.custom-control label b.count {
    color: #d3ae68;
}

.sidebar.sidebar-left {
    position: sticky;
    top: 14%;
}

.checkBanner.banner {
    background-size: cover;
}

.banner.banner-1 .section-title-wrap {
    margin: 0;
    position: absolute;
    width: 45%;
    left: 15%;
    bottom: 0;
}