/*---------------GLOBAL---------------*/
article,aside,figcaption,figure,footer,header,hgroup,nav,section,time {display: block;}

html {
	margin: 0;
	padding: 0;
	position: relative;
}
body {
	margin: 0;
	padding: 0;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #363636;
	background: #f1f1f1;
	overflow: auto;
	font-weight: normal;
}

.white_bg {	background: #fff;}

* {outline: none;}
input {outline: 0 !important;}
a {color: #0fa1e5;}
a:hover {color: #0fa1e5;text-decoration: none;}
p a {color: #0fa1e5;text-decoration: underline;}



img {border: 0;padding: 0;}
p {margin: 0 0 25px 0;line-height: 1.6;}
h1, h2, h3, h4, h5, h6 {font-weight: 600;}
h1 {font-size: 40px; margin-top: 28px; margin-bottom: 70px;}
h2 {font-size: 25px;}
h3 {font-size: 19px;font-weight:500;}

.clear {clear: both;}
.no-padding {padding: 0;}
/*fixes block with floating elements inside it*/
.relover {position: relative;overflow: hidden;}

textarea {resize: none;}

table {
	border-collapse: collapse;
	width: 100% !important;
	position: relative;
	overflow: auto;
	display: block;
}
table td, table th {
	border: 1px solid #cccccc;
	padding: 5px;
	width: auto !important;
	font-size: 14px;
}
table th {background: #f2f2f2;font-weight: 600;}


.col-xs-five, .col-sm-five, .col-md-five, .col-lg-five {position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px;}
.col-xs-five {width: 20%;float: left;}
.col-xs-seven, .col-sm-seven, .col-md-seven, .col-lg-seven {position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px;}
.col-xs-seven {width: 14.2857%;float: left;}
@media (min-width: 768px) {.col-sm-five {width: 20%;float: left;} .col-sm-seven {width: 14.2857%;float: left;}}
@media (min-width: 992px) {.col-md-five {width: 20%;float: left;} .col-md-seven {width: 14.2857%;float: left;}}
@media (min-width: 1200px) {.col-lg-five {width: 20%;float: left;} .col-lg-seven {width: 14.2857%;float: left;}}

.block_title {
	font-size: 34px;
	font-weight: 900;
	position: relative;
	color: #1e1d1d;
	text-transform: uppercase;
	margin-bottom: 22px;
}
.block_title:after {
	content: "";
	display: block;
	margin-top: 15px;
	width: 52px;
	height: 2px;
	background: #227ceb;
}
.block_subtitle {
	font-size: 19px;
	font-weight: normal;
	position: relative;
	color: #1e1d1d;
	line-height: 2;
}
/*---------------/GLOBAL---------------*/

/*---------------BUTTONS----------------*/
.btn-lg {

}
.btn-md {padding: 8px 14px 9px !important;}

.btn-white {
	background: #fff;
}
.btn-blue {
	background: #fff;
	border: 2px solid #1d74e0;
	color: #1d74e0;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 30px;
	font-size: 13px;
	font-weight: 700;
}
.btn-black {
	background: #212121;
	color: #fff;
}
.btn-black:hover {color: #dfdfdf;}

/*---------------/BUTTONS----------------*/

/*---------------HEADER----------------*/
.header {
	position: relative;
	z-index: 1;
	background: rgba(255,255,255,0.9);
	margin: 20px 0 0 0;
	padding: 22px 0;
}
.logo {
	display: block;
	margin: 0px 0 0 0;
}

.header_phones {
	padding: 6px 0;
	font-size: 16px;
	font-weight: 600;
	/*line-height: 36px;*/
}
.header_phones:before {
	/*content: "";
	display: block;
	background: url(../images/ico_phone.png) center no-repeat;
	border: 2px solid #b0d2fd;
	border-radius: 50%;
	float: left;
	margin-right: 0px;
	width: 36px;
	height: 36px;
	background-size: 40%;
	position: absolute;
	top: 6px;
	left: 0;*/
}
.header_phones_item {
	/*padding-left:46px;*/
	padding-left:0px;
	margin-left: 7px;position: relative;
}
.header_phones_item a {color: #363636 !important;}

.header_whatsapp_title {font-weight: normal;font-size: 12px;}
.header_whatsapp a {color: #0fa1e5 !important;}

.header_address {
    padding: 6px 0;
    font-size: 16px;
    font-weight: 600;
}
.header_address:before {
	/*content: "";
	display: block;
	background: url('../images/ico_pointer.png') center no-repeat;
	border: 2px solid #b0d2fd;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
	width: 36px;
	height: 36px;
	background-size: 40%;*/
}
.header_address div {padding: 0px 0 0 0;}

.recall_btn_wrap {text-align: center}
.recall_btn {
	border: 2px solid #237ae5;
	font-size: 12px;
	font-weight: 500;
	border-radius: 20px;
	margin-top: 2px;
}

.header_email {
	display: block;
	padding: 6px 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 36px;
	color: #363636 !important;
}
.header_email span {color: #363636 !important}
.header_email:before {
	content: "";
	display: block;
	background: url('../images/ico_mail.png') center no-repeat;
	border: 2px solid #b0d2fd;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
	width: 36px;
	height: 36px;
	background-size: 40%;
}


.header_menu {
	background: rgba(35, 123, 232, 0.9);
	margin-bottom: 20px;
}
.header_menu ul {
	width: 100%;
	margin: 0 0 0px 0;
	padding: 0;
	list-style-type: none;
}
.header_menu ul li {
	display: inline;
	line-height: 46px;
	margin: 0;
	padding: 0 25px 0 0;
	font-size: 12px;
}
.header_menu ul li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.header_menu ul li.active a,
.header_menu ul li a:hover {border-bottom: 1px solid;}
.show_mobile_menu {color: #fff;font-size: 24px;display: none;}
.hide_mobile_menu {color: #fff;font-size: 24px;display: none;}


.header_basket_wrap {
	background: #3e3e3e;
	line-height: 46px;
}
.header_basket {
	position: relative;
	color: #fff;
}
.header_basket_amount {
    background: url(../images/ico_basket.png) center no-repeat;
    width: 30px;
    /* height: 20px; */
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    float: left;
    padding: 6px 0px 0 11px;
    line-height: 12px;
    height: 46px;
    margin-right: 15px;
}
.header_basket_sum {
	float: left;
	font-weight: 800;
}



/*---------------/HEADER----------------*/


/*---------------SIDEBAR----------------*/
.sidebar_wrap {
	z-index: 2;
	margin-bottom: 40px;
}
#sidebar{
	will-change: min-height;
}

.sidebar__inner{
	transform: translate(0, 0); /* For browsers don't support translate3d. */
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}

.sidebar_materials {
	background: url('../images/materials_btn.jpg') center right no-repeat;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	display: block;
	width: 100%;
	padding: 30px 0 30px 30px;
}

.sidebar_menu {
	margin: 0px 0px 0px 0;
	padding: 0 0 0px 0px;
	list-style-type: none;
	background: #fff;
}
.sidebar_menu>li {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
	border-left: 3px solid #fff;
	border-bottom: 1px solid #f3f3f3;
	/*box-shadow: -10px 0px 30px -10px #ddd;*/
}
.sidebar_menu>li>a {
	position: relative;
	overflow: hidden;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	padding: 20px 25px 20px 100px;
	display: block;
	color: #1e1d1d;
	line-height: 60px;
}
.sidebar_menu>li.active,
.sidebar_menu>li:hover {
	border-left: 3px solid #0fa1e5;
}
.sidebar_menu>li>a>img {
	position: absolute;
	top: 20px;
	left: 10px;
}
.sidebar_menu>li>a>span {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
}
.sidebar_menu>li.active .sidebar_submenu {display: block;}
.sidebar_menu>li.active .show_sidebar_submenu {display: none;}
.sidebar_submenu {
	margin: 0px 0px 0px 0px;
	padding: 0 0 0px 0px;
	list-style-type: none;
	background: #fff;
	width: 100%;
	display: none;
}
.show_sidebar_submenu {text-align: center;cursor: pointer;position: absolute;right: 10px;top: 39px;}
.show_sidebar_submenu .fa-chevron-up {display: none;}
.sidebar_submenu>li {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
	background: #fff;
}
.sidebar_submenu>li>a {
	position: relative;
	overflow: hidden;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	padding: 10px 10px 10px 100px;
	border-top: 1px solid #f3f3f3;
	display: block;
	color: #1e1d1d;
	line-height: 20px;
}
.sidebar_submenu>li.active>a, 
.sidebar_submenu>li>a:hover {
	color: #0fa1e5;
}
.sidebar_submenu>li>a>img {
	position: absolute;
	top: 20px;
	left: 10px;
}
.sidebar_submenu>li>a>span {
	display: inline-block;
	vertical-align: middle;
	line-height: 26px;
}
/*---------------/SIDEBAR----------------*/

/*--------------CATEGORIES--------*/
.catalog_wrap {}

.catalog_wrap .breadcrumbs {padding: 20px;}
.catalog_wrap .page_header_block {padding: 20px;}

.category_items_empty {padding: 20px;}
.categories_items {margin-top: 30px;}

.cat_item {margin-bottom: 30px;position: relative;}
.cat_item img {}
.cat_item_title_wrap {background: #2a2a2a;font-size: 12px;padding: 20px 14px;}
.cat_item_title {text-transform: uppercase;font-weight: 600;color: #fff !important;margin-bottom: 0px;min-height: 55px;}
.cat_item_catname {display: block;color: #abaaaa;}

.cat_item_price {
	background: #227ceb;
	font-size: 16px;
	color: #fff;
	padding: 8px 14px;
}
.cat_item_price_new {font-weight: bold;}
.cat_item_price_old {text-decoration: line-through;text-align: right;}

.basket_btn i {font-size: 20px}
.cat_item_label {
	position: absolute;
	top: 10px;
	left: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: #fc6719;
	padding: 5px;
	border-radius: 3px;
}



/*----------------index_new_block----------------------*/
.index_new_block {background: #fff;padding:80px 0 50px 0;border-bottom: 1px solid #ededed;}
/*----------------/index_new_block----------------------*/

/*----------------index_info_block----------------------*/
.index_info_block {background: #fff;padding:80px 0 50px 0;}
.index_info_text {font-size: 14px;}
.index_info_text h2 {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 15px 0;
	line-height: 1.45;
}
/*----------------/index_info_block----------------------*/




/*----------------NEWS----------------------*/
.index_news_block {padding: 60px 0 0 0;}
.index_news_block_header {padding: 0px 0 40px 0;}
.index_news_block_header:after {
	margin: 0 auto;
}

.index_news_item {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 0 -15px;
}
.index_news_item_title, .index_news_item_date {width: 100%;position: absolute;left: 0;padding: 0 30px;text-shadow: 0px 1px 1px #000;}
.index_news_item_title {color: #fff;font-size:22px;bottom: 74px;}
.index_news_item_date {color: #abaaaa;font-size:15px;bottom: 30px;}

.index_news_firstitem .index_news_item_title {bottom: 50%;}

.index_news_seeall_wrap {background: #1d74e0;}
.index_news_seeall {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 -15px;
}
.index_news_seeall div {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -23px;
	left: 0;
	font-size: 22px;
	color: #fff;
	line-height: 47px;
	text-align: center;
}
.index_news_seeall div span {
	display: inline-block;
	padding-right: 40px;
	background: url('../images/slider_arr_r.png') right center no-repeat;
}

.news_wrap {
	padding: 0  0 20px 0;
}
.news_item {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.news_item_info_wrap {
	width: 100%;position: absolute;left: 0;padding: 0 20px;text-shadow: 0px 1px 1px #000;z-index: 1;bottom: 20px;
}
.news_item_title {color: #fff;font-size:16px;}
.news_item_date {color: #ccc;font-size:12px;margin-bottom: 7px;}
.news_item_backlink {margin-bottom: 30px;}

.news_item_content img {
    max-width: 100%;
    height: auto;
}
/*----------------/NEWS----------------------*/



/*----------------MODAL----------------------*/

/*----------------MODAL----------------------*/



/*----------------SLIDER----------------------*/
.index_slider {margin-bottom: 38px;}
.owl-dots {text-align:center;-webkit-tap-highlight-color:transparent; position: absolute;bottom: 0px; width: 100%;}
.owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-dots .owl-dot span{width:6px;height:6px;margin:5px 7px;background:#fff;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:100%}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span{background:#227ceb;}

.owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top:-23px;
}
.owl-prev, .owl-next {
	width: 25px;
	height: 47px;
	position: absolute;
	top: 0;
}
.owl-prev {
	background: url('../images/slider_arr_l.png') no-repeat;
	left: 20px;
}
.owl-next {
	background: url('../images/slider_arr_r.png') no-repeat;
	right: 20px;
}
/*----------------/SLIDER----------------------*/


/*----------------FOOTER----------------------*/
.footer_top {
	background: #202020;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #323232;
}
.footer_logo {
	display: block;
	margin: 0px 0 0 0;
}

.footer_top_menu {
	margin: 14px 0 0 0;
	padding: 0;
	list-style-type: none;
	float:right;
}
.footer_top_menu li {
	margin: 0 30px 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
}
.footer_top_menu li a {color: #9e9e9e;font-weight: 600;}


.footer_bottom {
	background: #202020;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
}
.footer_contacts_city {
	font-size: 15px;
	background: url(../images/ico_pointer_footer.png) left center no-repeat;
	line-height: 22px;
	padding: 0 0 0 30px;
	margin-bottom: 15px;
}
.footer_contacts_phones {margin-bottom: 15px;}
.footer_contacts_phones div {
	font-size: 24px;
	line-height: 34px;
}
.footer_contacts_address {
	color: #c5c5c5;
	font-size: 13px;
}

.footer_contacts_recall {
	display: block;
	font-size: 15px;
	background: url(../images/ico_recall.png) left center no-repeat;
	line-height: 22px;
	padding: 0 0 0 30px;
	margin-bottom: 20px;
	color: #bcbcbc;
}
.footer_contacts_manager {
	display: block;
	font-size: 15px;
	background: url(../images/ico_manager.png) left center no-repeat;
	line-height: 22px;
	padding: 0 0 0 30px;
	margin-bottom: 35px;
	color: #bcbcbc;
}
.footer_contacts_worktime p {
	color: #c5c5c5;
	font-size: 13px;
	margin: 0;
	line-height: 1.5;
}

.footer_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footer_menu ul li{
	margin: 0 0 12px 0;
	padding: 0;
	list-style-type: none;
}
.footer_menu ul li a {color: #bcbcbc;font-size: 15px;}

/*----------------FOOTER----------------------*/

/*breadcrumbs*/
.breadcrumbs {
	background: #fff;
	border-bottom: 1px solid #ededed;
	padding: 20px 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 10px;
	letter-spacing: 1px;
}
.crumb {color: #6d7681;margin: 0 10px 0 0;display: inline-block;	line-height: 20px;}
.crumb:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 15px;
	background: url('../images/ico_navibar_arr.png') no-repeat;
	margin: 0px 0 -3px 10px;
}
.first_crumb {font-weight: 800;color: #1e1d1d;}
.crumb:last-child:after {display: none;}
/*breadcrumbs*/

/*page_header_block*/
.page_header_block {
	background: #fff;
	padding: 20px 0;
	margin: 0;
}
.page_header_block h1 {
	font-size: 34px;
	font-weight: 900;
	color: #1e1d1d;
	margin: 0;
	padding: 0;
}
/*page_header_block*/

/*sort*/
.sort {background: #fff;padding: 20px;border-top: 1px solid #ededed;margin-bottom: 30px;}
.sort_title {font-size: 14px;}
.sort-price {cursor: pointer;color: #1e1d1d;font-size: 11px; text-transform: uppercase;font-weight: 700; display: inlin-block;margin: 0 10px;}
.active_sort_link {color: #1d74e0}
/*sort*/

/*numpages*/
.numpages {font-size: 18px;}
.numpages a, .numpages span {
	display: inline-block;
	padding: 12px 0px;
	color: #fff;
	width: 50px;
	text-align: center;
}
.numpages a {background: #2a2a2a;margin-bottom: 60px;}
.numpages a:hover, .numpages span {background: #227ceb;}
a.num_arr, span.num_arr {background: #4a4a4a !important;}
.num_arr:hover {background: #2a2a2a;}
/*numpages*/

/*----------------CONTENT----------------------*/
.content_wrapper {
	background: #fff;
}
/*----------------CONTENT----------------------*/


/*----------------CATEGORY----------------------*/
.series_info {
	margin: 0 0 30px 0;
}
.series_price {
	margin-bottom: 10px;
	font-size: 38px;
	font-weight: 900;
	color: #1d74e0;
}
.series_price_descr {
	font-size: 13px;
	margin: 10px 0 20px 0;
}
.series_links {}
.series_links a {
	font-size: 16px;
	color: #1d74e0;
	display: block;
	margin-bottom: 10px;
}
.series_links a i {margin-right: 10px;}
/*----------------/CATEGORY----------------------*/


/*----------------OBJECT-----------------------*/

.object_page {background: #e2efff; margin-bottom: 60px;position: relative;overflow: hidden;}

.object_page .breadcrumbs {padding: 20px;}
.object_page .page_header_block {padding: 20px;}

.object_gallery {padding: 0 20px 20px 20px;background: #fff;}
.object_descr {padding: 0 20px 20px 20px;background: #fff;}

.object_descr img {max-width: 100%;height: auto;}

#sync1 {margin-bottom: 15px;}
#sync2 .item{ }
#sync2 .current .item {position: relative;}
#sync2 .current .item:before {
	content: "";
	display: block;
	width: 100%;
	min-height: 200px;
	background: rgba(29,116,224,0.5);
	position: absolute;
	top: 0;
	left: 0;
}

.object_aside {

}
.object_price_wrap {
	background: #fff;
	margin: 0 0 0 -30px;
	text-align: center;
	padding: 20px 0 0 0;
	box-shadow: 0px 0px 35px -5px #ccc;
}
.best_price {
	font-weight: 900;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
}
.best_price span {
	top: -3px;
	position: relative;
}
.best_price i {
	color: #1d74e0;
	font-size: 20px;
	margin: 0 6px 0 0;
}
.object_price {
	font-size: 38px;
	font-weight: 900;
	color: #1d74e0;
	text-align: center;
}
.object_oldprice {
	font-size: 30px;
	color: #6d7681;
	text-decoration: line-through;
	text-align: center;
	font-size: 300;
}
.object_price_descr {
	font-size: 13px;
	text-align: center;
	margin: 10px 0 20px 0;
}

.btn-basket {
	background: #fff;
	border: 2px solid #1d74e0;
	padding: 10px 0;
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 13px;
	color: #1d74e0;
	letter-spacing: 1px;
	font-weight: bold;
	width: 80%;
	margin: 0 0 -23px 0;
}

.object_properties {margin-top: 50px;font-size: 15px;}
.object_prop {
	padding: 0 0 20px 0;
	margin: 0 30px 20px 0;
	border-bottom: 1px solid #c4d8f0;
}
.object_prop_title {font-weight: bold;margin-bottom: 5px;}

.object_relative_wrapper {padding: 20px;background: #fff;}
/*----------------OBJECT-----------------------*/

/*----------------CART----------------------*/
.basket_wrapper {
	background: #fff;
	padding: 20px;
}

.clear_cart {font-size: 13px;color: #999999;position: absolute;top: 51px;right: 16px;}
.clear_cart:hover {color: #999;text-decoration: underline;}
.clear_cart i {font-size: 15px;margin-right:5px;}

.cart_list_title {
	padding-bottom: 12px;
	font-size: 13px;
	margin-top: 20px;
	text-align: center;
}
.basket {border-top: 1px solid #d9d9d9;}
.cart_list_item {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	overflow: hidden;
}

.cart_item_descr {margin: 0px 0 0 0px;position: relative;overflow: hidden;}
.cart_item_descr_img {
	display: block;
    position: relative;
    overflow: hidden;
	line-height: 100px;
}
.cart_item_descr_img img {
    float: left;
    margin: 0 20px 0 0;
}
.cart_item_descr_img span {
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
	color: #6d7681;
}

.cart_col_title {font-size: 12px; font-weight:900;text-transform: uppercase;}

.cart_item_descr_title a {display: block;font-weight: normal;line-height:1.5;display: inline-block;}

.cart_item_price {font-size: 24px;text-align: center;white-space:nowrap;margin: 30px 0 0 0px;font-weight: 700;}

.cart_item_count {
    margin: 28px auto 0px auto;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    width: 120px;
}
.cart_item_count button {
	background: #d8eaff;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 15px;
	color: #4f8cd6;
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	font-weight: 300;
	border-radius: 100%;
	position: relative;
	z-index: 1;
}
.cart_item_count input {
    margin: 0 -20px 0 -20px;
    background: #ebf4ff;
    display: block;
    float: left;
    border: 0;
    width: 80px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
	position: relative;
	z-index: 0;
	height: 40px;
}
.cart_item_count button:hover {background: #ededed;}
.cart_item_count button:hover i {color: #fff;}
.change_amount_plus {float: right !important;}

.cart_item_delete {
	padding-left: 0px;
	display: block;
	width: 40px;
	height: 40px;
	background: url('../images/ico_remove.png') center no-repeat;
	margin: 28px auto 0 auto;
}

.cart_footer_wrap {margin: 20px 0;}
.cart_summary_wrap {}
.cart_summary_wrap span {
	font-size: 14px;line-height: 40px;
	display: inline-block;
	margin: 0 15px 0 0;
	float: left;
}
.cart_summary.size3 {font-size: 30px; font-weight: 900}
.cart_summary {font-weight: bold;}

.cart_message_ico {margin: 28px 0 10px;}
.cart_message_title {font-size: 40px;font-weight: 600;margin-bottom: 5px;}
.cart_message_subtitle {font-size: 14px; margin-bottom: 44px;}
.cart_message_btn_1 {float: right;margin: 0 -10px 20px 0;}
.cart_message_btn_2 {margin: 0 0px 20px -10px;}

.purchasing_one_step_form h4 {margin: 25px 0;}
.red_star {color: #ff5641;}

.checkbox-group input[type="checkbox"] {position: absolute;}
.checkbox-group label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.personal_link {
	color: #337ab7;
	text-decoration: underline;
}

.delivery_link span {
	border-bottom: 1px dashed;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}
.delivery_link {margin-bottom: 20px;}
.delivery_link.active {
	color: #f9ac2b;
}
.delivery_wrap {
	margin-bottom: 20px;
	display: none;
}
/*----------------/CART----------------------*/

/*----------------MODAL----------------------*/
.modal {z-index: 99999;}
.modal_title {
	font-size: 24px;
	margin: 0 0 20px 0;
}
.modal .form-group label {
	font-weight: normal;
	display: block;
}
.modal .form-group label span {
	font-size: 13px;
}
input.captcha {margin-bottom: 5px;}
#captcha_img {border: 1px solid #ccc; margin-right: 10px;}
#captcha_reset {display: inline-block;border-bottom: 1px dashed;cursor: pointer;}
.formErr {font-size: 13px; color: red;}
i.redstar {font-style: normal;color: red;}
/*----------------MODAL----------------------*/

/*----------------FORMS----------------------*/
.form-group label {
	font-weight: normal;
	display: block;
}
.form-group label span {
	font-size: 13px;
}
/*----------------FORMS----------------------*/

/*----------------PHOTOGALLERY----------------------*/
.gallery_item {
	margin-bottom: 20px;
	position: relative;
}
.gallery_item_link {
    display: block;
    color: #000;
}
.gallery_item img {
    border-radius: 4px;
    margin-bottom: 15px;
}
.gallery_item_title {
	font-size: 14px;
	min-height: 60px;
}
.gallery_item_descr {
	max-width: 600px;
	font-size: 13px;
	padding: 20px;
}
.gallery_popup_title {
	position: absolute;
	top: 0;
	left: 0;
	padding: 6px;
	background: #fff;
	border-radius: 0 0 4px 0;
	float: left;
	max-width: 50%;
}
.gallery_item_descr p {
	margin: 0 0 10px 0;
	line-height: 1.4;
}
.gallery_item_btn {
	margin-top: 20px;
}
.fancybox-content {
	padding: 4px;
	border-radius: 4px;
}
.fancybox-close-small {
	background: #fff;
	border-radius: 60%;
	height: 34px;
	padding: 2px;
	right: 10px;
	top: 10px;
	width: 34px;
}
.fancybox-toolbar {
	z-index: 99998 !important;
}
/*----------------/PHOTOGALLERY----------------------*/

.simple_content_wrap { padding-bottom: 20px;}
.category_items_empty  img,
.simple_content_wrap img {
	max-width: 100%;
	height: auto;
}


body {
	background: #f1f1f1 url('../images/bg.jpg') top center no-repeat;
	background-size: contain;
}