@media (max-width: 1199px) {
  .hamburger {
    display: block;
  }

  .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    padding: 40px 10px;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: #212121;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(-251px);
    -moz-transform: translateX(-251px);
    -ms-transform: translateX(-251px);
    -o-transform: translateX(-251px);
    transform: translateX(-251px);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
  }

  .main-nav.slidenav {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .main-nav > ul {
    float: none;
    padding: 25px 10px;
  }

  .main-nav > ul > li.has-child-menu:after {
    content: none;
  }

  .main-nav > ul > li > a:after {
    content: none;
  }

  .main-nav > ul > li {
    display: block;
    padding: 0 !important;
    margin-left: 0;
  }

  .main-nav > ul > li > a {
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    margin: 10px 0;
  }

  .main-nav ul li .fl {
    display: block;
    line-height: 35px;
  }

  .main-nav ul li .megamenu-wrap {
    position: static;
    min-width: 200px;
    background: transparent;
    border: none;
    padding: 5px 0px 5px 20px;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    display: none;
  }

  .main-nav ul li .sub-menu {
    position: static;
    min-width: 200px;
    background: transparent;
    border: none;
    padding: 5px 0px 5px 20px;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    display: none;
  }

  .main-nav ul li .sub-menu > li a {
    display: block;
    padding: 10px 0;
    color: #ddd;
    line-height: 0.8;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .main-nav ul li .megamenu-wrap ul li a {
    padding: 10px 0px;
    display: block;
    color: #ddd;
  }

  .main-nav ul li .sub-menu > li a:hover {
    background: transparent;
    color: #CB3727;
  }

  .slideInUp {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  .why-shopping-us .why-shopping-us-item h4 {
    min-height: auto;
  }
  
   #fws_content {
    max-width: 1170px;
  }
}
/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
  .mk-product-item .mk-product-content .mk-product-title {
    padding: 0 15px;
    font-size: 14px;
  }
  .view-list .mk-product-item .mk-product-content .mk-product-title
  {      
    padding: 10px 0px;
    font-size: 20px;
  }
  
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .product-box-area .single-box-2 .box-info h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .product-box-area .box-info h2 {
    font-size: 40px;
  }

  .product-box-area .box-info a.btn {
    margin-bottom: 24px;
  }

  .product-box-area .single-box-2 .box-info a.btn {
    margin-bottom: -6px;
  }

  .mk-product-item .mk-product-content .mk-product-title {
    padding: 0 15px;
    font-size: 14px;
  }

 .view-list .mk-product-item .mk-product-content .mk-product-title
  {      
    padding: 10px 0px;
    font-size: 20px;
  }

  .countdown .countdown-wrapper .offer-text h4 {
    font-size: 25px;
  }

  .testimonial-area .testimonial-wrapper .owl-dots {
    bottom: -20px;
  }

  .fotter-area .single-fotter-2 .fotter-link ul li a {
    font-size: 13px;
  }

  .arrival-area .card .content a {
    padding: 0 25px;
  }

  .shop-area #home .mk-product-title {
    padding: 0 25px;
  }

  .shop-area #pricing .mk-product-title {
    padding: 0 80px !important;
  }

  .shop-area #about .mk-product-title {
    padding: 0 25px;
  }

  .product-details .container .product-information .alignment-area #customers .size-info .product-size-area .product-size-option {
    margin-right: 16px;
  }

  .product-details .container .product-information .alignment-area #customers .color-info .product-color-area .product-color-option {
    margin-right: 5px;
  }

  .cart-product-area #customers td, .cart-product-area #customers th {
    padding: 20px;
  }

  .collection-area .single-collection p {
    font-size: 16px;
  }

  .product-box-area .mk-banner-vertical-one .mk-banner-vertical-one-content h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .product-box-area .mk-banner-vertical-content h2 {
    font-size: 40px;
    line-height: 34px;
  }

  .product-box-area .mk-banner-vertical-one .mk-banner-vertical-one-content {
    text-align: center;
    margin-top: 4px;
    margin-bottom: 6px;
  }
   #fws_content {
    max-width: 960px;
  }
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .shop-area .sidebar-widget .brands .brand-image .brand img {
    width: 100px;
  }

  .nav-search {
    width: 35%;
    margin-top: 0;
  }

  .nav-header {
    margin-top: 0px;
  }

  .slider-info {
    text-align: center;
  }

  .product-box-area .mk-banner-vertical-image {
    margin-bottom: 50px;
  }

  .collection-area .single-collection h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .mk-product-item .mk-product-content .mk-product-title {
  padding: 0 15px;
    font-size: 12px;
  }
   .view-list .mk-product-item .mk-product-content .mk-product-title
  {      
    padding: 10px 0px;
    font-size: 20px;
  }

  .product-box-area .mk-banner-vertical-image {
    margin-bottom: 0;
  }

  .countdown .countdown-wrapper .offer-text {
    margin-bottom: 20px;
  }

  .countdown .countdown-wrapper .offer-countdown #timer {
    justify-content: center;
  }

  .testimonial-area .testimonial-wrapper .single-testimonial .testi-info .description {
    padding: 0px 60px;
  }

  .testimonial-area .testimonial-wrapper .owl-dots {
    bottom: -20px;
  }

  .faqs-area .tab-content #reviews .review .review-information p {
    padding-right: 100px;
  }

  .cart-product-area #customers td, .cart-product-area #customers th {
    padding: 15px;
  }
  
   #fws_content {
    max-width: 860px;
  }
}
/* small mobile :320px. */
@media (max-width: 991.98px) {
  
  h1,h2,h3,h4,h5,h6
  {
      font-size:initial;
  }
  .accepts_logos
  {
      max-height:40px;
  }
  .single-blog {
    margin-bottom: 30px;
  }

  .animated-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin-right: 0;
    border: none;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }

  .animated-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }

  .animated-icon span {
    background: #353535;
  }

  .animated-icon2 span {
    background: gray;
  }

  .animated-icon3 span {
    background: gray;
  }

  .animated-icon span:nth-child(1) {
    top: 0px;
  }

  .animated-icon span:nth-child(2) {
    top: 10px;
  }

  .animated-icon span:nth-child(3) {
    top: 20px;
  }

  .animated-icon.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .animated-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  .animated-icon.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .collapse.nav-menus-wrapper.navbar-collapse {
    display: none !important;
  }

  .open .collapse.nav-menus-wrapper.navbar-collapse.show {
    display: block !important;
  }

  .collapse.nav-menus-wrapper.navbar-collapse.show {
    display: block !important;
  }

  .stickyHeader.sticky  {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  }
  
 

  .product-box-area .mk-banner-vertical {
    padding: 20px;
  }

  .product-box-area .mk-banner-vertical-one {
    padding: 20px;
  }

  .mk-banner-vertical-image .img-fluid {
    display: none;
  }

  .arrival-area .card .card-info .image {
    text-align: center;
  }

  section.countdown .countdown-wrapper .offer-countdown #timer div {
    min-width: 50px;
  }

  section.countdown .countdown-wrapper .offer-countdown #timer div {
    font-size: 20px;
    margin: 5px;
  }

  section.countdown .countdown-wrapper .offer-countdown #timer div span {
    font-size: 12px;
    font-weight: 400;
  }

  .offer-countdown {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dropdown-menu.dropdown-menu-right.large.show {
    width: 300px;
  }

  .testimonial-area {
    background-size: cover;
    padding-top: 0px;
  }

  .testimonial-area .testimonial-wrapper .single-testimonial .testi-info .description {
    padding: 0 10px;
  }

  .testimonial-area .testimonial-wrapper .owl-dots {
    bottom: -20px;
  }

  .slider-area .slider-wrapper h1 {
    font-size: 45px;
  }

  .arrival-area .card .content a {
    padding: 0 40px;
  }

  .shop-area .tab {
    padding: 5px 10px;
  }

  .form-control {
    padding: 0;
  }

  .faqs-area .nav-tabs .nav-item .nav-link {
    font-size: 16px;
  }

  .faqs-area .tab-content #reviews form {
    padding: 0;
  }

  .faqs-area .tab-content #reviews .review .review-information p {
    padding-right: 0px;
  }

  .faqs-area .tab-content #reviews .review i::before {
    margin-right: 5px;
  }

  .faqs-area .tab-content #specification #specification-info .table-heading {
    padding: 20px 15px;
  }

  .faqs-area .tab-content #specification #specification-info .table-data {
    padding: 20px 15px;
  }

  .product-details .container .product-information .product-cart-btn a.mk-btn-sm.btn {
    margin-bottom: 20px;
  }

  .product-details .container .product-information .alignment-area #customers .size-info .product-size-area .product-size-option {
    margin-bottom: 10px;
  }

  .product-details .container .product-information .alignment-area #customers .color-info .product-color-area .product-color-option {
    margin-bottom: 10px;
  }

  .cart-product-area .coupon-all .coupon .coupon-input-area {
    display: flex;
    align-items: center;
  }

  .cart-product-area .coupon-all .coupon .cupon-btn {
    margin-top: 30px;
    margin-left: 0;
  }

  .cart-product-area .coupon-all .coupon .coupon-input-area {
    align-items: center;
    display: inline-grid;
  }

  .cart-product-area .cart-page-total table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .cart-product-area #customers td, .cart-product-area #customers th {
    padding: 10px;
  }

  .comment-form {
    margin-bottom: 50px;
  }

  .why-shopping-us .why-shopping-us-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
    
    
    #sortbyselect
    {
        width:100%;
        margin:0;
    }

   
    /* category menu */
    .sidebar-widget:has(.product-category) 
    {
        display:none;
    }
  
    
  .error-area .error-area-wrapper img {
    max-width: 100%;
  }

  .faqs-area .tab-content #product-details .common-quote span {
    font-weight: normal;
  }

  .breadcrumbs-area .breadcrumbs-wrapper .mk-page-title h2/*, .blog-content h1, .blog-content h2, .blog-content h3*/ 
  {
    font-size: 36px;
  }

  .product-information {
    margin-top: 50px;
  }

  .product-details .container .product-information .alignment-area #customers .size-info .product-size-area .product-size-option {
    margin-right: 10px;
  }

  .newsletter-img-box {
    display: none !important;
  }

  a#btnClose {
    right: 0;
  }

  .nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 100%;
    text-align: left;
    border: 1px solid #eee;
  }

  .prouduct-view-area {
    padding-top: 30px;
  }

  .collection-area .single-collection {
    margin-bottom: 30px;
  }

  .top-bar {
    text-align: center;
  }

  .top-bar .top-bar-right, .top-bar .top-bar-left {
    float: none;
  }

  .top-bar .top-bar-right {
    float: none;
    margin-top: 10px;
  }

  .top-bar .top-bar-right ul li {
    margin: 0px 6px;
  }

  .top-bar .top-bar-left ul li {
    margin-right: 5px;
  }

  .top-bar .top-bar-left ul li:last-child {
    margin-right: 0;
  }

  .product-box-area .mk-banner-vertical {
    margin-bottom: 30px;
  }

  .pagination a {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 34px;
  }

  .slider-area .slider-wrapper .slider-info h2 {
    font-size: 44px;
    line-height: 50px;
  }

  .slider-area .slider-wrapper .slider-info {
    margin-top: 0px;
    text-align: center;
  }

  .slider-area .slider-wrapper .slider-info p {
    font-size: 18px;
  }

  .slider-area .slider-wrapper .slider-info .slider-btn {
    margin-top: 0;
  }

  .faqs-area .tab-content .accordion-item p {
    padding: 0;
  }

  .faqs-area .tab-content .accordion-item a {
    font-size: 14px;
    text-transform: capitalize;
  }

  .faqs-area .tab-content .accordion-item a.collapsed {
    font-size: 14px;
    text-transform: capitalize;
  }

  .faqs-area .tab-content .accordion-item a i::before {
    font-size: 10px !important;
    position: relative;
    top: -2px !important;
    margin-right: 4PX;
  }

  .cart-product-area .cart-page-total table th, .cart-product-area .cart-page-total table td {
    padding: 15px 10px;
  }

  .my-account-content {
    margin-top: 30px;
  }

  p.cart-btn a.mk-btn-sm.btn {
    font-weight: normal;
    font-size: 14px;
    padding: 10px 15px;
  }
  
  .blog-information .entry-meta, .blog-catagory
  {
      flex-direction:column;
      align-items:center;
  }
  
  .blog-details-area { margin:0;}
  .blog-details-area .blog-details .full-blog .blog-information
  {
      padding:0px;
  }
  
  .blog-catagory { display:none;}
  
  
  .results_sortby_container
  {
      text-align:center !important;
  }
  
  #pager_sort_by
  {
      width:65%;
      min-width:300px;
  }
  
}


@media (max-width: 575px) {
    
   .blog_comments_submit
   {
       width:100%;
   }
    
  .countdown .countdown-wrapper .offer-countdown #timer {
    display: block;
  }

  .product-slider .owl-nav .owl-next {
    right: 0;
  }

  .product-slider .owl-nav .owl-prev {
    left: 0;
  }

  a.logo_wrapper.main_logo {
    text-align: center;
    display: block;
  }
    
  a.logo_wrapper.main_logo img {
    margin: 14px auto;
  }
  
  /* hide logo when scrolling on small screens*/
  .stickyHeader.sticky a.main_logo
  {
      display:none;
  }

  .menu-right-icon {
    float: left;
    margin: 15px 0px 15px 0;
  }

  .menu-right-icon ul li .searchbox {
    right: 0;
  }

  .header_area {
    margin: 0px 0;
  }

  .my-account-area .my-account-wrapper .social-button a {
    font-size: 12px;
  }

  .dropdown-menu.show {
    top: 14px !important;
  }

  .blog-standards-area .blog-standards-item .blog-information .entry-meta a i::before {
    margin-right: 0px;
  }

  .blog-standards-area .blog-standards-item .blog-information .entry-meta a {
    font-size: 13px;
    font-weight: 500;
  }

  .blog-standards-area .blog-standards-item .blog-information .blog-post-title h3 {
    font-size: 16px;
    margin-top: 10px;
    line-height: 26px;
  }

  .blog-sidebar-widget-area .small-post-wrapper .small-post-item-content .small-post-item-title {
    font-size: 13px;
  }

  .blog-details-area .blog-details .full-blog .blog-information .entry-meta a {
    font-size: 13px;
    font-weight: 500;
  }

  .blog-details-area .blog-details .full-blog .blog-information .entry-meta a i::before {
    font-size: 12px;
    margin-right: 0px;
  }

  .blog-details-area .blog-details .full-blog .blog-information .blog-post-title h3 {
    font-size: 17px;
    margin-top: 10px;
    line-height: 30px;
  }
  
  #fws_content {
    /*max-width: 540px;*/
  }
  
  .category-header-info img
  {
      float:none;
      display:block;
      margin:0 auto;
  }
  
}
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767.98px) {
  .dropdown-menu.show {
    top: 21px !important;
    padding: 10px;
    width: 300px;
  }

  .dropdown-menu.dropdown-menu-right.large.show {
    width: 335px;
  }

  .shop-area .side-bar .sidebar-two .brand-image .brand img {
    padding: 10px;
  }

  .faqs-area .nav-tabs .nav-item .nav-link {
    font-size: 16px;
  }

  .faqs-area .tab-content #reviews .review .review-information p {
    padding-right: 0px;
  }

  .blog-details-area .blog-details .entry-meta a {
    font-size: 14px;
  }

  .blog-details-area .blog-details .full-blog .blog-left-side .entry-meta a {
    font-size: 14px;
  }

  .cart-product-area .cart-page-total table {
    width: 100%;
    border-collapse: collapse;
    display: inline-table;
  }
}
/* Tablet & Mobile Layout: 768px. */
@media only screen and (max-width: 991px) {
  .product-box-area .mk-banner-vertical {
    margin-bottom: 30px;
  }

  .blog-sidebar-widget-area {
    margin-bottom: 0;
    margin-top: 40px;
  }
}

/* product details stack on mobiles */
@media (max-width: 575.98px) { /* match Bootstrap xs breakpoint */
    #customers {
        width: 100%;
    }

    #customers tr {
        display: block;         /* make each row a block */
        margin-bottom: 0.75rem; /* spacing between items */
    }

    #customers td {
        display: block;         /* stack all cells vertically */
        padding: 0.15rem 0;
    }

    #customers .dots {
        display: none;          /* hide the dots on small screens */
    }

    #customers .info-title {
        text-align:center;
        background-color:var(--fws-primary);
        color:var(--fws-primary-alt);
    }

    #customers .sub-title {
        margin-top: 0.1rem;     /* small gap under the label */
        text-align:center;
    }
    
    td.product-quantity,
    div.quantity{
        text-align:center;
    }
    div.qty-input
    {
        display:block !important;
        text-align:center;
    }
    a.qty-count
    {
        display:inline-block;
    }
}

/* Responsive adjustments */
@media (max-width: 1199px) {
  .slider-area .slider-wrapper .slider-info h2 {
    font-size: 50px;
    max-height: 195px; /* Adjusted for smaller font */
  }
}

@media (max-width: 991px) {
  .slider-area .slider-wrapper .slider-info h2 {
    font-size: 40px;
    max-height: 156px; /* Adjusted for smaller font */
  }
  
  .slider-area .slider-wrapper .slider-info p {
    font-size: 16px;
    line-height: 24px;
    max-height: 72px; /* Adjusted for smaller text */
  }
}

@media (max-width: 767px) {
  /* Keep minimum heights to prevent jumping */
  .slider-area {
    min-height: 500px; /* Keep consistent height */
    padding-bottom: 40px;
    padding-top: 40px;
  }
  
  .slider-wrapper.owl-carousel,
  .slider-wrapper .owl-stage-outer {
    min-height: 450px; /* Keep consistent height */
  }
  
  .slider-area .row {
    min-height: 450px; /* Keep consistent height */
    align-items: center;
  }
  
  /* Fix image container with aspect ratio */
  .slider-area .slider-wrapper .slide-imge {
    position: relative;
    width: 100%;
    padding-bottom: 75%; /* 4:3 aspect ratio for mobile */
    margin-top: 30px;
    overflow: hidden;
  }
  
  .slider-area .slider-wrapper .slide-imge img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: center;
  }
  
  .slider-area .slider-wrapper .slider-info h2 {
    font-size: 32px;
    line-height: 1.3;
    max-height: 125px; /* 32px * 1.3 * 3 lines */
  }
  
  .slider-area .slider-wrapper .slider-info p {
    font-size: 16px;
    line-height: 24px;
    max-height: 72px;
  }
}

   @media only screen and (min-width: 1200px){
                                #fws_paypal_button_container_portfolio{
                                    justify-content: left;
                                }
                            }

/* MOBILE bottom-sheet behaviour */
@media (max-width: 767.98px) {

  /* Full-screen dimmed backdrop */
  .mobile-dropdown-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.45);

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-out;

    z-index: 1050; /* below the sheet, above page */
  }

  body.toolbar-dropdown-open .mobile-dropdown-backdrop {
    opacity: 1;
    pointer-events: auto; /* click to close */
  }

  /* Bottom sheet dropdown menu */
  .product-toolbar .dropdown-menu.toolbar-dropdown {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    transform: none !important;
    margin: 0 !important;
    width: 100% !important;

    max-height: 70vh;
    overflow-y: auto;

    border-radius: 16px 16px 0 0;
    box-shadow: 0 -6px 22px rgba(0,0,0,0.3);
    background: #fff;

    z-index: 1051 !important; /* above backdrop */
  }

  /* Nice large tap targets */
  .product-toolbar .dropdown-menu.toolbar-dropdown .dropdown-item {
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }

  /* Header inside the sheet ("Sort by", "Show per page") */
  .product-toolbar .dropdown-menu.toolbar-dropdown .dropdown-header {
    padding: 1rem 1.25rem;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
  }
  
  /* avoid positioning conflict with loyalty scheme UX */
  /* Default: show the button */
    #fws-info-button {
      transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    }
    
    /* When dropdown "modal" is open, hide it */
    body.toolbar-dropdown-open #fws-info-button {
      opacity: 0;
      pointer-events: none;      /* don't let it block taps */
      transform: translateY(10px); /* optional little slide down */
    }

  
}




/*# sourceMappingURL=responsive.css.map */
