
/**
* Корзина
*/
.basket-info {
	margin-left: 10px;
}
.basket-info:hover {
	text-decoration: none;
	color: #9c5903;
}
/*
.basket-inactive {
	color: #ccc;
	margin-right: 5px;
}
.basket-active {
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
	
	padding: 7px;
	background: #ff0000;
}
*/

.font_cost-basket {
    color: #000;
    font-size: 1.6em;
    font-weight: bold;
}
.font_current-basket {
    color: #000;
    font-size: 0.8em;
    position: relative;
    top: -8px;
}


.modal-basket-bottom {
    display: table;
    margin: 15px auto;
}

.font_in-basket {
    color: gray;
}


.basket-product-item {
    border: 1px solid #875449;
    border-radius: 10px;
    margin: 15px 0;
    padding: 10px;
}
.basket-product-item table {
    width: 100%;
}
.basket-product-item table td {
    padding: 0 7px;
}
.basket-product-item-img {
    width: 100%;
}
.basket-product-item-amount {
	
}
.basket-product-item-del {
    background: rgba(0, 0, 0, 0) url("../img/btn-basket-del.png") no-repeat scroll 0 0;
    border: 0 none;
    height: 26px;
    width: 26px;
}
.basket-error {
    border: 2px solid red;
    color: red;
    display: table;
    font-weight: bold;
    margin: 10px auto;
    padding: 5px 15px;
}







.amount-minus {
	width: 33px;
	height: 37px; 
	border: 1px solid #8f8b8b;
	border-radius: 5px 0 0 5px;
	background: url("../img/gradient-basket-btn-amount.png") repeat-x;
	float: left;
}
.amount-minus > span {
	display: block;
	width: 16px;
	height: 16px;
	background: url("../img/btn-basket-count-minus-1.png") no-repeat;
}

.amount-num {
	float: left;
	width: 40px;
	height: 37px;
	border-top: 1px solid #8f8b8b;
	border-bottom: 1px solid #8f8b8b;
	background: url("../img/gradient-basket-num-amount.png")repeat-x;
	
}

.amount-num > span {
	display: table;
	vertical-align: middle;
	margin: 0 auto;
	padding: 4px;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 4px;
}


.amount-plus {
	width: 33px;
	height: 37px; 
	border: 1px solid #8f8b8b;
	border-radius: 0 5px 5px 0;
	background: url("../img/gradient-basket-btn-amount.png") repeat-x;
	float: left;
}
.amount-plus > span {
	display: block;
	width: 16px;
	height: 16px;
	background: url("../img/btn-basket-count-plus.png") no-repeat;
}




.t-col-85 {
	width: 85%;
}
.t-col-75 {
	width: 75%;
}
.t-col-50 {
	width: 50%;
}
.t-col-55 {
	width: 55%;
}
.t-col-20 {
	width: 20%;
	min-width: 260px;
}

@media (max-width: 767px) {  
	.t-col-20 {
		width: 20%;
		min-width: 60px;
	}
}

@media (max-width: 992px) and (min-width: 767px) {
  .t-col-20 {
		width: 20%;
		min-width: 160px;
	}
}
.t-col-15 {
	width: 15%;
	min-width: 120px;
}
.t-col-10 {
	width: 10%;
	min-width: 132px;
}
.t-col-5 {
	width: 5%;
}




.basket-itog {
	margin: 30px 40px;
	text-align: right;
}

.basket-dostavka {
	margin: 20px 20px 50px 20px;
}

.basket-dostavka-table {
	width: 100%;
}

.basket-dostavka-table tr {
	background: #f0eced;
}

.basket-dostavka-table td {
	padding: 10px 20px;
}

.basket-dostavka-link {
	color: #6c6c6c;
	margin-top: 10px;
	padding-left: 20px;
	font-size: 0.8em;
	display: table;
}

#tab-region .row ,
#tab-pickup .row ,
#tab-city .row {
	/*background: #f0eced;*/
	border: 1px solid #ddd;
	border-top: 0;
	padding: 10px 20px; 
	border-radius: 0 0 10px 10px; 
	margin: 0;
	margin-bottom: 10px;
}


#tab-pickup .row.border-default,
#tab-city .row.border-default {
	/*background: #f0eced;*/
	border: 1px solid #ddd;
	border-radius: 10px; 
}


/* Промокод */
.basket-promocode {
	margin: 20px 40px;
	margin-bottom: 60px;
}
.promocode-name {
	font-weight: bold;
	/*text-decoration: underline;*/
}
.promocode-amount {
	font-weight: bold;
	
	font-size: 16px;
}
.promocode-sum {
	font-weight: bold;
}
.discount {
	font-style: italic;
}


[data-promocode-apply=false] {
	display: none;
}
.promocode-code-input[data-promocode-apply=true] {
	display: none;
}
.promocode-code-input[data-promocode-apply=false] {
	display: block;
}





.basket-oplata {
	margin: 20px 40px;
	margin-bottom: 60px;
}

.basket-oplata span {
	color: #2792a1;
	font-size: 1.2em;
	text-decoration: underline;
}
.basket-oplata span.small {
	color: #9c9c9a;
	font-size: 0.8em;
	text-decoration: none;
	
	position: absolute;
	margin-left: 85px; 
	margin-top: -15px;
}
.basket-oplata img {
	padding-right: 15px;
}


.basket-personal-info {
	margin: 20px 40px;
	margin-bottom: 60px;
}

h3.label {
	color: #000;
}



/**
* FONTS
*/

.font_itog-basket {
	font-size: 1.6em;
	color: #000;
	padding-right: 15px;
}
.font_cost-basket {
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
}
.font_current-basket {
	position: relative;
	top: -8px;
	font-size: 0.8em;
	color: #000;
}

.font_in-basket {
	color: gray;
}


/**
* FORMS
* 
*/

.basket-input {
	display: block;
	padding-bottom: 15px;
}
.basket-input > span {
	display: table;
	padding-bottom: 5px;
}
.basket-input > input {
	
	border-radius: 5px;
	padding: 3px 6px;
	border: 1px solid #c3c3c3;
	height: 34px;
	width: 100%;
}
.basket-input > input:focus {
	
	border: 1px solid #a5a428;
	box-shadow: 0 3px 5px rgba(215, 213, 40, 0.5);
}


.basket-input[data-surely="true"] > span:after {
	color: red;
	content: " *"
}

.check-separator {
	overflow: hidden;
}


.cost {
	font-weight: bold;
}
.cost::after {
    font-size: 12px;
    position: relative;
    top: -5px;
    content: 'руб';
    font-weight: normal;
    padding-left: 3px;

}

.distance {
	font-weight: bold;
}
.distance::after {
    font-size: 12px;
    position: relative;
    top: -5px;
    content: 'км';
    font-weight: normal;
    padding-left: 3px;

}

.cost-distance {
	font-weight: bold;
}
.cost-distance::after {
    font-size: 12px;
    position: relative;
    top: -5px;
    content: 'руб/км';
    font-weight: normal;
    padding-left: 3px;

}


/**
* Чек
*/
#check {
	
}

#check table {
	width: 100%;
}

#check .check-block {
	display:table; 
	margin: 10px auto;
}
#check .check-header {
	display:table; 
	margin: 10px auto 15px auto; 
	font-size: 16px;
}
#check .check-footer {
	display:table; 
	margin: 10px auto; 
	font-size: 1.8em; 
	font-weight: bold;
}
#check .check-cost {
	font-weight:bold;
	width: 120px;
	text-align: right;
	vertical-align: bottom;
}
#check .check-separator {
	/*text-align: center;*/
    border-bottom: 1px solid #b1abab;
    margin-top: 5px;
}
#check .check-itog td {
	border: 0;
	padding-top: 0;
	font-size: 18px;
}

