﻿@font-face {
  font-family: "AvertaStdCY-Bold_1";
  src: url("../webfonts/AvertaStdCY-Bold_1.otf") format("opentype");
}
@font-face {
  font-family: "AvertaStdCY-Extrabold_1";
  src: url("../webfonts/AvertaStdCY-Extrabold_1.otf") format("opentype");
}
@font-face {
  font-family: "AvertaStdCY-Regular_3";
  src: url("../webfonts/AvertaStdCY-Regular_3.otf") format("opentype");
}
@font-face {
  font-family: "AvertaStdCY-Semibold_1";
  src: url("../webfonts/AvertaStdCY-Semibold_1.otf") format("opentype");
}
.font-semi-bold {
  font-family: "AvertaStdCY-Semibold_1";
}

.font-bold-big {
  font-family: "AvertaStdCY-Extrabold_1";
}

.font-bold {
  font-family: "AvertaStdCY-Bold_1";
}

.font-normal {
  font-family: "AvertaStdCY-Regular_3";
}

/*@import "bs/grid";*/
/*@import "bs/forms";
@import "bs/buttons";*/
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

/*@import "bs/dropdown";*/
/*@import "bs/media";*/
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
/*@import "bs/utilities";*/
/*@import "variable.scss";*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
  /*max-width: 1920px;*/
  margin: auto !important;
  font-family: "AvertaStdCY-Regular_3";
  /*overflow: hidden;*/
}

.container {
  max-width: 1464px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

a,
a:hover,
a:active {
  outline: none;
  text-decoration: none;
  color: inherit;
}

a:focus, input {
  outline: none;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: inherit;
  text-align: left;
}

input, button {
  -webkit-appearance: none;
  font-size: inherit;
}
input[type=radio], button[type=radio] {
  -webkit-appearance: radio;
}
input[type=checkbox], button[type=checkbox] {
  -webkit-appearance: checkbox;
}
input[type=submit], button[type=submit] {
  cursor: pointer;
}
input:focus, button:focus {
  box-shadow: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea {
  font-family: inherit;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

*, *::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.truncate-h {
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

[data-line="1"] {
  -webkit-line-clamp: 1;
}

[data-line="2"] {
  -webkit-line-clamp: 2;
}

[data-line="3"] {
  -webkit-line-clamp: 3;
}

[data-line="4"] {
  -webkit-line-clamp: 4;
}

a, img, span {
  transition: all 0.2s;
}

img {
  font-size: 0.7rem !important;
}

.ul-reset, .ul-block {
  margin: 0;
  padding: 0;
}

.ul-reset {
  display: flex;
  align-items: center;
}

.ul-block {
  display: block;
}

.flex-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

strong, b {
  font-family: "AvertaStdCY-Bold_1";
}

.content-detail p, .content-detail span {
  text-align: justify;
  font-size: 1rem;
  line-height: 24px;
  color: #000;
  margin-bottom: 1rem;
}
.content-detail img {
  max-width: 100%;
  height: auto !important;
}
.content-detail h1, .content-detail h2 {
  font-size: 1.25rem;
}
.content-detail h3 {
  font-size: 1.125rem;
}
.content-detail h4, .content-detail h5, .content-detail h6 {
  font-size: 1rem;
}
.content-detail hr {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.content-detail table {
  max-width: 100%;
}
.content-detail a {
  color: #0072F8;
}
.content-detail a:hover {
  color: #FFB600;
}

.no-before:before {
  display: none;
}

.btn-style {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #009B4D;
  color: #fff;
  transition: all 0.2s;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  border: 1px solid #009B4D;
  white-space: nowrap;
}
.btn-style:hover {
  box-shadow: 0 12px 24px -10px rgba(21, 59, 93, 0.15);
  transform: scale(0.98);
  color: #fff;
  background: #018c46;
  border-color: #018c46;
}
.btn-style:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.btn-style:disabled:hover {
  box-shadow: none;
  transform: scale(1);
}
.btn-style.disable-hover:hover {
  box-shadow: none;
  transform: scale(1);
}
.btn-style img {
  transition: all 0.2s;
}
.btn-style.isFollow {
  background: #fff;
  color: #009B4D;
}

.btn-style--circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
}
.btn-style--circle:hover {
  box-shadow: none;
}

.btn-style--hover {
  transition: all 0.3s !important;
}
.btn-style--hover:hover {
  box-shadow: none;
  background: #FFB600;
  border-color: #FFB600;
}

.btn-style--transparent {
  background: none;
  color: #009B4D;
}
.btn-style--transparent:hover {
  background: none;
  color: #009B4D;
}
.btn-style--transparent.bg-white:hover {
  background: #fff;
}
.btn-style--transparent.black {
  color: #23262F;
  border-color: #777E91;
}

.btn-style--warning {
  background: #FFB600;
  border-color: #FFB600;
}
.btn-style--warning:hover {
  background: #FFB600;
  color: #fff;
  border-color: #FFB600;
}

.btn-style--danger {
  background: #F80000;
  border-color: #F80000;
}
.btn-style--danger:hover {
  background: #F80000;
  color: #fff;
  border-color: #F80000;
}

.btn-edit {
  background: #fff;
  border-color: #FFB600;
  color: #FFB600;
}
.btn-edit:hover {
  background: #fff;
  transform: scale(0.95);
  border-color: #FFB600;
  color: #FFB600;
}

.btn-delete {
  background: #fff;
  border-color: #F80000;
  color: #F80000;
}
.btn-delete:hover {
  background: #fff;
  transform: scale(0.95);
  border-color: #F80000;
  color: #F80000;
}

.bg-main {
  background: #009B4D;
  color: #fff;
}

.border {
  border: 1px solid #e2e3e5;
}

.jq-icon-success {
  background-size: 16px;
  position: relative;
  background-position-x: 16px;
  background-position-y: 14px;
  font-family: "AvertaStdCY-Semibold_1";
}

.jq-icon-error {
  background-size: 16px;
  position: relative;
  background-position-x: 16px;
  background-position-y: 14px;
  font-family: "AvertaStdCY-Semibold_1";
  background-color: #b33939;
}

.jq-has-icon {
  padding: 14px 10px 11px 50px;
}

.jq-toast-loader {
  top: 0px;
  height: 3px;
}

.jq-icon-info {
  background-image: none;
  padding: 0.875rem 1rem;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  color: #777E91;
  font-size: 0.8rem;
  letter-spacing: 0.3px;
  position: relative;
  width: 280px;
  cursor: pointer;
  font-family: "AvertaStdCY-Regular_3";
}
.jq-icon-info .jq-toast-heading {
  font-family: "AvertaStdCY-Semibold_1";
  font-size: 1rem;
  color: #000;
  margin-bottom: 0.7rem;
  padding-left: 2.1rem;
}
.jq-icon-info .close-jq-toast-single {
  font-size: 22px;
}
.jq-icon-info:before {
  position: absolute;
  content: "";
  background: none;
  width: 30px;
  height: 30px;
  background-image: url(../image/logo-icon/favicon.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 8px;
  left: 14px;
}

.empty-box {
  text-align: center;
  color: #777E90;
}
.empty-box img {
  margin: auto;
  width: 250px;
}

.checkbox input[type=checkbox] + label .text-black {
  color: #000 !important;
  padding-left: 0.2rem !important;
  position: relative;
  top: 2px;
}

.checkbox input[type=checkbox]:checked:disabled + label::before {
  background-color: #B1B5C4 !important;
  border-color: #B1B5C4 !important;
}

.info-product-modal {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.info-product-modal img {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 0.875rem;
}
.info-product-modal__name {
  font-family: "AvertaStdCY-Bold_1";
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}
.info-product-modal__price {
  color: #009B4D;
  font-family: "AvertaStdCY-Bold_1";
  font-size: 1.65rem;
}
.info-product-modal__price span {
  color: #B1B5C4;
  text-decoration: line-through;
  font-family: "AvertaStdCY-Regular_3";
  font-size: 1.25rem;
  margin-left: 0.875rem;
}
.info-product-modal__description {
  color: #777E91;
}

#addToCartVariant .group-property {
  display: block;
}
#addToCartVariant .product__title-description {
  margin-bottom: 0.875rem;
  color: #000;
  font-family: "AvertaStdCY-Semibold_1";
}
#addToCartVariant .btn-close {
  position: absolute;
  top: -15px;
  right: -8px;
}

.valid-size-common {
  position: relative;
  padding: 0 0.75rem;
}
.valid-size-common:before {
  position: absolute;
  content: "";
  background: #fff2f2;
  width: 100%;
  height: calc(100% + 18px);
  top: -10px;
  left: 0;
  z-index: -1;
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.valid-size-common.show:before {
  opacity: 1;
  visibility: visible;
}
.valid-size-common .error-message {
  position: relative;
  z-index: 2;
}

div#divVariantCommon {
  position: relative;
  z-index: 3;
}

#app-preloader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  display: none;
  flex-direction: column;
  gap: 36px;
  justify-content: center;
  align-items: center;
  background: rgba(33, 33, 33, 0.4588235294);
  color: #ffffff;
  transition: 0.3s ease-in-out;
  z-index: 9999999;
}

.show-loading #app-preloader {
  display: flex;
}

#app-preloader .preloader-spinner {
  position: fixed;
  left: calc(50vw - 16px);
  width: 32px;
  height: 32px;
  animation: preloader-spinner 0.5s linear infinite;
}

#app-preloader .preloader-spinner .preloader-spinner-icon {
  width: 32px;
  height: 32px;
  stroke: #ffffff;
  stroke-width: 3px;
  stroke-dasharray: 314%, 314%;
  animation: preloader-spinner-icon-anim 1s linear infinite alternate;
}

#app-preloader-message {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
#app-preloader-message img {
  height: 30px;
}

.note-adress-company {
  color: #FFB600;
  font-size: 0.75rem;
  position: relative;
  top: -8px;
}

.error-message-district-search.hidden {
  display: block;
  opacity: 0;
  visibility: hidden;
}

@keyframes preloader-logo-anim {
  0% {
    filter: opacity(0);
    transform: translateY(-30px);
  }
  100% {
    filter: opacity(1);
    transform: translateY(0);
  }
}
@keyframes preloader-title-anim {
  0% {
    filter: opacity(0);
  }
  100% {
    filter: opacity(1);
  }
}
@keyframes preloader-spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes preloader-spinner-icon-anim {
  0% {
    stroke-dasharray: 0%, 314%;
  }
  100% {
    stroke-dasharray: 314%, 314%;
  }
}
footer {
  background: #FCFCFD;
  padding: 3rem 0 2rem;
}
footer .ul-block {
  display: grid;
}
footer .ul-block li {
  margin: 0.4rem 0;
}
footer .ul-block a, footer .ul-block span {
  font-size: 0.875rem;
  cursor: pointer;
}
footer .ul-block a:hover, footer .ul-block span:hover {
  color: #FFB600;
}
footer .ul-block i {
  display: inline-block;
  width: 16px;
}
footer .logo-abc {
  margin-bottom: 0.875rem;
}

.title-ft {
  font-family: "AvertaStdCY-Semibold_1";
  text-transform: uppercase;
  margin-bottom: 0.875rem;
}

.footer-copyright {
  color: #777E91;
  font-size: 0.875rem;
}

.item-gift {
  background: #c8eec8;
  color: #22a522;
  padding: 2px 7px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 0.8rem;
}

.ul-ft-custom i {
  color: #200E32;
  font-size: 1rem;
}
.ul-ft-custom a, .ul-ft-custom li {
  font-size: 0.875rem;
  line-height: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.background-auth {
  background-size: cover;
  background-repeat: no-repeat;
}

.auth-form {
  background: #fff;
  border-radius: 8px;
  padding: 1.25rem;
  width: 472px;
  position: relative;
}
.auth-form.register input {
  padding: 0.4rem 1rem;
}
.auth-form__title {
  font-family: "AvertaStdCY-Bold_1";
  font-size: 1.5rem;
  color: #009B4D;
  text-align: center;
}
.auth-form label {
  font-size: 0.875rem;
  color: #23262F;
  display: inline-block;
}
.auth-form input, .auth-form button {
  height: 44px;
  border-radius: 8px;
  width: 100%;
}
.auth-form input {
  padding: 0.4rem 1rem;
  padding-left: 2.8rem;
}
.auth-form .invalid {
  border-color: #F80000;
}
.auth-form .input-bold {
  font-family: "AvertaStdCY-Bold_1";
  letter-spacing: 0.3rem;
}
.auth-form #password {
  padding-right: 2.8rem;
}
.auth-form__description {
  font-size: 0.875rem;
  color: #23262F;
}
.auth-form__description a, .auth-form__description span {
  color: #009B4D;
  font-family: "AvertaStdCY-Semibold_1";
  font-size: 1rem;
}
.auth-form__description a:hover, .auth-form__description span:hover {
  color: #FFB600;
}
.auth-form__description .tag-link {
  font-family: "AvertaStdCY-Regular_3";
  display: inline;
  font-size: 0.875rem;
}
.auth-form .count-time-otp {
  color: #F80000;
}
.auth-form .forgot-password {
  color: #09B530;
  text-align: right;
  display: block;
  font-size: 0.875rem;
}
.auth-form .forgot-password:hover {
  color: #FFB600;
}
.auth-form .group-input {
  position: relative;
}
.auth-form .group-input .icon {
  position: absolute;
  top: 14.5px;
  left: 0.875rem;
}
.auth-form .btn-style {
  background: #009B4D;
}
.auth-form .btn-login-social {
  border: 1px solid #777E91;
  width: 210px;
  height: 44px;
  border-radius: 8px;
  font-family: "AvertaStdCY-Semibold_1";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #777E91;
  background: #fff;
}
.auth-form .btn-login-social:hover {
  border-color: #009B4D;
  color: #009B4D;
}
.auth-form .show-hidden-password {
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
}
.auth-form .show-hidden-password i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.auth-form .show-hidden-password .fa-eye {
  opacity: 0;
}
.auth-form .show-hidden-password.show .fa-eye-slash {
  opacity: 0;
}
.auth-form .show-hidden-password.show .fa-eye {
  opacity: 1;
}

.linethough-text {
  position: relative;
  text-align: center;
  font-size: 0.875rem;
  color: #B1B5C4;
}
.linethough-text:before {
  position: absolute;
  content: "";
  background: #e2e3e5;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.linethough-text span {
  position: relative;
  background: #fff;
  padding: 0.5rem 1rem;
}

.tag-link {
  color: #09B530;
  display: block;
  font-size: 0.875rem;
}
.tag-link:hover {
  color: #FFB600;
}

.logo {
  font-family: "AvertaStdCY-Bold_1";
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  color: #009B4D;
}

.logo-main {
  width: 260px;
  margin-right: 1rem;
}

.logo-abc {
  /*width: 180px;*/
  width: 155px;
}

.input-valid {
  color: #F80000;
  padding-left: 0.3rem;
}

#count-time-otp {
  color: #F80000;
  font-family: "AvertaStdCY-Semibold_1";
}

.back-link {
  font-size: 1.25rem;
  position: absolute;
  top: 2rem;
  left: 1.25rem;
  font-size: 1.6rem;
  cursor: pointer;
}

.form-verify-otp {
  min-height: 320px;
}

input::-webkit-input-placeholder {
  font-family: "AvertaStdCY-Regular_3";
  letter-spacing: 0;
}

.error-message {
  color: #F80000;
  font-size: 0.75rem;
  margin-top: 0.3rem;
  line-height: 15px;
}

.star {
  color: #F80000;
}

.cancel-otp {
  color: #F80000;
  font-size: 0.75rem;
}

.img-animation {
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.target-login-fb {
  opacity: 0 !important;
}

#googleLogin .S9gUrf-YoZ4jf {
  opacity: 0.0000000001 !important;
  z-index: 2;
}

.content-googleLogin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "AvertaStdCY-Semibold_1";
  color: #777E91;
}

.btn-search {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-support {
  font-family: "AvertaStdCY-Semibold_1";
  font-size: 1.125rem;
  line-height: 18px !important;
  transition: all 0.2s;
  text-align: left;
}
.category-support__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #F4F5F6;
}
.category-support:hover {
  color: #009B4D;
  border-color: #009B4D;
}

.ul-support li {
  padding: 0.6rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  color: #353945;
}
.ul-support li:first-child {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.ul-support li:hover {
  color: #FFB600;
}
.ul-support span {
  cursor: pointer;
}

#article-nav {
  box-shadow: 0px 8px 4px rgba(19, 19, 19, 0.06);
  border-radius: 10px;
  padding: 0.3rem 1rem 1rem;
}

.article-nav-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "AvertaStdCY-Semibold_1";
  font-size: 17px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}
.article-nav-header i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.article-nav-header img {
  width: 24px;
}

.article-nav-header[aria-expanded=true] {
  color: #009B4D;
}
.article-nav-header[aria-expanded=true] i {
  transform: translateY(-50%) rotate(-180deg);
}

.article-nav-ul {
  margin-left: 1.6rem;
}
.article-nav-ul li {
  padding: 0.45rem 1rem;
  position: relative;
}
.article-nav-ul li.active {
  color: #009B4D;
}
.article-nav-ul li.active:before {
  background: #009B4D;
}
.article-nav-ul li:before {
  position: absolute;
  content: "";
  background: #23262F;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.article-nav-item {
  margin-bottom: 1.35rem;
}

.collapse.show {
  visibility: visible !important;
}

.item-gallery-grid {
  position: relative;
  min-height: 43px;
  stroke-dasharray: 5;
  border-radius: 5px;
  height: 225px;
  border: 1px dashed #777E91;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.upload-img {
  text-align: center;
  line-height: 18px;
}
.upload-img img {
  padding: 1.5rem;
  border-radius: 3px;
  background: #f8fcff;
  width: 130px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hidden-upload {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 200px !important;
  opacity: 0;
  height: 100% !important;
}

.avatar-layout {
  position: relative;
  width: 134px;
  height: 134px;
  border-radius: 50%;
}
.avatar-layout__upload {
  position: absolute;
  right: 0.2rem;
  bottom: 0.3rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E6E8EC;
  overflow: hidden;
  cursor: pointer;
}
.avatar-layout__icon {
  color: #000;
  font-size: 0.875rem;
  cursor: pointer;
}
.avatar-layout input {
  cursor: pointer;
}

.store__avatar {
  border-radius: 50%;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}

.ul-language {
  position: absolute;
  top: 30px;
  right: 0;
  border: 1px solid #E6E8EC;
  box-shadow: 2px 4px 6px rgba(19, 19, 19, 0.06);
  border-radius: 8px;
  background: #fff;
  z-index: 99;
  transition: all 0.2s ease-in-out;
  min-width: 160px;
  padding: 0.2rem 0;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: 0 0;
}
.ul-language:before {
  position: absolute;
  content: "";
  background: none;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #E6E8EC;
  top: -9px;
  right: 14px;
}
.ul-language:after {
  position: absolute;
  content: "";
  background: none;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  top: -7.6px;
  right: 15px;
}
.ul-language li {
  font-size: 0.875rem;
  padding: 0.4rem 0.875rem;
  margin: 0;
  border-bottom: 1px solid #F4F5F6;
  cursor: pointer;
  transition: all 0.2s;
}
.ul-language li:last-child {
  border: none;
}
.ul-language li:hover {
  background: #E6F5ED;
}
.ul-language li:hover a {
  color: #009B4D;
}
.ul-language a {
  color: #000;
}

.show-messager .messager {
  right: 0.75rem;
  opacity: 1;
  visibility: visible;
}

.scale-messager .messager {
  width: calc(100% - 1.5rem);
  height: 100%;
  border-radius: 0;
}
.scale-messager .messager__header {
  border-radius: 0;
}
.scale-messager .content-left {
  width: 25%;
}
.scale-messager .content-right {
  width: 75%;
}
.scale-messager .messager__content {
  height: calc(100vh - 190px);
}
.scale-messager .group-messager-user {
  max-height: calc(100vh - 140px);
}
.scale-messager .zoom-messager .img-2 {
  opacity: 1;
  visibility: visible;
}
.scale-messager .zoom-messager .img-1 {
  opacity: 0;
  visibility: hidden;
}

.messager {
  position: fixed;
  bottom: 0;
  right: -100%;
  width: 800px;
  border-radius: 8px 8px 0 0;
  background: #fff;
  z-index: 99;
  filter: drop-shadow(0px 8px 24px rgba(19, 19, 19, 0.08));
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  max-width: 100%;
  max-height: 100%;
}
.messager__header {
  padding: 0.5rem 0.75rem;
  border-radius: 8px 8px 0 0;
  background: #009B4D;
  border-color: #009B4D;
}
.messager__header .img-avatar-user {
  border: 2px solid #fff;
}
.messager__header .username-message {
  color: #fff;
}
.messager__header button {
  height: 36px;
  width: 38px;
  border-radius: 8px;
  transition: all 0.2s;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.messager__header button img, .messager__header button i {
  height: 16px;
  font-size: 1.3rem;
}
.messager__header button i {
  position: relative;
}
.messager__search {
  padding: 0.75rem;
}
.messager__search input {
  height: 36px;
  width: 100%;
  padding: 0.4rem 1rem;
  padding-left: 2.6rem;
  font-size: 0.875rem;
}
.messager__search button {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  transform: translateY(-50%);
}
.messager__item {
  position: relative;
  cursor: pointer;
  padding: 0.75rem;
  transition: all 0.2s;
  border-left: 2px solid #fff;
}
.messager__item:hover {
  background: #d5f1e2 !important;
  border-color: #d5f1e2;
}
.messager__item:hover.active {
  border-color: #d5f1e2;
}
.messager__item:hover .action-message {
  background: #d5f1e2 !important;
  opacity: 1;
  visibility: visible;
}
.messager__item:hover .time {
  opacity: 0;
}
.messager__item.active {
  background: #E6F5ED;
  border-color: #E6F5ED;
}
.messager__item.active .action-message {
  background: #E6F5ED;
}
.messager__item.isJoin {
  border-color: #009B4D;
}
.messager__item .time {
  font-size: 0.6rem;
}
.messager__item span {
  color: #B1B5C4;
  font-size: 0.75rem;
}
.messager__item.no-hover .action-message {
  opacity: 1;
  visibility: visible;
  align-items: end;
}
.messager__item.no-hover .action-message .ul-language {
  top: 20px;
}
.messager__item.no-hover:hover {
  background: none !important;
  border-left-color: #fff !important;
}
.messager__item.no-hover:hover .action-message {
  background: #fff !important;
}
.messager__item .font-bold {
  font-size: 0.8rem;
}
.messager__item .font-bold.name {
  font-size: 0.875rem;
}
.messager__item .action-message {
  position: absolute;
  bottom: 0.875rem;
  right: 0.7rem;
  height: 20px;
  width: 28px;
  text-align: right;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  align-items: baseline;
}
.messager__item .action-message ul {
  text-align: left;
}
.messager__item:last-child .ul-language {
  top: unset;
  bottom: 20px;
}
.messager__item:last-child .ul-language:before {
  top: unset;
  bottom: -6px;
  transform: rotate(180deg);
}
.messager__item:last-child .ul-language:after {
  top: unset;
  bottom: -5px;
  transform: rotate(180deg);
}
.messager .total-unread-message {
  position: relative;
  top: 2px;
  background: #F80000;
  font-size: 0.7rem;
  color: #fff;
  margin-left: auto;
  font-size: 0.6rem;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.messager .total-unread-message.hidden {
  opacity: 0;
  visibility: hidden;
}
.messager__content {
  padding: 0.75rem;
  height: 460px;
  overflow: auto;
}
.messager__content::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 5px;
}
.messager__content::-webkit-scrollbar-thumb {
  background: #B1B5C4;
  border-radius: 5px;
}
.messager__time {
  color: #B1B5C4;
  font-size: 0.7rem;
  display: inline-block;
  margin-bottom: 0.3rem;
  letter-spacing: 0.3px;
  position: relative;
  top: -2px;
}

.messager-main-content {
  position: relative;
}
.messager-main-content:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.messager-main-content:after {
  position: absolute;
  content: "";
  background: transparent;
  width: 30px;
  height: 30px;
  background: url("../image/logo-icon/ring-resize.svg") no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  display: none;
}
.messager-main-content.show-loading-message:before {
  display: block;
}
.messager-main-content.show-loading-message:after {
  display: block;
}
.messager-main-content .btn-scroll-last-message {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  width: 38px;
  transition: all 0.2s;
}
.messager-main-content .btn-scroll-last-message img {
  border: 2px solid #E6F5ED;
  border-radius: 50%;
}
.messager-main-content .btn-scroll-last-message:hover {
  transform: scale(1.05);
}

.customer-message-group {
  text-align: right;
}
.customer-message-group .message {
  text-align: left;
}

.store-message-group {
  text-align: left;
}

.logo-chat {
  position: relative;
}
.logo-chat:before {
  position: absolute;
  content: "";
  background: #B1B5C4;
  width: 12px;
  height: 12px;
  border: 2px solid #FCFCFD;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  display: none;
}
.logo-chat.online:before {
  background: #009B4D;
}

.message {
  max-width: 65.5%;
  padding: 8px 1rem;
  margin: 0.2rem 0 0.2rem;
  display: table;
  font-size: 0.875rem;
  word-break: break-all;
}
.message.img {
  padding: 0.2rem;
}
.message.img a {
  margin: 0.2rem;
  display: inline-block;
}
.message.img img {
  width: 150px;
  height: 190px;
  object-fit: cover;
  display: inline-block;
}

.customer-messager {
  background: #0072F8;
  color: #fff;
  margin-left: auto;
  border-radius: 16px 16px 0 16px;
}
.customer-messager.img {
  text-align: right;
  background: #E6F1FE;
}
.customer-messager.img img {
  border-radius: 16px 16px 0 16px;
}

.store-messager {
  background: #E6E8EC;
  border-radius: 16px 16px 16px 0;
}
.store-messager.img {
  text-align: left;
}
.store-messager.img img {
  border-radius: 16px 16px 16px 0;
}

.messager-product {
  background: #F4F5F6;
  padding: 1rem 1.25rem;
  position: relative;
}
.messager-product button {
  position: absolute;
  top: 0.875rem;
  right: 1.25rem;
}

.messager__send {
  padding: 0.5rem 0.75rem 1rem;
}
.messager__send .avatar-layout {
  display: flex;
  justify-content: center;
  align-items: center;
}
.messager__send .avatar-layout__upload {
  background: none;
  right: 50%;
  transform: translateX(30%);
}
.messager__send .border {
  border-color: #009B4D;
  border-radius: 24px;
  width: calc(100% - 50px);
}
.messager__send button {
  position: absolute;
  top: 50%;
  right: 0.2rem;
  transform: translateY(-50%);
}
.messager__send button:hover {
  transform: translateY(-50%);
}
.messager__send input {
  height: 38px;
  border-radius: 24px;
  padding: 0.3rem 3rem 0.3rem 1.25rem;
  font-size: 0.875rem;
}

.group-messager-user {
  overflow: auto;
  max-height: 510px;
}
.group-messager-user::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 5px;
}
.group-messager-user::-webkit-scrollbar-thumb {
  background: #B1B5C4;
  border-radius: 5px;
}
.group-messager-user .empty-box {
  font-size: 0.75rem;
}
.group-messager-user .empty-box img {
  width: 150px;
}

.zoom-messager {
  position: relative;
}
.zoom-messager img {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.zoom-messager .img-2 {
  opacity: 0;
  visibility: hidden;
}

.chat-btn {
  background: #009B4D;
  color: #fff;
  padding: 0.65rem 1.25rem;
  position: fixed;
  bottom: 0;
  z-index: 98;
  right: 0.75rem;
  border-radius: 6px 6px 0 0;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chat-btn span {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  transform: translate(40%, -40%);
  background: #F80000;
  font-size: 0.7rem;
  border: 1px solid #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.chat-btn.has-unread span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-without-room {
  min-height: 590px;
  text-align: center;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-without-room span {
  position: relative;
  top: -60px;
}
.content-without-room img {
  width: 200px;
}

#app-preloader-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.action-message {
  transition: all 0.2s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.action-message:before {
  position: absolute;
  content: "";
  background: transparent;
  width: 130px;
  height: 30px;
  top: 0;
  display: none;
  right: 0;
}
.action-message .ul-language {
  min-width: 130px;
}
.action-message .ul-language li {
  font-size: 0.75rem;
  padding: 0.35rem 0.75rem;
}
.action-message .ul-language i {
  display: inline-block;
  width: 18px;
}
.action-message .ul-language:before {
  right: 9px;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #E6E8EC;
}
.action-message .ul-language:after {
  right: 10px;
  top: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
.action-message:hover .ul-language {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
.action-message:hover:before {
  display: block;
}

@media only screen and (max-width: 1600px) {
  .container {
    max-width: 1366px !important;
  }
  .header__search {
    width: 540px;
  }
  .logo-main {
    width: 240px;
  }
  .logo-abc {
    /*width: 180px;*/
    width: 150px;
  }
  .banner-index {
    height: 170px;
  }
  .banner-owl img {
    height: 363px;
  }
  .banner-body {
    height: 193px;
  }
  .banner-footer {
    height: 192px;
  }
  .background-cover {
    min-height: 210px;
  }
  .background-store {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .cart-colume-1 {
    width: 380px;
  }
  .cart-colume-2 {
    width: 177px;
  }
  .cart-colume-3 {
    width: 144px;
  }
  .cart-colume-4 {
    width: 100px;
  }
  .colume-1 {
    width: 40px;
  }
  .colume-2 {
    width: 350px;
  }
  .colume-3 {
    width: 160px;
  }
  .colume-4 {
    width: 160px;
  }
  .colume-5 {
    width: 100px;
  }
  .colume-6 {
    width: calc(100% - 800px);
  }
  .product-owl-img {
    height: 516px;
  }
  .profile-order-filter.justify-around li.active:before {
    width: 100%;
    left: 0;
  }
  .product__certification {
    height: 292px;
  }
}
@media only screen and (max-width: 1440px) {
  .container {
    max-width: 1280px !important;
  }
  .header__search {
    width: 450px;
  }
  .category {
    padding: 1rem;
  }
  .box-product {
    padding: 0.875rem;
    min-height: 366px;
  }
  .box-product img {
    height: 230px;
  }
  .banner-index {
    height: 160px;
  }
  .banner-owl img {
    height: 344px;
  }
  .banner-body {
    height: 178px;
  }
  .banner-footer {
    height: 178px;
  }
  .background-cover {
    min-height: 185px;
  }
  .background-store {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important;
  }
  .product-owl-img {
    height: 500px;
  }
  .res-block {
    display: block;
  }
  .product__attribute li {
    margin-right: 1rem;
  }
  .img-ingredient {
    width: 130px;
    height: 100px;
  }
  .cart-colume-1 {
    width: 350px;
  }
  .cart-colume-2 {
    width: 162px;
  }
  .cart-colume-3 {
    width: 134px;
  }
  .cart-colume-4 {
    width: 100px;
  }
  .colume-1 {
    width: 40px;
  }
  .colume-2 {
    width: 310px;
  }
  .colume-2 img {
    width: 70px;
    height: 70px;
  }
  .colume-3 {
    width: 160px;
  }
  .colume-4 {
    width: 138px;
  }
  .colume-5 {
    width: 100px;
  }
  .colume-6 {
    width: calc(100% - 748px);
  }
  .profile__title {
    font-size: 1.25rem;
  }
  .profile-order__header .btn-style {
    height: 24px;
  }
  .custom-flex-market-mb {
    display: block;
  }
  .custom-flex-market-mb span {
    display: flex;
  }
  .custom-flex-market-mb span span {
    padding-left: 0.2rem;
  }
  .product__certification {
    height: 270px;
  }
  .video__img {
    height: 106px;
  }
  #addUpdateAddress .modal-body {
    overflow: auto;
    max-height: 560px;
  }
  .box-article img {
    height: 190px;
  }
}
@media only screen and (max-width: 1366px) {
  .logo-main {
    width: 230px;
  }
  .logo-abc {
    /*width: 160px;*/
    width: 140px;
  }
  .header__icon a {
    height: 44px;
    font-size: 0.875rem;
  }
  .header__icon .icon {
    width: 44px;
    height: 44px;
  }
  .header__icon .select-location {
    width: auto;
  }
  .header__search input {
    height: 44px;
  }
  .header__search .btn-style {
    right: 6px;
  }
  .box-product {
    min-height: 330px;
  }
  .box-product img {
    height: 212px;
  }
  .box-product__name {
    font-size: 0.9rem;
  }
  .box-product__price {
    font-size: 1.125rem;
  }
  .box-product__origin {
    font-size: 0.75rem;
  }
  .profile-order-filter.justify-around li {
    margin: 0 1rem;
  }
  .category {
    padding: 0.75rem 0.875rem;
  }
  .category__title {
    font-size: 1rem;
  }
  .category img {
    width: 86px;
    height: 86px;
  }
  .main-menu a {
    font-size: 0.875rem;
  }
  .product__certification {
    height: 263px;
  }
  .show-hidden-catalog .btn-style {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
  .show-hidden-catalog .btn-style i {
    position: relative;
    top: 2px;
  }
  .catalog {
    padding: 0.875rem;
  }
  .catalog a {
    height: 54px;
    font-size: 0.9rem;
    padding: 0.2rem 0.75rem;
  }
  .catalog img {
    height: 38px !important;
    width: 38px !important;
  }
  .sub-menu {
    padding: 0.35rem 0;
  }
  .sub-menu a {
    height: 40px;
  }
  .title-main {
    font-size: 0.8rem;
  }
  .title-main h2 {
    font-size: 1.25rem;
  }
  .subscribe-send input {
    min-width: 560px;
  }
  .header__top a {
    font-size: 0.8rem;
  }
  .header__icon li {
    margin-left: 1.25rem;
  }
  .title-ft {
    font-size: 0.9rem;
  }
  footer {
    font-size: 0.875rem;
  }
  footer .ul-block a {
    font-size: 0.85rem;
  }
  .background-cover {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .background-store {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .background-store .btn-style {
    font-size: 0.75rem;
    padding: 0.3rem 1rem;
  }
  .store__name {
    font-size: 1.25rem;
  }
  .store__address {
    font-size: 0.875rem;
  }
  .show-box-chat {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
  .total-message {
    width: 20px;
    height: 20px;
    font-size: 0.75rem;
  }
  .product__name {
    font-size: 1.6rem;
  }
  .product__price {
    font-size: 1.6rem;
  }
  .product__price span {
    font-size: 1.6rem;
  }
  .product__root-price {
    font-size: 1.25rem;
  }
  .cart-colume-1 {
    width: 340px;
  }
  .colume-2 {
    width: 300px;
  }
  .colume-2 img {
    width: 70px;
    height: 70px;
  }
  .rating__filter li {
    width: 100px;
    height: 34px;
  }
  .video__play img {
    width: 40px !important;
  }
  #modalVideo .modal-dialog {
    max-width: 70%;
  }
  #addUpdateAddress .modal-body {
    overflow: auto;
    max-height: 500px;
  }
}
@media only screen and (max-width: 1280px) {
  .container {
    max-width: 1200px !important;
  }
  .header__search {
    width: 380px;
  }
  .logo-main {
    width: 220px;
  }
  .logo-abc {
    /*width: 150px;*/
    width: 140px;
  }
  .banner-index {
    height: 145px;
  }
  .banner-owl img {
    height: 313.5px;
  }
  .banner-body {
    height: 167px;
  }
  .banner-footer {
    height: 167px;
  }
  .box-article img {
    height: 170px;
  }
  .product__certification {
    height: 240px;
  }
  .background-cover {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    min-height: 175px;
  }
  .fixed-filter {
    position: relative;
  }
  .filter__title {
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
  }
  .filter__category li {
    font-size: 0.875rem;
    padding: 0.4rem 0;
  }
  .filter__sort {
    font-size: 0.875rem;
  }
  .text-result-search {
    font-size: 0.875rem;
  }
  .checkbox input[type=checkbox] + label {
    font-size: 0.875rem;
  }
  .filter__rating {
    padding: 0.4rem;
  }
  .background-store {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .box-product {
    padding: 0.75rem;
    min-height: 336px;
  }
  .cart-colume-1 {
    width: 320px;
  }
  .cart-colume-2 {
    width: 115px;
  }
  .cart-colume-3 {
    width: 115px;
  }
  .cart-colume-4 {
    width: 100px;
  }
  .colume-2 {
    width: 280px;
  }
  .colume-2 img {
    width: 70px;
    height: 70px;
  }
  .colume-3 {
    width: 110px;
  }
  .colume-4 {
    width: 120px;
  }
  .colume-5 {
    width: 100px;
  }
  .colume-6 {
    width: calc(100% - 660px);
  }
  .profile__title {
    font-size: 1.125rem;
  }
  .profile .btn-style.py-2.text-sm {
    padding: 0.5rem 0.875rem;
  }
  .category-support {
    font-size: 1rem;
  }
  .article-nav-header {
    font-size: 1rem;
  }
  .article-nav-header img {
    width: 20px;
  }
  .article-nav-ul li {
    padding: 0.3rem 1rem;
  }
  .article-nav-ul a {
    font-size: 0.875rem;
  }
  .profile-order-filter.justify-around li {
    font-size: 0.875rem;
  }
  #modalVideo .modal-content {
    padding: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    max-width: 960px !important;
  }
  .header__search {
    width: 360px;
  }
  .header__search input {
    height: 38px;
    font-size: 0.875rem;
    padding: 0.6rem 1rem;
    padding-right: 2.5rem;
  }
  .header__search .btn-style {
    width: 30px;
    height: 30px;
    right: 4.5px;
  }
  .list-autocomplete {
    font-size: 0.875rem;
  }
  .list-autocomplete li {
    padding: 0.45rem 0.6rem 0.45rem 0.2rem;
  }
  .header__icon li {
    margin-left: 0.875rem;
  }
  .header__icon a {
    height: 38px;
  }
  .header__icon .icon {
    width: 38px;
    height: 38px;
  }
  .header__icon .select-location {
    padding: 0;
  }
  .header__icon .select-location span {
    display: none;
  }
  .header__icon .select-location img {
    opacity: 1;
    visibility: visible;
  }
  .header__icon img {
    height: 18px;
  }
  .ul-profile li {
    margin-left: 0;
  }
  .logo-main {
    width: 160px;
    margin-top: 0.2rem;
  }
  .logo-abc {
    /*width: 140px;*/
    width: 130px;
    margin-top: 0;
  }
  .header__cart-total {
    font-size: 0.7rem;
    width: 20px;
    height: 20px;
  }
  .group-search li {
    margin-right: 1rem;
  }
  .group-search a {
    font-size: 0.75rem;
  }
  .banner-index {
    height: 115px;
  }
  .banner-owl img {
    height: 245px;
  }
  .banner-body {
    height: 132px;
  }
  .banner-footer {
    height: 136px;
  }
  .category {
    padding: 0.5rem 0.75rem;
  }
  .category__title {
    font-size: 0.8rem;
  }
  .category img {
    width: 66px;
    height: 66px;
  }
  .category__total-product {
    font-size: 0.75rem;
  }
  .box-product img {
    height: 210px;
  }
  .subscribe-send input {
    min-width: 410px;
    font-size: 0.875rem;
    height: 44px;
  }
  .subscribe-send .btn-style {
    right: 6px;
  }
  .subscribe-text {
    font-size: 1.24rem;
  }
  .subscribe-text p {
    line-height: 24px;
  }
  .box-product__action li {
    width: 36px;
    height: 36px;
  }
  .box-product__action img {
    height: 18px !important;
  }
  .catalog {
    padding: 0.3rem 0.6rem;
  }
  .catalog img {
    height: 30px !important;
    width: 30px !important;
  }
  .catalog a {
    min-width: 250px;
    height: 40px;
    padding: 0.2rem 0.4rem;
    font-size: 0.8rem;
  }
  .catalog i {
    font-size: 0.875rem;
  }
  .catalog > li i {
    right: 12px;
  }
  .sub-menu {
    padding: 0.4rem 0;
  }
  .sub-menu li {
    padding: 0 0.55rem;
  }
  .sub-menu a {
    font-size: 0.75rem;
    height: 32px;
  }
  .show-hidden-catalog .btn-style {
    padding: 0.4rem 0.875rem;
  }
  .box-product {
    min-height: 321px;
  }
  .background-cover {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    min-height: 140px;
  }
  .main-category-title {
    font-size: 1.4rem;
  }
  .breadcrumb {
    margin-top: 0 !important;
  }
  .breadcrumb li {
    margin-right: 2rem;
    font-size: 0.875rem;
  }
  .breadcrumb li:before {
    right: -19px;
  }
  .filter__title {
    font-size: 1rem;
    margin-bottom: 0.7rem;
    padding-bottom: 0.5rem;
  }
  .checkbox input[type=checkbox] + label {
    font-size: 0.75rem;
    white-space: nowrap;
  }
  .checkbox input[type=checkbox] + label::before {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-right: 5px;
  }
  .filter__rating {
    padding: 0.2rem 0.4rem;
    min-height: 32px;
  }
  .filter__rating i {
    font-size: 0.7rem;
  }
  .filter__rating span {
    font-size: 0.75rem;
  }
  .filter__rating .close {
    width: 18px;
    height: 18px;
  }
  .pagination .pagination-item {
    width: 30px;
    height: 30px;
  }
  .store__info {
    display: block;
  }
  .store__info li {
    border: none;
    margin: 0 0 0.3rem;
    text-align: right;
    font-size: 0.75rem;
  }
  .store__info li:last-child {
    margin: 0;
  }
  .store__info li:before {
    display: none;
  }
  .store__info span {
    padding-top: 0;
  }
  .product__list-image {
    width: 90px;
  }
  .product__list-image img {
    height: 80px;
  }
  .product__slide {
    width: calc(100% - 90px);
    padding-left: 0.45rem;
  }
  .product-owl-img {
    height: 410px;
  }
  .product__slide .variant-img {
    padding-left: 0;
  }
  .product__name {
    font-size: 1.45rem;
  }
  .product__certificate {
    font-size: 0.75rem;
  }
  .product__price {
    display: block;
  }
  .product__description {
    font-size: 1rem;
  }
  .product__description.bold {
    font-size: 1rem;
  }
  .product__view-more {
    font-size: 0.875rem;
  }
  .product .res-block .flex {
    display: block;
    padding: 0.2rem 0;
  }
  .product .res-block .flex-last {
    display: flex;
  }
  .product__title {
    font-size: 1.125rem;
  }
  .content-detail p, .content-detail span {
    font-size: 0.875rem;
    line-height: 20px;
    margin-bottom: 0.875rem;
  }
  .img-ingredient {
    width: 100px;
    height: 80px;
  }
  .product-ul li {
    font-size: 0.875rem;
  }
  .custom-row-product .col-4-custom {
    max-width: calc(100% - 50px);
  }
  .custom-row-product .col-1-custom {
    width: 225px;
    position: relative;
    left: -50px;
  }
  .btn-link {
    font-size: 0.875rem;
  }
  .certification i {
    font-size: 1.125rem;
  }
  .rating__avatar {
    width: auto;
    margin-right: 1rem;
  }
  .rating__description {
    line-height: 20px;
  }
  .rating__time {
    font-size: 0.75rem;
  }
  .rating__content {
    font-size: 0.875rem;
  }
  .cart-colume-1 {
    width: 373px;
  }
  .cart-colume-2 {
    width: 130px;
  }
  .cart-colume-3 {
    width: 146px;
  }
  .colume-2 {
    width: 330px;
  }
  .colume-3 {
    width: 130px;
  }
  .colume-4 {
    width: 150px;
  }
  .colume-5 {
    width: 130px;
  }
  .colume-6 {
    width: calc(100% - 780px);
  }
  .delivery {
    display: block;
  }
  .delivery .flex {
    margin-bottom: 0.4rem;
  }
  .img-product-order {
    width: 54px;
    height: 54px;
  }
  .nav-profile-mobile {
    position: fixed;
    top: 24vh;
    left: -100%;
    z-index: 10;
    height: 365px;
    transition: all 0.2s;
    opacity: 0;
    visibility: hidden;
    width: 230px;
  }
  #btn-show-nav-profile {
    position: fixed;
    top: 45vh;
    left: -4px;
    z-index: 8;
    padding: 0.7rem 1rem;
    opacity: 0.3;
  }
  #btn-show-nav-profile:hover {
    opacity: 1;
  }
  .show-nav-profile .nav-profile-mobile {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .show-nav-profile #btn-show-nav-profile {
    left: 225px;
    opacity: 1;
  }
  .show-nav-profile #btn-show-nav-profile i {
    transform: rotate(180deg);
  }
  .nav-profile li {
    font-size: 0.875rem;
    padding: 0.6rem 0.5rem;
  }
  .nav-profile img {
    width: 20px;
  }
  .nav-profile__group {
    width: 28px;
  }
  .nav-profile .fa-chevron-down {
    right: 0;
  }
  .nav-profile-child a {
    font-size: 0.875rem;
  }
  .profile-order__product-name {
    font-size: 1rem !important;
  }
  .profile-order__product-price {
    font-size: 1rem;
  }
  .profile-order__total {
    font-size: 1rem;
  }
  .profile-order__total span {
    font-size: 1.25rem;
  }
  .user-name-buy {
    font-size: 1.1rem;
  }
  .ul-support li {
    font-size: 0.875rem;
  }
  #article-nav {
    padding: 0.75rem;
  }
  .article-nav-header {
    font-size: 0.875rem;
  }
  .category-support {
    font-size: 0.9rem !important;
  }
  .logo {
    font-size: 1rem;
  }
  .auth-form {
    width: 430px;
  }
  .auth-form label {
    margin-bottom: 0.3rem;
  }
  .btn-login-social {
    font-size: 0.875rem;
  }
  .over-table-1024 {
    width: 100%;
    overflow: auto;
  }
  .w-custom-1400 {
    width: 1400px;
  }
  .rating-modal i {
    font-size: 1.35rem;
    margin: 0 0.1rem;
  }
  .rating-reason li {
    padding: 0.35rem 0.6rem;
    font-size: 0.75rem;
    margin: 0.3rem 0.2rem;
  }
  .btn-view-more-category {
    font-size: 0.875rem;
  }
  .grid-product-detail__left {
    width: 400px;
  }
  .grid-product-detail__right {
    width: calc(100% - 400px);
  }
  .grid-product-detail .product__slide {
    width: 100%;
  }
  .product__certification {
    height: 170px;
  }
  .certification button {
    height: 30px;
  }
  .product__title-description {
    font-size: 0.875rem;
  }
  .profile-order-filter.justify-around {
    display: none;
  }
  .breadcrumb-product-v2 {
    display: block;
  }
  .breadcrumb-product-v2 li {
    display: inline-block;
  }
  .owl-certification__img {
    height: 105px;
  }
  .grid-prodduct-info__left {
    width: calc(100% - 360px);
  }
  .grid-prodduct-info__right {
    width: 360px;
  }
  .grid-prodduct-info__right .store__info li {
    text-align: left;
  }
}
@media only screen and (max-width: 960px) {
  .container {
    max-width: 768px !important;
    padding-left: 8px;
    padding-right: 8px;
  }
  .header__search {
    width: 300px;
  }
  .header__icon .go-market {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    padding: 0;
  }
  .header__icon .go-market span, .header__icon .go-market i {
    display: none;
  }
  .header__icon .go-market img {
    margin: 0;
  }
  .header__icon .select-location {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    padding: 0;
  }
  .header__icon .select-location span, .header__icon .select-location i {
    display: none;
  }
  .header__icon .select-location img {
    margin: 0;
  }
  .subscribe-text {
    text-align: center;
    margin-bottom: 1rem;
  }
  .subscribe-send input {
    width: 100%;
  }
  .cart-colume-1 {
    width: 373px;
  }
  .cart-colume-2 {
    width: 130px;
  }
  .cart-colume-3 {
    width: 146px;
  }
  .colume-2 {
    width: 260px;
  }
  .colume-2 img {
    width: 50px;
    height: 50px;
  }
  .colume-3 {
    width: 100px;
  }
  .colume-4 {
    width: 130px;
  }
  .colume-5 {
    width: 120px;
  }
  .colume-6 {
    width: calc(100% - 650px);
  }
  .img-store-cart {
    width: 45px;
    height: 45px;
  }
  .cart__item .custom-befo span {
    font-size: 1.125rem;
  }
  .profile-order-filter li {
    font-size: 0.875rem;
    margin-right: 1.5rem;
  }
  .profile-order__product-name {
    font-size: 0.9rem !important;
    line-height: 18px !important;
  }
  .notitfication__name {
    font-size: 0.875rem;
  }
  #btn-show-nav-profile {
    top: 40vh;
  }
  .icon-profile:before {
    width: 52px;
    height: 57px;
  }
}
@media only screen and (max-width: 768px) {
  header {
    padding-bottom: 0.5rem;
  }
  .logo-main {
    width: 124px;
    margin-top: 0.4rem;
  }
  .logo-abc {
    margin-top: 0;
    width: 100px;
  }
  .header__top a {
    font-size: 0.75rem;
  }
  .header__top i {
    font-size: 0.7rem;
  }
  .header__top img {
    height: 12px;
  }
  .group-search .ul-reset {
    display: none;
  }
  .box-article img {
    height: 150px;
  }
  .box-article__time {
    width: 56px;
    height: 56px;
  }
  .box-article__time div:first-child {
    height: 36px;
    font-size: 1.25rem;
  }
  .box-article__time div:last-child {
    height: 20px;
    font-size: 0.7rem;
  }
  .box-article__content {
    padding: 0.75rem;
  }
  .box-article__title {
    font-size: 0.875rem;
    line-height: 18px;
    height: 34px;
    margin-bottom: 0.5rem;
  }
  .box-article .befo-line {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
  }
  .box-article__calendar.green {
    display: none;
  }
  .header__center {
    padding-bottom: 0 !important;
  }
  .catalog img {
    height: 28px !important;
    width: 28px !important;
  }
  .catalog a, .catalog span {
    min-width: 200px;
    font-size: 0.75rem;
    height: 38px;
  }
  .catalog i {
    right: 0.7rem;
  }
  .sub-menu {
    padding: 0.2rem 0;
  }
  .sub-menu a {
    height: 30px;
  }
  .banner-index {
    height: 92px;
  }
  .banner-owl img {
    height: 196px;
  }
  .banner-body {
    height: 100px;
  }
  .banner-footer {
    height: 105px;
  }
  .category img {
    width: 56px;
    height: 56px;
  }
  .main-menu li {
    margin-right: 1.25rem;
  }
  .main-menu a {
    font-size: 0.8rem;
  }
  .show-hidden-catalog .btn-style {
    padding: 0.3rem 0.875rem;
    font-size: 0.8rem;
  }
  .category {
    padding: 0.4rem 0.7rem;
  }
  .title-main {
    font-size: 0.75rem;
  }
  .title-main h2 {
    font-size: 1.125rem;
  }
  .btn-owl-nav {
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
  }
  .nav-tabs .nav-item {
    padding: 0.3rem 1rem;
    font-size: 0.75rem;
    margin-left: 0.5rem;
  }
  .category-owl .owl-nav {
    top: -43px;
  }
  .category-owl .owl-nav button {
    font-size: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .btn-owl-nav {
    width: 32px;
    height: 32px;
  }
  .category-introduce {
    padding: 1rem;
    height: 100%;
    height: calc(100% - 1.2rem);
  }
  .category-introduce__description {
    font-size: 0.75rem;
  }
  .category-introduce h3 {
    margin-bottom: 1.125rem;
    font-size: 1rem;
    margin-top: 0 !important;
  }
  .category-introduce .btn-style {
    padding: 0.5rem 0.875rem;
    font-size: 0.875rem;
    max-width: 130px;
  }
  .category-introduce.mt-2 {
    margin-top: 0.2rem;
  }
  .box-product {
    padding: 0.5rem;
    min-height: 245px;
  }
  .box-product.mt-2 {
    margin-top: 0.2rem;
  }
  .box-product img {
    height: 152px;
  }
  .box-product__tag {
    margin-top: 0.5rem !important;
    margin-bottom: 0.3rem !important;
    font-size: 0.75rem;
  }
  .box-product__tag img {
    height: 14px !important;
    width: 38px !important;
  }
  .box-product__tag i {
    font-size: 0.6rem;
  }
  .box-product__name {
    font-size: 0.7rem;
  }
  .box-product__price {
    font-size: 0.9rem;
    margin-top: 0 !important;
    display: flex;
    white-space: nowrap;
  }
  .box-product__price span {
    font-size: 0.9rem;
  }
  .box-product__price b {
    font-size: 0.75rem;
    top: 1.25px;
  }
  .box-product__price b span {
    font-size: 0.75rem;
  }
  .box-product__origin {
    font-size: 0.7rem;
    line-height: 15px;
  }
  .box-product__origin span {
    display: inline-block;
  }
  .box-product .rating-sold div {
    padding-right: 0.4rem;
    margin-right: 0.4rem;
  }
  .box-product__rating i {
    font-size: 0.6rem;
  }
  .box-product__sold {
    border: none;
    font-size: 0.65rem;
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-top: 0.3rem;
    top: -1px !important;
  }
  .custom-owl-nav .owl-nav {
    top: -34px;
  }
  .custom-owl-nav .owl-nav button {
    width: 28px !important;
    height: 28px !important;
    margin-left: 0.7rem !important;
    font-size: 0.875rem !important;
  }
  .btn-owl-nav {
    width: 28px !important;
    height: 28px !important;
    font-size: 0.875rem !important;
  }
  .nav-tabs {
    margin-right: 5.5rem;
  }
  .filter__title {
    font-size: 0.8rem;
  }
  .filter__category li {
    font-size: 0.75rem;
    padding: 0.3rem 0;
  }
  .filter__sort {
    font-size: 0.75rem;
  }
  .filter__sort select {
    min-width: 180px !important;
    padding: 0.4rem 0.875rem;
  }
  .text-result-search {
    font-size: 0.75rem;
  }
  footer {
    padding: 1.35rem 0 1.125rem;
  }
  .store__avatar {
    width: 110px;
    height: 110px;
  }
  .store__name {
    margin-bottom: 0 !important;
    font-size: 1.125rem;
  }
  .store .box-product__tag {
    margin-top: 0.2rem !important;
    margin-bottom: 0 !important;
  }
  .store__address {
    margin-left: 0.2rem !important;
    font-size: 0.75rem;
  }
  .store__info span {
    font-size: 0.875rem;
  }
  .background-store {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
    background-position-x: 23%;
  }
  .product-owl-img {
    height: 560px;
  }
  .product__slide {
    padding: 0;
  }
  .arrow-slide {
    top: 56%;
  }
  .product__list-image a {
    width: 84px;
    min-width: 84px;
  }
  .custom-row-product .col-2 {
    width: 190px;
  }
  .store .btn-style {
    font-size: 0.75rem;
  }
  .cart-colume-1 {
    width: 302px;
  }
  .cart-colume-2 {
    width: 100px;
  }
  .cart-colume-3 {
    width: 125px;
  }
  .modal-title {
    font-size: 1.25rem;
    line-height: 22px;
  }
  .voucher__icon {
    background-size: cover;
  }
  .order-info__title {
    font-size: 1rem;
  }
  .order-info__title-child {
    font-size: 0.85rem;
    line-height: 18px;
  }
  .order-info__description {
    font-size: 0.75rem;
  }
  #size-history-shipping .order__title {
    font-size: 1rem;
  }
  .order-history li {
    font-size: 0.75rem;
    line-height: 16px;
  }
  .order-history span {
    font-size: 0.7rem;
    padding-top: 0.3rem;
  }
  .total-detail-item {
    font-size: 0.875rem;
  }
  .total-detail-item span {
    font-size: 1rem;
  }
  .total-order-detail__info {
    font-size: 1rem;
  }
  .total-order-detail__info span {
    font-size: 1.125rem;
  }
  .market-filter input, .market-filter select {
    font-size: 0.875rem;
  }
  .filter-nav-mobile {
    position: fixed !important;
    left: -100%;
    min-width: 200px;
    background: #fff;
    box-shadow: 0px 8px 12px rgba(19, 19, 19, 0.04);
    border: 1px solid #e2e3e5;
    z-index: 3;
    padding: 0.75rem;
    height: 100%;
    top: 0 !important;
    overflow: auto;
    padding-bottom: 3rem;
    transition: all 0.2s;
    z-index: 1000;
  }
  #btn-show-nav-filter {
    position: fixed;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    padding: 0.6rem 0.875rem;
    opacity: 0.3;
    font-size: 0.875rem;
    transition: all 0.2s;
  }
  #btn-show-nav-filter:hover {
    opacity: 1;
  }
  .show-filter-category .filter-nav-mobile {
    left: 0;
  }
  .show-filter-category #btn-show-nav-filter {
    opacity: 1;
    left: 196px;
  }
  .show-filter-category #btn-show-nav-filter i {
    transform: rotate(180deg);
  }
  #list-product-search .box-product img {
    height: 220px;
  }
  .grid-product-detail {
    display: block;
  }
  .grid-product-detail__left {
    width: 100%;
  }
  .grid-product-detail__right {
    width: 100%;
    padding: 0.75rem 0 0 0;
  }
  .res-block {
    display: flex;
  }
  .product .res-block .flex {
    display: flex;
  }
  .product .res-block .flex #form-to {
    margin-right: 0.75rem;
  }
  .grid-prodduct-info {
    display: block;
  }
  .grid-prodduct-info__left {
    width: 100%;
  }
  .grid-prodduct-info__right {
    width: 100%;
    padding: 0;
  }
  .grid-prodduct-info__right .store__info {
    display: flex;
  }
  .grid-prodduct-info__right .store__info li {
    text-align: center;
  }
  #image-store img {
    height: 108px;
  }
  .product__certification {
    height: 244px;
  }
  #modalVideo .modal-dialog {
    max-width: 95%;
  }
  #modalVideo .modal-dialog .modal-content {
    padding: 0.875rem;
  }
  .bag__title .group {
    padding: 5px 10px;
  }
  .delivery {
    padding: 0.6rem 0.7rem;
  }
  .delivery.free-box {
    display: flex;
  }
  .coupon-by-store {
    padding-top: 0.3rem;
  }
}
@media only screen and (max-width: 600px) {
  .show-menu .over-layout {
    right: 0;
    opacity: 0.3;
    visibility: visible;
  }
  .show-menu .menu-mobile {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .over-layout {
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 999998;
    transition: all 0.2s;
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  .menu-mobile {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 78%;
    background: #009B4D;
    z-index: 999999;
    height: 100%;
    overflow: auto;
    padding: 0.5rem 1rem 3rem;
    transition: all 0.2s;
  }
  .menu-mobile .catalog {
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0.3rem 0;
  }
  .menu-mobile .catalog .active {
    background: none;
  }
  .menu-mobile .catalog a, .menu-mobile .catalog span {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 70px);
  }
  .menu-mobile .catalog a:hover, .menu-mobile .catalog span:hover {
    background: none;
  }
  .menu-mobile .catalog li {
    display: block;
    position: relative;
  }
  .menu-mobile .catalog li i {
    position: absolute;
    top: 0.35rem;
    right: 0;
  }
  .menu-mobile .catalog li.drop > .sub-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
  }
  .menu-mobile .catalog li.drop > i {
    transform: rotate(90deg);
  }
  .menu-mobile .catalog li.has-item i {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu-mobile .catalog > li {
    position: relative;
    margin: 0;
    padding: 0.35rem 0 0.1rem;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  }
  .menu-mobile .catalog i {
    width: 40px;
    height: 38px;
    z-index: 10;
    color: #fff;
  }
  .menu-mobile .sub-menu {
    background: none;
    position: static;
    border: none;
    box-shadow: none;
    padding-left: 1.7rem;
    transform: scaleY(0);
    transform-origin: 0 0;
    max-height: 0;
    overflow: hidden;
    display: block !important;
  }
  .menu-mobile .sub-menu li {
    padding-right: 0;
    margin: 0.15rem 0;
  }
  .menu-mobile .sub-menu li i {
    height: 30px;
    top: 0;
  }
  .menu-mobile .sub-menu span {
    height: 30px;
  }
  .menu-mobile .sub-menu .sub-menu {
    padding-left: 1rem;
    border-left: 1px dashed rgba(255, 255, 255, 0.5);
    border-radius: 0;
    display: block !important;
  }
  .menu-mobile .header__icon {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    padding: 0.35rem 0 0.75rem;
  }
  .menu-mobile .header__icon li {
    display: block;
  }
  .menu-mobile .header__icon li:first-child {
    margin-left: 0;
  }
  #addToCartVariant .btn-close {
    top: -8px;
  }
  .ul-profile {
    top: 125%;
    right: -5px;
  }
  .ul-profile li {
    padding: 0.25rem 0.75rem;
  }
  .ul-profile li, .ul-profile a {
    font-size: 0.75rem;
  }
  .not-logged-in {
    top: 125%;
    right: -5px;
    padding: 0.3rem 0;
    min-width: 158px;
  }
  .not-logged-in a {
    font-size: 0.75rem;
  }
  .banner-owl img {
    height: 170px;
  }
  .banner-index {
    height: 74px;
  }
  .category__title {
    line-height: 14px;
  }
  .category img {
    width: 46px;
    height: 46px;
  }
  #list-product-search .box-product img {
    height: 180px;
  }
  .title-main {
    font-size: 0.65rem;
  }
  .title-main h2 {
    font-size: 1rem;
  }
  .auth-form .btn-login-social {
    width: 165px;
  }
  header {
    padding-bottom: 0;
    height: 54px;
  }
  .header__icon .go-market {
    transition: all 0.2s;
    width: 100px !important;
  }
  .header__icon .icon {
    width: 34px;
    height: 34px;
  }
  .header__icon img {
    height: 16px;
  }
  .header__cart-total {
    width: 18px;
    height: 18px;
    font-size: 0.6rem;
  }
  .header__top, .group-search, .header__bottom {
    display: none;
  }
  .header-sticky .header__icon .go-market {
    padding: 0;
    height: 30px;
    width: 30px !important;
  }
  .header-sticky .header__icon .go-market img {
    margin: 0;
  }
  .header-sticky .header__icon .go-market span {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    width: 0;
    overflow: hidden;
  }
  .header-sticky .bar-mobile {
    margin-left: 0.25rem;
  }
  .bar-mobile {
    display: block;
    margin-left: 0.75rem;
  }
  .logo-main {
    margin: 0;
  }
  .logo-abc {
    width: 75px;
    top: 0 !important;
  }
  .header__center {
    align-items: center !important;
    padding: 0.45rem 8px !important;
    position: fixed;
    top: 0;
    left: 0;
    height: 54px;
    background: #fff;
    z-index: 1000;
    border-bottom: 1px solid #e2e3e5;
  }
  .header__icon li {
    display: none;
  }
  .header__icon li:first-child, .header__icon li:nth-child(2) {
    display: block;
  }
  .header__icon .icon {
    background: #fff;
    border-color: #fff;
  }
  .header__icon .go-market {
    width: auto;
    height: 30px;
    border-radius: 50px;
    padding: 0 0.75rem;
  }
  .header__icon .go-market span {
    display: inline;
    font-size: 0.7rem;
    white-space: nowrap;
    position: relative;
    top: 1px;
  }
  .header__icon .go-market img {
    margin-right: 0.4rem;
  }
  .header__icon .select-location {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0 0.75rem;
    border: 1px solid #e2e3e5;
  }
  .btn-view-more-category {
    font-size: 0.75rem;
  }
  .banner-owl .owl-item img {
    border-radius: 8px;
  }
  .banner-owl .owl-dots {
    bottom: 0.75rem;
  }
  .banner-owl .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    margin: 0 3px;
  }
  .col-banner-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.65rem;
  }
  .col-banner-mobile #banner-right-1, .col-banner-mobile #banner-right-2 {
    width: 48.8%;
  }
  .col-banner-mobile #banner-right-1 img, .col-banner-mobile #banner-right-2 img {
    border-radius: 8px;
  }
  .btn-owl-nav {
    width: 28px;
    height: 28px;
    font-size: 0.7rem !important;
  }
  .btn-owl-nav i {
    position: relative;
    top: 0.5px;
  }
  .btn-owl-nav.mr-3 {
    margin-right: 0.35rem;
  }
  .title-main h2 {
    line-height: 24px;
  }
  .block-item-mobile {
    display: block;
  }
  .nav-tabs {
    margin: 0.55rem 0 0.75rem !important;
    justify-content: flex-start;
  }
  .nav-tabs .nav-item:first-child {
    margin: 0;
  }
  .category-owl .owl-nav button.owl-next, .category-owl .owl-nav button.owl-prev {
    width: 28px;
    height: 28px;
    margin-left: 0.35rem !important;
  }
  .category-introduce {
    height: 130px;
  }
  .category-introduce h3 {
    margin-bottom: 0.75rem;
  }
  .category-introduce .btn-style {
    font-size: 0.75rem;
    padding: 0.45rem 0.75rem;
    max-width: 115px;
  }
  .category-introduce .btn-style i {
    position: relative;
    top: 1px;
  }
  .nav-tabs-category-best-sell {
    margin: 0 !important;
    display: block;
  }
  .nav-tabs-category-best-sell .nav-item {
    margin-bottom: 0.4rem;
    display: inline-block;
    margin-left: 0;
    border-color: #d2d3da;
    margin-right: 0.4rem !important;
  }
  .nav-tabs-category-best-sell .nav-item:first-child {
    margin-bottom: 0.5rem;
  }
  .search-top-owl .owl-stage-outer {
    padding-bottom: 0;
  }
  .subscribe-text {
    margin-bottom: 0.75rem;
  }
  .subscribe-text p {
    font-size: 1.125rem;
    margin: 0;
  }
  .subscribe-text span {
    font-size: 0.75rem;
  }
  .subscribe-send input {
    min-width: auto;
    height: 40px;
  }
  .subscribe-send .btn-style {
    width: 32px;
    height: 32px;
  }
  #banner-introduce-1 img {
    height: 174px;
  }
  .banner-footer {
    height: 66px;
  }
  .box-product__delivery {
    font-size: 0.875rem;
  }
  .box-product__price {
    font-size: 0.875rem;
  }
  .banner-footer {
    height: 88px;
  }
  #banner-body-bottom-2 img {
    height: 174px;
  }
  .title-ft {
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }
  .footer-copyright {
    font-size: 0.75rem;
  }
  footer p {
    font-size: 0.875rem;
    line-height: 20px !important;
  }
  footer .ul-block li {
    margin: 0.2rem 0;
    font-size: 0.75rem;
  }
  .icon-profile:before {
    width: 46px;
    height: 48px;
  }
  .background-cover {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
    min-height: 100px;
  }
  .main-category-title {
    font-size: 1.125rem;
  }
  .breadcrumb li {
    font-size: 0.75rem;
  }
  .checkbox input[type=checkbox] + label::before {
    width: 14px;
    height: 14px;
    min-width: 14px;
  }
  .checkbox input[type=checkbox] + label::before {
    font-size: 0.65rem;
    padding-top: 2.5px;
  }
  .custom-owl-nav .owl-nav {
    top: 40%;
    left: 0;
    right: 0;
  }
  .custom-owl-nav .owl-nav button {
    margin-left: 0 !important;
    position: absolute;
    font-size: 0.7rem !important;
  }
  .custom-owl-nav .owl-nav button.owl-prev {
    left: -4px;
  }
  .custom-owl-nav .owl-nav button.owl-next {
    right: -4px;
  }
  .custom-owl-nav .owl-nav button i {
    position: relative;
    top: 0.5px;
  }
  .box-product {
    min-height: 283px;
  }
  .box-product img {
    height: 180px;
  }
  .box-product__action li {
    width: 30px;
    height: 30px;
  }
  .box-product__action li:first-child img {
    height: 15px !important;
  }
  .box-product__action li img {
    height: 15px !important;
  }
  .box-product__price span {
    font-size: 0.75rem !important;
    top: -1px;
  }
  .box-product__price b {
    font-size: 0.75rem;
  }
  .filter__sort {
    margin-top: 0.5rem;
  }
  .filter__sort span {
    display: none;
  }
  .filter__sort select {
    width: 100%;
    margin: 0;
  }
  .over-table {
    width: 100%;
    overflow: auto;
  }
  .w-custom {
    min-width: 752px;
  }
  .img-store-cart {
    width: 32px;
    height: 32px;
  }
  .cart__item .custom-befo span {
    font-size: 1rem;
    padding-top: 0.25rem;
  }
  .cart__product-name, .cart__price, .cart__delete {
    font-size: 0.8rem;
  }
  .cart__header .checkbox input[type=checkbox] + label {
    font-size: 0.875rem;
  }
  .cart__price.bold {
    font-size: 0.875rem;
  }
  .cart__item .custom-befo:before {
    top: 12px !important;
  }
  .cart-quatity input {
    font-size: 0.875rem;
  }
  .colume-2 img {
    width: 40px;
    height: 40px;
  }
  .cart__content {
    padding: 0.75rem;
  }
  .cart__header {
    padding: 0.75rem;
    font-size: 0.875rem;
  }
  .cart__total {
    padding: 0.25rem 0.875rem;
  }
  .cart__total li {
    font-size: 1rem;
    padding: 0.65rem 0;
  }
  .img-place {
    height: 25px;
  }
  .img-place-18 {
    height: 18px;
  }
  .order__title {
    font-size: 1rem;
    white-space: nowrap;
  }
  .order__note {
    font-size: 0.75rem;
    line-height: 18px;
  }
  .transport-methods {
    display: block;
    height: auto !important;
  }
  .transport-methods .color-danger {
    position: static;
    margin-top: 0.2rem;
    display: inline-block;
  }
  .check-radio input[type=radio] + label:before {
    width: 18px;
    height: 18px;
  }
  .delivery {
    padding: 0.6rem 0.75rem;
    margin-bottom: 0.75rem;
    margin-left: 0;
    margin-top: 0.2rem;
    max-width: 100%;
  }
  .img-product-order {
    width: 46px;
    height: 46px;
  }
  .icon-payment {
    width: 25px;
  }
  .payment-methods {
    width: 100% !important;
  }
  .cart__total li {
    padding: 0.35rem 0;
    font-size: 0.875rem;
  }
  .cart__total .transport__item {
    font-size: 1rem;
  }
  .btn-style.w-full {
    padding: 0.5rem 1.25rem;
  }
  .modal-content {
    padding: 0.875rem 1rem;
  }
  .modal-body {
    max-height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .modal-title {
    font-size: 1.18rem;
  }
  .icon-address-mobile {
    width: 14px;
  }
  .modal input, .modal select, .modal textarea {
    font-size: 0.875rem;
    padding: 0.4rem 0.875rem;
  }
  .modal .description {
    font-size: 0.75rem;
    line-height: 16px;
  }
  .modal label {
    font-size: 0.75rem;
  }
  .modal .btn-style {
    font-size: 0.75rem;
    padding: 0.4rem 1.25rem;
  }
  .btn-update-address {
    font-size: 0.75rem;
  }
  .address-modal-name {
    font-size: 0.875rem;
  }
  .default-address {
    font-size: 0.65rem;
  }
  .form-otp__description {
    font-size: 0.75rem;
  }
  .voucher__icon {
    font-size: 0.75rem;
  }
  .voucher__content {
    width: calc(100% - 100px) !important;
  }
  .voucher__use-now, .voucher__condition {
    font-size: 0.75rem;
  }
  .voucher__description {
    font-size: 0.75rem;
  }
  .cart__product-name {
    padding: 0;
  }
  .nav-profile-mobile {
    top: 16vh;
  }
  .btn-style {
    font-size: 0.8rem;
  }
  .avatar-layout {
    width: 110px;
    height: 110px;
  }
  .avatar-layout__upload {
    width: 26px;
    height: 26px;
  }
  .flex-custom-left {
    width: 100%;
  }
  .profile label {
    font-size: 0.75rem;
  }
  .profile input {
    height: 40px;
    font-size: 0.875rem;
  }
  .nav-profile li {
    padding: 0.5rem 0.4rem;
  }
  .nav-profile a {
    font-size: 0.8rem;
  }
  .nav-profile .total-notification {
    font-size: 0.65rem;
  }
  .nav-profile__group {
    width: 24px;
  }
  .nav-profile__group img {
    width: 18px;
  }
  .btn-update-info-profile {
    font-size: 0.72rem;
  }
  .sub-user__name {
    font-size: 0.875rem;
  }
  .sub-user__edit {
    font-size: 0.75rem;
  }
  .sub-user__edit img {
    width: 12px;
    position: relative;
    top: 1px;
  }
  .profile-address-v2 {
    display: block;
  }
  .profile-address-v2 .default {
    font-size: 0.65rem;
    padding: 0.25rem 0.7rem;
  }
  .profile-address-v2.active .default {
    display: block;
    width: 70px;
    text-align: center;
    margin: 0;
    margin-top: 0.3rem;
  }
  .profile-address-v2__description {
    font-size: 0.75rem;
  }
  .profile-address-v2__name {
    font-size: 0.875rem;
  }
  .profile-address-v2__btn-add {
    font-size: 0.875rem;
  }
  .profile-address-v2__btn {
    display: inline-block;
    margin-top: 0.5rem;
    margin-left: 0;
    font-size: 0.75rem;
  }
  .profile-address-v2__btn.delete {
    margin-left: 0.875rem;
  }
  .profile-order-filter li {
    padding: 0.3rem;
    margin-right: 1rem;
  }
  .profile-order-filter li:last-child {
    margin-right: 0;
  }
  .notitfication:before {
    right: 0.875rem;
  }
  .notitfication__icon {
    width: 36px !important;
    height: 36px !important;
  }
  .show-nav-profile-child.show .nav-profile-child {
    height: 115px;
  }
  .nav-profile-child li:first-child {
    margin-top: 0.5rem;
  }
  .w-custom-500 {
    min-width: 500px;
  }
  .profile .show-hidden-password i {
    font-size: 0.875rem;
  }
  .profile-order__status {
    font-size: 0.875rem;
  }
  .custom-flex-mb {
    display: block;
  }
  .custom-flex-mb .profile__title {
    font-size: 1rem;
  }
  .custom-flex-mb .profile-order__status {
    justify-content: flex-start;
    margin: 0.3rem 0 0 0;
  }
  .show-box-chat {
    right: 0.875rem;
    bottom: 0.875rem;
  }
  .show-box-chat i {
    margin: 0;
    font-size: 1.125rem;
  }
  .store__avatar {
    width: 90px;
    height: 90px;
  }
  .store__name {
    font-size: 0.9rem;
  }
  .store__info {
    display: flex;
    margin-top: 0.5rem;
    justify-content: space-between;
  }
  .store__info li {
    text-align: center;
    margin-bottom: 0;
  }
  .order-search__title {
    font-size: 1.25rem;
  }
  .order-search input {
    font-size: 0.875rem;
  }
  .order-search .order-input img {
    width: 22px;
  }
  .user-name-buy {
    font-size: 1rem;
  }
  .market-filter__title {
    font-size: 0.875rem;
  }
  .drawer {
    width: 100%;
    z-index: 1000;
  }
  .drawer__header {
    padding: 0.7rem 0.75rem;
  }
  .tag-link {
    font-size: 0.75rem;
  }
  .auth-form {
    padding: 0.875rem;
    max-width: 100%;
  }
  .auth-form__title {
    font-size: 1.25rem;
  }
  .auth-form__description {
    font-size: 0.8rem;
  }
  .auth-form .show-hidden-password i {
    font-size: 0.875rem;
  }
  .auth-form input {
    height: 40px;
    font-size: 0.875rem;
  }
  .auth-form .btn-login-social {
    font-size: 0.75rem;
    height: 40px;
  }
  .back-link {
    top: 1.25rem;
    left: 0.875rem;
  }
  .category-support {
    font-size: 0.8rem !important;
  }
  .category-support__circle {
    width: 40px;
    height: 40px;
  }
  .category-support__circle img {
    width: 20px;
  }
  #article-nav {
    padding: 0 0.4rem 0.5rem;
  }
  .logo {
    font-size: 0.875rem;
  }
  .article-nav-ul accent-color, .article-nav-ul span {
    font-size: 0.875rem;
  }
  .breadcrumb-product, .breadcrumb-product-v2 {
    display: inline;
  }
  .breadcrumb-product li, .breadcrumb-product-v2 li {
    display: inline;
  }
  .breadcrumb-product-v2 {
    margin-left: 0.75rem;
  }
  .product__list-image {
    display: none;
  }
  .product__slide {
    width: 100%;
    padding: 0;
  }
  .product__share li {
    margin-right: 0.75rem;
  }
  .product__share img {
    width: 26px;
  }
  .product__name {
    font-size: 1.35rem;
    line-height: 24px;
    margin-bottom: 0;
  }
  .product__price {
    font-size: 1.25rem;
  }
  .product__price.small {
    font-size: 1.25rem;
  }
  .product__price span {
    font-size: 1.25rem;
  }
  .product__root-price {
    font-size: 1.125rem;
  }
  .product__root-price span {
    font-size: 1.125rem;
  }
  .product__description {
    font-size: 0.875rem;
  }
  .product__certificate {
    font-size: 0.875rem;
  }
  .product__title-description {
    font-size: 0.875rem;
  }
  .product__coupon {
    display: block;
  }
  .product__coupon li {
    display: inline-block;
    margin: 0.3rem 0.2rem;
    width: 87px;
    height: 31px;
    text-align: center;
    font-size: 0.75rem;
    padding: 0.4rem 0;
  }
  .product__coupon li:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .product__attribute {
    display: block;
  }
  .product__attribute li {
    display: inline-block;
    margin: 0.3rem 0.2rem;
    text-align: center;
    font-size: 0.75rem;
    padding: 0.25rem 0;
  }
  .product__attribute li:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .btn-cart {
    height: 40px;
  }
  .product-owl-img {
    height: 300px;
    border-radius: 4px !important;
  }
  .custom-row-product .col-4-custom {
    max-width: 100%;
  }
  .custom-row-product .col-1-custom {
    width: 100%;
    left: 0;
  }
  .breadcrumb li, .breadcrumb a {
    white-space: nowrap;
  }
  .breadcrumb li:last-child {
    margin: 0;
  }
  .rating__filter {
    width: 550px;
  }
  .rating__time {
    text-align: left;
    margin-top: 0.3rem;
  }
  .messager {
    height: calc(100% - 54px);
  }
  .messager__header {
    padding: 0.75rem 0.875rem;
  }
  .select2-selection__placeholder {
    font-size: 0.875rem;
  }
  .select2-selection__rendered {
    font-size: 0.875rem;
  }
  .select2-results__option[aria-selected] {
    font-size: 0.875rem;
  }
  .box-product__tag {
    bottom: 0;
  }
  .input-search-address input {
    padding-left: 2.6rem;
  }
  .input-search-address button {
    width: 44px;
  }
  .group-property span {
    font-size: 0.7rem;
    margin-right: 0.75rem;
    width: 70px;
    height: 28px;
  }
  .empty-btn {
    width: 210px;
    height: 42px;
  }
  .empty-box {
    font-size: 0.875rem;
  }
  .empty-box img {
    width: 200px;
  }
  .valid-size.show {
    margin-bottom: 1rem;
  }
  .valid-size:before {
    height: calc(100% + 18px);
  }
  .valid-size .error-message {
    top: -2px;
    font-size: 0.75rem;
  }
  .certification button {
    height: 30px;
  }
  .store-info-cart span {
    font-size: 1rem;
  }
  .product__certification {
    height: 169px;
  }
  .video__img {
    height: 190px;
  }
  #image-store img {
    height: 70px;
  }
  .product__list-image {
    display: flex;
  }
  .product__list-image a {
    width: 70px;
    min-width: 70px;
    margin-right: 0.5rem;
  }
  .product__list-image img {
    height: 70px;
  }
  .arrow-slide {
    width: 26px;
    height: 28px;
  }
  .res-block {
    display: block;
  }
  .product .res-block .flex {
    display: block;
  }
  .product .res-block #price-sale {
    display: flex;
  }
  .product__view-more {
    top: 0 !important;
  }
  .checkbox .error-message.warning, .checkbox .sales-location-detail {
    display: block;
    padding-left: 0 !important;
  }
  .checkbox .error-message.warning.hidden, .checkbox .sales-location-detail.hidden {
    display: none;
  }
  .nav-tabs-article, #title-article-home {
    margin-bottom: 0 !important;
  }
  #info-address {
    padding: 0 !important;
  }
  #info-address select {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 393px) {
  .banner-owl img {
    height: 175px;
  }
  .banner-index {
    height: 67px;
  }
  .banner-body {
    height: 82px;
  }
  #banner-introduce-1 img {
    height: 165px;
  }
  #banner-body-bottom-2 img {
    height: 165px;
  }
  .banner-owl .owl-dots {
    bottom: 0.4rem;
  }
  .modal-content {
    padding: 0.875rem 1rem;
  }
  .search-address-item {
    padding: 0.4rem 0.5rem;
  }
  .custom-scroll::-webkit-scrollbar {
    width: 5px;
  }
  .tag-link {
    display: none;
  }
  .product-owl-img {
    height: 275px;
  }
  .rating {
    display: block !important;
  }
  .rating__avatar {
    justify-content: flex-start !important;
    margin-bottom: 0.75rem;
  }
  .rating__content {
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  header {
    height: 48px;
  }
  .header__center {
    height: 48px;
  }
  .banner-owl img {
    height: 162px;
  }
  .banner-index {
    height: 65px;
  }
  .banner-body {
    height: 77px;
  }
  #banner-introduce-1 img {
    height: 156px;
  }
  .banner-footer {
    height: 82px;
  }
  #banner-body-bottom-2 img {
    height: 154px;
  }
  .nav-tabs .nav-item {
    padding: 0.3rem 0.75rem;
  }
  .modal-body {
    max-height: 420px;
  }
  .btn-apply {
    width: 80px !important;
    font-size: 0.75rem !important;
  }
  .fix-witdh-ip {
    width: calc(100% - 90px) !important;
  }
  .btn-update-address {
    font-size: 0.75rem;
  }
  .modal-add-new {
    font-size: 0.85rem;
  }
  .min-w-auto {
    min-width: initial;
  }
  .auth-form .btn-login-social {
    width: 155px;
  }
  .product-owl-img {
    height: 260px;
  }
  .product__rating li {
    white-space: nowrap;
    font-size: 0.7rem;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media only screen and (max-width: 340px) {
  .banner-owl img {
    height: 130px;
  }
  .banner-index {
    height: 56px;
  }
  .category__title {
    font-size: 0.75rem;
  }
  .category__total-product {
    font-size: 0.6rem;
  }
  .title-main {
    font-size: 0.6rem;
  }
  .box-product__price {
    font-size: 0.75rem;
  }
  .box-product__delivery {
    font-size: 0.75rem;
  }
  #banner-introduce-1 img {
    height: 134px;
  }
  .banner-body {
    height: 66px;
  }
  .banner-footer {
    height: 70px;
  }
  #banner-body-bottom-2 img {
    height: 132px;
  }
  .box-product img {
    height: 120px;
  }
  .custom-scroll {
    max-height: 310px;
  }
  .modal-content {
    padding: 0.75rem 0.875rem;
  }
  .voucher__condition {
    position: static;
  }
  .voucher__use-now {
    margin: 0 !important;
  }
  .voucher__icon {
    height: 106px !important;
    background-size: cover;
  }
  .voucher__content {
    padding: 0.5rem !important;
    height: 106px;
  }
  .bag__title {
    font-size: 0.75rem !important;
  }
  .bag__title .group {
    margin-right: 0.5rem;
  }
  .modal-title {
    font-size: 1.125rem;
  }
  .address-modal-description {
    font-size: 0.75rem !important;
  }
  .back-link {
    font-size: 1.25rem;
  }
  .auth-form .btn-login-social {
    width: 130px;
  }
  .product-owl-img {
    height: 230px;
  }
}
