@font-face {
	font-family: 'PT Sans-Regular';
	src: url('../fonts/PTSans-Regular.eot');
	src: local('../fonts/PT Sans'), local('PTSans-Regular'),
		url('../fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PTSans-Regular.woff') format('woff'),
		url('../fonts/PTSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body{
	font-family: 'PT Sans-Regular';
}
body.site {
	background-image: url('../img/site_bg.jpg');
	background-position: center top;
	background-repeat: repeat;
	border-top: 0px;
	padding: 40px;
	color: #555555;
}
.body .container, 
.footer .container{
	/*width: 1200px;*/
	border-radius: 0px;
	padding: 10px 0px;
}
.header{
	padding: 0px 25px;
	/*background-image: url('../img/top_bg_bottom.png');*/
	background-image: url('../images/top_wave.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	position: relative;
	z-index:2;
	margin-bottom: 0px;
}
.brand{
	width: 25%;
}
.pull-right{
	width: 75%;
	font-size: 17px;
}
.customtop_phonecontact{
	float: left;
	font-size: 28px;
	padding: 35px 10px;
}
.customtop_phonecontact table td{
	text-align: center;
}
.customtop_phonecontact table td span.phonenumber{
	font-size: 35px;
	line-height: 55px;
}
.customtop_phonecontact table td img{
	max-width:35px;
}
div.mod-languages li.lang-active a img,
div.mod-languages li:hover a img{
	box-sizing: border-box;
	border: 2px solid #da5251;
}
/*cart in header*/
#jshop_module_cart{
	float: right;
	background-image: url('../img/shopping_cart.png');
	background-position: left 20px;
	background-repeat: no-repeat;
	padding: 20px 0 0 70px;
}
#jshop_module_cart .half_cart{
	background-color: #f5f8f7;
	float: left;
	font-size: 15px;
	padding: 10px;
	border: 1px solid #a1a1a1;	
}
#jshop_module_cart .half_cart:nth-child(2)::after{
	content:'';
    display:block;
    clear: both;
}
#jshop_module_cart .half_cart:nth-child(1){
	border-radius: 10px 0 0 10px;	
}
#jshop_module_cart .half_cart:nth-child(2){
	border-radius: 0px 10px 10px 0px;	
}
#jshop_module_cart .half_cart span{
	color:#e9797e;
	font-size: 20px;
}
#jshop_module_cart span.fullwidth{
	padding: 20px 0;
    display: inline-block;
    text-align: center;
    width: 100%;
}
#jshop_module_cart span.fullwidth a{
	color: #3bb890;
	font-size: 20px;
	text-align: center;
}

	
/*menu*/
.moduletable_menu {
	/*background-color: #FFFFFF;*/
	/*background-image: url('../img/flower_menu_bg.png');*/
	background-image: url('../images/main_menu_bg.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	top: -5px;
}
.moduletable_menu  .nav.menu.mod-list{
	padding: 0px 0 0 50px;
}
.moduletable_menu ul li{
	display: inline-block;
	background-image: url('../images/main_menu_separator.png');
	background-position: right center;
	background-repeat: no-repeat;
}

.moduletable_menu ul li a{
	color: #FFFFFF;
}

.moduletable_menu ul li:last-child{
	background-image: none;
}
.moduletable_menu ul li:hover a{
	color: #202020;
	background-color: transparent;
}


/*left sidebar*/
#sidebar{
	padding: 0px 26px;
}
.jshop_menu_level_0 a,
.jshop_menu_level_0_a a{
	padding: 5px 5px 5px 35px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	background-image: url('../images/flower.png');
	background-position: 4px center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #dbdbdb;
	color: #000;
}
.jshop_menu_level_0 a:hover,
.jshop_menu_level_0_a a,
.jshop_menu_level_1 a:hover ,
.jshop_menu_level_1_a a{
	color: #ff501f;
	text-decoration: none;
	background-image: url('../images/flower_hover.png');
	background-position: 0px center;
	border-color: #f49787;
	color: #f49787;
}
.jshop_menu_level_1,
.jshop_menu_level_1_a{
	padding-left: 50px;
}
.jshop_menu_level_1 a,
.jshop_menu_level_1_a a{
	padding-bottom: 5px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;	
}

/*login*/
.moduletable_login{
	margin-top: 35px;
}
.moduletable_login #login-form{
	margin: 10px 0;
}
.moduletable_login #login-form a{
	color:#62c6ae;
	text-decoration: underline;
}
.nav > li > a{
	color: #62c6ae;
}

/*right column*/
.moduletable{
	margin: 0 25px 0 0;
}
h2[itemprop="headline"]{
	text-align: left;
}
/*delivery*/
div[itemprop=articleBody] table{
	width: 100%;
	margin: 20px 0;
}
div[itemprop=articleBody] table tr:nth-child(2) td{
	color: #FFF;
	line-height: 50px;
	width: 30%;
}
div[itemprop=articleBody] table tr:nth-child(2) td:nth-child(1){
	background-color: #da5251;
	margin-right: 5%;
}
div[itemprop=articleBody] table tr:nth-child(2) td:nth-child(2){
	background-color: #fbb84a;
	margin-right: 5%;
}
div[itemprop=articleBody] table tr:nth-child(2) td:nth-child(3){
	background-color: #b3c255;
}
#content h2, #content h3{
	color: #da5251;
	font-style: italic;
	text-align: left;
}

#comjshop{
	padding: 40px 26px;
}
/*jshopping*/
.sblock3 .block_product{
	border: 1px solid #cccccc;
	box-sizing: border-box;
	padding: 5px;
}
.name a{
	color: #05a780;
}
.jshop_price{
	float: left;
	width: 45%;
	background-color: #ffffc5;
	border: 1px dotted red;
	box-sizing: border-box;
	margin: 0px 2.5%;
	border-radius: 5px;
	font-size: 23px;
	line-height: 38px;
	height: 38px;
}
.price_currency{
	font-size: 10px;
}
.jshop_list_product .product .buttons{
	float: right;
	width: 45%;
	margin: 0px 2.5%;
}
.productfull .prod_buttons{
	margin-top: 25px;
}

.buttons .btn.btn-success.button_buy,
.buttons .btn.btn-primary.button{
	display: inline-block;
	box-sizing: border-box;
	width: 121px;
	border-radius: 5px;
	font-size: 20px;	
	border: 0px;		
	text-align: left;
	margin-top: 0px;
	padding: 0px 5px;	
	line-height: 38px;
	height: 38px;
	
	 /* Fallback (could use .jpg/.png alternatively) */
	  background-color: #38ab8f;

	  /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
	  background-image:
		-webkit-gradient(#62c6ae, #048969);
	  
	  /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
	  background-image:
		-webkit-linear-gradient(#62c6ae, #048969);

	  /* Firefox 3.6 - 15 */
	  background-image:
		-moz-linear-gradient(#62c6ae, #048969);

	  /* Opera 11.1 - 12 */
	  background-image:
		-o-linear-gradient(#62c6ae, #048969);

	  /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
	  background-image:
		linear-gradient(#62c6ae, #048969);
}
.productfull  .buttons .btn.btn-success.button_buy{
	width: auto;
}

.extra_fields_el{
	border-bottom: 1px dotted #ccc;
}
.extra_fields_el:nth-child(even) {
	background-color: #f5f8f7;
}
.extra_fields_name{
	display: inline-block;
	width: 40%;	
}
.extra_fields_value{
	display: inline-block;
	width: 45%;
}
.oiproduct::after{
	content:'';
    display:block;
    clear: both;
}
/*cart*/
.cart td{
	border:  0px;
	border-bottom: 1px dotted #ccc;
}



/*product view*/
.prod_buttons .minus,
.jshop.cart  .minus{	
	background-image: url('../images/minus.png');
	display:inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	width: 23px;
	height: 23px;
}
.prod_buttons .plus,
.jshop.cart  .plus{
	background-image: url('../images/plus.png');
	display:inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px;
	width: 23px;
	height: 23px;
}

.prod_buttons #total{
	width: 150px;
	background-color: transparent;
	border: 0px;
	box-shadow: none;
	font-size: 18px;
    color: #950000;
	text-align: right;
	margin: 0px;
	padding: 0;
}
.productfull #block_price{
	line-height: 150%;
	font-size: 18px;
}

/*footer*/
.footer .container{
	background-color: #555555;
	color: #e1e1e1;	
	padding: 0px 0 50px 0;
}

.footer .container .custom_footercontact{
	width: 100%;
	float: left;
	background-color: #ffffff;
	background-image: url('../images/footer_top_bg.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 15px 0 10px;
	border-bottom: 1px solid #666666;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.footer .container .custom_footercontact td{
	padding: 0px 10px;
}
.footer .container .custom_footercontact td img{
	margin: 0px 5px;
}
.footer .container a{
	color:#62c6ae;
}
.footer .copyright_flowers{
	display: block;
	float: left;
	width: 25%;
	color: #e1e1e1;
	padding: 0px 35px;
	box-sizing: border-box;
}
.footer .nav.menu{
	float: right;
	width: 50%;
	box-sizing: border-box;
}
.footer .nav.menu li{
	display: inline-block;
	width: 50%;
	text-align: left;
}
.footer .nav.menu li a{
	color:#62c6ae;
	text-decoration: underline;
	padding: 5px;
	font-size: 16px;
}
.footer p.pull-right{
	display: block;
	float: right;
	width: 25%;
}
.footer p.pull-right a{
	color:#62c6ae;
}

@media (max-width: 768px) {
	body.site{
		margin: 0 1%;
		width: 100%;
		padding: 1%;
		box-sizing: border-box;
	}
	.header-search.pull-right{
		float: right;
		display: block;
		width: 70%;
	}
	.customtop_phonecontact{
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}
	#jshop_module_cart{
		float: none;
		display: block;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}
	.customtop_phonecontact table{
		margin: 0 auto;
	}
	
	.jshop_menu_level_0, .jshop_menu_level_0_a{
		display: inline-block;
		width: 50%;
		float: left;
	}
	.moduletable_search, .moduletable_login{
		width: 50%;
		float: left;
		margin-top: 0px;
	}
	.moduletable_treecat::after, 
	.sidebar-nav::after{
		content:'';
		display:block;
		clear: both;
	}
	
	.moduletable_menu{
		background-image: none;
		background-position: none;
		background-color: #62c6ae;
	}
	.moduletable_menu .nav.menu.mod-list{
		padding: 0px;
	}
	
	.footer .container .custom_footercontact{
		background-repeat: repeat-y;
	}
	.custom_footercontact table tr td{
		display: inline-block;
	}
	
	.footer .nav.menu {
		float: none;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 5px 20px 5px;
	}
	.footer .copyright_flowers{
		width: 50%;
	}
	.footer p.pull-right{
		width: 50%;
	}
}
@media (max-width: 600px) {
	.header-search.pull-right{
		float: none;
		width: 100%;
	}
	.header .brand ,
	.customtop_phonecontact{
		float: none;
		display: block;
		width: 100%;
	}
	#id_currency, .mod-languages{
		width: 50%;
		float: left;
		box-sizing: border-box;
		margin: 0px;
	}
	.mod-languages::after{
		content:'';
		display:block;
		clear: both;
	}
	#jshop_module_cart{
		padding: 50px 0 0 90px;
		background-position: left 50px;
	}
	#jshop_module_cart br::after{
		content:'';
		display:block;
		clear: both;
	}
	
	
	
}
@media (max-width: 480px) {
	.item-info > span {
		display: block;
	}
	.blog-item .pull-right.item-image {
		margin: 0 0 18px 0;
	}
	.blog-item .pull-left.item-image {
		margin: 0 0 18px 0;
		float: none;
	}
	.jshop_menu_level_0, .jshop_menu_level_0_a{
		display: inline-block;
		width: 100%;
		float: none;
	}
	.moduletable_search, .moduletable_login{
		float: none;
		width: 100%;
	}
	
}
@media (max-width: 400px) {
	body{
		min-width: 360px;
	}
	.customtop_phonecontact {
		font-size: 1em;
	}
	.blog-item .pull-right.item-image {
		margin: 0 0 18px 0;
	}
	.blog-item .pull-left.item-image {
		margin: 0 0 18px 0;
		float: none;
	}
	.custom_footercontact table tr td{
		width: 100%;
		margin: 5px 0;
	}
	.footer .copyright_flowers{
		width: 100%;
	}
	.footer p.pull-right{
		width: 100%;
	}
}