@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i&subset=cyrillic');

html, body {
    font-size: 16px;
    color: #2b2b2b;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.5em;
}

a {
    color: #89a55c;
}
a:hover, a:active, a:focus {
    color: #5b7239;
    outline: 0;

}
img {
    max-width: 100%;
}
h1, h2, h3 {
    font-weight: bold;
}

#cart-view table th {
    text-transform: uppercase;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    font-size: 15px;
}

.phones_num a {
    color: #2b2b2b;
    text-decoration: none !important;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: transparent;
}

.header_top a {
    color: #fff;
}
.header_top .nav>li>a:hover {
    text-decoration: underline;
}
.header_top .nav>li:first-child a {
    padding-left: 0;
}
.header_top {
    font-size: 14px;
    color: #fff;
    background: #38404e;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
}

.logo {
    padding-top: 10px;
}
.header_center {
    font-size: 16px;
    padding: 70px 0 30px;
}

.favorite a {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    color: #aecb7f;
}

.favorite a:before {
    content: '';
    width: 18px;
    height: 16px;
    margin-right: 7px;
    vertical-align: middle;
    display: inline-block;
    transition: all .3s;
    background: url(../images/spritesheet.png) no-repeat -385px -5px;
}
.detail-favorite .add_favorite {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    margin-right: 10px;
}

.favorite_text {
    font-size:14px;
    color: #99b669;
}

.favorite {
    display: inline-block;
    margin-right: 20px;
}

.header_top_bg_dark {
    padding: 10px 15px;
    display: inline-block;
    min-width: 25%;
    background: #222936;
    text-align: center;
}
.header_top_bg_dark a {
    border-bottom: 1px dotted;
}
.header_top_bg_dark a:hover, .header_top_bg_dark a:active, .header_top_bg_dark a:focus {
    text-decoration: none;
    border-color: transparent;
}
.phones_num span {
    color: #979797;
}

.phones_num {
    margin-right:20px;
    display: inline;
}

.work_time {
    margin-bottom: 10px;
}

.phones_num.mobile:before {
    content: '';
    width: 16px;
    height: 23px;
    margin-right:15px;
    vertical-align: middle;
    display: inline-block;
    background: url(../images/spritesheet.png) no-repeat -36px -5px;
}

.basket {
    padding-top: 12px;
}

.phones_num.p_home:before {
    content: '';
    width: 24px;
    height: 24px;
    margin-right: 15px;
    vertical-align: middle;
    display: inline-block;
    background: url(../images/spritesheet.png) no-repeat -59px -5px;
}

.basket_ico {
    height: 39px;
    margin-right: 15px;
    width: 44px;
    display: block;
    background: url(../images/spritesheet.png) no-repeat -333px -5px;
}

.main_menu {
    background: #4e6a74 linear-gradient(to right, #4e6a74 0%,#677451 100%);
}
.main_menu li a {
    font-size: 16px;
    color: #fff;
    padding: 10px 15px;
    border-radius: 0;
    height: 40px;
    transition: all .1s;
}

.main_menu li a:hover {
    background-color: rgba(0, 0, 0, 0.18);
}
.top_search {
    height: 40px;
    background-color: #8ea37d;
}

.slider {
    width: 100%;
    position: relative;
    height: 432px;
    overflow: hidden;
}
.flexslider .slides img {
    height: 432px;
    width: auto !important;
    object-fit: cover;
    margin: 0 auto;
}

.line {
    background-color: #38404e;
    height: 90px;
    color: #fff;
    font-size: 16px;
}

.line_item {
    padding-top: 20px;
}
.line_item span {
    display: inline-block;
    padding-top: 5px;
}

.line_item_icon {
    background: url(../images/spritesheet.png) no-repeat;
    display: inline-block;
    margin-right: 20px;
    float: left;
}

.line_item_1 .line_item_icon {
    width: 30px;
    height: 46px;
    background-position: -93px -5px;
}
.line_item_2 .line_item_icon {
    width: 45px;
    height: 45px;
    background-position: -133px -5px;
}
.line_item_3 .line_item_icon {
    width: 47px;
    height: 47px;
    background-position: -188px -5px;
}
.line_item_4 .line_item_icon {
    width: 53px;
    height: 45px;
    background-position: -270px -2px;
}
.line_item_4 {
    height: 90px;
    background-color: #aecb7f;
    padding-left: 30px;
    cursor: pointer;
    color: #395808;
    transition: all .3s;
}
.line_item_4:hover {
    background-color: #a2bd76;
}

.cms-submit {
    background: transparent url(../images/spritesheet.png) no-repeat -5px -36px;
    width: 16px;
    height: 16px;
    border: 0;
    float: right;
    margin: 10px;
    outline: 0;
}

.set_color.bg-color {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    box-shadow: 0 0 4px 2px #d2d2d2;
}
.set_color.bg-color:hover {
    box-shadow: none;
}



footer {
    padding: 30px 0;
    background-color: #99b669;
    color: #38404e;
}
footer a {
    color: #38404e;
    text-decoration: underline;
}
.f-logo {
    vertical-align: baseline;
}

.copy {
    font-size: 14px;
}

main {
    padding: 30px 0 50px;
}

.page-header h2, .page-header h1, .why h3,
.bottom h3,
.category-view h1,
.product-container h1,
.blog h2 {
    font-size: 30px;
    color: #38404e;
    font-weight: bold;
    margin: 0;
}

.why h3, .bottom h3 {
    margin-bottom: 40px;
}

.why_head {
    font-size: 16px;
    color: #38404e;
    margin:0 0 25px;
    font-weight: bold;
}

.item-page, .blog .item {
    line-height: 27px;
}

.page-header {
    margin-top: 0;
    border: 0;
    padding: 0;
    margin-bottom: 30px;
}

.phones_nums {
    font-weight: bold;
    font-size: 17px;
}

.why {
    overflow: hidden;
    position: relative;
    background-color: #adca80;
    padding: 50px 0;
    border-bottom: 3px solid #89a45f;
}
.why .container {
    position: relative;
}

.why .container:before {
    content: '';
    display: block;
    width: 1460px;
    height: 600px;
    position: absolute;
    background-color: #aecb7f;
    transform: rotate(38deg);
    left: -215px;
    top: -143px;
    box-shadow: 0 0 190px #9baf7d;
}
.why:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    box-shadow:inset 0px 60px 70px -45px rgba(0,0,0,0.60);
}
.why_text {
    line-height: 27px;
    padding-left: 25px;
    border-left: 2px solid #9cb672;
    margin: 0;
}

.why .row {
    position: relative;
    z-index: 100;
}


#to_top {
    position: fixed;
    opacity: 0.5;
    bottom: 100px;
    left: 40px;
    background: #99b669;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: none;
}
#to_top:hover {
    opacity: 1;
}
#to_top:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.72);
    left: 22px;
    top: 20px;
}

#to_top:after {
    content: '';
    top: -2px;
    left: 14px;
    position: absolute;
    border: 12px solid transparent;
    border-bottom: 10px solid rgba(255, 255, 255, 0.72);
}

.brands {
    padding: 30px 0;
    background-color: #f9f9f9;
}

.brands h3 {
    font-size: 18px;
    color: #38404e;
    font-weight: bold;
    margin: 0 0 25px;
}

.brands ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.brands ul li {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 30px;
    font-size: 14px;
    margin-bottom: 10px;
}

.bottom {
    padding-bottom: 50px;
}

.bottom_delivery {
    background-color: #f9f9f9;
    padding: 30px;
    min-height: 278px;
}

.bottom_delivery ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.bottom_delivery li {
    display: inline-block;
    color: #89a55c;
    margin-right: 30px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

.delivery_all a {
    text-decoration: underline;
}

.bottom_delivery h4 {
    color: #38404e;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 25px;
}

.montazh_text {
    position: absolute;
    top: 85px;
    left: 15px;
    right: 15px;
    background-color: rgba(56, 64, 78, 0.9);
    color: #fff;
    padding: 20px;
}

.montazh_text h4 {
    margin-top: 0;
    font-weight: bold;
    font-size: 18px;
}

.montazh_text p {
    margin: 0;
}

.catalog_home h3{
    font-size: 30px;
    color: #38404e;
    font-weight: bold;
    margin: 40px 0;
}
.featured-views h4, .latest-views h4, .topten-views h4 {
    font-weight: bold;
    font-size: 22px;
    margin: 40px 0;
}
  .catalog_home {
    padding-bottom: 40px;
}

.home_product .spacer, .product .spacer {
    border: 2px solid #e9e9e9;
    padding: 20px;
}

.home_catalog_image {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 30px;
}

.product_name_link{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    display: inherit;
    margin-right: 50px;
    margin-bottom:10px;
    line-height: 23px;
}

.favorite_product {
    margin-bottom: 20px;
}

.product_status_icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #93cac4 url(../images/spritesheet.png) no-repeat -373px -31px;
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
}

.related_products .product_status_icon, .product_status_icon.special {
    background-color: #e38763;
    background-position: 1px 2px;
}

.product-price, .category_price .PricesalesPrice {
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
    color: #222936;
}

.links-wrap {
    position: relative;
    margin-bottom: 5px;
}

.add_favorite {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: -15px;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background-color:  #f3fbe7;
    transition: all .2s;
}
.add_favorite:hover {
    /*background-color: #d4eaaf;*/
}
.add_favorite:active {
    background-color: #e38763 !important;
}

.add_favorite:before {
    content: '';
    background: url(../images/spritesheet.png) no-repeat -32px -34px;
    width: 23px;
    height: 21px;
    position: absolute;
    left: 8px;
    top: 10px;
}

.add_favorite.favorite_selected {
    background-color: #d4eaaf;
}

.slider .flexslider .flex-caption {
    bottom: initial !important;
    top: 50px;
    width: 262px;
    left: 50%;
    margin-left: 308px;
    padding: 20px;
}

.slider .flexslider h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 25px;
    line-height: 25px;
}

.slider_price {
    font-weight: bold;
    color: #ceb822;
    font-size: 18px;
    display: block;
    margin-bottom: 25px;
}

.flex-caption p {
    font-size: 13px;
    margin-bottom: 25px;
}

.flex-caption p:last-child {
    margin: 0;
}

.breadcrumb {
    padding: 0;
    list-style: none;
    background: transparent;
    margin: 0;
}
.breadcrumb li:before, .breadcrumb li:first-child {
    display: none;
}
.breadcrumb a {
    color: #8cb14f;
}

.breadcrumb .divider {
    margin: 0 8px;
}

.main_content {
    padding-top: 30px;
}

.sidebar_menu {
    background-color: #4d5c5a;
    border-radius: 4px;
    margin-bottom: 40px;
    overflow: hidden;
}

.sidebar_menu li {
    position: relative;
}
.moduletable.product_related {
    margin-top: 40px;
    border-top: 2px solid #e9e9e9;
    padding-top: 40px;
}

.vmproduct.product_related  {
    display: flex;
    justify-content: space-between;
}
.vmproduct.product_related img {
    margin-bottom: 15px;
}

.vmproduct-product {
    margin-right: 15px;
}
.product_related .vmproduct-product:last-child {
    margin-right: 0;
}
.product_related h3 {
    color: #38404e;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 40px;
}

.pod_zakaz_label {
    text-align: center;
    margin-bottom: 25px;
    padding: 7px 10px;
    background-color: #ffe700;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    vertical-align: text-bottom;
    border-radius: 4px;
    margin-left: 10px;
}

.products .pod_zakaz_label {
    position: absolute;
    padding: 2px 9px;
    font-size: 10px;
    top: 5px;
    background-color: #eeeeef;
    right: 5px;
    margin: 0;
}

.sidebar_menu > ul > li > div a {
    background-color: #647355;
    display: block;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #4d5f33;
    border-top:1px solid #7f8f69;
}

.price_description {
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    color: #5e705d;
}

.sidebar_menu > ul > li.VmOpen > div a {
    background-color: #4f6a73;
}

.sidebar_menu a {
    display: block;
    color: #fff;
    transition: all .3s;
    font-size: 14px;
    padding: 15px 30px;
}
.sidebar_menu a:hover, .sidebar_menu a:active, .sidebar_menu a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #3e4a52;
}

.box_wrap {
    padding: 5px 15px;
    min-width: 350px;
}

.myprov {
    display: none;
}

#cboxTitle {
    text-align: center;
    font-size: 17px;
    color: rgb(100, 114, 85);
}

.simpleForm label {
    font-size: 14px;
    font-weight: normal;
}

.simpleForm .btn-success, .readmore a, #phocaguestbook .btn-primary {
    background-color: #4e6a74;
    border-color: #4e6a74;
    outline: 0;
    color: #fff;
}

.simpleForm .btn-success:hover, .readmore a:hover, #phocaguestbook .btn-primary:hover {
    color: #fff;
    background-color: #677451;
}

.simpleForm .btn-success {
    margin-top: 15px;
}

.simpleForm textarea {
    height: 100px;
}
.form-control:focus {
    box-shadow: none;
    border-color: #8ea37d;
}

.items-leading {
    padding-top: 30px;
}
.blog .page-header {
    margin-bottom: 20px;
}
.blog .page-header a {
    font-size: 22px;
}

.blog .item {
    padding-bottom: 30px;
}

.slider_menu {
    position: absolute;
    left: 0;
    top:50px;
    right: 0;
    z-index: 600;
}

.slider_menu_head {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    color: #fff;
}

.slider_menu_list {
    padding: 35px 0 0 0;
    margin: 0;
    list-style-type: none;
}
.slider_menu_list li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}

.slider_menu_list li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 20px;
    height: 1px;
    border-top: 1px dotted #fff;
}

.slider_menu_list a {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
}
.slider_menu_list a:hover {
    text-decoration: none;
}

.guestbook-description {
    padding-bottom: 30px;
}

#phocaguestbook .well {
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    border: 1px dotted rgb(142, 163, 125);
}
#phocaguestbook .well-small {
    padding: 20px 20px 0;

}
#phocaguestbook blockquote {
    font-size: 16px;
    border-left: 3px solid #637256;
}
#phocaguestbook .pgtitle {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 20px;
}

.pgb_border {
    margin: 15px 0;
}
.pgb-content-inside {
    color: #647355;
}

#phocaguestbook .pg-form {
    background-color: #f3f3f3;
    border: 0;
}

.form_head {
    text-align: center;
    margin-bottom: 30px;
}

#phocaguestbook .form-control {
    box-shadow: none;
    height: 40px;
}
#phocaguestbook textarea.form-control {
    height: 150px;
}
#phocaguestbook .controls i {
    font-size: 12px;
    margin-right: 6px;
    vertical-align: text-top;
}

#phocaguestbook label.invalid {
    background-color: transparent;
}

.input-group-addon label {
    margin: 0;
}

#fancybox-wrap {
    padding: 10px;
}

.category h3 {
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    padding-left: 20px;
    position: relative;
    line-height: 21px;
}
.category h3:before {
    content: "\e258";
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    color: #ccc;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 0;
}
.horizontal-separator {
    background-color: transparent;
}

.moduletable.promo_block {
    background-color: #f3f6ee;
    padding: 20px;
}

.promo_block h3 {
    font-size: 16px;
    color: #38404e;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 20px;
}

.promo_block h3:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/promo.png) no-repeat 0;
    margin-right: 15px;
    position: relative;
    top: 2px;
}

.date {
    display: block;
    font-weight: bold;
    font-size:14px;
}

.promo_block a {
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    display: inherit;
}

.promo_item {
    margin-bottom: 20px;
}

.promo_block .promo_item:last-child {
    margin: 0;
}

.category_description {
    padding-top: 30px;
}

.main-image {
    border: 2px solid #e9e9e9;
    min-height: 390px;
    padding: 50px 0 0;
    position: relative;
    margin-bottom: 15px;
}

.main-image img {
    max-width: 100%;
    max-height: 300px;
}

.choose_color {
    display: inline-block;
    margin-top: 5px;
}
#product_color {
}
.set_color {
    background: #f4f4f4;
    margin-left: 10px;
    padding: 5px 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    font-size: 14px;
    color: #000000;
    text-decoration: underline;
    float: right;
    cursor: pointer;
}

.set_color:hover {
    background: #38404e;
    color: #fff;
    text-decoration: none;
}

.product_bottom {
    clear: both;
    line-height: 26px;
    padding-top:30px;
}

.desc_title {
    color: #38404e;
    font-size: 16px;
    font-weight:bold;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.product_bottom:after {
    content:'';
    display: block;
    clear: both;
}

.spacer-buy-area .product-price {
    font-size:26px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 0;
}

.social {
    padding-top: 40px;
}

.product_info {
    padding: 35px 0;
}

.product_info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.product_info li {
    margin-bottom: 10px;
}
.product_info li:last-child {
    margin-bottom: 0;
}

.product_bonus_item {
    display: inline-block;
    width: 32%;
    text-align: center;
    vertical-align: top;
}

.product_bonus_text {
    font-size: 14px;
    padding-top: 11px;
    display: block;
}

.buy-area {
    padding-top: 40px;
}
.category_price .PricesalesPrice, .home_product .product-price {
    float: left;
    margin-right: 10px;
    padding: 0;
}
.category_discount {
    padding-top: 5px;
    color: #8fa57c;
    text-decoration: line-through;
    font-weight:bold;
}

.moduletable.side_brends {
    background-color: #4d5c5a;
    border-radius: 4px;
    margin-bottom: 40px;
}
/*.side_brends h3:before {*/
    /*content: "\e114";*/
    /*font-family: 'Glyphicons Halflings';*/
    /*font-style: normal;*/
    /*font-weight: 400;*/
    /*line-height: 1;*/
    /*position: absolute;*/
    /*right: 15px;*/
    /*top: 50%;*/
    /*margin-top: -7px;*/
/*}*/
.side_brends h3 {
    font-size: 16px;
    padding: 20px 30px;
    color: #fff;
    text-transform: uppercase;
    line-height: 25px;
    margin: 0;
    cursor: pointer;
    position: relative;
}

ul.side_brends {
    padding: 0;
    list-style-type: none;
    display: none;
}

ul.side_brends a {
    display: block;
    border-top: 1px solid #647552;
    color: #fff;
    padding: 6px 30px;
}

#quik_buy_btn {
    display: block;
    width: 100%;
    background-color: #99b669;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    border: 0;
    transition: all .2s;
}
#quik_buy_btn:hover {
    background-color: #8ea37d;
}

.product_image {
    max-height: 300px;
}

.addtocart-btn .addtocart-button {
    display: block;
    padding: 20px 0;
    width: 100%;
    border-radius: 30px;
    border: 4px solid #f4f4f4;
    background-color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
}

.addtocart-btn .addtocart-button:hover {
    text-decoration: none;
}

.category_description h2 {
    font-size: 26px;
}

#fancybox-content h4 {
    padding-top: 15px;
    font-size: 16px;
}

.stockablecustomfields_fields_wrapper {
    display: none;
}


#fancybox-content {
    border: 0 !important;
    background: #fff;
}

#fancybox-content > div {
    padding: 10px;
}

.alert-notice {
    background-color: #dff0d8;
}

.payment_h4, .delivery_h4 {
    font-size: 16px;
    font-weight: bold;
    margin:  15px 0;
}

.vmpayment, .vmshipment {
    font-weight:normal;
}

.payment input, .delivery input {
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.favorite.change a:before {
    opacity: 0.4;
}

.manufacture_page .category_list {
    display: none;
}

.category_list {
    padding-bottom: 20px;
}

.alert-message {
    background-color: #fcf8e3;
}

.btn-show_order {
    margin-top: 25px;
}

.paramfilter {
    padding: 10px;
    background-color: #eeeeee;
    margin-bottom: 30px;
}

.paramfilter .form-control {
    border: 1px solid #e4e4e4;
    border-radius: 0;
    box-shadow: none;
    color: #38404e;
    font-size: 16px;
    height: 46px;
    width: 100%;
}

.paramfilter .reset {
    display: none;
}

.complect_price .product-fields-title, .polotno_title {
    font-size: 12px;
    margin-bottom: 10px;
    color: #667452;
    display: block;
    line-height: 20px;
}

.price_value {
    font-size: 18px;
    display: block;
    color: #ce0000;
}

.discount_rules {
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
    margin-top: 14px;
    color: #ce0000;
}

.polotno_price .polotno_title {
    margin-left: 10px;
    margin-right: 10px;
}

.complect_price, .polotno_price {
    background: #f4f5f4;
    position: relative;
    padding: 15px 10px;
}

.form-control.slider-range-lt {
    width: 100px;
    margin-right: 0 !important;
}
.form-control.slider-range-gt {
    width: 100px;
    margin-left: 0 !important;
}


#show_info {
    position: absolute;
    font-size: 14px;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    background: #ccc;
    border-radius: 50%;
    line-height: 21px;
    color: white;
    font-weight: normal;
    cursor: pointer;
}


.price_value.discount {
    color: #667553;
    margin-bottom: 10px;
    position: relative;
    text-decoration: line-through;
}



.complect_info {
    font-size: 11px;
    text-transform: none;
    display: block;
    line-height: 15px;
    font-weight: normal;
    margin-bottom: 5px;
    position: absolute;
    top: -75px;
    left: 0;
    min-width: 100%;
    background-color: #fffba1;
    padding: 8px 15px;
    border-radius: 5px;
}

/* */

.slideout-menu, .toggle-button {
    display: none;
}
@media screen and (max-width: 768px) {
    .toggle-button, .mobile-cart {
        display: block;
        margin: 10px 0;
        background-color: #8ea37d;
        border: 0;
        padding: 6px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .mobile-cart {
        border-radius: 0;
        height: 36px;
        font-size: 18px;
        background-color: #ceb822;
    }
    .products .product {
        margin-bottom: 10px;
    }
    .horizontal-separator {
        margin: 0;
    }
    .mobile_menu {
        padding-bottom: 50px;
    }
    .menu_mobile_h3 {
        text-align: center;
        color: #dae7c6;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0;
        padding: 20px 0 15px;
    }
    .slideout-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 256px;
        min-height: 100vh;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        z-index: 0;
        display: none;
        background-color: #8ea37d;
    }
    .slideout-menu ul {
        padding: 0;
    }
    .slideout-menu ul li {
        display: block;
        float: none;
    }
    .slideout-menu ul li:last-child a {
        border-bottom: 0;
    }
    .slideout-menu ul li a {
        color: #ffffff;
        display: block;
        padding: 6px 20px;
        border-bottom: 1px solid #869a75;
        border-top: 1px solid #9db18c;
        border-radius: 0;
        font-size: 14px;
    }
    .slideout-menu ul li a:focus,  .slideout-menu ul li a:active,  .slideout-menu ul li a:hover {
        background-color: #869a75;
        text-decoration: none;
    }
    .slideout-menu-left {
        left: 0;
    }

    .slideout-menu-right {
        right: 0;
    }
    .slideout-panel {
        position: relative;
        z-index: 1;
        will-change: transform;
        background-color: #FFF; /* A background-color is required */
        min-height: 100vh;
    }

    .slideout-open,
    .slideout-open body,
    .slideout-open .slideout-panel {
        overflow: hidden;
    }

    .slideout-open .slideout-menu {
        display: block;
    }
}
/* */

@media (max-width: 1200px) {
    .montazh {
        text-align: center;
    }
    .main_menu li a {
        padding: 10px;
    }
    .slider .flexslider .flex-caption {
        margin-left: 210px;
    }
}
@media (max-width: 992px) {
    .nav-pills>li {
        float: none;
        display: inline-block;
    }

    .header_top .nav {
        text-align: center;
    }
    .desc_title {
        text-align: center;
    }
    .social {
        text-align: center;
        padding-bottom: 40px;
    }
    .logo {
        text-align: center;
        padding-bottom: 20px;
    }
    .top_search {
        margin: 10px 0;
    }
    .header_top {
        position: relative;
    }
    .header_center {
        padding: 30px 0;
    }
    footer {
        text-align: center;
    }
    .line_item {
        margin-bottom: 20px;
    }
    .brand_1 {
        margin-bottom: 30px;
    }
    .bottom_delivery {
        min-height: inherit;
    }
    .montazh img {
        display: block;
        width: 100%;
    }
    .footer_item {
        margin-bottom: 15px;
    }
    .home_product {
        margin-bottom: 5px;
    }
    .why_text {
        margin-bottom: 20px;
    }
    .line {
        height: auto;
    }
    .slider .flexslider .flex-caption {
        right: 20px;
        margin: 0;
        left: inherit;
    }
    .why .container:before {
        display: none;
    }
    .productdetails .product-price {
        text-align: center;
    }
    .product_info {
        text-align: center;
    }
    .promo_block {
        display: none;
    }
}

@media (max-width: 768px) {
    .vmproduct-product {
        margin-bottom: 30px;
        margin-right: 0;
    }

    .product_related h3 {
        text-align: center;
    }

    .vmproduct.product_related {
        flex-direction: column;
    }

    td.key label {
        white-space: nowrap;
        font-size: 14px;
    }
    table.user-details input {
        width: auto;
    }
    .add_favorite {
        margin-right: 0;
    }
    .favorite_text {
        display: none;
    }

    .phones_nums {
        text-align: center;
        font-size:16px;
    }
    .phones_num {
        margin: 0 10px;
    }

    .phones_num.mobile:before {
        display: none;
    }

    .page-header h2, .page-header h1, .why h3, .bottom h3, .category-view h1, .product-container h1, .blog h2 {
        font-size: 24px;
    }
    .montazh img {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .why h3, .bottom h3 {
        font-size: 23px;
        line-height: 30px;
    }
    .slider .flexslider .flex-caption {
        left: 0;
        right: 0;
        width: auto;
        margin: 0 10px;
    }
    .box_wrap {
        min-width: initial;
    }
}