@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;600;700;800;900&display=swap);/**
color
 */
.color-main {
  color: #B20000;
}

.color-9e {
  color: #9E9E9E;
}

.color-text {
  color: #616161;
}

.text-black {
  color: #000000 !important;
}

.color-gray {
  color: #878787;
}

.color-organe {
  color: #fdb813;
}

.color-red {
  color: #e50000;
}

.color-yellow {
  color: #fdba1a;
}

/**
background-color
 */
.bg-main {
  background-color: #B20000;
}

.bg-main-75 {
  background-color: rgba(178, 0, 0, 0.75);
}

.bg-gray {
  background-color: #878787;
}

.bg-organe {
  background-color: #fdb813;
}

.bg-red {
  background-color: #e50000;
}

.bg-yellow {
  background-color: #fdba1a;
}

.bg-1 {
  background: #FFDDDD;
}

.bg-2 {
  background: rgba(103, 58, 183, 0.16);
}

.bg-3 {
  background: rgba(255, 235, 59, 0.16);
}

.bg-4 {
  background: rgba(139, 195, 74, 0.16);
}

/**
font
 */
.regular {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

/**
font size
 */
.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

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

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-28 {
  font-size: 28px;
}

.fs-32 {
  font-size: 32px;
}

.fs-36 {
  font-size: 36px;
}

.fs-44 {
  font-size: 44px;
}

.w-1 {
  width: 10%;
}

.w-2 {
  width: 20%;
}

.w-3 {
  width: 30%;
}

.w-4 {
  width: 40%;
}

.w-5 {
  width: 50%;
}

.w-6 {
  width: 60%;
}

.w-7 {
  width: 70%;
}

.w-8 {
  width: 80%;
}

.w-9 {
  width: 90%;
}

.w-10 {
  width: 100%;
}

.w-33 {
  width: 33.3333333333%;
}

.w-66 {
  width: 66%;
}

.zindex {
  z-index: 1;
}

.mg-auto {
  margin-left: auto;
  margin-right: auto;
}

.radius-50 {
  border-radius: 50%;
}

.space-nowrap {
  white-space: nowrap;
}

.image-cover img,
.image-cover video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-contain img,
.image-contain video {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.5s all;
}

.wrapper-product .image-contain:hover img,
.search-trend .image-contain:hover img {
  transform: scale(1.1);
  transition: 0.5s all;
}

.list-none {
  list-style: none;
}

.location {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pt-20 {
  padding-top: 2rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.p-20 {
  padding: 2rem;
}

.pr-20 {
  padding-right: 2rem;
}

.pl-20 {
  padding-left: 2rem;
}

.border-6 {
  border-radius: 6px;
}

.padding-12 {
  padding: 12px;
}

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

.margin-8 {
  margin-bottom: 8px;
}

.line-1 {
  line-height: 1;
}

.owl-carousel .owl-dots {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: -3.5rem;
  position: absolute;
  padding-right: 54px;
}
.owl-carousel .owl-dots .owl-dot {
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  width: 12px;
  height: 8px;
  border-radius: 6px;
  margin: 0 4px;
  outline: none;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #B20000;
  width: 24px;
  transition: 0.3s all;
}
.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  height: 0;
  right: 0;
  left: 0;
  align-items: center;
  transform: translateY(-50%);
  z-index: 3;
}
.owl-carousel .owl-nav button {
  outline: none;
  display: inline-block;
  width: 2rem;
}
.owl-carousel .owl-nav button:hover span {
  color: #B20000;
  transition: 0.3s all;
}
.owl-carousel .owl-nav button span {
  font-size: 50px;
  color: #666;
  transition: 0.3s all;
}

.line-row {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-row-2 {
  -webkit-line-clamp: 2;
}

.image-scale .image-cover img {
  transform: scale(1);
  transition: all 0.7s;
}
.image-scale:hover .image-cover img {
  transform: scale(1.1);
  transition: all 0.7s;
}

.page-numbers {
  border-radius: 4px;
  width: 4rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  background-color: #E9E9E9;
  color: #575757;
  font-size: 1.4rem;
}
.page-numbers.current {
  color: #fff;
  background: linear-gradient(to top, #E93818, #D92707);
}

.bg-opacity:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(86, 86, 86, 0.7);
}

.logo-text {
  margin-bottom: 0;
  font-weight: 700;
  display: inline-block;
}
.logo-text span {
  color: #B20000;
}

a {
  transition: 0.3s all;
  color: #616161;
}
a:hover {
  color: #B20000;
  transition: 0.3s all;
}

.border-none {
  border: none !important;
}

.s-scroll {
  position: relative;
}
.s-scroll:after {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, #FFFFFF 0.82%, rgba(255, 255, 255, 0) 100%);
  right: 0;
  top: 0;
  width: 42px;
  height: 100%;
}
.s-scroll .s-next {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 14px;
  cursor: pointer;
}
.s-scroll .s-next img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.scroll-x {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  position: relative;
}
.scroll-x .items {
  width: 100%;
}
.scroll-x::-webkit-scrollbar {
  height: 2px;
}
.scroll-x::-webkit-scrollbar-thumb {
  background: rgba(178, 0, 0, 0.1);
}
.scroll-x::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.entry-summary p button {
  background: transparent;
  border: none;
}

.button-tooltip {
  background: transparent;
  border: none;
  padding: 0;
}

.bs-tooltip-left {
  left: -10px !important;
}

.tooltip.show .tooltip-inner {
  padding: 5px 10px !important;
  font-size: 12px;
}

.modal.w-480 .modal-dialog {
  width: 480px;
}

.s-angle {
  color: #00BCD4;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.s-angle.disable {
  color: #9E9E9E;
}
.s-angle.disable:hover {
  color: #9E9E9E;
}
.s-angle:hover {
  color: #00BCD4;
  opacity: 0.8;
}

.s-useful {
  color: #00BCD4;
}

.text-decoration-revert {
  -webkit-text-decoration: revert;
          text-decoration: revert;
}

.wrapper-content.wrapper-product {
  margin-top: 0;
}

/*------------------------ Error 404------------------------*/
#error {
  padding: 40px 0;
  text-align: center;
}

.error_title {
  color: #000;
}

.error_title p {
  color: #ed3d3f;
  font-size: 18px;
  margin: 0;
  padding-top: 20px;
}

.error_title img {
  Padding-top: 50px;
  width: 100%;
  max-width: 200px;
}

.error_bottom {
  margin-top: 15px;
}

.error_bottom a {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  background: #ed3d3f;
  border: 1px solid #fff;
  border-radius: 40px;
  text-decoration: none;
}

/*------------------------ END Error 404------------------------*/
/**
color
 */
.color-main {
  color: #B20000;
}

.color-9e {
  color: #9E9E9E;
}

.color-text {
  color: #616161;
}

.text-black {
  color: #000000 !important;
}

.color-gray {
  color: #878787;
}

.color-organe {
  color: #fdb813;
}

.color-red {
  color: #e50000;
}

.color-yellow {
  color: #fdba1a;
}

/**
background-color
 */
.bg-main {
  background-color: #B20000;
}

.bg-main-75 {
  background-color: rgba(178, 0, 0, 0.75);
}

.bg-gray {
  background-color: #878787;
}

.bg-organe {
  background-color: #fdb813;
}

.bg-red {
  background-color: #e50000;
}

.bg-yellow {
  background-color: #fdba1a;
}

.bg-1 {
  background: #FFDDDD;
}

.bg-2 {
  background: rgba(103, 58, 183, 0.16);
}

.bg-3 {
  background: rgba(255, 235, 59, 0.16);
}

.bg-4 {
  background: rgba(139, 195, 74, 0.16);
}

/**
font
 */
.regular {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

/**
font size
 */
.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

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

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-28 {
  font-size: 28px;
}

.fs-32 {
  font-size: 32px;
}

.fs-36 {
  font-size: 36px;
}

.fs-44 {
  font-size: 44px;
}

.w-1 {
  width: 10%;
}

.w-2 {
  width: 20%;
}

.w-3 {
  width: 30%;
}

.w-4 {
  width: 40%;
}

.w-5 {
  width: 50%;
}

.w-6 {
  width: 60%;
}

.w-7 {
  width: 70%;
}

.w-8 {
  width: 80%;
}

.w-9 {
  width: 90%;
}

.w-10 {
  width: 100%;
}

.w-33 {
  width: 33.3333333333%;
}

.w-66 {
  width: 66%;
}

.zindex {
  z-index: 1;
}

.mg-auto {
  margin-left: auto;
  margin-right: auto;
}

.radius-50 {
  border-radius: 50%;
}

.space-nowrap {
  white-space: nowrap;
}

.image-cover img,
.image-cover video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-contain img,
.image-contain video {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.5s all;
}

.wrapper-product .image-contain:hover img,
.search-trend .image-contain:hover img {
  transform: scale(1.1);
  transition: 0.5s all;
}

.list-none {
  list-style: none;
}

.location {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pt-20 {
  padding-top: 2rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.p-20 {
  padding: 2rem;
}

.pr-20 {
  padding-right: 2rem;
}

.pl-20 {
  padding-left: 2rem;
}

.border-6 {
  border-radius: 6px;
}

.padding-12 {
  padding: 12px;
}

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

.margin-8 {
  margin-bottom: 8px;
}

.line-1 {
  line-height: 1;
}

.owl-carousel .owl-dots {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: -3.5rem;
  position: absolute;
  padding-right: 54px;
}

.owl-carousel .owl-dots .owl-dot {
  background: rgba(255, 255, 255, 0.6);
  display: inline-block;
  width: 12px;
  height: 8px;
  border-radius: 6px;
  margin: 0 4px;
  outline: none;
  transition: 0.3s all;
  border: 1px solid #ffffff;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #B20000;
  width: 24px;
  transition: 0.3s all;
}

.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  height: 0;
  right: 0;
  left: 0;
  align-items: center;
  transform: translateY(-50%);
  z-index: 3;
}

.owl-carousel .owl-nav button {
  outline: none;
  display: inline-block;
  width: 2rem;
}

.owl-carousel .owl-nav button:hover span {
  color: #B20000;
  transition: 0.3s all;
}

.owl-carousel .owl-nav button span {
  font-size: 50px;
  color: #666;
  transition: 0.3s all;
}

.line-row {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-row-2 {
  -webkit-line-clamp: 2;
}

.image-scale .image-cover img {
  transform: scale(1);
  transition: all 0.7s;
}

.image-scale:hover .image-cover img {
  transform: scale(1.1);
  transition: all 0.7s;
}

.page-numbers {
  border-radius: 4px;
  width: 4rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  background-color: #E9E9E9;
  color: #575757;
  font-size: 1.4rem;
}

.page-numbers.current {
  color: #fff;
  background: linear-gradient(to top, #E93818, #D92707);
}

.bg-opacity:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(86, 86, 86, 0.7);
}

.logo-text {
  margin-bottom: 0;
  font-weight: 700;
  display: inline-block;
}

.logo-text span {
  color: #B20000;
}

a {
  transition: 0.3s all;
  color: #616161;
}

a:hover {
  color: #B20000;
  transition: 0.3s all;
}

.border-none {
  border: none !important;
}

.s-scroll {
  position: relative;
}

.s-scroll:after {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, #FFFFFF 0.82%, rgba(255, 255, 255, 0) 100%);
  right: 0;
  top: 0;
  width: 42px;
  height: 100%;
}

.s-scroll .s-next {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 14px;
  cursor: pointer;
}

.s-scroll .s-next img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.scroll-x {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  position: relative;
}

.scroll-x .items {
  width: 100%;
}

.scroll-x::-webkit-scrollbar {
  height: 2px;
}

.scroll-x::-webkit-scrollbar-thumb {
  background: rgba(178, 0, 0, 0.1);
}

.scroll-x::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.entry-summary p button {
  background: transparent;
  border: none;
}

.button-tooltip {
  background: transparent;
  border: none;
  padding: 0;
}

.bs-tooltip-left {
  left: -10px !important;
}

.tooltip.show .tooltip-inner {
  padding: 5px 10px !important;
  font-size: 12px;
}

.modal.w-480 .modal-dialog {
  width: 480px;
}

.s-angle {
  color: #00BCD4;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}

.s-angle.disable {
  color: #9E9E9E;
}

.s-angle.disable:hover {
  color: #9E9E9E;
}

.s-angle:hover {
  color: #00BCD4;
  opacity: 0.8;
}

.s-useful {
  color: #00BCD4;
}

.text-decoration-revert {
  -webkit-text-decoration: revert;
  text-decoration: revert;
}

.wrapper-content.wrapper-product {
  margin-top: 0;
}

.ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.italic {
  font-style: italic;
}

.pointer {
  cursor: pointer;
}

.fw-700 {
  font-weight: 700;
}

/*------------------------ Error 404------------------------*/
#error {
  padding: 40px 0;
  text-align: center;
}

.error_title {
  color: #000;
}

.error_title p {
  color: #ed3d3f;
  font-size: 18px;
  margin: 0;
  padding-top: 20px;
}

.error_title img {
  Padding-top: 50px;
  width: 100%;
  max-width: 200px;
}

.error_bottom {
  margin-top: 15px;
}

.error_bottom a {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  background: #ed3d3f;
  border: 1px solid #fff;
  border-radius: 40px;
  text-decoration: none;
}

/*------------------------ END Error 404------------------------*/
html {
  font-size: 10px;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 12px;
  color: #616161;
  line-height: 1.5;
  overflow-x: hidden;
  background: #F1F1F1;
  padding-right: 0 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a,
a:hover {
  text-decoration: none;
  transition: 0.3s all;
}

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

.container {
  max-width: 1644px;
}

#header-main {
  z-index: 9999;
  position: relative;
}

#header-main.active-top {
  top: -100%;
  transition: all 0.5s;
  position: fixed;
  width: 100%;
  left: 0;
}

#header-main.active-top.active {
  top: 0;
  transition: all 0.5s;
}

#header-main .header-top {
  background: #0B0E1A;
  padding: 6px 0;
}

#header-main .header-top .border-left {
  border-left: 1px solid #fff !important;
}

#header-main .header-top .padding-right {
  padding-right: 20px;
}

#header-main .header-top .padding-left {
  padding-left: 20px;
}

#header-main .header-top .link {
  color: #87CEEB;
}

#header-main .header-top .justify-content-end a:hover {
  text-decoration: none;
}

#header-main .header-top .justify-content-end a:hover img {
  filter: none;
}

#header-main .header-top a {
  transition: 0.2s all;
  padding: 5px;
  border: 1px solid transparent;
}

#header-main .header-top a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
  transition: 0.2s all;
  border: 1px solid #ffffff;
  border-radius: 6px;
}

#header-main .header-top a:hover img {
  transition: 0.1s all;
}

#header-main .header-top img {
  margin-right: 5px;
  height: 14px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  top: -1px;
  transition: 0.1s all;
}

#header-main .header-top {
  justify-content: space-between;
}
#header-main .header-top .item {
  margin-left: 0;
}

#header-main .header-top .item:first-child {
  margin-left: 0;
}

#header-main .header-top .item span {
  padding: 0 5px;
}

#header-main .header-top .item .account-info {
  cursor: pointer;
}

#header-main .header-top .item .account-lists {
  padding-top: 35px;
  position: absolute;
  top: 0;
  width: 303px;
}

#header-main .header-top .item .account-list {
  position: absolute;
  background: #ffffff;
  z-index: 999;
  border: 1px solid #D3D3D3;
  padding: 18px;
  border-radius: 5px;
  top: 35px;
  display: none;
  right: 128px;
}

#header-main .header-top .item .account-list.active {
  display: block !important;
}

#header-main .header-top .item .account-list:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  top: -15px;
  right: 78px;
}

#header-main .header-top .item .account-list .z-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#header-main .header-top .item .account-list .z-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

#header-main .header-top .item .account-list .z-item .register {
  display: inline-block;
  padding: 12px 16px;
  min-width: 120px;
  height: 44px;
  border-radius: 5px;
  background: #ED3237;
}

#header-main .header-top .item .account-list .z-item .inline-block {
  padding-left: 12px;
  font-size: 15px;
  color: #616161;
  min-width: 167px;
}

#header-main .header-top .item .account-list .z-item .inline-block i {
  font-weight: 500;
  font-style: inherit;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

#header-main .header-top .item .account-list .z-item a {
  font-size: 15px;
  color: #616161;
}

#header-main .header-top .item .account-list .z-item .link {
  margin-bottom: 10px;
  font-weight: 400;
  display: block;
  padding: 0;
}

#header-main .header-top .item .account-list .z-item .link:hover {
  color: #B20000;
}

#header-main .header-top .item .account-list .z-item .link:last-child {
  margin-bottom: 0;
}

#header-main .header-top .item .notification {
  position: relative;
  cursor: pointer;
}

#header-main .header-top .item .notification.active:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #ED3237;
  border-radius: 50%;
  top: -1px;
  left: 12px;
}

#header-main .header-top .item .notification-list {
  padding-top: 35px;
  position: absolute;
  top: 35px;
  width: 480px;
  background: #ffffff;
  z-index: 999;
  padding: 18px;
  transform: scale(0);
  transition: 0.3s all;
  border: 1px solid #D3D3D3;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

#header-main .header-top .item .notification-list.active {
  transform: scale(1);
  transition: 0.3s all;
}

#header-main .header-top .item .notification-list:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  top: -15px;
  left: 35px;
}

#header-main .header-top .item .notification-list .n-title {
  justify-content: space-between;
  margin-bottom: 12px;
}

#header-main .header-top .item .notification-list .n-title p {
  margin-bottom: 0;
  color: #616161;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-transform: capitalize;
}

#header-main .header-top .item .notification-list .n-title p span {
  color: #B20000;
  display: inline-block;
  padding: 0;
}

#header-main .header-top .item .notification-list .n-remove {
  text-align: right;
  color: #9E9E9E;
}

#header-main .header-top .item .notification-list .n-remove span {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  padding: 0;
  cursor: pointer;
}

#header-main .header-top .item .notification-list .n-remove span:first-child {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #D3D3D3;
}

#header-main .header-top .item .notification-list .n-remove span:hover {
  color: #B20000;
}

#header-main .header-top .item .notification-list .n-products {
  max-height: 66vh;
  overflow-y: auto;
  padding-right: 5px;
}

#header-main .header-top .item .notification-list .n-products::-webkit-scrollbar {
  width: 1px;
}

#header-main .header-top .item .notification-list .n-products::-webkit-scrollbar-thumb {
  background: rgba(178, 0, 0, 0.1);
}

#header-main .header-top .item .notification-list .n-products::-webkit-scrollbar-track {
  background: #F1F1F1;
}

#header-main .header-top .item .notification-list .n-products .n-product {
  padding: 12px 0;
  border-top: 1px solid #F1F1F1;
}

#header-main .header-top .item .notification-list .n-products .n-product:hover .content a {
  color: #B20000;
}

#header-main .header-top .item .notification-list .n-products .n-product .image {
  width: 64px;
  height: 64px;
  padding: 6px;
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  border-radius: 3px;
}

#header-main .header-top .item .notification-list .n-products .n-product .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#header-main .header-top .item .notification-list .n-products .n-product .content {
  width: calc(100% - 64px);
  padding-left: 12px;
}

#header-main .header-top .item .notification-list .n-products .n-product .content a {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding: 0;
}

#header-main .header-top .item .notification-list .n-products .n-product .content .time-write {
  margin-top: 9px;
}

#header-main .header-top .item .notification-list .n-products .n-product .content .time-write .time img {
  margin-right: 5px;
  width: 13px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#header-main .header-top .item .notification-list .n-more {
  border-top: 1px solid #F1F1F1;
  margin-top: 12px;
  padding-top: 12px;
  text-align: center;
  color: #9E9E9E;
}

#header-main .header-top .item .notification-list .n-more a {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

#header-main .header-top .item .notification-list .n-more span {
  font-size: 35px;
}

#header-main .header-content {
  background: #363945;
  padding: 12px 0;
}
#header-main .header-content .row {
  flex-wrap: unset;
}

#header-main .header-content .header-logo {
  width: 100%;
  min-width: 296px;
  justify-content: space-between;
}

#header-main .header-content .col-lg-2 {
  display: flex;
}

#header-main .header-content .image-logo {
  height: 53px;
}

#header-main .header-content .buttonCate {
  align-self: center;
  margin-left: 15px;
  width: 48px;
  height: 48px;
  border-radius: 3px;
  padding: 8px;
  cursor: pointer;
  border: 1px solid transparent;
}

#header-main .header-content .buttonCate:hover {
  border: 1px solid transparent;
  background: #0B0E1A;
  color: #fff;
}

#header-main .header-content .buttonCate img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

#header-main .header-content #form-search {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

#header-main .header-content #form-search .group {
  width: calc(100% - 56px);
  border: 4px solid #B20000;
  position: relative;
}

#header-main .header-content #form-search .group input {
  width: 100%;
  border: none;
  height: 100%;
  padding: 15px;
  font-size: 15px;
  color: #9E9E9E;
}

#header-main .header-content #form-search .group input::-moz-placeholder {
  color: #9E9E9E;
}

#header-main .header-content #form-search .group input::placeholder {
  color: #9E9E9E;
}

#header-main .header-content #form-search .group input:focus {
  outline: none;
}

#header-main .header-content #form-search .group span {
  position: absolute;
  top: 13px;
  right: 30px;
  cursor: pointer;
}

#header-main .header-content #form-search .submit {
  border: 2px solid #B20000;
  background: #B20000;
  padding: 14px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 56px;
  text-align: center;
  position: relative;
}

#header-main .header-content #form-search .submit::after {
  content: "";
  position: absolute;
  left: -33px;
  top: -2px;
  width: 0px;
  height: 0px;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-bottom: 56px solid #B20000;
}

#header-main .header-content #form-search .submit button {
  border: none;
  height: 24px;
  background: transparent;
  position: relative;
  z-index: 2;
}

#header-main .header-content #form-search .search-old {
  position: absolute;
  width: 100%;
  top: 56px;
  left: 0;
  background: #ffffff;
  padding: 15px;
  z-index: 999;
  border: 1px solid #707070;
  display: none;
}

#header-main .header-content #form-search .search-old .i-item {
  height: auto;
  margin-top: 18px;
}

#header-main .header-content #form-search .search-old .i-item:first-child {
  border-bottom: 1px solid rgba(112, 112, 112, 0.16);
  margin-top: 0;
}

#header-main .header-content #form-search .search-old .i-item:nth-child(5n+2) {
  border-bottom: 1px solid rgba(112, 112, 112, 0.16);
}

#header-main .header-content #form-search .search-old .i-item .history {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

#header-main .header-content #form-search .search-old .i-item .history.pd {
  padding: 20px 15px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.16);
}

#header-main .header-content #form-search .search-old .i-item .history p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #616161;
}

#header-main .header-content #form-search .search-old .i-item .history a {
  text-align: right;
  color: #B20000;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}

#header-main .header-content #form-search .search-old .i-item ul {
  padding-left: 0;
  margin-bottom: 0;
  overflow: hidden;
  max-height: 134.5px;
  transition: 0.3s all;
}

#header-main .header-content #form-search .search-old .i-item ul.active {
  max-height: 1000px;
  transition: 0.3s all;
}

#header-main .header-content #form-search .search-old .i-item ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

#header-main .header-content #form-search .search-old .i-item ul li p {
  width: calc(100% - 15px);
}

#header-main .header-content #form-search .search-old .i-item ul li span {
  cursor: pointer;
  width: 15px;
}

#header-main .header-content #form-search .search-old .i-item ul li img {
  height: 15px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#header-main .header-content #form-search .search-old .i-item .more {
  text-align: center;
  padding: 15px 0;
  font-size: 13px;
}

#header-main .header-content #form-search .search-old .i-item .more.active img {
  transform: rotate(180deg);
  transition: 0.3s all;
}

#header-main .header-content #form-search .search-old .i-item .more span {
  cursor: pointer;
}

#header-main .header-content #form-search .search-old .i-item .more img {
  margin-left: 5px;
  height: 6px;
  width: auto;
  transition: 0.3s all;
}

#header-main .header-content #form-search .search-old .i-item .title {
  color: #616161;
  margin-bottom: 0;
}

#header-main .header-content #form-search .search-old .i-item .tags span {
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  padding: 2.25px 12px;
  border-radius: 50px;
  border: 1px solid #707070;
  margin-right: 12px;
  margin-top: 12px;
}

#header-main .header-content #form-search .search-old .i-item .categories {
  display: flex;
  flex-wrap: wrap;
}

#header-main .header-content #form-search .search-old .i-item .categories .ca-is {
  padding: 2px 12px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin-right: 12px;
  margin-top: 12px;
  border: 1px solid transparent;
  cursor: pointer;
  height: 48px;
}

#header-main .header-content #form-search .search-old .i-item .categories .ca-is.bor {
  border: 1px solid #707070;
}

#header-main .header-content #form-search .search-old .i-item .categories .ca-is span {
  align-self: center;
  display: block;
}

#header-main .header-content #form-search .search-old .i-item .categories .ca-is img {
  height: 42px;
  width: auto;
  margin-left: 5px;
}

#header-main .header-content #form-search .search-old .i-item .products .product {
  display: flex;
  padding: 12px 15px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(112, 112, 112, 0.16);
  margin-bottom: 0;
}

#header-main .header-content #form-search .search-old .i-item .products .product:last-child {
  border: none;
}

#header-main .header-content #form-search .search-old .i-item .products .product .image {
  width: 72px;
  height: 72px;
  padding: 0;
}

#header-main .header-content #form-search .search-old .i-item .products .product .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#header-main .header-content #form-search .search-old .i-item .products .product:hover .contents .i-title {
  color: #B20000;
}

#header-main .header-content #form-search .search-old .i-item .products .product .contents {
  width: calc(100% - 72px);
  padding-left: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: pointer;
}

#header-main .header-content #form-search .search-old .i-item .products .product .contents .price {
  width: 50%;
  margin-top: 0;
}

#header-main .header-content #form-search .search-old .i-item .products .product .contents .review {
  width: 50%;
  text-align: right;
}

#header-main .header-content #form-search .search-old .i-item .products .product .contents .i-title {
  font-size: 13px;
  font-weight: 500;
  color: #616161;
  margin-bottom: 8px;
  width: 100%;
}

#header-main .header-content #form-search .search-old.search-write {
  padding: 0 0 15px 0;
}

#header-main .header-content #form-search .search-old.search-write .i-item {
  border: none;
}

#header-main .header-content #form-search .search-old.search-write .i-item ul {
  max-height: 1000px;
}

#header-main .header-content #form-search .search-old.search-write .i-item ul li {
  transition: 0.3s all;
  margin-bottom: 0;
  padding: 12px 15px;
  cursor: pointer;
}

#header-main .header-content #form-search .search-old.search-write .i-item ul li:hover {
  background: rgba(33, 150, 243, 0.2);
  transition: 0.3s all;
}

#header-main .header-content #form-search .search-old.search-write .i-item ul li p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#header-main .header-content #form-search .search-old.search-write .i-item ul li p a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  font-style: italic;
  color: rgb(0, 190, 214);
}

#header-main .header-content .item {
  height: auto;
  margin-left: 24px;
  align-self: center;
  padding: 5px;
  border: 1px solid transparent;
  cursor: pointer;
}

#header-main .header-content .item:hover {
  border: 1px solid #ffffff;
  border-radius: 6px;
}

#header-main .header-content .item:first-child {
  margin-left: 0;
}

#header-main .header-content .item img {
  margin-right: 5px;
}

#header-main .header-content .item[data-toggle=modal] {
  cursor: pointer;
}

#header-main .header-content #popup-cart {
  cursor: pointer;
}

#header-main .header-content .cart {
  margin-left: 24px;
  background: #B20000;
  padding: 5px 5px 5px 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#header-main .header-content .cart .image-contain {
  position: relative;
  margin-right: 30px;
}

#header-main .header-content .cart .image-contain p {
  margin-bottom: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #FFE500;
  border: 1px solid #867A0D;
  color: #B20000;
  top: 0;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  left: 17px;
  color: #000000;
}

#header-main .header-content .cart span {
  color: #616161;
  font-size: 15px;
  background: #fff;
  font-weight: 400;
  padding: 4px 5px;
  position: relative;
}

#header-main .header-content .cart span::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 38px solid #ffffff;
}

#header-main .header-content .cart span i {
  position: relative;
  top: -5px;
  left: -2px;
  font-style: inherit;
}

#header-main .header-content .cart span b {
  font-size: 20px;
}

#header-main .header-content .heart label {
  margin-bottom: 0;
  font-size: 15px;
}

#header-main .header-bottom {
  background: #363945;
  border-top: 1px solid #707070;
}

#header-main .header-bottom .departments-menu {
  position: relative;
  background: #FFEB3B;
  width: 266px;
  padding: 11.5px 23px;
}

#header-main .header-bottom .departments-menu a {
  display: flex;
}

#header-main .header-bottom .departments-menu .img-menu {
  height: 24px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#header-main .header-bottom .departments-menu .img-down {
  height: 8px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  align-self: center;
}

#header-main .header-bottom .departments-menu span {
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  padding: 0 12px;
  align-self: center;
}

#header-main .header-bottom .item {
  margin-left: 32px;
}

#header-main .header-bottom .item.choose-address .address {
  display: inline-block;
  color: rgba(255, 255, 255, 0.75);
  position: relative;
}

#header-main .header-bottom .item.choose-address .address p {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0;
  top: 4px;
  position: relative;
  line-height: 18px;
}

#header-main .header-bottom .item.choose-address .address p.true {
  width: 100px;
}

#header-main .header-bottom .item.choose-address .address .tool-tip {
  position: fixed;
  top: 150px;
  margin-left: 60px;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #616161;
  padding: 5px;
  background: #F1F1F1;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  display: none;
}

#header-main .header-bottom .item.choose-address .address .tool-tip.active {
  display: block;
}

#header-main .header-bottom .item.choose-address .address .tool-tip::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #F1F1F1;
  top: -6px;
  left: 5px;
}

#header-main .header-bottom .item a {
  padding: 5px;
  border: 1px solid transparent;
  transition: 0.1s all;
}

#header-main .header-bottom .item a:hover {
  border: 1px solid #ffffff;
  transition: 0.1s all;
}

#header-main .header-bottom .item a.active {
  border: 1px solid #ffffff;
  transition: 0.1s all;
}

#header-main .header-bottom .item span,
#header-main .header-bottom .item a {
  color: rgba(255, 255, 255, 0.75);
  transition: 0.1s all;
}

#header-main .header-bottom .item span:hover,
#header-main .header-bottom .item a:hover {
  transition: 0.1s all;
  border-radius: 6px;
}

#header-main .header-bottom .item span:hover img,
#header-main .header-bottom .item a:hover img {
  transition: 0.1s all;
}

#header-main .header-bottom .item span.active,
#header-main .header-bottom .item a.active {
  transition: 0.1s all;
}

#header-main .header-bottom .item span.active img,
#header-main .header-bottom .item a.active img {
  transition: 0.1s all;
}

#header-main .header-bottom .item .link {
  color: #87CEEB;
}

#header-main .header-bottom .item img {
  margin-right: 5px;
  height: 18px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.1s all;
}

#popup-experience {
  position: fixed;
  top: 137px;
  width: 100%;
  z-index: 1000;
  display: none;
}

#popup-experience.active {
  display: block;
}

#popup-experience .experience .text {
  border-bottom: 1px solid #F1F1F1;
}

#popup-experience .experience-not .image {
  align-self: center;
  padding: 70px 0;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #9E9E9E;
}

#popup-experience .experience-not .image img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}

#banner-main {
  background: #ffffff;
}

#banner-main .banner-owl:hover .owl-nav {
  display: flex;
}

#banner-main .banner-owl .owl-nav {
  display: none;
}

#banner-main .banner-owl .owl-nav button {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: rgba(204, 204, 204, 0.3);
  color: hsla(0, 0%, 100%, 0.3);
  cursor: pointer;
  transition: all 0.2s;
}

#banner-main .banner-owl .owl-nav button span {
  line-height: 1.5;
  position: relative;
  line-height: 1;
  top: -3px;
}

#banner-main .banner-owl .owl-nav button:hover {
  background: rgba(204, 204, 204, 0.8);
  color: #fff;
  transition: all 0.2s;
}

#banner-main .banner-owl .owl-nav .owl-prev {
  border-radius: 0 28px 28px 0;
}

#banner-main .banner-owl .owl-nav .owl-prev span {
  left: -5px;
}

#banner-main .banner-owl .owl-nav .owl-next {
  border-radius: 28px 0 0 28px;
}

#banner-main .banner-owl .owl-nav .owl-next span {
  left: 5px;
}

#banner-main .dropdown-menu-category {
  position: relative;
  top: 0;
  margin-top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 0;
  border-top: none;
  background: #0B0E1A;
  z-index: 20;
  display: none;
  transition: all 0s;
  height: 459px;
  overflow-y: scroll;
  margin-bottom: 0;
}

#banner-main .dropdown-menu-category::-webkit-scrollbar {
  width: 0;
}

#banner-main .dropdown-menu-category::-webkit-scrollbar-thumb {
  background: #B20000;
}

#banner-main .dropdown-menu-category::-webkit-scrollbar-track {
  background: #252930;
}

#banner-main .dropdown-menu-category.show {
  display: block;
}

#banner-main .dropdown-menu-category li {
  list-style: none;
  padding: 5px 15px 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: 0.3s all;
}

#banner-main .dropdown-menu-category li.active:hover {
  border: 1px solid transparent;
}

#banner-main .dropdown-menu-category li.parent > a::after {
  content: "\F105";
  font-family: fontawesome;
  position: absolute;
  right: -10px;
  font-size: 20px;
  color: #616161;
  transition: 0.3s all;
}

#banner-main .dropdown-menu-category li:last-child {
  margin-bottom: 0;
}

#banner-main .dropdown-menu-category li:hover {
  transition: 0.3s all;
  background: #616161;
}

#banner-main .dropdown-menu-category li:hover a::after,
#banner-main .dropdown-menu-category li:hover a span {
  transition: 0.3s all;
}

#banner-main .dropdown-menu-category li a {
  position: relative;
}

#banner-main .dropdown-menu-category li a.d-none {
  display: none !important;
}

#banner-main .dropdown-menu-category li a .image {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.16);
  overflow: hidden;
  align-self: center;
}

#banner-main .dropdown-menu-category li a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#banner-main .dropdown-menu-category li a span {
  width: calc(100% - 36px);
  color: #ffffff;
  font-size: 15px;
  text-transform: initial;
  padding: 0 0 0 15px;
  align-self: center;
  transition: 0.3s all;
}

#banner-main .dropdown-menu-category .sub-list-cate {
  height: calc(100% - 11px);
  width: 100%;
  z-index: 2;
  padding: 0;
  position: relative;
  text-align: left;
  left: 0;
  top: 11px;
  transition: all 0.3s;
  display: none;
}

#banner-main .dropdown-menu-category .sub-list-cate.active {
  display: block;
}

#banner-main .dropdown-menu-category .sub-list-cate li {
  padding: 0;
  border: none;
}

#banner-main .dropdown-menu-category .sub-list-cate li:hover {
  border: none;
}

#banner-main .dropdown-menu-category .sub-list-cate li:first-child {
  position: relative;
}

#banner-main .dropdown-menu-category .sub-list-cate li:first-child:after {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 0;
  width: calc(100% + 30px);
  height: 1px;
  background: #ddd;
}

#banner-main .dropdown-menu-category .sub-list-cate li:first-child a {
  border: none;
  padding: 0 0 12px 0;
}

#banner-main .dropdown-menu-category .sub-list-cate li a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
}

#banner-main .dropdown-menu-category .sub-list-cate li a .text-black {
  color: #000000 !important;
}

#banner-main .dropdown-menu-category .sub-list-cate li a span {
  color: #616161 !important;
  padding: 0;
}

#banner-main .dropdown-menu-category .sub-list-cate li a span img {
  margin-right: 5px;
}

#banner-main .dropdown-menu-category .sub-list-cate li a:hover span {
  color: #B20000 !important;
}

#banner-main .row-custom {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0;
  background: #ffffff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

#banner-main .row-custom .menu-category {
  width: 266px;
  transition: 0.4s all;
}

#banner-main .row-custom .menu-category.scroll {
  position: fixed;
  z-index: 222;
  top: 161px;
}

#banner-main .row-custom .menu-category.hidden {
  z-index: 222;
  position: fixed;
  top: -100%;
  transition: 0.4s all;
}

#banner-main .row-custom .banner-owl {
  max-width: calc(100% - 266px);
  width: 100%;
}

#banner-main .row-custom .banner-owl.scroll {
  margin-left: 266px;
}

#banner-main .row-custom .banner-owl.hidden {
  margin-left: 266px;
}

#banner-main .row-custom .banner-owl .item {
  border-radius: 0;
}

#banner-main .row-custom .banner-owl .item img {
  height: 459px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0;
}

#banner-main .row-custom .banner-product {
  max-width: 17%;
  padding: 0 0 0 15px;
  display: none;
}

#banner-main .row-custom .banner-product .item {
  height: 33.3333333333%;
  padding: 6px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.16);
}

#banner-main .row-custom .banner-product .item:last-child {
  border: none;
}

#banner-main .row-custom .banner-product .item .image {
  width: 90px;
  height: 100%;
}

#banner-main .row-custom .banner-product .item .content {
  align-self: center;
  width: calc(100% - 90px);
  padding-right: 15px;
}

#banner-main .row-custom .banner-product .item .content .title {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#banner-main .row-custom .banner-product .item .content a {
  color: #000000;
  display: block;
  text-align: right;
}

#banner-main .row-custom .banner-product .item .content a:hover {
  color: #B20000;
}

#banner-main .row-custom .banner-product .item .content a img {
  height: 12px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#banner-main .b-product-item {
  padding: 12px 0;
}

#banner-main .b-product-item .p-item {
  width: 20%;
  display: flex;
}

#banner-main .b-product-item .p-item:hover .text p {
  color: #000000;
  transition: 0.3s all;
}

#banner-main .b-product-item .p-item .image {
  width: 64px;
  height: 64px;
  border: 1px solid #F1F1F1;
  border-radius: 3px;
  padding: 6px;
}

#banner-main .b-product-item .p-item .image img {
  width: 100%;
  height: 100%;
}

#banner-main .b-product-item .p-item .text {
  width: calc(100% - 64px);
  padding-left: 15px;
  align-self: center;
}

#banner-main .b-product-item .p-item .text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #616161;
  line-height: 1.5;
  margin-bottom: 0;
  transition: 0.3s all;
}

#banner-main .b-product-item .p-item .text a {
  color: #9E9E9E;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
}

#banner-main .b-product-item .p-item .text a img {
  height: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  height: 9px;
  margin-left: 5px;
  position: relative;
  vertical-align: initial;
}

.box-custom {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.pro-header {
  border-bottom: 2px solid #B20000;
  flex-wrap: inherit;
  display: flex;
  height: 56px;
  background: #ffffff;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pro-header .image {
  position: relative;
  height: 56px;
  width: 50px;
  padding: 14px 17px;
}

.pro-header .image:after {
  content: "";
  position: absolute;
  right: -14px;
  top: 0;
  border-bottom: 56px solid #B20000;
  border-right: 14px solid transparent;
}

.pro-header .title {
  padding-left: 30px;
  align-self: center;
  width: calc(70% - 50px);
}

.pro-header .title span {
  align-self: center;
}

.pro-header .title .sale-time {
  align-self: center;
  margin-left: 24px;
}

.pro-header .title .sale-time .item {
  width: 36px;
  height: 36px;
  border-radius: 3px;
  border: 1px solid #B20000;
  margin-right: 16px;
}

.pro-header .title .sale-time .item:last-child {
  margin-right: 0;
}

.pro-header .title .sale-time .item span {
  text-align: center;
  line-height: 1;
  display: block;
  color: #616161;
}

.pro-header .title .sale-time .item .smalltext {
  color: #9E9E9E;
  text-align: center;
}

.pro-header .title .nav-tabs {
  border-bottom: none;
}

.pro-header .title .nav-tabs li a {
  width: auto;
  border: none;
  padding: 0;
  position: relative;
}

.pro-header .title .nav-tabs li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #B20000;
  left: 0;
  bottom: -10px;
}

.pro-header .title .nav-tabs li a:hover span {
  color: #B20000;
}

.pro-header .title .nav-tabs li a.active span {
  color: #B20000;
}

.pro-header .title .nav-tabs li a.active::after {
  width: 100%;
}

.pro-header .title .nav-tabs li a span {
  padding: 0 12px;
  color: #616161;
  font-weight: 400;
  transition: 0.3s all;
}

.pro-header a {
  align-self: center;
  width: 30%;
  text-align: right;
  color: #616161;
  padding-right: 15px;
}

.pro-header a:hover {
  color: #B20000;
}

.pro-header a img {
  margin-left: 5px;
}

.pro-header.not-image {
  border-bottom: 2px solid rgba(0, 0, 0, 0.16);
}

.pro-header.not-image .title {
  padding-left: 0;
  width: 70%;
}

.pro-header.not-image .title span {
  padding-left: 12px;
}

.pro-header.text a {
  display: block;
  text-align: right;
  align-self: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #0997AA;
}

.detail .pro-header .title .nav-tabs li a span {
  font-size: 18px;
  font-weight: 500;
}

.detail .tab-content {
  padding: 12px;
  position: relative;
  overflow: hidden;
}

.detail .tab-content.ac::after {
  display: none;
}

.detail .tab-content.ac .tab-pane {
  max-height: 10000px;
  transition: 0.3s all;
}

.detail .tab-content::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 50px;
  left: 0;
  box-shadow: 0 0 20px 20px #ffffff;
}

.detail .tab-content h4.title {
  margin: 6px 0 20px;
  font-size: 20px;
  font-weight: 500;
}

.detail .tab-content .tab-pane {
  overflow: hidden;
  max-height: 200px;
  transition: 0.3s all;
}

.detail .tab-content .tab-pane .items .item {
  display: flex;
}

.detail .tab-content .tab-pane .items .item p {
  padding: 13px 20px;
  line-height: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  font-size: 15px;
  margin-bottom: 0;
}

.detail .tab-content .tab-pane .items .item .name {
  width: 242px;
  background: rgba(0, 0, 0, 0.05);
}

.detail .tab-content .tab-pane .items .item .info {
  width: calc(100% - 242px);
}

.detail .more {
  text-align: center;
  bottom: 20px;
  animation: to-down 1s;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  position: relative;
  z-index: 2;
}

.detail .more.active a img {
  transform: rotate(180deg);
}

.detail .more a {
  color: #B20000;
  display: inline-block;
}

.detail .more a span {
  display: block;
}

.detail .more a img {
  display: block;
  margin: 5px auto 0;
}

.wrapper-product {
  margin-top: 24px;
}

.products {
  margin-top: 12px;
}

.products.product-item {
  padding: 12px 12px 0 12px;
  background: #ffffff;
  margin-top: 0;
}

.products.product-item .product {
  background: transparent;
}

.products .pro-6 {
  width: calc(16.6666666667% - 10px);
  margin-right: 12px;
}

.products .pro-6:nth-child(6n) {
  margin-right: 0;
}

.products .pro-5 {
  width: calc(20% - 10px);
  margin-right: 12px;
}

.products .pro-5:nth-child(5n) {
  margin-right: 0;
}

.products .pro-1 {
  align-self: center;
  margin-right: 12px;
  line-height: 1;
  font-size: 28px;
}

.products .category {
  margin: 0 0 12px;
}

.products .category a {
  color: #9E9E9E;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  transition: 0.3s border color;
  line-height: 1;
  padding: 4px 8px;
  margin-right: 12px;
}

.products .category a:hover {
  border: 2px solid #B20000;
  color: #B20000;
  padding: 3px 7px;
}

.products .category a.active {
  border: 2px solid #B20000;
  padding: 3px 7px;
  color: #B20000;
}

.products .product {
  background: #ffffff;
  border-radius: 6px;
  position: relative;
  margin-bottom: 12px;
  border: 1px solid rgba(0, 0, 0, 0.16);
}

.products .product .image {
  height: 252px;
  padding: 15px;
  width: 100%;
}

.products .product .image.stock {
  position: relative;
}

.products .product .image.stock:hover img {
  transform: none;
}

.products .product .image.stock:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  background: #2a2727;
}

.products .product .image.stock span {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  padding: 4px;
  font-size: 11px;
  font-weight: 500;
  background: #FFDDDD;
  border-radius: 3px;
  color: #B20000;
  line-height: 1;
}

.products .product .sale {
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 6px;
  color: #ffffff;
  line-height: 1;
  padding: 2px 9px;
}

.products .product .sale:after {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  border-top: 24px solid rgba(178, 0, 0, 0.7490196078);
  border-left: 12px solid transparent;
}

.products .product .new {
  position: absolute;
  top: 0;
  right: 0;
}

.products .product .top-left {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px 0 0 0;
  padding: 4px 8px 5px;
  line-height: 1;
  height: 20px;
}

.products .product .top-left img {
  height: 12px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 5px;
}

.products .product .top-left:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  border-bottom: 20px solid #B20000;
  border-right: 10px solid transparent;
}

.products .product .contents {
  position: relative;
  padding: 0 12px;
}

.products .product .contents .sales {
  position: absolute;
  padding: 3px 9px;
  line-height: 1;
  top: -41px;
}

.products .product .contents .sales:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  border-bottom: 20px solid #B20000;
  border-right: 10px solid transparent;
}

.products .product .contents .sales img {
  margin-right: 5px;
  height: 14px;
  width: auto;
}

.products .product .contents .review-heart {
  display: flex;
  margin-top: 8px;
}

.products .product .contents .review-heart .review {
  display: flex;
  width: 80%;
}

.products .product .contents .review-heart .review span img {
  height: 15px;
  position: relative;
  top: -2px;
}

.products .product .contents .review-heart .review img {
  margin-right: 4px;
  height: 15.82px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.products .product .contents .review-heart .review span {
  position: relative;
  top: 1px;
  color: #616161;
}

.products .product .contents .review-heart .heart {
  width: 20%;
  text-align: right;
}

.products .product .contents .review-heart .heart img {
  height: 15.82px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
}

.products .product .contents .price {
  margin-top: 8px;
  position: relative;
  justify-content: space-between;
}

.products .product .contents .price .pri .top .sal {
  background: #FFDDDD;
  display: inline-block;
  color: #B20000;
  border-radius: 3px;
  padding: 0px 3px;
}

.products .product .contents .price .pri .top label {
  color: #616161;
  margin-left: 5px;
  line-height: 1;
  position: relative;
}

.products .product .contents .price .pri .top label .number {
  text-decoration: line-through;
  font-size: 13px;
}

.products .product .contents .price .pri .top label .d {
  position: relative;
  font-size: 11px;
  top: -4px;
}

.products .product .contents .price .pri .bot {
  color: #B20000;
}

.products .product .contents .price .pri .bot label {
  font-size: 16px;
  line-height: 1;
}

.products .product .contents .price .pri .bot label.s-sale span {
  font-size: 13px;
  text-decoration: line-through;
  color: #616161;
  font-weight: 500;
}

.products .product .contents .price .pri .bot .d {
  position: relative;
  font-size: 11px;
  top: -4px;
  text-decoration: underline;
}

.products .product .contents .price .pri .bot .number {
  font-size: 20px;
}

.products .product .contents .price .ship {
  align-self: flex-end;
  color: #39C37C;
  text-align: right;
}

.products .product .contents .price .ship span {
  padding: 0 5px;
}

.products .product .contents .price .ship span img {
  height: 12px;
  -o-object-fit: contain;
  object-fit: contain;
}

.products .product .contents .price .ship p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  background: #00BCD4;
  display: inline-block;
  border-radius: 5px 0 0 5px;
  padding: 6px 12px;
  text-align: center;
  line-height: 1;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 125px;
}

.products .product .contents .price .ship p.stop {
  background: #616161;
  line-height: 30px;
}

.products .product .contents .price .ship p a {
  display: block;
  color: #ffffff;
  text-decoration: underline;
  font-size: 11px;
  margin-top: 4px;
}

.products .product .contents .voucher {
  margin-top: 13px;
  height: 20px;
  justify-content: space-between;
}

.products .product .contents .voucher .text {
  background: #00BCD4;
  border: 1px solid #00BCD4;
  padding: 0px 5px;
  margin-right: 5px;
}

.products .product .contents .voucher .text img {
  height: 18px;
  -o-object-fit: contain;
  object-fit: contain;
}

.products .product .contents .voucher .choose {
  color: #616161;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  padding: 3.5px 5px;
  cursor: pointer;
  background: #F1F1F1;
}

.products .product .contents .voucher .choose:hover {
  color: #B20000;
  border: 1px solid #B20000;
}

.products .product .contents .buy-deal {
  display: inline-block;
  border-radius: 5px;
  padding: 8px 12px;
  line-height: 1;
}

.products .product .contents .buy-deal img {
  margin-right: 5px;
}

.products .product .title {
  margin: 7px 0 8px;
  color: #616161;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding: 0;
  height: 45px;
  transition: 0.3s all;
}

.products .product .title:hover {
  color: #B20000;
}

.products .product .content {
  position: relative;
}

.products .product .content .price {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: -41px;
  padding: 3px 8px 4px;
}

.products .product .content .price:after {
  content: "";
  position: absolute;
  right: -17px;
  top: 0;
  border-bottom: 34px solid rgba(178, 0, 0, 0.7490196078);
  border-right: 17px solid transparent;
}

.products .product .content .price .left {
  line-height: 1;
  padding-top: 3px;
}

.products .product .content .price .right {
  padding: 0;
}

.products .product .content .price .right bdi {
  display: block;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: line-through;
}

.products .product .content .price .right ins {
  display: block;
  text-decoration: none;
  line-height: 1;
}

.products .product .buy {
  width: calc(100% - 24px);
  margin: 0 auto;
  height: 16px;
  position: relative;
  margin-bottom: 12px;
  margin-top: 8px;
}

.products .product .buy .bg {
  height: 100%;
  background: rgba(255, 130, 93, 0.55);
  border-radius: 8px;
}

.products .product .buy .is-buy {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(-90deg, #B20000 0%, #CE005A 20%, #BC36AC 40%, rgba(111, 111, 234, 0.85) 60%, rgba(0, 150, 255, 0.25) 80%, rgba(0, 176, 240, 0.2) 100%);
}

.products .product .buy .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
}

.products .product .pro-bottom {
  background: rgba(33, 150, 243, 0.25);
  margin-top: 11px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: space-between;
  padding: 4px 2px;
}

.products .product .pro-bottom .item {
  padding: 0 8px;
  font-size: 11px;
  font-weight: 400;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  color: #616161;
  text-align: center;
}

.products .product .pro-bottom .item p {
  margin-bottom: 0;
}

.products .product .pro-bottom .item img {
  height: 19px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.products .product .pro-bottom .item:first-child {
  border: none;
}

.products .product .option-bottom {
  padding: 12px 12px;
}

.products .product .option-bottom .check {
  width: 70%;
}

.products .product .option-bottom .check label {
  font-size: 14px;
  color: #616161;
  padding: 0 0 0 27px;
  position: relative;
  height: auto;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.4;
  border: 2px solid #ffffff;
  border-radius: 5px;
  cursor: pointer;
}

.products .product .option-bottom .check label::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border: 1px solid rgba(0, 0, 0, 0.16);
  z-index: 1;
}

.products .product .option-bottom .check label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: calc(50% - 2px);
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) translate(0, -50%);
  display: none;
  z-index: 2;
}

.products .product .option-bottom select {
  width: 30%;
  font-size: 11px;
  border: 1px solid #707070;
  border-radius: 3px;
  padding: 2.5px 0;
}

.products .product .option-bottom input {
  display: none;
}

.products .product .option-bottom input:checked ~ label::after {
  display: block;
}

.products .product .option-bottom input:checked ~ label::before {
  background: #B20000;
  border: 1px solid #B20000;
}

.search-trend {
  margin-top: 25px;
}

.search-trend .trend h2 {
  margin-bottom: 11px;
}

.search-trend .the-trend a {
  color: #000000;
}

.search-trend .the-trend a:hover {
  color: #B20000;
}

.search-trend .the-trend .first {
  width: 25%;
  background: #DDFFFF;
  margin-bottom: 4.2px;
}

.search-trend .the-trend .first .image {
  height: 243px;
  width: 100%;
  padding: 15px;
}

.search-trend .the-trend .first .image img {
  width: 100%;
}

.search-trend .the-trend .first .title {
  text-align: center;
  margin-top: 10px;
}

.search-trend .the-trend .first .info {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 12px;
}

.search-trend .the-trend .first .info span {
  padding: 0 20px;
}

.search-trend .the-trend .first .info span:first-child {
  border-right: 1px solid #616161;
}

.search-trend .the-trend .first .info .red {
  text-align: center;
  color: #B20000;
  font-size: 15px;
}

.search-trend .the-trend .title {
  padding: 0 12px;
}

.search-trend .the-trend .info {
  padding: 0 12px;
  color: #616161;
  font-size: 15px;
}

.search-trend .the-trend .items {
  flex: 1;
  padding-left: 4.2px;
  flex-wrap: wrap;
  gap: 4.2px;
  justify-content: space-between;
}

.search-trend .the-trend .items .item {
  padding: 15px;
  width: calc(33% - 3.15px);
  margin-right: 0;
  height: 158px;
  margin-bottom: 0;
}

.search-trend .the-trend .items .item:nth-child(4n) {
  margin-right: 0;
}

.search-trend .the-trend .items .item .image {
  width: 40%;
  height: 134px;
}

.search-trend .the-trend .items .item .image img {
  width: 100%;
}

.search-trend .the-trend .items .item .content {
  align-self: center;
}

.search-trend .the-trend .items .item .content .title {
  padding: 0 0 0 12px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.search-trend .the-trend .items .item .content .info span {
  display: block;
}

#trademark-main {
  margin-top: 22.5px;
}

#trademark-main h2 {
  color: #616161;
  margin-bottom: 9px;
}

#trademark-main .trademark .item {
  width: calc(10% - 10.44px);
  margin-right: 11.6px;
  padding: 12px;
  background: #ffffff;
}

#trademark-main .trademark .item:last-child {
  margin-right: 0;
}

#trademark-main .trademark .item .logo {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  overflow: hidden;
}

#trademark-main .trademark .item img {
  width: 100%;
}

#trademark-main .trademark .item p {
  text-align: center;
  color: #616161;
  font-size: 13px;
  margin: 8px 0 12px;
}

#trademark-main .trademark .item .image {
  height: 82px;
  width: 100%;
}

.experience {
  margin-top: 24px;
  background: #ffffff;
}

.experience .text {
  width: 100%;
  padding: 12px 12px;
  display: flex;
  justify-content: space-between;
}

.experience .text a {
  display: block;
  text-align: right;
  align-self: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #0997AA;
}

.experience .owl-carousel {
  width: 100%;
  padding: 12px;
}

.experience .owl-carousel::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0.82%, #FFFFFF 100%);
  width: 78px;
}

.experience .owl-carousel::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(270deg, #FFFFFF 0.82%, rgba(255, 255, 255, 0) 100%);
  width: 78px;
}

.experience .owl-carousel .item .image {
  height: 124px;
  width: 100%;
}

.experience .owl-carousel .item .image img {
  width: 100%;
}

.experience .owl-carousel .item .title {
  margin-top: 8px;
  margin-bottom: 0;
}

#trademark {
  background: #ffffff;
}

#trademark .experience .owl-carousel {
  padding: 12px 2px 12px 12px;
  position: relative;
}

#trademark .experience .owl-carousel::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0.82%, #FFFFFF 100%);
  width: 78px;
}

#trademark .experience .owl-carousel::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(270deg, #FFFFFF 0.82%, rgba(255, 255, 255, 0) 100%);
  width: 78px;
}

#trademark .experience .owl-carousel .item .image {
  height: 78px;
  border: 1px solid rgba(0, 0, 0, 0.35);
  padding: 3px 4px;
  border-radius: 3px;
}

#trademark .experience .owl-carousel .item .title {
  font-weight: 400;
  font-size: 14px;
  color: #616161;
  margin-top: 6px;
}

#trademark .experience .text {
  padding: 15px 12px 15px 0;
}

#trademark.box-custom .experience {
  display: flex;
}

#trademark.box-custom .experience .text {
  width: 255px;
}

#trademark.box-custom .experience .owl-carousel {
  width: calc(100% - 255px);
}

#standard {
  background: #F1F1F1;
  padding: 34px 0;
}

#standard .standards {
  justify-content: space-around;
}

#standard .item .image {
  width: 56px;
  height: 56px;
  align-self: center;
}

#standard .item .image img {
  width: 100%;
}

#standard .item .content {
  padding-left: 12px;
}

#standard .item .content .red {
  color: #B20000;
}

#standard .item .content .bla {
  color: #616161;
}

#down-app {
  margin-top: 60px;
}

#down-app .row {
  padding: 25px 0;
}

#down-app .image-app a {
  display: inline-block;
  padding: 5px 15px;
  background: #ffffff;
  border-radius: 6px;
  margin-right: 12px;
}

#down-app .image-app a img {
  height: 30px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#down-app .list-info {
  padding-left: 0;
}

#down-app .list-info li {
  list-style: none;
  margin-bottom: 15px;
}

#down-app .list-info li:last-child {
  margin-bottom: 0;
}

#down-app .list-info li img {
  height: 16.4px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 12px;
}

#down-app .strawberry {
  position: relative;
  width: 100%;
  height: 100%;
}

#down-app .strawberry img {
  position: absolute;
  width: auto;
  height: calc(100% + 145px);
  -o-object-fit: contain;
  object-fit: contain;
  top: -76px;
  max-width: 200%;
}

#down-app .bot {
  padding: 32px 0;
  background: rgb(149, 0, 0);
  line-height: 1;
}

#down-app .bot p {
  text-align: center;
}

#down-app .bot p img {
  height: 30px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 12px;
}

#footer .footer-top {
  background: rgba(0, 0, 0, 0.85);
  padding: 24px 0;
}

#footer .footer-top h3 {
  margin-bottom: 10px;
}

#footer .footer-top .two {
  margin-top: 24px;
}

#footer .footer-top .footer-more {
  margin-top: 15px;
  display: block;
}

#footer .footer-top .pages ul {
  padding-left: 0;
}

#footer .footer-top .pages ul li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 14px;
}

#footer .footer-top .pages ul li:hover a {
  padding-left: 10px;
  color: #B20000;
}

#footer .footer-top .pages ul li a {
  color: #ffffff;
  transition: all 0.3s;
}

#footer .footer-top .image-about .image img {
  margin-right: 8px;
  width: calc(25% - 6px);
  margin-bottom: 8px;
  background: #fff;
  border-radius: 6px;
  height: 41px;
  -o-object-fit: cover;
  object-fit: cover;
}

#footer .footer-top .image-about .image img:nth-child(4n) {
  margin-right: 0;
}

#footer .footer-top .network .icon a {
  margin-right: 12px;
}

#footer .footer-top .network .icon a:last-child {
  margin-right: 0;
}

#footer .footer-top .form {
  padding: 24px 0;
}

#footer .footer-top .form form {
  display: flex;
}

#footer .footer-top .form form input {
  width: 254px;
  border: none;
  height: 100%;
  padding: 14px;
  font-size: 15px;
  color: #9E9E9E;
  border-radius: 5px;
  border: 1px solid #707070;
  margin-right: 8px;
}

#footer .footer-top .form form input::-moz-placeholder {
  color: #9E9E9E;
}

#footer .footer-top .form form input::placeholder {
  color: #9E9E9E;
}

#footer .footer-top .form form input:focus {
  outline: none;
}

#footer .footer-top .form form button {
  border: 1px solid #B20000;
  background: #B20000;
  padding: 11.75px 26px;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
}

#footer .footer-top .certification {
  margin-top: 18px;
}

#footer .footer-top .certification .image {
  margin-top: 12px;
}

#footer .footer-top .certification .image img {
  height: 48px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 12px;
}

#footer .footer-bottom {
  background: #000000;
  padding: 18px 0;
}

#footer .footer-bottom ul {
  padding-left: 0;
  display: flex;
  margin-top: 18px;
  margin-bottom: 0;
}

#footer .footer-bottom ul li {
  margin-right: 24px;
  list-style: none;
}

#footer .footer-bottom ul li a {
  color: #ffffff;
  font-size: 15px;
}

#footer .footer-bottom .image {
  display: flex;
  justify-content: flex-start;
}

#footer .footer-bottom .image a {
  display: inline;
  padding: 5px 15px;
  background: #ffffff;
  border-radius: 6px;
  margin-right: 12px;
}

#footer .footer-bottom .image img {
  height: 36px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#contact-right {
  position: fixed;
  right: 0;
  top: 30%;
  background: #363945;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 99999;
}

#contact-right .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding: 8px 6px;
  display: block;
  position: relative;
  cursor: pointer;
}

#contact-right .item:nth-child(3n) .i-more.active {
  top: -82px;
}

#contact-right .item.active {
  background: #B20000;
}

#contact-right .item:last-child {
  border: none;
}

#contact-right .item img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

#contact-right .i-more {
  position: absolute;
  right: 36px;
  width: 245px;
  padding: 0;
  background: #ffffff;
  top: 0;
  border: 1px solid #D3D3D3;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  transition: 0.3s all;
  display: none;
}

#contact-right .i-more.active {
  display: block;
}

#contact-right .i-more .title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F1F1F1;
  padding: 15px;
}

#contact-right .i-more .title span {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-transform: capitalize;
  color: #616161;
  width: calc(100% - 15px);
}

#contact-right .i-more .title a {
  display: block;
  width: 15px;
}

#contact-right .i-more .title a img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#contact-right .i-more .i-items {
  padding: 5px 0;
}

#contact-right .i-more .i-items .text {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #9E9E9E;
}

#contact-right .i-more .i-items .i-item {
  padding: 8px 12px;
}

#contact-right .i-more .i-items .i-item:hover .link {
  color: #B20000;
}

#contact-right .i-more .i-items .i-item .link {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #616161;
}

#contact-right .i-more .i-items .i-item .link img {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 5px;
}

#contact-right .i-more .form-modal {
  padding: 0;
}

#contact-right .i-more .form-modal .form-group {
  margin-bottom: 3px;
  position: relative;
}

#contact-right .i-more a.copy {
  position: absolute;
  right: 20px;
  top: 15px;
}

#contact-right .i-more a.copy img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

#contact-right .i-more .link-share {
  text-align: center;
  padding: 15px 0 20px 0;
}

#contact-right .i-more .link-share a {
  padding: 0 5px;
}

#contact-right #backToTop.item.active {
  background: transparent;
}

#contact-right #backToTop.item:hover {
  background: #B20000;
}

.s-button {
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.s-button .s-btn {
  width: 50%;
  border-radius: 3px;
  background: #ED3237;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  text-align: center;
  padding: 11.5px 0;
  border: none;
}

.s-button .s-btn:first-child {
  margin-right: 15px;
  background: #9E9E9E;
}

#breadcrumb {
  padding: 13px 0;
}

#breadcrumb .breadcrumb {
  padding: 1.5px 0;
  background: transparent;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 0;
}

#breadcrumb .breadcrumb a {
  color: rgba(0, 0, 0, 0.65);
}

#breadcrumb .breadcrumb a:hover {
  color: #B20000;
}

#breadcrumb .breadcrumb a img {
  height: 15px;
}

#breadcrumb .breadcrumb img {
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#breadcrumb .breadcrumb span {
  padding: 0 10px;
}

#breadcrumb .breadcrumb span img {
  height: 11px;
}

.wrapper-content .row-custom {
  display: flex;
  flex-wrap: wrap;
}

.wrapper-content .row-custom .w-custom-3 {
  width: 255px;
}

.wrapper-content .row-custom .w-custom-7 {
  width: calc(100% - 261px);
  margin-left: 6px;
}

.wrapper-content .owl-category {
  padding: 12px;
  position: relative;
}

.wrapper-content .owl-category::before {
  content: "";
  position: absolute;
  height: calc(100% - 24px);
  top: 12px;
  right: 10px;
  box-shadow: 0px 20px 20px 11px #ffffff;
  z-index: 2;
}

.wrapper-content .owl-category::after {
  content: "";
  position: absolute;
  height: calc(100% - 24px);
  top: 12px;
  left: 21px;
  box-shadow: 0px 20px 20px 11px #ffffff;
}

.wrapper-content .owl-category .item .image {
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  padding: 3px;
  height: 121px;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.wrapper-content .owl-category .item .title {
  margin-top: 6px;
}

.wrapper-content .page-category {
  margin-top: 20px;
  padding: 12px;
}

.wrapper-content .page-category .page-header h1 {
  text-transform: capitalize;
}

.wrapper-content .page-category .page-header form {
  width: 50%;
  position: relative;
}

.wrapper-content .page-category .page-header form input {
  width: 100%;
  border: 1px solid #D3D3D3;
  padding: 5px 35px 5px 13px;
  line-height: 1;
  font-size: 13px;
  border-radius: 3px;
}

.wrapper-content .page-category .page-header form input:focus {
  outline: none;
}

.wrapper-content .page-category .page-header form button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid transparent;
  background: #ffffff;
}

.wrapper-content .page-category .page-header form button img {
  height: 15px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.wrapper-content .page-category .page-header .show {
  margin-left: 20px;
  font-size: 13px;
  line-height: 1;
  align-self: center;
}

.wrapper-content .page-category .page-text {
  font-size: 13px;
  margin-top: 5px;
}

.wrapper-content .page-category .page-text .sort {
  margin-left: 20px;
  justify-content: flex-end;
}

.wrapper-content .page-category .page-text .sort .sort-item {
  position: relative;
}

.wrapper-content .page-category .page-text .sort .sort-result {
  border: 1px solid #D3D3D3;
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.15));
  border-radius: 4px;
  color: #616161;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  padding: 6.5px 10px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  width: 140px;
}

.wrapper-content .page-category .page-text .sort .sort-result img {
  margin-left: 5px;
  transform: rotate(90deg);
  position: absolute;
  right: 5px;
  top: 8px;
}

.wrapper-content .page-category .page-text .sort .sort-result span {
  color: #616161;
  padding-right: 15px;
}

.wrapper-content .page-category .page-text .sort .sort-choose {
  position: absolute;
  top: 42px;
  width: 184px;
  background: #ffffff;
  z-index: 999;
  padding: 20px;
  transform: scale(0);
  transition: 0.3s all;
  border: 1px solid #D3D3D3;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  list-style: none;
  margin-bottom: 0;
  right: 0;
}

.wrapper-content .page-category .page-text .sort .sort-choose.active {
  transform: scale(1);
}

.wrapper-content .page-category .page-text .sort .sort-choose li {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-transform: capitalize;
  cursor: pointer;
  transition: 0.2s all;
  margin-bottom: 12px;
}

.wrapper-content .page-category .page-text .sort .sort-choose li:hover {
  color: #B20000;
}

.wrapper-content .page-category .page-text .sort .sort-choose li.active {
  color: #B20000;
}

.wrapper-content .page-category .page-text .sort .sort-choose li:last-child {
  margin-bottom: 0;
}

.wrapper-content .page-category .page-text .sort .sort-choose::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #D3D3D3;
  top: -12px;
  left: 55px;
}

.wrapper-content .page-category .page-text .sort .sort-choose:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  top: -10px;
  left: 57.9px;
}

.wrapper-content .page-category .page-text .sort p {
  margin-right: 12px;
  align-self: center;
}

.wrapper-content .page-category .page-text .sort select {
  border: 1px solid #D3D3D3;
  padding: 5px 35px 5px 13px;
  line-height: 1;
  font-size: 13px;
  border-radius: 3px;
  color: #616161;
}

.wrapper-content .page-category .page-text .sort select option:hover {
  color: #B20000;
}

.wrapper-content .page-category .page-text .sort select:focus {
  outline: none;
}

.wrapper-content .page-category .page-text span {
  color: #00BCD4;
}

.wrapper-content .page-category .page-filter {
  font-size: 14px;
  margin-top: 13px;
}

.wrapper-content .page-category .page-filter span {
  font-size: 12px;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 4px 7px;
  margin-left: 8px;
  cursor: pointer;
}

.wrapper-content .page-category .page-filter span:hover {
  border: 1px solid #B20000;
}

.wrapper-content .page-category .page-filter span:hover a {
  color: #B20000;
}

.wrapper-content .page-category .page-filter span img {
  height: 12px;
  width: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: 6px;
}

.wrapper-content .page-category .page-filter span.remove-all {
  border: 1px solid transparent;
  color: #B20000;
  background: #F1F1F1;
  border: 1px solid #F1F1F1;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
}

.wrapper-content .page-category .page-filter span.remove-all a {
  color: #9E9E9E;
}

.wrapper-content .page-category .page-filter span.remove-all:hover {
  border: 1px solid #B20000;
}

.wrapper-content .page-category .page-filter span.remove-all:hover a {
  color: #B20000;
}

.wrapper-content .page-category .page-filter span a {
  color: #616161;
  cursor: pointer;
}

.wrapper-content .page-category .page-filter span a:hover {
  color: #B20000;
}

.wrapper-content .page-category .page-filter span a.remove {
  margin-left: 5px;
}

.wrapper-content .pages-paginate {
  padding: 0 12px;
}

.wrapper-content .pages-paginate .page-paginate {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  padding: 20px 0;
}

.wrapper-content .pages-paginate .choose {
  width: 30%;
}

.wrapper-content .pages-paginate .choose select {
  border: 1px solid #D3D3D3;
  padding: 5px 35px 5px 13px;
  line-height: 1;
  font-size: 13px;
  border-radius: 3px;
  color: #9E9E9E;
  margin-left: 5px;
  margin-right: 5px;
}

.wrapper-content .pages-paginate .paginate {
  width: 70%;
  text-align: right;
}

.wrapper-content .pages-paginate .paginate span {
  font-size: 13px;
  padding: 3.5px 7.4px;
  border: 1px solid transparent;
  border-radius: 3px;
  line-height: 1;
  cursor: pointer;
}

.wrapper-content .pages-paginate .paginate span.active {
  border: 1px solid #B20000;
}

.wrapper-content .pages-paginate .paginate span.number {
  border: 1px solid rgba(0, 0, 0, 0.16);
}

.wrapper-content .pages-paginate .paginate span.number img {
  margin-left: 55px;
}

.wrapper-content .pages-paginate .paginate span.page:hover {
  color: #B20000;
}

.wrapper-content .pages-paginate .paginate span.disable {
  color: #D3D3D3;
}

.wrapper-content .pages-paginate .paginate span.disable:hover {
  color: #B20000;
  opacity: 0.6;
}

.wrapper-content .pages-paginate .paginate span.prev img {
  margin-right: 5px;
  opacity: 0.6;
}

.wrapper-content .pages-paginate .paginate span.next img {
  margin-left: 5px;
}

.wrapper-content .pages-paginate .paginate select {
  border: 1px solid #D3D3D3;
  padding: 5px 15px 5px 13px;
  line-height: 1;
  font-size: 13px;
  border-radius: 3px;
  color: #9E9E9E;
  margin-left: 5px;
  margin-right: 5px;
}

.wrapper-content .page-about {
  padding: 15px 12px;
  position: relative;
}

.wrapper-content .page-about .content {
  position: relative;
  max-height: 200px;
  transition: 0.3s all;
  overflow: hidden;
}

.wrapper-content .page-about .content.active {
  max-height: 1000px;
  transition: 0.3s all;
}

.wrapper-content .page-about .content.active::after {
  display: none;
}

.wrapper-content .page-about .content::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  box-shadow: 0 0 20px 20px #ffffff;
}

.wrapper-content .page-about .content h2 {
  margin-bottom: 12px;
}

.wrapper-content .page-about .content p {
  font-size: 14px;
  margin-bottom: 15px;
}

.wrapper-content .page-about .more {
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  animation: to-down 1s;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.wrapper-content .page-about .more.active a img {
  transform: rotate(180deg);
}

.wrapper-content .page-about .more a {
  color: #B20000;
  display: inline-block;
}

.wrapper-content .page-about .more a img {
  display: block;
  margin: 5px auto 0;
}

.wrapper-content .page-about .more a span {
  display: block;
}

.wrapper-content .page-about.brand {
  display: flex;
}

.wrapper-content .page-about.brand .image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.wrapper-content .page-about.brand .image p {
  margin-top: 12px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #616161;
}

.wrapper-content .page-about.brand .contents {
  padding-left: 12px;
  position: relative;
}

.wrapper-content .no-products .image {
  text-align: center;
}

.wrapper-content .no-products .image img {
  max-width: 500px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.wrapper-content .no-products .content {
  text-align: center;
}

.wrapper-content .no-products .content p {
  margin-bottom: 0;
}

.wrapper-content .no-products .content .t-top {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #616161;
  margin-top: 12px;
}

.wrapper-content .no-products .content .t-top span {
  color: #87CEEB;
}

.wrapper-content .no-products .content .t-center {
  font-weight: 300;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #B20000;
  margin-top: 24px;
}

.wrapper-content .no-products .content a {
  margin-top: 24px;
  display: inline-block;
  background: #B20000;
  border: 1px solid #B20000;
  border-radius: 3px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding: 10.5px 16px;
}

.wrapper-content .no-products form {
  margin: 24px auto 24px;
}

.wrapper-content .no-products form .excerpt {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #616161;
  width: 55%;
  margin: 0 auto;
}

.wrapper-content .no-products form .form-group {
  margin: 12px auto;
  width: 500px;
  display: flex;
}

.wrapper-content .no-products form .form-group label {
  width: 110px;
  align-self: center;
  margin-bottom: 0;
  color: #616161;
}

.wrapper-content .no-products form .form-group .input {
  width: calc(100% - 110px);
}

.wrapper-content .no-products form .form-group .input input {
  width: 100%;
}

.wrapper-content .no-products form .form-button {
  margin: 12px auto;
  width: 206px;
}

.wrapper-content .no-products form .form-button button {
  background: #B20000;
  font-size: 15px;
  padding: 5.5px 0;
}

.wrapper-content .tags {
  display: flex;
  flex-wrap: wrap;
  padding: 12px;
}

.wrapper-content .tags span {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  border: 1px solid #D3D3D3;
  border-radius: 12px;
  color: #616161;
  background: #F1F1F1;
  padding: 3.5px 8px;
  cursor: pointer;
  transition: 0.2s all;
}

.wrapper-content .tags span:hover {
  background: #B20000;
  border: 1px solid #B20000;
  color: #ffffff;
  transition: 0.2s all;
}

.wrapper-content .tags span.active {
  background: #B20000;
  border: 1px solid #B20000;
  color: #ffffff;
}

.sidebar {
  background: #ffffff;
  padding: 6px 7px 6px 12px;
}

.sidebar .item {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 18px;
}

.sidebar .item:last-child {
  border: none;
  margin-bottom: 0;
}

.sidebar .drop-bar .title {
  padding-right: 20px;
  cursor: pointer;
  transition: 0.3s all;
}

.sidebar .drop-bar .title.active {
  color: #B20000;
}

.sidebar .drop-bar .title.active span::after {
  background: #B20000;
  transform: translateY(-50%) rotate(360deg);
}

.sidebar .drop-bar .title.active span::before {
  background: #B20000;
  transform: translateY(-50%) rotate(-180deg);
}

.sidebar .drop-bar .title span::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: #616161;
  border-radius: 8px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all;
}

.sidebar .drop-bar .title span::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background: #616161;
  border-radius: 8px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s all;
}

.sidebar .drop-bar ul {
  display: none;
}

.sidebar .title {
  position: relative;
  padding-bottom: 5px;
  color: #000000;
}

.sidebar .title::after {
  content: "";
  position: absolute;
  width: 64px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #B20000;
}

.sidebar ul {
  padding-left: 0;
  margin-top: 12px;
  max-height: 249px;
  overflow: hidden;
  position: relative;
  transition: 0.3s all;
}

.sidebar ul.active {
  max-height: 1000px;
  transition: 0.3s all;
}

.sidebar ul.active::after {
  display: none;
}

.sidebar ul li {
  list-style: none;
  font-size: 14px;
  margin-bottom: 12px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sidebar ul li:last-child {
  margin-bottom: 0;
}

.sidebar ul li a {
  color: #616161;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.sidebar ul li a:hover {
  color: #B20000;
}

.sidebar ul li input {
  display: none;
}

.sidebar ul li input:checked ~ label::after {
  display: block;
}

.sidebar ul li input:checked ~ label::before {
  background: #B20000;
  border: 1px solid #B20000;
}

.sidebar ul li label {
  font-size: 14px;
  color: #616161;
  padding: 0 0 0 27px;
  position: relative;
  height: auto;
  text-align: left;
  margin-bottom: 0;
  line-height: 1.4;
  border: 2px solid #ffffff;
  border-radius: 5px;
  cursor: pointer;
}

.sidebar ul li label img {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 5px;
}

.sidebar ul li label span {
  display: block;
  font-size: 14px;
}

.sidebar ul li label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: calc(50% - 2.5px);
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg) translate(0, -50%);
  display: none;
  z-index: 2;
}

.sidebar ul li label:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border: 1px solid rgba(0, 0, 0, 0.16);
  z-index: 1;
}

.sidebar .filter-category ul::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  box-shadow: 0 0 20px 20px #ffffff;
}

.sidebar .filter-rating li {
  position: relative;
  width: 125.03px;
}

.sidebar .filter-rating li img {
  height: 24px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 4px;
}

.sidebar .filter-rating li .full {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
}

.sidebar .filter-box li a {
  color: #616161;
}

.sidebar .filter-box li .input {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.sidebar .filter-box li .input .from {
  margin-right: 12px;
}

.sidebar .filter-box li .input input {
  width: calc(50% - 6px);
  display: block;
  font-size: 11px;
  padding: 6px 8px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  color: #9E9E9E;
}

.sidebar .filter-box li .input input:focus {
  outline: none;
}

.sidebar .filter-box li .input input::-moz-placeholder {
  color: #9E9E9E;
}

.sidebar .filter-box li .input input::placeholder {
  color: #9E9E9E;
}

.sidebar .filter-box li .input input:last-child {
  margin: 0;
}

.sidebar .filter-box li .input button {
  width: auto;
  padding: 5px 26px;
  background: #B20000;
  border: none;
  color: #ffffff;
  border-radius: 6px;
  margin-top: 12px;
  font-size: 13px;
}

.sidebar .more {
  font-size: 12px;
  margin-top: 10px;
  display: block;
  -webkit-text-decoration: revert;
  text-decoration: revert;
  color: #616161;
}

#page-detail .wrapper-custom {
  padding: 12px;
}

#page-detail .product-gallery {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: -moz-max-content;
  height: max-content;
}

#page-detail .product-gallery .product-gallery__wrapper {
  width: calc(100% - 105px);
  padding-left: 15px;
  height: 30vw;
  margin: 0;
  position: relative;
}

#page-detail .product-gallery .product-gallery__wrapper.stock .product-gallery__image img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

#page-detail .product-gallery .product-gallery__wrapper .product-gallery__image {
  width: 100%;
  height: 100%;
}

#page-detail .product-gallery .product-gallery__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page-detail .product-gallery .product-gallery__wrapper .sales {
  position: absolute;
  top: 0;
  left: 35px;
  padding: 4px 8px 5px;
  line-height: 1;
  height: 20px;
}

#page-detail .product-gallery .product-gallery__wrapper .sales img {
  height: 12px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 5px;
}

#page-detail .product-gallery .product-gallery__wrapper .sales::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  border-bottom: 20px solid #B20000;
  border-right: 10px solid transparent;
}

#page-detail .product-gallery .product-gallery__wrapper p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  background: #00BCD4;
  display: inline-block;
  border-radius: 5px 0 0 5px;
  padding: 6px 12px;
  text-align: center;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  min-width: 125px;
}

#page-detail .product-gallery .product-gallery__wrapper p a {
  display: block;
  color: #ffffff;
  text-decoration: underline;
  font-size: 11px;
  margin-top: 4px;
}

#page-detail .product-gallery .image-customer {
  width: 90px;
  display: block;
  position: relative;
}

#page-detail .product-gallery .image-customer .position {
  position: relative;
}

#page-detail .product-gallery .image-customer .view--more {
  width: 90px;
  height: 84.63px;
  background: rgba(0, 0, 0, 0.35);
  text-align: center;
  padding: 13px 8px;
  z-index: 2;
  bottom: 0;
  cursor: pointer;
}

#page-detail .product-gallery .image-customer .view--more a {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  display: block;
}

#page-detail .product-gallery .image-customer .video-clip {
  width: 90px;
  margin-right: 12px;
  height: 84.63px;
  padding: 6px;
  position: relative;
  margin-top: 11px;
  cursor: pointer;
}

#page-detail .product-gallery .image-customer .video-clip img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#page-detail .product-gallery .image-customer .video-clip::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  top: 0;
  left: 0;
}

#page-detail .product-gallery .image-customer .video-clip:after {
  content: "";
  position: absolute;
  background-image: url("../images/playRound.svg");
  width: 35px;
  height: 35px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#page-detail .product-gallery .image-customer .ul {
  padding-left: 0;
  display: block;
  margin-bottom: 0;
  width: 100%;
  max-height: 20vw;
  overflow-y: auto;
  overflow-x: unset;
  position: relative;
}

#page-detail .product-gallery .image-customer .ul::-webkit-scrollbar {
  width: 2px;
}

#page-detail .product-gallery .image-customer .ul::-webkit-scrollbar-thumb {
  background: #B20000;
}

#page-detail .product-gallery .image-customer .ul::-webkit-scrollbar-track {
  background: #363945;
}

#page-detail .product-gallery .image-customer .ul .item {
  width: 84.63px;
  height: 84.63px;
  padding: 6px;
  border: 1px solid #F1F1F1;
  border-radius: 3px;
  transition: 0.3s all;
  margin-bottom: 11px;
}

#page-detail .product-gallery .image-customer .ul .item:last-child, #page-detail .product-gallery .image-customer .ul .item.view--more {
  margin-bottom: 0;
}

#page-detail .product-gallery .image-customer .ul .item.active {
  border: 1px solid #B20000;
  transition: 0.3s all;
}

#page-detail .product-gallery .image-customer .ul .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#page-detail .product-gallery .gift-card {
  padding: 20px 12px;
  border-radius: 5px;
  margin-top: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
}

#page-detail .product-gallery .gift-card .input label {
  font-size: 14px;
  padding-left: 5px;
}

#page-detail .product-gallery .gift-card .gift {
  flex-wrap: wrap;
}

#page-detail .product-gallery .gift-card .gift .image {
  width: 248px;
  height: auto;
}

#page-detail .product-gallery .gift-card .gift .image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#page-detail .product-gallery .gift-card .gift .text {
  width: calc(100% - 248px);
  padding-left: 12px;
}

#page-detail .product-gallery .gift-card .gift .text .card {
  background: #00BCD4;
  font-size: 11px;
  color: #fff;
  padding: 4px 6px;
  display: inline-block;
  border: none;
}

#page-detail .product-gallery .gift-card .gift .text .card img {
  width: 13px;
  height: 13px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 5px;
}

#page-detail .product-gallery .gift-card .gift .title-gift-products {
  width: 100%;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  margin-top: 28px;
}

#page-detail .product-gallery .gift-card .gift .gift-products {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#page-detail .product-gallery .gift-card .gift .gift-products .product {
  width: 50%;
  display: flex;
  margin-top: 8px;
}

#page-detail .product-gallery .gift-card .gift .gift-products .product .image {
  width: 72px;
  height: 72px;
  padding: 6px;
  border: 1px solid #F1F1F1;
}

#page-detail .product-gallery .gift-card .gift .gift-products .product .content {
  width: calc(100% - 72px);
  padding-left: 12px;
  align-self: center;
}

#page-detail .product-gallery .gift-card .gift .gift-products .product .content .title {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #616161;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#page-detail .product-gallery .gift-card .gift .gift-products .product .content .price {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #616161;
}

#page-detail .product-gallery .gift-card .gift .gift-products .product .content .price span {
  position: relative;
  font-size: 11px;
  top: -4px;
}

#page-detail .entry-summary {
  width: 45%;
  padding-left: 12px;
}

#page-detail .entry-summary .flash-sale {
  background: #ED3237;
  border-radius: 5px;
  padding: 2px;
}

#page-detail .entry-summary .flash-sale .f-text {
  line-height: 1;
  width: 138px;
  padding: 3px 10px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

#page-detail .entry-summary .flash-sale .f-text img {
  height: 15px;
  width: auto;
  margin-right: 5px;
}

#page-detail .entry-summary .flash-sale .times {
  width: calc(100% - 158px);
  margin-left: 20px;
  background: #ffffff;
  padding: 3px 10px;
  position: relative;
}

#page-detail .entry-summary .flash-sale .times::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 23px solid #ffffff;
}

#page-detail .entry-summary .flash-sale .times .time {
  width: 136px;
  font-size: 13px;
  line-height: 1;
  align-self: center;
}

#page-detail .entry-summary .flash-sale .times .time span {
  color: #B20000;
  font-weight: 500;
}

#page-detail .entry-summary .flash-sale .times .buy {
  width: calc(100% - 136px);
  margin: 0 auto;
  height: 16px;
  position: relative;
  margin-bottom: 0;
}

#page-detail .entry-summary .flash-sale .times .buy .bg {
  height: 100%;
  background: rgba(255, 130, 93, 0.55);
  border-radius: 8px;
}

#page-detail .entry-summary .flash-sale .times .buy .is-buy {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(-90deg, #B20000 0%, #CE005A 20%, #BC36AC 40%, rgba(111, 111, 234, 0.85) 60%, rgba(0, 150, 255, 0.25) 80%, rgba(0, 176, 240, 0.2) 100%);
}

#page-detail .entry-summary .flash-sale .times .buy .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-weight: 500;
  font-size: 11px;
  line-height: 17px;
}

#page-detail .entry-summary .title-post {
  margin-top: 16px;
}

#page-detail .entry-summary .reviews {
  margin-top: 12px;
  display: flex;
}

#page-detail .entry-summary .reviews .evaluate {
  position: relative;
  width: 90px;
}

#page-detail .entry-summary .reviews .evaluate .straw img {
  height: 16px;
  width: auto;
  margin-right: 4px;
}

#page-detail .entry-summary .reviews .evaluate .straw img:last-child {
  margin-right: 0;
}

#page-detail .entry-summary .reviews .evaluate .full {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
}

#page-detail .entry-summary .reviews .text span {
  padding-right: 20px;
}

#page-detail .entry-summary .reviews .text span .mr {
  margin-right: 4px;
}

#page-detail .entry-summary .promotion-code {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

#page-detail .entry-summary .promotion-code.not-border {
  border: none;
  margin-top: 0;
  padding: 10px 0 0;
}

#page-detail .entry-summary .promotion-code.not-border .diet-type span {
  background: rgba(228, 228, 228, 0.6705882353);
  color: #D3D3D3;
  cursor: pointer;
}

#page-detail .entry-summary .promotion-code .promotion {
  margin-bottom: 16px;
}

#page-detail .entry-summary .promotion-code .promotion p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 9px;
}

#page-detail .entry-summary .promotion-code .promotion p button {
  background: transparent;
  border: none;
}

#page-detail .entry-summary .promotion-code .promotion img {
  width: 16px;
  height: 16px;
}

#page-detail .entry-summary .promotion-code .promotion span {
  border-radius: 5px;
  background: #FFDDDD;
  font-size: 13px;
  line-height: 1;
  color: #F44336;
  display: inline-block;
  margin-right: 9px;
  font-weight: 500;
  padding: 5.5px 6px;
}

#page-detail .entry-summary .promotion-code .promotion #add-promotion {
  background: transparent;
  border: none;
  padding: 5.5px 6px;
  font-size: 13px;
  line-height: 15px;
  color: #616161;
  display: inline-block;
  font-weight: 500;
  position: relative;
}

#page-detail .entry-summary .promotion-code .promotion #add-promotion span img {
  margin-left: 4px;
}

#page-detail .entry-summary .promotion-code .promotion #add-promotion label {
  cursor: pointer;
}

#page-detail .entry-summary .promotion-code .promotion #add-promotion .promotion-popup {
  position: absolute;
  border: 1px solid #D3D3D3;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  min-width: 480px;
  z-index: 2;
  background: #FFFFFF;
  top: 35px;
  right: calc(-100% + 70px);
  padding: 20px;
  display: none;
}

#page-detail .entry-summary .promotion-code .promotion #add-promotion .promotion-popup .promotions .promotion {
  display: flex;
  border: 1px solid #f1f1f1;
  justify-content: space-between;
  padding: 0;
}

#page-detail .entry-summary .promotion-code .promotion #add-promotion .promotion-popup .promotions .promotion .p-12 {
  padding: 12px;
}

#page-detail .entry-summary .promotion-code .promotion #add-promotion .promotion-popup .promotions .promotion .p-image {
  width: 80px;
  align-self: center;
}

#page-detail .entry-summary .promotion-code .promotion #add-promotion .promotion-popup .promotions .promotion .p-image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#page-detail .entry-summary .promotion-code .promotion #add-promotion .promotion-popup .promotions .promotion .p-button {
  align-self: center;
  width: 88px;
}

#page-detail .entry-summary .promotion-code .promotion #add-promotion .promotion-popup .promotions .promotion .p-button.is-use a {
  background: #00BCD4;
  border: 1px solid #00BCD4;
  border-radius: 3px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  display: block;
  text-align: center;
  padding: 2.5px 0;
}

#page-detail .entry-summary .promotion-code .promotion #add-promotion .promotion-popup .promotions .promotion .p-button.disable a {
  font-weight: 500;
  color: #D3D3D3;
  background: #F1F1F1;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  font-size: 15px;
  line-height: 18px;
  display: block;
  text-align: center;
  padding: 2.5px 0;
}

#page-detail .entry-summary .promotion-code .promotion #add-promotion .promotion-popup .promotions .promotion .p-button.not-use {
  padding: 0 12px 0 0;
}

#page-detail .entry-summary .promotion-code .promotion #add-promotion .promotion-popup .promotions .promotion .p-button.not-use img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#page-detail .entry-summary .promotion-code .promotion #add-promotion .promotion-popup .promotions .promotion .p-content {
  max-width: calc(100% - 168px);
  border-left: 1px dashed #f1f1f1;
}

#page-detail .entry-summary .promotion-code .promotion #add-promotion .promotion-popup .promotions .promotion .p-content .pc-title {
  font-weight: 500;
  font-size: 15px;
  color: #616161;
  line-height: 18px;
  margin-bottom: 8px;
}

#page-detail .entry-summary .promotion-code .promotion #add-promotion .promotion-popup .promotions .promotion .p-content .pc-content {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #9E9E9E;
}

#page-detail .entry-summary .promotion-code .promotion #add-promotion .promotion-popup .promotions .promotion .p-content .expiry {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

#page-detail .entry-summary .promotion-code .promotion #add-promotion .promotion-popup .promotions .promotion .p-content .expiry p {
  align-self: center;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #616161;
}

#page-detail .entry-summary .promotion-code .promotion #add-promotion .promotion-popup .promotions .promotion .p-content .expiry span {
  background: #ffffff;
  color: #B20000;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  border: 1px solid #B20000;
  border-radius: 0;
  padding: 2.5px 4px;
}

#page-detail .entry-summary .promotion-code .promotion #add-promotion .promotion-popup.show {
  display: block;
}

#page-detail .entry-summary .promotion-code .promotion #add-promotion .promotion-popup:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url("../images/top.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -13px;
  right: 17px;
}

#page-detail .entry-summary .buy-larg button {
  background: transparent;
  border: none;
}

#page-detail .entry-summary .buy-larg .items {
  display: flex;
}

#page-detail .entry-summary .buy-larg .item {
  margin-right: 2px;
  text-align: center;
  margin-right: 5px;
  min-width: 133px;
}

#page-detail .entry-summary .buy-larg .item .t {
  font-weight: 400;
  font-size: 13px;
}

#page-detail .entry-summary .buy-larg .item p span {
  font-size: 11px;
  position: relative;
  top: -4px;
}

#page-detail .entry-summary .buy-larg .item label {
  cursor: pointer;
  padding: 7px 12px;
  border-radius: 0;
  border: 0px solid #D3D3D3;
  color: #9E9E9E;
  background: rgba(0, 0, 0, 0.15);
}

#page-detail .entry-summary .buy-larg .item input {
  display: none;
}

#page-detail .entry-summary .buy-larg .item input:checked ~ label {
  border: 0px solid #B20000;
  background: #FFDDDD;
  color: #F44336;
}

#page-detail .entry-summary .buy-larg .first {
  position: relative;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #616161;
  margin-bottom: 9px;
}

#page-detail .entry-summary .size p {
  line-height: 1;
  margin: 18px 0 9px;
}

#page-detail .entry-summary .size button {
  background: transparent;
  border: none;
}

#page-detail .entry-summary .size .size-item {
  display: flex;
}

#page-detail .entry-summary .size .size-item .item {
  margin-right: 12px;
  text-align: center;
  min-width: 135px;
  margin-bottom: 5px;
}

#page-detail .entry-summary .size .size-item .item label {
  border: 2px solid #D3D3D3;
  color: #616161;
  border-radius: 8px;
  padding: 7.75px 24px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

#page-detail .entry-summary .size .size-item .item input {
  display: none;
}

#page-detail .entry-summary .size .size-item .item input:checked ~ label {
  border: 2px solid #B20000;
  background: #FFDDDD;
  color: #F44336;
}

#page-detail .entry-summary .size .size-item .item input:checked ~ label p {
  color: #F44336;
}

#page-detail .entry-summary .size .size-item .item:last-child {
  margin-right: 0;
}

#page-detail .entry-summary .size .size-item .item p {
  color: #D3D3D3;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
}

#page-detail .entry-summary .size .size-item .item p span {
  font-size: 10px;
  position: relative;
  top: -6px;
}

#page-detail .entry-summary .color {
  margin-top: 17.5px;
}

#page-detail .entry-summary .color .color-item {
  display: flex;
}

#page-detail .entry-summary .color .color-item .item {
  margin-right: 12px;
  cursor: pointer;
}

#page-detail .entry-summary .color .color-item .item label {
  border-radius: 8px;
  width: 64px;
  height: 64px;
  border: 1px solid #D3D3D3;
  overflow: hidden;
}

#page-detail .entry-summary .color .color-item .item input {
  display: none;
}

#page-detail .entry-summary .color .color-item .item input:checked ~ label {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #4CAF50;
  box-shadow: 0 0 3px #4CAF50;
}

#page-detail .entry-summary .color .color-item .item:last-child {
  margin-right: 0;
}

#page-detail .entry-summary .promotion-us {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

#page-detail .entry-summary .promotion-us .items {
  margin-top: 12px;
}

#page-detail .entry-summary .promotion-us .items .item {
  width: calc(50% - 10px);
  margin-right: 20px;
  display: flex;
}

#page-detail .entry-summary .promotion-us .items .item:last-child {
  margin-right: 0;
}

#page-detail .entry-summary .promotion-us .items .item .image {
  width: 64px;
  height: 64px;
}

#page-detail .entry-summary .promotion-us .items .item .content {
  width: calc(100% - 64px);
  padding-left: 12px;
  color: #616161;
}

#page-detail .entry-summary .promotion-us .items .item .content .title {
  font-size: 13px;
}

#page-detail .entry-summary .promotion-us .items .item .content .price {
  font-size: 11px;
  font-weight: 500;
}

#page-detail .entry-summary .promotion-us .items .item .content .price span {
  position: relative;
  top: -2px;
  font-size: 9px;
}

#page-detail .entry-summary .info {
  margin-top: 18px;
}

#page-detail .entry-summary .info.support {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}

#page-detail .entry-summary .info .item {
  margin-bottom: 10px;
  font-size: 15px;
}

#page-detail .entry-summary .info .item p {
  margin-bottom: 0;
}

#page-detail .entry-summary .info .title {
  color: #000000;
  font-weight: 700;
}

#page-detail .entry-summary .info .title .btn {
  background: transparent;
  padding: 0;
  border: none;
}

#page-detail .entry-summary .detail-product {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}

#page-detail .entry-summary .detail-product ul {
  padding-left: 0;
}

#page-detail .entry-summary .detail-product ul li {
  list-style: none;
  font-size: 13px;
  margin-bottom: 12px;
}

#page-detail .entry-summary .detail-product ul li:last-child {
  margin-bottom: 0;
}

#page-detail .entry-summary .detail-product ul li img {
  margin-right: 5px;
  height: 9.57px;
  width: auto;
}

#page-detail .entry-summary .view-more {
  margin-top: 11px;
}

#page-detail .entry-summary .view-more a {
  color: #616161;
}

#page-detail .entry-summary .view-more a img {
  margin-left: 5px;
}

#page-detail .entry-summary .view-more p {
  color: #FF9800;
  cursor: pointer;
}

#page-detail .entry-summary .view-more p img {
  height: 18px;
  width: auto;
  margin-right: 5px;
}

#page-detail .sidebar-product .free-ship {
  display: inline-block;
  padding: 4px 0;
  position: relative;
}

#page-detail .sidebar-product .free-ship::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 0;
  border-bottom: 27.5px solid #B20000;
  border-right: 13.5px solid transparent;
}

#page-detail .sidebar-product .free-ship img {
  margin: 0 5px;
}

#page-detail .sidebar-product .side-bar {
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}

#page-detail .sidebar-product .side-bar .info {
  display: flex;
}

#page-detail .sidebar-product .side-bar .info .image {
  width: 64px;
  height: 64px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 14px 0;
  border-radius: 50%;
  overflow: hidden;
}

#page-detail .sidebar-product .side-bar .info .image img {
  height: 36px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#page-detail .sidebar-product .side-bar .info .content {
  margin-left: 12px;
}

#page-detail .sidebar-product .side-bar .info .content .buy-button a {
  display: inline-block;
  background: #9E9E9E;
  border: 1px solid #9E9E9E;
  border-radius: 3px;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
  padding: 5.5px 8px;
  text-decoration: none;
}

#page-detail .sidebar-product .side-bar .info .content .buy-button a.follow {
  background: #39C37C;
  border: 1px solid #39C37C;
}

#page-detail .sidebar-product .side-bar .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  padding: 8px 0 16px;
}

#page-detail .sidebar-product .side-bar .item:last-child {
  border: none;
}

#page-detail .sidebar-product .side-bar .item .btn {
  background: transparent;
  border: none;
  padding: 0;
  margin-left: 10px;
}

#page-detail .sidebar-product .side-bar .item .title img {
  margin-right: 5px;
}

#page-detail .sidebar-product .side-bar .item .evaluate {
  position: relative;
  display: inline-block;
  width: 90px;
}

#page-detail .sidebar-product .side-bar .item .evaluate img {
  height: 16px;
  width: auto;
  margin-right: 4px;
}

#page-detail .sidebar-product .side-bar .item .evaluate img:last-child {
  margin-right: 0;
}

#page-detail .sidebar-product .side-bar .item .evaluate .full {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
}

#page-detail .sidebar-product .side-bar .item a {
  color: #00BCD4;
  text-decoration: underline;
}

#page-detail .sidebar-product .side-bar .item .address {
  margin-top: 7px;
}

#page-detail .sidebar-product .side-bar .item .address img {
  margin-right: 5px;
}

#page-detail .sidebar-product .side-bar .item .address a {
  float: right;
  font-weight: 500;
}

#page-detail .sidebar-product .side-bar .item .text {
  margin-top: 7px;
}

#page-detail .sidebar-product .side-bar .item .icon {
  margin-top: 11px;
}

#page-detail .sidebar-product .side-bar .item .icon .i-con {
  margin-bottom: 5px;
  font-size: 13px;
  color: #616161;
}

#page-detail .sidebar-product .side-bar .item .icon .i-con img {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 5px;
}

#page-detail .sidebar-product .side-bar .item .icon .i-con:last-child {
  margin-bottom: 0;
}

#page-detail .sidebar-product .side-bar .item .icon .a-text {
  margin-top: 11px;
}

#page-detail .sidebar-product .side-bar .item .icon .a-text a {
  display: inline-block;
  background: #00BCD4;
  color: #fff;
  padding: 2px 6px;
  text-decoration: none;
}

#page-detail .sidebar-product .side-bar .item .icon .a-text a img {
  margin-right: 5px;
}

#page-detail .sidebar-product .side-bar .item .price .d {
  font-size: 18px;
  position: relative;
  top: -7px;
  text-decoration: underline;
}

#page-detail .sidebar-product .side-bar .item .price .main {
  position: relative;
  top: 5px;
}

#page-detail .sidebar-product .side-bar .item .price-child .child {
  text-decoration: line-through;
  color: #9E9E9E;
  padding-left: 12px;
}

#page-detail .sidebar-product .side-bar .item .price-child .child span {
  text-decoration: none;
  position: relative;
  font-size: 11px;
  top: -5px;
}

#page-detail .sidebar-product .side-bar .item .price-child .reduction {
  background: #FFDDDD;
  border-radius: 6px;
  padding: 0 4px;
}

#page-detail .sidebar-product .side-bar .item .price-child .reduction span {
  font-weight: 700;
  font-size: 20px;
  color: #B20000;
}

#page-detail .sidebar-product .side-bar .item .cheaper {
  color: #B20000;
}

#page-detail .sidebar-product .side-bar .item .cheaper img {
  margin-right: 5px;
}

#page-detail .sidebar-product .side-bar .item .cheaper .btn {
  margin-left: 5px;
}

#page-detail .sidebar-product .side-bar .item .quantity {
  margin-top: 12px;
}

#page-detail .sidebar-product .side-bar .item .quantity .qty {
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  margin: 0 12px;
}

#page-detail .sidebar-product .side-bar .item .quantity .qty input {
  width: 25px;
  height: 42px;
  border: none;
  color: #9E9E9E;
  text-align: center;
}

#page-detail .sidebar-product .side-bar .item .quantity .qty input:focus {
  outline: none;
}

#page-detail .sidebar-product .side-bar .item .quantity .qty input::-webkit-outer-spin-button,
#page-detail .sidebar-product .side-bar .item .quantity .qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

#page-detail .sidebar-product .side-bar .item .quantity .qty button {
  height: 42px;
  width: 22px;
  text-align: center;
  border: none;
  background: transparent;
  color: #9E9E9E;
}

#page-detail .sidebar-product .side-bar .item .add-cart {
  margin-top: 12px;
}

#page-detail .sidebar-product .side-bar .item .add-cart a {
  display: inline-block;
  width: calc(50% - 6px);
  border-radius: 8px;
  background: #00BCD4;
  font-size: 15px;
  line-height: 1;
  padding: 14.5px 0;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}

#page-detail .sidebar-product .side-bar .item .add-cart a.buy-now {
  background: #B20000;
}

#page-detail .sidebar-product .side-bar .item .add-cart a:first-child {
  margin-right: 12px;
}

#page-detail .sidebar-product .side-bar .item .more-action .mor {
  font-size: 14px;
  font-weight: 500;
  color: #9E9E9E;
  margin-top: 12px;
}

#page-detail .sidebar-product .side-bar .item .more-action .mor input,
#page-detail .sidebar-product .side-bar .item .more-action .mor img {
  margin-right: 5px;
}

#page-detail .sidebar-product .side-bar .item .more-action .mor.color-text {
  color: #616161;
}

#page-detail .sidebar-product .side-bar .item .more-action .mor select {
  background: transparent;
  border: none;
}

#page-detail .sidebar-product .side-bar .information .infor {
  width: 33.3333333333%;
  padding: 0 18px;
}

#page-detail .sidebar-product .side-bar .information .infor img {
  height: 35px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#page-detail .sidebar-product .side-bar .information .infor span {
  text-align: center;
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #616161;
}

#page-detail .sidebar-product .share {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

#page-detail .sidebar-product .share a {
  margin-right: 12px;
  font-size: 13px;
  font-weight: 500;
  color: #616161;
}

#page-detail .sidebar-product .share a img {
  height: 18px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 5px;
}

.wrapper-item {
  background: #ffffff;
  margin-top: 20px;
}

.wrapper-item .title {
  font-size: 18px;
  font-weight: 500;
  padding: 18px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.wrapper-item .the-video {
  padding: 12px;
}

.wrapper-item .the-video::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0.82%, #FFFFFF 100%);
  width: 78px;
}

.wrapper-item .the-video::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(270deg, #FFFFFF 0.82%, rgba(255, 255, 255, 0) 100%);
  width: 78px;
}

.wrapper-item .the-video .item {
  width: 100%;
  overflow: hidden;
  border: 1px solid #F1F1F1;
  border-radius: 12px;
}

.wrapper-item .the-video .item:last-child {
  margin-right: 0;
}

.wrapper-item .the-video .item .image {
  height: 140px;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.wrapper-item .the-video .item .image img {
  width: 100%;
}

.wrapper-item .the-video .item .image .play {
  position: absolute;
  width: 56px;
  height: 56px;
  background: rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  border-radius: 28px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 56px;
}

.wrapper-item .the-video .item .image .play img {
  width: 19px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block;
}

.wrapper-item .the-video .item .image .time {
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  right: 0;
  bottom: 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  color: #FFFFFF;
  padding: 6px 8px;
}

.wrapper-item .the-video .item .text {
  padding: 12px;
}

.wrapper-item .the-video .item .text p:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.wrapper-item .the-video .item .text p:last-child {
  margin-top: 12px;
}

.wrapper-item .add-video {
  margin: 18px 0 12px;
  padding: 12px;
}

.wrapper-item .add-video a {
  display: inline-block;
  padding: 5px 12px;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  color: #616161;
  border: 1px solid #707070;
  border-radius: 5px;
}

.wrapper-item .wrapper-detail {
  padding: 12px;
  max-height: 300px;
  overflow: hidden;
  position: relative;
  transition: 0.3s all;
}

.wrapper-item .wrapper-detail.active {
  max-height: 10000px;
  transition: 0.3s all;
}

.wrapper-item .wrapper-detail.active::after {
  display: none;
}

.wrapper-item .wrapper-detail::after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 20px 20px #ffffff;
}

.wrapper-item .wrapper-detail p {
  margin-bottom: 15px;
}

.wrapper-item .wrapper-detail p img {
  display: inline-block;
}

.wrapper-item .wrapper-detail p.image-center {
  text-align: center;
}

.wrapper-item .wrapper-detail p.image-left {
  text-align: left;
}

.wrapper-item .more {
  text-align: center;
  bottom: 20px;
  animation: to-down 1s;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  position: relative;
  z-index: 2;
}

.wrapper-item .more.active a img {
  transform: rotate(180deg);
}

.wrapper-item .more a {
  color: #B20000;
  display: inline-block;
}

.wrapper-item .more a span {
  display: block;
}

.wrapper-item .more a img {
  display: block;
  margin: 5px auto 0;
}

.wrapper-item .item-box {
  padding: 12px;
  border-bottom: 1px solid #F1F1F1;
}

.wrapper-item .item-box .nav {
  border-bottom: none;
}

.wrapper-item .item-box .nav .nav-item .nav-link {
  border: none;
  color: #616161;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  padding: 0 20px;
}

.wrapper-item .item-box .nav .nav-item .nav-link.active {
  color: #B20000;
}

.wrapper-item .item-box .nav .nav-item .nav-link.active select {
  color: #B20000;
}

.wrapper-item .item-box .nav .nav-item .nav-link select {
  border: none;
}

.wrapper-item .item-box .tab-pane {
  padding: 0;
}

.wrapper-item .item-box .tab-comments {
  padding-left: 20px;
}

.wrapper-item .item-box .tab-comments .comment {
  display: flex;
  margin-top: 40px;
}

.wrapper-item .item-box .tab-comments .comment .info {
  width: 200px;
}

.wrapper-item .item-box .tab-comments .comment .info .image {
  width: 44px;
  height: 44px;
  float: left;
}

.wrapper-item .item-box .tab-comments .comment .info .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.wrapper-item .item-box .tab-comments .comment .info .u-info {
  width: calc(100% - 44px);
  padding-left: 16px;
  float: left;
}

.wrapper-item .item-box .tab-comments .comment .info .u-info .name span:first-child {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #373435;
  margin-right: 8px;
}

.wrapper-item .item-box .tab-comments .comment .info .u-info .name span:last-child {
  display: inline-block;
  background: #FFDDDD;
  border: 1px solid #FFDDDD;
  border-radius: 3px;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  padding: 3px 6px;
  color: #B20000;
}

.wrapper-item .item-box .tab-comments .comment .info .u-info p {
  margin-bottom: 0;
  color: #616161;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-top: 3px;
}

.wrapper-item .item-box .tab-comments .comment .info .u-info p img {
  height: 16px;
  width: auto;
  margin-right: 6px;
}

.wrapper-item .item-box .tab-comments .comment .info .info-number {
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-top: 13.5px;
}

.wrapper-item .item-box .tab-comments .comment .info .info-number .i-number img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 4px;
}

.wrapper-item .item-box .tab-comments .comment .content {
  width: calc(100% - 350px);
  padding: 0 50px;
}

.wrapper-item .item-box .tab-comments .comment .content .c-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #363945;
}

.wrapper-item .item-box .tab-comments .comment .content .evaluate {
  align-self: center;
  position: relative;
  width: 93px;
  display: inline-block;
  margin-right: 12px;
}

.wrapper-item .item-box .tab-comments .comment .content .evaluate .straw img {
  height: 16px;
  margin-right: 4px;
}

.wrapper-item .item-box .tab-comments .comment .content .evaluate .straw img:last-child {
  margin-right: 0;
}

.wrapper-item .item-box .tab-comments .comment .content .evaluate .full {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
}

.wrapper-item .item-box .tab-comments .comment .content .c-date {
  margin-top: 12px;
  display: flex;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #9E9E9E;
}

.wrapper-item .item-box .tab-comments .comment .content .c-date p {
  margin-bottom: 0;
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #D9D9D9;
}

.wrapper-item .item-box .tab-comments .comment .content .c-date label {
  color: #39C37C;
  margin-bottom: 0;
}

.wrapper-item .item-box .tab-comments .comment .content .c-content {
  margin-top: 12px;
  color: #616161;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}

.wrapper-item .item-box .tab-comments .comment .content .c-images {
  display: flex;
  position: relative;
  width: 988px;
  margin-top: 12px;
}

.wrapper-item .item-box .tab-comments .comment .content .c-images .image {
  width: 64px;
  height: 64px;
  margin-right: 12px;
  border: 1px solid #F1F1F1;
  border-radius: 8px;
  background: #FFFFFF;
  padding: 6px;
}

.wrapper-item .item-box .tab-comments .comment .content .c-images .image:first-child {
  padding: 0;
}

.wrapper-item .item-box .tab-comments .comment .content .c-images .image:last-child {
  margin-right: 0;
}

.wrapper-item .item-box .tab-comments .comment .content .c-images .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.wrapper-item .item-box .tab-comments .comment .content .c-images .view-more {
  position: absolute;
  right: 12px;
  top: 0;
  background: rgba(0, 0, 0, 0.65);
  padding: 0;
}

.wrapper-item .item-box .tab-comments .comment .content .c-images .view-more a {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  padding: 9px 2px;
  color: #FFFFFF;
}

.wrapper-item .item-box .tab-comments .comment .content .c-input {
  margin-top: 20px;
}

.wrapper-item .item-box .tab-comments .comment .content .c-input p {
  margin-bottom: 17px;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #616161;
}

.wrapper-item .item-box .tab-comments .comment .content .c-input p img {
  margin-left: 5px;
  width: 13px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.wrapper-item .item-box .tab-comments .comment .content .c-input form {
  display: flex;
}

.wrapper-item .item-box .tab-comments .comment .content .c-input form .input {
  width: 300px;
}

.wrapper-item .item-box .tab-comments .comment .content .c-input form .input textarea {
  width: 100%;
  border-radius: 6px 0 0 6px;
  border: 1px solid #f1f1f1;
  padding: 10px;
  color: #D3D3D3;
}

.wrapper-item .item-box .tab-comments .comment .content .c-input form .input textarea:focus {
  outline: none;
}

.wrapper-item .item-box .tab-comments .comment .content .c-input form .input textarea::-moz-placeholder {
  color: #D3D3D3;
}

.wrapper-item .item-box .tab-comments .comment .content .c-input form .input textarea::placeholder {
  color: #D3D3D3;
}

.wrapper-item .item-box .tab-comments .comment .content .c-input form button {
  background: #F1F1F1;
  border: none;
  padding: 0 16px;
  height: 58px;
}

.wrapper-item .item-box .tab-comments .comment .content .c-input form button:focus {
  outline: none;
}

.wrapper-item .item-box .tab-comments .comment .content .c-input form button img {
  width: 16px;
  height: 16px;
  margin-bottom: 3px;
}

.wrapper-item .item-box .tab-comments .comment .content .c-input form button p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #9E9E9E;
}

.wrapper-item .item-box .tab-comments .comment .content .c-comment-rep {
  margin-top: 16px;
}

.wrapper-item .item-box .tab-comments .comment .content .c-comment-rep p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #363945;
}

.wrapper-item .item-box .tab-comments .comment .content .c-comment-rep .comment-reps .rep {
  margin-top: 16px;
}

.wrapper-item .item-box .tab-comments .comment .content .c-comment-rep .comment-reps .rep .r-name span {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #9E9E9E;
}

.wrapper-item .item-box .tab-comments .comment .content .c-comment-rep .comment-reps .rep .r-name span:first-child {
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #f1f1f1;
  color: #616161;
  font-size: 15px;
}

.wrapper-item .item-box .tab-comments .comment .content .c-comment-rep .comment-reps .rep .r-content {
  margin-top: 8px;
  color: #616161;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}

.wrapper-item .item-box .tab-comments .comment .like-un {
  margin-top: 10px;
}

.wrapper-item .item-box .tab-comments .comment .like-un a {
  color: #616161;
  cursor: pointer;
}

.wrapper-item .item-box .tab-comments .comment .like-un a img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 5px;
}

.wrapper-item .item-box .tab-comments .comment .like-un a:first-child {
  color: #9E9E9E;
  margin-right: 15px;
}

.wrapper-item .item-box .tab-comments .comment .share {
  width: 150px;
  text-align: right;
  font-size: 15px;
  line-height: 18px;
}

.wrapper-item .item-box .tab-comments .comment .share .s-share {
  color: #FF9800;
  font-weight: 500;
}

.wrapper-item .item-box .tab-comments .comment .share .like-un {
  margin: 8px 0;
}

.wrapper-item .item-box .tab-comments .comment .share .s-report {
  color: #616161;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.wrapper-item .item-box .pages-paginate {
  padding: 0;
}

.wrapper-item .item-box .pages-paginate .page-paginate {
  margin-top: 20px;
  border-top: 1px solid #f1f1f1;
  border-bottom: none !important;
  padding: 20px 0 0;
}

.wrapper-item .review-comment .d-flex {
  flex-wrap: wrap;
}

.wrapper-item .review-comment h3 {
  margin-bottom: 20px;
  width: 100%;
}

.wrapper-item .review-comment .rev {
  padding: 0 12px;
}

.wrapper-item .review-comment .rev .t a {
  font-size: 13px;
  font-weight: 500;
  color: #00BCD4;
  padding-left: 5px;
}

.wrapper-item .review-comment .rev .date {
  color: #9E9E9E;
  margin-top: 5px;
}

.wrapper-item .review-comment .rev .straw img {
  margin-right: 5px;
}

.wrapper-item .review-comment .rev .cmt {
  margin-top: 11px;
}

.wrapper-item .review-comment .rev .lock {
  margin-top: 10px;
  color: #9E9E9E;
}

.wrapper-item .review-comment .point {
  margin-right: 36px;
  padding-right: 36px;
  border-right: 1px solid #f1f1f1;
}

.wrapper-item .review-comment .point .number {
  margin-right: 0;
}

.wrapper-item .review-comment .point .icon {
  align-self: center;
  position: relative;
  width: 155px;
  margin-bottom: 12px;
}

.wrapper-item .review-comment .point .icon p {
  margin-bottom: 5px;
}

.wrapper-item .review-comment .point .icon .straw img {
  height: 32px;
  margin-right: 5px;
}

.wrapper-item .review-comment .point .icon .straw img:last-child {
  margin-right: 0;
}

.wrapper-item .review-comment .point .icon .full {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
}

.wrapper-item .review-comment .point .s-angle {
  color: #00BCD4;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}

.wrapper-item .review-comment .point .s-angle.disable {
  color: #9E9E9E;
}

.wrapper-item .review-comment .point .s-angle.disable:hover {
  color: #9E9E9E;
}

.wrapper-item .review-comment .point .s-angle img {
  display: inline-block;
  width: 15px;
  height: auto;
}

.wrapper-item .review-comment .items-bar .item-bar {
  display: flex;
  margin-bottom: 5px;
}

.wrapper-item .review-comment .items-bar .item-bar span {
  margin-right: 12px;
  font-size: 13px;
  align-self: center;
}

.wrapper-item .review-comment .items-bar .item-bar .bar {
  width: 310px;
  height: 8px;
  border-radius: 2px;
  background: #D3D3D3;
  position: relative;
}

.wrapper-item .review-comment .items-bar .item-bar .bar i {
  background: #FF5722;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.wrapper-item .review-comment .content-review {
  margin-top: 20px;
  padding-top: 12px;
}

.wrapper-item .review-comment .content-review.border-t {
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.wrapper-item .review-comment .content-review .block {
  display: block;
  margin: 0 auto;
}

.wrapper-item .review-comment .content-review .block.black {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.wrapper-item .review-comment .content-review .btn-write {
  margin-top: 10px;
}

.wrapper-item .review-comment .content-review .btn-write a {
  background: #00BCD4;
  display: inline-block;
  font-size: 15px;
  color: white;
  border-radius: 5px;
  padding: 6px 12px;
  line-height: 1;
  margin-bottom: 12px;
}

.wrapper-item .review-comment .content-review .btn-write a img {
  margin-right: 5px;
}

.wrapper-item .review-comment .content-review .btn-write p {
  font-size: 15px;
}

.wrapper-item .image-customer {
  position: relative;
}

.wrapper-item .image-customer h3 {
  margin-bottom: 12px;
}

.wrapper-item .image-customer .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wrapper-item .image-customer .images .image {
  width: 118px;
  height: 118px;
  margin-right: 12px;
}

.wrapper-item .image-customer .images .image:last-child {
  margin-right: 0;
}

.wrapper-item .image-customer .view-more {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 118px;
  height: 118px;
  background: rgba(0, 0, 0, 0.35);
  text-align: center;
  border-radius: 5px;
}

.wrapper-item .image-customer .view-more a {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 0;
}

.wrapper-item .questions h4 {
  color: #363945;
  line-height: 21px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}

.wrapper-item .questions #search-questions {
  display: flex;
  margin-top: 37px;
}

.wrapper-item .questions #search-questions .input-group {
  width: 260px;
  margin-right: 8px;
}

.wrapper-item .questions #search-questions .input-group input,
.wrapper-item .questions #search-questions .input-group select {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  color: #616161;
  padding: 10px 12px;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}

.wrapper-item .questions #search-questions .input-group input::-moz-placeholder, .wrapper-item .questions #search-questions .input-group select::-moz-placeholder {
  color: #616161;
}

.wrapper-item .questions #search-questions .input-group input::placeholder,
.wrapper-item .questions #search-questions .input-group select::placeholder {
  color: #616161;
}

.wrapper-item .questions #search-questions .input-group input:focus,
.wrapper-item .questions #search-questions .input-group select:focus {
  outline: none;
}

.wrapper-item .questions #search-questions .input-group input {
  color: #D3D3D3;
}

.wrapper-item .questions #search-questions .input-group input::-moz-placeholder {
  color: #D3D3D3;
}

.wrapper-item .questions #search-questions .input-group input::placeholder {
  color: #D3D3D3;
}

.wrapper-item .questions #search-questions button {
  background: #00BCD4;
  border: 1px solid #00BCD4;
  border-radius: 3px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  padding: 0 6px;
}

.wrapper-item .questions #search-questions button img {
  margin-right: 0;
  width: 22px;
  height: 22px;
}

.wrapper-item .questions .excerpt {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  font-style: italic;
  color: #363945;
  margin-top: 8px;
  margin-bottom: 12px;
}

.wrapper-item .questions .nav .nav-item:first-child {
  padding: 0 20px 0 0;
}

.wrapper-item .questions .nav .nav-item:first-child .nav-link {
  padding: 0 20px 0 0;
}

.wrapper-item .questions .tab-comments {
  padding-left: 0;
}

.wrapper-item .questions .tab-comments .comment {
  margin-top: 25px;
}

.wrapper-item .questions .tab-comments .comment .share {
  text-align: left;
  width: 175px;
}

.wrapper-item .questions .tab-comments .comment .share .s-useful {
  color: #00BCD4;
  margin-left: 15px;
  font-weight: 500;
}

.wrapper-item .questions .tab-comments .comment .info {
  width: 75px;
}

.wrapper-item .questions .tab-comments .comment .info .number-question p {
  margin-bottom: 0;
}

.wrapper-item .questions .tab-comments .comment .info .number-question .qn-image {
  text-align: center;
}

.wrapper-item .questions .tab-comments .comment .info .number-question .qn-image img {
  width: 20px;
  height: 20px;
}

.wrapper-item .questions .tab-comments .comment .info .number-question .qn-number {
  margin: 9px 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #616161;
  text-align: center;
}

.wrapper-item .questions .tab-comments .comment .info .number-question .qn-number span {
  display: block;
  color: #616161;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}

.wrapper-item .questions .tab-comments .comment .content {
  width: calc(100% - 274px);
  padding-left: 24px;
  margin-left: 24px;
  border-left: 1px solid #f1f1f1;
}

.wrapper-item .questions .tab-comments .comment .content .c-item {
  display: flex;
  margin-top: 12px;
}

.wrapper-item .questions .tab-comments .comment .content .c-item:first-child {
  margin-top: 0;
}

.wrapper-item .questions .tab-comments .comment .content .c-item.c-question .cq-excerpt {
  font-weight: 500;
  color: #0B0E1A;
}

.wrapper-item .questions .tab-comments .comment .content .c-item .cq-title {
  width: 68px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #616161;
}

.wrapper-item .questions .tab-comments .comment .content .c-item .cq-excerpt {
  width: calc(100% - 68px);
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #373435;
}

.wrapper-item .questions .tab-comments .comment .content .c-item .cq-author {
  width: calc(100% - 68px);
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #616161;
  display: flex;
}

.wrapper-item .questions .tab-comments .comment .content .c-item .cq-author .author-date {
  padding-right: 12px;
  margin-right: 12px;
  margin-bottom: 0;
  border-right: 1px solid #f1f1f1;
}

.wrapper-item .questions .tab-comments .comment .content .c-item .cq-author .author-date strong {
  text-decoration: underline;
}

.wrapper-item .questions .tab-comments .comment .content .c-item .cq-author a.active {
  color: #B20000;
}

.wrapper-item .questions .tab-comments .comment .content .c-item .cq-answer-def .ad-title {
  color: #373435;
}

.wrapper-item .questions .tab-comments .comment .content .c-item .cq-answer-def .answer-defs {
  margin-top: 16px;
}

.wrapper-item .questions .tab-comments .comment .content .c-item .cq-answer-def .answer-defs .answer-def {
  margin-bottom: 12px;
}

.wrapper-item .questions .tab-comments .comment .content .c-item .cq-answer-def .answer-defs .answer-def:last-child {
  margin-bottom: 0;
}

.wrapper-item .questions .tab-comments .comment .content .c-item .cq-answer-def .answer-defs .answer-def .answer {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #373435;
  margin-bottom: 9px;
}

.wrapper-item .questions .tab-comments .comment .content .c-item-def {
  display: none;
}

.wrapper-item .questions .tab-comments .comment .content .c-item-def .cq-answer-def {
  padding-top: 12px;
  border-top: 1px solid #f1f1f1;
  width: calc(100% - 68px);
  margin-left: 68px;
}

.sidebar-category {
  left: -100%;
  position: fixed;
  top: 0;
  width: 480px;
  background: #ffffff;
  transition: 0.3s all;
}

.sidebar-category.active {
  left: 0;
  z-index: 99999;
}

.sidebar-category .account {
  background: #363945;
  padding: 12px;
  display: flex;
  position: relative;
  justify-content: space-between;
}

.sidebar-category .account img {
  margin-right: 12px;
}

.sidebar-category .account span {
  align-self: center;
}

.sidebar-category .account a {
  float: right;
  padding: 5px 20px;
}

.sidebar-category .account .close-sidebar {
  position: absolute;
  width: 25px;
  height: 25px;
  right: -40px;
  color: #ffffff;
  text-align: center;
  line-height: 25px;
  font-size: 22px;
  cursor: pointer;
}

.sidebar-category .c-items {
  height: calc(100vh - 61px);
  overflow-y: auto;
}

.sidebar-category .c-items .c-item {
  border-bottom: 1px solid rgba(112, 112, 112, 0.16);
}

.sidebar-category .c-items .c-item:last-child {
  border: none;
}

.sidebar-category .c-items .c-item.active {
  border-bottom: none;
  padding: 0;
  display: block !important;
}

.sidebar-category .c-items .c-item.active > .title {
  display: none;
}

.sidebar-category .c-items .c-item.active ul {
  padding-left: 0;
}

.sidebar-category .c-items .c-item.show-sub {
  padding: 0;
}

.sidebar-category .c-items .c-item.show-sub ul li.parent .sub-list-cate.sub-active {
  padding: 0;
}

.sidebar-category .c-items .c-item.show-sub ul li.parent .sub-list-cate.sub-active .sub-items .sub-item {
  padding: 14px 0;
}

.sidebar-category .c-items .c-item.show-sub ul li.parent .sub-list-cate-2 .e-title-2 {
  padding: 0 0 14px 12px;
}

.sidebar-category .c-items .c-item.show-sub ul li.parent .sub-list-cate-2 .sub-items-2 .sub-item-2 {
  padding: 14px 0;
}

.sidebar-category .c-items .c-item .title {
  color: #000000;
  margin-bottom: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 14px 12px;
}

.sidebar-category .c-items .c-item .title label {
  margin-bottom: 0;
}

.sidebar-category .c-items .c-item .title a {
  color: #9E9E9E;
  line-height: 18px;
  align-self: center;
}

.sidebar-category .c-items .c-item .title a img {
  margin-left: 5px;
}

.sidebar-category .c-items .c-item ul {
  padding-left: 0;
  margin-bottom: 0;
}

.sidebar-category .c-items .c-item ul li {
  list-style: none;
  margin-bottom: 0;
  position: relative;
}

.sidebar-category .c-items .c-item ul li.parent.active {
  display: block;
}

.sidebar-category .c-items .c-item ul li.parent.active > a {
  display: none;
}

.sidebar-category .c-items .c-item ul li.parent > a:after {
  content: "\F105";
  font-family: fontawesome;
  position: absolute;
  right: 10px;
  font-size: 20px;
  top: 1px;
  color: #616161;
  transition: all 0.3s;
}

.sidebar-category .c-items .c-item ul li.parent .sub-list-cate {
  display: none;
}

.sidebar-category .c-items .c-item ul li.parent .sub-list-cate.active {
  display: block;
}

.sidebar-category .c-items .c-item ul li.parent .sub-list-cate.sub-active {
  border-bottom: none;
  padding: 14px 0;
  display: block !important;
}

.sidebar-category .c-items .c-item ul li.parent .sub-list-cate.sub-active > .e-title {
  display: none;
}

.sidebar-category .c-items .c-item ul li.parent .sub-list-cate.sub-active ul {
  padding-left: 0;
}

.sidebar-category .c-items .c-item ul li.parent .sub-list-cate.sub-active .sub-item > .title {
  display: none;
}

.sidebar-category .c-items .c-item ul li.parent .sub-list-cate .e-title {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  padding: 14px 0px 14px 12px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.16);
  cursor: pointer;
  justify-content: space-between;
  display: flex;
}

.sidebar-category .c-items .c-item ul li.parent .sub-list-cate .e-title label {
  margin-bottom: 0;
}

.sidebar-category .c-items .c-item ul li.parent .sub-list-cate .e-title a {
  color: #9E9E9E;
  line-height: 18px;
  align-self: center;
  padding: 6px 7px;
}

.sidebar-category .c-items .c-item ul li.parent .sub-list-cate .e-title a img {
  margin-left: 5px;
}

.sidebar-category .c-items .c-item ul li.parent .sub-list-cate .e-title img {
  margin-right: 5px;
}

.sidebar-category .c-items .c-item ul li.parent .sub-list-cate .sub-items .sub-item {
  border-bottom: 1px solid rgba(112, 112, 112, 0.16);
}

.sidebar-category .c-items .c-item ul li.parent .sub-list-cate .sub-items .sub-item:last-child {
  border: none;
}

.sidebar-category .c-items .c-item ul li.parent .sub-list-cate .sub-items .sub-item ul {
  padding-left: 0;
}

.sidebar-category .c-items .c-item ul li.parent .sub-list-cate-2 {
  display: none;
}

.sidebar-category .c-items .c-item ul li.parent .sub-list-cate-2.active {
  display: block;
}

.sidebar-category .c-items .c-item ul li.parent .sub-list-cate-2 .e-title-2 {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  padding: 0 12px 14px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.16);
  cursor: pointer;
  justify-content: space-between;
  display: flex;
}

.sidebar-category .c-items .c-item ul li.parent .sub-list-cate-2 .e-title-2 label {
  margin-bottom: 0;
}

.sidebar-category .c-items .c-item ul li.parent .sub-list-cate-2 .e-title-2 a {
  color: #9E9E9E;
  line-height: 18px;
  align-self: center;
  padding: 6px 7px;
}

.sidebar-category .c-items .c-item ul li.parent .sub-list-cate-2 .e-title-2 a img {
  margin-left: 5px;
}

.sidebar-category .c-items .c-item ul li.parent .sub-list-cate-2 .e-title-2 img {
  margin-right: 5px;
}

.sidebar-category .c-items .c-item ul li.parent .sub-list-cate-2 .sub-items-2 .sub-item-2 {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.16);
}

.sidebar-category .c-items .c-item ul li.parent .sub-list-cate-2 .sub-items-2 .sub-item-2:last-child {
  border: none;
}

.sidebar-category .c-items .c-item ul li.parent .sub-list-cate-2 .sub-items-2 .sub-item-2 ul {
  padding-left: 0;
}

.sidebar-category .c-items .c-item ul li:last-child {
  margin-bottom: 0;
}

.sidebar-category .c-items .c-item ul li a {
  color: #373435;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 6px 12px;
}

.sidebar-category .c-items .c-item ul li a.fs-15 {
  font-size: 15px;
}

.sidebar-category .c-items .c-item ul li a:hover {
  background: #dedddd;
}

.sidebar-cart {
  right: -100%;
  position: fixed;
  top: 0;
  width: 424px;
  background: #ffffff;
  height: 100%;
  transition: 0.3s all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sidebar-cart.active {
  right: 0;
  z-index: 99999;
}

.sidebar-cart .cart-header {
  padding: 20px 12px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.sidebar-cart .cart-header .close-popup {
  border-right: 1px solid #F1F1F1;
  padding-right: 16px;
  text-align: center;
  cursor: pointer;
  opacity: 1 !important;
  align-self: center;
}

.sidebar-cart .cart-header .close-popup img {
  height: 18px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.sidebar-cart .cart-header .close-popup div {
  font-size: 13px;
  color: #616161;
  margin-top: 5px;
}

.sidebar-cart .cart-header .text {
  align-self: center;
  width: 50%;
}

.sidebar-cart .cart-header .checkout {
  text-align: right;
  align-self: center;
}

.sidebar-cart .cart-header .checkout span {
  display: inline-block;
  padding: 8.5px 16px;
  border-radius: 5px;
}

.sidebar-cart .cart-bottom-header {
  padding: 12px 0;
  border-bottom: 2px dashed #9E9E9E;
}

.sidebar-cart .cart-bottom-header .item {
  cursor: pointer;
}

.sidebar-cart .cart-bottom-header .item:first-child {
  color: #00BCD4;
  border-right: 1px solid rgba(0, 0, 0, 0.16);
}

.sidebar-cart .cart-bottom-header .item img {
  margin-right: 5px;
  -o-object-fit: contain;
  object-fit: contain;
}

.sidebar-cart i {
  font-size: 9px;
  font-style: initial;
  position: relative;
  top: -5px;
  text-decoration: underline;
}

.sidebar-cart.empty .product-item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.sidebar-cart.empty .cart-header .checkout span {
  background: #F1F1F1;
  border: 1px solid #D3D3D3;
  color: #D3D3D3 !important;
}

.sidebar-cart.empty .cart-footer .cart-checkout .checkout span {
  background: #F1F1F1;
  border: 1px solid #D3D3D3;
  color: #D3D3D3;
}

.sidebar-cart.empty .cart-footer .cart-checkout .price-small {
  color: #D3D3D3;
}

.sidebar-cart.empty .cart-bottom-header .item:first-child {
  color: #D3D3D3;
}

.sidebar-cart.empty .cart-footer a {
  color: #D3D3D3;
}

.sidebar-cart .product-item {
  background: #F1F1F1;
  padding: 0 12px 12px;
}

.sidebar-cart .product-item .cart-null {
  padding: 0 15px;
  align-self: center;
  text-align: center;
}

.sidebar-cart .product-item .cart-null p {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}

.sidebar-cart .product-item .cart-null p.title {
  font-weight: 700;
}

.sidebar-cart .product-item .cart-null img {
  width: 50%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.sidebar-cart .product-item .cart-save {
  padding: 18px 0 11px;
}

.sidebar-cart .product-item .cart-save .item {
  color: #222222;
}

.sidebar-cart .product-item .cart-save .item i,
.sidebar-cart .product-item .cart-save .item .red {
  color: #F44336;
}

.sidebar-cart .product-item .cart-products {
  overflow-y: auto;
  height: calc(100% - 48.5px);
}

.sidebar-cart .product-item .product {
  margin-bottom: 5px;
  background: #ffffff;
  padding: 12px;
}

.sidebar-cart .product-item .product:last-child {
  margin-bottom: 0;
  border-radius: 0 0 3px 3px;
}

.sidebar-cart .product-item .product:first-child {
  border-radius: 3px 3px 0 0;
}

.sidebar-cart .product-item .product .image {
  width: 72px;
}

.sidebar-cart .product-item .product .image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.sidebar-cart .product-item .product .content {
  width: calc(100% - 72px);
  padding-left: 12px;
}

.sidebar-cart .product-item .product .content .save-close .save {
  display: inline-block;
  border-radius: 5px;
  background: #FFDDDD;
  padding: 6px 6px 3px;
  color: #B20000;
  line-height: 1;
}

.sidebar-cart .product-item .product .content .save-close .close {
  opacity: 1 !important;
}

.sidebar-cart .product-item .product .content .save-close .close img {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
  object-fit: contain;
}

.sidebar-cart .product-item .product .content .title {
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}

.sidebar-cart .product-item .product .content .category {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-transform: capitalize;
  color: #9E9E9E;
  margin-bottom: 0;
  margin-top: 5px;
}

.sidebar-cart .product-item .product .content .category.stock {
  color: #EF8F8F;
}

.sidebar-cart .product-item .product .content .quantity-price {
  margin-top: 8px;
}

.sidebar-cart .product-item .product .content .quantity-price .qty {
  border: 1px solid #9E9E9E;
  border-radius: 5px;
  height: 28px;
}

.sidebar-cart .product-item .product .content .quantity-price .qty input {
  width: 25px;
  height: 18px;
  border: none;
  color: #9E9E9E;
  text-align: center;
}

.sidebar-cart .product-item .product .content .quantity-price .qty input:focus {
  outline: none;
}

.sidebar-cart .product-item .product .content .quantity-price .qty input::-webkit-outer-spin-button,
.sidebar-cart .product-item .product .content .quantity-price .qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.sidebar-cart .product-item .product .content .quantity-price .qty button {
  height: 28px;
  width: 22px;
  text-align: center;
  border: none;
  background: transparent;
  color: #9E9E9E;
}

.sidebar-cart .product-item .product .content .quantity-price .price p {
  margin-bottom: 0;
  font-weight: 700;
}

.sidebar-cart .product-item .product .content .quantity-price .price .top {
  color: #B20000;
  font-size: 15px;
}

.sidebar-cart .product-item .product .content .quantity-price .price .top span {
  font-size: 11px;
}

.sidebar-cart .product-item .product .content .quantity-price .price .bot {
  color: #616161;
  font-size: 11px;
  text-decoration: line-through;
}

.sidebar-cart .cart-footer a {
  color: #00BCD4;
  font-size: 11px;
}

.sidebar-cart .cart-footer .fee-summary .summary {
  padding: 8px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.sidebar-cart .cart-footer .fee-summary .summary img {
  margin-left: 5px;
}

.sidebar-cart .cart-footer .fee-summary .summary p {
  margin-bottom: 0;
  width: 50%;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #616161;
}

.sidebar-cart .cart-footer .fee-summary .summary a {
  width: 50%;
  display: block;
}

.sidebar-cart .cart-footer .fee-summary .the-fee {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.sidebar-cart .cart-footer .fee-summary .the-fee .fee {
  margin-bottom: 10px;
}

.sidebar-cart .cart-footer .fee-summary .the-fee .fee:last-child {
  margin-bottom: 0;
}

.sidebar-cart .cart-footer .fee-summary .the-fee .fee .price {
  font-size: 14px;
}

.sidebar-cart .cart-footer .cart-checkout {
  padding: 18px 12px 12px;
}

.sidebar-cart .cart-footer .cart-checkout .price-small {
  color: #B20000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

.sidebar-cart .cart-footer .cart-checkout .price-small i {
  font-size: 18px;
  top: -9px;
}

.sidebar-cart .cart-footer .cart-checkout .price-small span {
  font-size: 20px;
  position: relative;
  top: -5px;
}

.sidebar-cart .cart-footer .cart-checkout .checkout {
  text-align: right;
}

.sidebar-cart .cart-footer .cart-checkout .checkout span {
  display: inline-block;
  border-radius: 5px;
  background: #B20000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 8.5px 16px;
}

.lucky-close-side {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(23, 25, 44, 0.8);
  transition: 0.3s all;
}

.lucky-close-side.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0s ease, visibility 0s ease;
  z-index: 99998;
}

.lucky-close-side.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0s ease, visibility 0s ease;
  z-index: 99998;
}

.lucky-close-side.view {
  z-index: 125;
}

.lucky-close-side.sidebar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0s ease, visibility 0s ease;
  z-index: 99998;
}

.nav-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(23, 25, 44, 0.8);
  transition: 0.3s all;
}

.nav-cover.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0s ease, visibility 0s ease;
  z-index: 100;
}

.modal {
  z-index: 100001;
  position: fixed;
}

.modal .modal-dialog {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 100%;
}

.modal-custom .modal-dialog {
  max-width: 684px;
}

.modal-custom .close {
  font-size: 2.5rem;
}

.modal-custom .modal-header {
  background: #F1F1F1;
}

.modal-custom .modal-header .modal-title {
  color: #373435;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}

.modal-custom .modal-body {
  padding: 15px 0;
}

.modal-custom .modal-body .b-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  /* identical to box height */
  text-align: center;
  margin-bottom: 20px;
}

.modal-custom .modal-body .b-image {
  justify-content: center;
  padding-bottom: 20px;
}

.modal-custom .modal-body .b-image .image {
  width: 168px;
  height: 168px;
  margin-right: 36px;
}

.modal-custom .modal-body .b-image .image:last-child {
  margin-right: 0;
}

.modal-custom .modal-body .b-image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.modal-custom .modal-body .b-image .image p {
  text-align: center;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}

#settingShowWeb .modal-body,
#trackingOrderModal .modal-body,
#removeProductModal .modal-body {
  padding: 25px 0;
}

#settingShowWeb .modal-dialog,
#trackingOrderModal .modal-dialog,
#removeProductModal .modal-dialog {
  width: 480px;
}

.form-modal {
  padding: 0 15px;
  position: relative;
}

.form-modal .form-group {
  font-weight: 400;
  font-size: 15px;
  line-height: auto;
  margin-bottom: 15px;
}

.form-modal .form-group .form-check-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.form-modal .form-group .form-check-label input {
  display: none;
}

.form-modal .form-group .form-check-label input:checked ~ .checkmark {
  border: 3px solid #39C37C;
}

.form-modal .form-group .form-check-label input:checked ~ .checkmark:after {
  background: #39C37C;
}

.form-modal .form-group .form-check-label input:checked ~ .checkmark ~ p {
  color: #39C37C;
}

.form-modal .form-group .form-check-label p {
  margin-bottom: 0;
}

.form-modal .form-group .form-check-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 3px solid #D3D3D3;
}

.form-modal .form-group .form-check-label .checkmark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D3D3D3;
}

.form-modal .form-group label {
  margin-bottom: 8px;
  color: #616161;
}

.form-modal .form-group select,
.form-modal .form-group input {
  width: 100%;
  border: 1px solid #F1F1F1;
  border-radius: 3px;
  padding: 8px;
  color: #D3D3D3;
}

.form-modal .form-group select::-moz-placeholder, .form-modal .form-group input::-moz-placeholder {
  color: #D3D3D3;
}

.form-modal .form-group select::placeholder,
.form-modal .form-group input::placeholder {
  color: #D3D3D3;
}

.form-modal .form-group select:focus,
.form-modal .form-group input:focus {
  outline: none;
}

.form-modal .form-group .product .quantity-price,
.form-modal .form-group .product .save-close {
  display: none !important;
}

.form-modal .form-group .product .image {
  width: 72px;
}

.form-modal .form-group .product .content {
  width: calc(100% - 72px);
  padding-left: 12px;
}

.form-modal .form-group .product .content .title {
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 8px;
}

.form-modal .form-group .product .content .category {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-transform: capitalize;
  color: #9E9E9E;
  margin-bottom: 0;
  margin-top: 5px;
}

.form-modal .form-group .product .content .category.stock {
  color: #EF8F8F;
}

.form-modal .show-choose-address {
  position: absolute;
  left: 15px;
  width: calc(100% - 30px);
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  display: none;
}

.form-modal .show-choose-address .nav-tabs {
  background: #F1F1F1;
  border-radius: 4px 4px 0px 0px;
  border: none;
}

.form-modal .show-choose-address .nav-tabs .nav-link {
  border-color: transparent;
  margin-bottom: 0;
  border: none;
  color: #616161;
  padding: 19px 24px;
  border-bottom: 3px solid transparent;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  display: flex;
  align-items: center;
}

.form-modal .show-choose-address .nav-tabs .nav-link.active {
  color: #B20000;
  background: transparent;
  border-bottom: 3px solid #B20000;
}

.form-modal .show-choose-address .tab-pane {
  margin-top: 20px;
}

.form-modal .show-choose-address .tab-pane ul {
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
}

.form-modal .show-choose-address .tab-pane ul li {
  margin-right: 12px;
  margin-bottom: 12px;
}

.form-modal .show-choose-address .tab-pane ul li:last-child {
  margin-right: 0;
}

.form-modal .show-choose-address .tab-pane ul li input {
  display: none;
}

.form-modal .show-choose-address .tab-pane ul li input:checked ~ label {
  background: #DDFFDD;
  color: #39C37C;
  border: 1px solid #39C37C;
  border-radius: 3px;
  padding: 9.5px 20px 9.5px 35px;
  transition: 0.3s all;
}

.form-modal .show-choose-address .tab-pane ul li input:checked ~ label::before {
  width: 17px;
  height: 17px;
  transition: 0.3s all;
}

.form-modal .show-choose-address .tab-pane ul li label {
  display: inline-block;
  padding: 9.5px 20px;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 0;
  width: auto;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #616161;
  border-radius: 3px;
  position: relative;
  transition: 0.3s all;
}

.form-modal .show-choose-address .tab-pane ul li label::before {
  content: "";
  position: absolute;
  background-image: url("../images/choose-Check.svg");
  width: 0;
  height: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 13px;
  top: 10px;
  transition: 0.3s all;
}

.form-modal .form-button {
  justify-content: space-between;
  margin-top: 44px;
}

.form-modal .form-button .f-button {
  width: 100%;
  border-radius: 3px;
  background: #ED3237;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  text-align: center;
  padding: 11.5px 0;
  border: none;
}

.form-modal .form-button .f-button:first-child {
  margin-right: 15px;
  background: #9E9E9E;
}

.form-modal .infor {
  margin-bottom: 15px;
  position: relative;
}

.form-modal .infor .c-button {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #373435;
  background: #FFEB3B;
  display: inline-block;
  padding: 7px 12px;
  margin: 12px 0;
}

.form-modal .infor p {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}

.form-modal .infor p.color-or {
  color: #FF5722;
}

.form-modal .infor p strong,
.form-modal .infor p a {
  font-weight: 700;
}

.form-modal .infor p .underline {
  text-decoration: underline;
}

.form-modal .infor p.w-7::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #F1F1F1;
  bottom: 7px;
  left: 0;
}

.form-modal .infor p.w-7::after {
  content: "";
  position: absolute;
  background: #ffffff;
  bottom: 0;
  width: 62px;
  height: 20px;
  left: 198px;
}

.form-modal .infor p.w-7 span {
  position: relative;
  z-index: 2;
}

.modal-cmt .modal-body {
  padding: 24px;
}

.modal-cmt .modal-body #add-question .content {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #616161;
}

.modal-cmt .modal-body #add-question .form-group p {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #9E9E9E;
}

.modal-cmt .modal-body #add-question .form-group textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #f1f1f1;
  padding: 10px;
}

.modal-cmt .modal-footer {
  background: #F1F1F1;
  padding: 24px;
}

.modal-cmt .cmt-content {
  align-self: center;
}

.modal-cmt .cmt-content .image {
  width: 112px;
  height: 112px;
}

.modal-cmt .cmt-content .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.modal-cmt .cmt-content .content {
  width: calc(100% - 147px);
  padding-left: 35px;
  margin-left: 35px;
  border-left: 1px solid #F1F1F1;
}

.modal-cmt .cmt-content .content p {
  color: #616161;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}

.modal-cmt .cmt-content .content p.title {
  color: #000000;
  font-size: 20px;
  line-height: 23px;
}

.modal-cmt .cmt-content .content p a {
  color: #00BCD4;
  text-decoration: underline;
}

.modal-cmt .cmt-content .content .title-review {
  padding-bottom: 12px;
  border-bottom: 1px solid #F1F1F1;
}

.modal-cmt .cmt-content .content .title-review .reviews {
  position: relative;
  width: 125.03px;
}

.modal-cmt .cmt-content .content .title-review .reviews img {
  height: 24px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 4px;
}

.modal-cmt .cmt-content .content .title-review .reviews .i-full {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
}

.modal-cmt .cmt-content .content .item {
  margin-top: 12px;
}

.modal-cmt .cmt-content .content .item .i-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #616161;
  margin-bottom: 6px;
}

.modal-cmt .cmt-content .content .item .excerpt {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #9E9E9E;
}

.modal-cmt .cmt-content .content .group-input {
  max-width: 300px;
}

.modal-cmt .cmt-content .content .group-input input {
  border: 1px solid #F1F1F1;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #D3D3D3;
  width: 100%;
  padding: 10px;
}

.modal-cmt .cmt-content .content .group-input input::-moz-placeholder {
  color: #D3D3D3;
}

.modal-cmt .cmt-content .content .group-input input::placeholder {
  color: #D3D3D3;
}

.modal-cmt .cmt-content .content .group-input input:focus {
  outline: none;
}

.modal-cmt .cmt-content .content .items {
  display: flex;
  flex-wrap: wrap;
}

.modal-cmt .cmt-content .content .items span {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
}

.modal-cmt .cmt-content .content .items span input {
  display: none;
}

.modal-cmt .cmt-content .content .items span input:checked ~ label {
  background: #B20000;
  color: #ffffff;
  border: 1px solid #B20000;
}

.modal-cmt .cmt-content .content .items span label {
  color: #616161;
  border: 1px solid #616161;
  border-radius: 50px;
  padding: 2.5px 8.5px;
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 500;
}

.modal-cmt .cmt-button {
  text-align: center;
  width: 100%;
}

.modal-cmt .cmt-button a {
  display: inline-block;
  background: #9E9E9E;
  border: 1px solid #9E9E9E;
  border-radius: 6px;
  padding: 5px 16px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 6px;
}

.modal-cmt .cmt-button a.bg-main {
  border: 1px solid #C52F33;
  background: #C52F33;
}

.modal-backdrop {
  z-index: 100000;
}

#imageVideoModal .modal-dialog {
  width: 100%;
  max-width: 1392px;
  margin: 0;
}

#imageVideoModal .modal-header {
  padding: 0;
}

#imageVideoModal .modal-header .nav .nav-item .nav-link {
  font-weight: 500;
  font-size: 19px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding: 12px 20px;
}

#imageVideoModal .modal-header .nav .nav-item .active {
  background: transparent;
  color: #B20000;
  border-bottom: 2px solid #B20000;
}

#imageVideoModal .modal-header .close {
  padding: 11px;
  margin: 0;
}

#imageVideoModal .tab-content {
  flex: 1;
  overflow-y: auto;
  max-height: 85vh;
}

#imageVideoModal .tab-content .image-main {
  width: 756px;
  height: 756px;
}

#imageVideoModal .tab-content .image-main img {
  width: 100%;
}

#imageVideoModal .tab-content .image-list {
  width: calc(100% - 756px);
  max-height: 85vh;
  overflow-y: auto;
  padding-left: 12px;
}

#imageVideoModal .tab-content .image-list::-webkit-scrollbar {
  width: 12px;
  border-radius: 4px;
}

#imageVideoModal .tab-content .image-list::-webkit-scrollbar-thumb {
  background: #ED3237;
  border-radius: 4px;
}

#imageVideoModal .tab-content .image-list::-webkit-scrollbar-track {
  background: #F1F1F1;
  border-radius: 4px;
}

#imageVideoModal .tab-content .image-list .item {
  margin-right: 12px;
  margin-bottom: 12px;
  display: inline-block;
  width: 97px;
  height: 97px;
  background: #FFFFFF;
  border: 2px solid #F1F1F1;
  padding: 6px;
  cursor: pointer;
}

#imageVideoModal .tab-content .image-list .item.active {
  border: 2px solid #B20000;
}

#imageVideoModal .tab-content .image-list .item img {
  width: 100%;
}

#imageVideoModal .tab-content .video-main {
  width: 951px;
}

#imageVideoModal .tab-content .video-main .iframe {
  width: 100%;
  height: 500px;
}

#imageVideoModal .tab-content .video-main .iframe iframe {
  width: 100%;
  height: 100%;
}

#imageVideoModal .tab-content .video-main .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #0B0E1A;
  margin-top: 15px;
}

#imageVideoModal .tab-content .video-main .excerpt {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #616161;
  margin-top: 15px;
}

#imageVideoModal .tab-content .video-list {
  width: calc(100% - 963px);
  padding-left: 12px;
}

#imageVideoModal .tab-content .video-list .item {
  display: block;
  width: 90%;
  height: auto;
  border: 2px solid transparent;
  padding: 0;
}

#imageVideoModal .tab-content .video-list .item .image {
  width: 40%;
  position: relative;
  height: 67px;
}

#imageVideoModal .tab-content .video-list .item .image .play {
  position: absolute;
  width: 56px;
  height: 56px;
  background: rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  border-radius: 28px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 56px;
}

#imageVideoModal .tab-content .video-list .item .image .play:hover {
  background: #B20000;
}

#imageVideoModal .tab-content .video-list .item .image .play img {
  width: 19px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block;
}

#imageVideoModal .tab-content .video-list .item .image .time {
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  right: 0;
  bottom: 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  color: #FFFFFF;
  padding: 6px 8px;
}

#imageVideoModal .tab-content .video-list .item .text {
  width: 60%;
  padding-left: 12px;
}

#imageVideoModal .tab-content .video-list .item .text .tex {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 8px;
}

#imageVideoModal .tab-content .video-list .item .text .mirgin-0 {
  font-weight: 400;
  color: #9E9E9E;
  font-size: 15px;
  line-height: 18px;
}

#feature {
  margin-top: 24px;
}

#feature .wrapper-bg {
  padding: 20px 20px 40px;
  background: radial-gradient(100% 2126.65% at 0% 0%, #B20000 0%, #EF8F8F 100%);
  border-radius: 6px;
}

#feature .f-title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #F1F1F1;
  margin-bottom: 12px;
}

#feature .owl-feature .product {
  display: flex;
  margin-bottom: 0;
}

#feature .owl-feature .product .top-left {
  left: 144px;
  border-radius: 0;
  top: -1px;
}

#feature .owl-feature .product .image {
  height: 132px;
  width: 132px;
}

#feature .owl-feature .product .image img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#feature .owl-feature .product .contents {
  width: calc(100% - 132px);
  padding-top: 30px;
}

#feature .owl-feature .product .s-buy {
  display: flex;
  margin: 5px 0;
}

#feature .owl-feature .product .s-buy .buy {
  width: 60%;
  margin: 0 5px 0;
  height: 8px;
  align-self: center;
}

#feature .owl-feature .product .s-buy .buy .bg {
  background: #F1F1F1;
}

#feature .owl-feature .product .s-buy .buy .is-buy {
  background: linear-gradient(90deg, #FF5722 0%, #FF9800 100%);
}

#feature .owl-feature .product .s-buy span {
  width: auto;
  align-self: center;
}

#feature .owl-feature .owl-dots {
  justify-content: center;
  margin-top: 0;
  padding-right: 0;
  bottom: -20px;
}

#feature .owl-feature .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #F1F1F1;
  border-radius: 4px;
}

#feature .owl-feature .owl-dots .owl-dot.active {
  width: 20px;
  background: #ffffff;
}

#slogan-flash-sale .wrapper-bg {
  padding: 32px 0;
  position: relative;
}

#slogan-flash-sale .wrapper-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(178, 0, 0, 0.65);
}

#slogan-flash-sale .wrapper-bg .container {
  position: relative;
}

#slogan-flash-sale .wrapper-bg .slo-title {
  display: flex;
}

#slogan-flash-sale .wrapper-bg .slo-title img {
  width: 55px;
  height: auto;
}

#slogan-flash-sale .wrapper-bg .slo-title span {
  padding-left: 12px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #FFFFFF;
}

#time-flash-sale {
  margin-top: 24px;
}

#time-flash-sale .wrapper-content {
  background: #ffffff;
}

#time-flash-sale .wrapper-content .items {
  display: flex;
}

#time-flash-sale .wrapper-content .items .item {
  width: 20%;
  padding: 12px;
  text-align: center;
  align-self: center;
}

#time-flash-sale .wrapper-content .items .item.active {
  background: #B20000;
}

#time-flash-sale .wrapper-content .items .item.active p {
  color: #ffffff;
}

#time-flash-sale .wrapper-content .items .item p {
  color: #616161;
  font-weight: 700;
  margin-bottom: 0;
}

#time-flash-sale .wrapper-content .items .item .hour {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#time-flash-sale .wrapper-content .items .item .excerpt {
  font-size: 13px;
}

#time-flash-sale .wrapper-content .items .item .sale-time {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}

#time-flash-sale .wrapper-content .items .item .sale-time .t-item {
  width: 28px;
  height: 28px;
  margin: 0 6px;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  text-align: center;
}

#time-flash-sale .wrapper-content .items .item .sale-time .t-item span {
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  color: #373435;
  line-height: 28px;
}

.pagination {
  padding: 2px 0;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.23px;
  color: #616161;
  text-align: center;
  cursor: pointer;
}

.pagination select {
  padding: 0 12px;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  height: 28px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  line-height: 15.23px;
  color: #616161;
}

.pagination .active {
  color: #B20000;
}

.pagination .old {
  pointer-events: none;
  opacity: 0.5;
}

#contact .contact-wrapper {
  padding: 16px 84px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1607843137);
  background: white;
  border-radius: 5px;
}

#contact .contact-wrapper .contact-heading {
  padding: 12px 0;
  border-bottom: 1px solid #F1F1F1;
}

#contact .contact-wrapper .contact-heading .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.13px;
  text-align: left;
  color: #000000;
}

#contact .contact-wrapper .contact-heading .desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  color: #000000;
}

#contact .contact-wrapper .form {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

#contact .contact-wrapper .form .form-group {
  max-width: 640px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}

#contact .contact-wrapper .form .form-group label {
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  color: #616161;
  word-wrap: break-word;
  flex: 0 1 98px;
}

#contact .contact-wrapper .form .form-group input,
#contact .contact-wrapper .form .form-group select,
#contact .contact-wrapper .form .form-group textarea {
  flex: 1 1 calc(100% - 98px - 8px);
  padding: 0 12px;
  border-radius: 6px;
  border: 1px solid #D3D3D3;
  height: 44px;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  color: #616161;
  outline: none;
}

#contact .contact-wrapper .form .form-group textarea {
  height: auto;
}

#contact .contact-wrapper .form .form-group .choose-img {
  position: relative;
  z-index: 1;
}

#contact .contact-wrapper .form .form-group .choose-img .img {
  cursor: pointer;
  background: #F1F1F1;
  width: 194px;
  height: 194px;
  border-radius: 9px;
  padding: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 21px;
}

#contact .contact-wrapper .form .form-group .choose-img .img span {
  font-size: 15px;
  font-weight: 500;
  line-height: 17.58px;
  text-align: center;
  color: #616161;
}

#contact .contact-wrapper .form .form-group .choose-img .text {
  margin-top: 16px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  color: #9E9E9E;
}

#contact .contact-wrapper .form .form-group .contact-btn {
  border: 1px solid #D3D3D3;
  background: #B20000;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.09px;
  color: #FFFFFF;
  padding: 0 16px;
  width: -moz-fit-content;
  width: fit-content;
  width: -webkit-fit-content;
  border-radius: 6px;
  height: 44px;
  cursor: pointer;
  outline: none;
}

#contact .contact-wrapper .form .form-group .contact-btn:disabled {
  background: #D3D3D3;
  cursor: no-drop;
}

#help-content .background {
  position: relative;
  width: 100%;
  background: url("/images/help-bg.png");
  padding: 140px 0;
  margin-bottom: 24px;
}

#help-content .background .help-wapper .help-list {
  margin-bottom: 56px;
  justify-content: space-around;
}

#help-content .background .help-wapper .help-list .h-item {
  flex-direction: column;
  align-items: center;
}

#help-content .background .help-wapper .help-list .h-item .icon {
  max-width: 60px;
  margin-bottom: 18px;
}

#help-content .background .help-wapper .form {
  display: flex;
  width: 100%;
  border-radius: 6px;
  background: #fff;
  padding: 10px 24px;
}

#help-content .background .help-wapper .form .input {
  display: flex;
  align-items: center;
}

#help-content .background .help-wapper .form .input.select {
  position: relative;
}

#help-content .background .help-wapper .form .input.select::after {
  content: url("/images/dropdown.svg");
  position: absolute;
  right: -22px;
  top: 4px;
}

#help-content .background .help-wapper .form .input input,
#help-content .background .help-wapper .form .input select {
  border: none;
  outline: none;
  font-size: 15px;
}

#help-content .background .help-wapper .form .input input:focus,
#help-content .background .help-wapper .form .input select:focus {
  border: none;
  outline: none;
}

#help-content .background .help-wapper .form .input input {
  padding-left: 40px;
}

#help-content .background .help-wapper .form .input input::-moz-placeholder {
  color: #d3d3d3;
}

#help-content .background .help-wapper .form .input input::placeholder {
  color: #d3d3d3;
}

#help-content .background .help-wapper .form .input select {
  color: #616161;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#help-content .questions .topic-sidebar {
  padding-right: 40px;
}

#help-content .questions .topic-sidebar h6 {
  margin-bottom: 16px;
}

#help-content .questions .topic-sidebar .topics {
  flex-direction: column;
}

#help-content .questions .topic-sidebar .topics .t-item:not(:last-child) {
  margin-bottom: 8px;
}

#help-content .questions .topic-sidebar .topics .t-item.active {
  color: #000;
}

#help-content .questions .back {
  margin-right: 8px;
}

#help-content .questions .question-list-wrapper {
  background: #fff;
  padding: 16px;
  border-radius: 6px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1607843137);
}

#help-content .questions .question-list-wrapper h6 {
  margin-bottom: 16px;
}

#help-content .questions .question-list-wrapper .question-list .q-item {
  font-weight: 400;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f1f1;
}

#help-content .questions .question-list-wrapper .question-list .q-item.active {
  color: #000;
}

#help-content .questions .question-list-wrapper .contacts {
  gap: 16px;
}

#help-content .questions .question-list-wrapper .contacts .contact-item {
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  border: 1px solid #616161;
  padding: 6px 12px;
}

#help-content .questions .question-list-wrapper .contacts .contact-item.main {
  border-color: #00bcd4;
}

#help-content .questions .question-list-wrapper .contacts .contact-item.main .text {
  color: #00bcd4;
}

#help-content .questions .question-list-wrapper .answer .content {
  padding: 24px 0;
  margin-top: 13px;
  margin-bottom: 24px;
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
}

#help-content .questions .question-list-wrapper .answer .useful {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f1f1f1;
}

#help-content .questions .question-list-wrapper .answer .useful .buttons {
  display: flex;
  gap: 16px;
}

#help-content .questions .question-list-wrapper .answer .useful .buttons .b-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 3px 26px;
  border-radius: 5px;
  border: 1px solid #d3d3d3;
  margin-top: 12px;
  cursor: pointer;
}

#help-content .questions .question-list-wrapper .answer .useful .buttons .b-item span {
  color: #9e9e9e;
  font-weight: 400;
}

#help-content .pages-paginate .page-paginate {
  padding: 20px 0;
  justify-content: flex-end;
}

#help-content .pages-paginate .paginate {
  font-weight: 400;
}

#help-content .pages-paginate .paginate span {
  font-size: 13px;
  padding: 3.5px 7.4px;
  border: 1px solid transparent;
  border-radius: 3px;
  line-height: 1;
  cursor: pointer;
}

#help-content .pages-paginate .paginate span.active {
  border: 1px solid #B20000;
}

#help-content .pages-paginate .paginate span.number {
  border: 1px solid rgba(0, 0, 0, 0.16);
}

#help-content .pages-paginate .paginate span.number img {
  margin-left: 55px;
}

#help-content .pages-paginate .paginate span.page:hover {
  color: #B20000;
}

#help-content .pages-paginate .paginate span.disable {
  color: #d3d3d3;
}

#help-content .pages-paginate .paginate span.disable:hover {
  color: #B20000;
  opacity: 0.6;
}

#help-content .pages-paginate .paginate span.prev img {
  margin-right: 5px;
  opacity: 0.6;
}

#help-content .pages-paginate .paginate span.next {
  color: #B20000;
}

#help-content .pages-paginate .paginate span.next img {
  margin-left: 5px;
}

#help-content .pages-paginate .paginate select {
  border: 1px solid #d3d3d3;
  padding: 5px 15px 5px 13px;
  line-height: 1;
  font-size: 13px;
  border-radius: 3px;
  color: #9e9e9e;
  margin-left: 5px;
  margin-right: 5px;
}

.fw-500 {
  font-weight: 500;
}

.text-black {
  color: #000;
}

#help-content .questions .question-list-wrapper .about-content {
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid #F1F1F1;
}

#help-content .questions .question-list-wrapper .about-content img {
  margin: 0 auto;
}

#help-content .questions .question-list-wrapper .about-content p {
  font-weight: 400;
  font-size: 15px;
  color: #616161;
}

#help-content .questions .question-list-wrapper .about-content p.title {
  text-transform: uppercase;
  font-size: 18px;
}

#help-content .questions .question-list-wrapper .about-content p.image {
  text-align: center;
}

#help-content .questions .question-list-wrapper .about-content .about-branch {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

#help-content .questions .question-list-wrapper .about-content .about-branch .item {
  width: 148px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  border: 1px solid transparent;
  padding: 0 8px;
}

#help-content .questions .question-list-wrapper .about-content .about-branch .item img {
  width: 100%;
  height: 75px;
  -o-object-fit: contain;
  object-fit: contain;
}

#help-content .questions .question-list-wrapper .about-content .about-branch .item:hover {
  border: 1px solid #F1F1F1;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1607843137);
}

.profile-page input,
.profile-page select {
  border: 1px solid #D3D3D3;
  border-radius: 6px;
  padding: 0 16px;
}

.profile-page input:focus,
.profile-page select:focus {
  outline: none;
}

.profile-page select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.profile-page .wrapper-content .pages-paginate {
  padding: 0;
  font-weight: 400;
}

.profile-page .wrapper-content .pages-paginate .page-paginate {
  border-bottom: unset;
  border-top: 1px solid rgba(0, 0, 0, 0.16);
}

.profile-page .wrapper-content .pages-paginate .page-paginate select {
  border: 1px solid #D3D3D3;
  padding: 5px 35px 5px 13px;
  border-radius: 3px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.profile-page button {
  outline: none;
  border: none;
  background: transparent;
}

.profile-page .pointer {
  cursor: pointer;
}

.profile-page .fav-title {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 20px 0;
}

.profile-page .fav-inputs {
  justify-content: space-between;
}

.profile-page .fav-inputs .input-group {
  height: 44px;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.profile-page .fav-inputs .input-group:first-child {
  width: 40%;
}

.profile-page .fav-inputs .input-group:last-child {
  width: 280px;
}

.profile-page .fav-inputs .input-group:last-child::after {
  content: url("/images/angle-down.svg");
  position: absolute;
  right: 12px;
  top: 12px;
}

.profile-page .fav-inputs .input-group input,
.profile-page .fav-inputs .input-group select {
  height: 100%;
}

.profile-page .fav-inputs .input-group input {
  width: 100%;
}

.profile-page .fav-inputs .input-group input::-moz-placeholder {
  color: #D3D3D3;
  font-weight: 500;
}

.profile-page .fav-inputs .input-group input::placeholder {
  color: #D3D3D3;
  font-weight: 500;
}

.profile-page .fav-inputs .input-group select {
  width: 220px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  color: #616161;
}

.profile-page .fav-inputs .input-group button {
  position: absolute;
  right: 16px;
  top: 12px;
}

.profile-page .empty {
  margin: 64px 0;
  text-align: center;
  color: #9E9E9E;
}
.profile-page .empty #add-address {
  border-radius: 6px;
  background: #ED3237;
  color: #ffffff;
  height: 44px;
  padding: 0 16px;
  font-size: 18px;
  display: inline-block;
  font-weight: 500;
  line-height: 44px;
  cursor: pointer;
  margin-top: 16px;
}

.profile-page .empty img {
  margin-bottom: 35px;
}

.profile-page .text-grey {
  color: #9E9E9E;
}

.profile-page .green {
  color: #00BCD4;
}

.profile-page .title-label {
  padding: 0px 8px;
  font-weight: 400;
  border-radius: 5px;
  transform: translateY(-5px);
}

.profile-page .title-label.private {
  color: #006800;
  background: #DDFFDD;
}

.profile-page .title-label.invalid {
  color: #B20000;
  background: #FFDDDD;
}

#profile {
  margin: 24px 0;
}

#profile .profile-wrapper {
  padding: 24px;
  background: #FFFFFF;
  display: flex;
  gap: 24px;
}

#profile .profile-sidebar {
  max-width: 264px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#profile .profile-sidebar .profile-sidebar-avt {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 22px 0 0 0;
  justify-content: center;
  align-items: center;
  background: #FFC107;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 12px;
  overflow: hidden;
}

#profile .profile-sidebar .profile-sidebar-avt .img {
  width: 130px;
  border-radius: 50%;
  height: 130px;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3490196078);
  background: #E1DFDD;
  padding: 2px;
}

#profile .profile-sidebar .profile-sidebar-avt .img img {
  border-radius: 50%;
}

#profile .profile-sidebar .profile-sidebar-avt .img span {
  padding: 2.5px 12.5px;
  position: absolute;
  bottom: -7px;
  right: 0;
  transform: translateX(-43%);
  background: #FFFFFF;
  border: 1px solid #FF9800;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 5px;
  height: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #FF9800;
  gap: 6px;
}

#profile .profile-sidebar .profile-sidebar-avt .name,
#profile .profile-sidebar .profile-sidebar-avt .shop {
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
  text-align: center;
  color: #FFFFFF;
}

#profile .profile-sidebar .profile-sidebar-avt .shop {
  background: black;
  width: 100%;
  padding: 12.5px 0;
}

#profile .profile-sidebar .profile-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#profile .profile-sidebar .profile-options .heading {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  color: #0B0E1A;
}

#profile .profile-sidebar .profile-options.active .heading {
  color: #B20000;
}

#profile .profile-sidebar .profile-options .list-options {
  list-style-type: none;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#profile .profile-sidebar .profile-options .list-options li {
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  color: #616161;
  transition: all 0.3s ease-in-out;
}

#profile .profile-sidebar .profile-options .list-options li:hover {
  color: #B20000;
}

#profile .profile-sidebar .profile-options .list-options li.disabled {
  pointer-events: none;
  color: #D3D3D3;
}

#profile .profile-sidebar .profile-options .list-options li.active {
  color: #B20000;
}

#profile .profile-main {
  width: calc(100% - 264px - 12px);
}

#profile .profile-main .heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.13px;
  text-align: left;
  color: #0B0E1A;
}

#profile .profile-main .wallet-infomation {
  padding: 24px 0;
}

#profile .profile-main .wallet-infomation > .row {
  justify-content: space-between;
}

#profile .profile-main .wallet-infomation > .row .col-md-3:first-child .wallet-item {
  justify-content: flex-start;
}

#profile .profile-main .wallet-infomation > .row .col-md-3:nth-child(2) .wallet-item {
  padding-left: 22px;
  justify-content: flex-start;
}

#profile .profile-main .wallet-infomation > .row .col-md-3:nth-child(3) .wallet-item {
  justify-content: center;
}

#profile .profile-main .wallet-infomation > .row .col-md-3:last-child .wallet-item {
  justify-content: flex-end;
}

#profile .profile-main .wallet-infomation .wallet-item {
  gap: 8px;
}

#profile .profile-main .wallet-infomation .wallet-item > img {
  width: 56px;
  -o-object-fit: contain;
  object-fit: contain;
  height: 56px;
}

#profile .profile-main .wallet-infomation .wallet-item .number {
  font-size: 36px;
  font-weight: 500;
  line-height: 42.19px;
  text-align: left;
  color: #0B0E1A;
}

#profile .profile-main .wallet-infomation .wallet-item .desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  color: #0B0E1A;
  display: flex;
  gap: 4px;
}

#profile .profile-main .wallet-infomation .wallet-item .status {
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  color: #00BCD4;
}

#profile .profile-main .wallet-infomation .wallet-item.not-kyc .number,
#profile .profile-main .wallet-infomation .wallet-item.not-kyc .desc {
  color: #9E9E9E;
}

#profile .profile-main .wallet-infomation .wallet-item.not-kyc .status {
  color: #C52F33;
}

#profile .profile-main .reminder {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: #FF825D;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #FF825D;
  border-radius: 5px;
}

#profile .profile-main .list-actions {
  border: 1px solid #D3D3D3;
  padding: 32px;
  border-radius: 11px;
}

#profile .profile-main .list-actions .action {
  cursor: pointer;
}

#profile .profile-main .list-actions .action.active .icon {
  border: none;
  background: #B20000;
}

#profile .profile-main .list-actions .action.active .text {
  color: #B20000;
}

#profile .profile-main .list-actions .action .icon {
  width: 64px;
  height: 64px;
  border: 1px solid #9E9E9E;
  border-radius: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#profile .profile-main .list-actions .action .icon img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

#profile .profile-main .list-actions .action .text {
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: center;
  color: #0B0E1A;
}

#profile .profile-main .orders {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#profile .profile-main .orders .heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.13px;
  text-align: left;
  color: #0B0E1A;
}

#profile .profile-main .orders .list-orders-options .option {
  cursor: pointer;
}

#profile .profile-main .orders .list-orders-options .option.active .text {
  color: #B20000;
}

#profile .profile-main .orders .list-orders-options .option .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 17.58px;
  text-align: center;
  color: #616161;
}

#profile .profile-main .orders .orders-search .search {
  border: 1px solid #D3D3D3;
  padding: 0px 16px;
  border-radius: 6px;
}

#profile .profile-main .orders .orders-search .search input {
  width: 100%;
  height: 44px;
  font-size: 15px;
  border: none;
  outline: none;
  font-weight: 500;
  line-height: 17.58px;
}

#profile .profile-main .orders .orders-search .search input::-moz-placeholder {
  color: #D3D3D3;
}

#profile .profile-main .orders .orders-search .search input::placeholder {
  color: #D3D3D3;
}

#profile .profile-main .orders .orders-search .search i {
  position: absolute;
  right: 16px;
  top: 0;
  font-size: 20px;
  transform: translateY(50%);
  color: #9E9E9E;
}

#profile .profile-main .orders .orders-search .display {
  gap: 12px;
}

#profile .profile-main .orders .orders-search .display label {
  font-size: 15px;
  font-weight: 500;
  line-height: 17.58px;
  color: #616161;
  margin: 0;
}

#profile .profile-main .orders .orders-search .display select {
  outline: none;
  width: 220px;
  height: 44px;
  border: 1px solid #D3D3D3;
  padding: 0px 12px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  color: #616161;
}

#profile .profile-main .orders .orders-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#profile .profile-main .orders .orders-main .orders-item {
  border: 1px solid #F1F1F1;
  padding: 16px;
}

#profile .profile-main .orders .orders-main .orders-item .orders-heading {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 16px;
}

#profile .profile-main .orders .orders-main .orders-item .orders-heading span.title {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #616161;
}

#profile .profile-main .orders .orders-main .orders-item .orders-heading span.color {
  cursor: pointer;
  border-radius: 3px;
  gap: 2px;
  padding: 3.5px 6px;
  background: linear-gradient(90deg, #9C27B0 0%, #E91E63 100%);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1607843137);
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #FFFFFF;
}

#profile .profile-main .orders .orders-main .orders-item .orders-heading span.desc {
  cursor: pointer;
  border-radius: 3px;
  gap: 4px;
  padding: 2.5px 6px;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #9E9E9E;
  border: 1px solid #D3D3D3;
}

#profile .profile-main .orders .orders-main .orders-item .orders-heading span.desc img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}

#profile .profile-main .orders .orders-main .orders-item .orders-heading span.status-one {
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  color: #00BCD4;
  text-decoration: underline;
}

#profile .profile-main .orders .orders-main .orders-item .orders-heading span.status-two {
  padding-left: 9px;
  border-left: 1px solid #D9D9D9;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  color: #FF5722;
  text-transform: uppercase;
}

#profile .profile-main .orders .orders-main .orders-item .orders-body {
  padding: 16px 0;
}

#profile .profile-main .orders .orders-main .orders-item .orders-body .orders-body-time {
  padding: 16px;
  border-bottom: 1px solid #F1F1F1;
}

#profile .profile-main .orders .orders-main .orders-item .orders-body .orders-body-time .orders-body-code {
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  color: #00BCD4;
  text-decoration: underline;
}

#profile .profile-main .orders .orders-main .orders-item .orders-body .orders-body-time .orders-body-date {
  gap: 8px;
}

#profile .profile-main .orders .orders-main .orders-item .orders-body .orders-body-time .orders-body-date span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
}

#profile .profile-main .orders .orders-main .orders-item .orders-body .orders-body-time .orders-body-date span:first-child {
  color: #616161;
}

#profile .profile-main .orders .orders-main .orders-item .orders-body .orders-body-time .orders-body-date span:nth-child(2) {
  padding-left: 8px;
  border-left: 1px solid #D9D9D9;
  color: #00BCD4;
}

#profile .profile-main .orders .orders-main .orders-item .orders-body .orders-products {
  display: flex;
  flex-direction: column;
}

#profile .profile-main .orders .orders-main .orders-item .orders-body .orders-products .product {
  cursor: pointer;
  padding: 16px;
}

#profile .profile-main .orders .orders-main .orders-item .orders-body .orders-products .product:not(:last-child) {
  border-bottom: 1px solid #F1F1F1;
}

#profile .profile-main .orders .orders-main .orders-item .orders-body .orders-products .product .product-wrapper .img {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border: 1px solid #F1F1F1;
  background: #FFFFFF;
}

#profile .profile-main .orders .orders-main .orders-item .orders-body .orders-products .product .product-wrapper .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#profile .profile-main .orders .orders-main .orders-item .orders-body .orders-products .product .product-wrapper .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
}

#profile .profile-main .orders .orders-main .orders-item .orders-body .orders-products .product .product-wrapper .content .name {
  font-size: 15px;
  font-weight: 500;
  line-height: 17.58px;
  text-align: left;
  color: #616161;
}

#profile .profile-main .orders .orders-main .orders-item .orders-body .orders-products .product .product-wrapper .content .cate {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  color: #616161;
}

#profile .profile-main .orders .orders-main .orders-item .orders-body .orders-products .product .quantity,
#profile .profile-main .orders .orders-main .orders-item .orders-body .orders-products .product .price {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  color: #616161;
}

#profile .profile-main .orders .orders-main .orders-item .orders-body .orders-products .product .price span {
  font-size: 14px;
}

#profile .profile-main .orders .orders-main .orders-item .orders-footer {
  padding: 16px 0;
  background: #FDF5E6;
  height: 80px;
}

#profile .profile-main .orders .orders-main .orders-item .orders-footer .btn-order-success {
  border: 1px solid #00BCD4;
  background: #00BCD4;
  padding: 0 8px;
  border-radius: 3px;
  height: 32px;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 17.58px;
  text-align: center;
  color: #FFFFFF;
}

#profile .profile-main .orders .orders-main .orders-item .orders-footer .btn-order-gray {
  font-size: 15px;
  font-weight: 500;
  line-height: 17.58px;
  text-align: center;
  height: 32px;
  outline: none;
  color: #9E9E9E;
  padding: 0 8px;
  border-radius: 3px;
  border: 1px solid #F1F1F1;
  background: #F1F1F1;
}

#profile .profile-main .orders .orders-main .orders-item .orders-footer .btn-order-gray.view-rate {
  border: 1px solid #D3D3D3;
}

#profile .profile-main .orders .orders-main .orders-item .orders-footer .total span {
  font-size: 15px;
  font-weight: 500;
  line-height: 17.58px;
  color: #B20000;
}

#profile .profile-main .orders .orders-main .orders-item .orders-footer .total span:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.09px;
}

#profile .profile-main .orders .may-will-like-products {
  padding-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#profile .profile-main .orders .may-will-like-products > .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.13px;
  text-align: left;
  color: #0B0E1A;
}

#profile .profile-orders .heading {
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.13px;
  text-align: left;
  color: #0B0E1A;
  display: flex;
  align-items: center;
  gap: 16px;
}

#profile .profile-orders .heading .back-to {
  padding-right: 16px;
  border-right: 1px solid #D3D3D3;
  font-size: 15px;
  font-weight: 500;
  line-height: 17.58px;
  text-align: left;
  color: #616161;
}

#profile {
  margin: 24px 0;
}

#profile .profile-orders-detail .heading {
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.13px;
  text-align: left;
  color: #0B0E1A;
  display: flex;
  align-items: center;
  gap: 16px;
}

#profile .profile-orders-detail .heading .back-to {
  padding-right: 16px;
  border-right: 1px solid #D3D3D3;
  font-size: 15px;
  font-weight: 500;
  line-height: 17.58px;
  text-align: left;
  color: #616161;
}

#profile .profile-orders-detail .orders-detail {
  border: 1px solid #F1F1F1;
  padding: 16px;
}

#profile .profile-orders-detail .orders-detail .orders-detail-status {
  display: flex;
  justify-content: space-between;
  padding: 8px 0 24px 0;
}

#profile .profile-orders-detail .orders-detail .orders-detail-status .status {
  cursor: pointer;
  width: 20%;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #9E9E9E;
  gap: 8px;
}

#profile .profile-orders-detail .orders-detail .orders-detail-status .status .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  border: 1px solid #9E9E9E;
}

#profile .profile-orders-detail .orders-detail .orders-detail-status .status .icon img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

#profile .profile-orders-detail .orders-detail .orders-detail-status .status .desc {
  padding-top: 4px;
  font-size: 13px;
}

#profile .profile-orders-detail .orders-detail .orders-detail-status .status:not(:last-child) {
  position: relative;
}

#profile .profile-orders-detail .orders-detail .orders-detail-status .status:not(:last-child) .icon::after {
  position: absolute;
  content: "";
  height: 2px;
  right: -96px;
  width: 192px;
  background: #D3D3D3;
}

#profile .profile-orders-detail .orders-detail .orders-detail-status .status.active .icon {
  background: #39C37C;
  border: 1px solid #39C37C;
}

#profile .profile-orders-detail .orders-detail .orders-detail-status .status.active .name {
  color: #000000;
}

#profile .profile-orders-detail .orders-detail .btn-container {
  padding: 24px 16px;
  background: #FDF5E6;
}

#profile .profile-orders-detail .orders-detail .btn-container .text {
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  color: #00BCD4;
}

#profile .profile-orders-detail .orders-detail .orders-infomation .line-1 {
  padding: 36px 0 16px 0;
}

#profile .profile-orders-detail .orders-detail .orders-infomation .line-1 > span {
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  color: #616161;
}

#profile .profile-orders-detail .orders-detail .orders-infomation .line-1-info span {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  color: #616161;
}

#profile .profile-orders-detail .orders-detail .orders-infomation .line-1-info span:not(:last-child) {
  padding-right: 16px;
  border-right: 1px solid #D9D9D9;
}

#profile .profile-orders-detail .orders-detail .orders-infomation .line-1-info strong {
  font-weight: 500;
}

#profile .profile-orders-detail .orders-detail .orders-infomation .line-2 {
  padding: 8px 0 24px 0;
  border-bottom: 1px solid #F1F1F1;
}

#profile .profile-orders-detail .orders-detail .orders-infomation .line-2-info span {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  text-align: left;
  color: #616161;
}

#profile .profile-orders-detail .orders-detail .orders-infomation .line-2-info span.name {
  font-weight: 500;
}

#profile .profile-orders-detail .orders-detail .orders-infomation .line-2-date {
  gap: 16px;
}

#profile .profile-orders-detail .orders-detail .orders-infomation .line-2-date .time {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  color: #616161;
}

#profile .profile-orders-detail .orders-detail .orders-infomation .line-2-date .time::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #00BCD4;
  display: inline-block;
}

#profile .profile-orders-detail .orders-detail .orders-infomation .line-2-date .status {
  color: #00BCD4;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
}

#profile .profile-orders-detail .orders-detail .btn-order-success {
  border: 1px solid #00BCD4;
  background: #00BCD4;
  padding: 0 8px;
  border-radius: 3px;
  height: 32px;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 17.58px;
  text-align: center;
  color: #FFFFFF;
}

#profile .profile-orders-detail .orders-detail .btn-order-gray {
  font-size: 15px;
  font-weight: 500;
  line-height: 17.58px;
  text-align: center;
  height: 32px;
  outline: none;
  color: #9E9E9E;
  padding: 0 8px;
  border-radius: 3px;
  border: 1px solid #F1F1F1;
  background: #F1F1F1;
}

#profile .profile-orders-detail .orders-detail .btn-order-gray.view-rate {
  border: 1px solid #D3D3D3;
}

#profile .profile-orders-detail .orders-detail .orders-main {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-heading {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 16px;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-heading span.title {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #616161;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-heading span.color {
  cursor: pointer;
  border-radius: 3px;
  gap: 2px;
  padding: 3.5px 6px;
  background: linear-gradient(90deg, #9C27B0 0%, #E91E63 100%);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1607843137);
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #FFFFFF;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-heading span.desc {
  cursor: pointer;
  border-radius: 3px;
  gap: 4px;
  padding: 2.5px 6px;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #9E9E9E;
  border: 1px solid #D3D3D3;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-heading span.desc img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-heading span.status-one {
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  color: #00BCD4;
  text-decoration: underline;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-heading span.status-two {
  padding-left: 9px;
  border-left: 1px solid #D9D9D9;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  color: #FF5722;
  text-transform: uppercase;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-body {
  padding: 16px 0;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-body .orders-body-time {
  padding: 16px;
  border-bottom: 1px solid #F1F1F1;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-body .orders-body-time .orders-body-code {
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  color: #00BCD4;
  text-decoration: underline;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-body .orders-body-time .orders-body-date {
  gap: 8px;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-body .orders-body-time .orders-body-date span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-body .orders-body-time .orders-body-date span:first-child {
  color: #616161;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-body .orders-body-time .orders-body-date span:nth-child(2) {
  padding-left: 8px;
  border-left: 1px solid #D9D9D9;
  color: #00BCD4;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-body .orders-products {
  display: flex;
  flex-direction: column;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-body .orders-products .product {
  cursor: pointer;
  padding: 16px;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-body .orders-products .product:not(:last-child) {
  border-bottom: 1px solid #F1F1F1;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-body .orders-products .product .product-wrapper .img {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border: 1px solid #F1F1F1;
  background: #FFFFFF;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-body .orders-products .product .product-wrapper .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-body .orders-products .product .product-wrapper .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-body .orders-products .product .product-wrapper .content .name {
  font-size: 15px;
  font-weight: 500;
  line-height: 17.58px;
  text-align: left;
  color: #616161;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-body .orders-products .product .product-wrapper .content .cate {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  color: #616161;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-body .orders-products .product .quantity,
#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-body .orders-products .product .price {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: left;
  color: #616161;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-body .orders-products .product .price span {
  font-size: 14px;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-body .orders-products .product .cancel {
  padding: 3.5px 6px;
  border-radius: 3px;
  border: 1px solid #F44336;
  font-size: 11px;
  font-weight: 500;
  line-height: 12.89px;
  color: #F44336;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-footer {
  background: #FDF5E6;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-footer .item {
  padding: 16px 0;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-footer .item label, #profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-footer .item span {
  color: #616161;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
}

#profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-footer .item.total label, #profile .profile-orders-detail .orders-detail .orders-main .orders-item .orders-footer .item.total span {
  color: #B20000;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.09px;
}

.text-main {
  color: #0B0E1A;
}

.orange {
  color: #F44336;
}

.green {
  color: #00BCD4;
}

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

.border-box {
  border: 1px solid #F1F1F1;
  padding: 16px;
  border-radius: 5px;
  margin-top: 36px;
}

#profile-coupons .counpons-info {
  margin-top: 36px;
}

#profile-coupons .counpons-info .coupons-title {
  max-width: 82%;
}

#profile-coupons .counpons-info .coupons-title a {
  color: #00BCD4;
  text-decoration: underline;
}

#profile-coupons .counpons-info .c-form {
  display: flex;
  gap: 8px;
  height: 44px;
  width: 100%;
}

#profile-coupons .counpons-info .c-form input {
  width: calc(100% - 100px);
  padding: 0 16px;
  border: 1px solid #D3D3D3;
  border-radius: 6px;
}

#profile-coupons .counpons-info .c-form input::-moz-placeholder {
  color: #D3D3D3;
}

#profile-coupons .counpons-info .c-form input::placeholder {
  color: #D3D3D3;
}

#profile-coupons .counpons-info .c-form input:focus {
  outline: none;
}

#profile-coupons .counpons-info .c-form button {
  width: 100px;
  border: 1px solid #0B0E1A;
  background: #F1F1F1;
  color: #0B0E1A;
  outline: none;
  border-radius: 6px;
  font-size: 1;
}

#profile-coupons .counpons-info .c-form button:disabled, #profile-coupons .counpons-info .c-form button[disabled] {
  border: 1px solid #F1F1F1;
  color: #D3D3D3;
}

#profile-coupons .counpons-info .coupon-list p {
  margin-bottom: 0;
}

#profile-coupons .counpons-info .coupon-list .tabs {
  display: flex;
  position: relative;
}

#profile-coupons .counpons-info .coupon-list .tabs::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  background: #F1F1F1;
  z-index: 1;
}

#profile-coupons .counpons-info .coupon-list .tabs .tab-item {
  padding: 14px 20px;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  color: #616161;
  cursor: pointer;
  z-index: 2;
}

#profile-coupons .counpons-info .coupon-list .tabs .tab-item.active {
  border-bottom: 2px solid #B20000;
  color: #B20000;
}

#profile-coupons .counpons-info .coupon-list .tabs .tab-item img {
  margin-right: 6px;
}

#profile-coupons .counpons-info .coupon-list .list .empty p {
  color: #9E9E9E;
}

#profile-coupons .counpons-info .coupon-list .list .empty p .collect {
  color: #B20000;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding: 16px 0;
  padding-bottom: 0;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item {
  width: calc(50% - 8px);
  display: flex;
  font-weight: 400;
  border-radius: 6px;
  border: 1px solid;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item.c-grey {
  border-color: #F1F1F1;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item.c-grey .left {
  background: #F1F1F1;
  border-right: 1px dashed #D3D3D3;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item.c-grey .right .type {
  background: #F44336 !important;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item.c-orange {
  border-color: #F44336;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item.c-orange .left {
  background: #F44336;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item.c-green {
  border-color: #00BCD4;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item.c-green .left {
  background: #00BCD4;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item.c-green .right .payment {
  color: #00BCD4 !important;
  border-color: #00BCD4 !important;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item .left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  min-width: 132px;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item .left span {
  max-width: 100px;
  text-align: center;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item .left .c-border {
  position: absolute;
  left: -2px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  rotate: 180deg;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item .left .limited {
  position: absolute;
  top: -9px;
  right: -6px;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item .left .limited > span {
  max-width: unset;
  position: absolute;
  margin-left: 6px;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item .right {
  padding: 10px 16px;
  width: 100%;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item .right .c-header {
  margin-bottom: 8px;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item .right .c-header .type {
  margin-right: 16px;
  border-radius: 4px;
  padding: 0 4px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #9C27B0 0%, #E91E63 100%);
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item .right .c-header .payment {
  border-radius: 4px;
  padding: 0 4px;
  color: #F44336;
  border: 1px solid #F44336;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item .right .c-body .progress {
  background: rgba(255, 130, 93, 0.5490196078);
  position: relative;
  height: 8px;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item .right .c-body .progress .used {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40%;
  background: linear-gradient(270deg, #B20000 0%, rgba(206, 0, 90, 0.940445) 18.64%, rgba(188, 54, 172, 0.755208) 38.8%, rgba(111, 111, 234, 0.85) 59.87%, rgba(0, 150, 255, 0.25) 80.03%, rgba(0, 176, 240, 0.1) 100%);
  margin-bottom: 4px;
  height: 100%;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item .right .c-body .progress ~ p {
  line-height: 15.23px;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item .right .c-footer {
  margin-top: 8px;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item .right .c-footer .info {
  justify-content: space-between;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item .right .c-footer .info button {
  outline: none;
  border: none;
  font-size: 13px;
  font-weight: 500;
  border-radius: 6px;
  background: #00BCD4;
  color: #FFF;
  padding: 0 10px;
  border: 1px solid #00BCD4;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item .right .c-footer .info button:disabled, #profile-coupons .counpons-info .coupon-list .list .coupon-list .c-item .right .c-footer .info button[disabled] {
  background: #F1F1F1;
  color: #D3D3D3;
  border-color: #D3D3D3;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .wrapper-content .pages-paginate {
  padding: 0;
}

#profile-coupons .counpons-info .coupon-list .list .coupon-list .wrapper-content .pages-paginate .page-paginate {
  padding: 0;
  padding-top: 16px;
  border-bottom: unset;
  font-weight: 400;
}

.profile-page {
  margin: 24px 0;
}

.profile-page .profile-wrapper {
  padding: 24px;
  background: #FFFFFF;
  display: flex;
  gap: 24px;
}

.profile-page .profile-sidebar {
  max-width: 264px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.profile-page .profile-sidebar .profile-sidebar-avt {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 22px 0 0 0;
  justify-content: center;
  align-items: center;
  background: #FFC107;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 12px;
  overflow: hidden;
}

.profile-page .profile-sidebar .profile-sidebar-avt .img {
  width: 130px;
  border-radius: 50%;
  height: 130px;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3490196078);
  background: #E1DFDD;
  padding: 2px;
}

.profile-page .profile-sidebar .profile-sidebar-avt .img img {
  border-radius: 50%;
}

.profile-page .profile-sidebar .profile-sidebar-avt .img span {
  padding: 2.5px 12.5px;
  position: absolute;
  bottom: -7px;
  right: 0;
  transform: translateX(-43%);
  background: #FFFFFF;
  border: 1px solid #FF9800;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 5px;
  height: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #FF9800;
  gap: 6px;
}

.profile-page .profile-sidebar .profile-sidebar-avt .name,
.profile-page .profile-sidebar .profile-sidebar-avt .shop {
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
  text-align: center;
  color: #FFFFFF;
}

.profile-page .profile-sidebar .profile-sidebar-avt .shop {
  background: black;
  width: 100%;
  padding: 12.5px 0;
}

.profile-page .profile-sidebar .profile-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.profile-page .profile-sidebar .profile-options .heading {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  color: #0B0E1A;
}

.profile-page .profile-sidebar .profile-options.active .heading {
  color: #B20000;
}

.profile-page .profile-sidebar .profile-options .list-options {
  list-style-type: none;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.profile-page .profile-sidebar .profile-options .list-options li {
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  color: #616161;
  transition: all 0.3s ease-in-out;
}

.profile-page .profile-sidebar .profile-options .list-options li:hover {
  color: #B20000;
}

.profile-page .profile-sidebar .profile-options .list-options li.disabled {
  pointer-events: none;
  color: #D3D3D3;
}

.profile-page .profile-sidebar .profile-options .list-options li.active {
  color: #B20000 !important;
}

.profile-page .profile-main {
  width: calc(100% - 264px - 12px);
}

.profile-page .profile-main .heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.13px;
  text-align: left;
  color: #0B0E1A;
}

.profile-page .profile-main .wallet-infomation {
  padding: 24px 0;
}

.profile-page .profile-main .wallet-infomation > .row {
  justify-content: space-between;
}

.profile-page .profile-main .wallet-infomation > .row .col-md-3:first-child .wallet-item {
  justify-content: flex-start;
}

.profile-page .profile-main .wallet-infomation > .row .col-md-3:nth-child(2) .wallet-item {
  padding-left: 22px;
  justify-content: flex-start;
}

.profile-page .profile-main .wallet-infomation > .row .col-md-3:nth-child(3) .wallet-item {
  justify-content: center;
}

.profile-page .profile-main .wallet-infomation > .row .col-md-3:last-child .wallet-item {
  justify-content: flex-end;
}

.profile-page .profile-main .wallet-infomation .wallet-item {
  gap: 8px;
}

.profile-page .profile-main .wallet-infomation .wallet-item > img {
  width: 56px;
  -o-object-fit: contain;
  object-fit: contain;
  height: 56px;
}

.profile-page .profile-main .wallet-infomation .wallet-item .number {
  font-size: 36px;
  font-weight: 500;
  line-height: 42.19px;
  text-align: left;
  color: #0B0E1A;
}

.profile-page .profile-main .wallet-infomation .wallet-item .desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  color: #0B0E1A;
  display: flex;
  gap: 4px;
}

.profile-page .profile-main .wallet-infomation .wallet-item .status {
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  color: #00BCD4;
}

.profile-page .profile-main .wallet-infomation .wallet-item.not-kyc .number,
.profile-page .profile-main .wallet-infomation .wallet-item.not-kyc .desc {
  color: #9E9E9E;
}

.profile-page .profile-main .wallet-infomation .wallet-item.not-kyc .status {
  color: #C52F33;
}

.profile-page .profile-main .reminder {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: #FF825D;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #FF825D;
  border-radius: 5px;
}

.collect {
  color: #B20000;
}

.grey {
  color: #d3d3d3;
}

#profile-favorites .favorites-info .fav-list .fav-item {
  justify-content: space-between;
}

#profile-favorites .favorites-info .fav-list .fav-item:not(:last-child) {
  margin-bottom: 16px;
}

#profile-favorites .favorites-info .fav-list .fav-item .info {
  display: flex;
  gap: 8px;
}

#profile-favorites .favorites-info .fav-list .fav-item .info .image {
  border: 1px solid #d3d3d3;
  min-width: 72px;
  max-height: 72px;
  width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}

#profile-favorites .favorites-info .fav-list .fav-item .info .image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#profile-favorites .favorites-info .fav-list .fav-item .info .content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#profile-favorites .favorites-info .fav-list .fav-item .options {
  gap: 8px;
  min-width: 20%;
}

#profile-favorites .favorites-info .fav-list .fav-item .options .line .select {
  position: relative;
}

#profile-favorites .favorites-info .fav-list .fav-item .options .line .select::after {
  content: url("/images/icon/angle-down.svg");
  position: absolute;
  right: 10px;
  top: 8px;
}

#profile-favorites .favorites-info .fav-list .fav-item .options .line .select select {
  width: 100%;
  padding: 6px 10px;
  color: #616161;
}

#profile-notices .notify-info .list .tabs {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f1f1f1;
}

#profile-notices .notify-info .list .tabs .tab-item {
  padding: 6px 16px;
  cursor: pointer;
}

#profile-notices .notify-info .list .tabs .tab-item.active {
  color: #B20000;
}

#profile-notices .notify-info .list .noti-item {
  display: flex;
  gap: 8px;
}

#profile-notices .notify-info .list .noti-item:not(:last-child) {
  margin-bottom: 16px;
}

#profile-notices .notify-info .list .noti-item .image {
  min-width: 72px;
  width: 72px;
  height: 72px;
  padding: 6px;
  border: 1px solid #f1f1f1;
}

#profile-notices .notify-info .list .noti-item .image img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#profile-notices .notify-info .list .noti-item .content .text {
  margin-bottom: 6px;
}

#profile-notices .notify-info .list .noti-item .content .options {
  display: flex;
  align-items: center;
  gap: 16px;
}

#profile-notices .notify-info .list .noti-item .content .options .line {
  width: 1px;
  height: 16px;
  background: #D9D9D9;
}

#profile-notices .notify-info .list .noti-item .content .options img {
  max-height: 16px;
}

#profile-address .address-info .fav-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#profile-address .address-info .fav-title button {
  padding: 0;
}

#profile-address .address-info .fav-title button img {
  margin-bottom: 4px;
  margin-left: 2px;
}

#profile-address .address-info .list .address-item {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #F1F1F1;
}

#profile-address .address-info .list .address-item:not(:last-child) {
  margin-bottom: 12px;
}

#profile-address .address-info .list .address-item.active {
  border-color: #4CAF50;
}

#profile-address .address-info .list .address-item.active .bottom .labels .address-label {
  background: #DDFFDD;
  color: #4CAF50;
}

#profile-address .address-info .list .address-item .top {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F1F1F1;
}

#profile-address .address-info .list .address-item .top .name {
  text-transform: uppercase;
  margin-right: 8px;
}

#profile-address .address-info .list .address-item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#profile-address .address-info .list .address-item .bottom .labels {
  display: flex;
  gap: 8px;
}

#profile-address .address-info .list .address-item .bottom .labels .address-label {
  padding: 2px 4px;
  padding-top: 4px;
  border-radius: 3px;
  background: #D3D3D3;
  color: #9E9E9E;
}

#addAddressModal .modal-body .header {
  align-items: flex-start;
  gap: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 32px;
}

#addAddressModal .modal-body .header img {
  padding-top: 5px;
}

#addAddressModal .modal-body .form-check-label input:checked ~ .checkmark.checkbox::after {
  display: block;
}

#addAddressModal .modal-body .form-check-label .checkmark.checkbox {
  border-radius: 5px;
  width: 20px;
  height: 20px;
  border-width: 1px;
}

#addAddressModal .modal-body .form-check-label .checkmark.checkbox::after {
  width: 14px;
  height: 14px;
  background: url(../images/choose-Check.svg);
  background-size: cover;
  display: none;
}

#addAddressModal .modal-body .body .form-group {
  display: flex;
  align-items: center;
  gap: 16px;
}

#addAddressModal .modal-body .body .form-group.align-statr {
  align-items: flex-start;
}

#addAddressModal .modal-body .body .form-group .label {
  min-width: 24%;
}

#addAddressModal .modal-body .body .form-group .input-wrapper {
  width: 100%;
  position: relative;
}

#addAddressModal .modal-body .body .form-group .input-wrapper input {
  border-radius: 6px;
  color: #616161;
  padding: 10px 8px;
}

#addAddressModal .modal-body .body .form-group .input-wrapper textarea {
  width: 100%;
  resize: none;
  padding: 12px 16px;
  border-radius: 6px;
  color: #616161;
  outline: none;
  border-color: #F1F1F1;
  height: 88px;
}

#addAddressModal .modal-body .body .form-group .input-wrapper textarea::-moz-placeholder {
  color: #D3D3D3;
}

#addAddressModal .modal-body .body .form-group .input-wrapper textarea::placeholder {
  color: #D3D3D3;
}

#addAddressModal .modal-body .body .form-group .input-wrapper input:focus,
#addAddressModal .modal-body .body .form-group .input-wrapper textarea:focus {
  border-color: #616161;
}

#addAddressModal .modal-body .body .form-group .input-wrapper .text img {
  margin-right: 4px;
  margin-bottom: 2px;
}

#addAddressModal .modal-body .body .form-group .input-wrapper .text span {
  color: #00BCD4;
}

#addAddressModal .modal-body .body .form-group .input-wrapper .icon {
  position: absolute;
  top: 18px;
  right: 12px;
}

#addAddressModal .modal-body .body .form-group .add-address {
  position: absolute;
  left: 0;
  width: 100%;
  top: 73.5px;
  z-index: 12;
}

#addAddressModal .modal-body .body .form-group .add-address .nav-item a {
  padding: 8px 16px;
  font-size: 15px;
}

#addAddressModal .modal-body .body .form-group .add-address .nav-item a.active {
  background: #FFF;
}

#addAddressModal .modal-body .body .form-group .add-address .tab-pane ul {
  height: 150px;
  overflow: auto;
}

#addAddressModal .modal-body .body .form-group .add-address .tab-pane ul::-webkit-scrollbar {
  width: 8px;
}

#addAddressModal .modal-body .body .form-group .add-address .tab-pane ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 8px;
}

#addAddressModal .modal-body .body .form-group .add-address .tab-pane ul::-webkit-scrollbar-thumb {
  background: #ED3237;
  border-radius: 8px;
}

#addAddressModal .modal-body .body .form-group .add-address .tab-pane ul li label {
  font-size: 15px;
}

#addAddressModal .modal-body .footer {
  display: flex;
  gap: 12px;
}

#addAddressModal .modal-body .footer button {
  width: calc(50% - 6px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid;
  padding: 8px 0;
}

#addAddressModal .modal-body .footer button.m-close {
  border-color: #D3D3D3;
  background: #F1F1F1;
  color: #9E9E9E;
}

#addAddressModal .modal-body .footer button.add {
  border-color: #ED3237;
  background: #ED3237;
  color: #FFF;
}

.mb-8 {
  margin-bottom: 8px;
}

#profile-account .profile-wrapper .account-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
}

#profile-account .profile-wrapper .account-title p {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

#profile-account .profile-wrapper .account-wrapper {
  gap: 32px;
}

#profile-account .profile-wrapper .account-wrapper .avatar {
  width: 130px;
  height: 130px;
  min-width: 130px;
  border-radius: 130px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3490196078);
  background: #E1DFDD;
  border: 3px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

#profile-account .profile-wrapper .account-wrapper .account-info {
  width: 100%;
}

#profile-account .profile-wrapper .account-wrapper .account-info .text {
  margin-bottom: 32px;
}

#profile-account .profile-wrapper .account-wrapper .account-info .text img {
  margin-top: 16px;
  cursor: pointer;
  width: 100%;
}

#profile-account .profile-wrapper .account-wrapper .account-info .info-form .info-group {
  width: 100%;
}

#profile-account .profile-wrapper .account-wrapper .account-info .info-form .info-group:not(:last-child) {
  margin-bottom: 24px;
}

#profile-account .profile-wrapper .account-wrapper .account-info .info-form .info-group .label {
  min-width: 150px;
}

#profile-account .profile-wrapper .account-wrapper .account-info .info-form .info-group .content {
  justify-content: space-between;
  width: 100%;
}

#profile-account .profile-wrapper .account-wrapper .account-info .info-form .info-group .content.flex-column {
  gap: 10px;
}

#profile-account .profile-wrapper .account-wrapper .account-info .info-form .info-group .content img {
  cursor: pointer;
}

#profile-account .profile-wrapper .account-wrapper .account-info .info-form .info-group .content .main {
  color: #B20000;
}

#profile-account .profile-wrapper .account-wrapper .account-info .info-form .info-group .content .checkbox {
  margin-right: 4px;
}

#profile-account .profile-wrapper .account-wrapper .account-info .info-form .info-group .content .sex {
  gap: 16px;
}

#profile-account .profile-wrapper .account-wrapper .account-info .info-form .info-group .content .sex .item {
  display: flex;
  gap: 4px;
  color: #9E9E9E;
}

#profile-account .profile-wrapper .account-wrapper .account-info .info-form .info-group .content .sex .item .marker {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid;
  border-color: #d3d3d3;
}

#profile-account .profile-wrapper .account-wrapper .account-info .info-form .info-group .content .sex .item .marker::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  transform: translate(-50%);
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #d3d3d3;
}

#profile-account .profile-wrapper .account-wrapper .account-info .info-form .info-group .content .sex .item.active {
  color: #39C37C;
}

#profile-account .profile-wrapper .account-wrapper .account-info .info-form .info-group .content .sex .item.active .marker {
  border-color: #39C37C;
}

#profile-account .profile-wrapper .account-wrapper .account-info .info-form .info-group .content .sex .item.active .marker::after {
  background-color: #39C37C;
}

.modal-phone .modal-content {
  max-width: 480px;
  margin: 0 auto;
}

.modal-phone .modal-content .modal-body {
  padding: 33px 48px;
}

.modal-phone .modal-content .modal-body .top {
  gap: 8px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #F1F1F1;
}

.modal-phone .modal-content .modal-body .form .verification-code {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.modal-phone .modal-content .modal-body .form .add-phone-code input {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #e1dfdd;
  color: #c8c6c4;
  height: 44px;
  line-height: 44px;
  font-size: 15px;
  color: #616161;
  padding: 0 16px;
}
.modal-phone .modal-content .modal-body .form .add-phone-code input::-moz-placeholder {
  color: #D3D3D3;
}
.modal-phone .modal-content .modal-body .form .add-phone-code input::placeholder {
  color: #D3D3D3;
}

.modal-phone .modal-content .modal-body .form .verification-code input {
  width: 56px;
  height: 56px;
  font-size: 24px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #e1dfdd;
  color: #616161;
}

.modal-phone .modal-content .modal-body .form .verification-code input::-moz-placeholder {
  color: #C8C6C4;
  font-weight: 300;
}

.modal-phone .modal-content .modal-body .form .verification-code input::placeholder {
  color: #C8C6C4;
  font-weight: 300;
}

.modal-phone .modal-content .modal-body .form .verification-code input:focus::-moz-placeholder {
  color: transparent;
}

.modal-phone .modal-content .modal-body .form .verification-code input:focus::placeholder {
  color: transparent;
}

.modal-phone .modal-content .modal-body .form .buttons {
  display: flex;
  width: 100%;
  gap: 8px;
  margin-top: 24px;
}

.modal-phone .modal-content .modal-body .form .buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 2px solid;
  width: calc(50% - 4px);
  padding: 0;
  height: 44px;
}

.modal-phone .modal-content .modal-body .form .buttons button.m-close {
  color: #8D8D8D;
  border-color: #8D8D8D;
  background: #FFF;
}

.modal-phone .modal-content .modal-body .form .buttons button.confirm {
  color: #FFF;
  border-color: #00BCD4;
  background: #00BCD4;
}
.modal-phone .modal-content .modal-body .form .buttons button.confirm[disabled] {
  background: #f0f0f0;
  border-color: #D9D9D9;
  color: #D9D9D9;
  cursor: no-drop;
}

#verifyPhoneModalSuccess .modal-content {
  max-width: 480px;
  margin: 0 auto;
}

#verifyPhoneModalSuccess .modal-content .modal-body {
  padding: 33px 48px;
}

#verifyPhoneModalSuccess .modal-content .modal-body .top {
  border-top: 1px solid #F1F1F1;
  padding-top: 24px;
  gap: 24px;
}

#verifyPhoneModalSuccess .modal-content .modal-body .top img {
  max-width: 128px;
  margin: 0 auto;
}

#verifyPhoneModalSuccess .modal-content .modal-body .top button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid;
  width: 100%;
  padding: 0;
  height: 44px;
  color: #FFF;
  border-color: #00BCD4;
  background: #00BCD4;
}

#changePassword .modal-content {
  max-width: 480px;
  margin: 0 auto;
}

#changePassword .modal-content .modal-body {
  padding: 33px 48px;
}

#changePassword .modal-content .modal-body .top {
  gap: 8px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #F1F1F1;
}

#changePassword .modal-content .modal-body .form .form-group {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}

#changePassword .modal-content .modal-body .form .form-group input {
  width: 100%;
  border: 1px solid #D3D3D3;
  border-radius: 6px;
  padding: 12px;
}

#changePassword .modal-content .modal-body .form .form-group input::-moz-placeholder {
  color: #D3D3D3;
  font-size: 15px;
  font-weight: 400;
}

#changePassword .modal-content .modal-body .form .form-group input::placeholder {
  color: #D3D3D3;
  font-size: 15px;
  font-weight: 400;
}

#changePassword .modal-content .modal-body .form .form-group input:focus {
  outline: none;
  border: 1px solid #D3D3D3;
}

#changePassword .modal-content .modal-body .form .form-group .eye {
  position: absolute;
  top: 16px;
  right: 16px;
}

#changePassword .modal-content .modal-body .form .form-group .forgot {
  color: #B20000;
  margin-top: 4px;
}

#changePassword .modal-content .modal-body .form button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid;
  width: 100%;
  padding: 0;
  height: 44px;
  color: #FFF;
  border-color: #00BCD4;
  background: #00BCD4;
  margin-bottom: 36px;
}

#changePassword .modal-content .modal-body .form .note {
  text-align: center;
}

#changePassword .modal-content .modal-body .form .buttons {
  display: flex;
  width: 100%;
  gap: 8px;
  margin-top: 24px;
}

#changePassword .modal-content .modal-body .form .buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid;
  width: calc(50% - 4px);
  padding: 0;
  height: 44px;
}

#changePassword .modal-content .modal-body .form .buttons button.m-close {
  color: #d3d3d3;
  border-color: #d3d3d3;
  background: #FFF;
}

#changePassword .modal-content .modal-body .form .buttons button.confirm {
  color: #FFF;
  border-color: #00BCD4;
  background: #00BCD4;
}
#changePassword .modal-content .modal-body .form .buttons button.confirm[disabled] {
  background: #f0f0f0;
  border-color: #D9D9D9;
  color: #D9D9D9;
  cursor: no-drop;
}

#changePassword .modal-content .modal-body .form .method {
  width: 100%;
  border-radius: 6px;
  padding: 8px 0;
  text-align: center;
}

#changePassword .modal-content .modal-body .form .method.phone {
  color: #39C37C;
  background: #DDFFDD;
  margin-bottom: 24px;
}

#changePassword .modal-content .modal-body .form .method.mail {
  color: #FFF;
  background: #9E9E9E;
}

#changePassword .modal-content .modal-body .form .verification-code {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#changePassword .modal-content .modal-body .form .verification-code input {
  width: 56px;
  height: 56px;
  font-size: 24px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #e1dfdd;
  color: #616161;
}

#changePassword .modal-content .modal-body .form .verification-code input::-moz-placeholder {
  color: #C8C6C4;
  font-weight: 300;
}

#changePassword .modal-content .modal-body .form .verification-code input::placeholder {
  color: #C8C6C4;
  font-weight: 300;
}

#changePassword .modal-content .modal-body .form .verification-code input:focus::-moz-placeholder {
  color: transparent;
}

#changePassword .modal-content .modal-body .form .verification-code input:focus::placeholder {
  color: transparent;
}

#changeEmail .modal-content {
  max-width: 480px;
  margin: 0 auto;
}

#changeEmail .modal-content .modal-body {
  padding: 48px;
}

#changeEmail .modal-content .modal-body .top {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 24px;
  margin-bottom: 24px;
  gap: 12px;
}

#changeEmail .modal-content .modal-body .body {
  text-align: center;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#changeEmail .modal-content .modal-body .body img {
  max-width: 72px;
  margin: auto;
}

#changeEmail .modal-content .modal-body .buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid;
  width: 100%;
  padding: 0;
  height: 44px;
  font-size: 18px;
  font-weight: 500;
  gap: 12px;
}

#changeEmail .modal-content .modal-body .buttons button:not(:last-child) {
  margin-bottom: 12px;
}

#changeEmail .modal-content .modal-body .buttons button.main {
  color: #FFF;
  border-color: #00BCD4;
  background: #00BCD4;
}

#changeEmail .modal-content .modal-body .buttons button.default {
  color: #A19F9D;
  border-color: #A19F9D;
  background: #FFF;
}

#changeEmail .modal-content .modal-body .buttons .inputs {
  margin-bottom: 24px;
  width: 100%;
  position: relative;
}

#changeEmail .modal-content .modal-body .buttons .inputs input {
  width: 100%;
  border: 1px solid #D3D3D3;
  border-radius: 6px;
  padding: 12px;
}

#changeEmail .modal-content .modal-body .buttons .inputs input::-moz-placeholder {
  color: #D3D3D3;
  font-size: 15px;
  font-weight: 400;
}

#changeEmail .modal-content .modal-body .buttons .inputs input::placeholder {
  color: #D3D3D3;
  font-size: 15px;
  font-weight: 400;
}

#changeEmail .modal-content .modal-body .buttons .inputs input:focus {
  outline: none;
  border: 1px solid #D3D3D3;
}

#changeEmail .modal-content .modal-body .buttons .inputs .abs-position {
  position: absolute;
  top: 16px;
  right: 16px;
}

#changeEmail .modal-content .modal-body .buttons .inputs .abs-position.send {
  top: 12px;
  color: #00BCD4;
}

#profile-connection .profile-wrapper .account-title {
  display: flex;
  align-items: center;
  margin: 36px 0;
  justify-content: space-between;
}

#profile-connection .profile-wrapper .border-box.sub {
  border-color: #D2D0CE;
  margin-top: 0;
}

#profile-connection .profile-wrapper .connections .c-item {
  gap: 16px;
}

#profile-connection .profile-wrapper .connections .c-item:not(:last-child) {
  margin-bottom: 44px;
}

#profile-connection .profile-wrapper .connections .c-item > img {
  min-width: 112px;
}

#profile-connection .profile-wrapper .connections .c-item .info .top {
  margin-bottom: 12px;
}

#profile-connection .profile-wrapper .connections .c-item .info .top .left .sub-info {
  gap: 16px;
}

#profile-connection .profile-wrapper .connections .c-item .info .top .right .button {
  border-radius: 6px;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#profile-connection .profile-wrapper .connections .c-item .info .top .right .button.default {
  background: #9E9E9E;
  color: #FFF;
}

#profile-connection .profile-wrapper .connections .c-item .info .top .right .button.main {
  background: #C52F33;
  color: #FFF;
}

#profile-connection .profile-wrapper .connections .c-item .info .top .right .button.dis {
  background: #D2D0CE;
  color: #A19F9D;
}

#disconnectSocial .modal-content {
  max-width: 480px;
  margin: 0 auto;
}

#disconnectSocial .modal-content .modal-body {
  padding: 48px;
}

#disconnectSocial .modal-content .modal-body .top {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 24px;
  margin-bottom: 24px;
  gap: 12px;
}

#disconnectSocial .modal-content .modal-body .body {
  text-align: center;
  margin-bottom: 24px;
}

#disconnectSocial .modal-content .modal-body .buttons {
  display: flex;
  gap: 12px;
}

#disconnectSocial .modal-content .modal-body .buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid;
  width: calc(50% - 6px);
  padding: 0;
  height: 44px;
  font-size: 18px;
  font-weight: 500;
  gap: 12px;
}

#disconnectSocial .modal-content .modal-body .buttons button.m-close {
  color: #616161;
  border-color: #A19F9D;
}

#disconnectSocial .modal-content .modal-body .buttons button.confirm {
  color: #FFF;
  border-color: #C52F33;
  background: #C52F33;
}

#profile-coupons {
  margin: 24px 0;
}

#profile-coupons .profile-wrapper {
  padding: 24px;
  background: #ffffff;
  display: flex;
  gap: 24px;
}

#profile-coupons .profile-sidebar {
  max-width: 264px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#profile-coupons .profile-sidebar .profile-sidebar-avt {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 22px 0 0 0;
  justify-content: center;
  align-items: center;
  background: #ffc107;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 12px;
  overflow: hidden;
}

#profile-coupons .profile-sidebar .profile-sidebar-avt .img {
  width: 130px;
  border-radius: 50%;
  height: 130px;
  border: 3px solid #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3490196078);
  background: #e1dfdd;
  padding: 2px;
}

#profile-coupons .profile-sidebar .profile-sidebar-avt .img img {
  border-radius: 50%;
}

#profile-coupons .profile-sidebar .profile-sidebar-avt .img span {
  padding: 2.5px 12.5px;
  position: absolute;
  bottom: -7px;
  right: 0;
  transform: translateX(-43%);
  background: #ffffff;
  border: 1px solid #ff9800;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 5px;
  height: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #ff9800;
  gap: 6px;
}

#profile-coupons .profile-sidebar .profile-sidebar-avt .name,
#profile-coupons .profile-sidebar .profile-sidebar-avt .shop {
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
  text-align: center;
  color: #ffffff;
}

#profile-coupons .profile-sidebar .profile-sidebar-avt .shop {
  background: black;
  width: 100%;
  padding: 12.5px 0;
}

#profile-coupons .profile-sidebar .profile-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#profile-coupons .profile-sidebar .profile-options .heading {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  color: #0b0e1a;
}

#profile-coupons .profile-sidebar .profile-options.active .heading {
  color: #b20000;
}

#profile-coupons .profile-sidebar .profile-options .list-options {
  list-style-type: none;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#profile-coupons .profile-sidebar .profile-options .list-options li {
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  color: #616161;
  transition: all 0.3s ease-in-out;
}

#profile-coupons .profile-sidebar .profile-options .list-options li:hover {
  color: #b20000;
}

#profile-coupons .profile-sidebar .profile-options .list-options li.disabled {
  pointer-events: none;
  color: #d3d3d3;
}

#profile-coupons .profile-sidebar .profile-options .list-options li.active {
  color: #B20000;
}

#profile-coupons .profile-main {
  width: calc(100% - 264px - 12px);
}

#profile-coupons .profile-main .heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.13px;
  text-align: left;
  color: #0b0e1a;
}

#profile-coupons .profile-main .wallet-infomation {
  padding: 24px 0;
}

#profile-coupons .profile-main .wallet-infomation > .row {
  justify-content: space-between;
}

#profile-coupons .profile-main .wallet-infomation > .row .col-md-3:first-child .wallet-item {
  justify-content: flex-start;
}

#profile-coupons .profile-main .wallet-infomation > .row .col-md-3:nth-child(2) .wallet-item {
  padding-left: 22px;
  justify-content: flex-start;
}

#profile-coupons .profile-main .wallet-infomation > .row .col-md-3:nth-child(3) .wallet-item {
  justify-content: center;
}

#profile-coupons .profile-main .wallet-infomation > .row .col-md-3:last-child .wallet-item {
  justify-content: flex-end;
}

#profile-coupons .profile-main .wallet-infomation .wallet-item {
  gap: 8px;
}

#profile-coupons .profile-main .wallet-infomation .wallet-item > img {
  width: 56px;
  -o-object-fit: contain;
  object-fit: contain;
  height: 56px;
}

#profile-coupons .profile-main .wallet-infomation .wallet-item .number {
  font-size: 36px;
  font-weight: 500;
  line-height: 42.19px;
  text-align: left;
  color: #0b0e1a;
}

#profile-coupons .profile-main .wallet-infomation .wallet-item .desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  color: #0b0e1a;
  display: flex;
  gap: 4px;
}

#profile-coupons .profile-main .wallet-infomation .wallet-item .status {
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  color: #00bcd4;
}

#profile-coupons .profile-main .wallet-infomation .wallet-item.not-kyc .number,
#profile-coupons .profile-main .wallet-infomation .wallet-item.not-kyc .desc {
  color: #9e9e9e;
}

#profile-coupons .profile-main .wallet-infomation .wallet-item.not-kyc .status {
  color: #c52f33;
}

#profile-coupons .profile-main .reminder {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: #ff825d;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #ff825d;
  border-radius: 5px;
}

#profile-coupons .profile-main .list-actions {
  margin-top: 36px;
}

#profile-coupons .profile-main .list-actions .title {
  font-size: 24px;
  color: #0b0e1a;
  font-weight: 500;
}

#profile-coupons .profile-main .list-actions div.content {
  margin-top: 16px;
}

#profile-coupons .profile-main .list-actions div.content p,
#profile-coupons .profile-main .list-actions div.content span,
#profile-coupons .profile-main .list-actions div.content strong,
#profile-coupons .profile-main .list-actions div.content li {
  margin-bottom: 0;
  font-size: 15px;
  color: #0b0e1a;
  font-weight: 400;
  line-height: auto;
}

#profile-coupons .profile-main .list-actions div.content a {
  margin-bottom: 0;
  font-size: 15px;
  color: #00bcd4;
  font-weight: 400;
  line-height: auto;
  text-decoration: underline;
}

#profile-coupons .profile-main .method {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#profile-coupons .profile-main .method .method-main .box-wellet {
  border: 1px solid #f1f1f1;
  background-color: #fff;
  padding: 16px;
  border-radius: 5px;
}

#profile-coupons .profile-main .method .method-main .box-wellet.card {
  margin-top: 32px;
}

#profile-coupons .profile-main .method .method-main .box-wellet .title-wellet {
  font-size: 16px;
  font-weight: 600;
  color: #616161;
  line-height: auto;
  padding: 16px 0;
  border-bottom: 1px solid #f1f1f1;
}

#profile-coupons .profile-main .method .method-main .box-wellet .info-wellet {
  text-align: center;
  width: 100%;
  margin-top: 32px;
}

#profile-coupons .profile-main .method .method-main .box-wellet .info-wellet .logo {
  width: 102px;
  height: 94px;
}

#profile-coupons .profile-main .method .method-main .box-wellet .info-wellet .content {
  margin-top: 32px;
}

#profile-coupons .profile-main .method .method-main .box-wellet .info-wellet .content p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #9e9e9e;
}

#profile-coupons .profile-main .method .method-main .box-wellet .info-wellet .popup-wellet {
  margin: auto;
  margin-top: 16px;
  background: #00bcd4;
  color: #fff;
  border: none;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#profile-coupons .profile-main .method .method-main .box-wellet .info-wellet .popup-wellet img {
  width: 24px;
  height: 24px;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-header,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-header,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-header {
  align-items: center;
  padding: 20px 24px;
  border: none;
  background-color: #f1f1f1;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-header .modal-title,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-header .modal-title,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-header .modal-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-header .support,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-header .support,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-header .support {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  color: #9e9e9e;
  gap: 5px;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-header .support svg,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-header .support svg,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-header .support svg {
  margin-bottom: 2px;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body {
  padding: 24px 24px 0 24px;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .box-security,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .box-security,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .box-security {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  border: 1px solid #39C37C;
  background-color: #e6f4ed;
  border-radius: 5px;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .box-security svg,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .box-security svg,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .box-security svg {
  width: 20px;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .box-security .content-security,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .box-security .content-security,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .box-security .content-security {
  width: 100%;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .box-security .content-security .title,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .box-security .content-security .title,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .box-security .content-security .title {
  font-size: 16px;
  color: #006800;
  font-weight: 500;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .box-security .content-security .item-content,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .box-security .content-security .item-content,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .box-security .content-security .item-content {
  font-size: 14px;
  color: #605e5c;
  font-weight: 400;
  margin-bottom: 0;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .list-medthod,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .list-medthod,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .list-medthod {
  padding: 0;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .list-medthod li,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .list-medthod li,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .list-medthod li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin-top: 16px;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .list-medthod li:first-child,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .list-medthod li:first-child,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .list-medthod li:first-child {
  margin-top: 0;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .list-medthod li .title,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .list-medthod li .title,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .list-medthod li .title {
  color: #616161;
  font-size: 15px;
  font-weight: 400;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .list-medthod li .name,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .list-medthod li .name,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .list-medthod li .name {
  font-size: 15px;
  font-weight: 500;
  color: #616161;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .form .notify,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .form .notify,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .form .notify {
  color: #616161;
  font-size: 14px;
  margin-top: 16px;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .form .notify a,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .form .notify a,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .form .notify a {
  font-size: 14px;
  color: #2196f3;
  text-decoration: underline;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .form .form-select,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .form .form-select,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .form .form-select {
  width: 100%;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  padding: 14px;
  outline: none;
  font-size: 15px;
  color: #616161;
  font-weight: 400;
  margin-top: 16px;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .form .form-select option,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .form .form-select option,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .form .form-select option {
  font-size: 15px;
  color: #616161;
  font-weight: 400;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .form .form-control,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .form .form-control,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .form .form-control {
  width: 100%;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  padding: 24px 20px;
  outline: none;
  margin-top: 16px;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .form .form-control::-moz-placeholder, #profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .form .form-control::-moz-placeholder, #profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .form .form-control::-moz-placeholder {
  color: #d3d3d3;
  font-size: 15px;
  font-weight: 400;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .form .form-control::placeholder,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .form .form-control::placeholder,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .form .form-control::placeholder {
  color: #d3d3d3;
  font-size: 15px;
  font-weight: 400;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .form .modal-footer,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .form .modal-footer,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .form .modal-footer {
  justify-content: center;
  padding: 20px 0;
  gap: 10px;
  border: none;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .form .modal-footer button,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .form .modal-footer button,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .form .modal-footer button {
  width: 47.5%;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 18px;
  font-weight: 500;
  border: none;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .form .modal-footer button.btn-secondary,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .form .modal-footer button.btn-secondary,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .form .modal-footer button.btn-secondary {
  background: #f1f1f1;
  color: #9e9e9e;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .form .modal-footer button.btn-primary,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .form .modal-footer button.btn-primary,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .form .modal-footer button.btn-primary {
  background-color: #ed3237;
  color: #fff;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .modal-footer,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .modal-footer,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .modal-footer {
  justify-content: center;
  padding: 20px 0;
  gap: 10px;
  border: none;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .modal-footer button,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .modal-footer button,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .modal-footer button {
  width: 47.5%;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 18px;
  font-weight: 500;
  border: none;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .modal-footer button.btn-secondary,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .modal-footer button.btn-secondary,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .modal-footer button.btn-secondary {
  background: #f1f1f1;
  color: #9e9e9e;
}

#profile-coupons .profile-main .method .method-main .box-wellet #exampleModalCenter .modal-body .modal-footer button.btn-primary,
#profile-coupons .profile-main .method .method-main .box-wellet #identification .modal-body .modal-footer button.btn-primary,
#profile-coupons .profile-main .method .method-main .box-wellet #verification .modal-body .modal-footer button.btn-primary {
  background-color: #ed3237;
  color: #fff;
}

#profile-coupons {
  margin: 24px 0;
}

#profile-coupons .profile-wrapper {
  padding: 24px;
  background: #ffffff;
  display: flex;
  gap: 24px;
}

#profile-coupons .profile-sidebar {
  max-width: 264px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#profile-coupons .profile-sidebar .profile-sidebar-avt {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 22px 0 0 0;
  justify-content: center;
  align-items: center;
  background: #ffc107;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 12px;
  overflow: hidden;
}

#profile-coupons .profile-sidebar .profile-sidebar-avt .img {
  width: 130px;
  border-radius: 50%;
  height: 130px;
  border: 3px solid #ffffff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3490196078);
  background: #e1dfdd;
  padding: 2px;
}

#profile-coupons .profile-sidebar .profile-sidebar-avt .img img {
  border-radius: 50%;
}

#profile-coupons .profile-sidebar .profile-sidebar-avt .img span {
  padding: 2.5px 12.5px;
  position: absolute;
  bottom: -7px;
  right: 0;
  transform: translateX(-43%);
  background: #ffffff;
  border: 1px solid #ff9800;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 5px;
  height: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #ff9800;
  gap: 6px;
}

#profile-coupons .profile-sidebar .profile-sidebar-avt .name,
#profile-coupons .profile-sidebar .profile-sidebar-avt .shop {
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
  text-align: center;
  color: #ffffff;
}

#profile-coupons .profile-sidebar .profile-sidebar-avt .shop {
  background: black;
  width: 100%;
  padding: 12.5px 0;
}

#profile-coupons .profile-sidebar .profile-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#profile-coupons .profile-sidebar .profile-options .heading {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  color: #0b0e1a;
}

#profile-coupons .profile-sidebar .profile-options.active .heading {
  color: #b20000;
}

#profile-coupons .profile-sidebar .profile-options .list-options {
  list-style-type: none;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#profile-coupons .profile-sidebar .profile-options .list-options li {
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  color: #616161;
  transition: all 0.3s ease-in-out;
}

#profile-coupons .profile-sidebar .profile-options .list-options li:hover {
  color: #b20000;
}

#profile-coupons .profile-sidebar .profile-options .list-options li.disabled {
  pointer-events: none;
  color: #d3d3d3;
}

#profile-coupons .profile-main {
  width: calc(100% - 264px - 12px);
}

#profile-coupons .profile-main .heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.13px;
  text-align: left;
  color: #0b0e1a;
}

#profile-coupons .profile-main .wallet-infomation {
  padding: 24px 0;
}

#profile-coupons .profile-main .wallet-infomation > .row {
  justify-content: space-between;
}

#profile-coupons .profile-main .wallet-infomation > .row .col-md-3:first-child .wallet-item {
  justify-content: flex-start;
}

#profile-coupons .profile-main .wallet-infomation > .row .col-md-3:nth-child(2) .wallet-item {
  padding-left: 22px;
  justify-content: flex-start;
}

#profile-coupons .profile-main .wallet-infomation > .row .col-md-3:nth-child(3) .wallet-item {
  justify-content: center;
}

#profile-coupons .profile-main .wallet-infomation > .row .col-md-3:last-child .wallet-item {
  justify-content: flex-end;
}

#profile-coupons .profile-main .wallet-infomation .wallet-item {
  gap: 8px;
}

#profile-coupons .profile-main .wallet-infomation .wallet-item > img {
  width: 56px;
  -o-object-fit: contain;
  object-fit: contain;
  height: 56px;
}

#profile-coupons .profile-main .wallet-infomation .wallet-item .number {
  font-size: 36px;
  font-weight: 500;
  line-height: 42.19px;
  text-align: left;
  color: #0b0e1a;
}

#profile-coupons .profile-main .wallet-infomation .wallet-item .desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  color: #0b0e1a;
  display: flex;
  gap: 4px;
}

#profile-coupons .profile-main .wallet-infomation .wallet-item .status {
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  text-align: left;
  color: #00bcd4;
}

#profile-coupons .profile-main .wallet-infomation .wallet-item.not-kyc .number,
#profile-coupons .profile-main .wallet-infomation .wallet-item.not-kyc .desc {
  color: #9e9e9e;
}

#profile-coupons .profile-main .wallet-infomation .wallet-item.not-kyc .status {
  color: #c52f33;
}

#profile-coupons .profile-main .reminder {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: #ff825d;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid #ff825d;
  border-radius: 5px;
}

#profile-coupons .profile-main .list-actions {
  margin-top: 36px;
}

#profile-coupons .profile-main .list-actions .title {
  font-size: 24px;
  color: #0b0e1a;
  font-weight: 500;
}

#profile-coupons .profile-main .list-actions div.content {
  margin-top: 16px;
}

#profile-coupons .profile-main .list-actions div.content p,
#profile-coupons .profile-main .list-actions div.content span,
#profile-coupons .profile-main .list-actions div.content strong,
#profile-coupons .profile-main .list-actions div.content li {
  margin-bottom: 0;
  font-size: 15px;
  color: #0b0e1a;
  font-weight: 400;
  line-height: auto;
}

#profile-coupons .profile-main .list-actions div.content a {
  margin-bottom: 0;
  font-size: 15px;
  color: #00bcd4;
  font-weight: 400;
  line-height: auto;
  text-decoration: underline;
}

#profile-coupons .profile-main .method-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet {
  border: 1px solid #f1f1f1;
  background-color: #fff;
  padding: 16px;
  border-radius: 5px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet.box-card {
  margin-top: 32px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .title-wellet {
  font-size: 16px;
  font-weight: 600;
  color: #616161;
  line-height: auto;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #f1f1f1;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet {
  text-align: center;
  width: 100%;
  margin-top: 25px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .box-security {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  border: 1px solid #39C37C;
  background-color: #e6f4ed;
  border-radius: 5px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .box-security svg {
  width: 20px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .box-security .content-security {
  width: 100%;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .box-security .content-security .title {
  font-size: 16px;
  color: #006800;
  font-weight: 500;
  text-align: left;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .box-security .content-security .item-content {
  text-align: left;
  font-size: 14px;
  color: #605e5c;
  font-weight: 400;
  margin-bottom: 0;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 24px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .form,
#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card {
  width: 49%;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .form .form-group {
  margin-bottom: 16px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .form .form-group input {
  border: 1px solid #d3d3d3;
  padding: 16px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 400;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .form .form-group input::-moz-placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #d3d3d3;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .form .form-group input::placeholder {
  font-size: 15px;
  font-weight: 400;
  color: #d3d3d3;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .form .form-group input.date {
  width: 70%;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .form .form-group input.cvv {
  width: 30%;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .form .form-group.d-flex {
  gap: 10px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .form .form-group .form-select {
  border: 1px solid #d3d3d3;
  padding: 10px;
  border-radius: 6px;
  font-size: 15px;
  color: #d3d3d3;
  font-weight: 400;
  width: 100%;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .form .form-group .form-select option {
  color: #111;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .form .form-group .form-select:focus {
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .form .form-group.box-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .form .form-group.box-btn .btn {
  width: 49%;
  padding: 6px 16px;
  border-radius: 6px;
  border: 1px solid;
  font-size: 18px;
  font-weight: 500;
  color: #9e9e9e;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .form .form-group.box-btn .btn.btn-back {
  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .form .form-group.box-btn .btn.btn-next {
  background-color: #c8c6c4;
  border: 1px solid #c8c6c4;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .form .form-group.box-btn .btn.btn-next.active {
  background-color: #ed3237;
  color: #fff;
  border: none;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card {
  position: relative;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-left,
#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-right {
  border-radius: 15px;
  background: linear-gradient(45deg, #b1afad, #e1dcdc);
  padding: 24px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-left .name-chip,
#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-right .name-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-left .name-chip h3,
#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-right .name-chip h3 {
  font-size: 20px;
  color: #a19f9d;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-left .name-user,
#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-left .number-card,
#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-left .date,
#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-right .name-user,
#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-right .number-card,
#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-right .date {
  font-size: 16px;
  font-weight: 500;
  color: #a19f9d;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-left .name-user.active,
#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-left .number-card.active,
#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-left .date.active,
#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-right .name-user.active,
#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-right .number-card.active,
#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-right .date.active {
  font-weight: 600;
  color: #000;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-left .name-user,
#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-right .name-user {
  margin-top: 16px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-left .icon-wellet,
#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-right .icon-wellet {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 11px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  z-index: 2;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-right {
  position: absolute;
  width: 75%;
  right: 0;
  top: 36px;
  padding: 24px 0;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-right .line {
  width: 100%;
  height: 36px;
  background-color: #605e5c;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .form-card .img-card .card-right .cvv {
  margin-top: 16px;
  text-align: right;
  padding-right: 24px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .logo {
  width: 102px;
  height: 94px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .content {
  margin-top: 32px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .content p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #9e9e9e;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .popup-wellet {
  margin: auto;
  margin-top: 16px;
  background: #00bcd4;
  color: #fff;
  border: none;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 18px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet .info-wellet .popup-wellet img {
  width: 24px;
  height: 24px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-header,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-header,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-header {
  align-items: center;
  padding: 20px 24px;
  border: none;
  background-color: #f1f1f1;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-header .modal-title,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-header .modal-title,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-header .modal-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-header .support,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-header .support,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-header .support {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  color: #9e9e9e;
  gap: 5px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-header .support svg,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-header .support svg,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-header .support svg {
  margin-bottom: 2px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body {
  padding: 24px 24px 0 24px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .box-security,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .box-security,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .box-security {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 16px;
  border: 1px solid #39C37C;
  background-color: #e6f4ed;
  border-radius: 5px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .box-security svg,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .box-security svg,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .box-security svg {
  width: 20px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .box-security .content-security,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .box-security .content-security,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .box-security .content-security {
  width: 100%;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .box-security .content-security .title,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .box-security .content-security .title,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .box-security .content-security .title {
  font-size: 16px;
  color: #006800;
  font-weight: 500;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .box-security .content-security .item-content,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .box-security .content-security .item-content,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .box-security .content-security .item-content {
  font-size: 14px;
  color: #605e5c;
  font-weight: 400;
  margin-bottom: 0;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .list-medthod,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .list-medthod,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .list-medthod {
  padding: 0;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .list-medthod li,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .list-medthod li,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .list-medthod li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin-top: 16px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .list-medthod li:first-child,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .list-medthod li:first-child,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .list-medthod li:first-child {
  margin-top: 0;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .list-medthod li .title,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .list-medthod li .title,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .list-medthod li .title {
  color: #616161;
  font-size: 15px;
  font-weight: 400;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .list-medthod li .name,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .list-medthod li .name,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .list-medthod li .name {
  font-size: 15px;
  font-weight: 500;
  color: #616161;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .form .verification-code,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .form .verification-code,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .form .verification-code {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .form .verification-code input,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .form .verification-code input,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .form .verification-code input {
  width: 63px;
  height: 56px;
  font-size: 24px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #e1dfdd;
  color: #c8c6c4;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .form .notify,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .form .notify,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .form .notify {
  color: #616161;
  font-size: 14px;
  margin-top: 16px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .form .notify a,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .form .notify a,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .form .notify a {
  font-size: 14px;
  color: #2196f3;
  text-decoration: underline;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .form .form-select,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .form .form-select,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .form .form-select {
  width: 100%;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  padding: 14px;
  outline: none;
  font-size: 15px;
  color: #616161;
  font-weight: 400;
  margin-top: 16px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .form .form-select option,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .form .form-select option,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .form .form-select option {
  font-size: 15px;
  color: #616161;
  font-weight: 400;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .form .form-control,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .form .form-control,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .form .form-control {
  width: 100%;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  padding: 24px 20px;
  outline: none;
  margin-top: 16px;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .form .form-control::-moz-placeholder, #profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .form .form-control::-moz-placeholder, #profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .form .form-control::-moz-placeholder {
  color: #d3d3d3;
  font-size: 15px;
  font-weight: 400;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .form .form-control::placeholder,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .form .form-control::placeholder,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .form .form-control::placeholder {
  color: #d3d3d3;
  font-size: 15px;
  font-weight: 400;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .form .modal-footer,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .form .modal-footer,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .form .modal-footer {
  justify-content: center;
  padding: 20px 0;
  gap: 10px;
  border: none;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .form .modal-footer button,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .form .modal-footer button,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .form .modal-footer button {
  width: 47.5%;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 18px;
  font-weight: 500;
  border: none;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .form .modal-footer button.btn-secondary,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .form .modal-footer button.btn-secondary,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .form .modal-footer button.btn-secondary {
  background: #f1f1f1;
  color: #9e9e9e;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .form .modal-footer button.btn-primary,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .form .modal-footer button.btn-primary,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .form .modal-footer button.btn-primary {
  background-color: #ed3237;
  color: #fff;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .modal-footer,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .modal-footer,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .modal-footer {
  justify-content: center;
  padding: 20px 0;
  gap: 10px;
  border: none;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .modal-footer button,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .modal-footer button,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .modal-footer button {
  width: 47.5%;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 18px;
  font-weight: 500;
  border: none;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .modal-footer button.btn-secondary,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .modal-footer button.btn-secondary,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .modal-footer button.btn-secondary {
  background: #f1f1f1;
  color: #9e9e9e;
}

#profile-coupons .profile-main .method-card .method-main .box-wellet #exampleModalCenter .modal-body .modal-footer button.btn-primary,
#profile-coupons .profile-main .method-card .method-main .box-wellet #activebankcode .modal-body .modal-footer button.btn-primary,
#profile-coupons .profile-main .method-card .method-main .box-wellet #info-bank .modal-body .modal-footer button.btn-primary {
  background-color: #ed3237;
  color: #fff;
}

#registration {
  margin: 24px 0;
}

#registration .registration-wrapper {
  padding: 48px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#registration .registration-wrapper .form {
  max-width: 480px;
  border-radius: 3px;
  padding: 48px;
  background: #FFFFFF;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1490196078);
}

#registration .registration-wrapper .form.form-registration-create-password-success .img {
  margin: 0 auto;
  width: 128px;
  height: 128px;
}

#registration .registration-wrapper .form.form-registration-create-password-success .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#registration .registration-wrapper .form.form-registration-create-password-success .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 17.58px;
  text-align: center;
  color: #616161;
}

#registration .registration-wrapper .form.form-registration-create-password-success .form-footer {
  display: flex;
  align-items: center;
  flex-direction: row !important;
  gap: 12px;
}

#registration .registration-wrapper .form.form-registration-create-password-success .form-footer a {
  width: calc(50% - 6px);
  border-radius: 6px;
  padding: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.09px;
  text-align: center;
  color: #FFFFFF;
}

#registration .registration-wrapper .form.form-registration-create-password-success .form-footer a.backhome {
  border: 1px solid #9E9E9E;
  background: #9E9E9E;
}

#registration .registration-wrapper .form.form-registration-create-password-success .form-footer a.login {
  border: 1px solid #00BCD4;
  background: #00BCD4;
}

#registration .registration-wrapper .form .form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#registration .registration-wrapper .form .form-wrapper .back-to {
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: left;
  color: #616161;
}

#registration .registration-wrapper .form .form-wrapper .back-to i {
  font-size: 13px;
  font-weight: 400;
}

#registration .registration-wrapper .form .form-wrapper .form-heading {
  padding-bottom: 24px;
  border-bottom: 1px solid #F1F1F1;
  color: #616161;
  font-weight: 500;
}

#registration .registration-wrapper .form .form-wrapper .form-heading h1 {
  font-size: 24px;
  line-height: 28.13px;
}

#registration .registration-wrapper .form .form-wrapper .form-heading h4 {
  font-size: 14px;
  line-height: 16.41px;
  margin: 0;
}

#registration .registration-wrapper .form .form-wrapper .form-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#registration .registration-wrapper .form .form-wrapper .form-body .title span {
  font-size: 15px;
  font-weight: 600;
  line-height: 17.58px;
  text-align: left;
  color: #3B3A39;
}

#registration .registration-wrapper .form .form-wrapper .form-body .title span:last-child {
  cursor: pointer;
  color: #0B7FDA;
  font-weight: 400;
}

#registration .registration-wrapper .form .form-wrapper .form-body input {
  padding: 13px 16px;
  border-radius: 6px;
  outline: none;
  border: 1px solid #D3D3D3;
}

#registration .registration-wrapper .form .form-wrapper .form-body input::-moz-placeholder {
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  color: #D3D3D3;
}

#registration .registration-wrapper .form .form-wrapper .form-body input::placeholder {
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
  color: #D3D3D3;
}

#registration .registration-wrapper .form .form-wrapper .form-body button {
  text-align: center;
  padding: 12.5px 24px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  line-height: 18.75px;
  color: #FFFFFF;
  border: 1px solid #00BCD4;
  background: #00BCD4;
  outline: none;
}

#registration .registration-wrapper .form .form-wrapper .form-body button:disabled {
  background: #C8C6C4;
  border: 1px solid #C8C6C4;
  color: #A19F9D;
}

#registration .registration-wrapper .form .form-wrapper .form-body .desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  text-align: center;
  color: #616161;
}

#registration .registration-wrapper .form .form-wrapper .form-body .desc a {
  color: #0B7FDA;
  text-decoration: underline;
}

#registration .registration-wrapper .form .form-wrapper .form-body .desc span {
  color: #B20000;
}

#registration .registration-wrapper .form .form-wrapper .form-footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#registration .registration-wrapper .form .form-wrapper .form-footer span {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  text-align: center;
  color: #616161;
}

#registration .registration-wrapper .form .form-wrapper .form-footer span.text {
  font-size: 16px;
}

#registration .registration-wrapper .form .form-wrapper .form-footer span#login {
  cursor: pointer;
  color: #0997AA;
  text-decoration: underline;
}

#registration .registration-wrapper .form .form-wrapper .form-footer .support {
  padding-top: 16px;
  border-top: 1px solid #E1DFDD;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  color: #0997AA;
  text-decoration: underline;
}

#registration .registration-wrapper .form .form-wrapper .form-input-group {
  position: relative;
}

#registration .registration-wrapper .form .form-wrapper .form-input-group .password-container {
  position: relative;
}

#registration .registration-wrapper .form .form-wrapper .form-input-group .password-container i.fa {
  font-size: 18px;
  position: absolute;
  right: 16px;
  top: 0;
  transform: translateY(83%);
  cursor: pointer;
  z-index: 1;
  color: #605E5C;
}

#registration .registration-wrapper .form .form-wrapper .form-input-group .regular-expression {
  position: absolute;
  z-index: 1;
  right: -75%;
  top: -30%;
  background-color: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1490196078);
  border: 1px solid #D3D3D3;
  border-radius: 8px;
  padding: 20px 20px 20px 38px;
  max-width: 264px;
  margin: 0;
}

#registration .registration-wrapper .form .form-wrapper .form-input-group .regular-expression::before {
  content: "";
  position: absolute;
  left: -8px;
  background-image: url(/images/arrow-tooltip.svg);
  background-repeat: no-repeat;
  z-index: 2;
  width: 14px;
  height: 14px;
}

#registration .registration-wrapper .form .form-wrapper .form-input-group .regular-expression li {
  font-size: 13px;
  font-weight: 400;
  line-height: 15.23px;
  text-align: left;
  color: #616161;
}

#registration .registration-wrapper .form .form-wrapper .form-input-group input[type=checkbox] {
  border: 1px solid #D3D3D3;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

#registration .registration-wrapper .form .form-wrapper .form-input-group span {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  text-align: left;
  color: #9E9E9E;
}

#registration .registration-wrapper .form .form-wrapper .progress-container {
  margin-top: 4px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2px;
}

#registration .registration-wrapper .form .form-wrapper .progress-container .segment {
  width: calc(25% - 1.5px);
  background: #D9D9D9;
  height: 6px;
}

#profile-coupons .profile-main .profile-vote {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-top: 36px;
}

#profile-coupons .profile-main .profile-vote .title-vote {
  font-size: 24px;
  color: #0b0e1a;
  font-weight: 500;
}

#profile-coupons .profile-main .profile-vote .nav-tabs .nav-item a {
  font-size: 15px;
  font-weight: 500;
  color: #616161;
}

#profile-coupons .profile-main .profile-vote .nav-tabs .nav-item a.active {
  border-color: white;
  border-bottom: 2px solid #b20000;
  font-size: 15px;
  font-weight: 500;
  color: #b20000;
}

#profile-coupons .profile-main .profile-vote #product-tab-content .list-product .product-total {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

#profile-coupons .profile-main .profile-vote #product-tab-content .list-product .product-total .item-product {
  display: flex;
  gap: 16px;
  padding: 0 16px 0 16px;
}

#profile-coupons .profile-main .profile-vote #product-tab-content .list-product .product-total .item-product .info-product {
  padding-bottom: 16px;
  width: 73%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#profile-coupons .profile-main .profile-vote #product-tab-content .list-product .product-total .item-product .info-product .item-code {
  display: flex;
  align-items: center;
  gap: 16px;
}

#profile-coupons .profile-main .profile-vote #product-tab-content .list-product .product-total .item-product .info-product .item-code .code {
  text-decoration: underline;
  font-size: 15px;
  font-weight: 400;
  color: #00bcd4;
}

#profile-coupons .profile-main .profile-vote #product-tab-content .list-product .product-total .item-product .info-product .item-code .date {
  font-size: 13px;
  font-weight: 400;
  color: #616161;
}

#profile-coupons .profile-main .profile-vote #product-tab-content .list-product .product-total .item-product .info-product .content-product {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

#profile-coupons .profile-main .profile-vote #product-tab-content .list-product .product-total .item-product .info-product .content-product .img-product {
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  padding: 8px;
  width: 120px;
}

#profile-coupons .profile-main .profile-vote #product-tab-content .list-product .product-total .item-product .info-product .content-product .img-product img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#profile-coupons .profile-main .profile-vote #product-tab-content .list-product .product-total .item-product .info-product .content-product .content {
  padding: 0 16px 0 0;
}

#profile-coupons .profile-main .profile-vote #product-tab-content .list-product .product-total .item-product .info-product .content-product .content .title {
  font-size: 15px;
  font-weight: 500;
  color: #616161;
  margin-bottom: 8px;
}

#profile-coupons .profile-main .profile-vote #product-tab-content .list-product .product-total .item-product .info-product .content-product .content .type {
  font-size: 13px;
  font-weight: 400;
  color: #616161;
}

#profile-coupons .profile-main .profile-vote #product-tab-content .list-product .product-total .item-product .review-product {
  border-left: 1px solid #edebe9;
  padding-left: 24px;
  padding-bottom: 16px;
}

#profile-coupons .profile-main .profile-vote #product-tab-content .list-product .product-total .item-product .review-product .title-buy {
  color: #616161;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px;
}

#profile-coupons .profile-main .profile-vote #product-tab-content .list-product .product-total .item-product .review-product .info-shop {
  display: flex;
  align-items: center;
  gap: 4px;
}

#profile-coupons .profile-main .profile-vote #product-tab-content .list-product .product-total .item-product .review-product .info-shop .name-shop {
  font-size: 18px;
  color: #616161;
  font-weight: 500;
  margin-bottom: 16px;
}

#profile-coupons .profile-main .profile-vote #product-tab-content .list-product .product-total .item-product .review-product .info-shop span {
  background: linear-gradient(to right, #9c27b0, #e91e63);
  padding: 2px;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}

#profile-coupons .profile-main .profile-vote #product-tab-content .list-product .product-total .item-product .review-product .btn-review {
  padding: 4px 8px;
  border-radius: 3px;
  border: 1px solid #f44336;
  color: #f44336;
  background: #fff;
  font-size: 13px;
  font-weight: 500z;
}

#profile-coupons .profile-main .profile-vote nav .pagination {
  gap: 16px;
}

#profile-coupons .profile-main .profile-vote nav .pagination .page-item {
  display: flex;
  align-items: center;
}

#profile-coupons .profile-main .profile-vote nav .pagination .page-item .page-link {
  border: none;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  color: #616161;
}

#profile-coupons .profile-main .profile-vote nav .pagination .page-item.disabled .page-link {
  color: #d3d3d3;
}

#profile-coupons .profile-main .profile-vote nav .pagination .page-item.disabled .page-link svg path {
  fill: #d3d3d3;
}

#profile-coupons .profile-main .profile-vote nav .pagination .page-item.active .page-link {
  color: #b20000;
  background-color: transparent;
}

#profile-coupons .profile-main .profile-vote nav .pagination .page-item.active .page-link svg path {
  fill: #b20000;
}

#profile-coupons .profile-main .profile-vote nav .pagination .dropdown .dropdown-toggle {
  height: 100%;
  padding: 4px 12px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  font-size: 11px;
  color: #616161;
}

#profile-coupons .profile-main .profile-vote nav .pagination .dropdown .dropdown-menu .dropdown-item {
  font-size: 11px;
  color: #616161;
}


@media (max-width: 1600px) {
  .fs-24 {
    font-size: 18px;
  }
  .container {
    max-width: 1400px;
  }
  #header-main .row {
    justify-content: space-between;
  }
  #header-main .col-lg-6, #header-main .col-lg-2, #header-main .col-lg-4 {
    flex: unset;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  #header-main .header-top .row {
    justify-content: space-between;
  }
  #header-main .header-top .col-lg-6 {
    flex: unset;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  #header-main .header-content #form-search {
    min-width: 400px;
  }
  #header-main .header-content .col-lg-2 {
    display: flex;
  }
  #header-main .header-bottom .row {
    justify-content: space-between;
  }
  #header-main .header-bottom .col-lg-6, #header-main .header-bottom .col-lg-2, #header-main .header-bottom .col-lg-4 {
    flex: unset;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  #header-main .header-bottom .departments-menu span {
    font-size: 14px;
  }
  #header-main .header-bottom .fs-15 {
    font-size: 12px;
  }
  #header-main .header-bottom .item {
    margin-left: 15px;
  }
  .products {
    gap: 12px;
  }
  .products .pro-6 {
    width: calc(20% - 10px);
    margin-right: 0;
  }
  .products .pro-5 {
    width: calc(25% - 10px);
    margin-right: 0;
  }
  .products .product .pro-bottom .item {
    padding: 0 5px;
  }
  .products .category {
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
  }
  .products .category a {
    display: inline-block;
    margin-right: 0;
  }
  .search-trend .fs-20 {
    font-size: 14px;
  }
  .search-trend .the-trend .info {
    font-size: 12px;
  }
  .pro-header .title .nav-tabs .fs-24 {
    font-size: 16px;
  }
  #standard .item .image {
    width: 40px;
  }
  #standard .fs-20 {
    font-size: 16px;
  }
  #standard .fs-28 {
    font-size: 22px;
  }
  #footer .footer-top .form form {
    flex-wrap: wrap;
    gap: 10px;
  }
  .pro-header {
    min-height: 56px;
    height: auto;
  }
  .pro-header.not-image .title {
    width: 100%;
  }
  #page-detail .sidebar-product .side-bar .information .infor {
    padding: 0 5px;
  }
}
/*# sourceMappingURL=style.css.map*/