.cart-header{
    display: flex;
    justify-content: space-between;
    align-items: center;    
    flex-wrap: wrap;
}


.Nproducts {
	color: #CA5D14 !important;
}
ul.step { 
	background: url("../img/step_start.gif") 0% 100% no-repeat transparent;
	list-style: none outside none;
	width: 100%;
}

ul#order_step { 
    background: transparent;
    /* float: right; */
    /* margin: 42px 0px 0px; */
    /* width: 340px; */
    height: 62px;
    padding-left: 45px;
}

ul.step li { 
	background: url("../img/sllep.png") 0% 100% no-repeat transparent;
	float: left;
	height: 25px;
	position: relative;
	text-align: center;
	width: 97px;
}

ul.step li.step_current { 
	background: url("../img/slep_current.png") 0% 100% no-repeat transparent;
	font-weight: 700;
}
ul.step li span { 
	color: #FFFFFF;
	float: left;
	padding: 9px 5px;
}

ul.step li p { 
	left: -25%;
	position: absolute;
	padding-top:30px;
	display:block;
	color: dimGray;
	text-shadow: white 1px 1px 1px;
	font-size: 13px;
}

ul.step li p a.cl{ 
	color: dimGray;
	text-shadow: white 1px 1px 1px;
	display:block;
	
}



ul.step li.step_todo { 
	font-style: italic;
}

ul.step li#step_end { 
	width: 40px;
}

ul.step li#step_end { 
	background: url("../img/endSlep.png") 0% 100% no-repeat transparent;
}

#order-detail-content { 
	clear: both;
	margin-top: 1.5em;
	margin-bottom:20px;
}

table.std { 
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

table.std td, table.std th { 
	padding: 0.4em 0.5em;
}

table.std th { 
	white-space: nowrap;
}

table.std thead th { 

	color: #374853;
	font-weight: 400;
	height: 28px;
	text-align: left;
	white-space: nowrap;
}

table.std thead th { 
	color: #000000;
	font-size: 16px;
	text-align: center;
}



#order-detail-content tbody tr { 
	height: 3em;
	
}

table.std tbody tr td, table.std tfoot tr td { 
	background: url('../img/border.png') repeat-x scroll 0 bottom transparent;
	color: dimGray;
	text-shadow: white 1px 1px 1px;
	vertical-align:middle;
	padding:20px 0;
}

td.cart_product a { 
	margin: 0px 0.6em;
}

td.cart_product a img { 
	width: 100px;
}
tr.cart_item td.cart_unit { 
	padding-right: 1em;
}

.price, .price-shipping, .price-wrapping { 
	color: #DA0F00;
	font-size: 1.1em;
	font-weight: 400;
	white-space: nowrap;
}

#cart_summary .price, #cart_summary .price-discount { 
	color: #595A5E;
	font-size: 1em;
	text-decoration: none;
}

td.cart_quantity a.cart_quantity_up, td.cart_quantity a.cart_quantity_down { 
	display: block;
}

td.cart_quantity .menos { 
	background: url("../img/btn_menos.png") no-repeat transparent;
	border: medium none currentColor;
	display: block;
	float: left;
	height: 21px;
	margin: 3px 5px;
	width: 21px;
}
td.cart_quantity .menos:hover { 
	background-position: 0px -21px;
}
td.cart_quantity .menos:hover { 
	background-position: 0px -21px;
}

td.cart_quantity .menos:active { 
	background-position: 0px -42px;
}


td.cart_quantity .mais { 
	background: url("../img/btn_mais.png") no-repeat transparent;
	border: medium none currentColor;
	display: block;
	float: left;
	height: 21px;
	margin: 3px 5px;
	width: 21px;
}

td.cart_quantity .mais:hover { 
	background-position: 0px -21px;
}

td.cart_quantity .mais:active { 
	background-position: 0px -42px;
}
td.cart_quantity p, td.cart_quantity a { 
	display: inline;
	float: left;
}

td.cart_quantity span { 
	float: left;
	margin: 4px 0px;
}

td.cart_action .deleta { 
	background: url("../img/btn_delete.png") no-repeat transparent;
	border: medium none currentColor;
	display: block;
	float: right;
	height: 14px;
	margin: 1px 20px 0px 0px;
	width: 14px;
}

td.cart_action .deleta:active { 
	background-position: 0px -28px;
}

td.cart_action .deleta:hover { 
	background-position: 0px -14px;
}

#cart_summary a { 
	text-decoration: none;
	color: dimGray;
	text-shadow: white 1px 1px 1px;
}

#deliveryMethod{
	float: left;
	width: 500px;
}
#deliveryMethod .hdr{
	color: #EDA270;
	font-size:14px;
}	

#deliveryMethod .del_option{
	margin-top:15px;
}
.delivery_inp, .paym_inp{
	position:absolute;
	left:-500px;
}
#deliveryMethod .del_option label{
	padding-left:20px;
	cursor:pointer;
	z-index:11;
}

span.radio.cb{
	background: url("../img/radio.gif")  0px 0px transparent no-repeat;
	height: 16px;
	width:16px;
	display:inline-block;
	position:absolute;
	margin-left: -50px;
    margin-top: 12px;
}	

span.radio.cb.sel{
	background-position:0px -54px;
}

#deliveryMethod .d_descr{
	font-size:11px;
	color: #666666;
	padding-left:22px;
}

#totalCompra { 
	float: right;
	width: 280px;
}

#totalCompra p { 
	font-size: 14px;
	height: 9px;
	padding: 8px 0.7em 7px 0px;
	text-align: right;
}

#totalCompra p { 
	color: #000000;
	margin: 0.5em 0px;
	padding-left: 0.7em;
}


.TotalApagar .fretegratis { 
	margin: 23px 13px !important;
}

#totalCompra p strong { 
	float: left;
}

#totalCompra .separa { 
	float: left;
	height: 2px;
	margin-left: 1px;
	width: 99%;
	
}

.freteGratis { 

}

.TotalApagar { 
	color: #000000;
	float: right;
	font-size: 13px;
	margin-top: 15px;
	width: 280px;
	
}

.TotalApagar .valorTotalCompra { 
	margin: 13px !important;
	text-align: right;
	font-weight:700;
}

.TotalApagar .valorTotalCompra strong { 
	float: left;
}

.continueOrder{
	float:right;
	clear:both;
}

.continueOrder::after{
	clear:both;
}

.backToOrders{
	float:left;
	margin-top:67px;
}

.delivery_popup_q { 
	background-image: url("../img/help.gif");
	cursor: pointer;
	display: inline-block;
	height: 14px;
	margin: -2px 0px -3px 10px;
	position: relative;
	width: 14px;
}

@media (max-width: 576px) {
    
    ul#order_step{
        padding-left:16px;
        
    }
    
   
    
}

@media (max-width: 991px){
    

    
    span.radio.cb{
        margin-left:-20px;
    }
    
}

















.basket-items {
    width: 100%;
    display: table;
    border-bottom: 1px solid #e3ecef;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.basket-item-tr {
    display: table-row;
}

.basket-item-td {
    display: table-cell;
    vertical-align: middle;
    padding: 23px;
    color: #3d4b52;
    text-align: right;
    white-space: nowrap;
}

.basket-item-sep {
    width: 1px;
    padding: 0;
    background-color: #e3ecef;
}

.basket-item-thead .basket-item-td {
    padding-top: 18px;
    padding-bottom: 19px;
    background-color: #f1f6f7;
}

.basket-item-thead .basket-item-sep {
    background-color: #f1f6f7;
}

.basket-item-item {
    text-align: left;
    white-space: normal;
}

.basket-item-amount, .basket-item-thead-amount {
    text-align: left;
}

.basket-item-image-container {
    width: 122px;
    display: table-cell;
    vertical-align: middle;
}

.basket-item-image>img {
    max-width: 122px;
    height: auto;
}

.basket-item-image {
    width: 122px;
    height: 122px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.basket-item-info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 18px;
}

.basket-item-article, .basket-item-object {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    color: #78909c;
    line-height: 17px;
}

.basket-item-discount-percent {
    font-size: 14px;
    color: #6e858a;
    line-height: 17px;
}

.basket-item-old-price {
    font-size: 14px;
    color: #78909c;
    text-decoration: line-through;
    line-height: 17px;
}

.basket-item-amount-measure, .basket-item-quantity {
    color: #263238;
    white-space: nowrap;
}

.basket-item-amount, .basket-item-thead-amount {
    text-align: left;
}

.basket-item-amount {
    display: table;
}

.basket-item-amount-btn-minus, .basket-item-amount-btn-plus, .basket-item-amount-input, .basket-item-amount-measure {
    display: table-cell;
    vertical-align: middle;
}

.basket-item-amount-btn-minus {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -khtml-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.basket-item-amount-btn-plus {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -khtml-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.basket-item-amount-btn-minus:link, .basket-item-amount-btn-minus:visited, .basket-item-amount-btn-plus:link, .basket-item-amount-btn-plus:visited {
    width: 36px;
    height: 36px;
    color: #78909c;
    text-align: center;
    text-decoration: none;
    background: #f1f6f7;
}

.basket-item-amount-input {
    width: 48px;
    height: 36px;
    padding: 0;
    font-family: "Museo Sans Cyrl 300",sans-serif;
    font-size: 16px;
    color: #263238;
    text-align: center;
    border: none;
    -webkit-appearance: none;
    background: #f1f6f7;
}

.basket-item-amount-measure {
    padding-left: 12px;
}

.basket-item-amount-measure, .basket-item-quantity {
    color: #263238;
    white-space: nowrap;
}

.basket-item-controls {
    display: table;
    position: absolute;
    right: 24px;
    top: 20px;
}

.basket-item-control:link, .basket-item-control:visited {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}

.basket-item-control i {
    font-size: 18px;
    color: #d0e0e3;
    -webkit-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
}

.icon-star:before {
    content: "\e927";
}

.icon-close:before {
    content: "\e90a";
}

.basket-item-total-title {
    font-size: 14px;
    color: #6e858a;
    line-height: 17px;
}

.basket-item-total-val {
    font-family: "Museo Sans Cyrl 700",sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 24px;
}

.basket-item-old-price {
    font-size: 14px;
    color: #78909c;
    text-decoration: line-through;
    line-height: 17px;
}

.basket-item-discount {
    font-size: 14px;
    color: #6639b6;
    line-height: 17px;
}

.basket-item-title>a:link, .basket-item-title>a:visited {
    color: #3d4b52;
    text-decoration: none;
}

.basket-go-checkout{
    margin-top:30px;
    display: flex;
    justify-content: flex-end;
}

.basket-item-title {
    padding: 10px 0;
}

@media (max-width: 991px){
    
    .basket-item-tr {
        width: -moz-calc(100% + 36px);
        width: -webkit-calc(100% + 36px);
        width: calc(100% + 36px);
        display: table;
        margin-left: -18px;
        margin-right: -18px;
        padding: 18px;
        position: relative;
        border-bottom: 1px solid #e3ecef;
    }
    
    .basket-item-td {
        padding: 0;
    }

    .basket-items {
        width: auto;
        display: block;
        margin-top: -21px;
        border: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        border-radius: 0;
        overflow: visible;
        padding:0 15px;
    }
    
    .basket-item-item {
        width: 100%;
        display: table-caption;
        padding: 18px 18px 12px;
    }
    
    .basket-item-image {
        width: 80px;
        height: 80px;
    }
    
    .basket-item-image>img {
        max-width: 80px;
    }
    
    .basket-item-info {
        vertical-align: top;
        padding-left: 12px;
    }
    
    
    
    .basket-item-quantity {
        text-align: left;
    }
    
    .basket-item-sep {
        position: static!important;
        background: 0 0;
    }
    
    .basket-item-controls {
        right: 15px;
        top: 18px;
    }
}