/*
 Theme Name:    Electro Child
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Description:   This is the child theme of Electro
 Author:        MadrasThemes
 Author URI:    https://madrasthemes.com/
 Template:      electro
 Version:       3.6.9
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, dark, two-columns, right-sidebar, responsive-layout
 Text Domain:   electro-child
*/

@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?8311802');
  src: url('font/fontello.eot?8311802#iefix') format('embedded-opentype'),
       url('font/fontello.woff2?8311802') format('woff2'),
       url('font/fontello.woff?8311802') format('woff'),
       url('font/fontello.ttf?8311802') format('truetype'),
       url('font/fontello.svg?8311802#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?8311802#fontello') format('svg');
  }
}
*/
[class^="life-"]:before, [class*=" life-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.life-phone:before { content: '\e800'; } /* '' */
.life-mail:before { content: '\e801'; } /* '' */
.life-comment:before { content: '\e802'; } /* '' */
.life-location:before { content: '\e803'; } /* '' */
.life-whatsapp:before { content: '\f232'; } /* '' */

.product-loop-footer {
  text-align: center;
}
.wayra-coc-button {
  line-height: normal;
  border-radius: 99px;
}

.header-v10-custom-menu {
  flex: 0 0 auto;
  width: auto;
}
.box-cotizacion ul {
  flex-direction: row;
  column-gap: 10px;
}
.box-cotizacion ul>li>a {
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.box-cotizacion ul>li>a>i {
  display: inline-block;
}
.box-cotizacion ul>li>a>i::before {
  font-size: 30px;
  margin-left: 2px;
  color: #fed700;
}
.header-v10 .masthead {
  padding: 0.75rem 0;
}
.categoria-padre {
  margin-bottom: 5px !important;
}
.categoria-padre a {
  font-weight: 700;
  color: #333e48 !important;
  padding: 0 !important;
}
.categoria-padre:hover a {
  background-color: #ffffff !important;  
}
.woocommerce ul.products li.product .yith-ywraq-add-button a.add-request-quote-button.button,
.yith-ywraq-add-button a.add-request-quote-button.button {
  padding: 0.5rem 2rem;
}
.yith-ywraq-add-to-quote,
.yith_ywraq_add_item_response_message,
.yith_ywraq_add_item_browse_message {
  text-align: center;
}
.yith_ywraq_add_item_browse_message a {
  color: #c00;
  text-decoration: underline;
}
.product .price-add-to-cart {
  display: none !important;
}
.menu-footer-paginas-container {
  margin-top: 44px;
}
.menu-footer-contacto-container i {
  font-size: 17px;
  width: 25px;
}
.menu-footer-contacto-container i.ec-phone,
.menu-footer-contacto-container i.ec-map-pointer {
  font-size: 22px;
}
.menu-footer-contacto-container ul > li > a {
  font-size: 1em;
  display: flex;
  column-gap: 5px;
}
.list-iconos {
  margin-top: 20px;
}
.list-iconos a {
  color: rgb(232, 36, 38);
}
.list-iconos i {
  font-size: 20px;
  width: 25px;
}
.site-main p > a {
  color: #d3c30b;
}
.datos-contacto {
  list-style: none;
  padding-left: 0;
}
.datos-contacto li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.datos-contacto li i {
  width: 35px;
  height: 35px;
  color: #ffffff;
  background-color: #fed700;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-right: 15px;
}
.nosotros-box .wpb_wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
}
.single-product.full-width .price {
  display: none;
}
.single-product.full-width .add-request-quote-button {
  margin-top: 0 !important;
}
.ywraq-form-table-wrapper th.product-name {
  vertical-align: middle;
}
.back-to-top-link {
  top: calc(100vh - 3rem);
}

@media (min-width: 1200px) {
  .owl-item > .product .product-inner, .products > .product .product-inner {
    padding: 1em 1em 1em 1em;
  }
}