.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-1 {
    width: 8.333333%;
}
.col-xs-2 {
    width: 16.666667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.333333%;
}
.col-xs-5 {
    width: 41.666667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.333333%;
}
.col-xs-8 {
    width: 66.666667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.333333%;
}
.col-xs-11 {
    width: 91.666667%;
}
.col-xs-12 {
    width: 100%;
}

@media (min-width: 420px) and (max-width: 991px){
.news_image {
    margin: 10px 15px 5px 0;
    float: left;
    width: 190px;
  }
}

@media (min-width: 544px) {
.sm-hidden {
	display: none;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.col-sm-1 {
    width: 8.333333%;
}
.col-sm-2 {
    width: 16.666667%;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-4 {
    width: 33.333333%;
}
.col-sm-5 {
    width: 41.666667%;
}
.col-sm-6 {
    width: 50%;
}
.col-sm-7 {
    width: 58.333333%;
}
.col-sm-8 {
    width: 66.666667%;
}
.col-sm-9 {
    width: 75%;
}
.col-sm-10 {
    width: 83.333333%;
}
.col-sm-11 {
    width: 91.666667%;
}
.col-sm-12 {
    width: 100%;
}
.blog_image {
    margin: 0 25px 0 0;
    float: left;
    width: 275px;
}
.register_form {
    width: 453px;
}
.register_form .button {
    float: right;
}
}


@media (min-width: 768px) {
.container {
    max-width: 750px;
}
.md-hidden {
	display: none;
}
.md-right {
 float: right;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-md-1 {
    width: 8.333333%;
}
.col-md-2 {
    width: 16.666667%;
}
.col-md-3 {
    width: 25%;
}
.col-md-4 {
    width: 33.333333%;
}
.col-md-5 {
    width: 41.666667%;
}
.col-md-6 {
    width: 50%;
}
.col-md-7 {
    width: 58.333333%;
}
.col-md-8 {
    width: 66.666667%;
}
.col-md-9 {
    width: 75%;
}
.col-md-10 {
    width: 83.333333%;
}
.col-md-11 {
    width: 91.666667%;
}
.col-md-12 {
    width: 100%;
}
.menu {
    float: left;
}
.menu_item {
    display: inline-block;
}
.menu_link {
    position: relative;
    padding: 0 15px;
}
.menu_link:hover {
    background-color: #D59472;
}
.menu_link:hover::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #447535;
    z-index: 10;
}
.menu_link:hover::after {
    content: ' ';
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin: 0 0 0 -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #447535 transparent;
    border-width: 0px 7px 6px 7px;
    z-index: 10;
}
.top_item {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #8A5C3E;
}
.top_item svg {
    margin: -3px 2px 0 0;
}
.header_bottom {
    background-color: #8A5C3E;
}
#cart_informer {
    float: right;
    width: 155px;
}
.nav_heading {
    background-color: #447535;
}
#cart_informer::after {
    content: "";
    border-style: solid;
    border-width: 17px;
    position: absolute;
    top: 0;
    left: -34px;
    border-bottom: 22px solid transparent;
    border-top: 22px solid transparent;
    border-color: transparent #D59472 transparent transparent;
}
.header_phones {
    text-align: right;
}
.btn_right {
    float: right;
}
.purchase_image {
	width: 70px;
}
.purchase_image img {
    max-height: 50px;
}
.purchase .text_left {
    text-align: left;
}
.purchase .coupon {
    border-right: none;
}
.purchase .purchase_total {
    text-align: right;
    border-left: none;
    padding-right: 15px;
}
}


@media (min-width: 992px) {
.container {
    max-width: 970px;
}
.lg-hidden {
	display: none;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
.col-lg-1 {
    width: 8.333333%;
}
.col-lg-2 {
    width: 16.666667%;
}
.col-lg-3 {
    width: 25%;
}
.col-lg-4 {
    width: 33.333333%;
}
.col-lg-5 {
    width: 41.666667%;
}
.col-lg-6 {
    width: 50%;
}
.col-lg-7 {
    width: 58.333333%;
}
.col-lg-8 {
    width: 66.666667%;
}
.col-lg-9 {
    width: 75%;
}
.col-lg-10 {
    width: 83.333333%;
}
.col-lg-11 {
    width: 91.666667%;
}
.col-lg-12 {
    width: 100%;
}
#content {
    float: right;
}
#sidebar {
    clear: left;
}
.filter_head {
    display: block;
    position: relative;
    height: 37px;
    border-bottom: 3px solid;
    border-color: #447535;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 37px;
    color: #fff;
}
.filter_head span {
    position: relative;
    display: inline-block;
    padding: 0 18px;
    background-color: #447535;
}
.filter_head span::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 0px;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-bottom: 37px solid #447535;
}
.catalog_link {
    padding: 5px 25px 5px 12px;
}
.angle_icon {
    top: 5px;
    right: 7px;
}
.products_title {
    padding: 10px 18px 9px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    background-color: #447535;
    color: #fff;
}
}


@media (min-width: 1200px) {
.container {
    max-width: 1200px;
}
.xl-hidden {
	display: none;
}
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
}
.col-xl-1 {
    width: 8.333333%;
}
.col-xl-2 {
    width: 16.666667%;
}
.col-xl-3 {
    width: 25%;
}
.col-xl-4 {
    width: 33.333333%;
}
.col-xl-5 {
    width: 41.666667%;
}
.col-xl-6 {
    width: 50%;
}
.col-xl-7 {
    width: 58.333333%;
}
.col-xl-8 {
    width: 66.666667%;
}
.col-xl-9 {
    width: 75%;
}
.col-xl-10 {
    width: 83.333333%;
}
.col-xl-11 {
    width: 91.666667%;
}
.col-xl-12 {
    width: 100%;
}
.browsed_img {
    width: 80px;
}
.card .buy,
.card .wishlist_button,
.card .comparison_button,
.card .variant_select {
    opacity: 0;
}
.card:hover .buy,
.card:hover .wishlist_button,
.card:hover .comparison_button,
.card:hover .variant_select {
    opacity: 1;
}
}



@media (max-width: 991px) {
.tablet-hidden {
    display: none;
}
.filter_head {
    margin: 0;
    padding: 12px 15px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background-color: #444;
}
.foot:nth-child(3n) {
    clear: left;
}
}


@media (max-width: 767px) {
.mobile-hidden {
    display: none;
}
.purchase,
.purchase tbody,
.purchase tfoot,
.purchase tr,
.purchase td,
.purchase th {
    display: block;
}
.purchase tr {
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.purchase .total_row {
    border: none;
}
.purchase td,
.purchase th {
    border: none;
    padding: 8px;
}
.purchase .purchase_image {
    padding-top: 16px;
}
.purchase td:empty,
.purchase th:empty {
    display: none;
}
.purchase .coupon .message_error {
    margin: 0 auto 12px;
}
.purchase .purchase_total {
    padding: 20px 10px;
}
.purchase_remove {
    position: absolute;
    top: 8px;
    right: 8px;
}
.purchase .remove_icon {
    width: 20px;
    height: 20px;
}
body.openmenu {
    overflow: hidden;
    position: fixed;
    width: 100vw;
    height: 100vh;
}
body.openmenu::before {
    content: "";
    position: absolute;
    top: 39px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 39px);
    background-color: rgba(0, 0, 0, .75);
    z-index: 5;
}
.logo {
    text-align: center;
}
.menu {
    position: absolute;
    z-index: 99;
    top: 36px;
    left: 0;
    width: 100%;
    padding: 0 12px;
    text-align: center;
    padding: 10px 0;
    background-color: #444;
}
.header_phones {
    text-align: center;
    margin-top: 12px;
}
.header_phone {
    margin: 3px 0;
}
.header_top {
    background: #8A5C3E;
}
.header_top,
.header_top a,
.header_top a:hover {
    color: #fff;
}
.top_item .switch::after {
    border-color: #fff transparent transparent transparent;
}
.top_item {
    width: 16.666667%;
    text-align: center;
}
.catalog_nav {
    margin-bottom: 20px;
}
}


@media (max-width: 420px) {
.purchase .coupon {
    padding-bottom: 0
}
.input_coupon,
.coupon_button {
    margin-bottom: 10px;
}
.tab_navigation a {
    padding: 6px;
    font-size: 12px;
}
}

@media (max-width: 360px) {
.tab_navigation a {
    font-size: 11px;
}
}
