/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1756119462
Updated: 2025-08-25 10:57:42

*/
.woocommerce-order-received .woocommerce {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
.woocommerce-order-received .woocommerce .woocommerce-info {
    padding: 14px 0 15px 50px;
}
.image-div {
    position: relative !important;
}
.product-badge {
    position: absolute !important;
    right: 0 !important;
}
.youtube_video .elementor-custom-embed-play::before {
    position: absolute;
    content: '';
    bottom: 6px;
    top: 0;
    left: 0;
    right: 0px;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 0 0 5px 4px #aeb7b8;
    margin: 0px;
    opacity: 0.8;
    transform-origin: center;
    animation: anim 1.5s linear 600ms infinite;
}

@keyframes anim {
    0% {
        margin: 0px;
        opacity: 1;
    }

    100% {
        margin: -10px;
        opacity: 0;
    }
}

@media screen and (max-width:440px) {
    .mobile_menu .dialog-message.dialog-lightbox-message {
        width: 85vw !important;
    }
}
.sticky_btn{
	transition: all 0.5s ease-in-out;
}
.sticky_btn.show-btn {
    bottom: 0 !important;
}
/* Buttons CSS Starts */
.add-cart-outer .single_add_to_cart_button {
    background-image: linear-gradient(90deg, #B8892C, #D9B556, #B8892C) !important;
    color: #fff !important;
    border: 0px !important;
}

/* Buttons CSS Ends */

/* Section Title CSS Starts */
.section-title {
    position: relative;
}

.section-title h2 {
    position: relative;
    padding-bottom: 12px;
}

.section-title h2:after {
    content: '';
    width: 100px;
    height: 1px;
    background: linear-gradient(270deg, #B8892C 0.88%, #D9B556 50.44%, #B8892C 99.99%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

.section-title-center h2:after {
    margin: auto;
}

/* Section Title CSS Ends */

/* Header CSS Starts */
.elementor-menu-toggle {
    padding: 0px !important;
    transform: translateY(3px);
}

/* Header CSS Ends */

/* Products CSS Starts */
.woocommerce ul.products li.product a img.attachment-woocommerce_thumbnail,
.product-grid-img img {
    width: 100% !important;
    height: 320px !important;
    object-fit: contain;
    padding: 15px !important;
    border: 1px solid rgba(0, 0, 0, 0.24) !important;
}

.woocommerce ul.products li.product .button.add_to_cart_button,
.add-cart-outer .add_to_cart_button {
    width: 100%;
    padding: 15px 30px !important;
    color: #fff;
    background: linear-gradient(270deg, #B8892C 0.88%, #D9B556 50.44%, #B8892C 99.99%), #000 !important;
    border-radius: 0px !important;
    background-size: 100% 100% !important;
    transition: all 0.3s ease-in-out;
}
.woocommerce ul.products li.product .button.add_to_cart_button:hover,
.add-cart-outer .add_to_cart_button:hover {
    background-size: 200% 200% !important;
}
.product-grid-price-outer {}

.product-grid-price-outer p.price {
    margin: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
    gap: 6px;
}

.product-grid-price-outer p.price span {
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    color: #000 !important;
}

.product-grid-price-outer p.price del {
    order: 1;
}

.product-grid-price-outer p.price del span {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #666666 !important;
}

.product-single-image-slider {}

.product-single-image-slider .product_image_slider__trigger {
    border-radius: 0px !important;
}

.product-single-image-slider .eael-single-product-images .product_image_slider__container .swiper-slide img {
    width: 100% !important;
    height: 500px !important;
    object-fit: contain !important;
}

.product-single-image-slider .eael-single-product-images .product_image_slider__thumbs .swiper-button-prev,
.product-single-image-slider .eael-single-product-images .product_image_slider__thumbs .swiper-button-next {
    background: #fff !important;
    border: 0px !important;
}
.woocommerce.single-product  div.product form.cart button[name=buy-now] {
    margin: 10px 0 0 0 !important;
    width: 100%;
    background: #000 !important;
}
.woocommerce.single-product  div.product form.cart button.wpcbn-btn.wpcbn-btn-single.wpcbn-btn-simple.single_add_to_cart_button.button.alt:hover{
	background: #B8892C !important
}
.product-single-rating-outer {}

.product-single-rating-outer .star-rating {
    width: 96px !important;
}

.product-single-rating-outer .star-rating::before,
.product-single-rating-outer .star-rating span::before {
    letter-spacing: 5px;
}

.product-single-price {}

.product-single-price p.price {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.product-single-price p.price span {
    font-weight: 500 !important;
    color: #000 !important;
}

.product-single-price p.price del {
    font-weight: 300 !important;
    color: #B5B5B5 !important;
    padding-left: 10px;
    opacity: 1;
}

.add-cart-outer {}

.add-cart-outer .woocommerce-variation-add-to-cart {
    gap:15px;
}
.add-cart-outer .woocommerce-variation-add-to-cart button.single_add_to_cart_button {
/*     margin: 0 !important; */
    width:100%;
}
/* Quantity wrapper */
.woocommerce div.product form.cart {
    /* display: flex;align-items: center;gap: 15px; */
}

/* Quantity box */
.quantity {
    width: 120px;
    float: none !important;
    display: flex;
    align-items: center;
    border: 1px solid #dddddd;
    margin: 0px !important;
}

/* Input */
.quantity input.qty {
    width: 47px !important;
    height: 45px !important;
    border: none !important;
    text-align: center !important;
    font-size: 14px !important;
    border-left: 1px solid #dddddd !important;
    border-right: 1px solid #dddddd !important;
}

/* Plus & Minus buttons */
.quantity button.qty-btn {
    color: #000 !important;
    width: 35px;
    height: 20px;
    border: 0px !important;
    background: transparent !important;
    font-size: 14px;
    line-height: 1;
    padding: 0px !important;
    margin: 0px !important;
    cursor: pointer;
}
.elementor-menu-cart__wrapper span.quantity {
    display: inline;
    border: none;
}
.elementor-menu-cart__wrapper span.quantity button {
    display: none;
}
.woocommerce-cart .quantity button.qty-btn {
    color: #fff !important;
}

.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input.qty {
    -moz-appearance: textfield;
}

/* .quantity button.qty-btn:hover{background: #f5f5f5;} */

.add-cart-outer .single_add_to_cart_button {
    width: 436px;
}

.add-cart-outer form.variations_form.cart {}

.add-cart-outer form.variations_form.cart table.variations {}

.add-cart-outer form.variations_form.cart table.variations tbody {}

.add-cart-outer form.variations_form.cart table.variations tbody tr {
    border-top: 1px solid #ddd;
    position: relative;
}

.add-cart-outer form.variations_form.cart table.variations tbody tr th,
.add-cart-outer form.variations_form.cart table.variations tbody tr td {}


.add-cart-outer form.variations_form.cart table.variations tbody tr th.label {
	margin:0;
}

.add-cart-outer form.variations_form.cart table.variations tbody tr td.value {
    padding: 15px 0px !important;
}

.add-cart-outer form.variations_form.cart table.variations tbody tr:nth-child(1) th.label {
    padding-top: 22px;
}
.add-cart-outer .variations tr:has(label[for="pa_color"]) {
    display: flex;
    flex-wrap:wrap;
    column-gap: 30px;
	row-gap:10px;
    align-items: center;
    padding:15px 0 !important;
}
.add-cart-outer .variations tr:has(label[for="pa_color"]) th{
padding:0 !important;
}
.add-cart-outer form.variations_form .variations tbody tr:has(label[for="pa_color"]) td.value{
	padding:0 !important;
}
.add-cart-outer form.variations_form.cart table.variations tbody tr td.value .cfvsw-swatches-container[swatches-attr="attribute_pa_color"] {
    gap: 3px;
}
.add-cart-outer form.variations_form.cart table.variations tbody tr td.value .cfvsw-swatches-container[swatches-attr="attribute_pa_color"] .cfvsw-swatches-option{
    border: 2px solid transparent !important;
    border-radius: 0 !important;
}

.add-cart-outer form.variations_form.cart table.variations tbody tr td.value .cfvsw-swatches-container[swatches-attr="attribute_pa_color"] .cfvsw-swatches-option.cfvsw-selected-swatch {
    border-color: #000 !important;
}

.add-cart-outer form.variations_form.cart table.variations tbody tr td.value .cfvsw-swatches-container[swatches-attr="attribute_pa_color"] .cfvsw-swatches-option .cfvsw-swatch-inner {
    width: 38px !important;
    height: 32px !important;
    border-radius: 0px !important;
    transition: unset !important;
    outline: none;
    margin: 1px;
    border: 1px solid #ddd !important;
}
.policy-content ul{
    margin-bottom:20px;
}
.add-cart-outer form.variations_form.cart table.variations tbody tr td.value .cfvsw-swatches-container[swatches-attr="attribute_pa_size"] {
    gap: 15px;
}

.add-cart-outer form.variations_form.cart table.variations tbody tr td.value .cfvsw-swatches-container[swatches-attr="attribute_pa_size"] .cfvsw-swatches-option {
    padding: 10px 20px !important;
    background-color: #E9E9E9;
    color: #000 !important;
    border: 0px !important;
}

.add-cart-outer form.variations_form.cart table.variations tbody tr td.value .cfvsw-swatches-container[swatches-attr="attribute_pa_size"] .cfvsw-swatches-option .cfvsw-swatch-inner {
    border-radius: 0px !important;
    transition: unset !important;
	font-size: 14px;
    line-height: 1.15em;
    font-weight: 300;
}

.add-cart-outer form.variations_form.cart table.variations tbody tr td.value .cfvsw-swatches-container[swatches-attr="attribute_pa_size"] .cfvsw-swatches-option.cfvsw-selected-swatch {
    background-color: #000 !important;
    color: #fff !important;
}

.add-cart-outer form.variations_form.cart table.variations a.reset_variations {
    display: none !important;
}


.feature-box-outer {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

/* Products CSS Ends */

/* Announcement List CSS Starts */
.announcement-section {
    overflow: hidden !important;
}

.announcement-section ul.elementor-icon-list-items {
    flex-wrap: nowrap !important;
    animation: marquee 50s linear infinite;
}

.announcement-section ul.elementor-icon-list-items li {
    white-space: nowrap;
}

.announcement-section ul.elementor-icon-list-items:hover {
    animation-play-state: paused;
}

@keyframes marquee {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}

/* Announcement List CSS Ends */

/* Story Section CSS Starts */
.story-left {
    position: relative;
}

.story-right {}

.story-img-2 {
    position: absolute !important;
    bottom: -28px;
    right: 0;
}

.story-img-2 img {}

/* Story Section CSS Ends */

/* Result Section CSS Starts */
.before-after-result {}

.coca-image-compare-horizontal .coca-image-compare-before-label:before,
.coca-image-compare-horizontal .coca-image-compare-after-label::before {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff !important;
    padding: 2px 20px;
    background: transparent !important;
    border: 1px solid #fff;
    border-radius: 0px !important;
    top: 40px !important;
}

.coca-image-compare-horizontal .coca-image-compare-before-label:before {
    left: 40px !important;
}

.coca-image-compare-horizontal .coca-image-compare-after-label:before {
    right: 40px !important;
}

/* Result Section CSS Ends */

/* How Work Section CSS Starts */
.steps-box-outer {
    position: relative;
}

.steps-box {
    padding-left: 70px !important;
    margin-bottom: 30px !important;
    position: relative;
}

.steps-box-img {
    width: 50px;
    height: 50px;
    line-height: 47px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
}

.steps-box-img img {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain !important;
}

.steps-box::before {
    content: '' !important;
    width: 1px !important;
    height: 100% !important;
    position: absolute !important;
    top: 47px !important;
    left: 25px !important;
    background-color: #fff;
}

.steps-box-outer .steps-box:last-child::before {
    display: none !important;
}

/* How Work Section CSS Ends */

/* Choose Section CSS Starts */
.choose-box {}

.choose-box .elementor-image-box-wrapper {}

.choose-box .elementor-image-box-wrapper figure.elementor-image-box-img {}

.choose-box .elementor-image-box-wrapper figure.elementor-image-box-img img {
    width: 50px;
    height: 50px;
    padding: 10px;
    background-color: #fff;
}

.choose-box h3.elementor-image-box-title {
    margin-bottom: 10px !important;
}

/* Choose Section CSS Ends */

/* Perfect Box CSS Starts */
.perfect-box-outer {
    margin-left: -7px !important;
    margin-right: -7px !important;
}

.perfect-box {}

.perfect-box .elementor-icon-box-wrapper {}

.perfect-box .elementor-icon-box-wrapper .elementor-icon-box-icon {}

.perfect-box .elementor-icon-box-wrapper .elementor-icon-box-icon span.elementor-icon {
    width: 50px;
    height: 50px;
    padding: 10px;
    background-color: #000;
}

.perfect-box .elementor-icon-box-wrapper .elementor-icon-box-icon span.elementor-icon svg {
    width: 28px;
    height: 28px;
    display: block;
    margin: auto;
}

.perfect-box .elementor-icon-box-wrapper h3.elementor-icon-box-title {
    margin: 0px !important;
}


.perfect-box .elementor-image-box-wrapper {}

.perfect-box .elementor-image-box-wrapper .elementor-icon-box-icon {}

.perfect-box .elementor-image-box-wrapper .elementor-image-box-img {
    width: 60px;
    height: 50px;
    padding: 10px;
    background-color: #000;
}

.perfect-box .elementor-image-box-wrapper .elementor-image-box-img img {
    width: 28px;
    height: 28px;
    display: block;
    margin: auto;
}

.perfect-box .elementor-image-box-wrapper h3.elementor-image-box-title {
    margin: 0px !important;
}

/* Perfect Box CSS Ends */

/* Benefit Box CSS Starts */
.benefit-box-outer {}

.benefit-box {}

.benefit-box .elementor-image-box-wrapper {}

.benefit-box .elementor-image-box-wrapper figure.elementor-image-box-img {}

.benefit-box .elementor-image-box-wrapper figure.elementor-image-box-img img {
    width: 50px;
    height: 50px;
    padding: 10px;
    background-color: #000;
}

.benefit-box h3.elementor-image-box-title {
    margin-top: 7px;
    margin-bottom: 5px;
}

.fiber-img {
    position: relative;
}

.fiber-img::before {
    content: '';
    width: 0;
    height: 100px;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    box-shadow: 0px 0px 120px 32px #fff;
}

.fiber-img img {
    position: relative;
}

/* Benefit Box CSS Ends */

/* Review CSS Starts */

.rvx-w-full.rvx-bg-neutral-100 {
    height: 1px !important;
    background-color: #000 !important;
}

.rvx-review-wrapper {
    margin-top: 36px !important;
}

.rvx-gap-space12 {
    gap: 10px !important;
}

.rvx-columns-box {
    margin-bottom: 0px !important;
}

.rvx-columns-box .rvx-review-inner {
    background-color: #000 !important;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 10px;
}

.rvx-columns-box .rvx-review-inner .rvx-review-card__body .rvx-review-info p.rvx-review-info__date,
.rvx-columns-box .rvx-review-inner .rvx-review-card__body .rvx-review-info p.rvx-review-info__feedback {
    font-size: 14px !important;
    line-height: 21px !important;
}

.rvx-columns-box .rvx-review-inner .rvx-review-card__body {}

.rvx-columns-box .rvx-review-inner .rvx-review-card__body .rvx-review-user {}

.rvx-columns-box .rvx-review-inner .rvx-review-card__body .rvx-review-user .rvx-w-full {}

.rvx-columns-box .rvx-review-inner .rvx-review-card__body .rvx-review-user .rvx-w-full .rvx-font-nunito {}

.rvx-columns-box .rvx-review-inner .rvx-review-card__body .rvx-review-user .rvx-w-full .rvx-font-nunito p {
    font-size: 18px;
    text-transform: capitalize;
}

.rvx-columns-box .rvx-review-inner .rvx-review-card__body .rvx-review-info {}

.rvx-columns-box .rvx-review-inner .rvx-review-card__body .rvx-review-info p.rvx-review-info__date {}

.rvx-columns-box .rvx-review-inner .rvx-review-card__body .rvx-review-info p.rvx-review-info__feedback {
    border-top: 1px solid #D9D9D9;
    margin-top: 20px !important;
    padding-top: 20px !important;
}

.rvx-gap-2 {
    gap: 0 !important;
}

.rvx-rounded-full {
    border-radius: 0px !important;
}

.elementor-1349 .elementor-element.elementor-element-a562bd0 .rvx-review-form__rating--name {
    color: #fff !important;
}

body.woocommerce .elementor-1349 .elementor-element.elementor-element-a562bd0 #rvx-storefront-widget #rvx-storefront-widget--aggregation__summary .rvx-total-review {
    font-family: "Jost", Sans-serif !important;
    font-weight: 500 !important;
    color: #000 !important;
}

body.woocommerce .elementor-1349 .elementor-element.elementor-element-a562bd0 #rvx-storefront-widget #rvx-storefront-widget--aggregation__summary .rvx-total-review {
    width: 120px !important;
}

body.woocommerce .elementor-1349 .elementor-element.elementor-element-a562bd0 #rvx-storefront-widget #rvx-review-filter .rvx-review-write__button {
    background: #000 !important;
    color: #fff !important;
    border-radius: 0px !important;
}

.rvx-review-form__footer [type=submit],
.rvx-review-write__button {
    background: #000 !important;
}

/* Review CSS Ends */

/* Footer CTA Section CSS Starts */
.footer-cta-section {
    position: relative;
}

.footer-cta-img {
    position: absolute !important;
    top: -186px;
    left: -62%;
}

.footer-cta-img img {}

/* Footer CTA Section CSS Ends */

/* Customizer CSS */
ul.products li.product a.added_to_cart {
    display: block;
    padding: 0;
    margin-top: 10px;
}

.hero_slider .elementor-slide-heading {
    position: relative;
    padding-right: 140px;
}

.hero_slider .elementor-slide-heading img {
    width: 120px;
    margin-top: 20px;
    display: block;
    position: absolute;
    right: -40px;
    top: calc(50% - 30px);
    transform: translateY(-50%);
    rotate: -30deg;
}

.header_sec>.e-con-inner,
.header_sec .header_logo img {
    transition: all 0.2s linear;
}

.header_sec.elementor-sticky--effects .header_logo img {
    width: 110px;
}

.header_sec.elementor-sticky--effects>.e-con-inner {
    padding-block: 10px;
}

.header_sec.elementor-sticky--effects {
    border-bottom: 1px solid #E8C99933;
}

.elementor-nav-menu--layout-vertical li {
    width: fit-content;
}

.elementor-widget-icon {
    line-height: 1;
}

.hero_slider .swiper-slide-inner {
    max-width: 1400px;
}

.hero_slider .swiper-pagination {
    bottom: 30px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
    color: #e8c999 !important;
}

.top_products li.product .add_to_cart_button {
    transition: all 0.2s linear;
}

.newsletter_form_inner {
    display: flex;
    background: #fff;
    padding: 4px;
}
.newsletter_form_inner input[type="email"] {
    border: none;
    outline: none;
    padding: 9px 14px;
    color: #303030;
    border-radius:0;
}
.newsletter_form  input[type="submit"] {
    color: #fff;
    border: 0;
    background-color: #000;
    font-weight: 500;
    padding: 11px 30px;
    border-radius: 0;
    outline: none;
    line-height: 1.4em;
}

.newsletter_form input[type="submit"]:hover {
    background-color: #B8892C;
    color: #000;
}
form.mc4wp-form .mc4wp-response .mc4wp-alert p {
    color: #000000;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 500;
    margin: 15px 0 0;
}
form.mc4wp-form .mc4wp-response .mc4wp-alert.mc4wp-error p {
    color: red;
}
form .wpcf7-not-valid-tip {
    display: none;
}

form .wpcf7-response-output {
    margin: 15px 0 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: #f00;
    font-size: 14px;
    font-family: 'Inter';
    line-height: 1.3em;
}

form.sent .wpcf7-response-output {
    color: #46b450;
}

.testimonial_slider .elementor-testimonial__text {
    position: relative;
    padding-top: 38px;
}

.testimonial_slider .elementor-testimonial__text:before {
    content: '';
    width: 32px;
    height: 32px;
    background-image: url(https://toppik.610weblab.com/wp-content/uploads/2025/08/mark-gray.webp);
    top: 0;
    left: 0;
    background-size: 100% auto;
    position: absolute;
    background-repeat: no-repeat;
}

.testimonial_slider .swiper-wrapper {
    padding-bottom: 1px;
}

.testimonial_slider .elementor-testimonial__footer {
    border-top: 1px solid #E8C999;
    padding-top: 20px;
}

.elementor-post-info__item--type-author .elementor-post-info__item-prefix {
    color: #DDAD62;
}

.e-loop-item .elementor-post-info__item--type-author {
    color: #000 !important;
}

.contact_form form {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    font-family: 'Inter', sans-serif;
}

.contact_form form p {
    margin: 0;
}

.contact_form form .small_field {
    width: calc(50% - 10px);
}

.contact_form form .large_field {
    width: 100%;
    position: relative;
}

.contact_form form input:not([type="submit"]),
.contact_form form textarea {
    background: #ffffff1a;
    border: 1px solid #ffffff;
    border-radius: 0;
    color: #ffffff;
    padding: 13px 15px;
    line-height: 1.5;
    outline: none;
}

.contact_form form textarea {
    height: 220px;
}

.contact_form form input[type="submit"] {
    width: 100%;
    border: 0;
    color: #fff;
    background: linear-gradient(270deg, #B8892C 0.88%, #D9B556 50.44%, #B8892C 99.99%);
    border-radius: 0;
    padding: 12.5px;
    outline: none;
    font-weight: 500;
    font-size: 18px;
}

.contact_form form input[type="submit"]:hover {
    background: #fff;
    color: #000;
}

.imagebox figure.elementor-image-box-img {
    background-color: #fff;
    padding: 20px;
    height: 94px !important;
    border-radius: 50%;
    width: 94px !important;
    align-content: center;
}

.contact_form form .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.wishlist_content .wishlist-title h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 40px;
    text-transform: capitalize;
}

.wishlist_content table.wishlist_table thead th,
.wishlist_content table.wishlist_table tbody td {
    background-color: transparent !important;
    font-family: 'Inter', sans-serif;
    color: #fff !important;
    font-size: 14px;
    border-color: #E8C99966 !important;
}

.wishlist_content table.wishlist_table thead th {
    font-weight: 500;
    font-size: 15px;
}

.wishlist_content table.wishlist_table.cart a.remove {
    font-size: 30px;
    color: #f00 !important;
}

.wishlist_content table td.product-name a {
    color: #E8C999;
    transition: all 0.2s linear;
}

.wishlist_content table td.product-name a:hover {
    color: #fff;
}

.wishlist_content .wishlist_table .product-stock-status span.wishlist-in-stock {
    color: #13e113;
}

.wishlist_content .wishlist_table .product-add-to-cart a.button {
    margin: 0 !important;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 7px 15px !important;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    text-transform: capitalize;
    transition: all 0.2s linear;
}

.wishlist_content .wishlist_table .product-add-to-cart a.button:hover {
    background-color: #fff;
    color: #000;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share-title {
    color: #fff;
    font-family: 'jost', sans-serif;
}

.yith_wcwl_wishlist_footer .yith-wcwl-after-share-section {
    margin-top: 10px;
    color: #fff;
    font-family: 'inter', sans-serif;
}

.yith_wcwl_wishlist_footer input#yith_wcwl_share_url {
    font-size: 15px;
    outline: none;
}

.elementor-widget-theme-post-content h2,
.elementor-widget-theme-post-content h3 {
    font-family: 'Jost', sans-serif;
    margin: 25px 0 15px;
}

.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ol {
    margin-bottom: 15px;
}

.cart_content td.product-quantity input {
    border-radius: 0 !important;
    padding: 5px !important;
    max-height: unset !important;
}

.cart_content .coupon-col-start input {
    border-radius: 0 !important;
    height: 100% !important;
    outline: none;
}

.cart_content #shipping-calculator-form label {
    color: #fff;
    font-family: 'Inter', sans-serif;
    text-transform: capitalize;
}

.cart_content .form-row input.input-text,
.checkout_content .form-row input.input-text {
    line-height: 1.3em !important;
    padding: 12.7px 20px !important;
    border-radius: 0 !important;
    outline: none !important;
}

.cart_content #shipping-calculator-form button[type=submit] {
    margin-top: 10px;
}


.checkout_content .select2-selection.select2-selection--single,
.cart_content .woocommerce-input-wrapper .select2-selection__rendered {
    height: 100% !important;
}

.checkout_content .woocommerce-input-wrapper .select2-selection__rendered,
.cart_content #shipping-calculator-form .select2-selection__rendered {
    line-height: 1.4em !important;
    padding: 12.8px 20px !important
}

.checkout_content .woocommerce-input-wrapper .select2-selection__arrow,
.cart_content #shipping-calculator-form .select2-selection__arrow {
    height: 100% !important;
    right: 16px;
}

.checkout_content div#payment ul.wc_payment_methods li:last-of-type .payment_box {
    margin-bottom: 0;
}

.checkout_content ul.woocommerce-error li * {
    color: #000 !important;
    font-family: 'Inter', sans-serif;
}

p.lost_password {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.checkout_content .woocommerce-billing-fields__field-wrapper input {
    outline: none;
}

.woocommerce-checkout .select2-results__option {
    color: #000 !important;
}

.woocommerce-checkout .select2-results__option.select2-results__option--highlighted {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff !important;
}

.woocommerce-checkout .select2-search--dropdown input.select2-search__field {
    outline: none;
    font-family: 'Inter', sans-serif;
    padding: 10px;
    border-color: #000;
}

.woocommerce-order-received .woocommerce-order *,
.woocommerce-order-pay .woocommerce *{
    color: #fff !important;
    font-family: 'Inter', sans-serif;
}

.woocommerce-order-received .woocommerce-order p.woocommerce-notice.woocommerce-notice--success {
    font-size: 18px;
}

.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview,
.woocommerce-order-pay .woocommerce ul.order_details{
    padding: 0;
    margin: 25px 0 15px;
}

.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview li strong,
.woocommerce-order-pay .woocommerce ul.order_details li strong{
    font-weight: 500;
    margin-top: 4px;
}

.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview li,
.woocommerce-order-pay .woocommerce ul.order_details li{
    margin-bottom: 15px;
}
.woocommerce-order-received a.button,
.woocommerce-order-pay div#payment button#place_order{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
    background: #bc8d30;
	border-radius:0;
	transition: all 0.3s ease-in-out;
}
.woocommerce-order-received a.button:hover,
.woocommerce-order-pay div#payment button#place_order:hover{
    background: #fff;
    color: #000 !important;
}
.woocommerce-order-pay table.shop_table tr,
.woocommerce-order-received table.shop_table tr{
    border: 1px solid #ffffff1a !important;
}
.woocommerce-order-pay table.shop_table,
.woocommerce-order-received table.shop_table{
    border-collapse: collapse !important;
}
.woocommerce-order-pay table.shop_table  th, .woocommerce-order-pay table.shop_table  td,
.woocommerce-order-received table.shop_table th, .woocommerce-order-received table.shop_table td{
    padding: 15px !important;
}
.woocommerce-order-received .woocommerce-thankyou-order-failed-actions,
.woocommerce-order-received table.shop_table tfoot td:has(.order-actions-button),
.woocommerce-view-order table.shop_table tfoot td:has(.order-actions-button),
.woocommerce-account.woocommerce-orders .shop_table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.woocommerce-order-received table.shop_table tfoot td:has(.order-actions-button) a,
.woocommerce-view-order table.shop_table tfoot td:has(.order-actions-button) a{
	margin:0 !important;
}
.woocommerce-order-received .woocommerce-thankyou-order-failed-actions{
	margin-bottom: 30px;
}
.woocommerce-order-pay div#payment {
    background: #FFFFFF1A;
    border-radius: 0;
    padding: 20px;
    margin-top: 30px;
}
.woocommerce-order-pay div#payment ul.wc_payment_methods, .woocommerce-order-pay div#payment div.form-row {
    padding: 0;
    border: none;
}
.woocommerce-order-pay div#payment ul.wc_payment_methods .payment_box.payment_method_ccavenue{
    background: #FFFFFF1A;
}
.woocommerce-order-pay div#payment ul.wc_payment_methods .payment_box.payment_method_ccavenue::before {
    border: 1em solid #ffffff1a;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
	top:-.87em;
}
.woocommerce-order-received .woocommerce-order section.woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-order section.woocommerce-customer-details .woocommerce-column__title {
    font-family: 'jost', sans-serif;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview+p {
    margin-bottom: 30px;
    font-size: 16px;
}

.woocommerce-order-received .woocommerce-order section.woocommerce-customer-details {
    margin-bottom: 0;
}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details address {
    background: #FFFFFF1A;
    border-radius: 0;
    padding: 20px;
}

.woocommerce-order-received .woocommerce-order table th {
    font-size: 16px;
}

.woocommerce-account.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password,
.reset-link-sent .woocommerce {
    margin: 0 auto;
    width: 100% !important;
    max-width: 700px;
}

.woocommerce-account.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password input {
    outline: none;
}

.myaccount_content .e-my-account-tab .woocommerce-info a.button {
    color: #fff !important;
}

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

.myaccount_content input,
.myaccount_content span.select2.select2-container {
    outline: none !important;
}

.myaccount_content .e-my-account-tab .woocommerce-info a.button:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.myaccount_content .select2-selection.select2-selection--single {
    height: 48px !important;
}

.myaccount_content .select2-selection.select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
}

.reset-link-sent .woocommerce {
    color: #fff;
    font-family: 'Inter', sans-serif;
    background: #FFFFFF1A;
    padding: 20px;
    margin: 0 auto;
}

.reset-link-sent .woocommerce .woocommerce-message {
    font-size: 16px !important;
}

#customer_login form .woocommerce-LostPassword a {
    font-family: 'Inter', sans-serif;
}

#customer_login form.woocommerce-form input {
    outline: none;
}


#customer_login form.woocommerce-form.login>p:nth-last-child(2) {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

#customer_login form.woocommerce-form.login>p:nth-last-child(2):after {
    display: none;
}

.woocommerce-account form.woocommerce-form-register p {
    line-height: 1.5em;
    font-size: 14px !important;
    margin-top: 0 !important;
}

.woocommerce-account form.woocommerce-form-register .form-row {
    margin-bottom: 20px !important;
}

.woocommerce-account.woocommerce-orders th.woocommerce-orders-table__header-product-image,
.woocommerce-account.woocommerce-orders td.woocommerce-orders-table__cell-product-image,
.woocommerce-account.woocommerce-orders th.woocommerce-orders-table__header-review,
.woocommerce-account.woocommerce-orders td.woocommerce-orders-table__cell-review {
    display: none !important;
}

.woocommerce-account.woocommerce-orders .woocommerce table.my_account_orders td,
.woocommerce-orders .woocommerce table.my_account_orders th {
    padding: 10px 20px;
}

.woocommerce-account.woocommerce-orders .woocommerce table.my_account_orders tr td.woocommerce-orders-table__cell-order-actions,
.woocommerce-account.woocommerce-orders .woocommerce table.my_account_orders tr th.woocommerce-orders-table__header-order-actions {
    padding-right: 0;
}

input#rememberme,
input#createaccount,
input#ship-to-different-address-checkbox,
input#consent_email_subscription {
    width: 16px;
    height: 16px;
    accent-color: #b58335;
}

.shop_products .yith-add-to-wishlist-button-block:empty {
    display: none;
}

.wpfMainWrapper .wpfFilterWrapper {
    margin: 0 0 30px;
    padding: 0;
}

.woof_container_inner h4 {
    font-family: 'Jost', sans-serif;
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    margin: 20px 0 10px;
}

.woof_container_inner a.chosen-single {
    padding: 10px;
    height: auto !important;
    border-radius: 0;
    font-family: 'Inter', sans-serif;
}

.woof_container_inner a.chosen-single span {
    color: #000;
}

body .woof_container_inner a.chosen-single b {
    background-position: 3px 12px !important;
}

.woof_container_inner label.woof_checkbox_label,
.woof_checkbox_instock_container .woof_container_inner label {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

.woof_container_inner span.woof_label_term {
    font-family: 'Inter', sans-serif;
    padding: 7px 10px;
    height: auto;
    font-size: 15px;
    transition: all 0.2s linear;
}

.woof_container_inner span.woof_label_term:hover,
.woof_container_inner span.woof_label_term.checked {
    background-color: #e8c999;
    border-color: #e8c999;
    color: #000000;
}

body .woof_submit_search_form_container .button.woof_reset_search_form {
    color: #e8c999;
    border-radius: 0;
    font-family: 'Inter', sans-serif;
    padding: 0;
    border: 0;
    background-color: transparent;
}

body .woof_submit_search_form_container .button.woof_reset_search_form:hover {
    background-color: transparent;
    color: #fff;
}

.woof_redraw_zone .woof_checkbox_instock_container {
    margin: 25px 0;
}

.woof_redraw_zone .woof_by_rating_container {
    margin-top: 25px;
}

.woof_container_inner * {
    font-family: 'Inter', sans-serif;
}

.woof_container_inner span.irs span {
    color: #fff;
}

.woof_container_inner .icheckbox_square-blue.checked,
.woof_container_inner .icheckbox_square-blue.hover {
    background-image: url(https://toppik.610weblab.com/wp-content/uploads/2025/12/golden.webp);
    background-repeat: no-repeat;
}

.woocommerce-product-gallery .flex-control-nav {
    margin-top: 5px !important;
}

.woocommerce-product-gallery .flex-control-nav li {
    width: 100px !important;
}

.single-product .woocommerce-product-gallery {
    margin-bottom: 0 !important;
}

form.variations_form table tr th,
form.variations_form table tr td {
    background-color: transparent !important;
}

form.variations_form table tr .label {
    padding: 0;
}

form.variations_form table tr .cfvsw-swatches-option {
    border-radius: 0 !important;
    background-color: transparent;
    color: #fff;
    font-family: 'Inter', sans-serif;
    border: 1px solid #fff;
}

form.variations_form table tr .cfvsw-swatches-option:hover,
form.variations_form table tr .cfvsw-swatches-option.cfvsw-selected-swatch {
    background-color: #fff;
    border-color: #fff !important;
    color: #000;
}

form.variations_form table tr a.reset_variations {
    margin-left: 10px;
    font-size: 16px !important;
    color: #f00;
    font-family: 'Inter', sans-serif;
}

form.variations_form .woocommerce-variation-price {
    margin: 10px 0 20px;
    font-size: 18px;
	display:none;
}


.quantity input.qty {
    padding-inline: 8px !important;
    outline: none;
}

form.variations_form table tr:not(:first-child) th.label {
    margin-top: 15px;
}

.single-product .woocommerce-Tabs-panel {
    background-color: transparent !important;
}

.single-product .woocommerce-Tabs-panel td.woocommerce-product-attributes-item__value p {
    padding: 10px;
}

.single-product .woocommerce-Tabs-panel td.woocommerce-product-attributes-item__value p a {
    color: #fff;
}

.single-product .woocommerce-Tabs-panel .woocommerce-product-attributes-item__label {
    font-weight: 500;
}

.single-product .elementor-widget-woocommerce-product-data-tabs {
    width: 100%;
}

.single-product form#commentform p.stars {
    margin: 0 0 15px !important;
}
.single-product form#commentform p.stars a {
    color: #B8892C;
}
.single-product form#commentform label {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    text-transform: capitalize;
    margin: 0 0 10px;
    display: block;
}

.single-product form#commentform textarea,
.single-product form#commentform input {
    background-color: transparent;
    color: #000;
    border-radius: 0;
    outline: none;
    font-size: 15px;
    padding: 10px 15px;
}

.single-product form#commentform>p {
    margin-bottom: 20px !important;
}

.single-product form#commentform .comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.single-product form#commentform .comment-form-cookies-consent input {
    width: 18px;
    height: 18px;
}

.single-product form#commentform .comment-form-cookies-consent label {
    font-size: 15px;
}

.single-product form#commentform input#submit {
    background-color: #000;
    color: #fff !important;
    border: 1px solid #000;
    font-family: ;
    border-radius: 0;
    font-weight: 500;
    padding: 15px 25px;
}

.single-product form#commentform input#submit:hover {
    background-color: #fff;
    color: #000 !important;
}

.archive ul.products .cfvsw_variations_form {
    display: none;
}

.archive .woocommerce-result-count {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
}

.archive form.woocommerce-ordering select.orderby {
    border-radius: 0;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    padding: 10px 20px 10px 10px;
    -webkit-appearance: none;
}

.archive form.woocommerce-ordering:after {
    content: '';
    position: absolute;
    right: 13px;
    top: 16px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    rotate: 45deg;
    pointer-events: none;
}

.archive form.woocommerce-ordering select.orderby option {
    color: #000;
}

body.archive .woof_products_top_panel {
    margin-top: 0;
}

body.archive .woof_products_top_panel .woof_reset_button_2 {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    border-color: #fff;
    border-radius: 0;
}

body.archive .woof_products_top_panel .woof_reset_button_2:hover {
    background-color: #fff;
    color: #000;
}

body.archive .woof_products_top_panel span.woof_remove_ppi {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

body.archive .woof_products_top_panel span.woof_remove_ppi {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    padding-right: 23px;
    background-size: 18px auto;
}

li.type-product .yith-add-to-wishlist-button-block:empty {
    display: none;
}

body.tax-product_cat ul.products {
    padding-top: 30px !important;
}

body.search-results .woof_products_top_panel {
    display: none !important;
}

body.search-results .woocommerce-result-count {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
}

.search-results form.woocommerce-ordering select {
    font-family: 'Inter', sans-serif;
    padding: 10px;
    font-size: 15px;
}

body.search-results ul.products {
    padding-top: 30px;
}

.woocommerce-cart p.return-to-shop {
    margin: 0;
}

.woocommerce-cart .return-to-shop a.button {
    background-color: #b58335;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 15px 20px;
}

.woocommerce-cart .return-to-shop a.button:hover {
    background-color: #fff;
    color: #000;
    transition: all 0.2s linear;
}

.cart-empty.woocommerce-info {
    font-family: 'Inter', sans-serif;
}


.checkout_content #order_review th:last-child,
.checkout_content #order_review td:last-child {
    text-align: right;
    padding-right: 0;
}

.elementor-widget-wb-before-after-image-slider-elementor .wb_ebais_twentytwenty_container {
    max-width: unset !important;
}

.elementor-widget-wb-before-after-image-slider-elementor .wb_ebais_twentytwenty_container img {
    width: 100%;
    clip: auto !important;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
    margin: 0;
}

.wishlist_content .wishlist_table.responsive.mobile {
    padding: 25px;
    border: 1px solid #E8C999;
}

.wishlist_content .wishlist_table.responsive.mobile li:not(:last-child) {
    margin-bottom: 25px;
    border-bottom: 1px solid #E8C999;
    padding-bottom: 25px;
}

.wishlist_content .wishlist_table.responsive.mobile .product-name h3 {
    font-size: 16px;
    margin-top: 0;
}

.wishlist_content .wishlist_table.responsive.mobile .product-name h3 a {
    color: #fff;
}

.wishlist_content .wishlist_table.responsive.mobile table.item-details-table td {
    background-color: rgba(255, 255, 255, 0.5);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    padding: 6px 10px;
    font-weight: 500 !important;
    color: #fff;
}

.wishlist_content .wishlist_table.responsive.mobile .additional-info-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: end;
}

.wishlist_content .wishlist_table.responsive.mobile .additional-info td {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    padding: 0;
    font-weight: 500 !important;
    background-color: transparent;
    color: #fff;
}

.wishlist_content .wishlist_table.responsive.mobile .additional-info td .wishlist-in-stock {
    margin-left: 5px;
    color: #1fe51f;
}

.wishlist_content .wishlist_table.responsive.mobile table.additional-info {
    margin: 0;
}

.wishlist_content .wishlist_table.responsive.mobile table.additional-info {
    width: fit-content;
}

.wishlist_content .wishlist_table.mobile li .item-wrapper {
    width: 100%;
}

form.variations_form table tr [swatches-attr="attribute_pa_color"] .cfvsw-swatches-option {
    border-radius: 50% !important;
}

form.variations_form table .cfvsw-swatches-option.cfvsw-swatches-disabled {
    cursor: no-drop;
}

.shop_products_sec .woof_products_top_panel {
    margin: 0 0 25px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #fff;
}

.shop_products_sec .woof_products_top_panel .woof_reset_button_2 {
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
}

.shop_products_sec .woof_products_top_panel .woof_reset_button_2:hover {
    background-color: #fff;
    color: #000;
}

.shop_products_sec .woof_products_top_panel ul li a {
    color: #fff;
}

.shop_products_sec .woof_products_top_panel ul li a .woof_remove_ppi {
    background-size: 20px auto;
    padding-right: 24px;
}

.myaccount_content .woocommerce-table--order-details ul.wc-item-meta {
    padding: 0;
}

.single-product .woocommerce-tabs ul li a {
    transition: all 0.2s linear;
}

.single-product .woocommerce-tabs ul li a:hover {
    background-color: #fff;
    color: #000 ! IMPORTANT;
}

article .elementor-post__title a:hover {
    color: #e8c999 ! IMPORTANT;
}

.fullwidth_image img {
    width: 100%;
}




/*** New CSS ***/
.newsletter_sec a {
    color: #000;
}

.faqs_list details.e-n-accordion-item {
    border: 1px solid #E5E7EB;
    border-radius: 10px;
}

.blog_box .elementor-post-info__item-prefix {
    color: #000;
}

.blog_box .elementor-button-content-wrapper svg {
    width: 24px;
}

.gradient_btn a.elementor-button:not(:hover) {
    background-image: linear-gradient(90deg, #B8892C, #D9B556, #B8892C);
}

/* product FAQ */
.product-faq-accordion .faq-item {
    border: 1px solid #E5E7EB;
    border-radius: 10px;
    margin-bottom: 16px;
    padding: 20px 24px;
}

.product-faq-accordion .faq-title {
    cursor: pointer;
    position: relative;
    font-family: "Jost", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45em;
    color: #1f2124;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.product-faq-accordion .faq-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.product-faq-accordion .faq-content p {
    margin: 0;
}

.product-faq-accordion .faq-item.active .faq-content {
    max-height: 500px;
    opacity: 1;
    padding: 24px 0 0 0;
}

.product-faq-accordion .faq-item .closed svg,
.product-faq-accordion .faq-item .opened svg {
    width: 13px;
}

.product-faq-accordion .faq-item.active .closed,
.product-faq-accordion .faq-item .opened {
    display: none;
}

.product-faq-accordion .faq-item.active .opened {
    display: block;
}

.product_key_benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.product_key_benefits .benefit_box {
    background: #F4F4F4;
    padding: 20px;
}

.product_key_benefits .benefit_box .benefit_icon {
    background: #000;
    width: max-content;
    display: flex;
    padding: 10.5px;
}

.product_key_benefits .benefit_box h3 {
    margin: 17px 0 10px;
    font-family: 'jost', sans-serif;
    font-size: 20px;
    line-height: 1.25em;
    color: #000000;
}

.product_key_benefits .benefit_box p {
    font-size: 14px;
    line-height: 1.5em;
    color: #000;
    margin: 0;
}

.shop_page_loop nav.elementor-pagination a {
    transition: all 0.3s ease-in-out;
}

.shop_page_loop nav.elementor-pagination .page-numbers {
    background: #B8892C;
    padding: 10px 18px;
}

.shop_page_loop nav.elementor-pagination .page-numbers.current,
.shop_page_loop nav.elementor-pagination a.page-numbers:hover {
    background: #000;
}

.shop_page_loop nav.elementor-pagination span.page-numbers:not(.current) {
    opacity: 0.5;
}

.product-grid-img a {
    width: 100%;
}

a.button.add_to_cart_button.ajax_add_to_cart::after {
    position: static;
    margin-left: 8px;
}

a.added_to_cart.wc-forward {
    justify-content: center;
}

.woocommerce-account.woocommerce-edit-address form h2 {
    margin-top: 0 !important;
}

.woocommerce-edit-account input.woocommerce-Input[name=image] {
    width: 100%;
    color: #fff;
}

.woocommerce-message,
.woocommerce-info {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

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

.woocommerce-message a.button,
.woocommerce-info a.button {
    float: none;
}
.add-cart-outer .variations label span.cfvsw-selected-label {
    color: #000;
    font-size: 14px;
}
.add-cart-outer .variations label span.cfvsw-selected-label::before{
	color:#000;
	font-size: 16px;
}
/* Product Review Section */
div#product-reviews-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
#product-reviews-wrapper .single-review {
    border: 1px solid #0000001A;
    background: #000;
    padding: 30px;
    border-radius: 10px;
color:#fff;
}
#product-reviews-wrapper .single-review .single-review-avatar-sec {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 15px;
}
#product-reviews-wrapper .single-review .single-review-avatar-sec img.review-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50px;
    flex: none;
}
#product-reviews-wrapper .single-review .single-review-avatar-sec  .review-initials {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    font-weight: 500;
    text-transform: uppercase;
}
#product-reviews-wrapper .single-review .single-review-avatar-sec .review-title h4 {
    margin: 0 0 8px 0;
    font-family: Jost;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.45em;
    text-transform: capitalize;
}
#product-reviews-wrapper .single-review .single-review-avatar-sec .review-title .rating,
section.product-reviews-bar .reviews-summary .summary-left .stars {
    display: flex;
    gap: 5px;
}
#product-reviews-wrapper .single-review .single-review-avatar-sec .review-title .rating span.star,
section.product-reviews-bar .reviews-summary .summary-left .stars span.star {
    display: flex;
}
#product-reviews-wrapper .single-review .single-review-avatar-sec .review-title .rating span.star.empty svg path {
    fill: none;
}
#product-reviews-wrapper .single-review span.review-time {
    display: block;
}
#product-reviews-wrapper .single-review span.review-time, #product-reviews-wrapper .single-review .review-content p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65em;
}
#product-reviews-wrapper .single-review .review-content p {
    margin: 20px 0 0;
    padding-top: 15px;
    border-top: 1px solid #D9D9D9;
}
#product-reviews-wrapper .single-review .review-content span.comment-title{
	display:block;
	margin-bottom: 10px;
	font-weight:bold;
}
section.product-reviews-bar .reviews-summary {
    display: flex;
    gap: 30px;
    align-items: center;
    padding-bottom: 35px;
    border-bottom: 1px solid #070707;
}
section.product-reviews-bar .reviews-summary .rating-bars {
    width: 100%;
    padding-left: 30px;
    border-left: 1px solid #070707;
}
section.product-reviews-bar .reviews-summary .summary-left {
    width: 173px;
    padding-left: 23px;
    flex: none;
    font-family: 'Jost', sans-serif;
    color: #000000;
}
section.product-reviews-bar .reviews-summary .summary-left strong {
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 1px;
}
section.product-reviews-bar  .summary-right button.write-review-btn {
    display: block;
    width: max-content;
    margin: 0 0 0 auto;
    padding: 11px 25px 12px 25px;
    background: #000;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    text-transform: capitalize;
    font-weight: 500;
    cursor:pointer;
    border-radius:0;
    border: 1px solid #000;
    transition: all 0.3s ease-in-out;
}
section.product-reviews-bar  .summary-right button.write-review-btn:hover{
	background:#fff;
	color:#000;
}
section.product-reviews-bar  .summary-right{
	padding:25px 0;
}
.rating-bar-row {
  display: grid;
  grid-template-columns: 10px 1fr 80px;
  align-items: center;
  gap: 10px;
}

.bar {
margin-right:15px;
  height: 6px;
  background: #D9D9D9;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  background: #0A0A0A;
  display: block;
}
section.product-reviews-bar .reviews-summary .summary-left .stars {
 padding: 7px 0 20px 0;
}
section.product-reviews-bar .reviews-summary .summary-left span.total-reviews {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45em;
}
section.product-reviews-bar .reviews-summary .summary-left .stars span.star.empty svg path {
    fill: #000;
}
.rating-bar-row span.star-label, .rating-bar-row span.count, .rating-bar-row span.percent {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #312F30;
}
div#reviews-pagination {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 40px;
}
div#reviews-pagination button {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.65em;
    color: #000;
    background: none;
    border: none;
    padding: 0 2px;
    position:relative;
}
div#reviews-pagination button::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 0px;
    height:1px;
    left:0;
    background: #312F30;
}
div#reviews-pagination button.active::before{
	width:100%;
}
.loading div#reviews-loader {
    display: block !important;
}
#reviews-loader {
    width: 28px;
    height: 28px;
    border: 3px solid #ddd;
    border-top: 3px solid #000000;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
div#reviews #comments {
    display: none;
}
div#reviews #review_form {
    color: #000;
}
div#reviews #review_form span#reply-title {
    font-family: 'Jost',sans-serif;
    font-size: 24px;
    line-height: 1.3;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    display: block;
    width: calc(100% - 20px);
}
.single-product-comment {
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -999 !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out;
}
.single-product-comment.active {
    visibility: visible;
    opacity: 1;
    z-index: 999 !important;
}
#reviews p.woocommerce-verification-required{
    font-family: "Inter", sans-serif;
    font-size:16px;
    line-height:1.5em;
    color:#000;
    margin: 0;
    width:95%;
}
.single-product form#commentform p.form-submit {
    margin-bottom: 0 !important;
}
.close-review{
    cursor:pointer;
}
.e-loop-add-to-cart-form-container {
    flex-direction: column-reverse;
}
*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
*::-webkit-scrollbar-track {
    background: transparent;
}
*::-webkit-scrollbar-thumb {
    background-color: #B8892C;
    border-radius: 10px;
}
#side_cart .elementor-menu-cart__product.woocommerce-cart-form__cart-item.cart_item .elementor-menu-cart__product-remove.product-remove {
    margin-right: 10px;
}
.mobile-only{
    display:none !important;
}
.woocommerce .blockUI.blockOverlay{
    background:none !important;
}

.add-cart-outer .woocommerce-variation-price span, .add-cart-outer .woocommerce-variation-price span bdi {
    font-family: 'Inter';
    font-size: 18px;
    color: #000;
}
.add-cart-outer .woocommerce-variation-price .price ins, .add-cart-outer .woocommerce-variation-price .price del {
    text-decoration: none;
}
.add-cart-outer .woocommerce-variation-price .price {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap:wrap;
}
.add-cart-outer .woocommerce-variation-price .price del {
    order: 2;
}
.add-cart-outer .woocommerce-variation-price .price del bdi,
.add-cart-outer .woocommerce-variation-price .price del bdi span {
    text-decoration: line-through !important;
    color: #B5B5B5;
}
.add-cart-outer .woocommerce-variation-price .price ins {
    order: 1;
}
.add-cart-outer .woocommerce-variation-price .price ins span {
    font-weight: 500;
}
.add-cart-outer .woocommerce-variation-price .price span.price-save {
    order: 3;
    background: #F3F3F3;
    padding: 5px 10px;
}
.add-cart-outer .woocommerce-variation-price .price span.price-save, .add-cart-outer .woocommerce-variation-price .price span.price-save bdi,  .add-cart-outer .woocommerce-variation-price .price span.price-save bdi span{
    font-size: 14px;
    line-height: 1.5em;
}
span.sale-percent {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #000;
    padding: 6px 12px;
    border: 1px solid #00000033;
}
span.product-stars {
    font-family: Jost;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    gap: 10px;
    align-items: anchor-center;
    justify-content: center;
    color: #000;
    margin-bottom:4px;
}
span.product-stars .stars-wrap {
    display: flex;
    gap: 4px;
    align-items: center;
}
p#coupon-error-notice {
    margin: 10px 0 0;
    color: #ff2727;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}
.product-single-image-slider span.swiper-button-prev, .product-single-image-slider span.swiper-button-next {
    width: 14px !important;
    height: 100% !important;
    top: 21px;
    color: #000 !important;
}
.product-single-image-slider span.swiper-button-prev{
    left:0;
    justify-content:start;
}
.product-single-image-slider span.swiper-button-next{
    right:0;
    justify-content:end;
}
.product-single-image-slider .swiper-container.swiper-thumbs {
    padding: 0 14px !important;
}
span.single-product-rating {
    display: flex;
    align-items: center;
    flex-wrap:wrap;
    gap: 13px;
}
span.single-product-rating .stars-wrap {
    display: flex;
    gap: 6px;
}
span.single-product-rating span.rating-text a{
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}
.gradient-bg{
	background: linear-gradient(270.01deg, #B8892C 0.88%, #D9B556 50.44%, #B8892C 99.99%);
}
/* Media Query CSS Starts */
@media screen and (max-width: 1500px) {

    .footer-cta-img {
        left: -19%;
    }
}
@media screen and (max-width: 1380px){
	.contact_form form textarea {
    	height: 215px;
	}
}
@media screen and (max-width: 1200px) {
    .add-cart-outer .single_add_to_cart_button {
        width: 336px;
    }

    .add-cart-outer form.variations_form.cart table.variations tbody tr td.value .cfvsw-swatches-container[swatches-attr="attribute_pa_color"] {
        top: 17px;
    }

    .add-cart-outer form.variations_form.cart table.variations tbody tr:nth-child(1) th.label {
        padding-top: 24px;
    }

    .add-cart-outer form.variations_form.cart table.variations tbody tr td.value .cfvsw-swatches-container[swatches-attr="attribute_pa_color"] .cfvsw-swatches-option .cfvsw-swatch-inner {
        width: 30px !important;
        height: 30px !important;
    }

    .footer-cta-img {
        left: -9%;
    }
    #product-reviews-wrapper .single-review{
    	padding:20px;
    }
}

@media screen and (max-width: 1180px) {
    .product-faq-accordion .faq-content p {
        font-size: 15px;
    }

    .product-faq-accordion .faq-item.active .faq-content {
        padding: 20px 0 0 0;
    }

    .product-faq-accordion .faq-item {
        padding: 20px;
    }
    section.product-reviews-bar .reviews-summary .summary-left strong{
    	font-size:34px;
    }   
	.contact_form form textarea {
    	height: 168px;
	}
}

@media (max-width:1024px) {
    .cart_content .e-cart-totals {
        margin-bottom: 0;
    }

    .wishlist_content .wishlist-title-container .wishlist-title h2 {
        font-size: 36px;
    }

    div.hero_slider .elementor-slide-heading img {
        right: 0;
        width: 100px;
    }

    .reset-link-sent .woocommerce .woocommerce-message,
    .reset-link-sent .woocommerce,
    .woocommerce-account.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password p {
        font-size: 14px !important;
        line-height: 1.5em;
    }

    .myaccount_content .select2-selection.select2-selection--single {
        height: 46px !important;
    }
    div#product-reviews-wrapper{
    	grid-template-columns: repeat(2,1fr);
    }
    #product-reviews-wrapper .single-review span.review-time, #product-reviews-wrapper .single-review .review-content p{
    	font-size:15px;
    }
     section.product-reviews-bar .reviews-summary .summary-left strong{
    	font-size:32px;
    }   
    section.product-reviews-bar .reviews-summary .summary-left span.total-reviews{
    	font-size:18px;
    }
    section.product-reviews-bar .summary-right a.write-review-btn{
    	font-size:15px;
    	line-height:1.3em;
    }
}

@media screen and (max-width: 990px) {


    .coca-image-compare-horizontal .coca-image-compare-before-label:before,
    .coca-image-compare-horizontal .coca-image-compare-after-label::before {
        font-size: 13px;
        padding: 2px 18px;
    }

    .coca-image-compare-horizontal .coca-image-compare-before-label:before {
        left: 30px !important;
    }

    .coca-image-compare-horizontal .coca-image-compare-after-label:before {
        right: 30px !important;
    }

    .footer-cta-img {
        position: relative !important;
        top: inherit;
        left: inherit;
    }
}

@media screen and (max-width: 768px) {
    .product-faq-accordion .faq-title {
        font-size: 18px;
    }

    .cart_content td.product-quantity {
        display: flex !important;
        justify-content: space-between;
    }

    .cart_content td::before {
        margin-right: 20px;
    }

    .woocommerce-account.woocommerce-orders table.woocommerce-orders-table tr {
        margin-bottom: 30px;
    }

    .woocommerce-account.woocommerce-orders table.woocommerce-orders-table tr:last-of-type {
        margin-bottom: 0;
    }

    .woocommerce-account.woocommerce-orders table.woocommerce-orders-table tr td {
        padding-right: 0 !important;
    }

    .woocommerce-account.woocommerce-orders table.woocommerce-orders-table tr td:first-of-type {
        padding-top: 0 !important;
        border-top: none !important;
    }

    .woocommerce-order-received .woocommerce-order .woocommerce-column--billing-address {
        margin-bottom: 30px;
    }
    #product-reviews-wrapper .single-review .single-review-avatar-sec .review-title .rating span.star svg {
    width: 16px;
	}
}

@media screen and (max-width: 767px) {
	.single-product  footer {
    	margin-bottom: 82px;
	}
	.single-product div#sticky_badge {
    	bottom: 100px;
	}
	.woocommerce-account.woocommerce-orders .shop_table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    	justify-content: flex-end;
		padding-left:60px !important;
	}
	.woocommerce-account.woocommerce-orders .shop_table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions::before {
    	position: absolute;
    	left: 20px;
	}
    .single-post .elementor-widget-theme-post-content h2 {
        font-size: 28px;
    }

    .single-post .elementor-widget-theme-post-content h3 {
        font-size: 26px;
    }

    .cart_content tr.woocommerce-cart-form__cart-item {
        padding: 0 !important;
    }

    .woocommerce-MyAccount-content-wrapper td.woocommerce-orders-table__cell {
        padding-block: 15px !important;
    }

    body .wishlist_content .wishlist-title-container .wishlist-title h2 {
        font-size: 32px;
    }

    .swiper-slide-inner:before {
        content: '';
        inset: 0;
        background-color: rgba(255, 255, 255, 0.5);
        position: absolute;
    }

    .swiper-slide-inner .swiper-slide-contents {
        z-index: 1;
    }

    body div.hero_slider .elementor-slide-heading img {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
    }

    .coca-image-compare-horizontal .coca-image-compare-before-label:before,
    .coca-image-compare-horizontal .coca-image-compare-after-label::before {
        font-size: 11px;
        line-height: 1;
        padding: 8px 13px;
        top: 30px !important;
    }

    .coca-image-compare-horizontal .coca-image-compare-before-label:before {
        left: 15px !important;
    }

    .coca-image-compare-horizontal .coca-image-compare-after-label:before {
        right: 15px !important;
    }

    .add-cart-outer .single_add_to_cart_button {
        width: 200px;
    }

    .add-cart-outer form.variations_form.cart table.variations tbody tr td.value .cfvsw-swatches-container[swatches-attr="attribute_pa_color"] {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }

    .add-cart-outer form.variations_form.cart table.variations tbody tr:nth-child(1) th.label {
        padding-top: 10px;
    }

    .product-single-image-slider .eael-single-product-images .product_image_slider__container .swiper-slide img {
        height: 300px !important;
    }

    .perfect-box .elementor-image-box-wrapper,
    .feature-box .elementor-image-box-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .perfect-box .elementor-image-box-wrapper .elementor-image-box-img {
        margin-right: 10px !important;
    }

    .feature-box .elementor-image-box-wrapper .elementor-image-box-img {
        margin-right: 5px !important;
    }
}

/* Media Query CSS Ends */
@media screen and (max-width: 540px){
    div#product-reviews-wrapper{
	grid-template-columns: repeat(1,1fr);
    }
    section.product-reviews-bar .reviews-summary {
    	flex-direction: column;
    }
    section.product-reviews-bar .reviews-summary .rating-bars {
    	border-left: 0;
  	padding: 30px 0 0 0;
    	border-top: 1px solid #000;
}
section.product-reviews-bar .reviews-summary .summary-left{
	padding-left:0;
	text-align:center;
}
section.product-reviews-bar .reviews-summary .summary-left .stars {
    justify-content: center;
    padding: 10px 0 15px;
}
section.product-reviews-bar .summary-right button.write-review-btn{
margin:0 auto;
}
#product-reviews-wrapper .single-review .single-review-avatar-sec .review-title h4{
margin:0 0 5px 0;
}
.mobile-only{
    display:block !important;
}
}
@media screen and (max-width: 480px) {
    body .contact_form form .small_field {
        width: 100%;
    }

    .before_after_grid {
        grid-template-columns: 100% !important;
    }

    .product_key_benefits {
        grid-template-columns: repeat(1, 1fr);
    }
    .newsletter_form_inner {
        flex-direction: column;
        gap: 4px;
    }
}