<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 991px) {
  .row-eq-rs-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }  
  .copyright-text {
    text-align: center;
  }
  .footer-menu {
    text-align: center;
    padding-bottom: 20px;
  }
  .bottom-list {
    float: left;
  }
  .footer-widget.widget_nav_menu, .footer-widget.widget_product_categories {
    float: none;
  }
}

@media (max-width: 767px) {
  .feature-product {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .feature-product img {
    width: 100%;
  }
  .carousel-inner img {
    width: 100%;
  }
  .product-list li {
    display: table-cell;
  }
  .main-footer {
    text-align: center;
  }
  
  .filter-option ul li {
    padding: 5px 5px;
  }
  li.img-slide {
    padding: 5px !important;
  }
  .copy-right-text{
	  margin-bottom:20px;
	}
	
	.input-group-addon.search-icon i {
		position: absolute;
		left: 0;
		top: 26px;
	}
}

@media (max-width: 375px) {
  .mobile-broken-col-xs .col-xs-6 {
    width: 100%;
  }
  .footer-menu ul li {
    padding: 0 0px 5px 15px;
  }
}

/*# sourceMappingURL=responsive.css.map */</pre></body></html>