/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap');
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
html, body {    
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;
    overscroll-behavior: contain;
}
body {
  font-family: Quicksand, Sans-serif;
}
a {
  text-decoration: none !important;
  cursor: pointer;
}
#header {
  padding: 0;
  margin: 0;
}
.header-app {
  background-color: #3b932a;
  /* background: rgb(0,150,57);
  background: linear-gradient(90deg, rgba(0,150,57,1) 0%, rgba(12,186,78,1) 100%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; */
  padding: 20px 50px;
  padding-right: 0;
  margin-bottom: 20px;
  margin-right: -2px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, .4);
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 999;
}
.header-app .row {
  margin-left: 0;
  margin-right: 0;
}
.header-app a {
  display: block;
}
.header-app .logo-link h1 {
  color: #FFF;
  font-size: 34px;
  text-align: center;
}
.header-col-right {
  background-color: #13450b;
  background-image: url(/themes/child_classic/assets/img/header-right.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center left;
  margin: -20px 0;
  margin-left: -2px;
  padding-left: 96px;
  height: 100%;
  color: #FFF;
  font-weight: bold;
  position: absolute;
  right: 0;
}
.header-col-right div {
  position: absolute;
  margin-top: 50px;
}
.header-app .logo-link h2 {
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  width: 210px;
  text-align: center;
}
.header-app .logo {
  width: 210px;
  max-width: none !important;
}
.header-app .titulo-header {
  margin-top: 8px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
}
.header-app .tienda {
  width: 36%;
  text-align: center;
  white-space: nowrap;
}

.header-app-vertical {
  display: none;
  background-color: #3b932a;
  color: #FFF;
  padding: 20px 50px;
  padding-bottom: 0;
  margin-bottom: 20px;
  margin-right: -2px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, .4);
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 30;
}
.header-app-vertical h1 {
  color: #FFF;
  font-size: 40px;
}
.header-app-vertical h2 {
  color: #FFF;
  font-size: 21px;
  margin-bottom: 20px;
}
.header-app-vertical .tienda {
  background-color: #13450b;
  color: #FFF;
  font-size: 21px;
  padding: 20px 0;
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 50px;
}
.header-app-vertical .tienda i {
  color: #6bd55a;
  font-size: 30px;
  margin-right: 10px;
}

.search-widget {
  width: 100%;
}
.search-widget input {
  width: 100%;
  border-radius: 10px;
}
.footer-home {
  position: fixed;
  bottom: -4px; left: -3px; right: 0;
}
.footer-home img {
  width: 100%;
}
.footer-home-vertical {
  display: none;
  position: fixed;
  bottom: -4px; left: -3px; right: 0;
}
.footer-home-vertical img {
  width: 100%;
}

.mensaje-producto-carrito {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
  background: #FFF;
  z-index: 999;
  /* padding: 10px; */
  color: #545454;
  box-shadow: 0 5px 10px rgb(0,0,0,.2);
  transition: all .2s ease-in-out;
  height: 0px;
  padding: 0;
  overflow: hidden;
}
.mensaje-producto-carrito span {
  font-weight: bold;
  font-size: 20px;
}
.mensaje-producto-carrito .btn-hacer-pedido {
  background-color: #009639;
  color: #FFF !important;
  padding: 5px 20px;
  border-radius: 3px;
  font-weight: bold;
  margin-right: 60px;
}

@media (max-width: 800px) {
  /* .header-app {
    display: none;
  }
  .header-app-vertical {
    display: block;
  } */
  .footer-home {
    display: none;
  }
  .footer-home-vertical {
    display: block;
  }
  .header-col-center {
    width: 55%;
  }
  .header-app .titulo-header {
    font-size: 16px;
    width: 83%;
  }
  .header-app .row {
    margin-left: -15px;
  }
  .header-col-right {
    width: 35%;
  }
  .btn-custom-cart {
    right: 22px !important;
  }
  .header-col-left h1 {
    margin-top: 6px;
  }
}

body:not(#index) .footer-home {
  display: none;
}
body:not(#index) .footer-home-vertical {
  display: none;
}
#wrapper {
  box-shadow: none;
  background-color: #FFF;
  padding: 10px 25px;
  padding-top: 110px;
}
#wrapper .breadcrumb {
  display: none;
}
@media (max-width: 800px) {
  #wrapper {
    padding-top: 100px;
  }
}
.container {
  width: 100%;
  padding: 0;
}
#products .product-miniature,
.featured-products .product-miniature {
  margin: 0 10px !important;
}
#products .thumbnail-container,
#products .thumbnail-container a,
#products .thumbnail-container img,
#products .thumbnail-container .product-description,
.featured-products .thumbnail-container,
.featured-products .thumbnail-container a,
.featured-products .thumbnail-container img,
.featured-products .product-description {
  border-radius: 10px;
}
.product-flags {
  top: 25px;
  left: 5px;
}
.product-flags li.product-flag {
  background-color: #009639;
  border: none;
  border-radius: 10px;
}
#products .thumbnail-container .product-description,
.featured-products .product-description {
  height: 33px;
  width: 99%;
  box-shadow: none !important;
}
#products .product-price-and-shipping
.featured-products .product-price-and-shipping {
  font-size: 18px;
}
#products .thumbnail-container,
.featured-products .thumbnail-container {
  transition: all .2s ease-in-out;
  cursor: pointer;
}
#products .thumbnail-container:hover,
.featured-products .thumbnail-container:hover {
  transform: scale(1.1);
}
#products .thumbnail-container:hover .product-description:after,
.featured-products .thumbnail-container:hover .product-description:after {
  display: none !important;
}

.btn-primary {
  background-color: #009639;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary:disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled:hover {
  background-color: #0bb74c;
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover,
.product-price {
  color: #009639;
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover,
.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover {
  border-color: #009639;
}

.btn-custom-cart {
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 32px;
  color: #13450b !important;
  z-index: 1;
}
.btn-custom-cart a {
  color: #13450b !important;
}
.btn-custom-cart i {
  color: #13450b !important;
}
.btn-custom-cart .cart-products-count {
  position: absolute;
  top: -10px;
  right: -12px;
  background-color: #6bd55a;
  color: #FFF;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  display: block;
  z-index: 1;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
}
.blockcart .hidden-sm-down {
  display: none;
}
.blockcart i {
  font-size: 32px;
}

.header-app-vertical .btn-custom-cart {
  top: 137px;
  right: 50px;
}
.header-app-vertical .btn-custom-cart i {
  color: #FFF !important;
}

.btn-atras {
  position: fixed;
  top: 110px;
  right: 40px;
  padding: 5px;
  cursor: pointer;
  z-index: 999;
  display: none;
}
.btn-atras img {
  height: 46px;
}
@media (max-width: 800px) {
  .btn-atras {
    top: 115px;
  }
}
body:not(#index):not(#order-confirmation):not(#cart) .btn-atras {
  display: block;
}

a {
  color: #009639;
}
a:hover {
  color: #13450b;
}
.swal2-styled.swal2-confirm {
  background-color: #009639 !important;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  background-color: #13450b;
}

/*Carrito*/
.cart-grid-body a.label:hover {
  color: #13450b;
}
.cart-grid-body .label {
  display: inline-block;
  padding: 10px 5px;
  font-weight: bold;
  font-size: 18px;
}
.bootstrap-touchspin {
  box-shadow: none;
}
.bootstrap-touchspin input.form-control {
  height: 78px;
  font-size: 20px;
  font-weight: bold;
  color: #009639;
  text-align: center;
}
.bootstrap-touchspin .input-group-btn-vertical>.btn {
  width: 40px;
  height: 40px;
}
.bootstrap-touchspin .input-group-btn-vertical i {
  top: 2px;
  left: 2px;
  font-size: 33px;
}

/*Ficha producto*/
#product h1 {
  width: 82%;
}
.btn-validar {
  position: fixed;
  bottom: 40px;
  right: 65px;
  z-index: 99;
}
.btn-validar img {
  height: 80px;
}
.btn-validar.disabled {
  opacity: .5;
  pointer-events: none;
}
.product-cover img {
  box-shadow: none;
  height: 80vh;
  object-fit: contain;
}
#main .images-container .js-qv-mask, #product-availability, .product-minimal-quantity, .product-additional-info, .blockreassurance_product, .tabs {
  display: none;
}
.product-price {
    color: #009639;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Quicksand';
}
.product-prices .tax-shipping-delivery-label {
  margin-top: -19px;
}
.pc3d_tabcontent, .pc3d_footer_bar {
  border: none;
}
.pc3d_tab {
  margin-bottom: 10px;
}
.pc3d_brand_model_container {
  margin: 0 !important;
}
.line-separator-1, .product-add-to-cart {
  display: none;
}
.lite-title {
  display: block;
  text-align: left;
}
.pc3d_tab button {
  padding: 10px !important;
}
.icons-lib-m {
  width: 25px;
  height: 25px;
  fill: #585858;
}
.pc3d_tablink_text {
  margin-top: 10px;
  margin-bottom: -10px;
}
.pc3d_tab button.active {
  background-color: #326b29 !important;
  color: #FFF !important;
}
.pc3d_tab button.active .icons-lib-m , .pc3d_tab button.active .pc3d_tablink_text {
  color: #FFF !important;
  fill: #FFF;
}
.pc3d_brand_model_container {
  padding: 0 !important;
  margin: 0 -12px;
}
#pc3d_editor_lite {
  max-width: none;
}
#pc3d_editor_lite .pc3d_tabcontent {
  min-height: 200px;
}
.pc3d_footer_bar button.left {
  margin-left: 0 !important;
}
.pc3d_tab_mobile {
  margin-top: 0 !important;
}

.product-images {
  display: none;
}

@media (max-width: 800px) {
  .product-cover img {
    height: 35vh;
  }
  #main_pc3d_gallery {
    /* height: 30vh !important; */
  }
  #pc3d_editor_lite .pc3d_tab {
    text-align: center;
  }
  .pc3d_brand_model_container {
    margin: 0;
  }
  .product-container .col-md-6 {
    width: 100%;
    float: none;
  }
}


.loadingoverlay {
  justify-content: center !important;
}
.loadingoverlay_text {
  font-size: 30px !important;
  font-weight: bold !important;
  margin-top: 30px !important;
  color: #3A932C !important;
}
.loadingoverlay_element svg {
  fill: #326b29 !important;
}


/*Pedido*/
.checkout-form {
  padding-bottom: 120px;
}
.checkout-form input,
.checkout-form select {
  border: 2px solid #1C9638;
  border-radius: 8px;
  background-color: #F5FFF9;
  color: #000;
  font-weight: bold;
}
.checkout-form label span {
  color: #E00;
}
.checkout-form h3 {
  font-size: 16px;
  color: #545454;
  margin-top: 20px;
  margin-bottom: 0;
}
.btn-metodo-envio {
  display: block;
  margin: 20px 0;
  width: 100%;
  border: 2px solid #919191;
  border-radius: 8px;
  background-color: #F5FFF9;
  padding: 15px 20px;
  opacity: .4;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.btn-metodo-envio label {
  margin: 0;
  font-weight: bold;
  pointer-events: none;
  width: 84%;
  vertical-align: middle;
}
.btn-metodo-envio.active {
  border: 2px solid #1C9638;
  background-color: #F5FFF9;
  opacity: 1;
}
.btn-metodo-envio input {
  pointer-events: none;
}
.custom-checkbox label {
  line-height: 1.8;
  font-size: 16px;
}
.custom-checkbox label span {
  width: 25px !important;
  height: 25px !important;
}
.custom-checkbox label span i {
  font-size: 25px !important;
}

.btn-pedido {
  position: fixed;
  bottom: 40px;
  right: 65px;
  z-index: 99;
}
.btn-pedido img {
  height: 50px;
}

.cart-summary-products p:nth-child(1) {
  display: none;
}
.cart-summary-products p:nth-child(2) {
  display: none;
}
body#checkout #cart-summary-product-list {
  display: block !important;
}

.selector-tienda {
  margin-bottom: 30px;
}

/*Confirmacion*/
.pedido-gracias {
  text-align: center;
  padding: 50px 20%;
}
.pedido-gracias h1 {
  font-size: 46px;
  margin-bottom: 40px;
}
.pedido-gracias p {
  font-size: 23px;
  line-height: 1.3;
}
.pedido-gracias h2 {
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.pedido-gracias strong {
  display: block;
  font-size: 25px;
  color: #3A932C;
  margin-bottom: 75px;
}
.pedido-gracias img {
  height: 70px;
}
.page-content.page-order-confirmation,
#content-hook_payment_return {
  display: none;
}

@media (max-width: 800px) {
  .pedido-gracias {
    padding: 50px 10%;
  }
}

.btn-nuevo-pedido {
  position: relative;
}
.btn-nuevo-pedido span {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -44%;
  color: #3b932a;
  font-size: 20px;
  font-weight: bold;
  width: 90%;
}

.btn-validar span,
.btn-pedido span {
  position: absolute;
  bottom:  15px;
  left:  50%;
  margin-left: -32%;
  color: #3b932a;
  font-size: 20px;
  font-weight: bold;
  width: 90%;
}

.user-info {
  display: none
}
.mensaje-email {
  position: fixed;
  bottom: 40px;
  left: 65px;
  z-index: 99;
  font-weight: bold;
}
.mensaje-email a {
  color: #009639;
}


  .header-app .titulo-header {
    margin-top: -8px;
  }
  .banderas-header {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    justify-content: center;
  }
  .banderas-header a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  .banderas-header img {
    height: 22px;
  }
  #_desktop_language_selector {
    display: none !important;
  }
  .pc3d_popup_buttons .button > svg {
    fill: white !important;
  }