* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:focus {
    -moz-outline-style: none;
    outline: none
}

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

#neve_body *::-webkit-input-placeholder {
    color: #000000;
    opacity: 1;
}

#neve_body *:-moz-placeholder {
    color: #000000;
    opacity: 1;
}

#neve_body *::-moz-placeholder {
    color: #000000;
    opacity: 1;
}

#neve_body *:-ms-input-placeholder {
    color: #000000;
    opacity: 1;
}

html body {
    padding: 0;
}

*::-moz-selection {
    color: #fff;
    background: #BC8E2C;
}

*::selection {
    color: #fff;
    background: #BC8E2C;
}

*::-moz-selection {
    color: #fff;
    background: #BC8E2C;
}

*::-webkit-selection {
    color: #fff;
    background: #BC8E2C;
}

*::-ms-selection {
    color: #fff;
    background: #BC8E2C;
}

*::after,
*::before,
* {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body a {
    outline: none !important;
    transition: 0.5s all;
}

body a:focus {
    outline: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul:after,
li:after,
.container:after {
    clear: both;
    display: block;
    content: "";
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}

* {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    outline: none !important;
}

form label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
}

iframe {
    display: block;
    width: 100%;
    height: 100%;
}

body ul,
body li,
body ol p {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    position: relative;
}

ul {
    margin: 0;
    padding: 0;
}

a,
span,
b,
i {
    display: inline-block;
    vertical-align: top;
}

/*element css*/
#neve_body input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]),
#neve_body textarea,
#neve_body select {
    height: 60px;
    width: 100%;
    margin: 0;
    border-radius: 3px;
    font-size: 16px !important;
    line-height: 50px;
    color: black;
    font-family: 'Poppins', sans-serif;
    padding: 0 25px;
}

#neve_body .header-search input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]),
#neve_body .header-search textarea,
#neve_body .header-search select {
    font-size: 18px !important;
    height: 50px;
    padding: 0 50px 0 20px;
    color: #000 !important;
}

#neve_body footer input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]),
#neve_body footer textarea,
#neve_body footer select {
    height: 60px;
    width: 100%;
    margin: 0;
    border-radius: 3px;
    font-size: 16px !important;
    line-height: 16px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 0 62px;
}

/*contact form 7 error msg class and css*/
.wpcf7-not-valid-tip {
    font-size: 15px;
    color: red;
    line-height: 120%;
    margin-top: 1px;
    font-family: 'Poppins', sans-serif;
}

.value_focus .wpcf7-form input:not([type="submit"]).wpcf7-not-valid,
.wpcf7-form .wpcf7-not-valid {
    border-color: red;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
body .success {
    color: red;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    padding: 7px 15px;
    border: 1px solid red;
    background: transparent;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
}

body .wpcf7 form.sent .wpcf7-response-output,
body .success {
    color: green;
    border-color: green;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
}

#neve_body input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]),
#neve_body textarea,
#neve_body select:focus {
    box-shadow: none;
    border-color: #E1E0E1;
}

body textarea {
    resize: none;
    overflow: auto;
    height: 158px !important;
    padding-top: 15px !important;
}

#neve_body .contact-us-structure .contact-form .form-field .wpcf7-form-control-wrap .wpcf7-not-valid {
    border: 1px solid red;
}

body textarea:focus {
    box-shadow: none;
}

.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
    line-height: normal;
}

/*contact form 7 error msg class and css*/
body .to-top {
    height: 50px;
    width: 50px;
    position: fixed;
    top: auto;
    right: 15px;
    left: auto;
    bottom: 75px;
    border-radius: 7px;
    font-family: fontawesome;
    line-height: 48px;
    text-align: center;
    color: #fff;
    z-index: 111;
    box-shadow: 0 0 15px 2px #0006;
    text-decoration: none;
    transition: .5s all;
    scroll-behavior: smooth;
    padding: 0;
    font-size: 0;
    background: #39b54c;
    font-weight: normal;
}

.to-top::before {
    content: "\f106";
    font-size: 28px;
    color: #fff;
    padding-left: 1px;
}

.to-top:hover {
    cursor: pointer;
    /* opacity: 0.6; */
    color: #fff;
    background: #000000;
}

.nav-hover ul li a:hover {
    font-family: 'Gilroy-Medium', sans-serif;
}

.header-top .header-top-section .header-left-box .price-wrap ul.price-list {
    display: flex;
}

.header-left-box .price-wrap ul.price-list li span p {
    display: inline;
}

.header-left-box .price-wrap ul.price-list li {
    font-size: 18px;
    line-height: 49px;
    padding-right: 36px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.header-left-box .price-wrap ul.price-list li span {
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.header-top-middle .header-middle-box .contacts-wrap {
    display: flex;
    justify-content: flex-end;
}

.header-search .header-label-section label {
    position: relative;
}

button.is-search-submit {
    position: absolute;
    right: 10px;
    top: 3.8px;
}

.header-label-section .is-search-submit .is-search-icon {
    height: 42px;
    width: 42px;
    background: #BC8E2C;
    border-radius: 3px;
    margin-top: 0;
}

.header-label-section .is-search-submit .is-search-icon svg,
.search-no-results .nv-submit .nv-icon.nv-search svg {
    width: 24px;
    display: inline;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(113deg) brightness(266%) contrast(111%);
    height: 28px;
    opacity: 1;
}

.header-label-section .is-form-style {
    line-height: 1;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

#neve_body .header-navigation ul.hfe-nav-menu li a.hfe-menu-item {
    padding-left: 29px;
    padding-right: 14px;
    font-family: 'Gilroy-medium';
    font-weight: normal;
    font-size: 18px;
}

.header-top-right .my-account-cls:not(.mini_cart_item)>a::before {
    content: "\f023";
}

#neve_body .header-top-right li:not(.mini_cart_item)>a {
    position: relative;
    font-family: fontawesome;
    font-size: 0;
    color: white;
    width: 16px;
    height: 18px;
}

#neve_body .header-top-right li:not(.mini_cart_item)>a::before {
    content: "\f07a";
    font-size: 20px;
    opacity: 1;
    background: transparent;
    font-weight: 100;
    position: static;
}

#neve_body .header-top-right .my-account-cls:not(.mini_cart_item)>a::before {
    content: "\f023";
}

#neve_body .header-top-right .my-account-cls:not(.mini_cart_item)::after,
#neve_body .header-top-right .my-cart-cls::after,
#neve_body .header-top-right .my-cart-cls::before {
    content: "";
    height: 49px;
    width: 1px;
    background: #ffffff20;
    position: absolute;
    opacity: 1;
    right: -11px;
    top: -15px;
    color: white;
}

#neve_body .cart-icon-wrapper .cart-count {
    background: black;
    color: #fafafa;
    position: absolute;
    font-size: 10px;
    padding: 2px;
    right: -13px;
    font-weight: 500;
    line-height: 1;
    border-radius: 13px;
    top: -7px;
    bottom: 0;
    width: 15px;
    height: 13px;
    text-align: center;
    margin: 0 auto;
}

header .cart-icon-wrapper .nv-icon.nv-cart:hover {
    color: black;
}

.hide_cart_widget_if_empty p {
    text-align: center;
    padding: 7px 0;
}

#neve_body .header-top-right .my-cart-cls::before {
    right: -41px;
}

#neve_body .header-top-right .my-cart-cls::after {
    right: -84px;
}

#neve_body .cart_list .mini_cart_item a {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 21px;
    font-weight: 600 !important;
}

#neve_body .cart_list .mini_cart_item a:hover {
    color: #BC8E2C !important;
    background: transparent;
}

#neve_body .cart_list .mini_cart_item a.remove {
    font-size: 27px;
    height: auto;
    width: auto;
}

body.woocommerce-account nav>ul li {
    margin: 0 !important;
}

.woocommerce ul.cart_list li img {
    /* width: 60px !important; */
    max-width: 60px;
    max-height: 60px;
    border: 1px solid #BC8E2C;
    padding: 5px;
}

#neve-body .woocommerce a.remove:hover {
    color: #BC8E2C !important;
    background: white;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0;
    border-bottom: 1px solid #666666;
}

.nv-nav-cart li .quantity {
    font-size: 14px;
    font-family: poppins;
    opacity: 1;
    color: #666666;
}

.nv-nav-cart .widget_shopping_cart_content .total {
    font-size: 16px;
    font-family: poppins;
    border: 0;
    margin: 0;
    box-shadow: 0 -3px 9px -9px;
    padding: 8px 16px;
}

.button.wc-forward {
    color: #BC8E2C !important;
    background: white !important;
    border: 1px solid #BC8E2C !important;
    transition: 0.5s all;
}

.button.wc-forward:hover {
    color: white !important;
    background: #BC8E2C !important;
}

.email span,
.mobile span {
    font-size: 0;
}

.header-middle-box .contacts-wrap a::before {
    content: "\f0e0";
    position: absolute;
    font-family: fontawesome;
    top: 0;
    font-size: 18px;
    left: 0;
    color: white;
}

header .cart-icon-wrapper svg {
    display: none;
}

header .cart-icon-wrapper .nv-icon.nv-cart {
    position: relative;
    font-family: fontawesome;
    height: 20px;
    width: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0 0 0 3px;
}

header .cart-icon-wrapper .nv-icon.nv-cart::before {
    content: "\f07a";
}

.header-middle-box .contacts-wrap .mobile a::before {
    content: "\f095";
}

.header-middle-box .contacts-wrap a {
    position: relative;
    padding-left: 23px;
    padding-right: 27px;
    font-size: 18px;
    line-height: 47px;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

#neve_body .header-top-right .responsive-nav-cart::before {
    display: none;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    bottom: auto;
    top: 0;
    width: 100%;
    transition: 0.5s all;
}

/* .header .header-top-right {
    width: 90px;
} */
.header-middle-box .contacts-wrap a:hover {
    color: black;
    transition: 0.5s all;
}

.cnt-wrap .top-sml {
    font-family: poppins;
}

.cnt-wrap .sml,
.cnt-wrap .top-sml {
    font-size: 22px;
    line-height: 52px;
    font-weight: 500;
}

.cnt-wrap .abt-list {
    padding-left: 32px;
    padding-top: 18px;
}

.cnt-wrap .abt-list li {
    position: relative;
}

.cnt-wrap .abt-list li::before {
    content: "\f00c";
    position: absolute;
    font-family: fontawesome;
    top: 4px;
    left: -30px;
    color: white;
    font-size: 10px;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: border-box;
    background: rgb(188, 142, 44);
    background: linear-gradient(359deg, rgba(188, 142, 44, 1) 0%, rgba(238, 213, 106, 1) 100%);
    text-align: center;
    line-height: 18px;
}

.cnt-wrap .abt-list li:not(:last-child) {
    margin-bottom: 12px;
}

.elementor-inline-editing p {
    margin: 0;
}

.abt-section .main-title h2:after {
    margin: 0;
}

.abt-section .main-title h2 {
    padding-bottom: 12px;
    margin-bottom: 16px;
}

/*com-code link-btn-arrow*/
.products-wrp a.elementor-button,
.btn-arrow a.elementor-button {
    /*position: relative;*/
    display: flex;
}

.btn-arrow a.elementor-button span.elementor-button-text::after,
.products-wrp a.elementor-button span.elementor-button-text::after {
    content: "";
    background: url(../images/sub-arrow.png) no-repeat;
    position: absolute;
    left: auto;
    right: -29px;
    top: 0;
    height: 20px;
    width: 20px;
    background-position: center center;
    bottom: 0;
    display: block;
}

.elementor-align-center a.elementor-button span.elementor-button-text:hover::after {
    filter: brightness(0);
}

.btn-arrow .elementor-button-wrapper {
    /* max-width: 31%; */
    max-width: 100%;
    display: inline-block;
}

.btn-arrow a.elementor-button span.elementor-button-text:hover::after,
.products-wrp a.elementor-button span.elementor-button-text.hover::after {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(113deg) brightness(266%) contrast(111%);
    transition: 0.5s all;
}

.elementor-align-center .elementor-button-text:hover {
    color: black;
    border-bottom: 2px solid #000;
    margin-bottom: -2px;
}

.elementor-button-link {
    display: inline-block;
}

/*banner*/
.banner-section div#n2-ss-2 .n-uc-hV8axnlqWAlb {
    padding: 0;
}

.banner-section div#n2-ss-2 .n2-ss-slide-limiter {
    max-width: 1550px;
}

/*.banner-section .n2-ss-slide-active {
    height: 809px!important;
}*/
.banner-section div#n2-ss-2 .n2-ss-layer h2#n2-ss-2item1,
.home .banner-section .banner-content .n2-ss-item-content p {
    font-family: Cinzel-Medium, sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 140%;
    color: #FFF;
}

.elementor-button-text {
    display: inline-block;
    position: relative;
}

.banner-section div#n2-ss-2 .n-uc-cUMOJxdKbO0J-inner {
    padding: 0;
    justify-content: normal;
}

.banner-section div#n2-ss-2 .n2-ss-layer.n2-ss-layer--auto {
    /* position: static; */
    left: 0;
    width: auto !important;
    height: auto !important;
}

.banner-section div#n2-ss-2 .n2-ss-layer.n2-ss-layer--auto:last-child {
    transform: translate(100px, 604px) translate(-50%, -50%) !important;
    padding-top: 8px;
}

.banner-section div#n2-ss-2 .n2-ss-layer.n2-ss-layer--auto:last-child .n2-ss-button-container a.n2-ow {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background: transparent;
    line-height: 57px;
    padding: 0 53.1px 0 18px;
    position: relative;
    border-radius: 4px;
    border-color: #BC8E2C;
    border-width: 1px;
}

.banner-section div#n2-ss-2 .n2-ss-layer.n2-ss-layer--auto:last-child .n2-ss-button-container a.n2-ow:hover {
    background: #BC8E2C;
    transition: 0.5s all;
}

div#n2-ss-2 .n2-font-d80a47632c50beaf9c43cecef6a9d03c-link a:hover {
    color: white;
}

.banner-section div#n2-ss-2 .n2-ss-layer.n2-ss-layer--auto:last-child .n2-ss-button-container a.n2-ow:hover::before {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(113deg) brightness(266%) contrast(111%);
}

.banner-content .n2-ss-layer.n2-ow .n2-ss-item-image-content {
    min-width: 880px;
}

.banner-section div#n2-ss-2 .n2-ss-layer.n2-ss-layer--auto:first-child {
    transform: translate(324px, 388px) translate(-50%, -50%) !important;
    padding-top: 37px;
}

.banner-section div#n2-ss-2 .n2-ss-layer.n2-ss-layer--auto:last-child .n2-ss-button-container a.n2-ow::before {
    display: block;
    content: '';
    background-image: url(../images/sub-arrow.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 21px;
    margin: auto;
}

.product-category-wrap .elementor-shortcode {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 18px;
}

.product-category-wrap .elementor-shortcode .category-wrap>div:first-child {
    display: none;
}

.product-category-wrap .e-flex.e-con .product-category {
    width: 100%;
}

.product-category-wrap .elementor-shortcode .category-wrap {
    min-height: 234px;
    background: #F0F0F0;
}

.product-category-wrap .elementor-shortcode .category-wrap .thmbnl-name {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.product-category-wrap .elementor-shortcode .category-wrap {
    min-height: auto;
    background: #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BC8E2C;
    cursor: pointer;
    padding: 40px 22px 40px 70px;
}

.product-category-wrap .elementor-shortcode .category-wrap:hover {
    background-image: url(../images/silver-bullion-bg-img.png);
    width: 100%;
    height: 100%;
    border: 0;
}

.product-category-wrap .elementor-shortcode .category-wrap:hover .cate-title-cnt h4.cate-nm {
    font-weight: 500;
}

.cate-img {
    width: 40%;
}

.cate-title-cnt {
    display: flex;
    flex-direction: column;
    padding-left: 25px;
    width: 60%;
}

.cate-title-cnt h4.cate-nm {
    margin: 0;
    color: #000;
    font-size: 26px;
    line-height: 120%;
    font-family: 'Cinzel', sans-serif;
    font-weight: 600;
    /* padding-left: 25px; */
}

.cate-title-cnt span.product-count {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 110%;
    color: #333333;
    position: relative;
    padding-top: 16px;
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
    width: 100%;
}

/* .woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product:not(:last-child) {
    margin-right: 26px;
} */
ul.products.columns-3 .owl-nav span {
    font-size: 20px;
}

/* ul.products.columns-3 .owl-nav {
    display: flex;
    justify-content: space-between;
} */
ul.products.columns-3 .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    pointer-events: none;
}

body#neve_body .owl-nav button,
body#neve_body .ti-controls>div {
    width: 40px;
    height: 40px;
    line-height: 0;
    border-radius: 100%;
    padding: 0;
    background: white;
    color: #BC8E2C;
    border: 1px solid #CCCCCC;
    pointer-events: all;
}

body#neve_body .most-popular-section .owl-nav button,
body#neve_body .most-popular-section .ti-controls>div {
    position: relative;
}

.owl-nav button.owl-prev {
    left: 0;
    right: auto;
}

.owl-nav button.owl-next {
    right: 0;
    left: auto;
}

.owl-nav button {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0px -64px;
}

ul.products.columns-3 .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    line-height: 0;
    border-radius: 100%;
    padding: 0;
    background: white;
    color: #BC8E2C;
}

ul.products.columns-3 .owl-nav .owl-prev:hover {
    color: white;
    background-color: #BC8E2C;
}

ul.products.columns-3 .owl-nav .owl-next:hover {
    color: white;
    background-color: #BC8E2C;
}

.product-category-wrap .elementor-shortcode .category-wrap:first-child .cate-title-cnt {
    padding-left: 39px;
}

.product-category-wrap .elementor-shortcode .category-wrap:hover h4.cate-nm,
.product-category-wrap .elementor-shortcode .category-wrap:hover .cate-title-cnt span.product-count {
    color: #fff;
}

.product-category-wrap .elementor-shortcode .category-wrap:hover .cate-title-cnt span.product-count {
    font-weight: 300;
}

.cate-title-cnt span.product-count::before {
    content: '';
    position: absolute;
    width: 104px;
    height: 3px;
    background: #BC8E2C;
    border-radius: 100%;
    top: 4px;
}

.products-wrp .elementor-tabs .elementor-tabs-wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}

.products-wrp .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
    padding: 0;
}

.products-wrp .elementor-tabs .elementor-tab-desktop-title {
    padding: 0px 29px;
    position: relative;
}

.main-title h2::after,
body .products-wrp .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title::after,
body#neve_body.search-results .posts-wrapper .search-title:after {
    content: '';
    position: absolute;
    width: 75px;
    height: 2px;
    border-radius: 100%;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
}

body .products-wrp .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title:hover {
    color: #bc8e2c;
    font-weight: 400;
}

body .products-wrp .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    box-shadow: none;
}

body .products-wrp .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title::after {
    background-image: url(../images/btn-bottom-line.png);
    filter: brightness(0);
}

body .products-wrp .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active::after,
body .products-wrp .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title:hover::after {
    filter: brightness(100%);
}

.products-wrp a.elementor-button {
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #BC8E2C;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    /* text-decoration: underline; */
    border-bottom: 2px solid #BC8E2C;
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    line-height: 22px;
    background: transparent;
}

.main-title h2 {
    position: relative;
    margin-bottom: 36px;
    padding-bottom: 16px;
}

.login-form-wrap .main-title h2 {
    margin-bottom: 0px;
}

.main-title h2:after,
body#neve_body.search-results .posts-wrapper .search-title:after {
    width: 104px;
    height: 3px;
    background: #BC8E2C;
    bottom: 0;
}

a.elementor-button-link {
    display: inline-block;
    vertical-align: top;
}

.products li.product .nv-card-content-wrapper .img-wrap img {
    width: auto;
    margin: 0 auto;
}

.products li.product .nv-card-content-wrapper .img-wrap {
    height: 215px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.woocommerce .products li.product .nv-card-content-wrapper h2.woocommerce-loop-product__title {
    font-family: 'Cinzel', sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 29px;
    font-weight: bold;
    color: #000;
    padding-bottom: 6px;
}

.woocommerce ul.products li.product .price {
    text-align: center;
    color: #bc8e2c !important;
    display: block;
    font-weight: 600;
    margin-bottom: .5em;
    font-size: 16px !important;
    line-height: 20px;
}

.price .before-price-text {
    color: #000;
}

.woocommerce ul.products li.product .price bdi {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #bc8e2c;
    line-height: 20px;
}

.woocommerce ul.products li.product .price .base-price {
    color: #bc8e2c;
    padding-left: 3px;
}

.nv-card-content-wrapper .stock {
    padding-bottom: 13px;
}

.home .nv-card-content-wrapper .stock {
    margin-bottom: 60px;
}

.nv-card-content-wrapper .in-stock,
.nv-card-content-wrapper .out-stock {
    color: #666666;
    font-size: 18px;
    font-family: poppins;
    font-weight: 400;
    position: relative;
}

.nv-card-content-wrapper .in-stock::before {
    content: " ";
    position: absolute;
    font-family: fontawesome;
    top: 6px;
    left: -29px;
    color: white;
    font-size: 14px;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: #009933 url(Images/check-img.png) no-repeat;
    text-align: center;
    line-height: 20px;
    background-position: 2px 5px;
}

.woocommerce ul.products li.product .star-rating {
    font-size: 21px;
}

.home .woocommerce ul.products li.product .star-rating {
    display: none;
}

.woocommerce .products>.star-rating {
    display: none;
    margin: 0 0 .5em;
    float: none;
}

.star-rating.custom-star {
    display: block;
    align-self: center;
    padding-bottom: 43px;
}

.products li.product .nv-card-content-wrapper .price {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: black;
}

ul.products.columns-3 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.products li.product:hover {
    border: 1px solid#BC8E2C;
}

.product ul li:hover .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    opacity: 1;
}

.single-product .product ul.products li.product:hover .add_to_cart_button:hover {
    background-color: #BC8E2C !important;
}

.woocommerce ul.products li.product a.add_to_cart_button:hover {
    opacity: 1;
    background: #000 !important;
    color: #fff !important;
}

.woocommerce ul.products li.product a.add_to_cart_button,
.right-sec-wrap .products li.product .nv-card-content-wrapper>a.button {
    text-decoration: none;
    background: #BC8E2C;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 1;
}

.home .woocommerce ul.products li.product a.add_to_cart_button:hover,
.right-sec-wrap .products li.product .nv-card-content-wrapper>a.button:hover {
    background: #000 !important;
}

.products li.product {
    border: 1px solid #E1E0E1;
    border-radius: 5px;
}

.products li.product .nv-card-content-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
}

.products li.product .nv-card-content-wrapper .sp-product-image {
    padding: 25px 0 15px 0;
}

/*error msg*/
.epic_results p.error {
    color: red !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
    padding-top: 5px;
}

.errors {
    padding: 10px;
    text-align: center;
    margin-top: 4px;
}

body#neve_body .ti-widget.ti-goog .ti-controls .ti-next:hover,
.ti-widget.ti-goog .ti-controls .ti-prev:hover {
    cursor: pointer;
    transform: none;
}

.cnt-wrap .abt-list li:not(:last-child) {
    margin-bottom: 12px;
}

.our-partner-section .grid-5 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 30px 22px;
}

.our-partner-list {
    width: 100%;
}

.our-partner-section .grid-5 .our-teams {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    background: #FFF;
    height: 142px;
    border-radius: 8px;
    transition: 0.5s all;
    border: 2px solid transparent;
}

.our-partner-section .grid-5 .our-teams:hover {
    border-color: #BC8E2C;
    cursor: pointer;
    transform: scaleY(1.1);
}

/* font-family: "poppins", sans-serif; */
/* font-family: "cinzel", sans-sarif; */
/* font-family: "Gilroy-Medium", sans-sarif; */
/* footer */
footer .quick-links .hfe-nav-menu,
footer .other-links .hfe-nav-menu {
    display: block;
}

footer .hfe-nav-menu li::before {
    content: "";
    position: absolute;
    background: #fff;
    height: 4px;
    width: 4px;
    border-radius: 50px;
    top: 16px;
    left: 0;
    right: 0;
    bottom: auto;
}

footer .hfe-nav-menu li {
    padding: 0 0 0 8px;
}

footer .social-wrap {
    display: flex;
    justify-content: center;
}

footer .social-wrap a {
    border: 1px solid #BC8E2C;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    font-size: 0;
    position: relative;
}

footer .social-wrap div:not(:last-child) {
    margin-right: 10px;
}

.border-custom h4::before {
    content: "";
    position: absolute;
    background: #BC8E2C;
    height: 2px;
    width: 45px;
    top: auto;
    left: 0;
    right: 0;
    bottom: 24px;
}

footer .social-wrap a::before {
    content: "";
    background: url(../images/footer-sprit.png) no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 20px;
    width: 20px;
    background-position: 5px 0;
    margin: auto;
    bottom: 0;
}

footer .social-wrap .Insta-row a::before {
    background-position: -46px 0;
}

footer .social-wrap .Tweeter-row a::before {
    background-position: -100px 0;
}

footer .social-wrap .youtube-row a::before {
    background-position: -154px 0;
}

footer .social-wrap a:hover::before {
    filter: invert(40%) sepia(85%) saturate(373%) hue-rotate(3deg) brightness(95%) contrast(90%);
}

footer .form-field input#subnewsemail {
    background: transparent;
    border: 1px solid #4C4C4C;
    height: 60px !important;
    color: #fff;
    padding: 0 15px 0 60px;
}

/*.tnp-form .form-field.input_focus label, .tnp-form .form-field.value_focus label {
    top: 17px;
    left: 13px;
    font-size: 12px;
    position: absolute;
    color: #fff;
    padding: 3px 3px;
    border-radius: 5px;
    line-height: 1;
    z-index: 9;
}*/
footer .form-field label {
    width: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    position: absolute;
    top: 21px;
    left: 60px;
    line-height: 100%;
    transition: all .5s ease 0s;
    margin: 0;
}

footer .form-field.input_focus label,
footer .form-field.value_focus label {
    top: -11px;
    font-size: 16px;
    color: #fff;
    padding: 3px 3px;
    border-radius: 5px;
    line-height: 1;
    background-color: #000;
    z-index: 9;
}

footer .form-field {
    position: relative;
}

footer .form-field::before {
    content: '';
    background-image: url(../images/footer-email-feild-icon.png);
    width: 22px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 23px;
    margin: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

footer .sub_buttons {
    position: relative;
    margin-top: 25px;
    display: flex;
}

footer .loader_wrap {
    margin-left: 38px;
}

footer .sub_buttons input#sidebar_button:hover,
footer .sub_buttons .sbmt-btn:hover:after {
    opacity: .6;
}

footer .sub_buttons input#sidebar_button {
    background: transparent;
    border: 0;
    color: #BC8E2C;
    width: 100%;
    text-align: left;
    padding: 0px 0 1px 0;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    /* text-decoration: underline; */
    text-transform: uppercase;
    line-height: 100%;
    border-bottom: 1px solid #BC8E2C;
    border-radius: 0;
}

footer .btn-top {
    line-height: 0;
}

footer .sub_buttons input#sidebar_button:hover {
    color: white;
    opacity: 1;
}

footer .form-field::after,
footer .sub_buttons::after {
    clear: both;
    display: block;
    content: '';
}

footer .sbscrb-form .success {
    background-color: transparent;
    text-align: left;
    color: green;
    float: none;
    width: auto;
    padding: 5px;
    margin: 10px 0 0 2px;
}

footer .copyright-wrap a:hover {
    color: #000 !important;
}

footer .sub_buttons .sbmt-btn::after {
    content: "";
    background: url(../images/sub-arrow.png) no-repeat;
    position: absolute;
    left: 104px;
    right: auto;
    top: 0;
    height: 20px;
    width: 20px;
    background-position: center center;
    margin: auto;
    bottom: 0;
}

footer .sub_buttons .sbmt-btn:hover::after {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(113deg) brightness(266%) contrast(111%);
    opacity: 1;
}

.ti-next {
    position: relative;
}

.ti-next::before {
    content: "\f105";
    position: absolute;
    line-height: 0;
    border-radius: 100%;
    padding: 0;
    background: white;
    color: #BC8E2C;
    font-family: fontawesome;
    font-size: 20px;
}

body#neve_body .ti-widget.ti-goog .ti-controls .ti-next::after,
body#neve_body .ti-widget.ti-goog .ti-controls .ti-prev::after {
    height: 0;
    width: 0;
}

body#neve_body .ti-widget.ti-goog .ti-controls .ti-next::before,
body#neve_body .ti-widget.ti-goog .ti-controls .ti-prev::before {
    content: "\f104";
    position: absolute;
    border-radius: 100%;
    /* padding: 0; */
    background: white;
    color: #BC8E2C;
    font-family: fontawesome;
    font-size: 15px;
    transform: rotate(0deg);
    left: 11px;
    text-align: center;
    line-height: 27px;
}

body#neve_body .ti-widget.ti-goog .ti-controls .ti-next::before {
    content: "\f105";
    top: 4px;
    left: 17px;
}

body#neve_body .ti-widget.ti-goog .ti-controls .ti-prev::before {
    top: 5px;
    left: 14px;
}

body .ti-widget.ti-goog .ti-controls {
    width: 100%;
    position: absolute;
    height: 0px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

body#neve_body .ti-controls>div {
    display: block !important;
}

.ti-controls .ti-prev,
.ti-controls .ti-next {
    margin: 0 -67px;
}

.ti-footer {
    display: none;
}

.owl-dots {
    display: none;
}

/*................................................08-08-2023...................................................*/
body .ti-widget.ti-goog .ti-widget-container .ti-name {
    font-size: 20px;
    overflow: hidden;
    padding: 0 15px 0px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
    margin-bottom: 2px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

body .ti-widget.ti-goog .ti-reviews-container-wrapper .ti-inner>.ti-stars,
.ti-widget.ti-goog .ti-reviews-container-wrapper .ti-popup-inner>.ti-stars {
    text-align: left;
    margin: -11px 0 6px 90px;
}

body .ti-widget.ti-goog .ti-review-header::after {
    content: "";
    display: block;
    width: 34px;
    height: 35px;
    position: absolute;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center center;
}

body .ti-widget.ti-goog .ti-review-content {
    line-height: 27px;
    font-size: 16px;
    text-align: left;
    transition: height 0.5s;
    overflow: hidden;
    padding: 11px 0 0 0;
    color: #333333;
    font-family: 'Poppins', sans-serif;
}

body .ti-widget.ti-goog .ti-profile-img img {
    width: 80px !important;
    height: 80px !important;
    padding: 0px !important;
    display: block;
    border-radius: 30px;
    min-width: initial !important;
    max-width: initial !important;
    object-fit: cover;
    object-position: top;
}

body .ti-widget.ti-goog .ti-review-item>.ti-inner {
    padding: 28px 30px 55px 32px !important;
}

#neve_body .header-top-right li:not(.mini_cart_item)>a:hover {
    color: #000000;
}

.cnt-wrap .elementor-heading-title .sml {
    padding-top: 7px;
}

.perth-bullion-img .elementor-widget-container {
    height: 481px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

ul.products.columns-3 .owl-nav span {
    display: none;
}

ul.products.columns-3 .owl-nav .owl-prev::before,
ul.products.columns-3 .owl-nav .owl-next::before {
    content: "\f104";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: fontawesome;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    line-height: 37px;
}

body#neve_body .owl-nav button:hover,
body#neve_body .ti-controls>div:hover {
    background: #BC8E2C;
    color: white;
    transform: none;
}

ul.products.columns-3 .owl-nav .owl-next::before {
    content: "\f105";
}

/*........................404-page........................*/
.error404 .header {
    background: url(Images/header-img1.png);
    padding: 0;
}

.error-404.not-found.erro-page-heading.container {
    padding: 100px 0;
}

.error404 .section-heading {
    font-size: 110px;
    font-weight: bold;
    color: #BB8D2B;
    line-height: 120%;
    text-shadow: 6px 4px 4px #fff;
    text-align: center;
    font-family: 'Cinzel', sans-serif;
    margin-bottom: 0;
}

.error-page-content {
    text-align: center;
}

.page-content h2 {
    font-size: 27px;
    line-height: 100%;
    text-align: center;
    display: block;
    color: #000;
    margin: 7px 0 24px 0 !important;
    font-family: 'Poppins', sans-serif;
}

.page-content p {
    font-size: 23px;
    line-height: 120%;
    margin: 0;
    color: #BB8D2B;
    font-weight: bold;
    text-shadow: 1px 1px 1px #666;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 45px;
}

.home-btn {
    background: #BB8D2B;
    border-radius: 5px;
    border: 0;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    color: #ffffff;
    font-weight: normal;
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    padding: 0 57px;
    font-size: 19px;
    text-decoration: none;
    margin: 0 auto;
}

.home-btn:hover {
    background: #000;
    color: #fff;
}

/*................................................09-08-2023...................................................*/
.btn-top a.elementor-button.elementor-button-link span {
    font-size: 0;
    height: 50px;
    width: 50px;
    position: fixed;
    top: auto;
    right: 15px;
    left: auto;
    bottom: 95px;
    border-radius: 7px;
    font-family: fontawesome;
    line-height: 48px;
    text-align: center;
    color: #fff;
    z-index: 111;
    text-decoration: none;
    transition: .5s all;
    scroll-behavior: smooth;
    padding: 0;
    font-size: 0;
    background: #BB8D2B;
    font-weight: normal;
}

.btn-top a.elementor-button.elementor-button-link span::after {
    content: "\f106";
    font-size: 28px;
    color: #fff;
    padding-left: 1px;
}

body#neve_body .ti-widget.ti-goog .ti-controls .ti-prev:hover::before {
    color: #fff;
}

body#neve_body .ti-widget.ti-goog .ti-controls .ti-next::before,
body#neve_body .ti-widget.ti-goog .ti-controls .ti-prev::before {
    height: 0;
    width: 0;
}

body#neve_body .ti-widget.ti-goog .ti-controls .ti-next:hover::before {
    color: #fff;
}

/* .header-top-right {
    border-left: 1px solid #ffffff20;
} */
/*.................................21-08-2023....................................*/
.list-icons .elementor-icon-list-item::after {
    display: none;
}

#neve_body .list-icons ul li,
#neve_body .storage-list-icons ul li {
    padding: 0 0 18px 0;
    position: relative;
}

#neve_body .list-icons ul li::before,
#neve_body .storage-list-icons ul li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: -20px;
    right: auto;
    bottom: 0;
    width: 6px;
    height: 6px;
    background: #333;
    border-radius: 50%;
}

.text-heading h2,
.storage-heading h2 {
    position: relative;
}

.text-heading h2::before,
.storage-heading h2::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -36px;
    right: auto;
    bottom: 0;
    background: url(Images/sprite-icone.png);
    width: 20px;
    height: 20px;
}

.terms-condition .main-title h2 {
    margin-bottom: 25px;
}

#neve_body .storage-list-icons ul li {
    padding-bottom: 18px;
}

.main-title.storage-options h2 {
    position: relative;
    margin-bottom: 36px;
    padding-bottom: 19px;
}

#neve_body .faq-slider .elementor-toggle-icon-left {
    float: none;
    filter: brightness(0);
    position: absolute;
    right: 31px;
    left: auto;
}

#neve_body .faq-slider .fa-caret-right {
    position: relative;
}

#neve_body .faq-slider .fa-caret-right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: 17px;
    height: 17px;
    background: url(Images/breadcumb.png) no-repeat;
    background-position: 0 -46px;
}

#neve_body .faq-slider .fa-caret-right:hover::before {
    background-position: 0 -97px;
}

.faq-slider .elementor-toggle-item {
    margin-bottom: 15px;
    border-radius: 10px;
}

.faq-slider .elementor-toggle-item .elementor-tab-title,
.faq-slider .elementor-toggle-item .elementor-tab-content {
    box-shadow: none;
    border-radius: 10px;
}

.faq-slider .fa-caret-up {
    position: relative;
}

.faq-slider .fa-caret-up::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 3px;
    background: url(Images/breadcumb.png) no-repeat;
    background-position: 0 -140px;
}

.faq-slider .elementor-tab-content {
    margin-top: -17px;
}

.elementor-toggle .elementor-tab-title {
    border: 1px solid #E1E0E1;
}

.elementor-tab-title.elementor-active,
.faq-slider .elementor-toggle-item .elementor-tab-content {
    border: 2px solid #BC8E2C;
}

.elementor-toggle .elementor-tab-title.elementor-active {
    border-color: #BC8E2C;
    border-radius: 10px 10px 0px 0px;
}

.elementor-toggle .elementor-tab-title.elementor-active+.elementor-tab-content {
    border-top: none;
    border-radius: 0 0 10px 10px;
}

.breadcrumb {
    padding: 15px 0 15px;
    font-size: 0;
}

.breadcrumb span>span {
    font-size: 0;
    display: inline;
}

.breadcrumb span,
.breadcrumb span a,
.breadcrumb .breadcrumb_last {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 120%;
    color: #1F1F1F;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #BC8E2C;
}

.breadcrumb .breadcrumb_last {
    font-weight: 500;
    color: #cdaa60;
}

.breadcrumb span>span::before {
    content: "";
    /* content: "\f054 \f054"; */
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-weight: normal;
    color: #333;
    height: 11px;
    width: 14px;
    margin: -1px 7px 0 7px;
    font-family: fontawesome;
    line-height: 10px;
    border: 0;
    background: url(Images/breadcumb.png) no-repeat;
}

.breadcrumb span:first-child::before {
    display: none;
}

.breadcrumb span {
    font-size: 0;
}

.bread-crumb-section {
    border-bottom: 1px solid #E1DFE1;
}

/*......................................25-08-2023(Ruchin's Css)...............................*/
/*............................................25-08-2023..........................................*/
/*woocommerce common css*/
/*woocommerce-error css*/
/*.woocommerce-info, .woocommerce-error, .woocommerce-message*/
.woocommerce-header .header-section,
.gold-inner-page .header-section,
.woocommerce-wishlist .header-section {
    background: #000 url(Images/header-img.png) no-repeat;
}

body.woocommerce-account #customer_login div.u-column2 {
    display: none;
}

.woocommerce-error {
    color: red;
    border: 1px solid red;
    text-align: center;
    padding: 10px 15px;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 20px 0;
    line-height: normal;
}

.woocommerce-message {
    color: green;
    border: 1px solid green;
    text-align: center;
    padding: 10px 15px !important;
    font-family: 'Axiforma';
    margin: 0 0 20px 0;
    line-height: normal;
    background: #fff;
    font-size: 16px;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    display: none;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    font-size: 16px;
    line-height: 120%;
}

/*woocommerce-error css*/
/*dashboard page*/
/******************[[[[[[[[[[[[[[[[[[[[[[[My Acoount pages css]]]]]]]]]]]]]]]]]]]]]]]*************************/
#neve_body.woocommerce-page input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]),
#neve_body.woocommerce-page textarea,
#neve_body.woocommerce-page select:focus {
    box-shadow: none;
    border-color: #E1E0E1;
}

#neve_body .woocommerce-form input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]),
#neve_body .woocommerce-form textarea,
#neve_body .woocommerce-form select {
    height: 60px;
    width: 100%;
    margin: 0;
    border-radius: 3px;
    font-size: 16px !important;
    line-height: 16px;
    color: #000 !important;
    font-family: 'Poppins', sans-serif;
    padding: 0 25px;
    border: 1px solid #E1E0E1;
    accent-color: #bb8d2b;
}

/* #neve_body.woocommerce-page input.error:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]), #neve_body.woocommerce-page textarea.error, #neve_body.woocommerce-page select.error {
    box-shadow: none;
    border-color: red;
} */
#neve_body .woocommerce-form input.error:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]),
#neve_body .woocommerce-form textarea.error,
#neve_body .woocommerce-form select.error {
    box-shadow: none;
    border-color: red;
}

.main-title h2,
.ac-login-note h4 {
    color: #000;
    text-align: center;
    font-family: "Cinzel-Medium", Sans-serif;
    font-size: 45px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 120%;
}

.ac-login-note h4 {
    font-size: 20px;
    text-align: left;
}

.home .main-title h2 {
    text-transform: uppercase;
}

.login-form-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.dashborad-section .login-form-wrap {
    padding: 0 0 0 0;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set,
.register-form-wrap.sign-in-out-form {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding: 0;
}

.register-form-wrap.sign-in-out-form {
    padding: 0px 0 58px 0;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    width: 100%;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: flex;
    justify-content: start;
    margin-left: -25px;
    pointer-events: all;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme #rememberme {
    width: 25px !important;
}

.form-row.login-register-btn {
    display: flex;
    justify-content: center;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
    padding: 3px 0 0 12px;
}

/* .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit.reg-submit:hover {
    background: #000;
    color: #fff;
} */
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit::before,
.woocommerce-form-register__submit.reg-submit::before,
.woocommerce button.button::before,
.woocommerce-page #payment #place_order::before,
body .woocommerce a.button::before,
.single-product.woocommerce button.button::before,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message a::before,
.woocommerce ul.products li.product a.add_to_cart_button::before {
    content: "";
    background: url(Images/breadcumb.png) no-repeat !important;
    position: absolute;
    left: auto;
    right: 20px;
    top: 19px;
    height: 20px;
    width: 20px;
    background-position: 0 -171px !important;
    bottom: 0;
    display: block;
}

#neve_body .woocommerce .woocommerce-notices-wrapper .woocommerce-message a::before {
    right: 12px !important;
    top: 13px !important;
    background: url(../images/sub-arrow.png) no-repeat !important;
}

#neve_body .woocommerce .woocommerce-notices-wrapper .woocommerce-message a:hover::before {
    filter: brightness(0) invert(1);
}

body .woocommerce a.button::before {
    background-position: 0 -173px;
}

/* .most-popular-section .button.product_type_simple::before{
  left: 110px;
  right: 0px;
  background-position: 0 -171px;
  margin: 0 auto;
} */
.most-popular-section .button.product_type_simple::before,
.woocommerce ul.products li.product a.add_to_cart_button::before {
    left: 128px;
    right: 0px;
    background-position: 0 -171px;
    margin: auto;
    top: -3px;
    bottom: 0;
}

.term-gold.woocommerce ul.products li.product a.add_to_cart_button::before,
.term-silver.woocommerce ul.products li.product a.add_to_cart_button::before,
body:not(.home).woocommerce ul.products li.product a.add_to_cart_button::before {
    left: 160px;
}

.most-popular-section .button.product_type_simple:hover::before {
    filter: unset;
}

/* .woocommerce-form-register__submit.reg-submit::before {
    left: auto;
    right: 304px;
    top: 53px;
    bottom: auto;
} */
.woocommerce-form-register__submit.reg-submit {
    position: relative;
}

.woocommerce-form-register__submit.reg-submit::before {
    left: auto;
    right: 14px;
    top: -2px;
    bottom: 0;
    margin: auto;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce-form.woocommerce-form-register.register {
    border: 1px solid #EEE;
    padding: 50px;
    text-align: left;
    border-radius: 10px;
    position: relative;
    margin-bottom: 0;
}

.woocommerce-form.woocommerce-form-register.register {
    padding: 48px 57px 29px 57px;
}

.woocommerce form .form-row,
.woocommerce-form-register .form-row {
    margin-bottom: 20px;
    position: relative;
}

.woocommerce form .form-row label,
.woocommerce-form-register .form-row label {
    color: #333333 !important;
    font-size: 16px;
    position: absolute;
    top: 6px;
    z-index: 99;
    left: 30px;
    transition: 0.5s all;
    pointer-events: none;
    font-family: 'Poppins', sans-serif;
    line-height: 54px;
}

.woocommerce form .input_focus label,
.woocommerce form .value_focus label,
.woocommerce-form-register .input_focus label,
.woocommerce-form-register .value_focus label {
    position: absolute;
    top: -5px;
    left: 24px;
    background: #BB8D2B;
    border-radius: 5px;
    font-size: 13px;
    color: #fff !important;
    padding: 0 5px;
    display: inline;
    bottom: auto;
    line-height: 20px;
}

.woocommerce-form-register .input_focus label,
.woocommerce-form-register .value_focus label {
    top: -9px;
}

.woocommerce-register.register,
.woocommerce-register.register a,
body.woocommerce-account .woocommerce-LostPassword a,
.form-row.register-page,
.form-row.register-page a {
    font-size: 16px;
    line-height: 20px;
    font-family: "poppins";
    text-align: center;
    color: #000;
    font-weight: 400;
}

.form-row.register-page,
.form-row.register-page a {
    font-weight: 500;
}

.woocommerce-register.register a,
.form-row.register-page a {
    color: #BB8D2B;
}

.woocommerce-register.register a {
    font-weight: 500;
    border-bottom: 1px solid #BB8D2B;
}

body.woocommerce-account .woocommerce-LostPassword a {
    color: #BB8D2C;
    text-decoration: none;
    border-bottom: 1px solid #BB8D2C;
    font-weight: 500;
}

body.woocommerce-account .woocommerce-LostPassword a:hover,
.woocommerce-register.register a:hover,
.woocommerce-privacy-policy-text p a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}

html body.woocommerce-checkout .lost_password a:hover {
    color: #000 !important;
}

.woocommerce-page .nv-page-title-wrap {
    margin: 0px;
}

.all-class {
    color: red;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
}

/*...............................................Register(Inner Page).............................................*/
.woocommerce-form-register .filed-wrap {
    display: block;
    position: relative;
}

.woocommerce-form-register .form-row.form-row-first,
.woocommerce-form-register .form-row.form-row-last {
    float: left;
    width: 50%;
}

.woocommerce-form-register {
    clear: both;
    display: block;
    content: "";
}

.woocommerce-privacy-policy-text p {
    font-size: 16px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    color: #333;
}

.woocommerce-privacy-policy-text p a {
    color: #BB8D2B;
    border-bottom: 1px solid #BB8D2B;
}

.form-row.register-page a:hover {
    color: #000;
}

.woocommerce-form-register .form-row.form-row-first {
    padding-right: 10px;
}

.woocommerce-form-register .form-row.form-row-last {
    padding-left: 10px;
}

.password-wrap {
    position: relative;
}

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
    display: none;
}

html main#content form .show-password-input::before {
    content: "";
    width: 29px;
    position: absolute;
    right: 0;
    top: 10px;
    background: url(Images/breadcumb.fw.png) no-repeat;
    background-position: 0 -215px;
    height: 29px;
}

html main#content span.show-password-input.display-password::before {
    /* opacity: 0; */
    background-position: 0 -265px;
}

html main#content form .show-password-input {
    top: 7px;
    right: 10px;
    position: absolute;
    cursor: pointer;
}

.woocommerce-form-register .form-row:nth-child(10) {
    text-align: center;
}

.nv-page-title-wrap .nv-page-title h1 {
    display: none;
}

/*....................................Ruchin Sir...........................*/
/*woocommerce-error css*/
body .woocommerce-account .woocommerce table.my_account_orders .button:hover,
body .woocommerce-account table.shop_table tbody tr td a:hover {
    color: #bb8d2b
}

.woocommerce-error {
    color: red;
    border: 1px solid red;
    text-align: center;
    padding: 10px 15px;
    font-family: "Poppins", Sans-serif;
    margin: 0 0 20px 0;
    line-height: normal;
}

.woocommerce-message {
    color: green;
    border: 1px solid green;
    text-align: center;
    padding: 10px 15px !important;
    font-family: 'Axiforma';
    margin: 0 0 20px 0;
    line-height: normal;
    background: #fff;
    font-size: 16px;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    display: none;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    font-size: 16px;
    line-height: 120%;
}

/*woocommerce-error css*/
.woocommerce-my-account-wrapper {
    margin: 0;
    display: grid;
    grid-template-columns: 280px 1fr;
    grid-gap: 0 50px;
    width: 100%;
}

.woocommerce-my-account-wrapper .woocommerce-MyAccount-content,
.woocommerce-my-account-wrapper .wd-my-account-sidebar {
    padding: 0;
}

.woocommerce-my-account-wrapper .wd-my-account-sidebar {
    width: 100%;
    max-width: 100%;
    border: 0;
    margin-top: -7px;
}

.woocommerce .woocommerce-MyAccount-title {
    text-transform: capitalize;
    font-size: 28px;
    color: #111;
    line-height: 120%;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    padding: 0 16px 11px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 25px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25.8% !important;
    border-radius: 8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0 0 0 0px;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    border: 0;
    padding: 0 0 11px 0px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    color: #333333;
    transition: 0.5s all;
    font-family: "poppins", Sans-serif;
    font-weight: 400;
    background: transparent;
    line-height: 160%;
    padding: 0 0 0 0;
    position: relative;
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #bb8d2b;
    font-family: 'Poppins', sans-serif;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    color: #333;
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    line-height: 160%;
    font-family: "poppins";
}

body.woocommerce-account .woocommerce-MyAccount-content {
    padding: 33px 46px 48px;
    width: 74.2% !important;
    max-width: 100%;
    border-radius: 15px;
    border: 1px solid #e8e7e8;
    margin-left: 67px;
    margin-top: 3px;
}

.woocommerce-MyAccount-content .dashboard-wrap {
    margin-bottom: 23px;
    padding-bottom: 28px;
    border-bottom: 1px solid #DFDFDF;
}

.woocommerce table,
.woocommerce .woocommerce-checkout-review-order table.shop_table {
    border: none;
    margin: 0;
    border-collapse: separate;
    overflow: hidden;
}

.woocommerce-account table.shop_table,
.woocommerce-account table,
.woocommerce-order-received .shop_table.order_details {
    border-collapse: collapse;
    border-radius: 0;
    border: 1px solid #EEEEEE;
}

.woocommerce table thead th,
.woocommerce table.shop_table th {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 113%;
    text-transform: none;
    letter-spacing: 0;
    padding: 16.4px 0;
    font-weight: normal;
}

.woocommerce-account table.shop_table thead th,
.woocommerce-order-received .shop_table.order_details thead th {
    padding-left: 27px;
    padding-right: 27px;
    text-align: left;
    background-color: #bb8d2b
        /* border-right: 1px solid #c9c9c9; */
}

.woocommerce-account table.shop_table tr td,
.woocommerce-account table.shop_table tr td a,
.woocommerce-account table.shop_table tr td span,
.woocommerce-account table.shop_table tr td strong,
.woocommerce-account table.shop_table tfoot tr th,
.woocommerce-order-received .shop_table.order_details tr td,
.woocommerce-order-received .shop_table.order_details tr td a,
.woocommerce-order-received .shop_table.order_details tr td span,
.woocommerce-order-received .shop_table.order_details tr td strong,
.woocommerce-order-received .shop_table.order_details tfoot tr th {
    color: #333;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    text-transform: none;
    text-decoration: none !important;
}

.woocommerce-account table.shop_table tr td {
    padding: 10.9px 27px;
}

.dashborad-order-content-wrap>h2:first-of-type,
.dashboard-address-content-wrap>h2:first-of-type {
    font-size: 26px;
    line-height: 120%;
    font-family: "Cinzel-Medium", Sans-serif;
    font-weight: 500;
    margin-bottom: 19px;
    color: #000000;
    margin-top: 21px;
}

.woocommerce-account .u-columns.woocommerce-Addresses,
.woocommerce-account .woocommerce-customer-details .addresses {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 24px;
    width: 100%;
    max-width: 100%;
}

.woocommerce-account .woocommerce-Addresses .woocommerce-Address,
.woocommerce-account .addresses .woocommerce-column,
.woocommerce-order-received .addresses .woocommerce-column {
    border: 2px solid #BC8E2C;
    border-radius: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 7px;
}

.woocommerce-account .woocommerce-Addresses .woocommerce-Address:last-child,
.woocommerce-account .addresses .woocommerce-column:last-child,
.woocommerce-order-received .addresses .woocommerce-column:last-child {
    margin-right: 0;
}

.woocommerce-account .woocommerce-Address .woocommerce-Address-title,
.woocommerce-account .addresses .woocommerce-column__title,
.woocommerce-order-received .addresses .woocommerce-column__title {
    background: #efefef;
    border-radius: 0;
    padding: 19.9px 28px;
    margin: 0;
    font-size: 0;
    border-radius: 7px 7px 0 0;
}

.woocommerce-account .woocommerce-Address address,
.woocommerce-account .addresses .woocommerce-column address,
.woocommerce-order-received .addresses .woocommerce-column address {
    padding: 14px 27px 13px;
    font-size: 16px;
    color: #333;
    line-height: 160%;
    letter-spacing: 0.32px;
    font-style: normal;
    margin-bottom: 0;
    border-bottom: 1px solid #EEEEEE;
    font-family: "Poppins", Sans-serif;
    flex: 1;
}

.woocommerce-account .woocommerce-orders-table__row .woocommerce-button.button {
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: 164%;
    display: inline-block;
    vertical-align: top;
}

.btn,
.button,
button,
[type="submit"],
[type="button"],
.woocommerce-MyAccount-content>.button,
.woocommerce [type="reset"],
.woocommerce [type="submit"],
.woocommerce button,
html .woocommerce [type="button"],
#wizard .woocommerce-Button,
#wizard .checkout_coupon .button,
#wizard form.login input.button {
    font-family: "Gotham-medium", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 50px;
    padding: 0px 28px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text,
.select2-container--default .select2-search--dropdown .select2-search__field,
.woocommerce textarea,
.select2-dropdown,
.woocommerce .select2-selection,
.woocommerce input[type="search"],
.woocommerce input[type="text"],
.woocommerce input[type="number"],
.woocommerce input[type="tel"],
.woocommerce input[type="email"],
.woocommerce input[type="password"],
.woocommerce select {
    height: 50px;
    border: 1px solid #CCCCCC;
    /* border-radius: 6px; */
    padding: 0 15px;
    width: 100%;
    font-size: 16px;
    color: #333333;
    font-family: "Poppins", Sans-serif;
    background: #fff;
    box-shadow: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content form>h3 {
    font-size: 26px;
    letter-spacing: 0.40px;
    font-family: "Cinzel-Medium", Sans-serif;
    font-weight: 500;
    margin-bottom: 13px;
    line-height: 120%;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper span.select2.select2-container.select2-container--default.select2-container--focus {
    width: 100% !important;
}

.woocommerce form .form-row .select2-container .selection {
    height: 50px;
}

body.woocommerce-account .select2-container--default .select2-selection--single {
    padding: 0 30px 0 19px;
    height: 50px;
    text-align: left;
    line-height: 38px;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    font-size: 16px;
    color: #333333;
    font-family: "Poppins", Sans-serif;
    display: block;
    padding: 13px 0 0 0;
    text-align: left;
}

.woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title {
    text-transform: capitalize;
    font-size: 20px;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    margin-bottom: 13px;
}

.woocommerce-order-details .responsive-table {
    margin-bottom: 28px;
}

.woocommerce-account table.shop_table thead th,
.woocommerce-order-received .shop_table.order_details thead th {
    text-align: center;
    background-color: #bb8d2b;
    border: 0;
    color: #fff;
}

.woocommerce-account table.shop_table,
.woocommerce-account table,
.woocommerce-order-received .shop_table.order_details {
    border-collapse: collapse;
    border-radius: 0;
    border: 1px solid #EEEEEE;
}

.woocommerce-account table.shop_table thead th:last-child,
.woocommerce-order-received .shop_table.order_details thead th:last-child {
    text-align: center;
}

.woocommerce-account table.shop_table tbody tr,
.woocommerce-order-received .shop_table.order_details tbody tr {
    border-bottom: 1px solid #EEE;
}

.woocommerce-account table.shop_table tr td,
.woocommerce-account table.shop_table tfoot tr th,
.woocommerce-order-received .shop_table.order_details tr td,
.woocommerce-order-received .shop_table.order_details tfoot tr th {
    border-right: 0;
}

.woocommerce-account table.shop_table tr td,
.woocommerce-account table.shop_table tr td a,
.woocommerce-account table.shop_table tr td span,
.woocommerce-account table.shop_table tr td strong,
.woocommerce-account table.shop_table tfoot tr th,
.woocommerce-order-received .shop_table.order_details tr td,
.woocommerce-order-received .shop_table.order_details tr td a,
.woocommerce-order-received .shop_table.order_details tr td span,
.woocommerce-order-received .shop_table.order_details tr td strong,
.woocommerce-order-received .shop_table.order_details tfoot tr th {
    color: #333;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    text-transform: none;
    text-decoration: none !important;
}

.woocommerce-account table.shop_table tr td,
.woocommerce-account table.shop_table tr td a,
.woocommerce-account table.shop_table tr td span,
.woocommerce-account table.shop_table tr td strong,
.woocommerce-account table.shop_table tfoot tr th,
.woocommerce-order-received .shop_table.order_details tr td,
.woocommerce-order-received .shop_table.order_details tr td a,
.woocommerce-order-received .shop_table.order_details tr td span,
.woocommerce-order-received .shop_table.order_details tr td strong,
.woocommerce-order-received .shop_table.order_details tfoot tr th {
    color: #333;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0;
    font-size: 16px;
    font-family: "Poppins", Sans-serif;
    text-transform: none;
    text-decoration: none !important;
}

.woocommerce-account table.shop_table tr td {
    padding: 10.9px 27px;
}

.woocommerce-account .woocommerce table.my_account_orders .button:hover,
.woocommerce-account table.shop_table tbody tr td a:hover {
    color: #bb8d2b;
    background: none;
}

.woocommerce-account table.shop_table tbody tr,
.woocommerce-order-received .shop_table.order_details tbody tr {
    border-bottom: 1px solid #EEE;
}

.woocommerce-order-details .woocommerce-table__product-name .item-thumbnail {
    height: 100px;
    width: 100px;
    border: 1px solid #EEEEEE;
    background: #fff;
    position: relative;
    float: left;
    min-width: 100px;
}

.woocommerce-order-details .woocommerce-table__product-name .item-thumbnail img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
    padding: 10px;
}

.woocommerce-order-details table.shop_table .woocommerce-table__product-name .product-quantity,
.woocommerce-order-details table.shop_table .woocommerce-table__product-name a {
    font-size: 17px;
    padding-left: 10px;
    color: #333333;
    line-height: 170%;
    /* margin-top: ; */
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}

body#neve_body.single-product .woocommerce-tabs .tabs li.active a::before,
body#neve_body.single-product .woocommerce-tabs .tabs li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #bb8d2b;
    border-radius: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
}

body#neve_body.single-product .woocommerce-tabs .tabs li a::before {
    background: #000;
}

.woocommerce-account table.shop_table.shop_table.order_details tr td:last-child,
.woocommerce-order-received .shop_table.order_details tr td:last-child {
    /* text-align: right; */
    min-width: 550px;
    padding-right: 15px;
}

.woocommerce-account table.shop_table.shop_table.order_details tr td:last-child {
    padding-right: 30px;
}

.woocommerce-account .woocommerce-table--order-details.shop_table tfoot tr th,
.woocommerce-account .woocommerce-table--order-details.shop_table tfoot tr td {
    padding: 17.1px 0 16.1px 31px;
    font-size: 17px;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr th {
    padding-left: 15px;
    font-weight: 500 !important;
}

body.woocommerce-view-order .shop_table tfoot tr td span {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #bb8d2b;
    line-height: 125%;
    font-weight: 500;
}

.woocommerce .shop_table.cart tbody>tr>td {
    padding: 0 0 19px;
}

.woocommerce .shop_table.cart tbody>tr>td:not(:first-child) {
    padding-top: 25px;
}

.woocommerce .shop_table.cart tbody td.product-remove {
    padding: 0 15px 0 15px;
    width: 34px;
}

.woocommerce-cart table.cart .product-thumbnail a {
    display: block;
    height: 90px;
    width: 90px;
    position: relative;
    background: #EEEEEE;
}

.woocommerce-cart table.cart .product-thumbnail a img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: transparent;
    border: 0;
    display: block;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.woocommerce-cart table.cart .product-name a {
    font-family: 'Gotham Book', sans-serif;
    font-size: 17px;
    line-height: 140%;
    color: #333333;
    text-decoration: none;
}

.woocommerce-cart table.cart .product-name a:hover {
    color: #0f6639;
}

.woocommerce-cart table.cart .product-thumbnail {
    width: 90px;
}

.woocommerce-cart .shop_table.cart tbody>tr>td.product-name {
    max-width: 179px;
    padding-left: 15px;
}

.woocommerce-cart .row.cart-actions {
    margin-top: 25px;
}

.woocommerce table.cart .product-price span,
.woocommerce-Price-amount.amount {
    font-size: 17px;
    line-height: 100%;
    color: #bb8d2b;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}

/* .woocommerce table.cart .product-quantity .quantity:not(#qib_id):not(#qib_id),
.single-product .qib-container:not(#qib_id):not(#qib_id) {
    width: 100%;
    background: #fff;
    font-size: 0;
    position: relative;
    margin: 0 auto;
}
.woocommerce table.cart .product-quantity .quantity input.qty:not(#qib_id):not(#qib_id),
.single-product .qib-container input.qty:not(#qib_id):not(#qib_id) {
    width: 60px;
    margin-left: -40px;
    appearance: textfield;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    height: 43px;
    border: 1px solid #EEE;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #EEEEEE;
}
.woocommerce table.cart td.product-quantity .qib-container:not(#qib_id):not(#qib_id),
.single-product .qib-container input.qty:not(#qib_id):not(#qib_id) {
    position: relative;
}
.woocommerce table.cart .product-quantity .qib-button:not(#qib_id):not(#qib_id),
.single-product .qib-container .qib-button:not(#qib_id):not(#qib_id) {
    position: relative;
    height: 21px;
    width: 40px;
    z-index: 1;
    border: none;
    position: absolute;
    cursor: pointer;
    font-size: 0;
}
.woocommerce table.cart .product-quantity button.minus.qib-button {
    top: 21px;
    right: 7px;
}
/*.woocommerce table.cart .product-quantity .quantity:not(#qib_id):not(#qib_id) .plus[type="button"] {
.woocommerce table.cart .product-quantity .plus.qib-button:not(#qib_id):not(#qib_id),
.single-product .qib-container .plus.qib-button:not(#qib_id):not(#qib_id),
.woocommerce table.cart .product-quantity .minus.qib-button:not(#qib_id):not(#qib_id) {
    right: 0px;
    left: auto;
    background-color: transparent;
}
.woocommerce table.cart .product-quantity .qib-container {
    width: 102px;
    border: 1px solid #EEEEEE;
}
.woocommerce table.cart .product-quantity .qib-button:not(#qib_id):not(#qib_id):hover,
.single-product .qib-container .qib-button:not(#qib_id):not(#qib_id):hover {
    background: transparent !important;
    color: #a5c73f !important;
}
.single-product .qib-container .qib-button:not(#qib_id):not(#qib_id):hover button.qib-button::before {
    color: #a5c73f !important;
}
.woocommerce table.cart .product-quantity .plus.qib-button:not(#qib_id):not(#qib_id):hover,
.single-product .qib-container .plus.qib-button:not(#qib_id):not(#qib_id) {
    background-position: -43px -93px;
}
.woocommerce table.cart .product-quantity,
.single-product .qib-container div.quantity:not(#qib_id):not(#qib_id) {
    width: 138px;
    text-align: center;
}  */
.woocommerce .shop_table.cart .product-remove a {
    font-size: 0;
    height: 17px;
    width: 17px;
    border-radius: 0;
    transition: none;
}

html body td.product-remove a::before {
    font-weight: 600;
    font-size: 12px;
    content: "\f112";
    font-family: "woodmart-font";
}

.woocommerce-page .woocommerce .cart-collaterals {
    max-width: 33.4%;
    width: 33.4%;
    flex: 0 0 33.4%;
    padding-left: 28px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
    border: 1px solid #EEEEEE;
    /* padding: 0 24px 30px; */
    margin: 0 0 24px 0;
}

.cart-content-wrapper .cart-totals-inner {
    border: none;
    padding: 0;
}

.cart-content-wrapper .cart-totals-inner>h2 {
    margin: 0;
    text-transform: capitalize;
    font-size: 20px;
    font-family: 'Gotham-Book', sans-serif;
    font-weight: 500;
    line-height: 100%;
    background-color: #bb8d2b;
    color: #FFFFFF;
    padding: 18px 30px;
    padding-inline-start: 30px;
}

.woocommerce-page .woocommerce .cart-collaterals .shop_table {
    border: 0;
    padding: 30px;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    font-size: 17px;
    font-family: "Poppins", Sans-serif;
    text-transform: none;
    letter-spacing: 0;
    color: #333333;
    line-height: 130%;
    padding: 13px 0 13px 0;
    min-width: 100px;
    border-color: #EEEEEE;
}

.woocommerce-cart .cart-collaterals .cart_totals tr:not(:last-child) td {
    border-bottom: 1px solid #EEEEEE !important;
    padding: 13px 0 13px 0;
}

.cart-totals-inner .shipping-calculator-form {
    margin-top: 20px;
    margin-bottom: -10px;
    margin-left: 10px;
    width: 190px;
}

form.checkout,
form.woocommerce-checkout {
    width: 100%;
    margin: 0;
}

form.checkout.woocommerce-checkout {
    display: grid;
    grid-template-columns: 2fr 2fr;
    grid-column-gap: 30px;
}

.checkout-total-wrap {
    border: 1px solid #eeeeee;
    padding: 30px;
}

.woocommerce-checkout-review-order .wd-table-wrapper {
    padding: 0;
    box-shadow: none;
}

.woocommerce table,
.woocommerce .woocommerce-checkout-review-order table.shop_table {
    border: none;
    margin: 0;
    border-collapse: separate;
    overflow: hidden;
}

body>.wrapper {
    position: static;
}

#neve_body.woocommerce-header,
body.woocommerce-wishlist {
    padding-top: 159px;
}

.header-left-box .hfe-nav-menu {
    margin: auto;
}

.neve-main {
    flex: unset !important;
}

.my-account-wrap {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    max-width: 1440px;
}

.my-account-wrap ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.woocommerce .col2-set::after,
.woocommerce .col2-set::before,
.woocommerce-page .col2-set::after,
.woocommerce-page .col2-set::before {
    display: none;
}

.dashborad-order-content-wrap h2 {
    display: none;
}

.dashboard-content-wrap a {
    color: #BB8D2C;
    text-decoration: none;
}

.dashboard-content-wrap a:hover {
    color: #000;
}

.dashborad-order-content-wrap table thead {
    border-bottom: none;
}

.dashboard-address-content-wrap h3,
.woocommerce-Address-title.title h3 {
    font-size: 18px;
    line-height: 20px;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
}

.dashborad-order-content-wrap tbody {
    border: 1px solid #eeeeee;
}

#neve_body .order-actions .button.view {
    background: none;
    border: 0;
}

#neve_body .order-actions .button.view::before {
    display: none;
}

.dashborad-order-content-wrap {
    padding: 19px 0 0 0px;
    overflow-x: auto;
}

.woocommerce-Address-title.title h3 {
    margin-bottom: 0;
}

.my-account-wrap footer .edit {
    font-size: 16px;
    line-height: 18px;
    color: #BB8D2C;
    font-family: "Poppins", Sans-serif;
    padding: 14px 27px 13px;
}

.my-account-wrap footer .edit:hover {
    color: #000;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
#review_form #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
body .woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
body .woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.button.disabled,
body .woocommerce button.button:disabled,
body .woocommerce button.button:disabled[disabled],
.woocommerce input.button.alt,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
body .woocommerce-form-register__submit.reg-submit,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order

/* /* body .woocommerce-mini-cart__buttons.buttons a.button.wc-forward:not(.checkout),
.nv-nav-cart .widget_shopping_cart_content .buttons .button */
    {
    padding: 0px 54px 0px 20px;
    font-size: 20px;
    line-height: 58px;
    font-family: 'Poppins', sans-serif;
    background: #BB8D2B;
    color: #FFFFFF;
    font-weight: 300;
    text-transform: uppercase;
    transition: 0.5s all;
    margin: 35px 0 0 0;
    border: 1px solid transparent;
    opacity: 1;
}

/* .nv-nav-cart .widget_shopping_cart_content .buttons .button,
 #neve_body .woocommerce-mini-cart__buttons.buttons a.button.wc-forward:not(.checkout) {
    font-size: 14px;
    margin: 0 !important;
    line-height: 38px;
} */
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
#review_form #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
body .woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button.disabled:hover,
body .woocommerce button.button:disabled:hover,
body .woocommerce button.button:disabled[disabled]:hover,
body .woocommerce button.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.contact-form .submit-btn p:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce-checkout .woocommerce form.checkout_coupon p.form-row-last .button:hover,
.woocommerce-form-register__submit.reg-submit:hover,
body .woocommerce button.button:hover {
    color: #bb8d2b !important;
    background: #fff !important;
    /* border: 1px solid #bb8d2b; */
    border-color: #BB8D2B;
}

body .woocommerce button.button:hover::before,
.woocommerce-form-register__submit.reg-submit:hover::before,
#content .contact-form .submit-btn p:hover::before,
body .woocommerce a.button:hover::before,
.slider-content-text .slider-button:hover::before {
    filter: invert(51%) sepia(99%) saturate(343%) hue-rotate(3deg) brightness(93%) contrast(86%);
}

.woocommerce-mini-cart__buttons.buttons .button::before {
    display: none;
}

.woocommerce-mini-cart__buttons.buttons .button {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 700;
}

L body fieldset {
    padding: 0;
    margin-bottom: 20px;
    border: 0;
}

body fieldset legend {
    font-weight: 600;
    margin-left: -15px;
    font-size: 26px;
    color: #000;
    line-height: 31px;
    font-family: "Cinzel-Medium", Sans-serif;
    padding: 20px 0 16px 17px;
}

body .my-account-wrap .woocommerce-error {
    border-radius: 3px;
    background: #fff;
    border: 1px solid red;
    color: red;
}

body .woocommerce form.woocommerce-EditAccountForm .form-row {
    margin-bottom: 10px;
}

body .woocommerce form.woocommerce-EditAccountForm .form-row:nth-child(4) span em {
    padding-top: 10px;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
}

.my-acc h4 {
    font-size: 18px;
    line-height: 18px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 500;
    padding: 0 0 22px 0px;
    border-bottom: 1px solid #E1DFE1;
    margin-bottom: 18px !important;
}

.dashborad-order-content-wrap table thead th,
.woocommerce-account table.shop_table tr td {
    border-right: 1px solid #E1DFE1 !important;
    padding: 12px 21px 10px 12px !important;
    min-width: 134px;
    text-align: center;
    border-left: 1px solid #E1DFE1 !important;
}

.woocommerce-account table.shop_table tbody tr td a {
    margin-top: 0;
    padding: 0 10px !important;
}

.nv-page-title .neve-breadcrumbs-wrapper {
    border-bottom: 1px solid #E1DFE1;
    position: relative;
}

.nv-page-title .neve-breadcrumbs-wrapper::before {
    content: "";
    position: absolute;
    top: auto;
    left: -3000px;
    right: -3000px;
    bottom: -1px;
    height: 1px;
    background: #E1DFE1;
}

body .nv-page-title-wrap {
    margin-top: 0;
}

.dashboard-address-content-wrap p {
    display: none;
}

.nv-content-wrap.entry-content>p {
    display: none;
}

.title-breadcrumb-wrap+br {
    display: none;
}

.dash-wrap {
    padding: 40px 0 20px 0;
}

body .container {
    max-width: 1470px;
}

.woocommerce-account table.shop_table tr td {
    display: table-cell !important;
}

.abt-ttl.main-title h2 {
    text-align: left;
}

.abt-ttl.main-title h2 br {
    display: none;
}

.cnt-wrap .top-sml {
    line-height: 29px;
    display: block;
    padding: 0 0 7px 0;
}

footer .errors {
    padding: 0;
}

#neve_body footer input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]).tnp-email.error,
#neve_body footer input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]).tnp-email.news_error {
    border: 1px solid red;
}

html {
    overflow-x: hidden;
}

.left-title.main-title h2 {
    text-align: left;
}

.main-title.storage-option h2 {
    margin-bottom: 20px;
    padding-bottom: 16px;
}

.personal-information h2 {
    color: #000;
    text-align: start;
    font-family: "Cinzel-Medium", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 120%;
}

.woocommerce-EditAccountForm.edit-account p.form-row-first,
.woocommerce-EditAccountForm.edit-account p.form-row-last,
.form-edit-address p.form-row-first,
.form-edit-address p.form-row-last {
    width: 49.5%;
}

.woocommerce-account .woocommerce-MyAccount-content p em {
    font-size: 16px;
    line-height: 175%;
    color: #333333;
    font-family: 'Poppins', sans-serif;
    padding-top: 10px;
    display: block;
    padding-bottom: 10px;
    font-style: normal;
}

.woocommerce-EditAccountForm.edit-account {
    padding: 14px 0 0 0;
}

.woocommerce-account .woocommerce form .form-row .woocommerce-input-wrapper {
    display: block;
}

.woocommerce form .form-row .select2-container .selection {
    display: block;
    width: 100%;
}

.woocommerce form .form-row .select2-container .selection b {
    display: none;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 24px !important;
    top: 0;
    background: no-repeat;
    font-family: fontawesome;
    font-size: 16px;
    color: #333333;
    line-height: 50px;
    pointer-events: none;
    width: 12px;
    height: 8px !important;
    left: auto;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow::before {
    content: "\f107";
}

.select2-selection.select2-selection--single {
    position: relative;
}

.woocommerce-checkout .woocommerce-info {
    background: unset !important;
    color: #000 !important;
    border-radius: unset !important;
    padding: unset;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 15px;
    font-weight: 500;
}

.woocommerce .woocommerce-info::before,
.woocommerce-info::after,
a.showlogin::before {
    display: none !important;
}

.woocommerce-checkout .woocommerce-info a {
    border: unset;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    color: #BB8D2C !important;
    width: unset;
    padding: unset;
    margin-left: 0 !important;
    font-weight: normal;
    border-bottom: 1px solid #BB8D2C;
    border-radius: unset;
    text-decoration: underline;
    padding-left: 4px;
}

html body.woocommerce-checkout form.checkout .nv-customer-details {
    width: 58.9%;
    margin-right: 0;
    padding-right: 30px;
}

.woocommerce-checkout form.checkout .nv-customer-details .col2-set {
    padding: 43px 48px 45px 48px;
    border: 1px solid #EEE;
    border-radius: 10px;
}

body.woocommerce-checkout form div.nv-order-review {
    border: 1px solid #BC8E2C !important;
    width: 41.1%;
    border-radius: 10px;
    padding: 48px;
}

html body.woocommerce-checkout form.checkout {
    display: flex;
    justify-content: center;
    flex-wrap: wrap !important;
    grid-gap: unset;
    margin-top: 25px;
}

.woocommerce-checkout .woocommerce-NoticeGroup {
    width: 100%;
    margin-bottom: 15px;
}

.woocommerce-checkout .woocommerce form .form-row-first,
.woocommerce-checkout .woocommerce form .form-row-last,
.woocommerce-checkout.woocommerce-page form .form-row-first,
.woocommerce-checkout.woocommerce-page form .form-row-last {
    width: 49%;
    padding: 0;
}

#neve_body.woocommerce-page .woocommerce-shipping-fields #ship-to-different-address-checkbox {
    width: 25px;
    height: 25px;
    border-radius: 10px;
    border: 1px solid #EEE;
    opacity: 0;
    position: absolute;
    top: -15px !important;
}

.woocommerce-shipping-fields #ship-to-different-address span {
    padding-left: 40px;
    position: relative;
}

.woocommerce-shipping-fields #ship-to-different-address span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    border: 1px solid #EEE;
}

.woocommerce-shipping-fields #ship-to-different-address span::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: auto;
    bottom: 0;
    height: 10px;
    width: 15px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-55deg);
    opacity: 0;
}

#neve_body.woocommerce-page .woocommerce-shipping-fields #ship-to-different-address-checkbox:checked+span::after {
    opacity: 1;
}

.woocommerce-page #payment #place_order {
    max-width: 202px;
    line-height: 60px;
    padding: 0px 52px 0px 20px;
    float: left;
}

.woocommerce-checkout #payment #place_order {
    max-width: fit-content;
    line-height: 60px;
    padding: 0px 52px 0px 20px;
    float: none;
}

.woocommerce-checkout table.shop_table .order-total bdi {
    color: #BB8D2C;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif;
}

.woocommerce-checkout .create-account {
    display: none;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table th:last-child,
.woocommerce-checkout table.woocommerce-checkout-review-order-table td:last-child {
    min-width: 95px;
}

#neve_body.woocommerce-checkout *:-moz-placeholder {
    opacity: 0 !important;
}

#neve_body.woocommerce-checkout *::-moz-placeholder {
    opacity: 0 !important;
}

#neve_body.woocommerce-checkout *:-ms-input-placeholder {
    opacity: 0 !important;
}

#neve_body.woocommerce-checkout ::-webkit-input-placeholder {
    opacity: 0 !important;
}

.woocommerce-checkout table.shop_table .order-total bdi,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr:last-child td strong span {
    font-size: 15px !important;
}

.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-info a,
body.woocommerce-checkout #content #payment p {
    border: unset !important;
}

.woocommerce-checkout .dash-wrap {
    padding: 39px 0 77px 0;
}

.woocommerce-checkout .woocommerce-error::before {
    display: flex;
    top: 0;
}

.woocommerce-checkout #payment .form-row.place-order {
    padding: 0;
}

html body.woocommerce-checkout .woocommerce form.login {
    max-width: 820px;
    margin: 20px auto 30px;
    padding: 30px;
    border: 1px solid #EEE;
}

html body.woocommerce-checkout .lost_password {
    display: flex;
    justify-content: flex-end;
}

html body.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: flex;
    justify-content: start;
    margin-left: -25px;
    background-color: transparent;
    color: #000 !important;
    font-size: 16px;
    line-height: 54px;
    align-items: center;
}

body#neve_body.woocommerce-checkout .woocommerce-form-login .woocommerce-form__label-for-checkbox input#rememberme {
    cursor: pointer;
    height: 32px;
}

body.woocommerce-checkout #content form.woocommerce-form-login button {
    margin: 25px auto;
    display: table;
    max-width: 133px;
}

body.woocommerce-checkout fieldset#wc-stripe-cc-form {
    padding-top: 47px !important;
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-checkout #payment div.payment_box .form-row:first-child {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
}

.woocommerce-checkout #payment div.payment_box .form-row {
    text-align: left !important;
    padding: 0 0px;
    margin-top: 30px;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    padding-top: 20px !important;
    margin-top: 0;
}

.woocommerce-checkout #payment div.payment_box .wc-stripe-elements-field {
    margin: 0;
}

.order-details-tilte,
.view-title {
    color: #000 !important;
    font-size: 26px;
    line-height: 120%;
    font-family: "Cinzel-Medium", Sans-serif;
    font-weight: 600;
}

.woocommerce-view-order table.shop_table thead th:first-child {
    text-align: left;
    background-color: #bb8d2b;
    border: 0;
    padding-left: 47px !important;
}

.woocommerce-view-order table.shop_table thead th:last-child {
    text-align: right !important;
    background-color: #bb8d2b;
    border: 0;
    padding-right: 47px !important;
}

#neve_body.woocommerce-view-order table a {
    font-size: 18px;
    line-height: 150%;
    color: #000;
    font-family: "Cinzel-Medium", Sans-serif;
    display: block;
    padding-left: 25px;
}

html body.woocommerce-checkout main#content #order_review label[for="wc-stripe-new-payment-method"] {
    font-size: 13px !important;
    line-height: 14px;
    background: transparent;
    color: #000 !important;
}

html body.woocommerce-checkout .view-order-notes {
    font-size: 16px;
    line-height: 160%;
    font-family: 'Poppins', sans-serif;
}

.woocommerce-view-order table.shop_table tbody tr,
html body.woocommerce-view-order table tfoot tr {
    border: 1px solid #EEE;
}

html body.woocommerce-view-order table.shop_table tbody tr td {
    border: unset !important;
}

body.woocommerce-view-order table.shop_table tbody tr td:first-child,
body.woocommerce-view-order table.shop_table tbody tr td:last-child {
    min-width: unset !important;
}

.woocommerce-account.woocommerce-view-order .woocommerce-table__line-item.order_item {
    display: table-row;
}

.woocommerce-account.woocommerce-view-order table.shop_table.shop_table.order_details tr td:last-child {
    min-width: auto;
}

.woocommerce-account.woocommerce-view-order table.shop_table tr td {
    border-left: unset !important;
}

.woocommerce-account.woocommerce-view-order table.shop_table,
.woocommerce-account table {
    border: 1px solid #EEE !important;
}

.woocommerce-account.woocommerce-view-order table.shop_table .order-notes-wrap {
    padding: 32px 0 21px 48px;
}

.woocommerce-account.woocommerce-view-order table.shop_table .order-notes-wrap .\.view-note {
    padding: 0 0 35px 0;
}

.woocommerce-account.woocommerce-view-order table.shop_table .view-order-notes {
    padding: 10px 0 35px 0;
    font-size: 16px;
    line-height: 125%;
    font-family: 'Poppins', sans-serif;
    color: #333333;
}

.woocommerce-account.woocommerce-view-order .shop_table.order_details tr td.woocommerce-table__product-name.product-name {
    display: flex !important;
    align-items: center;
    padding: 22px 21px 40px 48px !important;
    text-align: left !important;
}

.woocommerce-account.woocommerce-view-order .woocommerce-Price-amount.amount bdi,
.woocommerce-account.woocommerce-view-order .woocommerce-Price-amount.amount bdi span {
    font-size: 18px;
    line-height: 125%;
    font-weight: 500;
    color: #BB8D2C;
    font-family: 'Poppins', sans-serif;
}

.woocommerce-account.woocommerce-view-order .woocommerce-Price-amount.amount bdi span {
    line-height: 150%;
}

body.woocommerce-view-order table tfoot tr th {
    font-size: 16px !important;
    line-height: 160% !important;
    font-family: 'Poppins', sans-serif !important;
}

body.woocommerce-view-order table.shop_table tbody tr td:last-child {
    padding-right: 50px !important;
}

body.woocommerce-view-order .shop_table.order_details tfoot tr td {
    padding-right: 50px !important;
    font-size: 18px;
    line-height: 125%;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

body.woocommerce-view-order .woocommerce-order-details {
    margin-bottom: 48px;
}

body.woocommerce-view-order .view-note.note-remove {
    display: none;
}

body.woocommerce-view-order .woocommerce-MyAccount-content {
    padding: 38px 46px 49px;
}

.nv-bc-count-wrap {
    border-bottom: 1px solid #E1DFE1;
    padding-bottom: 15px !important;
}

body.woocommerce-view-order .elementor-section-boxed {
    padding: 60px 0 49px 0;
}

body.woocommerce-view-order .nv-single-page-wrap.col {
    margin-bottom: 0;
}

body.woocommerce-view-order tfoot>tr:nth-child(2) td {
    color: #BB8D2C;
}

body.woocommerce-view-order .shop_table.order_details tfoot tr th {
    padding-left: 49px !important;
    font-weight: 500 !important;
}

body.woocommerce-view-order .woocommerce-customer-details .woocommerce-customer-details--email {
    word-break: break-word;
}

.woocommerce-account.woocommerce-view-order .woocommerce-customer-details {
    margin-bottom: 20px;
}

.woocommerce-order-received .shop_table.order_details thead,
.woocommerce-order-received table.shop_table tbody,
.woocommerce-order-received table.shop_table tfoot {
    border-bottom: none !important;
}

.woocommerce-order-received .order-details-tilte {
    padding-left: 10px;
}

.woocommerce-order-received table.shop_table tbody bdi,
.woocommerce-order-received table.shop_table tbody bdi span,
.woocommerce-order-received table.shop_table .price-total span {
    color: #BB8D2C !important;
}

.woocommerce-order-received .woocommerce-order .woocommerce-notice--success {
    color: green;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    padding: 6px 15px;
    border: 1px solid green;
    margin-bottom: 10px;
    text-align: center;
}

.woocommerce-order-received .woocommerce-order P {
    font-size: 16px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 10px;
}

.woocommerce-order-received .dash-wrap {
    padding: 76px 0 20px 0;
}

.login-form-wrap .woocommerce-notices-wrapper {
    width: 100%;
    max-width: 1010px;
}

.woocommerce-account #customer_login>div[class*="col-"] {
    padding-right: 0 !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit::before {
    right: 10px;
    top: 17px;
}

/* .show-password-input::after {
    content: '\f06e';
    position: absolute;
    color: #535353;
    font-size: 18px;
    opacity: .6;
    font-family: 'FontAwesome';
    top: 16px;
    right: 12px;
    cursor: pointer;
} */
.woocommerce-EditAccountForm.edit-account .show-password-input::after {
    top: 10px;
}

.woocommerce-account .nv-single-page-wrap,
.woocommerce-cart .nv-single-page-wrap,
.woocommerce-checkout .nv-single-page-wrap {
    margin-bottom: 0 !important;
}

.dashborad-section {
    padding: 68px 0 57px 0;
}

.header-navigation ul.hfe-nav-menu li.mobile-wiew,
footer ul.hfe-nav-menu li.mobile-wiew {
    display: none;
}

.woocommerce-account .u-columns.woocommerce-Addresses {
    margin-top: 20px;
}

.header-logo {
    max-width: 293px;
}

.woocommerce-account table.shop_table tr td:last-child {
    padding: 0 35px 0 0 !important;
}

.woocommerce-Price-amount.amount {
    line-height: 150%;
}

body.woocommerce-view-order .shop_table .shipped_via {
    display: none;
}

#neve_body.woocommerce-cart .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

#neve_body.woocommerce-cart .select2-selection--single .select2-selection__rendered {
    padding-top: 0px !important;
}

/* .gold-inner-page ul.products li.product .star-rating::before {
display: none;
} */
.gold-inner-page a.woocommerce-LoopProduct-link .star-rating span::before,
.gold-inner-page a.woocommerce-LoopProduct-link .star-rating::before {
    display: none
}

.gold-inner-page a.woocommerce-LoopProduct-link .star-rating span {
    padding-top: 0;
}

.gold-inner-page a.woocommerce-LoopProduct-link .star-rating {
    font-size: 0 !important;
}

/* .gold-inner-page .woof_container_silver, .gold-inner-page .woof_container_collectables, .gold-inner-page .woof_container_palladium {
    display: none;
} */
body#neve_body.single-product .owl-nav button,
body#neve_body.single-product .ti-controls>div {
    top: 50%;
    transform: translateY(-50%);
}

.hfe-nav-menu__submenu-arrow ul li.current-menu-parent a.hfe-menu-item {
    color: #BC8E2C !important;
}

.search-results .entry-title a {
    font-family: 'Cinzel', sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 29px;
    font-weight: bold;
    color: #000;
    padding: 5px;
    width: 100%;
}

.search-results .nv-meta-list li {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    color: #000;
    padding-bottom: 0;
}

body.search-results .nv-meta-list {
    text-align: center;
    margin-bottom: 0;
}

body.search-results .entry-title {
    margin-bottom: 0 !important;
}

.search-results .nv-meta-list li::after {
    display: none;
}

.search-results .article-content-col {
    border: 1px solid #E1E0E1;
    border-radius: 5px;
}

.search-results .img-wrap {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 25px 0 0 0;
}

.search-results .nv-meta-list {
    text-align: center;
}

.search-results .excerpt-wrap.entry-summary {
    color: #333;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 15px !important;
}

.search-results .excerpt-wrap.entry-summary a {
    color: #bb8d2b;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 22px;
}

body#neve_body.search-results .posts-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-bottom: 0;
    padding: 72px 0px 77px 0;
}

body#neve_body.search-results .posts-wrapper article {
    width: 100%;
    padding: 0 0px !important;
    margin: 0;
}

.search-results .nv-meta-list a {
    color: #bc8e2c;
    padding: 0 10px;
}

body.search-results .nv-page-title h1 {
    color: #000;
    font-size: 16px;
    display: block;
}

body.search-results .nv-page-title h1 {
    display: block;
    color: #0d0d0d;
    font-size: 48px;
    line-height: 48px;
    position: relative;
    padding-bottom: 19px;
    text-align: center;
    font-family: "Cinzel-Medium", Sans-serif;
    margin-bottom: 22px;
}

body.search-results .nv-page-title h1.search-title {
    margin-top: 60px;
}

body.search-results .nv-index-posts.search.col.gold-inner-page {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

.search-no-results .col-12.nv-content-none-wrap p {
    font-size: 22px;
    line-height: 27px;
    font-family: 'Poppins', sans-serif;
    color: #333;
    text-align: center;
    padding-bottom: 15px;
}

.search-no-results .gold-inner-page .search-form {
    position: relative;
}

.search-no-results .nv-submit .nv-icon.nv-search {
    height: 44px;
    width: 45px;
    background: #BC8E2C;
    border-radius: 5px;
    margin-top: 0;
}

.search-no-results .search-submit.nv-submit {
    padding: 0;
    position: absolute;
    left: auto;
    right: 5px;
    bottom: auto;
    top: 19px;
    border-radius: 6px;
    border: 0 !important;
}

.search-no-results .nv-submit .nv-icon.nv-search {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.search-no-results .gold-inner-page .nv-content-none-wrap {
    padding: 80px 0 77px 0;
}

.search-no-results .gold-inner-page {
    margin-bottom: 0;
}

#neve_body.search-no-results .nv-seach-form-wrap input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]),
#neve_body.search-no-results .nv-seach-form-wrap textarea,
#neve_body select:focus {
    font-size: 18px !important;
    height: 50px;
    padding: 0 50px 0 20px;
    border: 1px solid #E1E0E1;
}

#neve_body.woocommerce-cart .from-payment-wrap table.shop_table.cart td.product-price .before-price-text {
    display: none;
}

.woocommerce table.cart .product-price span,
.woocommerce-Price-amount.amount {
    font-size: 15px;
    line-height: 100%;
}

.woocommerce-cart .cart_item .product-remove .remove {
    margin: 0 auto;
    font-size: 35px;
    font-weight: normal;
    line-height: 120%;
    font-family: 'Poppins', sans-serif;
}

.woocommerce-cart .cart_item .product-remove .remove:hover {
    color: #BB8D2C !important;
    background: unset;
}

.woocommerce-cart .cart_item .product-remove .remove::before {
    display: none;
}

.single-product .entry-summary .before-price-text,
.single-product .nv-card-content-wrapper .price .before-price-text {
    display: none;
}

.single-product .entry-summary .price {
    display: inline;
}

.single-product .entry-summary .price span bdi {
    color: #BB8D2C !important;
    font-size: 40px;
    line-height: 120%;
    font-family: "Cinzel-Medium", Sans-serif;
    font-weight: 600;
    display: inline;
}

body#neve_body.search-results .posts-wrapper .search-title {
    grid-column: 1/4;
    display: block;
    color: #000 !important;
    font-size: 48px;
    line-height: 48px;
    position: relative;
    padding-bottom: 19px;
    text-align: center;
    font-family: "Cinzel-Medium", Sans-serif;
    margin-bottom: 22px;
}

.header-search .header-label-section label .all-class {
    color: red;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
}

.term-gold .nv-index-posts .left-right-sec-wrap .woof_container_silver,
.term-gold .nv-index-posts .left-right-sec-wrap .woof_container_pa_collectables,
.term-gold .nv-index-posts .left-right-sec-wrap .woof_container_pa_palladium,
.term-silver .nv-index-posts .left-right-sec-wrap .woof_container_gold,
.term-silver .nv-index-posts .left-right-sec-wrap .woof_container_pa_collectables,
.term-silver .nv-index-posts .left-right-sec-wrap .woof_container_pa_palladium,
.term-collectables .nv-index-posts .left-right-sec-wrap .woof_container_gold,
.term-collectables .nv-index-posts .left-right-sec-wrap .woof_container_pa_silver,
.term-collectables .nv-index-posts .left-right-sec-wrap .woof_container_pa_palladium,
.term-palladium .nv-index-posts .left-right-sec-wrap .woof_container_gold,
.term-palladium .nv-index-posts .left-right-sec-wrap .woof_container_pa_silver,
.term-palladium .nv-index-posts .left-right-sec-wrap .woof_container_pa_collectables,
.term-collectable .nv-index-posts .left-right-sec-wrap .woof_container_gold,
.term-collectable .nv-index-posts .left-right-sec-wrap .woof_container_pa_silver,
.term-collectable .nv-index-posts .left-right-sec-wrap .woof_container_pa_palladium {
    display: none;
}

.term-collectables .nv-index-posts .left-right-sec-wrap .woof_container_collectables .icheckbox_square-orange,
.woof_container.woof_container_checkbox.woof_container_pa_palladium .icheckbox_square-orange {
    display: none;
}

/*.woof_container_collectables.woof_fs_pa_collectables.shop-wrap li div.icheckbox_square-orange,
.woof_container_pa_silver.woof_container_1.woof_container_silver li div.icheckbox_square-orange {
    display: none;
}*/
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
    display: none;
}

body .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    position: absolute;
    z-index: 10;
    margin: 0;
    top: 10px;
    left: auto;
    right: 10px;
}

.tax-product_cat .right-sec-wrap .products .add-to-wishlist-before_image .nv-card-content-wrapper .yith-wcwl-add-button a {
    background: url(Images/gold-wishlist-img.png) no-repeat;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    width: 15px;
    height: 15px;
    transition: none;
}

.tax-product_cat .right-sec-wrap .products .add-to-wishlist-before_image .nv-card-content-wrapper .yith-wcwl-add-button a:hover,
.tax-product_cat .right-sec-wrap .products li.product.add-to-wishlist-before_image:hover .nv-card-content-wrapper .yith-wcwl-add-button a,
.tax-product_cat .right-sec-wrap .products .add-to-wishlist-before_image .nv-card-content-wrapper .yith-wcwl-add-button a.delete_item {
    background-position: 0 -66px;
}

.search-results .neve-breadcrumbs-wrapper.breadcrumb,
.search-no-results .neve-breadcrumbs-wrapper.breadcrumb {
    padding: 15px 0;
}

body.woocommerce-checkout .wc_payment_method label {
    color: #000;
    font-size: 18px !important;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
}

.woocommerce-checkout #payment ul.payment_methods fieldset p input {
    height: 15px !important;
}

.woocommerce-checkout .woocommerce-form-login.login .lost_password a {
    font-size: 16px;
    line-height: 20px;
    font-family: "poppins";
    text-align: center;
    color: #BB8D2C;
    font-weight: 400;
}

.gold-inner-page .left-right-sec-wrap .right-sec-wrap .woof_products_top_panel ul li {
    display: none;
}

.contact-us-structure .recaptcha>span .wpcf7-not-valid>div {
    border: 1px solid red;
}

.woocommerce button.button::before {
    background-position: 0 -173px;
}

body.woocommerce-cart#neve_body .from-payment-wrap form td.actions>button::before {
    background-position: 0 -173px;
}

html body.woocommerce-checkout main#content .woocommerce form.checkout_coupon .form-row-last button.button::before {
    right: 10px;
    top: 20px;
    background-position: 0 -173px !important;
}

.woocommerce-ResetPassword .woocommerce-form-row button::before {
    background-position: 0 -173px;
}

.woocommerce-account .nv-content-wrap .breadcrumbs .breadcrumb li {
    display: inline-block;
}

#neve_body #yith-wcwl-popup-message {
    background: #fff;
    border: 1px solid #000;
}

#neve_body #yith-wcwl-popup-message #yith-wcwl-message {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    font-family: "poppins";
    text-align: center;
}

.woocommerce-account .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    margin-bottom: 0;
}

.woocommerce-account.woocommerce-view-order table.shop_table .view-note.note-show {
    padding: 35px 0 0 49px;
}

.woocommerce-view-order table.shop_table .order-details-tilte {
    padding-left: 49px;
}

#neve_body.woocommerce-page .woocommerce-ResetPassword input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]),
#neve_body.woocommerce-page textarea,
#neve_body.woocommerce-page .woocommerce-ResetPassword select:focus {
    color: #000 !important;
    padding: 0 23px;
}

#neve_body.woocommerce-page .woocommerce-ResetPassword .all-class {
    color: red;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

#content .contact-form .submit-btn p::before {
    filter: brightness(0) invert(1);
}

#neve_body .entry-content a:not([class]) {
    --linkdeco: unset;
}

.banner-section div#n2-ss-2 .n2-ss-slide-limiter>.n2-ss-layer {
    padding: 0;
}

/*..................19-09-2023...............................*/
.search-results .img-wrap a {
    height: 220px;
}

.most-popular-section .owl-stage {
    display: flex;
}

.most-popular-section .owl-stage .owl-item {
    display: flex;
}

/*........................20-09-2023..........................*/
.woocommerce-orders .woocommerce-button.button.view {
    border: none;
}

.woocommerce-orders .woocommerce-button.button.view::before {
    display: none;
}

.woocommerce-view-order .woocommerce-customer-details {
    display: none;
}

.dashborad-order-content-wrap .woocommerce-message .woocommerce-Button.button,
.woocommerce-orders .woocommerce-info .woocommerce-Button.button {
    margin-top: 0;
}

.woocommerce-order-received .woocommerce ul .woocommerce-order-overview__email.email {
    word-break: break-all;
}

.woocommerce-order-received .shop_table.order_details .woocommerce-table__product-name {
    text-align: left;
}

.woocommerce-order-received .shop_table.order_details .woocommerce-table__product-table {
    text-align: right !important;
}

.pswp__caption {
    display: none;
}

.single-product .summary.entry-summary .base-price {
    display: none;
}

/* .gold-inner-page .widget_price_filter {
    font-size: 16px;
    line-height: 18px;
    color: #000000;
} */
/*...............................23-09-2023................................*/
.single-product .qib-container:not(#qib_id):not(#qib_id) {
    display: block;
    max-width: 160px !important;
}

.single-product .qib-button:not(#qib_id):not(#qib_id) {
    line-height: 1;
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 50px;
    width: 50px;
    color: black;
    float: left;
    min-height: initial;
    min-width: initial;
    max-height: initial;
    max-width: initial;
    font-size: 0;
    letter-spacing: 0;
    transition: none;
    border-radius: 0;
    position: relative;
    border: 1px solid #E1E0E1 !important;
    background: #fff;
}

.single-product .qib-container div.quantity:not(#qib_id):not(#qib_id) {
    float: left;
    line-height: 0;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    height: 50px !important;
    width: 50px;
}

.single-product .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    line-height: 1;
    background: none;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 50px;
    width: 50px;
    min-height: initial;
    min-width: initial;
    max-height: initial;
    max-width: initial;
    border-style: solid;
    border-color: #E1E0E1;
    border-width: 1px 0;
    border-radius: 0;
}

.single-product .qib-button:hover:not(#qib_id):not(#qib_id) {
    background: unset;
    /* border: 1px solid #E1E0E1; */
}

.single-product form.cart button[type="submit"]:not(#qib_id):not(#qib_id):not(_):not(_) {
    height: 50px;
    text-align: center;
    margin-left: 30px;
}

.single-product.woocommerce button.button::before {
    background-position: 0 -177px;
}

.single-product .qib-button:not(#qib_id):not(#qib_id)::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 0px;
    right: 0;
    bottom: 0;
    background: url(Images/gold-wishlist-img.png) no-repeat;
    height: 2px;
    width: 13px;
    margin: 0 auto;
    background-position: 0 -119px;
}

.single-product .plus.qib-button:not(#qib_id):not(#qib_id)::before {
    background-position: 0 -168px;
    height: 13px;
    width: 13px;
    top: 18px;
    bottom: auto;
}

.woocommerce-checkout .all-class {
    color: red;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.woocommerce-checkout .woocommerce-billing-fields #billing_state_field .woocommerce-input-wrapper {
    height: 60px;
}

.edit-account fieldset {
    margin-bottom: 20px;
    border: 0;
    padding: 20px 0;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity .qib-container {
    position: relative;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity .qib-container {
    display: flex;
    justify-content: center;
    width: 85px;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity .qib-container .qib-button:not(#qib_id):not(#qib_id) {
    position: absolute;
    top: auto;
    left: auto;
    right: 15px;
    bottom: 7px;
    font-family: "fontawesome";
    height: 13px;
    background: none;
    border: 0;
    font-size: 0;
    width: 17px;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity .qib-container .minus.qib-button::before,
.woocommerce-cart .woocommerce-cart-form .product-quantity .qib-container .plus.qib-button::before {
    content: "\f107";
    font-size: 20px;
    line-height: 13px;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity .qib-container .plus.qib-button::before {
    content: "\f106";
}

#neve_body.woocommerce-cart .woocommerce-cart-form .product-quantity .qib-container input {
    border: 1px solid #E1E0E1 !important;
    width: 85px !important;
    padding: 0;
    margin: 0 auto;
    height: 48px !important;
    padding-right: 30px !important;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity .qib-container .qib-button:not(#qib_id):not(#qib_id).plus.qib-button {
    top: 11px;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity .qib-container .qib-button:not(#qib_id):not(#qib_id).minus.qib-button {
    bottom: 13px;
}

/*.........................02-09-2023............................*/
.search-no-results .search-form {
    display: block;
}

#neve_body.search-no-results .search-form input.search-field.error {
    border: 1px solid red !important;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.most-popular-section .owl-stage .owl-item {
    opacity: 0;
}

.most-popular-section .owl-stage .owl-item.active {
    opacity: 1;
}

.woocommerce.columns-3 ul.products li.product {
    width: 100%;
    margin-right: 0 !important;
}

.header-label-section .is-search-submit .is-search-icon svg:hover {
    filter: brightness(0%);
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
    border-radius: 3px !important;
    background: #fff !important;
    border: 1px solid green !important;
    color: green !important;
    padding-left: 50px !important;
}

a.woocommerce-remove-coupon {
    color: #BB8D2C !important;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

a.woocommerce-remove-coupon:hover {
    color: #000 !important;
}

/* 4-10-2023 start */
/* woocommerce-wishlist css (u) */
.woocommerce-wishlist .entry-content .cart.wishlist_table thead {
    background: #bb8d2b;
}

.woocommerce-wishlist .entry-content .cart.wishlist_table thead th,
.woocommerce-wishlist .entry-content .cart.wishlist_table thead th span {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    text-transform: capitalize;
}

.woocommerce-wishlist .cart.wishlist_table .wishlist-items-wrapper tr .product-name a {
    font-size: 18px;
    line-height: 29px;
    color: #000;
    font-weight: 500;
    font-family: Cinzel-Medium, sans-serif;
}

.woocommerce-wishlist .cart.wishlist_table .wishlist-items-wrapper tr .product-name a:hover {
    color: #bb8d2b;
}

.woocommerce-wishlist .cart.wishlist_table .wishlist-items-wrapper .product-remove a::before {
    display: none;
}

.woocommerce-wishlist .cart.wishlist_table .wishlist-items-wrapper .product-thumbnail {
    padding-right: 23px;
    padding-top: 38px;
    padding-left: 23px;
}

.woocommerce-wishlist .cart.wishlist_table .wishlist-items-wrapper .product-thumbnail a {
    width: 150px;
    height: 150px;
    max-width: 100%;
    background: transparent;
    border: 1px solid #E1E0E1;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
}

.woocommerce-wishlist .cart.wishlist_table .wishlist-items-wrapper .product-thumbnail a img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: transparent;
    border: 0;
    display: block;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 10px;
    min-width: auto !important;
}

.woocommerce-wishlist .cart.wishlist_table .wishlist-items-wrapper tr {
    border: 1px solid #E1DFE1;
}

#neve_body.woocommerce-wishlist .cart.wishlist_table .wishlist-items-wrapper tr .product-remove a:hover {
    background-color: transparent;
    color: #bb8d2b !important;
}

.woocommerce-wishlist .cart.wishlist_table .wishlist-items-wrapper tr .product-remove a {
    font-size: 30px;
    font-weight: normal;
    transition: 0.3s all;
}

.woocommerce-wishlist .cart.wishlist_table .wishlist-items-wrapper tr:last-child {
    border: 1px solid #E1DFE1;
}

.woocommerce-wishlist .cart.wishlist_table .wishlist-items-wrapper .product-name {
    padding-left: 15px;
}

.woocommerce-wishlist .cart.wishlist_table .wishlist-items-wrapper .product-price {
    padding-left: 15px;
    text-align: left;
}

.woocommerce-wishlist .cart.wishlist_table .wishlist-items-wrapper .product-price span {
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
}

.woocommerce-wishlist .cart.wishlist_table .wishlist-items-wrapper .product-stock-status {
    text-align: left;
    padding-left: 15px;
}

.woocommerce-wishlist .cart.wishlist_table .wishlist-items-wrapper .product-stock-status span {
    font-size: 16px;
    line-height: 28px;
    font-family: "Poppins", Sans-serif;
    font-weight: normal;
}

.woocommerce-wishlist .cart.wishlist_table .wishlist-items-wrapper .product-add-to-cart {
    padding-right: 15px;
}

.woocommerce-wishlist .cart.wishlist_table .wishlist-items-wrapper .product-add-to-cart a {
    color: #fff;
    padding: 0 39px 0 4px !important;
    display: block !important;
}

.woocommerce-wishlist .cart.wishlist_table .wishlist-items-wrapper .product-add-to-cart a::before {
    top: 0;
    bottom: 0;
    margin: auto;
}

#neve_body .header-top-right .wishlist li a::before {
    content: "\f08a";
}

#neve_body .header-top-right .my-cart-cls::after {
    display: none;
}

.woocommerce-wishlist .wishlist-title-container {
    text-align: center;
}

.woocommerce-wishlist .nv-content-wrap {
    padding-bottom: 95px;
}

.woocommerce-wishlist .wishlist-title-container a.show-title-form {
    display: none;
}

.woocommerce-wishlist .wishlist-title-container .wishlist-title h2:hover {
    background: none;
}

/* woocommerce-wishlist css (u) end */
.woocommerce-checkout .entry-content .woocommerce-form-login.login .lost_password {
    margin-top: -11px;
}

.single-product .nv-single-product-top .entry-summary .cart button.single_add_to_cart_button::before {
    top: 0;
    bottom: 0;
    margin: auto;
}

.search-no-results .nv-submit .nv-icon.nv-search svg {
    transition: .5s all;
}

.search-no-results .nv-submit .nv-icon.nv-search svg:hover {
    filter: brightness(1) invert(0);
}

body.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address-checkbox {
    pointer-events: none;
}

body.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address span::before {
    cursor: pointer;
    z-index: 9;
}

body.login-unique .login-form-wrap .woocommerce-form__label input {
    height: 30px !important;
    cursor: pointer;
}

body.login-unique .login-form-wrap .woocommerce-form__label {
    align-items: center;
}

#neve_body .header-top-right .my-account-cls:not(.mini_cart_item)::after {
    display: none;
}

#neve_body .header-top-right>div:nth-child(2n) {
    height: 100%;
    border-left: 1px solid #ffffff20;
    border-right: 1px solid #ffffff20;
    padding-right: 17px;
    padding-left: 17px;
}

#neve_body .header-top-right>div:nth-child(2n)>.elementor-widget-container {
    display: flex;
    align-items: center;
}

#neve_body .header-top-right>div:nth-child(2)>.elementor-widget-container a:hover {
    color: #000;
}

#neve_body .header-top-right>div:nth-child(2)>.elementor-widget-container a {
    color: #fff;
    font-family: poppins, sans-serif;
    font-size: 16px;
}

#neve_body .header-top-right>div:nth-child(3) {
    padding: 0 17px;
    padding-left: 0;
}

header .cart-icon-wrapper .nv-icon.nv-cart::before {
    top: -4px;
    bottom: 0;
    line-height: 120%;
    margin: 0 auto;
    position: absolute;
    right: -5px;
}

header .header-top-right>div:nth-child(2n) .my-cart-cls {
    height: 100%;
}

header .header-top-right>div:nth-child(2n) .my-cart-cls .cart-icon-wrapper {
    height: 100%;
}

#neve_body .header-top-right>div:last-child {
    padding-right: 12px;
    padding-left: 4px;
}

header .header-top-right>div.header-left-box {
    padding-left: 17px;
    padding-right: 17px;
}

/* 4-10-2023 end */
/* 9-10-2023 start */
#content .nv-shop .nv-bc-count-wrap .breadcrumb span.nv-breadcrumb-delimiter {
    display: none;
}

.woof_search_is_going nav.woocommerce-breadcrumb {
    display: block;
}

body.error404 {
    padding-top: 159px;
}

.error404 .error-404 .common-btn a {
    position: relative;
    padding: 0 50px 0 30px;
}

.error404 .error-404 .common-btn a::before {
    content: "";
    background: url(Images/breadcumb.png) no-repeat !important;
    background-position-x: 0%;
    background-position-y: 0%;
    position: absolute;
    left: auto;
    right: 20px;
    top: 0;
    height: 23px;
    width: 20px;
    background-position: 0 -171px !important;
    bottom: 0;
    display: block;
    margin: auto;
}

/* 9-10-2023 end */
/* G 14-10-2023 start */
.woocommerce-account table.shop_table tbody tr td a.button.invoice {
    padding: 0px 30px 0 15px !important;
    background-color: #BB8D2B;
    color: #fff;
}

.woocommerce-account table.shop_table tbody tr td a.button.invoice::before {
    right: 4px;
    top: 0px;
    background-position: 0 -139px !important;
    background-size: 21px !important;
}

.new-le-class span label.checkbox {
    position: static;
    background: unset;
    color: #333 !important;
    pointer-events: all;
    cursor: pointer;
    font-size: 16px;
    line-height: 28px;
}

#neve_body .single-page-container .woocommerce-form .new-le-class input {
    height: 20px !important;
    width: 20px !important;
}

/* G 14-10-2023 end */
/* 16-10-2023 start */
p#receive_newsletter_field .checkbox {
    display: flex;
    align-items: center;
}

p#receive_newsletter_field .checkbox input#receive_newsletter {
    width: 25px;
    height: 25px;
    margin-right: 15px;
    accent-color: #bb8d2b;
}

/* 16-10-2023 end */
/* 17-10-2023 start */
.woocommerce-account .woocommerce-MyAccount-content .order-actions a.invoice {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.header-top .header-top-right>div.header-left-box {
    display: none;
}

#neve_body .header-top-right>div:nth-child(2) {
    padding-left: 17px;
}

#neve_body .header-top-right>div:nth-child(2) a {
    padding-left: 19px;
    position: relative;
}

#neve_body .header-top-right>div:nth-child(2) a::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    bottom: auto;
    right: auto;
    width: 18px;
    height: 18px;
    font-family: fontawesome;
}

#neve_body .header-top-right>div:nth-child(2) a.logged-in::before {
    content: "\f08b";
}

#neve_body .header-top-right>div:nth-child(2) a.logged-out::before {
    content: "\f007";
}

.woocommerce-checkout .nv-order-review .woocommerce-terms-and-conditions-wrapper .id-text {
    margin-top: 15px;
}

/* 17-10-2023 end */
/* 19-10-2023 */
.woocommerce-checkout .nv-order-review .woocommerce-terms-and-conditions-wrapper .red {
    color: red;
    /* text-decoration: underline; */
    margin-top: 20px;
    /* 8-2-2024 */
}

/* 8-2-2024 start */
.woocommerce-checkout .woocommerce-checkout .nv-order-review li fieldset.wc-payment-form .form-row-wide {
    width: 100%;
}

/* 8-2-2024 end */
/* start of the day **** 12-03-2024 */
.woof_fs_pa_silver.shop-wrap>div .woof_block_html_items ul li label:hover {
    color: #bb8d2b;
}

body#neve_body.woocommerce-shop .woof_container.woof_container_checkbox.woof_container_pa_collectables.woof_container_2.woof_container_collectable.woof_fs_pa_collectables.shop-wrap ul.woof_list.woof_list_checkbox .icheckbox_square-orange {
    display: none;
}

/* end of the day **** 12-03-2024 */
/* Start CSS H(27-03-2024) */
.awdr-bulk-customizable-table .volume-discount {
    font-size: 37px;
    color: #bb8d2b;
    font-weight: 600;
    padding-top: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.awdr-bulk-customizable-table .sar-table tr th {
    border: 1px solid #000;
    padding: 10px 0;
}

#customize-bulk-table-range {
    border-right: 0;
}

.awdr-bulk-customizable-table .sar-table tbody tr td:last-child {
    border-left: 0;
}

.awdr-bulk-customizable-table .sar-table tbody tr td {
    border: 1px solid #000;
    border-top: 0;
    padding: 5px 5px;
    color: #000;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

.awdr-bulk-customizable-table .sar-table tbody tr td span,
.awdr-bulk-customizable-table .sar-table tbody tr td bdi {
    vertical-align: middle;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.awdr-bulk-customizable-table .sar-table tr th span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    display: block;
}

/* End CSS H(27-03-2024) */
/* Start CSS H(28-03-2024) */
#neve_body.woocommerce-cart .from-payment-wrap table.shop_table.cart td.product-price .base-price,
#neve_body.woocommerce-cart .from-payment-wrap table.shop_table.cart td.product-price>del>span.amount,
#neve_body.woocommerce-cart .from-payment-wrap table.shop_table.cart td.product-price .awdr_cart_strikeout_line>del {
    display: none;
}

.single-product .nv-single-product-top .summary.entry-summary .product-share a.twitter::before {
    content: "";
    background: url("Images/twitter-logo-new.png") no-repeat;
    background-size: 19px;
    top: 12px;
    right: 0;
    width: 20px;
    height: 20px;
    left: 12px;
    filter: brightness(0%);
}

.single-product .nv-single-product-top .summary.entry-summary .product-share a.twitter:hover::before {
    filter: brightness(100%);
}

/* End CSS H(28-03-2024) */
/* Start CSS H(18-04-2024) */
.home .banner-section .banner-content .n2-ss-item-content p {
    font-family: Cinzel-Medium, sans-serif !important;
    font-size: 50px !important;
    font-weight: 500 !important;
    line-height: 140% !important;
    color: #FFF !important;
}

.home .banner-content .n2-ss-layer.n2-ow .n2-ss-item-image-content {
    height: 400px;
    margin-top: 66px;
    margin-left: 100px;
}

.home .banner-content .n2-ss-layer.n2-ow .n2-ss-item-image-content img {
    height: 100%;
    width: auto;
}

body#neve_body .banner-inner-img .elementor-widget-container img {
    max-width: 100%;
    width: auto;
}

/* End CSS H(18-04-2024) */
/* Start CSS H(19-04-2024) */
.our-partner-section .grid-5 {
    display: flex;
    grid-gap: 0;
    justify-content: center;
    margin: 0 -11px;
}

.our-partner-section .grid-5 .our-teams-wrap {
    width: 16.66%;
    padding: 0 11px;
}

body#neve_body .banner-inner-img {
    padding-right: 100px;
}

#neve_body.woocommerce-cart .woocommerce .from-payment-wrap .cart-collaterals ul.woocommerce-shipping-methods li {
    flex-direction: row;
}

#neve_body.woocommerce-cart .woocommerce .from-payment-wrap .cart-collaterals ul.woocommerce-shipping-methods li>input,
#neve_body.woocommerce-checkout .woocommerce .checkout .nv-order-review .woocommerce-shipping-methods li>input {
    width: 15px;
    height: 15px;
    margin-top: 5px;
    margin-right: 5px;
}

#neve_body.woocommerce-checkout .nv-order-review .woocommerce-shipping-methods li {
    display: flex;
    padding-top: 5px;
}

#neve_body.woocommerce-checkout .woocommerce .checkout .nv-order-review .woocommerce-shipping-methods li>input {
    margin-top: 1px;
}

#neve_body.woocommerce-checkout .woocommerce .checkout .nv-order-review .woocommerce-shipping-methods li>label {
    text-align: left;
}

/* End CSS H(19-04-2024) */
/* Start CSS G(23-04-2024) */
.add-to-wishlist-before_image .woocommerce-LoopProduct-link .discount-bulk-lister {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
    position: relative;
}

.add-to-wishlist-before_image .discount-bulk-lister .show-table {
    background: url(../images/Logo\ 2.png) no-repeat;
    width: 35px;
    height: 28px;
    background-size: 100%;
    z-index: 999;
    cursor: pointer;
}

.add-to-wishlist-before_image .discount-bulk-lister .awdr-bulk-customizable-table {
    position: absolute;
    max-width: 300px;
    margin: auto;
    left: 0;
    right: 0;
    top: -50px;
    bottom: auto;
    display: none;
    opacity: 0;
    transition: 0.5s ease-in-out;
    z-index: 9999;
}

.add-to-wishlist-before_image .discount-bulk-lister .main-wrapper-table:hover div {
    display: block;
    opacity: 1;
    transition: 0.5s ease-in-out;
}

.discount-bulk-lister .awdr-bulk-customizable-table .wdr_bulk_table_thead {
    background: #bc8e2c;
}

.discount-bulk-lister .awdr-bulk-customizable-table tbody {
    background: #fff;
}

.products li.product .nv-card-content-wrapper {
    z-index: 9;
}

.products li.product .nv-card-content-wrapper a.woocommerce-LoopProduct-link {
    opacity: 1;
}

/* End CSS G(23-04-2024) */
/* Start CSS H(24-04-2024) */
.show-table-price {
    display: flex;
    padding: 0 10px;
    margin-top: -29px;
}

.show-table-price .as-low-data {
    text-align: left;
    color: #000;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    font-family: poppins;
}

.show-table-price .as-low-data .aud,
.show-table-price .awdr-bulk-customizable-table table tbody tr:last-child td:last-child .amount bdi,
.show-table-price .awdr-bulk-customizable-table table tbody tr:last-child td:last-child .amount bdi span {
    color: #be9235;
    padding-left: 2px;
    display: inline-block;
    line-height: 20px;
    font-weight: 600;
    font-size: 16px;
}

.show-table-price .awdr-bulk-customizable-table table thead,
.show-table-price .awdr-bulk-customizable-table table tbody tr:last-child td,
.show-table-price .awdr-bulk-customizable-table table tbody tr {
    display: none;
}

.show-table-price .awdr-bulk-customizable-table table tbody tr:last-child,
.show-table-price .awdr-bulk-customizable-table table tbody tr:last-child td:last-child {
    display: block;
}

.show-table-price .awdr-bulk-customizable-table table tbody tr:last-child td:last-child {
    border: 0;
    padding: 0;
    margin-top: -5px;
}

.show-table-price .awdr-bulk-customizable-table table tbody tr:last-child td:last-child .amount bdi span {
    padding: 0;
    padding-right: 2px;
    padding-bottom: 2px;
}

.show-table-price .as-low-data .aud {
    padding-top: 0px;
}

body .woocommerce-no-products-found .woocommerce-info {
    background: #000;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
}

.woocommerce .products li.product .nv-card-content-wrapper h2.woocommerce-loop-product__title {
    min-height: 93px;
    padding: 0 10px;
}

.woocommerce .add-to-wishlist-before_image .woocommerce-LoopProduct-link .discount-bulk-lister .price {
    display: none;
}

.add-to-wishlist-before_image .woocommerce-LoopProduct-link .discount-bulk-lister {
    justify-content: center;
    gap: 10px;
}

/* End CSS H(24-04-2024) */
/* start of the day **** 30-04-2024 */
.woocommerce .add-to-wishlist-before_image .woocommerce-LoopProduct-link .discount-bulk-lister .price {
    display: block;
    width: 100%;
    text-align: left;
}

.products li.product .nv-card-content-wrapper a.woocommerce-LoopProduct-link .show-table-price {
    margin-top: 0;
}

/* end of the day **** 30-04-2024 */
/* Start of the day **** 02-07-2024 */
body.term-gold .nv-index-posts .left-right-sec-wrap .woof_container_pa_platinum,
.term-platinum .nv-index-posts .left-right-sec-wrap .woof_container_pa_gold,
.term-platinum .nv-index-posts .left-right-sec-wrap .woof_container_pa_silver,
.term-platinum .nv-index-posts .left-right-sec-wrap .woof_container_pa_palladium,
.term-silver .nv-index-posts .left-right-sec-wrap .woof_container_pa_platinum,
.term-platinum .nv-index-posts .left-right-sec-wrap .woof_container_pa_platinum .icheckbox_square-orange {
    display: none;
}

/* end of the day **** 02-07-2024 */
/*  21-01-2025 */
.banner-content .slider-banner-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    min-height: 810px;
    padding: 0 0 70px;
}

.banner-content .slider-banner-item .slider-banner-thumbnail {
    width: 49%;
}

.banner-content .slider-banner-item .slider-content-text {
    width: 51%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px 56px 0;
}

.slider-image-container {
    margin: 0 0 0 38px;
}

#neve_body .slider-content-text .slider-button {
    background: #BC8E2C;
    color: #fff;
}

#neve_body .slider-content-text .slider-button:hover {
    background: transparent;
    color: #bc8e2c;
}

.slider-content-text p {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    display: block;
    width: 100%;
    margin: 22px 0 66px;
}

.banner-content .owl-nav.disabled {
    display: none;
}

.slider-content-text .slider-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 50px 0 0;
}

.slider-content-text .slider-button::before {
    top: 23px;
}

.banner-content .owl-dots {
    display: block;
    text-align: center;
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.banner-content .owl-dots .owl-dot {
    padding: 0;
    line-height: 0;
    font-size: 0;
    width: 8px;
    height: 8px;
    background: transparent;
    border-radius: 50%;
    margin: 0 3px;
    border: 1px solid #bb8d2b;
    pointer-events: all;
}

.banner-content .owl-dots .owl-dot.active,
.banner-content .owl-dots .owl-dot:hover {
    background: #bb8d2b;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

/*  21-01-2025 */
/*  23-01-2025 */
.banner-content .slider-banner-item {
    padding: 90px 0 0;
    align-items: center;
    flex-direction: row;
}

.banner-content .slider-banner-item.review-text-exists div {
    padding: 0;
}

.slider-content-text p.slider-review-text {
    font-size: 25px;
    line-height: 43px;
    margin: 0;
    font-style: italic;
}

.slider-content-text p.slider-author-name {
    margin: 0;
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
}

.banner-content .slider-banner-item.review-text-exists .slider-banner-thumbnail img {
    width: auto;
    height: auto;
    margin: 0;
}

.banner-content .slider-banner-item.review-text-exists div.slider-content-text {
    padding: 0 0 0 56px;
    width: 54.9%;
    max-width: 680px;
    justify-content: flex-start;
}

.banner-content .slider-banner-item .slider-banner-thumbnail {
    width: 45.1%;
}

.slider-author-rating .fa::before {
    display: inline-block;
    content: "\f005";
    font-family: fontawesome;
    color: #f3cb02;
    font-size: 30px;
    line-height: 100%;
}

.slider-author-rating .fa.fa-star-half-o::before {
    content: "\f089";
}

.slider-content-text p.slider-author-rating {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    display: flex;
    align-items: center;
}

.slider-author-rating i {
    margin: 0 4px 0 0;
}

.slider-author-rating i:last-child {
    margin: 0 10px 0 0;
}

.banner-content .slider-banner-item.slider-banner-item-4772 .slider-content-text {
    /* padding: 170px 15px 0; */
    align-self: center;
}

.slider-author-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 15px 0;
}

.slider-author-info .slider-author-image {
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    width: auto !important;
    margin: 0;
}

.slider-author-info .slider-author-name {
    width: auto;
    padding: 0 0 0 12px;
}

.slider-content-text h2 {
    font-size: 40px;
    line-height: 56px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Cinzel";
    margin: 0 0 25px;
    max-width: 660px;
}

.slider-author-review-count {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    display: block;
}

.banner-content .slider-banner-item.slider-banner-item-4806 .slider-banner-thumbnail {
    position: absolute;
    max-width: 900px;
    width: 100%;
    left: auto;
    right: 0;
    margin: 0;
    top: auto;
    bottom: 0;
    pointer-events: none;
}

.slider-banner-item.slider-banner-item-4772 h2,
.slider-banner-item.slider-banner-item-4806 h2,
.slider-content-text h2 {
    font-weight: 400;
    font-family: "Poppins";
    width: 100%;
}

body#neve_body .slider-content-text .slider-button {
    border: 1px solid #BC8E2C;
    border-radius: 4px;
    background: transparent;
    color: #bc8e2c;
    text-transform: uppercase;
}

body .slider-content-text .slider-button::before {
    filter: invert(51%) sepia(99%) saturate(343%) hue-rotate(3deg) brightness(93%) contrast(86%);
}

body .slider-content-text .slider-button:hover::before {
    filter: brightness(0) saturate(100%) invert(98%) sepia(4%) saturate(440%) hue-rotate(224deg) brightness(122%) contrast(100%);
}

body#neve_body .slider-content-text .slider-button:hover {
    color: #fff;
    background: #bc8e2c;
}

.slider-banner-item.slider-banner-item-4806 h2 {
    max-width: 100%;
}

.banner-content .slider-banner-item.slider-banner-item-4806 .slider-content-text {
    width: 49%;
}

.contect-details-box a {
    color: #000;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    position: relative;
    opacity: 1;
    padding: 0 0 2px;
}

.contect-details-box a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    border-radius: 100%;

}

.contect-details-box>div a:not(:last-child) {
    margin: 0 0 10px 0;
}

.contect-details-box .textwidget.custom-html-widget {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.contect-details-box a:hover {
    color: #bc8e2c;
}

#neve_body .slider-content-text .slider-button:hover {
    background: #bc8e2c;
    color: #FFF;
}

/*  23-01-2025 */
body.home ul.products .type-product>div>a.add_to_cart_button {
    display: none;
}

main#content ul.products form.cart button.add_to_cart_button {
    text-decoration: none;
    background: #BC8E2C;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    width: 100%;
    opacity: 1;
    height: auto !important;
    line-height: 54px !important;
    margin: 15px 0 0 !important;
}

.tax-product_cat .qib-button:not(#qib_id):not(#qib_id),
.home .qib-button:not(#qib_id):not(#qib_id) {
    line-height: 1;
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 50px;
    width: 50px;
    color: black;
    float: left;
    min-height: initial;
    min-width: initial;
    max-height: initial;
    max-width: initial;
    font-size: 0;
    letter-spacing: 0;
    transition: none;
    border-radius: 0;
    position: relative;
    border: 1px solid #E1E0E1 !important;
    background: #fff;
}

.tax-product_cat .qib-button:not(#qib_id):not(#qib_id)::before,
.home .qib-button:not(#qib_id):not(#qib_id)::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 0px;
    right: 0;
    bottom: 0;
    background: url(Images/gold-wishlist-img.png) no-repeat;
    height: 2px;
    width: 13px;
    margin: 0 auto;
    background-position: 0 -119px;
}

.tax-product_cat .qib-container div.quantity:not(#qib_id):not(#qib_id),
.home .qib-container div.quantity:not(#qib_id):not(#qib_id) {
    float: left;
    line-height: 0;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    height: 50px !important;
    width: 50px;
}

.tax-product_cat .qib-container .quantity input.qty:not(#qib_id):not(#qib_id),
.home .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    line-height: 1;
    background: none;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 50px;
    width: 50px;
    min-height: initial;
    min-width: initial;
    max-height: initial;
    max-width: initial;
    border-style: solid;
    border-color: #E1E0E1;
    border-width: 1px 0;
    border-radius: 0;
}

.tax-product_cat ul.products li.product .star-rating {
    display: none;
}

#neve_body.home ul.products li.product {
    width: 100%;
    margin: 0 5px;
}

.home .qib-container .plus.qib-button:not(#qib_id):not(#qib_id)::before,
.tax-product_cat .qib-container .plus.qib-button:not(#qib_id):not(#qib_id)::before {
    background-position: 0 -168px;
    height: 13px;
    width: 13px;
    top: 18px;
    bottom: auto;
}

.home .qib-container,
.tax-product_cat .qib-container {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.home ul.products .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    pointer-events: none;
    margin: auto;
}

body#neve_body .most-popular-section .owl-nav button {
    position: static;
}

body.home .woocommerce ul.products li.product .price,
.tax-product_cat.woocommerce ul.products li.product span.price.jkcstm {
    text-align: center;
    padding: 0 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.home .nv-card-content-wrapper .stock {
    margin-bottom: 15px;
}

/* 20-03-2025 */
.single-product .stock-in .stock.available-on-backorder {
    color: #000;
    font-size: 14px;
    line-height: 26px;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    margin: 0 0 5px;
}

.nv-card-content-wrapper .in-stock::before {
    position: relative;
    top: 5px;
    left: 0;
    display: inline-block;
    margin: 0 10px 0 0;
}

.nv-card-content-wrapper .in-stock {
    padding: 0 5px;
}

/* 20-03-2025 */
@media only screen and (min-width: 1025px) and (max-width:1280px) {

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        margin: 0 2% 2.992em 0;
        width: 23.111%
    }

    .awdr-bulk-customizable-table .sar-table tbody tr td span,
    .awdr-bulk-customizable-table .sar-table tbody tr td bdi,
    .show-table-price .as-low-data,
    .show-table-price .as-low-data .aud {
        font-size: 15px;
    }

    html .woocommerce ul.products li.last,
    html .woocommerce-page ul.products li.last {
        margin-right: 0 !important;
    }

    .add-to-wishlist-before_image .woocommerce-LoopProduct-link .discount-bulk-lister,
    body .woocommerce ul.products li.product .show-table-price {
        padding: 0 5px;

    }
}

/* Instantly hide WooCommerce messages (prevent flicker) */
body.woocommerce-checkout .woocommerce-notices-wrapper,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-error {
    display: none !important;
}

/* 07-08-2025 */
body form.form-edit-address p#shipping_country_field>span.woocommerce-input-wrapper strong {
    margin-top: 4px;
}

body form.form-edit-address p#billing_country_field>span.woocommerce-input-wrapper,
body form.form-edit-address p#shipping_country_field>span.woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce form p#billing_country_field.form-row span.woocommerce-input-wrapper {
    height: 60px;
    width: 100%;
    margin: 0;
    border-radius: 3px;
    line-height: 50px;
    font-family: 'Poppins', sans-serif;
    padding: 0 25px;
    border: 2px solid #E1E0E1;
}

body form.form-edit-address p#billing_country_field>span.woocommerce-input-wrapper strong,
body form.form-edit-address p#shipping_country_field>span.woocommerce-input-wrapper strong,
.woocommerce-checkout .woocommerce form p#billing_country_field.form-row span.woocommerce-input-wrapper strong {
    font-weight: 400;
    color: #000;
    width: 100%;
    display: block;
    text-align: left;
}

.woocommerce-checkout .woocommerce form p#billing_country_field.form-row span.woocommerce-input-wrapper strong {
    margin-top: 4px;
}

.woocommerce-account table.shop_table tr td:last-child a.button.pay,
.woocommerce-account table.shop_table tr td:last-child a.button.cancel {
    background: transparent;
    padding: 0 6px 0 0 !important;
    height: 100%;
    margin-top: -1px;
    border: none;
}

.woocommerce-account table.shop_table tr td:last-child a.button.pay::before,
.woocommerce-account table.shop_table tr td:last-child a.button.cancel::before {
    display: none;
}

.woocommerce-account table.shop_table tr td:last-child a.button.view {
    padding: 0 6px 0 0 !important;
}

/* 07-08-2025 */

/* 08-08-2025 */
body.woocommerce-checkout form#order_review tbody tr.order_item td.product-subtotal {
    text-align: end;
}

/* 08-08-2025 */

.show-table-price .woocommerce-Price-currencySymbol {
    display: none !important;
}

/* 03-10-2025 */
body.term-other .nv-index-posts .left-right-sec-wrap .woof_container_pa_platinum, 
.term-other .nv-index-posts .left-right-sec-wrap .woof_container_pa_gold, 
.term-other .nv-index-posts .left-right-sec-wrap .woof_container_pa_silver, 
.term-other .nv-index-posts .left-right-sec-wrap .woof_container_pa_palladium, 
.term-other .nv-index-posts .left-right-sec-wrap .woof_container_pa_platinum, 
.term-other .nv-index-posts .left-right-sec-wrap .woof_container_pa_platinum .icheckbox_square-orange {
    display: none;
}