/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A lightweight and minimalist WordPress theme for Elementor page builder.
	Author: Factoria Creativa
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Template: hello-elementor
  Text Domain: hello-elementor-child 
	Stable tag: 2.8.1
	Requires at least: 5.9
	Tested up to: 6.2
	Requires PHP: 8.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Description: A lightweight, plain-vanilla, best suited for building your site using Elementor website builder. Visit https://elementor.com/hello-theme/ to learn more.
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

/**GENERAL**/

/***--------------Genaral Buttons Effect **/

.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
  display: block;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: unset;
}

.woocommerce-Addresses {
  display: block !important;
}

.woocommerce-Address-title > * {
  display: block !important;
}

.my_button_effect .elementor-button-content-wrapper::before {
  content: "";
  position: absolute;
  width: 8%;
  height: 500%;
  background-color: transparent;
  top: 50%;
  left: 50%;
  transition: all 0.2s;
  transform: translate(-50%, -50%) rotate(-60deg);
}

.my_button_effect a {
  position: relative;
  overflow: hidden;
}

.my_button_effect a:hover span::before {
  width: 100%;
  background-color: black;
  transform: translate(-50%, -50%) rotate(60deg);
}

.my_button_effect a .elementor-button-text {
  z-index: 4;
}

.my_button_effect a:hover .elementor-button-text {
  color: #fff;
}

/***----------------General telefono ---------**/

.theme-hello-elementor .contact_information_eslazo,
.theme-hello-elementor .contact_information_eslazo:hover {
  font-size: 20px;
  font-weight: 400;
}

/***Header **/

#menu-1-f9363a7 .sub-menu {
  padding: 20px 20px 20px 10px;
}

.elementor-element-7d3b5a3 p {
  margin: 0;
}

.elementor-700
  .elementor-element.elementor-element-b593575.elementor-sticky--active {
  background-color: #fff;
}

/*****Search Bar****/
#custom_header_eslazo .wp-block-search__inside-wrapper {
  display: flex;
}

#custom_header_eslazo button.wp-block-search__button.wp-element-button {
  position: relative;
  background-color: transparent;
  border: none;
}

#custom_header_eslazo button.wp-block-search__button.wp-element-button:focus {
  outline: unset;
}

#custom_header_eslazo button.wp-block-search__button.wp-element-button::before {
  content: "\002315";
  font-size: 40px;
  position: absolute;
  top: -15px;
  left: 6px;
  color: #000;
}

#custom_header_eslazo .elementor-element-28d37b3 {
  padding-bottom: 5px;
}

#custom_header_eslazo .wp-block-search__input {
  border: none;
  /* background-color: rgba(255, 255, 255, 0.5); */
  background-color: transparent;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

#custom_header_eslazo .wp-block-search__input:focus {
  background-color: rgba(255, 255, 255, 0.2);
  outline: unset;
}
/*****Mini Cart******/

.wc-block-cart-item__wrap .wc-block-components-product-name {
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

.wc-block-components-button:not(.is-link).outlined {
  transition: all 0.3s;
}

.wc-block-components-button:not(.is-link).outlined:hover {
  text-decoration: none;
}

.components-button:hover {
  text-decoration: none;
}

body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link).components-button {
  min-height: 50px;
}
.wc-block-components-button__text,
.wc-block-components-button__text {
  font-size: 16px;
}

body:not(.woocommerce-block-theme-has-button-styles)
  .components-button.wc-block-components-button:not(.is-link):focus {
  outline: unset;
  box-shadow: unset;
}

.wc-block-mini-cart__footer-checkout .wc-block-components-button__text {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
}

.wc-block-mini-cart__footer-checkout,
.wc-block-mini-cart__footer-cart {
  border: 1px solid #555555;
  background-color: #555555;
}

#custom_header_eslazo .wc-block-mini-cart__icon {
  height: 35px;
  width: 35px;
  color: #000;
}

#custom_header_eslazo .wc-block-mini-cart__badge,
#custom_header_eslazo_2 .wc-block-mini-cart__badge {
  background-color: #555555;
  color: #fff;
  font-size: 13px;
}

#custom_header_eslazo .wc-block-mini-cart__button,
#custom_header_eslazo_2 .wc-block-mini-cart__button {
  padding: 0;
}

#custom_header_eslazo .wc-block-mini-cart__button:hover,
#custom_header_eslazo_2 .wc-block-mini-cart__button:hover {
  background-color: transparent;
}

#custom_header_eslazo .wc-block-mini-cart__button:focus,
#custom_header_eslazo_2 .wc-block-mini-cart__button:focus {
  outline: none;
  background: transparent;
}

#custom_header_eslazo .wc-block-mini-cart__button:hover {
  opacity: 1;
  color: #fff;
}

#custom_header_eslazo_2 .wc-block-mini-cart__icon {
  height: 40px;
  width: 40px;
  color: #555555bd;
}

#custom_header_eslazo_2 .wc-block-mini-cart__button:hover {
  opacity: 1;
  color: #555;
}

/**Mini Cart **/

.wp-block-woocommerce-mini-cart-title-block.wc-block-mini-cart__title {
  display: none;
}

.wp-block-woocommerce-mini-cart-items-block.wc-block-mini-cart__items {
  padding-top: 60px;
}

/**Home **/

/** ---------------Product Lis-------*/
.eslazo_featured_products_grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 22px;
  row-gap: 79px;
}

.eslazo_featured_products_grid .eslazo_featured_product_element {
  width: calc(50% - 11px);
}

.eslazo_featured_products_grid .eslazo_featured_product_element a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/************************Best Selling***********/

#best_selling_carousel_86 .swiper-pagination {
  display: none;
}

/** ------------------------Contact Form **/

/**Form */

.novapedra-form-inputs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.novapedra-form-element-wrapper label {
  display: none;
}

.novapedra-form-element-wrapper input[type="text"],
.novapedra-form-element-wrapper input[type="email"],
.novapedra-form-element-wrapper input[type="tel"],
.novapedra-form-element-wrapper textarea {
  border: none;
  border-bottom: 1px solid #878486;
  background-color: unset;
  padding: 0.5rem 0.4rem;
}

.novapedra-form-element-wrapper input[type="text"]::placeholder,
.novapedra-form-element-wrapper input[type="email"]::placeholder,
.novapedra-form-element-wrapper input[type="tel"]::placeholder,
.novapedra-form-element-wrapper textarea::placeholder {
  font-size: 20px;
  line-height: 130%;
  color: #595d5d;
  font-family: var(--e-global-typography-primary-font-family);
}

.novapedra-form-element-wrapper input[type="text"]:focus,
.novapedra-form-element-wrapper input[type="email"]:focus,
.novapedra-form-element-wrapper input[type="tel"]:focus,
.novapedra-form-element-wrapper textarea:focus {
  outline: unset;
}

.novapedra-form-acceptance-wrapper {
  position: relative;
}

.novapedra-form-acceptance-wrapper .wpcf7-list-item {
  margin: 0;
  margin-top: 10px;
}

.wpcf7.js {
  width: 100%;
}

.novapedra-form-acceptance-wrapper .wpcf7-list-item-label,
.wpcf7-not-valid-tip,
.wpcf7-response-output {
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 15px;
  line-height: 130%;
  color: #595d5d;
}

.wpcf7-not-valid-tip {
  color: red;
  margin-top: 5px;
}

.novapedra-form-acceptance-wrapper .wpcf7-list-item label {
  display: flex;
  gap: 17px;
}

.wpcf7-form-control.wpcf7-submit {
  border: none;
  padding: 0;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  color: #555;
  margin-top: 70px;
}

.wpcf7-form-control.wpcf7-submit:hover,
.wpcf7-form-control.wpcf7-submit:focus {
  background-color: transparent;
  color: #555;
}

.wpcf7-form-control.wpcf7-submit:focus {
  outline: none;
}
/********Checbox********/

#yourConsent {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.checkbox-wrapper-31:hover .check {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-31 {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.checkbox-wrapper-31 .background {
  fill: #ccc;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}
.checkbox-wrapper-31 .stroke {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}
.checkbox-wrapper-31 .check {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  stroke-dashoffset: 22;
  stroke-dasharray: 22;
  transition: ease all 0.6s;
  -webkit-transition: ease all 0.6s;
}
.checkbox-wrapper-31 input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  -appearance: none;
  -webkit-appearance: none;
}
.checkbox-wrapper-31 input[type="checkbox"]:hover {
  cursor: pointer;
}
.checkbox-wrapper-31 input[type="checkbox"]:checked + svg .background {
  fill: #595d5d;
}
.checkbox-wrapper-31 input[type="checkbox"]:checked + svg .stroke {
  stroke-dashoffset: 0;
}
.checkbox-wrapper-31 input[type="checkbox"]:checked + svg .check {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-31 {
  transform: scale(0.5) translateX(-50%);
  position: absolute;
  top: 0;
  left: 0;
}

/*******Best Seller***********/

.more_seller_card .elementor-widget-image {
  width: 100%;
}

.more_seller_price .price bdi {
  font-size: 22px;
}

/** Category Page **/

.woocommerce-no-products-found {
  width: 100%;
  max-width: 1600px;
}

.woocommerce-no-products-found .woocommerce-info,
.woocommerce-no-products-found .woocommerce-info::before {
  border-top-color: #000;
}

.eslazo_banner_category_wrapper_mobile {
  display: none;
}

.products_eslazo_category_wrapper
  #wpfBlock_2
  .wpfButtonsFilter
  .wpfTermWrapper {
  border: none !important;
}

#filters_popup_handle_90 {
  display: none;
}

.tag_filters_wrapper.filter_params_list
  .wpfColorsFilter
  input:checked
  + label.icon:before {
  content: "";
}

.tag_filters_wrapper.filter_params_list #wpfBlock_4 input:checked + label.icon {
  border: 2px solid #fff;
  outline: 1px solid #000;
}

.tag_filters_wrapper.filter_params_list #wpfBlock_4 label.icon {
  border: none;
}

.tag_filters_wrapper.filter_params_list
  .wpfFilterWrapper[data-filter-type="wpfPrice"]
  .wpfFilterContent {
  padding-left: 0;
}

.tag_filters_wrapper.filter_params_list .wpfColorsRow {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  gap: 30px;
}

.tag_filters_wrapper.filter_params_list .wpfFilterWrapper .wfpDescription {
  font-size: 22px;
  line-height: 130%;
  font-weight: 500;
  margin-bottom: 30px;
}

.tag_filters_wrapper.filter_params_list
  .wpfFilterWrapper
  ul:not(.wpfButtonsFilter)
  li {
  margin-left: 2px !important;
}

.tag_filters_wrapper.filter_params_list .wpfFilterWrapper {
  margin-bottom: 50px;
}

.tag_filters_wrapper.filter_params_list #wpfBlock_2 {
  margin-bottom: 0;
}

.tag_filters_wrapper.filter_params_list
  .wpfFilterWrapper
  .wpfCheckbox
  input[type="checkbox"]:checked
  + label::before {
  background-color: #ffbb8a !important;
  background-size: 0 !important;
  border: 1px solid #fff !important;
  outline: 1px solid #ffbb8a;
}

.tag_filters_wrapper.filter_params_list
  .wpfFilterWrapper
  .wpfFilterTaxNameWrapper {
  font-size: 18px;
  line-height: 130%;
}

.tag_filters_wrapper.filter_params_list .wpfFilterVerScroll {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.tag_filters_wrapper.filter_params_list #wpfBlock_2 .wpfFilterVerScroll,
.tag_filters_wrapper.filter_params_list #wpfBlock_3 .wpfFilterVerScroll {
  flex-direction: row;
  gap: 15px;
}

.tag_filters_wrapper {
  padding-right: 53px;
}

.tag_filters_wrapper.tag_list .wpfButtonsFilter .wpfTermWrapper {
  text-align: left;
}

.tag_filters_wrapper.tag_list .wpfButtonsFilter .wpfTermWrapper .wpfValue {
  font-size: 20px;
  line-height: 130%;
  font-weight: 300;
}

.tag_filters_wrapper.tag_list
  .wpfButtonsFilter
  .wpfTermWrapper.wpfTermChecked
  .wpfValue {
  font-weight: 400;
}

.tag_filters_wrapper.tag_list #wpfBlock_1 .wpfButtonsFilter .wpfTermWrapper {
  border: none !important;
}

.tag_filters_wrapper.tag_list .wfpDescription {
  font-size: 25px;
  line-height: 130%;
  border-bottom: 1px solid #979797;
  margin-bottom: 40px;
}
.main_eslazo_category_wrapper .inner_eslazo_first_wrapper {
  padding-bottom: 100px;
}

.main_eslazo_category_wrapper .inner_eslazo_first_wrapper,
.main_eslazo_category_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.inner_eslazo_category_wrapper {
  width: 100%;
  padding: 0 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.products_eslazo_category_wrapper {
  display: flex;
  clear: both;
  padding-top: 112px;
  max-width: 1600px;
  width: 100%;
}

.products_eslazo_category_wrapper .wpfMainWrapper .wpfClearButton.wpfButton {
  background-color: #000;
  color: #fff;
  width: auto;
  padding: 5px 20px;
}

.products_eslazo_category_wrapper .yith-wcan-filters {
  width: 25%;
}

.products_eslazo_category_wrapper .yith-wcan-filters .filters-container {
  padding-right: 80px;
}

.products_eslazo_category_wrapper .yith-wcan-filters .filter-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.products_eslazo_category_wrapper .yith-wcan-filters .filter-title {
  margin-bottom: 50px;
  border-bottom: 1px solid #979797;
  padding-bottom: 18px;
}

.products_eslazo_category_wrapper
  .yith-wcan-filters
  .filter-items
  .filter-item
  a {
  font-size: 20px;
  color: #888;
}

.products_eslazo_category_wrapper
  .yith-wcan-filters
  .filter-items
  .filter-item
  a:hover {
  color: #000;
}

.products_eslazo_category_wrapper
  .yith-wcan-filters
  .yith-wcan-filter
  .filter-items
  .filter-item.active
  > a {
  color: #000;
}

.products_eslazo_category_wrapper .eslazo_category_loop_wrapper {
  width: 75%;
}

.eslazo_header_category_wrapper {
  padding-top: 100px;
  max-width: 1600px;
  width: 100%;
}

.eslazo_header_category_wrapper header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.eslazo_header_category_wrapper header h1 {
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
}

.eslazo_banner_category_wrapper {
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: block;
}

.archive.woocommerce ul.products li.product a img {
  height: 425px;
  object-fit: cover;
}

.woocommerce
  .main_eslazo_category_wrapper
  ul.products
  li.product
  .woocommerce-loop-product__title {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
}

.woocommerce .main_eslazo_category_wrapper ul.products li.product .price {
  text-align: center;
  color: #000;
}

.woocommerce .main_eslazo_category_wrapper ul.products.columns-3 li.product {
  transition: all 0.5s;
}

.woocommerce
  .main_eslazo_category_wrapper
  ul.products.columns-3
  li.product:hover {
  transform: translateY(-10px);
}

/**Single Product**/

.single-product .single_variation_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
}

.single-product.woocommerce:where(
    body:not(.woocommerce-block-theme-has-button-styles)
  )
  button.button.alt.disabled,
.single-product.woocommerce:where(
    body:not(.woocommerce-block-theme-has-button-styles)
  )
  button.button.alt.disabled:hover,
.single-product.woocommerce:where(
    body:not(.woocommerce-block-theme-has-button-styles)
  )
  button.button.alt:hover,
.single-product.woocommerce:where(
    body:not(.woocommerce-block-theme-has-button-styles)
  )
  button.button.alt {
  background-color: #000;
}

.single-product .summary .product_title {
  font-size: 45px;
}

table.variations tbody .label {
  padding-left: 0;
}

.custom-upsells,
.custom-cross-sells,
.subscribe_product_section {
  clear: both;
  margin-bottom: 100px;
}

.main_eslazo_product_wrapper .custom-upsells h2,
.main_eslazo_product_wrapper .custom-cross-sells h2 {
  font-size: 30px;
  line-height: 130%;
  border-bottom: 1px solid #555;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.subscribe_product_section {
  display: flex;
}

.subscribe_product_section > div {
  width: 50%;
}

.text_container_product_form {
  position: relative;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 127px;
}

.form_container_product_form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 100px;
}

.text_container_product_form h2,
.text_container_product_form p {
  position: relative;
  z-index: 1;
}

.text_container_product_form::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.cross-sell-products,
.upsell-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 60px;
}

.cross-sell-products .cross-sell-product a img,
.upsell-products .upsell-product a img {
  height: 350px;
  object-fit: cover;
}

.cross-sell-products .cross-sell-product a h3,
.upsell-products .upsell-product a h3 {
  font-size: 25px;
  text-align: center;
  font-weight: 300;
}

.cross-sell-products .cross-sell-product a,
.upsell-products .upsell-product a {
  text-decoration: none;
}

.eslazo_collapse_step h2 {
  margin: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d1d1d1;
}

.eslazo_collapse_step h2 button {
  border: none;
  background: transparent;
  color: #000;
  padding: 20px 7px;
  font-size: 20px;
  line-height: 30px;
}

.eslazo_collapse_step h2 button:focus {
  outline: unset;
}

button.single_add_to_cart_button:before {
  display: inline-block;
  font-family: FontAwesome;
  float: left;
  content: "\f290";
  font-weight: 300;
  margin-right: 1em;
}

.size_eslazo_tag_single_product {
  padding: 20px;
}

.eslazo_sizes_description {
  margin-bottom: 20px;
}

.eslazo_sizes_description summary {
  position: relative;
  list-style: none;
}

.eslazo_sizes_description summary h2,
.variations_form .my_quantity_title_wrapper h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.eslazo_sizes_description summary::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #4d4f4f;
}

.single-product.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected,
.single-product.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected:hover {
  -webkit-box-shadow: 0 0 0 2px #ffbb8a;
  box-shadow: 0 0 0 2px #ffbb8a;
  /* color: #FFBB8A */
}
.variations tbody > tr:nth-child(odd) > th,
.variations tbody > tr:nth-child(odd) > td,
.variations tbody tr:hover > td,
.variations tbody tr:hover > th {
  background: unset;
}

.single-product.woo-variation-swatches
  .variable-items-wrapper[aria-label="Tallas"]
  .variable-item:not(.radio-variable-item) {
  -webkit-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
}

.single-product.woo-variation-swatches
  .variable-items-wrapper[aria-label="Tallas"]
  .variable-item:not(.radio-variable-item).selected,
.single-product.woo-variation-swatches
  .variable-items-wrapper[aria-label="Tallas"]
  .variable-item:not(.radio-variable-item).selected:hover {
  -webkit-box-shadow: 0 0 0 2px #ffbb8a;
  box-shadow: 0 0 0 2px #ffbb8a;
  background-color: #ffbb8a;
  color: #fff;
}

.variations tbody > tr {
  display: grid;
  grid-template-columns: 250px 1fr;
}

.woo-variation-swatches.wvs-show-label .variations.variations tbody > tr > td {
  display: flex;
  align-items: center;
  gap: 20px;
}

.main_eslazo_product_wrapper {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}

.inner_eslazo_product_wrapper {
  max-width: 1600px;
  width: 100%;
}

.inner_eslazo_product_wrapper .woocommerce-breadcrumb a,
.inner_eslazo_product_wrapper .woocommerce-breadcrumb a:hover {
  font-size: 17px;
}

.inner_eslazo_product_wrapper .woocommerce-breadcrumb > a:last-child {
  text-transform: lowercase;
}

.woocommerce .inner_eslazo_product_wrapper div.product {
  margin-top: 50px;
}

.woocommerce
  .inner_eslazo_product_wrapper
  div.product
  div.images.woocommerce-product-gallery {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 32px;
  margin-bottom: 168px;
}

.woocommerce .inner_eslazo_product_wrapper .flex-control-nav {
  display: grid;
  height: 700px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  row-gap: 10px;
}

.inner_eslazo_product_wrapper .woocommerce-product-gallery .flex-viewport {
  width: 80%;
  height: 700px !important;
}

.woocommerce-product-gallery__image.flex-active-slide,
.woocommerce-product-gallery__image {
  height: 700px !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
  height: 100%;
  object-fit: cover;
}

.inner_eslazo_product_wrapper .flex-control-nav {
  width: 20%;
}

.single-product
  .inner_eslazo_product_wrapper
  div.product
  div.images
  .flex-control-nav
  li {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.single-product
  .inner_eslazo_product_wrapper
  div.product
  div.images
  .flex-control-nav
  li
  img {
  height: 100%;
  object-fit: cover;
}

/**********single product subscription form ***************/

.subscribe_product_section .paragraph_subscription_text p {
  font-size: 25px;
  line-height: 130%;
}

.eslazo-form-inputs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.eslazo-form-element-wrapper label[for="yourEmail"],
.eslazo-form-element-wrapper .preferences_eslazo_title > p {
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.eslazo-form-element-wrapper
  .wpcf7-form-control-wrap[data-name="your-preferences"]
  .wpcf7-list-item-label {
  font-size: 20px;
  line-height: 130%;
  font-weight: 300;
}

.eslazo-form-submit-wrapper {
  margin-top: 40px;
}

.eslazo-form-element-wrapper #yourEmail {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.eslazo-form-submit-wrapper .submit_subs_form {
  background: transparent;
  border-color: #000;
  transition: all 0.3s;
}

.eslazo-form-submit-wrapper .submit_subs_form:hover {
  background-color: #000;
}

.eslazo-form-submit-wrapper
  .submit_subs_form:hover
  .wpcf7-form-control.wpcf7-submit {
  color: #fff;
}

.eslazo-form-submit-wrapper .wpcf7-form-control.wpcf7-submit {
  font-size: 20px;
  line-height: 130%;
  font-weight: 300;
  transition: all 0.3s;
}

.form_container_product_form {
  background-color: #f5f5f5;
}

.eslazo-form-element-wrapper .wpcf7-list-item input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}

.single-product .wpcf7-list-item {
  margin: 0;
}

.eslazo-form-element-wrapper .wpcf7-form-control.wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 23px;
}

.eslazo-form-element-wrapper
  .wpcf7-form-control.wpcf7-checkbox
  .wpcf7-list-item
  .wpcf7-list-item-label {
  display: flex;
  gap: 20px;
  align-items: baseline;
}

.eslazo-form-submit-wrapper button.submit_subs_form:before {
  display: inline-block;
  font-family: FontAwesome;
  float: left;
  content: "\f0e0";
  font-weight: 300;
  margin-right: 1em;
  color: #000;
  transition: all 0.3s;
}

.eslazo-form-submit-wrapper button.submit_subs_form:hover::before {
  color: #fff;
}

button.submit_subs_form {
  display: flex;
  justify-content: center;
  position: relative;
}

button.submit_subs_form .wpcf7-spinner {
  position: absolute;
  right: -76px;
}

.submit_subs_form .wpcf7-form-control.wpcf7-submit {
  margin: 0;
}

.eslazo-form-element-wrapper
  .wpcf7-list-item
  input[type="checkbox"]
  + span:before {
  height: 12px;
  width: 12px;
  margin-right: 2px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #ffbb8a;
}

.eslazo-form-element-wrapper
  .wpcf7-list-item
  input[type="checkbox"]:checked
  + span:before {
  background-color: #ffbb8a;
  border: 1px solid #fff;
  outline: 1px solid #ffbb8a;
}

.eslazo-form-element-wrapper
  .wpcf7-list-item
  input[type="checkbox"]
  + span:before {
  border-radius: 50%;
}

/**Tag Page**/

.tag_filters_wrapper {
  width: 25%;
}

/************************************ Footer *******************************************/
.elementor.elementor-740 {
  width: 100%;
}

.copyright-text p,
.theme-hello-elementor .copyright-text a,
.theme-hello-elementor .copyright-text a:hover {
  color: #fff;
  font-size: 14px;
  display: inline;
  font-weight: 300;
}

.theme-hello-elementor .elementor-location-footer .contact_information_eslazo,
.theme-hello-elementor
  .elementor-location-footer
  .contact_information_eslazo:hover {
  color: #fff;
  font-size: 18px;
}

/******Subscription Form *********************/

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 14px;
}

.eslazo-form-sub-wrapper .wpcf7-not-valid-tip {
  position: absolute;
}

.eslazo-subscription-submit-wrapper {
  position: absolute;
  top: 0;
  right: -59px;
}

.eslazo-subscription-submit-wrapper .wpcf7-form-control.wpcf7-submit {
  font-size: 30px;
  color: #fff;
}

.wpcf7#wpcf7-f2603-o2 form .wpcf7-response-output {
  position: absolute;
  margin: 0;
  margin-top: 5px;
}

.eslazo-form-sub-wrapper input[type="email"] {
  background-color: transparent;
  border: 1px solid #fff;
}

.eslazo-form-sub-wrapper input[type="email"]::placeholder {
  color: #ffffff7d;
}

.eslazo-form-sub-wrapper input[type="email"]:focus {
  outline: unset;
  border: 1px solid #fff;
}

#sub_form_eslazo_86 .wpcf7-form-control.wpcf7-submit {
  margin-top: 0;
}

/***Search Page ******/

.main_eslazo_search_wrapper {
  width: 100%;
  padding-left: 143px;
  padding-right: 143px;
  display: flex;
  justify-content: center;
}

.inner_eslazo_search_wrapper {
  max-width: 1600px;
  width: 100%;
}

.search-title .query_search_param {
  text-transform: capitalize;
}

.inner_eslazo_search_wrapper .search-title {
  font-size: 50px;
}

.woocommerce .inner_eslazo_search_wrapper .products {
  padding-top: 60px;
}

/***Contact Page****/

.contact_form_page_eslazo {
  padding: 80px 0;
  display: flex;
  gap: 160px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin-top: 50px;
  position: relative;
}

.contact_form_page_eslazo
  .inner_container_contact_form_page_eslazo:nth-child(2) {
  justify-content: space-between;
}

.contact_form_page_eslazo .inner_container_contact_form_page_eslazo {
  width: 50%;
}

.inner_container_contact_form_page_eslazo {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.wpcf7
  #contact_form_page_89
  .inputs_container_form_page_eslazo
  input[type="text"],
.wpcf7
  #contact_form_page_89
  .inputs_container_form_page_eslazo
  input[type="email"],
.wpcf7
  #contact_form_page_89
  .inputs_container_form_page_eslazo
  input[type="tel"],
.wpcf7 #contact_form_page_89 .inputs_container_form_page_eslazo textarea {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: unset;
  padding-left: 3px;
}

.wpcf7
  #contact_form_page_89
  .inputs_container_form_page_eslazo
  input[type="text"]:focus,
.wpcf7
  #contact_form_page_89
  .inputs_container_form_page_eslazo
  input[type="email"]:focus,
.wpcf7
  #contact_form_page_89
  .inputs_container_form_page_eslazo
  input[type="tel"]:focus,
.wpcf7 #contact_form_page_89 .inputs_container_form_page_eslazo textarea:focus {
  outline: none;
}

.wpcf7 #contact_form_page_89 .wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
}

.accptance_container_contact_form_page_eslazo {
  display: flex;
  align-items: end;
  justify-content:space-between;
}

.wpcf7 #contact_form_page_89 .wpcf7-form-control.wpcf7-submit {
  margin-top: 0;
}

.wpcf7 #contact_form_page_89 .wpcf7-list-item {
  margin: 0;
}

.wpcf7 #contact_form_page_89 .wpcf7-list-item-label {
  font-size: 15px;
}

.wpcf7 #contact_form_page_89 input[name="acceptance-415"] {
  margin-right: 15px;
  visibility: hidden;
  pointer-events: none;
}

.accptance_inner_container_contact_form_page_eslazo {
  position: relative;
}

#checkbox-wrapper-26 {
  position: absolute;
  top: -18px;
  left: -19px;
  transform: scale(0.4);
}

.submit_input_wrapper_8242ed4 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.wpcf7 #contact_form_page_89 .wpcf7-response-output {
  position: absolute;
  bottom: 0;
  right: 90px;
}

.wpcf7 #contact_form_page_89 input[type="submit"]{
  font-size: 20px;
  font-weight: 300;
  border: 1px solid #000;
  padding: 12px 30px;
}

/***contact checkbox***/

.checkbox-wrapper-26 * {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.checkbox-wrapper-26 input[type="checkbox"] {
  display: none;
}

.checkbox-wrapper-26 label {
  --size: 50px;
  --shadow: calc(var(--size) * 0.07) calc(var(--size) * 0.1);

  position: relative;
  display: block;
  width: var(--size);
  height: var(--size);
  margin: 0 auto;
  background-color: #f72414;
  border-radius: 50%;
  box-shadow: 0 var(--shadow) #ffbeb8;
  cursor: pointer;
  transition: 0.2s ease transform, 0.2s ease background-color,
    0.2s ease box-shadow;
  overflow: hidden;
  z-index: 1;
}

.checkbox-wrapper-26 label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: calc(var(--size) * 0.7);
  height: calc(var(--size) * 0.7);
  margin: 0 auto;
  background-color: #fff;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: inset 0 var(--shadow) #ffbeb8;
  transition: 0.2s ease width, 0.2s ease height;
}

.checkbox-wrapper-26 label:hover:before {
  width: calc(var(--size) * 0.55);
  height: calc(var(--size) * 0.55);
  box-shadow: inset 0 var(--shadow) #ff9d96;
}

.checkbox-wrapper-26 label:active {
  transform: scale(0.9);
}

.checkbox-wrapper-26 .tick_mark {
  position: absolute;
  top: -1px;
  right: 0;
  left: calc(var(--size) * -0.05);
  width: calc(var(--size) * 0.6);
  height: calc(var(--size) * 0.6);
  margin: 0 auto;
  margin-left: calc(var(--size) * 0.14);
  transform: rotateZ(-40deg);
}

.checkbox-wrapper-26 .tick_mark:before,
.checkbox-wrapper-26 .tick_mark:after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  opacity: 0;
  transition: 0.2s ease transform, 0.2s ease opacity;
}

.checkbox-wrapper-26 .tick_mark:before {
  left: 0;
  bottom: 0;
  width: calc(var(--size) * 0.1);
  height: calc(var(--size) * 0.3);
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.23);
  transform: translateY(calc(var(--size) * -0.68));
}

.checkbox-wrapper-26 .tick_mark:after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(var(--size) * 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23);
  transform: translateX(calc(var(--size) * 0.78));
}

.checkbox-wrapper-26 input[type="checkbox"]:checked + label {
  background-color: #07d410;
  box-shadow: 0 var(--shadow) #92ff97;
}

.checkbox-wrapper-26 input[type="checkbox"]:checked + label:before {
  width: 0;
  height: 0;
}

.checkbox-wrapper-26 input[type="checkbox"]:checked + label .tick_mark:before,
.checkbox-wrapper-26 input[type="checkbox"]:checked + label .tick_mark:after {
  transform: translate(0);
  opacity: 1;
}

@media (min-width: 1600px) {
  .more_seller_price .price bdi {
    font-size: 24px;
  }

  .archive.woocommerce ul.products li.product a img {
    height: 550px;
  }
}

@media (max-width: 1281px) {
  .inner_eslazo_category_wrapper {
    padding: 0px 60px;
  }
}

@media (max-width: 1090px) {
  .eslazo_featured_product_element .eslazo_featured_product_information h2 {
    font-size: 30px;
  }

  .woocommerce ul.products.columns-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .woocommerce ul.products.columns-3 li.product {
    width: 48%;
    margin-right: 0;
    float: none;
  }
  .inner_eslazo_category_wrapper {
    padding: 0px 45px;
  }

  .tag_filters_wrapper {
    width: 30%;
  }

  .products_eslazo_category_wrapper .eslazo_category_loop_wrapper {
    width: 70%;
  }

  .archive.woocommerce ul.products li.product a img {
    height: 370px;
  }

  .products_eslazo_category_wrapper {
    padding-top: 50px;
  }

  .inner_eslazo_category_wrapper
    .products_eslazo_category_wrapper
    .wpfMainWrapper {
    position: sticky !important;
    top: 30px;
  }

  .elementor-740 .elementor-element.elementor-element-6a1f8c3,
  .elementor-740 .elementor-element.elementor-element-47f6250 {
    width: 100%;
  }

  .elementor-740 .elementor-element.elementor-element-84cbbc7,
  .elementor-740 .elementor-element.elementor-element-61e0f6e {
    width: 50%;
  }

  .eslazo_banner_category_wrapper {
    background-position: right;
  }
}

@media (max-width: 820px) {
  .my_custom_bag_block .elementor-widget-container {
    display: flex;
  }

  #my_eslazo_movil_menu .elementor-menu-toggle {
    padding: 0;
  }

  #menu-2-6165e42 {
    padding: 70px 30px;
  }

  .elementor-menu-toggle__icon--close {
    z-index: 9999;
    position: absolute;
    right: -54vw;
  }

  #menu-2-6165e42 > li:first-child {
    position: absolute;
    top: 20px;
    padding-right: 30px;
  }
  #menu-2-6165e42 > li:nth-child(2) {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  /************Home***************/

  .elementor-page
    .elementor-20
    .elementor-element.elementor-element-1d6af32:not(
      .elementor-motion-effects-element-type-background
    ) {
    background-image: unset;
  }

  .eslazo_featured_products_grid .eslazo_featured_product_element {
    width: 100%;
  }

  .eslazo_featured_product_element .eslazo_featured_product_image img {
    height: 350px;
    object-fit: cover;
  }

  .eslazo_featured_products_grid {
    row-gap: 0;
  }

  .eslazo_featured_product_element .eslazo_featured_product_information h2 {
    font-size: 26px;
  }
  #best_selling_carousel_86 .swiper-pagination {
    display: block;
  }

  .copyright-text {
    text-align: center;
  }

  .copyright-text p,
  .theme-hello-elementor .copyright-text a,
  .theme-hello-elementor .copyright-text a:hover {
    font-size: 10px;
  }

  .inner_eslazo_category_wrapper {
    padding: 0 30px;
  }

  .eslazo_header_category_wrapper {
    padding-top: 50px;
  }

  .eslazo_header_category_wrapper header h1 {
    font-size: 30px;
  }

  .eslazo_header_category_wrapper header {
    flex-direction: column;
    gap: 10px;
  }

  #filters_popup_handle_90 {
    display: block;
  }

  .products_eslazo_category_wrapper .eslazo_category_loop_wrapper {
    width: 100%;
  }

  .tag_filters_wrapper {
    width: 0%;
    padding: 0;
  }

  .eslazo_filter_sort_wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .eslazo_filter_sort_wrapper .woocommerce-ordering {
    margin: 0;
  }

  #filters_popup_handle_90 {
    font-size: 15px;
    background-color: black;
    color: #fff;
    border: none;
    display: flex;
  }

  #filters_popup_handle_90 svg {
    color: #fff;
    stroke: #fff;
    width: 20px;
    height: 20px;
  }

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

  .archive.woocommerce ul.products li.product a img {
    height: 500px;
  }

  .tag_filters_wrapper .wpfFloatingTitle .wpfFloatingClose {
    color: #fff;
  }

  .eslazo_banner_category_wrapper {
    display: none;
  }

  .eslazo_banner_category_wrapper_mobile {
    display: block;
  }

  .inner_eslazo_first_wrapper .eslazo_banner_category_wrapper_mobile {
    width: 100%;
  }

  .inner_eslazo_first_wrapper .eslazo_banner_category_wrapper_mobile img {
    height: 380px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
  }
}
