.mobile-block {
  display: none;
}

@media (min-width: 1040px) {
  .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 1140px) {
  .card-deal .col-heading {
    min-width: 280px;
    flex-basis: 280px;
  }

  .nav-home-aside {
    width: 200px;
  }
}
@media (max-width: 992px) {
  /* small tablet devices */
  .table-shopping-cart tr td:first-child {
    width: 250px;
  }
  .table-shopping-cart .itemside .info {
    padding: 0;
  }
  .table-shopping-cart .itemside .aside {
    display: none;
  }

  .card-deal {
    display: block;
  }
  .card-deal .col-heading {
    min-width: 280px;
  }

  .slider-home-banner {
    margin-bottom: 20px;
  }
  .slider-home-banner .carousel-item img {
    max-height: 350px;
  }
}
@media all and (max-width: 768px) {
  .nav-home-aside {
    width: 100%;
  }

  .list-inline-item {
    margin-bottom: 10px;
  }

  .slider-home-banner {
    margin-bottom: 20px;
  }
  .slider-home-banner .carousel-item img {
    max-height: 250px;
  }

  /* mobile devices */
  .section-header .search-header {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .section-header .logo {
    max-height: 32px;
    width: auto;
  }

  .banner-quote {
    min-height: auto;
  }

  .icontext {
    margin-bottom: 20px;
  }

  .card-post {
    margin-bottom: 20px;
  }

  .card-product-grid .img-wrap {
    height: 200px;
  }

  .section-footer .title {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .item-feature {
    margin-bottom: 20px;
  }

  .mobile-order-first {
    order: -1;
  }

  .mobile-order-1 {
    order: 1;
  }

  .mobile-order-2 {
    order: 2;
  }

  .mobile-order-3 {
    order: 3;
  }

  .mobile-block {
    display: block;
  }

  .padding-y {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .padding-top {
    padding-top: 20px;
  }

  .padding-bottom {
    padding-bottom: 20px;
  }

  .padding-y-lg {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .padding-top-lg {
    padding-top: 30px;
  }

  .padding-bottom-lg {
    padding-bottom: 30px;
  }
}

/*# sourceMappingURL=responsive.css.map */
/* navbar */
@media screen and (max-width: 800px) {
  .fixed-top {
    position: relative !important;
  }

  nav.navbar a.navbar-brand h3 {
    font-size: 23px;
  }

  nav.navbar button.navbar-toggler {
    font-size: 15px;
  }

  div.top-nav {
    display: none;
  }
}

/* footer subsriber */
@media screen and (max-width: 1150px) {
  footer div.subscribe div.main {
    width: 900px;
  }
}

@media screen and (max-width: 950px) {
  footer div.subscribe div.main {
    width: 700px;
  }

  footer div.subscribe div.main div.text p {
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
  footer div.subscribe {
    height: auto;
    padding: 20px 0;
  }

  footer div.subscribe div.main {
    display: block;
    width: 90%;
  }

  footer div.subscribe div.main div.text {
    display: block;
    width: 100%;
  }

  footer div.subscribe div.main div.text h2 {
    font-size: 20px;
  }

  footer div.subscribe div.main div.text p {
    font-size: 12.5px;
  }

  footer div.subscribe div.main div.form {
    display: block;
    width: 100%;
  }

  footer div.subscribe div.main div.form input {
    font-size: 14px;
    height: 40px;
    width: calc(100% - 100px);
  }

  footer div.subscribe div.main div.form button {
    height: 40px;
    font-size: 14px;
    width: 100px;
  }
}

/* footer information */
@media screen and (max-width: 1150px) {
  footer div.information div.main {
    width: 800px;
  }

  footer div.information div.main div.about {
    width: 200px;
  }

  footer div.information div.main div.about p {
    font-size: 13px;
  }

  footer div.information div.main div.about div.sosmed a {
    font-size: 15px;
  }

  footer div.information div.main div.item h3.title {
    font-size: 15px;
  }

  footer div.information div.main div.item a,
  footer div.information div.main div.item p {
    font-size: 13px;
  }
}

@media screen and (max-width: 850px) {
  footer div.information div.main {
    width: 600px;
  }

  footer div.information div.main div.item-hide {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  footer div.information div.main {
    padding: 20px;
    width: 90%;
  }

  footer div.information div.about-hide {
    display: none;
  }

  footer div.information div.main div.item-hide {
    display: none;
  }
}

@media screen and (max-width: 350px) {
  footer div.information div.main div.item {
    display: block;
    width: 100%;
  }
  footer div.information div.main div.item-hide {
    display: none;
  }
  footer div.information div.main div.item h3.title {
    font-size: 14px;
  }

  footer div.information div.main div.item a,
  footer div.information div.main div.item p {
    font-size: 12px;
  }
}

/* footer contact */
@media screen and (max-width: 1250px) {
  footer div.contact div.main {
    width: 900px;
  }
}

@media screen and (max-width: 950px) {
  footer div.contact {
    height: 100px;
  }

  footer div.contact div.main {
    width: 800px;
  }

  footer div.contact div.main div.item i {
    font-size: 20px;
  }

  footer div.contact div.main div.item p {
    font-size: 13px;
  }

  div.carousel {
    position: relative;
  }

  div.carousel img {
    height: 230px;
    left: 50%;
    position: relative;
    transform: translate(-50%, 0);
    width: auto;
  }
}

@media screen and (max-width: 850px) {
  footer div.contact {
    height: auto;
  }

  footer div.contact div.main {
    display: block;
    width: 90%;
  }

  footer div.contact div.main div.item {
    display: block;
    height: auto;
    width: 100%;
  }

  footer div.contact div.main div.item i {
    font-size: 17px;
    text-align: center;
    width: 100%;
  }

  footer div.contact div.main div.item p {
    margin-top: 5px;
  }
}

/* footer copyright */
@media screen and (max-width: 400px) {
  footer div.copyright {
    display: block;
    height: auto;
  }

  footer div.copyright p {
    font-size: 12px;
    padding: 10px 0;
    position: relative;
  }
}
.col_white_amrc {
  color: #fff;
}
footer {
  width: 100%;
  background-color: #263238;
  min-height: 250px;
  padding: 0px 0px 25px 0px;
}
.pt2 {
  padding-top: 40px;
  margin-bottom: 20px;
}
footer p {
  font-size: 13px;
  color: #ccc;
  padding-bottom: 0px;
  margin-bottom: 8px;
}
.mb10 {
  padding-bottom: 15px;
}
.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}
.footer_ul_amrc li {
  padding: 0px 0px 5px 0px;
}
.footer_ul_amrc li a {
  color: #ccc;
}
.footer_ul_amrc li a:hover {
  color: #fff;
  text-decoration: none;
}
.fleft {
  float: left;
}
.padding-right {
  padding-right: 10px;
}

.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.footer_ul2_amrc li p {
  display: table;
}
.footer_ul2_amrc li a:hover {
  text-decoration: none;
}
.footer_ul2_amrc li i {
  margin-top: 5px;
}

.bottom_border {
  border-bottom: 1px solid #323f45;
  padding-bottom: 20px;
}
.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.foote_bottom_ul_amrc li {
  display: inline;
}
.foote_bottom_ul_amrc li a {
  color: #999;
  margin: 0 12px;
}

.social_footer_ul {
  display: table;
  padding-left: 0px;
  margin: 15px auto 0 auto;
  list-style-type: none;
}
.social_footer_ul li {
  padding-left: 20px;
  padding-top: 10px;
  float: left;
}
.social_footer_ul li a {
  color: #ccc;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 50%;
}
.social_footer_ul li i {
  width: 20px;
  height: 20px;
  text-align: center;
}
