/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * 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.
 */

 body{
    margin: 0;
 }
 .title-text {
    color: var( --e-global-color-abc2041 );
    font-size: 19px !important;
  }

  .wpr-nav-menu .border-item a{
    border: 2px solid;
    border-radius: 5px;
    padding: 15px 20px 15px!important;
  }

  .wpr-nav-menu .border-item a:hover{
    color: var( --e-global-color-c7ce882 );
    border: 2px solid var( --e-global-color-c7ce882 );
  }
  .elementor-element .social-btn {
    font-size: 18.5px;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    color: var( --e-global-color-c7ce882 );
    font-weight: 400;
  }
  .elementor-element .social-btn:hover{
    color:var( --e-global-color-accent );
  }
  .custom-form .wpr-form .wpr-field-group .wpr-submit-error {
    position: relative;
    top: 0px;
  }
  .custom-form .wpr-form-field-label {
    position: absolute;
    top: 7px;
    left: 22px;
  }
  .custom-form .wpcf7-textarea,
  .custom-form .wpcf7-email,
  .custom-form .wpcf7-text{
  background-color: #ffffff;
    border-color: #00000017;
    border-width: 1px 1px 1px 1px;
    border-radius: 3px 3px 3px 3px;
    padding: 32px 16px 14px 16px;
    width: 100%;
    font-size: 18px;
}
.custom-form .wpcf7-textarea{
  padding: 15px 16px 14px 16px;
}
.custom-form .wpcf7-submit{
  background-color: #FFFFFF;
  color: var(--e-global-color-fb05fa0);
  border-color: var(--e-global-color-fb05fa0);
  border-radius: 4px 4px 4px 4px;
  font-family: var( --e-global-typography-text-font-family ), Sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  padding: 10px 25px 10px;
    cursor: pointer;
}

.custom-form label:before {
  content: "*";
  position: absolute;
  right: 0;
  color: #f55753;
}

  #form-field-message {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: 400;
  }
  .custom-form .wpr-form-field-label::before {
    content: "*";
    position: absolute;
    right: 0;
    color: #f55753;
  }
  .custom-form .wpr-form-field-label {
    width: 93%;
  }
  .wpr-button {
    padding: 10px 0px 10px;
    margin: 12px 0px 0px;
  }
  .customer-box .elementor-image-box-description {
    text-align: left;
    padding: 0px 40px 40px;
  }
  .elementor-page .elementor-element .custom-link{
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-weight: 400;
    font-size: 21.5px;
    color: var(--e-global-color-abc2041);

  }
  .sidebar-listing span {
    font-size: 13px;
    float: left;
    width: 100%;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
  }
  .sidebar-listing ol {
    padding: 0px 15px 0px;
  }
  .pm-0 p{
    margin: 0px;
  }
/*Popup Term and Condition*/

#wpr-popup-id-467 .wpr-template-popup-inner .wpr-popup-container-inner .popup-1{
    height: 100vh;
    overflow-y: auto;
}
div#wpr-popup-id-467 {
    display: none !important;
}
.woocommerce .sf-wc-shop ul.products li.product a img{
  margin:0 0 .5em;
}
.woocommerce .sf-wc-shop ul.products li.product .woocommerce-loop-product__title {

  font-size: 40pt;
  font-weight: 400;
  line-height: 54px;
  color: var( --e-global-color-primary );
  font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
  padding: 0px 40px 0px;
}
.sf-wc-shop  .product-link,
.sf-wc-shop .woocommerce-product-details .product-price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .sf-wc-shop ul.products li.product .price,
.woocommerce-product-details__short-description p{
  color: var(--e-global-color-fb05fa0);
  font-family: var( --e-global-typography-text-font-family ), Sans-serif;
  font-size: var( --e-global-typography-text-font-size );
  font-weight: var( --e-global-typography-text-font-weight );
  padding: 0px 40px 0px;
}
.woocommerce ul.products li.product .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce ul.products li.product .price {
  display: none;
}
.sf-wc-shop a.product-link {
  float: left;
  width: 100%;
  font-weight: 600;
  margin: 15px 0px 0px;
}
.sf-wc-shop .woocommerce.columns-2  ul.products li.product{
  border: 1px solid;
  padding-bottom: 40px;

}
.sf-wc-shop  .products.columns-2 {
  display: flex;
  flex-wrap: wrap;
}
.post-type-archive-product .button.product_type_variable.add_to_cart_button,
.variations .label,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: none !important;
}
.wc-sf-variant-hpp-links-section a.wc-sf-varintion-buttons-link{
  color: #000000 !important;
  background-color: transparent !important;
  text-decoration: none;
  padding:10px 20px 10px!important;
  color: #fdfcf7 !important;
  border: 2px solid;
  border-radius: 5px;
  background: none;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: 16pt !important;
  font-weight: 600;
  max-width: 121px;
  margin: 0 auto;
}
.wpr-submit-success {
  background-color: #18bc9c;
  border-color: #18bc9c;
  color: #ffffff;
  padding: 10px 0px 10px;
}
.c-form-field-group {
    position: relative;
}
.c-form-field-group label {
    position: absolute;
    top: 34px;
    left: 22px;
    z-index: 99;
    width: 93%!important;
}
.c-form-field-group.first p {
  margin-top: -9px;
  margin-bottom: 0px;
}
.c-form-field-group.second p {

  margin-top: 0px;
}
.wc-form  h2{
  font-size: 30px;
  font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
  font-weight: var( --e-global-typography-primary-font-weight );
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
}
.wc-form .form-desc {
  color: #fff;
  text-align: center;
}
.wc-form .woocommerce-form-row input{
  border: none;
  height: 50px;
  border-radius: 5px;
  padding: 20px 20px 0px;
  
}
.woocommerce-form-row {
  position: relative;
}
.wc-form .woocommerce-form-row label {
  position: absolute;
  left: 20px;
  top: 5px;
  z-index: 9;
  font-size: 13px;
  text-transform: uppercase;
}
.woocommerce form.login{
  border: 0px solid #cfc8d8;
  max-width: 600px;
  margin: 0 auto;
}
.single-product .elementor-element.elementor-element-6c5e444 .woocommerce-variation-price span,
.single-product .product-price {
  color: #fff!important;
}
.elementor-664 .elementor-element.elementor-element-6c5e444 form.cart .variations td{
  background-color: transparent!important;
}
.lost_password a{
  font-size: 15px;
  color: #fff;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  width: 100%;
  display: block;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
  padding: 10px;
  color: #fdfcf7 !important;
  border: 2px solid;
  border-radius: 5px;
  background: none;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: 16pt !important;
  font-weight: 600;
}
.woocommerce-form-login__rememberme {
  color: #fff;
  font-size: 14px;
}
.form-bottom{
  float: none;
  margin: 0 auto;
  max-width: 300px;
}
.woocommerce-LostPassword.lost_password {
  text-align: center;
}
.logged-in .login-form-widget,
.ctitle,
.custom-cart-form .cprice,
.cprice,
.custom-cart-form #add-to-cart-attributes {
  display: none;
}


.logged-in .ctitle,
.logged-in .custom-cart-form .cprice,
.logged-in .cprice,
.logged-in .custom-cart-form #add-to-cart-attributes {
  display: block;
}
.full-box-content .wc-sf-variant-hpp-links-section,
.full-box-content p.price,
.woocommerce div.product div.summary.full-box-content .product_meta{
  display: none;
}
.woocommerce div.product div.summary.full-box-content {
  float: left;
  width: 100%;
  max-width: 880px;
}
.woocommerce div.product div.summary.full-box-content .themePFontRegular,
.woocommerce div.product div.summary.full-box-content .themePFontSemibold {
  padding: 0px;
}
.woocommerce div.product div.summary.full-box-content .themePFontSemibold{
  margin-bottom: 0px;
}
.woocommerce div.product div.summary.full-box-content .themePFontRegular{
  margin-top: 0px;
}
.woocommerce div.product div.summary.full-box-content .product_title{
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}
.woocommerce div.product div.summary.full-box-content .variations select{
  min-width: 164px;
  display: inline-block;
  margin-right: 1em;
  max-width: 100px;
  background: #ffff;
  padding: 10px 5px 10px;
  border-radius: 3px;
  border: 0px;
  font-size: 16px;
}
.woocommerce div.product div.summary.full-box-content h1.product_title.entry-title {
  padding: 0px 0px 22px;
}

div.summary.full-box-content a.wc-sf-varintion-buttons-link {
  display: none !important;
}
.woocommerce-product-details__short-description p strong{
  color: #000;
  font-weight: 600;
}
.wine-custom-price strong {
  font-size: 30pt;
  font-style: normal;
  font-weight: 600;
  float: left;
  width: 100%;
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  padding: 10px 0px 0px;
}
.woocommerce div.product form.cart .reset_variations {

  color: var(--e-global-color-c7ce882);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
span.sf-charges {
  float: left;
  width: 100%;
  border-bottom: 1px solid;
  padding: 0px 0px 20px;
  margin: 0px 0px 30px;
}
.shipping-charges-radio button.wpr-button {
  display: none;
}
.radio-popup{
  font-size: 14pt !important;
  font-weight: 400 !important;
  color: var( --e-global-color-85f50f6 );
  font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
  padding: 0px 6px 0px;

}
.radio-popup strong:hover,
.radio-popup:hover{
  /* color: #18bc9c; */
  text-decoration: underline;
}

.cpopup {
  position: fixed;
  z-index: 9;
  background: #fff;
  height: 100vh;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 50px 0px 0px;
  display: none;
  overflow-y: scroll;
}
.btn-close-popup a {
  position: absolute;
  right: 20px;
  top: -26px;
  cursor: pointer;
  z-index: 9999;
  color: #000;
}
.btn-close-popup a:hover{
  opacity: 0.5;

}
body.popup-active{
  overflow: hidden;
}
form.woocommerce-ResetPassword.lost_reset_password {
  margin: 0 auto;
  max-width: 600px;
}
.woocommerce-account .woocommerce form .form-row input.input-text,
.woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row input.input-text {
  height: 40px;
}
.woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce p.form-desc{
  text-align: center;
}

.woocommerce-account:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover{
  color: #fff;
}
.woocommerce-account:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button{
  background:var(--e-global-color-954fe86) !important;
  color: #fff;
  padding: 18px 40px 15px;
  margin: 15px 0px 0px;
}
.woocommerce-account .lost_password a,
.woocommerce-account.woocommerce-LostPassword.lost_password a,
.woocommerce-account .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  color: #000;
}
.woocommerce-account .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  margin: 23px 7px 0px;
}

.full-box-content .woocommerce-product-details__short-description p {
  color: #000;
}
.reset_variations {
  opacity: 0;
}
body.single-product .q-label{
  color: #fff;
}
.elementor-shortcode .woocommerce-logout-button {
  font-family: var( --e-global-typography-text-font-family ), Sans-serif;
  font-size: 18px;
  color: #fff;
  text-align: right;
  float: right;
  position: absolute;
  right: 0;
  top: -45px;
}

.first-variant-info-table td,
.first-variant-info-table {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  color: #fff;
  font-size: 14pt;
  font-weight: 400;
}
span.p-title {
  max-width: 315px;
  display: flex;
}


.single-product .single_variation_wrap {
  width: 100%;
}
.first-variant-info-table ul{

  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;

}
.first-variant-info-table ul li:nth-child(1), .first-variant-info-table ul li:nth-child(4) {
  width: 54%;
}
.first-variant-info-table ul li {
  width: 9%;
  padding: 0px 8px 24px;
  list-style-type: none;
}
.first-variant-info-table ul li:nth-child(2), .first-variant-info-table ul li:nth-child(5) {
  width: 27%;
}
.single_variation_wrap {
  position: relative;
}
span.t-label {
  position: absolute;
  right: 84px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  color: #fff;
  font-weight: 500;
}
.single-product .single_variation_wrap span.woocommerce-Price-currencySymbol {
  display: none;
}
#sf-ifram-widget {
  height: 1109px;
}
.iframe-container {
  position: relative;

}
/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  position: absolute;
  top: 20%;
  left: 50%;
}
.loader::before,
.loader::after {    
  content:"";
  grid-area: 1/1;
  --c:no-repeat radial-gradient(farthest-side,var( --e-global-color-954fe86 ) 92%,#0000);
  background: 
    var(--c) 50%  0, 
    var(--c) 50%  100%, 
    var(--c) 100% 50%, 
    var(--c) 0    50%;
  background-size: 12px 12px;
  animation: l12 1s infinite;
}
.loader::before {
  margin: 4px;
  filter: hue-rotate(45deg);
  background-size: 8px 8px;
  animation-timing-function: linear
}

@keyframes l12 { 
  100%{transform: rotate(.5turn)}
}
.loader-bg.hidden,
.loader.hidden {
  display: none;
}
.loader-bg::before {
  position: absolute;
  content: "";
  background: rgba(0,0,0,0.2);
  z-index: 9;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#sf-hpp a.elementor-button.elementor-button-link.elementor-size-sm {
  visibility: hidden;
}

/* Ensure the form is displayed as a grid */
 .wpcf7-form .sf-form-column{
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two columns */
  gap: 20px; /* Space between columns */
}

/* Style form elements */
.wpcf7-form .sf-form-column label {
  display: block;
}

/* Ensure full width for input elements */
.wpcf7-form .sf-form-column input[type="text"],
.wpcf7-form .sf-form-column input[type="tel"],
.wpcf7-form .sf-form-column input[type="email"]{
  height: 45px;
}
.wpcf7-form .sf-form-column input[type="checkbox"]{
  align-content: flex-start;
  align-self: center;
  width: auto;

}
.wpcf7-form .sf-form-column span.wpcf7-list-item.first.last{

  width: 100%;
}
.wpcf7-form .sf-form-column span.wpcf7-list-item.first.last {
  margin: 0px;
}
.wpcf7-form  .sf-form-column input,
.wpcf7-form  .sf-form-column textarea {
  width: 100%;
  box-sizing: border-box;
  border-color: #00000017;
  border-width: 1px 1px 1px 1px;
  border-radius: 3px 3px 3px 3px;

  padding: 0px 20px 0px;
  font-size: 18px;
}
.wpcf7-form  .sf-form-column textarea {
  padding: 20px 20px 20px;
}


.sf-form-column p {
  margin: 0px 0px 0px;
}
.sf-form-container  input.wpcf7-form-control.wpcf7-submit:hover{
  background-color: #10423a;
  cursor: pointer;
}
.sf-form-container  input.wpcf7-form-control.wpcf7-submit{
  background-color: #10423aeb;
  color: #f5ebcc;
  height: 50px;
  width: 200px;
  font-family: "Playfair Display", Sans-serif;
  font-size: 27px;
  position: relative;
  display: block;
  top: 12px;
  border: 0px;
  font-weight: 600;
}
.sf-form-container  input.wpcf7-form-control.wpcf7-submit[disabled]{
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity = 65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sf-form-container h3 {
  font-size: 25px;
}
.sf-form-column.first-1 {
  margin-bottom: 20px;
}
label.custom-radio {
  display: flex;
}
label.custom-radio input {
  margin: 0px 7px 0px 0px;
}
.form-title {
  padding: 10px 0px 15px;
}
.term-checkbox p {
  display: flex;
  flex-wrap: wrap;
}
.term-checkbox p a,
.term-checkbox p strong{
  color: var( --e-global-color-85f50f6 );
  padding: 0px 5px 0px 3px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: 600;
  font-size: 14pt;
}
a.btn.btn-brown {
  color: var( --e-global-color-fb05fa0 );
  font-weight: 700;
  border: solid 2px var( --e-global-color-fb05fa0 );
  background: 0 0;
  margin-top: 15px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px 8px;
  position: relative;

}
.wpcf7-form  .wpcf7-form-control:not(.wpcf7-submit){
  font-family: var( --e-global-typography-text-font-family ), Sans-serif;
}

/* Adjust the column layout for smaller screens */
@media (max-width: 768px) {
 .wpcf7-form .sf-form-column{
      grid-template-columns: 1fr; /* Single column layout for small screens */
  }
}


@media only screen and (max-width: 1000px) {
	.sf-wc-shop .woocommerce.columns-2 ul.products li.product {
	  width: 93%;
   	 margin: 0 auto 20px;
	}
}
@media only screen and (max-width: 767px) {
	.woocommerce .sf-wc-shop ul.products li.product .woocommerce-loop-product__title{
		font-size: 32px;
		line-height: 40px;
	}
  .e-con-full.customer-box{
    max-width: 83%;
    margin: 0 auto;

  }
  .single_variation_wrap {
    max-width: 93%;
  }
  .btn-close-popup a svg{
    width: 30px;
  }
  .btn-close-popup a {
    top: -68px;
  }
}
@media only screen and (max-width: 570px) {
  .e-con-full.customer-box {
    max-width: 93%;
    margin: 0 auto;
  }
}