@media screen and (max-width: 991px)
header .header_top_nav {
    margin-top: -1060px;
    height: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: #333;
}

.header_mobile .mobile_menu_toggle > span {
    background: #333;
    width: 25px;
    height: 3px;
    margin-bottom: 6px;
    display: block;
}

header_mobile .mobile_menu_toggle > span {
    background: #333;
    width: 25px;
    height: 3px;
    margin-bottom: 6px;
    display: block;
}

header .header_top_nav ul li a:hover, header .header_top_nav ul li.active > a {
    color: #333;
    text-decoration: none !important;
}

.side_panel .table-menu ul > li:hover > a, .side_panel .table-menu > ul > li.active > a {
    background: #333;
    color: #fff;
}

.catalog_inline_page .item > .row > div div span a, .cart_page .item > .row > div div span a {
    font-size: 21px;
    color: #333;
}
.catalog_inline_page .item .price_sect .item_btn a, .cart_page .item .price_sect .item_btn a {
    display: block;
    width: auto;
    text-align: center;
    background: #333;
    color: #ffffff;
    font-family: "ProximaNova-Regular";
    padding: 13px;
    border: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-image: url(/img/btn_icon.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;
    font-size: 18px;
    color: #ffffff !important;
    padding-left: 50px !important;
    padding: 13px 5%;
}
.cart_btn {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #333;
    font-family: "ProximaNova-Regular";
    border: none;
    transition: all 0.4s;
    background-image: url(/img/cart_white.png);
    background-repeat: no-repeat;
    background-position: 36% 50%;
    font-size: 18px;
    color: #ffffff !important;
    margin-bottom: 100px;
    padding: 12px 15px 12px 50px;
    border-radius: 6px;
}
.one_click_btn {
    display: block;
    padding: 12px;
    font-size: 18px;
    border: 2px solid #333;
    border-radius: 6px;
    width: 100%;
    margin: 0 auto;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-sizing: border-box;
}
.order_popup .buy_button a {
    position: relative;
    display: inline-block;
    padding: 5px 25px 6px;
    width: auto;
    border: medium none !important;
    border-radius: 0;
    background: none repeat scroll 0 0 #333;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    text-shadow: none;
    letter-spacing: 0;
    font: 16px / 28px Arial, Helvetica, sans-serif;
    line-height: 23px;
    cursor: pointer;
}
.card_product_container .card_product .card_product_title {
    font-size: 18px;
    color: #333;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 1.4em;
    min-height: 2.8em;
}
.card_product_container .card_product .card_product_price a {
    width: 150px;
    text-align: center;
    background-color: #333;
    color: #ffffff;
    border-radius: 6px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-image: url(/img/cart_white.png);
    background-repeat: no-repeat;
    background-position: 20% 50%;
    font-size: 18px;
    box-sizing: border-box;
    padding: 5px 15px 5px 50px;
    cursor: pointer;
}

.news_page .news_item .title h5 {
    color: #333;
}
.news_page .news_item h5 {
    font-family: "ProximaNova-Bold";
}
.news_page .red_text {
    color: #33;
}
.red_text {
    color: #333;
}

.review_form form input[type="submit"] {
    display: block;
    width: 270px;
    background: #333;
    font-family: "ProximaNova-Regular";
    border-radius: 6px;
    font-size: 20px;
    color: #ffffff;
    padding: 8px;
    border: none;
    text-align: center;
    transition: all 0.4s;
}
.news .news_item .item_title p {
    color: #333;
    font-size: 15px;
    font-family: "ProximaNova-Semibold";
    line-height: 1.6em;
}

.cart_page .item .item_title h5 a, .cart_page .mobile_item .item_title h3 a {
    font-size: 20px;
    color: #333;
}

.block_capt .cart-goback-button, .order_form .cart-goback-button {
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.2s;
    font-size: 18px;
    padding: 10px;
    color: #333;
    border: 2px solid #333;
    box-sizing: border-box;
    margin: 20px 0;
    border-radius: 6px;
}

.catalog_inline_page .result_sum a, .cart_page .result_sum a {
    display: block;
    text-align: center;
    background: #333;
    font-family: "ProximaNova-Regular";
    padding: 13px;
    border: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-image: url(http://s300.white.img.system.umi.ru/btn_icon.png);
    background-repeat: no-repeat;
    background-position: 22% 50%;
    font-size: 18px;
    color: #ffffff !important;
    padding-left: 50px !important;
    padding: 13px 5%;
    background-image: none;
    width: 230px;
    padding: 15px 20px !important;
    border-radius: 6px;
}

form.filters > ul > li:last-of-type a {
    color: #333;
}

.header_cart_block .cart_items {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -5px;
    margin-left: 20px;
    background: #333;
    color: #ffffff;
    padding: 2.38px 0;
    font-family: "ProximaNova-Semibold";
    font-size: 13px;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;  
  }
#carousel-example-generic .caption-text {
    font-size: 16px;
}

.one_click_btn {
    display: block;
    padding: 12px;
    font-size: 18px;
    border: 2px solid #333
    border-radius: 6px;
    width: 100%;
    margin: 0 auto;
    color: #333
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-sizing: border-box;
}

element.style {
}
.add_review form input[type="submit"] {
    display: block;
    padding: 12px;
    font-size: 18px;
    border: 2px solid #333;
    border-radius: 6px;
    background: transparent;
    width: 200px;
    margin: 35px auto 0 0;
    color: #333;
    text-align: center;
    transition: all 0.2s;
    box-sizing: border-box;
}

lement.style {
}
.add_review form input[type="submit"]:hover {
    color: #fff;
    background: #333;
    text-decoration: none;
}

.one_click_btn:hover {
    color: #ffffff;
    background: #333;
    text-decoration: none !important;
}
.block_capt a {
    color: #333;
    font-size: 16px;
}
lement.style {
}
.numpages ul li.active > a {
    background: #333;
    color: #333;
}
lement.style {
}
.numpages ul li.active > a {
    background: #333;
    color: #ffffff;
}
.catalog_page .more a {
    font-family: "ProximaNova-Regular";
    color: #333;
    border-color: #333;
    width: 230px;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}