.cat_lst .grp_lst li{   
    color: #000;
    background-color: #fff;
}
.cat_lst .grp_lst li:hover{    
    background-color: #fff;
}
.description_cell{
	padding-top: 20px;
}
.description_cell > a > p{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.description_cell > a > p:hover{
	color: #ff5500;
}
.cat_lst .grp_lst li a{
    color: #000;
    padding: 0px 0px;
}
.grid_12{
	margin-left: 20px;
}
.shp_itm{
    margin: 40px 0px 60px 0px ;
    text-align: center;
}
.grid_4{
    width: 330px;
}
.img_shop_item{
	min-width: 100%;
	max-width: 100%;
}
.pagination{
	border: 1px solid #ff5500;
}
.pagination span.current{
    background: #ff5500;
    border-radius: 30px;
    color: #ffffff;
}
.pagination span{
    width: 90px;
    padding: 12px 0;
    font-size: 15px;
    display: inline-block;
    color: #434345;
    font-weight: 700;
    text-transform: uppercase;
}
.pagination a span{
	transition: all 0.3s ease;
}
.pagination a span:hover{
	color: #efa301;
}

@media (min-width: 980px) and (max-width: 1199px){
	.shp_itm>.image_left{
       width: 35%;
    }		
	.grid_4{
		width: 280px;
	}	
}
@media (min-width: 768px) and (max-width: 979px){
	.shp_itm>.image_left{
       width: 60%;
    }	
	.shp_itm>.item-description{
		display: inline-block;
		width: 60%;
		margin: 0 0 30px 0px;
	}
	.grid_4{
		width: 370px;	
		margin-left: 30px;	
	}
	.sf-menu > li > a{
		padding: 4px 20px;
	}
	.cat_lst h1{
		font-size: 40px;
	}
}
@media (max-width: 767px){
	.grid_12{
	margin-left: 0px;
	}
	.shp_itm{
		margin: 40px 0px 50px ;
		text-align: center;
	}
	.grid_4{
	width: 100%;
	}	
	.mce-content-body>h1{
		font-size: 34px;
	}
	.price-info{
		text-align: center !important;
	}
	.price-info>h3>span{
        margin: 0 50px 20px !important;
	}	
	.price-info>h3>a.btn-circle{    
		margin: 0 50px 20px !important;
	}
	.cat_lst h1{
		font-size: 35px;
	}
}
	
@media (min-width: 400px) and (max-width: 600px){
	.shp_itm>.item-description>.price-info>h3>span{
        margin: 0 50px 20px !important;
	}	
	.shp_itm>.item-description>.price-info>h3>a.btn-circle{    
		margin: 0 50px 20px !important;
	}	
}
@media (max-width: 400px){
	.cat_lst .shop_item{
		height: 100% !important;		
		width: 100% !important;
		margin: 0 !important;
	}
	.cat_lst .shop_item .shop_table_item .description_row{
		min-height: 90px;
		padding: 0px 14px 40px;
	}
	.cat_lst h1{
		font-size: 30px;
	}
	.cat_lst {
	margin-bottom: 30px;
	}
}

/* Modal Order Window
***********************************************************/
.container .reveal-modal{
	background-color: #fff;  
	width: 400px;
	z-index: 1001;
	top: 100px;
	padding: 0;
	font-family: Roboto, Tahoma, Helvetica, Arial, Verdana;
	margin-left: 0;
}
.container .reveal-modal-bg{
	z-index: 1000;
}
.container .reveal-modal-bg{
	color: #aaa;
}
.container .reveal-modal .close-reveal-modal{
	cursor: pointer;
	font-size: 30px;
	line-height: 0.5;
	position: absolute;
	right: 8px;
	top: 12px;
	font-weight: normal;
	transition: none;
}
.container .reveal-modal .close-reveal-modal:hover{
	color: #000000;
}
.container .reveal-modal .ff{
	margin-top: 20px;	
}
.f_header{
	position: relative;    
	margin-bottom: 20px;
	padding: 0 40px 0 40px;
}
.f_header .t{
	font-size: 18px;	
}
.f_header .name{
	color: #476163;
	font-size: 14px;
	text-align: left;
}

.f_header .price {
	color: #000;
	font-size: 19px;
	text-align: left;
}
.form_content .name{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.form_content{
    background: #f6f5f5 none repeat scroll 0 0;
    padding: 40px;
}
#order_form_error, #call_form_error{
	color: #ed3239;
	padding: 0 5px 10px;
	text-align: left;
	line-height: 1.2;
	font-size: 13px;
}

.form_content input{
	border: 1px solid #cfd2d2;
	border-radius: 20px;
	font-family: Arial;
	margin-bottom: 14px;
	padding: 10px;
	width: 90%;
	color: #6b7172;
	font-size: 12px;
}
.form_content label{
	font-family: Arial;
	color: #6b7172;
	font-size: 12px;
	text-align: left;
}
#receive_agreed{
	width: 20px;
	height: 60px;
  float: left;
  margin-right: 20px;	
}
.form_element label > p{
	font-size: 12px !important;
}
.form_content textarea{
	border: 1px solid #cfd2d2;
	border-radius: 20px;
	color: #364041;
	font-size: 12px;
	height: 54px;
	padding: 10px;
	width: 90%;   
	margin-bottom: 4px;    
	font-family: Arial;	
	resize: none;
}
.reveal-modal input[type="submit"]{
	-moz-appearance: none;	
	border: medium none;	
	color: #fff;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 20px;
	clear: both;
	width:60%;
	height: 50px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
.reveal-modal input[type="submit"]:hover{
	background: #191919 none repeat scroll 0 0;
}
.form_content input.redBorder{
    border: 1px solid red;
}
#receive_agreed{
    border: 1px solid red;
}
/* Media Query
***********************************************************/
@media (max-width: 479px){	
	.container .reveal-modal{
		width: 300px;		
	}	
	.reveal-modal input[type="submit"]{	
		width:90%;
	}	
}
/* Modal Order 2 Window
***********************************************************/
#order-ok p{
	text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 80px 40px;
	color: #000;
}
#order-ok-close a{
	position: inherit;
	display: block;
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-decoration: underline;
}
#order-ok-close a.order-ok-close{
	font-size: 40px;
	margin-bottom: 60px;
	text-decoration: none;
}
#order-ok-close a:hover{
	color: #000;
	text-decoration: none;
}
#order-ok-close a.order-ok-close:hover{
	color: #000;	
}
.codskar {
    float: left;
    width: 100px;
    margin-right: 30px;
}
.captcha-contact>.capc_ha {
    display: inline-block;
    width: 285px;
}
.capc_ha > a > p {
    text-decoration: underline;
    margin-left: 110px !important;
    font-weight: 500 !important;
    cursor: pointer;
}
img.captcha {
    float: left;
}
.captcha-contact>.capc_ha {
    display: inline-block;
    width: 285px;
}