/*******************************************************************
					Cart Block Styles
********************************************************************/

#header .shopping_cart {
    position: relative;
    padding-top: 27px;
}
.shopping_cart {
    width: 270px;
}
.shopping_cart .clubpricesshow_prices
{
    display: none
}
.ajax_cart_product_txt_s {
    margin-top: 40px;
    font-weight: 400;
    color: #1A1A1A;
    font-size: 19px
}
@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 {
    padding: 7px 10px 14px 40px;
    display: block;
    font-weight: 600;
    color: #4D4D4D;
    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;
    padding-right: 5px;
}
.shopping_cart > a:first-child:before {
    content: url(img/cart_page.png);
    display: block;
    position: absolute;
    left: 0;
}
.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 .ajax_cart_no_product
{
    position: relative;
    left: 10px;
    font-size
}
.shopping_cart .block_cart_collapse:after {
    content: "\f0d8";
    padding: 4px 0px 2px 0px;
}
.shopping_cart .cart_block_total {
    display: block;
    font-size: 20px;
    font-weight: 600;
}
.shopping_cart .ajax_cart_quantity,
.shopping_cart .ajax_cart_product_txt_s {
    font-weight: 300;
    font-size: 12px;
    color: #4D4D4D
}
.cart_block .cart_block_list dl {
    margin-bottom: 0
}
.cart_block .cart_block_list .remove_link {
    position: absolute;
    right: 10px;
    top: 19px;
}
.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;
    font-size: 18px;
    line-height: 18px;
}
.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;
}
.cart_block .cart-info .product-name {
    padding-bottom: 5px;
    margin-top: -4px;
}
.cart_block .cart-info .product-name a {
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    font-weight: 400;
    padding-right: 25px
}
.cart_block .cart-info .quantity-formated {
    display: inline-block;
    color: #9c9b9b;
    text-transform: uppercase;
    font-size: 8px;
    padding-right: 5px;
}
.cart_block .cart-info .quantity-formated .quantity {
    font-size: 13px;
}
.cart_block dt {
    font-weight: normal;
    overflow: hidden;
    padding: 20px 10px 16px 20px;
    position: relative;
}
.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 {
    font-weight: bold;
    padding: 8px 20px;
}
.cart_block .cart-prices .cart-prices-line {
    overflow: hidden;
    padding: 7px 0;
}
.cart_block .cart-prices .cart-prices-line.last-line {
    border: none;
}
.cart_block .cart-buttons {
    overflow: hidden;
    padding: 5px 20px;
    margin: 0;
}
.cart_block .cart-buttons a {
    float: right;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
}
.cart_block .cart-buttons a#button_order_cart {
    margin-right: 0;
    border: none;
}
.cart_block .cart-buttons a#button_order_cart span {
    padding: 7px 10px;
    font-size: 1.1em;
    border: solid 1px #0E80C1;
    background: #0E80C1;
    color: #fff;
}
.cart_block .cart-buttons a#button_order_cart:hover span {
    border: solid 1px #0070B8;
    background: #0070B8;
    color: #fff;
}
.freedelivery {
    color: #4D4D4D;
    background: #F3F3F3;
}
.freedelivery p {
    margin-bottom: 0;
    padding: 10px 8px 10px 40px;
    position: relative
}
.freedelivery p:before {
    font-size: 18px;
    color: #808080;
    margin-right: 10px;
    position: relative;
    top: 2px
}

/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/

#header .cart_block {
    position: absolute;
    top: 85px;
    right: 100px;
    z-index: 100;
    display: none;
    height: auto;
    background: #fff;
    color: #fff;
    width: 420px;
    border: 1px solid #CCCCCC;
}
@media (max-width: 480px) {
    #header .cart_block {
        width: 100%;
    }
}
@media (max-width: 767px){
    #header .cart_block
    {
        right: 0;
       
    }
}
@media (max-width: 1200px) {
    #header .cart_block {
        width: 100%;
    }
}
#header .cart_block a {
    color: #1A1A1A;
}
#header .cart_block a:hover {
    color: #c4c4c4;
}
#header .cart_block .cart_block_list .remove_link a,
#header .cart_block .cart_block_list .ajax_cart_block_remove_link {
    color: #AFAFAF;
    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: #DD3E1F;
}
#header .cart_block .price {
    color: #333333;
    font-size: 17px;
    font-weight: 400;
    float: right
}
#header .cart_block dt {
    border-bottom: 1px solid #D5D5D5
}
#header .cart_block dt.last_item {
    border-bottom: 1px solid #6F7172
}
#header .cart_block dt.first_item {
    background: none;
}
#header .cart_block .product-atributes {
    padding-bottom: 10px;
    font-size: 11px;
}
#header .cart_block .product-atributes a {
    color: #9c9b9b;
}
#header .cart_block .product-atributes a:hover {
    color: #fff;
}
#header .cart_block .cart-prices .price {
    font-weight: 600;
    font-size: 25px
}
#cart_block_shipping_text,
#header .cart_block .cart-prices .total_text {
    font-weight: 400;
    color: #1A1A1A;
    font-size: 18px;
    float: right;
    position: relative;
    right: 8px;
    top: 2px
}
#cart_block_shipping_text {
    font-size: 16px;	
}
#header .cart_block .cart-buttons {}
#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_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;
}

/*****************************************************************************
					Layer Cart Css
*****************************************************************************/

.layer_cart_overlay {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}
* html .layer_cart_overlay {
    position: absolute;
    left: 0;
    margin-left: -160px;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}
#layer_cart {
    background-color: #fff;
    position: absolute;
    display: none;
    z-index: 99;
    width: 68%;
    margin-left: 16%;
    margin-right: 16%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#layer_cart .layer_cart_product {
    padding: 30px 30px 30px 30px;
    overflow: hidden;
    position: static;
}
#layer_cart .layer_cart_product .title {
    display: block;
    margin-bottom: 22px;
    font-weight: 300;
    font-size: 23px;
    color: #1A1A1A;
    position: relative;
    padding-left: 130px;
    line-height: 1.5;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 30px
}

.layer_cart_product .title:before {
    content: '';
    background: #fff;
    background-image: url(img/add_success.png);
    background-size: 53px 48px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50%;
    display: block;
    width: 103px;
    height: 103px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
#layer_cart {
    background: url('img/main_pattern.jpg');
    background-size: 115px 115px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
#layer_cart .layer_cart_product {
    background: #fff;
    border-right: 1px solid #d6d4d4;
}
#layer_cart .layer_cart_product .product-image-container {
    max-width: 165px;
    padding: 5px;
    float: left;
    margin-right: 5px;
}
@media (max-width: 480px) {
    #layer_cart .layer_cart_product .product-image-container {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
#layer_cart .layer_cart_product .layer_cart_product_info {
    padding: 0;
}
#layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
    display: block;
    padding-bottom: 8px;
}
#layer_cart .layer_cart_product .layer_cart_product_info > div {
    padding-bottom: 7px;
}
#layer_cart .layer_cart_product .layer_cart_product_info > div strong {
    padding-right: 3px;
}
#layer_cart .layer_cart_cart {
    padding: 40px 30px 170px 30px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px 4px 4px 0px;
    position: relative;
}
@media (min-width: 1200px) {
    #layer_cart .layer_cart_cart {
        min-height: 318px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #layer_cart .layer_cart_cart {
        min-height: 360px;
    }
}
@media (max-width: 991px) {
    #layer_cart .layer_cart_cart {
        -moz-border-radius: 0px 0 4px 4px;
        -webkit-border-radius: 0px;
        border-radius: 0px 0 4px 4px;
        border-left: none;
        border-top: 1px solid #d6d4d4;
    }
}
#layer_cart .layer_cart_cart .title {
    display: block;
    color: #333;
    border-bottom: 1px solid #B1B1B1;
    padding-bottom: 13px;
    margin-bottom: 17px;
}
@media (max-width: 767px) {
    #layer_cart .layer_cart_cart .title {
        font-size: 18px;
    }
}
#layer_cart .layer_cart_cart .layer_cart_row {
    padding: 0 0 7px 0;
}
#layer_cart .layer_cart_cart .button-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 30px 20px 30px;
}
#layer_cart .layer_cart_cart .button-container .btn {
    background: #0E80BF;
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
}
#layer_cart .layer_cart_cart .button-container .btn:hover {
    background: #0070B8
}
#layer_cart .layer_cart_cart .button-container .continue {
    margin-bottom: 10px;
    background: #FF5023;
    color: #fff;
}
#layer_cart .layer_cart_cart .button-container .continue:hover {
    background: #DD3E1F
}
#layer_cart .layer_cart_cart .button-container span.exclusive-medium {
    margin-right: 5px;
}
#layer_cart .layer_cart_cart .button-container span.exclusive-medium i {
    padding-right: 5px;
    color: #777777;
}
#layer_cart .cross {
    position: absolute;
    right: 7px;
    top: 8px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #333;
    z-index: 2;
}
#layer_cart .cross:before {
    content: "\f057";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 25px;
}
#layer_cart .cross:hover {
    color: #515151;
}
#layer_cart .continue {
    cursor: pointer;
}
#layer_cart p {
    padding: 0px;
}

/************************************************************************
						Layer Cart Caroucel
*************************************************************************/

#layer_cart .crossseling .crossseling-content {
    border-top: 1px solid #d6d4d4;
    padding: 26px 30px 40px 30px;
    position: relative;
    background: #fff
}
#layer_cart .crossseling h2 {
    color: #333;
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 22px
}
#layer_cart .crossseling #blockcart_list {
    /* max-width: 773px; */
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#layer_cart .crossseling #blockcart_list ul {
    display: block;
}
#layer_cart .crossseling #blockcart_list ul li {
    float: left;
    width: 178px;
    margin: 0 0px 0 0;
    border: 1px solid #d6d4d4;
    text-align: center;
    padding-bottom: 20px
}
#layer_cart .crossseling #blockcart_list ul li .product-image-container {
    text-align: center;
    padding: 5px;
    margin-bottom: 15px;
}
#layer_cart .crossseling #blockcart_list ul li .product-image-container img {
    width: 100%;
}
#layer_cart .crossseling #blockcart_list ul li .product-name {
    padding-bottom: 5px;
}
#layer_cart .crossseling #blockcart_list ul li .product-name a {
    font-size: 15px;
    line-height: 20px;
}
#layer_cart .crossseling #blockcart_list a.bx-prev,
#layer_cart .crossseling #blockcart_list a.bx-next {
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    color: #333;
    text-indent: -5000px;
    position: absolute;
    top: 45%;
    margin-top: -20px;
}
#layer_cart .crossseling #blockcart_list a.bx-prev:after,
#layer_cart .crossseling #blockcart_list a.bx-next:after {
    display: block;
    text-indent: 0;
}
#layer_cart .crossseling #blockcart_list a.bx-prev:hover,
#layer_cart .crossseling #blockcart_list a.bx-next:hover {
    color: #c0c0c0;
}
#layer_cart .crossseling #blockcart_list a.bx-prev.disabled,
#layer_cart .crossseling #blockcart_list a.bx-next.disabled {
    display: none;
}
#layer_cart .crossseling #blockcart_list a.bx-prev {
    left: 5%;
}
#layer_cart .crossseling #blockcart_list a.bx-prev:after {
    content: "\f137";
}
#layer_cart .crossseling #blockcart_list a.bx-next {
    right: 5%;
}
#layer_cart .crossseling #blockcart_list a.bx-next:after {
    content: "\f138";
}
#layer_cart .crossseling #blockcart_list .bx-controls {
    overflow: hidden;
}
@media (max-width: 1199px) {
    .shopping_cart > a:first-child {
        padding: 0
    }
    .shopping_cart > a:first-child:before {
        right: 0;
        left: auto;
        bottom: -10px
    }
}
@media (max-width: 991px) {
    .shopping_cart > a:first-child {
        text-align: center
    }
    .shopping_cart {}
    #header .cart_block {
        width: 420px
    }
    .shopping_cart > a:first-child:before {
        right: auto;
        left: 0;
        bottom: auto
    }
}

@media (max-width: 767px) {
    #layer_cart .layer_cart_product .title {
        font-size: 18px;
        padding-right: 0;
        line-height: normal;
        padding-left: 0px;
        text-align: center
    }
    .layer_cart_product .title:before
    {
        position: static !important;
            margin: 15px auto 15px;
    }
    #layer_cart
    {
           margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    }
    #layer_cart .layer_cart_product .product-image-container
    {
        margin: 0 auto;
    }
    #layer_cart .layer_cart_product
    {
        padding: 10px
    }
    #layer_cart .layer_cart_cart .button-container
    {
        bottom: 25px
    }
    .layer_cart_product_info
    {
        padding-left: 15px !important;
        padding-bottom: 10px !important
    }
    #layer_cart .crossseling h2
    {
        text-align: center;
        font-size: 18px;
    }
    #header .shopping_cart
    {
        padding-top: 25px
    }
    .shopping_cart .cart_block_total
    {
        font-size: 16px;
        position: relative;
        left: 10px
    }
     #header .cart_block
    {
        right: 0;
        width: 300px
    }
    #header .cart_block .cart-prices .price
    {
        font-size: 17px
    }
    .shopping_cart .cart_block_total
    {left: 0}

    .shopping_cart .ajax_cart_no_product {
        left: 0;
    }
}

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