@charset "utf-8";



.cart {
	position: relative;
	padding: 30px 25px;
	width: 100%;
	background-color: #f3f5ea;
}

.cart h3 {
	margin-bottom: 28px;
	color: black;
}

.cart .top {
	padding-bottom: 8px;
	border-bottom: 1px solid #e5e8dd;
	font-size: 11px;
	line-height: 16px;
}

.cart .top .column {
	padding-left: 1%;
}
.cart .top .column:first-child {
	padding-left: 0;
}

.cart .item {
	padding-top: 15px;
	padding-bottom: 11px;
}

.cart .item .row:first-child {
	font-family: 'Lora', sans-serif;
	font-size: 14px;
	line-height: 22px;
}

.cart .item .row:last-child {
	font-size: 12px;
	line-height: 28px;
}

.cart .item .row:last-child .column {
	padding-left: 1%;
}
.cart .item .row:last-child .column:first-child {
	padding-left: 0;
}

.cart .delete {
	padding: 3px 4px;
}

.cart .bottom {
	padding-top: 18px;
	border-top: 1px solid #e5e8dd;
}

.cart .bottom .row:first-child {
	color: #fc9628;
	font-size: 11px;
	line-height: 16px;
}

.cart .bottom .row:last-child {
	padding-top: 10px;
	font-size: 14px;
	line-height: 16px;
}

.cart .bottom .column:first-child {
	padding-right: 1%;
}

.cart .extra {
	position: absolute;
	left: 0px;
	bottom: 5px;
	width: 100%;
}

.cart .column-1 {
	width: 51%;
	min-height: 1px;
}

.cart .column-2 {
	width: 17%;
}

.cart .column-3 {
	width: 16%;
}

.cart .column-4 {
	width: 16%;
}

.cart .column-5 {
	width: 75%;
}

.cart .column-6 {
	width: 25%;
	text-align: right;
}


.customer {
	width: 100%;
}

.customer h3 {
	margin-bottom: 55px;
	color: black;
}

.customer label {
	font-size: 14px;
	line-height: 28px;
}

.customer input[type="text"] {
	padding-right: 12px;
	padding-left: 12px;
	border: 1px solid #acacac;
	height: 48px;
}

.customer input[type="text"]:focus {
	border: 1px solid #f28b00;
}

.customer textarea {
	padding: 4px 12px;
	border: 1px solid #acacac;
	height: 98px;
	line-height: 28px;
}

.customer select {
	border: 1px solid #acacac;
	height: 48px;
}

.customer textarea:focus {
	border: 1px solid #f28b00;
}

.customer .form > .row > div:nth-child(n+3) {
	padding-top: 5px;
}

.customer .left {
	width: 50%;
	padding-right: 2%;
}

.customer .right {
	width: 50%;
	padding-left: 2%;
}

.customer .column {
	width: 100%;
}

.customer .center {
	margin-top: 15px;
}

.customer .checkbox {
	display: inline-block;
	margin-top: 20px;
}
.customer .checkbox:first-child {
	margin-top: 0;
}

.customer .checkmark {
	top: 6px;
	border: 1px solid #e5e8dd;
}


.cashier .field {
	margin-top: 25px;
}
.cashier .field:first-child {
	margin-top: 0;
}

.cashier .radio img {
	margin-left: 7px;
	vertical-align: top;
}

.cashier .radio .info {
	font-family: 'Raleway Medium', sans-serif;
	font-size: 15px;
}

.cashier .radio .description {
	display: block;
	font-size: 13px;
}

.cashier .checkmark {
	border: 1px solid #e5e8dd;
}


#kosarica {
	position: relative;
}

#kosarica h3 {
	margin-bottom: 35px;
	color: black;
}

#kosarica .description .content {
	padding: 80px 7% 40px 7%;
	line-height: 28px;
	text-align: center;
}

#kosarica .shop {
	background-color: #f1f1f1;
}

#kosarica .shop .content {
	position: relative;
	padding-top: 40px;
	padding-bottom: 130px;
}

#kosarica .logo {
	position: absolute;
	top: 168px;
	left: 50%;
	margin-left: 312px;
}

#kosarica .products {
	max-width: 695px;
}

#kosarica .products .left,
#kosarica .products .right {
	float: none;
}

#kosarica .products .article {
	width: 100%;
}

#kosarica .products .article > .column-mobile:nth-child(2) {
	padding-left: 40px;
}

#kosarica .products .radio {
	left: 0px;
}

#kosarica .buy .content {
	padding-top: 60px;
	padding-bottom: 150px;
}


#customer .row-fields {
	max-width: 730px;
}


#cashier {
	z-index: 2;
	position: absolute;
	bottom: 300px;
	right: 0px;
	margin-right: 30px;
	width: 100%;
	max-width: 365px;
}


#cart {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 190px;
	padding-top: 40px;
	width: 100%;
	max-width: 365px;
	height: 100%;
}

#cart .cart {
	display: none;
}

#submit {
	padding-top: 30px;
}

#continue {
	padding: 2px 25px 2px 5px;
	background-image: url('/images/icon_continue_orange.png');
	background-position: right 5px center;
	background-repeat: no-repeat;
	color: #e8b567;
	font-family: 'Raleway Bold', sans-serif;
	text-transform: uppercase;
}

.row.promo{
	background-color:#e8b567;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.row.promo label{
	color:#fff;
	font-weight: bold;
}

.row.promo input[type="text"]{
	width:calc(100% - 100px);
	padding:5px 10px;
}

.row.promo a{
	width:100px;
	display: inline-block;
	padding:6px 0px;
	text-align: center;
	text-decoration:none;
	background-color:#f3f5ea;
	border:1px solid #8f8f9d;
	border-left:none;
}


@media (min-width: 768px) and (max-width: 1169px) {

#kosarica .shop h3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 695px;
}

#kosarica .products {
	margin-left: auto;
	margin-right: auto;
}

#kosarica .buy .content {
	padding-bottom: 40px;
}


#cart {
	position: static;
	top: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
}


#customer {
	margin-left: auto;
	margin-right: auto;
	max-width: 730px;
}


#cashier {
	position: static;
	bottom: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	max-width: 730px;
}

#continue {
	display: none;
}

}



@media (min-width: 0px) and (max-width: 767px) {

.cart {
	padding: 10px 15px;
}


.customer .form > .row > div:nth-child(2) {
	padding-top: 5px;
}

.customer .left {
	width: 100%;
	padding-right: 0;
}

.customer .right {
	width: 100%;
	padding-left: 0;
}



#kosarica .buy .content {
	padding-top: 30px;
}

#kosarica .shop h3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 695px;
}

#kosarica .products {
	margin-left: auto;
	margin-right: auto;
}

#kosarica .buy .content {
	padding-bottom: 40px;
}


#cart {
	position: static;
	top: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
}


#customer {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}


#cashier {
	position: static;
	bottom: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	max-width: 400px;
}

#continue {
	display: none;
}
	
}