/*Css para el carrito con hover*/

.container_cart {
	width:320px;
	background:white;
	border:1px solid black;
	position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    min-height:320px;
    top:45px;
}
.container_cart .product-image {
	width:35%;
	float:left;
}
.container_cart .name_price_cart {
	width:55%;
	float:left;
	padding-top:15px;
}
.container_cart .remove_product_cart {
	width:10%;
	float:left;
	    padding-top: 15px;
}
.container_cart a.shopping-buy {
    text-transform: uppercase;
    border: 1px solid black;
    padding: 8px 80px;
}
.container_cart a.shopping-buy:hover, .container_cart a.product-name:hover, .container_cart .remove_product_cart a:hover {
	color:black !important;
}
.container_cart .cart-bottom {
    padding: 30px 0px;
    text-align: center;

}
#header .header-top .blockcart {
    cursor: pointer;
}
#header .header-top .blockcart a {
    display: inline-block;
    padding-right: 15px;
}
.container_cart section#cart-list .product-item {
	width: 100%;
    overflow: hidden;
    padding: 20px 0px;
}
.container_cart .product-price {
    display: block;
    padding-top: 15px;
}
.container_cart span.price {
	font-size:18px
}
.container_cart a.product-name {
    
}
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: #123341;
    right: -20px;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.65px;
    top: 0px;
}

.cart-popup.open {
    transition: right 300ms ease-in-out;
    right: 0;
}

.cart-popup {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -470px;
    width: 460px;
    height: 100vh;
    background-color: white;
    padding: 20px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
    transition: right 300ms ease-in-out;
	overflow: scroll;
}

.cart-popup::-webkit-scrollbar {
    display: none;
}

.cart-popup .close-popup {
    float: right;
    height: 15px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}

.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: 20px;
    color: #000;
    padding-bottom: 9px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 25px;
}

/*.cart-popup a.shopping-buy {
    text-transform: uppercase;
    border: 1px solid black;
    padding: 8px 80px;
}*/

.cart-popup .product-image {
    width: 30%;
    float: left;
    margin-right: 13px;
}

.cart-popup .product-image img {
    width: 100%;
}
.cart-popup .name_price_cart {
	width:55%;
	float:left;
	padding-top:15px;
}
.cart-popup .name_price_cart a span{
    font-size: 12px;
    color: gray;
}
.cart-popup .remove_product_cart {
	width:10%;
	float:left;
	    padding-top: 15px;
}

.cart-popup .product-price {
    display: block;
    padding-top: 15px;
}

.cart-popup .quantity-controls {
    padding-top: 15px;
}
.cart-popup .quantity-controls .product-price {
    padding-top: 0px;
    display: inline-block;
    float: right;
}
.cart-popup .quantity-controls .btn-subtract-cart,
.cart-popup .quantity-controls .btn-add-cart{
    padding: 0px 5px;
    line-height: 1;
    vertical-align: top;
}

.cart-popup span.price {
	font-size:18px
}

.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:10px 0px;
}

.cart-bottom {
    margin-top: 30px;
}

.shopping-buy {
    border: none;
    box-shadow: none;
    font-size: 14px;
    outline: none;
    color: black!important;
    line-height: inherit;
    width: 100%;
    letter-spacing: 2px;
    border-radius: 15px;
    background-color: #afdad2;
    max-width: 220px;
    display: block;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    z-index: 2;
        text-align: center;

}
.shopping-buy:hover {
    background-color: #eaeaea;
}
html.openblockcartlateral {
    overflow: hidden;
}
@media (max-width: 480px) {
	.cart-popup {
	    width: 100vw;
	    right: -480px;
	}
}

section.cart-bottom .buy {
    position: relative;
    height: 44px;
}
section.cart-bottom .buy .background-layer {
    max-width: 220px;
    margin: 0 auto !important;
    right: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    background: #08a48f;
    border-radius: 20px;
    position: absolute;
    top: 2px;
    z-index: 1;
    display: block;
}
