body {
  color: #030207;
}
.btn {
  color: #030207;
}
.blur {
  filter: blur(6px);
}
.row {
  justify-content: center;
}
.menu-main {
  margin-bottom: 10px;
}
.menu-main > div {
  background-color: #f5f5f5;
  align-items: center;
}
.menu-main > div nav > div {
  justify-content: right;
}
.menu-main > div nav > div ul li {
  border-right: 1px solid #eee;
}
.menu-main > div nav > div ul li a {
  font-size: 18px;
}
.menu-main > div nav > div ul li a i {
  font-size: 18px;
}
.menu-public ul li:nth-child(3),
.menu-public ul li:nth-child(4) {
  display: none;
}
.menu-public ul li:nth-child(2) {
  border: none;
}
.menu-private ul li:nth-child(2) {
  display: none;
}
.menu-private ul li:nth-child(4) {
  border: none;
}
.logo img {
  max-width: 230px;
}
.footer {
  text-align: center;
  margin-top: 50px;
}
#home .footer {
  margin-top: -50px;
}
.im-active img {
  background-color: #333;
}
#process {
  color: #fff;
}
.im-logo {
  text-align: center;
  padding: 5px;
}
.im-footer {
  background-color: #333;
  min-height: 300px;
}
.im-language ul li {
  list-style-type: none;
  display: inline;
}
.objects .pagination-arrow {
  text-align: center;
}
.objects .pagination-arrow i {
  margin: 5px;
  cursor: pointer;
}
.object img {
  width: 100%;
}
.object .carousel i {
  font-size: 40px;
}
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: #fff;
  opacity: 0.8;
  width: 100%;
  height: 60px;
  z-index: 1;
  color: #444;
}
.im-alert-top {
  position: absolute;
  top: 0;
  color: #fff;
  background-color: #e64a00;
}
.im-alert-top i {
  color: #fff !important;
}
#auth-top {
  text-align: right;
  margin: 5px 0;
}
#auth-top button {
  background: none;
  border-color: #fff;
  margin: 0 1px;
}
#auth-top button:hover {
  color: #444;
  border: 1px solid #444;
}
.login-form {
  padding: 10px;
  background-color: #fff;
  opacity: 0.9;
  margin-top: 100px;
  color: #030207;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  -webkit-box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.41);
}
.login-form img {
  width: 200px;
}
.box-text {
  padding: 25px 50px;
  position: relative;
}
.box-text .triangle-up,
.box-text .triangle-down {
  position: absolute;
  width: 30px;
  height: 30px;
}
.box-text .triangle-up {
  background: url(../content/public/triangle-up-344cc8f4633c17d0a155c71fed84cbfc.png) 0 0 no-repeat;
  top: 10px;
  left: 27px;
}
.box-text .triangle-down {
  background: url(../content/public/triangle-down-b361ba716688884b0dec81703b3b07c0.png) 0 0 no-repeat;
  bottom: 27px;
  right: 50px;
}
.text-middle {
  margin-top: -275px;
}
.text-below {
  margin-top: -380px;
  max-width: 85%;
}
.text-middle h3,
.text-below h3,
.text-middle p,
.text-below p {
  color: #fff;
}
.text-middle h3,
.text-below h3 {
  font-size: 34px;
}
.text-middle p,
.text-below p {
  font-size: 24px;
}
.orange-bar {
  width: 100%;
  max-width: 1733px;
  background: #ff6445;
  height: 240px;
}
.orange-bar img {
  width: 311px;
  float: right;
}
.content-middle-bellow-background {
  background-color: #f5f5f5;
  padding-top: 20px;
}
.box-text-simple {
  padding: 20px;
  background-color: #fff;
  border: 10px solid #f5f5f5;
}
.banner-2 img {
  width: 100%;
}
.banner-products {
  margin-top: -30%;
  border-bottom: 10px solid #ff6445;
}
.banner-products img {
  width: 100%;
}
.content-private .object {
  margin-bottom: 10px;
}
.content-private .h4 {
  text-align: center;
  width: 400px;
  margin: 0 auto;
  background-color: #ff6445;
  margin-bottom: 10px;
  color: #fff;
  padding: 5px;
}
.display-pagination a {
  margin: 0 1px 0;
}
.table {
  text-align: left;
}
.product {
  outline: 1px solid #ddd;
  padding: 10px;
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 14px 14px -16px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 14px 14px -16px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 14px 14px -16px rgba(0, 0, 0, 0.22);
}
.product .product-name,
.product .accordion-head {
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.product .product-name > div,
.product .accordion-head > div {
  background-color: #474143;
  padding: 10px;
}
.product .accordion-head {
  background-color: #474143;
  padding: 10px;
}
.product .carousel {
  padding: 5px;
}
.product .add-order {
  background-color: #ff6445;
}
.product .accordion-content {
  display: none;
}
.product .accordion-content a {
  color: #030207;
}
.product .product-text {
  text-align: center;
  margin-top: 5px;
}
.product-detail .link-detail {
  display: none;
}
.product-detail .accordion-head {
  border: 1px solid #474143;
  color: #fff;
}
.product-detail .accordion-content img {
  width: 100px;
}
.link-detail button {
  width: 100%;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.button-product img {
  margin-right: -1px;
  margin-top: -1px;
}
@media (max-width: 1754px) {
  .banner-1 img {
    width: 100%;
  }
}
@media (max-width: 1754px) {
  .banner-1 img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .box-text {
    border-bottom: 1px solid #eee;
  }
  .text-middle {
    margin-top: -240px;
  }
  .text-below {
    margin-top: -290px;
  }
  .text-middle h3,
  .text-below h3 {
    font-size: 28px;
  }
  .text-middle p,
  .text-below p {
    font-size: 18px;
  }
}
@media (max-width: 840px) {
  .footer {
    margin-top: 0 !important;
  }
  .footer i {
    font-size: 25px;
  }
  .footer h3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .text-middle {
    margin-top: -170px;
  }
  .text-below {
    margin-top: -250px;
  }
  .text-middle h3,
  .text-below h3 {
    font-size: 22px;
  }
  .text-middle p,
  .text-below p {
    font-size: 14px;
  }
  .footer {
    margin-top: 0;
  }
  .footer i {
    font-size: 40px;
  }
  .footer h3 {
    font-size: 20px;
  }
}
@media (max-width: 650px) {
  .footer {
    margin-top: -45px;
  }
  .footer h3 {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .text-middle {
    margin-top: -140px;
  }
  .text-below {
    margin-top: -186px;
  }
  .text-middle h3,
  .text-below h3 {
    font-size: 18px;
  }
  .text-middle p,
  .text-below p {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .footer {
    margin-top: -45px;
  }
  .footer h3 {
    font-size: 10px;
  }
}
@media (min-width: 993px) {
  .box-text {
    border-right: 1px solid #eee;
  }
}
@media (min-width: 2200px) {
  #home .text-middle > div {
    width: 1000px;
    margin-left: -200px;
  }
  #home .text-below > div {
    margin-top: -100px;
    margin-left: -300px;
  }
}
.search {
  width: 90%;
  margin: 80px auto;
}
.search .object {
  padding: 40px;
  background-color: #fff;
  display: block;
}
.breadcrumb {
  margin: 0;
}
#filter select {
  margin-bottom: 5px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.cart {
  cursor: pointer;
  background-color: #f5f5f5;
}
.cart #cart-content {
  width: 380px;
  float: right;
  padding: 10px;
  background-color: #030207;
  color: #fff;
}
.cart #cart-content i {
  font-size: 22px;
}
.cart-preview {
  top: 0;
  right: 0;
  display: none;
  width: 430px;
  position: fixed;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.41);
}
#cart-preview-content span {
  float: right;
  padding: 5px;
  cursor: pointer;
}
#cart-preview-content table tr th,
#cart-preview-content table tr td {
  padding: 10px 5px;
}
#cart-preview-content table tr th i,
#cart-preview-content table tr td i {
  cursor: pointer;
}
#add-order-alert {
  position: fixed;
  padding: 50px 0 50px;
  text-align: center;
  width: 50%;
  left: 25%;
  top: 200px;
  background-color: #fff;
  z-index: 1;
  opacity: 0.9;
  -webkit-box-shadow: 0px 14px 14px -16px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 14px 14px -16px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 14px 14px -16px rgba(0, 0, 0, 0.22);
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  display: none;
}
#add-order-alert i {
  font-size: 80px;
  color: #2bcf3a;
}
.language {
  width: 100%;
}
.language ul {
  padding: 2px;
  margin: 7px;
  background-color: #fff;
  display: flex;
  opacity: 0.6;
}
.language ul li {
  list-style-type: none;
  margin: 0 3px;
}
.language ul li a {
  color: #333;
  font-weight: bold;
}
/*# sourceMappingURL=main.css.map */