body {
    background-color: #f1f4ec;
}
@media (min-width: 200px) and (max-width: 767px) { 
.language ul {
    height: 50px!important;
    display: inline-flex;
}
header {
    padding: 5px 0!important;
}
}
.yamm-content li a{color: #fff;margin: 0px 0 10px 0px;display: block;}
.yamm .yamm-content {
    padding: 20px 30px;
}
.list-unstyled, .list-unstyled ul {
    min-width: 160px;
}
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    position: static;
}
.yamm .dropdown-menu {
    left: auto;
}
.col-md-35 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-md-35 {
    width: 20%;
    float: left;
}
.bg-white {background: #fff;padding: 20px;}
.bg-white-product {background: #fff;padding: 20px 0px;}
.bg-white-news {background: #fff;padding: 20px 20px 20px 20px;}
header {background: #232323;padding: 15px 0;}
.tophead {margin-bottom: 15px;}
.opt-filt .disabled {
    display: none;
}
#header-phone {
    background: url(../images/tphone-icon.png) no-repeat 0 50%;
    padding-left: 40px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
}
#header-time a {color: #bfbebe}

#header-time {
    font-size: 13px;
    color: #fff;
    background: url(../images/ttime-icon.png) no-repeat 0 50%;
    padding-left: 45px;
    display: inline-block;
}
#header-time p,.login-mob p{margin: 0;}
div.search .input-group-addon:not(:first-child):not(:last-child), div.search .input-group-btn:not(:first-child):not(:last-child), div.search .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0px 0 0 0px;
    font-size: 13px;
    font-style: italic;
}

div.search .btn-default {
    text-indent: -9000px;
    border-left: medium none;
}

div.search button.btn-default {
    background-image: url("../images/search.png");
    background-position: 3px -1px;
    background-repeat: no-repeat;
    padding: 0px 17px;
    border: 2px solid #f48021;
    border-left: none;
    border-radius: 0px 0px 0px 0px;
    height: 34px;
}

div.search button.btn-default:hover {
    background-image: url("../images/search.png");
    background-color: #f48021;
}

div.search .form-control {
    border-right: none;
}

div.search .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -2px;
    height: 34px;
}

#msMiniCart p,.login-mob p {
    font-size: 17px;
    margin: 0;
    color: #fff;
}
#msMiniCart a,.login-mob a {
    font-size: 14px;
    margin: 0;
    color: #bfbebe;
    text-decoration: underline;
}
#msMiniCart a:hover,.login-mob a:hover {text-decoration: none;}
/* SLIDER */

.item img {
	width:100%;
}
.carousel-control.left, .carousel-control.right {
	/* background-image:none !important; */
	opacity:1;
}
.carousel-control.left:hover, .carousel-control.right:hover {
	/* background-image:none !important; */
	opacity:0.7;
}
.carousel-control.left {
	top:40%;
	background: url(../images/arrow-left.png) no-repeat 90% 0%;
}
.carousel-control.right {
	background: url(../images/arrow-right.png) no-repeat 10% 0%;
	top:40%;
}
.carousel-caption {
	top:15%;
	text-align:left;
	height:auto;
	
}
.carousel-caption {
    top: 60px;
    padding: 20px;
    background: rgba(93, 109, 52, .5);
    text-align: left;
    /* min-height: 20%; */
    /* max-height: 50%; */
    max-width: 30%;
    border-top: 5px solid #f48021;
    display: inline-table;
}

.carousel-caption h2 { 
	line-height:160%;
	margin-top: 0;
}
.carousel-caption h2 span {
	/* background:#428BCA; */
	/* padding:10px 20px; */
	color:#fff;
	/* border-left:3px solid #fff; */
}
p.caption {
	/* background:#fff; */
	padding:6px;
	text-shadow:none;
	color: #fff;
}
/*MAIN-TEXT*/
.title-img {
	    background: url(../images/title-icon.png) no-repeat 0 50%;
	    font-size: 34px;
	    color: #f48021;
	    padding-left: 70px;
	    line-height: 2.1;
	    margin-bottom: 20px;
	    font-weight: bold;
}
.logo-brand-main {
    border: 2px solid #708437;
    border-radius: 3px;
    padding: 2px;
    margin-bottom: 10px;
}
.divide10,.divide20,.divide30,.divide40,.divide50,.divide60 {display: inline-block;}
.divide10 {height: 10px;}
.divide20 {height: 20px;}
.divide30 {height: 30px;}
.divide40 {height: 40px;}
.divide50 {height: 50px;}
.divide60 {height: 60px;}


.title-block-news {position: relative;}
.right-news-all {position: absolute;right: 0;top: 43px;color: #757575;text-decoration: underline;}
.right-news-all:hover {text-decoration: none;color: #757575}

/*FOOTER*/
footer {
    background: #2b2825;
    padding: 30px 0 10px 0;
    margin-top: 40px;
    color: #b9b9b9;
}


ul.socialka {margin: 0;padding: 0;}
.socialka li a {
    background-color: #708437;
    border-radius: 15px;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-right: 13px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transform: translateZ(0px);
    transition: transform 0.1s ease 0s;
    width: 30px;
    z-index: 1;
}

.socialka li a:hover {opacity:0.6;}
.socialka li {
    float: left;
        list-style-type: none;
}

.sub_title_white{
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0;
}
.sub_title {
    color: #708437;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

ul.fgrid_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.fcatalog li {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 48.3%;
    line-height: 1.3em;
    letter-spacing: normal;
    font-size: 13px;
    max-height: 26px;
    overflow: hidden;
}
.fgrid_list li {
    padding: 5px 10px 5px 0;
    color: #ccdce3;
}
.fgrid_list a {
    color: #fff;
    white-space: nowrap;
    display: block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*PRODUCTS*/
.bg-product-list{background: #fff;padding: 10px;margin-bottom: 10px;display: flex;}
.bg-product {background: #fff;padding: 10px;margin-bottom: 10px;height: auto;}
.text-title-product a{
    height: 90px;
    display: table-cell;
    /* vertical-align: middle; */
    width: 100%;
}


.ms2_product .price {
    color: #f48021;
    font-weight: bold;
    font-size: 17px;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.bg-product form{
    margin-bottom: 0em;
}
.col-md-3-product {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    width: 25%;
    float: left;
}
.col-md-4-product {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    width: 20%;
    float: left;
}
.row-product {
    margin-right: -5px;
    margin-left: -5px;
}
.row-product:before,.row-product:after{
    display: table;
    content: " ";
}
.row-product:after {

clear: both;	
}
  
.bg-white-small {background: #fff;display: flex;padding: 10px;margin: 0px 0 20px 0;}
#mse2_tpl .catagory {
    background: url(../images/catagory.png) no-repeat 0 50%;
    width: 38px;
    height: 30px;
    display: inline-block;
    text-indent: -9999;
}
#mse2_tpl .catagory.active {
    background: url(../images/catagory-active.png) no-repeat 0 50%;
}
#mse2_tpl {line-height: 2;}
#mse2_tpl .list {
    background: url(../images/list.png) no-repeat 0 50%;
    width: 38px;
    height: 30px;
    display: inline-block;
    text-indent: -9999;
}
#mse2_tpl .list.active {
    background: url(../images/list-active.png) no-repeat 0 50%;
}
#mse2_limit {
    border: 2px solid #c2bfb9;
    padding: 5px;
}
#mse2_sort {line-height: 2.2;}
#mse2_sort a {color: #f48021;}

#mse2_filters fieldset {background: #fff;padding: 10px 10px 20px 10px;margin-bottom: 20px;}
#mse2_filters fieldset .h4{
    text-transform: uppercase;
    font-weight: bold;
    color: #333333;
}

#mse2_filters fieldset label {
    font-size: 12px;
    font-weight: normal;
}
ul#mse2_pagination {padding: 0;}


/*PRODUCT*/
.item-options-table td {
    border: 0;
    width: 50%;
    color: #202020;
    font-size: 13px;
    cursor: default;
    vertical-align: middle;
    border-top: none!important;
}

.price-main {
    color: #f48021;
    font-size: 22px;
    padding-top: 5px!important;
}
.main-product h1 {
    color: #696969;
    margin: 0 0 20px;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
}
.star-social-product {
    margin-bottom: 15px;
    margin-top: 15px;
}
.price-btn-prod {
    margin-top: 25px;
}

/*CART*/
.cart_empty h2 {
    color: #708437;
    font-weight: bold;
    margin-bottom: 30px;
}

.btype_one {
    display: inline-block;
    background: #f48021;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border: none;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    border-bottom: 2px solid #c5681b;
    padding: 0 15px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background .5s ease-in-out,border .5s ease-in-out,color .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,border .5s ease-in-out,color .5s ease-in-out;
    -khtml-transition: background .5s ease-in-out,border .5s ease-in-out,color .5s ease-in-out;
    -o-transition: background .5s ease-in-out,border .5s ease-in-out,color .5s ease-in-out;
    -ms-transition: background .5s ease-in-out,border .5s ease-in-out,color .5s ease-in-out;
    transition: background .5s ease-in-out,border .5s ease-in-out,color .5s ease-in-out;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.btype_one:hover {color: fff;text-decoration: none;background: #708437;border-bottom: 2px solid #4c5a25;}

/*CONTACT*/
.panel-smart {
    padding: 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.panel-smart .panel-heading {
    padding: 5px 0 15px 0;
    color: #252a2f;
    border-bottom: 1px solid #929497;
}
.panel-smart .panel-body {
    padding: 20px 0 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.contact-details li .fa {
    color: #708437;
    padding: 5px 10px 0 0;
    font-size: 18px;
}

.name-news {color: #757575;font-weight: bold;margin-top: 14px;}

@media (min-width: 100px) and (max-width: 370px) {
.col-md-3-product {
    width: 100%!important;
}
}
@media (min-width: 300px) and (max-width: 520px) {
/*products-mobile*/
.col-md-3-product {
    width: 50%;
}
}
@media (min-width: 520px) and (max-width: 767px) {
/*products-mobile*/
.col-md-3-product {
    width: 33.33333%;
}
    .col-md-4-product {
    width: 33.33333%;
}
}
/*mobile size*/
@media (min-width: 600px) and (max-width: 767px) {
.col-md-4-product {
    width: 33.333333%;
}
.bg-product img {width: 100%;}
    
}
/*mobile size*/
@media (min-width: 370px) and (max-width: 532px) {
    .col-md-4-product {
    width: 50%;
}
}
/*mobile size*/
@media (min-width: 100px) and (max-width: 370px) {
    .col-md-4-product {
    width: 100%;
}
}
/*mobile size*/
@media (min-width: 220px) and (max-width: 767px) { 
.nav-tabs > li > a {font-size: 12px;}    
    
.btn {
    font-size: 12px;
}

.logo{
    text-align: center;
    display: block;
}
.tophead {
    margin-top: 25px;
}
#header-phone p, #header-time a {
    font-size: 12px;
}
.navbar-nav li{padding-left: 15px;}
.title-img {
    background: none;
    font-size: 27px;
    line-height: 1.2;
    padding-left: 0px;
}
.col-md-35 {
    width: 50%;
}
.brands img,.bg-product img{width: 100%;}
footer {
    text-align: center;
}
ul.socialka {
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
}
#header-phone,#header-time {
    background: none;
    padding-left: 0px;
}
.title-block-news .title-img {line-height: 2.1;}
.newsmainline {margin-bottom: 10px;}
.right-news-all {
    top: 20px;
}
.bg-white-news {
    margin-bottom: 20px;
}


.col-md-3-product img{
    width: 100%;
}
.bg-product {
    height: auto!important;
}
.bg-white-small {
    display: inline-table;
}
#msGallery #mainImage {
    width: 100%;
}
}

//*
#mse2_filters .desib option.disabled {
    color: #aaa;
    display: none;
}
*//

.cs-select {
    background: #f48021;
    width: 100%;
    color: #fff;
    border: navajowhite;
    padding: 10px 10px 10px 10px;
}

.cs-select option {
    background: #fff;
    color:#000;
}


.filter_title {
    font-weight: bold;
    font-size: 20px;
}


.search-product .bg-product {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    height: auto;
    border: 1px solid #ddd;
    text-align: center;
}


fieldset select {
    background: #f48021;
    color: #fff;
    width: 100%;
    padding: 10px;
    border: none;
}

fieldset select option {
    background: #fff;
    color: #000;
    width: 100%;
    padding: 10px;
    border: none;
}
.language ul {list-style: none;background: #232323;margin: 0;height: 61px;padding: 6px 0 0 0;}
.language li a {
    background: #393939;
    color: #fff;
    display: block;
    padding: 2px 15px 3px 35px;
}
.language li a.active {text-decoration: underline;}

.tab-desc {
    margin: 14px 0;
    color: #f48021;
}

.prumerenue a {
    background-color: #ddd;
    border: 1px solid #c4c4c4;
    padding: 4px 20px;
    color: #444;
    display: inline-block;
    margin-bottom: 3px;
    width: 49%;
    text-align: center;
}
.prumerenue a:hover {
    background-color: #f48021;
    border: 1px solid #f48021;
    text-decoration: none;
    color: #fff;
}
#msGallery {border: 1px solid #ddd;}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
.yamm .dropdown:hover {
    background-color: #393939;
}

.yamm .dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.yamm .dropdown:hover .dropdown-menu {
    display: block;
}

.babel .en {
    background: url(../images/flags/united-states_flat.png) no-repeat scroll 11px center rgba(35, 35, 35, 1);
}
.babel .ru {
    background: url(../images/flags/russia_flat.png) no-repeat scroll 11px center rgba(35, 35, 35, 1);
}


@media (min-width: 991px) and (max-width: 1200px) { 
.carousel-caption {
    max-width: 40%;
}
.btn-cart {font-size: 12px;}
.nav-tabs > li > a {padding: 10px 5px!important;}
.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 10px;
    font-size: 15px;
}  
.col-md-35 {
    width: 25%;
}
.bg-product img {width: 100%;}
}
@media (min-width: 767px) and (max-width: 991px) { 
#msMiniCart p, .login-mob p {
    font-size: 12px;
}
.tabbable {margin-top: 20px;}
   .col-md-4-product {
    width: 25%;
} 
    
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 5px;
    font-size: 14px;
}
.bg-product img {width: 100%;}
.col-md-35 {
    width: 33.33333333%;
}
.login-mob ul {padding: 0;}
#header-phone, #header-time {
    background: none;
    padding-left: 0px;
}
.search-header {width: 100%;clear: both;}
.logoimg {width: 100%;}

}

.all-brands {
    color: #fff;
    font-size: 13px;
    text-transform: initial;
    text-decoration: underline;
}
.all-brands:hover {text-decoration: none;color: #fff;}


.login-mob .dropdown-menu {
    background-color: #fff;
}

.tickets-row {clear: both;display: inline-block;}

.search-product .bg-product > a {
    display: block;
    height: 56px;
    overflow: hidden;
        font-size: 12px;
}
.search-product .bg-product .text-center {}
.search-product .bg-product .text-center > a{}
.search-product .bg-product .text-center img {}
.search-product .bg-product form {}
.search-product .bg-product form .price{}
.search-product .bg-product form > div {}
.search-product .bg-product form > a{}

