* {
  font-family: 'Prompt',
    'Poppins',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Open Sans',
    'Helvetica Neue',
    sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}


.main-content {
  background: #fff;
}

.modal-title {
  font-weight: 700;
}

.bg-lighgray {
  background-color: #FAF9F8 !important;
}

.text-green {
  color: #1C3C34 !important;
}

.text-green-logo {
  color: #00A153 !important;
}

.text-gray {
  color: #8B8B8B !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.font-11-5px {
  font-size: 11.5px;
}

.ww-tb-container.no-response .dataTables_wrapper .table-responsive {
  overflow-x: unset;
}

.hide-table {
  display: block;
}

.show-table {
  display: none;
}


@media (max-width: 425.99px) {
  .hide-table {
    display: none;
  }

  .show-table {
    display: block;
  }

  .border-orange {
    margin-bottom: 0;
  }
}

.menu-product {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.menu-product img {
  width: 85%;
  height: 100%;
}

.menu-product p {
  white-space: nowrap;
}

.font-12px {
  font-size: 12px;
}

.font-w400 {
  font-weight: 400;
}

.login-session {
  background: #FCD1BB;
  /* background: #EFEDE0; */
  height: 100px;
  display: flex;
  align-items: center;
}

.login-session a {
  color: #1C3C34;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Prompt', serif;
}

.login-session a:hover {
  color: #10231e;
}

.login-session .divider {
  background: #CFCCB9;
  margin: 0 10px;
  width: 1px;
  height: 25px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

#header {
  background: #fff;
  border-bottom: 1px solid #E1E1E1;
}

#header .form-control {
  color: #1C3C34;
  border: 1px solid #E1E1E1;
  border-right: 0;
  border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  -o-border-radius: 20px 0 0 20px;
}

#header .input-group-btn .btn {
  background: #fff;
  border: 1px solid #E1E1E1;
  border-left: 0;
  border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  -o-border-radius: 0 20px 20px 0;
  display: flex;
  align-items: center;
  height: 38px;
}

#header .nav-link {
  /* color: #B2B2B2; */
  color: #413939;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -ms-transition: all 150ms;
  -o-transition: all 150ms;
}

#header .nav-link:hover,
.breadcrumb-item a:hover {
  color: #1C3C34;
  opacity: 0.85;
}

#header .active .nav-link {
  font-weight: 600;
  color: #1C3C34;
  transition: all 250ms;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
}

#header .icon-basket {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #1C3C34;
  font-weight: 500;
}

#header .icon-basket:hover,
#header .icon-basket:hover svg path {
  color: #2c5e51;
}

.navbar-toggler {
  padding: 0px;
  border: none;
}

.navbar-toggler:focus {
  outline: none;
  border: none;
}

.navbar-toggler svg {
  width: 60px;
  height: auto;
}

.fix-mobile-img {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  padding: 1px;
}

.hero-image {
  /* max-width: 1285px; */
  max-width: 1135px;
  max-height: 500px;
  margin: 0 auto;
  display: flex;
}

.hero-image img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transition: all 250ms;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
}

.product-img img,
.banner-cover img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  max-width: 195px;
  max-height: 195px;
  min-width: 195px;
  min-height: 195px;
  transition: all 250ms;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
}

.product-img.confirm-product-img img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 150px;
  min-width: unset !important;
  min-height: unset !important;
  transition: all 250ms;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
}

.product-category img,
.event-carousel img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transition: all 250ms;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
}

.product-category-list {
  max-width: 1135px;
  margin: auto;
  padding: 20px 0 15px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  overflow: auto;
}

.scroll-x::-webkit-scrollbar-track,
.product-list::-webkit-scrollbar-track,
.product-category-list::-webkit-scrollbar-track {
  background: #ffffff;
}

.scroll-x::-webkit-scrollbar-thumb,
.product-list::-webkit-scrollbar-thumb,
.product-category-list::-webkit-scrollbar-thumb {
  background: #1C3C34;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.scroll-x::-webkit-scrollbar,
.product-list::-webkit-scrollbar,
.product-category-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.product-category-list p {
  margin: 10px auto;
  color: #1C3C34;
  width: 145px;
}

.product-category {
  display: block;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  position: relative;
}

.product-category::after {
  content: '';
  background-color: #EFEDE0;
  background: url('../../images/icon/icon-cupcake.svg') center no-repeat, url('../../images/bg-blur.png') center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 250ms;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
}

.event-img {
  height: 100%;
}

.event-img::after,
.product-card .product-img::after {
  content: '';
  background-color: #EFEDE0;
  background: url('../../images/icon/icon-croissants-green.svg') center no-repeat, url('../../images/bg-blur-sq.png') center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 250ms;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
}

.product-img.view-detail {
  max-width: 195px;
}

.product-img.view-detail::after {
  opacity: 1;
}

.event-img::after {
  content: '';
  background-color: #EFEDE0;
  background: url('../../images/icon/icon-bread.svg') center no-repeat, url('../../images/bg-blur-sq.png') center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 250ms;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
}

.event-img.hover::after,
.product-card.hover .product-img::after,
.product-category-list a:hover .product-category::after,
.product-category-list a.hover .product-category::after {
  opacity: 1;
}

.product-category-list a:hover .product-category img {
  height: 110%;
}

.product-card {
  /* width: 200px;
  height: 300px; */
  /* max-width: 200px; */
  box-shadow: none;
  border: 0;
  margin: 30px 35px 30px 0;
  background: none;
}

.product-card .card-body {
  padding: 0;
  font-size: 15px;
  color: #1C3C34;
  text-align: center;
  background-color: #ffffff;
}

.product-card .card-body p {
  margin-bottom: 10px;
}

.product-card .product-img {
  width: 200px;
  height: auto;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
}

.nm-price {
  color: #B2B2B2;
  font-size: 12px;
  text-decoration: line-through;
}

.dc-price {
  color: #C61932;
}

.product-list {
  overflow: auto;
  margin: 0;
}

.product-list .col-12 {
  padding: 0;
}

.title_list {
  width: 100%;
  height: 50px;
  background: #247D26;
  /* border-radius: 25px; */
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.title_text_list {
  color: #fff;
  margin-bottom: 0;
}

.img-wel {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-wel img {
  width: 100%;
  height: 100%;
}

.img-promo {
  width: 70%;
  height: auto;
  margin: auto;
}

.img-promo img {
  width: 100%;
  height: 100%;
}

.text-wel {
  position: absolute;
  top: 65%;
  left: 50%;
  width: 65%;
  height: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.text-wel p {
  white-space: nowrap;
}

.modal-body.custom-wel {
  padding: 0;
}

.modal-content.bg-welcome {
  background-color: transparent;
  border: none;
}

.custom-close-modal {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
}

.custom-close-modal svg {
  width: 100%;
  height: 100%;
}

/* .text-wel {
  width: 60%;
  height: 100%;
  position: absolute;
  color: #fff;
  top: 60%;
  left: 20%;
  text-align: center;
} */

.btn-code-discount {
  background-color: #000000;
  color: #ffffff;
  border-radius: 25px;
  height: 40px;
  margin: 15px 0;
}

@media (max-width: 425.99px) {
  .title_text_list {
    font-size: 18px;
  }
}

@media (max-width: 375.99px) {
  .text-wel {
    top: 60%;
    font-size: 12px;
    margin: 0 !important;
  }

  .btn-code-discount {
    margin: 5px 0;
  }

  .logo-modal {
    width: 55px !important;
    top: 15px !important;
    left: 5px !important;
  }
}

@media (max-width: 320.99px) {
  .text-wel p {
    margin: 0 !important;
  }

}

.icon-total {
  border-radius: 50%;
  background-color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #247D26;
}

.text-icon-heading {
  width: 105px;
  height: 105px;
  background: #FAF9F8;
  border-radius: 50%;
  margin: -20px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-icon-heading-text {
  font-size: 25px;
  color: #1C3C34;
  font-weight: 600;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.bg-white .text-icon-heading {
  background: #fff;
}

.banner-cover {
  margin: 10px 0;
  height: 300px;
}

.product-special-price {
  margin-top: 1.5rem;
  margin-right: 0;
  /* justify-content: space-between; */
}

.scroll-container4 {
  overflow: auto;
}

.icon-divider {
  background: url('../../images/icon/icon-divider.svg');
  width: 100%;
  height: 40px;
}

.scroll-container5 h5 {
  font-size: 20px;
  color: #1C3C34;
  font-weight: 500;
}

.event-carousel {
  height: 244px;
  position: relative;
  cursor: pointer;
}

.event-carousel p {
  margin: 16px 0;
  font-size: 20px;
  font-weight: 500;
  color: #1C3C34;
}

.event-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(239, 237, 224, 0.9);
  opacity: 0;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 250ms;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
}

.event-carousel:hover .event-text {
  opacity: 1;
}

.btn-orange {
  background: #EB7F36;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.btn-orange:hover {
  background: #EB6D18;
  color: #fff;
}

.copyright-section {
  background: #EFEDE0;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.copyright-section .copyright {
  color: #1C3C34;
  font-size: 14px;
}

.btn-social {
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 250ms;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
}

.social-section {
  margin: 10px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 45px;
  /* padding: 20px 45px; */
  padding: 0px 45px 20px 45px;
  border-bottom: 1px solid #999999;
}

#footer .container {
  padding-top: 20px;
}

#footer p {
  color: #1C3C34;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

#footer .nav-link {
  color: #1C3C34;
  font-size: 14px;
}

#footer,
#footer .copyright-section {
  background: hsl(20, 95%, 94%);
  /* background: #EBE9E5; */
}

#footer .copyright-section {
  margin: 20px 0;
  /* border-top: 1px solid #DDDCD8; */
}

.product-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
}

.product-banner h1 {
  font-size: 30px;
  font-weight: 500;
  color: #1C3C34;
}

.product-banner h5 {
  font-size: 14px;
  color: #1C3C34;
  pointer-events: none;
}

.product-banner a {
  font-size: 14px;
  color: #1C3C34;
  pointer-events: all;
}

.category-list a {
  color: #1C3C34;
  font-weight: 600;
  font-size: 15px;
}

.category-list a:hover {
  color: #1C3C34;
  font-weight: 600;
  font-size: 15px;
}

.category-list {
  color: #ABABAB;
  font-size: 15px;
}

.category-list a:hover,
.related-product:hover,
.product-banner a:hover {
  color: #2c5e51;
}

.text-heading {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 14px;
  font-size: 20px;
  color: #1C3C34;
  font-weight: 600;
}

.related-product .product-img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
}

.related-product {
  padding: 25px 0;
  display: block;
  color: #1C3C34;
}

.related-product:not(:last-child) {
  border-bottom: 1px solid #eee;
}

a .product-card:hover .product-img img {
  /* width: 110%; */
  height: 110%;
}

.product-list-col .product-card,
.product-list-col .product-card .product-img {
  width: 195px;
}

.pagination .page-link,
.pagination .page-item .page-link,
.pagination .dropdown-toggle,
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: none;
  width: 55px;
  height: 32px;
  text-align: center;
  border-bottom: 2px solid #E1E1E1;
  background: transparent;
  font-size: 12px;
  color: #1C3C34;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin: 0;
}

.pagination .active .page-link,
.pagination .active .dropdown-toggle,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 0;
  border-bottom: 2px solid #1C3C34;
  background: none;
  color: #1C3C34 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 0;
  border-bottom: 2px solid #EA7E36;
  color: #1C3C34 !important;
  background: none !important;
}

.pagination .dropdown-menu {
  background: #fff;
}

.dataTables_wrapper .dataTables_paginate {
  float: none;
  text-align: center;
  padding-top: 1rem;
}

.pagination .dropdown-menu {
  background: #fff;
  border-radius: 10px;
  padding: 0;
  text-align: center;
  font-size: 12px;
  min-width: auto;
  left: 0;
  bottom: 32px;
  top: unset !important;
  right: unset !important;
  transform: unset !important;
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  -o-transform: unset !important;
}

.mix-blend-mode-darken {
  mix-blend-mode: darken;
}

.img-banner {
  position: absolute;
  width: 50px;
  height: 25px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sale-banner {
  top: 10px;
  right: 0;
  background: #F0D256;
  color: #1C3C34;
}

.new-banner {
  top: 10px;
  left: 0;
  background: #1C3C34;
  color: #fff;
}

.hots-banner {
  top: 10px;
  left: 0;
  background: #C61932;
  color: #fff;
}

.ofs-banner {
  top: 10px;
  left: 0;
  background: #C61932;
  color: #fff;
  width: 80px;
}

.basket-banner {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #EB7F36;
  width: 45px;
  height: 40px;
  border-radius: 10px 0 0 0;
}

.basket-banner svg path {
  fill: #fff;
}

.btn-sort {
  width: 113px;
  height: 40px;
  background: none;
  border: none;
  color: #1C3C34;
  font-size: 16px;
}

.btn-sort.dropdown-toggle::after {
  display: none;
}

.btn-sort.dropdown-toggle svg {
  transform: rotate(90deg);
}

.btn-social {
  background: #B2B2B2;
}

.btn-social svg path,
.btn-social svg ellipse {
  fill: #fff;
}

/* Underline from left */
.phvr-underline-from-left p {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.phvr-underline-from-left p:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #1C3C34;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  opacity: 0.8;
}

.phvr-underline-from-left:hover p:before,
.phvr-underline-from-left:focus p:before,
.phvr-underline-from-left:active p:before {
  right: 0;
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.15s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  /* transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px); */
}


.menu-active {
  border-bottom: 3px solid #247D26;
  color: #247D26;
  line-height: 25px;
}

.new-banner.was-hot {
  top: 40px;
}

.breadcrumb {
  background: transparent;
  padding: 8px
}

.breadcrumb-item a {
  color: #B2B2B2;
}

.breadcrumb-item.text-green {
  cursor: default;
}

.product-name {
  color: #1C3C34;
  font-size: 25px;
  line-height: 33px;
}

.product-counter {
  width: 140px;
}

.product-counter input {
  text-align: center;
  border-radius: 17px;
}

.product-counter input::-webkit-inner-spin-button,
.product-counter input::-webkit-outer-spin-button {
  display: none;
}

.product-counter .fas {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
  color: #1C3C34;
  padding: 10px 12px;
  border-radius: 17px 0 0 17px;
  -webkit-border-radius: 17px 0 0 17px;
  -moz-border-radius: 17px 0 0 17px;
  -ms-border-radius: 17px 0 0 17px;
  -o-border-radius: 17px 0 0 17px;
}

.product-counter .fas.fa-plus {
  left: unset;
  right: 0;
  border-radius: 0 17px 17px 0;
  -webkit-border-radius: 0 17px 17px 0;
  -moz-border-radius: 0 17px 17px 0;
  -ms-border-radius: 0 17px 17px 0;
  -o-border-radius: 0 17px 17px 0;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.text-orange {
  color: #EA7E36 !important;
}

.underline {
  text-decoration: underline !important;
}

.btn-primary {
  background: #1C3C34;
  border-color: #1C3C34;
  color: #fff;
  border-radius: 17px;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -ms-transition: all 150ms;
  -o-transition: all 150ms;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:hover,
.btn-primary:active {
  background: #397969;
  color: #fff;
  border-color: #397969;
}

.btn-primary:focus {
  outline: 0;
  box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background: #1C3C34;
  border-color: #1C3C34;
}

.btn-primary.btn-status:disabled {
  background: hsl(165, 36%, 47%);
  border-color: hsl(165, 36%, 47%);
}

.btn-wheat {
  background: #EFEDE0 !important;
  border-color: #EFEDE0 !important;
  color: #1C3C34;
}

.btn-wheat:hover {
  color: #1C3C34;
}

.btn-outline-gray {
  background: #fff !important;
  border-color: #EFEDE0 !important;
  color: #B2B2B2 !important;
}

.btn-outline-gray:hover {
  background: #B2B2B2 !important;
  color: #fff !important;
}

.btn-outline-primary {
  color: #1C3C34;
  border: 1px solid #B2B2B2;
  background: #fff;
  border-radius: 17px;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -ms-transition: all 150ms;
  -o-transition: all 150ms;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:hover {
  color: #fff;
  background-color: #397969;
  border-color: #397969;
}

.btn-outline-primary:focus {
  box-shadow: none;
  outline: 0;
}

.star-wrap .fa-star {
  color: #1C3C34;
}

.btn-link {
  color: #1C3C34;
}

/* Cart */

.shopping-cart-nav::-webkit-scrollbar {
  width: 0px;
}

.shopping-cart-nav::-webkit-scrollbar-track {
  background: white;
}

.shopping-cart-nav::-webkit-scrollbar-thumb {
  background: white;
  border-radius: 0;
}

.shopping-cart-nav::-webkit-scrollbar-thumb:hover {
  background: white;
}

.abs-half-v {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.shopping-cart-nav {
  width: 375px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  /* max-height: 100vh; */
  overflow: scroll;
  transition: 0.5s;
  opacity: 0;
}

.shopping-cart-nav.show {
  opacity: 1;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shopping-cart-nav-overlay {
  position: unset;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  z-index: unset;
  background-color: transparent;
  transition: 0.5s;
}

.shopping-cart-nav.show~.shopping-cart-nav-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 501;
  background-color: rgba(0, 0, 0, 0.4);
}

.shopping-cart-header {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
}

.shopping-cart-product.payment {
  padding-top: 15px;
  padding-bottom: 15px;
}

.shopping-cart-product.payment .form-control {
  padding: .375rem 0rem;
  text-align: center !important;
  border-radius: .25rem;
  border: 1px solid #C9C9C9;
  border-right: 0;
  border-left: 0;
}

.shopping-cart-product.payment .form-control:focus {
  color: unset;
  background-color: unset;
  border-color: #C9C9C9;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

.shopping-cart-product.payment .btn {
  border: 1px solid #C9C9C9;
}

.shopping-cart-product.payment .btn.left {
  border-right: 0;
}

.shopping-cart-product.payment .btn.right {
  border-left: 0;
}

.shopping-cart-summary {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #dee2e6;
}

.shopping-cart-redeem {
  padding-top: 15px;
  padding-bottom: 15px;
}

.shopping-cart-nav .product-counter {
  width: 120px;
}

.modal .login-facebook {
  background-color: #395398;
  border-color: #395398;
  border-radius: 17px;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -ms-transition: all 150ms;
  -o-transition: all 150ms;
}

.modal .login-facebook:hover {
  background-color: #426dbd;
  border-color: #426dbd;
}

.modal .login-google {
  color: #29303b;
  border-color: #a5afc0;
  border-radius: 17px;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -ms-transition: all 150ms;
  -o-transition: all 150ms;
}

.modal .login-google:hover {
  background: #f0f2f5;
}

.custom-control-input:checked~.custom-control-label::before {
  background-color: #EA7E36;
  border-color: #EA7E36;
}

.modal-header .close:focus {
  box-shadow: none;
  outline: 0;
}

.profile-image-sm {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
}

a.text-green {
  color: #1C3C34;
}

a.text-green:hover {
  color: #2c5e51;
}

a.text-green.active {
  font-weight: 600;
}

.address-status {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  border: 2px solid #EA7E36;
}

.address-status.active {
  background: #EA7E36;
}

.form-control-plaintext:focus {
  outline: 0;
}

.btn-orange {
  color: #fff;
  height: 30px;
  padding: 0 10px;
  background-color: #EA7E36;
  border-color: #EA7E36;
}

.btn-orange:hover {
  color: #fff;
  background-color: #e47831;
  border-color: #e47831;
}

.btn-orange:focus,
.btn-orange.focus {
  box-shadow: 0 0 0 0.2rem #ea7e3687;
}

.btn-orange.disabled,
.btn-orange:disabled {
  color: #fff;
  background-color: #e47831;
  border-color: #e47831;
}

.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active,
.show>.btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #e47831;
  border-color: #e47831;
}

.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus,
.show>.btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #ea7e3687;
}


.bg-heading {
  background: #EBE9E5;
  padding: 16px;
  border-radius: 5px;
}

.bg-heading h2 {
  font-size: 20px;
  color: #1C3C34;
  font-weight: 600;
  margin: 0;
}

.ww-tb-container table thead th {
  background: #fff;
  color: #B2B2B2;
  border-color: #EEEEEE;
}

.ww-tb-container .product-img {
  height: 50px;
  width: 50px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.btn-upload-image {
  border: 2px dashed #bbb;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.confirm-product-list .product-img {
  width: 150px;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
}

.status-col .icon {
  display: flex;
  justify-content: center;
  position: relative;
  height: 70px;
}

.status-col:not(.lastcol) .pinned::before {
  content: '';
  width: calc(100% + 30px - 8px);
  height: 2px;
  background: #E1E1E1;
  position: absolute;
  bottom: 15px;
  left: calc(50% + 4px);
}

.status-col .pinned:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: #EBE9E5;
  border: 1px solid #B0A9A0;
  border-radius: 50%;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.status-col .pinned.active:after {
  background: #247D26;
  border: 1px solid #B0A9A0;
}

table .product-img {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

table .product-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-width: unset;
  min-height: unset;
}

table p {
  font-size: 14px;
  font-weight: 600;
  color: #2B2B2B;
}

.icon svg path,
.icon svg rect {
  fill: #BEBEBE;
}

.icon.active svg path,
.icon.active svg rect {
  fill: #1C3C34;
}

.log.product-img {
  position: relative;
  width: 60px;
  height: 60px;
}

.log.product-img.more::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #EFEDE0;
  opacity: 0.9;
}

.log.product-img .moreno {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1C3C34;
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
}

.img-fit-contain {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.ww-image-upload-preview-box.custom-border {
  background-color: transparent;
}

.news-row .holder {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.max-width-150 {
  max-width: 150px;
}

.max-height-500 {
  max-height: 150px;
}

.btn-social:focus {
  box-shadow: none;
  outline: 0;
}

.radio-green .custom-control-label::before {
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.custom-radio.radio-green .custom-control-input:checked~.custom-control-label::after {
  background: #1C3C34;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 50%;
  left: -19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.radio-green .custom-control-input:checked~.custom-control-label::before {
  background-color: #fff;
  border-color: #AEB6BE;
}

#payment .close-modal {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.custom-radio.radio-green.bank-radio .custom-control-input:checked~.custom-control-label::after {
  top: 12px;
  transform: unset;
}

.radio-green.bank-radio .custom-control-label::before {
  top: 7px;
  transform: unset;
}

#payment .ww-image-upload {
  width: 190px;
  height: 179px;
  border-radius: 5px;
}

.pointer-events-none .custom-radio .custom-control-label::before {
  border: 0;
}

.text-correct-format {
  font-size: 0;
  transition: all 120ms;
  -webkit-transition: all 120ms;
  -moz-transition: all 120ms;
  -ms-transition: all 120ms;
  -o-transition: all 120ms;
}

.text-correct-format.show {
  margin-top: 8px;
  font-size: 12px;
}

.image-carousel {
  padding: 18px 0;
}

.image-carousel-container {
  width: 85px;
  position: relative;
}

.image-prev,
.image-next {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  cursor: pointer;
}

.slick-arrow.slick-disabled {
  opacity: 0.3;
}

.image-next {
  top: unset;
  bottom: 0;
}

.main-img {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.image-carousel-container .image-carousel .image-list {
  height: 100px;
  border-radius: 7px;
  overflow: hidden;
}

.image-carousel-container .image-carousel .image-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.image-carousel-container .slick-slide {
  margin: 0;
  margin-bottom: 5px;
}

.image-carousel-container .slick-list {
  margin: 0;
  margin-bottom: -5px;
}

.nav-tabs,
.nav-tabs .nav-link {
  border: none;
}

.nav-tabs .nav-link {
  color: #B2B2B2;
  font-size: 14px;
  font-weight: 600;
}

.nav-tabs .nav-link.active {
  color: #1C3C34;
}

.scroll-x {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.header-noborder #header {
  border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  width: 25px;
}

/* Custom add by EarTh  */
div.overflow-regis {
  background: white;
  color: #212529;
  padding: 10px;
  width: 100%;
  height: 150px;
  overflow-y: scroll;
  border: 1px solid #ccc;
}

.new-description {
  font-size: 14px;
  color: #1C3C34;
}

.custom-button {
  padding: 5px;
}

.confirm-re-button {
  padding: 5px 10px;
}

.custom-padding {
  padding-top: .75rem
}

.btn-accept-packing {
  color: #1C3C34;
  border: 1px solid #B2B2B2;
  background: #fff;
  border-radius: 17px;
  transition: all 150ms;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -ms-transition: all 150ms;
  -o-transition: all 150ms;
  margin-top: .5rem;
}

.btn-accept-packing:hover {
  color: #fff;
  background-color: #009444;
  border-color: #009444;
  border-radius: 17px;
}

.button-news {
  border-radius: 50px;
  padding: 10px 15px;
  max-width: 230px;
}

.total-cat-text {
  font-size: 15px;
}

.category-text {
  font-size: 15px;
  font-weight: 500;
  /* font-weight: 400; */
}

.category-text:hover {
  font-weight: 700;
}

.group-text {
  font-size: 15px;
  /* font-size: 13px; */
  font-weight: 500;
  /* color: hsl(0, 0%, 46%); */
}

.group-text:hover {
  font-weight: 700;
}

.group-text-float {
  display: inline-block;
}

.auto-input.custom-box {
  border-radius: 5px;
  border: 1px solid #9C9C9C;
}

.hvr-float:after {
  display: inline-block;
  float: right;
  font: normal normal normal 8px/1 FontAwesome;
  font-size: 10px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  transform: rotate(-90deg);
  transition: all linear 0.25s;
}

.hvr-float.collapsed:after {
  transform: rotate(90deg);
  color: #B2B2B2;
  font-size: 10px;
}

.hvr-float.collapsed.arrow-up:after {
  transform: rotate(-90deg);
  color: #B2B2B2;
  font-size: 10px;
}

.hvr-float.category {
  display: inline-block;
  padding: 10px 0px;
}

iframe {
  width: 100%;
}

.fb_iframe_widget iframe {
  height: 0;
}

.title-about-us {
  font-size: 24px;
  font-weight: 300;
}

.title-culture {
  color: #186C27;
  font-size: 22px;
  display: flex;
  justify-content: center;
}

.btn-success.btn-custom {
  color: #fff;
  /* border-radius: 25px; */
  border-radius: 10px;
  width: 100px;
}

.btn-success.btn-custom:hover {
  color: #fff;
}

.btn-success.btn-custom-account {
  color: #fff;
  /* border-radius: 25px; */
  border-radius: 10px;
  width: 120px;
  background-color: #009444;
}

.btn-success.btn-custom-account:hover {
  color: #fff;
}

.btn-success.btn-custom-border {
  color: #009444;
  background-color: #fff;
  /* border-radius: 25px; */
  border-radius: 10px;
  width: 100px;
}

.btn-success.btn-custom-border:hover {
  color: #009444;
}

.btn-success.btn-custom-border:active {
  color: #009444 !important;
  background-color: #fff !important;
}

.btn-success.btn-custom-account-border {
  color: #009444;
  background-color: #fff;
  border-radius: 10px;
  width: 120px;
}

.btn-success.btn-custom-account-border:hover {
  color: #009444;
}

.btn-success.btn-custom-account-border:active {
  color: #009444 !important;
  background-color: #fff !important;
}

.detail-list {
  padding: 5px 15px;
}

.type-list {
  color: #E5815D;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}

.header-one {
  order: 1;
}

.header-two {
  order: 2;
}

.header-three {
  order: 3;
}

a.link-page .title-list {
  color: #000000;
  /* color: #10231e; */
}

.title-service {
  color: #fff;
  background-color: #009444;
  border-radius: 25px;
  padding: 5px;
  text-align: center;
  width: 100%;
  max-width: 220px;
  height: 40px;
}

.title-service svg {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  padding-left: 0px;
  margin-left: 40px;
}

.title-list-new {
  color: #fff;
  background-color: #EB653B;
  border-radius: 25px;
  padding: 5px;
  text-align: center;
  width: 100%;
  max-width: 180px;
  height: 40px;
}

.title-list-new:hover {
  color: hsl(0, 0%, 90%);
}

.title-list-new svg {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  padding-left: 0px;
  margin-left: 15px;
  /* margin-left: 30px; */
}

.title-list-new:hover svg path {
  stroke: hsl(0, 0%, 85%);
}

.title-list-new:hover svg circle {
  stroke: hsl(0, 0%, 85%);
}

.service-img {
  max-width: 100%;
  height: 150px;
}

.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-outline-light {
  background-color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #ced4da;
  height: 38px;
  /* border-top-right-radius: 25px; */
  /* border-bottom-right-radius: 25px; */
  /* border: 2px solid #E5815D; */
}

.radius-left-25px {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border: 2px solid #E5815D;
}

.fix-arrow svg {
  width: 20px;
  height: 20px;
}

.w-100px {
  width: 100px;
}

.custom-active.nav-link.active {
  color: #EA643B;
}

.color-orange {
  color: #EA643B;
}

.border-orange {
  border: 1px solid #EA643B;
}

.hide-response #DataTables_Table_1_wrapper .table-responsive .tmp-scroll {
  position: absolute;
  width: 100%;
  overflow: hidden !important;
}

.btn-outline-success {
  color: #009444;
  border-color: #009444;
}

.btn-outline-success:hover {
  background-color: #009444;
}

.btn-social-footer {
  padding: 0px;
}

.btn-social-footer svg {
  width: 40px;
  height: 40px;
}

.custom-code {
  height: 30px;
  width: 100%;
}

.border-r25px {
  border-radius: 25px;
}

.border-r15px {
  border-radius: 15px;
}

.btn-success {
  background-color: #009444;
}

.text-waiting-paid {
  color: #FF8001;
}

.fix-logo-bank {
  width: 80px;
  height: 80px;
}

.fix-logo-bank img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.btn-success.btn-confirm-code {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}

.logo-modal {
  width: 90px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 10px;
}

.logo-modal svg {
  width: 100%;
  height: 100%;
}

/* Start @media query */

@media (max-width: 1199.20px) {


  .header-one {
    order: 1;
  }

  .header-two {
    order: 2;
  }

  .header-three {
    order: 3;
    margin-left: 60px;
  }



  .login-session {
    height: 180px;
  }

  .product-img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    /* max-width: 195px; */
    max-height: 195px;
    /* min-width: 195px; */
    min-height: 195px;
    transition: all 250ms;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    margin-left: 12px;
  }

  /* .login-session a img {
    width: 100px;
    height: 60px;
  } */
}

@media (max-width: 994.99px) {
  .d-flex {
    flex-wrap: wrap;
  }

  .header-one {
    order: 1;
  }

  .header-two {
    order: 3;
  }

  .header-three {
    order: 2;
    margin: 5px;

  }

  .header-four {
    order: 4;
    margin: 5px;

  }

  .login-session {
    height: 250px;
  }

  .product-img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    /* max-width: 195px; */
    max-height: 195px;
    /* min-width: 195px; */
    min-height: 195px;
    transition: all 250ms;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    margin-left: 0px;
  }

  /* .login-session a img {
    width: 100px;
    height: 60px;
  } */
}

@media(max-width: 767.20px) {
  .navbar-toggler svg {
    width: 60px;
    height: auto;
    padding-left: 10px;
  }

  .product-img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    /* max-width: 195px; */
    max-height: 195px;
    /* min-width: 195px; */
    min-height: 195px;
    transition: all 250ms;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    margin-left: 25px;
  }
}

@media(max-width: 720px) {
  .navbar-toggler svg {
    width: 60px;
    height: auto;
    padding-left: 10px;
  }


}

@media (max-width: 514.20px) {
  .d-flex {
    flex-wrap: wrap;
  }

  .header-one {
    order: 1;
  }

  .header-two {
    order: 3;

  }

  .header-three {
    order: 2;
    margin: 5px;
  }

  .header-four {
    order: 4;
    margin: 5px;

  }

  .login-session {
    height: 180px;
  }

  .col-lg-5 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .col-md-3-g {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-6-g {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  div .header-search-size {
    height: 30px;

  }

  .btn-success.btn-custom-account {
    color: #fff;
    /* border-radius: 25px; */
    border-radius: 10px;
    width: 68px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    font-size: xx-small;
    background-color: #009444;
  }

  .btn-success.btn-custom-account-border {
    color: #009444;
    background-color: #fff;
    border-radius: 10px;
    width: 68px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    font-size: xx-small;
  }

  .btn-success.btn-custom {
    color: #fff;
    /* border-radius: 25px; */
    border-radius: 10px;
    width: 65px;
    font-size: xx-small;
  }

  .btn-success.btn-custom-border {
    color: #009444;
    background-color: #fff;
    /* border-radius: 25px; */
    border-radius: 10px;
    width: 75px;
    font-size: xx-small;
  }

  .col-lg-2 {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 15px;
  }

  .mb-4,
  .my-4 {
    margin-bottom: 0.5rem !important;
  }


  /* .login-session a img {
    width: 100px;
    height: 60px;
  } */
}

@media (max-width: 415px) {
  .product-img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    /* max-width: 195px; */
    max-height: 195px;
    /* min-width: 195px; */
    min-height: 195px;
    transition: all 250ms;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    margin-left: 0px;
  }
}

@media (max-width: 380px) {
  .d-flex {
    flex-wrap: wrap;
  }

  .header-one {
    order: 1;
  }

  .header-two {
    order: 3;

  }

  .header-three {
    order: 2;
    margin: 5px;
  }

  .header-four {
    order: 4;
    margin: 5px;

  }

  .login-session {
    height: 180px;
  }

  .col-lg-5 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .col-md-3-g {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-6-g {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  div .header-search-size {
    height: 30px;

  }

  .navbar-toggler svg {
    width: 60px;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
  }



  .btn-success.btn-custom-account {
    color: #fff;
    /* border-radius: 25px; */
    border-radius: 10px;
    width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    font-size: xx-small;
    padding-right: 50px;
    text-align: left;
    background-color: #009444;
  }

  .btn-success.btn-custom-account-border {
    color: #009444;
    background-color: #fff;
    border-radius: 10px;
    width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    font-size: xx-small;

  }

  .th-success {
    color: #fff !important;
    font-family: 'Prompt', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-weight: 400 !important;
    outline-color: #1c3c34 !important;
    width: 45px !important;
  }

  .outline-success {
    background: #fff !important;
    color: #1c3c34 !important;
    font-family: 'Prompt', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-weight: 400 !important;
    outline-color: #1c3c34 !important;
    width: 45px !important;
  }

  .navbar-toggler svg {
    width: 40px;
    height: auto;
  }

  svg {
    overflow: hidden;
    vertical-align: baseline;
  }

  .pl-1,
  .px-1 {
    padding-left: 0.7rem !important;
  }

  .product-img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    /* max-width: 195px; */
    max-height: 195px;
    /* min-width: 195px; */
    min-height: 195px;
    transition: all 250ms;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    margin-left: 0px;
  }

  .title_list {
    width: 100%;
    height: 50px;
    background: #247D26;
    /* border-radius: 25px; */
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 3px;
  }

  .pb-1,
  .py-1 {
    padding-bottom: 0 !important;
    padding-top: 4px;
  }
}

@media (max-width: 365px) {
  .d-flex {
    flex-wrap: wrap;
  }

  .header-one {
    order: 1;
  }

  .header-two {
    order: 3;

  }

  .header-three {
    order: 2;
    margin: 5px;
  }

  .header-four {
    order: 4;
    margin: 5px;

  }

  .login-session {
    height: 180px;
  }

  .col-lg-5 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .col-md-3-g {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-6-g {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  div .header-search-size {
    height: 30px;

  }

  .navbar-toggler svg {
    width: 60px;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
  }



  .btn-success.btn-custom-account {
    color: #fff;
    /* border-radius: 25px; */
    border-radius: 10px;
    width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    font-size: xx-small;
    padding-right: 50px;
    text-align: left;
    background-color: #009444;
  }

  .btn-success.btn-custom-account-border {
    color: #009444;
    background-color: #fff;
    border-radius: 10px;
    width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    font-size: xx-small;

  }

  .th-success {
    color: #fff !important;
    font-family: 'Prompt', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-weight: 400 !important;
    outline-color: #1c3c34 !important;
    width: 45px !important;
  }

  .outline-success {
    background: #fff !important;
    color: #1c3c34 !important;
    font-family: 'Prompt', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-weight: 400 !important;
    outline-color: #1c3c34 !important;
    width: 45px !important;
  }

  .navbar-toggler svg {
    width: 40px;
    height: auto;
  }

  svg {
    overflow: hidden;
    vertical-align: baseline;
  }


  /* .login-session a img {
    width: 100px;
    height: 60px;
  } */
}

@media (max-width: 354px) {
  .btn-success.btn-custom {
    color: #fff;
    /* border-radius: 25px; */
    border-radius: 10px;
    width: 60px;
    font-size: xx-small;
  }

  .btn-success.btn-custom-border {
    color: #009444;
    background-color: #fff;
    /* border-radius: 25px; */
    border-radius: 10px;
    width: 70px;
    font-size: xx-small;
  }

  .mr-2,
  .mx-2 {
    margin-right: 0.2rem !important;
  }

  .col-auto {
    padding-left: 0px;
    padding-right: 5px;
  }

  .col-lg-2 {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 15px;
  }

  .login-session {
    height: 180px;
  }
}

.navbar-collapse.hidden-menu {
  display: none !important;
}

@media (max-width: 320.99px) {
  .copyright-section svg {
    padding: 5px;
  }

  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -5px;
  }
}

@media (max-width: 576.99px) {
  .link-page {
    display: flex;
  }

  .service-img {
    max-width: 50%;
    height: 110px;
  }
}

.show-footer {
  display: none;
}

.font-16px {
  font-size: 16px !important;
}

.font-14px {
  font-size: 14px !important;
}

@media (max-width: 768.99px) {
  .hide-footer {
    display: none;
  }

  .show-footer {
    display: block;
  }

  .social-section {
    display: flex;
    justify-content: center;
  }

  .copyright-section {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .product-special-price .product-card {
    /* max-width: 200px; */
    width: 210px;
    height: 100%;
  }

  .text-truncate-xl {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 1199.98px) {
  .product-category {
    width: 120px;
    height: 120px;
  }

  .product-category-list p {
    width: 120px;
  }

  .product-special-price .product-card .card-body {
    display: flex;
    text-align: left;
    justify-content: center;
  }

  .product-special-price .product-card .card-body .d-block {
    padding: 20px 0 0 20px;
  }

  .event-carousel {
    height: 201px;
  }

  .product-list-col .product-card {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .title-list-new-hide {
    display: none !important;
  }
}

@media (min-width: 992px) {}

@media (max-width: 991.98px) {
  .product-category {
    width: 92px;
    height: 92px;
  }

  .product-category-list p {
    width: 120px;
  }

  .banner-cover {
    height: 250px;
  }

  .product-card {
    min-width: 160px;
    /* height: auto; */
    height: 100%;
  }

  .product-card .product-img {
    width: 160px;
    height: auto;
  }

  /* .product-card {
    min-width: 160px;
    max-width: 160px;
  } */

  .event-carousel {
    height: 230px;
  }

  .image-carousel-container {
    width: 120px;
  }

  .image-carousel-container .image-carousel .image-list {
    min-height: 110px;
  }
}

@media (min-width: 768px) {
  #payment .modal-dialog {
    max-width: 670px;
  }
}

@media (max-width: 767.98px) {
  .banner-cover {
    height: 200px;
  }

  .product-special-price .product-card .card-body {
    justify-content: center;
  }

  .status-col {
    padding-bottom: 20px;
  }

  .status-col .icon {
    height: 50px;
  }

  .status-col:not(.lastcol) .pinned::before {
    width: 2px;
    height: calc(100% + 60px);
    top: calc(50% + 4px);
    left: 6px;
  }

  .status-col.lastcol .pinned::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: calc(50% + 4px);
    left: 3px;
    background: #EBE9E5;
  }

  .status-col .pinned:after {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .custom-responsive {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 576px) {}

@media (max-width: 575.98px) {
  .close-messenger-mobile {
    width: 60px;
    height: 60px;
    background-color: transparent;
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999999999;
    border-radius: 50%;
    cursor: pointer;
  }

  .pagination .page-link,
  .pagination .dropdown-toggle {
    width: 45px;
  }

  .shopping-cart-nav {
    width: 100vw;
  }

  .image-carousel-container {
    width: 100%;
  }

  .image-carousel-container .slick-slide {
    margin-right: 5px;
  }

  .image-carousel-container .slick-list {
    margin-right: -5px;
  }

  .image-carousel {
    padding: 18px;
  }

  .image-prev,
  .image-next {
    top: 50%;
    bottom: unset;
    right: unset;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .image-next {
    right: 0;
    left: unset;
  }

  .image-prev svg,
  .image-next svg {
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
  }
}

@media (max-width: 370.98px) {

  .hero-image,
  .banner-cover {
    height: 150px;
  }
}

.custom-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}