/**
 * Pili - Partner theme
 *
 * Basket CSS
 * @author Ryan Skov
 */

.basket-button {
	font-size: 1.3em;
	padding: 15px 40px;
	float: right;
	clear: both;
	margin-top: 30px;
}

/**
 * Content list
 */
.basket-content-empty {
	margin: 70px auto;
	width: 30%;	
	text-align: center;
}
.basket-content-empty a {
	margin: 20px; 
	padding: 10px 20px;
}

.basket-content-list {
	width: 100%;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}
.basket-content-list .item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	float: left;
	width: 100%;
}
.basket-content-list .image {
	float: left;
	margin-right: 20px;
	max-height: 100px;
	width: 105px;
	text-align: center;
}
.basket-content-list .image img {
	max-width: 100%;
	height: auto;
	max-height: 100px;
	margin: auto;
}
.basket-content-list .line-description {
	float: left;
	margin-right: 20px;
	display: table;
	width: 35%;
}
.basket-content-list .a {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 10px;
}
.basket-content-list .line-delete {
	float: left;
	margin-right: 15px;
}
.basket-content-list .line-delete:hover div {
	color: #777;
	text-decoration: underline;
}
.basket-content-list .line-delete div {
	color: #333;
	float: left;
}
.basket-content-list .line-delete .img {
	background-image: url('img/delete.png');
	background-size: 11px 11px;
    background-repeat: no-repeat;
	background-position: 0% 64%;
	width: 15px;
	height: 20px;
}
.basket-content-list .stock {
	float: left;
	color: #333;
	margin-right: 15px;
}
.basket-content-list .stock label {
	float: left;
}
.basket-content-list .stock .value {
	float: left;
	margin-left: 5px;
	font-weight: 600;
}
.basket-content-list .stock .ok {
	margin-top: 5px;
	background-color: #22ff22;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	box-shadow: 1px 1px 1px #9f9f9f, inset 1px 1px 1px #dedede;
}
.basket-content-list .stock .none {
	margin-top: 5px;
	background-color: #fddf18;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	box-shadow: 1px 1px 1px #9f9f9f, inset 1px 1px 1px #dedede;
}
.basket-content-list .middle {
	display: table;
	float: left;
	margin-left: 50px;
	width: 15%;	
}
@media only screen and (max-width: 900px) {
	.basket-content-list .line-description {
		clear:both;
		margin-left: 0px;
	}
}
@media only screen and (max-width: 675px) {
	.basket-content-list .line-description {
		width: 90%;
	}
	.basket-content-list .middle {
		clear: both; 
		float: left;
		margin-left: 0px;
		width: 50%;
		margin-top: 20px;
	}
	.basket-content-list .price {
		margin-top: 20px;
	}
}

.basket-content-list .price-discount {
/*	float: right; */
}
.basket-content-list .price-discount .price > div {
	float: right;
	clear: both;
}
.basket-content-list .price-discount .price text {
	clear: both;
	float: right;
}
.basket-content-list .amount {
	float: right;
	clear: both;
	margin-top: 20px;
}
.basket-content-list .amount .change {
	float: left;
	border: 1px solid #afafaf;
	width: 47px;
	background: #fcfcfc;
	padding: 8px 0px;
	margin: 2px 0px;
	height: 49px; 
	font-size: 13pt;
	text-align: center;
	color: #000;
	text-shadow: none;
	cursor: pointer;
}
.basket-content-list .amount input {
    float: left;
    width: 65px;
    border: none;
    border-top: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
    background: #fcfcfc;
    padding: 7px 3px;
    margin: 2px 0px;
    height: 49px; 
    font-size: 9pt;
    text-align: center;
}
.basket-content-list .price {
	float: right;
	display: table;
}
.basket-content-list .price div {
	float: right;
	font-size: 1.4em;
}

.basket-content-list .sum {
	float: right;
	clear: both;
	font-size: 1.4em;
	margin-top: -5px;
}
.basket-content-list .sum .sub-total {
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
}
.basket-content-list .sum .line {
	float: right;
	clear: both;
	display: block;
	width: 100%;
}
.basket-content-list .sum .line label {
	float: left;
	margin-right: 20px;
}
.basket-content-list .sum .line value {
	float: right;
	margin-bottom: 5px;
}
.basket-content-list .sum .total {
	border-top: 1px solid #ddd;
	padding-top: 5px;
	font-weight: bold;
}
.basket-content-list .sum .vat {
	text-align: right;
	font-size: 11px;
	margin-top: -6px;
}



/**
 * information
 */
.basket-main {
	float: left;
}
.basket-content .cd-form {
	padding: 0px;
}

.basket-content #delivery-information {
	margin-top: 30px;
}

@media only screen and (max-width: 850px) {
	.basket-items {
		display: none;
	}
	#basket-information-button{
		width: 100%;
		text-align: center;
	}
}


/**
 * Delivery
 */
.basket-delivery {
	width: 65%;
}
.delivery_method {
	font-size: 1.6em;
}
@media only screen and (max-width: 850px) {
	.basket-items {
		display: none;
	}	
	.basket-delivery {
		width: 100%;
	}
	#basket-delivery-button{
		width: 100%;
		text-align: center;
	}
}
.delivery_method_gls_shop {
	background-color: #fafafa;
	border-bottom: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;
	padding: 5px 15px; 
	float: left; 
	width: 100%;
	cursor: pointer;
}
.delivery_method_gls_shop_selected {
	background-color: #bfbfbf;
	color: #000;
}

/**
 * Delivery
 */
.basket-payment {
	min-width: 50%;
}
.payment_method {
	font-size: 1.6em;
}
@media only screen and (max-width: 850px) {
	.basket-items {
		display: none;
	}	
	.basket-payment {
		width: 100%;
	}
	#basket-payment-button{
		width: 100%;
		text-align: center;
	}
}

/**
 * Confirm
 */
.basket-accept-terms {
	clear: both;
	width: 100%;
	padding: 40px 0 0 0;
}
.basket-accept-terms > div {
	background-color: #efefef;
	padding: 20px;
}

