/*Cart*/
i.icon-trash:before {
  content: "delete";
  font-family: 'Material Icons';
  font-style: normal;
}
.blockcart .empty_cart {
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin-top: -20px;
}
#_desktop_cart .container_cart #cart-list .product-item.animate {
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: 2;
  -webkit-animation-name: parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 2;
}
@-moz-keyframes parpadeo{
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
@-webkit-keyframes parpadeo {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
@keyframes parpadeo {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
/*Numero de productos en el carrito*/
#header .header-top .cart-preview .cart-products-count {
  background: none;
  color: black;
  right: -18px;
  top: -2px;
  background: #365e80;
  border-radius: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  width: 18px;
  height: 18px;
}

body:not(#cart) #header .header-top #_desktop_cart:hover .cart-popup,
body:not(#cart) #header .header-top #_desktop_cart.hovered .cart-popup {
  right: 15px;
  top: 34px;
  position: fixed;
  -webkit-box-shadow: 5px 7px 46px -24px rgb(0 0 0 / 75%);
  -moz-box-shadow: 5px 7px 46px -24px rgba(0,0,0,0.75);
  box-shadow: 3px 7px 12px -3px rgb(0 0 0);
  opacity: 1;
  display: grid;
  padding: 15px;
  transition: 500ms;
  height: fit-content;
  border: 1px solid black;
}

.cart-popup {
    position: absolute;
    z-index: 9999;
    top: 65px;
    right: 15px;
    opacity: 0;
    background: white;
    height: 0px;
    padding: 0px 15px;
    width: 370px;
    box-shadow: 0 12px 24px 0 rgb(0 0 0 / 10%);
    overflow: scroll;
    color: #000;
    grid-template-rows: min-content max-content;
}

header span.close-popup {
    font-size: 0px !important
}

header span.close-popup:before {
  content: '';
  border-bottom: 1px solid #7d7d7d;
  width: 20px;
  display: inline-block;
  transform: rotate(45deg);
  margin-bottom: -2px;
  cursor: pointer;
}

header span.close-popup:after {
  content: '';
  border-bottom: 1px solid #888;
  width: 20px;
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: -20px;
  margin-bottom: -2px;
  cursor: pointer;
}

.cart-popup::-webkit-scrollbar {
  display: none;
}

.cart-popup .close-popup {
    position: absolute;
    right: 1.2rem;
    cursor: pointer;
    width: 35px;
    height: 35px;
    font-size: 38px;
    padding-top: 5px;
    top: 27px;
    text-align: center;
    display: none;
}

/*
.cart-popup .close-popup:before {
    content: '';
    border-bottom: 1px solid #000;
    width: 15px;
    display: inline-block;
    transform: rotate(45deg);
    margin-bottom: 7px;
    cursor: pointer;
}

.cart-popup .close-popup:after {
    content: '';
    border-bottom: 1px solid #000;
    width: 15px;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: -15px;
    margin-bottom: 7px;
    cursor: pointer;
}
*/
.cart-popup .title-popup {
    display: block;
    clear: both;
    font-size: 14px;
    color: #000;
    padding-bottom: 9px;
    margin-bottom: 4px;
    text-align: center;
    padding-top: 0px;
    font-weight: 600;
    line-height: initial;
    border-bottom: 1px solid #CDCDCD;
    margin-bottom: 12px;
    padding-bottom: 5px;
    text-align: left;
    font-size: 12px;
}

.cart-popup .icon-bag {
    font-size: 14px !important;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.cart-popup .products-container .product-item{
  background-color: #f6f6f6;
  margin-bottom: 8px;
  border: none;
}
.cart-popup .product-image {
  width: 24%;
  display: inline-block;
  vertical-align: top;
  padding-right: 8px;
  margin-right: 0px;
}
.cart-popup .product-line-info {
  width: 76%;
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding-left: 10px;
  line-height: initial;
}

.cart-popup .product-line-info .attributes {
  text-align: left;
}
.cart-popup .product-line-info .attributes .attribute .label {
  text-align: left;
  font-size: 11px;
  color: #7a7a7a;
  font-weight: bold;
}
.cart-popup .product-line-info .attributes .attribute .value {
  float: none;
  font-size: 12px;
  color: #7a7a7a;
}
.cart-popup .product-image img {
    width: 100%;
    margin: 0px;
}

.cart-popup .product-line-info .main-product {
    /*overflow:auto;*/
    overflow: hidden;
    position: relative;
}
.cart-popup .name_price_cart {
  width: 100%;
  float: left;
  padding-top: 0px;
  font-weight: 500;
  line-height: 9px;
  padding-right: 24px;
}

.cart-popup .name_price_cart a {
    color: black !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
}

.cart-popup.block-promo.promo-input+button {
  background-color: #009fe3;
  color: #fff;
  width: 109px;
  display: inline-block;
  vertical-align: middle;
  height: 33px;
  padding: 0px 0px;
  margin-top: 0px;
}
.cart-popup.block-promo .promo-input+button {
  background-color: #009fe3;
  color: #fff;
  width: 109px;
  display: inline-block;
  vertical-align: middle;
  height: 38px;
  padding: 0px 5px;
  margin-top: 0px;
}
.cart-popup .block-promo .promo-code {
  padding: 1.6rem;
  background: transparent;
}
.cart-popup .remove-cart-item-popup:before{
  content: '';
  border-bottom: 1px solid #000;
  width: 15px;
  display: inline-block;
  transform: rotate(45deg);
  margin-bottom: 7px;
  cursor: pointer;
}
.cart-popup .remove-cart-item-popup:after {
  content: '';
  border-bottom: 1px solid #000;
  width: 15px;
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: -15px;
  margin-bottom: 7px;
  cursor: pointer;
}
.cart-popup .remove_product_cart {
  width: 17px;
  float: left;
  padding-top: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}
div#promo-code.collapse.in {
    margin-top: -12px;
}
div#promo-code.collapse.in {
    margin-bottom: 10px;
}
a.collapse-button.promo-code-button {
    font-size: 12px;
    text-decoration: underline;
    width: 100%;
    font-weight: 600;
    cursor: pointer;
    text-align: right;
}
a.collapse-button.promo-code-button:hover {
    text-decoration: underline !important;

}

.cart-popup #display-voucher-form{
  font-weight: bold;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
  color: #000;
  text-align: right;
  margin-top: 0;
  margin-bottom: 8px;
  width: 100%;
}

.cart-popup #display-voucher-form:hover {
  text-decoration: underline;
}

.cart-popup .block-promo #cart_voucher .promo-code form{
  border: none;
}

.cart-popup .block-promo #cart_voucher {
  display: none;
  background: none;
  margin-top: 8px;
 }
@media(max-width: 1300px){
  .cart-popup .block-promo .promo-input {
    width: 74%;
    position: relative;
    border: none;
    border-bottom: 1px solid #000000;
    float: left;
    background: #fff;
    padding: 10px 0px 9px 0px;
    height: auto;
    color: #999;
    font-size: 12px;
    padding: 8px 0 2px 10px !important;
    color: #828280;
    border: 1px solid rgba(0,0,0,0.1);
    max-width: 100%;
    text-indent: 0px;
  }
}

@media(max-width: 991px){
  .cart-popup.open{
    text-align: left;
  }
  .cart-popup #display-voucher-form{
    font-size: 12px;
  }
  .cart-popup .products-container{

  }
  .cart-popup .icon-bag{
    top: .8rem;
  }
  .cart-popup {
    width: 90%;
  }
}
@media(max-width: 430px){
  .cart-popup  #display-voucher-form{
    font-size: 12px;
  }
  .cart-popup .products-container{
    /*   height: calc(100% - 440px);*/
  }
}
.cart-popup .block-promo #cart_voucher .promo-code form .discount_name{
  padding: 10px 0 9px 15px;
  color: #828280;
  border: 1px solid rgba(0,0,0,0.1);
}
.cart-popup .block-promo #cart_voucher .promo-code form > button{
  background: #000;
  color: #fff;
  font-size: 12px;
  height: 36px;
}
.cart-popup .product-price {
  display: inline-block;
  float: right;
  font-size: 16px;
  color: #000;
  margin-top: -8px;
  text-align: right;
}
.cart-popup span.price {
  font-weight:bold;
  font-size: 14px;
  color: #e00109;
}
.cart-popup span.regular-price {
  color: #3c3932;
  text-decoration: line-through;
  font-size: .875rem;
  display: block;
  line-height: 12px;
}
.cart-voucher .block-promo .promo-code-button {
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
  color: #000;
  text-align: right;
  margin-top: 0;
  margin-bottom: 8px;
  width: 100%;
}


.cart-popup .product-item.animate {
  animation-name: parpadeo;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: 2;
  -webkit-animation-name: parpadeo;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 2;
}

.cart-popup .product-item {
  width: 100%;
  overflow: hidden;
  padding: 20px 0px 0px 0px;
  border-bottom: 1px solid #cecece;
  font-size: 0px;
}
.cart-popup .products-container .product-item{
  padding: 10px;
  height: auto;
  margin: 0px;
  margin-bottom: 8px;
  border-radius: 5px;
  overflow: visible;
}
.cart-popup .products-container .product-item .product-description{
  border: none;
  text-align: left;
}

.cart-popup .products-container .product-item .product-description .product-quantity{
  background-color: white;
  border: 1px solid #a4a4a4;
  border-radius: 3px;
  /* float: left; */
}
.cart-popup .products-container .product-item .product-description .product-quantity span.quantity .quantity {
  width: 19px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  vertical-align: top;
}
.cart-popup .products-container .product-item .product-description .product-quantity span.quantity > * {
  vertical-align: top;
  display: inline-block;
  color: #3c3932;
  background: white;
}


.cart-bottom {
  margin-top: 15px;
  border-top: 1px solid #b5c9d0;
  position: initial;
  padding-top: 10px;
  width: 100%;
  padding-bottom: 0px !important;
  display: grid;
  align-items: end;
  grid-template-rows: 1fr auto;
}

.cart-popup .total .taxlabel {

}

.cart-bottom > div .name {
  font-size: 14px;
  font-weight: 400;
}
.cart-bottom > div {
  padding: 0 11px;
}

.shopping-buy {
  border: none;
  box-shadow: none;
  font-size: 13px;
  outline: none;
  padding: 9px 47px;
  color: white !important;
  display: block;
}
.cart-popup .cart-bottom .buy a:hover {
  /* background-color: #2ba1ba; */
}

.product-quantity > .quantity {
  display: grid;
  grid-template-columns: 25px auto 25px;
  text-align: center;
  /* border: 1px solid black; */
  width: fit-content;
}

.btn-subtract-cart,
.btn-add-cart{
  padding: 0px 5px;
  line-height: 1;
  vertical-align: top;
}

@media (max-width: 480px) {
  .cart-popup {
    width:100%;
    right: -480px;
  }
}

.cart-popup .block-promo:not(div.promo-code.collapse.in){
  /* margin-top: .6rem; */
  /* margin-bottom: -24px; */
}
.cart-popup .block-promo .promo-code {
  padding: 0px;
}
.cart-popup .block-promo .promo-input {
  width: 74%;
  position: relative;
  border: none;
  border-bottom: 1px solid #000000;
  float: left;
  background: #fff;
  padding: 10px 0px 9px 0px;
  height: auto;
  color: #999;
  font-size: 12px;
  padding: 8px 0 3px 10px;
  color: #828280;
  border: 1px solid rgba(0,0,0,0.1);
  max-width: 100%;
  text-indent: 0px;
}

.cart-popup .block-promo .promo-input:focus {
  outline: 0;
}
.cart-popup .block-promo button[type="submit"]:hover {

background: #2ba1ba !important;
}
.cart-popup .block-promo button[type="submit"] {
  text-align: center;
  text-decoration: none;
  position: relative;
  margin-left: 0px;
  display: inline-block;
  width: 26%;
  color: white !important;
  text-transform: capitalize;
  border: 1px solid #000000;
  padding: 8px 23px 8px;
  background: #fff;
  font-size: 12px;
  margin: 0px;
  background: #009fe3 !important;
  border: none;
  line-height: initial;
}

.cart-popup .value {
  float: right;
}

.cart-popup .cart-bottom > div {
  text-align: left;
  margin-top: 1px;
  padding: 0px;
}
@media(max-width: 767px) {
  .cart-popup .cart-bottom > div {
    margin-top: 5px;
  }
  .cms-id-4 .contenedor_guia_de_compra > .row{
    margin: 0px !important;
    padding: 0px !important;
  }
  .cms-id-4 .contenedor_guia_de_compra > .row .col-xs-12.col-md-6:last-child{
    padding: 0px;
    padding-bottom: 15px;
  }
}
.cart-popup .total {
  text-transform: uppercase;
  font-weight: bold;
}
span.conIVa {
  color: grey;
  font-size: 12px!important;
  line-height: initial!important;
  font-weight: 400;
}
@media(max-width: 480px) {
  .cart-popup .total {
    font-size: 16px;
  }
}
.cart-popup .cart-bottom .buy {
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
  padding: 0px;margin-top:15px;
  margin-bottom: 0px;
}
.cart-popup .cart-bottom > div.amazonPayButton {
  margin-bottom: 5px;
}
.products-container {
  overflow-y: auto;
}

.products-container::-webkit-scrollbar {
/*   display: none; */
}

.products-container::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.products-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.products-container::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.products-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.products-container {
    overflow-y: auto;
    margin: 0;
    max-height: 18rem;
}

@media (max-width: 480px) {
  .products-container {
    /*height: 140px;*/
  }
}

.cart-popup .product-description {
  border-bottom: 1px solid #cecece;
  padding: 8px 0px;
}

.cart-popup .product-quantity {
  display: inline-block;
}

.cart-popup .remove_product_cart img {
  width: 18.2px;
  height: 19.9px;
}

.cart-popup .products-container .name_price_cart a:hover {
  color: #000!important;
}

.cart-popup .fecha_estimada{
  /* padding:5px 0px; */
}
.cart-popup .fecha_estimada:before{
  content:"";
  display:inline-block;
  width:20px;
  height:14px;
  margin-right: 10px;
  background:url('/img/cms/camion.png') no-repeat;
  vertical-align: middle;
}
.cart-popup .fecha_estimada.feature-data span#status-sending {
    background: none;
    display: none !important;
}
html.openblockcartlateral {
  overflow: hidden;
}
.amazonpay-button-view1-gold {
  border: none!important;
  background: transparent!important;
}
section.cart-popup span.whole_price_attribute {
  display: block;
}
@media (max-width: 991px) {
  .cart-popup .close-popup {
    top: 1.5rem;
  }
  .cart-popup .title-popup {
    padding-top: 0px;
  }
  .cart-bottom{
    bottom: 8px;
  }
  .cart-popup .block-promo button[type="submit"] {
    padding: 9px 0px;
  }
}
.cart-popup .fecha_estimada {
  font-size: 10px!important;
}
/*/Cart*/
.cart-popup .cart-bottom > div:not(.total) .name, .cart-popup .cart-bottom > div:not(.total) {
  font-size: 12px;
  font-weight: normal;
}
.cart-popup .cart-bottom > div.total .with_tax, .cart-popup .cart-bottom > div.total .taxlabel {
  font-size: 13px;
  color: grey;
  text-transform: initial;
}
.cart-popup .cart-bottom > div.total .without_tax {
  font-size: 18px;
  color: #e00109;
}
.cart-popup .cart-bottom > div.total .name, .cart-popup .cart-bottom > div.iva .name {
  text-transform: initial;
  font-size: 14px;
  padding-left: 5px;
  line-height: initial;
  font-weight: 600;
}
.cart-popup .cart-bottom > div.iva .name {
  font-weight: 500;
  font-size: 12px;
}