/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0.1012
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body.admin-bar .main-header{
    top: auto !important;
}

.elementor-widget-woocommerce-archive-description .term-description p:last-child {
    margin-bottom: 0;
}

.woocommerce .elementor-widget-shortcode .woocommerce-ordering,
.woocommerce .elementor-widget-shortcode .woocommerce-result-count {
    margin-bottom: 0;
    color: #310204;
}

.ms-auto {
	margin-left: auto !important;
}

body .toggle-visibility-filter:before {
    content: "Hide";
}

body.product-filter-hide .toggle-visibility-filter:before {
    content: "Show";
}

#arrangeby {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}

#arrangeby .toggle-view-option {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #310204;
    margin: 0 6px;
    opacity: .2;
	transition: opacity .25s ease-in-out;
}

#arrangeby .toggle-view-option.is-active {
	opacity: 1;
}

#arrangeby .Icon {
    display: inline-block;
    height: 1em;
    width: 1em;
    fill: currentColor;
    vertical-align: middle;
    stroke-width: 1px;
    background: none;
    pointer-events: none;
}

#arrangeby svg {
	width: 18px;
    height: 18px;
}

body button.el-button-toggle-filter, 
body button.el-button-toggle-filter:hover {
    background-color: transparent;
    padding: 0;
    border: 0;
    color: #310204;
    min-width: 82px;
	height: 60px;
    text-align: left;
}

body #sidebar-filter {
	width: 263px;
	margin-right: 70px;
	transition: all .15s ease;
}

body.product-filter-hide #sidebar-filter {
	width: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

body .flex-grow-products {
	flex-grow: 1;
	transition: all .15s ease;
}

/*Accordion*/
.wpcs_accordion {
    --wpcs-color: #310204;
    --wpcs-item-bg: transparent;
    --wpcs-item-border-color: #1E1E1E;
    --wpcs-item-spacing: 10px;
    --wpcs-heading-size: 18px;
    --wpcs-content-size: 16px;
    --wpcs-heading-padding-y: 20px;
    --wpcs-heading-padding-x: 0;
    --wpcs-content-padding-y: 20px;
    --wpcs-content-padding-x: 0;
    --wpcs-btn-icon: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 1L9 17" stroke="%23310204" stroke-linecap="round"/><path d="M1 9L17 9" stroke="%23310204" stroke-linecap="round"/></svg>');
    --wpcs-btn-active-icon: url('data:image/svg+xml,<svg width="18" height="2" viewBox="0 0 18 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L17 1" stroke="%23310204" stroke-linecap="round"/></svg>');
    --wpcs-btn-icon-width: 16px;
    --wpcs-btn-icon-transform: rotate(-180deg);
    --wpcs-btn-icon-transition: transform 0.2s ease-in-out;
}
.wpcs_accordion_wrapper {
    margin-top: 50px;
    margin-bottom: 30px;
}
.wpcs_accordion .wpcs_accordion-item {
    /*margin: 10px 0;*/
    border-radius: 0;
    overflow: hidden;
    border-top: 1px solid var(--wpcs-item-border-color);
}
.wpcs_accordion .wpcs_accordion-item:last-child {
    border-bottom: 1px solid var(--wpcs-item-border-color);
}
.wpcs-heading {
    font-size: var(--wpcs-heading-size);
    margin: 0;
    padding-right: 20px;
}
.wpcs_accordion-title{
    background-color: var(--wpcs-item-bg);
    padding: var(--wpcs-heading-padding-y) var(--wpcs-heading-padding-x);
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}
.wpcs_accordion-title:after {
    flex-shrink: 0;
    content: "";
    width: var(--wpcs-btn-icon-width);
    height: var(--wpcs-btn-icon-width);
    margin-left: auto;
    background-image: var(--wpcs-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--wpcs-btn-icon-width);
    transition: var(--wpcs-btn-icon-transition);
}
.wpcs_accordion-title.collapse:after {
    height: 2px;
    background-image: var(--wpcs-btn-active-icon);
    transform: var(--wpcs-btn-icon-transform);
}
.wpcs_accordion-content{
    background-color: var(--wpcs-item-bg);
    padding: 5px var(--wpcs-content-padding-x) var(--wpcs-content-padding-y);
    display: none;
}
.wpcs_accordion-content p:last-child {
    margin-bottom: 0;
}
.wpcs_accordion-title .wpcs-heading  span{
    float: right;
}

/*Single product*/
body.single-product {
    --header-space: 85px;
    --adminbar-offset: 0px;
}

body.single-product header.elementor-location-header:after {
    content: "";
    display: block;
    width: 100%;
    height: calc(var(--header-space) + var(--adminbar-offset));
}

body.single-product header.elementor-location-header .main-header {
    position: fixed !important;
    background-color: #ECE4DE;
    z-index: 999;
    top: auto !important;
    border-bottom: 1px solid rgba(30, 30, 30, .2);
}

body.single-product .button.single-enquire-button {
    order: 5;
    background-color: transparent !important;
    border: 1px solid #310204 !important;
    color: #310204 !important;
}

.single-product .e-atc-qty-button-holder {
    gap: 14px;
}

.single-product.woocommerce ul.products li.product a img {
    height: 50vw;
    object-fit: contain;
    object-position: center;
}

.single-product.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 0;
}

.single-product.woocommerce div.product form.cart .variations tr {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: left;
}

body.single-product.woocommerce div.product form.cart .variations th.label, 
body.single-product.woocommerce div.product form.cart .variations th.label label {
    line-height: 1;
    font-weight: 400 !important;
}

.single-product.woocommerce div.product form.cart .variations tr:not(:last-child) {
    margin-bottom: 25px;
}

.single-product.woocommerce div.product form.cart .variations td, 
.single-product.woocommerce div.product form.cart .variations th {
    padding: 0;
    background-color: transparent;
}

body.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:before {
    border: 1px solid transparent;
}

body.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch {
    width: 23px !important;
    height: 23px !important;
}

body.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:first-child {
    margin-left: 7px !important;
}

body.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:before {
    left: -7px !important;
    top: -7px !important;
    right: -7px !important;
    bottom: -7px !important;
}

body.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected:before {
    border-color: #9A9A9A;
}

@media (min-width: 768px) {
    .single-product.woocommerce ul.products li.product a img {
        height: 32vw;
    }
}

@media (min-width: 1025px) {
    .single-product.woocommerce ul.products li.product a img {
        height: 23.45vw;
    }
}

.project-grid-bx .elementor-widget-theme-post-featured-image {
    position: relative;
    overflow: hidden;
    padding-bottom: 90%;
}

.project-grid-bx .elementor-widget-theme-post-featured-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease .4s;
}

.project-grid-bx .e-loop-item.project:hover img {
    transform: scale(1.1);
}

/*Product Gallery*/
body .gallery-flex-column :where(.wc-block-product-gallery-large-image) {
    overflow: visible;
}

body .gallery-flex-column .wc-block-product-gallery-large-image .wc-block-product-gallery-large-image__container {
    flex-direction: column;
}

body .gallery-flex-column .wc-block-product-gallery-thumbnails {
    position: fixed;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 45px;
    mask-image: none !important;
    /*aspect-ratio: 1 / 4.28 !important;*/
    aspect-ratio: unset !important;
    z-index: 102;
    opacity: 0;
    transition: all .3s ease-in;
}

body .gallery-flex-column .wp-block-woocommerce-product-gallery:hover .wc-block-product-gallery-thumbnails {
    opacity: 1;
}

body .gallery-flex-column :where(.wc-block-product-gallery-thumbnails__scrollable) {
    gap: 8px;
}

body .gallery-flex-column :where(.wc-block-product-gallery-large-image) :where(.wc-block-product-gallery-large-image__wrapper),
body .gallery-flex-column :where(.wc-block-product-gallery-large-image) :where(.wc-block-woocommerce-product-gallery-large-image__image--legacy) {
    aspect-ratio: unset;
}

body button.wc-block-product-gallery-large-image-next-previous__button {
    display: none;
}

/*Brand Page*/
.brand-item-thumbnail .elementor-image-box-img {
    width: 100%;
    padding-top: 117%;
    position: relative;
    overflow: hidden;
}

.brand-item-thumbnail .elementor-image-box-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

button.single_add_to_cart_button {
    position: relative !important;
    overflow: hidden !important;
    background-color: transparent !important;
    border: 1px solid #310204 !important;
    color: #fff !important;
    z-index: 1;
}

button.single_add_to_cart_button:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #310204;
    z-index: -1;
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

button.single_add_to_cart_button:hover {
    color: #310204 !important;
}

button.single_add_to_cart_button:hover:before {
    transform: translateY(-100%);
}

button.single_add_to_cart_button:after {
    content: url(/wp-content/uploads/2025/09/plus-white.svg) !important;
    filter: unset !important;
    position: relative;
    margin-left: 10px;
}

button.single_add_to_cart_button:hover:after {
    content: url(/wp-content/uploads/2025/09/plus-ico.svg) !important;
}

body .e-con.e-flex.sort-codes {
    width: auto;
    flex: 1 0 auto;
    min-width: 184px;
    justify-content: center;
    align-items: center;
}

body.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-color[style*="background:;"] {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}

body.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-color[style*="background:;"].selected:after {
    border-color: #310204;
}

/* Base style for icon headings */
.heading-icon {
  display: inline-flex;
  align-items: center;
  gap: 20px; /* spacing between text and icon */
}

/* Pseudo-element for the icon */
.heading-icon::after {
  content: "";
  display: inline-block;
  width: 22px;   /* adjust to your SVG dimensions */
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* White icon version */
.heading-icon--white::after {
  background-image: url('/wp-content/uploads/2025/09/plus-iuco1.svg');
}

/* Primary icon version */
.heading-icon--primary::after {
  background-image: url('/wp-content/uploads/2025/09/plus-ico1.svg');
}

a {
      text-decoration: none;
    }
    .underline-slide:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
      background-color: #2C0000;
      width: 0%;
      display: block;
      transition: width .5s ease-in-out;
    }
    .underline-slide:hover {
      color: black;
    }
    .underline-slide:hover:after {
      width: 100%;
    }
    
/* Start transparent */
.sticky-header {
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.sticky-header.elementor-sticky--effects {
  background-color: #ECE4DE; 
}









.sticky-button {
    position: absolute;
    left: -88px;
    margin-top: 22px;
    background: #310204;
    color: #fff;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 5px 5px 0px 0px;
    z-index: 1000;
    transform: rotate(-90deg);
    height: auto;
    width: 128px;
    text-transform: uppercase;
    text-align: center;
    word-spacing: 1px;
    font-size: 14px;
} 
/* body.logged-in .sticky-button {
    display: none !important;
}
 */
.sticky-button:hover {
    background-color: #5a2e3b;
}
/* Slide-out form container */
.slide-form {
  position: fixed;
  right: -350px; /* hidden initially */
  top: 20%;
  width: 350px;
  height: auto;
  background: #ECE4DE;
  box-shadow: -2px 0 10px rgba(0,0,0,0.1);
  transition: right 0.4s ease;
  z-index: 99999999;
  padding: 20px 29px;
  color: #333;
  border-radius: 0px 0px 0px 5px;
  box-sizing: border-box;
}
.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 1000; /* form ke neeche */
    display: none;
}

.slide-form.active {
  right: 0; /* slide in */
}

/* Form styling */
.slide-form .form-header {
  display: block;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.slide-form .form-header h3 {
  margin: 0;
}

.slide-form .close-btn {
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    right: 26px;
    top: 6px;
    font-weight: bold;
}

.slide-form form label {
      display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px !important;
    font-weight: 600;
    color: #000;
}

.slide-form form input,
.slide-form form textarea {
    letter-spacing: normal;
    padding: .5em;
    display: block;
    background-color: var(--wc-form-color-background, #fff);
    border: var(--wc-form-border-width) solid var(--wc-form-border-color);
    border-radius: var(--wc-form-border-radius);
    color: var(--wc-form-color-text, #000);
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    line-height: normal;
    height: auto;
}

.slide-form form button, .slide-body-form button.btn-submit {
    position: relative !important;
    overflow: hidden !important;
    background-color: transparent !important;
    border: 1px solid #310204 !important;
    color: #fff !important;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 25px 10px 25px !important;
    line-height: 20px;
	    margin-top: 15px;
}

.slide-form form button:before, .slide-body-form button.btn-submit:before {
    content: "";
    width: 100% !important;
    height: 100%;
    background-color: #310204;
    z-index: -1;
    transition: transform 0.3s 
cubic-bezier(0.7, 0, 0.2, 1);
    position: absolute;
    top: 0;
    left: 0;
}
.slide-form form button:hover, .slide-body-form button.btn-submit:hover {
    color: #310204 !important;
}

.slide-form form button:hover:before, .slide-body-form button.btn-submit:hover:before {
    transform: translateY(-100%);
}

.slide-form form button:after, .slide-body-form button.btn-submit:after {
    content: url(/wp-content/uploads/2025/09/plus-white.svg) !important;
    filter: unset !important;
    position: relative;
    margin-left: 10px;
}

.slide-form form button:hover:after, .slide-body-form button.btn-submit:hover:after {
    content: url(/wp-content/uploads/2025/09/plus-ico.svg) !important;
}

.sm-text {
    font-size: 12px;
}

.sm-text a {
    color: #333;
    display: inline-block;
}
.text-link{
    color: #333;
    text-decoration: none;
}
.sm-text p {
    padding-bottom: 1px;
    margin-bottom: 0;
    margin-top: 6px;
}

/* .join-box, .reset-box{
    display:none;
}
body.join-form-active .join-box {
    display: block;
}
body.join-form-active .default-slide-box {
    display: none;
}
 

body.reset-form-active .reset-box {
    display: block;
}

body.reset-form-active .default-slide-box ,
body.reset-form-active  .join-box {
    display: none;
}
body.default-form-active .default-slide-box {
    display: block;
}

body.default-form-active  .join-box {
    display: none;
} */
.slide-footer {
    margin-top: 15px;
}
.slide-body-form h5 {
    font-size: 16px;
}
.slide-footer p:first-child {
    margin-bottom: 0;
}
.form-header h3 {
        font-size: 20px;
    font-weight: 600;
    margin-bottom: 9px !important;
}
.slide-footer .reset-click {
    font-size: 14px;
}
.form-header p {
    font-size: 15px;
}
.pro-media-box img {
    width: 100%;
    max-height: 120px;
    object-fit: cover;
}
.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.form-control {
    width: 100%;
    border: 1px solid #310204 !important;
    border-radius: 4px;
    padding: 8px 20px;
}

.qnt-box {
    width: 64px;
    padding-right: 30px;
    box-sizing: content-box;
}

.ref-box {
    max-width: 131px;
}
 

.qnt-box input.form-control {
    padding-right: 0;
}
.form-group label {
    display: block;
}
textarea.form-control {
    height: 50px;
}

.create-box.d-flex p {
    margin: 0;
    padding: 0;
}
:focus * {
    outline: 0 !important;
}
.create-box {
    margin-bottom: 10px;
    margin-top: 10px;
}
.form-group {
    margin-bottom: 10px;
 
} 
.form-group label {
    margin-bottom: 6px;
}
button.btn-submit {
    background: #310204;
    padding: 5px 10px;
    color: #FFFF;
    border-radius: 5px;
    /* border: 0; */
    min-width: 80px;
    cursor: pointer;
    font-size: 15px;
}

.modal-custom {
    position: absolute;
    width: 100%;
    top: 0;
    background: #e9dcd2;
    padding: 39px;
    min-height: 100%;
    z-index: 9;
    display: none;
}

.modal-main {
    display: flex;
    align-items: center;
    height: 100%;
}

.close-modal {
      font-size: 30px;
      position: absolute;
      right: 36px;
      top: 3px;
      cursor: pointer;
}
 
.modal-header {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
}

.modal-header h3 {
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
}

.modal-main span.gfield_required.gfield_required_text {
    display: none !important;
}
.modal-form-open .modal-custom {
    display: block;
}
.modal-form-open2 .modal-preorder {
    display: block;
}
.modal-preorder {
    position: absolute;
    width: 100%;
    top: 0;
    background: #e9dcd2;
    padding: 39px;
    min-height: 100%;
    z-index: 9;
    display: none;
}
.wc-block-product-gallery-dialog__close-button {
    padding: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
    line-height: 57px !important;
}
