/* Special style for block cart*/
#left_column #cart_block, #right_column #cart_block {
}
#header  #cart_block h4 {
	font-family: 'DidotLTPro-Italic';
border-bottom: 1px solid #ccc;
padding: 15px;
padding-bottom: 10px;
font-size: 20px;
text-transform:capitalize;
text-align:center;
background-color: #FFFFFF;
}
#header #cart_block {
	
	display:none;
	position: absolute;
	right: 40px;
	top: 43px;
	height: auto;
	width: 300px;
font-size: 11px;
	border:1px solid #eee;
	background:#fff;
	z-index: 100000000;
}

#shopping_cart {
  right: 10px;
}

#cart_block.cart_block_hover {display:block}
#cart_block h4 span {
	float: right;
	padding-left: 10px;
	text-transform: none;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer
}

#cart_block  .block_content {background-color: #FFFFFF;}
#cart-buttons {
padding: 12px;
text-align: center;
}
#cart_block #cart_block_summary {display:none}
#cart_block .quantity-formated {
	display:inline-block;
	margin-right:5px;
	min-width:18px;
}

#cart_block .remove_link {
	margin-left: -10px;
    margin-top: 5px;
    color: #999;
}
#cart_block .remove_link a {
	    text-align: left;
    color: #999;
    font-size: 10px;
}

#cart_block .remove_link a:hover {
	text-decoration:underline;
}
span.trash {

    font-size: 12px;
        z-index: 1;
    margin-right: 2px;
    position: absolute;
    left: 0;
    bottom: 15px;
}
div#precio-total {
    font-size: 11px;
    font-weight: 500;
    color: #999;
    text-align: right;
    position: absolute;
    right: 0;
    top: 60px;
}
#cart_block .price {
	
    font-size: 13px;
    color: #000;	  
}

#cart_block #cart_block_list dl {
	padding: 12px;
    padding-top: 0;
}
#cart_block #cart_block_list dt {
        padding: 15px 0;
    border-bottom: 1px solid #f8f8f8;
    position: relative;
    display: inline-block;
    width: 100%;
}
.yotpo.testimonials {
    z-index: 1!important;
}
#cart_block #cart_block_list dt a {}
#cart_block #cart_block_list dd {
	margin-left:20px
}
#pestaña-carrito  .cantidad:after {
    content: "";
    
}
#cart_block #cart-prices {
	padding:10px 12px;
	line-height:20px;
	font-weight:500;
	border-bottom: 2px solid #f8f8f8;
    border-top: 2px solid #f8f8f8;
	
}
#cart_block #cart_block_shipping_cost,
#cart_block #cart_block_total {
	float:right
}
#cart_block #cart_block_shipping_cost {}

#cart_block #cart-buttons .button_small {display:none;}
#cart_block #cart-buttons  #button_order_cart {
	    border-radius: 0;
	    padding: 15px 50px;
	    width: 100%;
	    box-sizing: border-box;
	    color: white !important;
}

#cart_block #cart-buttons #button_order_cart:hover {
    color: #000 !important;
}

#cart_block table#vouchers {
	clear: both;
	width:100%
}
#cart_block table#vouchers tr td{
	padding: 2px;
}
#cart_block table#vouchers tr td.quantity{
	margin-right:5px;
	min-width:18px
}
#cart_block table#vouchers tr td.delete{
	padding-left: 0;
	padding-right: 0;
	text-align: right;
	width: 15px;
}

/* Let's get this party started */
#cart_block ::-webkit-scrollbar {
    width: 5px;
}
 
/* Track */
#cart_block ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
#cart_block ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
#cart_block ::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.4); 
}

span#block_cart_collapse {
  font-family: arial;
  font-size: 11px;
  position: absolute;
  right: 10px;
}

#carrito_lateral {
    position: fixed;
    top: 70px;
    background: #fff;
    z-index: 99999999;
    right: -500px;
    height: 100%;
	height: calc(100% - 70px);
	width: 500px;
	box-shadow: rgba(0, 0, 0, 0.8) -1px 1px 5px -2px;
	transition: height .75s,
	            top .75s, 
	            right 0.3s ease-in-out;

}
#carrito_lateral .bottom {height:160px}
#carrito_lateral dl.products {
	max-height: 80%;
    height: 80%;
	height: calc(100% - 240px);
    overflow-y: scroll;
	padding-top:20px;
}
#carrito_lateral h4 {
    text-align: center;
    text-transform: initial!important;
    font-weight: 100;
    font-size: 40px!important;
    line-height: 45px;
    margin-top: 20px;
    margin-bottom: 0px;
    border-bottom: 2px solid #f8f8f8;
	height: 70px;
	font-family: 'hk_grotesklight';
	box-sizing: border-box;
}

span#carrito-close {
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 26px;
    color: #000;
	display:none;
    cursor: pointer;
	transition: top .75s;
}

.price_unit {
   position: absolute;
    left: 80px;
    top: 60px;
    font-size: 13px;
    font-weight: 500;
}


a.cart_block_product_name {
    font-size: 13px;
    font-weight: 300;
	    height: 15px;
    overflow: hidden;
    display: block;
	font-family: 'hk_grotesklight';
}
#carrito_lateral span.comb_2 {
    display: none;
}
span.cart-combination {
    position: absolute;
    top: 30px;
    left: 80px;
    font-weight: 500;
}

.price_unit span {
    color: #999;
    font-size: 11px;
}
.cart-combination .size {
    color: #999;
    font-size: 11px;
}

div#cart_left {
       float: left;
    width: 80px;
    text-align: center;
}
#cart_block_list img {
    width: 60px;
    float: left;
    margin-bottom: 5px;
    
}

div#pestaña-carrito {
    top: 0;
    right: 0;
    transition: padding .75s;
    width: 52px;
    height: 47px;
    position: fixed;
    padding-top: 15px;
	cursor: pointer;
	z-index: 10000000;
}
#pestaña-carrito .cont {
    background-image: url('/themes/alysum_2.0/img/bag.png');
    background-repeat: no-repeat;
    background-position: 14px 7px;
    background-position-y: 7px;
    background-size: 28px auto;
    width: 52px;
    height: 47px;
    text-align: center;
    padding-top: 11px;
    background-position-x: 14px;
   
    border-right: none;
    box-sizing: border-box;
	opacity: 0.8!important;
}
#pestaña-carrito .cont:hover {
    
	opacity: 1!important;
	background-repeat: no-repeat;
	background-position: 14px 7px;
    background-position-y: 7px;
    background-size: 28px auto;
	background-position-x: 14px;

}
#carrito_lateral .cart_quantity_button {
    left: 55%;
    position: absolute;
    width: 66px;
    margin-left: -33px;
    text-align: center;
    font-weight: 500;
    top: 60px;
}
#carrito_lateral .cart_quantity_button .texto{
    color:#999;
}

a.cart_quantity_abajo {
    float: left;
}
a.cart_quantity_arriba {
    float: right;
}
span.quantity {
    font-size: 13px;
}
#cart-prices span.label {
    font-weight: 300;
    font-size: 13px;
	font-family: 'hk_grotesklight';
}
#cart-prices span.total {
    
    font-size: 18px;
}
span#cart_block_total {
    font-size: 18px!important;
}
div.codigos {
    border-bottom: 1px solid #f8f8f8;
    padding: 15px 0;
    position: relative;
}
.block_content .name {
    font-size: 13px;
    font-weight: 300;
    height: 15px;
    overflow: hidden;
    display: block;
    width: 150px;
}
.block_content .delete {
    position: absolute;
    left: 160px;
    top: 15px;
}
.block_content #vouchers .price {
    position: absolute;
    right: 0;
    top: 15px;
    font-weight: 500;
}
a.delete_voucher {
    color: #999;
    font-size: 10px;
}
.codigos span.trash {
    bottom: 0px;
    position: relative;
}
div#total_cantidades {
    text-align: center;
    position:relative;
}
div#total_cantidades div {
    left: 55%;
    position: absolute;
    width: 100px;
    margin-left: -55px;
    text-align: center;
    font-weight: 500;
    padding: 15px;
    box-sizing: border-box;
}
span#total_cantidades_int {
    font-size: 13px;
    font-weight: 500;
}
span.texto_cant {
    color: #999;
    font-weight: 500;
}
@media (max-width: 600px){
#carrito_lateral {
    position: fixed;
    background: #fff;
    z-index: 999999999999999;
    right: -320px;
    width: 320px;
    box-shadow: rgba(0, 0, 0, 0.8) -1px 1px 5px -2px;
    transition: height .75s,
	            top .75s, 
	            right 0.3s ease-in-out;
}
#cart_block_list img {
    margin-bottom: 25px;
}
#carrito_lateral .cart_quantity_button {
    left: 60%;
}
#carrito_lateral dl.products {
    
    height: calc(100% - 210px);
   
}
#carrito_lateral h4 {
    font-size: 30px!important;
    margin-top: 10px;
    height: 50px;
}
div#pestaña-carrito {
    background-color: rgba(255,255,255,0.8);
	    width: 41px;
    height: 40px;
    
}
#pestaña-carrito .cont {
        background-image: url('/themes/alysum_2.0/img/bag.png');
    background-repeat: no-repeat;
    background-position: 5px 7px;
    background-position-y: 7px;
    background-size: 24px auto;
    width: 41px;
    height: 40px;
    text-align: center;
    padding-top: 12px;
    background-position-x: 5px;
	padding-right: 6px;
}
#pestaña-carrito .cont:hover {
        background-image: url('/themes/alysum_2.0/img/bag.png');
    background-repeat: no-repeat;
    background-position: 5px 7px;
    background-position-y: 7px;
    background-size: 24px auto;
    width: 41px;
    height: 40px;
    text-align: center;
    padding-top: 12px;
    background-position-x: 5px;
	padding-right: 6px;
}

}