.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 {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-xs-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sm-hidden {
    display: none;
  }

  .row,
  .product_slider {
    margin-left: -20px;
    margin-right: -20px;
  }

  .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,
  .news_item,
  .products_item,
  .all_brands_item {
    padding-right: 20px;
    padding-left: 20px;
  }

  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .small_slide {
    float: left;
    width: 50%;
  }

  .under_brands_slide {
    float: left;
    width: 33.3333333%;
  }

  .grid .card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .list .preview_picture,
  .wish_products .preview_picture {
    float: left;
    width: 44.23076923076923%;
  }

  .list .preview_info,
  .wish_products .preview_info {
    width: 55%;
    float: right;
    padding-left: 18px;
    text-align: left;
  }

  .list .preview_rating,
  .wish_products .preview_rating {
    text-align: left;
    padding: 0;
  }

  .list .preview .price_container,
  .wish_products .preview .price_container {
    font-size: 18px;
  }

  .list .btn_wrap,
  .wish_products .btn_wrap {
    position: static;
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .wrapper {
    margin-left: 60px;
    margin-right: 60px;
  }

  .md-hidden {
    display: none;
  }

  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer_top {
    padding-top: 74px;
    padding-bottom: 23px;
  }

  .copyright {
    float: left;
    margin-top: 5px;
  }

  .foot_payments {
    float: right;
  }

  .purchase td:first-child,
  .purchase th:first-child,
  .purchase .purchase_product,
  .purchase .purchase_total {
    border-left: none;
  }

  .purchase td:first-child,
  .purchase th:first-child,
  .purchase td:last-child,
  .purchase th:last-child {
    border-right: none;
  }

  .purchase .text_left {
    text-align: left;
  }

  .purchase .purchase_total {
    text-align: right;
  }

  .purchase .purchase_remove {
    padding-left: 0;
  }

  .pager_image {
    display: inline-block;
    width: 77px;
  }

  .pager_info {
    float: right;
    width: calc(100% - 97px);
  }

  .pager_next .pager_info {
    float: left;
  }

  .list .preview_picture {
    width: 38.32167832167832%;
  }

  .list .preview_info {
    width: 61%;
    padding-left: 40px;
  }

  .wish_products .preview_picture {
    width: 41.666667%;
  }

  .wish_products .preview_info {
    width: 58.333333%;
    padding-left: 40px;
  }

  .header_details {
    max-width: calc(100% - 220px);
  }
}

@media (min-width:768px) and (max-width:991px) {
  .pager_date {
    display: block;
    line-height: 1;
  }
}

@media (min-width: 992px) {
  .lg-hidden {
    display: none;
  }

  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  h1, .h1 {
    letter-spacing: 2.34px;
    font-size: 40px;
  }

  .h1 {
    margin-bottom: 32px;
  }

  .sidebar_bottom {
    clear: left;
  }

  .pager {
    margin: 0 -15px;
    overflow: hidden;
  }

  .pager li {
    padding: 0 15px;
  }

  .pager_image {
    width: 105px;
  }

  .pager_info {
    width: calc(100% - 125px);
  }

  .wish_products .preview_picture {
    width: 33.333333%;
  }

  .wish_products .preview_info {
    width: 66.666667%;
  }

  .list .product_name,
  .wish_products .product_name {
    letter-spacing: 1.44px;
    font-weight: 700;
    font-size: 26px;
    margin: 11px 0;
    text-transform: uppercase;
  }

  .list .preview .price_container,
  .wish_products .preview .price_container {
    font-size: 40px;
    line-height: 1;
  }

  .list .buy_btn,
  .wish_products .buy_btn {
    color: #fff;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 8px 39px 7px;
    background-color: #f45052;
  }

  .list .buy_btn:hover,
  .wish_products .buy_btn:hover {
    background-color: #222;
  }

  .list .add_buttons,
  .wish_products .add_buttons {
    display: block;
    float: none;
    margin-top: 15px;
  }

  .list .comparison_button span,
  .list .wishlist_button span,
  .wish_products .comparison_button span,
  .wish_products .wishlist_button span {
    position: static;
    opacity: 1;
    pointer-events: auto;
    background: none;
    padding: 0 0 0 7px;
    color: inherit;
    vertical-align: middle;
  }

  .list .comparison_button:hover span,
  .list .wishlist_button:hover span,
  .wish_products .comparison_button:hover span,
  .wish_products .wishlist_button:hover span {
    display: inline;
  }

  .list .comparison_button span::before,
  .list .wishlist_button span::before,
  .wish_products .comparison_button span::before,
  .wish_products .wishlist_button span::before {
    content: none;
  }

  .list .preview .btn_wrap,
  .wish_products .preview .btn_wrap {
    border-top: 1px solid #e4e4e4;
    margin: 18px 0 0;
    padding: 20px 0 0;
  }

  .product_wish,
  .product_compare {
    font-size: 14px;
  }

  .accordion_heading {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1764px;
  }

  .xl-hidden {
    display: none;
  }

  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sublist > .submenu_item {
    width: 20%;
  }

  .imaged .sublist > .submenu_item {
    width: 25%;
  }

  .preview .price_container {
    -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,-webkit-transform .3s ease;
    -o-transition: opacity .3s ease,transform .3s ease;
    transition: opacity .3s ease,transform .3s ease;
    transition: opacity .3s ease,transform .3s ease,-webkit-transform .3s ease;
  }

  .preview:hover .price_container {
    opacity: 0;
    -ms-transform: translate(20px,0);
    -webkit-transform: translate(20px,0);
    transform: translate(20px,0);
  }

  .list .preview:hover .price_container,
  .wish_products .preview:hover .price_container {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }

  .btn_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    border: none;
    margin: 0;
    padding: 0;
  }

  .preview:hover .btn_wrap {
    opacity: 1;
  }

  .buy_btn {
    -webkit-transition: transform .3s ease,color .3s ease;
    -webkit-transition: color .3s ease,-webkit-transform .3s ease;
    transition: color .3s ease,-webkit-transform .3s ease;
    -o-transition: transform .3s ease,color .3s ease;
    transition: transform .3s ease,color .3s ease;
    transition: transform .3s ease,color .3s ease,-webkit-transform .3s ease;
    -ms-transform: translate(20px,0);
    -webkit-transform: translate(20px,0);
    transform: translate(20px,0);
  }

  .preview:hover .buy_btn {
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

  .comparison_button:hover span,
  .wishlist_button:hover span {
    display: block;
    opacity: 1;
    left: auto;
    right: 0;
    top: auto;
  }

  .post_wrapper {
    width: 66.66667%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid .card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .wish_products .preview_picture {
    width: 25%;
  }

  .wish_products .preview_info {
    width: 75%;
  }
}

@media (min-width:1300px) {
  .product_slider .products_item {
    width: 20%;
  }
}

@media (max-width:1199px) {
  .foot:nth-child(3n) {
    clear: left;
  }
}

@media (max-width: 991px) {
  .tablet-hidden {
    display: none;
  }

  .header_nav {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: auto;
  }

  .header_details,
  .header_menu,
  .header_search {
    display: none!important;
  }
}

@media (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }

  .blog_item {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 25px;
  }

  .purchase,
  .purchase tbody,
  .purchase tfoot,
  .purchase tr {
    display: block;
  }

  .purchase tr {
    position: relative;
    border: 1px solid #e4e4e4;
    margin-top: 30px;
    padding: 10px;
  }

  .purchase tr.bonus_tr,
  .purchase_total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .purchase td,
  .purchase th {
    border: none;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mob_content::before {
    content: attr(data-content);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .06em;
    padding-right: 20px;
  }

  .purchase .purchase_product {
    padding-right: 25px;
  }

  .purchase td:empty,
  .purchase th:empty {
    display: none;
  }

  .purchase .purchase_remove {
    position: absolute;
    top: 7px;
    right: 12px;
    border: none;
    padding: 0;
  }

  .purchase_total_block {
    display: block;
    padding: 0;
    margin: 30px 0;
  }

  .coupon {
    margin-bottom: 30px;
  }

  .input_coupon {
    width: calc(100% - 160px);
  }

  .coupon_button {
    width: 140px;
  }

  .filters {
    padding: 41px 20px 9px;
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50px;
    width: auto;
    padding: 0;
    z-index: 999;
    background-color: #fff;
    -ms-transform: translate(-100%,0);
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
    -webkit-transition: transform .3s ease,box-shadow .3s ease;
    -webkit-transition: -webkit-transform .3s ease,-webkit-box-shadow .3s ease;
    transition: -webkit-transform .3s ease,-webkit-box-shadow .3s ease;
    -o-transition: transform .3s ease,box-shadow .3s ease;
    transition: transform .3s ease,box-shadow .3s ease;
    transition: transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;
  }

  .openfilters .sidebar {
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
  }

  .list .preview_status,
  .wish_products .preview_status {
    top: 0;
    left: 0;
  }

  .footer_top,.footer_middle {
    padding: 0 15px;
    border: none;
  }

  .footer_top .foot,
  .footer_middle .foot {
    position: relative;
    padding: 30px 20px 25px 0;
    margin: 0;
    border-top: 1px solid #444;
  }

  .footer_top .foot {
    padding: 30px 20px 25px 45px;
  }

  .footer_top .foot::before {
    font-size: 22px;
    top: 32px;
  }

  .footer_contact:before {
    font-size: 24px;
    top: 32px;
  }

  .foot_switch {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 30px;
  }

  .foot_switch::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    right: 5px;
    border-right: 2px solid #f45052;
    border-bottom: 2px solid #f45052;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .active.foot_switch::before {
    top: 10px;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  .footer_top .foot_heading,
  .footer_middle .foot_heading {
    margin: 0;
  }

  .foot_drop {
    padding-top: 15px;
  }

  .mb {
    margin-bottom: 30px;
  }

  .product_gallery {
    margin-bottom: 20px;
  }

  .view .grid,
  .view .list {
    font-size: 12px;
  }

  .card {
    margin-bottom: 27px;
  }

  .heading_404 {
    font-size: 31px;
    line-height: 46px;
    letter-spacing: 1.53px;
  }

  .wrapper_404 .h1 {
    margin: 3px 0;
  }
}

@media (max-width:575px) {
  .small-hidden {
    display: none;
  }

  .header_informer {
    display: none!important;
  }

  .comparison_left .cell,
  .comparison_left .cprs_rating {
    font-size: 14px;
    letter-spacing: normal;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-left: 0;
    padding-right: 10px;
  }

  .compare_show a {
    margin-left: 0;
  }

  .product_details .amount {
    display: none;
  }

  .product_details .button {
    width: 100%;
  }

  .preview_info {
    text-align: center;
  }

  .add_buttons {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
    margin-top: 1px;
  }
}

@media (max-width:480px) {
  .stickhide {
    display: none;
  }

  .comparison_page {
    margin-top: 75px;
  }

  .cartup_bottom {
    text-align: center;
  }
}

@media (max-width:380px) {
  .prev_post,
  .next_post {
    font-size: 15px;
  }
}
