/*******************************************************************
					Cart Block Styles
********************************************************************/
#header .shopping_cart {
    position: relative;
    float: right;
}

@media screen and (min-width: 1199px) {
    #header .shopping_cart {
        margin: -54px 208px 0 0;
    }
}

@media screen and (max-width: 1199px) {
    #header .shopping_cart {
        margin-top: 115px;
    }
}

@media screen and (max-width: 991px) {
    #header .shopping_cart {
        margin-top: 110px;
    }
}

@media screen and (max-width: 767px) {
    #header .shopping_cart {
        margin-top: 40px;
    }
}

@media screen and (max-width: 480px) {
    #header .shopping_cart {
        margin-top: 88px;
    }
}

#header .shopping_cart > a:first-child {
}

    #header .shopping_cart > a:first-child:after,
    #header .shopping_cart > a:first-child .after {
        content: "\f0dd";
        font-family: "FontAwesome";
        display: inline-block;
        float: right;
        font-size: 11px;
        color: #5d6371;
        padding: 16px 10px 0 0;
    }

#header .shopping_cart:hover > a:first-child {
}

    #header .shopping_cart:hover > a:first-child:after,
    #header .shopping_cart:hover > a:first-child .after {
        content: "\f0de";
        padding: 19px 10px 0 0;
    }

    #header .shopping_cart:hover > a:first-child:before,
    #header .shopping_cart:hover > a:first-child .before {
        color: #31353d;
    }

    #header .shopping_cart:hover > a:first-child span {
        color: white;
    }

.wrap_cart {
    padding-left: 1.8%;
    padding-right: 15px;
}

@media screen and (max-width: 767px) {
    .wrap_cart {
        padding: 0 15px;
    }
}

.shopping_cart {
    width: 220px;
    margin-left: 22px;
}

@media screen and (max-width: 767px) {
    .shopping_cart {
        width: 33.333%;
        margin: 0;
    }
}

@media screen and (max-width: 480px) {
    .shopping_cart {
        float: none;
        width: 100%;
    }
}

.shopping_cart > a:first-child {
    padding: 0;
    height: 54px;
    background: #25282d;
    display: block;
    font-weight: bold;
    color: #777777;
    overflow: hidden;
    margin-left: 9px;
}

    .shopping_cart > a:first-child span {
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        text-transform: uppercase;
        font: 400 12px/22px Arial, Helvetica, sans-serif;
        color: #fff;
        *float: left;
    }

        .shopping_cart > a:first-child span.ajax_cart_product_txt, .shopping_cart > a:first-child span.ajax_cart_product_txt_s {
            text-transform: none;
        }

    .shopping_cart > a:first-child b {
        color: white;
        font: 700 12px/22px Arial, Helvetica, sans-serif;
        padding: 0 1px 0 9px;
    }

@media screen and (max-width: 767px) and (min-width: 480px) {
    .shopping_cart > a:first-child b {
        display: none;
    }
}

.shopping_cart > a:first-child:before,
.shopping_cart > a:first-child .before {
    height: 54px;
    *height: 32px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: white;
    content: "\f07a";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 23px;
    line-height: 23px;
    color: #7ecefd;
    padding: 15px 18px 10px 14px;
    vertical-align: -5px;
    margin-right: 8px;
}

.shopping_cart .ajax_cart_total {
    display: none !important;
}

.shopping_cart .block_cart_expand, .shopping_cart .block_cart_collapse {
}

    .shopping_cart .block_cart_expand:after, .shopping_cart .block_cart_collapse:after,
    .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 {
}

    .shopping_cart .block_cart_collapse:after,
    .shopping_cart .block_cart_collapse .after {
        content: "\f0d8";
        padding: 4px 0 2px 0;
    }

@media screen and (min-width: 480px) {
    .lang_de .shopping_cart > a:first-child b,
    .lang_ru .shopping_cart > a:first-child b,
    .lang_es .shopping_cart > a:first-child b {
        display: none;
    }
}

.cart_block .cart_block_list .remove_link {
    position: absolute;
    right: 7px;
    top: 19px;
}

    .cart_block .cart_block_list .remove_link a,
    .cart_block .cart_block_list .ajax_cart_block_remove_link {
        color: #777777;
        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,
        .cart_block .cart_block_list .remove_link a .before,
        .cart_block .cart_block_list .ajax_cart_block_remove_link .before {
            display: inline-block;
            content: "\f057";
            font-family: "FontAwesome";
            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: 11px;
    border: 1px solid #efefef;
    padding: 9px;
    position: relative;
    background: white;
    padding: 4px;
}

    .cart_block .cart-images img {
        max-width: 100%;
        height: auto;
    }

.cart_block .cart-info {
    overflow: hidden;
    position: relative;
    padding-right: 25px;
}

    .cart_block .cart-info .product-name {
        padding-bottom: 5px;
    }

        .cart_block .cart-info .product-name a {
            font-size: 13px;
            line-height: 18px;
            display: inline-block;
        }

    .cart_block .cart-info .quantity-formated {
        display: inline-block;
        color: #9c9b9b;
        text-transform: uppercase;
        font-size: 10px;
        padding-right: 5px;
    }

        .cart_block .cart-info .quantity-formated .quantity {
            font-size: 15px;
        }

.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 #31353d;
    }

        .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 #efefef;
    font-weight: bold;
    padding: 10px 20px 22px 20px;
}

    .cart_block .cart-prices .cart-prices-line {
        overflow: hidden;
        border-bottom: 1px solid #515151;
        padding: 7px 0;
    }

        .cart_block .cart-prices .cart-prices-line.last-line {
            border: none;
        }

.cart_block .cart-buttons {
    overflow: hidden;
    display: block;
    padding: 20px 20px 10px 20px;
    margin: 0;
}

    .cart_block .cart-buttons .btn {
        font: 400 16px/22px "Open Sans", sans-serif;
        display: block;
        text-align: center;
        margin-bottom: 10px;
        color: white;
        border: 1px solid #9b9a9a;
        background: #72c0ed;
        padding: 5px 5px;
    }

        .cart_block .cart-buttons .btn span {
            background: #7ecefd;
            padding: 7px 7px;
            border: 1px solid white;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            .cart_block .cart-buttons .btn span:after,
            .cart_block .cart-buttons .btn span .after {
                display: none;
            }

        .cart_block .cart-buttons .btn:hover span {
            background: #66a9d0;
        }

/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
#header .cart_block {
    position: absolute;
    top: 54px;
    right: 0;
    z-index: 100;
    display: none;
    height: auto;
    background: #4a4f59;
    color: white;
    width: 270px;
}

@media screen and (max-width: 480px) {
    #header .cart_block {
        width: 100%;
    }
}

#header .cart_block dl a {
    color: white;
}

    #header .cart_block dl a:hover {
        color: #9c9b9b;
    }

#header .cart_block .cart_block_list .remove_link a,
#header .cart_block .cart_block_list .ajax_cart_block_remove_link {
    color: white;
    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 .price {
    color: white;
}

#header .cart_block dt {
    background: url(../../../img/cart-shadow.png) repeat-x;
}

    #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: white;
        }

#header .cart_block .cart-prices {
    border: none;
    background: #3e434b;
}

#header .cart_block .cart-buttons {
    background: #4a4f59;
}

#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;
}

.layer_invoice_overlay {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    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: white;
    position: absolute;
    display: none;
    z-index: 1000;
    width: 84%;
    margin-right: 8%;
    margin-left: 8%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#customerForm_layer {
    background-color: white;
    position: absolute;
    display: none;
    z-index: 1000;
    width: 64%;
    margin-right: 18%;
    margin-left: 18%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#layer_invoice {
    background-color: white;
    position: absolute;
    display: none;
    z-index: 1000;
    width: 84%;
    margin-right: 8%;
    margin-left: 8%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#layer_cart .layer_cart_product {
    padding: 30px 30px 30px 30px;
    *padding: 0px 0px 0px 0px;
    overflow: hidden;
    position: static;
}

#layer_cart .layer_invoice_product {
    padding: 30px 30px 30px 30px;
    overflow: hidden;
    position: static;
}

#layer_cart .layer_cart_product h2 {
    font: 400 23px/29px Arial, Helvetica, sans-serif;
    color: #46a74e;
    margin: 0 0 22px;
    padding-right: 100px;
}

@media screen and (max-width: 767px) {
    #layer_cart .layer_cart_product h2 {
        font-size: 18px;
        padding-right: 0;
        line-height: normal;
    }
}

#layer_cart .layer_cart_product h2 i {
    font-size: 30px;
    line-height: 30px;
    float: left;
    padding-right: 8px;
}

@media screen and (max-width: 767px) {
    #layer_cart .layer_cart_product h2 i {
        font-size: 22px;
        line-height: 22px;
    }
}

#layer_cart .layer_cart_product .product-image-container {
    border: 1px solid #efefef;
    padding: 9px;
    position: relative;
    background: white;
    padding: 5px;
    float: left;
    max-width: 178px;
    margin-right: 30px;
}

@media screen and (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: 38px 0 0 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 {
    background: #fafafa;
    border-left: 1px solid #efefef;
    *border-left: 0px;
    *left: 0px;
    padding: 21px 30px 170px 30px;
    *padding: 0px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
    position: relative;
}

@media screen and (min-width: 1200px) {
    #layer_cart .layer_cart_cart {
        min-height: 318px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #layer_cart .layer_cart_cart {
        min-height: 360px;
    }
}

@media screen and (max-width: 991px) {
    #layer_cart .layer_cart_cart {
        border-left: none;
        border-top: 1px solid #efefef;
    }
}

#layer_cart .layer_cart_cart h2 {
    font: 400 23px/29px Arial, Helvetica, sans-serif;
    color: #333333;
    border-bottom: 1px solid #efefef;
    padding-bottom: 13px;
    margin: 0 0 17px;
}

@media screen and (max-width: 767px) {
    #layer_cart .layer_cart_cart h2 {
        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: 0 30px 20px 30px;
}

    #layer_cart .layer_cart_cart .button-container .btn {
        margin-bottom: 10px;
    }

    #layer_cart .layer_cart_cart .button-container span.btn-md {
        margin-right: 5px;
    }

#layer_cart .cross, #layer_invoice .cross, #customerForm_layer .cross {
    position: absolute;
    right: 1px;
    top: 14px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #333333;
    z-index: 2;
}


#customerForm_layer .cross, #customerForm_layer .cross, #layer_cart .cross, #layer_invoice .cross {
}

    #customerForm_layer .cross:before, #customerForm_layer .cross:before, #layer_cart .cross:before, #layer_invoice .cross:before,
    #customerForm_layer .cross .before, #customerForm_layer .cross .before, #layer_cart .cross .before, #layer_invoice .cross .before {
        content: "\f057";
        display: block;
        font-family: "FontAwesome";
        font-size: 25px;
        line-height: 0px;
    }

    #layer_cart .cross:hover, #layer_invoice .cross:hover {
        color: #515151;
    }

#layer_cart p {
    padding: 0;
}

/************************************************************************
						Layer Cart Caroucel
*************************************************************************/
#layer_cart .crossseling .crossseling-content {
    border-top: 1px solid #efefef;
    padding: 26px 30px 40px 30px;
    position: relative;
}

#layer_cart .crossseling h2 {
    font: 400 23px/26px Arial, Helvetica, sans-serif;
    color: #333333;
    margin-bottom: 25px;
}

#layer_cart .crossseling #blockcart_list {
    max-width: 773px;
    width: 84%;
    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 0 0 0;
        }

            #layer_cart .crossseling #blockcart_list ul li .product-image-container {
                border: 1px solid #efefef;
                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: #333333;
        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,
        #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,
        #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,
        #layer_cart .crossseling #blockcart_list a.bx-next .after {
            content: "\f138";
        }

    #layer_cart .crossseling #blockcart_list .bx-controls {
        overflow: hidden;
    }


/*  popUp-box  */

#popup-box {
    display: none;
}

#adr-edit-field {
    display: none;
}

#popUp_layer_overlay {
    background-color: #000;
    display: block;
    height: 100%;
    left: 0 !important;
    opacity: 0.2;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

    ol > li {
        display: table;
        counter-increment: item;
        margin-bottom: 0.6em;
    }

        ol > li:before,
        ol > li .before {
            content: counters(item, ".") ". ";
            display: table-cell;
            padding-right: 0.6em;
        }

li ol > li {
    margin: 0;
}

    li ol > li:before,
    li ol > li .before {
        content: counters(item, ".") " ";
    }

#popup-box .terms-content {
    height: 450px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.credit-info-block {
    left: 20px;
    position: absolute;
    top: 10px;
}

.user-info-block {
    right: 20px;
    position: absolute;
    top: 10px;
}
