
/***************   ERROR_HIDE   **************/
.tablebodytext {
    display: none;
}


.bx_my_order_cancel textarea{
	margin-top: 10px;
	height: 100px;
	width: 100%;
	max-width: 500px;
}

/****************  Rouble  ******************/

@font-face {
  font-family: "spec-fonts";
  src:url("/css/fonts/rouble/spec-fonts.eot");
  src:url("/css/fonts/rouble/spec-fonts.eot?#iefix") format("embedded-opentype"),
    url("/css/fonts/rouble/spec-fonts.woff") format("woff"),
    url("/css/fonts/rouble/spec-fonts.ttf") format("truetype"),
    url("/css/fonts/rouble/spec-fonts.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "spec-fonts" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "spec-fonts" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}



.icon-rouble {
    vertical-align: middle;
} 

.icon-rouble:before {
  content: "r";
}

/****************  Rouble  ******************/


/****************  CHICO  ******************/
.grid figure {
	overflow: hidden;
	text-align: center;
 position:relative;
 background: #000;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}



.grid figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}


figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s; 
}

figure.effect-chico p {
	margin: 0 auto;
	max-width: 60%;
 font-size: 18px;
 font-weight: 100;
 color: #fff;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
 
figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);  
}
/****************  CHICO  ******************/


/**************************    ONE PAGE STYLE   ************************/

p.persondata {
    float: left;
    line-height: 60px;
    margin: 0;
}


p.persondata a{
    text-decoration: underline;
}

div.page.vertical_left {
    position: relative;
    display: inline-block;
    float: left;
    margin: 10px 20px 15px 0px;
}

div.separ,
div.page.text,
div.page.right-part {
    float: left;
}

div.one-page {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}


div.page.banner {
    position: relative;
    text-align: center;
}

div.one-page-header {
    width: 100%;
    font-size: 30px;
    margin-bottom: 20px;
}

div.page-header,
div.page.right-text {
    float: left;
}


div.page.right-text {
    width:100%;
    margin-top: 20px;
}

div.page.banner a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
}

div.page.banner img{
width: 100%;
height: auto;
}

/**************************    ONE PAGE STYLE   ************************/



/******  ALL ******/

.item .main_item_img .img-responsive {
 width:auto;
}

#order_form_content .error-cont {
    width: 100%;
    float: left;
    padding: 20px 0px;
    margin-bottom: 20px;
    background-color: #FAE7E7;
}

#order_form_content .error-cont span {
 font-weight:200;
 font-size:14px;
 display: block;
 color:#D24B4B;
 float: left;
 margin: 0px 20px 0px 10px;
}


#description .col-md-3 {
    width:25%;
    float: left;
}

#description .col-md-8 {
    width:75%;
}

.bx_catalog_item_scu .typechoose.left {
    float:left;
}

.bx_catalog_item_scu .colorchoose.right {
    float:right;
      margin-top: 18px;
}

.bx_catalog_item_scu .colorchoose.left {
    float:left;
}


.bx_catalog_item_scu .colorchoose {
    margin: 10px 15px;
}

.import_data_info {
    font-size:16px;
    font-weight: 300;
}

.import_data .border_data,
.import_data_info .border_data {
    border: 2px solid #DFDFDF;
    padding: 10px;
}

/*
.container#banners {
    height: 200px;
}
*/

.antibot {
    border: 0 none !important;
    font-size: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 0 !important;
}


/***************  ORDER FORM  **********************/
.bx-sls .quick-location-tag {
    background-color: #2ab5a9;
    border: 1px solid #cad3dc;
    color: #fff !important;
}

.bx-sls .quick-location-tag:hover {
    background-color: #209e93;
}

.bx-soa-more-btn .btn-default,
#bx-soa-orderSave .btn-default {
    color: #ffffff;
    background-color: #2ab5a9;
    border-color: #22a297;
}


.bx-soa-more-btn .btn-default:hover,
#bx-soa-orderSave .btn-default:hover{
    background-color: #27a096;
    color: #fff;
}

.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
    border: 3px solid #2ab5a9;
}

#bx-soa-orderSave .checkbox {
    display: none;
}

.bx-soa-pp-company-graf-container .bx-soa-pp-delivery-cost {
    background: #2ab5a9;
}

.bx-soa-more-btn .btn:focus,
.bx-soa-more-btn .btn:active {
    background-color: #2ab4a8;
    color: #fff;
    border-color: #24a196;
}

/***************  ORDER FORM END **********************/




@media (min-width: 1200px) {
    .container#banners {
        height: 200px;
    }
}



.container.margin > p {
    font-size: 18px;
    font-weight: 300;
}

.info_404 {
    font-weight: 200;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
}

.big_color_pic {
    position:absolute;
    width:100%;
    height:100%;
    z-index:10;
    display:none;
    background: #fff;
}

.big_color_pic img{
    width:100%;
    height:100%;
}

.bx_bigimages_imgcontainer a {
    display: none;
}

.bx_bigimages_imgcontainer .bx_show {
    display: block;
}

span.img_colors_ch {
    position: absolute;
    z-index: 100;
    top: 50px;
    right: -140px;
    opacity: 0;
}

span.img_colors_ch img{
    width:120px;
    height: 120px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

.sect-header-span {
    position: relative;
}

.sect-header-span a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: url('false.png');
}

.itemsgrid .item .itemdivider {
    margin-top: 14px;
    border-bottom: 1px solid #e6e6e6;
    margin-left: 10px;
    margin-right: 10px;
}

.container .main-center-banner {
    position: relative;
}

.container .main-center-banner > div{
    width: 100%;
    display: inline-block;
}

.container .main-center-banner .name-label,
.container .main-center-banner .name-label2 {
    margin: 15px 10px;
    display: inline-block;
    border: 3px solid #fff;
    padding: 5px 15px;
}

.container .main-center-banner .name-label3 {
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    margin: 15px 10px;
}


.container .main-center-banner .name-label span {
    color: #fff;
    padding: 3px 20px;
    font-size: 35px;
    letter-spacing: 1.4px;
    font-weight: 100;
}

.container .main-center-banner .name-label2 span {
    color: #fff;
    padding: 3px 20px;
    font-size: 26px;
    letter-spacing: 1.4px;
    font-weight: 400;
}

.container .main-center-banner a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('false.png');
}


.container .main-center-banner .name-label img{
    width: 38px;
    height: 45px;
    margin-top: -20px;
    margin-left: 10px;
}


.row .col-md-4 {
 width: 33.33333333333333%;
 float: left;
}

.img-banner-cat {
    width: 33.33333333333333%;
    float: left;
    max-height: 170px;
}


.img-banner-cat .name-label span {
    color: #fff;
    padding: 3px 10px;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 300;
    border: 3px solid #fff;
}

.img-banner-cat a {
    position: absolute;
    width: 100%;
    height: 100%;
    left:0px;
    z-index: 500;
    background: url('false.png');
}

.img-banner-cat > div {
    position: relative;
}

.img-banner-cat .name-label {
    text-align: center;
    width: 100%;
    margin-top: 22%;
    /*line-height: 160px;*/
    text-transform: uppercase;
}


.search-cart {
    padding-right: 28px !important;
}

.menu-item {
    display:inline-block;

}


.col-md-1.cart-icon {
    margin-top: 22px;
}

.cart-search,
.col-md-1.cart-icon,
.col-md-3 .cart-separ {
    float: right !important;
}



a.url-banner {
	position: absolute;
	width: 100%;
	height: 100%;
 background: url('false.png');
}

.selection {
	font-weight: 400;
	display: block;
 margin-bottom: 5px;
}

p.err-message {
	color: rgb(34, 34, 68);
	font-weight: 200;
	font-size: 18px;
}

.margin {
	margin: 50px auto;
 min-height: 400px;
}

.margin_notop {
	margin: 0px 50px auto auto;
 min-height: 400px;
}

a.block-link {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
 /*background: url('false.png');*/
	text-decoration: none;
}

.itemsgrid .item {
	position: relative;
}

div.search-page input[type='submit']{
	background: #1CB6AA;
	border: none;
	color: #fff;
	padding: 6px 10px;
	font-size: 16px;
	font-weight: 300;	
}

div.bx_profile form > div{
	float: left;
	width: 33%;
}

.bx_page > p {
	font-size: 16px;
 font-weight: 300;
}

.bx_page div a {
    font-size: 18px;
    font-weight: 200;
}


/***************  sale.basket.basket *******************/
.bx_ordercart .bx_sort_container{
	margin-bottom:15px;
	min-height:32px;
	color:#919191;
	vertical-align:middle;
	font-size:16px;
	font-weight: 200;
	line-height:32px;
}
.bx_ordercart .bx_sort_container a{
	display:inline-block;
	margin-left:20px;
	padding:0 20px;
	border:1px solid #cdcdcd;
	background:#f9f9f9;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e3e3e3));
	background:-webkit-linear-gradient(top, #f9f9f9 0%,#e3e3e3 100%);
	background:   -moz-linear-gradient(top, #f9f9f9 0%,#e3e3e3 100%);
	background:    -ms-linear-gradient(top, #f9f9f9 0%,#e3e3e3 100%);
	background:     -o-linear-gradient(top, #f9f9f9 0%,#e3e3e3 100%);
	background:        linear-gradient(to bottom, #f9f9f9 0%,#e3e3e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e3e3e3',GradientType=0 );
	color:#4f4f4f;
	text-decoration:none;
	text-shadow:0 1px 0 rgba(255,255,255,.8);
	line-height:32px;
}

.bx_ordercart .bx_sort_container a.current {
    background-color: #606060;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.09), rgba(255, 255, 255, 0.09));
    border: medium none;
    box-shadow:inset 0 1px 2px 0 #3e3e3e;
    color: #F2F2F2;
    text-shadow:0 1px 0 #505050;
}

.bx_ordercart .bx_sort_container a.current:hover {
	background-color: #000 !important;
	background: none;
}

.bx_ordercart .bx_sort_container a:hover{
	background:#f9f9f9;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ededed));
	background:-webkit-linear-gradient(top, #f9f9f9 0%,#ededed 100%);
	background:   -moz-linear-gradient(top, #f9f9f9 0%,#ededed 100%);
	background:    -ms-linear-gradient(top, #f9f9f9 0%,#ededed 100%);
	background:     -o-linear-gradient(top, #f9f9f9 0%,#ededed 100%);
	background:        linear-gradient(to bottom, #f9f9f9 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ededed',GradientType=0 );
}
.bx_ordercart .bx_sort_container a:active{
	background:#707070;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcwNzA3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMmEyYTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#707070), color-stop(100%,#a2a2a2));
	background:-webkit-linear-gradient(top, #707070 0%,#a2a2a2 100%);
	background:   -moz-linear-gradient(top, #707070 0%,#a2a2a2 100%);
	background:    -ms-linear-gradient(top, #707070 0%,#a2a2a2 100%);
	background:     -o-linear-gradient(top, #707070 0%,#a2a2a2 100%);
	background:        linear-gradient(to bottom, #707070 0%,#a2a2a2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#a2a2a2',GradientType=0 );
	box-shadow:inset 0 1px 2px 0 #3e3e3e;
	color:#fff;
	text-shadow:0 1px 0 #505050;
}

.bx_ordercart .bx_ordercart_order_table_container table{
	min-width:100%;
	border-collapse:collapse;
}
.bx_ordercart .bx_ordercart_order_table_container table td.item,
.bx_ordercart .bx_ordercart_order_table_container table td.price,
.bx_ordercart .bx_ordercart_order_table_container table td.custom{
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	white-space:nowrap;
 padding-left: 15px;
	}
.bx_ordercart .bx_ordercart_order_table_container table td.margin{
	padding:0;
	width:2%;
	border-bottom:none !important;
}
.bx_ordercart .bx_ordercart_order_table_container table thead td{
 padding-left: 15px;
 min-height: 39px;
 background: #f5f5f5;
 color: #626262;
 font-weight: 100;
 font-size: 14px;
 line-height: 39px;
}


.bx_ordercart .bx_ordercart_order_table_container tbody td.itemphoto{width:10%;}

.bx_ordercart .bx_ordercart_order_table_container tbody td.custom span{ /*display:none;*/}


.bx_ordercart .bx_ordercart_order_table_container tbody td.item{width:40%; padding-left: 15px;}


.custom.right,
.custom div.sum_bs,
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price{
	color:#000;
	font-weight:400;
	font-size:22px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.price     .old_price{
	color:#b8b8b8;
	/*text-decoration:line-through; */
	font-size:13px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.price    .type_price{
	color:#7f7f7f;
	font-size:11px;
	line-height:13px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price_value{
	font-size:11px;
	line-height:13px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control a{
	font-size:12px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:hover{text-decoration:none;}
.bx_ordercart .bx_ordercart_photo_container{
	position:relative;
	padding-top:100%;
	min-width:50px;
	max-width:100%;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo{
	position:absolute;
	top:   4%;
	right: 4%;
	bottom:4%;
	left:  4%;
 background-size: contain;
 background-position: center;
	background-repeat:no-repeat;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_brand{
	position:relative;
	margin-top:3%;
	min-width:50px;
	max-width:100%;
	line-height:0;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_brand img{
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle{
	white-space:normal;
	line-height:18px;
}


.bx_ordercart .bx_ordercart_order_table_container .cat_name a{
    text-decoration: none;
    color: inherit;
}

.bx_ordercart .bx_ordercart_order_table_container .cat_name,
.bx_ordercart .bx_ordercart_order_table_container .model_name {
    font-weight: 200;
    margin: 4px 0px;
}




.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a{
	color: #2C2C2C;
	text-decoration: none;
	font-weight: 300;
	font-size: 18px;
}


.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemart{
	margin-bottom: 10px;
	color: #737373;
	font-size: 16px;
	font-weight: 200;
 text-transform: lowercase;
}

.bx-touch    .bx_ordercart td.custom .centered,
.bx-no-touch .bx_ordercart td.custom .some-class{display: none}

.bx_ordercart .bx_ordercart_order_pay{
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	margin: 20px 0px;
}
.bx_ordercart .bx_ordercart_order_pay_left{
	float:left;
	width:50%;
 display: none;
}
.bx_ordercart .bx_ordercart_order_pay_right{
	/*float:left;*/
	text-align:right;
}
.bx_ordercart .bx_ordercart_coupon{ }
.bx_ordercart .bx_ordercart_coupon span{
	display:block;
	margin-bottom:13px;
	color:#7f7f7f;
	font-size:13px;
}
.bx_ordercart .bx_ordercart_coupon input{
	height:34px;
	border:1px solid #bababa;
	box-shadow:inset 0 1px 2px 0 rgba(0,0,0,.21);
	color:#000;
	text-align:left;
	font-weight:bold;
	font-size:16px;
	line-height:34px;
}
.bx_ordercart .bx_ordercart_coupon input.good{
	border:1px solid #59a62a;
	background:rgba(89,166,42,.16);
	box-shadow:0 0 2px 0 rgba(89,166,42,.8);
}
.bx_ordercart .bx_ordercart_coupon input.bad{
	border:1px solid #e16565;
	background:rgba(225,101,101,.16);
	box-shadow:0 0 2px 0 rgba(225,101,101,.8);
}


.bx_ordercart_order_sum tr td{
	padding: 0px 3px;
	text-align:right;
	font-weight: 200;
	font-size: 28px;
 letter-spacing: 1px;
 color: rgb(28, 182, 170);
}
.bx_ordercart_order_sum tr td.custom_t1{width:100%;}
.bx_ordercart_order_sum tr td.custom_t2{white-space:nowrap;}
.bx_ordercart_order_pay_center{
	text-align:right;
 margin-bottom: 20px;
 text-transform: uppercase;
}


.bx_ordercart_order_pay_center {
    position:relative;
}

span.error-email {
    font-size:14px;
    font-weight:200;
    color:#9d4949;
    display:none;
    float:left;
}

.bx_ordercart_order_pay_center div.block {
    position:absolute;
    width:100%;
    height:100%;
    background-color:#fff;
    opacity:0.5;
    z-index:1000;
}

.bx_ordercart_order_pay_center span,
.bx_ordercart_order_pay_center a{
	vertical-align:top;
	line-height:53px;
}
.bx_ordercart_order_pay_center span{
	margin:0 30px;
	font-weight:bold;
	font-size:17px;
}

.bx_ordercart_order_pay_center {
 text-align: right;
}

.bx_ordercart_order_pay_center .checkout{
	background: #1CB6AA;
 color: #fff;
 padding: 7px 30px;
 letter-spacing: 1px;
 text-align: center;
 text-decoration: none;
 font-size: 18px;
 font-weight: 400;
 cursor: pointer;
 border: none;
 text-transform: uppercase;
}
 
.bx_ordercart_order_pay_center .checkout:hover{
	background:#33968e;
}
.bx_ordercart_order_pay_center .checkout:active{
	background:#33968e;
}

		@media (max-width:980px){
			.bx-touch .bx_ordercart .bx_sort_container span{display:block;}
			.bx-touch .bx_ordercart .bx_sort_container a{margin:0 20px 10px 0;}
			.bx_ordercart .bx_ordercart_order_table_container table thead td{font-size:13px;}
			.bx_ordercart .bx_ordercart_order_table_container tbody td.custom,
			.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a,
			.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price{font-size:22px;}
		}
		@media (max-width:680px){
			.bx_ordercart .bx_ordercart_order_table_container table thead td{font-size:12px;}
			.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a,
			.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price{font-size:12px;}
		}
		@media (max-width:600px){

			.bx-touch .bx_ordercart .bx_ordercart_order_pay{width:100%;}
			.bx-touch .bx_ordercart .bx_ordercart_order_pay_left,
			.bx-touch .bx_ordercart .bx_ordercart_order_pay_right{
				float:none;
				width:100%;
				text-align:center;
			}

			.bx-touch .bx_ordercart .bx_ordercart_order_sum{
				float:none;
				margin-top:20px;
				width:100%;
			}
		}
		@media (max-width:530px){
			.bx-touch .bx_ordercart .bx_sort_container{
				margin:10px 0;
				text-align:left;
				line-height:13px;
			}
			.bx-touch .bx_ordercart .bx_sort_container a{
				display:inline;
				margin:0 10px 0 0;
				padding:0;
				border:none;
				background:none;
				color:#327ab7;
				text-decoration:underline;
				font-size:13px;
				box-shadow: none;
				text-shadow:none;
			}
			.bx-touch .bx_ordercart .bx_sort_container a:hover{text-decoration:none;background:none;}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table,
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody,
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr,
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td{display:block}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td{padding:2% 6%}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr{
				margin-bottom:20px;
				border-bottom:3px double #c9c9c9;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr:last-child{
				margin-bottom:0;
				border-bottom:none;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table thead{display:none;}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.item,
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.itemphoto{width:100%;}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody tr td.item{padding-bottom:20px;}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.item .bx_item_detail_size_small_noadaptive,
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.item .bx_item_detail_scu_small_noadaptive{margin:5px auto !important;}
			.bx-touch .bx_ordercart .bx_ordercart_photo_container{
				margin:0 auto;
				padding-top:50%;
				max-width:250px;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_brand {
				border:none;
				text-align:center;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_brand img {
				max-width:100%;
				width:auto;
				border-radius:2px;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container table tbody td{border:none}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.custom span{
				display:inline-block;
				margin-right:10px;
				font-weight:bold;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.control{text-align:center;word-spacing:15px;}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.control a{word-spacing:normal;}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.control br{display:none}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price{
				padding-top:20px;
				text-align:center;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price{
				margin-top:10px;
				margin-bottom:10px;
				font-size:28px;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .old_price{
				margin-left:10px;
				font-size:19px;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price,
			.bx-touch .bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price_value{display:inline-block;}
		}
		@media (max-width:490px){
			.bx-touch .bx_ordercart .bx_ordercart_order_pay_center{
				margin-bottom:40px;
				text-align:center;
			}
			.bx-touch .bx_ordercart .bx_ordercart_order_pay_center span{display:block;}
			.bx-touch .bx_ordercart .bx_ordercart_order_pay_center .checkout{top:0;}
		}



.bx_ordercart .bx_ordercart_order_pay,
.bx_ordercart .bx_ordercart_order_sum,
.bx_ordercart .bx_ordercart_order_pay_left,
.bx_ordercart .bx_ordercart_order_pay_right,
.bx_ordercart .bx_ordercart_order_pay_center,
.bx_ordercart .bx_ordercart_order_pay_center span,
.bx_ordercart .bx_ordercart_order_pay_center .checkout,
.bx_ordercart .bx_ordercart_order_table_container table,
.bx_ordercart .bx_ordercart_order_table_container table tbody,
.bx_ordercart .bx_ordercart_order_table_container table tbody tr,
.bx_ordercart .bx_ordercart_order_table_container table tbody tr td,
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a,
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price
{
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
}

/* quantity control table */

table.counter{
	min-width: 0% !important;
}
table.counter td {
	border: none !important;
    vertical-align: middle;
}

table.counter tbody tr td#quantity_control
{
	text-align: left;
}

.basket_quantity_control {
	display: inline-block;
	left: 0;
	margin: 0;
	padding: 0;
 font-size: 20px !important;
}

.basket_quantity_control a{
 text-decoration: none !important;
 color: #000;
}

.centered .quantity {
 vertical-align: bottom;
 font-size: 26px;
}

.centered table {
    margin-top: -15px;
}

.centered .caption-count {
 font-size: 14px !important;
}

.flat {
	display: inline;
}

.centered {
	text-align: center;
}

.bt2{
	color:#3f3f3f;
	font-size:13px;
	text-align:center;
	padding:7px 16px;
	text-decoration:none;
	box-shadow:0 1px 2px 1px rgba(0,0,0,0.4);
	border-radius:3px;
	font-weight:bold;
	text-shadow:0 1px 1px #fff;
	background:#fff;
	background:-moz-linear-gradient(top,#fff 0%,#eee 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#eee));
	background:-webkit-linear-gradient(top,#fff 0%,#eee 100%);
	background:-o-linear-gradient(top,#fff 0%,#eee 100%);
	background:-ms-linear-gradient(top,#fff 0%,#eee 100%);
	background:linear-gradient(to bottom,#fff 0%,#eee 100%);
}
.bt2:hover{
	color:#3f3f3f;
	background:#fbfbfb;
	text-decoration:none !important
}
.bt2:active{
	color:#3f3f3f;
	text-shadow:none;
	text-shadow:0 2px 1px white;
	background:#fbfbfb;
	background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#fbfbfb),color-stop(100%,#eaeaea));
	background:-webkit-radial-gradient(center,ellipse cover,#fbfbfb 0%,#eaeaea 100%);
	background:-o-radial-gradient(center,ellipse cover,#fbfbfb 0%,#eaeaea 100%);
	background:-ms-radial-gradient(center,ellipse cover,#fbfbfb 0%,#eaeaea 100%);
	background:radial-gradient(ellipse at center,#fbfbfb 0%,#eaeaea 100%);
	box-shadow:none;
	padding:6px 15px;
	border:1px solid #d2d2d2
}
input.bt2{border:none}
input.bt2:active{border:1px solid #d2d2d2}

/* size */

.bx_item_detail_size_small_noadaptive{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	width:192px;
}
.bx-no-touch .bx_item_detail_size_small_noadaptive.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%;
}

/*----*/

.bx_item_detail_size_small_noadaptive .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_item_detail_size_small_noadaptive .bx_size_scroller_container{
	position: relative;
	margin-top:5px;
	margin-left:10px;
}

.bx_item_detail_size_small_noadaptive .bx_size{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}

.bx_item_detail_size_small_noadaptive ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}

.bx-touch 	 .bx_item_detail_size_small_noadaptive .bx_size{overflow-x: auto;}
			 .bx_item_detail_size_small_noadaptive ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	.bx_item_detail_size_small_noadaptive .bx_size ul{margin-left: 0 !important;}
			.bx_item_detail_size_small_noadaptive ul li{
	position: relative;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	height: 25px;
}

.bx_item_detail_size_small_noadaptive ul li a{
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;

	color: #3f3f3f;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 22px;
}

.bx-touch	.bx_item_detail_size_small_noadaptive ul li a{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(images/x2border.png) 2 stretch;
	   -moz-border-image: url(images/x2border.png) 2 stretch;
		 -o-border-image: url(images/x2border.png) 2 stretch;
			border-image: url(images/x2border.png) 2 fill stretch;
}

.bx_item_detail_size_small_noadaptive ul li:hover a{border: 1px solid #006cc0}
.bx_item_detail_size_small_noadaptive ul li:active a,
.bx_item_detail_size_small_noadaptive ul li.bx_active a{
/*padding: 3px;*/
	border: 2px solid #006cc0;
}

.bx-touch .bx_item_detail_size_small_noadaptive ul li.bx_active a{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(images/x2borderactive.png) 2 stretch;
	   -moz-border-image: url(images/x2borderactive.png) 2 stretch;
		 -o-border-image: url(images/x2borderactive.png) 2 stretch;
			border-image: url(images/x2borderactive.png) 2 fill stretch;
}

/*----*/

.bx-no-touch .bx_item_detail_size_small_noadaptive .bx_slide_left,
.bx-no-touch .bx_item_detail_size_small_noadaptive .bx_slide_right  	 {opacity:0.8}
.bx-no-touch .bx_item_detail_size_small_noadaptive .bx_slide_left:hover,
.bx-no-touch .bx_item_detail_size_small_noadaptive .bx_slide_right:hover {opacity:1.0}

.bx_item_detail_size_small_noadaptive.full .bx_slide_left,
.bx_item_detail_size_small_noadaptive.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_item_detail_size_small_noadaptive .bx_slide_left {left: -5%;background:url(images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .bx_item_detail_size_small_noadaptive .bx_slide_right{right:-5%;background:url(images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail_size_small_noadaptive .bx_slide_left {left:   0;background:url(images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail_size_small_noadaptive .bx_slide_right{right:  0;background:url(images/fade_right.png) repeat-y right center;background-size: 100% auto}

/* end of size */

/* sku */

.bx_item_detail_scu_small_noadaptive{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width:193px;
}
.bx-no-touch .bx_item_detail_scu_small_noadaptive.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%
}

/*----*/

.bx_item_detail_scu_small_noadaptive .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px
}

/*----*/

.bx_item_detail_scu_small_noadaptive .bx_scu_scroller_container{
	position: relative;
	margin-top:5px;
	margin-left:10px;
}

.bx_item_detail_scu_small_noadaptive .bx_scu{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%
}
.bx-touch 	 .bx_item_detail_scu_small_noadaptive .bx_scu{overflow-x: auto}

.bx_item_detail_scu_small_noadaptive .bx_scu ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}

.bx-retina 	.bx_item_detail_scu_small_noadaptive .bx_scu ul{margin-left: 0 !important}
 			.bx_item_detail_scu_small_noadaptive .bx_scu ul li{
	position: relative;
	height: 70px;
	width: 100px;
}


.bx_item_detail_scu_small_noadaptive .bx_scu ul li a{
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 4px;
	left:2px;
	display: block;
	overflow: hidden;
	background: #fff;
}
.bx-retina	.bx_item_detail_scu_small_noadaptive .bx_scu ul li a{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(images/x2border.png) 2 stretch;
	   -moz-border-image: url(images/x2border.png) 2 stretch;
		 -o-border-image: url(images/x2border.png) 2 stretch;
			border-image: url(images/x2border.png) 2 fill stretch;
}

.bx-retina .bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active a{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(images/x2borderactive.png) 2 stretch;
	   -moz-border-image: url(images/x2borderactive.png) 2 stretch;
		 -o-border-image: url(images/x2borderactive.png) 2 stretch;
			border-image: url(images/x2borderactive.png) 2 fill stretch;
}
.bx_item_detail_scu_small_noadaptive .bx_scu ul li a span{
	position: absolute;
	top:   6%;
	right: 6%;
	bottom:6%;
	left:  6%;
	background-repeat: no-repeat;
}
.bx_item_detail_scu_small_noadaptive .bx_scu ul li a span img{
	width: auto;
	height: 25px;
}

/*----*/

.bx-no-touch .bx_item_detail_scu_small_noadaptive .bx_slide_left,
.bx-no-touch .bx_item_detail_scu_small_noadaptive .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_item_detail_scu_small_noadaptive .bx_slide_left:hover,
.bx-no-touch .bx_item_detail_scu_small_noadaptive .bx_slide_right:hover{opacity:1.0}

.bx_item_detail_scu_small_noadaptive.full .bx_slide_left,
.bx_item_detail_scu_small_noadaptive.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_item_detail_scu_small_noadaptive .bx_slide_left {left: -5%;background:url(images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_item_detail_scu_small_noadaptive .bx_slide_right{right:-5%;background:url(images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail_scu_small_noadaptive .bx_slide_left {left:   0;background:url(images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_item_detail_scu_small_noadaptive .bx_slide_right{right:  0;background:url(images/fade_right.png) repeat-y   right center;background-size: 100% auto}

/* end of sku */

#warning_message {
	color: red;
}

/************************  sale.basket.basket  ***********************/




/***********************  ФИЛЬТР ******************/
.filter {
	/*margin-bottom: 25px; */
	position: relative;
}

.itemdivider-black {
	border-bottom: 1px solid #000;
}

.filter,
.filter .filter-header,
.filter .filter-header > ul,
.filter .filter-header > ul li,
.filter .filter-header > ul li.select span {
	display:inline-block;
}

.filter,
.filter .filter-header,
.filter .filter-header > ul {
	width:100%;
}


.filter .filter-header > ul {
	margin: 10px 0px;
	padding: 0;
 position: relative;
}

.filter .filter-header > ul li{
	vertical-align: bottom;
	text-transform: uppercase;
}

.filter .filter-header > ul li.sec-descr{
	font-size:26px;
	font-weight:600;
	width:42%;
 float: left;
}

.filter .filter-header > ul li.select {
 float: right;
 margin-left: 15px;
}

.filter .filter-header > ul li.select span {
	float:left;
	cursor:pointer;
 font-size: 14px;
}

.filter .filter-header > ul li.select span.pic-bottom {
	font-size: 8px;
	padding: 4px;
}

.sh > ul li:hover,
.filter .filter-header > ul li.select span:hover {
	color:#1cb6aa;
}

.sh > ul li.active a,
.filter .filter-header > ul li.select span.active {
	color:#1cb6aa;
}

div.select-cont-filter {
 position: absolute;
 right: 0;
 bottom: 0;
 padding-bottom: 5px;
}

.sh {
	display:none;
	position: absolute;
}


.sh > ul {
	display:inline-block;
	float: left;
 width: 100%;
	margin: 0px;
	padding: 0px;
}

.sh > ul li{
	float: left;
	width: 100%;
	cursor:pointer;
	text-align: left;
}

div.sort-ft li {
	font-size: 12px;
	/*margin: 7px 20px;*/
 margin: 7px 5px;
}

div.show-ft li {
	font-size: 12px;
 margin: 7px auto;
 text-align: center;
 font-weight: 500;
}

.sh > ul li a{
	color:#000;
	text-decoration:none;
}



.bx_filter_horizontal {
	padding-top: 20px;
	z-index: 2000;
	left: -2%;
	width: 104%;
}

.bx_filter_section {
	padding: 20px;
}





div.sort-ft, div.show-ft {
	width: 120px;
	top: 30px;
	z-index: 200;
	background-color: #fff;
	opacity: 1;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.37);
	-moz-box-shadow:    0px 3px 4px 0px rgba(50, 50, 50, 0.37);
	box-shadow:         0px 3px 4px 0px rgba(50, 50, 50, 0.37);
}


.bx_filter_section {
	background-color:#fff;
	opacity:0.97;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    0px 0px 4px 0px rgba(50, 50, 50, 0.4);
	box-shadow:         0px 0px 4px 0px rgba(50, 50, 50, 0.4);
}

.bx_filter_horizontal .bx_filter_title {
	font-weight: 400;
	color: #000;
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.bx_filter_horizontal .bx_filter_block span {
	display: block;
}

.bx_filter_horizontal .bx_filter_block span input[type=checkbox]{
	width:15px;
	height:15px;
}

.bx_filter_horizontal .bx_filter_block span label{
	font-size: 16px;
	color:#000;
	margin:0px;
}

.bx_filter_horizontal .bx_filter_container_title {
	font-weight: 200;
	color: #000;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 10px;
}

.bx_filter_horizontal .bx_filter_container {
	overflow: hidden;
	float: left;
 padding: 10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
}

.bx_filter_horizontal .bx_filter_control_section {
	float: right;
	margin-top:50px;
	display: inline-block;
}

.bx_filter_horizontal .bx_filter_search_button {
	margin-right: 7px;
	padding: 0 10px;
	height: 35px;
	text-transform: uppercase;
	border-top: 1px solid #d3dfe2;
	border-right: 1px solid #c6d3d6;
	border-bottom: 1px solid #bac6ca;
	border-left: 1px solid #c6d3d6;
	background:#1cb6aa;
	font-size: 12px;
	color: #fff;
	line-height: 35px;
}


.bx_filter_horizontal .bx_filter_search_button:hover{
	background: #2ca49b;
}


.bx_filter_horizontal .bx_ui_slider_range {
	background-color: #B6B2B2;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx_filter_horizontal .bx_ui_slider_track {
	margin: 15px 10px 10px;
	height: 3px;
	position: relative;
	box-shadow: 0 1px 0 0 rgba(255,255,255,.35), inset 0 1px 1px 0 rgba(0,0,0,.15);
	border-radius: 3px;
}

.bx_filter_horizontal .bx_ui_slider_handle {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	background-color: #1cb6aa;
}

.bx_filter_horizontal .bx_ui_slider_handle.left {margin-left: -10px}
.bx_filter_horizontal .bx_ui_slider_handle.right{margin-right:-10px}

/******************  ПАРАМЕТРЫ ФИЛЬТРА  *****************/





div.filter_param {
	margin-top: 20px;
}

div.filter_param,div.close_filter {
	float: left;
}

span.filter_caption {
	font-weight: 100;
	font-size: 18px;
	margin-top: 5px;
}

div.filter_param span, div.filter_param div{
	display: inline-block;
	float: left;
	padding: 5px;
	
}



div.filter_param .oneitem span {
	font-size: 16px;
	margin: 2px;
	color: #6E6E6E;
	font-weight: 200;
	background-color: #F1F1F1;
	/*border: 1px solid #1CB6AA;*/
}

div.filter_param .oneitem span b {
	font-weight: 500;
	color: #626262;
}

div.filter_param .oneitem span,
div.close_filter {
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.close_filter {
	width: 20px;
	margin-top: 13px;
	padding: 2px;
	cursor: pointer;
	height: 20px;
	background: url(/img/close_btn.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}


.bx_filter_horizontal .bx_filter_param_area .bx_filter_param_area_block .bx_input_container{
	display: inline-block;
	padding: 1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-radius: 3px;
	height: 35px;
	background: #8ca3ae;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYTNhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmM4ZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ca3ae), color-stop(100%,#b6c8d2));
	background:-webkit-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:   -moz-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:    -ms-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:     -o-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:        linear-gradient(to bottom, #8ca3ae 0%,#b6c8d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ca3ae', endColorstr='#b6c8d2',GradientType=0 );
	box-shadow: 0 1px 1px 0 rgba(255,255,255,.75)
}

.bx_filter_horizontal .bx_filter_param_area .bx_filter_param_area_block input{
	border: none;
	border-radius: 2px;
	width: 70px;
	font-size: 16px;
	height: 33px;
	display: inline-block;
	margin: 0;
	padding:0 4px;
	background: #fff;
	box-shadow: inset 0 3px 6px 0 rgba(215,215,215,.75);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.bx_filter_horizontal .bx_filter_param_area{margin-bottom: 20px}
.bx_filter_horizontal .bx_filter_param_area .bx_filter_param_area_block{
	width: 50%;
	float: left;
	text-align: right;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color: #3f3f3f;
	font-size: 16px;
	font-weight: 200;
}

/***********************  ФИЛЬТР ******************/
.center {
	text-align: center;
 overflow: hidden;
	padding:0px !important;
	margin:20px 0px;
}

.center img {
 height: auto;
 max-width: 100%;
}

.red {
	color: rgb(189, 29, 29);
}


.col-xs-3-little {
	width: 222px;
	height: 265px;
	float: left;
	position: relative;
}


input.bt_green {
	background: #1CB6AA;
	color: #fff;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-weight:400;
	cursor: pointer;
	border: none;
}


.input_text_style {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px !important;
	min-width: 200px;
	max-width: 300px;
	width: 100%;
	height: 45px;
	border: 1px solid #8CA3AE;
 -webkit-appearance: none;
 -webkit-border-radius: 0px;
	background: #fff;
	box-shadow: inset 0 3px 6px 0 rgba(215, 215, 215, 0.7);
	font-weight: normal;
	font-size: 18px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.search-page input[name='q']{
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px !important;
	min-width: 200px;
	max-width: 300px;
	height: 35px;
	border: 1px solid #8CA3AE;
	background: #fff;
	box-shadow: inset 0 3px 6px 0 rgba(215, 215, 215, 0.7);
	font-weight: normal;
	font-size: 16px;
}

p.notetext {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 200;
}

.bx_registration_page {
	color: #3F3F3F;
	font-size: 13px;
	line-height: 20px;
}

.starrequired {
	color: #f00;
}

/************** PAGE LAVEL **********************/
div.page_lavel {
	background:#f1f1f1;
	padding: 15px;
	font-size: 15px;
	font-weight: 300;
	position:relative;
}


div.page_lavel a{
	color: #000;
	text-decoration:underline;
}

div.page_lavel a.active {
	text-decoration:none;
	font-weight:400;
}

div.page_lavel span.sep-cat {
	margin: 0px 15px;
}

/*

div.page_lavel div.top_unit {
	position: absolute;
	top: -8px;
	margin-left:60px;
	width: 22px;
	height: 12px;
	background:url(images/top-unit.png) no-repeat; 
}

*/

div.page_lavel div.top_unit {
    position: absolute;
    top: -28px;
    width: 22px;
    height: 12px;
    color: #F1F1F1;
    font-size: 20px;
}
/************** PAGE LAVEL **********************/

/************** ОТОБРАЖЕНИЕ ТОВАРОВ ПОКАЗАТЬ / СКРЫТЬ **********************/
div.all_button {
	text-align: center;
	padding: 10px;
	background: #f6f6f6;
	color: #1cb6aa;
	margin: 10px 0px;
}

div.all_button a{
	text-decoration:none;
	display:inline-block;
}

div.btn_bay {
	padding: 10px;
	width: 100%;
	height: 50px;
	display:inline-block
}

div.col-md-4 div.item:hover div.bay_button_cont {
	display: inline-block;
}

.itemsgrid .item:hover {
	
}

div.bay_button_cont {
	background-color: #1cb6aa;
	padding: 5px 10px;
	float: right;
	display:none;
}

a.img-bay {
	background-image: url(images/icon-cart-white.png);
	color: #fff !important;
	background-repeat: no-repeat;
	width:30px;
	height:30px;
}

div.all_button .show_all {
	border-bottom: 2px solid #1cb6aa;
	display:inline-block;
}

div.all_button .show_more {
	border-bottom: 2px dashed #1cb6aa;
	display:inline-block;
}



div.all_button ul li{
	list-style:none;
	font-size:25px;
	font-weight: 100;
	float: left;
}

div.all_button ul {
	margin:0px;
	padding: 0px;
}

div.all_button div.img-all {
	margin-top:6px;
}

div.all_button ul li .img-eye {
	width:40px;
	height:20px;
	background:url(images/icon-eye-zinger.png) no-repeat;
	-webkit-background-size:contain;
	background-size:contain;
	
}


.item .typechoose {
	margin-top: 12px;
	text-align: right;
}


.item .colorchoose a,
.item .typechoose a {
	margin:2px;
	display: inline-block;
 position: relative;
 z-index: 200;
 float: right;
 cursor: help;
}

div.main_item_img {
	width: 100%;
	height: 300px;
	padding: 20px;
}

div.main_item_img_little {
	padding: 20px;
	height: 180px;
}

.item .itemcaption_little {
	margin-top: 13px;
	margin-left: 10px;
	margin-right: 10px;
	text-transform: uppercase;
}

.item .itemcaption a, .item .itemcaption_little a {
	color: #202020 !important;
	font-size: 13px;
	font-weight: 200;
	text-decoration:none;
}

.item .itemcaption a span, .item .itemcaption_little a span {
	font-size: 12px;
	color: #565656;
	display: block;
}


.item .price_little {
	font-size: 15px;
	font-weight: 200;
	padding-left:10px;
}


div.zinger-case-color {
	background: url(images/zinger-case-img.png) no-repeat;
}

div.zinger-case-color, div.zinger-case-scissers {
	float: left;
	width: 35px;
	height: 25px;
	margin: 10px;
}

div.zinger-case-scissers {
	background: url(images/zinger-case-scissers.png) no-repeat;
}

.item .colorchoose a img {
	width:20px;
	height:20px;
	webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.item .typechoose a img {
	width:22px;
	height:20px;
	webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.itemsgrid .item .typechoose div {
	margin-right: 10px;
}

.itemsgrid .item .typechoose div img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.itemsgrid .item .typechoose div a:hover img{
	opacity: 1;
}
/************** ОТОБРАЖЕНИЕ ТОВАРОВ ПОКАЗАТЬ / СКРЫТЬ **********************/

/***************  КАРТОЧКА ТОВАРА  ***************/

.for-inline-block {
	display:inline-block;
	width:100%;
}

.item_info_section > div.bottom {
	float:left;
	width:50%;
}

.item_info_section div ul {
	display:inline-block;
	width:100%;
	margin: 0px;
	padding: 0px;
}

.item_info_section div.bottom ul  li {
	float:left;
	padding:5px;
	list-style:none;
}

.item_info_section div.bottom ul  li span {
	display:block;
	font-weight:400;
}

.item_info_section div.bottom ul  li .img-delivery {
	background: url(/img/icon-feature-delivery@2x.png) no-repeat;
}

.item_info_section div.bottom ul  li .img-warranty {
	background: url(/img/icon-feature-quality@2x.png) no-repeat;
}

.item_info_section > div.bottom ul  li .img-warranty,
.item_info_section > div.bottom ul  li .img-delivery {
	width:30px;
	height:30px;
	-webkit-background-size:contain;
	background-size:contain;
}



/*************  catalog.element ***************/
.bx_item_detail .bx_item_container .bx_lt {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	margin-right: 2%;
	width: 38%;
}



/*************  catalog.element ***************/

/*****SLIDER NEW*****/


#description {
	margin:0 !important;
}

.red div span h2 {
	background: #f6f6f6 !important;
}

.itemsgrid .red div span {
	border: 5px solid #f6f6f6 !important;
}


div.new-sets-cont {
	background:#f6f6f6;
	position:relative;
}

.gallery-slider {
	position: relative;
	display: inline-block;
	margin-bottom: 24px;
	width:100%;
}

div.caroufredsel_wrapper {
	width:100% !important;
}

.caroufredsel_wrapper div.sl-cont {
	width: 222px;
	height: 300px;
	float: left;
	
}

/*****SLIDER NEW*****/

.bx_item_detail .bx_item_slider .bx_bigimages {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer .bx_bigimages_aligner {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.bx_item_detail .bx_item_slider .bx_bigimages .bx_bigimages_imgcontainer img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	text-align: center;
}


.item_info_section ul.instr_list {
	display:inline-block;
 padding: 0px;
 margin: 0px;
}

.item_info_section ul.instr_list li{
	float:left;
	width:110px;
	list-style:none;
	height:170px;
	text-align:center;
}


.item_info_section ul.instr_list span.instr_name {
	display:block;
	width:100%;
	font-size:13px;
}

.item_info_section ul.instr_list div.instr_img {
	width: 60px;
	height: 90px;
	display: inline-block;
	-webkit-background-size:contain;
	background-size:contain;
}

span.bx_bigimages_aligner {
	margin-top:30px;
}

div.cont-label-stic {
    position: absolute;
    width:100%;
    background: rgba(255, 255, 255, 0.7);
}

.bx_scu_scroller_container span.pr_name,
.bx_size_scroller_container span.pr_name {
	float: left;
	margin: 8px 5px 2px 0px;
}

.bx_item_detail .item_info_section{
	line-height:19px;
	margin: 10px 0 20px 0;
	color: #222222;
	font-size: 16px;
	font-weight: 200;
}


.bx_item_detail .item_info_section dl{
	margin-bottom: 20px;
	overflow: hidden;
	padding:0;
}
.bx_item_detail .item_info_section dl dt{
	clear: both;
	float: left;
	font-weight: bold;
}
.bx_item_detail .item_info_section dl dd{
	float: left;
	margin: 0 5px;
}


.bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}

.bx_item_detail_scu{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li {
	float: right;
	list-style:none;
}

.item_price .bx_item_detail_scu .bx_scu ul li,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 25px !important;
	width: 25px !important;
	padding-top: 0px !important;
}

.item_price .bx_item_detail_scu .bx_scu ul li {
	float:left;
	opacity: 0.7;
	list-style:none;
}


.bx_item_detail_scu .bx_scu ul li:hover,
.bx_item_detail_scu .bx_scu ul li:active .cnt_item,
.bx_item_detail_scu .bx_scu ul li.bx_active {
	opacity: 1;
}

.bx_item_detail_scu .bx_scu_scroller_container{position: relative}

/*
.bx_item_detail_scu .bx_scu{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}

.bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
	position: absolute;
	top:   5%;
	right: 5%;
	bottom:5%;
	left: 5%;
	webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-repeat: no-repeat;
}
.bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
	width: auto;
	height: 25px;
}


.bx_item_detail_scu .bx_scu ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}
*/

.bx_item_detail_size ul li:hover .cnt{border: 1px solid #1cb6aa;}
.bx_item_detail_size ul li:active .cnt,
.bx_item_detail_size ul li.bx_active .cnt{
	border: 1px solid #1cb6aa;
}

.bx_item_detail_size .bx_type_scroller_container{position: relative}

 .bx_item_detail_size .bx_type{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}


.bx_item_detail_size ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	border: 1px solid #c0cfda;
	background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 22px;
	width: 30px;
}

.item_price .bx_item_detail_size ul li {
	float: left;
}

.main_item_img img {
	margin-top: 30px;
}

.bx_catalog_list_home .bx_item_detail_size ul li,
.item_price .bx_item_detail_size ul li {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 25px;
	width: 32px !important;
}

.bx_catalog_list_home .bx_item_detail_size ul li{
	float:right;
}

.bx_item_detail .item_section_name_gray{
 color: #1cb6aa;
 font-size: 15px;
 display: inline-block;
 margin: 20px 0px 0px 0px;
}

div.item_price div.item_buttons{
	float:right;
}

div.item_price div.item_current_price {
	float:left;
}

.bx_item_detail .item_current_price{
	display:inline-block;
	color:#000;
	font-weight:bold;
	font-size:21px;
	line-height:33px;
}

.bx_catalog_list_home .bx_item_detail_size{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
}

.main_info span.header_element {
	font-size:30px;
	font-weight:200;
}

.main_info {
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-left:2%;
	width:58%;
}

.main_info .itemdivider {
	margin-top: 14px;
	border-bottom: 1px solid #e6e6e6;
}

.main_info .price {
	font-size: 24px;
	display:inline-block;
	font-weight: 200;
}

.main_info p.caption{
	font-size: 16px;
	font-weight: 200;
 display: inline-block;
 margin: 0px;
}


 .bx_bt_button  				{
	background: #1cb6aa;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
 padding: 0px 15px 8px 0px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	font-size: 17px;
	display: inline-block;
}

.bx_bt_button:hover {
	color:#fff;
	text-decoration:none;
}


div.nav-page {
    font-size: 16px;
}

div.nav-page a{
    text-decoration: none;
    padding: 2px 8px;
}

div.nav-page a:hover{
    background: #D6FFFC;
}

div.nav-page span b{
    background: #1cb6aa;
    color: #fff;
    padding: 2px 8px;
}

div.nav-page span.nav-pages.left {
    float: left;
}

div.nav-page span.nav-pages.right {
    float: right;
}



.bx_item_detail .bx_big.bx_bt_button.bx_cart span{
	position:relative;
	bottom:-6px;
	border-right:1px solid #fff;
	display:inline-block;
 margin: 0 15px 0 0;
 width: 55px;
 height: 27px;
	background:url(images/icon-cart-white.png) no-repeat center;
	-webkit-background-size:contain;
	background-size:contain;
}

.bx_item_detail .bx_item_slider .bx_slide ul li .cnt .cnt_item_img{
	position: absolute;
	top:   6%;
	right: 6%;
	bottom:6%;
	left:  6%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.bx_item_detail .bx_item_slider .bx_slide ul li .cnt .cnt_item_img img{
	width: auto;
	height: 25px;
}




.bx_item_detail .bx_item_slider .bx_slider_conteiner{
	position: relative;
	padding-top: 20px;
	margin-bottom: 10px;
	max-width: 100%;
	width: 100%;
	
}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slider_conteiner.full {
	position: relative;
	margin-left: -5%;
	padding: 20px 5% 0
}

/*----*/

.bx_item_detail .bx_item_slider .bx_slider_scroller_container{position: relative}

.bx_item_detail .bx_item_slider .bx_slide{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx-touch .bx_item_detail .bx_item_slider .bx_slide{overflow-x: auto}

.bx_item_detail .bx_item_slider .bx_slide ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}
.bx-touch .bx_item_detail .bx_item_slider .bx_slide ul{margin-left: 0 !important}
.bx_item_detail .bx_item_slider .bx_slide ul li{
	position: relative;
	display: block;
	float: left;
	height: 125px;
	width: 30% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.bx_item_detail .bx_item_slider .bx_slide ul li .cnt{
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 4px;
	left:2px;
	display: block;
	overflow: hidden;
	background: #fff;
}
.bx-touch	.bx_item_detail .bx_item_slider .bx_slide ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(images/x2border.png) 2 stretch;
	-moz-border-image: url(images/x2border.png) 2 stretch;
	-o-border-image: url(images/x2border.png) 2 stretch;
	border-image: url(images/x2border.png) 2 fill stretch;
}

.bx_item_detail .bx_item_slider .bx_slide ul li:active .cnt,
.bx_item_detail .bx_item_slider .bx_slide ul li.bx_active .cnt{
	padding: 3px;
	border: 1px solid #F0F0F0;
}
.bx-touch .bx_item_detail .bx_item_slider .bx_slide ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(images/x2border_active.png) 2 stretch;
	-moz-border-image: url(images/x2border_active.png) 2 stretch;
	-o-border-image: url(images/x2border_active.png) 2 stretch;
	border-image: url(images/x2border_active.png) 2 fill stretch;
}



/***************  КАРТОЧКА ТОВАРА  ***************/


/******************   Рассказать друзьям    *********************/
.myDiv .b-share-icon_vkontakte{
        background: url("/img/social_icon_little.png") no-repeat -6px -42px;
	width: 30px;
	height: 30px;
    }
    .myDiv .b-share-icon_facebook{
        background: url("/img/social_icon_little.png") no-repeat -43px -7px;
	width: 30px;
	height: 30px;
    }
    .myDiv .b-share-icon_twitter{
        background: url("/img/social_icon_little.png") no-repeat -79px -7px;
	width: 30px;
	height: 30px;
    }
    .myDiv .b-share-icon_odnoklassniki{
        background: url("/img/social_icon_little.png") no-repeat -115px -7px;
	width: 30px;
	height: 30px;
    }    
    .myDiv .b-share-icon{
        
    }
    
    ul.social {
        text-align: right;
        float: right;
    }
    
    ul.social li{
	list-style: none;
	float: right;
    }
    
    ul.social li span.caption{
	margin-top: 10px;
	display: inline-block;
    }
    

/******************   Рассказать друзьям    *********************/




/************************  ПОХОЖИЕ ПРЕДЛОЖЕНИЯ   *****************/


.carousel-sets-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 30px;
	cursor:pointer;
}

.carousel-sets-control.left {
	text-align: left;
	left: -50px;
}

.carousel-sets-control.right {
	left: auto;
	right: -55px;
	text-align: right;
}

.carousel-sets-control .arrow-right,
.carousel-sets-control .arrow-left {
	margin-top: -20px;
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

.carousel-sets-control .arrow-right {
	margin-left:-25px;
}

.itemsgrid {
	margin-bottom: 36px;
}

div.slider-x {
	position:relative;
	left:0px;
}



/************************  ПОХОЖИЕ ПРЕДЛОЖЕНИЯ   *****************/


/* Stickers */
.blue_stick {
	border-top: 4px solid #04aeed;
	color: #04aeed;
}

.red_stick {
	border-top: 4px solid #bb2020;
	color: #bb2020;
}

.orange_stick {
	border-top: 4px solid #d87b21;
	color: #d87b21;
}

.bx_stick{
	line-height: 35px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.bx_stick.short {font-weight: bold;font-size:18px}
.bx_stick.average {font-weight: 200;font-size:18px}
.bx_stick.long{font-weight:normal;font-size:11px}
.bx_stick_disc{
	position:absolute;
	width:72px;
	height:74px;
	background:url(images/stick_disc.png) no-repeat center;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 0 #ba3434;
	font-weight:bold;
	font-size:23px;
	line-height:74px;
}
.bx_stick.left,
.bx_stick_disc.left{left:30px;}
.bx_stick.right,
.bx_stick_disc.right{right:0;}
.bx_stick.top,
.bx_stick_disc.top{
	text-transform: uppercase;
	float: left;
	margin: 10px 10px 0px 10px;
}

.bx_stick.bottom,
.bx_stick_disc.bottom{bottom:5px;}
.bx_stick.middle,
.bx_stick_disc.middle{top:49%;}
@media (min-width:641px) and (max-width:960px){
	.bx_stick{
		height:30px;
		background-size:100%;
		line-height:30px;
	}
	.bx_stick.short {font-weight:normal;font-size:14px}
	.bx_stick.average {font-weight:normal;font-size:11px}
	.bx_stick.long{font-weight:normal;font-size:11px}
	.bx_stick_disc{
		width:64px;
		height:65px;
		background-size:100%;
		font-size:	20px;
		line-height:65px;
	}
}
@media (max-width:640px) {
	.bx-touch .bx_stick{
		width:70px;
		height:30px;
		background-size:100%;
		font-size:	11px;
		line-height:30px;
	}
	.bx-touch .bx_stick_disc{
		width:48px;
		height:49px;
		background-size:100%;
		font-size:	16px;
		line-height:49px;
	}
}

.sale_order_full_table {
	font-weight: 300;
}

.sale_order_full_table td:first-child{
    min-width: 200px;
}

.sale_order_full_table td{
	font-size: 18px;
}

.sale_order_full_table table td {
 font-size: 12px !important;
}



/**************  system.auth.form *********************/

.bx_login_block{
	float: left;
	padding-left: 35px;
	background: url('/img/gui.png') no-repeat  10% center;
}
a.bx_login_top_inline_link{
	color: #576e75;
	vertical-align: middle;
	text-decoration: none;
	font-size: 13px;
	/*line-height: 13px;*/
	margin: 0 8px 0 5px;
}
a.bx_login_top_inline_link:hover{text-decoration: underline}

.bx_login_popup_form {
	min-width:310px;
	min-height:350px;
	padding: 0 0 10px 10px;
}

/**************  system.auth.form *********************/

@media (max-width:750px){
	.bx_filter_horizontal .bx_filter_param_area .bx_filter_param_area_block input{max-width:50px}
}
@media (max-width:640px){
	.bx-touch .bx_filter_horizontal .bx_filter_param_area .bx_filter_param_area_block input{max-width:70px}
	.bx-touch .bx_filter_horizontal .bx_filter_container{
		width: 50%;
	}
}

.bx_filter_horizontal .bx_filter_param_area .bx_filter_param_area_block:first-child{text-align:left}
.bx_filter_horizontal .bx_filter_param_area .bx_filter_param_area_block{float:left}


/**************  smart.filter *********************/

/************************  catalog.element  ***************************/


.bx_slider_conteiner ul {
		width: 100%;
		margin-left: 0%;
}

.bx_slider_conteiner ul li  {
		width: 20%;
		padding-top: 20%
}

.main_info .caption span {
		display: block;
		margin-right: 10px;	
		float: left;
}

.main_info .caption span.model {
		width: 100%;
  margin-top: -5px;
}

.header_element span:first-letter {
		text-transform: uppercase;
}

.item_info_section .item_buttons {
		display: inline-block;
		float: right;
}

.bx_scu_scroller_container .bx_scu ul{
		width: 240px;
		display: inline-block;
		list-style: none;
}

.bx_catalog_item_scu .cnt_item.type {
    float: right;
    width: 20px;
    height: 20px;
    margin: 0px 2px;
    position: relative;
    z-index: 200;
    cursor: help;
}

.item_info_section .bx_scu_scroller_container .bx_scu ul li{
    width: 35px;
    height: 35px;
    float: left;
    margin: 5px;
    opacity: 0.40;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 2px;
}

.bx_scu_scroller_container .bx_scu ul li .cnt,
.bx_scu_scroller_container .bx_scu ul li .cnt_item,
.bx_catalog_item_scu .cnt_item {
		width: 100%;
		height: 100%;
		display: inline-block;
}

.bx_scu_scroller_container .bx_scu ul li:not(.set)  .cnt_item_d {
    z-index: 10;
    width: 29px;
    height: 29px;
    position: absolute;
    background: url('/img/disable.gif') no-repeat 7px;
}


.bx_scu_scroller_container .bx_scu ul li .type {
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		line-height: 30px;
}

.bx_catalog_item_scu span.type {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 21px;
}

.bx_catalog_item_scu .cnt_item,
.bx_scu_scroller_container .bx_scu ul li .cnt_item {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.bx_scu li.active{
    border: 1px solid #1cb6aa !important;
    padding: 2px;
}

.bx_scu li.set{
    opacity: 1 !important;
}


.bx_scu li.active span.type {
    padding-top: 0px;
}

.main_info .caption span.artic {
		font-size: 13px;
		color: #888888;
}

.item_buttons.vam {
		position: relative;
}

.item_buttons.vam div.no-active,
.item_buttons.vam div.no-active1{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 10;
		background: #FFFFFF;
		opacity: 0.6;
}
/************************  catalog.element  ***************************/


/************************  sela.order.ajax  *******************************/
#order_form_div .sale_data-table.summary td {
	background: #fff !important;
}
#order_form_div {
	font-size: 12px;
	color: #000;
}
#order_form_div .sof-req {
	color: red;
	font-size: 10px;
}
#order_form_div .clear {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	font-size: 0px;
	line-height: 0px;
}

#order_form_div input[type="tel"],
#order_form_div input[type="text"],
#order_form_div input[type="password"],
#order_form_div textarea,
#order_form_div select{
	background: #fff;
	border: 1px solid #c1c5c8;
 width: 100%;
	color: #000;
	box-shadow: inset 2px 2px 2px -1px rgba(180,188,191,0.5);
	display: inline-block;
	outline: none;
	vertical-align: middle;
	font-size: 14px;
	padding: 6px 8px;
	margin-bottom: 3px;
}
#order_form_div .section {
	margin-bottom: 30px;
}
#order_form_div .title {
	font-weight: bold;
	font-size: 15px;
	border-bottom: 1px solid #dcdfe2;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#order_form_div .title a {
	color: #2d739d;
	font-size: 12px;
	text-decoration: underline;
	margin-left: 10px;
	outline: none;
}
#order_form_div .title a:hover {
	text-decoration: none;
}
#order_form_div .label.left {
	float: left;
	margin: 0 10px 10px 0;
}
#order_form_div .sale_order_table {
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#order_form_div .sale_order_table td {
	padding: 15px 0;
	background: none !important;
}
#order_form_div .sale_order_table .name {
	width: 190px;
	text-align: left;
	vertical-align: top;
}
#order_form_div .sale_order_table.props td {
	border-bottom: 1px solid #dcdfe2;
}
#order_form_div .sale_order_table input[type="text"],
#order_form_div .sale_order_table textarea,
#order_form_div .sale_order_table select{
	width: 365px;
}
#order_form_div .sale_order_table textarea {
	height: 70px;
	overflow: hidden;
	resize: none;
}
#order_form_div .sale_order_table select {
	padding: 6px 3px 6px 8px;
	width: 383px;
	margin-bottom: 5px;
}
#order_form_div .sale_order_table .desc {
	color: #a3a3a3;
	font-size: 11px;
	margin: 3px 0;
}

/*paysystem*/
#order_form_div .sale_order_table.paysystem td {
	border-bottom: none;
}
#order_form_div .sale_order_table .ps_logo {
	float: left;
	text-align: center;
	margin: 0 15px 10px 0;
	height: 85px;
}

#order_form_div .sale_order_table .with_description {
	margin-right: 0 !important;
	height: 30px;
}

#order_form_div .sale_order_table .ps_logo img,
#order_form_div  .sale_order_confirm img,
#order_form_div .account img {
	border-radius: 2px;
	border: 1px solid #d1d1d1;
	box-shadow: 2px 2px 2px rgba(180,188,191,0.5);
	padding:1px;
	float: left;
}

/*

div.bx_section div.bx_block div.bx_element input[type=radio],
div.bx_section div.bx_block div.bx_element input[type=checkbox],
#order_form_div .sale_order_table .ps_logo input[type=radio],
#order_form_div .account input[type=checkbox] {

} */


.bx_section .bx_element {
    display: inline-block;
    width: 100%;
}


.bx_section .bx_element .check_bx,
.bx_section .bx_element .check_bx div {
 -webkit-border-radius: 60px;
 -moz-border-radius: 60px;
 border-radius: 60px;
}

.bx_section .bx_element .check_bx {
 cursor: pointer;
 width: 20px;
 height: 20px;
 float: left;
 margin: 2px 8px 0px 10px;
 border: 1px solid gray;
 padding: 2px;
}

.bx_section .bx_element .bx_description {
 cursor: pointer;
}

.bx_section .bx_element .check_bx div{
 width: 100%;
 height: 100%;
 background-color: #1CB6AA;
}


.bx_section .bx_element label{
    float: left;
    width: 80%;
}

.bx_section .bx_element p{
    font-size: 14px;
    color: #a3a3a3;
    margin: 10px;
}

.bx_element input[type=radio] {
    display: block;
    float: left;
    margin: 5px 10px;
}

.bx_element .bx_description span {
    font-size: 18px;
    font-weight: 200;
}


.bx_element input[type=radio]:checked + label .bx_logotype,
.bx_element label.selected .bx_logotype
{
	border: 2px solid #2d739d !important;
	padding: 1px;
}

#order_form_div .sale_order_table .paysystem_name,
#order_form_div .sale_order_confirm .paysystem_name {
	font-size: 11px;
	color: #a3a3a3;
	width: 95px;
	line-height: 11px;
	margin-top: 65px;
}
#order_form_div .account img,
#order_form_div .account .desc {
	float: left;
}
#order_form_div .account img {
	margin-right: 10px;
}
#order_form_div .account .name {
	font-weight: bold;
	margin-bottom: 3px;
	color: #000;
}
#order_form_div .account .desc {
	font-size: 11px;
	color: #a3a3a3;
	line-height: 11px;
	text-align: left;
	width: 80%;
}
#order_form_div .account .desc.width_limited {width:100%;}
#order_form_div .account .ps_logo.with_description {width:100%;}

/*delivery*/
#order_form_div .sale_order_table.delivery td {
	padding: 7px 0;
}
#order_form_div .sale_order_table.delivery .name {
	font-weight: bold;
	width: auto;
	color: #000;
}
#order_form_div .sale_order_table.delivery .desc {
	color: #a3a3a3;
	width: 400px;
}
#order_form_div .sale_order_table.delivery td table {
	width: auto;
}
#order_form_div .sale_order_table.delivery td table td {
	padding: 0;
	text-align: left;
}
#order_form_div .sale_order_table.delivery .prop img {
	border-radius: 2px;
	border: 1px solid #d1d1d1;
	box-shadow: 2px 2px 2px rgba(180,188,191,0.5);
	padding:1px;
	margin: 0 10px 0 0;
}
#order_form_div .sale_order_table.delivery .prop input,
#order_form_div .sale_order_table.delivery .prop img,
#order_form_div .sale_order_table.delivery .prop .desc {
	float: left;
	margin-right: 10px;
}
#order_form_div .sale_order_table.delivery .prop input[type=radio] {
	display: none;
}

/*summary*/
#order_form_div .sale_data-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-top: 10px;
}
#order_form_div .sale_data-table th {
	background-color: #f5f5f5;
	padding: 7px 13px;
	text-align: left;
	font-weight: normal;
}
#order_form_div .sale_data-table td {
	border-bottom: 1px solid #f5f5f5;
	padding: 7px 13px;
	text-align: left;
	background: none !important;
}
#order_form_div .sale_data-table td.price {
	white-space: nowrap;
	text-align: right;
}
#order_form_div .sale_data-table td.itog {
	text-align: right;
}
#order_form_div .sale_data-table tfoot td {
	border-bottom: none;
}
#order_form_div .sale_data-table tfoot tr.last td {
	border-top: 1px solid #f5f5f5;
	font-weight: bold;
	white-space: nowrap;
}
#order_form_div .order_comment {
	width: 100%;
}
#order_form_div .order_comment div {
	color: #a3a3a3;
	font-size: 12px;
	margin-bottom: 5px;
}
#order_form_div .order_comment textarea {
	width: 97%;
	height: 70px;
}

/* auth */
#order_form_div .order-auth {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#order_form_div .order-auth td {
	text-align: left;
	vertical-align: top;
}
#order_form_div .sale_order_table.delivery .errortext {
	margin: 0;
	font-size: 11px;
	padding: 5px;
	width: 230px;
}
#order_form_div .sale_order_full_table td.ps_logo {
	text-align: left;
	vertical-align: top;
}
#order_form_div .sale_order_full_table .ps_logo .pay_name {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 15px;
}
#order_form_div .desc .ora-store {
	font-size: 12px;
}
.store_location {
	display:none;
}
.store_location .ora-store {
	width: 40%;
	float: left;
}
.store_location .ora-store table td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
.store_location .name {
	font-weight: bold;
}
.store_location .location {
	width: 60%;
	float: left;
}
#order_form_div .select_store {
	font-size:12px;
}

.image {
	padding: 5px 0 5px 0;
}

/* new */

.bx_order_make{
	font-size: 18px;
}
.bx_order_make hr{
	border: none;
	border-bottom: 1px solid #dcdfe2;
}
.bx_order_make .bx_section{
	margin-bottom: 20px;
}
.bx_order_make .bx_section h4{
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
 color: rgb(100, 100, 100);
 font-weight: 500;
	border-bottom: 1px solid #dcdfe2;
}
.bx_order_make .bx_block{
	float: left;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	margin-right: 15px;
	margin-bottom: 10px;
	padding:0 10px;
	vertical-align: middle;
}

.bx_order_make .bx_block.r1x3.pt8{
 padding-top: 8px;
 font-weight: 200;
 color: #6d6d6d;
 font-size: 18px;
}

.bx_order_make .bx_block.r1x3{	width:100%; }
.bx_order_make .bx_block.r3x1{margin:0; 		  width:100% }
.bx_order_make .bx_block.w100{margin:5px 0 10px 0;width:100%}
.bx_order_make .bx_block.horizontal {margin:5px 0 10px 0}
@media (max-width:640px){
	.bx_order_make .bx_block.r1x3{width:35%}
	.bx_order_make .bx_block.r3x1{width:65%}
}
@media (max-width:480px){
	.bx-touch .bx_order_make .bx_block.r1x3,
	.bx-touch .bx_order_make .bx_block.r3x1{float:none;margin-right:0;width:100%;}
}
.bx_order_make .bx_block input[type="text"],
.bx_order_make .bx_block textarea,
.bx_order_make .bx_block select{width:100%}
.bx_order_make .bx_block input[type="text"],
.bx_order_make .bx_block textarea,
.bx_order_make .bx_block select{
	display: block;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	padding: 6px;
	outline: none;
	border: 1px solid #c1c5c8;
	background: #fff;
	box-shadow: inset 2px 2px 2px -1px rgba(180,188,191,0.5);
	color: #000;
	vertical-align: middle;
	font-size: 14px;
	max-width:400px
}
.bx_order_make .bx_sof_req{color:rgba(199,31,31,1);font-weight:bold}

.bx_order_make .bx_logotype{
	box-shadow: 0 0 3px 0 rgba(123,152,165,.9);
	cursor: pointer;
	padding: 2px;
	float: left;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	border: 1px solid rgba(123,152,165,.7);
	margin-right: 20px;
}
.bx_order_make .bx_block.horizontal .bx_logotype{margin-right: 0}
.bx_order_make .bx_logotype span{
	display: block;
	width: 100px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
}
.bx_order_make .bx_logotype.active,
.bx_order_make .bx_logotype:hover{
	box-shadow: 0 0 3px 0 rgba(0,93,153,1);
	border: 1px solid rgba(0,93,153,.8);
	padding: 2px;
}

#order_form_content > p {
    /*float: left; 
    margin: 0px 5px 40px 5px; */
}


#order_form_content .order_item {
    float: left;
    width: 28%;
}

#order_form_content .order_item_separ {
    float: left;
    width: 8%;
    text-align: center;
}

#order_form_content .order_item_separ img {
    height: 40px;
}


.bx_order_make .bx_description p{
    font-size: 14px;
    color: #a3a3a3;
}

.bx_section div.quad_cont {
    text-align: center;
    margin-bottom: 50px;
}

.bx_section div.quad_cont span {
    width: 100%;
    float: left;
    margin-top: 5px;
    font-weight: 200;
    color: #6d6d6d;
    font-size: 18px;
}

.bx_section div.quad_order {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #E5E5E5; /*#1CB6AA;*/
    font-weight: 400;
    padding: 5px 12px;
    /*border: 4px solid #1CB6AA;*/
    border: 4px solid #E5E5E5;
}

.bx_order_make .bx_result_price{
	color: #000 !important;
	float: right;
	text-align: right;
}
.bx_order_make .bx_result_price a{font-weight: normal;}
@media (max-width:640px){
	.bx_order_make .bx_result_price{
		float: none;
		display: block;
		width: 100%;
	}
}
.bx_order_make .bx_result_price a{color: #12a9e1}
.bx_order_make .bx_result_price a:hover{text-decoration:none}
.bx_order_make .bx_description strong{
	/*display: block;
	color: #000; */
	/*float: left;*/
}

.bx_ordercart {
    clear: both;
}

.order_item .itemdivider {
    border-bottom: 1px solid #e6e6e6;
    margin: 10px;
}



.bx_ordercart .bx_ordercart_order_table_container tbody .right {
    /*text-align: center;*/
    text-align: left;
}

div#order_form_content div.bx_section div#sale_order_props div div.bx_block textarea {
 	margin-bottom: 10px;
}

div#order_form_content .errortext {
	display: inline-block;
	margin-top: 15px;
	padding: 10px 15px 10px 60px !important;
	border-top: 1px solid #E4CBD1;
	border-right: 1px solid #D5BABE;
	border-bottom: 1px solid #C9ABAF;
	border-left: 1px solid #D5BABE;
	background: #F8EAED;
	background: url("images/alert.png") 10px 50% no-repeat, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÖEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url("images/alert.png") 10px 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8EAED), color-stop(100%,#EDD0D6));
	background: url("images/alert.png") 10px 50% no-repeat, -webkit-linear-gradient(top, #F8EAED 0%,#EDD0D6 100%);
	background: url("images/alert.png") 10px 50% no-repeat, -moz-linear-gradient(top, #f8eaed 0%,#edd0d6 100%);
	background: url("images/alert.png") 10px 50% no-repeat, -ms-linear-gradient(top, #f8eaed 0%,#edd0d6 100%);
	background: url("images/alert.png") 10px 50% no-repeat, -o-linear-gradient(top, #f8eaed 0%,#edd0d6 100%);
	background: url("images/alert.png") 10px 50% no-repeat, linear-gradient(to bottom, #F8EAED 0%,#EDD0D6 100%);
	box-shadow: inset 0 1px 1px 0 #FFF;
	color: #881521 !important;
	text-shadow: 0 1px 0 #FFF;
	font-weight: 400;
	font-size: 15px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8eaed', endColorstr='#edd0d6',GradientType=0 );
}
/************************  sela.order.ajax  *******************************/



/**********************  sale.personal.order.list   ************************/
.bx_my_order{
	margin-bottom: 20px;
}
.bx_my_order_status_desc{
	margin: 20px 0 20px 0;
}
.bx_my_order_status_desc h4{
        font-weight:400;
	margin-top: 0;
	margin-bottom: 5px;
}
.bx_mos_desc{
	font-size: 18px;
 font-weight: 100;
}
.bx_my_order h3{
	font-weight: bold;
	font-size:24px;
	color: #3f3f3f;
}
.bx_my_order .bx_my_order_table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e8e8e8;
}
.bx_my_order .bx_my_order_table tr td{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}


.bx_my_order .bx_my_order_table thead tr td{
	padding: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #3d4345;
	border-bottom: 1px solid #d9d9d9;
	/*box-shadow: 0 -1px 1px 0 rgba(255,255,255,1);*/

	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(227,227,227,1)));
	background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	background:   -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	background:    -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	background:     -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	background:        linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );
}
.bx_my_order .bx_order_action{
	margin-bottom: 20px;
}
.bx_my_order .bx_my_order_table td a{
 font-size: 16px;
 font-weight: 200;
}

.bx_my_order .bx_my_order_table td a:hover{text-decoration: none;}
.bx_my_order .bx_my_order_table tbody tr td{
	padding: 15px 10px 5px;
	color: #3f3f3f;
	font-size: 16px;
	vertical-align: top;
	line-height:30px;
}

.bx_my_order .bx_my_order_table tbody tr td strong{
 font-weight: 200;
}

.bx_my_order .bx_my_order_table tbody tr td:first-child{width: 65%}
/*.bx_my_order .bx_my_order_table tbody tr td[colspan="2"]{
	padding: 10px;
	font-weight: bold;
	font-size: 15px;
	color: #3d4345;
	background: #fafafa;
}*/

.bx_my_order .bx_item_list{
	margin: 5px 0 0 0;
	padding: 0 0 0 30px;
	list-style: decimal;
}

.bx_my_order .bx_my_order_status{
	width: 100%;
	font-weight: bold;
	padding: 10px 5px;
	line-height: normal;
	margin-bottom: 20px;
	font-size: 14px;
	text-shadow: 0 1px 0 rgba(255,255,255,.5)
}
.bx_my_order .bx_my_order_status.yellow{background: #ffd34e}
.bx_my_order .bx_my_order_status.red   {background: #fb7474}
.bx_my_order .bx_my_order_status.green {background: #B2E5E1;}
.bx_my_order .bx_my_order_status.gray  {background: #bbbbbb}


@media (max-width: 550px){
	.bx-touch .bx_my_order .bx_my_order_table tr,
	.bx-touch .bx_my_order .bx_my_order_table tbody,
	.bx-touch .bx_my_order .bx_my_order_table tbody td{display: block;width: 100% !important;}
	.bx-touch .bx_my_order .bx_my_order_table tbody{border-top: 1px solid #e8e8e8;}
	.bx-touch .bx_my_order .bx_my_order_table thead td{display: inline-block; white-space: nowrap;width: auto !important;background: transparent !important;border: none;box-shadow: none}
	.bx_my_order .bx_my_order_status{
		padding: 10px;
		position: relative;
		margin-left: -10px;
	}
}

.bx_my_order .bx_bt_button_type_2{
	display:inline-block;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}
.bx_my_order .bx_shadow.bx_bt_button_type_2{box-shadow:0 1px 1px 0 rgba(0,0,0,.2)}
.bx_my_order .bx_shadow.bx_bt_button_type_2:active{box-shadow:none}

.bx_control_table a,
.bx_my_order .bx_bt_button_type_2 		{
	background:#1CB6AA;
	color:#fff;
}
.bx_my_order .bx_bt_button_type_2:hover 	{}
.bx_my_order .bx_bt_button_type_2:active {
	background:#20A096;
}

.bx_my_order .bx_small.bx_bt_button_type_2{
	display:inline-block;
	min-width:20px;
	line-height:20px;
}
.bx_my_order .bx_small.bx_bt_button_type_2 		{}
.bx_my_order .bx_small.bx_bt_button_type_2:hover {}
.bx_my_order .bx_small.bx_bt_button_type_2:active{}

.bx_my_order .bx_medium.bx_bt_button_type_2	{
	padding:0 13px;
	height:25px;
	font-weight:bold;
	line-height:25px;
}

.bx_my_order .bx_medium.bx_bt_button_type_2 		 {font-weight:bold}
.bx_my_order .bx_medium.bx_bt_button_type_2:hover {}
.bx_my_order .bx_medium.bx_bt_button_type_2:active{}

.bx_my_order .bx_big.bx_bt_button_type_2	{
	padding:0 13px;
	height:34px;
	font-weight:400;
	line-height:34px;
}

.bx_my_order .bx_big.bx_bt_button_type_2 	  {}
.bx_my_order .bx_big.bx_bt_button_type_2:hover {}
.bx_my_order .bx_big.bx_bt_button_type_2:active{}

.bx_my_order_switch {
	margin-bottom: 15px;
	line-height: 30px;
 font-size: 16px;
 font-weight: 400;
}
.bx_my_order_switch .bx_mo_link{
	margin-right: 20px;
 font-size: 18px;
 font-weight: 200; 
}

/**********************  sale.personal.order.list   ************************/

div.delete-element {
    text-align: center;
}

div.delete-element a {
    text-decoration: none;
    color: rgb(231, 1, 1);
}



/**********************  sale.personal.order.list.detail   ************************/

.bx_order_list{}
.bx_order_list h3{
	font-weight: bold;
	font-size:24px;
	color: #3f3f3f;
}
.bx_order_list .bx_order_list_table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e8e8e8;
}
.bx_order_list .bx_order_list_table tr td{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.bx_order_list .bx_order_list_table thead tr td{
	padding: 10px;
	font-size: 16px;
	color: #3d4345;
	border-bottom: 1px solid #d9d9d9;
	box-shadow: 0 -1px 1px 0 rgba(255,255,255,1)

	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(227,227,227,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );
}
.bx_order_list .bx_order_list_table tbody tr td{
	padding: 5px 10px;
 color: #3f3f3f;
 font-size: 18px;
 font-weight: 300;
 vertical-align: top;
}
.bx_order_list .bx_order_list_table tbody tr td[colspan="2"]{
	padding: 10px;
 font-weight: 400;
 font-size: 18px;
 color: #3d4345;
 background: #fafafa;
}
.bx_order_list .bx_order_list_table tbody tr td:nth-child(2){width: 75%}




.bx_order_list .bx_order_list_table_order{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e8e8e8;
}
.bx_order_list .bx_order_list_table_order tr td{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.bx_order_list .bx_order_list_table_order thead tr td{
	padding: 10px;
	font-weight: 100;
	font-size: 14px;
	color: #3d4345;
	border-bottom: 1px solid #d9d9d9;
	box-shadow: 0 -1px 1px 0 rgba(255,255,255,1)

	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(227,227,227,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(227,227,227,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 );
}
.bx_order_list .bx_order_list_table_order tbody tr td{
	padding: 10px 10px 5px;
	color: #3f3f3f;
	font-size: 13px;
	vertical-align: top;
 text-align: left;
}
.bx_order_list .bx_order_list_table_order tbody tr td.name{min-width: 60%}

.bx_order_list .bx_order_list_table_order tbody tr td a{
 color: #1cb6aa;
 font-size: 18px;
 font-weight: 300;
}

.bx_order_list .bx_order_list_table_order tbody tr td a:hover{text-decoration: none;}


.bx_order_list .amount,
.bx_order_list .price{
	color: #000;
	color: #5f6a71;
 font-size: 22px !important;
	white-space: nowrap;
	text-align: right;
}
.bx_order_list .amount{text-align: center}
.bx_order_list .fm{display: none;color: #5f6a71;}




.bx_order_list .bx_ordercart_order_sum tr td {text-align: right;}
.bx_order_list .bx_ordercart_order_sum tr td.custom_t1 {width: 100%}
.bx_order_list .bx_ordercart_order_sum tr td.custom_t2 {white-space: nowrap;}




.bx_order_list .bx_fwb{font-weight:bold}

.bx_control_table{
  width: 100%;
}

.bx_control_table td{width: 50%;}

@media (max-width: 550px){
	.bx-touch .bx_order_list .bx_order_list_table tr,
	.bx-touch .bx_order_list .bx_order_list_table td{display: block;width: 100%}
	.bx-touch .bx_order_list .bx_order_list_table tbody tr td:nth-child(1){font-weight: bold;padding-bottom: 2px}
	.bx-touch .bx_order_list .bx_order_list_table tbody tr td:nth-child(2){padding-top:2px}
	.bx-touch .bx_order_list .bx_order_list_table tbody tr td[colspan="2"]{padding:10px}

	.bx-touch .bx_order_list .bx_order_list_table_order thead {display: none;}
	.bx-touch .bx_order_list .bx_order_list_table_order td{display: block;width: 100%}
	.bx-touch .bx_order_list .bx_order_list_table_order tbody tr{clear: both;margin-bottom: 10px;}
	.bx-touch .bx_order_list .bx_order_list_table_order tbody tr td{padding: 2px 10px}
	.bx-touch .bx_order_list .bx_order_list_table_order tbody tr td.name{font-weight: bold;padding: 2px 10px}
	.bx-touch .bx_order_list .bx_order_list_table_order tbody tr td.img{float: left;width: 70px;padding-right: 10px;}
	.bx-touch .bx_order_list .bx_order_list_table_order tbody tr td:last-child{padding: 2px 10px 30px}
	.bx-touch .bx_order_list .fm{display: inline-block;}
	.bx-touch .bx_order_list .amount,
	.bx-touch .bx_order_list .price{text-align: left;}

	.bx-touch .bx_order_list .bx_ordercart_order_sum{width:100% !important}
	.bx-touch .bx_order_list .bx_ordercart_order_sum tr td.custom_t1 {width: 50% !important}
	.bx-touch .bx_order_list .bx_ordercart_order_sum tr td.custom_t2 {width: 50% !important;white-space: nowrap;text-align: left !important;}

	.bx-touch .bx_order_list .bx_control_table td{text-align: center !important;padding: 10px;}
}





.bx_order_list .bx_bt_button_type_2{
	display:inline-block;
	text-align:center;
	text-decoration:none;
	font-size:16px;
	cursor:pointer;
}
.bx_order_list .bx_shadow.bx_bt_button_type_2{box-shadow:0 1px 1px 0 rgba(0,0,0,.2)}
.bx_order_list .bx_shadow.bx_bt_button_type_2:active{box-shadow:none}

.bx_order_list .bx_bt_button_type_2 		{
  background: #1CB6AA;
  color: #fff;
}

.bx_order_list .bx_bt_button_type_2:hover 	{}
.bx_order_list .bx_bt_button_type_2:active {
	background:#f1f1f1;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#fcfcfc));
	background:-webkit-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
	background:   -moz-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
	background:    -ms-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
	background:     -o-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
	background:        linear-gradient(to bottom, #f1f1f1 0%,#fcfcfc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#fcfcfc',GradientType=0 );
	box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
}

.bx_order_list .bx_small.bx_bt_button_type_2{
	display:inline-block;
	min-width:20px;
	line-height:20px;
}
.bx_order_list .bx_small.bx_bt_button_type_2 		{}
.bx_order_list .bx_small.bx_bt_button_type_2:hover {}
.bx_order_list .bx_small.bx_bt_button_type_2:active{}

.bx_order_list .bx_medium.bx_bt_button_type_2	{
	padding:0 13px;
	height:25px;
	font-weight:bold;
	line-height:25px;
}

.bx_order_list .bx_medium.bx_bt_button_type_2 		 {font-weight:bold}
.bx_order_list .bx_medium.bx_bt_button_type_2:hover {}
.bx_order_list .bx_medium.bx_bt_button_type_2:active{}

.bx_order_list .bx_big.bx_bt_button_type_2	{
	padding:0 13px;
	height:34px;
	font-weight:400;
	line-height:34px;
}

.bx_order_list .bx_big.bx_bt_button_type_2 	  {}
.bx_order_list .bx_big.bx_bt_button_type_2:hover {}
.bx_order_list .bx_big.bx_bt_button_type_2:active{}

.bx_order_list_table_white_header{
	background-color: #fff !important;
}


.bx_order_list .bx_ol_store{
	margin-top: 10px;
}
.bx_order_list .bx_ol_store .bx_old_s_row{
	margin-bottom: 10px;
}
.bx_order_list .bx_ol_store .bx_old_s_row_title{
	margin-bottom: 20px;
}
.bx_order_list .bx_ol_store .bx_ild_s_desc{
	margin-top: 5px;
	font-size: 12px;
	color: gray;
}
.bx_old_s_map{
	margin-top: 20px;
	width: 100%;
}
.bx_old_s_map .bx_bt_button_type_2{
	margin-bottom: 10px;
}
.bx_map_buttons {
	height: 40px;
}
.bx_map_buttons a{
	display: inline-block;
}
#bx_old_s_map{
	margin-bottom: 10px;
}
#map-container{
	height: 200px;
}



.bx_ol_sku_prop img{
	width: auto !important;
	height: auto !important;
	max-width: 50px !important;
	max-height: 50px !important;
	min-width: 0 !important;
	margin: 3px 3px 3px 0;
	padding: 1px;
	border: 1px solid gray;
}
.bx_ol_sku_prop td{
	padding: 1px 1px 10px 1px !important;
	border: 0px;
 font-size: 16px !important;
}

/**********************  sale.personal.order.list.detail   ************************/

ul.city_popup {
    display: none;
    list-style: none;
    position: absolute;
    padding: 0px;
    background-color: #E6E6E6;
    border: 1px solid #C5C5C5;
    color: #585858;
    max-height: 300px;
    width: 300px;
    overflow-y: scroll;
}

span.city_message {
    display: none;
    font-size: 15px;
}

/**********************  news   ************************/
.bx_news {
display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 30px;
}

.bx_news_detail {
display: grid;
    text-align: center;
font-size: 18px;
}

.bx_news_detail .detail_picture {
    margin: auto;
}





.z-btn {
  background: #1cb6aa;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  padding: .8em 1em .5em 1em;
  display: inline-block;
}

.z-btn:before {
  position: relative;
  top: -.1em;
  margin-right: .5em;
}


.z-btn:hover,
.z-btn:active {
  background: #109086;
}

.z-btn {
  color: #fff !important;
  outline: none !important;
  text-decoration: none !important;
}

.z-btn.rt {
  float: right;  
}

.reviews-cont {
  padding: 2em 0;
  display: inline-block;
  width: 100%;
}

.reviews-cont .rw-message {
    font-size: 1.3em;
    padding: 2em 0;
    text-align: center;
    color: #56b7ab;
    font-weight: 300;
}

.reviews-cont .rw-hdr {
  display: inline-block;
  width: 100%;
  padding-bottom: 1em;
  border-bottom: 1px solid #434343;
}


.rw-cont > div,
.rw-cont > div > div {
  float: left;
  width: 100%;
}

.rw-cont > div {
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: .8em;
}

.rw-cont {
  display: inline-block;
}

.rw-cont > div > div {

}

.rw-cont .rw-name {
  font-size: 1.3em;
}

.rw-cont .rw-date {
  color: #969696;
  font-size: .9em;
}

.rw-cont .rw-answer,
.rw-cont .rw-comment {
  display: inline-block;
  width: auto;
  padding: .8em;
  background-color: #f5f5f5;
  border-radius: .3em;
  font-size: 1.2em;
  color: #403e3e;
  margin-top: .1em;
}

.rw-cont .pager {
  margin-top: 1em;
  float: left;
  border: none;
  width: 100%;
  text-align: left;
}

.rw-cont .rw-impression {
    font-weight: 500;
    color: #000;
}

.rw-cont .rw-review {
  
}

.rw-cont .rw-answer {
  margin-left: 2em;
  margin-top: .3em;
  background-color: #caf1ec;
}

.rw-cont .rw-answer b {
  
}

.rw-cont .rw-answer div {
  
}

.reviews-cont .rw-hdr div:first-child {
  float: left;
  font-size: 1.6em;
}

.reviews-cont .rw-hdr i {
    clear: both;
    display: block;
    font-style: inherit;
    font-size: .8em;
}

.reviews-cont .rw-hdr i b {
    padding: 0 .3em;
    display: inline-block;
    border: 1px solid #f1ab32;
    color: #000;
}

.reviews-cont .rw-hdr .z-btn {
  float: right;
}

.f-modal {
  position: relative;  
}

.f-modal .caption {
  font-size: 1.6em;
  padding-bottom: .2em;
  border-bottom: 2px solid #1cb6aa;
  margin-bottom: .7em;
}

.f-modal .fld {
  float: left;
  width: 100%;
  margin-bottom: .7em;
}

.f-modal .fld > div {
  font-size: 1.2em;
  margin-bottom: .1em;
}

.stars {
  display: inline-block;
}

.stars a {
  font-size: 2em;
  float: left;
  margin-right: .1em;
  text-decoration: none;
  color: #f1ab2a !important;
}

.stars a {
  text-decoration: none !important;
  outline: none !important;
}

.f-modal .fld input,
.f-modal .fld textarea {
  width: 100%;
  font-size: 1.2em;
  padding: .4em;
  border: 1px solid #e8e8e8;
  border-radius: .2em;
  outline: none;
  resize: vertical;
}

.f-modal .fld textarea {
  min-height: 100px;
}

.f-modal .error-line {
  float: left;
  font-size: 1.2em;
  color: #8c3030;
}

.f-modal .success-line {
  font-size: 1.2em;
  color: #3fa96a;
}

.f-modal .loader {
  position: absolute;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  opacity: .5;
  padding-top: 40%;
  display: none;
}

.f-modal .loader.active {
  display: block;
}


.cssload-container {
	width: 100%;
	height: 69px;
	text-align: center;
}

.cssload-zenith {
	width: 69px;
	height: 69px;
	margin: 0 auto;
	border-radius: 50%;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	box-shadow: 4px 4px 1px rgb(28,182,170);
	animation: cssload-spin 690ms infinite linear;
		-o-animation: cssload-spin 690ms infinite linear;
		-ms-animation: cssload-spin 690ms infinite linear;
		-webkit-animation: cssload-spin 690ms infinite linear;
		-moz-animation: cssload-spin 690ms infinite linear;
}



@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
	100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
	100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

@media (max-width: 992px) {
  .row #links {
    width: 53% !important;
  }
  
  .row .search-cart {
    width: 26% !important;
    float: left;
  }
}