.frontend-shop-item-buy{margin-left:10px}
.table-responsive.cart-details {
    margin-top: 45px;
}

.cart-details table tbody td {line-height: 50px; height: 50px;}
.cart-table thead th{
    color: #473742;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 0;
    height: 20px;
    line-height: 20px;

}
.cross-icon {
    margin-top: 11px;
}
.cart-thumb {
    width:60px;
    text-align: left;
}
.cart-thumb img { width: 50px;}
.cart-product-title {


    text-align: left;

    /*width: 65%;
    float: left;*/
}
.cart-product-title > a h2 {
    color: black;
    font-size: 11px;
}
.cart-price > h2,
.cart-quantity > h2,
.cart-total > h2 {
    color: #473742;
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
}

.cart-details tbody {
    text-align: center;
}
.cart-details tbody td {
    /*padding: 18px 0 !important;*/
}
.table-head.delete {
    /*margin-left: 5px;*/
}
.go-check-out {
    margin-bottom: 70px;
    margin-top: 44px;
}
.btn.gocheckout {
    background: #99b568 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 700;
    height: 40px;
    padding: 10px 0;
    width: 130px;
    margin-left: 43px;
}
.btn.gocheckout:hover {
    color: #fff;
    border-color: #573c42;
    background: #573c42;
}
.subtotal {
    border: 2px solid #f6f4f4;
    padding: 50px 43px;
    text-align: center;
    width: 500px;
    max-width: 100%;
    display: inline-block;
}
.subtotal h2{
    font-weight: bold;
}
.subtotal span{
    margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.cart-packet-info{
    font-size: 12px;
    line-height: 14px;
    font-style: italic;
}

.subtotal>.row{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.subtotal>.row>div:nth-child(1){
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.subtotal>.row>div:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.subtotal-footer {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #f6f4f4;
}

.address-name {
    margin-bottom: 18px;
    margin-top: 32px;
}
.sub-total {
    color: #473742;
    /*font-family: "Open Sans";*/
    font-size: 14px;
}
.sub-total > span {

    font-style: italic;
    font-weight: bold;
    display: inline-block;
    margin-top: 8px;
    font-size: 16px;
}


.cart-position-controler {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal;
    height:50px;
}
.cart-position-controler>*{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.cart-position-controler .button-item {
    -webkit-flex: 0 1 30px;
    -ms-flex: 0 1 30px;
    flex: 0 1 30px;
}

.cart-position-controler .input-item {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

}
.input-item input{
    border-right: 0px;
    border-left: 0px;
    border-radius: 0px;
    outline:0px !important;
    -webkit-appearance:none;
    height: 30px !important;
    box-shadow: none;
}
.input-item input:focus{
    box-shadow: none;
}

.button-item a{
    height:30px;
    width:30px;
    line-height: 30px;
    padding: 0px;
    text-align: center;
}
.button-item .increase{
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;

}

.button-item .decrease{

    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
#cart-address-form .form-group{
    margin-left: 0px;
    margin-right: 0px;
}

#fieldset-shipmant{
    margin-top: 20px;
}

#confirm-payment{
    border: 1px solid red;
    background: #ffdddd;
    display: inline-block;
    padding: 10px;
}


.cart-dropdown {
    position: absolute;
    background-color: #fff;
    border: 5px double #e1e1e1;
    top: 100%;
    display: block;
    visibility: hidden;
    opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    right: 0;
    min-width: 270px;
    padding: 5px;
    line-height: 20px;
    -webkit-transition: all .3s .1s;
    -moz-transition: all .3s .1s;
    -o-transition: all .3s .1s;
    transition: all .3s .1s;
    z-index: 4000;
    font-size: 14px;
    font-weight: normal;
}
.header-cart{
    text-align: center;
    position: relative;
    display:inline-block;
}
.header-cart:hover .cart-dropdown{
    top: 100%;
    visibility: visible;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.cart-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e1e1e1;
    position: absolute;
    top: -15px;
    right: 10px;
}
.header_cart_list .item{
    margin-bottom: 10px !important;
}
.header_cart_list .item img{
    width: 48px;
    height: auto;
    margin-left: 0;
    margin-right: 10px;
    border: 1px solid #ebebeb;
    margin-top: 10px;
}
.header_cart_list .item:hover img{
}
.cart-title{
    text-decoration: none;
}
.cart-thumbnail,
.cart-content{
    float: left;
}
.cart-content{
    width: 190px;
    overflow-x: hidden;
}
.cart-meta{
    min-height: 20px;
    width: 170px;
}
.cart-meta .remove{
    float: left;
    color: #959595;
    font-size: 11px;
    text-decoration: line-through;
    font-weight: 300;
}
.cart-meta .remove .halflings:before{
    color: #959595;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
.cart-meta .remove:hover{
    text-decoration: none;
}
.cart-meta .remove:hover .halflings:before{
    color: #555;
}
.cart-meta .quantity{
    float: right;
    width: 120px !important;
    text-align: right;
    overflow: hidden;
    padding: 0 !important;
}
.cart-meta .quantity .amount{
}
.cart-content .variation{
    margin: 0;
    font-size: 11px;
}
.cart-content .variation dt {
    clear: left;
    float: left;
    margin-right: 0.25em;
}
.header_cart_footer{
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.header_cart_footer .total{
    min-height: 20px;
}
.header_cart_footer .total strong{
    float: left;
    color: #959595;
}
.header_cart_footer .total span{
    float: right;
    font-weight: 900;
    text-decoration: none;
}

.cart-content {
    width: 170px;
    overflow-x: hidden;
}

.cart-thumbnail, .cart-content {
    float: left;
}

.header-middle a {
    color: #95b558;
}

.view_cart-btn{
    font-size: 18px;
    line-height: 30px;
}
.main-page .view_cart-btn{
    color: white;
}

.view_cart-btn[data-items]:after {
    content: attr(data-items);
    background: red;
    color: white;
    font-size: 14px;
    border-radius: 10px;
    padding: 4px 6px;
    position: absolute;
    display: inline-block;
    line-height: 11px;
    top: 0px;
    left: 26px;
    font-weight: normal;
}

/*=====================================*/
/* Subcart summary                      */
/*====================================*/
.widget.panel, .widget .panel {
    overflow: hidden;
}


.bg-primary {
    background-color: #5d9cec;
    color: #fff!important;
}

.widget {
    margin-bottom: 20px;
    border: 0;
}
.row-table {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin: 0;
}
.row-table>[class*=col-] {
    display: table-cell;
    float: none;
    table-layout: fixed;
    vertical-align: middle;
}

.bg-primary-dark {
    background-color: #2f80e7;
    color: #fff!important;
}

.pv-lg {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}

.row-table>[class*=col-] {
    display: table-cell;
    float: none;
    table-layout: fixed;
    vertical-align: middle;
}
.mt0 {
    margin-top: 0!important;
}
.bg-purple-dark {
    background-color: #564aa3;
    color: #fff!important;
}
.bg-purple {
    background-color: #7266ba;
    color: #fff!important;
}

.bg-green {
    background-color: #37bc9b;
    color: #fff!important;
}
.bg-green-dark {
    background-color: #2b957a;
    color: #fff!important;
}
.distinct-cart-summary .panel small {
    color: inherit;
}
.order-comment {
    resize: vertical;
    width:100%;
}


.help-block{
    font-style: italic;
    font-size: 10px;
}



section.cart,
section.cart-realize,
section.cart-confirmation,
section.p24-information,
section.payment-info{
    padding: 50px 0 100px 0;
    font-weight: normal;
}

section.cart .row.form-group{
    margin-bottom: 0px;
}

.cart-payment-footer {
    margin-top: 30px;
    border-top: 1px solid #e1e1e1;
}



.order-payment .information {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.cart-payment-footer .information {
    display: inline-block;
    margin: 20px 0;
}

.order-payment .payment-type-logo {
    height: 120px;
    vertical-align: middle;
    max-width: 100%;
}

.order-payment h3 {
    font-size: 32px;
    font-weight: 400;
    display: inline-block;
}

.order-payment .details {
    margin: 30px 0 0 0;
    font-size: 24px;
    font-weight: 300;
}

.btn-natur {
    color: #fff;
    background-color: #77a106;
    border-color: #5c8104;
}

.payment-info-header{
    font-size:22px;
    line-height: 28px;
    padding-bottom: 30px;
}
