@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
@import url("https://cdn.rawgit.com/daneden/animate.css/v3.1.0/animate.min.css");
@import url("../../font/Fontawesome/css/all.min.css");
@import url("../../../templates/css/styles.css");
#headerPage {
  padding: 0px 0px !important;
}
#headerPage .header-top {
  background-color: #56b849;
}
#headerPage .header-top p.track {
  margin: 3px 0px;
  color: #ffffff;
  line-height: 24px;
  font-weight: 500;
}
#headerPage .header-top p.track a,
#headerPage .header-top p.track p,
#headerPage .header-top p.track i {
  color: #ffffff;
}
#headerPage .header-top p.cart {
  margin: 3px 0px;
  color: #ffffff;
  line-height: 24px;
  text-align: right;
  font-weight: 500;
}
#headerPage .header-top p.cart a,
#headerPage .header-top p.cart p,
#headerPage .header-top p.cart i {
  color: #ffffff;
}

.address-header {
  padding: 5px;
  margin: 0 auto;
  text-align: right;
  justify-content: center;
  align-items: center;
}
.address-header li {
  display: inline;
  margin-left: 15px;
  color: #ffffff;
}
.address-header li a,
.address-header li p,
.address-header li i {
  color: #ffffff;
}

.insHeaderWrap #logo {
  height: 100px;
  width: auto;
}

.search-form {
  padding-top: 30px;
}
.search-form .input-group .form-control {
  height: 45px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.search-form .input-group .btn-default {
  height: 45px;
}

.custom-infor {
  margin-top: 15px;
}
.custom-infor p {
  font-weight: 500;
}
.custom-infor p .icon-custom {
  background-color: #5daa2a;
  border-radius: 90px;
  padding: 9px;
  color: white;
}
.custom-infor p .icon-custom strong {
  font-size: 20px;
}

header {
  padding-top: 0px;
  padding-bottom: 0px;
}

#navMenu {
  background-color: #56b849;
  padding: -3px;
}
#navMenu .nav-item,
#navMenu .active {
  border-right: 1px solid #28a44a;
}
#navMenu .nav-item a.nav-link,
#navMenu .active a.nav-link {
  color: #ffffff;
  padding: 15px 40px !important;
}
#navMenu .nav-item a.nav-link i,
#navMenu .active a.nav-link i {
  color: #ffffff;
}
#navMenu .nav-item a.nav-link:focus,
#navMenu .active a.nav-link:focus {
  text-decoration: none;
  background-color: #fbd80a;
}
#navMenu .nav-item a.nav-link:hover,
#navMenu .active a.nav-link:hover {
  text-decoration: none;
  background-color: #fbd80a;
  color: #000000;
}
#navMenu .dropdown {
  border-right: 1px solid #28a44a;
}
#navMenu .dropdown.open .dropdown-toggle {
  background-color: #fbd80a;
}
#navMenu .dropdown .dropdown-toggle {
  color: #ffffff;
  padding: 15px 40px !important;
}
#navMenu .dropdown .dropdown-toggle i {
  color: #ffffff;
}
#navMenu .dropdown .dropdown-toggle:focus {
  text-decoration: none;
  background-color: #fbd80a;
}
#navMenu .dropdown .dropdown-toggle:hover {
  text-decoration: none;
  background-color: #fbd80a;
}
#navMenu .dropdown .dropdown-toggle:active {
  text-decoration: none;
  background-color: #fbd80a;
}
#navMenu .dropdown:hover .dropdown-menu {
  display: block;
}
#navMenu .dropdown .dropdown-menu {
  padding: 0px 0;
  top: 90%;
  width: 100%;
  border-radius: 0px;
}
#navMenu .dropdown .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #fbd80a;
  display: block;
  font-size: 17px;
  padding: 5px 3px;
}
#navMenu .dropdown .dropdown-menu li {
  border-bottom: 1px dashed #56b849;
}
#navMenu .dropdown .dropdown-menu li:last-child {
  border-bottom: unset;
}

#banner-header {
  width: 100%;
  margin: 3px;
  max-height: 100px;
}

@media (min-width: 768px) {
  .navbar-collapse {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
@media (max-width: 768px) {
  .custom-cart {
    z-index: 999999;
  }
  .custom-cart .cart .number-cart {
    position: absolute;
    top: 6px !important;
    display: inline-table;
    left: 23px;
    text-align: center;
    z-index: 999999;
    padding: 0px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    background-color: #ed773f;
    min-width: 20px;
    border-radius: 90px;
    height: 20px;
  }
  .custom-cart .cart .icon-cart {
    font-size: 40px !important;
    color: #ffffff !important;
    position: absolute !important;
    top: 9px !important;
    left: 0px !important;
  }

  .address-header li {
    display: inherit;
    margin-left: 15px;
    color: #fff;
  }

  .address-header {
    padding: 5px;
    margin: 0 auto;
    line-height: 27px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .cart,
.track {
    text-align: center !important;
  }

  .navbar-header {
    background-color: #56b849;
  }
  .navbar-header .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #e6daa6;
    border: 1px solid white;
    border-radius: 4px;
  }
  .navbar-header .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    color: #3a1c21;
    border-radius: 1px;
    background-color: #331519;
  }

  #navMenu {
    background-color: #ffffff !important;
  }
  #navMenu .nav-item,
#navMenu .active,
#navMenu .dropdown {
    border-right: unset !important;
  }
  #navMenu .nav-item a,
#navMenu .nav-item i,
#navMenu .nav-item span,
#navMenu .active a,
#navMenu .active i,
#navMenu .active span,
#navMenu .dropdown a,
#navMenu .dropdown i,
#navMenu .dropdown span {
    color: #000000 !important;
  }
}
.navbar {
  border: unset;
  margin-bottom: 0px !important;
}

.backToTop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #49a010;
  color: #fff !important;
  font-size: 20px;
  z-index: 99999;
  text-align: center;
  border-radius: 50%;
  box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1);
  display: none;
}

.breadcrumb {
  background-color: unset;
}
.breadcrumb li .active {
  font-weight: 600;
}
.breadcrumb li a span {
  color: #00739c;
}
.breadcrumb li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #00739c;
}

.nav-right ul {
  list-style: none;
  padding: 0px;
  background: #ffffff !important;
  border-radius: 3px;
  border-radius: 0 0 3px 3px;
  border: 1px dashed #56b849;
}

.hotro {
  border-bottom: 1px dashed #56b849;
  padding-bottom: 14px;
  border: 1px dashed #56b849;
  padding: 10px 5px;
  padding-top: 10px;
  border-radius: 5px;
}

.btn-success-custom {
  background-color: #56b849 !important;
}

.custom-cart .cart {
  position: relative;
}
.custom-cart .cart .icon-cart {
  font-size: 40px;
  color: #56b849;
  position: absolute;
  top: 25px;
  left: 0px;
}
.custom-cart .cart .number-cart {
  position: absolute;
  top: 14px;
  text-align: center;
  padding: 1px;
  right: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #fbd80a;
  min-width: 25px;
  border-radius: 90px;
  height: 25px;
}

.title-home2 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  background: unset;
  background-size: contain;
  text-align: left;
  margin-top: 13px;
  position: relative;
  background-color: #56b849;
  z-index: 1;
  margin-bottom: -1px;
  padding: 11px 6px;
}

.title-home span {
  color: #fbd80a;
  border-bottom: 3px solid #fbd80a;
  padding-bottom: 7px;
  padding-right: 10px;
}

.title-home2 span {
  color: #ffffff;
}

.nav-right ul li {
  border-top: 1px solid #fbd80a;
  border-bottom: 1px solid #fbd80a;
}

#mainFooter .footer-content .customer ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  padding-right: 3px;
  font-size: 12px;
  color: #fff;
}

.nav-right ul li a {
  display: block;
  padding: 9px 15px;
  color: #183764;
}

.m-5 {
  margin: 0rem !important;
}

.nav-right ul li a:hover {
  text-decoration: none;
  background-color: #f8f9fa;
}

.buy-now {
  box-shadow: 0xp 2px 1px 2px #000;
  border-radius: 30px;
  background-color: #56b849;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-left: 2px solid #088f95;
  border-bottom: 2px solid #088f95;
}

.san-phamhot {
  border: 1px dashed #56b849;
}

.new-righ {
  border: 1px dashed #56b849;
}
.new-righ .item-new-right {
  padding: 5px 0;
  border-bottom: 1px solid #fbd80a;
}
.new-righ .item-new-right .name a {
  font-size: 13px;
}

img.imgLoopItem {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
}

.pdLoopImg.elementFixHeight {
  height: 300px;
}

/*# sourceMappingURL=all.min.css.map */
