/***************************************************************************************
*****  CART GLOBAL *****
*************************/

/** BLOCKS **/

#cart .cart-block {
	margin: 10px 0px 25px 0px;
	border: solid 1px #ddd;
	border-radius: 3px;
	padding: 15px;
}

#cart .cart-block h3 {
	margin: -15px -15px 15px -15px;
	padding: 10px 15px;
	text-transform: lowercase;
	border-radius: 3px 3px 0px 0px;
	color: #444;
	font-weight: 400;
    font-size: 18px;
    background: #eee;
}

#cart #confirm-block {
	
}

#cart .total {
	text-transform: uppercase;
}

#cart .total b {
	color: #000;
    /**color: #FF8901 !important; **/
}

#cart #total-block b {
    color: #FF8901 !important;
}

#cart .confirms {
	margin-bottom: 25px;
}


#cart .confirms label {
	display: inline-block;
	margin: 5px 0px 0px 0px;
}

#cart .confirms label a {
	font-weight: normal;
}

#cart .cart-block a {
	text-decoration: underline;
}

#cart .cart-block a:hover {
	text-decoration: none;
}

#cart .text-right span {
	text-align: right !important;
}


/***************************************************************************************
*****  ITEMS PAGE *****
*************************/

#cart-items .row {
	margin: 10px -10px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid 1px #ddd;
}

#cart-items .row.row-1 {
	margin-top: 10px;
	padding-top: 10px;
	border: none;
}

#cart-items .name {
	display: block;
}

#cart-items .code {
	display: block;
	color: #B3B3B3;
	font-size: 0.9em;
}

#cart-items .price {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}

#cart-items .price-sum {
	font-size: 15px;;
	font-weight: bold;
	line-height: 32px;
	display: block;
	text-align: right;
}

#cart-items .amount {
	display: block;
	text-align: right;
}

#cart-items span.legend {
	color: #bbb;
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

#cart-items .image {
	display: block;
	text-align: center;
}
#cart-items .image img {
	max-height: 100px;
}

#cart-items img:hover {
	opacity: 0.8;
}

#cart-items .remove {
	display: block;
	text-align: center;
	cursor: pointer;
	line-height: 32px;
}

#cart-items .remove .fa {
	color: #546F7E;
	font-size: 1.6em;
	padding: 4px 6px;
}

#cart-items .remove:hover .fa {
	background: #eee;
	border-radius: 3px;
}



/** ITEMS TOTAL **/

#cart-items #total-block .col {
	margin: 0px;
	padding: 0px;
}

#cart-items #total-block .row {
	border-top: dotted 1px #ddd;
	padding-top: 5px;
	margin: 5px 0px;
}

#cart-items #total-block .row.noborder {
	border: none;
}

#cart-items #total-block label {
	font-weight: normal;
}

#cart-items #total-block b {
	color: #000;
	font-size: 15px;;
}

#cart-items #total-block strong {
	padding-left: 10px;
}

#cart-items #total-block .total {
	padding-top: 10px;
}

#cart-items #total-block .total strong {
	font-size: 15px;;
	line-height: 1em;
	font-weight: normal;
	vertical-align: middle;
	color: #222;
}

/***************************************************************************************
*****  CHECKOUT PAGE *****
*************************/

/** GENERAL **/

#cart-checkout  label {
	display: block;
	color: #222;
}
#cart-checkout label.inline {
	display: inline-block;
}

#cart-checkout .row {
	margin: 0px;
}

#cart-checkout .row .col {
	margin: 10px 0px;
}

#cart-checkout .row .col input[type=text],
#cart-checkout select,
#cart-checkout textarea {
	width: 100%;
}

#cart-checkout #bonuscode_input {
	max-width: 100px;
}

#cart-checkout .error {
	color: red;
}

#cart-checkout span.error {
	display: block;
}

#contacts-block .login {
	display: block;
	padding: 10px 15px 25px 15px;
	
}

#contacts-block .login a {
	color: #666;
	padding-left: 5px;
	text-decoration: underline;
}

#contacts-block .login a:hover {
	text-decoration: none;
}


/** DELIVERY **/

#cart-checkout #delivery-block #transport_extra {
	line-height: 32px;
}
#cart-checkout #delivery-block .description {
	display: block;
	line-height: 1.4em;
}

#cart-checkout #delivery-block .col {
	margin: 5px 0px;
}

#delivery-address {
	display: none;
}

#delivery-block[data-type=kuller] #delivery-address {
	display: block;
}

/** CART COST **/

#cart-checkout #cost-block .col {
	margin: 0px;
	padding: 0px;
}

#cart-checkout #cost-block .row {
	border-top: dotted 1px #ddd;
	padding-top: 5px;
	margin: 0px 5px;
}

#cart-checkout #cost-block .row.noborder {
	border: none;
}

#cart-checkout #cost-block label {
	font-weight: bold;
}

#cart-checkout #cost-block .total {
	color: #000;
	font-size: 2em;
	margin-top: 10px;
}


/** BONUSCODES and BONUSPOINTS */

#cart-checkout .notice-box {
	padding: 15px;
	background: #F8FFCA;
	margin-bottom: 10px;
	margin-top: -5px;
}



/** FROM MODE **/

#cart-checkout #form_mode_row {
	padding: 10px 15px;
}

#cart-checkout form.minimal #address_fields {
	display: none;
}

#cart-checkout form.minimal #form_mode_row #show-address {
	display: block;
}
#cart-checkout form.minimal #form_mode_row #hide-address {
	display: none;
}

#cart-checkout form.full #form_mode_row #show-address {
	display: none;
}
#cart-checkout form.full #form_mode_row #hide-address {
	display: inline;
}

#cart-checkout form #form_mode_row.form_mode_change_0 {
	display: none;
}
#cart-checkout form #form_mode_row.form_mode_change_1 {
	display: block;
}



/** PAYMENT METHOD **/

#cart-checkout #payment-methods {
}

#cart-checkout .payment-method {
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	
	border-left: none;
	
	/*	
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray; 
    -webkit-filter: grayscale(100%);
    */
}

#cart-checkout .payment-method img {
	cursor: pointer;
}

#cart-checkout .payment-method:hover,
#cart-checkout .payment-method.active {
	opacity: 0.8;
	/*
	filter: none;
	-webkit-filter: none;
	
	-moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    */
}

#cart-checkout .payment-method:first-child {
	
}

#cart-checkout .payment-method label {
	padding: 5px;
}

#cart-checkout .payment-method img {
	display: block;
}

#cart-checkout #payment-notice {
	font-size: 15px;;
	padding: 10px 15px;
}


/*
* RESPONSIVE
*/

/* xxs, xs, sm */
@media (max-width: 991px) {
	#cart-items span.legend {
		display: none;
	}
	#cart-items img {
		max-height: 50px;
	}
	#cart-items .name {
		display: inline;
		font-size: 1.2em;
		color: inherit;
	}
	#cart-items .code {
		display: inline;
	}
	#cart-items .amount select {
		text-align: center;
	}
	#cart-items .col-price,
	#cart-items .col-amount,
	#cart-items .col-sum {
		margin-top: 10px;
		min-height: 60px;
		padding: 5px 15px;
		line-height: 50px !important;
		background: #f9f9f9;
	}
	#cart-items .col-price span,
	#cart-items .col-amount span,
	#cart-items .col-sum span {
		margin: 0px;
	}
	
	#cart-items .col-sum span {
		line-height: inherit;
	}
}

/* xxs */
@media (max-width: 479px) {
	
	#cart-items .col-price,
	#cart-items .col-amount,
	#cart-items .col-sum {
		padding: 5px 5px;
	}
	
	#cart-items .col-sum span {
		text-align: center;
	}
}

#cart-items .item img {
    padding: 10px;
    background: #FFF;
}