/*******************************************************************
					Cart Block Styles
********************************************************************/

.carrito-header {
    display: inline-block;
}

#header .shopping_cart {
    position: relative;
    text-align: left;
}

.shopping_cart {
    /*width: 270px;*/
}

@media (max-width: 480px) {
    .shopping_cart {
        /*padding-top: 20px; */
    }
}

@media (max-width: 1200px) {
    .shopping_cart {
        margin: 0 auto;
        float: none;
        width: 100%;
    }
}

.shopping_cart>a:first-child {
    overflow: hidden;
}

@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 {
    color: #fff;
    font: 600 18px/22px "Open Sans", sans-serif;
    padding-right: 5px;
}

.shopping_cart .ajax_cart_total {
    display: none !important;
}

.shopping_cart .block_cart_expand:after,
.shopping_cart .block_cart_collapse:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    display: inline-block;
    float: right;
    font-size: 18px;
    color: #686666;
    padding: 6px 0 0 0;
}

.shopping_cart .block_cart_collapse:after {
    content: "\f0d8";
    padding: 4px 0px 2px 0px;
}

.cart_block .cart_block_list .remove_link a,
.cart_block .cart_block_list .ajax_cart_block_remove_link {
    color: #777;
    display: block;
    width: 100%;
    height: 100%;
}

.cart_block .cart_block_list .remove_link a:before,
.cart_block .cart_block_list .ajax_cart_block_remove_link:before {
    display: inline-block;
    content: ' ';
    width: 12px;
    height: 12px;
    background: url('../../../img/ico-close.png') no-repeat center center;
}

.cart_block .cart_block_list .remove_link a:hover,
.cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
    color: #515151;
}

.cart_block .cart-images {
    float: left;
    margin-right: 20px;
}

.cart_block .cart-info {
    overflow: hidden;
    position: relative;
    font-family: 'Gudea', sans-serif;
}

.cart_block .cart-info .product-name {
    padding-bottom: 5px;
    text-transform: uppercase;
    /*font-family: Arvo;*/
    font-family: 'Gudea', sans-serif;
    font-size: 12px;
    line-height: 18px;
}

.cart_block .cart-info .product-name a {
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    /*font-family: 'Arvo', serif;*/
    font-family: 'Gudea', sans-serif;
}

.cart_block .cart-info .quantity-formated {
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    padding-right: 5px;
}

.cart_block .cart-info .quantity-formated .quantity {
    font-size: 15px;
}

.cart_block .cart-info .product-cantidad {
    text-transform: lowercase;
    font-size: 14px;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.cart_block dl {
    margin-bottom: 0;
}

.cart_block dt {
    font-weight: normal;
    overflow: hidden;
    padding: 20px 10px 16px 20px;
    position: relative;
}

.cart_block dt:last-child {
    padding-bottom: 0;
}

.cart_block dd {
    position: relative;
}

.cart_block dd .cart_block_customizations {
    border-top: 1px dashed #333;
}

.cart_block dd .cart_block_customizations li {
    padding: 10px 20px;
}

.cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
    position: absolute;
    right: 10px;
}

.cart_block .cart_block_no_products {
    margin: 0;
    padding: 10px 20px;
}

.cart_block .cart-prices {
    border-top: 1px solid #d6d4d4;
    font-weight: bold;
    padding: 10px 20px 14px 20px;
}

.cart_block .cart-prices .cart-prices-line {
    overflow: hidden;
    /*border-bottom: 2px solid #000;*/
    padding: 2px 0;
    /*margin-bottom: 14px;*/
}

.blockcart-line-draw{
    width: 100%;
    border-bottom: 2px solid #000;
    padding: 7px;
}

.cart_block .cart-prices .cart-prices-line.last-line {
    border: none;
    margin-bottom: 0;
}

.cart_block .cart-buttons {
    overflow: hidden;
    padding: 0px 20px 10px 20px;
    margin: 0;
}

.cart_block .cart-buttons a {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
}

.cart_block .cart-buttons a#button_order_cart {
    margin-right: 0;
}

.cart_block .cart-buttons a#button_order_cart span {
    padding: 7px 0;
    font-size: 20px;
    border: solid 1px #000;
    background: #000;
    text-transform: uppercase;
    color: #fff;
}

/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/

#header .cart_block {
    position: absolute;
    top: 49px;
    right: 0;
    z-index: 100;
    display: none;
    height: auto;
    background: #fff;
    color: #000;
    width: 335px;
    border: 2px solid #000;
    font-family: Avro, Serif;
    overflow-y: scroll;
    max-height: 75vh;
}

@media (max-width: 480px) {
    #header .cart_block {
        width: calc(100vw - 30px);
        right: 0;
    }
}

@media (max-width: 1200px) {
    #header .cart_block {
        top: 46px;
    }
}

#header .cart_block a {
    color: #000;
}

#header .cart_block a.btn {
    color: #000;
}

#header .cart_block a:hover {
    /*color: #fff;*/
}

#header .cart_block a.btn:hover {
    color: #fff;
}

#header .cart_block .cart_block_list .remove_link a,
#header .cart_block .cart_block_list .ajax_cart_block_remove_link {
    color: #000;
    outline: none;
    text-decoration: none;
}

#header .cart_block .cart_block_list .remove_link a:hover,
#header .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
    color: #9c9b9b;
}

#header .cart_block a img {
    border: 2px solid #6a6a6a;
}

#header .cart_block .price {
    color: #000;
    /*font-size: 17px;
    font-family: 'Rokkitt', serif;*/
    font-size:15px;
    font-family: 'Gudea', sans-serif;
}

#header .cart_block dt.first_item {
    background: none;
}

#header .cart_block .product-atributes {
    padding-bottom: 5px;
    font-size: 11px;
}

#header .cart_block .product-atributes a {
    color: #9c9b9b;
}

#header .cart_block .product-atributes a:hover {
    color: #000;
}

#header .cart_block .cart-prices {
    border: none;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Gudea', sans-serif;
}

#header .block_content {
    margin-bottom: 0;
}

.cart_block #cart_block_summary,
.cart_block .title_block span,
#header .cart_block h4,
#header .cart_block .title_block,
#header .cart_block h4 {
    display: none;
}

.cart_block .cart_block_shipping_cost,
.cart_block .cart_block_tax_cost,
.cart_block .cart_block_vouchers,
.cart_block .cart_block_total,
.cart_block .cart_block_wrapping_cost {
    float: right;
}

.cart_block table.vouchers {
    clear: both;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.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;
}

.add-to-cart-container {
    position: relative;
}

.ajax_add_to_cart_button {
    transition: background 0.2s ease-in-out;
}

.add-to-cart-container.added .add-to-cart-action {
    background: #000000;
    color:#ffffff;
}

.add-to-cart-container .added_msg {
    display: none;
    position: absolute;
    width: 215px;
    text-align: right;
    right: 0;
    padding: 15px 0;
    top: 100%;
    background: #fff;
    z-index: 1;
}
@media (max-width: 768px) {
    .add-to-cart-container .added_msg {
        padding: 10px 0;
        right:-1px;
    }
}

.add-to-cart-container.added .added_msg {
    display: block;
}

#header .cart_block .cart-vouchers-line span.price {
    float: right;
    clear: both;
    margin: 2px 0;
}

#header .cart_block .cart-vouchers-line span:not(.price) {
    float: left;
    margin: 2px 0;
}
#header .cart_block .cart-vouchers-line {
    overflow: hidden;
}