@media only screen and (max-width: 768px) {
  .products_listings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products_listings .products_grid {
    width: 95%;
    margin: 10px 0;
  }
  .common_heading h2 {
    text-align: center;
    font-size: 1.4rem;
  }
  #branch ul, #company_detils ul {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #branch ul li, #company_detils ul li {
    width: 100% !important;
    margin: 10px 0;
  }
  .contact_wrapper .container,
  #footer .container, #about_grid .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact_wrapper .container .left,
  .contact_wrapper .container .right,
  .contact_wrapper .container .footer_grid,
  #footer .container .left,
  #footer .container .right,
  #footer .container .footer_grid, #about_grid .container .left,
  #about_grid .container .right,
  #about_grid .container .footer_grid {
    width: 100% !important;
  }
  .contact_wrapper .container .left h3, .contact_wrapper .container .left h4,
  .contact_wrapper .container .right h3,
  .contact_wrapper .container .right h4,
  .contact_wrapper .container .footer_grid h3,
  .contact_wrapper .container .footer_grid h4,
  #footer .container .left h3,
  #footer .container .left h4,
  #footer .container .right h3,
  #footer .container .right h4,
  #footer .container .footer_grid h3,
  #footer .container .footer_grid h4, #about_grid .container .left h3, #about_grid .container .left h4,
  #about_grid .container .right h3,
  #about_grid .container .right h4,
  #about_grid .container .footer_grid h3,
  #about_grid .container .footer_grid h4 {
    font-size: 1.4rem;
  }
  .hero__categories__all {
    display: none;
  }
  .hero__search__form input {
    width: auto !important;
  }
  #bottom_header {
    position: relative !important;
    top: 0 !important;
    z-index: 1 !important;
  }
  #bottom_header .right {
    display: none;
  }
  #bottom_header form {
    padding: 5px;
  }
  #bottom_header form select {
    font-size: 12px;
    padding: 0;
  }
  #header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #header .products {
    position: fixed;
    background: #000000a1;
    left: 0;
    top: 93px;
    height: 100%;
    z-index: 111;
    width: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  #header .products ul {
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    height: 100%;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    padding: 10px !important;
    width: 70%;
  }
  #header .products ul li {
    margin: 0 !important;
    display: block;
    width: 100% !important;
  }
  #header .products ul li a {
    color: #fff !important;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: block;
  }
  .actions {
    margin-top: 10px;
  }
  .top_header li {
    margin: 0 2px !important;
  }
  .top_header li a {
    font-size: 12px !important;
  }
  .top_header .right {
    display: none;
  }
  .mid {
    width: 100% !important;
  }
  .mid .hero__search__form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mid .hero__search__form form .hero__search__categories,
  .mid .hero__search__form form button {
    width: 100%;
    text-align: center;
  }
  .mid .hero__search__form form .hero__search__categories {
    border: none !important;
  }
  .mid .hero__search__form form input {
    width: 100% !important;
    text-align: center;
    border: 1px solid #ccc !important;
    margin-bottom: 10px;
  }
  .logo {
    width: 100% !important;
  }
  #bar {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 10px;
    width: 30px;
    height: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#6a11cb), to(#2575fc));
    background: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    border-radius: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2px;
  }
  #bar span {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2px;
    background: #fff;
    position: relative;
  }
  #bar span::after, #bar span::before {
    content: '';
    position: absolute;
    background: #fff;
    height: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  #bar span::after {
    top: -6px;
  }
  #bar span::before {
    bottom: -6px;
  }
  .activeMenu {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .active_bar span {
    background: transparent !important;
  }
  .active_bar span::before {
    -webkit-transform: rotate(45deg) !important;
            transform: rotate(45deg) !important;
    top: 0 !important;
  }
  .active_bar span::after {
    -webkit-transform: rotate(-45deg) !important;
            transform: rotate(-45deg) !important;
    top: 0 !important;
  }
  #product_page {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #product_page .cateories {
    position: relative !important;
    width: 100% !important;
  }
  #product_page .products_listings {
    width: 100% !important;
  }
  #breadcrumb {
    height: 200px;
  }
  #breadcrumb h1 {
    font-size: 1.3rem !important;
  }
  #cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
  }
  #cart .left {
    width: 100%;
    overflow-x: scroll;
  }
  #cart .right {
    margin-top: 1rem;
    width: 100%;
  }
}
/*# sourceMappingURL=media.css.map */