

/* Start:/local/templates/okshop/all.css?1769684917122824*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}


ul.top-menu {
    list-style:none;
    margin:0; padding:0;
    position: relative; /*IE bug*/
}
ul.top-menu li {float:left;}
ul.top-menu li:last-child{margin-right:0px;}
ul.top-menu li a {
    font-size: 14px;
    line-height: 14px;
    display: block;
    padding: 14px 10px;
    height: 14px;
    text-decoration: none;
}
ul.top-menu li a:hover{
    text-decoration: underline;
}

.shop_txt {
	color:white;
	display: inline-block;
	text-align: left;
	line-height: 80px;
	float: left;
	font-size: 13px;
}	

#eMarket-auth {
    float:right;
    height:26px;
    margin-top:16px;
    position: relative;
}

#eMarket-auth .login-ico {
    width: 10px;
    height: 10px;
    background-position: -2px -174px;
    margin: 0 -35px -1px 0;
}

#eMarket-auth a.link{
    color: #ababab;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    margin-left: 35px;
}
#eMarket-auth a:first-child{margin:0;}
#eMarket-auth a.link:hover{text-decoration: underline}

ul.emarket-catalog-menu,
.emarket-catalog-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size:12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index:955 !important;
}

.emarket-catalog-menu > li {
    position:relative;
}
.emarket-catalog-menu > li:before{
    content: " ";
    display:block;
    position:absolute;
    right:6px;
    top:50%;
    margin-top:-3px;
    width:7px;height:11px;
    background-repeat:no-repeat;
    background-position: -1px -202px;
    opacity:.2;
}

.emarket-catalog-menu > li:hover:before{
    background-position: -1px -215px;
    opacity: 1;
}

/*Submenu box*/
.emarket-catalog-menu li ul {
    position:absolute;
    /*top:-999em;*/
    top:-1px;
    display:none;
    z-index:990;
    height:auto;
    padding-bottom: 9px;
    width:237px;
}

/* Submenu Items */
.emarket-catalog-menu li a {
    display: block;
    text-decoration: none;
    font-size:14px;
    padding: 12px 0 12px 9px;
    line-height: 16px;
}


/*Rootmenu Items*/
.emarket-catalog-menu a.root-item {
    padding: 12px 0 12px 9px;
    border:none;
    line-height: 16px;
}
/*Denied items*/
.emarket-catalog-menu a.denied {
    padding-right:10px;
}

/* Holly Hack. IE Requirement \*/
* html ul.emarket-catalog-menu li { float: left; height: 1%; }
* html ul.emarket-catalog-menu li a { height: 1%; }
/* End */


/*Submenu margin*/
.emarket-catalog-menu li ul.root-item {margin:0 0 0 214px;}
.emarket-catalog-menu li ul {margin:-40px 0 0 213px;}

/*Submenu show*/
.emarket-catalog-menu li:hover ul,
.emarket-catalog-menu li.jsvhover ul,
.emarket-catalog-menu li li:hover ul,
.emarket-catalog-menu li li.jsvhover ul,
.emarket-catalog-menu li li li:hover ul,
.emarket-catalog-menu li li li.jsvhover ul
{
    display:block;
}

/*Submenu lvl-2*/
.emarket-catalog-menu li ul.lvl-2 > li{
    margin:0 10px;
}
.emarket-catalog-menu li ul.lvl-2 > li:hover{background:none;}
.emarket-catalog-menu li ul.lvl-2 > li:before{
    display:none;
}
.emarket-catalog-menu li ul.lvl-2 > li a{
    color:#000;
    padding: 12px 0 0 0;
    display: inline-block;
    height: 15px;
    margin-bottom: 12px;
}
.emarket-catalog-menu li ul.lvl-2 > li a.item-selected,
.emarket-catalog-menu li ul.lvl-2 > li a:hover{
    margin-bottom: 11px;
    background:none;
}

/*Submenu lvl-3*/
.emarket-catalog-menu li ul.lvl-3 {
    position:static;
    display:block;
    margin:0;
    border:0;
    padding:0;
}
.emarket-catalog-menu li ul.lvl-3 > li{}
.emarket-catalog-menu li ul.lvl-3 > li:hover{background:none;}
.emarket-catalog-menu li ul.lvl-3 > li:before{
    display:none;
}
.emarket-catalog-menu li ul.lvl-3 > li a{
    font-size:12px;
    line-height:8px;
    padding: 0 0 1px 0;
    margin-left:9px;
    height: 8px;
}
.emarket-catalog-menu li ul.lvl-3 > li a.item-selected,
.emarket-catalog-menu li ul.lvl-3 > li a:hover{
    margin-bottom: 11px;
}


div.title-search-result {
    border:1px solid #212121;
	background: #212121;
    box-shadow: 0 3px 10px 0 rgba(140, 140, 140, 0.6);
    -moz-box-shadow: 0 3px 10px 0 rgba(140, 140, 140, 0.6);
    -webkit-box-shadow: 0 3px 10px 0 rgba(140, 140, 140, 0.6);
    display: none;
}
table.title-search-result th {
    background-color:#2c2c2c;
    color:#ababab;
}
table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
    background-color:#2c2c2c;
}
table.title-search-result {
    border-collapse: collapse;
    border:none;
}

table.title-search-result th {
    font-weight:normal;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:20px;
    padding-right:12px;
    text-align:right;
    vertical-align:top;
    white-space:nowrap;
    width:1%;
}

table.title-search-result td {
    background-color:#212121;
    color:#ababab;
}

table.title-search-result td.title-search-item {
    padding-left:8px;
    padding-right:15px;
}

table.title-search-result td.title-search-item a {
    padding-left:4px;
    padding-right:15px;
    text-decoration: none;
    vertical-align:top;
    display:block;
}

table.title-search-result td.title-search-item img {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

table.title-search-result td.title-search-item b {
    font-weight:normal;
}


table.title-search-result td.title-search-more {
    font-size:12px;
    font-weight:normal;
    padding-right:15px;
    padding-left:10px;
    padding-top:4px;
}

table.title-search-result td.title-search-more a
{
    padding-left:12px;
    padding-right:15px;
    text-decoration:none;
}

table.title-search-result td.title-search-all {
    padding-left:17px;
    padding-right:15px;
}

table.title-search-result td.title-search-all a
{
    color:#0055aa;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
    padding-top:0px;
    padding-bottom:0px;
    font-size:4px;
}

div.title-search-fader {
      position:absolute;
}

#emarket-search {
    margin: 0 0 0 21px;
    float: left;
    width: 620px;
    height: 46px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#emarket-search-input {
    float: left;
    border: none;
    outline: none;
    -webkit-appearance: none;
    padding: 5px 10px;
     height: 36px;
	width: 522px;
    vertical-align: middle;
	webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	margin: 1px 0 0 0;
}
#emarket-search .submit {
    float: right;
    position:relative;
    border: 1px solid #8dbf41;
    cursor:pointer;
    margin: 0 -1px 0 0;
    width: 76px;
    height: 46px;
    background:none;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
#emarket-search .submit input{
    cursor:pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0;
    outline: 0;
    width: 100%;
    font-size: 16px;
    height: 48px;
    left: -1px;
}

#emarket-compare-list{
    width: 114px;
    height: 48px;
    position: relative;
}

.emarket-basket-small{
    padding: 7px;
    font-size:14px;
    float: left;
    position: absolute;
}
.emarket-basket-small .text{
    display: table-cell;
    vertical-align: bottom;
    font-weight: bold;
}
.emarket-basket-small .text p.error{
    font-size: 14px;
    font-weight: bold;
}
.emarket-basket-small .text table{max-width: 165px;display: block;}
.emarket-basket-small .text table tr td:first-child{min-width: 75px;}
.emarket-basket-small .text table tr td:last-child{white-space: nowrap;}
.emarket-basket-small .basket-ico {
    width: 45px;
    height: 32px;
    background-position: 0px -67px !important;
    display: table-cell;
    margin-top: 5px;
}


ul.breadcrumb-navigation li {display:inline;}
ul.breadcrumb-navigation b,
ul.breadcrumb-navigation a {
    text-decoration:none;
    font-size:12px;
    line-height:12px;
    padding:0 10px;
}
ul.breadcrumb-navigation a:hover{text-decoration:underline;}
ul.breadcrumb-navigation span {
    position: relative;
    height: 9px;
    width: 10px;
    display: inline-block;
}
ul.breadcrumb-navigation span:before,
ul.breadcrumb-navigation span:after{
    left:0;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
ul.breadcrumb-navigation span:before{
    border-width: 10.5px;
    margin-top: -10px;
}
ul.breadcrumb-navigation span:after{
    border-width: 9.5px;
    margin-top: -9px;
}

/* footer menu*/
ul.footer-menu {
    list-style:none;
    margin:0;
    padding:32px 0;
    position: relative; /*IE bug*/
    display:inline-block;
}

ul.footer-menu span.separator {
    float:left;
    padding:0 9px;
}
ul.footer-menu li {float:left;}
ul.footer-menu li a {
    font-size:14px;
    line-height:16px;
    text-decoration:none;
}
ul.footer-menu li a:hover {text-decoration:underline;}
ul.footer-menu li a.selected {text-decoration:underline;}



.grid .bx_content_section{
    margin-bottom: 15px;
}
.grid .bx_sidebar{
    margin-bottom: 15px;
}
/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
    float: right;
    width: 950px;
    margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
    float: left;
    /*width: 18.21%;*/
    width: 216px;
    margin-bottom: 15px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
/*filter*/
.catalog-section-filter{
    height:40px;
    margin-bottom:42px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.catalog-section-filter .option{
    height: 16px;
    padding: 4px 14px;
    margin: 8px 0;
    float: left;
}
.catalog-section-filter .option.firts{
    border-left: none;
}
.catalog-section-filter .option:nth-child(3){padding-right:0px}
.catalog-section-filter .option span{
    display:block;
    float:left;
    margin-top: 2px;
    margin-right:7px;
    font-size: 13px;
}
.catalog-section-filter .option a.ico{
    display:block;
    font-size: 13px;
    float:left;
    height:14px;
    min-width:14px;
    padding:2px 4px 4px;
    background-position: 0px -100px;
    background-repeat:no-repeat;
    margin-left:7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration:none;
}
.catalog-section-filter .option a.active{
    padding: 1px 4px 3px;
}
.catalog-section-filter .option a.ico:not(.active):hover{
    text-decoration:underline;
}
.catalog-section-filter .option a.ico-1{background-position:1px -358px!important; padding: 1px 3px 3px;}
.catalog-section-filter .option a.ico-1.active {background-position:1px -358px; padding: 1px 2px 3px;}

.catalog-section-filter .option a.ico-2{background-position:-20px -358px!important; padding: 1px 3px 3px;}
.catalog-section-filter .option a.ico-2.active {background-position:-20px -358px!important; padding: 1px 2px 3px;}

.catalog-section-filter .option a.active i.ico-arrow {
    display: inline-block;
    height: 12px;
    width: 7px;
    margin: 0 0 -2px 2px;
    background-position: -102px 0px;
    background-repeat:no-repeat;
}
.catalog-section-filter .option a.active i.ico-arrow.down {
    background-position: -113px 0px;
}
/* End */



/* Start:/bitrix/templates/emarket_emarket/components/bitrix/catalog.smart.filter/visual_vertical/style.css*/
.bx_filter_vertical .bx_filter_section{
    padding: 10px;
    position: relative;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.bx_filter_vertical .bx_filter_title{
        padding:10px;
        font-size: 18px;
        font-weight:300;
        border-bottom:0;
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
    }
.bx_filter_vertical .bx_filter_container{
    padding: 17px 0px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.bx_filter_vertical .bx_filter_container:first-child{padding-top:7px;border-top:#2c2c2c;}
.bx_filter_vertical .bx_filter_container_title{
    font-size: 12px;
    line-height:14px;
    display: inline-block;
    margin-bottom: 12px;
}
.bx_filter_vertical .bx_filter_block{    
    border: 1px solid #000;
    background: #212121;
    padding: 7px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.bx_filter_vertical .bx_filter_container.active .bx_filter_block{display:block}
.bx_filter_vertical .bx_filter_block span{display: block;min-height: 15px;padding-bottom: 5px;}
.bx_filter_vertical .bx_filter_block span input[type=checkbox]{position: relative;bottom: -4px;margin: 0 5px 0 0;}
.bx_filter_vertical .bx_filter_block span label{line-height: 11px;font-size: 12px;}

.bx_filter_vertical .bx_filter_param_area{margin-bottom: 20px}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block{
    width: 50%;
    float: left;
    text-align: left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    font-size: 11px;
}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block.two
{
    text-align: right;
}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block .bx_input_container{
    width:82px;
    display: inline-block;
    padding: 1px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    border-radius: 3px;
    height: 35px;
}

.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block input{
    border: none;
    border-radius: 2px;
    max-width:82px;
    width: 100%;
    height: 33px;
    display: inline-block;
    margin: 0;
    padding:0 4px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block input[type="text"]:focus { outline: none; }
.bx_filter_vertical .bx_ui_slider_track{
    margin: 13px 10px;
    height: 3px;
    position: relative;
    border-radius: 3px;
}
.bx_filter_vertical .bx_ui_slider_range{
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.bx_filter_vertical .bx_ui_slider_handle{
    width: 13px;
    height: 13px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    font-weight: bold;
    border-radius: 50%;
    cursor: pointer;
}
.bx_filter_vertical .bx_ui_slider_handle.left {margin-left: -10px}
.bx_filter_vertical .bx_ui_slider_handle.right{margin-right: -10px}

.bx_filter_vertical .bx_filter_control_section{
    text-align: left !important;
}
.bx_filter_vertical .bx_filter_search_button{
    display: block;
    width: 100%;
    line-height: 16px !important;
    cursor: pointer;
    height: 33px !important;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width:100%;

}
.bx_filter_vertical .bx_filter_search_button.link{
    display: inline-block;
    background: none;
    font-size: 12px;
    width: auto !important;
    height: auto !important;
    padding: 0;
    border: 0;
    text-shadow: none;
    opacity:1;
    margin: 8px 0 0 0;
}
.bx_filter_vertical .bx_filter_search_button:hover{opacity:1}
.bx_filter_vertical .bx_filter_search_button:focus{border: 0;outline: 0;}
.bx_filter_vertical .bx_filter_search_button.link:hover{text-decoration:underline;}

.bx_filter_vertical span.icon_lupe{
    display: inline-block;
    margin-right: 5px;
    width: 14px;
    height:15px;
    vertical-align: middle;
}
.bx_filter_vertical .bx_filter_popup_result{
    position: absolute;
    display: none;
    height: 33px;
    border-radius: 3px;
    font-weight: normal;
    font-size: 13px;
    line-height: 33px;
    padding: 0 10px;
    margin-left: 10px;
    margin-top: -7px;
    z-index: 1100;
    white-space: nowrap;
}
.bx_filter_vertical .bx_filter_popup_result .arrow{
    width:8px;
    height: 14px;
    position: absolute;
    top:50%;
    margin-top:-7px;

}
.bx_filter_vertical .bx_filter_popup_result.right {left: 102%}
.bx_filter_vertical .bx_filter_popup_result.left  {right:102%}
.bx_filter_vertical .bx_filter_popup_result a:hover{text-decoration: none}
.bx_filter_vertical .bx_filter_popup_result_close{display: none}

/* End */

/* Start:/bitrix/templates/emarket_emarket/components/bitrix/catalog/catalog-template/bitrix/catalog.section.list/.default/style.css*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
    padding-bottom: 14px;
    font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title a{
    color: #000;
    text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
    margin-bottom: 20px;
    list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 40px;
    width: 125px;
    height: 125px;
    border-radius: 2px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size:contain;
    background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
    margin-bottom: 10px;
    padding: 0;
    vertical-align: top;
    line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a{
    font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
    font-size: 13px;
    line-height: 16px;
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description{
    -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;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
    padding-bottom: 14px;
    font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a{
    text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
    float: left;
    margin: 0 10px 10px;
    list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:first-child {
    margin-left: 0;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
    margin: 0;
    padding: 0;
    vertical-align: top;
    line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a,
.bx_filter_vertical .bx_filter_popup_result a{
    white-space: nowrap;
    font-size: 14px;
	text-decoration: none
}
.bx_catalog_text .bx_catalog_text_title a:hover,
.bx_filter_vertical .bx_filter_popup_result a:hover{text-decoration: underline;}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a{
    -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;
}

/* tile */

/* tile */


.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
    font-size: 36px;
    line-height: 36px;
    padding-top: 20px;
    font-weight: 300;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
    text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li:not(.slide){
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    list-style: none;
    text-align:left;
    margin-bottom:21px;
}
.bx_catalog_tile .bx_catalog_tile_ul li:not(.slide):before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:not(.slide):nth-child(8n+1){clear: both;}
.bx_catalog_tile_ul > li .mSlider-wrap:hover .mSlider-window li{
    opacity: 0.6;
}
.bx_catalog_tile_ul > li .mSlider-wrap .mSlider-window li:hover{
    opacity: 1;
}
.bx_catalog_tile .bx_catalog_tile_title{
    min-height: 14px;
    padding: 10px;
    padding-right: 165px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 0;
    margin-top: 0;
}
.bx_catalog_tile .bx_catalog_tile_title a{
    font-size: 18px;
    line-height: 14px;
    text-decoration:none;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration: underline;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}

.bx_catalog_tile .bx_catalog_tile_show_all{
    position:absolute;
    top:-26px;
    right:70px;
    font-size:14px;
    line-height:14px;
    text-decoration: none;
}
.bx_catalog_tile .bx_catalog_tile_show_all:hover{
    text-decoration: underline;
}

.emarket-mSlider{position:relative;}
.emarket-mSlider .mSlider-wrap{
    overflow-x: hidden;
    margin: 0 0 -1px 0;
}
.emarket-mSlider .mSlider-wrap .mSlider-window{
    margin: -1px 0 0 1px;
    position: relative;
    list-style: none;
}
.emarket-mSlider .mSlider-wrap .mSlider-window li{
    float: left;
    height: 240px;
    width: 217px;
    position: relative;
}

.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap{
    height: 220px;
    width: 216px;
    position: relative;
    padding: 10px;
}
.emarket-mSlider .mSlider-wrap .mSlider-window li.current .slide-wrap{
    border-left-color: transparent;
}

.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_new,
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_hit {
    position:absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 110px;
    height: 110px;
    right:0px;
    top:0px;
    z-index:911;
}

.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 152px;
    position: relative;
    width: 216px;
    z-index: 910;
}

.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_title {
    display: block;
    font-size: 12px;
    font-weight: 300;
    height: 29px;
    line-height: 14px;
    margin: 3px 0;
    overflow: hidden;
    text-decoration: none;
}

.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_title a {
    font-size: 13px;
    text-decoration: none;
}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_title a:hover{text-decoration: underline;}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_rating{height:10px;}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_rating .star{
    display: inline-block;
    background-position:0px 0px;
    background-repeat:no-repeat;
    height:10px;
    width:11px;
}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_rating .star.half{background-position:-13px 0px;}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_rating .star.empty{background-position:-26px 0px;}

.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_price {
    font-size:16px;
    line-height:16px;
    display: inline-block;
    position:relative;
}

.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_price span{
    font-size:12px;
    font-weight:normal;
    white-space:nowrap;
    text-decoration:line-through;
}

.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_price .bx_price {
    font-size: 15px;
    padding-top: 5px;
}

.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_price .bx_stick_disc{
    position: absolute;
    overflow: hidden;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.emarket-mSlider .bx_stick.left,
.emarket-mSlider .bx_stick_disc.left{left:-2px;}
.emarket-mSlider .bx_stick.right,
.emarket-mSlider .bx_stick_disc.right{right:-35px;}
.emarket-mSlider .bx_stick.top,
.emarket-mSlider .bx_stick_disc.top{top:15px;}
.emarket-mSlider .bx_stick.bottom,
.emarket-mSlider .bx_stick_disc.bottom{bottom:-5px;}
.emarket-mSlider .bx_stick.middle,
.emarket-mSlider .bx_stick_disc.middle{top:49%;}

.emarket-mSlider a.mSlider-prev,
.emarket-mSlider a.mSlider-next {
    position:absolute;
    width:9px;
    height:16px;
    top: -27px;
    opacity:.3;
    background-repeat:no-repeat;
}
.emarket-mSlider a.mSlider-prev:hover,
.emarket-mSlider a.mSlider-next:hover{opacity:1;}
.emarket-mSlider a.mSlider-prev {
    right:40px;
    background-position:-2px -382px;
}
.emarket-mSlider a.mSlider-next {
    right:10px;
    background-position:-32px -382px
}

/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
    padding-bottom: 14px;
    font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
    color: #000;
    text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
    padding: 0;
    line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    font-weight: normal;
    line-height: 13px;
    margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
    color: #4c7da6;
    white-space: nowrap;
    font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}


.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a{
    -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;
}
/* End */



/* Start:/bitrix/templates/emarket_emarket/components/bitrix/system.pagenavigation/modern/style.css*/
div.modern-page-navigation {
    margin-bottom: 20px;
}
.modern-page-navigation a {
    font-size: 18px;
    padding: 0 4px;
    text-decoration: none;
}
.modern-page-navigation a:hover {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.modern-page-current {
    font-size: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 4px;
}
/* End */



/* Start: /style.css*/
/* catalog.section */
.bx_catalog_list_home{margin-bottom:30px;}
.bx_catalog_list_home .bx_catalog_item{
    position:relative;
    float:left;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
    margin-bottom:30px;
    margin: 0 0 -1px -1px;
}

.bx_catalog_list_home .bx_catalog_item 	{
   height:270px;
    width:235px;
    margin: 0 0 -1px 0px;
    padding:0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.bx_catalog_list_home .bx_catalog_item .item_new,
.bx_catalog_list_home .bx_catalog_item .item_hit {
    position:absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 110px;
    height: 110px;
    right:0px;
    top:0px;
    z-index:911;
}

.bx_catalog_item_container {padding: 10px;}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover
.bx_catalog_item_container {
    position:absolute;
    z-index:990;
    top:0px;
    left:0px;
    right:0;
    border-radius:3px;
}

.bx_catalog_list_home .bx_catalog_item_articul{
    font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_title{
    display: block;
    height: 29px;
    margin: 3px 0;
    overflow:hidden;
    font-size:12px;
    font-weight:300;
    line-height:14px;
    text-decoration:none;
}
/*.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_title{
    min-height:29px !important;
    height:auto !important;
}*/
.bx_catalog_list_home .bx_catalog_item_title a{
    text-decoration:none;
    font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_price span{
    color:#a5a5a5;
    font-size:12px;
    font-weight:normal;
    white-space:nowrap;
    text-decoration:line-through;
}


.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{
    width:100%;
    white-space:nowrap;
    text-align:right;
    position:relative;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap{
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap .compare-control{
    position: absolute;
    left:0;
    top:1px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap .compare-control .load{
    width:32px;
    height:32px;
    position:absolute;
    right: -34px;
    top: -6px;
    display:none;
}

.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{
    font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{
    text-align:left;
    font-size:12px;
    line-height:30px;
    font-weight:bold;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{
    width:100%;
    text-align:center;
    margin-top:15px;
}


.bx_catalog_list_home .bx_catalog_item_price .bx_price{font-size:15px;padding-top: 5px;}
.bx_catalog_list_home .bx_catalog_item_images_double,
.bx_catalog_list_home .bx_catalog_item_images{
    position:relative;
    z-index:910;
    display:block;
    height: 152px;
    width: 216px;
    background-position:center;
    background-repeat:no-repeat;
    -webkit-background-size:contain;
    background-size:contain;
}
.bx_catalog_list_home .bx_catalog_item_images_double{
    z-index:900;
    margin-top: -152px;
    opacity:0;
}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_articul,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu{display:block}
.bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_scu{padding-top:10px}
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu>div{margin:0 auto}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch    .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.no_touch{display:none !important;}

/* Stickers */
.bx_catalog_list_home .bx_stick{
    position:absolute;
    width:123px;
    height:35px;
    text-align:center;
    line-height:35px;
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
}
.bx_catalog_list_home .bx_stick.short {font-weight: bold;font-size:18px}
.bx_catalog_list_home .bx_stick.average {font-weight: bold;font-size:13px}
.bx_catalog_list_home .bx_stick.long{font-weight:normal;font-size:11px}
.bx_catalog_list_home .bx_stick_disc{
    position: absolute;
    overflow: hidden;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.bx_catalog_list_home .bx_stick.left,
.bx_catalog_list_home .bx_stick_disc.left{left:-2px;}
.bx_catalog_list_home .bx_stick.right,
.bx_catalog_list_home .bx_stick_disc.right{right:-35px;}
.bx_catalog_list_home .bx_stick.top,
.bx_catalog_list_home .bx_stick_disc.top{top:15px;}
.bx_catalog_list_home .bx_stick.bottom,
.bx_catalog_list_home .bx_stick_disc.bottom{bottom:10px;}
.bx_catalog_list_home .bx_stick.middle,
.bx_catalog_list_home .bx_stick_disc.middle{top:49%;}



/* buttons */
.bx_catalog_list_home .small_button {
    height:13px;
    width:10px;
    background:none;
    position:relative;
    display:inline-block;
    text-decoration:none;
    cursor:pointer;
}
.bx_catalog_list_home .small_button:before {
    content:"";
    position:absolute;
    top: 6px;
    width: 0;
    height: 0;
}
.bx_catalog_list_home .small_button.left:before {
    left: 3px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.bx_catalog_list_home .small_button.right:before {
    right: 3px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}


.bx_catalog_list_home .bx_medium_2,
.btn_emodal {
    display: block;
    text-decoration: none;
    padding: 7px 0 0 0;
    margin: 7px 0 0 0;
    width: 100%;
    line-height: 18px;
    cursor: pointer;
    height: 26px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width:100%;
}
.bx_catalog_list_home .bx_medium_2.ico1,
.bx_catalog_list_home .bx_medium_2.ico2{
    position: relative;
    padding: 7px 0 0 50px;
    height: 33px;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
    .bx_catalog_list_home .bx_medium_2.ico1:after,
    .bx_catalog_list_home .bx_medium_2.ico2:after{
        content: "";
        position: absolute;
        left: 8px;
        top: 0;
        height: 27px;
        width: 35px;
        background-repeat: no-repeat;
    }
.bx_catalog_list_home .bx_medium_2.ico1:after {
    background-position: 0px -98px;
}
.bx_catalog_list_home .bx_medium_2.ico2:after {
    background-position: 12px -126px;
}

.bx_catalog_list_home .bx_col_input {
    display:inline-block;
    width:40px;
    height:18px;
    text-align:center;
    margin: 0;
    padding: 0;
}
.bx_catalog_list_home .bx_col_input:focus{outline:0;}
/* scu_detail_size */

.bx_catalog_list_home .bx_item_detail_size {
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_item_section_name_gray {
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_size .bx_size{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx_catalog_list_home .bx_item_detail_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_catalog_list_home .bx_item_detail_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_catalog_list_home .bx_item_detail_size 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_catalog_list_home .bx_item_detail_size ul li .cnt{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 2px;
    left:2px;
    display: block;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
    line-height: 22px;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
}

.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
}

.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing>i{
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 2px;
    left:2px;
    z-index:11;
}
/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right {opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {
    left:-5%;
    background-size: 100% auto;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{
    right:-5%;
    background-size: 100% auto;
}
.bx-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {
    left:0;
    background-size: 100% auto;
}
.bx-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{
    right:0;
    background-size: 100% auto;
}

/* scu_detail_scu */

.bx_catalog_list_home .bx_item_detail_scu{
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%
}

/*----*/
.bx_catalog_list_home .bx_item_detail_scu .bx_item_section_name_gray{
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}
/*----*/

.bx_catalog_list_home .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul {margin-left: 0 !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li{
    position: relative;
    display: block;
    float: left;
    width:21px !important;
    padding-top:21px !important;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 2px;
    left: 0px;
    display: block;
    overflow: hidden;
    z-index: 10;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
    padding: 1px;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:hover .cnt .cnt_item,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:active .cnt .cnt_item,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt .cnt_item{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing>i {
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;
    z-index:11;
    background: rgba(255,255,255,.79) url('/images/missing.png') no-repeat center;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
    width: auto;
    height: 25px;
}

/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left: -5%;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left:   0;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:-5%;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:  0;background-size: 100% auto}

/*new-styles*/
.bx_catalog_list_home .item-brand{
    margin-bottom:20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    clear: both;
}
.bx_catalog_list_home .item-brand > h2{
    height: 26px;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    padding: 8px 0 0 10px;
    clear: both;
    margin-bottom:-1px;
}

/* End */
/* Start:/style.css*/
/* item_detail_v3 */
.bx_item_detail .bx_item_title{
    padding:0px 0 20px;
    margin:12px 0 0px;
}

.bx_item_detail .bx_item_title h1{
    font-size:24px;
    line-height:24px;
    font-weight:300;
    border-bottom:0 none transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}

.bx_item_detail .item_info_props {margin:10px 0 7px;}
.bx_item_detail .item_info_props dl {
    overflow: hidden;
    padding:0;
    margin: 0;
    font-size:12px;
    font-weight:300;
}
.bx_item_detail .item_info_props dl dt {
    clear: both;
    float: left;
}
.bx_item_detail .item_info_props dl dd {
    float: left;
    margin: 0 5px;
}

/* Styles for rating */
.bx_item_detail .bx_item_rating span{
    float: left;
    font-size: 10px;
    margin: -1px 0 0 2px;
}
.bx_item_detail .bx_item_rating b{
    float: left;
    width: 147px;
    font-size:14px;
}
.bx_item_detail .bx_item_rating b.small{font-size:12px;}
.bx_item_detail .bx_item_rating{height:20px;}
.bx_item_detail .bx_item_rating .star{
    float: left;
    background-image:url('/images/stars.png');
    background-position:0px 0px;
    background-repeat:no-repeat;
    background-size: auto 100%;
    height: 13px;
    width: 15px;
}
.bx_item_detail .bx_item_rating .star.half{background-position:-15px 0px;}
.bx_item_detail .bx_item_rating .star.empty{background-position:-30px 0px;}
.bx_item_detail .bx_item_rating.big{height:17px;margin-bottom:20px;}
.bx_item_detail .bx_item_rating.big span{
    font-size: 12px;
    margin: 0px 0 0 2px;
}
.bx_item_detail .bx_item_rating.big .star{
    background-size:none;
    height: 17px;
    width: 20px;
}
.bx_item_detail .bx_item_rating.big .star.half{background-position:-20px 0px;}
.bx_item_detail .bx_item_rating.big .star.empty{background-position:-40px 0px}

/* Styles fo price */
.bx_item_detail .item_price {
    margin-bottom:20px;
    position:relative;
}
.bx_item_detail .item_price .item_current_price {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
}
.bx_item_detail .item_price .item_old_price {
    font-size: 14px;
    line-height: 14px;
    padding-top: 8px;
    font-weight: 300;
    text-decoration: line-through;
}
.bx_item_detail .item_price .bx_stick_disc {
    position: absolute;
    top:0;
    right:0;
    overflow: hidden;
    width:33px;
    height:33px;
    text-align: center;
    font-size: 14px;
    line-height:33px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


.bx_item_detail .item_info_section{
    margin:10px 0;
    padding:12px 0;
    font-size:13px;
    line-height:19px;
}
.bx_item_detail .item_section_name_gray{
    color:#9e9e9e;
    font-size:13px;
}

.bx_item_detail .bx_cnt_desc{vertical-align: baseline;}
/* Item SET */

.bx_item_detail .transparent_input{
    display:inline-block;
    width:40px;
    height:18px;
    text-align:center;
    margin: 0;
    padding: 0;
    border:0;
    background: #212121;
	color: #ababab;
}
.bx_item_detail .transparent_input:focus{outline:0;}

.bx_item_detail .controls-wrap{
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/*tab-section-container*/
.bx_item_detail .tab-section-container{position:relative;}
.bx_item_detail .tab-list{
    padding:0;
    vertical-align:bottom;
    text-align:left;
}
.bx_item_detail .tab-list li{
    display:inline-block;
    border-bottom:none;
    border-radius:3px 3px 0 0;
    vertical-align:bottom;
}
.bx_item_detail .tab-list li a{
    display:block;
    padding:0 10px;
    height:30px;
    box-shadow:none;
    text-decoration:none;
    font-size:13px;
    line-height:30px;
}

/*.tab-list li:hover a,*/
.bx_item_detail .tab-list li.active a{
    position:relative;
    bottom:-2px;
    height:35px;
    line-height:35px;
}
.bx_item_detail .tab-boby-container .container>div.tab-off
{
    display:none;
}

.bx_item_detail .item_comments{
    display:block;
    padding-left:10px;
}
.bx_item_detail .item_comments li{
    display:block;
    padding-bottom:10px;
}
.bx_item_detail .item_comments_username{
    display:inline-block;
    font-size:14px;
}
.bx_item_detail .item_comments_date{
    display:inline-block;
    margin-left:10px;
    font-size:14px;
}
.bx_item_detail .item_comments_container p{
    margin-top:5px;
    font-size:14px;
}

/* buttons */
.bx_item_detail .small_button {
    height:13px;
    width:10px;
    background:#212121;
    position:relative;
    display:inline-block;
    text-decoration:none;
    cursor:pointer;
}
.bx_item_detail .small_button:before {
    content:"";
    position:absolute;
    top: 6px;
    width: 0;
    height: 0;
}
.bx_item_detail .small_button.left:before {
    left: 3px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.bx_item_detail .small_button.right:before {
    right: 3px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.bx_item_detail .bx_medium_2 {
    display: block;
    text-decoration: none;
    padding: 7px 0 0 0;
    margin: 7px 0 0 0;
    width: 100%;
    line-height: 16px;
    cursor: pointer;
    height: 26px;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width:100%;
    opacity:0.9;
}
.bx_item_detail .bx_medium_2:hover{opacity:1}
.bx_item_detail .bx_medium_2:focus{outline: 0;}

.bx_item_detail .bx_medium_2.ico1,
.bx_item_detail .bx_medium_2.ico2{
    position: relative;
    padding: 7px 0 0 50px;
    height: 33px;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.bx_item_detail .bx_medium_2.ico1:after,
.bx_item_detail .bx_medium_2.ico2:after{
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    height: 27px;
    width: 35px;
    background-repeat: no-repeat;
}
.bx_item_detail .bx_medium_2.ico1:after {
    background-position: 0px -99px;
}
.bx_item_detail .bx_medium_2.ico2:after {
    background-position: 12px -126px;
}

/* item_detail_slider */
.bx_item_detail .bx_item_slider{
    position: relative;
    margin: 10px;
}
.bx_item_detail .bx_item_slider .bx_bigimages {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    max-width: 460px;
    border-radius: 2px;
    text-align: center;
    height: 0;
    width: 100%;
    height: 460px;
}
.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;
    margin-top:0!important;
}

.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;
}

.bx_item_detail .bx_item_slider .bx_slider_conteiner{
    position: relative;
    padding-top: 20px;
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
    padding: 20px 27px 10px;
    box-sizing: border-box;
}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slider_conteiner.full {position: relative;}
/*----*/
.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: 0;
    -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: 2px;
    right: 2px;
    bottom: 2px;
    left:2px;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.bx_item_detail .bx_item_slider .bx_slide ul li:hover .cnt{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left:1px;
}
.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,
.bx_item_detail .bx_item_slider .bx_slide .zoomGalleryActive .cnt
{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left:1px;
}

.bx_item_detail .bx_item_slider .bx_slide ul li .cnt .cnt_item{
    position: absolute;
    top:   6%;
    right: 6%;
    bottom:6%;
    left:  6%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.bx_item_detail .bx_item_slider .bx_slide ul li .cnt .cnt_item img{
    width: auto;
    height: 25px;
}
/*----*/

.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right:hover{opacity:1.0}
.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_left,
.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_right{
    position: absolute;
    top: 22px;
    bottom: 4px;
    width: 18px;
    cursor: pointer;
    background-repeat:no-repeat;
}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_left {
    left: -27px;
   background-position: -1px -400px;
    height: 50px;
}
.bx-no-touch .bx_item_detail .bx_item_slider .bx_slide_right{
   background-position: -21px -400px;
    height: 50px;
    right: -27px;
}
.bx-touch .bx_item_detail .bx_item_slider .bx_slide_left {left:   0;background:url('/images/fade_left.png')  repeat-y   left  center;background-size: 100% auto}
.bx-touch .bx_item_detail .bx_item_slider .bx_slide_right{right:  0;background:url('/images/fade_right.png') repeat-y   right center;background-size: 100% auto}

/*----*/
.bx_item_detail .bx_item_slider .bx_stick{
    position: absolute;
    top: 20px;
    left: -2px;
    width: 123px;
    height: 35px;
    text-align: center;
    font-weight: bold;
    font-size: 	18px;
    line-height: 35px;
}

/* scu_detail_size */
.bx_item_detail .bx_item_detail_size{
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_item_detail .bx_item_detail_size.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%;
}
/*----*/

.bx_item_detail .bx_item_detail_size .bx_item_section_name_gray{
    color: #000;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}
/*----*/

.bx_item_detail .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_item_detail .bx_item_detail_size .bx_size{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx_item_detail .bx_item_detail_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch 	 .bx_item_detail .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_item_detail .bx_item_detail_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch 	.bx_item_detail .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_item_detail .bx_item_detail_size ul li{
    padding-right:20px;
    width:auto !important;
    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 .bx_item_detail_size ul li .cnt{
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
}
.bx-retina .bx_item_detail .bx_item_detail_size ul li .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
}

.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing>i{
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 2px;
    left:2px;
    z-index:11;
}
/*----*/

.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right  		{opacity:0.8}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_item_detail .bx_item_detail_size.full .bx_slide_left,
.bx_item_detail .bx_item_detail_size.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left {
    left: -5%;
    background-size: 100% auto;
}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right{
    right:-5%;
    background-size: 100% auto;
}
.bx-touch .bx_item_detail .bx_item_detail_size .bx_slide_left {
    left: 0;
    background-size: 100% auto
}
.bx-touch .bx_item_detail .bx_item_detail_size .bx_slide_right{
    right: 0;
    background-size: 100% auto;
}

/* scu_detail_scu */
.bx_item_detail .bx_item_detail_scu{
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_item_detail .bx_item_detail_scu.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%
}

.bx_item_detail .bx_item_detail_scu .bx_item_section_name_gray{
    color: #000;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

/*----*/

.bx_item_detail .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_item_detail .bx_item_detail_scu .bx_scu{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx-touch 	 .bx_item_detail .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_item_detail .bx_item_detail_scu .bx_scu ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap
}
.bx-touch 	.bx_item_detail .bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li{
    position: relative;
    display: block;
    float: left;
    width:40px !important;
    padding-top:40px !important;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt{
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 3px;
    bottom: 3px;
    left: 1px;
    display: block;
    overflow: hidden;
    z-index: 10;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li:hover .cnt{
    top: 0;
    right: 2px;
    bottom: 2px;
    left: 0px;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
    top: 0;
    right: 2px;
    bottom: 2px;
    left: 0px;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;
    z-index:11;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
    width: auto;
    height: 25px;
}

/*----*/

.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_item_detail .bx_item_detail_scu.full .bx_slide_left,
.bx_item_detail .bx_item_detail_scu.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}

/* item_detail_description */
.bx_item_detail .bx_item_description p{font-size: 13px;}
.bx_item_detail .bx_item_description .bx_item_section_name_gray{
    color: #9e9e9e;
    font-size: 13px;
}
.bx_item_detail .bx_item_description .bx_specifications_table{
    margin-top: 10px;
    width: 100%;
    border-collapse: collapse;
}

.bx_item_detail .bx_item_description .bx_specifications_table tr:nth-child(even){ }
.bx_item_detail .bx_item_description .bx_specifications_table tr td{
    padding: 3px 10px;
    font-size: 12px;
}
.bx_item_detail .bx_item_description .bx_specifications_table tr td:first-child{font-weight: bold;}

/*new styles*/
.emarket-catalog-detail .head{
    position:relative;
    padding-right:20%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.emarket-catalog-detail .head .block{
    float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height:100px;
}
.emarket-catalog-detail .head .block.left{margin-right:1%; width:50%;}
.emarket-catalog-detail .head .block.right{margin-left:1%;width:47%;}

.emarket-catalog-detail .head .block.left .item_new,
.emarket-catalog-detail .head .block.left .item_hit {
    position:absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 110px;
    height: 110px;
    right:0px;
    top:0px;
}
.emarket-catalog-detail .head .control{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:80%;
    padding: 10px;
}

.emarket-catalog-detail .head .control .compare-control{
    position:relative;
    display:inline-block;
    margin-top: 27px;
    font-size: 14px;
}
.emarket-catalog-detail .head .control .compare-control .load{
    width:32px;
    height:32px;
    position:absolute;
    right: -34px;
    top: -6px;
    display:none;
}
.emarket-catalog-detail .head .control .compare-control input[type="checkbox"] + label::before{margin: 0 9px -3px 0;}

.emarket-catalog-detail .head .control #emarket_call_me{
    display: inline-block;
    position: relative;
    margin: 26px 0 0 24px;
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    text-decoration: none;
}
.emarket-catalog-detail .head .control #emarket_call_me:hover{border-bottom:0;}
.emarket-catalog-detail .head .control #emarket_call_me:before{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 16px;
    left: -24px;
    top: 0;
    background-repeat: no-repeat;
    background-position: -2px -155px;
}

/*tabs*/
.emarket-catalog-detail .tabs{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 21px 0;
}
.emarket-catalog-detail .tabs .tabs-menu{
    height:34px;
	text-align: center;
}
.emarket-catalog-detail .tabs .tabs-menu a{
    line-height:34px;
    font-size:18px;
    font-weight:300;
    display:inline-block;
    text-decoration:none;
    padding:0 10px;
}
.emarket-catalog-detail .tabs .tabs-menu a.active{
    line-height: 35px;
    margin-left:-1px;
    padding-left:11px;
}

.emarket-catalog-detail .tabs .tabs-content .tab#tab_1 a.link {
    float:right;
    text-decoration:none;
    font-size:12px;
    font-weight:300;
    margin-bottom:20px
}
.emarket-catalog-detail .tabs .tabs-content .tab#tab_1 a.green-link {
    text-align: center;
    float: left;
    width: 137px;
    font-size: 12px;
    height: 18px;
    padding-top: 1px;
    margin-top: -1px;
}
.emarket-catalog-detail .tabs .tabs-content .tab#tab_1 a.link:hover {
    border:0;
    padding-bottom:1px;
}

.emarket-catalog-detail .tabs .tabs-content .tab#tab_1 {padding:20px 0 0 0;display:block;}
.emarket-catalog-detail .tabs .tabs-content .tab#tab_2,
.emarket-catalog-detail .tabs .tabs-content .tab#tab_3 {padding:20px 10px;}
.emarket-catalog-detail .tabs .tabs-content .tab{display:none;}

.emarket-catalog-detail .tabs .tabs-content .tab .bx_item_title {border:0;}
.emarket-catalog-detail .tabs .tabs-content .tab .bx_item_title h2{
    font-size:24px;
    line-height:24px;
    font-weight:300;
    border-bottom:0 none transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}

.emarket-catalog-detail .tabs .tabs-content .tab .property-list {padding-bottom:20px;}
.emarket-catalog-detail .tabs .tabs-content .tab .property-list .property-item {
    width:50%;
    padding:0 9px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.emarket-catalog-detail .tabs .tabs-content .tab  .property-list .property-item h3 {
    font-size:18px;
    font-weight:600;
    padding:30px 0;
}
.emarket-catalog-detail .tabs .tabs-content .tab  .property-list .property-item table{}
.emarket-catalog-detail .tabs .tabs-content .tab  .property-list .property-item table tr{}
.emarket-catalog-detail .tabs .tabs-content .tab  .property-list .property-item table tr td{
    position:relative;
    font-size:14px;
    font-weight:300;
    padding-top: 5px;
}
.emarket-catalog-detail .tabs .tabs-content .tab  .property-list .property-item table tr td:first-child:before{
    content: '';
    position: absolute;
    bottom: 4px;
    left:0;
    width: 317px;
}
.emarket-catalog-detail .tabs .tabs-content .tab  .property-list .property-item table tr td:first-child{width:320px;}
.emarket-catalog-detail .tabs .tabs-content .tab  .property-list .property-item table tr td:first-child span{
    display: inline-block;
    position: relative;
    padding-right: 3px;
}

.emarket-catalog-detail .tabs .tabs-content .tab .info {
    padding: 15px 0 0 9px;
    font-size: 10px;
    line-height: 9px;
    font-weight: 300;
}

.emarket-catalog-detail .tabs .tabs-content .tab .tab-row {
    float:left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.emarket-catalog-detail .tabs .tabs-content .tab .tab-row h2 {
    clear:both;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 15px;
    padding: 5px 0;
}
.emarket-catalog-detail .tabs .tabs-content .tab .tab-row.first {
    width:40.3%;
    padding:0 25px 0 10px;
}

/* Styles for best-comment */
.ec-best-comment .author {padding-top: 45px;}
.ec-best-comment .author b{display:block;font-size:18px;}
.ec-best-comment .author span,
.ec-best-comment .author time{
    display:block;
    font-size:12px;
}
.ec-best-comment .msg p {padding:15px 0; font-size:14px;}
.ec-best-comment .msg p b {float:left; width:147px;}
.ec-best-comment .msg p span{
    font-weight:300;
    display: block;
    overflow: hidden;
}

.emarket-catalog-detail .tabs .tabs-content .tab .tab-row.second {
    width:39.4%;
    padding:0 25px 0 0;
}
.emarket-catalog-detail .tabs .tabs-content .tab  .tab-row.second .property-list .property-item {
    width:100%;
}

.emarket-catalog-detail .tabs .tabs-content .tab .tab-row.third {
    width:20.3%;

}
/*modal basket*/

.emodal-bnts .btn_emodal{
    display: inline-block;
    vertical-align: top;
    width: 160px;
    text-align: center;
    margin-right: 10px;
}

.emodal-bnts .btn-close{
    border: none;
    color: #74a1ca;
    font-size: 16px;
    line-height: 44px;
    text-decoration: none;
}
.emodal-bnts .btn-close:hover{
    
	border-bottom: 1px dashed;
}

/* End */

/* Start:/bitrix/components/krayt/emarket.comments/templates/.default/style.css*/
.emarket-comments {}
.emarket-comments .clear:before {content:""; display:table;}
.emarket-comments .clear:after {content:""; clear:both; display:table;}

/* ec-rating styles
*************************************/
.emarket-comments .ec-rating{padding:17px 0 50px;}
.emarket-comments .ec-rating .star{
    display: block;
    margin-right: 1px;
    float:left;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 17px;
    width: 20px;
    cursor:pointer;
}
.emarket-comments .ec-rating .star.half{background-position:-20px 0px;}
.emarket-comments .ec-rating .star.empty{background-position: -40px 0px;}
.emarket-comments .ec-rating .star.active{background-position: 0px 0px;}

/* ec-button styles
*************************************/
.emarket-comments .ec-button {
    display: block;
    float:right;
    text-decoration: none;
    text-align:center;
    margin:7px 0;
    padding: 0 45px;
    line-height: 33px;
    cursor: pointer;
    height: 35px;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity:0.9;
    width:225px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.emarket-comments .ec-button:hover{opacity:1}
.emarket-comments .ec-button:focus{outline: 0;}


.emarket-comments .ec-button.ec-button-1{
    position: relative;
    padding: 0 45px 0 53px;
    margin:0;
}
.emarket-comments .ec-button.ec-button-1:after{
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    left: 16px;
    position: absolute;
    top: 5px;
    width: 24px;
}

/* ec-comments-head styles
*************************************/

.emarket-comments .ec-head{
    height:70px;
    padding: 17px 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.emarket-comments .ec-head h2{
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
    float: left;
	margin:0;
}
.emarket-comments .ec-head .ec-rating{float: left;padding: 9px 15px;}
.emarket-comments .ec-head .ec-rating .star{cursor:default;}
.emarket-comments .ec-head .ec-rating span{
    display: block;
    float: left;
    font-size: 12px;
    overflow: hidden;
    padding-left: 5px;
}

/* ec-comments-add styles
*************************************/
.emarket-comments .ec-comments-add {
    display:none;
}
.emarket-comments .ec-comments-add .ec-left,
.emarket-comments .ec-comments-add .ec-right {
   display: table-cell;
   vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size:14px;
    padding:20px 0 20px 90px;
}

/*left*/
.emarket-comments .ec-comments-add .ec-left{
    width:52.5%;
}
.emarket-comments .ec-comments-add .ec-left table tr{}
.emarket-comments .ec-comments-add .ec-left table tr td{
    vertical-align: top;
    padding: 6px 0;
}
.emarket-comments .ec-comments-add .ec-left table tr td:first-child{}
.emarket-comments .ec-comments-add .ec-left table tr td span{
    width:105px;
    display:inline-block;
    padding-top:8px;
}
.emarket-comments .ec-comments-add .ec-left table tr td textarea,
.emarket-comments .ec-comments-add .ec-left table tr td input{
    padding: 0;
    margin: 0;
    width:414px;
    padding:5px;
    border-radius:3px;
}
.emarket-comments .ec-comments-add .ec-left table tr td textarea{
    resize:none;
    height:60px;
}
.emarket-comments .ec-comments-add .ec-left table tr td input{
    height:30px;
}

.emarket-comments .ec-comments-add .ec-left .ec-comments-captcha_title{width:105px;}
.emarket-comments .ec-comments-add .ec-left .ec-comments-captcha{position:relative;}
.emarket-comments .ec-comments-add .ec-left .ec-comments-captcha a{
    position: absolute;
    right: 32.5%;
    top: 7px;
    height: 14px;
    width: 14px;
    display: block;
    background-image: url('/images/ec_comm_refresh.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.7s ease-out;
}
.emarket-comments .ec-comments-add .ec-left .ec-comments-captcha a.animate{
    -webkit-transform: rotate( 360deg );
    -moz-transform: rotate( 360deg );
    -ms-transform: rotate( 360deg );
    -o-transform: rotate( 360deg );
    transform: rotate( 360deg );
}
.emarket-comments .ec-comments-add .ec-left .ec-comments-captcha{
    border-radius:3px;
    width:100%;
    height:27px;
    overflow:hidden;
}
.emarket-comments .ec-comments-add .ec-left .ec-comments-captcha #captcha_word{
    width: 69%;
    height: 100%;
    padding-right:32px;
    float: left;
    border:0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.emarket-comments .ec-comments-add .ec-left .ec-comments-captcha img{
    height: 32px;
    margin: -1px 0 0 0;
    width: 31%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*right*/
.emarket-comments .ec-comments-add .ec-right{
    width:47.5%;
    padding:20px 90px;
}

.emarket-comments .ec-comments-add .ec-right .ec-term_of_Use span {
    display: block;
    float: left;
    font-size: 14px;
    width: 150px;
    line-height: 27px;
}

.emarket-comments .ec-comments-add .ec-right .ec-rating .ec-criteria {height: 17px;}
.emarket-comments .ec-comments-add .ec-right .ec-rating .ec-criteria span {
    display: block;
    float: left;
    font-size: 12px;
    padding-left: 13px;
    width: 137px;
}
.emarket-comments .ec-comments-add .ec-right .ec-rating .ec-criteria-rating{
    overflow:hidden;
    float: left;
}
.emarket-comments .ec-comments-add .ec-right .ec-rating .ec-criteria-val{
    overflow:hidden;
    float: left;
    font-size:12px;
    padding-left:5px;
}

.emarket-comments .ec-comments-add .ec-right .ec-rating .ec-criteria-full {
    height: 17px;
    padding-bottom:20px;
}
.emarket-comments .ec-comments-add .ec-right .ec-rating .ec-criteria-full span {
    display: block;
    float: left;
    font-size: 14px;
    padding-left: 0;
    width: 150px;
}
.emarket-comments .ec-comments-add .ec-right .ec-rating .ec-criteria-full .ec-criteria-rating{opacity:.5;}
.emarket-comments .ec-comments-add .ec-right .ec-rating .ec-criteria-full .ec-criteria-rating a{cursor:default;}

/* ec-comments-list styles
*************************************/
.emarket-comments .ec-comments-list .ec-comment{
    position:relative;
}
.emarket-comments .ec-comments-list .ec-comment:last-child{border-bottom:0;}

.emarket-comments .ec-comments-list .ec-comment .author{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:80%;
    padding: 30px 1%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.emarket-comments .ec-comments-list .ec-comment .author b{display:block;font-size:18px;}
.emarket-comments .ec-comments-list .ec-comment .author span,
.emarket-comments .ec-comments-list .ec-comment .author time{
    display:block;
    font-size:12px;
    color:#aaa;
}

.emarket-comments .ec-comments-list .ec-comment .text {padding:0 0 0 20%;}
.emarket-comments .ec-comments-list .ec-comment .text .msg{padding:15px 10px 0; min-height:250px;}
.emarket-comments .ec-comments-list .ec-comment .text .msg p {padding:15px 0; font-size:14px;}
.emarket-comments .ec-comments-list .ec-comment .text .msg p b {float:left; width:105px;}
.emarket-comments .ec-comments-list .ec-comment .text .msg p span{
    font-weight:300;
    display: block;
    overflow: hidden;
}

.emarket-comments .ec-comments-list .ec-comment .text .control{height:26px;}
.emarket-comments .ec-comments-list .ec-comment .text .control .complaint-link{
    display: inline-block;
    text-decoration: none;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    margin: 6px 0 0 10px;
}
.emarket-comments .ec-comments-list .ec-comment .text .control .complaint-link:hover{border-bottom:0;}
.emarket-comments .ec-comments-list .ec-comment .text .control .bt-link{
    position:relative;
    display:block;
    float: right;
    line-height: 15px;
    height: 15px;
    margin: 7px 20px 0 0;
    padding-left: 17px;
    text-decoration:none;
}
.emarket-comments .ec-comments-list .ec-comment .text .control .bt-link:after{
    position:absolute;
    left:0;
    top: -2px;
    content:'';
    height: 15px;
    width: 15px;
    background-repeat:no-repeat;
    background-position:0px 0px;
    display:block;
    opacity:.5;
}
.emarket-comments .ec-comments-list .ec-comment .text .control .bt-link.active:after,
.emarket-comments .ec-comments-list .ec-comment .text .control .bt-link:hover:after{opacity:1;}
.emarket-comments .ec-comments-list .ec-comment .text .control .bt-link.deactive{cursor:default;}
.emarket-comments .ec-comments-list .ec-comment .text .control .bt-link.like{}
.emarket-comments .ec-comments-list .ec-comment .text .control .bt-link.unlike:after{top: 2px;background-position: -16px -4px;}

.emarket-comments .ec-comments-list .no-comment{
    padding: 27px 10px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    display: block;
    text-align: center;
}

/*stars*/
.emarket-comments .ec-comments-list .ec-rating{padding:0;}
.emarket-comments .ec-comments-list .author .ec-rating span{
    display: inline-block;
    line-height: 10px;
    font-size:11px;
    padding-left: 3px;
}
.emarket-comments .ec-comments-list .ec-rating .star{
    display: block;
    float: left;
    margin:3px 0 0 0;
    background-size: auto 100%;
    height: 13px;
    width: 15px;
}
.emarket-comments .ec-comments-list .ec-rating .star.half{background-position:-15px 0px;}
.emarket-comments .ec-comments-list .ec-rating .star.empty{background-position: -30px 0px;}

.emarket-comments .ec-comments-list a.ec-rating-list-show{
    text-decoration:none;
    display:inline-block;
    position:relative;
    margin-bottom:6px;
    line-height:17px;
    font-size:14px;
    font-weight:300;
}
.emarket-comments .ec-comments-list a.ec-rating-list-show:hover{border-bottom:0; padding-bottom:1px;}
.emarket-comments .ec-comments-list a.ec-rating-list-show:after{
    position:absolute;
    width:0;
    height:0;
    content:"";
    top: 6px;
    right: -12px;
    border-bottom: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.emarket-comments .ec-comments-list a.ec-rating-list-show.arrow-top:after{
    border-top: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.emarket-comments .ec-comments-list .ec-rating-list{
    margin-left:10px;
    display:none;
}
.emarket-comments .ec-comments-list .ec-rating-list span,
.emarket-comments .ec-comments-list .ec-rating-list .ec-rating{
    float:left;
    padding-left:10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.emarket-comments .ec-comments-list .ec-rating-list span{
    font-size:12px;
    font-weight:300;
    width:57%;
}
.emarket-comments .ec-comments-list .ec-rating-list .ec-rating{width:43%;}



/* End */
/* /style.css */
/* /bitrix/components/krayt/emarket.comments/templates/.default/style.css */

/* catalog.section */
.bx_catalog_list_home{/*margin-bottom:110px;*/}
.bx_catalog_list_home .bx_catalog_item{
    position:relative;
    background:#fff;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
}

.bx_catalog_item_container {padding: 10px;}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container {
    position:absolute;
    z-index:990;
    top:0px;
    left:0px;
    right:0;
    border-radius:3px;
    background:#fff;
    -webkit-animation:borderview 0.5s;
    animation:borderview 0.5s;
    height: 350px;
}

.bx_catalog_list_home .bx_catalog_item_articul{color:#a5a5a5;font-size:13px;}
.bx_catalog_list_home .bx_catalog_item_title{
    display: block;
    height: 35px;
    overflow:hidden;
    color:#000;
    font-size:16px;
    font-weight:300;
    line-height:15px;
    text-decoration:none;
}

.bx_catalog_list_home .bx_catalog_item_title a{
    color:#3f3f3f;
    text-decoration:none;
    font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_title a:hover{
    text-decoration: underline;
}
.bx_catalog_list_home .bx_catalog_item_rating{height:13px;}
.bx_catalog_list_home .bx_catalog_item_rating .star{
    display: inline-block;
    background-position:0px 0px;
    background-repeat:no-repeat;
    height:10px;
    width:12px;
}
.bx_catalog_list_home .bx_catalog_item_rating .star.half{background-position:-12px 0px;}
.bx_catalog_list_home .bx_catalog_item_rating .star.empty{background-position:-24px 0px;}

.bx_catalog_list_home .bx_catalog_item_price{
    font-size:16px;
    line-height:16px;
    display: inline-block;
    position:relative;
}
.bx_catalog_list_home .bx_catalog_item_price span{
    color:#a5a5a5;
    font-size:14px;
    font-weight:normal;
    white-space:nowrap;
    text-decoration:line-through;
    margin-left: 9px;
}

.bx_catalog_list_home .bx_catalog_item_controls{
    padding-top:10px;
    text-align:center;
}

.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{
    width:100%;
    white-space:nowrap;
    text-align:right;
    position:relative;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap{

    display: inline-block;

}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap .compare-control{
    position: absolute;
    left:0;
    top:1px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap .compare-control .load{
    width:32px;
    height:32px;
    position:absolute;
    right: -34px;
    top: -6px;
    display:none;
    background:url(/images/Preloader_2.gif) no-repeat;
}

.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{
    font-size:13px;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{
    text-align:left;
    font-size:12px;
    line-height:30px;
    font-weight:bold;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{
    text-align: center;
    margin-top: 15px;
    bottom: 10px;
    right: 10px;
    left: 10px;
    display: none;
}
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{
    display: block;
}

.bx_catalog_list_home .bx_catalog_item_controls input[type=text]{border:none;background: none;color:#ababab;}
.bx-touch .bx_catalog_list_home .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls{opacity:1}
.bx_catalog_list_home .bx_cnt_desc{
    text-align:left;
    position:absolute;
    right:-45px;
    top:2px;
    width:40px;
}


.bx-no-touch .bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_controls,
.bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_articul,
.bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_scu{display:block}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu{display:block}
.bx_catalog_list_home .bx_catalog_item 	  .bx_catalog_item_scu{padding-top:10px}
.bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_scu>div{margin:0 auto}

.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch    .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_controls.no_touch{display:none !important;}

/* Stickers */
.bx_catalog_list_home .bx_stick{
    position:absolute;
    width:123px;
    height:35px;
    background:url(/local/templates/okshop/images/stick.png) left center no-repeat;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 0 #ba3434;
    line-height:35px;
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
}
.bx_catalog_list_home .bx_stick.short {font-weight: bold;font-size:18px}
.bx_catalog_list_home .bx_stick.average {font-weight: bold;font-size:13px}
.bx_catalog_list_home .bx_stick.long{font-weight:normal;font-size:11px}
.bx_catalog_list_home .bx_stick_disc{
    position: absolute;
    overflow: hidden;
    width: 28px;
    height: 28px;
    color: #fff;
    background: #8dbf41;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.bx_catalog_list_home .bx_stick.left,
.bx_catalog_list_home .bx_stick_disc.left{left:-2px;}
.bx_catalog_list_home .bx_stick.right,
.bx_catalog_list_home .bx_stick_disc.right{right:-35px;}
.bx_catalog_list_home .bx_stick.top,
.bx_catalog_list_home .bx_stick_disc.top{top:15px;}
.bx_catalog_list_home .bx_stick.bottom,
.bx_catalog_list_home .bx_stick_disc.bottom{bottom:10px;}
.bx_catalog_list_home .bx_stick.middle,
.bx_catalog_list_home .bx_stick_disc.middle{top:49%;}


/* buttons */
.bx_catalog_list_home .small_button {
    height:13px;
    width:10px;
    background:none;
    position:relative;
    display:inline-block;
    text-decoration:none;
    cursor:pointer;
}
.bx_catalog_list_home .small_button:before {
    content:"";
    position:absolute;
    top: 6px;
    width: 0;
    height: 0;
}
.bx_catalog_list_home .small_button.left:before {
    left: 3px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.bx_catalog_list_home .small_button.right:before {
    right: 3px;
    border-top: 3px solid transparent;

    border-bottom: 3px solid transparent;
}
.bx_catalog_list_home .bx_medium_2.ico1,
.bx_catalog_list_home .bx_medium_2.ico2{
    position: relative;
    padding: 7px 0 0 50px;
    height: 33px;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.bx_catalog_list_home .bx_medium_2.ico1:after,
.bx_catalog_list_home .bx_medium_2.ico2:after{
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    height: 27px;
    width: 35px;
    background-image: url(/images/sprite.png);
    background-repeat: no-repeat;
}
.bx_catalog_list_home .bx_medium_2.ico1:after {
    background-position: 0px -99px;
}
.bx_catalog_list_home .bx_medium_2.ico2:after {
    background-position: 12px -126px;
}

.bx_catalog_list_home .bx_col_input {
    display:inline-block;
    width:40px;
    height:18px;
    text-align:center;
    margin: 0;
    padding: 0;
}
.bx_catalog_list_home .bx_col_input:focus{outline:0;}
/* scu_detail_size */

.bx_catalog_list_home .bx_item_detail_size {
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_item_section_name_gray {
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}

/*----*/

.bx_catalog_list_home .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_size .bx_size{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx_catalog_list_home .bx_item_detail_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_catalog_list_home .bx_item_detail_size ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_catalog_list_home .bx_item_detail_size 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_catalog_list_home .bx_item_detail_size ul li .cnt{
    cursor: pointer;
    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-retina .bx_catalog_list_home .bx_item_detail_size ul li .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/okshop/images/x2border.png) 2 stretch;
    -moz-border-image: url(/local/templates/okshop/images/x2border.png) 2 stretch;
    -o-border-image: url(/local/templates/okshop/images/x2border.png) 2 stretch;
    border-image: url(/local/templates/okshop/images/x2border.png) 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_size ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
    border: 2px solid #006cc0;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
    border: none;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: url(/local/templates/okshop/images/x2border_active.png) 2 stretch;
    -moz-border-image: url(/local/templates/okshop/images/x2border_active.png) 2 stretch;
    -o-border-image: url(/local/templates/okshop/images/x2border_active.png) 2 stretch;
    border-image: url(/local/templates/okshop/images/x2border_active.png) 2 fill stretch;
}

.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing>i{
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 2px;
    left:2px;
    z-index:11;
    background: rgba(255,255,255,.79) url(/local/templates/okshop/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right {opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_size.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {
    left:-5%;
    background:url(/local/templates/okshop/images/arr_left.png)  no-repeat left  center;
    background-size: 100% auto;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{
    right:-5%;
    background:url(/local/templates/okshop/images/arr_right.png) no-repeat right center;
    background-size: 100% auto;
}
.bx-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {
    left:0;
    background:url(/local/templates/okshop/images/fade_left.png)  repeat-y left  center;
    background-size: 100% auto;
}
.bx-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{
    right:0;
    background:url(/local/templates/okshop/images/fade_right.png) repeat-y right center;
    background-size: 100% auto;
}

/* scu_detail_scu */

.bx_catalog_list_home .bx_item_detail_scu{
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%
}

/*----*/
.bx_catalog_list_home .bx_item_detail_scu .bx_item_section_name_gray{
    color: #9e9e9e;
    vertical-align: middle;
    font-size: 11px;
    line-height: 11px;
}
/*----*/

.bx_catalog_list_home .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu{
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap
}
.bx-touch 	.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul {margin-left: 0 !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li{
    position: relative;
    display: block;
    float: left;
    width:21px !important;
    padding-top:21px !important;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 2px;
    left: 0px;
    display: block;
    overflow: hidden;
    background: #fff;
    z-index: 10;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #7f7f7f}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
    padding: 1px;
    border: 1px solid #7f7f7f;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:hover .cnt .cnt_item,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:active .cnt .cnt_item,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt .cnt_item{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing>i {
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 4px;
    left: 2px;
    z-index:11;
    background: rgba(255,255,255,.79) url(/local/templates/okshop/images/missing.png) no-repeat center;
}

.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item {
    position: absolute;
    border: 1px solid #d9d9d9;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: -webkit-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background: -moz-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background: -ms-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background: -o-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background: linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
    width: auto;
    height: 25px;
}

/*----*/

.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_left,
.bx_catalog_list_home .bx_item_detail_scu.full .bx_slide_right{
    position: absolute;
    top: 0;
    bottom:4px;
    width :5%;
    max-width:11px;
    cursor: pointer;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(/local/templates/okshop/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/local/templates/okshop/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {left:   0;background:url(/local/templates/okshop/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{right:  0;background:url(/local/templates/okshop/images/fade_right.png) repeat-y   right center;background-size: 100% auto}


/*new-styles*/
.bx_catalog_list_home {}
.bx_catalog_list_home .item-brand{
    border: 1px solid #f60;
    margin-bottom:20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    clear: both;
}
.bx_catalog_list_home .item-brand > h2{
    background-color: #eaf2f8;
    height: 26px;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    padding: 8px 0 0 10px;
    border-bottom: 1px solid #f60;
    clear: both;
    margin-bottom:-1px;
    margin-top: 0;
}


/*catalog-section*/

.catalog-top {
    margin-bottom:40px;
	margin-top:40px;
    /*width:970px;*/
}
.catalog-top .item-brand {
    border: 1px solid #f60;
    margin-bottom:20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    clear: both;
}
.catalog-top .item-brand > h2{
    background-color: #eaf2f8;
    height: 26px;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    padding: 8px 0 0 10px;
    border-bottom: 1px solid #f60;
    clear: both;
    margin-bottom:-1px;
}
.catalog-top .item{
    float:left;
    height:315px;
    width: 384px;
    margin: 0 0 -1px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.catalog-top .item .bx_catalog_item_title{
    margin-top: 10px;
}
.catalog-top .item .bx_catalog_item_title,
.catalog-top .item .bx_catalog_item_rating,
.catalog-top .item .bx_catalog_item_price{
    padding: 0 10px;
}
.catalog-top.is_sb .item{
    width: 315px;
}
.catalog-top .item:hover {
    box-shadow: 0 0 10px 2px #f60;
    -moz-box-shadow: 0 0 10px 2px #f60;
    -webkit-box-shadow: 0 0 10px 2px #f60;
    position: relative;
    z-index: 99;
}

.catalog-top .item.ett_horizontal{width: 768px;}
.catalog-top .item.ett_vertical{height: 629px;}

.catalog-top.is_sb .item.ett_horizontal {
    width: 631px;
}

.catalog-top .item .picture {
    height:240px;
}
.catalog-top .item .picture a{
    display:table-cell;
    vertical-align:middle;
    width: 96%;
    padding: 2%;
    text-align:center;
}

.catalog-top .item.ett_horizontal .picture {width: 631px; height: 240px;}
.catalog-top .item.ett_horizontal .picture a {width: 600px; height: 210px;}

.catalog-top .item.ett_vertical .picture {width: 315px; height: 555px;}
.catalog-top .item.ett_vertical .picture a {width: 285px; height: 525px;}

.catalog-top .item .picture a img {
    display:inline-block;
    max-height:100%;
    max-width:100%;
}
.catalog-top .item .picture  a img{max-width: 285px; max-height: 210px;}


.catalog-top .bx_catalog_item_images_double,
.catalog-top .bx_catalog_item_images{
    position:relative;
    z-index:910;
    display:block;
    height: 210px;
    width: 100%;
    margin-top: 1%;
    background-position:center;
    background-repeat:no-repeat;
    -webkit-background-size:contain;
    background-size:contain;

}
.catalog-top .bx_catalog_item_images_double{
    z-index:900;
    margin-top: -136px;
    opacity:0;
}

.catalog-top .item.ett_horizontal .bx_catalog_item_images_double,
.catalog-top .item.ett_horizontal .bx_catalog_item_images {width: 100%; height: 210px;}
.catalog-top .item.ett_horizontal .bx_catalog_item_images_double {margin-top: -210px;}
.catalog-top .item.ett_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{right:50%;}
.catalog-top .item.ett_horizontal .bx_catalog_item_controls .bx_catalog_item_controls_blockone {width:50%;}

.catalog-top .item.ett_vertical .bx_catalog_item_images_double,
.catalog-top .item.ett_vertical .bx_catalog_item_images {width: 100%; height: 525px;}
.catalog-top .item.ett_vertical .bx_catalog_item_images_double {margin-top: -525px;}

.catalog-top .item a.link{
    padding: 0 10px;
    display: block;
    height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    color: #000;
    font-size: 14px;
    line-height: 15px;
    text-decoration: none;
}
.catalog-top .item b{
    color:#1763a6;
    font-size:18px;
    padding: 0 10px;
    display: block;
}

.catalog-top .item .bx_catalog_item_title a:hover {
    text-decoration: underline;
}

.bx_catalog_list_home .bx_catalog_item .item_new,
.bx_catalog_list_home .bx_catalog_item .item_hit {
    position:absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 110px;
    height: 110px;
    right:0px;
    top:0px;
    z-index:911;
}
.bx_catalog_list_home .bx_catalog_item .item_new {
    background-image:url(/images/product_new.png);
}
.bx_catalog_list_home .bx_catalog_item .item_hit {
    background-image:url(/images/product_bestseller.png);
}
.footer_tree{
    width: 100%;
    margin-bottom: 85px;
}
.mainpage-catalog-list {
    overflow: hidden;
    padding: 15px 0 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 40px;    
    margin:0 auto;
}
.mainpage-catalog-list > ul > li {
    width: 31%;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    margin-top: 15px;
    vertical-align: top;
    margin-bottom: 15px;
    margin-left: 2%;
}
.mainpage-catalog-list > ul > li > a {
    color: #1763a6;
    font-size: 16px;
}
.mainpage-catalog-list ul li a {
    text-decoration: none;
}
.mainpage-catalog-list ul li a:hover {
    text-decoration: underline;
}
.mainpage-catalog-list ul li ul {
    padding: 18px 0 0 12px;
    line-height: 20px;
}
.mainpage-catalog-list ul li ul li a {
    color: #999;
    font-size: 14px;
}


.top-section-list {
    border-radius: 3px;
    height: 155px;
    margin-bottom: 15px;
}

.top-section-list > ul {
    display: table;
    width: 100%;
	padding-top: 5px;
}
.top-section-list li {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}
.top-section-list li a {
    background-position: center center;
    display: inline-block;
    height: 145px;
    width: 145px;
    vertical-align: bottom;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
.top-section-list li a span{
    width: 100%;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    left: 0;
    position: absolute;
    text-align: center;
    top: 85px;
    height: 30px;
    overflow: hidden;
}
.top-section-list li a:hover span{
    text-decoration: underline;
}

/*catalog  line list  product*/
/* catalog.section */
.bx_catalog_line_home{margin-bottom:30px;}
.bx_catalog_line_home .bx_catalog_item{
    position:relative;
    background:#000;
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none;
    margin-bottom:30px;
    height:63px !important;
    margin: 0px -1px -1px -1px;
    padding:0;
    border: 1px solid #212121;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.bx_catalog_line_home .bx_catalog_item:hover {
    background-color:#2c2c2c;
}

.bx_catalog_item_container {
    padding: 3px 10px;
}

.bx_catalog_line_home .bx_catalog_item:hover .bx_catalog_item_hidden {
    display: block;
}

.bx_catalog_item_hidden {
    position: absolute;
    text-align: center;
    width: 190px;
    border: 3px solid #212121;
    left: -228px;
    top: -42px;
    display: none;
    background: #000;
    z-index: 99;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.21);
    -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.21);
    box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.21);
    padding: 10px;
}

.bx_catalog_item_hidden img {
    width: 190px;
    display: table-cell;
    vertical-align: middle;
}

.bx_catalog_item_hidden:after {
    content: "";
    display: block;
    border-right: 3px solid #ccc;
    border-top: 3px solid #ccc;
    width: 14px;
    height: 14px;
    position: absolute;
    right: -11px;
    top: 63px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}

.bx_catalog_line_home .bx_catalog_item_articul{color:#a5a5a5;font-size:13px;}
.bx_catalog_line_home .bx_catalog_item .bx_catalog_item_scu{display:none}

/* Stickers */
.bx_catalog_line_home .bx_stick{
    position:absolute;
    width:123px;
    height:35px;
    background:url(/local/templates/okshop/images/stick.png) left center no-repeat;
    color:#fff;
    text-align:center;
    text-shadow:0 1px 0 #ba3434;
    line-height:35px;
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    text-overflow:ellipsis;
}
.bx_catalog_line_home .bx_stick.short {font-weight: bold;font-size:18px}
.bx_catalog_line_home .bx_stick.average {font-weight: bold;font-size:13px}
.bx_catalog_line_home .bx_stick.long{font-weight:normal;font-size:11px}
.bx_catalog_line_home .bx_stick_disc{
    display:none;
    position: absolute;
    overflow: hidden;
    width: 28px;
    height: 28px;
    color: #fff;
    background: #8dbf41;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.bx_catalog_line_home .bx_stick.left,
.bx_catalog_line_home .bx_stick_disc.left{left:-2px;}
.bx_catalog_line_home .bx_stick.right,
.bx_catalog_line_home .bx_stick_disc.right{right:-35px;}
.bx_catalog_line_home .bx_stick.top,
.bx_catalog_line_home .bx_stick_disc.top{top:15px;}
.bx_catalog_line_home .bx_stick.bottom,
.bx_catalog_line_home .bx_stick_disc.bottom{bottom:10px;}
.bx_catalog_line_home .bx_stick.middle,
.bx_catalog_line_home .bx_stick_disc.middle{top:49%;}

/*new-styles*/
.bx_catalog_line_home {}
.bx_catalog_line_home .item-brand{
    border: 1px solid #ccc;
    margin-bottom:20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    clear: both;
}
.bx_catalog_line_home .item-brand > h2{
    background-color: #eee;
    height: 26px;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    padding: 8px 0 0 10px;
    border-bottom: 1px solid #ccc;
    clear: both;
    margin-bottom:-1px;
    margin-top: 0;
}


.bx_catalog_line_home .bx_catalog_item_images,
.bx_catalog_line_home .bx_catalog_item_title,
.bx_catalog_line_home .bx_catalog_item_rating,
.bx_catalog_line_home .bx_catalog_item_price,
.bx_catalog_line_home .bx_catalog_item_controls {
    float: left;
    height: 100%;
    padding-top: 7px !important;
    box-sizing: border-box;
}


/*bx_catalog_item_title
---------------------------------------*/
.bx_catalog_line_home .bx_catalog_item_images {
    width: 7.55%;
    margin-right: 1%;
    padding:0;
}
.bx_catalog_line_home .bx_catalog_item_images_double,
.bx_catalog_line_home .bx_catalog_item_images{
    position:relative;
    z-index:910;
    display:block;
    float: left;
    height: 55px;
    width: 70px;
    background-position:center;
    background-repeat:no-repeat;
    -webkit-background-size:contain;
    background-size:contain;
}
.bx_catalog_line_home .bx_catalog_item_images_double{display:none;}


/*bx_catalog_item_title
---------------------------------------*/
.bx_catalog_line_home .bx_catalog_item_title {
    width: 63.3%;
    width: 60.55%;
    height: 43px;
    margin: 6px 0 0 0;
    display: block;
    overflow:hidden;
    color:#d6d6d6;
    font-size:14px;
    font-weight:300;
    line-height:14px;
}

.bx_catalog_line_home .bx_catalog_item_title a{
    display:block;
    text-decoration:none;
    padding-bottom:8px;
}
.bx_catalog_line_home .bx_catalog_item_title a:hover{text-decoration:underline;}



/*bx_catalog_item_rating
---------------------------------------*/
.bx_catalog_line_home .bx_catalog_item_rating {
    width: 9.55%;
    width: 8.2%;
    margin:0;
    padding: 0 1%;
    border-left: 1px solid #212121;
    position:relative;
    height: 56px;
}
.bx_catalog_line_home .bx_catalog_item_price {
  border-right: 1px solid #212121;
  border-left: 1px solid #212121;
}
.bx_catalog_line_home .bx_catalog_item_rating .star{
    display: inline-block;
    background-position:0px 0px;
    background-repeat:no-repeat;
    height:10px;
    width:11px;
}

.bx_catalog_line_home .bx_catalog_item_rating .star.half{background-position:-13px 0px;}
.bx_catalog_line_home .bx_catalog_item_rating .star.empty{background-position:-26px 0px;}

.bx_catalog_line_home .bx_catalog_item_rating .item_new,
.bx_catalog_line_home .bx_catalog_item_rating .item_hit {
    position:absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    right:100%;
    top:-3px;
    z-index:911;
}

/*bx_catalog_item_comments
---------------------------------------*/
.bx_catalog_line_home .bx_catalog_item_comments {
    padding-top: 5px;
    line-height: 100%;
    font-size: 11px;
    text-align: center;
}

/*bx_catalog_item_price
---------------------------------------*/
.bx_catalog_line_home .bx_catalog_item_price {
    width: 12%;
    margin:0;
    padding: 0 1%;
    text-align: right;
    font-size:15px;
    line-height:16px;
    display: inline-block;
    position:relative;
    padding-bottom: 7px;
}
.bx_catalog_line_home .bx_catalog_item_price span{
    color:#a5a5a5;
    font-size:12px;
    font-weight:normal;
    white-space:nowrap;
    text-decoration:line-through;
}

.bx_catalog_line_home .bx_catalog_item_price .bx_price{
    display: table-cell;
    vertical-align: middle;
    height: 41px;
    width: 90px;
    text-align: right;
}

/*bx_catalog_item_controls
---------------------------------------*/
.bx_catalog_line_home .bx_catalog_item_controls {
    width: 9.7%;
    margin-left: 1%;
    padding:0;
}
.bx_catalog_line_home .bx_catalog_item_controls{
    padding-top:10px;
    text-align:center;
}

.bx_catalog_line_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone{
    width:100%;
    white-space:nowrap;
    text-align:right;
    position:relative;
}
.bx_catalog_line_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap{
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.bx_catalog_line_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap .compare-control{
    position: absolute;
    left:0;
    top:1px;
}
.bx_catalog_line_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap .compare-control  .compare-control-button{
    width:41px;
}
.bx_catalog_line_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{
    font-size:13px;
}
.bx_catalog_line_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{
    text-align:left;
    font-size:12px;
    line-height:30px;
    font-weight:bold;
}
.bx_catalog_line_home .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{width:100%;}
.bx_catalog_line_home .bx_catalog_item_controls input[type=text]{border:none;background: none;}
.bx-touch .bx_catalog_line_home .bx_catalog_item_controls,
.bx_catalog_line_home .bx_catalog_item:hover .bx_catalog_item_controls{opacity:1}
.bx_catalog_line_home .bx_cnt_desc{
    text-align:left;
    position:absolute;
    right:-45px;
    top:2px;
    width:40px;
}


/* buttons
---------------------------------------*/
.bx_catalog_line_home .bx_medium_2 {
    display: block;
    float:left;
    width: 45%;
    height:41px;
    text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.bx_catalog_line_home .bx_medium_2:hover{opacity:1}
.bx_catalog_line_home .bx_medium_2:focus{outline: 0;}
.bx_catalog_line_home .bx_medium_2.ico1,
.bx_catalog_line_home .bx_medium_2.ico2{
    position: relative;
    box-sizing:border-box;
}
.bx_catalog_line_home .bx_medium_2.ico2{margin-left:10%;}
.bx_catalog_line_home .bx_medium_2.ico1:after,
.bx_catalog_line_home .bx_medium_2.ico2:after{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    height: 27px;
    width: 41px;
    background-repeat: no-repeat;
}
.bx_catalog_line_home .bx_medium_2.ico1:after {
    background-position: 1px -99px;
}
.bx_catalog_line_home .bx_medium_2.ico2:after {
    background-position: 2px -225px;
}

/*modal basket*/
.product-modal{    
	padding: 0 20px;
    margin-bottom: 70px;	
}
.product-modal .item {  }

.product-modal .item-img {
	display: table-cell;
}	

.product-modal img{
    /*float: left;
    margin: 20px;*/
	width: 100%;
}
.product-modal .title-prod-modal{    
    font-size: 16px;
    margin-top: 20px;
    width: 86%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.emodal-bnts .btn_emodal{
    display: inline-block;
    vertical-align: top;
    width: 160px;
    text-align: center;
    margin-right: 10px;
}
.emodal-bnts{
    position: absolute;
    right: 20px;
    bottom: 10px;
}

/*compare product------------------------------------------------------------------------*/

.catalog-compare-result .head {
    border: 1px solid #f60;
}
.catalog-compare-result h1,
.catalog-compare-result h2 {
    font-size:18px;
    font-weight:300;
    min-height: 14px;
    padding: 10px;
    padding-right: 165px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 0;
    margin-top: 0;
}

.catalog-compare-result .head .control{
    height:230px;
    padding:10px;
    float: left;
    width:20%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.catalog-compare-result .head .control .compare-switch{
    height:50px;
}
.catalog-compare-result .head .control .compare-switch b,
.catalog-compare-result .head .control .compare-switch a{
    display: inline-block;
    padding: 5px 0 0 0;
    line-height: 100%;
}
.catalog-compare-result .head .control .compare-switch a {
    text-decoration:none;
	border:none !important;
}
.catalog-compare-result .head .control .compare-switch a:hover{
    border:0;
    text-decoration:underline;
}


/* styles for switch */
.compare-switch .switch {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    float:left;
    height: 16px;
    margin: 10px 0;
    position: relative;
    width: 30px;
    display: none;
}
.compare-switch .switch:before{
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    left: 3px;
    right: 3px;
    top: 50%;
    margin-top: -1px;
    background: #f60;
    border-radius: 3px;
}
.compare-switch .switch-check { position: absolute; visibility: hidden;}
.compare-switch .switch-label {
    cursor: pointer;
    display: block;
    text-indent: -9999px;
    height: 16px;
    width: 30px;
}
.compare-switch .switch-label:before {display:none !important;}
.compare-switch .switch-label:after {display:none !important;}
.compare-switch .switch-label span {
    border: 1px solid #e9e9e9;
    background:#fcfcfc;
    box-shadow: 1px 0 2px rgba(0,0,0,0.5);
}
.compare-switch .switch-check:checked + .switch-label span {left: 16px;}
/*\ styles for switch \*/

.catalog-compare-result .head .item-list{
    float: left;
    width:80%;
    position:relative;
}

/* property-list */
.catalog-compare-result .property-list {
    margin:20px 0;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.catalog-compare-result .property-list .property-name{
    height:26px;
    float: left;
    width:20%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.catalog-compare-result .property-list .property-name p{
    line-height:24px;
    height:24px;
    margin:0 10px;
    border-bottom:1px solid #dceaf3;
}
.catalog-compare-result .property-list .property-value{
    float: left;
    width:80%;
    position:relative;
}

/*emarket-mSlider*/
.catalog-compare-result .emarket-mSlider{position:relative;}
.catalog-compare-result .emarket-mSlider .mSlider-wrap{
    overflow-x: hidden;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window{
    margin: -1px 0 0 1px;
    position: relative;
    list-style: none;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li.slide{
    float: left;
    height: 230px;
    width: 0px;
    width: 230px;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li.slide .slide-wrap{
    height: 230px;
    width:99.5%;
    position:relative;
    padding: 0;
}

.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li.slide-prop{
    float: left;
    height: auto;
    height: auto;
    padding: 0px;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li.slide-prop .slide-wrap{
    min-height: 26px;
    position:relative;
    border-left: 0;
    height: auto;
    padding: 1px;
    width: 100%;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li.slide-prop .slide-wrap p{
    font-size: 12px;
    margin: 0 10px;
    border-bottom: 1px solid #dceaf3;
    line-height: 25px;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .close{
    position: absolute;
    right: 7px;
    top: 7px;
    display: block;
    width: 10px;
    height: 10px;
    font-size: 0px;
    border: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0.3;
    background: none;
    background-repeat: no-repeat;
    background-position: 1px 1px;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .close:hover{opacity:1;}

.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li.current .slide-wrap{
    border-left:0;
    width:100%;
}

.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li .picture {height:170px;}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li .picture a{
    display:table-cell;
    vertical-align:middle;
    height: 136px;
    width: 200px;
    padding: 15px;
    text-align:center;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li .picture a img {
    display:inline-block;
    width: 150px;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li a.link{
    padding: 0 10px;
    display: block;
    height: 28px;
    margin-bottom: 10px;
    overflow:hidden;
    color:#000;
    font-size:12px;
    font-weight:300;
    line-height:14px;
    text-decoration:none;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li a.link:hover{
    text-decoration: underline;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li b{
    font-size:16px;
    padding: 0 10px;
    display: block;
}

.catalog-compare-result .emarket-mSlider a.mSlider-prev,
.catalog-compare-result .emarket-mSlider a.mSlider-next {
    position:absolute;
    width:9px;
    height:16px;
    top: -31px;
    opacity:.3;
    background-repeat:no-repeat;
}
.catalog-compare-result .emarket-mSlider a.mSlider-prev:hover,
.catalog-compare-result .emarket-mSlider a.mSlider-next:hover{opacity:1;}
.catalog-compare-result .emarket-mSlider a.mSlider-prev {
    right:40px;
    background-position:-2px -382px;
}
.catalog-compare-result .emarket-mSlider a.mSlider-next {
    right:10px;
    background-position:-32px -382px;
}
.bx_ordercart_itemtitle a{
    font-size: 14px;
}


/* End */


/* Start:/local/templates/okshop/css/jquery.fancybox.min.css?176968491712795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/okshop/emerland/style.css?176968491745826*/
/*color class*/
.bg-blue-w{
    background-color: #eeeeee;
}
.bg-green-d{
    background-color: #709d2c;
}
.c-text-b,
.news-list .news-item a.link,
.news-list > a{
    color: #ababab;
}
.c-text-bd{
    color: #ffffe5;
}
.border-c-bw{
    border-color: #c6deef;
}
.border-c-bd{
    border-color: #f60;
}
.ico {
    display: inline-block;
    background-image:url(/local/templates/okshop/emerland/images/sprite.png);
    background-repeat:no-repeat;
    background-position:0px 0px;
}
.content input[type="checkbox"] + label::before,
.rememberme input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0 5px -3px 0;
    background-image: url(/local/templates/okshop/emerland/images/sprite.png);
    background-repeat: no-repeat;
}
.popup_login_page .close {
    background-image: url("/local/templates/okshop/emerland/images/sprite.png");
    background-position: -2px -275px;
    cursor: pointer;
    height: 16px;
    opacity: 0.5;
    position: absolute;
    right: 18px;
    top: 12px;
    width: 16px;
}
.bg-blue-gradient,
.em_button,
.btn_green{
	border: 1px solid transparent;
    color: #ababab;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #2c2c2c), color-stop(1, #212121) );
    background-image: -o-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: -moz-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: -webkit-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: -ms-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: linear-gradient(to bottom, #2c2c2c 0%, #212121 100%);
    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.33) inset;
}

/*
  color-stop(0, #00aaa0),2c2c2c
  color-stop(1, #008584)353535


*/

.header .catalog-link:hover,
.em_button:hover,
.bg-blue-gradient:hover,
.btn_green:hover{
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #2c2c2c),
            color-stop(1, #353535)
    );
    background-image: -o-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -moz-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -webkit-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -ms-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: linear-gradient(to bottom, #2c2c2c 0%, #353535 100%);
}
.bg-green-gradient{
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #212121),
        color-stop(1, #252525)
    );
    background-image: -o-linear-gradient(bottom, #212121 0%, #252525 100%);
    background-image: -moz-linear-gradient(bottom, #212121 0%, #252525 100%);
    background-image: -webkit-linear-gradient(bottom, #212121 0%, #252525 100%);
    background-image: -ms-linear-gradient(bottom, #212121 0%, #252525 100%);
    background-image: linear-gradient(to bottom, #212121 0%, #252525 100%);
}

.header .site-feedback > a{
    border-bottom:1px dotted #252525;
    line-height: 16px;
}
ul.top-menu li a {
    color: #ababab;
}
ul.top-menu li a:hover {background-color: #2c2c2c;}
ul.top-menu li a.selected {background-color: #2c2c2c;}
ul.emarket-catalog-menu,
.emarket-catalog-menu ul {
    background: #2c2c2c;
}
.emarket-catalog-menu > li:before{
    background-image:url(/local/templates/okshop/emerland/images/sprite.png);
}
.emarket-catalog-menu > li:hover{
    background-color: #ccc;
}
.emarket-catalog-menu > li:hover > a{
    background-color: #919191;
    color:#000;
}

.emarket-catalog-menu li a {
    color: #ffffe5;
}
.emarket-catalog-menu li a.item-selected{
    background-color: #eee;
    color:#ffffe5;
}

/*feedback form*/
.feedback-window {
    color:#000;
    border: 1px solid #383838;
    background-color: #black;

}
.feedback-window.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 21px;
}
.feedback-window.arrow_box:before {
    border-color: rgba(148, 191, 220, 0);
    border-bottom-color: #383838;
}
.feedback-window .close{
    background-image: url(/local/templates/okshop/emerland/images/sprite.png);
}

.feedback-window .title{
    border-bottom: 1px solid #383838;

}
.feedback-window .em-input-param,
.form-buyone .inputtext{
    border: 1px solid #383838;

}

.feedback-window #user_phone:-moz-placeholder {color: #888888;}
.feedback-window #user_phone:-webkit-input-placeholder {color: #888888;}
.feedback-window .user_phone span{
    color: #888888;
}

.emarket-compare-list .hover-wr{
        border: 1px solid transparent;
    border-radius: 3px;
    height: 39px;
    padding: 7px 5px 0 5px;
    width: 55px;
}

/*Items Hover */
.emarket-catalog-menu li a:hover{
    background-color: #eeeeee;
    color:#ffffe5;
}
.emarket-catalog-menu a.root-item {
    color:#ababab;
}
/*Rootmenu Items hover*/
.emarket-catalog-menu a.root-item:hover,
.emarket-catalog-menu a.root-item-selected:hover {
    background-color: #919191;
    color:#000;
}
/*Rootmenu Items Selected*/
.emarket-catalog-menu a.root-item-selected {
    background-color: #919191;
    color:#444;
}
.emarket-catalog-menu a.denied {
    background: #F5F5F5 url('/local/templates/okshop/emerland/images/lock.gif') center right no-repeat;
    color:#DDDDDD;
}
.emarket-catalog-menu li ul.lvl-2 {
    background:#2c2c2c;
}
.emarket-catalog-menu li ul.lvl-2 > li{
    
}
.emarket-catalog-menu li ul.lvl-2 > li a {
   color: #999999;
}
.emarket-catalog-menu li ul.lvl-2 > li a.item-selected,
.emarket-catalog-menu li ul.lvl-2 > li a:hover{
    color: #ffffe5;
}
.emarket-catalog-menu li ul.lvl-3 > li a{
    color:#999999;
}
.emarket-catalog-menu li ul.lvl-3 > li a.item-selected,
.emarket-catalog-menu li ul.lvl-3 > li a:hover{
    
}


table.title-search-result td {
    background-color:#212121;
    color:#ababab;
}
table.title-search-result td.title-search-item a {
    color:#ababab;
}
table.title-search-result td.title-search-item b {
    color:#ffffe5;
}

table.title-search-result td.title-search-more a
{
    color:#999999;
}
table.title-search-result td.title-search-all a
{
    color:#ababab;
}
#emarket-search {
    height: 48px;
}
#emarket-search-input {
    background: #383838;
    border-radius: 3px 0 0 3px;
    border-right: none;
	color: #ababab;
}
#emarket-search-input:focus{
    border-color: #212121;
}
#emarket-search .submit {
    float: right;
    position:relative;
    border: 1px solid transparent;
    cursor:pointer;
    margin: -1px -1px 0 0;
    width: 76px;
    height: 46px;
    background:none;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
#emarket-search .submit input{
    color: #ababab;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
    width: 100%;
    border-radius: 0 3px 3px 0;
}
#emarket-search .submit input:hover{
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #2c2c2c),
            color-stop(1, #353535)
    );
    background-image: -o-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -moz-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -webkit-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -ms-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: linear-gradient(to bottom, #2c2c2c 0%, #353535 100%);
}
#emarket-search .submit input:active{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.33) inset;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #2c2c2c),
            color-stop(1, #353535)
    );
    background-image: -o-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -moz-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -webkit-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -ms-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: linear-gradient(to bottom, #2c2c2c 0%, #353535 100%);
}
.list-compare-hide ul li{
    border-bottom: 1px solid #ccc ;
}
.list-compare-hide ul li a{
    color: #3f3f3f;
}

.list-compare-hide ul li.btn-item{
    background-color: #eee;
}
.link-compare{
    color: #fff !important;
}
.link-compare.disabled{
    color: #000 !important;
}
ul.breadcrumb-navigation {
    color:#333333;
    background-color:#212121;
    margin: 10px 0;
    padding: 2px 0;
}
ul.breadcrumb-navigation b,
ul.breadcrumb-navigation a {
    color:#f60;
}
ul.breadcrumb-navigation b {color: #ffffe5;}
ul.breadcrumb-navigation span:before{
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #f60;
}
ul.breadcrumb-navigation span:after{
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #212121;
}
ul.footer-menu span.separator {
    color:#888888;
}
ul.footer-menu li a {
    color:#888888;
}
.catalog-section-filter{
    border: 1px solid #212121;
    background-color: #212121;
    
}
.catalog-section-filter .option{
    border-left: 1px solid #353535;
}
.catalog-section-filter .option a.ico{
    background-image:url(/local/templates/okshop/emerland/images/sprite.png);
    background-position: 100px 100px;
    color:#ababab;
}
.catalog-section-filter .option a.active{
    background-color: #353535;
    border: 1px solid #353535;
    color: #fff;
}
.catalog-section-filter .option a.active i.ico-arrow {
    background-image: url(/local/templates/okshop/emerland/images/catalog-section-sprite.png);
}
.bx_filter_vertical .bx_filter_section{
    background-color: #2c2c2c;
    
}
.bx_filter_vertical .bx_filter_title{
    background: #212121;    
}
.bx_filter_vertical .bx_filter_container{
    border-top: 1px solid #000;
}

.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block{
    color: #3f3f3f;
}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block .bx_input_container{

    box-shadow: 0 1px 1px 0 rgba(255,255,255,.75)
}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block input{
    background: #232323;
	color: #888888;
}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block input::-webkit-input-placeholder {color: #aaa;}
.bx_filter_vertical .bx_filter_param_area .bx_filter_param_area_block input:-moz-placeholder {color: #aaa;}
.bx_filter_vertical .bx_ui_slider_track{
    background: #212121;
}
.bx_filter_vertical .bx_ui_slider_range{
    background: #f60 !important;
}
.bx_filter_vertical .bx_ui_slider_handle{
    border: 1px solid #212121;
    background: #ababab;
    
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.7);
}
.bx_filter_vertical #set_filter{
    border: 1px solid transparent;
    color: #ababab;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #2c2c2c),
            color-stop(1, #212121)
    );
    background-image: -o-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: -moz-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: -webkit-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: -ms-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: linear-gradient(to bottom, #2c2c2c 0%, #212121 100%);
    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.33) inset;
}
.bx_filter_vertical #set_filter:hover{
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #2c2c2c),
            color-stop(1, #353535)
    );
    background-image: -o-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -moz-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -webkit-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -ms-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: linear-gradient(to bottom, #2c2c2c 0%, #353535 100%);
}
.bx_filter_vertical #set_filter:active{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.33) inset;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #2c2c2c),
            color-stop(1, #353535)
    );
    background-image: -o-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -moz-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -webkit-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -ms-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: linear-gradient(to bottom, #2c2c2c 0%, #353535 100%);
}
.bx_filter_vertical .bx_filter_search_button.link{
    color: #ababab;
}
.bx_filter_vertical .bx_filter_search_button:not(.link):active{box-shadow: inset  0 1px 3px 1px  rgba(0,0,0,.2) ;}
.bx_filter_vertical span.icon_lupe{
    background: url('/local/templates/okshop/emerland/images/searchicon.png') no-repeat center;
}
.bx_filter_vertical .bx_filter_popup_result{
    border:1px solid #383838;
    background: #232323;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    color: #444;
}
.bx_filter_vertical .bx_filter_popup_result .arrow{
    background: url('/local/templates/okshop/emerland/images/arr_left.png') no-repeat center;
}
.bx_filter_vertical .bx_filter_popup_result.right .arrow{left: -8px;background: url('/local/templates/okshop/emerland/images/arr_left.png')  no-repeat center}
.bx_filter_vertical .bx_filter_popup_result.left  .arrow{right:-8px;background: url('/local/templates/okshop/emerland/images/arr_right.png') no-repeat center}
.bx_filter_vertical .bx_filter_popup_result a{color: #ffffe5}
.bx_catalog_line .bx_catalog_line_category_title{
    border-bottom: 1px solid #e5e5e5;
}
.bx_catalog_line .bx_catalog_line_img{
    border:1px solid #ccc;
}
.bx_catalog_line .bx_catalog_line_title a{
    color: #ffffe5;
}
.bx_catalog_line .bx_catalog_line_description{
    color: #ffffe5;
}
.bx_catalog_text .bx_catalog_text_category_title{
    border-bottom: 1px solid #e5e5e5;
}
.bx_catalog_text .bx_catalog_text_category_title a{
    color: #ffffe5;
}
.bx_catalog_text .bx_catalog_text_title a{
    color: #fe6500;
}
.bx_catalog_tile .bx_catalog_tile_category_title a{
    color: #ababab;
}
.bx_catalog_tile .bx_catalog_tile_ul li:not(.slide){
    /*border: 1px solid #ccc;*/
}

.bx_catalog_tile .bx_catalog_tile_title span {
	color: #ababab;
}	

.bx_catalog_tile .bx_catalog_tile_title{
    /*border-bottom: 1px solid #ccc;*/
    background-color: #212121;
}
.bx_catalog_tile .bx_catalog_tile_title a{
    color: #ababab;
}
.bx_catalog_tile .bx_catalog_tile_show_all{
    color:#ababab;
}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap{
    border-left: 1px solid #212121;
    margin-left: -1px;
}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_new {
    background-image:url(/local/templates/okshop/emerland/images/product_new.png);
}

.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_hit {
    background-image:url(/local/templates/okshop/emerland/images/product_bestseller.png);
}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_title {
    color: #ffffe5;
}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_title a {
    color: #ababab;
}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_rating .star{
    background-image:url('/local/templates/okshop/emerland/images/stars-min.png');
}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_price {
    color:#ffffe5;
}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_price span{
    color:#a5a5a5;
}
.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_price .bx_stick_disc{
    color: #fff;
    background: #8dbf41;
}
.emarket-mSlider a.mSlider-prev,
.emarket-mSlider a.mSlider-next {
    background-image:url('/local/templates/okshop/emerland/images/sprite.png');
}
.bx_sitemap .bx_sitemap_title{
    border-bottom: 1px solid #e5e5e5;
}
.bx_sitemap .bx_sitemap_title a{
    color: #ffffe5;
}
.bx_sitemap .bx_sitemap_li_title a{
    color: #ffffe5;
}
.modern-page-navigation a {
    color: #ababab;
}
.modern-page-navigation a:hover {
    background: #212121;
    color: #ababab;
}
.modern-page-current {
    background: #212121;
    color: #fff;
}
.bx_catalog_list_home .bx_catalog_item{
    background:#000;
    border: 1px solid #212121;
}

.bx_catalog_list_home .bx_catalog_item .item_new {
    background-image:url(/local/templates/okshop/emerland/images/product_new.png);
}
.bx_catalog_list_home .bx_catalog_item .item_hit {
    background-image:url(/local/templates/okshop/emerland/images/product_bestseller.png);
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover
.bx_catalog_item_container {
    box-shadow: 0 0 10px 2px #f60;
    background:#000;
}
.bx_catalog_list_home .bx_catalog_item_articul{
    color:#a5a5a5;
}
.bx_catalog_list_home .bx_catalog_item_title{
    color:#000;
}
.bx_catalog_list_home .bx_catalog_item_title a{
    color:#ababab;
}
.bx_catalog_list_home .bx_catalog_item_rating .star{
    background-image:url('/local/templates/okshop/emerland/images/stars-min.png');
}
.bx_catalog_list_home .bx_catalog_item_price{
    color:#ffffe5;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap{
    border:1px solid #212121;
}
.bx_catalog_list_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap .compare-control .load{
    background:url(/local/templates/okshop/emerland/images/Preloader_2.gif) no-repeat;
}

.bx_catalog_list_home .bx_stick{
    background:url('/local/templates/okshop/emerland/images/stick.png') left center no-repeat;
    color:#ffffe5;
    text-shadow:0 1px 0 #ba3434;
}
.bx_catalog_list_home .bx_stick_disc{
    color: #fff;
    background: #8dbf41;
}
.bx_catalog_list_home .small_button.left:before {
    border-right: 5px solid #ababab;
}
.bx_catalog_list_home .small_button.right:before {
    border-left: 5px solid #ababab;
}
.bx_catalog_list_home .bx_medium_2,
.btn_emodal {
    border: 1px solid transparent;
    color: #ababab;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #2c2c2c),
            color-stop(1, #212121)
    );
    background-image: -o-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: -moz-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: -webkit-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: -ms-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: linear-gradient(to bottom, #2c2c2c 0%, #212121 100%);
    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.33) inset;
}
.bx_catalog_list_home .bx_medium_2:hover,
.btn_emodal:hover{
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #2c2c2c),
            color-stop(1, #353535)
    );
    background-image: -o-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -moz-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -webkit-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -ms-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: linear-gradient(to bottom, #2c2c2c 0%, #353535 100%);
}
.bx_catalog_list_home .bx_medium_2:active,
.btn_emodal:active{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.33) inset;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #2c2c2c),
            color-stop(1, #353535)
    );
    background-image: -o-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -moz-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -webkit-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -ms-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: linear-gradient(to bottom, #2c2c2c 0%, #353535 100%);

}

.bx_catalog_list_home .bx_medium_2.ico1:after,
.bx_catalog_list_home .bx_medium_2.ico2:after{
    background-image: url(/local/templates/okshop/emerland/images/sprite.png);
}
.bx_catalog_list_home .bx_item_detail_size .bx_item_section_name_gray {
    color: #9e9e9e;
}
.bx_catalog_list_home .bx_item_detail_size ul li .cnt{
    border: 1px solid #c0cfda;
    background: #fff;
    color: #3f3f3f;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li .cnt{
    -webkit-border-image: url('/local/templates/okshop/emerland/images/x2border.png') 2 stretch;
    -moz-border-image: url('/local/templates/okshop/emerland/images/x2border.png') 2 stretch;
    -o-border-image: url('/local/templates/okshop/emerland/images/x2border.png') 2 stretch;
    border-image: url('/local/templates/okshop/emerland/images/x2border.png') 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_list_home .bx_item_detail_size ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
    border: 2px solid #006cc0;
}
.bx-retina .bx_catalog_list_home .bx_item_detail_size ul li.bx_active .cnt{
    -webkit-border-image: url('/local/templates/okshop/emerland/images/x2border_active.png') 2 stretch;
    -moz-border-image: url('/local/templates/okshop/emerland/images/x2border_active.png') 2 stretch;
    -o-border-image: url('/local/templates/okshop/emerland/images/x2border_active.png') 2 stretch;
    border-image: url('/local/templates/okshop/emerland/images/x2border_active.png') 2 fill stretch;
}
.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_size .bx_size ul li.bx_missing>i{
    background: rgba(255,255,255,.79) url('/local/templates/okshop/emerland/images/missing.png') no-repeat center;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {
    background:url('/local/templates/okshop/emerland/images/arr_left.png')  no-repeat left  center;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{
    background:url('/local/templates/okshop/emerland/images/arr_right.png') no-repeat right center;
}
.bx-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_left {
    background:url('/local/templates/okshop/emerland/images/fade_left.png')  repeat-y left  center;
}
.bx-touch .bx_catalog_list_home .bx_item_detail_size .bx_slide_right{
    background:url('/local/templates/okshop/emerland/images/fade_right.png') repeat-y right center;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_item_section_name_gray{
    color: #9e9e9e;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt {
    background: #fff;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #7f7f7f}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
    border: 1px solid #7f7f7f;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item {
    border: 1px solid #d9d9d9;
}
.bx_catalog_list_home .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item:after {
    background: -webkit-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background: -moz-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background: -ms-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background: -o-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background: linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {
    background:url('/local/templates/okshop/emerland/images/arr_left.png')  no-repeat   left  center;
}
.bx-no-touch .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{
    background:url('/local/templates/okshop/emerland/images/arr_right.png') no-repeat   right center;
    }
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_left {
    background:url('/local/templates/okshop/emerland/images/fade_left.png')  repeat-y   left  center;
    }
.bx-touch 	 .bx_catalog_list_home .bx_item_detail_scu .bx_slide_right{
    background:url('/local/templates/okshop/emerland/images/fade_right.png') repeat-y   right center;
}
.bx_catalog_list_home .item-brand{
    border: 1px solid #ccc;
}
.bx_catalog_list_home .item-brand > h2{
    background-color: #eee;
    border-bottom: 1px solid #ccc;
}
.emodal-bnts .btn-close{
    color: #ababab;
}
.bx_item_detail .bx_item_title{
    border-bottom:1px solid #212121;
}
.bx_item_detail .bx_item_title h1 span{color:#ffffe5}
.bx_item_detail .item_info_props dl {
    color:#999;
}
.bx_item_detail .bx_item_rating .star{
    background-image:url('/local/templates/okshop/emerland/images/stars.png');
}
.bx_item_detail .item_price .item_current_price {
    color: #ffffe5;
}
.bx_item_detail .item_price .item_old_price {
    color: #999;
}
.bx_item_detail .item_price .bx_stick_disc {
    color: #fff;
    background: #8dbf41;
}
.bx_item_detail .controls-wrap{
    background-color:#212121;
    border:1px solid #000;

}
.bx_item_detail .tab-list{
    border-bottom:1px solid #d9e1e3;
}
.bx_item_detail .tab-list li{
    border:1px solid #d9e1e3;
    background:#f7f7f7;
    box-shadow:inset 0 -10px  5px -10px rgba(0,0,0,.12);
}
.bx_item_detail .tab-list li a{
    color:#999;
}
.bx_item_detail .tab-list li:hover,
.bx_item_detail .tab-list li.active{ background:#fff; }
.bx_item_detail .tab-list li.active a{
    background:#fff;
    color:#3f3f3f;
}
.bx_item_detail .item_comments_username{
    color:#5d90bd;
}
.bx_item_detail .item_comments_date{
    color:#b8b8b8;
}
.bx_item_detail .item_comments_container p{
    color:#3f3f3f;
}
.bx_item_detail .small_button.left:before {
    border-right: 5px solid #ababab;
}
.bx_item_detail .small_button.right:before {
    border-left: 5px solid #ababab;
}
.bx_item_detail .bx_medium_2 {
    border: 1px solid transparent;
    color: #ababab;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #2c2c2c), color-stop(1, #212121) );
    background-image: -o-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: -moz-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: -webkit-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: -ms-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: linear-gradient(to bottom, #2c2c2c 0%, #212121 100%);
    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.33) inset;
}
.bx_item_detail .bx_medium_2:hover{
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #2c2c2c),
            color-stop(1, #353535)
    );
    background-image: -o-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -moz-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -webkit-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -ms-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: linear-gradient(to bottom, #2c2c2c 0%, #353535 100%);
}
.bx_item_detail .bx_medium_2:active{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.33) inset;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #2c2c2c),
            color-stop(1, #353535)
    );
    background-image: -o-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -moz-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -webkit-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -ms-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: linear-gradient(to bottom, #2c2c2c 0%, #353535 100%);
}
.bx_item_detail .bx_medium_2.ico1:after,
.bx_item_detail .bx_medium_2.ico2:after{
    background-image: url(/local/templates/okshop/emerland/images/sprite.png);
}

.bx_item_detail .bx_item_slider .bx_slide ul li:hover .cnt{
    border: 1px solid #212121
}
.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,
.bx_item_detail .bx_item_slider .bx_slide .zoomGalleryActive .cnt
{
    border: 1px solid #212121;
}
.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,
.bx_item_detail .bx_item_slider .bx_slide .zoomGalleryActive .cnt
{
    border: 1px solid #212121;
}
.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_left,
.bx_item_detail .bx_item_slider .bx_slider_conteiner.full .bx_slide_right{
    background-image: url('/local/templates/okshop/emerland/images/sprite.png');
}
.bx-touch .bx_item_detail .bx_item_slider .bx_slide_left {
    background:url('/local/templates/okshop/emerland/images/fade_left.png')  repeat-y   left  center;
}
.bx-touch .bx_item_detail .bx_item_slider .bx_slide_right{
    background:url('/local/templates/okshop/emerland/images/fade_right.png') repeat-y   right center;
}
.bx_item_detail .bx_item_slider .bx_stick{
    background: url('/local/templates/okshop/emerland/images/stick.png') left center no-repeat;
    color: #fff;
    text-shadow:0 1px 0 #ba3434;
}
.bx_item_detail .bx_item_detail_size ul li .cnt{
    background: #fff;
    color: #3f3f3f;
}
.bx-retina .bx_item_detail .bx_item_detail_size ul li .cnt{
    -webkit-border-image: url('/local/templates/okshop/emerland/images/x2border.png') 2 stretch;
    -moz-border-image: url('/local/templates/okshop/emerland/images/x2border.png') 2 stretch;
    -o-border-image: url('/local/templates/okshop/emerland/images/x2border.png') 2 stretch;
    border-image: url('/local/templates/okshop/emerland/images/x2border.png') 2 fill stretch;
}
.bx_item_detail .bx_item_detail_size ul li:active .cnt,
.bx_item_detail .bx_item_detail_size ul li.bx_active .cnt{
    color:#ffffe5;
    border-bottom: 1px dashed #212121;
}
.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing .cnt{
    border: 1px solid #c0cfda !important
}
.bx_item_detail .bx_item_detail_size .bx_size ul li.bx_missing>i{
    background: rgba(255,255,255,.79) url('/local/templates/okshop/emerland/images/missing.png') no-repeat center;
}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_left
{
    background:url('/local/templates/okshop/emerland/images/arr_left.png')  no-repeat left  center;
}
.bx-no-touch .bx_item_detail .bx_item_detail_size .bx_slide_right
{
    background:url('/local/templates/okshop/emerland/images/arr_right.png') no-repeat right center;
}
.bx-touch .bx_item_detail .bx_item_detail_size .bx_slide_left {
    background:url('/local/templates/okshop/emerland/images/fade_left.png')  repeat-y left  center;
}
.bx-touch .bx_item_detail .bx_item_detail_size .bx_slide_right
{
    background:url('/local/templates/okshop/emerland/images/fade_right.png') repeat-y right center;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt{
    background: #fff;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li:hover .cnt{
    border: 1px solid #f60;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
    border: 1px solid #f60;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
    background: rgba(255,255,255,.79) url('/local/templates/okshop/emerland/images/missing.png') no-repeat center;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item {
    border: 1px solid #d9d9d9;
}
.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item:after {
    background: -webkit-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background: -moz-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background: -ms-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background: -o-linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
    background: linear-gradient(top,rgba(255,255,255,0.4),rgba(255,255,255,0));
}
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left
{
    background:url('/local/templates/okshop/emerland/images/arr_left.png')  no-repeat   left  center;
}
.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right{
    background:url('/local/templates/okshop/emerland/images/arr_right.png') no-repeat   right center;
}
.bx-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left {
    background:url('/local/templates/okshop/emerland/images/fade_left.png')  repeat-y   left  center;
}
.bx-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right{
    background:url('/local/templates/okshop/emerland/images/fade_right.png') repeat-y   right center;
}
.bx_item_detail .bx_item_description .bx_specifications_table tr:nth-child(odd){
    background: #f2f2f2;
}
.emarket-catalog-detail .head{
    border:1px solid #212121;
}
.emarket-catalog-detail .head .block.left .item_new {
    background-image:url(/local/templates/okshop/emerland/images/product_new.png);
}
.emarket-catalog-detail .head .block.left .item_hit {
    background-image:url(/local/templates/okshop/emerland/images/product_bestseller.png);
}
.emarket-catalog-detail .head .control{
    border-left:1px solid #212121;
    background-color:#212121;
}
.emarket-catalog-detail .head .control .compare-control .load{
    background:url(/local/templates/okshop/emerland/images/Preloader_2.gif) no-repeat;
}
.emarket-catalog-detail .head .control #emarket_call_me{
    color: #ffffe5;
    border-bottom: 1px dotted #212121;
}
.emarket-catalog-detail .head .control #emarket_call_me:before{
    background-image: url(/local/templates/okshop/emerland/images/sprite.png);
}
.emarket-catalog-detail .tabs{
    /*border:1px solid #212121;*/
}
.emarket-catalog-detail .tabs .tabs-menu{
    background-color:#212121;
    border-bottom:1px solid #212121;
}
.emarket-catalog-detail .tabs .tabs-menu a{
    color:#ffffe5;
}
.emarket-catalog-detail .tabs .tabs-menu a.active{
    background-color:#000;
    border-right: 1px solid #212121;
    border-left: 1px solid #212121;
}
.emarket-catalog-detail .tabs .tabs-content .tab#tab_1 a.link {
    color:#ffffe5;
    border-bottom:1px dotted #212121;
}
.emarket-catalog-detail .tabs .tabs-content .tab  .property-list .property-item table tr td:first-child:before{
    border-bottom: 1px dotted #aaaaaa;
}
.emarket-catalog-detail .tabs .tabs-content .tab  .property-list .property-item table tr td:first-child span{
    background: #fff;
}
.emarket-catalog-detail .tabs .tabs-content .tab .info {
    color: #aaaaaa;
}
.emarket-catalog-detail .tabs .tabs-content .tab .tab-row h2 {
    border-bottom: 1px solid #212121;
}
.ec-best-comment .author span,
.ec-best-comment .author time{
    color:#aaa;
}
.emarket-catalog-detail .tabs .tabs-content .tab .tab-row.third {
    
}
.emarket-comments .ec-rating .star{
    background-image: url('/local/templates/okshop/emerland/images/ec_comm_sprite_stars.png');
}

.emarket-comments .ec-button.ec-button-1:after{
    background-image: url('/local/templates/okshop/emerland/images/ec_comm_pencil.png');
}
.emarket-comments .ec-button.ec-button-2,
.emarket-comments .ec-button{
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.9);
    color:#ababab;
    border:1px solid transparent;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #2c2c2c),
            color-stop(1, #212121)
    );
    background-image: -o-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: -moz-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: -webkit-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: -ms-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: linear-gradient(to bottom, #2c2c2c 0%, #212121 100%);
    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.33) inset;
}
.emarket-comments .ec-button.ec-button-2:hover,
.emarket-comments .ec-button:hover{
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #2c2c2c),
            color-stop(1, #353535)
    );
    background-image: -o-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -moz-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -webkit-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -ms-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: linear-gradient(to bottom, #2c2c2c 0%, #353535 100%);
}
.emarket-comments .ec-button.ec-button-2:active,
.emarket-comments .ec-button:active{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.33) inset;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #2c2c2c),
            color-stop(1, #353535)
    );
    background-image: -o-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -moz-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -webkit-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -ms-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: linear-gradient(to bottom, #2c2c2c 0%, #353535 100%);
}
.emarket-comments .ec-head{
    border-bottom:1px solid #212121;
}
.emarket-comments .ec-comments-add {
    border-bottom:1px solid #383838;
}
.emarket-comments .ec-comments-add .ec-left table tr td textarea,
.emarket-comments .ec-comments-add .ec-left table tr td input{
    border:1px solid #383838;
}
.emarket-comments .ec-comments-add .ec-left .ec-comments-captcha a{
    background-image: url('/local/templates/okshop/emerland/images/ec_comm_refresh.png');
}
.emarket-comments .ec-comments-add .ec-left .ec-comments-captcha{
    border:1px solid #383838;
}
.emarket-comments .ec-comments-add .ec-empty{
    background-color: #383838;
    border: 1px solid red !important;
}
.emarket-comments .ec-comments-add .ec-empty:focus{
    background-color: #fff;
    border: 1px solid #383838 !important;
}
.emarket-comments .ec-comments-list .ec-comment{
    border-bottom:1px solid #212121;
}
.emarket-comments .ec-comments-list .ec-comment .author{
    background-color:#000;
    border-right: 1px solid #212121;
}
.emarket-comments .ec-comments-list .ec-comment .text .control
{
    border-top:1px solid #000;
}
.emarket-comments .ec-comments-list .ec-comment .text .control .complaint-link{
    color: #353535;
    border-bottom: 1px dashed #353535;
}
.emarket-comments .ec-comments-list .ec-comment .text .control .bt-link{
    color:#000;
}
.emarket-comments .ec-comments-list .ec-comment .text .control .bt-link:after{
    background-image:url('/local/templates/okshop/emerland/images/ec_comm_sprite.png');
}
.emarket-comments .ec-comments-list .author .ec-rating span{
    color:#000;
}
.emarket-comments .ec-comments-list a.ec-rating-list-show{
    color:#353535;    
}
.emarket-comments .ec-comments-list a.ec-rating-list-show:after{
    border-top: 7px solid #000;
}
.emarket-comments .ec-comments-list a.ec-rating-list-show.arrow-top:after{
    
}
.emarket-comments .ec-comments-list .ec-rating-list{
    border-left:1px solid #ccc;
}
.emarket-comments .ec-comments-list .ec-rating-list span{
    color:#aaaaaa;
}
.mainpage-catalog-list > ul > li > a {
    color: #ffffe5;
    font-size: 16px;
}
/*-----------------------------------------------------------------------------*/
.footer
{
    background-color: #212121;
}
.footer .copyright{
    color: #555555;
}
.footer .copyright a{
    color: #fff;
}
.footer_tree{
    background-color: #f8f8f8;
}
/*catalog line list product*/
.bx_catalog_line_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone .controls-wrap{
    border:1px solid #8dbf41;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow:    inset 0px 1px 1px 0px rgba(204, 204, 204, 1);
    box-shadow:         inset 0px 1px 1px 0px rgba(204, 204, 204, 1);
}
.bx_catalog_line_home .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{
    color:#3f3f3f;
}
.bx_catalog_line_home .bx_medium_2 {
    border: 1px solid transparent;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #2c2c2c),
            color-stop(1, #212121)
    );
    background-image: -o-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: -moz-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: -webkit-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: -ms-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: linear-gradient(to bottom, #2c2c2c 0%, #212121 100%);
    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.33) inset;
}
.bx_catalog_line_home .bx_medium_2:hover{
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #2c2c2c),
            color-stop(1, #353535)
    );
    background-image: -o-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -moz-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -webkit-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -ms-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: linear-gradient(to bottom, #2c2c2c 0%, #353535 100%);
}
.bx_catalog_line_home .bx_medium_2:active{
    box-shadow: inset 0 2px 3px 0px rgba(0,0,0,.4);
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #2c2c2c),
            color-stop(1, #353535)
    );
    background-image: -o-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -moz-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -webkit-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: -ms-linear-gradient(bottom, #2c2c2c 0%, #353535 100%);
    background-image: linear-gradient(to bottom, #2c2c2c 0%, #353535 100%);
}
.bx_catalog_line_home .bx_medium_2.ico1:after,
.bx_catalog_line_home .bx_medium_2.ico2:after{
    background-image: url(/local/templates/okshop/emerland/images/sprite.png);
}
.bx_catalog_line_home .bx_medium_2.ico2.active,
.bx_catalog_line_home .bx_medium_2.ico2:active{
    box-shadow: inset 0 2px 4px 1px rgba(0,0,0,.3), inset 0 2px 10px 3px rgba(0,0,0,.5);
}
.bx_catalog_line_home .bx_catalog_item_rating .star{
    background-image:url(/local/templates/okshop/emerland/images/stars-min.png);
}
.bx_catalog_line_home .bx_catalog_item_rating .item_new {
    background-image:url(/local/templates/okshop/emerland/images/product_new.png);
}
.bx_catalog_line_home .bx_catalog_item_rating .item_hit {
    background-image:url(/local/templates/okshop/emerland/images/product_bestseller.png);
}
.bx_catalog_line_home .bx_catalog_item_comments {
    color: #a5a5a5;
}
.bx_catalog_line_home .bx_catalog_item_price {
    color:#f60;  
}
.bx_catalog_line_home .bx_catalog_item_price span{
    color:#a5a5a5;
}
/*compare product------------------------------------------------------------------------*/

.catalog-compare-result .head {
    border: 1px solid #ccc;
}
.catalog-compare-result h1,
.catalog-compare-result h2 {
    border-bottom: 1px solid #cccccc;
    background-color: #EEEEEE;
}
.catalog-compare-result .head .control{
    background-color:#eee;
    border-right: 1px solid #ccc;
}
.catalog-compare-result .head .control .compare-switch{
    border-bottom: 1px solid #ccc;
}
.catalog-compare-result .head .control .compare-switch a {
    color:#353535;
    border-bottom:1px dotted #ccc;
}
.compare-switch .switch-label span {
    border: 1px solid #e9e9e9;
    background:#fcfcfc;
    box-shadow: 1px 0 2px rgba(0,0,0,0.5);
}
.catalog-compare-result .property-list {
    border: 1px solid #ccc;
}
.catalog-compare-result .property-list .property-name{
    background-color:#EEEEEE;
    border-right: 1px solid #cccccc;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li.slide .slide-wrap{
    border-right: 1px solid #cccccc;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li.slide-prop .slide-wrap{
    border-right: 1px solid #cccccc;

}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li.slide-prop .slide-wrap p{
    border-bottom: 1px solid #cccccc;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .close{
    background-image: url(/local/templates/okshop/emerland/images/sprite.png);
    background-position: -5px -278px;
}
.catalog-compare-result .emarket-mSlider .mSlider-wrap .mSlider-window li b{
    color:#ffffe5;
}
.catalog-compare-result .emarket-mSlider a.mSlider-prev,
.catalog-compare-result .emarket-mSlider a.mSlider-next {
    background-image:url(/local/templates/okshop/emerland/images/sprite.png);
}
.bx_catalog_list_home .bx_catalog_item_price .bx_price{
    color: #f60;
    font-size: 15px;
    display: block;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a{
	color:#ababab;
	text-decoration:none;
	font-size:14px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price{
	color:#ababab;
	font-size:16px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control {
    color: #f60;   
}
.bx_ordercart .bx_ordercart_order_sum tr td.fwb:last-child{color: #f60; font-size: 16px;}
.sale_order_full_table a {
    color: #f60;
    text-decoration: none;
}
.emodal_form .emodal-title a.emodal-close,
.emodal_form .modal_close,
.remember-pass-block .close-rm-pass-btn{ 
     background-image: url("/local/templates/okshop/emerland/images/sprite.png");
}
.header .site-title a b,
.header a.site-title b,
.bx_catalog_line_home .bx_catalog_item_title a{color:#ffffe5;}
/* End */


/* Start:/local/templates/okshop/js/formstyler/jquery.formstyler.css?176968491710325*/
.jq-checkbox {
	top: -1px;
	width: 13px;
	height: 13px;
	border: 1px solid #C3C3C3;
	border-radius: 3px;
	background: #F6F6F6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) repeat-x;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	vertical-align: middle;
	cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 9px;
	height: 9px;
	margin: 2px 0 0 2px;
	border-radius: 2px;
	background: #666;
	box-shadow: inset 0 -3px 6px #AAA;
}
.jq-checkbox.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


.jq-radio {
	width: 12px;
	height: 12px;
	border: 1px solid #C3C3C3;
	border-radius: 50%;
	background: #F6F6F6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) 0 -1px repeat-x;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	vertical-align: middle;
	cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
	width: 6px;
	height: 6px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #666;
}
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-radio.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


.jq-file {
	width: 270px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	border-radius: 4px;
}
.jq-file input {
	cursor: pointer;
	height: auto;
	line-height: 1em;
}
.jq-file__name {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	padding: 0 80px 0 10px;
	color: #333;
	font: 14px/30px Arial, sans-serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1;
	background: #FFF;
}
.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px/30px Arial, sans-serif;
}
.jq-file:hover .jq-file__browse {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.disabled .jq-file__name {
	color: #888;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	min-width:175px;
	height: 27px;
	padding: 0 45px 0 10px;	
	background:#212121;
	border-radius: 3px;
	color: #ababab;	
}
.jq-selectbox__select:hover {}
.jq-selectbox__select:active {}

.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #212121;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #212121;
	background: #212121;
	box-shadow: none;
	color: #ababab;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 27px;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 27px;
	height: 100%;
	border-left: 1px solid #212121;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #2c2c2c), color-stop(1, #212121) );
    background-image: -o-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: -moz-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: -webkit-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: -ms-linear-gradient(bottom, #2c2c2c 0%, #212121 100%);
    background-image: linear-gradient(to bottom, #2c2c2c 0%, #212121 100%);
    box-shadow: 0 1px 2px 0 rgba(255, 255, 255, 0.33) inset;
	
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 11px;
	right: 6px;
	width: 14px;
	height: 8px;
	background-image: url(/local/templates/okshop/js/formstyler/../../blue/images/sprite.png);
	background-position: 0px -193px;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	opacity: 1;
	filter: alpha(opacity=100);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.jq-selectbox__dropdown {
	top: 33px;
	width: 100% !important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 1px solid #212121;
	border-radius: 4px;
	background: #212121;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	outline: none;
	border: 1px solid #CCC;
	border-radius: 3px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
	background: #212121;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #ababab;
}
.jq-selectbox li.selected {
	background-color: #919191;
	color: #ababab;
}
.jq-selectbox li:hover {
	background-color: #919191;
	color: #ababab;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	background: #FFF;
	color: #333;
	font: 14px/18px Arial, sans-serif;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
	padding: 7px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	font: 14px Arial, sans-serif;
}
input[type="search"].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	outline: none;
}
button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
	overflow: visible;
	padding: 7px 11px;
	outline: none;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px Arial, sans-serif;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:after {
	content: '';
}
button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
button.styler:not([disabled]):active,
input[type="button"].styler:not([disabled]):active,
input[type="submit"].styler:not([disabled]):active,
input[type="reset"].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/local/templates/okshop/js/jscrollpane/jquery.jscrollpane.css?17696849171576*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
 
.basket-scroll:focus,
.jspContainer:focus,
.jspPane:focus{outline:0;}

.jspContainer{overflow: hidden;position: relative;}
.jspPane{position: absolute;}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
	z-index: 912;
	/*background: red;*/
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap { display: none; }
.jspHorizontalBar .jspCap { float: left; }
.jspTrack { background-color: none; position: relative; }
.jspDrag {
	position: relative;
	width: 6px;
	margin: 0;
	top: 0;
	left: 0;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity:0
}

.jspContainer:hover .jspDrag {opacity:1;}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {float: left;height: 100%;}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {height: 16px;}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {outline: none;}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {margin: 0 -3px 0 0;}
/* End */


/* Start:/local/templates/okshop/components/ammina/regions.selector/.default/style.css?17696849176138*/
.bam-regions .bam-regions-link {
  border-bottom: 1px dashed; 
}
.bam-regions-popup-content-item-link {
	color: #ababab;
}	
.bam-regions-popup-content-item-link:hover {
	color: #ababab;
}	
.bam-regions-popup-content-item-link-current {
	color: #ffffe5;
}	
.bam-regions-popup-content-search {
	background: #383838;
	color: #ababab;
	border: 1px solid #232323;
}	
.bam-regions .bam-regions-link:hover {
   border-bottom: 1px none transparent; 
}
.bam-regions-confirm {
  display: none;
  position: absolute;
  background-color: #ffffff;
  border: 0 none;
  border-radius: 5px;
  min-width: 200px;
  margin-top: 15px;
  z-index: 1000; 
}
.bam-regions-confirm .bam-regions-confirm-content {
    width: 100%;
    display: block;
    position: relative; 
}
.bam-regions-confirm .bam-regions-confirm-content .bam-regions-confirm-content-arrow {
      display: block;
      position: absolute;
      width: 100%;
      height: 9px;
      top: -8px;
      background: url(/local/templates/okshop/components/ammina/regions.selector/.default/images/arrow.png) center 0 no-repeat; 
}
.bam-regions-confirm .bam-regions-confirm-content .bam-regions-confirm-title {
      padding: 15px 20px;
      border: 1px solid #212121;
	  background: #212121;
      border-bottom: 0 none;
      border-radius: 5px 5px 0 0; }
.bam-regions-confirm .bam-regions-confirm-content .bam-regions-confirm-title span {
        font-weight: normal;
        display: block;
        text-align: center; }
.bam-regions-confirm .bam-regions-confirm-content .bam-regions-confirm-title p {
        text-align: center;
        margin: 0; }
.bam-regions-confirm .bam-regions-confirm-content .bam-regions-confirm-buttons {
      display: flex; }
      .bam-regions-confirm .bam-regions-confirm-content .bam-regions-confirm-buttons .bam-regions-confirm-button {
        display: inline-block;
        width: 50%;
        min-width: 70px;
        padding: 10px;
        background-color: #212121;
        background: linear-gradient(to bottom, #2c2c2c, #353535);
        color: #ababab;
        text-align: center; }
        .bam-regions-confirm .bam-regions-confirm-content .bam-regions-confirm-buttons .bam-regions-confirm-button.bam-regions-confirm-button-no {
          border-radius: 0 0 0 5px;
          border-right: 1px solid black; }
        .bam-regions-confirm .bam-regions-confirm-content .bam-regions-confirm-buttons .bam-regions-confirm-button.bam-regions-confirm-button-yes {
          border-radius: 0 0 5px 0;
          border-left: 1px solid black; }
        .bam-regions-confirm .bam-regions-confirm-content .bam-regions-confirm-buttons .bam-regions-confirm-button:hover {
          background: linear-gradient(to top, #2c2c2c, #353535); }

.bam-regions-popup {
  display: none;
  position: absolute; }
  .bam-regions-popup .bam-regions-popup-window {
    background-color: #212121;
    margin: auto;
    padding: 20px;
    z-index: 1800;
    position: fixed;
    max-width: 90%;
    max-height: 90%;
    width: 800px;
    height: 500px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
    .bam-regions-popup .bam-regions-popup-window .bam-regions-popup-title {
      font-weight: bold;
      display: block;      
      padding: 0 0 10px 0;
      margin: 0 0 10px 0;
      font-size: 16px;
      position: relative; }
      .bam-regions-popup .bam-regions-popup-window .bam-regions-popup-title h3 {
        padding: 0;
        margin: 0;
        font-size: 16px;
        font-weight: bold; }
      .bam-regions-popup .bam-regions-popup-window .bam-regions-popup-title .bam-regions-popup-close {
        background-image: url(/local/templates/okshop/components/ammina/regions.selector/.default/images/close.svg);
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 16px;
        height: 16px;
        background-size: contain; }
    .bam-regions-popup .bam-regions-popup-window .bam-regions-popup-content .bam-regions-popup-content-search {
      width: 97%;
      padding: 10px; }
    .bam-regions-popup .bam-regions-popup-window .bam-regions-popup-content .bam-regions-popup-content-list {
      display: block;
      overflow: auto;
      max-height: 100%;
      margin-top: 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-content: flex-start; }
      .bam-regions-popup .bam-regions-popup-window .bam-regions-popup-content .bam-regions-popup-content-list .bam-regions-popup-content-item {
        padding: 5px 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
        @media (max-width: 991.98px) {
          .bam-regions-popup .bam-regions-popup-window .bam-regions-popup-content .bam-regions-popup-content-list .bam-regions-popup-content-item {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%; } }
        @media (max-width: 575.98px) {
          .bam-regions-popup .bam-regions-popup-window .bam-regions-popup-content .bam-regions-popup-content-list .bam-regions-popup-content-item {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%; } }
        .bam-regions-popup .bam-regions-popup-window .bam-regions-popup-content .bam-regions-popup-content-list .bam-regions-popup-content-item .bam-regions-popup-content-item-link span {
          display: block;
          font-size: 0.9em;
          color: #888888; }
        .bam-regions-popup .bam-regions-popup-window .bam-regions-popup-content .bam-regions-popup-content-list .bam-regions-popup-content-item .bam-regions-popup-content-item-link strong {
          color: #94002b; }
        .bam-regions-popup .bam-regions-popup-window .bam-regions-popup-content .bam-regions-popup-content-list .bam-regions-popup-content-item .bam-regions-popup-content-item-link.bam-regions-popup-content-item-link-current {
          font-weight: bold; }

.bam-regions-popupbg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #777777;
  opacity: 0.7;
  z-index: 1000; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/okshop/mobile.css?176968491716465*/
@media (max-width:1025px) {
	.middle {width: auto !important;}
	.video_link img {width: 100% }
	#emarket-search {width: 480px !important;}
	#emarket-search-input {width: 383px !important;}	
	#top-panel {right:none !important;}	
	#top-panel .block-center {width: 1007px !important;margin: 0 !important;}	
	.block-center {width: auto !important;}	
	.footer   {min-width: 1024px !important;}
	.footer .wrapper  {width: 1024px !important;}
	.shop_txt {display: block !important;line-height: 30px !important;text-align:center;float:none;}	
	.header .header-block {width: 1024px !important;}	
	ul.footer-menu {padding: 10px 0 !important;float: none !important;}	
	.grid2x1 .bx_content_section {width: 806px !important;}
	.bx_catalog_list_home .bx_catalog_item {width: 32%;}	
	.emarket-catalog-detail .head .block.left {width: 45% !important;}
	.emarket-catalog-detail .head .control {left: 76%;}
	.emarket-catalog-detail .head .block.right {width: 42% !important;}		
	.catalog-detail {width: 156px !important;}
	.emarket-catalog-detail .tabs .tabs-content .tab .tab-row.third {width: 18.3%;}	
	#emarket-compare-list {width: 50px !important;}
	.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_image {width: 125px !important;}
	.catalog-top .item.ett_vertical {width:33%}
	.catalog-top .item.ett_horizontal {width:66%}
	.catalog-top .item.ett_normal {width:33%}
	.emarket-comments .ec-comments-add .ec-left {width:100%}
	.emarket-comments .ec-comments-add .ec-right {width:100%}	
}	

@media (max-width:850px) {
	#top-panel {height: 73px !important;}
	#top-panel .block-center {width: 768px !important;margin: 0 !important;}
	ul.top-menu li a {font-size: 14px;padding: 14px 5px;}
	.header {padding-top: 80px !important;}		
	#eMarket-auth {margin-top: 13px;}
	.header .header-block {width: 768px !important;}
	#emarket-compare-list {display: none !important;}
	#emarket-search {width: 325px !important;}
	#emarket-search-input {width: 228px !important;}	
	.grid2x1 .bx_content_section {width: 608px !important;}
	.bx_catalog_list_home .bx_catalog_item {width: 48%;}	
	.emarket-catalog-detail .head .block.left {width: 45% !important;}
	.emarket-catalog-detail .head .control {left: 70%;}
	.emarket-catalog-detail .head .block.right {width: 42% !important;}
	.footer   {min-width: 768px !important;}
	.footer .wrapper  {width: 768px !important;}
	ul.footer-menu li a {font-size: 12px;}
	.emarket-comments .ec-comments-add .ec-left {width:100%}
	.emarket-comments .ec-comments-add .ec-right {width:100%}	
}


@media (max-width:812px) {
	#top-panel {height: 73px !important;}
	#top-panel .block-center {width: 768px !important;margin: 0 !important;}
	ul.top-menu li a {font-size: 14px;padding: 14px 5px;}
	.header {padding-top: 80px !important;}		
	#eMarket-auth {margin-top: 13px;}
	.header .header-block {width: 768px !important;}
	#emarket-compare-list {display: none !important;}
	#emarket-search {width: 325px !important;}
	#emarket-search-input {width: 228px !important;}
	.footer   {min-width: 768px !important;}
	.footer .wrapper  {width: 768px !important;}
	ul.footer-menu li a {font-size: 12px;}	
	.grid2x1 .bx_content_section {width: 550px !important;}	
	.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_image {width: 100px;}
	.catalog-section-filter {height: 85px !important;}
	.bx_catalog_list_home .bx_catalog_item {width: 48%;}	
	.emarket-catalog-detail .head .block.left {width: 45% !important;}
	.emarket-catalog-detail .head .control {left: 70%;}
	.emarket-catalog-detail .head .block.right {width: 42% !important;}
	.emarket-catalog-detail .tabs .tabs-content .tab .tab-row.first {width: 40% !important;}
	.emarket-catalog-detail .tabs .tabs-content .tab .tab-row.second {width: 34% !important;}
	.catalog-detail {width: 156px !important;}	
	.emarket-comments .ec-comments-add .ec-left {width:100%}
	.emarket-comments .ec-comments-add .ec-right {width:100%}	
	
}	

@media (max-width:768px) {
	#top-panel {height: 73px !important;}
	#top-panel .block-center {width: 768px !important;margin: 0 !important;}
	ul.top-menu li a {font-size: 14px;padding: 14px 5px;}
	.header {padding-top: 80px !important;}		
	#eMarket-auth {margin-top: 13px;}
	.header .header-block {width: 768px !important;}
	#emarket-compare-list {display: none !important;}
	#emarket-search {width: 325px !important;}
	#emarket-search-input {width: 228px !important;}
	.footer   {min-width: 768px !important;}
	.footer .wrapper  {width: 768px !important;}
	ul.footer-menu li a {font-size: 12px;}	
	.grid2x1 .bx_content_section {width: 550px !important;}	
	.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_image {width: 100px;}
	.catalog-section-filter {height: 85px !important;}	
	.bx_catalog_list_home .bx_catalog_item {width: 48%;}	
	.emarket-catalog-detail .head .block.left {width: 45% !important;}
	.emarket-catalog-detail .head .control {left: 70%;}
	.emarket-catalog-detail .head .block.right {width: 42% !important;}
	.emarket-catalog-detail .tabs .tabs-content .tab .tab-row.first {width: 40% !important;}
	.emarket-catalog-detail .tabs .tabs-content .tab .tab-row.second {width: 34% !important;}
	.catalog-detail {width: 156px !important;}	
	.emarket-comments .ec-comments-add .ec-left {width:100%}
	.emarket-comments .ec-comments-add .ec-right {width:100%}	
	
}	

@media (max-width:736px) {
	#top-panel {height: 73px !important;}
	#top-panel .block-center {width: 730px !important;margin: 0 !important;}
	ul.top-menu li a {font-size: 13px;padding: 14px 5px;}
	.header {padding-top: 80px !important;}		
	#eMarket-auth {margin-top: 13px;}
	.header .header-block {width: 730px !important;}
	#emarket-compare-list {display: none !important;}
	#emarket-search {width: 293px !important;}
	#emarket-search-input {width: 196px !important;}
	.footer {min-width: 730px !important;}
	.footer .wrapper  {width: 730px !important;}
	ul.footer-menu li a {font-size: 12px;}	
	.grid2x1 .bx_content_section {width: 518px !important;}	
	.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_image {width: 100px;}
	.catalog-section-filter {height: 85px !important;}
	.bx_catalog_list_home .bx_catalog_item {width: 48%;}	
	.emarket-catalog-detail .head .block.left {width: 45% !important;}
	.emarket-catalog-detail .head .control {left: 68%;}
	.emarket-catalog-detail .head .block.right {width: 42% !important;}
	.emarket-catalog-detail .tabs .tabs-content .tab .tab-row.first {width: 40% !important;}
	.emarket-catalog-detail .tabs .tabs-content .tab .tab-row.second {width: 34% !important;}
	.catalog-detail {width: 124px !important;}	
	.video_proverka {width: 730px;}	
	.emarket-comments .ec-comments-add .ec-left {width:100%}
	.emarket-comments .ec-comments-add .ec-right {width:100%}	
}	

@media (max-width:667px) {	
	.header .site-title, .header a.site-title {display:block !important;}
	#top-panel{display:none !important;}
	.header .site-telephone {display: block !important;}
	.header .header-block {width: auto !important;}
	.header .site-feedback {display: block !important;}
	#emarket-search {display:none !important;}
	.bx-wrapper  {display:none !important;}
	.block-center {width: auto !important;}
	.middle {width: auto !important;margin-top: 40px !important;}
	.service_block {display:none !important;}
	.footer  {width: auto !important;min-width:auto !important;height: 30px !important;}
	.footer .wrapper, .mainpage-catalog-list {width: auto !important;}
	.emarket-basket-small {left:25%}	
	.catalog-top .item {width: 100% !important;}		
	.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap {width: 100% !important;}
	.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_image {width: 100% !important;}		
	.grid2x1 .bx_content_section {float:none;width:100% !important;}	
	.bx_sidebar .emarket-catalog-menu {display:none !important;}
	.advertisement {display:none !important;}
	.news-list {display:none !important;}
	.bx_catalog_text {display:none !important;}	
	.header .catalog-link {width: 300px !important;float: none !important;}			
	.emarket-catalog-menu li ul {position: inherit !important;margin: 0 !important;width: 100%  !important;}
	.emarket-catalog-menu li ul.root-item {margin: 0 !important;}
	.grid2x1 .bx_sidebar {width:100% !important;}
	.catalog-section-filter {display:none !important;}	
	.bx_catalog_list_home .bx_catalog_item_images_double {display:none !important;}
	.header .site-telephone a {margin-right: 0 !important;}	
	.bx_catalog_list_home .bx_catalog_item_images {margin: 0 auto;}
	.bx_catalog_list_home .bx_catalog_item {width:100% !important;}	
	.emarket-catalog-detail .head .block.left {width:100% !important;}	
	.emarket-catalog-detail .head .block.right {width:100% !important;}	
	.emarket-catalog-detail .head .control {position: relative;left: 10px;}	
	.emarket-catalog-detail .head .block {float:none;}
	.tabs-content {margin-top: 50px;}
	.emarket-catalog-detail .tabs .tabs-content .tab .tab-row.first,
	.emarket-catalog-detail .tabs .tabs-content .tab .tab-row.second
	{width:100% !important;}
	.emarket-catalog-detail .tabs .tabs-content .tab .tab-row.third {display:none !important;}
	.emarket-catalog-detail .tabs .tabs-menu a {font-size: 14px !important;}
	.emarket-catalog-detail .tabs .tabs-menu {height: 68px !important;}
	.emarket-catalog-detail .head {padding-right: 25px !important;}
	.shop_txt {font-size: 10px;float:none;}
	ul.footer-menu li {width:100% !important;}
	ul.footer-menu li a {font-size: 18px;line-height: 22px;}	
	span.separator {display:none !important;}
	.news-list2 {margin: 0 10px;}		
	.news-item .right {float: right;width: 48%;}
	.news-list2 .news-item {width:87% !important;}
	.bt2 {width: 130px;padding: 0;}
	.header .site-title img {width: 100%;}
	.emarket-comments .ec-comments-add .ec-left {width:100%}
	.emarket-comments .ec-comments-add .ec-right {width:100%}	
	.emarket-comments .ec-head {height: 100px;}
}	

@media (max-width:568px) {	
	.header .site-title, .header a.site-title {display:block !important;}
	#top-panel{display:none !important;}
	.header .site-telephone {display: block !important;}
	.header .header-block {width: auto !important;}
	.header .site-feedback {display: block !important;}
	#emarket-search {display:none !important;}
	.bx-wrapper  {display:none !important;}
	.block-center {width: auto !important;}
	.middle {width: auto !important;margin-top: 40px !important;}
	.service_block {display:none !important;}
	.footer  {width: auto !important;min-width:auto !important;height: 30px !important;}
	.footer .wrapper, .mainpage-catalog-list {width: auto !important;}
	.emarket-basket-small {left:25%}	
	.catalog-top .item {width: 100% !important;}		
	.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap {width: 100% !important;}
	.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_image {width: 100% !important;}		
	.grid2x1 .bx_content_section {float:none;width:100% !important;}	
	.bx_sidebar .emarket-catalog-menu {display:none !important;}
	.advertisement {display:none !important;}
	.news-list {display:none !important;}
	.bx_catalog_text {display:none !important;}	
	.header .catalog-link {width: 300px !important;float: none !important;}			
	.emarket-catalog-menu li ul {position: inherit !important;margin: 0 !important;width: 100%  !important;}
	.emarket-catalog-menu li ul.root-item {margin: 0 !important;}
	.grid2x1 .bx_sidebar {width:100% !important;}
	.catalog-section-filter {display:none !important;}	
	.bx_catalog_list_home .bx_catalog_item_images_double {display:none !important;}
	.header .site-telephone a {margin-right: 0 !important;}	
	.bx_catalog_list_home .bx_catalog_item_images {margin: 0 auto;}
	.bx_catalog_list_home .bx_catalog_item {width:100% !important;}	
	.emarket-catalog-detail .head .block.left {width:100% !important;}	
	.emarket-catalog-detail .head .block.right {width:100% !important;}	
	.emarket-catalog-detail .head .control {position: relative;left: 10px;}	
	.emarket-catalog-detail .head .block {float:none;}
	.tabs-content {margin-top: 50px;}
	.emarket-catalog-detail .tabs .tabs-content .tab .tab-row.first,
	.emarket-catalog-detail .tabs .tabs-content .tab .tab-row.second
	{width:100% !important;}
	.emarket-catalog-detail .tabs .tabs-content .tab .tab-row.third {display:none !important;}
	.emarket-catalog-detail .tabs .tabs-menu a {font-size: 14px !important;}
	.emarket-catalog-detail .tabs .tabs-menu {height: 68px !important;}
	.emarket-catalog-detail .head {padding-right: 25px !important;}
	.shop_txt {font-size: 10px;float:none;}
	ul.footer-menu li {width:100% !important;}
	ul.footer-menu li a {font-size: 18px;line-height: 22px;}	
	span.separator {display:none !important;}
	.news-list2 {margin: 0 10px;}	
	.news-item .right {float: right;width: 48%;}
	.news-list2 .news-item {width:87% !important;}
	.bt2 {width: 130px;padding: 0;	}
	.header .site-title img {width: 100%;}
	.video_proverka {width: 560px;}	
	.emarket-comments .ec-comments-add .ec-left {width:100%}
	.emarket-comments .ec-comments-add .ec-right {width:100%}	
}	

@media (max-width:479px) {	
	.header .site-title, .header a.site-title {display:block !important;}
	#top-panel{display:none !important;}
	.header .site-telephone {display: block !important;}
	.header .header-block {width: auto !important;}
	.header .site-feedback {display: block !important;}
	#emarket-search {display:none !important;}
	.bx-wrapper  {display:none !important;}
	.block-center {width: auto !important;}
	.middle {width: auto !important;margin-top: 40px !important;}
	.service_block {display:none !important;}
	.footer  {width: auto !important;min-width:auto !important;height: 30px !important;}
	.footer .wrapper, .mainpage-catalog-list {width: auto !important;}
	.emarket-basket-small {left:25%}	
	.catalog-top .item {width: 100% !important;}		
	.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap {width: 100% !important;}
	.emarket-mSlider .mSlider-wrap .mSlider-window li .slide-wrap .item_image {width: 100% !important;}		
	.grid2x1 .bx_content_section {float:none;width:100% !important;}	
	.bx_sidebar .emarket-catalog-menu {display:none !important;}
	.advertisement {display:none !important;}
	.news-list {display:none !important;}
	.bx_catalog_text {display:none !important;}	
	.header .catalog-link {width: 300px !important;float: none !important;}			
	.emarket-catalog-menu li ul {position: inherit !important;margin: 0 !important;width: 100%  !important;}
	.emarket-catalog-menu li ul.root-item {margin: 0 !important;}
	.grid2x1 .bx_sidebar {width:100% !important;}
	.catalog-section-filter {display:none !important;}	
	.bx_catalog_list_home .bx_catalog_item_images_double {display:none !important;}
	.header .site-telephone a {margin-right: 0 !important;}	
	.bx_catalog_list_home .bx_catalog_item_images {margin: 0 auto;}
	.bx_catalog_list_home .bx_catalog_item {width:100% !important;}	
	.emarket-catalog-detail .head .block.left {width:100% !important;}	
	.emarket-catalog-detail .head .block.right {width:100% !important;}	
	.emarket-catalog-detail .head .control {position: relative;left: 10px;}	
	.emarket-catalog-detail .head .block {float:none;}
	.tabs-content {margin-top: 50px;}
	.emarket-catalog-detail .tabs .tabs-content .tab .tab-row.first,
	.emarket-catalog-detail .tabs .tabs-content .tab .tab-row.second
	{width:100% !important;}
	.emarket-catalog-detail .tabs .tabs-content .tab .tab-row.third {display:none !important;}
	.emarket-catalog-detail .tabs .tabs-menu a {font-size: 14px !important;}
	.emarket-catalog-detail .tabs .tabs-menu {height: 68px !important;}
	.emarket-catalog-detail .head {padding-right: 25px !important;}
	.shop_txt {font-size: 10px;float:none;}
	ul.footer-menu li {width:100% !important;}
	ul.footer-menu li a {font-size: 18px;line-height: 22px;}	
	span.separator {display:none !important;}
	.news-list2 {margin: 0 10px;}	
	.news-item .right {float: right;width: 48%;}
	.news-list2 .news-item {width:87% !important;}
	.bt2 {width: 130px;padding: 0;}
	.header .site-title img {width: 100%;}
	.video_proverka {width: 350px;}	
	.emarket-comments .ec-comments-add .ec-left {width:100%}
	.emarket-comments .ec-comments-add .ec-right {width:100%}
	.emarket-comments .ec-head {height: 100px;}
}	
/* End */


/* Start:/local/templates/okshop/template_styles.css?176968491715169*/
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

body {
	background: #000;
	color: #ababab;
}	
a {
	color: #ababab;
}	
input {
	background: #212121;
	color: #ababab;
	border: none;
}	
textarea {
	background: #212121;
	color: #ababab;
	border: none;
}	 

.header {	
	background: #000;
}
.top-section-list {	
	background: #000;
}
.header .catalog-link .emarket-catalog-menu{	
	background: #2c2c2c;
}
	
	
	
body {
	line-height: 1;
    webkit-text-size-adjust: none;	
}

.third h2 {
	font-size: 19px !important;
}	

.backgr {
	background: url(/images/fon.png) no-repeat;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}

body {
	font: 14px/16px "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	
}

h1 {
    font-size: 24px;
    font-weight: 300;
    margin: 10px 0;
    line-height: 24px;
}

h2 {
    font-size: 18px;
    margin-bottom: 22px;
    margin: 8px 0;
}

p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

input:focus {
    outline: none;
}


.em_button {
	display: block;
	text-decoration: none;
	text-align:center;
	margin:10px auto;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
	padding: 0 45px;
	line-height: 33px;
	cursor: pointer;
	height: 35px;
	font-size: 16px;
	color: #ababab;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity:0.9;
	width:225px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid transparent;

}
.em_button:not(.disabled):hover{opacity:1}
.em_button:not(.disabled):active{line-height: 35px;box-shadow: inset  0 2px 3px 0  rgba(0,0,0,.4);}
.em_button.disabled {
	cursor:default;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
	color:#555555;
	border:1px solid #ccc;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.05, #F2F2F2),
		color-stop(0.05, #EBEBEB),
		color-stop(1, #CACACA)
	);
	background-image: -o-linear-gradient(bottom, #F2F2F2 5%, #EBEBEB 5%, #CACACA 100%);
	background-image: -moz-linear-gradient(bottom, #F2F2F2 5%, #EBEBEB 5%, #CACACA 100%);
	background-image: -webkit-linear-gradient(bottom, #F2F2F2 5%, #EBEBEB 5%, #CACACA 100%);
	background-image: -ms-linear-gradient(bottom, #F2F2F2 5%, #EBEBEB 5%, #CACACA 100%);
	background-image: linear-gradient(to bottom, #F2F2F2 5%, #EBEBEB 5%, #CACACA 100%);
	}
.em_button:focus{
    outline: none;
}
#emarket-feedback-response{
	left: 3%;
	top: 3%;
	position: fixed;
	padding: 10px;
	border: 1px solid green;
	background-color: rgba(255,255,255,0.95);
	margin: 42px 0 0 0;
	z-index: 999;
}
#emarket-feedback-response.error{border-color:red;}
.errortext{
    color: orangered;
}

/* Base styles
-----------------------------------------------------------------------------*/
.wrapper {
    margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.eMarket-no-scroll{overflow:hidden;}
.eMarket-popup {
	position:fixed;
	top:0;left:0;
	right:0;bottom:0;
	text-align:center;
	display:none;
	z-index: 995;
}
.eMarket-popup-window{
	display:none;
	top: 48px;
	right: 10px;
	position:absolute;
	width:280px;
	background-color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 996;
    border: 1px solid #ccc;
    color: #000;
}

.eMarket-popup-window:before,
.eMarket-popup-window:after{
    border: medium solid transparent;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 150px;
    pointer-events: none;
    position: absolute;
    width: 0;
}
.eMarket-popup-window:before{
    border-color: rgba(148, 191, 220, 0) rgba(148, 191, 220, 0) #ccc;
    border-width: 23px;
    margin-left: -23px;
}
.eMarket-popup-window:after{
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
    border-width: 21px;
    margin-left: -21px;
}


.load{
	background-image:url(/images/load.gif);
	background-position:center;
	background-repeat:no-repeat;
}


.catalog-top .item.ett_vertical {width:33%}
.catalog-top .item.ett_horizontal {width:66%}
.catalog-top .item.ett_normal {width:33%}


/* top-panel styles
-----------------------------------------------------------------------------*/

#top-panel {
	height:42px;
	background: #212121;
	position:fixed;
	top:0;right:0;left:0;
	z-index: 994;
}
#top-panel .auth{
	min-width:192px;
	float:right;
}

/* Header styles
-----------------------------------------------------------------------------*/
.header {
	padding-top: 50px;
	min-height: 95px;	
}
.header .header-block {
    width: 1186px;
    display: table;
    margin: 0 auto;
    height: 60px;
}
.header .header-block.block-logo{
    margin-bottom: 20px;
}
.header .h-top2{
    padding: 15px 0;
}
.header .header100{
    width: 100%;
}
.block-center{
    margin: 0 auto;
    width: 1186px;
}
.header .site-title,
.header a.site-title {
    display: table-cell;
    vertical-align: bottom;
}

.header .site-title img {
	max-height:77px;
}	

.sberbank-result-message {
	min-height: 560px;
}	
#order_form_div {
	min-height: 560px;
}	
#basket_items_list {
	min-height: 480px;
}	

#eMarket-auth a.link {
	color: #f60;
}	
.service_block {
	text-align: center;
}	

.header .site-title,
.header .site-title a {
	font-size: 48px;
	font-weight:300;
    text-decoration:none;
	color:#444;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.01);
    line-height: 35px;
}


.header .site-feedback, 
.header .site-telephone {
	color: #bdbdbd;
}
.header .site-feedback a, 
.header .site-telephone a{display:inline-block;text-decoration:none;color:#ffffe5;}

.header .site-feedback {
	position:relative;
    display: table-cell;
    vertical-align: bottom;
}
.header .site-feedback > a{
	font-size:14px;
	font-weight:300;
    line-height: 16px;
}
.header .site-feedback a:hover{border:0;padding-bottom:1px;}

.header .site-telephone {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}
.header .site-telephone a{
    color:#bdbdbd;
    font-size: 32px;
    display: inline-block;
    margin-right: 25px;
    line-height: 16px;
}

.header .catalog-link {
	position:relative;
    float: left;
	height: 48px;
	width:216px;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    line-height: 46px;
    list-style: 45px;
}
.header .catalog-link a.link{
	font-size:18px;
	color:#ababab;
	text-decoration:none;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.header .catalog-link .arrow-ico{
	width: 12px;
	height: 8px;
	background-position: -1px -193px;
	position: absolute;
	right: 14px;
	top: 21px;
}

.header .catalog-link .emarket-catalog-menu{
	display:none;
	position: absolute;
	top: 100%;
	width: 99.5%;
	z-index: 100;
	text-align: left;
}
/*.header .catalog-link:hover .emarket-catalog-menu{display:block;}*/


.search-result-item:hover {
    box-shadow: 0 0 10px 2px #f60; 
}


/* Middle styles
-----------------------------------------------------------------------------*/
.middle {
	width: 1186px;
	padding: 0 0 15px;
	position: relative;
    margin: 0 auto;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	/*overflow: hidden;*/
}
.content {
    padding: 0 0 0 237px;
    /*padding: 20px;
    border: 1px solid #94bfdc;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
	min-height: 630px;
}

.content input[type="checkbox"] { display:none; }
.content input[type="checkbox"] + label{
	cursor: pointer;
}

.content input[type="checkbox"] + label::before {background-position: -1px -304px;}
.content input[type="checkbox"]:checked + label::before {background-position: -1px -329px}
.content input[type="checkbox"]:disabled + label::before {background-position: -1px -329px; opacity:0.3;}
.content input[type="checkbox"]:checked:disabled + label::before {background-position: 0px -21px; opacity:0.8;}

.clear:before {content:""; display:table;}
.clear:after {content:""; clear:both; display:table;}

/* Left Sidebar styles
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 215px;
	padding-right: 20px;
	margin-left: -100%;
	position: relative;   
}
.left-sidebar div:first-child{margin-top:0;}

.bx_sidebar .advertisement,
.left-sidebar .advertisement{
	text-align:center;
	margin: 20px 0;
	padding:10px;
	border: 1px solid #212121;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.bx_sidebar .advertisement img,
.left-sidebar .advertisement img{
	max-width:100%;
    display: block;
}

/* Footer styles
-----------------------------------------------------------------------------*/
.footer {
	min-width: 1186px;
	margin: -85px auto 0;
	height: 85px;
	position: relative;
	text-align: center;
}
.footer .wrapper,
.mainpage-catalog-list{
    width: 1186px;
}
.footer .copyright{
    font-size: 14px;
    line-height: 14px;
    float: left;
    margin-top: 20px;
}
.footer .copyright a,
.footer .copyright span{
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    vertical-align: middle;
    margin-left: 10px;
}
.footer .copyright span{
    text-decoration: none;
}
.footer .copyright a:hover{
    text-decoration: underline;
}
.footer .copyright img{
    display: inline-block;
    vertical-align: middle;
}

ul.footer-menu{
    float: right;
}

.block_404 {
	text-align: center;
    font-size: 42px;
    line-height: 50px;
    color: #f60;	
	text-transform: uppercase;
}	

.block_404_text {
	padding: 140px 0;
}	

.block_404 img {
	float: right;
}

.pix-black-gray-dark {
    color: #444;
}

.pix-bar {
    height: 5px;
    width: 80px;
    display: inline-block;
    position: relative;
	background: #f60;
	margin-top: 20px;
	margin-bottom: 20px;	
}

.main_section_title {  
	 position: relative;
	 z-index: 1;
	 overflow: hidden;
	 text-align: center;
	 line-height: 32px;
	 margin: 20px 0 20px 0;
	font-size:34px;	
	color:#444;	 
}	

.main_section_title:before,
.main_section_title:after {
	 content: '';
	 display: inline-block;
	 width: 100%;
	 height: 1px;
	 background: #212121;
	 z-index: -1;
	 position: relative;
	 vertical-align: middle;
}

.main_section_title:before {
	 right: 15px;
	 margin: 0 0 0 -100%;
}
.main_section_title:after {
	 left: 15px;
	 margin: 0 -100% 0 0;
}


.main_section_title2 {
	text-align:center;
	font-size:18px;
	line-height:30px;
	margin-bottom:30px;
	color:#888;
}	

.border_bottom {
    padding-bottom: 30px;
    border-bottom: 1px solid #212121;
    margin-bottom: 15px;
}

/*Modal
-------------------------------------------------------------------------------*/

.emodal_form {
    width: 500px; 
    border-radius: 5px;
    border: 3px #212121 solid;
    background: #212121;
    position: fixed;
    top: 45%; 
    left: 50%;
    margin-top: -150px;
    margin-left: -150px; 
    display: none; 
    opacity: 0; 
    z-index: 1005;
}
.emodal_form .emodal-title{
    width: 100%;
    height: 38px;
    border-bottom: 1px solid black;    
}
.emodal_form .emodal-title span{
    display: inline-block;
    font-family: 'FiraSans',sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 38px;
    padding-left: 20px;
}
.emodal_form .emodal-title a.emodal-close{
    cursor: pointer;
    display: block;     
    background-position: -2px -256px;
    cursor: pointer;
    height: 16px;
    opacity: 0.5;
    position: absolute;
    right: 18px;
    top: 12px;
    width: 16px;
}
.emodal_form .emodal-title a.emodal-close:hover{
    opacity: 0.8;
}

.emodal_form .modal_close {   
    cursor: pointer;
    display: block;
    background-position: -2px -256px;
    cursor: pointer;
    height: 16px;
    opacity: 0.5;
    position: absolute;
    right: 18px;
    top: 12px;
    width: 16px;
}

#overlay {
    z-index: 1000; 
    position: fixed; 
    background-color: #000; 
    opacity: 0.5; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0; 
    cursor: pointer;
    display: none; 
}
.btn_emodal {
	display: block;
	text-decoration: none;
	padding: 7px 0 0 0;
	margin: 7px 0 0 0;
	width: 100%;
	line-height: 17px;
	cursor: pointer;
	border: 1px solid transparent;
	height: 26px;
	font-size: 16px;
	color: #ababab;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:100%;
	opacity:0.9;
}
.btn_emodal:hover{opacity:1}
/*byu one click*/
.form-buyone {
    margin-top: 7px;
}
.error-byuone{
    background-color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 5px;
    position: absolute;
    top: 2px;
    width: 273px;
}
.note-buyone{
     color: green;
    font-size: 21px;
    line-height: 20px;
    margin-top: 70px;
    text-align: center;
}
#feedback_call_2_window{
     margin-left: -256px;   
    top: 320px;
}
.h-box { float: left; }
.bx_ordercart .bx_ordercart_order_pay_center .checkout{
      text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.res-feedback{
    z-index: 10;
      position: absolute;
      width: 100%;
      height: 81%;
      text-align: center;
      vertical-align: middle;
      margin-top: 39px;
      font-size: 18px;      
      color: green;
      top:0px;
      left:0px;      
}
.res-feedback span{
    display: inline-block;
    margin-top: 20%;
}
.res-feedback span.error{
    color: #f60;
}
#bx-composite-banner{
    float: left;
    top: 12px;
    position: relative;
    left: 20px;
}

.basket_block {
	overflow: auto;
	min-height: 470px;
}	
/* End */
/* /local/templates/okshop/all.css?1769684917122824 */
/* /local/templates/okshop/css/jquery.fancybox.min.css?176968491712795 */
/* /local/templates/okshop/emerland/style.css?176968491745826 */
/* /local/templates/okshop/js/formstyler/jquery.formstyler.css?176968491710325 */
/* /local/templates/okshop/js/jscrollpane/jquery.jscrollpane.css?17696849171576 */
/* /local/templates/okshop/components/ammina/regions.selector/.default/style.css?17696849176138 */
/* /local/templates/okshop/mobile.css?176968491716465 */
/* /local/templates/okshop/template_styles.css?176968491715169 */
