/*---------------------------------------------------------------------------------
    Responsive css
-----------------------------------------------------------------------------------*/
/*-------------------------------------------------
    Mixin SCSS
-------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  .width-50 {
    width: 100% !important;
  }
  .ms-category .ms-category-block .ms-cat-box .ms-cat-icon .ms-cat-title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .ms-cursor,
  .ms-cursor-2,
  .ms-hover-cursor,
  .ms-cursorinnerhover {
    display: none;
  }
  .m-t-991 {
    margin-top: 30px;
  }
  .ms-sidebar-res {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .mt-767-40 {
    margin-top: 40px;
  }
  .padding-tb-30 {
    padding: 25px 0;
  }
  .padding-tb-60 {
    padding: 50px 0;
  }
  .d-n-1199 {
    display: block;
  }
  .m-t-767 {
    margin-top: 30px;
  }
  .ms-search-detail form input {
    width: 100%;
    font-size: 25px;
  }
  .ms-search-detail form button .svg_img {
    width: 20px;
    height: 20px;
  }
  .ms-cart-content .table-content table tbody > tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 16px;
    color: #777;
    min-width: 90px;
    text-align: left;
    font-weight: 500;
  }
  .m-b-767 {
    margin-bottom: 24px;
  }
  .ms-track .ms-steps-header {
    display: none;
  }
  .ms-track .has-indicator {
    padding: 1rem 0.75rem;
  }
  .ms-track .has-indicator .ms-step-indicator {
    display: inline-block;
    position: static;
    margin: 0;
    margin-right: 0.75rem;
  }
  .ms-terms-conditions .ms-cms-block h5 {
    line-height: 28px;
  }
  .list-view .ms-product-inner,
  .list-view-50 .ms-product-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-view .ms-product-inner .ms-pro-content,
  .list-view-50 .ms-product-inner .ms-pro-content {
    border: 0;
  }
  .list-view .ms-product-inner .ms-pro-image-outer,
  .list-view-50 .ms-product-inner .ms-pro-image-outer {
    max-width: 100%;
  }
  .list-view .ms-product-content,
  .list-view-50 .ms-product-content {
    max-width: 50%;
    margin: auto;
  }
  .ms-category .ms-category-block .ms-cat-box .ms-cat-icon .ms-cat-title {
    font-size: 14px;
  }
  .ms-newsletter .ms-shape-1,
  .ms-newsletter .ms-shape-2 {
    display: none;
  }
  .ms-back-to-top {
    bottom: 15px;
    right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .padding-tb-80 {
    padding: 50px 0;
  }
  .m-t-80 {
    margin-top: 50px;
  }
  .p-t-80 {
    padding-top: 50px;
  }
  .p-tb-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .m-minus-15 {
    margin: 0;
  }
  .ms-new-product .ms-product-content {
    width: 100% !important;
    margin: auto;
  }
  .list-view .ms-product-inner,
  .list-view-50 .ms-product-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-view .ms-product-inner .ms-pro-content,
  .list-view-50 .ms-product-inner .ms-pro-content {
    border: 0;
  }
  .list-view .ms-product-inner .ms-pro-image-outer,
  .list-view-50 .ms-product-inner .ms-pro-image-outer {
    max-width: 100%;
  }
  .list-view .ms-product-content,
  .list-view-50 .ms-product-content {
    max-width: 350px;
  }
}
@media (max-width: 360px) {
  .ms-wish-notify,
  .ms-compare-notify {
    max-width: 280px;
  }
  .max-360-transform-hidden {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
/*# sourceMappingURL=responsive.css.map */