/*******************************************************************
					Cart Block Styles
********************************************************************/
#header .shopping_cart {
position: relative;
float: right;
}
#header .shopping_cart > a:first-child:after {
	content: "\f0d7";
	font-family: "FontAwesome";
	display: inline-block;
	float: right;
	font-size: 18px;
	color: #fff;
	padding: 0;
}
#header .shopping_cart > a:first-child:hover:after {
	content: "\f0d8";
	padding: 0px;
}

.shopping_cart {
  width: 160px;
  margin-left: 25px;
}

.shopping_cart > a:first-child {
	padding: 0;
	display: block;
	overflow: hidden;
	color: #fff;
}
.shopping_cart .ajax_cart_total{
    margin-left: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .shopping_cart > a:first-child span.ajax_cart_product_txt, .shopping_cart > a:first-child span.ajax_cart_product_txt_s {
        display: none !important;
    }
}
.shopping_cart > a:first-child b {
    padding-right: 5px;
}


/*******************************************************************
			Cart Block(Header) Styles
********************************************************************/
#header .cart_block {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 100;
    display: none;
    height: auto;
    background: #FFF;
    width: 280px;
    padding: 10px;
		border: 1px solid #BED6D6;
    border-top: none;
		color: #858383;
}
#header .cart_block a {
	color: #858383;
}
.cart_block_list{

}
.cart_block_list .products{
    float: left;
    width: 100%;
	margin-bottom: 5px;
}
.cart_block_list .products dt{
	float: left;
    width: 100%;
    margin-bottom: 5px;
    border-bottom: solid 1px #FFF;
    padding-bottom: 5px;
    position: relative;
}
.cart_block_list .products .cart-images{
	float: left;
    width: 40%;
}
.cart_block_list .products .cart-images img{
    max-width: 98%;
    height: auto;
}
.cart_block_list .products .cart-info{
    float: left;
    width: 50%;
}
.cart_block_list .products .cart-info .product-name{
    font-size: 13px;
    text-transform: uppercase;
}
.cart_block_list .products .cart-info .cart_block_product_name{
    font-size: 13px;
    margin-left: 5px;
    text-transform: uppercase;
}
.cart_block_list .products .remove_link{
    position: absolute;
    right: 5px;
    top: 10%;
    font-size: 16px;
}
.cart_block_list .products .price{
    float: right;
    width: 100%;
    text-align: right;
    font-weight: 400;
}
.cart_block_list .cart-prices{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.cart_block_list .cart-prices .cart-prices-line{
    float: left;
    width: 100%;
    font-weight: 600;
}
.cart_block_list .cart-prices .cart-prices-line .cart_block_total {
    float: right;
}
.cart_block_list .cart-prices .cart-prices-line span{
    float: left;
    text-transform: uppercase;
}
.cart_block_list .cart-buttons{
    float: left;
    width: 100%;
}
.cart_block_list #button_order_cart, .cart_block_list #button_view_cart{
    float: right;
    background: none;
    color: #858383;
    border: solid 1px #858383;
    border-radius: 20px;
}
.cart_block_list #button_view_cart{
    float: left;
}
.cart_block_list #button_order_cart:hover, .cart_block_list #button_view_cart:hover{
    color: #fff;
    background-color: #858383;
}
.product-atributes .attribute{
    float: left;
    line-height: 20px;
    height: 20px;
    width: 100%;
	font-weight: 400;
}
.product-atributes .attribute span{
    float: left;
    margin-right: 5px;
}
.product-atributes .attribute .color_content_box{
    width: 18px;
    height: 18px;
    padding: 1px;
    border: solid 1px;
}

@media(max-width: 768px){
    #header .shopping_cart {
        position: absolute;
        right: 0;
        top: 15px;
        width: 46px;
    }

    #header .shopping_cart > a > img,
    #header .shopping_cart > a > span,
    #header .shopping_cart > a:first-child:after{
        display: none;
    }
    #header .shopping_cart span.content_qties{
        display: block;
        background: url('../../../img/bolsa_compra_pie.png') no-repeat left center;
        padding-left: 25px;
        line-height: 20px;
        font-size: 16px;
        background-size: 20px;
        color: #fff;
        font-weight: bold;
    }

    #header .cart_block {
        display: none;
        top: 35px;
        height: 500px;
        overflow-y: scroll;
        max-height: 80vh;
    }
    #header .cart_block > .block_content {
        height: 100%;
    }
    #header .cart_block > .block_content > .cart_block_list {
        position: relative;
        overflow: scroll;
        height: 100%;
    }

    .ajax_cart_block_remove_link{
        padding: 5px 0 10px 10px;
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    #header .cart_block {
        top: 56px;
    }
    #header .shopping_cart{
        top: -7px;
    }
}

/*# sourceMappingURL=blockcart.css.map */
