/*
Theme Name:  Ingesis Child
Description: Child theme for the Ingesis theme
Author:      Tom Usborne
Author URI:  https://tomusborne.com
Template:    generatepress
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/

/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-t-10 {
  padding-top: 10px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.align-l {
  text-align: left;
}

.align-c {
  text-align: center;
}

.align-r {
  text-align: right;
}

.hidden {
  display: none;
}

.logo {
  max-width: 165px !important;
  padding: 10px;
}

@media (max-width: 480px) {
  .xs-display-none {
    display: none !important;
  }

  .xs-m-t-40 {
    margin-top: 40px !important;
  }
}

@media (min-width: 480px) {
  .xs-display {
    display: none !important;
  }
}

/*Clases bootstrap*/

.align-items-center {
  align-items: center;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-lg-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}

/** HEADER **/
.navbar-carro {
  display: inline-block !important;
  position: relative;
  margin-left: 20px;
}

.cont-minicarro {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background-color: #ee154b;
  right: -10px;
}

span#items-minicarro {
  position: absolute;
  left: 7px;
  top: 1px;
  color: #fff;
  font-size: 13px;
  font-weight: 600 !important;
}

.icon-cuenta span {
  color: #222;
  font-family: "Montserrat", sans-serif;
}

div.elementor-location-header .elementor-sticky {
  background-color: #f3f3f3 !important;
  border: 0px !important;
  z-index: 9999;
}

.elementor-element-139c216 {
  display: none;
}

.elementor-nav-menu__align-right .elementor-nav-menu {
  margin-right: auto !important;
}

.elementor-38 .elementor-element.elementor-element-78079fc {
  width: 100% !important;
}

.elementor-nav-menu__align-right .elementor-nav-menu .elementor-item {
  font-size: 16px !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.elementor-nav-menu--dropdown li.menu-item-7855 .elementor-item.highlighted {
  color: #fff !important;
}

li.menu-item-7855 {
  background-color: #d71919 !important;
}

.elementor-nav-menu .menu-item-7855 > a {
  color: #fff !important;
}

#navbar-menu {
  max-width: 1200px !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.elementor-nav-menu ul.sub-menu li a {
  font-size: 15px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
}

@media (min-width: 480px) {
  .icon-cart-xs {
    display: none;
  }
}

@media (max-width: 480px) {
  .icon-cart-xs {
    position: fixed;
    z-index: 99999;
  }

  .icon-cart-xs .navbar-carro {
    position: fixed;
    right: 70px;
    z-index: 999999;
    top: 24px;
  }

  .elementor-nav-menu ul.sub-menu li a {
    font-size: 13px !important;
    font-family: "Roboto", sans-serif !important;
  }

  .elementor-nav-menu .menu-item-7855 > a {
    font-weight: 500 !important;
  }
}

/* Buscador */

form.search-form .search-field {
  border-color: #55555e;
  font-family: "Montserrat", sans-serif;
  border-radius: 0px !important;
  height: 41px;
}

form.search-form button.search-submit {
  margin-left: -5px;
  outline: none !important;
  padding: 8px;
  /* border: 0px; */
  border-bottom: 0px;
}

/** WOOCOMMERCE **/

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
  background-color: #fff !important;
  border: 0px;
}

.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-info a {
  color: #000;
}
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-info::before {
  color: #1f1f1f !important;
}

.woocommerce .woocommerce-message a.button {
  display: none !important;
}

/** Carrito **/

body.woocommerce-cart {
  background-color: #fff;
}

.woocommerce a.remove {
  color: #ee154b !important;
}

.woocommerce a.remove:hover {
  background: #ee154b !important;
}

.woocommerce a.wc-forward {
  background-color: #ee154b !important;
  border: 2px solid #ee154b !important;
  display: inline !important;
  text-transform: uppercase;
  font-size: 13px !important;
  font-family: "Montserrat", sans-serif;
  /* font-weight: 500 !important; */
  border-radius: 0px !important;
  padding: 15px 25px !important;
}

.woocommerce .checkout-button:hover {
  background-color: #fff !important;
  color: #222 !important;
}

.woocommerce .wc-forward.checkout-button2 {
  background-color: #fff !important;
  color: #000 !important;
  margin-right: 10px !important;
}

.woocommerce .wc-forward.checkout-button2:hover {
  background-color: #ee154b !important;
  color: #fff !important;
}

.wc-proceed-to-checkout {
  margin-top: 10px;
  text-align: right;
}

body.woocommerce-cart h1 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #212529 !important;
}

.woocommerce-cart table.cart img {
  width: 80px;
}

.woocommerce .cart-subtotal td {
  border-bottom: 0px;
}

.woocommerce .cart_totals h2 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
}

.woocommerce .cart_totals td,
.woocommerce .cart-subtotal td {
  text-align: right !important;
  padding: 20px 12px !important;
}

.woocommerce .cart_totals table {
  border-color: #333333;
}

.woocommerce .cart_totals th {
  padding: 20px 25px !important;
}

.woocommerce table.shop_table {
  border-radius: 0px;
}

.woocommerce table.shop_table td.product-name a {
  text-transform: uppercase;
  color: #000;
}

.woocommerce table.shop_table td.product-name a:hover {
  color: #ee154b;
}

.woocommerce table.shop_table th {
  text-transform: uppercase;
  border: 0px;
}

.woocommerce table.shop_table td {
  border-left: 0px;
  border-right: 0px;
}

.woocommerce table.shop_table.cart,
.woocommerce td.actions {
  border: 0px;
  border-top: 0px !important;
}

.woocommerce-cart .inside-article {
  padding-bottom: 60px;
}

.woocommerce-cart .site-main {
  margin-bottom: 0px;
}

@media (max-width: 480px) {
  .woocommerce-message {
    margin-bottom: 0px !important;
  }

  .woocommerce-cart .inside-article {
    padding: 20px !important;
  }

  .woocommerce-cart-form {
    margin-top: 0px !important;
  }

  .woocommerce-form-coupon #coupon_code {
    width: 100% !important;
  }

  .woocommerce-form-coupon button[name="apply_coupon"] {
    margin-top: 0px !important;
    padding: 5px 0px !important;
    font-size: 14px !important;
  }

  .woocommerce-cart table.cart img {
    width: 55px !important;
  }

  .woocommerce-cart-form .input-text.qty {
    background-color: #fff !important;
  }

  .wc-proceed-to-checkout {
    margin-top: 5px !important;
  }

  .woocommerce .wc-forward.checkout-button2 {
    margin-right: 0px !important;
    margin-bottom: 10px !important;
  }

  .woocommerce .cart_totals table.shop_table td {
    padding: 14px !important;
  }

  .coupon button[name="apply_coupon"] {
    font-size: 14px !important;
    padding: 12px !important;
  }

  table.shop_table td.product-price,
  table.shop_table td.product-quantity,
  table.shop_table td.product-subtotal {
    text-transform: uppercase !important;
    color: #f1f1f1 !important;
    font-weight: 500 !important;
  }

  .woocommerce table.shop_table.woocommerce-cart-form__contents td.product-name,
  table.shop_table td.product-price,
  table.shop_table td.product-quantity,
  table.shop_table td.product-subtotal {
    font-size: 16px !important;
  }

  .woocommerce table.shop_table_responsive tr td::before {
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-family: "Montserrat", sans-serif;
  }

  .woocommerce
    table.shop_table.woocommerce-cart-form__contents
    td.product-name
    > a {
    font-size: 15px !important;
  }

  .woocommerce
    table.shop_table.woocommerce-cart-form__contents
    td.product-name {
    padding-top: 5px !important;
  }

  div.wc-proceed-to-checkout .checkout-button {
    margin-left: 10px !important;
  }

  .wc-proceed-to-checkout .wc-forward {
    padding: 12px 4px !important;
  }

  .cart-collaterals div.wc-proceed-to-checkout a {
    padding: 5px !important;
    font-size: 12px !important;
    text-align: center;
    /* font-size: 14px !important; */
    margin: 0px !important;
    padding: 14px 2px !important;
    display: block !important;
  }

  .woocommerce table.cart .product-thumbnail {
    display: inline-block !important;
    text-align: left !important;
  }
  .woocommerce table.cart .product-thumbnail::before {
    content: "";
  }

  .woocommerce table.shop_table td {
    border-top: 0px !important;
    padding: 2px 12px !important;
    color: #212529 !important;
    border: 0px !important;
  }

  .woocommerce-cart-form table.shop_table_responsive tr {
    margin-bottom: 20px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7 !important;
  }

  .woocommerce-cart-form table.shop_table_responsive tr:nth-child(2n) td {
    background-color: #fff !important;
  }

  /* .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
        background-color: #fff !important;
    } */

  .woocommerce-cart-form dl.variation {
    margin-top: 0px !important;
    font-size: 16px !important;
  }

  .woocommerce a.remove {
    float: right !important;
    font-size: 25px !important;
  }

  .woocommerce-info {
    margin-bottom: 20px !important;
  }

  .woocommerce-cart .entry-content {
    margin-top: 10px !important;
  }
}

/** Ficha producto **/

#breadcrumbs a,
#breadcrumbs span {
  color: #212529 !important;
  font-weight: 500;
  font-size: 14px !important;
  font-family: "Montserrat", sans-serif;
}

body.single-product {
  background-color: #fff !important;
}

body.single-product .search-submit {
  border-bottom: 1px solid #55555e !important;
  border-top: 0px !important;
}

.woocommerce .site-content {
  /* display: flex; */
  display: block;
}

.single-product .product_title {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500 !important;
  font-size: 24px;
  /* font-size: 28px; */
}

.single-product .woocommerce-product-details__short-description {
  font-family: "Montserrat", sans-serif;
}

.single-product div.product p.price {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700 !important;
  font-size: 28px;
  color: #212529;
  margin-top: 10px;
  margin-bottom: 10px;
}

.single-product .single_add_to_cart_button {
  background-color: #ee154b !important;
  border: 2px solid #ee154b !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 500 !important;
  border-radius: 0px !important;
  padding: 13px 55px !important;
  margin-left: 5px !important;
}

p.stock.out-of-stock {
  display: none !important;
}

.block-no-stock {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.btn-out-of-stock {
  background-color: #ee154b !important;
  border: 2px solid #ee154b !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 500 !important;
  border-radius: 0px !important;
  padding: 13px 55px !important;
  margin-left: 5px !important;
  color: #fff !important;
}

.btn-out-of-stock:hover {
  background-color: #fff !important;
  color: #000 !important;
}

@media (min-width: 480px) {
  .block-no-stock {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
}

.single-product .single_add_to_cart_button:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.single-product .product_meta {
  display: none;
}

.single-product .product img {
  max-width: 80%;
  margin: 0 auto;
}

.single-product .woocommerce-product-gallery__trigger {
  display: none;
}

.single-product a {
  text-decoration: none !important;
}

.single-product div.product form.cart {
  margin-top: 25px;
}

.woocommerce-price-suffix {
  font-size: 16px !important;
}

.woocommerce ul.products li.product .price .woocommerce-price-suffix {
  display: none !important;
}

/* Tabs product */
#accordion-product {
  margin-bottom: 60px;
}

#accordion-product p {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px;
}

#accordion-product .card-header {
  background-color: #fff !important;
  border-color: #333;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-top: 5px;
}

#accordion-product .card-body {
  padding-bottom: 5px;
}

#accordion-product .card {
  border: 0px !important;
}

#accordion-product .card h2 {
  display: none;
}

#accordion-product .btn-link {
  color: #212529;
  background-color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  /* font-weight: 600; */
  font-size: 24px;
  text-decoration: none;
  text-align: left;
  display: block;
  width: 100%;
}

#accordion-product .btn-link svg {
  float: right;
  margin-top: 10px;
}

/* Botones RRSS */
.woocommerce .wpsi_social_share_buttons {
  padding-left: 15px;
  margin-top: 5px;
}

.woocommerce .wpsi_social_share_buttons a {
  max-width: 95px !important;
  border-radius: 0px !important;
  color: #222 !important;
  /* color: #222 !important; */
  /* background-color: #f5f5f5 !important; */
  background-color: #fff !important;
  border-top: 1px solid #8a8a8a;
  border-bottom: 1px solid #8a8a8a;
  border-right: 1px solid #8a8a8a !important;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 0px !important;
  margin-right: 8px;
}

.woocommerce .wpsi_social_share_buttons a:hover {
  border-color: #ee154b !important;
}

.woocommerce .wpsi_social_share_buttons a:hover,
.woocommerce .wpsi_social_share_buttons a:hover span {
  background-color: #ee154b !important;
  color: #fff !important;
}

.woocommerce .wpsi_social_share_buttons a span {
  background-color: #8a8a8a !important;
  border-radius: 0px !important;
  padding: 4px;
  /* padding: 3px; */
}

.title-buttons-rrss {
  font-weight: 500 !important;
  margin-bottom: 0px !important;
}

/* Tab documentacion */

#wcpoa_product_tab .wcpoa_attachment_name {
  font-size: 16px !important;
  font-family: "Montserrat", sans-serif;
}

#wcpoa_product_tab .wcpoa_attachment {
  margin-bottom: 10px;
}

.wcpoa_attachmentbtn {
  background-color: #fff !important;
  /* color: #ee154b !important; */
  color: #222 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  border: 1px solid #ee154b !important;

  background-image: url(assets/images/icons/download.png) !important;
  background-repeat: no-repeat !important;
  background-size: 12px 12px !important;
  background-position: 6px !important;
  padding-left: 25px !important;
  padding-right: 10px !important;
}

#wcpoa_product_tab .wcpoa_attachment_desc {
  display: none !important;
}

/* Productos relacionados */

section.related.products {
  font-family: "Montserrat", sans-serif;
}

section.related.products > h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  font-weight: bold;
  color: #212529 !important;
  margin-bottom: 40px;
}

section.related.products li.product {
  text-align: center;
}

section.related.products .woocommerce-loop-product__title {
  color: #333333;
  font-size: 17px !important;
  text-transform: uppercase;
}

section.related.products .amount {
  color: #333333;
  font-weight: 600;
  font-size: 18px;
}

section.related.products img {
  margin: 0 auto !important;
}

section.related.products .add_to_cart_button {
  background-color: #fff;
  color: #333;
  font-weight: 500;
  border: 2px solid #ee154b;
  border-radius: 0px;
  margin-top: 0px !important;
  /* transition: 0.3s background-color ease-in-out; */
}

section.related.products .add_to_cart_button:hover {
  background-color: #ee154b;
  color: #fff;
}

/** Tienda **/

body.woocommerce-shop {
  background-color: #fff;
}

body.woocommerce-shop #sidebar-filters {
  margin-bottom: 30px;
}

.woocommerce-shop #right-sidebar {
  display: none;
}

.tax-product_cat #right-sidebar {
  display: none !important;
}

.woocommerce-shop .site-content .content-area {
  width: 100%;
}

.woocommerce-shop .page-title {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

.block-grid-list .titulo-seccion {
  display: inline !important;
}

.block-grid-list .widget_berocket_lgv_widget {
  display: inline !important;
}

.block-grid-list .br_lgv_product_count_block {
  display: none !important;
}

.lgv_meta_simple {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.lgv_meta_simple .posted_in {
  font-weight: 600 !important;
}

.lgv_meta_simple .posted_in a {
  font-weight: 400 !important;
}

@media (min-width: 480px) {
  .woocommerce ul.products li.product a img {
    min-height: 246px !important;
  }
}

@media (max-width: 480px) {
  .berocket_lgv_additional_data {
    max-width: 100% !important;
  }

  li.berocket_lgv_list_grid {
    margin-top: 15px !important;
  }
}

.tax-product_cat .titulo-seccion {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #212529 !important;
  /* margin-bottom: 50px; */
}

.woocommerce-shop .products li,
.tax-product_cat .products li {
  text-align: center;
}

.woocommerce-shop .products .woocommerce-loop-product__title,
.tax-product_cat .products .woocommerce-loop-product__title {
  color: #333333;
  font-size: 18px !important;
  /* font-size: 17px !important; */
  text-transform: uppercase;
}

.woocommerce-shop .products .amount,
.tax-product_cat .products .amount {
  color: #333333;
  font-weight: 600;
  font-size: 18px;
}

.woocommerce-shop .products img,
.tax-product_cat img {
  margin: 0 auto !important;
}

.woocommerce-shop .products .add_to_cart_button,
.tax-product_cat .products .add_to_cart_button,
.woocommerce ul.products .product_type_simple {
  background-color: #ee154b;
  color: #fff;
  font-weight: 500;
  border: 2px solid #ee154b;
  border-radius: 0px;
  margin-top: 0px !important;
}

.woocommerce-shop .products .add_to_cart_button:hover,
.tax-product_cat .products .add_to_cart_button:hover,
.woocommerce ul.products .product_type_simple:hover {
  background-color: #fff;
  color: #333;
}

.category-description {
  font-family: "Montserrat", sans-serif;
}

.woocommerce-shop .site-content {
  display: block !important;
}

.woocommerce-shop #left-sidebar {
  float: left;
}

.woocommerce-shop .woocommerce.columns-4 {
  width: 70%;
  float: left;
}

/* Filtros */
#sidebar-filters {
  width: 30%;
  float: left;
  padding: 20px;
}

.titulo-filtros {
  margin-bottom: 10px !important;
}

.block-cat-products {
  width: 70%;
  float: left;
  padding: 20px;
}

body.tax-product_cat {
  background-color: #fff;
}

.woocommerce-shop .titulo-seccion {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #212529 !important;
}

.yith-wcan-filter .filter-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}

.yith-wcan-filters .yith-wcan-filter {
  margin-bottom: 15px;
}

.yith-wcan-filter .yith-wcan-dropdown {
  border: 1px solid #000 !important;
  border-radius: 0px !important;
  max-width: 246px;
  /* box-shadow: 0 0 7px 0 rgba(var(--yith-wcan-filters_colors_accent_r,73),var(--yith-wcan-filters_colors_accent_g,139),var(--yith-wcan-filters_colors_accent_b,162),.3); */
}

.yith-wcan-filter ul.filter-items {
  margin-left: 5px;
}

.yith-wcan-reset-filters {
  margin-top: 10px;
  width: 246px;
}

/* Filtros BeRocket */
.berocket_single_filter_widget {
  max-width: 246px !important;
}

.berocket_single_filter_widget h3 {
  font-size: 17px !important;
  font-weight: 500 !important;
  color: #212529 !important;
  margin-bottom: 5px !important;
}

.bapf_reset {
  text-transform: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  margin-top: 5px !important;
  width: 246px !important;
  background-color: #859091 !important;
}

.bapf_reset:hover {
  background-color: #7a7e7e !important;
}

.berocket_single_filter_widget .select2-selection {
  border: 1px solid #000 !important;
  border-radius: 0px !important;
}

.berocket_single_filter_widget .select2-container .select2-selection--single {
  height: 40px !important;
}

.berocket_single_filter_widget .select2-selection__rendered {
  line-height: 40px !important;
}

.berocket_single_filter_widget .select2-selection__arrow {
  height: 40px !important;
}

.berocket_single_filter_widget .select2-container {
  z-index: 9 !important;
}

.berocket_single_filter_widget .bapf_sfilter {
  margin-bottom: 15px !important;
}

.bapf_select2 {
  max-width: 246px !important;
}

@media (max-width: 480px) {
  #sidebar-filters {
    margin-bottom: 0px !important;
    padding-top: 5px !important;
    padding-bottom: 10px !important;
  }
  .berocket_single_filter_widget {
    max-width: 100% !important;
  }

  #filters-rocket {
    margin-top: 30px !important;
  }

  .bapf_reset {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  #navbar-menu {
    display: none !important;
  }
  #sidebar-filters {
    width: 100% !important;
  }
  .block-cat-products {
    width: 100% !important;
  }
  .single-product .product_title {
    font-size: 20px !important;
  }
  .single-product div.product p.price {
    font-size: 24px !important;
  }
  #accordion-product .btn-link {
    font-size: 20px !important;
    padding-left: 0px !important;
  }
  .titulo-seccion {
    font-size: 20px !important;
  }
  #wcpoa_product_tab .wcpoa_attachment_name {
    font-size: 15px !important;
  }
  section.related.products > h2 {
    font-size: 20px !important;
  }
  .woocommerce-loop-product__title {
    min-height: 80px !important;
  }
  section.related.products .add_to_cart_button {
    font-size: 14px !important;
  }
  .wcpoa_attachmentbtn {
    float: none !important;
    margin-left: 5px !important;
  }
  .yith-wcan-filter .yith-wcan-dropdown {
    max-width: 100% !important;
  }
  footer a {
    color: #d71919;
    font-weight: 500;
  }

  .btn-filtros {
    display: inline;
    padding: 7px 10px !important;
    border: 2px solid #ee154b;
    font-size: 13px !important;
  }

  .yith-wcan-filters {
    margin-top: 20px;
  }
}

/** Finalizar compra **/

form.woocommerce-checkout {
  margin-top: 20px !important;
}

.woocommerce form .form-row label {
  margin-right: 20px !important;
}

#ship-to-different-address span {
  line-height: 0 !important;
  font-size: 17px !important;
  /* font-family:'Barlow Thin', sans-serif !important; */
  color: #212529 !important;
  font-weight: 500 !important;
}

/* .woocommerce-billing-fields #billing_address_2{
        display: none !important;
    } */

#ship-to-different-address {
  padding-left: 3px !important;
}

#ship-to-different-address span {
  font-size: 16px !important;
  text-transform: none !important;
  padding-left: 10px;
}

#order_comments_field {
  margin-top: 40px !important;
}

tr.woocommerce-shipping-totals td {
  text-align: center !important;
}

.select2-dropdown {
  width: 400px !important;
}

.woocommerce-checkout-payment {
  background-color: #f2f2f2 !important;
  border-radius: 0px !important;
}

#customer_details .woocommerce-billing-fields input#billing_email.input-text,
.woocommerce-shipping-fields__field-wrapper input#billing_email.input-text {
  border: 1px solid #bbb !important;
}

#customer_details .woocommerce-billing-fields span,
.woocommerce-shipping-fields__field-wrapper span {
  width: 100% !important;
}

#customer_details
  .woocommerce-billing-fields
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.woocommerce-shipping-fields__field-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  left: initial !important;
  right: 12px !important;
}
#customer_details
  .woocommerce-billing-fields
  .select2-container
  .select2-selection--single,
.woocommerce-shipping-fields__field-wrapper
  .select2-container
  .select2-selection--single {
  height: 42px !important;
}

#customer_details
  .woocommerce-billing-fields
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.woocommerce-shipping-fields__field-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 37px !important;
}

#customer_details
  .woocommerce-billing-fields
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.woocommerce-shipping-fields__field-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-top: 5px !important;
}

#customer_details .woocommerce-account-fields span {
  width: 100% !important;
}

table.woocommerce-checkout-review-order-table td.product-total,
.cart-subtotal td {
  text-align: center !important;
}

#order_review th.product-total {
  text-align: center !important;
}

#order_review td.product-name {
  text-transform: uppercase !important;
  display: flex;
  align-items: center;
}

#order_review td.product-name img {
  max-width: 19% !important;
}

#order_review dd.variation-Modelo {
  font-weight: 400 !important;
}

#order_review button#place_order {
  background-color: #4b4b4b !important;
  color: #f7f7f7 !important;
  border: 1px solid #4b4b4b !important;
  display: block !important;
  width: 100% !important;
}

#order_review button#place_order:hover {
  color: #4b4b4b !important;
  border: 1px solid #4b4b4b !important;
  background-color: transparent !important;
}

#order_review #shipping_method .woocommerce-Price-amount {
  font-weight: 400 !important;
}

#order_review .wc_payment_methods label {
  font-weight: 600 !important;
}

#order_review tr.order-total {
  background-color: #f2f2f2 !important;
}

#order_review tr.order-total span.woocommerce-Price-amount {
  font-size: 20px !important;
  margin-bottom: 0px !important;
}

#order_review .woocommerce-additional-fields #order_comments_field {
  margin-top: 20px !important;
  margin-bottom: 25px !important;
}

#order_review
  .woocommerce-additional-fields
  #order_comments_field
  span.woocommerce-input-wrapper {
  width: 100% !important;
}

@media (max-width: 480px) {
  .select2-dropdown {
    width: 200px !important;
  }

  #ship-to-different-address span {
    font-size: 15px !important;
    letter-spacing: 0em !important;
  }

  #order_review td.product-name img {
    max-width: 24% !important;
  }

  body .select2-container {
    z-index: 9 !important;
  }

  .entry-content .woocommerce form.login {
    margin-bottom: 45px !important;
  }

  .entry-content .woocommerce form.login label {
    width: 100% !important;
  }

  .entry-content .woocommerce form.login .form-row {
    width: 100% !important;
  }

  #order_review .cart-subtotal td {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
}

.woocommerce-form-coupon-toggle {
  display: none !important;
}

/* #billing_company_field {display: none !important;} */

.optional {
  display: none;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: grey !important;
}

.woocommerce-input-wrapper div.originalTextareaInfo {
  display: none !important;
}

@media (min-width: 850px) {
  #customer_details,
  #order_review_heading,
  #order_review {
    width: 48%;
  }

  #customer_details {
    float: left;
  }

  #order_review_heading,
  #order_review {
    float: right;
  }

  #order_review_heading {
    clear: none;
    padding-top: 0;
  }
  #customer_details .col-1,
  #customer_details .col-2 {
    width: 100%;
    float: none;
  }
}

/** Checkout personalizado **/

body.woocommerce-checkout {
  background: #fff;
  font-family: "Montserrat", sans-serif;
}

.woocommerce-checkout h1 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
  color: #212529 !important;
}

.woocommerce-checkout input,
.woocommerce-checkout textarea {
  background-color: #fff !important;
  border-radius: 5px;
}

#order_review button#place_order {
  background-color: #ee154b !important;
  color: #f7f7f7 !important;
  border: 1px solid #ee154b !important;
  display: block !important;
  width: 100% !important;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 15px;
}

#order_review button#place_order:hover {
  color: #ee154b !important;
  border: 1px solid #ee154b !important;
  background-color: transparent !important;
}

#order_review .order-total td {
  border-top: 0px !important;
  border-bottom: 0px !important;
  text-align: center;
}

.woocommerce-checkout h3 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 20px;
  margin-bottom: 60px;
}

.woocommerce-checkout .woocommerce-additional-fields h3 {
  margin-bottom: 5px !important;
}

.woocommerce-checkout #order_comments_field {
  margin-top: 5px !important;
}

.woocommerce form .form-row .required {
  color: #ee154b;
}

@media (max-width: 480px) {
  .woocommerce-checkout h1,
  body.woocommerce-cart h1 {
    font-size: 24px !important;
    margin-bottom: 20px !important;
  }
}

/** Mi cuenta **/

.wt-mycoupons .wt-single-coupon {
  background-color: #ee154b !important;
  box-shadow: 0 0 0 4px #ee154b, 2px 1px 6px 4px rgb(10, 10, 0, 50%);
  text-shadow: none !important;
}
div.elementor-location-header .elementor-sticky {
  z-index: 200;
}

.divider {
  width: 10%;
  margin: 0 auto;
  margin-left: 0;
  border-top: var(--divider-border-width) var(--divider-border-style)
    var(--divider-color);
}

.up-sells h2.woocommerce-loop-product__title {
  color: #333;
  font-size: 17px !important;
  text-transform: uppercase;
}
section.up-sells.products li.product {
  text-align: center;
}

section.up-sells.products .amount {
  color: #333;
  font-weight: 600;
  font-size: 18px;
}

section.up-sells.products > h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  font-weight: 700;
  color: #212529 !important;
  margin-bottom: 40px;
}

.tax-rate td {
  text-align: right !important;
}

.order-total td {
  text-align: right !important;
}
.cart-subtotal td {
  text-align: right !important;
}
table.woocommerce-checkout-review-order-table td.product-total,
.cart-subtotal td {
  text-align: right !important;
}
