img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@font-face {
  font-family: "Roboto_Regular";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto_Bold";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboto_Light";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Hel_Regular";
  src: url("../fonts/helvetica-neue-regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Hel_Bold";
  src: url("../fonts/helveticaneuebold.ttf") format("truetype");
  font-display: swap;
}

b,
strong {
  font-family: "Hel_Bold", sans-serif;

}

.f-bold {
  font-family: "Hel_Bold", sans-serif;
}

.fz-10 {
  font-size: 0.625rem;
}

.fz-12 {
  font-size: 0.75rem;
}

.fz-14 {
  font-size: 0.875rem;
}

.fz-16 {
  font-size: 1rem;
}

.fz-18 {
  font-size: 1.125rem;
}

.fz-20 {
  font-size: 1.25rem;
}

.fz-22 {
  font-size: 1.375rem;
}

.fz-23 {
  font-size: 1.4375rem;
}

.fz-24 {
  font-size: 1.5rem;
}

.fz-28 {
  font-size: 1.75rem;
}

.fz-30 {
  font-size: 1.875rem;
}

.fz-36 {
  font-size: 2.25rem;
}

.fz-52 {
  font-size: 3.25rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mb-05 {
  margin-bottom: 0.3125rem;
}

.mb-10 {
  margin-bottom: 0.625rem !important;
}

.mb-15 {
  margin-bottom: 0.9375rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-25 {
  margin-bottom: 1.5625rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mb-35 {
  margin-bottom: 2.1875rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.mt-10 {
  margin-top: 0.625rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.ml-10 {
  margin-left: 0.625rem;
}

.ml-15 {
  margin-left: 0.9375rem;
}

.mr-6 {
  margin-right: 0.375rem;
}

.mr-10 {
  margin-right: 0.625rem;
}

.mr-15 {
  margin-right: 0.9375rem;
}

.mr-20 {
  margin-right: 1.25rem;
}

.mr-25 {
  margin-right: 1.5625rem;
}

.mr-30 {
  margin-right: 1.875rem;
}

.pd-15 {
  padding: 0.9375rem;
}

.pd-20 {
  padding: 1.25rem;
}

.pd-30 {
  padding: 1.875rem;
}

.pb-15 {
  padding-bottom: 0.9375rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pb-30 {
  padding-bottom: 1.875rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.pb-80 {
  padding-bottom: 5rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pt-0 {
  padding-top: 0;
}

.pt-140 {
  padding-top: 8.75rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.f-title {
  font-family: "Roboto-Bold", serif;
}

.cl-title {
  color: #313131;
}

.cl-33 {
  color: #333;
}

.cl-gray {
  color: #888;
}

.cl-white {
  color: #fff !important;
}

.br-10 {
  border-radius: 10px;
}

.clamp-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.clamp-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

html,
body {
  font-size: 16px;
  color: #4a4a4a;
  background: #fff;
  overflow-x: hidden;
}

html.show-menu,
body.show-menu {
  overflow-y: hidden;
}

body {
  line-height: 1.5;
  font-family: "Hel_Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body.hidden_,
html.hidden_ {
  overflow-y: hidden;
}

body a {
  color: inherit;
  text-decoration: none !important;
  -webkit-transition: 0.3s all 0s;
  transition: 0.3s all 0s;
}

body a:hover,
body a:focus,
body a:active {
  color: #ed3237;
  outline: none;
}

.wow {
  visibility: hidden;
}

textarea,
input,
button {
  outline: none !important;
}

/* body::-webkit-scrollbar-track {
  background-color: #fff;
}

body::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: #ed3237;
} */

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}


.btn-dropdown-menu {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 6px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fw300 {
  font-weight: 300;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw900 {
  font-weight: 900;
}

.font-open {
  font-family: "Opensan", sans-serif;
}

.s-content ol {
  list-style: decimal !important;
  margin-left: 20px !important;
  margin-bottom: 10px !important;
}

.s-content ul {
  list-style: initial !important;
  margin-left: 20px !important;
  margin-bottom: 10px !important;
}

.s-content li {
  list-style: inherit !important;
  margin-bottom: 5px !important;
}

.s-content p {
  margin-bottom: 10px;
  line-height: 1.7;
}

.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
}

.s-content table,
.s-content iframe {
  max-width: 100%;
  width: 100%;
}

.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #0000006e;
}

.s-content table td {
  border-collapse: collapse;
  border: solid 1px #0000006e;
  padding: 3px;
}

.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  display: block;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.s-content h1 {
  font-size: 1.8em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.s-content h2 {
  font-size: 20px;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.s-content h3 {
  font-size: 18px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.s-content h4 {
  font-size: 16px;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.s-content h5 {
  font-size: 1em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.s-content h6 {
  font-size: 0.8em;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.img__ {
  position: relative;
  overflow: hidden;
}

.img__:hover::after {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

.img__::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.btn-hover {
  position: relative;
  overflow: hidden;
}

.btn-hover:hover::after {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

.btn-hover::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.btn {
  height: 2rem;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
}

.btn-orange__all {
  background: #fa7124;
  color: #fff;
}

.btn-orange__all:hover,
.btn-orange__all:focus {
  color: #fa7124;
  background: #fff;
  border: 1px solid #fa7124;
}

.btn-border__gray {
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}

.btn-border__gray:hover {
  background: #ebebeb;
}

.btn-border__orange {
  background: #ffffff;
  border: 1px solid #fa7124;
  color: #fa7124;
}

.btn-border__orange:hover {
  background: #fa7124;
  color: #fff;
}

.btn-border__orange:hover img {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

.btn-blue__all {
  background: #2f80f0;
  color: #fff;
}

.btn-blue__all:hover,
.btn-blue__all:focus {
  background: #0559ce;
  color: #fff;
}

.btn-border__red {
  background: #ffffff;
  border: 1px solid #ed3237;
  color: #ed3237;
}

.btn-border__red:hover {
  background: #ed3237;
  color: #fff;
}

.btn-red__all {
  background: #ed3237;
  color: #fff;
  outline: none;
  border: 1px solid #ed3237;
}

.btn-red__all:hover,
.btn-red__all:focus {
  background: #a7191d;
  color: #fff;
  border: 1px solid #a7191d;
}

.btn-circle__all {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border-radius: 100%;
  background: rgba(32, 30, 30, 0.2);
  z-index: 1;
  cursor: pointer;
  color: #fff;
  font-size: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-circle__all i {
  position: absolute;
  top: 6px;
  left: 17px;

}

.btn-circle__all:hover {
  background: #201e1e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.btn-circle__all.btn-circle__prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%) !important);
  transform: translate(-50%, -50%) !important;
}

.btn-circle__all.btn-circle__next {
  right: 0;
  -webkit-transform: translate(50%, -50%) !important;
  transform: translate(50%, -50%) !important;
}

.section-all {
  padding: 2rem 0;
  overflow: hidden;
}

.title-all {
  font-size: 1.5rem;
  font-family: "Hel_Bold", sans-serif;
  text-transform: uppercase;
}

.text-right {
  text-align: right;
}

.ip-op-0 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.bg-gray {
  background: #faf9f8;
}

.bg-f5 {
  background: #f5f5f5;
}

.module-search {
  margin-left: 2.1875rem;
  position: relative;
}

.module-search .btn-show__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 3px;
  cursor: pointer;
}

.module-search .btn-show__search.active {
  background: #fa7124;
  color: white;
}

.module-search .form-search-header {
  position: absolute;
  top: calc(100% + 50px);
  right: -42px;
  height: 40px;
  width: 290px;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
  background: white;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.module-search .form-search-header.active {
  top: calc(100% + 10px);
  opacity: 1;
  visibility: unset;
  pointer-events: all;
}

.module-search .form-search-header.have-transition {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.module-search .form-search-header input {
  width: calc(100% - 40px);
  height: 100%;
  border: solid 1px #888;
  border-right: none;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.module-search .form-search-header .btn-do-search {
  width: 40px;
  height: 100%;
  border: solid 1px #888;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.module-search .form-search-header .btn-do-search:hover {
  background: #fa7124;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #fa7124;
}

.justify {
  text-align: justify;
}

.rating-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-item .rating {
  margin-right: 0rem;
}

.rating-item .rating-box {
  font-size: 0;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  vertical-align: middle;
  font-size: 12px;
  color: #ffc107;
  margin-right: 5px;
}

.rating-item .rating-box span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
  pointer-events: none;
  width: 80%;
  color: #ffc107;
}

.rating-item p {
  font-size: 12px;
  color: #ffc107;
  line-height: 1;
  margin-right: 5px;
}

.back-to-top {
  pointer-events: none;
  opacity: 1;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ed3237;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 100%;
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 10;
}

.back-to-top:hover {
  background: #a7191d;
}

.back-to-top::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/arrow-up.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.back-to-top.show {
  opacity: 1;
  pointer-events: all;
  visibility: unset;
}

@-webkit-keyframes lac {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  10% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }

  20% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }

  30% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }

  40% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }

  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes lac {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  10% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }

  20% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }

  30% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }

  40% {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }

  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.fl-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

select,
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.375rem 0.75rem;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  height: 2.875rem;
}

select:focus,
.form-control:focus {
  border: 1px solid #fa7124;
}

.check-gender:not(:last-child) {
  margin-right: 1.875rem;
}

.check-gender input:checked~.text::before {
  display: block;
}

.check-gender .text {
  position: relative;
  padding-left: 1.875rem;
}

.check-gender .text::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  background: #ed3237;
  position: absolute;
  top: 50%;
  left: 0.125rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.check-gender .text::after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 100%;
  border: 1px solid #454545;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.br-10 {
  border-radius: 10px;
}

.bd-eb {
  border: 1px solid #ebebeb;
}

.bg-white {
  background: #fff;
}

.cols-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

textarea {
  resize: none;
}

.fl-50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}



.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999999;

}

.header .header-top {
  background: #ed3237;
  padding: 0.4375rem 0;
}

.header .header-top .lang-text img {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.header .header-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header .header-top ul li {
  font-size: 0.75rem;
}

.header .header-top ul li:not(:first-child) {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #fff;
}

.header .header-top ul li a:hover,
.header .header-top ul li a:focus {
  color: #313131;
}

.header .header-nav {
  padding: 0.3rem 0;
  background: linear-gradient(90deg, #E52D27 0%, #B31217 100%);
  color: #fff;
}

.header .header-nav .logo-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header .header-nav .logo-header img {
  max-width: 10.3125rem;
}

.header .header-nav .module-auth {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header .header-nav .module-auth .login img {
  width: 1.6875rem;
  height: 1.6875rem;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.header .header-nav .module-auth .cart-header {
  margin-left: 1.5625rem;
}

.header .header-nav .module-auth .cart-header img {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.header .header-nav .module-auth .cart-header .icon {
  display: inline-block;
  position: relative;
  padding-right: 5px;
}

.header .header-nav .module-auth .cart-header .icon::before {
  content: attr(data-count);
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 0.625rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 100%;
  background: #201e1e;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header .header-nav .header-nav__main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 1.5rem;
}

.change-lang:hover .lang-content {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 100%;
}

.change-lang .lang-text {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.change-lang .lang-text .text {
  margin: 0 0.5625rem;
}

.change-lang .lang-content {
  position: absolute;
  top: 150%;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  min-width: 115px;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.change-lang .lang-content a {
  color: #313131;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  text-align: center;
}

.change-lang .lang-content a img {
  margin-right: 5px;
}

.change-lang .lang-content a:hover {
  background: #ebebeb;
}

.menu:hover .menu-content {
  top: 0;
  pointer-events: all;
  transition: .3s;
  display: block;
}

.menu .menu-content {

  position: absolute;
  top: 0;
  left: 0;
  width: 900px;
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff;

  transition: .3s;
  pointer-events: none;
  display: none;
  z-index: 1;

}

.menu-content ul::-webkit-scrollbar-track {
  background-color: #fff;
}

.menu-content ul::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.menu-content ul::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
}

.menu {
  margin-right: 1.5625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.menu .show-menu__header {
  cursor: pointer;
}

.menu .show-menu__header img {
  width: 1.5rem;
  height: 1.5rem;
}

.menu .show-menu__header .text {
  margin: 0 9px;
  font-size: 0.875rem;
}


.menu:hover ul ul {
  pointer-events: none;
  display: none;
  opacity: 10;
  top: 0;
  left: 100%;

}

.menu ul {
  position: absolute;
  top: 0;
  width: 33.33%;
  background: #ffffff;
  border-radius: 5px;
  left: 0;
  z-index: 10;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: all;
  width: 33.33%;
  min-height: 100%;
}

.menu ul li img {
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  margin-right: 5px;
}

.menu ul li a {
  display: block;
  padding: 0.5rem;
  color: #313131;
  font-size: 0.875rem;
}

.menu ul li a:hover {
  background: #f5f5f5;
  color: #ed3237;
}

.menu ul li:hover {
  background: #f5f5f5;
}

.menu ul li:hover ul ul {
  display: none;
  opacity: 0;
  pointer-events: none;
}

.menu ul ul li:hover ul {
  display: block;
  opacity: 1;
  transition: .3s;
  pointer-events: all;
}

.menu ul li:hover>a {
  color: #ed3237;

}

.menu ul li a {
  position: relative;
}

.menu ul li:hover ul {
  display: block;
  left: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: all;
}

/* .menu ul li:hover ul ul {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  left: 150%;
} */

.menu ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transition-delay: .2s;
  width: 100%;
  overflow-x: unset !important;

}

.menu ul li ul::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #fff;
}

.menu ul li ul::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.menu ul li ul::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #ebebeb;
}

/* 
.menu ul li ul ul {
  position: absolute;
  border-radius: 0;
  pointer-events: all;
  visibility: hidden;
  opacity: 0;
  box-shadow: unset;
  height: 0;
  transition: .3s;
  -webkit-transition: 0.3s;
} */
/* .menu ul li ul ul a:hover{
  background: transparent;
} */


/* .menu ul li ul li:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: all;
  height: auto;
  visibility: visible;
  opacity: 1;

} */
/* .menu ul li ul li .btn-dropdown-menu{
  transition: .3s;
} */
/* .menu ul li ul li:hover .btn-dropdown-menu{
  transform: rotate(90deg);
  transition: .3;
} */
.module-seach__header {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  height: 2.25rem;
}

.module-seach__header .form-control {
  height: 100%;
  width: 100%;
  background: unset;
  border: none;
  border-radius: 5px;
  font-size: 0.75rem;
}

.module-seach__header .form-control::-webkit-input-placeholder {
  color: #888;
}

.module-seach__header .form-control::-moz-placeholder {
  color: #888;
}

.module-seach__header .form-control:-ms-input-placeholder {
  color: #888;
}

.module-seach__header .form-control::-ms-input-placeholder {
  color: #888;
}

.module-seach__header .form-control::placeholder {
  color: #888;
}

.module-seach__header .btn-search__header {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.25rem;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 100%;
}

.module-seach__header .btn-search__header img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.price-sale {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  font-size: 0.75rem !important;
}

.btn-compare {
  background: none;
  border: none;
  outline: none;
  font-size: 0.75rem;
  color: #ed3237;
  line-height: 1.2;
}

.item-product__all {
  background: #fff;
  padding: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  position: relative;
  max-width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 5px;
}

.item-product__all .price-sale {
  height: unset;
  padding-top: 3px;

}

.item-product__all .price {
  font-size: 0.875rem;
}

.item-product__all .deal-shock {
  background: #ffffff;
  border: 1px solid #ed3237;
  display: inline-block;
  color: #ed3237;
  padding: 0.125rem 0.5rem;
  margin-right: 0.3125rem;
}

.item-product__all:hover {
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.item-product__all .img {
  position: relative;
  padding-top: 100%;
}

.item-product__all .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.item-product__all .wattage {
  border: 1px solid #ebebeb;
  border-radius: 2px;
  padding: 5px 7px;
}

.item-product__all .button-like input:checked~.text {
  background: #ed3237;
  color: #fff;
}

.item-product__all .button-like .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.1875rem;
  height: 2.1875rem;
  background: #f5f5f5;
  border-radius: 100%;
}

.item-product__all .sale-value {
  position: absolute;
  top: 0;
  left: -2px;
  padding: 1rem;
  line-height: 1;
  background-image: url('../images/bg-sale.svg');
  text-align: center;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 11px;
}

.item-product__all .check-color input:checked~span {
  background: #ed3237;
}

.item-product__all .check-color input:checked~span::after {
  display: block;
}

.item-product__all .check-color span {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  border: 1px solid #ed3237;
  border-radius: 3px;
  position: relative;
}

.item-product__all .check-color span::after {
  content: "";
  width: 8px;
  height: 16px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 8px;
  display: none;
  z-index: 1;
}

.item-product__all .text-color {
  color: #555;
  position: relative;
}

.item-product__all .btn-red__all {
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.625rem;
}

.pagination-slide__circle {
  text-align: center;
  bottom: 0;
}

.pagination-slide__circle .swiper-pagination-bullet {
  background: #ebebeb;
}

.pagination-slide__circle .swiper-pagination-bullet-active {
  background: #ed3237;
}

.form-register__index {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  max-width: 55.0625rem;
}

.form-register__index form {
  height: 2.5rem;
  background: #ffffff;
  border: none;
  border-radius: 5px;
  overflow: hidden;
}

.form-register__index form .position-relative:nth-child(2) {
  border-right: 1px solid #ebebeb
}

.form-register__index form .btn-red__all {
  white-space: nowrap;
}

.form-register__index form .form-control {
  height: 100%;
  background: none;
  border: none;
  -webkit-box-flex: 0;

}

.form-register__index form .input_form_register {
  -ms-flex: 0 0 calc((100% - 84px) / 2);
  flex: 0 0 calc((100% - 84px) / 2);
}

.form-register__index form .form-control::-webkit-input-placeholder {
  color: #888;
  font-size: 0.875rem;

}

.form-register__index form .form-control::-moz-placeholder {
  color: #888;
  font-size: 0.875rem;

}

.form-register__index form .form-control:-ms-input-placeholder {
  color: #888;
  font-size: 0.875rem;

}

.form-register__index form .form-control::-ms-input-placeholder {
  color: #888;
  font-size: 0.875rem;

}

.form-register__index form .form-control::placeholder {
  color: #888;
  font-size: 0.875rem;
}

.form-register__index form .btn-red__all {
  height: 100%;
  min-width: 5.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.time-all-new {
  position: relative;
  padding-left: 1.375rem;
}

.time-all-new::before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(../images/icon-cal.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-bottom-all {
  border-top: 1px solid #ebebeb;
}

.section-bottom-all .item {
  align-items: flex-start !important;
}

.section-bottom-all .item .icon {
  width: 2.813rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 7px;
}

.section-bottom-all .item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.section-bottom-all .item .ct-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0.9375rem;
}

.footer .footer-top {
  background: #f6f6f6;
  padding: 2.5rem 0 2rem;
}

.footer .logo-footer {
  max-width: 9.5625rem;
}

.footer .img-certifi {
  max-width: 9.75rem;
}

.footer .title-footer {
  line-height: 1.2;
  position: relative;
  padding-bottom: 0.5rem;
}

.footer .title-footer::after {
  content: "";
  width: 1.3125rem;
  height: 0.125rem;
  background: #ed3237;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer .list-address li {
  position: relative;
  padding-left: 1.875rem;
  font-size: 0.875rem;
}

.nav-footer ul li {
  font-size: 0.875rem;

}

.footer .list-address li:not(:last-child) {
  margin-bottom: 0.875rem;
  font-size: 0.875rem;
}

.footer .list-address li .icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
}

.footer .list-address li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.footer .nav-footer li:not(:last-child) {
  margin-bottom: 0.4375rem;
  font-size: 0.875rem;
}

.footer .footer-bottom {
  background: #201e1e;
  color: #fff;
  padding: 0.5rem 0;
}

.footer .footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-bottom ul li {
  font-size: 0.875rem;
}

.footer .footer-bottom ul li:not(:first-child) {
  padding-left: 0.5rem;
  margin-left: 0.5rem;
  border-left: 1px solid #fff;
}

.deal-hot-index .module-header .title-all {
  position: relative;
  padding-left: 2.875rem;
}

.deal-hot-index .module-header .title-all::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(../images/price-tag.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.deal-hot-index .module-header .time-deal-hot {
  background: #333333;
  border-radius: 80px;
  padding: 0.5625rem 1.125rem;
}

.deal-hot-index .module-header .time-deal-hot .time-item:not(:last-child) {
  margin-right: 0.6875rem;
}

.deal-hot-index .module-header .time-deal-hot .text {
  color: #ebebeb;
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-family: "Roboto_Light", sans-serif;
}


.boxContent-slide.together {
  padding: 0;
  margin: 0;
  overflow: unset;
}

.boxContent-slide.together .swiper-container {
  overflow: hidden;
}

.boxContent-slide.together .swiper-container .item-product__all:hover {
  box-shadow: unset;
}

.slide-deal-hot .swiper-slide {
  height: auto;
}

.item-deal-hot {
  background: #ffffff;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 13.125rem;
  margin-left: auto;
  margin-left: auto;
}

.item-deal-hot .rating-item {
  margin-top: auto;
}

.item-deal-hot .price-sale {
  height: auto;
}

.item-deal-hot .price-prd {
  align-items: center !important;
}

.item-deal-hot:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item-deal-hot .img {
  position: relative;
  padding-top: 85%;
}

.item-deal-hot .img img {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.item-deal-hot .sale-value img {
  width: 4.25rem;
  height: 1.25rem;
}

.item-deal-hot .sale-value .value {
  background: #ed3237;
  border-radius: 88px;
  padding: 0.125rem 0.3125rem;
  font-family: "Roboto_Bold", sans-serif;
  margin-left: 0.8125rem;
}

.item-deal-hot .price-prd .price {
  margin-right: 5px;
  font-size: 0.875rem;
}

.item-deal-hot .add-to-cart {
  width: 2.25rem;
  height: 2.25rem;
  background: #ffffff;
  border: 1px solid #ed3237;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item-deal-hot .add-to-cart img {
  width: 1.125rem;
  height: 1.125rem;
}

.item-deal-hot .add-to-cart:hover {
  background: #ed3237;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.item-deal-hot .add-to-cart:hover img {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

.item-deal-hot .btn-border__red {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 0.9375rem;
}

.breadcrumb {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.breadcrumb li {
  position: relative;
}

.breadcrumb li:first-child a {
  font-size: 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(../images/home.svg) no-repeat;
  margin-top: -3px;
}

.breadcrumb li:not(:last-child) {
  margin-right: 1.8rem;
}

.breadcrumb li:not(:last-child)::before {
  content: "/";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 1px;
  right: -16px;
}

.breadcrumb li:last-child {
  color: #ed3237;
  pointer-events: none;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2rem 0;
}

.pagination strong,
.pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.5rem;
  min-width: 2.5rem;
  border-radius: 100%;
  font-size: 0.875rem;
  margin: 0 6px;
}

.pagination strong img {
  filter: brightness(10);
}

.pagination a {
  border: 1px solid #ababab;
  color: #333;
}

.pagination strong {
  background: #ed3237;
  color: #fff;
}

.pd-0 {
  padding: 0;
}

.read-more-all {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* 
.deal-hot-index {
  background-size:cover !important;
  -webkit-background-size: cover;
  background-position: center;


} */

.deal-hot-index .btn-circle__all.hidden {
  display: none;
}


.video-main__category .img {
  position: relative;
  padding-top: 56%;
}

.video-main__category .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-main__category .img .btn-play {
  display: block;
  width: 65px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/play-ytb.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.fb_iframe_widget iframe,
.fb_iframe_widget span,
.fb_iframe_widget {
  max-width: 100% !important;
}

.product-highlight .item-product__all {
  height: auto;
}

.btn-compare__product {
  position: fixed;
  right: -30px;
  top: 35%;
  z-index: 90;
  background-size: 100% 100%;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  transform: rotate(90deg);
  color: #fff;
  background: #ED3237;
}

.btn-compare__product:hover,
.btn-compare__product:focus {
  background: #a7191d;
  color: #fff;
}

.fb_iframe_widget {
  border-radius: 5px;
  overflow: hidden;
}

.rating-list__item .progress-bar {
  background-color: #ed3237 !important;
}

.rating-list__item {
  background-color: #ebebeb !important;
}

.comment-box__title {
  font-size: 1.25rem !important;
}

.product-category__index .item-product__all .price-product {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.product-category__index .item-product__all .price-product .price,
.product-category__index .item-product__all .price-product .price-sale {
  margin-bottom: 0;
}

.product-category__index .item-product__all .price-product .price-sale {
  font-size: 0.875rem !important;
  margin-right: 0.5rem;
}

.rating-modal .modal-dialog {
  max-width: 51.875rem !important;
}

.rating-modal .modal-dialog .close-modal {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  cursor: pointer;
}

.rating-modal .modal-dialog .close-modal::before,
.rating-modal .modal-dialog .close-modal::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #212121;
  position: absolute;
  top: 50%;
  left: 50%;

}

.rating-modal .modal-dialog .close-modal::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.rating-modal .modal-dialog .close-modal::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.rating-modal .modal-body {
  padding: 4.375rem 1.5625rem 3.4375rem;
}

.rating-modal .product-rating:not(:last-child) {
  margin-bottom: 1.25rem;
}

.rating-modal .product {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 1.5625rem 1.25rem;
}

.rating-modal .product .img-prd {
  width: 3.75rem;
  height: 3.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
}

.rating-modal .product .img-prd img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.rating-modal .product .ct-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.rating-modal .form-rating .head-form {
  margin-bottom: 2.1875rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rating-modal .form-rating .head-form .star {
  color: #888;
  font-size: 1.375rem;
}

.rating-modal .form-rating .head-form .item .text {
  display: block;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 99px;
  padding: 0.5rem 1.0625rem;
}

.rating-modal .form-rating .head-form .upload-image .text {
  position: relative;
  padding-left: 3.625rem;
}

.rating-modal .form-rating .head-form .upload-image .text::before {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url(../images/camere-gray.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1.75rem;
}

.rating-modal .form-rating .head-form .sugges input:checked~.text {
  border: 1px solid #ed3237;
  background: #ed3237;
  color: #fff;
}

.rating-modal .form-rating .form-control {
  min-height: 6.75rem;
  border-radius: 5px;
  font-size: 0.875rem;
  margin-bottom: 20px;
}

.rating-modal .form-rating .form-control::-webkit-input-placeholder {
  color: #888;
  font-size: 0.875rem;
}

.rating-modal .form-rating .form-control::-moz-placeholder {
  color: #888;
  font-size: 0.875rem;
}

.rating-modal .form-rating .form-control:-ms-input-placeholder {
  color: #888;
  font-size: 0.875rem;
}

.rating-modal .form-rating .form-control::-ms-input-placeholder {
  color: #888;
  font-size: 0.875rem;
}

.rating-modal .form-rating .form-control::placeholder {
  color: #888;
  font-size: 0.875rem;
}

.rating-modal .show-content-rating {
  padding: 1.5625rem 0 0 0;
  border-top: 1px solid #ebebeb;
}

.rating-modal .show-content-rating .avatar {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.rating-modal .show-content-rating .avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.rating-modal .show-content-rating .list-image li {
  width: 94px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-height: 64px;
}

.rating-modal .show-content-rating .list-image li:not(:last-child) {
  margin-right: 16px;
}

.rating-modal .show-content-rating .list-image li img {
  width: 100%;
  max-height: 100%;
}

.rating-modal .show-content-rating .content-rating {
  padding-left: 59px;
}

#result-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#result-upload div {
  width: 9.375rem;
  height: 9.375rem;
}

#result-upload div:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 20px;
}

#result-upload div img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.swiper-button-disabled {
  display: none;
}

.header-product__category .head-main .title-all {
  flex-shrink: 0;
}

.product-category__index .header-product__category .nav .nav-item {
  margin-bottom: 5px;
}

.users-news__ups img {
  filter: grayscale(1);
}

#modal-index .modal-dialog {

  max-width: 57.5rem;

  height: 100%;

}



#modal-index .modal-content {

  background: transparent;

  border: none;

  border-radius: 0;

  height: 100%;

}



#modal-index .modal-content .close {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  width: 1.625rem;

  height: 1.625rem;

  position: absolute;

  top: 0;

  right: 0;

  background: none;

  border: none;

  outline: none;

  z-index: 1;

  padding: 0;

}



#modal-index .modal-content .close img {

  width: 100%;

  height: 100%;

  -o-object-fit: scale-down;

  object-fit: scale-down;

}



#modal-index .modal-body {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  padding-top: 2.5rem;

}



#modal-index .modal-body .img {

  text-align: center;

}



#modal-index .modal-body .img img {

  width: 100%;

  max-height: 80vh;

  margin-left: auto;

  margin-right: auto;

  -o-object-fit: contain;

  object-fit: contain;

}

.menu-desktop {
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.menu-desktop .show-menu__header .text {
  margin: 0 9px;
  font-size: 0.875rem;
}

.menu-desktop:hover .menu-content {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: all;

}

.menu-desktop .menu-content {
  position: absolute;
  top: 100%;
  width: 696px;
  left: 0;
  height: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;

  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}

.menu-desktop .menu-content ul {
  width: 33.33%;
  overflow-y: auto;
}

.menu-desktop .menu-content ul::-webkit-scrollbar-track {
  background-color: #fff;
}

.menu-desktop .menu-content ul::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.menu-desktop .menu-content ul::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
}

.menu-desktop .menu-content ul li.active a {
  background: #f5f5f5;
  color: #ed3237;
}

.menu-desktop .menu-content ul li a {
  display: block;
  padding: 0.5rem;
  color: #313131;
  font-size: 0.875rem;
}

.menu-desktop .menu-content ul li a img {
  margin-right: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  object-fit: scale-down;
}

.menu-desktop .menu-content ul li a:hover {
  background: #f5f5f5;
  color: #ed3237;
}

.menu-desktop .menu-content ul.menu-sub {
  position: relative;
  width: 33.33%;
  top: 0;
  display: none;
  z-index: 1;
}

.menu-desktop .menu-content ul.menu-grand {
  position: relative;
  top: 0;
  display: none;
  width: 33.33%;
  z-index: 1;
}

.slide-branch .img-branch {
  margin-left: auto;
  margin-right: auto;
}

.h-61 {
  min-height: 61px;
}

.r-error-message {
  text-shadow: unset !important;
}

.header-banner img {
  width: 100%;
  height: auto;
}

.head-action__item img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: scale-down;
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.head-action__item {
  position: relative;
}

.head-action__item:not(:last-child) {
  margin-right: 1rem;
  padding-right: 1rem;
}

.head-action__item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 1.5rem;
  background: rgba(255, 255, 255, .24);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.cart-header .icon {
  flex-shrink: 0;
  margin-right: 0.5rem;
  padding-right: 0.625rem;
}

.cart-header .count {
  display: block;
  min-width: 18px;
  height: 18px;
  border-radius: 18px;
  line-height: 18px;
  font-size: 10px;
  color: #333333;
  background: #FFC400;
  position: absolute;
  top: -7px;
  right: 0;
  z-index: 1;
  text-align: center;

}

.cart-header .icon img {
  margin-right: 0;
}

.info-user-login {
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.head-category {
  background: #fff;
  box-shadow: 0px 6px 40px rgba(0, 0, 0, 0.08);
}

.button-category {
  padding: 11px 16px;
  background: #413b49;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  margin-left: 0;
  margin-right: auto;
  color: #000;
}

.button-category>span {
  color: #fff;
}

.button-category img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: scale-down;
  margin-right: 0.5rem;
  filter: invert(1);
}
.button-category .menu-content img {
  filter: inherit;
}

.button-category i {
  margin-left: 0.25rem;
}

.menu-category {
  background: #FFFFFF;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  position: relative;
  height: 100%;
}

.menu-category>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.menu-category>ul>li>ul {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  background: #fff;
  /* box-shadow: 0 4px 10px rgba(0,0,0,.3); */
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 10px;
  width: 990px;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .3s;
  z-index: 10;
}

.menu-category>ul>li>ul>li {
  padding: 0 15px;
  flex: 0 0 25%;
}

.menu-category>ul>li>ul>li ul {
  padding-left: 10px;
}

.menu-category>ul>li>ul>li>a {
  font-family: "Hel_Bold", sans-serif;
  font-size: 1rem;
  position: relative;
  margin-bottom: 0.4rem;
  display: inline-block;
}

.menu-category>ul>li>ul>li>ul>li>a {
  font-size: 0.9rem;
}

.menu-category>ul>li>ul>li {
  margin-bottom: 10px;
}

.menu-category>ul>li>ul>li>a::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #333;
  display: block;
  margin-top: 5px;
}

.menu-category>ul>li>a {
  display: block;
  padding: 8px 16px;
  color: #333;
  position: relative;
}

.menu-category>ul>li>a::after {
  content: "\f105";
  font-family: 'fontAwesome';
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  z-index: 1;
}

.menu-category>ul>li:hover>a {
  background: #f5f5f5;
  color: #C90000;
}

.menu-category>ul>li>a img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: scale-down;
  margin-right: 0.5rem;

}

.gap-x-3 {
  margin: 0 -6px;
}

.gap-x-3 div[class^=col-] {
  padding: 0 6px;
}

.gap-x-4 {
  margin: 0 -8px;

}

.gap-x-4 div[class^=col-] {
  padding: 0 8px;
}

.video_item .item-video .img {
  padding-top: 61%;
}

.item-video {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.video_item .item-video>.img>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item-video .img {
  padding-top: 92%;

}

.item-video>.img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.btn-play img {
  position: unset !important;
  width: auto !important;
  height: auto !important;
}

.video_item .item-video .title-video-small {
  font-size: 1.25rem;
  margin: 1rem;
}

.item-video .title-video-small {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  z-index: 1;
  color: #fff;
  margin: 0.5rem;

}

.item-video::after {
  content: "";
  width: 100%;
  height: 25%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #333333 0%, rgba(51, 51, 51, 0) 92.59%);
  pointer-events: none;
}

.item-auto-result .content .name {
  color: #252525;
}

.h-menu-category {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  pointer-events: none;
}

.button-category {
  cursor: pointer;
}

.button-category:hover .h-menu-category {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.menu-content{
  position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0,0,0,.3);
}
.menu-desktop .menu-content ul {
  width: 33.33%;
}
.menu-desktop .menu-content{
  position: absolute;
    top: 100%;
    width: 696px;
    left: 0;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
}
.menu-desktop .menu-content ul.menu-sub{
  position: relative;
    width: 33.33%;
    top: 0;
    display: none;
    z-index: 1;
    left: 0;
}
.menu-desktop .menu-content ul.menu-grand{
  position: relative;
    top: 0;
    display: none;
    width: 33.33%;
    z-index: 1;
    left: 0;

}
.menu-desktop .menu-content{
  overflow: hidden;
}
.menu-content ul{
  width: 100%;
    overflow-y: auto;
    background: #fff;
}

.menu-content ul li a{
  display: block;
    padding: 0.5rem;
    color: #313131;
    font-size: .875rem;
}
.menu-content ul.menu-sub{
  position: absolute;
  left: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    z-index: 1;
}
.menu-content ul.menu-grand{
  position: absolute;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 200%;
}
.menu-desktop .menu-content ul li a:hover {
  background: #f5f5f5;
    color: #ed3237;
}
.menu-content ul li.active a{
  background: #f5f5f5;
    color: #ed3237;
}
.menu-desktop:hover .menu-content{
  visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: all;
}
.menu-content-desktop{
  position: relative;
}
.menu-content-desktop  ul  li a{
  display: block;
  padding: 0.5rem;
  color: #313131;
  font-size: 0.875rem;
}
.menu-content-desktop  ul  li:hover ul{
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.menu-content-desktop  ul  li:hover ul li ul{
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.menu-content-desktop  ul  li:hover ul li:hover ul{
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.menu-content-desktop  ul li ul{
  position: absolute;
  top:0;
  left: 100%;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
.menu-content-desktop  ul li ul li ul{
}
@media(min-width: 992px) {
  .section-banner__home {
    padding-top: 0.75rem;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px !important;
  }
}

@media (max-width: 1599px) {
  body {
    font-size: 14px;
  }

  .breadcrumb li:not(:last-child)::before {
    top: 1px;
  }

  .section-bottom-all .item .title {
    font-size: 0.875rem;
  }

  .header .header-nav .header-nav__main {
    padding-left: 2rem;
  }

  .menu-category>ul>li>ul {
    width: 860px;
  }

  .button-category {
    max-width: 270px;
    padding: 6px 10px;
    font-size: 12px;
  }
}

@media (max-width: 1366px) {}

@media (max-width: 1199px) {

  .read-more-all.mobile {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25rem;
  }

  .btn {
    font-size: 0.875rem;
    height: 2.375rem;
  }

  .fz-20 {
    font-size: 1rem;
  }

  .fz-24 {
    font-size: 1.125rem;
  }
}

@media (max-width: 991px) {
  #ratingModal {
    padding-right: 0;
  }

  #ratingModal .modal-dialog {
    max-width: 85% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .menu ul li ul {
    min-height: unset;
    overflow: unset;
    max-height: unset;
  }

  .menu ul li {
    position: relative;

  }

  .menu ul li ul li:hover ul {
    display: none;
  }



  .wow {
    visibility: visible;
  }

  .mb-md-25 {
    margin-bottom: 1.5625rem;
  }

  .over-lay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .over-lay.show {
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .mb-md-15 {
    margin-bottom: 0.9375rem;
  }

  .mb-md-30 {
    margin-bottom: 1.875rem;
  }

  .mb-md-40 {
    margin-bottom: 2.5rem;
  }

  .header .header-top ul {
    display: none;
  }

  .header .header-top {
    background: #fff;
  }

  .change-lang .lang-text {
    color: #313131;
  }

  .change-lang .lang-text .text {
    margin: 0 4px;
  }

  .logo-mobile {
    max-width: 10.25rem;
  }

  .cart-mobile {
    position: relative;
    margin-left: 6px;
    padding-right: 7px;
  }

  .cart-mobile::before {
    content: attr(data-count);
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 0.625rem;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 100%;
    background: #ed3237;
    z-index: 1;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .cart-mobile img {
    width: 1.25rem;
    height: 1.3125rem;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }

  .change-lang {
    margin-right: 6px;
  }

  .header .header-nav .header-nav__main {
    padding: 0;
  }

  .logo-menu-mobile img {
    max-width: 60%;
  }

  .menu .menu-content {
    position: unset;
    width: unset;
    height: unset;
    overflow: unset;
    display: block;
    visibility: visible;
    opacity: 1;
    box-shadow: unset;
  }

  .menu {
    margin-right: 0;
    position: fixed;
    width: 100%;
    max-width: 21.875rem;
    top: 0;
    left: -100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: auto;
  }

  .menu:hover ul {
    top: unset;
  }

  .menu.active {
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .menu ul {
    position: relative;
    -webkit-transform: unset;
    transform: unset;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: unset;
    transition: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    pointer-events: all;
    transition: unset !important;
    width: 100%;
  }



  .menu ul li:hover ul {
    left: unset !important;
    -webkit-transition: unset !important;
    transition: unset !important;
    visibility: visible !important;
  }

  .menu ul li .btn-dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.563rem;
    height: 1.563rem;
    position: absolute;
    top: 5px;
    right: 0;
    transition: .3s;
    color: #000;
  }

  .menu ul li:hover ul {
    display: none;
  }

  .menu ul li .btn-dropdown-menu.open {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: .3s;

  }

  .menu ul li a {
    border-bottom: 1px solid #ebebeb;
  }

  .menu ul li ul {
    position: relative;
    -webkit-transform: unset;
    transform: unset;
    visibility: visible;
    -webkit-transition: unset;
    transition: unset;
    opacity: 1;
    pointer-events: all;
    left: 0;
    padding-left: 0.9375rem;
    display: none;
  }

  .menu ul li ul a {
    border-bottom: none;
  }

  .menu:hover ul ul {
    visibility: visible;
    opacity: 1;
    left: 0;
  }

  .title-all {
    font-size: 1.125rem;
  }

  .section-bottom-all .item .ct-text {
    padding-left: 8px;
  }

  .section-bottom-all .item .ct-text .title {
    margin-bottom: 0.3125rem !important;
  }

  .section-bottom-all .item .icon {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-top .mb-30 {
    margin-bottom: 0.9375rem;
  }

  .footer .footer-bottom .container {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .footer .footer-bottom ul li {
    font-size: 0.75rem;
  }

  .footer .footer-bottom .copyright {
    text-align: center;
    margin-top: 5px;
  }

  .module-seach__header .btn-search__header {
    right: 0;
  }

  .module-seach__header {
    padding-right: 2.188rem;
  }

  .auth-mobile:hover .auth-content {
    pointer-events: all;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 100%;
    visibility: visible;
    opacity: 1;
  }

  .auth-mobile .icon img {
    width: 1rem;
    height: 1rem;
    object-fit: scale-down;
  }

  .auth-mobile .auth-content {
    position: absolute;
    top: 150%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    z-index: 2;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .auth-mobile .auth-content ul {
    display: block;
    color: #313131;
    min-width: 5rem;
    white-space: nowrap;
  }

  .auth-mobile .auth-content ul a {
    display: block;
    padding: 0.3125rem 0.625rem;
  }

  .product-category__index .item-product__all .price-product .price-sale {
    font-size: 12px !important;
  }

  .item-product__all .price {
    font-size: 14px !important;
  }

  .menu ul li a:hover,
  .menu ul li:hover {
    background: none;
    color: #313131;
  }

  .form-register__index form .position-relative {
    flex: 0 0 calc((100% - 84px) / 2);
  }
}

@media (max-width: 767px) {
  .video_item .item-video img {
    max-width: 40px;
  }

  #ratingModal .form-rating .head-form {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  #ratingModal .form-rating .head-form .item {
    margin-bottom: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .fz-18 {
    font-size: 0.875rem;
  }

  .mb-sm-15 {
    margin-bottom: 0.9375rem;
  }

  .mb-50 {
    margin-bottom: 1.5625rem;
  }

  .fz-24 {
    font-size: 1.125rem;
  }

  .btn {
    height: 2rem;
    font-size: 0.75rem;
    padding: 0.1875rem 1.25rem;
  }

  select,
  .form-control {
    height: 2rem !important;
    font-size: 0.75rem;
  }

  .mb-sm-15 {
    margin-bottom: 0.9375rem;
  }

  .mb-sm-20 {
    margin-bottom: 1.25rem;
  }

  .btn-circle__all {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 1.125rem;
  }

  .btn-circle__all i {
    left: 13px;
  }

  .fz-22 {
    font-size: 0.875rem;
  }

  .form-register__index form {
    height: 2rem;
  }

  .video-main__category .img .btn-play {
    width: 43px;
    height: 32px;
  }
}

@media (max-width: 575px) {
  .video_item .item-video img {
    max-width: 100%;
  }

  #ratingModal .modal-body {
    padding: 1.25rem;
  }

  #ratingModal .form-rating .head-form .star {
    font-size: 1rem;
  }

  .rating-modal .show-content-rating .content-rating {
    padding-left: 0;
  }

  .section-all {
    padding: 1.25rem 0;
  }

  .mb-mbs-10 {
    margin-bottom: 0.625rem;
  }

  .pb-40 {
    padding-bottom: 1.25rem;
  }

  .pb-mb-20 {
    padding: 1.25rem;
  }

  .fz-24 {
    font-size: 1rem;
  }

  .mb-40 {
    margin-bottom: 1.25rem;
  }

  .mb-25 {
    margin-bottom: 0.9375rem;
  }

  .title-all {
    font-size: 1rem;
  }

  .deal-hot-index .module-header .header-left {
    display: block !important;
    width: 100%;
  }

  .deal-hot-index .module-header .header-left .time-deal-hot {
    margin-top: 1.25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-mobile {
    max-width: 7.8125rem;
  }

  .breadcrumb {
    margin: 0.5rem 0 !important;
    margin-bottom: 0.5rem !important;
  }

  .pagination strong,
  .pagination a {
    min-width: 1.875rem;
    height: 1.875rem;
  }

  .menu {
    max-width: 80%;
  }

  .item-deal-hot {
    padding: 0.5rem !important;
  }

  .item-deal-hot .price-prd {
    display: block !important;
  }

  .item-deal-hot .button {
    display: none !important;
  }

  .deal-hot-index .btn-circle__all {
    display: none;
  }

  /* .btn-circle__all {
    display: none;
  } */
  .btn-circle__all.btn-circle__prev {
    left: 5px;
  }

  .btn-circle__all.btn-circle__next {
    right: 5px;
  }

  .form-register__index form .btn-red__all {
    min-width: 3.5rem;
    border-radius: 0;
  }

  .form-register__index form .input_form_register {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 62px) / 2);
    flex: 0 0 calc((100% - 62px) / 2);
  }

  .form-register__index {
    padding: 15px;
  }

  .form-register__index form .form-control::placeholder {
    font-size: 12px;
  }



  .section-bottom-all .sub-title {
    font-size: 0.75rem !important;
  }

  .footer .footer-top {
    padding: 1.5625rem 0;
  }

  .footer .footer-bottom .container {
    display: block !important;
  }

  .footer .footer-bottom .copyright {
    text-align: left;
    margin-bottom: 0.625rem;
  }

  .footer .footer-bottom ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: nowrap;
  }

  .footer .footer-bottom ul li {
    position: relative;
  }

  .footer .footer-bottom ul li:not(:last-child) {
    margin-right: 1.25rem;
  }

  .footer .footer-bottom ul li:not(:last-child)::after {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
  }

  .footer .footer-bottom ul li:not(:first-child) {
    border-left: none;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  .item-deal-hot .price-prd .price,
  .item-deal-hot .price-prd .price-sale {
    display: block;
  }

  .section-bottom-all .item .title {
    font-size: 12px;
  }

  .product-category__index .item-product__all .price-product .price-sale {
    font-size: 12px !important;
  }

  .bg-mb-white {
    background: #fff !important;
  }

  .results_filter_product .item-product__all .price-product {
    display: block !important;
  }

  .form-register__index form .position-relative {
    flex: 0 0 calc((100% - 62px) / 2);
  }

  .item-product__all .text-color:hover::before {
    display: none;
  }

  .choose-color__detail {
    padding-top: 0;
  }

  /* .main_vouchers .row .voucher{
    display: block !important;
  } */
  .main_vouchers .name_voucher {
    width: 100%;
  }

  .main_vouchers .img-voucher {
    padding: 0;
  }

  .main_vouchers .img-voucher img {
    position: unset;
  }

}