@charset "utf-8";
/* CSS Document */

body{
	color:#4d555c;
}

.content_content{
	padding:0px;
	margin:0px auto;
}

.data_left,
.data_right{
	float:left;
	width:840px;
}

.data_left{
	width:286px;
	padding-right:20px;
	margin-top:40px;
	border-right:
}

.data_left h2{
	font-size:20px;
	text-transform:uppercase;
	margin-top:40px;
	color:#151719;
	font-family:"Open Sans", sans-serif;
}

.data_left hr{
	border:none;
	border-top:1px solid #fff;
}

.data_right{
	padding-left:20px;
	background-color:#fff;
	border-left:3px solid #c2c2c1;
	margin-top:40px;
	margin-bottom:40px;
}

.data_right h1{
	font-size:24px;
	text-transform:uppercase;
	font-family:"Open Sans", sans-serif;
	font-weight:100 !important;
	margin-bottom:0px !important;
	background:none;
	padding:0px;
	text-align:left !important;
}

.data_right .subtitle{
	float:right;
	font-size:16px;
	padding-top:33px;
	color:#151719;
}

.form_container .form_item{
	height:60px;
}

.form_container .form_item .left{
	float:left;
	width:150px;
	font-size:16px;
	padding-top:8px;
	text-align:right;
	padding-right:20px;
}

.form_container .form_item .msg{
	width:306px;
	text-align:left;
	color:#F00;
	font-size:11px;
	display:none;
	height:0px;
}

.form_container .form_item input{
	float:left;
	border:1px solid #cbd0d8;
	width:365px;
	font-size:16px;
	padding:5px;
}

.title h1 {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}

.form_container input:focus{
	border:1px solid #e06ba0;
}

.company_data{
	border-top:1px solid #e06ba0;
	padding-top:30px;
	display:none;
}

.delivery_type{
	border-top:1px solid #e06ba0;
	padding:0px 105px 0px 140px;
}

.delivery_type .item{
	margin-bottom:25px;
}

.delivery_type .item input:checked + label{
	color:#e06ba0;
}

.side_list table{
	font-size:16px;
	color:#4d555c;
	width:100%;
}

.side_list table tr td{
	padding:5px 0px;
}

.side_list table tr td:nth-child(2){
	font-weight:bold;
	text-align:right;
	font-family:"Open Sans", sans-serif;
	color:#151719;
}

.form_container h3{
	color:#151719;
}

.form_item input[type=checkbox]{
	display:none;
}

.form_item input[type=checkbox] + label{
	padding-left:30px;
	font-size:14px;
	background:url(/images/checkbox_icon.png) left top no-repeat;
}

.form_item input[type=checkbox]:checked + label{
	background:url(/images/checkbox_icon.png) left bottom no-repeat;
	color:#e06ba0;
}

.button_profile{
	float:left;
}

.button_profile a{
	display:inline-block;
	color:#fff;
	background-color:#e06ba0;
	width:377px;
	padding:15px 0px;
	text-decoration:none;
	text-align:center;
}

.order_item{
	padding:15px;
	background-color:#f2f4f7;
	margin-top:30px;
}

.narocilo_title_row{
	border-bottom:1px solid #fff;
	padding-bottom:5px;
}

.narocilo_title_row h2{
	font-size:20px;
	font-weight:bold;
	font-family:"Open Sans", sans-serif;
	float:left;
	margin:0px;
	text-transform:uppercase;
}

.narocilo_title_row a{
	float:right;
	font-size:16px;
	color:#e06ba0;
}

.order_desc{
	width:380px;
	float:left;
}

.order_desc .item{
	float:left;
	padding-top:19px;
	width:155px;
}

.view_button{
	float:right;
	padding-top:40px;
}

.view_button a{
	color:#fff;
	background-color:#e06ba0;
	padding:10px 20px;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
}

.order_content{
	padding:10px;
	border:1px solid #ebedf0;
}

.order_content .item_content{
	margin-bottom:10px;
}

.order_content .item_content .image{
	width:100px;
	height:100px;
	background-size:contain !important;
	float:left;
	margin-right:20px;
}

.order_content .item_content .title{
	float:left;
	width:325px;
	font-size:18px;
	text-transform:uppercase;
	font-family:"Open Sans", sans-serif;
	font-weight:bold;
	border:none !important;
	margin-top:20px;
}

.order_content .item_content .item_price{
	float:left;
	width:115px;
	font-size:18px;
	text-transform:uppercase;
	font-family:"Open Sans", sans-serif;
	font-weight:bold;
	margin-top:40px;
	color:#151719;
}

.order_content .item_content .quantity{
	float:left;
	width:45px;
	font-size:18px;
	text-transform:uppercase;
	font-family:"Open Sans", sans-serif;
	font-weight:bold;
	margin-top:40px;
	color:#151719;
}

.order_content .item_content .item_total{
	float:left;
	width:75px;
	font-size:18px;
	text-transform:uppercase;
	font-family:"Open Sans", sans-serif;
	font-weight:bold;
	margin-top:40px;
	color:#151719;
}

.order_container .title{
	font-size:20px;
	color:#151719;
	font-family:"Open Sans", sans-serif;
	font-weight:bold;
	float:left;
	border:none !important;
}

.order_container .date{
	float:right;
}

.order_container .total{
	border-top:1px solid #ebedf0;
	font-size:24px;
	font-weight:bold;
	font-family:"Open Sans", sans-serif;
	padding-top:10px;
	text-align:right;
}

.order_container .total span{
	color:#e06ba0;
}

.order_container .points{
	font-size:16px;
	color:#4d555c;
	text-align:right;
	border-top:1px solid #ebedf0;
	margin-top:10px;
	padding-top:10px;
}

.delivery_data{
	border:1px solid #ebedf0;
	border-bottom:none;
	margin-top:30px;
}

.delivery_data h2{
	font-size:20px;
	color:#151719;
	border-bottom:1px solid #ebedf0;
	padding:15px 20px;
	margin:0px;
	text-transform:uppercase;
	font-family:"Open Sans", sans-serif;
}

.delivery_data .left{
	float:left;
	width:205px;
	padding:15px 20px;
}

.delivery_data .right{
	float:right;
	width:230px;
	padding:15px 20px;
}

.delivery_data .left strong,
.delivery_data .right strong{
	color:#151719;
}

.order_status{
	padding:5px 20px;
}

.add_remove{
	width:50px;
}

.add_remove a{
	font-size:20px;
	font-weight:100;
	text-decoration:none;
	color:#b1b1b1;
	text-align:center;
	display:inline-block;
	padding:3px;
	line-height:12px;
}

.add_remove a:hover{
	color:#e06ba0;
}

#list{
	border:1px solid #e3e5e8;
}

#list .cart_titles div:not(.clear){
	padding:10px 0px;
	font-size:20px;
	font-weight:bold;
	font-family:"Open Sans",sans-serif;
}

#list .cart_titles{
	border-bottom:2px solid #e3e5e8;
}

a.delete_button{
	float:right;
	width:24px;
	text-align:left;
	margin-top:40px;
	height:24px;
	overflow:hidden;
}

@media screen and (max-width:980px) and (min-width:801px){
   
   .layout_container div{
		margin-left:0px !important;
		padding-left:0px !important;
		padding-right:0px !important;
	}
	
	.data_left{
		background-color:#f2f4f7;
	}
	
	.form_item .input{
		width:auto !important;
	}
}

@media screen and (max-width:800px) and (min-width:531px){
   
   .layout_container div{
		margin-left:0px !important;
		padding-left:0px !important;
		padding-right:0px !important;
	}
	
	.data_left{
		background-color:#f2f4f7;
	}
	
	.form_item .input{
		width:auto !important;
	}
}

@media screen and (max-width:530px){
	.data_left{
		background-color:#f2f4f7;
		margin-top:0px !important;
	}
	
	.data_left a{
		background-position:left 10px top !important;
	}
	
	.data_left a.selected, .data_left a:hover{
		background-position: left 10px bottom !important;
		color: #151719;
		font-weight: bold;
	}
}





.promo_container{
	text-align:left;
	padding:20px 0px;
}

.promo_container label{
	font-size:14px;
	color:#555555;
}

.promo_content{
	display:none;
}

.promo_content input{
    border: 1px solid #c6c6c6;
    height: 24px;
    padding-left: 5px;
    width: 220px;
	margin-top:5px;
	color:#000;
	font-family:"Open Sans", sans-serif;
	background-color:#fff;
}

.promo_content #promo_code_msg{
	display:none;
	color:#f20000;
	font-size:14px;
	margin-top:5px;
}

a#promo_button{
	display:inline-block;
	background-color:#828282;
	color:#fff;
	padding:5px 20px 5px 20px;
	text-decoration:none;
	font-size:12px;
	margin-left:20px;
}

.row_item div.border1 {
	
}
.row_item div.border2 {
	height:127px;
	border-bottom:1px solid #eaeaea;
}

/*////////////////////*/
/*remove button*/
.row_item a.remove_button {	
	font-size:11px;
	text-decoration:none;
	position:absolute;
	left:702px;
	bottom:137px;
	z-index:999;
	color:#F00;
	padding:3px;
	background-color:#FFF;
	padding-left:8px;
	padding-right:6px;
	font-weight:bold;
	
	
	background-repeat:no-repeat;
	background-position:left center;
}

.row_item a.remove_button:link, .row_item a.remove_button:visited, .row_item a.remove_button:active {
	color:#D21242;
}
.row_item a.remove_button:hover {
	color:#D21242;
}
/*remove button*/
/*////////////////////*/

.row_item .wrapper {margin:0px 5px;}

/*////////////////////*/
/*art image*/
.row_item div.item_thumb {
	float:left;
	
	width:150px;
	height:127px;
	position:relative;
	margin-right:0px;
	
	background-repeat:no-repeat;
	background-position:center center;
}
/*////////////////////*/

/*////////////////////*/
/*list layout left*/

.row_item div.layout_left {
	float:left;
	width:700px;
	height:115px;
	position:relative;
}

.row_item div.layout_left a.title {
	font-size:14px;
	color:#1c1818;
	text-decoration:none;
	background:none !important;
	padding-left:0px !important;
	font-family:"Open Sans", sans-serif;
	font-weight:normal;
	text-transform:uppercase;	
}
.price_left {position:absolute; bottom:0px; font-size:14px;}
.row_item div.layout_left div.price_container{ margin-top:40px; font-size:14px;font-family:"Open Sans", sans-serif; font-weight:normal; text-transform:uppercase;}
.row_item div.layout_left div.price_container span {

}
.row_item div.layout_left div.price_container div.price_left {float:left;}
.row_item div.layout_left div.price_container div.price_right {float:right;}

.row_item div.layout_left div.preview {margin-top:30px;}
.row_item div.layout_left div.preview .preview_title {
	float:left;
	width:78px;
}
.row_item div.layout_left div.preview .preview_container {
	float:left;
	width:632px;
}

.row_item div.layout_left div.preview a.thumb {
	display:block;
	float:left;
	
	width:36px;
	height:36px;
	overflow:hidden;
	
	margin-right:4px;
	margin-top:4px;
	
	border:1px solid;
	
	background-repeat:no-repeat;
	background-position:center center;
}
.row_item div.layout_left div.preview_container a.thumb:link, 
.row_item div.layout_left div.preview_container a.thumb:visited, 
.row_item div.layout_left div.preview_container a.thumb:active {
	border-color:#c6c6c6;
}
.row_item div.layout_left div.preview_container a.thumb:hover {
	border-color:#666;
}

/*list layout left*/
/*////////////////////*/

/*////////////////////*/
/*list layout right*/

.row_item div.layout_right {
	margin:59px 10px 0px 0px;
	font-size:14px;
	float:right;
}

.row_item div.layout_right div.quantity {text-align:right;}
.row_item div.layout_right div.price_container {
	font-size:14px;
	margin-top:20px;
}
.row_item div.layout_right div.price_container .price_title {
	float:left;
	text-align:right;
}
.row_item div.layout_right div.price_container .price {
	float:left;
	padding-left:5px;
	text-align:right;
}

/*list layout right*/
/*////////////////////*/

/*////////////////////*/
/*sum*/
.sum_container {margin:20px 0px; padding:20px; background-color:#FAF9F6;}
.sum_container div.left {float:left; margin-top:10px;}
.sum_container div.right {float:right;}
/*sum*/
/*////////////////////*/

/*////////////////////*/
/*discount code*/
.discount_code_container {margin:10px 0px;}
.discount_code_container div {margin-right:5px;}
.discount_code_container div.text {float:left;}

.discount_code_container div.msg {
	float:left;
	margin-top:5px;
	
	font-size:11px;
	font-weight:bold;
}

.discount_code_container div.msg.ok {color:#1c9708;}
.discount_code_container div.msg.error {color:#ed1c24;}
/*discount code*/
/*////////////////////*/

.title h1{
	font-size:30px;
	color:#151719;
	font-weight:bold;
	font-family:"Open Sans", sans-serif;
}

.add_remove{
	width:50px;
}

.add_remove a{
	font-size:20px;
	font-weight:100;
	text-decoration:none;
	color:#b1b1b1;
	text-align:center;
	display:inline-block;
	padding-top:3px;
	line-height:12px;
}


#list .cart_titles div:not(.clear){
	padding:10px 0px;
	font-size:14px;
	font-weight:bold;
	font-family:"Open Sans",sans-serif;
}

#list .cart_titles{
}

a.delete_button{
	float:right;
	width:24px;
	text-align:left;
	margin-top:40px;
	height:24px;
	overflow:hidden;
	padding-top:4px;
}

.content_content .title{
	width:790px;
	float:left;
	text-transform:uppercase;
}

.content_content .button{
	float:right;
	margin-top:20px;
}

.content_content .button a{
	display:block;
	font-size:16px;
	color:#fff;
	background-color:#e06ba0;
	text-transform:uppercase;
	padding:10px 15px;
	text-decoration:none;
}

#discount_container{
	background-color:#d8ebda;
	color:#2e7335;
	font-family:"Open Sans", sans-serif;
	padding:20px 45px 20px 0px;
	font-weight:bold;
	font-size:20px;
	text-align:right;
	display:none;
}

#discount_container #price{
	display:inline-block;
	width:120px;
	text-align:left;
}

.cat_title{
	margin-top:30px;
	border-bottom:2px solid #e3e5e8;
	height:29px;
	text-align:center;
	margin-bottom:30px;
}

.cat_title h2{
	font-size:20px;
	color:#151719;
	font-weight:bold;
	font-family:"Open Sans", sans-serif;
	display:inline-block;
	background-color:#fff;
	padding:0px 30px;
	text-transform:uppercase;
}

.more_items .art_item{
	float:left;
	width:24.9%;
	border:1px solid #f3f3f3;
	text-align:left;
	overflow:hidden;
	color:#333333;
	text-decoration:none;
	position:relative;
	margin:0px;
	font-size:14px;
	background-color:#fff;
	transition:all ease-in-out 0.3s;
	height:260px;
	margin-left:-1px;
}

.more_items .art_item.big{
	width:100%;
	height:522px;
}

.more_items .art_item .overlay{
	opacity:0;
	transition:all ease-in-out 0.3s;
}

.more_items .art_item:hover{
	background-color:#fff;
}

.more_items .art_item:hover .overlay{
	opacity:1;
}

.more_items .art_item img{
	position:relative;
}

.more_items .art_item .art_title{
	padding:15px;
	text-decoration:none;
	font-size:14px;
	display:block;
	color:#151719;
	font-weight:bold;
	width:130px;
	text-transform:uppercase;
	height:90%;
	display:block;
}

.more_items .art_item.big .title{
	height:94%;
	position:relative;
}

.more_items .art_item .art_title span{
	display:block;
	color:#333333;
	font-size:18px;
	font-weight:bold;
}

.more_items .art_item .art_title span:nth-child(1){
	position:absolute;
	bottom:10px !important;
	top:auto !important;
	z-index:9999;
}

.more_items .art_item .art_title span strong{
	color:#f28ab8;
}

.more_items .art_item .button_more,
.more_items .art_item .button_cart{
	position:absolute;
	top:50px;
	width:140px;
	left:-70px;
	margin-left:-70px;
	padding:10px 0px;
	background-color:#3c941a;
	color:#fff;
	transition:all ease-in-out 0.3s;
	z-index:2;
	opacity:0;
	text-decoration:none;
}

.more_items .art_item .button_more{
	left:50%;
	background-color:#3c941a;
}

.more_items .art_item .overlay{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(199,97,142,0.85);
	z-index:99999;
}

.more_items .art_item .overlay a{
	display:inline-block;
	color:#fff;
	text-decoration:none;
	padding:10px 0px;
	font-size:16px;
	font-weight:normal;
}

.more_items .art_item .overlay .art_title{
	height:70% !important;
	color:#fff;
	opacity:1 !important;
	padding:0px !important;
	font-size:16px !important;
}

.more_items .art_item .overlay .delim{
	margin-top:5px;
	border-top:2px dashed #e3e5e8;
	padding-bottom:5px;
}

.more_items .art_item .art_title{
	transition:all ease-in-out 0.3s;
}

.more_items .art_item:hover .art_title{
	opacity:0;
}

.props .enabled {
    background-color: #fff;
    border: 1px solid #ececec;
    color: #e06ba0;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 10px;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
    width: 35px;
	margin-top:34px;
	display:inline-block;
}