/*---------------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: 15px;
	color: #363636;
	background: #f1f1f1;
	overflow: auto;
	font-weight: normal;
}

.white_bg {	background: #fff; padding: 20px;}

* {outline: none;}
input {outline: 0 !important;}
a {color: #000;}
a:hover {color: #000;text-decoration: none;}
p a {color: #0fa1e5;text-decoration: underline;}



img {border: 0;padding: 0;}
.img-responsive {
	max-width: 100%;
}
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-yellow {
	background: #FFE500;
}
.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: #fff
}
.logo {
	display: block;
}
.logo img {	max-height: 50px;}

.header_top {
	color: #fff;
}
.header_contacts_block_title {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
}
.header_contacts_block_title:after {
	content: "";
	display: block;
	width: 18px;
	margin-top: 10px;
	border-bottom: 2px solid #FFD200;
}

.header_phone {
	font-size: 25px;
	color: #fff;
}
.header_phone a {color: #fff;}
.header_whatsapp {
	font-size: 12px;
	color: #fff;	
}
.header_whatsapp a {color: #fff;}
.header_address {
    font-size: 13px;
}


.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;
	font-size: 14px;
	font-weight: 600;
	color: #fff !important;
}

.header_menu {
	margin: 0;
	font-size: 11px;
}
.header_menu a {
	color: #333333;
	text-transform: uppercase;
	position: relative;
}

.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: 44px;
}
.header_basket {
	padding: 0rem 1rem 0 calc(44px + 1rem);
	position: relative;
	background: #FFE500;
	border-radius: 44px;
	height: 44px;
	color: #000;
}
.header_basket_amount {
	background: #000 url(../images/ico_cart.png) center no-repeat;
	font-size: 0px;
    width: 44px;
	height: 44px;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.header_basket_sum {
	color: #000
}


.float_header {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 50px -10px;
	color: #000
}


.float_header .header_contacts_block_title {font-size: 12px !important;;max-width: 100% !important;}
.float_header .header_contacts_block_title:after {display: none;}
.float_header .header_basket {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.float_header .header_contacts_block_title,
.float_header .header_phone, 
.float_header .header_whatsapp,
.float_header a {
	font-size: 12px !important;
	color: #000
}

/*---------------/HEADER----------------*/


/*---------------SIDEBAR----------------*/
.sidebar_wrap {
	z-index: 2;
	margin-bottom: 40px;
}

.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/examples_bg.png') center left no-repeat;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 160px;
}
.sidebar_materials span {
	position: relative;
	z-index: 1;
	max-width: 80px;
}
.sidebar_materials:after {
	content: "";
    display: block;
    width: 100%;
    height: 301px;
	position: absolute;
	z-index: 0;
    bottom: 0;
    left: 0;
    background: url('../images/bg_corner_r.png') no-repeat left bottom;
}

.sidebar_menu {
	margin: 0px 0px 0px 0;
	padding: 0 0 0px 0px;
	list-style-type: none;
	background: #FFE500;
}
.sidebar_menu>li {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
}
.sidebar_menu>li>a {
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	display: block;
	color: #333333;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #edcdcd;
}
.sidebar_menu>li.active>a,
.sidebar_menu>li:hover>a {
	background: #333333;
	color: #fff;
}
.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: 17px;}
.show_sidebar_submenu div {
	width: 22px;
	height: 22px;
	display: block;
}
.show_sidebar_submenu .left_hide_submenu {display: none;background: url('../images/ico_minus.png') center no-repeat;}
.show_sidebar_submenu .left_show_submenu {background: url('../images/ico_plus.png') center no-repeat;}
.sidebar_submenu>li {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
	background: #fff;
}
.sidebar_submenu>li>a {
	position: relative;
	overflow: hidden;
	font-weight: bold;
	font-size: 13px;
	border-top: 1px solid #F5F5F5;
	display: block;
	color: #545454;
	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_index {margin-bottom: 30px;position: relative;}
.cat_item_index:before {
    content: "";
    display: flex;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.cat_item_index_title_wrap {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background: url('../images/bg_corner.png') bottom right no-repeat;
	background-size: contain;
	min-height: 80px;
}

.cat_item_index_title {
	text-transform: uppercase;
	font-weight: 600;
	color: #fff !important;
	font-size: 11px;
	background: url('../images/arr_r_sm.png') center right no-repeat;
	padding-right: 30%;
}

.cat_item {margin-bottom: 30px;position: relative;}
.cat_item img {}
.cat_item:before {
    content: "";
    display: flex;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.cat_item_title_wrap {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	padding: 1rem;
}

.cat_item_title {
	text-transform: uppercase;
	font-weight: 600;
	color: #fff !important;
	font-size: 11px;
}


.cat_item_price {
	font-weight: bold;
	color: #fff;
	position: relative;
	margin-top: 1rem;
    padding: 0 15px;
}
.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;border-bottom: 1px solid #ededed;}
/*----------------/index_new_block----------------------*/

/*----------------index_info_block----------------------*/
.index_info_block {background: #fff;}
.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 {
	background: linear-gradient(106.47deg, #4B62D8 0%, #F72BE3 98.21%);
 	background: -webkit-linear-gradient(106.47deg, #4B62D8 0%, #F72BE3 98.21%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 300;
	font-size: 50px;
}
.index_news_block_header:after {
	display: none;
}

.index_news_item {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.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: #fff;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 {

}
.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:-30px;
}
.owl-prev, .owl-next {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
}
.owl-prev {
	background: url('../images/arr_l.png') no-repeat;
	left: 20px;
}
.owl-next {
	background: url('../images/arr_r.png') no-repeat;
	right: 20px;
}
/*----------------/SLIDER----------------------*/


/*----------------FOOTER----------------------*/
.footer {
	background: url('../images/bg_footer.jpg') top center no-repeat;
	background-size: cover;
	padding-top: 140px;
}
.footer_top {
	padding-bottom: 40px;
	border-bottom: 1px solid #323232;
}

.footer_top_menu {
	font-size: 11px;
	text-transform: uppercase;
}
.footer_top_menu a {color: #fff;font-weight: 600;}


.footer_bottom {
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
}
.footer_contacts_city {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 15px;
}
.footer_contacts_city:after {
	content: "";
	display: block;
	width: 18px;
	margin-top: 10px;
	height: 2px;
	background: linear-gradient(132.72deg, #FF4FED 0%, #516EFF 98.21%);
}
.footer_contacts_phones {margin-bottom: 15px;}
.footer_contacts_phones div {
	font-size: 24px;
	line-height: 34px;
}
.footer_contacts_phones a {
	color: #fff;
}
.footer_contacts_address {
	color: #c5c5c5;
	font-size: 13px;
}

.footer_contacts_recall {
	display: block;
	font-size: 15px;
	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_wrap {
	border-bottom: 1px solid #ededed;
}
.breadcrumbs {
	padding: 15px 0;
	font-size: 14px;
	letter-spacing: 1px;
}
.crumb {color: #fff;margin: 0 10px 0 0;display: inline-block;	line-height: 20px;}
.crumb:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 12px;
	background: url('../images/arr_r_sm.png') no-repeat;
	margin: 0px 0 -1px 10px;
}
.first_crumb {color: #fff;}
.crumb:last-child:after {display: none;}
/*breadcrumbs*/

/*page_header_block*/
.page_header_block {
	padding: 20px 0 0 0;
	margin: 0;
}
.page_header_block h1 {
	font-size: 34px;
	font-weight: 300;
	color: #fff;
	margin: 0;
	padding: 0;
    position: relative;
    text-transform: uppercase;
}
/*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;display: flex;}
.numpages a, .numpages span {
	display:flex;
	align-items: center;
	justify-content: center;
	color: #000;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 100%;
	border: 1px solid #fff
}
.numpages a {margin-bottom: 60px;}
.numpages a:hover {border: 1px solid #E23CD1}
.numpages span {background: linear-gradient(96.41deg, #E23CD1 0%, #4B62D8 96.44%);color: #fff;}
a.num_arr, span.num_arr {}
.num_arr:hover {}
/*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 {margin-bottom: 60px;position: relative;overflow: hidden;    box-shadow: 0px 20px 40px 0px #E0E0E0;}

.object_page .breadcrumbs {padding: 20px;}
.object_page .page_header_block {padding: 20px;}

.object_subgallery {border-bottom: 2px solid #E0E0E0}
.object_descr {padding: 0 20px 20px 20px;background: #fff;}

.object_descr img {max-width: 100%;height: auto;}

#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 {
	background: linear-gradient(31.12deg, #EA2DD7 21.91%, #4B62D8 78.09%);
	color: #fff;
}
.object_price_wrap {
	text-align: center;
	padding: 20px 0 0 0;
}
.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: #fff;
	font-size: 20px;
	margin: 0 6px 0 0;
}
.object_price {
	font-size: 38px;
	font-weight: 900;
	color: #fff;
	text-align: center;
}
.object_oldprice {
	font-size: 30px;
	color: #fff;
	text-decoration: line-through;
	text-align: center;
	font-weight: 300;
}
.object_price_descr {
	font-size: 13px;
	text-align: center;
	margin: 10px 0 20px 0;
}

.btn-basket {
	background: #FFE500;
	border: 2px solid #FFE5;
	padding: 10px 0;
	border-radius: 30px;
	text-transform: uppercase;
	font-size: 13px;
	color: #000;
	letter-spacing: 1px;
	font-weight: bold;
	width: 80%;
	margin: 0 0 20px 0;
}

.object_properties {font-size: 15px;padding: 0 15px;}
.object_prop {
	margin-bottom: 1rem;
	padding-bottom: 1px;
}
.object_prop:after {
	content: "";
    display: block;
    width: 18px;
    margin-top: 10px;
    height: 2px;
    background: linear-gradient(132.72deg, #FF4FED 0%, #516EFF 98.21%);
}
.object_prop_title {font-weight: bold;margin-bottom: 5px;}

.object_relative_wrapper {background: #fff;}
/*----------------OBJECT-----------------------*/

/*----------------CART----------------------*/
.basket_wrapper {
	background: #fff;
}

.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 {
	border: 1px solid #516EFF;
	background: #fff;
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: #E23CD1;
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	font-weight: 300;
	border-radius: 100%;
	position: relative;
	z-index: 1;
}
.cart_item_count button:hover {
	background: #516EFF !important;
}
.cart_item_count input {
    margin: 0 -20px 0 -20px;
    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: 24px;
	height: 24px;
	background: url('../images/ico_remove.png') center no-repeat;
	margin: 34px 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 {}
.category_items_empty  img,
.simple_content_wrap img {
	max-width: 100%;
	height: auto;
}


body {
	background: #fff url('../images/bg.jpg') top center no-repeat;
	background-size: contain;
}