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

.color-black {
  color: #1b1b1b;
}

.color-gray {
  color: #878787;
}

.color-organe {
  color: #fdb813;
}

.color-red {
  color: #e50000;
}

.color-yellow {
  color: #fdba1a;
}

/**
background-color
 */
.bg-black {
  background-color: #1b1b1b;
}

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

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

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

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

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

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

/**
font size
 */
.fs-10 {
  font-size: 1rem;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.text-main {
  color: #1085FA;
}

.bg-main {
  background-color: #1085FA;
}

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

.owl-carousel .owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.owl-carousel .owl-dots .owl-dot {
  background: #F6F6F6;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 5px;
  outline: none;
  z-index: 1;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #D9D9D9;
  width: 27px;
}
.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  height: -moz-fit-content;
  height: fit-content;
  align-items: center;
}
.owl-carousel .owl-nav button {
  outline: none;
  display: inline-block;
  width: 2rem;
}
.owl-carousel .owl-nav button span {
  font-size: 3rem;
  color: #666;
}
.owl-carousel .owl-nav button:hover span {
  color: #333;
}

.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);
}

#backToTop {
  background: #00aa1c none repeat scroll 0 0;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  width: 45px;
  position: fixed;
  z-index: 999;
  bottom: 80px;
  right: 10px;
  display: none;
  box-shadow: 0px 0 11px 0 #999;
}

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

/*------------------------ 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;
}

#contact-form .-dismiss {
  display: none !important;
}

input.no-notifi {
  border: 1px solid red !important;
}

.fixed-top {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-top-115 {
  position: fixed !important;
  top: 124px;
  right: 0;
  left: 0;
  z-index: 1030;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
  transition: all ease 0.3s;
  background: #fafbff;
  padding: 0 !important;
}
body.archive {
  background-color: #fafbff;
}

body.page-template-tpl-home {
  background: #fafbff;
}

a,
a:hover {
  text-decoration: none;
}

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

.menu {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

figure {
  margin: auto;
  max-width: 600px;
}

@font-face {
  font-family: "Inter";
  src: url(/wp-content/themes/Epal-theme/src/fonts/Inter-VariableFont_slnt\,wght.ttf);
}
.container {
  max-width: 1296px;
}

.single-product .woocommerce-breadcrumb {
  display: none;
}

img.icon {
  margin-right: 8px;
}

.section-wrapper {
  margin-top: 80px;
}

.mt-60 {
  margin-top: 60px;
}

.text-white {
  color: #fff;
}

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

.owl-carousel .owl-nav {
  display: none;
  pointer-events: none;
}
.owl-carousel .owl-nav button {
  background-color: rgba(168, 168, 168, 0.46) !important;
  pointer-events: all;
}
.owl-carousel .owl-nav button span {
  font-size: 5rem;
}
.owl-carousel .owl-nav button.owl-prev {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.owl-carousel .owl-nav button.owl-next {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.owl-carousel .owl-nav button.disabled {
  opacity: 0.4;
}
.owl-carousel:hover .owl-nav {
  display: flex;
}
.owl-carousel.hidden-slide {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

@media (max-width: 1200px) {
  .container {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 992px) {
  .owl-carousel:hover .owl-nav {
    display: none;
  }
  .section-wrapper {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .section-wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .section-wrapper {
    margin-top: 32px;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

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

.hasErrorEmail .woocommerce-Input:focus {
  border: 1px solid red;
}
.hasErrorEmail::after {
  width: 100%;
  content: "Email không hợp lệ !" !important;
  color: #de3618;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
}

.hasErrorPhone .woocommerce-Input:focus {
  border: 1px solid red;
}
.hasErrorPhone::after {
  width: 100%;
  content: "Số không hợp lệ !" !important;
  color: #de3618;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
}

.woocommerce-account .woocommerce-breadcrumb {
  display: none;
}

.toast {
  transform: translateX(100%);
  position: fixed;
  font-size: 1.8rem;
  top: 100px;
  right: 0;
  z-index: 9999;
  height: 70px;
  padding: 10px 12px;
  border-radius: 10px;
  transition: slide-in 0.5s linear;
}
.toast.show {
  transform: translateX(0);
}
.toast.success .toast-icon i {
  color: green;
}
.toast.success .toast-icon i::after {
  content: "\f058";
}
.toast.error .toast-icon i {
  color: #de3618;
}
.toast.error .toast-icon i::after {
  content: "\f06a";
}
.toast .toast-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.toast .toast-wrapper .toast-icon i {
  font-size: 30px;
}
.toast .toast-wrapper .toast-content .toast-title {
  font-weight: bold;
  color: #212b36;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}
.toast .toast-wrapper .toast-content .toast-message {
  color: #212b36;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
.toast .toast-wrapper .toast-close {
  cursor: pointer;
  transition: all 0.3s linear;
}
.toast .toast-wrapper .toast-close:hover {
  color: #de3618;
}

@keyframes slide-in {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.title-mobile {
  display: none;
  padding: 16px !important;
  align-items: center;
  background: #fff;
}
.title-mobile .back-account {
  background-color: transparent;
  border: none;
  outline: none;
  height: 30px;
}
.title-mobile #goBack {
  border: none;
  outline: none;
  background-color: transparent;
}
.title-mobile #goBack.active img {
  filter: invert(13%) sepia(83%) saturate(4046%) hue-rotate(231deg) brightness(95%) contrast(94%);
}
.title-mobile #goBack img {
  width: 10px;
  filter: invert(70%) sepia(18%) saturate(194%) hue-rotate(169deg) brightness(90%) contrast(89%);
}
.title-mobile h3,
.title-mobile p {
  margin: auto;
  color: #212b36;
  font-size: 16px;
  font-weight: 500;
}
.list-category h4 {
  color: #1435C3;
  font-size: 24px;
  margin-bottom: 32px;
}
.list-category h2 {
  color: #1435C3;
  font-size: 24px;
  margin-bottom: 32px;
}
.overlay-search {
  background: transparent;
  width: 100%;
  height: 10000px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.overlay-search.active {
  display: block;
}

.archive section.loading {
  display: none;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 99999999999;
}
.loading .loading-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading .loading-wrapper .f-loading {
  position: absolute;
  right: 0;
  border: 2.5px solid #294adf;
  border-right-color: transparent;
  top: calc(50% - 14px);
  left: calc(50% - 14px);
  width: 24px;
  height: 24px;
}

.required-input {
  color: red;
}

.menu-mobile-custom-section nav.woocommerce-MyAccount-navigation {
  max-width: unset;
}
.menu-mobile-custom-section nav.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  padding: 10px 16px 10px 0;
}

.blockOverlay {
  display: none !important;
}

.menu-mobile-custom-section nav.woocommerce-MyAccount-navigation li.is-active {
  color: #212b36;
  background: transparent;
  border: none;
}

@media (max-width: 992px) {
  .page-template-tpl-cart #menu-mobile-top {
    padding-bottom: 16px;
    margin-bottom: 0;
  }
  .woocommerce-account {
    background: #fff;
  }
  .woocommerce-account .woocommerce-breadcrumb {
    display: flex;
    max-width: 98.5%;
    padding-left: 15px;
    margin: auto;
  }
  #menu-mobile-top {
    padding-bottom: 16px;
    margin-bottom: 0;
  }
  #menu-mobile-top .content .top .logo .logo-img {
    display: block !important;
  }
  #menu-mobile-top .content .top .logo .logo-img .logo-main {
    display: block;
    max-height: 24px;
  }
  #menu-mobile-top .content .top .logo .logo-img #goBack {
    display: none;
  }
  .search #menu-mobile-top .content .top .logo .logo-img,
  .single-product #menu-mobile-top .content .top .logo .logo-img,
  .archive #menu-mobile-top .content .top .logo .logo-img {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .title-mobile {
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.04);
  }
}
body.home .active-account,
body.archive .active-account {
  display: none;
}

#banner-main {
  position: relative;
}
#banner-main .item {
  height: 600px;
}
#banner-main .banner-mobile {
  display: none;
}
.banner-mobile .item:first-child {
  display: block;
}
.banner-mobile .item {
  display: none;
}
#banner-main .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#banner-main .banner-menu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
  width: 100%;
  height: calc(100% - 60px);
  z-index: 8;
  pointer-events: none;
}
#banner-main .banner-menu .menu-category {
  width: 100%;
  height: calc(100% - 10px);
  margin-top: 10px;
  pointer-events: all;
  width: -moz-fit-content;
  width: fit-content;
}
#banner-main .slider-menu-top {
  position: absolute;
  z-index: 9;
  background: #1085FA;
  width: 100%;
  overflow: hidden;
}
#banner-main .slider-menu-top .top-menu {
  display: flex;
  align-items: center;
}
#banner-main .slider-menu-top .top-menu .slider-menu-item {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 16px;
}
#banner-main .slider-menu-top .top-menu .slider-menu-item:hover, #banner-main .slider-menu-top .top-menu .slider-menu-item.active {
  background: #FFF;
}
#banner-main .slider-menu-top .top-menu .slider-menu-item:first-child {
  padding: 10px 30px 10px 62px;
  background: #1085FA;
  color: #FFF;
  cursor: pointer;
}
#banner-main .slider-menu-top .top-menu .slider-menu-item:first-child::before {
  content: url("/wp-content/themes/Epal-theme/images/cate.png");
  position: absolute;
  display: inline-block;
  top: 6px;
  left: 40px;
  filter: invert(1);
}
#banner-main .slider-menu-top .top-menu .slider-menu-item:last-child {
  position: absolute;
  right: 0;
}
#banner-main .slider-menu-top .top-menu .slider-menu-item:last-child::before {
  content: url("/wp-content/themes/Epal-theme/images/email-color.png");
  position: relative;
  display: inline-block;
  top: 4px;
}
#banner-main .solutions-wrapper {
  position: absolute;
  z-index: 7;
  width: 100%;
  bottom: 57px;
}
#banner-main .solutions-wrapper .solutions {
  background: #FFF;
  display: flex;
  width: calc(100% - 315px);
  border-radius: 6px;
  overflow: hidden;
  padding: 15px;
  margin-left: auto;
  margin-right: 15px;
}
#banner-main .solutions-wrapper .solutions .solution-item {
  width: 20%;
  text-align: center;
  color: #000;
  border-right: 1px solid grey;
  padding: 0 6px;
}
#banner-main .solutions-wrapper .solutions .solution-item:last-child {
  border-right: none;
}
#banner-main .solutions-wrapper .solutions .solution-item:hover {
  color: #1085FA;
}

@media screen and (max-width: 992px) {
  #banner-main {
    padding: 0 15px;
  }
  #banner-main .banner-carousel .item {
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
  }
  #banner-main .banner-carousel .item img {
    border-radius: 10px;
  }
  #banner-main .banner-carousel .owl-dots {
    margin-top: -18px;
  }
  #banner-main .banner-menu {
    display: none;
  }
  #banner-main .slider-menu-top {
    display: none;
  }
  #banner-main .solutions-wrapper {
    bottom: 30px;
  }
  #banner-main .solutions-wrapper .solutions {
    width: 100%;
    margin: 0 30px;
    transform: translateX(-15px);
  }
  #banner-main .solutions-wrapper .solutions .solution-item:hover {
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  #banner-main .banner-carousel .item {
    height: 250px;
  }
  #banner-main .solutions-wrapper {
    position: relative;
    margin-top: 50px;
  }
  #banner-main .solutions-wrapper .solutions {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin: 0;
    transform: unset;
  }
}
@media screen and (max-width: 576px) {
  #banner-main .banner-carousel .item {
    height: 120px;
  }
  #banner-main .solutions-wrapper .solutions {
    flex-wrap: wrap;
    gap: 10px;
  }
  #banner-main .solutions-wrapper .solutions .solution-item {
    border-right: unset;
    width: calc(50% - 5px);
  }
}
#feature-cate .content {
  padding: 14px;
  background: linear-gradient(271.78deg, #5dcdcd -2.44%, #9ac4ff 103.84%);
  border-radius: 10px;
}
#feature-cate .content .cate-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#feature-cate .content .cate-list {
  display: flex;
  gap: 14px;
  justify-content: space-between;
}
#feature-cate .content .cate-list .cate-item {
  background-color: #fff;
  padding: 10px;
  color: #383b46;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 146px;
}
#feature-cate .content .cate-list .cate-item .ellipsis {
    -webkit-line-clamp: 2 !important;
}
#feature-cate .content .cate-list .cate-item img {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
#feature-cate .content .cate-list .cate-item .name {
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.banner-section {
  display: flex;
  gap: 20px;
  width: 100%;
}
.banner-section .banner-item {
  width: 100%;
  height: 240px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.banner-section .banner-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 992px) {
  #feature-cate .content {
    padding: 10px;
  }
  #feature-cate .content .cate-list {
    flex-wrap: wrap;
    gap: 10px;
  }
  #feature-cate .content .cate-list .cate-item {
    width: calc(25% - 8px);
  }
  .banner-section {
    display: unset;
    border-radius: 10px;
    overflow: hidden;
  }
  .banner-section .banner-item {
    height: 130px;
  }
  .banner-section .banner-item img {
    border-radius: 10px;
  }
  .banner-section .owl-dots {
    margin-top: -18px;
  }
}
@media screen and (max-width: 576px) {
  #feature-cate .content {
    padding: 6px;
    padding-top: 8px;
  }
  #feature-cate .content .cate-title {
    font-size: 18px;
    margin-bottom: 4px;
  }
  #feature-cate .content .cate-list {
    gap: 4px;
  }
  #feature-cate .content .cate-list .cate-item {
    width: calc(25% - 3px);
    aspect-ratio: 1;
    height: unset;
  }
  #feature-cate .content .cate-list .cate-item .name {
    font-size: 12px;
  }
  #feature-cate .content .cate-list .cate-item img {
    width: 40px;
    height: 40px;
  }
  #feature-cate .banner-section {
    height: 140px;
  }
}
#news-main .content {
  background: linear-gradient(274.56deg, #9CC5FE -3.85%, #D1F4FF 102.65%);
  padding: 14px;
  border-radius: 10px;
}
#news-main .content .news-list .post-item {
  border-radius: 8px;
  overflow: hidden;
  background: #FFF;
}
#news-main .content .news-list .post-item:hover .thumbnail img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
#news-main .content .news-list .post-item .thumbnail {
  height: 180px;
  width: 100%;
  overflow: hidden;
}
#news-main .content .news-list .post-item .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease;
}
#news-main .content .news-list .post-item .post-title {
  margin: 12px 8px;
  height: 52px;
  overflow: hidden;
}
#news-main .content .news-list .post-item .post-title a {
  color: #252930;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 26px;
  margin-bottom: 40px;
}
.header .text {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #000000;
}
.header .sub-cate {
  display: flex;
  gap: 16px;
}
.header .sub-cate .item {
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 10px;
  color: #212B36;
  cursor: pointer;
  border: 1px solid #E3E3E3;
}
.header .sub-cate .item.active {
  color: #1085FA;
  border-color: #1085FA;
}

.see-all-mb {
  display: none;
}

@media screen and (max-width: 992px) {
  #news-main {
    margin-bottom: 80px;
  }
  #news-main .content #slide-wrapper {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .header {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 567px) {
  #news-main .content {
    background: linear-gradient(97.47deg, #81B3F9 1.4%, #0042A0 102.45%);
  }
  #news-main .content .header .text {
    color: #FFF;
  }
  .header {
    margin-top: 0;
    margin-bottom: 16px;
  }
  .header .see-all-pc {
    display: none;
  }
  .header .text {
    font-size: 14px;
    line-height: 22.4px;
  }
  .header .sub-cate {
    gap: 4px;
    flex-wrap: wrap;
  }
  .header .sub-cate .item {
    padding: 6px 10px;
    font-size: 12px;
    border: 1px solid #E3E3E3;
  }
  .see-all-mb {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 10px 0;
    color: #FFF;
    margin-top: 8px;
    border-radius: 6px;
    gap: 4px;
  }
  .see-all-mb:hover {
    color: #FFF;
  }
}
#main-content .product-cate-wrapper .product-cate-item {
  border-radius: 10px;
  padding: 14px;
  background: linear-gradient(97.47deg, #81B3F9 1.4%, #0042A0 102.45%);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#main-content .product-cate-wrapper:nth-child(1) .product-cate-item:nth-child(1) {
  background: linear-gradient(98.57deg, #DC4F67 4.4%, #FFC684 103.25%);
}
#main-content .product-cate-wrapper:nth-child(1) .product-cate-item:nth-child(2) {
  background: linear-gradient(279.98deg, #4FA27A 0.43%, #84BCA1 95%);
}
#main-content .product-cate-wrapper:nth-child(2) .product-cate-item:nth-child(1) {
  background: linear-gradient(97.91deg, #FDBE97 7.57%, #F86767 101.29%);
}
#main-content .product-cate-wrapper:nth-child(2) .product-cate-item:nth-child(2) {
  background: linear-gradient(98.1deg, #409B8D 10.53%, #055448 102.43%);
}
#main-content .product-cate-wrapper:nth-child(3) .product-cate-item:nth-child(1) {
  background: linear-gradient(97.47deg, #81B3F9 1.4%, #0042A0 102.45%);
}
#main-content .product-cate-wrapper:nth-child(3) .product-cate-item:nth-child(2) {
  background: linear-gradient(98.1deg, #409B8D 10.53%, #055448 102.43%);
}

.product-item {
  background-color: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 14px;
  border-radius: 10px;
}
.product-item:hover .image img {
  transform: scale(1.1);
  transition: 0.2s ease;
}
.product-item:hover .infor .name {
  color: #1085FA;
  transition: 0.2s ease;
}
.product-item .image {
  padding: 14px 0;
  overflow: hidden;
}
.product-item .image img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.2s ease;
}
.product-item .infor {
  text-align: center;
}
.product-item .infor .name {
  font-weight: 500;
  font-size: 14px;
  color: #1C1B1B;
  margin-bottom: 24px;
  transition: 0.2s ease;
}

.product-item .infor .name .name-ellipsi {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-item .infor .price {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.product-item .infor .price .price-regular,
.product-item .infor .price .price-sale {
  color: #1085FA;
  font-size: 18px;
  font-weight: 600;
  line-height: 24.2px;
  margin-bottom: 0;
}
.product-item .infor .price .price-regular span,
.product-item .infor .price .price-sale span {
  color: #1085FA;
  font-size: 18px;
  font-weight: 600;
  line-height: 24.2px;
  margin-bottom: 0;
}
.product-item .infor .price .price-regular.on-sale span.price-text {
  color: #99A4AF;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 8px;
}
.product-item .infor .price .price-regular.on-sale .discount {
  padding: 2px 4px;
  border-radius: 5px;
  color: #1085FA;
  font-size: 13px;
  font-weight: 500;
  background-color: #EDF0FF;
  text-decoration: none;
}
.product-item .bot-content {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 15px;
  margin-top: 14px;
}
.product-item .bot-content .add-mobile {
  display: none;
}
.product-item .bot-content .add-pc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.product-item .bot-content .add-pc .detail {
  color: #636c74;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}
.product-item .bot-content .add-pc .detail:hover {
  color: #1085FA;
}
.product-item .bot-content .add-pc .detail:hover img {
  filter: invert(23%) sepia(89%) saturate(2451%) hue-rotate(218deg) brightness(77%) contrast(98%);
}
.product-item .bot-content .add-pc .detail img {
  width: 5px;
  margin-left: 4px;
}
.product-item .bot-content .add-pc .add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid #A3ACB3;
  cursor: pointer;
}
.product-item .bot-content .add-pc .add-to-cart:hover {
  border: 1px solid #1085FA;
}
.product-item .bot-content .add-pc .add-to-cart img {
  width: 15px;
}

@media screen and (max-width: 576px) {
  .product-item {
    padding: 10px;
  }
  .product-item .image {
    padding-top: 0;
  }
  .product-item .image img {
    width: 80px;
    height: 80px;
  }
  .product-item .infor .name {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    height: 34px;
    margin-bottom: 16px;
  }
  .product-item .infor .price {
    height: 50px;
  }
  .product-item .infor .price .regular-price,
  .product-item .infor .price .sale-price {
    font-size: 16px;
    line-height: 19.36px;
  }
  .product-item .infor .price.on-sale .regular-price {
    font-size: 14px;
  }
  .product-item .infor .price.on-sale .regular-price .discount {
    padding: 2px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 500;
  }
  .product-item .bot-content {
    padding-top: 0;
    margin-top: 20px;
    border-top: unset;
  }
  .product-item .bot-content .add-mobile {
    display: flex;
    width: 100%;
  }
  .product-item .bot-content .add-mobile .add-to-cart {
    width: 100%;
    border: 1px solid rgba(16, 133, 250, 0.3019607843);
    height: 30px;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 12px;
    color: #1085FA;
    align-items: center;
    gap: 4px;
    display: flex;
  }
  .product-item .bot-content .add-mobile .add-to-cart img {
    max-width: 12px;
  }
  .product-item .bot-content .add-pc {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .product-item .infor .name .name-ellipsi {
    height: 100%;
  }
}
#feature-program .section-wrapper:nth-child(odd) .program-header .item-header.active {
  color: #FFF;
}
#feature-program .section-wrapper:nth-child(even) .program-header .item-header.active {
  color: #1085FA;
}
#feature-program .section-wrapper {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#feature-program .section-wrapper .program-header {
  display: flex;
  width: 100%;
}
#feature-program .section-wrapper .program-header .item-header {
  padding: 18px 0;
  width: 100%;
  background-color: #E2EEFF;
  text-align: center;
  cursor: pointer;
  position: relative;
}
#feature-program .section-wrapper .program-header .item-header::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FAFBFF;
  position: absolute;
  left: -5px;
  top: 0;
}
#feature-program .section-wrapper .program-header .item-header .name {
  font-size: 18px;
  line-height: 21.6px;
}
#feature-program .section-wrapper .program-header .item-header .description {
  font-size: 14px;
}
#feature-program .section-wrapper .program-header .item-header:first-child {
  border-top-left-radius: 16px;
}
#feature-program .section-wrapper .program-header .item-header:last-child {
  border-top-right-radius: 16px;
}
#feature-program .section-wrapper .program-header .item-header.active {
  pointer-events: none;
  background: transparent;
}
#feature-program .section-wrapper .program-slider {
  padding: 90px 14px 14px 240px;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
#feature-program .section-wrapper .program-slider .countdown {
  display: flex;
  position: absolute;
  width: 200px;
  left: 18px;
  top: 50%;
  height: 45px;
  gap: 8px;
  justify-content: center;
}
#feature-program .section-wrapper .program-slider .countdown .time {
  height: 100%;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 5px;
  background: linear-gradient(rgb(74, 74, 74), rgb(35, 34, 34));
  font-size: 20px;
  font-weight: 600;
}
#feature-program .section-wrapper .program-slider .slider-wrapper {
  position: relative;
  z-index: 10;
}
#feature-program .section-wrapper .program-slider .slider-wrapper .product-list .product-item .infor .name .name-ellipsi {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 768px) {
  #feature-program .section-wrapper .program-header .item-header .name {
    font-size: 16px;
  }
  #feature-program .section-wrapper .program-header .item-header .description {
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  #feature-program .section-wrapper .program-header .item-header {
    padding: 10px 12px;
  }
  #feature-program .section-wrapper .program-header .item-header::before {
    top: -1px;
  }
  #feature-program .section-wrapper .program-header .item-header .name {
    font-size: 12px;
  }
  #feature-program .section-wrapper .program-header .item-header .description {
    font-size: 10px;
  }
  #feature-program .section-wrapper .program-slider {
    padding: 60px 14px 14px 16px;
  }
  #feature-program .section-wrapper .program-slider .countdown {
    top: 12px;
    height: 30px;
    justify-content: flex-start;
    gap: 4px;
  }
  #feature-program .section-wrapper .program-slider .countdown .time {
    font-size: 14px;
    width: 28px;
  }
}
@media screen and (max-width: 480px) {
  #feature-program .section-wrapper .program-slider .slider-wrapper .product-list .product-item .infor .name .name-ellipsi {
    height: 100%;
  }
}
#primary .woocommerce {
  font-family: Manrope, sans-serif;
  font-size: 16px;
}
#primary .woocommerce .col-lg-5 .cart-collaterals {
  padding: 32px 24px;
  background-color: #f8f8f8;
  border-radius: 4px;
}
#primary .woocommerce .col-lg-5 .cart-collaterals .cart_totals {
  width: 100%;
}
#primary .woocommerce .col-lg-5 .cart-collaterals .cart_totals h2 {
  font-size: 24px;
  font-family: Epilogue, sans-serif;
  text-transform: uppercase;
  margin: 0;
}
#primary .woocommerce .col-lg-5 .cart-collaterals .cart_totals .shop_table {
  border: none;
}
#primary .woocommerce .col-lg-5 .cart-collaterals .cart_totals .shop_table .cart-subtotal th {
  padding: 27px 12px 9px;
  border-bottom: 1px solid #e9e6ed;
}
#primary .woocommerce .col-lg-5 .cart-collaterals .cart_totals .shop_table .cart-subtotal td {
  text-align: right;
  padding: 27px 12px 9px;
}
#primary .woocommerce .col-lg-5 .cart-collaterals .cart_totals .shop_table .order-total th {
  text-transform: uppercase;
  font-family: Epilogue, sans-serif;
  vertical-align: inherit;
  border-color: #d3d7de;
  border-top: 1px solid #e9e6ed;
}
#primary .woocommerce .col-lg-5 .cart-collaterals .cart_totals .shop_table .order-total td {
  color: #000;
  font-weight: 300;
  padding: 24px 12px 40px;
  text-align: right;
  border-color: #d3d7de;
}
#primary .woocommerce .col-lg-5 .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Epilogue, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 13px 0;
  background-color: #000;
  border: 1px solid #000;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .shop_table {
  border: none;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .shop_table tbody .actions {
  display: flex;
  justify-content: start;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .shop_table tbody .actions .coupon {
  display: none;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .shop_table tbody .actions .button {
  color: #000;
  font-family: Epilogue, sans-serif;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item {
  padding: 24px 0;
  border-bottom: 1px solid #d3d7de;
  display: flex;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-thumbnail {
  width: 168px;
  margin-right: 32px;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-thumbnail a img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-info .product-name a {
  color: #172b4d;
  font-size: 16px;
  text-decoration: none;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-info .price .amount bdi {
  color: #000;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-info .product-quantity .quantity input {
  width: 48px !important;
  height: 32px !important;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  border: 1px solid #d3d7de;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-info .product-remove .remove {
  color: #000 !important;
  font-size: 14px;
  position: relative;
  padding-left: 28px;
  display: inline;
  font-weight: 400;
  font-family: Epilogue, sans-serif;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-info .product-remove .remove::before {
  content: url(/wp-content/themes/Epal-theme/images/trash.svg);
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-info .product-remove .remove:hover {
  background-color: unset;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item:last-of-type {
  border: none;
}
#primary .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: #000;
}
#primary .woocommerce .woocommerce-notices-wrapper .woocommerce-message::before {
  color: #000;
}
#primary .woocommerce .woocommerce-notices-wrapper .woocommerce-message a {
  text-decoration: none;
  color: #000;
}
#primary .woocommerce .wc-empty-cart-message .woocommerce-info {
  border-top-color: #000;
}
#primary .woocommerce .wc-empty-cart-message .woocommerce-info::before {
  color: #000;
}
#primary .woocommerce .return-to-shop a {
  color: #000;
}

.popup-add-cart-success {
  position: fixed;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  width: -moz-max-content;
  width: max-content;
  height: auto;
  padding: 16px 14px;
  top: 60px;
  right: 9px;
  transition: 0.4s ease-in;
  transform: translateX(115%);
  z-index: 99999;
}
.popup-add-cart-success .body-popup {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.popup-add-cart-success .body-popup .icon-success {
  width: 20px;
  height: 20px;
}
.popup-add-cart-success .body-popup .icon-success img {
  width: 100%;
  height: 100%;
}
.popup-add-cart-success .body-popup .info-success {
  padding: 0 10px;
  font-style: normal;
  line-height: 1.5;
  font-weight: 500;
  color: #252930;
  font-size: 16px;
}
.popup-add-cart-success .body-popup .close-popup-modal {
  cursor: pointer;
}

.active {
  transform: translateX(0%) !important;
}

#page-cart #breadcrumb-nav {
  padding: 20px 0 30px 0;
  margin-top: 40px;
}
#page-cart #breadcrumb-nav .breadcrumb-nav a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color: #99a4af;
  transition: 0.2s ease;
}
#page-cart #breadcrumb-nav .breadcrumb-nav a:hover {
  color: #1085FA;
  transition: 0.2s ease;
}
#page-cart #breadcrumb-nav .breadcrumb-nav span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color: #000;
}
#page-cart #breadcrumb-nav .breadcrumb-nav span.text-line {
  margin: 0 2px;
}
#page-cart #primary-cart .col-md-12 {
  padding: 0;
}
#page-cart #primary-cart .woocommerce-notices-wrapper .woocommerce-message {
  display: none;
  border-top-color: #1085FA;
}
#page-cart #primary-cart .woocommerce-notices-wrapper .woocommerce-message::before {
  color: #1085FA;
}
#page-cart #primary-cart .woocommerce-notices-wrapper .woocommerce-message a {
  text-decoration: none;
  color: #000;
}
#page-cart #primary-cart .wc-empty-cart-message .woocommerce-info {
  border-top-color: #1085FA;
}
#page-cart #primary-cart .wc-empty-cart-message .woocommerce-info::before {
  color: #1085FA;
}
#page-cart #primary-cart .return-to-shop {
  background: #1085FA;
  transition: all 0.3s linear;
  border: 1px solid #1085FA;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  width: -webkit-fit-content;
}
#page-cart #primary-cart .return-to-shop a {
  color: white;
  background: transparent;
}
#page-cart #primary-cart .return-to-shop:hover {
  background: #fff;
}
#page-cart #primary-cart .return-to-shop:hover a {
  color: #1085FA;
}

#primary .woocommerce {
  font-family: "Inter", sans-serif !important;
  font-size: 16px;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details {
  border: 1px solid #d3d7de;
  border-radius: 4px;
  margin-bottom: 20px;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1,
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 {
  float: unset;
  width: 100%;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields h3 {
  font-size: 24px;
  font-family: Epilogue, sans-serif;
  border-bottom: 1px solid #d3d7de;
  border-radius: 4px 4px 0 0;
  background-color: #f8f8f8;
  padding: 16px 40px;
  margin: 0;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  padding: 24px 24px 0 24px;
  color: #6b778c;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3%;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
  width: 100%;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_province_field,
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_district_field,
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_ward_field {
  width: 33%;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_province_field .woocommerce-input-wrapper select,
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_district_field .woocommerce-input-wrapper select,
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_ward_field .woocommerce-input-wrapper select {
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #6b778c;
  padding: 10px;
  outline: none;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
  line-height: 24px;
  margin-bottom: 4px;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label .required {
  display: none;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .input-text {
  border: 1px solid #d3d7de;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 8px 12px;
  color: #6b778c;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 {
  border: 1px solid #d3d7de;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 8px 12px;
  color: #6b778c;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .selection .select2-selection {
  border: none;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .selection .select2-selection span {
  color: #6b778c;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__arrow {
  top: 8px;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .woocommerce-additional-fields h3 {
  display: none;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
  padding: 0 24px 24px 24px;
  color: #6b778c;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row label .optional {
  display: none;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .input-text {
  width: 100%;
  min-height: 80px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  color: #6b778c;
  padding: 10px;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .wc_payment_methods {
  border: 1px solid #d3d7de;
  border-radius: 4px;
  margin: 24px;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .wc_payment_methods .title {
  font-size: 24px;
  font-family: Epilogue, sans-serif;
  border-bottom: 1px solid #d3d7de;
  border-radius: 4px 4px 0 0;
  background-color: #f8f8f8;
  padding: 16px 40px;
  margin: 0;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .wc_payment_methods .list-payment {
  padding: 24px;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .wc_payment_methods .list-payment .wc_payment_method {
  list-style: none;
  position: relative;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .wc_payment_methods .list-payment .wc_payment_method .payment_method_cod {
  display: none;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .wc_payment_methods .list-payment .wc_payment_method .input-radio {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  position: relative;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .wc_payment_methods .list-payment .wc_payment_method label {
  margin-bottom: 20px;
}
#primary .woocommerce .post-sidebar {
  padding: 32px 24px;
  background-color: #f8f8f8;
  border-radius: 4px;
  margin-bottom: 20px;
}
#primary .woocommerce .post-sidebar #order_review_heading {
  font-size: 24px;
  font-family: Epilogue, sans-serif;
  margin-bottom: 24px;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  border: none;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody .cart_item .product-name .name {
  margin-bottom: 2rem;
  font-family: Epilogue, sans-serif;
  font-size: 18px;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody .cart_item .product-name .price {
  font-size: 14px;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody .cart_item .product-total {
  text-align: right;
  padding-top: 34px;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody .cart_item .product-total .product-quantity {
  width: 50px;
  font-weight: 300;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal th {
  font-weight: 300;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
  font-weight: 300;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total th {
  font-weight: 300;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total td {
  font-weight: 300;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
  background-color: #f8f8f8;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
  display: none;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .button {
  width: 100%;
  color: #fff;
  font-family: Epilogue, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 13px 0;
  background-color: #000;
  border: 1px solid #000;
}
#primary .woocommerce #thank-you {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 0 40px;
}
#primary .woocommerce #thank-you .woocommerce-notice {
  font-family: Epilogue, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}
#primary .woocommerce #thank-you .woocommerce-order-overview {
  padding: 32px;
  background: #f8f8f8;
  border-radius: 4px;
}
#primary .woocommerce #thank-you .woocommerce-order-overview .title {
  font-size: 24px;
  font-family: Epilogue, sans-serif;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 0.5px solid #d3d7de;
}
#primary .woocommerce #thank-you .woocommerce-order-overview div {
  margin-bottom: 16px;
}
#primary .woocommerce #thank-you .woocommerce-order-overview div strong {
  float: right;
}
#primary .woocommerce #thank-you .woocommerce-order-overview .woocommerce-order-overview__total {
  padding: 30px 0;
  margin: 24px 0;
  border-bottom: 0.5px solid #d3d7de;
  border-top: 0.5px solid #d3d7de;
}
#primary .woocommerce #thank-you .woocommerce-order-details {
  display: none;
}
#primary .woocommerce #thank-you .woocommerce-customer-details {
  display: none;
}
#primary .woocommerce #thank-you .button {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
#primary .woocommerce #thank-you .button a {
  display: block;
  padding: 9px 20px;
  width: -moz-max-content;
  width: max-content;
  background: #000;
  color: #fff;
  font-family: Epilogue, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
#primary .woocommerce #thank-you .button .back-home {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 992px) {
  .page-template-tpl-register #menu-mobile-top .content .top .logo .logo-img {
    display: block !important;
  }
  .page-template-tpl-register #menu-mobile-top .content .top .logo .logo-img .logo-main {
    display: block;
  }
  .page-template-tpl-register #menu-mobile-top .content .top .logo .logo-img #goBack {
    display: none;
  }
  #account-success h4 {
    display: block !important;
  }
  .woocommerce #customer_login .u-column .woocommerce-form .woocommerce-LostPassword a {
    font-size: 16px;
  }
  .woocommerce-account .active-account {
    display: none;
  }
  .woocommerce-account div#primary {
    width: 100%;
    padding: 0 0 67px 0;
    background: #fff;
  }
  .woocommerce-account div#primary .default-content {
    margin-top: 0;
  }
  .woocommerce-account div#primary .woocommerce .woocommerce-MyAccount-content {
    padding-top: 0;
  }
  .woocommerce-account div#primary #register {
    background: #fff;
    padding: 0 0 50px 0;
  }
  .woocommerce-account div#primary .container .row .col-12 {
    padding: 0;
  }
  #register #create-account #form-create {
    margin-top: 24px;
  }
  #register #customer-lost-password h4 {
    display: block;
    margin-top: 24px !important;
  }
  #register.register-mb {
    background: #fff;
    padding: 0 0 50px 0;
    width: 100%;
  }
  #register div.register-form {
    padding: 20px;
    border-radius: 24px;
    padding-top: 0;
  }
  #register div.register-form .other {
    font-size: 16px;
  }
  #register div.register-form .title-mobile {
    display: flex;
    align-items: center;
  }
  #register div.register-form .title-mobile.back {
    padding: 16px 0 0 0 !important;
    box-shadow: none;
  }
  #register div.register-form .title-mobile.back img {
    width: 7px !important;
    margin-bottom: 1px;
    filter: invert(34%) sepia(69%) saturate(4631%) hue-rotate(209deg) brightness(101%) contrast(102%);
  }
  #register div.register-form .title-mobile.back p {
    margin-bottom: 0;
    font-size: 16px;
    color: #0d6efd;
  }
  #register div.register-form .title-mobile #goBack {
    border: none;
    outline: none;
    background-color: transparent;
  }
  #register div.register-form .title-mobile #goBack img {
    width: 10px;
  }
  #register div.register-form .title-mobile h3 {
    margin: auto;
    color: #212b36;
    font-size: 16px;
    font-weight: 500;
  }
  #register div.register-form .pd-mbile {
    padding-top: 24px;
    font-size: 16px;
  }
  #register div.register-form .pd-mbile a {
    font-size: 16px;
  }
  #register div.register-form h4 {
    display: none;
  }
  #register div.register-form .social {
    padding: 14px 5px;
    font-size: 16px;
  }
  .page-template-tpl-account-mobile {
    position: fixed;
    bottom: 62px;
    width: 100%;
    left: 0;
    height: calc(100% - 62px);
    background: #fff;
    z-index: 99999;
    transition: all 0.3s linear;
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
    overflow: hidden;
  }
  .page-template-tpl-account-mobile.hide {
    opacity: 0;
    transform: translateY(500px);
    visibility: hidden;
  }
  .page-template-tpl-account-mobile #menu-mobile-top {
    display: none;
  }
  .page-template-tpl-account-mobile .title-mobile {
    padding: 16px !important;
  }
  .page-template-tpl-account-mobile .title-mobile #goBack {
    display: none;
  }
  .page-template-tpl-account-mobile nav.woocommerce-MyAccount-navigation {
    padding: 20px;
    width: 100%;
  }
  .page-template-tpl-account-mobile nav.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
  }
  .page-template-tpl-account-mobile nav.woocommerce-MyAccount-navigation ul .box-login {
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-template-tpl-account-mobile nav.woocommerce-MyAccount-navigation ul .box-login .btn {
    padding: 10px 16px;
    border-radius: 8px;
    width: 49%;
  }
  .page-template-tpl-account-mobile nav.woocommerce-MyAccount-navigation ul .box-login .login {
    background: #1085FA;
  }
  .page-template-tpl-account-mobile nav.woocommerce-MyAccount-navigation ul .box-login .login a {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
  }
  .page-template-tpl-account-mobile nav.woocommerce-MyAccount-navigation ul .box-login .register {
    border: 1px solid #e3e3e3;
    background: #fff;
  }
  .page-template-tpl-account-mobile nav.woocommerce-MyAccount-navigation ul .box-login .register a {
    color: #212b36;
    font-size: 16px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
  }
  .page-template-tpl-account-mobile nav.woocommerce-MyAccount-navigation ul .display-name-on-top-my-account-navigation,
  .page-template-tpl-account-mobile nav.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-phone,
  .page-template-tpl-account-mobile nav.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout {
    padding: 10px 16px 10px 0;
  }
  .page-template-tpl-account-mobile nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    transition: all 0.3s linear;
  }
  .page-template-tpl-account-mobile nav.woocommerce-MyAccount-navigation ul li a {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-template-tpl-account-mobile nav.woocommerce-MyAccount-navigation ul li img {
    width: 22px;
  }
  .page-template-tpl-account-mobile nav.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-page {
    display: flex;
    justify-content: space-between;
  }
  .page-template-tpl-account-mobile nav.woocommerce-MyAccount-navigation ul .display-name-on-top-my-account-navigation span {
    text-transform: uppercase;
    font-weight: 600;
  }
  .page-template-tpl-account-mobile nav.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-phone {
    border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
    display: flex;
    align-items: center;
    padding: 0;
    white-space: nowrap;
  }
  .page-template-tpl-account-mobile nav.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-phone a {
    font-size: 18px;
    color: #1085FA;
    font-weight: 600;
    border: none;
  }
  .page-template-tpl-account-mobile nav.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--downloads {
    display: none;
  }
  .page-template-tpl-account-mobile nav.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout {
    display: none;
    padding: 0;
  }
  .page-template-tpl-account-mobile nav.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a {
    width: 100%;
    border: none;
  }
  .page-template-tpl-account-mobile nav.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout.active-mobile {
    display: block;
  }
  .logged-in #primary .woocommerce .woocommerce-MyAccount-navigation {
    display: none;
  }
  .logged-in #primary .woocommerce .woocommerce-MyAccount-content {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background: #fff;
    width: 100%;
    padding: 16px;
  }
  .logged-in #primary .woocommerce .woocommerce-MyAccount-content .edit-account .box-account {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 550px) {
  #primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    display: block;
  }
  #primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_province_field,
  #primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_district_field,
  #primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_ward_field {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #register div.register-form .title-mobile {
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.04);
  }
  .logged-in #primary .woocommerce .woocommerce-MyAccount-content .title-customer-orders {
    font-size: 20px;
    margin-top: 16px;
  }
  .logged-in #primary .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .logged-in #primary .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row {
    position: relative;
  }
  .logged-in #primary .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row td {
    padding: 4px !important;
    text-align: left !important;
    border: none;
  }
  .logged-in #primary .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row td::before {
    font-weight: 500;
  }
  .logged-in #primary .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row td:first-child a {
    font-weight: 500;
  }
  .logged-in #primary .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row td span,
  .logged-in #primary .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row td a,
  .logged-in #primary .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row td time {
    margin-left: 6px;
  }
  .logged-in #primary .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row td.woocommerce-orders-table__cell-order-date time {
    margin-left: 0;
  }
  .logged-in #primary .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row td.woocommerce-orders-table__cell-order-date::before {
    content: "";
  }
  .logged-in #primary .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row td.woocommerce-orders-table__cell-order-status {
    position: absolute;
    right: 0;
    top: 67px;
    text-align: right;
    text-align: right !important;
  }
  .logged-in #primary .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row td.woocommerce-orders-table__cell-order-status::before {
    content: "";
  }
  .logged-in #primary .woocommerce .woocommerce-MyAccount-content .heading-edit-account {
    font-size: 20px;
    margin-top: 16px;
  }
  .logged-in #primary .woocommerce .woocommerce-MyAccount-content section.edit-account .edit-account-personal-info .woocommerce-form-row {
    flex-wrap: wrap;
    gap: 8px;
  }
  .logged-in #primary .woocommerce .woocommerce-MyAccount-content section.edit-account .edit-account-personal-info .woocommerce-form-row label {
    flex: 0 0 50%;
  }
  .logged-in #primary .woocommerce .woocommerce-MyAccount-content section.edit-account .edit-account-personal-info .woocommerce-form-row .birthday-select select {
    padding: 8px;
  }
  .logged-in #primary .woocommerce .woocommerce-MyAccount-content section.edit-account .woocommerce-EditAccountForm .woocommerce-form-row .show-info.active {
    align-items: unset;
    gap: 10px;
    flex-direction: column;
    justify-content: unset;
  }
  .logged-in #primary .woocommerce .woocommerce-MyAccount-content section.edit-account .woocommerce-EditAccountForm .woocommerce-form-row .show-info.active .woocommerce-Input {
    max-width: unset;
    margin-left: 0;
  }
  .logged-in #primary .woocommerce .woocommerce-MyAccount-content section.edit-account .woocommerce-EditAccountForm .woocommerce-form-row .show-info.active .btn-cancel-save-edit-account {
    margin-left: auto;
  }
  .my-address-container div.form-update-address {
    padding-bottom: 60px;
  }
  .my-address-container div.form-update-address .form-update-address-wrapper {
    height: 100%;
    overflow-x: auto;
  }
  .my-address-container div.form-update-address .form-update-address-wrapper .heading-form-update-address h1 {
    font-size: 16px;
  }
  .my-address-container div.form-update-address .form-update-address-wrapper .fields-address .row-1,
  .my-address-container div.form-update-address .form-update-address-wrapper .fields-address .row-3 {
    flex-direction: column;
    gap: 10px;
  }
  .my-address-container div.form-update-address .form-update-address-wrapper .fields-address .row-1 p,
  .my-address-container div.form-update-address .form-update-address-wrapper .fields-address .row-3 p {
    width: 100%;
  }
  .my-address-container div.form-add-address .form-add-address-wrapper {
    overflow-x: auto;
    height: 100%;
  }
  .my-address-container div.form-add-address .form-add-address-wrapper .heading-form-add-address h1 {
    font-size: 16px;
  }
  .my-address-container div.form-add-address .form-add-address-wrapper .fields-address .row-1,
  .my-address-container div.form-add-address .form-add-address-wrapper .fields-address .row-3 {
    flex-direction: column;
    gap: 10px;
  }
  .my-address-container div.form-add-address .form-add-address-wrapper .fields-address .row-1 p,
  .my-address-container div.form-add-address .form-add-address-wrapper .fields-address .row-3 p {
    width: 100%;
  }
  .my-address-container .heading-address h1.title {
    font-size: 20px;
    margin-top: 16px;
  }
  .my-address-container .my-address-body .list-address div.form-item-address {
    padding: 16px;
  }
  .my-address-container .my-address-body .list-address div.form-item-address .form-item-address-wrapper div.body-form-item-address {
    flex-direction: column;
    align-items: unset;
    gap: 10px;
  }
  .my-address-container .my-address-body .list-address div.form-item-address .form-item-address-wrapper .button-config-address {
    margin-left: auto;
  }
}
@media (max-width: 350px) {
  #primary .woocommerce #thank-you .button a {
    width: 60%;
    margin: auto;
    text-align: center;
    margin-top: 10px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 80%;
}
.woocommerce-account .woocommerce-MyAccount-content .heading-edit-account {
  font-size: 2rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 20%;
}

.woocommerce .woocommerce-MyAccount-navigation {
  max-width: 200px;
}
.woocommerce .woocommerce-MyAccount-navigation .display-name-on-top-my-account-navigation {
  font-size: 1.4rem;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  background: #fff;
  border-radius: 5px;
  padding: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
  border-radius: 10px;
}
.woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  padding: 10px 16px 10px 16px;
  display: flex;
  transition: all 0.3s;
  text-decoration: none;
  color: #000;
  font-size: 1.4rem;
}
.woocommerce .woocommerce-MyAccount-navigation ul .is-active {
  color: #212b36;
  background: #edf0ff;
  border: 1px solid #1085FA;
}
.woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.woocommerce .woocommerce-MyAccount-content p {
  color: #000;
  font-family: "Inter", sans-serif !important;
}
.woocommerce .woocommerce-MyAccount-content p a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info {
  border-top-color: #000;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info::before {
  color: #000;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button {
  color: #000;
  font-weight: 700;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr .woocommerce-orders-table__header span {
  font-weight: 400;
  font-size: 1.4rem;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row .woocommerce-orders-table__cell a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.4rem;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row .woocommerce-orders-table__cell time, .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row .woocommerce-orders-table__cell span {
  font-size: 1.4rem;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .u-column2 {
  display: none;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1 .woocommerce-Address-title h3 {
  font-size: 2.75rem;
  font-weight: 500;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1 .woocommerce-Address-title a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.woocommerce .woocommerce-MyAccount-content form h3 {
  font-size: 2.75rem;
  font-weight: 500;
}
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
  width: 100%;
}
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
  line-height: 2;
}
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper input {
  padding: 8px;
  font-size: 16px;
  border: 1px solid #e1dfdd;
  border-radius: 3px;
  font-size: 1.4rem;
}
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields p .button {
  margin-top: 16px;
  padding: 11px 16px;
  font-weight: 500;
  color: #fff;
  background: #000;
  width: 100%;
  text-transform: uppercase;
  border: 2px solid #000;
}
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields p .button:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
}
.woocommerce #customer_login .u-column h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}
.woocommerce #customer_login .u-column .woocommerce-form {
  border: none;
  padding: 0;
}
.woocommerce #customer_login .u-column .woocommerce-form .woocommerce-form-row-password {
  position: relative;
  margin-top: 24px;
}
.woocommerce #customer_login .u-column .woocommerce-form .woocommerce-form-row-password .fa {
  position: absolute;
  bottom: 14px;
  right: 14px;
  font-size: 20px;
}
.woocommerce #customer_login .u-column .woocommerce-form .woocommerce-form-row-password .fa::before {
  color: #878787;
}
.woocommerce #customer_login .u-column .woocommerce-form .form-row-checkbox {
  margin-top: 2.5rem;
}
.woocommerce #customer_login .u-column .woocommerce-form .form-row {
  margin-bottom: 0;
}
.woocommerce #customer_login .u-column .woocommerce-form .form-row .woocommerce-button {
  min-width: 250px;
  margin-right: 0;
  float: none;
  display: inline-block;
}
.woocommerce #customer_login .u-column .woocommerce-form .woocommerce-LostPassword {
  margin-top: 16px;
  margin-bottom: 24px;
}
.woocommerce #customer_login .u-column .woocommerce-form .woocommerce-LostPassword a {
  text-decoration: none;
  color: red;
}
.woocommerce #customer_login .u-column .woocommerce-form .woocommerce-privacy-policy-text {
  display: none;
}
.woocommerce #customer_login .u-column .woocommerce-form .form-row-register {
  margin-top: 2.5rem;
}

.woocommerce-account #primary {
  padding: 67px 0;
}
.woocommerce-account #footer {
  margin-top: 0;
}

section.edit-account {
  padding: 12px 0;
}
section.edit-account .box-account-item {
  background: #fff;
  padding: 16px;
  border-radius: 10px;
}
section.edit-account .heading-left {
  color: #99a4af;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
section.edit-account .edit-account-personal-info {
  background-color: #fff;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
section.edit-account .edit-account-personal-info .woocommerce-form-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
section.edit-account .edit-account-personal-info .woocommerce-form-row label {
  flex: 0 0 20%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #212b36;
  margin: 0;
}
section.edit-account .edit-account-personal-info .woocommerce-form-row input {
  border: 1px solid #e3e3e3;
  padding: 10px 16px 10px 16px;
  border-radius: 10px;
  font-size: 1.4rem;
}
section.edit-account .edit-account-personal-info .woocommerce-form-row .birthday-select {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  justify-content: space-between;
}
section.edit-account .edit-account-personal-info .woocommerce-form-row .birthday-select select {
  border: 1px solid #e3e3e3;
  padding: 10px 16px 10px 16px;
  border-radius: 10px;
  outline: none;
  font-size: 1.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/wp-content/themes/epal-theme/images/arrow-select.svg");
  background-repeat: no-repeat;
  background-position: right 1.1rem top 50%;
  background-size: 1.4rem auto;
  background-color: #fff;
}
section.edit-account .edit-account-personal-info .woocommerce-form-row .birthday-select select:invalid {
  color: #b2b1b0;
}
section.edit-account .edit-account-personal-info .woocommerce-form-row .group-radio-sex {
  margin-left: 20px;
}
section.edit-account .edit-account-personal-info .woocommerce-form-row .group-radio-sex .row {
  gap: 24px;
}
section.edit-account .edit-account-personal-info .woocommerce-form-row .group-radio-sex .group-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
section.edit-account .edit-account-personal-info .woocommerce-form-row .group-radio-sex .group-item input[type=radio] {
  display: none;
}
section.edit-account .edit-account-personal-info .woocommerce-form-row .group-radio-sex .group-item label {
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
section.edit-account .edit-account-personal-info .woocommerce-form-row .group-radio-sex .group-item input[type=radio] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  border: 2px solid #ccc;
}
section.edit-account .edit-account-personal-info .woocommerce-form-row .group-radio-sex .group-item input[type=radio]:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #1085FA;
  border-radius: 50%;
  border: none;
}
section.edit-account .edit-account-personal-info .woocommerce-form-row .group-radio-sex .group-item input[type=radio]:checked + label {
  color: #1085FA;
}
section.edit-account .edit-account-personal-info .woocommerce-form-row .group-radio-sex .group-item input[type=radio]:checked + label::after {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
}
section.edit-account .edit-account-personal-info .woocommerce-form-row #save-personal-info-account {
  background: #1085FA;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  border: none;
  outline: none;
  max-width: 253px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 50px;
}
section.edit-account .connect-social-network {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
section.edit-account .connect-social-network .social-network-title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #99a4af;
}
section.edit-account .connect-social-network .social-network-item {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
section.edit-account .connect-social-network .social-network-item .icon {
  display: flex;
  align-items: center;
  gap: 8px;
}
section.edit-account .connect-social-network .social-network-item .icon span {
  font-size: 1.4rem;
}
section.edit-account .connect-social-network .social-network-item a {
  border: 1px solid #0d6efd;
  padding: 4px 10px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  color: #0d6efd;
}
section.edit-account .connect-social-network .social-network-item a.connected {
  background: #f6f6f6;
  border: none;
}
section.edit-account .edit-account-phone-email {
  background-color: #fff;
  padding: 12px 0;
}
section.edit-account .edit-account-phone-email .woocommerce-form-row {
  width: 100%;
  display: flex;
  flex-direction: column;
}
section.edit-account .edit-account-phone-email .woocommerce-form-row:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
  padding-bottom: 16px;
}
section.edit-account .edit-account-phone-email .woocommerce-form-row label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #212b36;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
section.edit-account .edit-account-phone-email .woocommerce-form-row label img {
  width: 16px;
  height: 24px;
  flex-shrink: 0;
}
section.edit-account .edit-account-phone-email .woocommerce-form-row .hidden {
  display: none !important;
}
section.edit-account .edit-account-phone-email .woocommerce-form-row .show-info {
  flex: 1 0 50%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
section.edit-account .edit-account-phone-email .woocommerce-form-row .show-info .text {
  padding-left: 24px;
  font-size: 1.4rem;
}
section.edit-account .edit-account-phone-email .woocommerce-form-row input {
  margin-left: 24px;
  border: 1px solid #e3e3e3;
  padding: 10px 16px 10px 16px;
  border-radius: 10px;
  max-width: 265px;
  width: 100%;
  font-size: 1.4rem;
}
section.edit-account .edit-account-phone-email .woocommerce-form-row .btn-cancel-save-edit-account {
  display: flex;
  gap: 8px;
  align-items: center;
}
section.edit-account .edit-account-password {
  background-color: #fff;
}
section.edit-account .edit-account-password .hidden {
  display: none !important;
}
section.edit-account .edit-account-password.active .btn-update-edit-account {
  display: none;
}
section.edit-account .edit-account-password .woocommerce-form-row-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-left: 24px;
}
section.edit-account .edit-account-password .woocommerce-form-row-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
section.edit-account .edit-account-password .btn-cancel-save-edit-account {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}
section.edit-account .edit-account-password label {
  flex: 1 0 50%;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #212b36;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
section.edit-account .edit-account-password label img {
  width: 16px;
  height: 24px;
  flex-shrink: 0;
}
section.edit-account .edit-account-password input {
  outline: none;
  border: 1px solid #e3e3e3;
  padding: 10px 16px 10px 16px;
  border-radius: 10px;
  width: 100%;
  font-size: 1.4rem;
}
section.edit-account .edit-account-password .toggle-pw {
  position: absolute;
  right: 8px;
  bottom: 16px;
  cursor: pointer;
}
section.edit-account .edit-account-password .woocommerce-form-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section.edit-account .edit-account-password .woocommerce-form-row label {
  flex: 1 0 50%;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #212b36;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
section.edit-account .edit-account-password .woocommerce-form-row label img {
  width: 16px;
  height: 24px;
  flex-shrink: 0;
}
section.edit-account .btn-update-edit-account,
section.edit-account .update-edit-account {
  border: none;
  padding: 4px 12px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  color: #0d6efd;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  white-space: nowrap;
  width: 89px;
}
section.edit-account .btn-update-edit-account.cancel,
section.edit-account .update-edit-account.cancel {
  background: #f6f6f6;
  color: #212b36;
}
section.edit-account .btn-update-edit-account.save,
section.edit-account .update-edit-account.save {
  background: #0d6efd;
  color: #fff;
}
section.edit-account .btn-update-edit-account {
  border: 1px solid #0d6efd;
  font-size: 1.4rem;
}

.page-template-tpl-account-mobile .woocommerce-MyAccount-navigation ul {
  display: none;
}

#register {
  padding: 50px 0;
}
#register .register-form {
  max-width: 579px;
  width: 100%;
  margin: 0 auto;
  padding: 32px;
  background: #ffffff;
  font-size: 14px;
  border-radius: 8px;
}
#register .register-form .gap-9 {
  gap: 9px;
}
#register .register-form .title-mobile {
  display: none;
}
#register .register-form h4 {
  color: #212B36;
  font-size: 20px;
  font-weight: 500;
  margin-top: 24px;
}
#register .register-form .social-network {
  margin-top: 24px;
}
#register .register-form .social {
  text-align: center;
  border-radius: 8px;
  border: none;
  padding: 14px 16px;
  width: 50%;
  color: #ffffff;
  position: relative;
}
#register .register-form .social img {
  width: auto;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
#register .register-form .google {
  background: #EA4336;
}
#register .register-form .fb {
  background: #1A77F2;
}
#register .register-form .other {
  text-align: center;
  color: #99A4AF;
  margin: 24px 0;
}
#register .register-form .other hr {
  background: rgba(33, 43, 54, 0.0509803922);
  border-top-color: rgba(33, 43, 54, 0.0509803922);
  border-right-color: rgba(33, 43, 54, 0.0509803922);
  border-bottom-color: rgba(33, 43, 54, 0.0509803922);
  border-left-color: rgba(33, 43, 54, 0.0509803922);
  width: 100%;
  margin: 12px 0;
  height: 1px;
  border: none;
}
#register form label {
  font-size: 16px;
  color: #212B36;
  margin-bottom: 8px;
}
#register form .required {
  color: red;
}
#register form input {
  border-radius: 10px;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  padding: 14px 16px;
  color: #212B36;
  height: auto;
  line-height: 1;
  font-size: 16px;
}
#register form input::-moz-placeholder {
  color: #99A4AF;
}
#register form input::placeholder {
  color: #99A4AF;
}
#register form input:focus {
  outline: none;
  box-shadow: none;
}
#register form input[type=number] {
  -moz-appearance: textfield;
}
#register form input[type=number]::-webkit-outer-spin-button, #register form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#register form button {
  background: #1085FA;
  color: #ffffff;
  border-radius: 10px;
  padding: 18px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
}
#register form .form-group {
  position: relative;
}
#register form .form-group img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 4px;
}
#register form .f-loading {
  position: absolute;
  right: 0;
  border: 2px solid #ffffff;
  border-right-color: transparent;
  top: calc(50% - 14px);
  left: calc(50% - 14px);
  width: 24px;
  height: 24px;
}
#register #form-register .form-group,
#register #form-lost-password .form-group {
  display: flex;
}
#register #form-register .form-group button,
#register #form-lost-password .form-group button {
  border-radius: 0px 10px 10px 0px;
  width: 120px;
}
#register #form-register .form-group input,
#register #form-lost-password .form-group input {
  width: calc(100% - 120px);
  border-radius: 10px 0px 0px 10px;
}
#register #form-register .form-group .f-loading,
#register #form-lost-password .form-group .f-loading {
  left: unset;
  transform: none;
  top: calc(50% - 14px);
  right: 46px;
}
#register #form-register-accuracy label,
#register #form-lost-password-accuracy label {
  display: block;
}
#register #form-register-accuracy label.form-group,
#register #form-lost-password-accuracy label.form-group {
  margin: 16px 0 25px;
}
#register #form-register-accuracy .form-group,
#register #form-lost-password-accuracy .form-group {
  gap: 10px;
  justify-content: center;
}
#register #form-register-accuracy .form-group input,
#register #form-lost-password-accuracy .form-group input {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 14px 18px;
}
#register #form-register-accuracy .f-button,
#register #form-lost-password-accuracy .f-button {
  margin-top: 24px;
}
#register #form-register-accuracy button,
#register #form-lost-password-accuracy button {
  min-width: 250px;
}
#register #create-account h4,
#register #change-password h4 {
  font-size: 24px;
  margin-bottom: 24px;
}
#register #create-account .form-group:not(:last-child),
#register #change-password .form-group:not(:last-child) {
  margin-bottom: 24px;
}
#register #create-account .f-button,
#register #change-password .f-button {
  text-align: center;
}
#register #create-account .f-button button,
#register #change-password .f-button button {
  min-width: 250px;
}
#register #create-account label,
#register #change-password label {
  display: block;
}
#register #create-account input,
#register #change-password input {
  width: 100%;
}
#register #account-success h4 {
  color: #1085FA;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}
#register #account-success p {
  font-size: 16px;
  margin-bottom: 24px;
  color: #212B36;
}
#register #account-success a {
  font-size: 16px;
  color: #1085FA;
}
#register #account-success a img {
  height: 10px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 5px;
}
#register #form-lost-password-accuracy {
  margin-top: 24px;
}
#register #form-lost-password-accuracy a {
  color: #1085FA;
}
#register #form-lost-password-accuracy .return {
  margin-top: 32px;
}
#register #customer-lost-password h4 {
  margin-top: 0;
}
#register .lost-password-text {
  margin: 24px 0;
}
#register .lost-password-text p {
  margin-bottom: 0;
  color: #737C87;
}

.my-address-container .heading-address .title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #212b36;
}
.my-address-container .heading-address .button-add-address {
  margin-top: 24px;
  cursor: pointer;
  border: 1px solid #0d6efd;
  padding: 24px 10px 24px 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  color: #0d6efd;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 24px;
}
.my-address-container .heading-address .button-add-address .plus {
  margin-bottom: 3px;
  line-height: 18px;
  font-size: 24px;
}
.my-address-container .form-add-addres,
.my-address-container .form-update-address {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(36, 45, 55, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}
.my-address-container .form-add-addres.show,
.my-address-container .form-update-address.show {
  opacity: 1;
  visibility: visible;
}
.my-address-container .form-add-addres .form-add-address-wrapper,
.my-address-container .form-update-address .form-add-address-wrapper {
  background: #fff;
  padding: 20px;
  max-width: 795px;
  width: 100%;
}
.my-address-container .form-add-addres .form-add-address-wrapper .heading-form-add-address,
.my-address-container .form-update-address .form-add-address-wrapper .heading-form-add-address {
  position: relative;
  width: 100%;
}
.my-address-container .form-add-addres .form-add-address-wrapper .heading-form-add-address h1,
.my-address-container .form-update-address .form-add-address-wrapper .heading-form-add-address h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #212b36;
}
.my-address-container .form-add-addres .form-add-address-wrapper .heading-form-add-address img,
.my-address-container .form-update-address .form-add-address-wrapper .heading-form-add-address img {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address,
.my-address-container .form-update-address .form-add-address-wrapper .fields-address {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address .row-1,
.my-address-container .form-update-address .form-add-address-wrapper .fields-address .row-1 {
  display: flex;
  gap: 24px;
}
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address .row-1 .woocommerce-form-row,
.my-address-container .form-update-address .form-add-address-wrapper .fields-address .row-1 .woocommerce-form-row {
  flex: 1 0 calc(50% - 12px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address .row-1 .woocommerce-form-row label,
.my-address-container .form-update-address .form-add-address-wrapper .fields-address .row-1 .woocommerce-form-row label {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  text-align: left;
  color: #212b36;
}
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address .row-1 .woocommerce-form-row input,
.my-address-container .form-update-address .form-add-address-wrapper .fields-address .row-1 .woocommerce-form-row input {
  width: 100%;
  border: 1px solid #e3e3e3;
  padding: 12px 10px;
  border-radius: 10px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color: #212b36;
}
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address .row-1 .woocommerce-form-row:nth-child(2),
.my-address-container .form-update-address .form-add-address-wrapper .fields-address .row-1 .woocommerce-form-row:nth-child(2) {
  position: relative;
}
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address .row-1 .woocommerce-form-row:nth-child(2)::before,
.my-address-container .form-update-address .form-add-address-wrapper .fields-address .row-1 .woocommerce-form-row:nth-child(2)::before {
  content: "(+84)";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(15%);
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color: #212b36;
  padding-right: 20px;
}
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address .row-1 .woocommerce-form-row:nth-child(2) input,
.my-address-container .form-update-address .form-add-address-wrapper .fields-address .row-1 .woocommerce-form-row:nth-child(2) input {
  padding-left: 50px;
}
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address .row-3,
.my-address-container .form-update-address .form-add-address-wrapper .fields-address .row-3 {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address .row-3 p,
.my-address-container .form-update-address .form-add-address-wrapper .fields-address .row-3 p {
  width: calc(33.3333333333% - 8px);
}
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address .row-3 span,
.my-address-container .form-update-address .form-add-address-wrapper .fields-address .row-3 span {
  width: 100%;
}
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address .custom-row,
.my-address-container .form-update-address .form-add-address-wrapper .fields-address .custom-row {
  width: 100%;
}
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address .custom-row input,
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address .custom-row textarea,
.my-address-container .form-update-address .form-add-address-wrapper .fields-address .custom-row input,
.my-address-container .form-update-address .form-add-address-wrapper .fields-address .custom-row textarea {
  width: 100%;
  border: 1px solid #e3e3e3;
  padding: 12px 10px;
  border-radius: 10px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color: #212b36;
}
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address .custom-row textarea,
.my-address-container .form-update-address .form-add-address-wrapper .fields-address .custom-row textarea {
  height: auto;
}
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address .custom-row select,
.my-address-container .form-update-address .form-add-address-wrapper .fields-address .custom-row select {
  border: 1px solid #e3e3e3;
  padding: 10px 16px 10px 16px;
  border-radius: 10px;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/wp-content/themes/epal-theme/images/arrow-select.svg");
  background-repeat: no-repeat;
  background-position: right 1.1rem top 50%;
  background-size: 1.4rem auto;
  background-color: #fff;
}
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address .custom-row select:invalid,
.my-address-container .form-update-address .form-add-address-wrapper .fields-address .custom-row select:invalid {
  color: #b2b1b0;
}
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address .group-checkbox-default-address,
.my-address-container .form-update-address .form-add-address-wrapper .fields-address .group-checkbox-default-address {
  margin-left: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address .group-checkbox-default-address.checked,
.my-address-container .form-update-address .form-add-address-wrapper .fields-address .group-checkbox-default-address.checked {
  pointer-events: none;
}
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address .group-checkbox-default-address input[type=checkbox],
.my-address-container .form-update-address .form-add-address-wrapper .fields-address .group-checkbox-default-address input[type=checkbox] {
  display: none;
}
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address .group-checkbox-default-address label,
.my-address-container .form-update-address .form-add-address-wrapper .fields-address .group-checkbox-default-address label {
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #212b36;
}
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address .group-checkbox-default-address input[type=checkbox] + label::before,
.my-address-container .form-update-address .form-add-address-wrapper .fields-address .group-checkbox-default-address input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  border: 2px solid #ccc;
}
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address .group-checkbox-default-address input[type=checkbox]:checked + label::before,
.my-address-container .form-update-address .form-add-address-wrapper .fields-address .group-checkbox-default-address input[type=checkbox]:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #1085FA;
  border-radius: 50%;
  border: none;
}
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address .group-checkbox-default-address input[type=checkbox]:checked + label,
.my-address-container .form-update-address .form-add-address-wrapper .fields-address .group-checkbox-default-address input[type=checkbox]:checked + label {
  color: #1085FA;
}
.my-address-container .form-add-addres .form-add-address-wrapper .fields-address .group-checkbox-default-address input[type=checkbox]:checked + label::after,
.my-address-container .form-update-address .form-add-address-wrapper .fields-address .group-checkbox-default-address input[type=checkbox]:checked + label::after {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
}
.my-address-container .form-add-addres .form-add-address-wrapper .button-apply button,
.my-address-container .form-update-address .form-add-address-wrapper .button-apply button {
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 23px;
  border-radius: 10px;
  background: #1085FA;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  max-width: 235px;
  width: 100%;
  margin: 0 auto;
  border: none;
  outline: none;
}
.my-address-container .my-address-body {
  margin-top: 24px;
}
.my-address-container .my-address-body .list-address {
  display: flex;
  flex-direction: column;
}
.my-address-container .my-address-body .list-address .form-item-address {
  background: #ffffff;
  padding: 24px 16px;
  border-radius: 10px;
  width: 100%;
}
.my-address-container .my-address-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address {
  display: flex;
  align-items: center;
  gap: 12px;
}
.my-address-container .my-address-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address input[type=radio] {
  display: none;
}
.my-address-container .my-address-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address label {
  cursor: pointer;
  padding: 15px 5px 15px 20px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #212b36;
}
.my-address-container .my-address-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address input[type=radio] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  border: 2px solid #ccc;
}
.my-address-container .my-address-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address input[type=radio]:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #1085FA;
  border-radius: 50%;
  border: none;
}
.my-address-container .my-address-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address input[type=radio]:checked + label::after {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
}
.my-address-container .my-address-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address p,
.my-address-container .my-address-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address label {
  margin: 0;
}
.my-address-container .my-address-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address p {
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid #f43939;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #f43939;
}
.my-address-container .my-address-body .list-address .form-item-address .form-item-address-wrapper .body-form-item-address {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my-address-container .my-address-body .list-address .form-item-address .form-item-address-wrapper .body-form-item-address .item {
  padding: 0 24px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #212b36;
}
.my-address-container .my-address-body .list-address .form-item-address .form-item-address-wrapper .body-form-item-address .button-config-address {
  display: flex;
  align-items: center;
  gap: 12px;
}
.my-address-container .my-address-body .list-address .form-item-address .form-item-address-wrapper .body-form-item-address .button-config-address .btn-edit-address {
  border: 1px solid #0d6efd;
  padding: 5px 12px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  color: #0d6efd;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.my-address-container .my-address-body .list-address .form-item-address .form-item-address-wrapper .body-form-item-address .button-config-address .btn-remove-address {
  border: none;
  outline: none;
  color: #f43939;
  padding: 5px 12px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  background: #f6f6f6;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  max-width: 49px;
  width: 100%;
}
.my-address-container .pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-address-container .pagenavi .page-numbers {
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  background: #f6f6f6;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  color: #212b36;
}
.my-address-container .pagenavi .page-numbers.current {
  border: 1px solid #1085FA;
  color: #1085FA;
  background: #edf0ff;
}

.title-customer-orders {
  font-size: 2rem;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #212b36;
  margin-bottom: 24px;
}

table.my_account_orders {
  background: #ffffff;
  border: none !important;
  padding-bottom: 90px;
}
table.my_account_orders thead tr th {
  color: #212b36;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px !important;
}
table.my_account_orders thead tr th:nth-child(2), table.my_account_orders thead tr th:nth-child(3) {
  text-align: center;
}
table.my_account_orders thead tr th:nth-child(4), table.my_account_orders thead tr th:last-child {
  text-align: right;
}
table.my_account_orders tbody tr td {
  padding: 10px !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #212b36;
}
table.my_account_orders tbody tr td:first-child a {
  color: #0d6efd !important;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 24px;
  text-align: left;
}
table.my_account_orders tbody tr td:nth-child(2), table.my_account_orders tbody tr td:nth-child(3) {
  text-align: center;
}
table.my_account_orders tbody tr td:nth-child(4), table.my_account_orders tbody tr td:last-child {
  text-align: right;
}

.pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenavi .page-numbers {
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  background: #f6f6f6;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  color: #212b36;
}
.pagenavi .page-numbers.current {
  border: 1px solid #1085FA;
  color: #1085FA;
  background: #edf0ff;
}

.woocommerce-view-order .heading-order-details p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #212b36;
}
.woocommerce-view-order .heading-order-details p span {
  color: #99a4af;
}
.woocommerce-view-order .heading-order-details .status-order-list {
  padding: 24px 0;
}
.woocommerce-view-order .heading-order-details .woocommerce-OrderUpdates {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 60px;
  padding: 0;
  overflow: hidden;
}
.woocommerce-view-order .heading-order-details .woocommerce-OrderUpdates.active .note {
  position: relative;
}
.woocommerce-view-order .heading-order-details .woocommerce-OrderUpdates.active .note:first-child .comment_container .comment-text {
  color: #12a143;
  font-size: 1.4rem;
}
.woocommerce-view-order .heading-order-details .woocommerce-OrderUpdates.active .note:first-child .comment_container .comment-text .fa-check-circle {
  color: #4caf50;
  margin-right: 10px;
}
.woocommerce-view-order .heading-order-details .woocommerce-OrderUpdates.active .note:first-child .comment_container .comment-text p {
  color: #212b36;
  font-size: 1.4rem;
}
.woocommerce-view-order .heading-order-details .woocommerce-OrderUpdates.active .note:not(:last-child)::after {
  content: "";
  height: 54px;
  top: 19px;
  width: 1px;
  background: #99a4af;
  position: absolute;
  left: 26.5px;
}
.woocommerce-view-order .heading-order-details .woocommerce-OrderUpdates .note {
  position: relative;
}
.woocommerce-view-order .heading-order-details .woocommerce-OrderUpdates .note:first-child .comment_container .comment-text {
  color: #12a143;
  font-size: 1.4rem;
}
.woocommerce-view-order .heading-order-details .woocommerce-OrderUpdates .note:first-child .comment_container .comment-text .fa-check-circle {
  color: #4caf50;
  margin-right: 10px;
}
.woocommerce-view-order .heading-order-details .woocommerce-OrderUpdates .note:first-child .comment_container .comment-text p {
  color: #212b36;
  font-size: 1.4rem;
}
.woocommerce-view-order .heading-order-details .woocommerce-OrderUpdates .note .comment_container {
  padding-left: 20px;
  position: relative;
}
.woocommerce-view-order .heading-order-details .woocommerce-OrderUpdates .note .comment_container .comment-text {
  display: flex;
  gap: 24px;
  color: #99a4af;
  font-size: 16px;
  margin: 0;
  font-weight: 600 !important;
  line-height: 24px;
}
.woocommerce-view-order .heading-order-details .woocommerce-OrderUpdates .note .comment_container .comment-text .fa-check-circle {
  color: #e3e3e3;
  margin-right: 10px;
}
.woocommerce-view-order .heading-order-details .woocommerce-OrderUpdates .note .comment_container .comment-text p {
  color: #99a4af;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.woocommerce-view-order .heading-order-details .see-more-status {
  width: 100%;
  margin-left: 20%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.woocommerce-view-order .heading-order-details .see-more-status.hide {
  display: none;
}
.woocommerce-view-order .heading-order-details .see-more-status .text {
  color: #1085FA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-right: 8px;
}
.woocommerce-view-order .heading-order-details .see-more-status img {
  width: 10.501px;
  height: 6px;
  transition: 0.2s ease;
}
.woocommerce-view-order .heading-order-details .see-more-status img.active {
  transition: 0.2s ease;
  transform: rotate(180deg) !important;
}
.woocommerce-view-order .woocommerce-order-details .woocommerce-table {
  background: #ffffff;
  padding: 10px;
  border: none;
}
.woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr .product-thumbnail {
  width: 50%;
}
.woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr .product-thumbnail ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
}
.woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr .product-thumbnail ul li:nth-child(2) {
  max-width: 221px;
  width: 100%;
}
.woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr .product-thumbnail ul img {
  width: 100px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr .product-thumbnail ul a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 22.4px;
  color: #212b36;
}
.woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr .product-quantity {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 16.94px;
  color: #212b36;
}
.woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr .woocommerce-table__product-total {
  text-align: right;
}
.woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr .woocommerce-table__product-total bdi {
  color: #212b36;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16.94px;
}
.woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr .woocommerce-table__product-total del {
  color: #99a4af;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 14.52px;
  text-decoration: line-through;
}
.woocommerce-view-order .woocommerce-order-details .footer-table {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.woocommerce-view-order .woocommerce-order-details .footer-table .footer-table-wrapper {
  background: #fff;
  flex: 0 0 calc(45% - 12px);
}
.woocommerce-view-order .woocommerce-order-details .footer-table .footer-table-wrapper .item {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.6px;
  padding: 10px 16px;
  color: #212b36;
}
.woocommerce-view-order .woocommerce-order-details .footer-table .footer-table-wrapper .item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
}
.woocommerce-view-order .woocommerce-order-details .footer-table .footer-table-wrapper .item label {
  flex: 1 0 50%;
  text-align: right;
  margin: 0;
  font-size: 1.4rem;
}
.woocommerce-view-order .woocommerce-order-details .footer-table .footer-table-wrapper .item .text {
  flex: 1 0 50%;
  text-align: right;
  font-size: 1.4rem;
}
.woocommerce-view-order .woocommerce-order-details .footer-table .footer-table-wrapper .item .text small {
  display: none;
}
.woocommerce-view-order .woocommerce-order-details .footer-table .footer-table-wrapper .item:first-child {
  font-style: italic;
}
.woocommerce-view-order .woocommerce-order-details .footer-table .footer-table-wrapper .tng-s-ph {
  display: none;
}
.woocommerce-view-order .woocommerce-order-details .footer-table .footer-table-wrapper .gim-gi {
  color: #dc4f67;
}
.woocommerce-view-order .woocommerce-order-details .footer-table .footer-table-wrapper .tng-thanh-ton {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 29.7px;
  color: #1085FA;
}
.woocommerce-view-order .woocommerce-order-details .footer-table .footer-table-wrapper .tng-thanh-ton label {
  font-size: 1.8rem;
}
.woocommerce-view-order .woocommerce-order-details .footer-table .footer-table-wrapper .tng-thanh-ton .text {
  font-size: 1.8rem;
}
.woocommerce-view-order .woocommerce-order-details .footer-table .footer-table-wrapper .phng-thc-thanh-ton .text,
.woocommerce-view-order .woocommerce-order-details .footer-table .footer-table-wrapper .tnh-trng .text {
  font-weight: 400;
}
.woocommerce-view-order .woocommerce-order-details .woocommerce-customer-details {
  flex: 0 0 calc(55% - 12px);
}
.woocommerce-view-order .woocommerce-order-details .woocommerce-customer-details .woocommerce-columns {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.woocommerce-view-order .woocommerce-order-details .woocommerce-customer-details .woocommerce-columns h2 {
  color: #212b36;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 24px;
}
.woocommerce-view-order .woocommerce-order-details .woocommerce-customer-details .woocommerce-columns .fullname-receive p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 24px;
  color: #212b36;
}
.woocommerce-view-order .woocommerce-order-details .woocommerce-customer-details .woocommerce-columns .woocommerce-column--billing-address,
.woocommerce-view-order .woocommerce-order-details .woocommerce-customer-details .woocommerce-columns .woocommerce-column--payment {
  background: #fff;
  width: 100%;
  padding: 16px;
}
.woocommerce-view-order .woocommerce-order-details .woocommerce-customer-details .woocommerce-columns .woocommerce-column--billing-address div,
.woocommerce-view-order .woocommerce-order-details .woocommerce-customer-details .woocommerce-columns .woocommerce-column--payment div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.woocommerce-view-order .woocommerce-order-details .woocommerce-customer-details .woocommerce-columns .woocommerce-column--billing-address div label,
.woocommerce-view-order .woocommerce-order-details .woocommerce-customer-details .woocommerce-columns .woocommerce-column--payment div label {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}
.woocommerce-view-order .woocommerce-order-details .woocommerce-customer-details .woocommerce-columns .woocommerce-column--billing-address div p,
.woocommerce-view-order .woocommerce-order-details .woocommerce-customer-details .woocommerce-columns .woocommerce-column--payment div p {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 24px;
  color: #212b36;
}
.woocommerce-view-order .woocommerce-order-details .woocommerce-customer-details .woocommerce-columns .woocommerce-column--billing-address div p::before,
.woocommerce-view-order .woocommerce-order-details .woocommerce-customer-details .woocommerce-columns .woocommerce-column--payment div p::before {
  content: "";
}

@media screen and (max-width: 992px) {
  .woocommerce-view-order .heading-order-details p {
    font-size: 20px;
  }
  .woocommerce-view-order .heading-order-details .status-order-list .woocommerce-OrderUpdates {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-view-order .heading-order-details p {
    font-size: 20px;
  }
  .woocommerce-view-order .heading-order-details .status-order-list .woocommerce-OrderUpdates {
    width: 100%;
  }
  .woocommerce-view-order .woocommerce-order-details .woocommerce-customer-details {
    margin-bottom: 0;
  }
  .woocommerce-view-order .woocommerce-order-details .woocommerce-customer-details .woocommerce-columns {
    gap: 0;
  }
  .woocommerce-view-order .woocommerce-order-details .woocommerce-customer-details .woocommerce-columns .woocommerce-column__title {
    font-size: 18px;
  }
  .woocommerce-view-order .woocommerce-order-details .footer-table {
    display: flex;
    flex-direction: column;
  }
  .woocommerce-view-order .woocommerce-order-details .footer-table .footer-table-wrapper .item label {
    text-align: left;
  }
  .woocommerce-view-order .woocommerce-order-details .footer-table .footer-table-wrapper .tng-thanh-ton {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .woocommerce-view-order .heading-order-details {
    margin: 20px 0;
  }
  .woocommerce-view-order .heading-order-details p {
    font-size: 16px;
  }
  .woocommerce-view-order .heading-order-details .status-order-list .woocommerce-OrderUpdates {
    height: 80px;
    width: 100%;
  }
  .woocommerce-view-order .heading-order-details .status-order-list .woocommerce-OrderUpdates .note .comment_container .comment-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .woocommerce-view-order .heading-order-details .status-order-list .woocommerce-OrderUpdates .note .comment_container .comment-text .description {
    margin-left: 24px;
  }
  .woocommerce-view-order .heading-order-details .status-order-list .woocommerce-OrderUpdates.active .note {
    position: relative;
  }
  .woocommerce-view-order .heading-order-details .status-order-list .woocommerce-OrderUpdates.active .note:not(:last-child)::after {
    content: "";
    height: calc(100% + 10px);
    top: 19px;
    width: 1px;
    background: #99a4af;
    position: absolute;
    left: 26.5px;
  }
  .woocommerce-view-order .heading-order-details .status-order-list .see-more-status {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .woocommerce-view-order .woocommerce-order-details .woocommerce-customer-details {
    margin-bottom: 0;
  }
  .woocommerce-view-order .woocommerce-order-details .woocommerce-customer-details .woocommerce-columns {
    gap: 0;
  }
  .woocommerce-view-order .woocommerce-order-details .woocommerce-customer-details .woocommerce-columns .woocommerce-column__title {
    font-size: 18px;
  }
  .woocommerce-view-order .woocommerce-order-details .woocommerce-table .order_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .woocommerce-view-order .woocommerce-order-details .woocommerce-table .order_item .product-thumbnail {
    width: 100%;
  }
  .woocommerce-view-order .woocommerce-order-details .woocommerce-table .order_item .product-quantity,
  .woocommerce-view-order .woocommerce-order-details .woocommerce-table .order_item .product-total {
    width: 100%;
    text-align: right;
  }
  .woocommerce-view-order .woocommerce-order-details .footer-table {
    display: flex;
    flex-direction: column;
  }
  .woocommerce-view-order .woocommerce-order-details .footer-table .footer-table-wrapper .item label {
    text-align: left;
  }
  .woocommerce-view-order .woocommerce-order-details .footer-table .footer-table-wrapper .tng-thanh-ton {
    font-size: 18px;
  }
}
.woocommerce-order-received #page-checkout {
  margin: 63px 0;
}
.woocommerce-order-received #page-checkout #breadcrumb-nav {
  display: none;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(2) {
  display: none;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) {
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you {
  background: #ffffff;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-details {
  display: none;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .heading-order-overview {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  color: #212b36;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-thankyou-order-received {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  color: #1085FA;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-overview__order,
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-overview__date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #212b36;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-overview__order a,
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-overview__order strong,
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-overview__date a,
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-overview__date strong {
  font-weight: normal;
  color: #0d6efd;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-overview__order a,
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-overview__date a {
  text-align: left;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-overview__order a .fa,
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-overview__date a .fa {
  font-size: 12.5px;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-overview__order.date label,
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-overview__date.date label {
  flex: 0 0 47%;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-overview__order.date strong,
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-overview__date.date strong {
  flex: 0 0 53%;
  text-align: left;
  color: #212b36;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-details-thankyou .woocommerce_order_details_thankyou {
  display: flex;
  flex-direction: column;
  list-style-type: decimal;
  gap: 16px;
  padding-left: 14px;
  padding-bottom: 12px;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-details-thankyou .woocommerce_order_details_thankyou a,
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-details-thankyou .woocommerce_order_details_thankyou strong {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #212b36;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-details-thankyou .footer-table-wrapper {
  margin: 6px 0;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-details-thankyou .footer-table-wrapper .item {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  color: #212b36;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-details-thankyou .footer-table-wrapper .item:first-child, .woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-details-thankyou .footer-table-wrapper .item.phng-thc-thanh-ton, .woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-details-thankyou .footer-table-wrapper .item.tnh-trng,
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-details-thankyou .footer-table-wrapper .item small {
  display: none;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-customer-details {
  margin: 0;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-customer-details .woocommerce-column__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: left;
  color: #212b36;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-customer-details .woocommerce-column--billing-address {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-customer-details .woocommerce-column--billing-address .row {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  color: #212b36;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-customer-details .woocommerce-column--billing-address .row p::before {
  content: "";
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-customer-details .woocommerce-column--billing-address .row.phone-receive p {
  padding-left: 15px;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-customer-details .woocommerce-column--payment {
  margin-top: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-customer-details .woocommerce-column--payment .item {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  color: #212b36;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-customer-details .woocommerce-column--payment .item:first-child, .woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-customer-details .woocommerce-column--payment .item.tm-tnh, .woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-customer-details .woocommerce-column--payment .item.gim-gi, .woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-customer-details .woocommerce-column--payment .item.tng-s-ph, .woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-customer-details .woocommerce-column--payment .item.ph-giao-hng, .woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-customer-details .woocommerce-column--payment .item.tng-thanh-ton {
  display: none;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-customer-details .woocommerce-column--payment .item p::before {
  content: "";
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .note-thankyou {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .note-thankyou .line-3 {
  margin-top: 24px;
}
.woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .note-thankyou .line-3 a {
  text-decoration: underline;
}

@media screen and (max-width: 576px) {
  .woocommerce-order-received #page-checkout {
    margin: 20px 0 60px 0;
  }
  .woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) {
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
  }
  .woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you {
    background: #ffffff;
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-order-details {
    display: none;
  }
  .woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .heading-order-overview {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #212b36;
  }
  .woocommerce-order-received #page-checkout #primary-checkout .woocommerce:nth-child(1) #thank-you .woocommerce-thankyou-order-received {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    color: #1085FA;
  }
}
#footer {
  margin-top: 60px;
  padding-top: 68px;
  background-color: #f6f6f6;
}
#footer .logo {
  margin-bottom: 24px;
}
#footer .logo img {
  max-width: 250px;
}
#footer .cols {
  display: flex;
  justify-content: space-around;
}
#footer .cols .col-item .col-title {
  font-size: 18px;
  font-weight: 600;
  color: #212b36;
  margin-bottom: 16px;
  text-transform: uppercase;
}
#footer .cols .col-item .col-content a {
  margin-bottom: 16px;
  color: #212b36;
  display: block;
}
#footer .cols .col-item .col-content a:last-child {
  margin-bottom: 0;
}
#footer .cols .col-item .col-content a:hover {
  color: #1085FA;
}
#footer .socials {
  margin-top: 45px;
  padding: 27px 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#footer .socials .socials-left a {
  display: inline-block;
  margin-right: 16px;
  border-radius: 4px;
  background-color: #fff;
  padding: 11px 6px;
  color: #212b36;
}
#footer .socials a:last-child {
  margin-right: 0;
}

.comp_infor {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #212b36;
  font-size: 16px;
}
.comp_infor .name {
  font-weight: 600;
  font-size: 18px;
}
.comp_infor .text-normal {
  font-size: 16px;
}
.comp_infor .text-normal a {
  color: #212b36;
}
.comp_infor .status {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.comp_infor .time span {
  display: inline-block;
}
.comp_infor .time span:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #000;
}
.comp_infor .order-advise {
  gap: 19px;
  align-items: center;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
}
.comp_infor .order-advise img {
  max-width: 54px;
}
.comp_infor .order-advise .text {
  font-size: 16px;
}
.comp_infor .order-advise .text .text-main {
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.comp_infor .order-advise .text a {
  color: #212b36;
}

.copyright {
  padding: 12px 0;
  color: #fff;
  font-size: 13px;
}
.copyright a {
  color: #fff;
  font-size: 13px;
}

.load-img {
  position: fixed;
  background: rgba(53, 53, 53, 0.74);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.load-img.active {
  opacity: 1;
  visibility: inherit;
}
.load-img img {
  width: 70px;
  height: 70px;
}

.load-img-small {
  position: absolute;
  background: rgba(36, 45, 55, 0.3);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.load-img-small.active {
  opacity: 1;
  visibility: inherit;
}
.load-img-small img {
  width: 70px;
  height: 70px;
}

#call-phone {
  position: fixed;
  right: 5px;
  bottom: 80px;
  z-index: 9999;
}
#call-phone .phonering-alo-phone {
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#call-phone .phonering-alo-phone .phonering-alo-ph-circle {
  width: 100%;
  height: 100%;
  background: #111;
  border: 2px solid #111;
  border-radius: 50%;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
}
#call-phone .phonering-alo-phone .phonering-alo-ph-circle-fill {
  width: 85px;
  height: 85px;
  position: absolute;
  background: #111;
  border-radius: 50%;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
}
#call-phone .phonering-alo-phone .phonering-alo-ph-img-circle {
  width: 60px;
  background: #111;
  height: 60px;
  position: absolute;
  border-radius: 50%;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}
#call-phone .phonering-alo-phone .phonering-alo-ph-img-circle .link-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#call-phone .phonering-alo-phone .numberphone {
  width: 130px;
  background: #111;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-30%, -50%);
  padding: 6px 12px;
  border-radius: 10px;
  transition: visibility 0s linear 0.25s, opacity 0.25s;
}
#call-phone .phonering-alo-phone .numberphone .link-phone {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
#call-phone .phonering-alo-phone .numberphone .fa-caret-right {
  position: absolute;
  right: -5px;
  top: 8px;
  color: #111;
}

@media screen and (max-width: 992px) {
  #footer,
  .copyright {
    display: none;
  }
}
@keyframes phonering-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes phonering-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes phonering-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
#header-top {
  background-color: #E6E8E9;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#header-top .hotline a {
  color: #000;
}
#header-top .hotline a:hover {
  color: #000;
}
#header-top .menu-active {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
}
#header-top .menu-active .right-menu {
  display: flex;
  list-style: none;
  gap: 24px;
  margin-bottom: 0;
}
#header-top .menu-active .right-menu li a {
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.5;
}
#header-top .menu-active .address {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#header-top .menu-active .address span.text {
  color: #000;
}
#header-top .menu-active .address:hover .box-shop {
  opacity: 1;
  visibility: visible;
}
#header-top .menu-active .address .box-shop {
  z-index: 150;
  width: 550px;
  right: 0;
  top: 37px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
  position: absolute;
  padding: 24px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1490196078);
}
#header-top .menu-active .address .box-shop .comp_infor {
  gap: 6px !important;
}
#header-top .menu-active .address .box-shop .comp_infor .order-advise {
  margin: 0 auto;
  margin-top: 10px;
}
#header-top .menu-active .address .box-shop .comp_infor .time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header-top .menu-active .address .box-shop .comp_infor .time a {
  color: #1085FA;
}
#header-top .menu-active .address .box-shop::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 16px solid #fff;
  position: absolute;
  top: -12px;
  right: 70px;
}

#menu-main {
  padding: 32px 0;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 15px 0px;
  transition: padding 0.3s ease;
}
#menu-main.hide {
  transform: translateY(-100%); 
}
#menu-main.shrink {
  padding: 12px 0 32px 0;
}
#menu-main.fixed-top,
#menu-main.other-menu {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 15px 0px;
}

#menu-main.fixed-top .header-wrapper,
#menu-main.other-menu .header-wrapper {
  gap: 70px;
}

#menu-main.fixed-top .header-wrapper .logo,
#menu-main.other-menu .header-wrapper .logo {
  display: flex;
  gap: 30px;
}
#menu-main.fixed-top .header-wrapper .logo .logo-img-fixed,
#menu-main.other-menu .header-wrapper .logo .logo-img-fixed {
  display: inline-block;
  flex-shrink: 0;
}

#menu-main.fixed-top .header-wrapper .logo .box-category-scroll,
#menu-main.other-menu .header-wrapper .logo .box-category-scroll {
  display: flex;
  padding: 14px 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  animation: scale_1 0.2s ease-in;
  cursor: pointer;
  color: #99a4af;
  white-space: nowrap;
  transition: padding 0.3s ease;
}
#menu-main.shrink.other-menu .header-wrapper .logo .box-category-scroll {
  padding: 8px 6px !important;
}
#menu-main.fixed-top .header-wrapper .logo .box-category-scroll span,
#menu-main.other-menu .header-wrapper .logo .box-category-scroll span {
  font-size: 12px;
}

#menu-main.other-menu {
  position: relative;
}

#menu-main .logo a img {
  max-height: 50px;
}
#menu-main.fixed-top {
  box-shadow: unset;
}
#menu-main.other-menu {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 15px 0px;
}
#menu-main.other-menu .header-wrapper {
  gap: 70px;
}
#menu-main.other-menu .header-wrapper .logo {
  display: flex;
  gap: 30px;
}
#menu-main.other-menu .header-wrapper .logo .logo-img-fixed {
  display: inline-block;
  flex-shrink: 0;
}
#menu-main.other-menu .header-wrapper .logo .box-category-scroll {
  padding: 14px 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  animation: scale_1 0.2s ease-in;
  cursor: pointer;
  color: #99a4af;
  white-space: nowrap;
}
#menu-main.other-menu .header-wrapper .logo .box-category-scroll span {
  font-size: 12px;
}
#menu-main.other-menu {
  position: relative;
}
#menu-main .header-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
#menu-main .header-wrapper .logo {
  min-width: 210px;
  margin-right: auto;
}
#menu-main .header-wrapper .box-category-scroll {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  display: none;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.3s ease-in;
}
#menu-main .header-wrapper .box-category-scroll img {
  max-width: 18px;
}
#menu-main .header-wrapper .search {
  position: relative;
  width: 100%;
  max-width: 487px;
  position: relative;
  z-index: 10;
}
#menu-main .header-wrapper .search #submit-search {
  position: absolute;
  opacity: 0;
}
#menu-main .header-wrapper .search input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  color: #212b36;
}
#menu-main .header-wrapper .search input::-moz-placeholder {
  color: #99a4af;
  font-size: 15px;
}
#menu-main .header-wrapper .search input::placeholder {
  color: #99a4af;
  font-size: 15px;
}
#menu-main .header-wrapper .search input:focus {
  outline: none;
  border-color: #1085FA;
}
#menu-main .header-wrapper .search img {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  cursor: pointer;
}
#menu-main .header-wrapper .search .keywords {
  position: absolute;
  gap: 15px;
  bottom: -20px;
}
#menu-main .header-wrapper .search .keywords a span {
  color: #737c87;
  font-size: 1.4rem;
  white-space: nowrap;
  cursor: pointer;
}
#menu-main .header-wrapper .search .keywords a span:hover {
  color: #1085FA;
}
#menu-main .header-wrapper .options {
  gap: 6px;
}
#menu-main .header-wrapper .options .option-item {
  color: #1085FA;
  font-size: 16px;
  position: relative;
  padding: 6px;
  display: flex;
  align-items: center;
}
#menu-main .header-wrapper .options .option-item a {
  color: #1085FA;
  font-size: 16px;
  display: flex;
  align-items: center;
}
#menu-main .header-wrapper .options .option-item a span:last-child {
  white-space: nowrap;
}
#menu-main .header-wrapper .options .option-item .cart {
  position: relative;
}
#menu-main .header-wrapper .options .option-item .cart .amount {
  position: absolute;
  background-color: #dc4f67;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  font-size: 8px;
  font-weight: 500;
  top: 0;
  right: 7px;
  width: 15px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu-main .header-wrapper .options .option-item.account {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#menu-main .header-wrapper .options .option-item.account > a {
  display: flex;
  align-items: center;
}
#menu-main .header-wrapper .options .option-item.account:hover {
  background-color: #edf0ff;
  border-radius: 8px;
}
#menu-main .header-wrapper .options .option-item.account:hover .box-account {
  opacity: 1;
  visibility: visible;
}
#menu-main .header-wrapper .options .option-item.account .user-name {
  white-space: nowrap;
}
#menu-main .header-wrapper .options .option-item.account .box-account {
  z-index: 150;
  width: 160px;
  left: 0;
  top: 55px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
  position: absolute;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
}
#menu-main .header-wrapper .options .option-item.account .box-account::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 30px;
  background-color: transparent;
  right: 0;
  top: -18px;
}
#menu-main .header-wrapper .options .option-item.account .box-account a {
  padding: 10px;
  color: #383b46;
  display: block;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  margin-bottom: 8px;
}
#menu-main .header-wrapper .options .option-item.account .box-account a:hover {
  background-color: #edf0ff;
  border: 1px solid #1085FA;
  color: #1085FA;
}
#menu-main .header-wrapper .options .option-item.account .box-account.logged-in {
  width: 280px;
}
#menu-main .header-wrapper .options .option-item.account .box-account.logged-in > span {
  color: #212b36;
  display: block;
  margin-bottom: 8px;
}
#menu-main .header-wrapper .options .option-item.account .box-account.logged-in a.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
#menu-main .header-wrapper .options .option-item.account .box-account.logged-in a:last-child {
  margin-top: 8px;
  background: #1085FA;
  color: #fff;
  text-align: center;
  border: 1px solid #1085FA;
}
#menu-main .header-wrapper .options .option-item.cart {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
#menu-main .header-wrapper .options .option-item.cart:hover {
  background-color: #edf0ff;
  border-radius: 8px;
}
#menu-main .header-wrapper .options .option-item.cart:hover .cart-hover {
  opacity: 1;
  visibility: visible;
}
#menu-main .header-wrapper .options .option-item.tel-md {
  display: none;
}

.popup-keyword {
  position: absolute;
  top: 56px;
  width: 100%;
  z-index: 10001;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 36px 16px 24px 16px;
}
.popup-keyword p {
  color: #212b36;
  margin-bottom: 24px;
  font-weight: 500;
}
.popup-keyword .words {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.popup-keyword .words span {
  padding: 10px;
  display: inline-block;
  background-color: #f6f6f6;
  color: #212b36;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #e3e3e3;
}
.popup-keyword .words span:hover {
  color: #1085FA;
  border: 1px solid #1085FA;
  transition: all 0.2s ease;
}

#menu-mobile-top,
#menu-mobile-bottom {
  display: none;
}

.popup-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
  z-index: 999;
}
.popup-menu.fix-popup .menu-category {
  top: 40px;
}
.popup-menu.active {
  height: 100%;
  opacity: 1;
  visibility: inherit;
  transition: 0.3s ease-in;
}
.popup-menu .popup-oveplay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}
.popup-menu .menu-category {
  position: absolute;
  left: 0;
  top: 160px;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  height: 100%;
  visibility: inherit;
  opacity: 1;
}
.popup-menu .menu-category .menu-custom-wrapper {
  width: 100%;
  background-color: transparent;
  position: relative;
  padding: 0;
}
.popup-menu .menu-category .menu-custom-wrapper .menu-custom {
  background: #fff;
  height: 532px;
  padding: 16px 20px;
  width: 270px;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.popup-menu .menu-category .menu-custom-wrapper .menu-custom li .sub-menu-wrapper {
  width: calc(100% - 238px);
}

@keyframes scale_1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scale_2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1400px) {
  #menu-main.fixed-top .header-wrapper {
    gap: 40px;
  }
  #menu-main .header-wrapper {
    gap: 40px;
  }
  #menu-main .header-wrapper .search {
    max-width: 435px;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #menu-main.fixed-top .header-wrapper {
    gap: 20px;
  }
  #menu-main.fixed-top .header-wrapper .logo {
    max-width: unset;
  }
  #menu-main .header-wrapper {
    gap: 20px;
  }
  #menu-main .header-wrapper .search {
    max-width: 300px;
  }
  #menu-main .header-wrapper .search .keywords span {
    white-space: nowrap;
  }
  #menu-main .header-wrapper .logo {
    max-width: 180px;
  }
  #menu-main .header-wrapper .options .option-item.tel-lg {
    display: none;
  }
  #menu-main .header-wrapper .options .option-item.tel-md {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .woocommerce-account #menu-mobile-top,
  .page-template-tpl-news-php #menu-mobile-top,
  .single-post #menu-mobile-top {
    display: block !important;
    border-radius: 0px;
    padding-bottom: 16px;
    margin-bottom: 0;
  }
  #header-top,
  #menu-main {
    display: none;
  }
  #menu-mobile-top,
  #menu-mobile-bottom {
    display: block;
  }
  .page-template-tpl-home #menu-mobile-top .logo-back,
  .woocommerce-cart #menu-mobile-top .logo-back,
  .page-template-tpl-news-php #menu-mobile-top .logo-back,
  .woocommerce-account #menu-mobile-top .logo-back,
  .single-post #menu-mobile-top .logo-back {
    display: none;
  }
  #menu-mobile-top {
    padding-bottom: 180px;
    margin-bottom: -160px;
    padding-top: 16px;
    background-color: #1085FA;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  #menu-mobile-top.fixed-top {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 0;
  }
  #menu-mobile-top.fixed-top .content .top .logo,
  #menu-mobile-top.fixed-top .content .top .socials {
    display: none;
  }
  #menu-mobile-top.fixed-top .search.md {
    display: block;
  }
  #menu-mobile-top.fixed-top ~ #banner-main {
    padding-top: 20px;
  }
  #menu-mobile-top .content .top {
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  #menu-mobile-top .content .top .logo {
    max-width: 160px;
  }
  #menu-mobile-top .content .top .socials {
    display: flex;
    gap: 16px;
  }
  #menu-mobile-top .content .top .socials .item:last-child img {
    width: 28px;
    height: 28px;
    margin-bottom: 5px;
  }
  #menu-mobile-top .content .top .socials .item a {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  #menu-mobile-top .content .top .socials .item a:hover {
    color: #fff;
  }
  #menu-mobile-top .content .top .socials .item a img {
    max-width: 30px;
    width: 22px;
    height: 22px;
  }
  #menu-mobile-top .content .top .socials .item a span {
    display: none;
  }
  #menu-mobile-top .search {
    position: relative;
    flex-grow: 2;
  }
  #menu-mobile-top .search.fixed-top {
    position: fixed;
    background-color: #1085FA;
  }
  #menu-mobile-top .search input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    color: #212b36;
  }
  #menu-mobile-top .search input:focus {
    outline: none;
    border-color: #1085FA;
  }
  #menu-mobile-top .search img {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  #menu-mobile-top .search.sm {
    display: none;
  }
  #menu-mobile-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1024;
    background: #fff;
    padding: 8px 0;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2509803922);
  }
  #menu-mobile-bottom .menu-content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  #menu-mobile-bottom .menu-content .menu-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  #menu-mobile-bottom .menu-content .menu-item a {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  #menu-mobile-bottom .menu-content .menu-item .icon {
    margin-bottom: 4px;
    flex-shrink: 0;
  }
  #menu-mobile-bottom .menu-content .menu-item .text {
    color: #636c74;
  }
  #menu-mobile-bottom .menu-content .menu-item .text .amount {
    position: absolute;
    background-color: #dc4f67;
    color: #fff;
    border: 1px solid #fff;
    width: 15px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    border-radius: 8px;
    top: 0px;
    right: 12px;
  }
  #menu-mobile-bottom .menu-content .menu-item.active .icon svg path {
    fill: #1085FA;
  }
  #menu-mobile-bottom .menu-content .menu-item.active .text {
    color: #1085FA;
  }
}
@media screen and (max-width: 768px) {
  #menu-mobile-top {
    padding-bottom: 160px;
    margin-bottom: -140px;
  }
  #menu-mobile-top.fixed-top {
    padding-top: 0;
  }
  #menu-mobile-top .content .top .search {
    display: none;
  }
  #menu-mobile-top .search.sm {
    display: block;
    margin-top: 13px;
  }
  #menu-mobile-top .search.sm input {
    padding: 11px 16px;
  }
}
@media screen and (max-width: 576px) {
  #menu-mobile-top {
    padding-bottom: 44px;
    padding-top: 8px;
    margin-bottom: -32px;
  }
  #menu-mobile-top .content .top .logo {
    max-width: 120px;
  }
  #menu-mobile-top .content .top .socials .item {
    max-width: 60px;
    align-items: center;
    gap: 4px;
  }
  #menu-mobile-top .content .top .socials .item a {
    font-size: 12px;
  }
  #menu-mobile-top .content .top .socials .item a img {
    max-width: 20px;
  }
  #menu-mobile-bottom .menu-content .menu-item .text a {
    font-size: 12px;
  }
}
.menu-custom-wrapper {
  padding: 16px 20px;
  width: 270px;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
  background: #FFF;
}
.menu-custom-wrapper .menu-custom {
  height: 500px;
  background: #fff;
  list-style-type: none;
  overflow-y: hidden;
  overflow-x: hidden;
  margin: 0;
  padding-left: 0;
}
.menu-custom-wrapper .menu-custom::-webkit-scrollbar {
  width: 5px;
  position: absolute;
  right: -5px;
}
.menu-custom-wrapper .menu-custom::-webkit-scrollbar-track {
  background: #FBFBFB;
}
.menu-custom-wrapper .menu-custom::-webkit-scrollbar-thumb {
  background: #E3E3E3;
  border-radius: 10px;
}
.menu-custom-wrapper .menu-custom li {
  display: flex;
  align-items: center;
  transition: 0.5s ease-in;
  width: 100%;
  padding: 13px 0;
  border-radius: 8px;
}
.menu-custom-wrapper .menu-custom li:hover {
  background: #F6F6F6;
}
.menu-custom-wrapper .menu-custom li:hover > .sub-menu-wrapper {
  display: flex;
}
.menu-custom-wrapper .menu-custom li img {
  width: 40px;
  height: 24px;
  margin-right: 10px;
}
.menu-custom-wrapper .menu-custom li .menu-title a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 24px;
  color: #383B46;
}
.menu-custom-wrapper .menu-custom li .sub-menu-wrapper {
  background: #FFF;
  position: absolute;
  display: none;
  right: -15px;
  bottom: 0;
  top: 10px;
  flex-direction: column;
  padding-top: 40px;
  padding-right: 65px;
  padding-left: 65px;
  width: calc(100% - 246px);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow-y: auto;
}
.menu-custom-wrapper .menu-custom li .sub-menu-wrapper.active {
  top: 0;
}
.menu-custom-wrapper .menu-custom li .sub-menu-wrapper::-webkit-scrollbar {
  width: 5px;
  position: absolute;
  right: -5px;
}
.menu-custom-wrapper .menu-custom li .sub-menu-wrapper::-webkit-scrollbar-track {
  background: #FBFBFB;
}
.menu-custom-wrapper .menu-custom li .sub-menu-wrapper::-webkit-scrollbar-thumb {
  background: #E3E3E3;
  border-radius: 10px;
}
.menu-custom-wrapper .menu-custom li .sub-menu-wrapper > a {
  padding-bottom: 20px;
  color: #1085FA;
}
.menu-custom-wrapper .menu-custom li .sub-menu-wrapper > a img {
  max-width: 12px;
}
.menu-custom-wrapper .menu-custom li .sub-menu-wrapper .sub-menu-mobile-2 {
  padding: 0;
  display: flex;
  min-height: 80%;
  border-radius: 0 10px 10px 0;
  list-style-type: none;
  margin: 0;
  gap: 10px 60px;
  transition: 0.5s ease-in;
  flex-wrap: wrap;
}
.menu-custom-wrapper .menu-custom li .sub-menu-wrapper .sub-menu-mobile-2 > li {
  display: flex;
  flex-direction: column;
  align-items: unset;
  padding: unset;
  width: 18%;
}
.menu-custom-wrapper .menu-custom li .sub-menu-wrapper .sub-menu-mobile-2 > li:hover {
  background-color: inherit;
}
.menu-custom-wrapper .menu-custom li .sub-menu-wrapper .sub-menu-mobile-2 > li > a {
  color: #212B36;
  font-size: 1.4rem;
  font-weight: 500;
  transition: 0.3s ease-in;
  text-transform: uppercase;
}
.menu-custom-wrapper .menu-custom li .sub-menu-wrapper .sub-menu-mobile-2 > li > a:hover {
  color: #1085FA !important;
}
.menu-custom-wrapper .menu-custom li .sub-menu-wrapper .sub-menu-mobile-2 > li .sub-menu-mobile-3 {
  width: 100%;
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;
}
.menu-custom-wrapper .menu-custom li .sub-menu-wrapper .sub-menu-mobile-2 > li .sub-menu-mobile-3 > li {
  padding: unset;
  padding-bottom: 10px;
}
.menu-custom-wrapper .menu-custom li .sub-menu-wrapper .sub-menu-mobile-2 > li .sub-menu-mobile-3 > li:last-child {
  padding-bottom: 0;
}
.menu-custom-wrapper .menu-custom li .sub-menu-wrapper .sub-menu-mobile-2 > li .sub-menu-mobile-3 > li:hover {
  background-color: inherit;
}
.menu-custom-wrapper .menu-custom li .sub-menu-wrapper .sub-menu-mobile-2 > li .sub-menu-mobile-3 > li > a {
  color: #737C87;
  font-size: 1.4rem;
  font-weight: 400;
  transition: 0.3s ease-in;
}
.menu-custom-wrapper .menu-custom li .sub-menu-wrapper .sub-menu-mobile-2 > li .sub-menu-mobile-3 > li > a:hover {
  color: #1085FA !important;
}

.cart-hover {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 570px;
  padding: 24px;
  top: 50px;
  right: -130px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1490196078);
  z-index: 10;
}
.cart-hover::before {
  content: "";
  height: 50px;
  width: 100px;
  position: absolute;
  top: -25px;
  right: 140px;
}
.cart-hover .cart-content .cart-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.cart-hover .cart-content .cart-top .count,
.cart-hover .cart-content .cart-top a#cart-link {
  color: #212b36;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.cart-hover .cart-content .cart-top a#cart-link {
  color: #99A4AF;
  font-weight: 400;
  line-height: 32px;
}
.cart-hover .cart-content .cart-top a#cart-link img {
  filter: invert(74%) sepia(9%) saturate(391%) hue-rotate(169deg) brightness(88%) contrast(84%);
}
.cart-hover .cart-content .cart-top a#cart-link:hover {
  color: #1085FA;
}
.cart-hover .cart-content .cart-top a#cart-link:hover img {
  filter: invert(22%) sepia(49%) saturate(4667%) hue-rotate(217deg) brightness(85%) contrast(90%);
}
.cart-hover .cart-content .cart-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 412px;
  overflow-y: auto;
  border-top: 2px solid #e7eaec;
  border-bottom: 2px solid #e7eaec;
}
.cart-hover .cart-content .cart-list::-webkit-scrollbar {
  width: 5px;
  position: absolute;
  right: -5px;
}
.cart-hover .cart-content .cart-list::-webkit-scrollbar-track {
  background: #FBFBFB;
}
.cart-hover .cart-content .cart-list::-webkit-scrollbar-thumb {
  background: #E3E3E3;
  border-radius: 10px;
}
.cart-hover .cart-content .cart-list .item {
  color: #212b36 !important;
  position: relative;
  padding-bottom: 16px;
}
.cart-hover .cart-content .cart-list .item:last-child {
  border-bottom: none;
}
.cart-hover .cart-content .cart-list .item a {
  display: flex !important;
  gap: 12px;
  text-decoration: none;
  align-items: start;
}
.cart-hover .cart-content .cart-list .item a .image {
  min-width: 100px;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-hover .cart-content .cart-list .item a .image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  border-radius: 8px;
}
.cart-hover .cart-content .cart-list .item a .info-cart .name {
  max-height: 24px;
  overflow: hidden;
  margin-bottom: 4px;
}
.cart-hover .cart-content .cart-list .item a .info-cart .name p {
  margin-bottom: 0;
  color: #212b36;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-hover .cart-content .cart-list .item a .info-cart .text-grey {
  color: #99A4AF;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cart-hover .cart-content .cart-list .item a .info-cart .price {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
}
.cart-hover .cart-content .cart-list .item a .info-cart .price .price-regular {
  color: #99A4AF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  display: flex;
  align-items: center;
}
.cart-hover .cart-content .cart-list .item a .info-cart .price .price-regular span.price {
  text-decoration: line-through;
}
.cart-hover .cart-content .cart-list .item a .info-cart .price .price-regular span.price.off-sale {
  color: #1085FA;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}
.cart-hover .cart-content .cart-list .item a .info-cart .price .price-regular .discount {
  padding: 2px 4px;
  border-radius: 5px;
  color: #1085FA;
  font-size: 13px;
  font-weight: 500;
  background-color: #EDF0FF;
  text-decoration: none;
  margin-left: 8px;
}
.cart-hover .cart-content .cart-list .item a .info-cart .price .price-sale {
  color: #1085FA;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}
.cart-hover .cart-content .cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #383B46;
  padding: 16px 0;
  background: #fff;
}
.cart-hover .cart-content .cart-total .total_text {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.cart-hover .cart-content .cart-total .total_number {
  font-size: 20px;
  font-weight: 600;
  line-height: 24.2px;
  color: #1085FA;
}
.cart-hover::-webkit-scrollbar {
  width: 6px;
  padding-right: 6px;
}
.cart-hover::-webkit-scrollbar-track {
  background: transparent;
}
.cart-hover::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: #e7eaec;
}

.sidebar-news {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sidebar-news .sidebar-news-outstanding {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sidebar-news .sidebar-news-outstanding .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  text-align: left;
  color: #737c87;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
}
.sidebar-news .sidebar-news-outstanding .sidebar-news-outstanding-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sidebar-news .sidebar-news-outstanding .sidebar-news-outstanding-list .sidebar-news-outstanding-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sidebar-news .sidebar-news-outstanding .sidebar-news-outstanding-list .sidebar-news-outstanding-list-wrapper .sidebar-news-outstanding-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sidebar-news .sidebar-news-outstanding .sidebar-news-outstanding-list .sidebar-news-outstanding-list-wrapper .sidebar-news-outstanding-item .number {
  flex-shrink: 0;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
  color: #99a4af;
}
.sidebar-news .sidebar-news-outstanding .sidebar-news-outstanding-list .sidebar-news-outstanding-list-wrapper .sidebar-news-outstanding-item:first-child .number {
  background: #dc4f67;
  color: #fff;
}
.sidebar-news .sidebar-news-outstanding .sidebar-news-outstanding-list .sidebar-news-outstanding-list-wrapper .sidebar-news-outstanding-item:nth-child(2) .number {
  background: #1866dc;
  color: #fff;
}
.sidebar-news .sidebar-news-outstanding .sidebar-news-outstanding-list .sidebar-news-outstanding-list-wrapper .sidebar-news-outstanding-item:nth-child(3) .number {
  background: #ff8832;
  color: #fff;
}
.sidebar-news .sidebar-news-outstanding .sidebar-news-outstanding-list .sidebar-news-outstanding-list-wrapper .sidebar-news-outstanding-item .title {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  text-align: left;
  color: #212b36;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  border: none;
}
.sidebar-news .sidebar-news-outstanding .sidebar-news-outstanding-list .load_more {
  cursor: pointer;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  color: #1085FA;
  transition: all 0.3s linear;
}
.sidebar-news .sidebar-news-outstanding .sidebar-news-outstanding-list .load_more:hover {
  color: #768cec;
}
.sidebar-news .sidebar-news-keyword {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sidebar-news .sidebar-news-keyword .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  text-align: left;
  color: #737c87;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
}
.sidebar-news .sidebar-news-keyword .sidebar-news-keyword-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.sidebar-news .sidebar-news-keyword .sidebar-news-keyword-list .keyword-item {
  cursor: pointer;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #e3e3e3;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: center;
  transition: all 0.3s linear;
}
.sidebar-news .sidebar-news-keyword .sidebar-news-keyword-list .keyword-item:hover {
  background: rgba(0, 0, 0, 0.0509803922);
}
.sidebar-news .sidebar-news-image {
  max-height: 580px;
  width: 100%;
  overflow: hidden;
}
.sidebar-news .sidebar-news-image a {
  display: block;
}
.sidebar-news .sidebar-news-image img {
  max-height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.news-single-wrapper .sidebar-news-image {
  display: none;
}

.woocommerce-breadcrumb {
  padding: 28px 0 20px 0;
  display: flex;
  flex-wrap: nowrap;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  margin-top: 32px;
}
.woocommerce-breadcrumb a {
  color: #99a4af;
  font-weight: 500;
  font-size: 16px;
}

.sidebar-support .sidebar-support-wrapper {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.sidebar-support .sidebar-support-wrapper .sidebar-support-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #383b46;
  padding: 10px 16px 10px 16px;
  border-radius: 8px;
  transition: all 0.3s linear;
}
.sidebar-support .sidebar-support-wrapper .sidebar-support-item.active {
  background: #edf0ff;
  border: 1px solid #1085FA;
}

section.menu-mobile-category {
  position: fixed;
  bottom: 62px;
  width: 100%;
  left: 0;
  height: calc(100% - 62px);
  background: #fff;
  z-index: 99999;
  transition: all 0.3s linear;
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
  overflow: hidden;
}
section.menu-mobile-category.hide {
  opacity: 0;
  transform: translateY(500px);
  visibility: hidden;
}
section.menu-mobile-category .menu-mobile-category-heading {
  padding: 16px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
}
section.menu-mobile-category .menu-mobile-category-heading h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  text-align: center;
  color: #212b36;
}
section.menu-mobile-category .menu-mobile-category-heading img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-55%);
}
section.menu-mobile-category .col-4 {
  overflow: hidden;
  padding-right: 8px;
}
section.menu-mobile-category .menu-custom-wrapper {
  padding: 0;
  overflow: hidden;
  width: 100%;
  background: #fff;
}
section.menu-mobile-category .menu-custom-wrapper .menu-custom {
  padding-left: 15px;
  background: #fff;
  list-style-type: none;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  height: calc(100vh - 110px);
}
section.menu-mobile-category .menu-custom-wrapper .menu-custom::-webkit-scrollbar {
  width: 5px;
  position: absolute;
  right: -5px;
}
section.menu-mobile-category .menu-custom-wrapper .menu-custom::-webkit-scrollbar-track {
  background: #fbfbfb;
}
section.menu-mobile-category .menu-custom-wrapper .menu-custom::-webkit-scrollbar-thumb {
  background: #e3e3e3;
  border-radius: 10px;
}
section.menu-mobile-category .menu-custom-wrapper .menu-custom li {
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.5s ease-in;
  border-radius: 8px;
  width: 82px;
  overflow: hidden;
  padding: 12px 14px;
}
section.menu-mobile-category .menu-custom-wrapper .menu-custom li.active {
  background: #f6f6f6;
}
section.menu-mobile-category .menu-custom-wrapper .menu-custom li img {
  flex-shrink: 0;
  width: 36.92px;
  height: auto;
  margin: 0;
}
section.menu-mobile-category .menu-custom-wrapper .menu-custom li .menu-title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #383b46;
}
section.menu-mobile-category .col-8 {
  padding-left: 0px;
}
section.menu-mobile-category .menu-mobile-category-sidebar-wrapper {
  padding: 0;
  overflow: hidden;
  background: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.0509803922);
}
section.menu-mobile-category .menu-mobile-category-sidebar-wrapper .menu-mobile-category-sidebar {
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0 15px 0 0;
  height: calc(93vh - 62px);
}
section.menu-mobile-category .menu-mobile-category-sidebar-wrapper .menu-mobile-category-sidebar::-webkit-scrollbar {
  width: 5px;
  position: absolute;
  right: -5px;
}
section.menu-mobile-category .menu-mobile-category-sidebar-wrapper .menu-mobile-category-sidebar::-webkit-scrollbar-track {
  background: #fbfbfb;
}
section.menu-mobile-category .menu-mobile-category-sidebar-wrapper .menu-mobile-category-sidebar::-webkit-scrollbar-thumb {
  background: #e3e3e3;
  border-radius: 10px;
}
section.menu-mobile-category .menu-mobile-category-sidebar-wrapper .menu-mobile-category-sidebar .sub-menu-wrapper {
  display: none;
}
section.menu-mobile-category .menu-mobile-category-sidebar-wrapper .menu-mobile-category-sidebar .sub-menu-wrapper.active {
  display: block;
}
section.menu-mobile-category .menu-mobile-category-sidebar-wrapper .menu-mobile-category-sidebar .sub-menu-wrapper .see-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #212b36;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
  padding: 10px 0 10px 8px;
}
section.menu-mobile-category .menu-mobile-category-sidebar-wrapper .menu-mobile-category-sidebar .sub-menu-wrapper .see-all img {
  width: 30px;
  height: 30px;
  transform: translateX(5px);
  flex-shrink: 0;
}
section.menu-mobile-category .menu-mobile-category-sidebar-wrapper .menu-mobile-category-sidebar .sub-menu-wrapper .sub-menu-mobile-2 {
  list-style-type: none;
  padding: 10px 0;
}
section.menu-mobile-category .menu-mobile-category-sidebar-wrapper .menu-mobile-category-sidebar .sub-menu-wrapper .sub-menu-mobile-2 .menu-mobile-item-lv-2 {
  padding: 8px 0;
}
section.menu-mobile-category .menu-mobile-category-sidebar-wrapper .menu-mobile-category-sidebar .sub-menu-wrapper .sub-menu-mobile-2 .menu-mobile-item-lv-2:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
}
section.menu-mobile-category .menu-mobile-category-sidebar-wrapper .menu-mobile-category-sidebar .sub-menu-wrapper .sub-menu-mobile-2 .menu-mobile-item-lv-2 a {
  padding: 8px;
  color: #212b36;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}
section.menu-mobile-category .menu-mobile-category-sidebar-wrapper .menu-mobile-category-sidebar .sub-menu-wrapper .sub-menu-mobile-2 .menu-mobile-item-lv-2 .sub-menu-mobile-3 {
  margin: 8px 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
}
section.menu-mobile-category .menu-mobile-category-sidebar-wrapper .menu-mobile-category-sidebar .sub-menu-wrapper .sub-menu-mobile-2 .menu-mobile-item-lv-2 .sub-menu-mobile-3 .menu-mobile-item-lv-3 {
  width: calc(50% - 4.5px);
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding: 8px 10px;
}
section.menu-mobile-category .menu-mobile-category-sidebar-wrapper .menu-mobile-category-sidebar .sub-menu-wrapper .sub-menu-mobile-2 .menu-mobile-item-lv-2 .sub-menu-mobile-3 .menu-mobile-item-lv-3 a {
  padding: 0;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: center;
  color: #212b36;
}
section.menu-mobile-category .menu-mobile-category-sidebar-wrapper .menu-mobile-category-sidebar .sub-menu-wrapper .top-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 20px;
}
section.menu-mobile-category .menu-mobile-category-sidebar-wrapper .menu-mobile-category-sidebar .sub-menu-wrapper .top-menu a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #212b36;
}
section.menu-mobile-category .menu-mobile-category-sidebar-wrapper .menu-mobile-category-sidebar .sub-menu-wrapper .top-menu a:last-child::before {
  content: url("/wp-content/themes/Epal-theme/images/email-color.png");
  position: relative;
  display: inline-block;
  top: 4px;
}

#category-products .result-null {
  width: 100%;
  text-align: center;
  display: none;
}
#category-products .result-null.active {
  display: block;
}
#category-products .result-null p {
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color: #000;
}
#category-products .woocommerce-breadcrumb {
  display: block;
  margin-top: 8px;
  margin-bottom: 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color: #000;
}
#category-products .woocommerce-breadcrumb a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color: #99A4AF;
}
#category-products .products-row {
  display: flex;
  justify-content: space-between;
}
#category-products .products-row .sidebar-products {
  width: 258px;
  border-radius: 16px;
  background: #FFF;
  padding: 16px;
  height: -moz-fit-content;
  height: fit-content;
}
#category-products .products-row .sidebar-products .total-fillter {
  display: flex;
  flex-direction: column;
}
#category-products .products-row .sidebar-products .ui-slider-horizontal {
  height: 0.6em;
}
#category-products .products-row .sidebar-products .ui-slider-horizontal {
  margin-bottom: 15px;
  width: 100%;
}
#category-products .products-row .sidebar-products .ui-slider-horizontal .ui-slider-range {
  top: 3px;
}
#category-products .products-row .sidebar-products .ui-widget.ui-widget-content {
  border: none;
  margin: 0;
}
#category-products .products-row .sidebar-products .ui-widget-header {
  background: #1085FA;
  opacity: 0.4;
  height: 2px;
}
#category-products .products-row .sidebar-products .ui-slider-handle {
  background: #1085FA;
  border-radius: 50%;
  border: none;
}
#category-products .products-row .sidebar-products .input-range {
  margin-bottom: 8px;
}
#category-products .products-row .sidebar-products .price-filter-range {
  padding-bottom: 16px;
}
#category-products .products-row .sidebar-products .price-range-field {
  width: 48%;
  background-color: #FFF;
  border: 1px solid #E3E3E3;
  color: #212B36;
  border-radius: 10px;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px;
  text-align: center;
}
#category-products .products-row .sidebar-products .price-range-field.max-value {
  padding: 10px 7px;
}
#category-products .products-row .sidebar-products .filter-box {
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 8px;
}
#category-products .products-row .sidebar-products .filter-box[style*="order:5"] .line-bottom {
  border: none;
}
#category-products .products-row .sidebar-products h3.title {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #212B36;
  margin-bottom: 16px;
  margin-top: 0;
}
#category-products .products-row .sidebar-products .filter-using-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding-left: 0;
  margin-bottom: 8px;
}
#category-products .products-row .sidebar-products .filter-using-list .filter-using-item {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  background: #1085FA;
  border-radius: 1000px;
  cursor: pointer;
}
#category-products .products-row .sidebar-products .filter-using-list .filter-using-item:hover .name {
  color: #FD0D0D;
  transition: 0.2s ease;
}
#category-products .products-row .sidebar-products .filter-using-list .filter-using-item:hover .icon-delete svg path {
  fill: #FD0D0D;
  transition: 0.2s ease;
}
#category-products .products-row .sidebar-products .filter-using-list .filter-using-item .name {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #FFF;
  transition: 0.2s ease;
}
#category-products .products-row .sidebar-products .filter-using-list .filter-using-item .icon-delete {
  display: block;
  margin-left: 4px;
  transition: 0.2s ease;
}
#category-products .products-row .sidebar-products .btn-delete-filter-using {
  border: none;
  padding: 10px 0 16px 10px;
  font-size: 16px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: none;
  color: #FD0D0D;
  transition: 0.2s ease;
}
#category-products .products-row .sidebar-products .btn-delete-filter-using.active {
  display: block;
}
#category-products .products-row .sidebar-products .btn-delete-filter-using:hover {
  text-decoration: underline;
  transition: 0.2s ease;
}
#category-products .products-row .sidebar-products .line-bottom {
  margin-top: 16px;
  border: 0.5px solid rgba(0, 0, 0, 0.05);
}
#category-products .products-row .sidebar-products .title-show {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
#category-products .products-row .sidebar-products .title-show img {
  transition: 0.2s ease;
}
#category-products .products-row .sidebar-products .title-show img.active {
  transform: rotate(180deg) !important;
  transition: 0.2s ease;
}
#category-products .products-row .sidebar-products .filter-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin-bottom: 8px;
  list-style: none;
}
#category-products .products-row .sidebar-products .filter-list.list-series {
  gap: 8px 15px;
}
#category-products .products-row .sidebar-products .filter-list.list-series .item-filter label span {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#category-products .products-row .sidebar-products .filter-list.list-series .item-filter label::before {
  min-width: 16px;
}
#category-products .products-row .sidebar-products .filter-list .item-filter {
  width: 45%;
}
#category-products .products-row .sidebar-products .filter-list .item-filter.w-100 {
  width: 100%;
}
#category-products .products-row .sidebar-products .filter-list .item-filter.item-demand {
  width: 100%;
}
#category-products .products-row .sidebar-products .filter-list .item-filter.item-source {
  width: 100%;
}
#category-products .products-row .sidebar-products .filter-list .item-filter input {
  display: none;
}
#category-products .products-row .sidebar-products .filter-list .item-filter input:checked ~ label:before {
  content: url("../images/tick-checkbox.svg");
  border: none;
}
#category-products .products-row .sidebar-products .filter-list .item-filter label {
  color: #212B36;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: auto 1fr; 
  word-break: break-word; 
  white-space: normal;
  align-items: center;
  cursor: pointer;
}
#category-products .products-row .sidebar-products .filter-list .item-filter label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #E3E3E3;
  border-radius: 2px;
  display: block;
  margin-right: 4px;
}
#category-products .products-row .sidebar-products .btn-see-more {
  border: none;
  padding: 10px 0 16px 10px;
  background: none;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
}
#category-products .products-row .sidebar-products .btn-see-more span {
  font-size: 1.4rem;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #0D6EFD;
  transition: 0.2s ease;
}
#category-products .products-row .sidebar-products .btn-see-more img {
  margin-left: 8px;
  transition: 0.2s ease;
}
#category-products .products-row .sidebar-products .btn-see-more:hover span {
  text-decoration: underline;
  transition: 0.2s ease;
}
#category-products .products-row .sidebar-products .btn-see-more:hover img {
  transition: 0.2s ease;
  transform: rotate(180deg);
}
#category-products .products-row .col-product-right {
  width: calc(100% - 258px);
  padding-left: 20px;
}
#category-products .col-product-right .header-content-product {
  margin-bottom: 42px;
}
#category-products .col-product-right .header-content-product .category-qualyti {
  display: flex;
  margin-bottom: 16px;
}
#category-products .col-product-right .header-content-product .category-qualyti h1 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #212B36;
}
#category-products .col-product-right .header-content-product .category-qualyti span.qty {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #99A4AF;
  display: none;
  margin-left: 4px;
}
#category-products .col-product-right .header-content-product .list-category-child {
  list-style: none;
  padding: 0 0 16px 0;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
  scrollbar-width: none;
  overflow-x: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#category-products .col-product-right .header-content-product .list-category-child .item-child {
  border: 1px solid #E3E3E3;
  background: #FFF;
  padding: 16px;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 55px;
}
#category-products .col-product-right .header-content-product .list-category-child .item-child a {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #212B36;
  transition: 0.2s ease;
  width: 100%;
  display: block;
  white-space: nowrap;
}
#category-products .col-product-right .header-content-product .list-category-child .item-child:hover a {
  color: #1085FA;
  border-color: #1085FA;
  transition: 0.2s ease;
}
#category-products .col-product-right .header-content-product .order-type {
  display: flex;
  align-items: center;
}
#category-products .col-product-right .header-content-product .order-type .title-order {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #212B36;
  margin-bottom: 0;
  margin-right: 24px;
  white-space: nowrap;
}
#category-products .col-product-right .header-content-product .order-type .list-order {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
#category-products .col-product-right .header-content-product .order-type .list-order .item-order {
  border-radius: 10px;
  border: 1px solid #E3E3E3;
  background: #FFF;
  padding: 10px;
  cursor: pointer;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #212B36;
  transition: 0.2s ease;
}
#category-products .col-product-right .header-content-product .order-type .list-order .item-order:hover {
  color: #1085FA;
  border-color: #1085FA;
  transition: 0.2s ease;
}
#category-products .col-product-right .header-content-product .order-type .list-order .item-order.active {
  color: #1085FA;
  border-color: #1085FA;
  background: #EDF0FF;
}
#category-products .col-product-right .header-content-product .box-fillter {
  display: none;
}
#category-products .col-product-right .center-content-product {
  width: 100%;
}
#category-products .col-product-right .center-content-product .list-products {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  gap: 20px 14px;
  margin-bottom: 20px;
}
#category-products .col-product-right .center-content-product .list-products .product-item .image img {
  display: flex;
}
#category-products .col-product-right .center-content-product .paginate-ajax {
  cursor: pointer;
  border-radius: 10px;
  background: #FFF;
  padding: 10px;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
}
#category-products .col-product-right .center-content-product .paginate-ajax:hover {
  background: #1085FA;
  transition: 0.2s ease;
}
#category-products .col-product-right .center-content-product .paginate-ajax:hover p {
  color: #FFF;
  transition: 0.2s ease;
}
#category-products .col-product-right .center-content-product .paginate-ajax p {
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1085FA;
  transition: 0.2s ease;
}
#category-products .loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}
#category-products .loading.active {
  opacity: 0.4;
  visibility: inherit;
  transition: 0.2s ease;
}
#category-products .loading img {
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 992px) {
  .archive #menu-mobile-top {
    margin: 0;
    padding: 16px 0;
    position: relative;
    z-index: 1001;
  }
  .archive #menu-mobile-top.fixed-top {
    padding-top: 16px;
    position: fixed !important;
  }
  .archive #menu-mobile-top.fixed-top .content .top {
    display: none !important;
  }
  .archive #menu-mobile-top .content .top {
    width: 100%;
  }
  .archive #menu-mobile-top .content .top .logo .logo-img .logo-main {
    display: block;
  }
  .archive #menu-mobile-top .content .top .logo .logo-img .logo-back {
    display: none;
  }
  .archive #menu-mobile-top .content .top .socials {
    display: flex;
  }
  .archive #menu-mobile-top .content .search {
    width: 100%;
  }
  #category-products .overlay {
    position: fixed;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  #category-products .woocommerce-breadcrumb {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  #category-products .products-row .sidebar-products {
    position: fixed;
    top: 84px;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transform: translateX(-100%);
    transition: all 0.2s ease;
  }
  #category-products .products-row .sidebar-products.active {
    z-index: 100;
    transition: all 0.2s ease;
  }
  #category-products .products-row .col-product-right {
    padding-left: 0;
    width: 100%;
  }
  #category-products .products-row .col-product-right .center-content-product {
    padding-bottom: 70px;
  }
  #category-products .products-row .col-product-right .header-content-product {
    margin-bottom: 30px;
  }
  #category-products .products-row .col-product-right .header-content-product .category-qualyti {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
    padding: 16px 0;
  }
  #category-products .products-row .col-product-right .header-content-product .category-qualyti h1 {
    font-size: 20px;
  }
  #category-products .products-row .col-product-right .header-content-product .category-qualyti span {
    font-size: 20px;
  }
  #category-products .products-row .col-product-right .header-content-product .list-category-child {
    margin-bottom: 20px;
  }
  #category-products .products-row .col-product-right .header-content-product .order-type {
    display: none;
  }
  #category-products .products-row .col-product-right .header-content-product .box-fillter {
    display: flex;
  }
  #category-products .products-row .col-product-right .header-content-product .box-fillter .btn-fillter {
    border: none;
    background: transparent;
    outline: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #212B36;
  }
  #category-products .products-row .col-product-right .header-content-product .box-fillter .order-type-mobile {
    text-align: right;
  }
  #category-products .products-row .col-product-right .header-content-product .box-fillter .order-type-mobile .list-order {
    border: none;
    width: 125px;
    outline: none;
    background: transparent;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #212B36;
  }
}
@media screen and (max-width: 768px) {
  #category-products .col-product-right .center-content-product .list-products {
    grid-template-columns: 32% 32% 32%;
  }
  .archive .active-account {
    display: none;
  }
  .archive #menu-mobile-top .content {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
  }
  .archive #menu-mobile-top .content .search.sm {
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  #category-products .col-product-right .center-content-product .list-products {
    grid-template-columns: 48% 48%;
  }
  #category-products .col-product-right .center-content-product .list-products .product-item .bot-content .add-mobile .add-to-cart {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .archive #menu-mobile-top .content .top .logo .logo-img .logo-back {
    width: 18px;
  }
  #category-products .products-row .col-product-right .header-content-product .list-category-child .item-child a {
    font-size: 14px;
  }
  #category-products .products-row .col-product-right .header-content-product .category-qualyti .title {
    font-size: 16px;
  }
  #category-products .products-row .col-product-right .header-content-product .category-qualyti .qty {
    font-size: 16px;
  }
  #category-products .products-row .sidebar-products {
    top: 76px;
  }
}
#single-product {
  background: #fafbff;
}
#single-product .woocommerce-breadcrumb {
  display: block;
  margin: 40px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color: #000;
}
#single-product .woocommerce-breadcrumb a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color: #99a4af;
}
#single-product img {
  -o-object-fit: cover;
     object-fit: cover;
}
#single-product #header-single {
  margin-bottom: 20px;
}
#single-product #main .img-col {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
}

#single-product #main .content-col {
  width: 100%;
  padding-left: 0;
}

#single-product #main .content-col .summary {
  width: 100%;
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  height: 100%;
}
#single-product #main .content-col .summary .product_title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  color: #212b36;
  padding: 0 0 16px 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#single-product #main .content-col .summary .cart-price {
  padding: 16px 0;
}
#single-product #main .content-col .summary .cart-price .price {
  display: flex;
  align-items: center;
}
#single-product #main .content-col .summary .cart-price .price .price-regular {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #99a4af;
  display: flex;
  align-items: center;
}
#single-product #main .content-col .summary .cart-price .price .price-regular span:first-child {
  color: #99a4af;
  text-decoration: line-through;
}
#single-product #main .content-col .summary .cart-price .price .off-sale {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #1085FA !important;
  text-decoration: unset !important;
}
#single-product #main .content-col .summary .cart-price .price .price-sale {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #1085FA;
  margin-right: 8px;
  margin-bottom: 0;
}
#single-product #main .content-col .summary .cart-price .price .discount {
  margin-left: 8px;
  border-radius: 5px;
  background: #edf0ff;
  padding: 2px 4px;
  font-size: 13px;
  color: #1085FA !important;
  font-style: normal;
  text-decoration: unset !important;
  font-weight: 500;
  line-height: normal;
}
#single-product #main .content-col .summary .cart-price .woocommerce-product-details__short-description {
  margin-top: 20px;
}
#single-product #main .content-col .summary .stock {
  display: none;
}
#single-product #main .content-col .summary .version_product {
  width: 100%;
  margin-bottom: 16px;
}
#single-product #main .content-col .summary .version_product h3 {
  color: #212b36;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 8px;
}
#single-product #main .content-col .summary .version_product .list_version {
  width: 100%;
  display: grid;
  grid-template-columns: 49% 49%;
  gap: 8px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#single-product #main .content-col .summary .version_product .list_version li {
  width: 100%;
}
#single-product #main .content-col .summary .version_product .list_version li.hover:hover a {
  border-radius: 10px;
  border: 1.5px solid #1085FA;
  background: #f5f7fe;
  transition: 0.3s ease-in;
}
#single-product #main .content-col .summary .version_product .list_version li.hover:hover a span {
  transition: 0.3s ease-in;
}
#single-product #main .content-col .summary .version_product .list_version li.active {
  position: relative;
}
#single-product #main .content-col .summary .version_product .list_version li.active img {
  position: absolute;
  top: 0;
  left: 0;
}
#single-product #main .content-col .summary .version_product .list_version li.active a {
  border-radius: 10px;
  border: 1.5px solid #1085FA;
  background: #edf0ff;
}
#single-product #main .content-col .summary .version_product .list_version li.active a span {
  color: #1085FA;
  border-right: 1px solid #1085FA;
}
#single-product #main .content-col .summary .version_product .list_version li a {
  width: 100%;
  text-align: left;
  padding: 6px 12px;
  border-radius: 10px;
  border: 1.5px solid #e3e3e3;
  background: #fff;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  transition: 0.3s ease-in;
}
#single-product #main .content-col .summary .version_product .list_version li a span {
  color: #212b36;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 4px;
  border-right: 1px solid #212b36;
  transition: 0.3s ease-in;
}
#single-product #main .content-col .summary .version_product .list_version li a span:first-child {
  padding-left: 0;
}
#single-product #main .content-col .summary .version_product .list_version li a span:last-child {
  padding-right: 0;
  border: none;
}
#single-product #main .content-col .summary .variations {
  margin-bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
}
#single-product #main .content-col .summary .variations label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #212b36;
  width: 100%;
  display: block;
}
#single-product #main .content-col .summary .variations tr {
  display: grid;
}
#single-product #main .content-col .summary .variations .label {
  width: 100%;
}
#single-product #main .content-col .summary .single_variation_wrap {
  display: none !important;
}
#single-product #main .content-col .summary form.cart {
  margin-bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
}
#single-product #main .content-col .summary form.cart .reset_variations {
  display: none;
}
#single-product #main .content-col .summary form.cart .single_variation_wrap {
  display: none !important;
}
#single-product #main .content-col .summary form.cart > .quantity {
  display: none;
}
#single-product #main .content-col .summary form.cart > .single_add_to_cart_button {
  display: none;
}
#single-product #main .content-col .summary .variation-radios {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#single-product #main .content-col .summary .variation-radios .item {
  margin-right: 8px;
}
#single-product #main .content-col .summary .variation-radios .item:last-child {
  margin-right: 0;
}
#single-product #main .content-col .summary .variation-radios .item input:checked ~ label {
  border: 1px solid #1085FA;
  background: #f5f7fe;
  transition: 0.3s ease-in;
  color: #1085FA;
}
#single-product #main .content-col .summary .variation-radios .item label {
  border: 1px solid rgb(230, 232, 234);
  box-sizing: border-box;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease-in;
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s ease-in;
}
#single-product #main .content-col .summary .variation-radios .item label.hover:hover {
  border: 1px solid #1085FA;
  background: #f5f7fe;
  transition: 0.3s ease-in;
  color: #1085FA;
  transition: 0.3s ease-in;
}
#single-product #main .content-col .summary .quality__box {
  padding: 16px 0;
}
#single-product #main .content-col .summary .quality__box .title_quality .title {
  color: #6d7074;
  font-size: 16px;
  line-height: 150%;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
#single-product #main .content-col .summary .quality__box .title_quality .box__ {
  align-items: center;
  display: inline-flex;
  height: 47px;
}
#single-product #main .content-col .summary .quality__box .title_quality .box__ button {
  border: none;
  height: 100%;
  width: 47px;
  background-color: #fff;
}
#single-product #main .content-col .summary .quality__box .title_quality .box__ button.minus {
  border-top: 1px solid rgb(230, 232, 234);
  border-left: 1px solid rgb(230, 232, 234);
  border-bottom: 1px solid rgb(230, 232, 234);
  border-radius: 10px 0 0 10px;
}
#single-product #main .content-col .summary .quality__box .title_quality .box__ button.minus.active svg path {
  stroke: #212b36;
}
#single-product #main .content-col .summary .quality__box .title_quality .box__ button.plus {
  border-top: 1px solid rgb(230, 232, 234);
  border-right: 1px solid rgb(230, 232, 234);
  border-bottom: 1px solid rgb(230, 232, 234);
  border-radius: 0 10px 10px 0;
}
#single-product #main .content-col .summary .quality__box .title_quality .box__ input {
  background: inherit;
  width: 64px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  flex: 1 1 0%;
  font-weight: 400;
  height: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(230, 232, 234);
}
#single-product #main .content-col .summary .add-cart-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#single-product #main .content-col .summary .add-cart-box .btn-buy-now {
  width: 68%;
  margin-bottom: 0;
  background: #1085FA;
  border: 1px solid #1085FA;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  cursor: pointer;
  transition: 0.2s ease;
}
#single-product #main .content-col .summary .add-cart-box .btn-buy-now:hover {
  transition: 0.2s ease;
  background: #fff;
  color: #1085FA;
}
#single-product #main .content-col .summary .add-cart-box .btn-add-cart {
  display: block;
  width: 30%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #1085FA;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  transition: 0.2s ease;
}
#single-product #main .content-col .summary .add-cart-box .btn-add-cart:hover {
  transition: 0.2s ease;
  color: #fff;
  background: RGBA(20, 53, 195, 0.21);
}
#single-product #main .content-col .summary .add-cart-box .btn-add-cart img {
  width: 22.5px;
  height: 20px;
}
#single-product #main .content-col .summary .add-cart-box .btn-add-cart span {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #1085FA;
  margin-bottom: 0;
}
#single-product #main .content-col .summary .shoppe-installment-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#single-product #main .content-col .summary .shoppe-installment-box .shoppe-link {
  width: 35%;
  border-radius: 10px;
  border: 1px solid #dc4f67;
  background: #f4511e;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  transition: 0.2s ease;
}
#single-product #main .content-col .summary .shoppe-installment-box .shoppe-link:hover {
  background: RGBA(244, 81, 30, 0.4);
  transition: 0.2s ease;
  color: #f4511e;
}
#single-product #main .content-col .summary .shoppe-installment-box .installment-link {
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #ee3876;
  width: 63%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #ee3876;
  height: 60px;
  transition: 0.2s ease;
  transition: 0.2s ease;
}
#single-product #main .content-col .summary .shoppe-installment-box .installment-link:hover {
  background: #ee3876;
  transition: 0.2s ease;
  color: #fff;
}
#single-product #main .product .onsale {
  display: none;
}
#single-product #main .woocommerce-product-gallery {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#single-product #main .woocommerce-product-gallery .swiper {
  margin-left: 0;
}
#single-product #main .woocommerce-product-gallery .mySwiper2 {
  width: 100%;
  height: 475px;
  max-height: 475px;
  margin: 0 auto;
  cursor: pointer;
}

#single-product #main .woocommerce-product-gallery .mySwiper2 img {
  width: 100%;
  height: 100%;
}

#single-product #main .woocommerce-product-gallery .mySwiper {
  width: 100%;
  margin: 20px auto 0;
  cursor: pointer;
}

#single-product #main .woocommerce-product-gallery .mySwiper .swiper-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 475px;
}

#single-product #main .woocommerce-product-gallery .mySwiper .swiper-slide {
  width: 133px;
  height: 133px !important;
  margin-right: 16px;
}

#single-product #main .woocommerce-product-gallery .mySwiper .swiper-slide:last-child {
  margin-right: 0;
}

#single-product #main .woocommerce-product-gallery .mySwiper .swiper-slide img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

#single-product #main .woocommerce-product-gallery .swiper-scrollbar {
  display: block;
  margin-top: 10px;
}

#single-product #main .woocommerce-product-gallery .box-dots {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

#single-product #main .woocommerce-product-gallery .box-dots .swiper-btn {
  width: 24px;
  height: 24px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 9px;
  cursor: pointer;
}

#single-product #main .woocommerce-product-gallery .box-dots .swiper-btn img {
  width: 100%;
}

#single-product #main .woocommerce-product-gallery .swiper-button-prev:after,
#single-product #main .woocommerce-product-gallery .swiper-button-next:after {
  display: none;
}

#single-product #content-single .contentSingle {
  width: calc(100% - 519px);
  border-radius: 10px;
  background: #fff;
  padding: 16px;
  overflow: hidden;
  margin-bottom: 50px;
}

#single-product #content-single .contentSingle .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  color: #212b36;
  margin: 0 0 16px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#single-product #content-single .contentSingle .content {
  color: #212b36;
  height: 910px;
  overflow: hidden;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

#single-product #content-single .contentSingle .content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

#single-product #content-single .contentSingle .content figure {
  max-width: 100%;
}

#single-product #content-single .contentSingle .content figure.aligncenter figcaption {
  text-align: center;
}

#single-product #content-single .contentSingle .content iframe {
  max-width: 100%;
}

#single-product #content-single .contentSingle .content span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

#single-product #content-single .contentSingle .content h1,
#single-product #content-single .contentSingle .content h2,
#single-product #content-single .contentSingle .content h3,
#single-product #content-single .contentSingle .content h4,
#single-product #content-single .contentSingle .content h5,
#single-product #content-single .contentSingle .content h6 {
  margin-bottom: 20px;
  font-weight: 600;
}
#single-product #content-single .contentSingle .content strong {
  color: #171717;
  font-size: 16px;
}
#single-product #content-single .contentSingle .content em {
  color: #171717;
  font-size: 16px;
}
#single-product #content-single .contentSingle .content ul li {
  color: #171717;
  font-size: 16px;
}
#single-product #content-single .contentSingle .content ol li {
  color: #171717;
  font-size: 16px;
}
#single-product #content-single .contentSingle .content h1 {
  font-size: 32px;
  line-height: 1.5;
}
#single-product #content-single .contentSingle .content h2 {
  font-size: 24px;
  line-height: 1.5;
}
#single-product #content-single .contentSingle .content h3 {
  font-size: 18px;
  line-height: 1.5;
}
#single-product #content-single .contentSingle .content h4 {
  font-size: 16px;
  line-height: 1.5;
}
#single-product #content-single .contentSingle .content h5 {
  font-size: 13px;
  line-height: 1.5;
}
#single-product #content-single .contentSingle .content h6 {
  font-size: 10px;
  line-height: 1.5;
}
#single-product #content-single .contentSingle .see-more-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#single-product #content-single .contentSingle .see-more-content .text {
  color: #1085FA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-right: 8px;
}
#single-product #content-single .contentSingle .see-more-content img {
  width: 10.501px;
  height: 6px;
  transition: 0.2s ease;
}
#single-product #content-single .contentSingle .see-more-content img.active {
  transition: 0.2s ease;
  transform: rotate(180deg) !important;
}
#single-product #content-single .sidebar-single {
  width: 505px;
}
#single-product #content-single .sidebar-single .box-siderbar {
  border-radius: 10px;
  padding: 16px;
  background: #fff;
  margin-bottom: 20px;
  position: relative;
}
#single-product #content-single .sidebar-single .title-icon {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
}
#single-product #content-single .sidebar-single .title-icon img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
#single-product #content-single .sidebar-single .title-icon span,
#single-product #content-single .sidebar-single .title-icon h2 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  color: #212b36;
}
#single-product #content-single .sidebar-single .list-endow {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
#single-product #content-single .sidebar-single .list-endow .item-endow {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 16px;
  display: none;
  padding-left: 10px;
  align-items: center;
  display: flex;
}
#single-product #content-single .sidebar-single .list-endow .item-endow:before {
  content: "";
  background: #000;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  margin-right: 8px;
}
#single-product #content-single .sidebar-single .see-endow {
  padding: 10px;
  align-items: center;
  display: none;
  cursor: pointer;
}
#single-product #content-single .sidebar-single .see-endow img.active {
  transition: 0.2s ease;
  transform: rotate(180deg) !important;
}
#single-product #content-single .sidebar-single .see-endow span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #1085FA;
  margin-right: 8px;
}
#single-product #content-single .sidebar-single .see-endow img {
  width: 10.501px;
  height: 6px;
  transition: 0.2s ease;
}
#single-product #content-single .sidebar-single .box-address .address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#single-product #content-single .sidebar-single .box-address .address .address-text {
  color: #212b36;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  width: calc(100% - 140px);
  padding-right: 20px;
}
#single-product #content-single .sidebar-single .box-address .btn-change-address {
  width: 140px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}
#single-product #content-single .sidebar-single .box-address .btn-change-address:hover .icon {
  margin-left: 8px;
  transition: 0.2s ease;
}
#single-product #content-single .sidebar-single .box-address .btn-change-address .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #0d6efd;
  margin-bottom: 0;
  transition: 0.2s ease;
}
#single-product #content-single .sidebar-single .box-address .btn-change-address .icon {
  margin-left: 4px;
  transition: 0.2s ease;
}
#single-product #content-single .sidebar-single .box-address .method-delivery .list-method {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 12px;
}
#single-product #content-single .sidebar-single .box-address .method-delivery .list-method .item-delivery {
  width: 32%;
  padding: 4px;
  border-radius: 6px;
  border: 1px solid #e3e3e3;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
  cursor: pointer;
}
#single-product #content-single .sidebar-single .box-address .method-delivery .list-method .item-delivery.active {
  border: 1px solid #1085FA;
  background: #edf0ff;
  transition: 0.2s ease;
}
#single-product #content-single .sidebar-single .box-address .method-delivery .list-method .item-delivery.active p {
  color: #1085FA;
  transition: 0.2s ease;
}
#single-product #content-single .sidebar-single .box-address .method-delivery .list-method .item-delivery:hover {
  border: 1px solid #1085FA;
  background: #edf0ff;
  transition: 0.2s ease;
}
#single-product #content-single .sidebar-single .box-address .method-delivery .list-method .item-delivery:hover p {
  color: #1085FA;
  transition: 0.2s ease;
}
#single-product #content-single .sidebar-single .box-address .method-delivery .list-method .item-delivery p {
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #212b36;
  transition: 0.2s ease;
}
#single-product #content-single .sidebar-single .box-address .method-delivery .describe p {
  display: none;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #212b36;
}
#single-product #content-single .sidebar-single .box-address .method-delivery .describe p.active {
  display: inline-block;
}
#single-product #content-single .sidebar-single .box-address .method-delivery .describe p span {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #212b36;
}
#single-product #content-single .sidebar-single .infor_box .item-infor:nth-child(even) {
  background: #fff;
}
#single-product #content-single .sidebar-single .infor_box .item-infor:nth-child(odd) {
  background: #f6f6f6;
}
#single-product #content-single .sidebar-single .title-info {
  height: 50px;
  padding: 4px 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #99a4af;
  display: flex;
  align-items: center;
}
#single-product #content-single .sidebar-single .item-infor {
  display: flex;
  align-items: center;
  min-height: 50px;
  justify-content: center;
}
#single-product #content-single .sidebar-single .item-infor .title {
  width: 156px;
  margin-right: 8px;
  padding: 6px 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #212b36;
}
#single-product #content-single .sidebar-single .item-infor .content {
  padding: 4px;
  width: 315px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #212b36;
}
#single-product #content-single .sidebar-single .box-configuration {
  padding-bottom: 16px;
}
#single-product #content-single .sidebar-single .see-configuration {
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 10px;
  display: none;
  cursor: pointer;
}
#single-product #content-single .sidebar-single .see-configuration .text {
  color: #1085FA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-right: 8px;
}
#single-product #content-single .sidebar-single .see-configuration img {
  width: 10.501px;
  height: 6px;
  transition: 0.2s ease;
}
#single-product #content-single .sidebar-single .see-configuration img.active {
  transition: 0.2s ease;
  transform: rotate(180deg) !important;
}
#single-product #content-single .related {
  width: 100%;
  margin-top: 50px;
  padding: 40px 20px 14px 20px;
  border-radius: 10px;
  background: linear-gradient(275deg, #9cc5fe -3.85%, #d1f4ff 102.65%);
}
#single-product #content-single .related .top-related {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
#single-product #content-single .related h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
}
#single-product #content-single .related .see-related {
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 10px;
  color: #212b36;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  transition: 0.2s ease;
}
#single-product #content-single .related .see-related:hover {
  transition: 0.2s ease;
  color: #fff;
  background: #1085FA;
  border: 1px solid #1085FA;
}
#single-product #content-single .related .list-products {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#single-product #content-single .related .list-products.owl-loaded .product-item {
  width: 100%;
}
#single-product #content-single .related .list-products .product-item {
  width: 19%;
}
#single-product #content-single .related .list-products .product-item .image img {
  display: flex;
}
#single-product #content-single .related .list-products .product-item .bot-content .add-pc .detail {
  display: flex;
  align-items: center;
}
#single-product #content-single .related .list-products .product-item .bot-content .add-pc img {
  width: 7.535px;
  height: 10.005px;
}
#single-product #content-single .related .list-products .owl-nav {
  width: 99%;
}

.popup-address {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}
.popup-address.active {
  opacity: 1;
  visibility: inherit;
  transition: 0.2s ease;
}
.popup-address .popup-overplay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: #242d37;
  opacity: 0.3;
}
.popup-address .popup-content {
  position: absolute;
  background: #fff;
  width: 755px;
  padding: 20px;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.popup-address .popup-content .popup-header {
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
}
.popup-address .popup-content .popup-header .title {
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  color: #212b36;
}
.popup-address .popup-content .close-popup {
  position: absolute;
  right: 20px;
  top: 23px;
  cursor: pointer;
  width: 14.267px;
  height: 14px;
}
.popup-address .popup-content .close-popup:hover svg {
  path: red;
}
.popup-address .popup-content .popup-body {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.popup-address .popup-content .popup-body .select-option {
  width: 32%;
}
.popup-address .popup-content .popup-body .select-option select {
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  width: 100%;
}
.popup-address .popup-content .popup-body .list-address {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.popup-address .popup-content .popup-body .list-address .list-address-wrapper {
  max-height: 399px;
  overflow-y: auto;
}
.popup-address .popup-content .popup-body .list-address .form-item-address,
.popup-address .popup-content .popup-body .list-address .form-item-address-other {
  background: #ffffff;
  padding: 12px 12px;
  border-radius: 10px;
  width: 100%;
}
.popup-address .popup-content .popup-body .list-address .form-item-address:not(:last-child),
.popup-address .popup-content .popup-body .list-address .form-item-address-other:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
}
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper p,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper p,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper p,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper p {
  margin: 6px 24px;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid #f43939;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #f43939;
  width: -moz-fit-content;
  width: fit-content;
  width: -webkit-fit-content;
}
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address-single-product,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address_other,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .heading-form-item-address-single-product,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .heading-form-item-address_other,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .heading-form-item-address-single-product,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .heading-form-item-address_other,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .heading-form-item-address-single-product,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .heading-form-item-address_other {
  display: flex;
  align-items: center;
  gap: 6px;
}
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address-single-product input[type=radio],
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address_other input[type=radio],
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .heading-form-item-address-single-product input[type=radio],
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .heading-form-item-address_other input[type=radio],
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .heading-form-item-address-single-product input[type=radio],
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .heading-form-item-address_other input[type=radio],
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .heading-form-item-address-single-product input[type=radio],
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .heading-form-item-address_other input[type=radio] {
  display: none;
}
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address-single-product label,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address_other label,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .heading-form-item-address-single-product label,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .heading-form-item-address_other label,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .heading-form-item-address-single-product label,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .heading-form-item-address_other label,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .heading-form-item-address-single-product label,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .heading-form-item-address_other label {
  cursor: pointer;
  padding: 10px 5px 10px 20px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color: #212b36;
}
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address-single-product input[type=radio] + label::before,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address_other input[type=radio] + label::before,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .heading-form-item-address-single-product input[type=radio] + label::before,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .heading-form-item-address_other input[type=radio] + label::before,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .heading-form-item-address-single-product input[type=radio] + label::before,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .heading-form-item-address_other input[type=radio] + label::before,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .heading-form-item-address-single-product input[type=radio] + label::before,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .heading-form-item-address_other input[type=radio] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  border: 2px solid #ccc;
}
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address-single-product input[type=radio]:checked + label::before,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address_other input[type=radio]:checked + label::before,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .heading-form-item-address-single-product input[type=radio]:checked + label::before,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .heading-form-item-address_other input[type=radio]:checked + label::before,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .heading-form-item-address-single-product input[type=radio]:checked + label::before,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .heading-form-item-address_other input[type=radio]:checked + label::before,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .heading-form-item-address-single-product input[type=radio]:checked + label::before,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .heading-form-item-address_other input[type=radio]:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #1085FA;
  border-radius: 50%;
  border: none;
}
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address-single-product input[type=radio]:checked + label::after,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address_other input[type=radio]:checked + label::after,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .heading-form-item-address-single-product input[type=radio]:checked + label::after,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .heading-form-item-address_other input[type=radio]:checked + label::after,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .heading-form-item-address-single-product input[type=radio]:checked + label::after,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .heading-form-item-address_other input[type=radio]:checked + label::after,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .heading-form-item-address-single-product input[type=radio]:checked + label::after,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .heading-form-item-address_other input[type=radio]:checked + label::after {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
}
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address-single-product p,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address-single-product label,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address_other p,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address_other label,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .heading-form-item-address-single-product p,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .heading-form-item-address-single-product label,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .heading-form-item-address_other p,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .heading-form-item-address_other label,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .heading-form-item-address-single-product p,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .heading-form-item-address-single-product label,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .heading-form-item-address_other p,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .heading-form-item-address_other label,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .heading-form-item-address-single-product p,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .heading-form-item-address-single-product label,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .heading-form-item-address_other p,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .heading-form-item-address_other label {
  margin: 0;
}
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address-single-product #user_phone,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address_other #user_phone,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .heading-form-item-address-single-product #user_phone,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .heading-form-item-address_other #user_phone,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .heading-form-item-address-single-product #user_phone,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .heading-form-item-address_other #user_phone,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .heading-form-item-address-single-product #user_phone,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .heading-form-item-address_other #user_phone {
  color: #737c87;
}
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .heading-form-item-address_other label,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .heading-form-item-address_other label,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .heading-form-item-address_other label,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .heading-form-item-address_other label {
  line-height: normal;
}
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .item-address_other,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .item-address_other,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .item-address_other,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .item-address_other {
  display: none;
}
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .item-address_other.show,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .item-address_other.show,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .item-address_other.show,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .item-address_other.show {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .item-address_other.show .select-option,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .item-address_other.show .select-option,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .item-address_other.show .select-option,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .item-address_other.show .select-option {
  width: calc(33.3333333333% - 8px);
}
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .body-form-item-address,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .body-form-item-address,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .body-form-item-address,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .body-form-item-address {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .item,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .item,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .item,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .item {
  padding: 0 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color: #737c87;
}
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .button-config-address,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .button-config-address,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .button-config-address,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .button-config-address {
  display: flex;
  align-items: center;
  gap: 12px;
}
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-wrapper .button-config-address .btn-edit-address,
.popup-address .popup-content .popup-body .list-address .form-item-address .form-item-address-other-wrapper .button-config-address .btn-edit-address,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-wrapper .button-config-address .btn-edit-address,
.popup-address .popup-content .popup-body .list-address .form-item-address-other .form-item-address-other-wrapper .button-config-address .btn-edit-address {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  border: none;
  outline: none;
  background: transparent;
  color: #f43939;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.popup-address .popup-content .popup-body .btn-add-address-in-single-product {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0 auto 24px auto;
  padding: 10px;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  color: #1085FA;
}
.popup-address .popup-content .popup-btn-apply-address-in-single-product {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.popup-address .popup-content .popup-btn-apply-address-in-single-product button {
  width: 235px;
  border-radius: 10px;
  background: #1085FA;
  padding: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  border: 1px solid #1085FA;
  transition: 0.2s ease;
}
.popup-address .popup-content .popup-btn-apply-address-in-single-product button:hover {
  background: #fff;
  color: #1085FA;
  transition: 0.2s ease;
}
.popup-address .popup-content .popup-btn-apply {
  text-align: center;
}
.popup-address .popup-content .popup-btn-apply button {
  max-width: 235px;
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  border-radius: 8px;
  background: #1085FA;
  color: #fff;
}

.form-add-address {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(36, 45, 55, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}
.form-add-address.show {
  opacity: 1;
  visibility: visible;
}
.form-add-address .form-add-address-wrapper {
  background: #fff;
  padding: 20px;
  max-width: 795px;
  width: 100%;
}
.form-add-address .form-add-address-wrapper .heading-form-add-address {
  position: relative;
  width: 100%;
}
.form-add-address .form-add-address-wrapper .heading-form-add-address h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #212b36;
}
.form-add-address .form-add-address-wrapper .heading-form-add-address img {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form-add-address .form-add-address-wrapper .fields-address {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-add-address .form-add-address-wrapper .fields-address .row-1 {
  display: flex;
  gap: 24px;
}
.form-add-address .form-add-address-wrapper .fields-address .row-1 .woocommerce-form-row {
  flex: 1 0 calc(50% - 12px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.form-add-address .form-add-address-wrapper .fields-address .row-1 .woocommerce-form-row label {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 19.36px;
  text-align: left;
  color: #212b36;
}
.form-add-address .form-add-address-wrapper .fields-address .row-1 .woocommerce-form-row input {
  width: 100%;
  border: 1px solid #e3e3e3;
  padding: 12px 10px;
  border-radius: 10px;
  outline: none;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color: #212b36;
}
.form-add-address .form-add-address-wrapper .fields-address .row-1 .woocommerce-form-row:nth-child(2) {
  position: relative;
}
.form-add-address .form-add-address-wrapper .fields-address .row-1 .woocommerce-form-row:nth-child(2)::before {
  content: "(+84)";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(20%);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color: #212b36;
  padding-right: 20px;
}
.form-add-address .form-add-address-wrapper .fields-address .row-1 .woocommerce-form-row:nth-child(2) input {
  padding-left: 50px;
}
.form-add-address .form-add-address-wrapper .fields-address .row-2 {
  display: flex;
  gap: 24px;
}
.form-add-address .form-add-address-wrapper .fields-address .row-2 .woocommerce-form-row {
  flex: 1 0 calc(50% - 12px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.form-add-address .form-add-address-wrapper .fields-address .row-2 .woocommerce-form-row label {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 19.36px;
  text-align: left;
  color: #212b36;
}
.form-add-address .form-add-address-wrapper .fields-address .row-2 .woocommerce-form-row input {
  width: 100%;
  border: 1px solid #e3e3e3;
  padding: 12px 10px;
  border-radius: 10px;
  outline: none;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color: #212b36;
}
.form-add-address .form-add-address-wrapper .fields-address .row-3 {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.form-add-address .form-add-address-wrapper .fields-address .row-3 .form-row label {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 19.36px;
  text-align: left;
  color: #212b36;
}
.form-add-address .form-add-address-wrapper .fields-address .row-3 .form-row input {
  font-size: 1.4rem;
}
.form-add-address .form-add-address-wrapper .fields-address .row-3 p {
  width: calc(33.3333333333% - 8px);
}
.form-add-address .form-add-address-wrapper .fields-address .row-3 span {
  width: 100%;
}
.form-add-address .form-add-address-wrapper .fields-address .row-4 .woocommerce-form-row label {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  text-align: left;
  color: #212b36;
}
.form-add-address .form-add-address-wrapper .fields-address .custom-row {
  width: 100%;
}
.form-add-address .form-add-address-wrapper .fields-address .custom-row input,
.form-add-address .form-add-address-wrapper .fields-address .custom-row textarea {
  width: 100%;
  border: 1px solid #e3e3e3;
  padding: 12px 10px;
  border-radius: 10px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color: #212b36;
}
.form-add-address .form-add-address-wrapper .fields-address .custom-row textarea {
  height: auto;
}
.form-add-address .form-add-address-wrapper .fields-address .custom-row select {
  border: 1px solid #e3e3e3;
  padding: 10px 16px 10px 16px;
  border-radius: 10px;
  outline: none;
  width: 100%;
  font-size: 1.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/wp-content/themes/epal-theme/images/arrow-select.svg");
  background-repeat: no-repeat;
  background-position: right 1.1rem top 50%;
  background-size: 1.4rem auto;
  background-color: #fff;
}
.form-add-address .form-add-address-wrapper .fields-address .custom-row select:invalid {
  color: #b2b1b0;
}
.form-add-address .form-add-address-wrapper .fields-address .group-checkbox-default-address {
  margin-left: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.form-add-address .form-add-address-wrapper .fields-address .group-checkbox-default-address input[type=checkbox] {
  display: none;
}
.form-add-address .form-add-address-wrapper .fields-address .group-checkbox-default-address label {
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #212b36;
}
.form-add-address .form-add-address-wrapper .fields-address .group-checkbox-default-address input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  border: 2px solid #ccc;
}
.form-add-address .form-add-address-wrapper .fields-address .group-checkbox-default-address input[type=checkbox]:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #1085FA;
  border-radius: 50%;
  border: none;
}
.form-add-address .form-add-address-wrapper .fields-address .group-checkbox-default-address input[type=checkbox]:checked + label {
  color: #1085FA;
}
.form-add-address .form-add-address-wrapper .fields-address .group-checkbox-default-address input[type=checkbox]:checked + label::after {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
}
.form-add-address .form-add-address-wrapper .button-apply button {
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 23px;
  border-radius: 10px;
  background: #1085FA;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  max-width: 235px;
  width: 100%;
  margin: 0 auto;
  border: none;
  outline: none;
}

.form-update-address {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(36, 45, 55, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}
.form-update-address.show {
  opacity: 1;
  visibility: visible;
}
.form-update-address .form-update-address-wrapper {
  background: #fff;
  padding: 20px;
  max-width: 795px;
  width: 100%;
}
.form-update-address .form-update-address-wrapper .heading-form-update-address {
  position: relative;
  width: 100%;
}
.form-update-address .form-update-address-wrapper .heading-form-update-address h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #212b36;
}
.form-update-address .form-update-address-wrapper .heading-form-update-address img {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form-update-address .form-update-address-wrapper .fields-address {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-update-address .form-update-address-wrapper .fields-address .row-1 {
  display: flex;
  gap: 24px;
}
.form-update-address .form-update-address-wrapper .fields-address .row-1 .woocommerce-form-row {
  flex: 1 0 calc(50% - 12px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.form-update-address .form-update-address-wrapper .fields-address .row-1 .woocommerce-form-row label {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 19.36px;
  text-align: left;
  color: #212b36;
}
.form-update-address .form-update-address-wrapper .fields-address .row-1 .woocommerce-form-row input {
  width: 100%;
  border: 1px solid #e3e3e3;
  padding: 12px 10px;
  border-radius: 10px;
  outline: none;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color: #212b36;
}
.form-update-address .form-update-address-wrapper .fields-address .row-1 .woocommerce-form-row:nth-child(2) {
  position: relative;
}
.form-update-address .form-update-address-wrapper .fields-address .row-1 .woocommerce-form-row:nth-child(2)::before {
  content: "(+84)";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(20%);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color: #212b36;
  padding-right: 20px;
}
.form-update-address .form-update-address-wrapper .fields-address .row-1 .woocommerce-form-row:nth-child(2) input {
  padding-left: 50px;
}
.form-update-address .form-update-address-wrapper .fields-address .row-3 {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.form-update-address .form-update-address-wrapper .fields-address .row-3 p {
  width: calc(33.3333333333% - 8px);
}
.form-update-address .form-update-address-wrapper .fields-address .row-3 span {
  width: 100%;
}
.form-update-address .form-update-address-wrapper .fields-address .custom-row {
  width: 100%;
}
.form-update-address .form-update-address-wrapper .fields-address .custom-row input,
.form-update-address .form-update-address-wrapper .fields-address .custom-row textarea {
  width: 100%;
  border: 1px solid #e3e3e3;
  padding: 12px 10px;
  border-radius: 10px;
  outline: none;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 19.36px;
  text-align: left;
  color: #212b36;
}
.form-update-address .form-update-address-wrapper .fields-address .custom-row textarea {
  height: auto;
}
.form-update-address .form-update-address-wrapper .fields-address .custom-row select {
  border: 1px solid #e3e3e3;
  padding: 10px 16px 10px 16px;
  border-radius: 10px;
  outline: none;
  width: 100%;
  font-size: 1.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/wp-content/themes/epal-theme/images/arrow-select.svg");
  background-repeat: no-repeat;
  background-position: right 1.1rem top 50%;
  background-size: 1.4rem auto;
  background-color: #fff;
}
.form-update-address .form-update-address-wrapper .fields-address .custom-row select:invalid {
  color: #b2b1b0;
}
.form-update-address .form-update-address-wrapper .fields-address .group-checkbox-default-address {
  margin-left: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.form-update-address .form-update-address-wrapper .fields-address .group-checkbox-default-address input[type=checkbox] {
  display: none;
}
.form-update-address .form-update-address-wrapper .fields-address .group-checkbox-default-address label {
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #212b36;
}
.form-update-address .form-update-address-wrapper .fields-address .group-checkbox-default-address input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  border: 2px solid #ccc;
}
.form-update-address .form-update-address-wrapper .fields-address .group-checkbox-default-address input[type=checkbox]:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #1085FA;
  border-radius: 50%;
  border: none;
}
.form-update-address .form-update-address-wrapper .fields-address .group-checkbox-default-address input[type=checkbox]:checked + label {
  color: #1085FA;
}
.form-update-address .form-update-address-wrapper .fields-address .group-checkbox-default-address input[type=checkbox]:checked + label::after {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
}
.form-update-address .form-update-address-wrapper .button-update button {
  padding: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 23px;
  border-radius: 10px;
  background: #1085FA;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  max-width: 235px;
  width: 100%;
  margin: 0 auto;
  border: none;
  outline: none;
}

.wc-forward {
  display: none !important;
}

@media (max-width: 576px) {
  #single-product #content-single .sidebar-single .box-address .method-delivery .list-method {
    gap: 12px;
    justify-content: flex-start;
  }
  #single-product #content-single .sidebar-single .box-address .method-delivery .list-method .item-delivery {
    width: -moz-fit-content;
    width: fit-content;
  }
  #single-product #content-single .sidebar-single .item-infor .title {
    min-width: 156px;
  }
  #single-product #content-single .related h2 {
    font-size: 16px;
  }
  #single-product #content-single .related .see-related {
    padding: 6px 8px;
    font-size: 14px;
    border-radius: 8px;
  }
}
@media (max-width: 1280px) {
  #single-product #main #header-single .box-row .img-col .woocommerce-product-gallery {
    flex-direction: column-reverse;
    padding-bottom: 64px;
  }
  #single-product #main #header-single .box-row .img-col .woocommerce-product-gallery .mySwiper {
    width: 100%;
  }
  #single-product #main #header-single .box-row .img-col .woocommerce-product-gallery .mySwiper .swiper-wrapper {
    width: 100%;
    margin-top: 16px;
  }
  #single-product #main #header-single .box-row .img-col .woocommerce-product-gallery .mySwiper .swiper-slide {
    margin-left: 16px;
  }
  #single-product #main #header-single .box-row .img-col .woocommerce-product-gallery .mySwiper2 {
    margin: auto;
    width: 90%;
    height: 100%;
  }
  #single-product #main #header-single .box-row .img-col .woocommerce-product-gallery .mySwiper2 .swiper-slide {
    height: auto;
  }
  #single-product #main #header-single .box-row .img-col .woocommerce-product-gallery .box-dots {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 992px) {
  .single-product .active-account {
    display: none;
  }
  .single-product #menu-mobile-top {
    margin: 0;
    padding: 16px 0;
    position: relative;
    z-index: 1001;
  }
  .single-product #menu-mobile-top.fixed-top {
    padding-top: 16px;
    position: fixed !important;
  }
  .single-product #menu-mobile-top.fixed-top .content .top {
    display: none !important;
  }
  .single-product #menu-mobile-top .content .top .logo .logo-img .logo-main {
    display: block;
  }
  .single-product #menu-mobile-top .content .top .logo .logo-img .logo-back {
    display: none;
  }
  .single-product #menu-mobile-top .content .top .socials {
    display: flex;
  }
  #single-product {
    padding-bottom: 65px;
  }
  #single-product #main #header-single .box-row {
    flex-direction: column;
  }
  #single-product #main #header-single .box-row .img-col {
    width: 100%;
  }
  #single-product #main #header-single .box-row .img-col .woocommerce-product-gallery {
    padding-bottom: 0;
  }
  #single-product #main #header-single .box-row .img-col .woocommerce-product-gallery .mySwiper2 {
    width: 85%;
    padding-bottom: 50px;
  }
  #single-product #main #header-single .box-row .img-col .woocommerce-product-gallery .mySwiper2 .swiper-slide img {
    border-radius: 10px;
  }
  #single-product #main #header-single .box-row .img-col .woocommerce-product-gallery .mySwiper2 .swiper-pagination {
    display: block;
  }
  #single-product #main #header-single .box-row .img-col .woocommerce-product-gallery .mySwiper2 .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #F6F6F6;
    opacity: 1;
  }
  #single-product #main #header-single .box-row .img-col .woocommerce-product-gallery .mySwiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #D9D9D9;
    width: 27px;
    border-radius: 10px;
  }
  #single-product #main #header-single .box-row .img-col .woocommerce-product-gallery .mySwiper {
    display: none;
  }
  #single-product #main #header-single .box-row .img-col .woocommerce-product-gallery .box-dots {
    display: none;
  }
  #single-product #main #header-single .box-row .content-col {
    width: 100%;
  }
  #single-product #main #content-single .contentSingle,
  #single-product #main #content-single .sidebar-single {
    width: 50%;
  }
  #single-product #main .popup-address .popup-content {
    max-width: 755px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .single-product main#main #content-single .contentSingle,
  .single-product main#main #content-single .sidebar-single {
    width: 100% !important;
  }
  .single-product #menu-mobile-top .content {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: column;
  }
  .single-product #menu-mobile-top .content .search.sm {
    margin-top: 0;
    width: 100%;
  }
  .single-product #menu-mobile-top .content .top {
    width: 100%;
  }
}
@media (max-width: 576px) {
  #single-product #main .popup-address .popup-content .popup-header {
    padding-bottom: 15px;
    border-bottom: 1px solid #efebeb;
  }
  #single-product #main .popup-address .popup-content .popup-body {
    padding-top: 20px;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
  }
  #single-product #main .popup-address .popup-content .popup-body .select-option {
    width: 100%;
  }
  .form-add-address {
    padding-top: 80px;
    overflow-x: auto;
    scrollbar-width: none;
    top: 49%;
  }
  .form-add-address .form-add-address-wrapper .fields-address .row-1,
  .form-add-address .form-add-address-wrapper .fields-address .row-3 {
    flex-direction: column;
    gap: 16px;
  }
  .form-add-address .form-add-address-wrapper .fields-address .row-1 .woocommerce-form-row,
  .form-add-address .form-add-address-wrapper .fields-address .row-1 p,
  .form-add-address .form-add-address-wrapper .fields-address .row-3 .woocommerce-form-row,
  .form-add-address .form-add-address-wrapper .fields-address .row-3 p {
    flex: unset;
    width: 100%;
  }
  .form-add-address .form-add-address-wrapper .fields-address .row-2 p {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #single-product {
    padding-top: 10px !important;
  }
  #single-product .woocommerce-breadcrumb {
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #efebeb;
  }
  #single-product #main #content-single .contentSingle {
    order: 2;
    margin-bottom: 20px;
  }
  #single-product #main #content-single .sidebar-single {
    order: 1;
  }
  #single-product #main #content-single .sidebar-single .box-siderbar .title-icon {
    margin-bottom: 10px;
  }
  #single-product #main #content-single .related {
    order: 3;
    margin-top: 0;
    padding: 16px;
  }
  #single-product #main #content-single .related .top-related {
    margin-bottom: 16px;
  }
  #single-product #main #header-single .box-row .img-col {
    padding-top: 16px;
  }
  #single-product #main #header-single .box-row .img-col .woocommerce-product-gallery {
    margin-bottom: 0;
  }
  #single-product #main #header-single .box-row .img-col .woocommerce-product-gallery .mySwiper2 {
    width: 100%;
  }
  #single-product #main #header-single .box-row .img-col .woocommerce-product-gallery .swiper-pagination span.swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }
  #single-product #main #header-single .box-row .img-col .woocommerce-product-gallery .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 27px !important;
    height: 8px;
  }
  #single-product #main #header-single .box-row .content-col .summary {
    padding: 10px 16px;
    margin-bottom: 0;
  }
  #single-product #main #header-single .box-row .content-col .summary .product_title {
    font-size: 16px;
    padding: 0 0 10px 0;
  }
  #single-product #main #header-single .box-row .content-col .summary .cart-price {
    padding: 10px 0;
  }
  #single-product #main #header-single .box-row .content-col .summary .cart-price .price .price-sale {
    font-size: 16px;
  }
  #single-product #main #header-single .box-row .content-col .summary .cart-price .price .price-regular span:first-child {
    font-size: 14px;
  }
  #single-product #main #header-single .box-row .content-col .summary .version_product .list_version {
    grid-template-columns: 100%;
  }
  #single-product #main #header-single .box-row .content-col .summary .shoppe-installment-box .shoppe-link {
    width: 46%;
    text-align: center;
  }
  #single-product #main #header-single .box-row .content-col .summary .shoppe-installment-box .installment-link {
    width: 52%;
  }
}
.page-template-tpl-news .woocommerce-breadcrumb {
  display: block !important;
}

.news .news-wrapper .news-category {
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.news .news-wrapper .news-category .category-link {
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #e3e3e3;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  color: #212b36;
}
.news .news-wrapper .news-category .category-link.active {
  border: 1px solid #1085FA;
  background: #edf0ff;
  color: #1085FA;
}
.news .news-wrapper .news-outstanding {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.news .news-wrapper .news-outstanding .row-1,
.news .news-wrapper .news-outstanding .row-2 {
  row-gap: 30px;
}
.news .news-wrapper .news-outstanding .row-1 .news-outstanding-item {
  max-height: 343px;
  height: 100%;
}
.news .news-wrapper .news-outstanding .row-2 .news-outstanding-item {
  max-height: 225px;
  height: 100%;
}
.news .news-wrapper .news-outstanding .row-2 .news-outstanding-item .content {
  font-size: 16px;
  line-height: 25.6px;
}
.news .news-wrapper .news-outstanding .news-outstanding-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}
.news .news-wrapper .news-outstanding .news-outstanding-item .img {
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  overflow: hidden;
}
.news .news-wrapper .news-outstanding .news-outstanding-item .img:hover {
  transform: scale(1.1);
}
.news .news-wrapper .news-outstanding .news-outstanding-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .news-wrapper .news-outstanding .news-outstanding-item .img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.73%, #000000 100%);
}
.news .news-wrapper .news-outstanding .news-outstanding-item .content,
.news .news-wrapper .news-outstanding .news-outstanding-item h1 {
  z-index: 1;
  margin: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  font-size: 24px;
  font-weight: 500;
  line-height: 38.4px;
  text-align: left;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news .news-wrapper .news-container {
  margin-top: 50px;
}
.news .news-wrapper .news-container .news-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.news .news-wrapper .news-container .news-list .news-item {
  display: flex;
  gap: 8px;
  height: 228px;
}
.news .news-wrapper .news-container .news-list .news-item .img {
  flex-shrink: 0;
  max-width: 301px;
  height: 166px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.news .news-wrapper .news-container .news-list .news-item .img img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .news-wrapper .news-container .news-list .news-item .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
}
.news .news-wrapper .news-container .news-list .news-item .content .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  color: #212b36;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .news-wrapper .news-container .news-list .news-item .content .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  color: #212b36;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.news .news-wrapper .news-container .news-list .pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .news-wrapper .news-container .news-list .pagenavi .page-numbers {
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  background: #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  color: #212b36;
}
.news .news-wrapper .news-container .news-list .pagenavi .page-numbers.current {
  border: 1px solid #1085FA;
  color: #1085FA;
  background: #edf0ff;
}

.news-single .news-single-wrapper .post-content {
  background: #FFF;
  padding: 16px;
  padding-bottom: 44px;
  border-radius: 10px;
}
.news-single .news-single-wrapper .news-single-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 38.4px;
  text-align: left;
  color: #252930;
  margin-bottom: 24px;
}
.news-single .news-single-wrapper .news-single-content ul li {
  padding-left: 0px;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 24px;
}
.news-single .news-single-wrapper .news-single-content ol li {
  padding-left: 0px;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 24px;
}
.news-single .news-single-wrapper .news-single-content img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 992px) {
  .category,
  .single-post {
    padding: 0 0 100px 0;
    background: #fff;
  }
  .category #news-single,
  .single-post #news-single {
    padding-bottom: 100px;
  }
  .category #news .woocommerce-breadcrumb,
  .single-post #news .woocommerce-breadcrumb {
    display: none !important;
  }
  .category #news .news-wrapper .news-category,
  .single-post #news .news-wrapper .news-category {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .category #news #news-main,
  .single-post #news #news-main {
    margin-bottom: 0;
  }
  .category #news-single .woocommerce-breadcrumb,
  .single-post #news-single .woocommerce-breadcrumb {
    margin-left: 3%;
  }
  .page-template-tpl-news #menu-mobile-top.fixed-top,
  .single-post #menu-mobile-top.fixed-top {
    padding-bottom: 15px;
  }
  .page-template-tpl-news #menu-mobile-top .content .top .logo .logo-img,
  .single-post #menu-mobile-top .content .top .logo .logo-img {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .news .news-wrapper .news-container .sidebar-news {
    margin-top: 16px;
  }
}
@media (max-width: 576px) {
  .news .news-wrapper .news-outstanding .row-2 .news-outstanding-item .content {
    font-size: 16px;
    line-height: 160%;
    -webkit-line-clamp: 3;
  }
  .news .news-wrapper .news-outstanding .news-outstanding-item .content,
  .news .news-wrapper .news-outstanding .news-outstanding-item h1 {
    font-size: 16px;
    line-height: 160%;
    -webkit-line-clamp: 3;
  }
  #news-single .container .news-single-wrapper #news-main .content .news-list .post-item .thumbnail {
    height: 180px;
  }
  #news-single .container .news-single-wrapper #news-main .content .news-list .post-item .thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 480px) {
  .news .news-wrapper .news-container .news-list .news-item .img {
    width: 100%;
    max-width: 100px;
    max-height: 65px;
    height: 100%;
  }
  .news .news-wrapper .news-container .news-list .news-item .content .title {
    font-size: 14px;
    line-height: 160%;
  }
  .news .news-wrapper .news-container .news-list .news-item .content .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .news .news-wrapper .news-container .news-list .news-item .content .desc p {
    font-size: 12px;
  }
  #news-single {
    margin-top: 3px;
  }
  #news-single .container {
    padding: 0;
  }
  #news-single .container .news-single-wrapper .news-single-title {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #e3e3e3;
  }
  #news-single .container .news-single-wrapper .news-single-content {
    margin-top: 16px;
  }
  #news-single .container .news-single-wrapper .news-single-content p {
    font-size: 14px;
  }
  #news-single .container .news-single-wrapper .row .col-md-8,
  #news-single .container .news-single-wrapper .row .col-md-4 {
    padding: 0 16px;
  }
  #news-single .container .news-single-wrapper .row .col-md-8 .sidebar-news,
  #news-single .container .news-single-wrapper .row .col-md-4 .sidebar-news {
    padding: 0 15px;
  }
  #news-single .container .news-single-wrapper #news-main .content {
    border-radius: 0;
    padding: 30px;
  }
  #news-single .container .news-single-wrapper #news-main .content .header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
 
  #news-single .container .news-single-wrapper #news-main .row .col-12 {
    padding: 0;
  }
  .sidebar-news .sidebar-news-outstanding .title {
    margin-top: 16px;
  }
}
.page-template-tpl-support-mobile .sidebar-support .sidebar-support-wrapper {
  display: none;
}

#support .post-content {
  background: #FFF;
  padding: 16px;
  border-radius: 10px;
}
#support .title {
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 38.4px;
  text-align: left;
  color: #212b36;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
}
#support .content p {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
}
#support .content span,
#support .content strong,
#support .content a {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
}
#support .content h1,
#support .content h2,
#support .content h3,
#support .content h4,
#support .content h5,
#support .content h6 {
  color: #000;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
}
#support .content h1 {
  font-size: 32px;
  line-height: 1.5;
}
#support .content h2 {
  font-size: 24px;
  line-height: 1.5;
}
#support .content h3 {
  font-size: 18px;
  line-height: 1.5;
}
#support .content h4 {
  font-size: 16px;
  line-height: 1.5;
}
#support .content h5 {
  font-size: 13px;
  line-height: 1.5;
}
#support .content h6 {
  font-size: 10px;
  line-height: 1.5;
}
#support .content ul li {
  padding-left: 12px;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 24px;
}
#support .content ol li {
  padding-left: 12px;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 24px;
}
#support .content img {
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 992px) {
  .page-template-tpl-account-mobile .title-active {
    display: flex;
  }
  .page-template-default #primary .title-mobile {
    padding: 16px !important;
  }
  .page-template-default #primary .default-content {
    margin-top: 16px;
  }
  .page-template-tpl-support-mobile {
    position: fixed;
    bottom: 62px;
    width: 100%;
    left: 0;
    height: calc(100% - 62px);
    background: #fff;
    z-index: 99999;
    transition: all 0.3s linear;
    opacity: 1;
    transform: translateX(-110%);
    visibility: visible;
    overflow: hidden;
  }
  .page-template-tpl-support-mobile.show {
    transform: translateX(0%);
  }
  .page-template-tpl-support-mobile .title-mobile {
    display: flex;
  }
  .page-template-tpl-support-mobile #menu-mobile-top {
    padding-bottom: 16px;
    margin-bottom: 0;
  }
  .page-template-tpl-support-mobile .sidebar-support .title-mobile {
    padding: 16px !important;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background: #fff;
  }
  .page-template-tpl-support-mobile .sidebar-support .sidebar-support-wrapper {
    display: flex;
  }
  .page-template-tpl-support-mobile .sidebar-support .sidebar-support-wrapper .box-support {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    transition: all 0.3s linear;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
  }
  .page-template-tpl-support-mobile .sidebar-support .sidebar-support-wrapper .box-support .sidebar-support-item {
    padding: 10px 16px 10px 16px;
    border: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-template-tpl-support-mobile .sidebar-support .sidebar-support-wrapper .box-support img {
    width: 22px;
  }
  .page-template-tpl-support {
    background: #fff;
    padding-bottom: 70px;
  }
  .page-template-tpl-support #menu-mobile-top {
    padding-bottom: 16px;
    margin-bottom: 0;
  }
  .page-template-tpl-support #support {
    padding-top: 0;
    padding-bottom: 70px;
  }
  .page-template-tpl-support #support .item-sidebar-mb {
    display: none;
  }
  .page-template-tpl-support #support .woocommerce-breadcrumb {
    margin-left: 3%;
  }
}
@media (max-width: 480px) {
  .page-template-tpl-support #support {
    padding-top: 5px;
  }
  .page-template-tpl-support #support .post-content {
    padding: 0 16px 16px 16px;
  }
  .page-template-tpl-support #support .col-lg-9 .title {
    margin-top: 16px;
    font-size: 16px;
  }
}
#contact-page .contact-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-bottom: 24px;
}
#contact-page .contact-heading .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32.4px;
  color: #212b36;
  margin-bottom: 24px;
}
#contact-page .contact-heading .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: center;
  color: #212b36;
  max-width: 551px;
}
#contact-page #contact-form .acf-form .acf-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#contact-page #contact-form .acf-form .acf-fields .acf-field {
  border: none;
  padding: 0;
}
#contact-page #contact-form .acf-form .acf-fields .acf-field input,
#contact-page #contact-form .acf-form .acf-fields .acf-field textarea {
  border: 1px solid #e3e3e3;
  outline: none;
  padding: 10px 16px 10px 16px;
  border-radius: 10px;
}
#contact-page #contact-form .acf-form .acf-fields .acf-field textarea {
  height: 80px;
}
#contact-page #contact-form .acf-form .acf-fields .acf-form-submit {
  display: flex;
  justify-content: center;
}
#contact-page #contact-form .acf-form .acf-fields .acf-form-submit button {
  background: #1085FA;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  border: none;
  outline: none;
  max-width: 253px;
  width: 100%;
}
#contact-page #contact-form .acf-form .af-success {
  font-size: 16px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: center;
  color: #212b36;
  margin-top: 15%;
}
#contact-page .google-map {
  width: 100%;
  height: 100%;
}
#contact-page .google-map iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .page-template-tpl-contact {
    background: #fff;
  }
  .page-template-tpl-contact .title-mobile {
    padding: 16px !important;
  }
  .page-template-tpl-contact #menu-mobile-top {
    padding-bottom: 16px;
    margin-bottom: 0;
  }
  .page-template-tpl-contact #contact-page {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    padding: 16px 16px 100px 16px;
  }
  .page-template-tpl-contact #contact-page .woocommerce-breadcrumb {
    padding: 8px 0 8px 0;
  }
}
@media (max-width: 768px) {
  .page-template-tpl-contact #contact-page .google-map {
    height: 543px;
  }
}
@media (max-width: 480px) {
  .page-template-tpl-contact #contact-page .contact-heading .title {
    margin-top: 16px;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #E3E3E3;
  }
  .page-template-tpl-contact #contact-page .contact-heading .desc {
    margin-top: 16px;
    text-align: left;
  }
  .page-template-tpl-contact #contact-page #contact-form .af-form label,
  .page-template-tpl-contact #contact-page #contact-form .af-form input {
    font-size: 16px;
  }
  .page-template-tpl-contact #contact-page .google-map {
    height: 343px;
  }
}
body.page-template-tpl-checkout {
  background: #fafbff;
}

#page-checkout .restore-item {
  display: none;
}
#page-checkout .form-export .form-row .error {
  border: 0.5px solid red !important;
}
#page-checkout .form-export .form-row input {
  border: 0.5px solid red !important;
}
#page-checkout .woocommerce-checkout .billing-box .error {
  border: 0.5px solid red !important;
}
#page-checkout #billing_country_field {
  display: none;
}
#page-checkout .woocommerce-message {
  border-top-color: #1085FA;
  color: #212b36;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
#page-checkout .woocommerce-message:before {
  color: #1085FA;
}
#page-checkout #breadcrumb-nav {
  padding: 20px 0 30px 0;
}
#page-checkout #breadcrumb-nav .breadcrumb-nav a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color: #99a4af;
  transition: 0.2s ease;
}
#page-checkout #breadcrumb-nav .breadcrumb-nav a:hover {
  color: #1085FA;
  transition: 0.2s ease;
}
#page-checkout #breadcrumb-nav .breadcrumb-nav span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color: #000;
}
#page-checkout #breadcrumb-nav .breadcrumb-nav span.text-line {
  margin: 0 2px;
}
#page-checkout .title-detail-order {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
#page-checkout .title-detail-order h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #252930;
  margin: 0;
}
#page-checkout .title-detail-order .login-link {
  margin-bottom: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #252930;
}
#page-checkout .title-detail-order .login-link a {
  color: #1085FA;
}
#page-checkout .title-detail-order .login-link a:hover {
  text-decoration: underline;
}
#page-checkout .billing-box p.hiden-input {
  display: none;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
  padding: 0;
  margin-bottom: 8px;
  width: 49%;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  width: 100%;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper #billing_name_other, #page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper #billing_phone_other, #page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper #billing_email_other {
  border: 1px solid red;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_gender_field,
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_gender_other_field {
  width: 162px;
  border-radius: 10px 0px 0px 10px;
  border: 1px solid #e3e3e3;
  background: #fff;
  box-sizing: border-box;
  padding: 10px 16px;
  height: 50px;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_gender_field .woocommerce-input-wrapper,
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_gender_other_field .woocommerce-input-wrapper {
  display: flex;
  width: 100%;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_gender_field .woocommerce-input-wrapper label:nth-child(2),
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_gender_other_field .woocommerce-input-wrapper label:nth-child(2) {
  margin-right: 16px;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_gender_field .woocommerce-input-wrapper input,
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_gender_other_field .woocommerce-input-wrapper input {
  display: none;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_gender_field .woocommerce-input-wrapper input:checked + label,
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_gender_other_field .woocommerce-input-wrapper input:checked + label {
  color: #1085FA;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_gender_field .woocommerce-input-wrapper input:checked + label:before,
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_gender_other_field .woocommerce-input-wrapper input:checked + label:before {
  content: url(../images/radio.svg);
  border: none;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_gender_field .woocommerce-input-wrapper label,
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_gender_other_field .woocommerce-input-wrapper label {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #252930;
  cursor: pointer;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_gender_field .woocommerce-input-wrapper label:before,
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_gender_other_field .woocommerce-input-wrapper label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #99a4af;
  border-radius: 50%;
  margin-right: 8px;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_gender_other_field,
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_name_other_field,
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_phone_other_field,
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_email_other_field {
  display: none;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_gender_other_field.active,
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_name_other_field.active,
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_phone_other_field.active,
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_email_other_field.active {
  display: block;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .optional {
  display: none;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_name_other_field {
  width: calc(100% - 162px);
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_first_name_field .woocommerce-input-wrapper,
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_name_other_field .woocommerce-input-wrapper {
  width: 100%;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_first_name_field .woocommerce-input-wrapper input,
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_name_other_field .woocommerce-input-wrapper input {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_custom_phone_field,
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_email_field,
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_phone_other_field,
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_email_other_field {
  margin-bottom: 30px;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_check_people_field {
  width: 100%;
  margin-bottom: 20px;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_check_people_field .woocommerce-input-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_check_people_field .woocommerce-input-wrapper input {
  display: none;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_check_people_field .woocommerce-input-wrapper input:checked ~ label.label {
  color: #1085FA;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_check_people_field .woocommerce-input-wrapper input:checked ~ label.label:before {
  content: url(../images/radio.svg);
  border: none;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_check_people_field .woocommerce-input-wrapper label.label {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  color: #252930;
  cursor: pointer;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_check_people_field .woocommerce-input-wrapper label.label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #99a4af;
  border-radius: 50%;
  margin-right: 8px;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input {
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  background: #fff;
  padding: 10px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #252930;
  width: 100%;
  height: 50px;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input::-moz-placeholder {
  color: #99a4af;
}
#page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input::placeholder {
  color: #99a4af;
}
#page-checkout .billing-box .box-address-shipping {
  margin-bottom: 8px;
}
#page-checkout .billing-box .box-address-shipping .nav-address {
  padding: 6px 8px;
  border-radius: 100px;
  background: #f6f6f6;
  margin-bottom: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: none;
}
#page-checkout .billing-box .box-address-shipping .nav-address .item-address {
  width: 49%;
  text-align: center;
  border-radius: 10000px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #212b36;
  padding: 10px 16px;
  cursor: pointer;
  transition: 0.2s ease;
  border: 1px solid transparent;
  box-sizing: border-box;
}
#page-checkout .billing-box .box-address-shipping .nav-address .item-address.active {
  background: #fff;
  border: 1px solid #e3e3e3;
  transition: 0.2s ease;
}
#page-checkout .billing-box .box-address-shipping .nav-address .item-address:hover {
  background: #fff;
  border: 1px solid #e3e3e3;
  transition: 0.2s ease;
}
#page-checkout .billing-box .box-address-shipping .tab-address .item-tab {
  display: none;
  transition: 0.3s ease;
}
#page-checkout .billing-box .box-address-shipping .tab-address .item-tab.active.tab-logged {
  display: block;
}
#page-checkout .billing-box .box-address-shipping .tab-address .item-tab.active {
  display: flex;
  transition: 0.3s ease;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 0;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom .item-custom {
  width: 49.4%;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom.tab-logged .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #1085FA;
  padding: 16px 0;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom.tab-logged .list-address-of-customer .item-address-customer {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 10px 16px;
  margin-bottom: 8px;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom.tab-logged .list-address-of-customer .item-address-customer:last-child {
  margin-bottom: 0;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom.tab-logged .list-address-of-customer .item-address-customer .checkbox-address {
  width: 16px;
  height: 16px;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom.tab-logged .list-address-of-customer .item-address-customer .checkbox-address .data-address {
  display: none;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom.tab-logged .list-address-of-customer .item-address-customer .checkbox-address input {
  display: none;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom.tab-logged .list-address-of-customer .item-address-customer .checkbox-address input:checked ~ label:before {
  content: url(../images/radio.svg);
  border: none;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom.tab-logged .list-address-of-customer .item-address-customer .checkbox-address label {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom.tab-logged .list-address-of-customer .item-address-customer .checkbox-address label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #99a4af;
  border-radius: 50%;
  display: block;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom.tab-logged .list-address-of-customer .item-address-customer .box-infor {
  width: calc(100% - 16px);
  padding-left: 10px;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom.tab-logged .list-address-of-customer .item-address-customer .box-infor .personal-information {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom.tab-logged .list-address-of-customer .item-address-customer .box-infor p.text-infor {
  margin-bottom: 0;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom.tab-logged .list-address-of-customer .item-address-customer .box-infor p.text-infor.email {
  width: 100%;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom.tab-logged .list-address-of-customer .item-address-customer .box-infor p.text-infor.phone {
  margin-right: auto;
  width: 48%;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom.tab-logged .list-address-of-customer .item-address-customer .box-infor p.text-infor.gender {
  display: flex;
  gap: 5px;
  width: 48%;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom.tab-logged .list-address-of-customer .item-address-customer .box-infor p.text-infor.gender .title {
  color: #99a4af;
  display: block;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom.tab-logged .list-address-of-customer .item-address-customer .box-infor p.text-infor .title {
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #99a4af;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom.tab-logged .list-address-of-customer .item-address-customer .box-infor p.text-infor .content {
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #212b36;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom .select2-selection__rendered {
  line-height: unset;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #212b36;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom .select2-selection {
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 10px 16px;
  height: 50px;
  display: flex;
  align-items: center;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom .select2-selection::-moz-placeholder {
  color: #b9b9b9;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom .select2-selection::placeholder {
  color: #b9b9b9;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom .select2-selection:focus::-moz-placeholder {
  color: transparent;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom .select2-selection:focus::placeholder {
  color: transparent;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom .select2-selection:focus {
  outline-color: #e3e3e3;
  border-color: #e3e3e3;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom .select2-selection .select2-selection__rendered {
  padding-left: 0;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom .select2-selection .select2-selection__arrow {
  top: 10px;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom input {
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 10px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #212b36;
  height: 50px;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-custom select {
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 10px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #212b36;
  height: 50px;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-shop {
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  background: #edf0ff;
  width: 100%;
  padding: 10px 16px;
  flex-wrap: wrap;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-shop p {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #212b36;
  margin-bottom: 8px;
  width: 100%;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-shop a.address-link {
  display: flex;
  align-items: center;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-shop a.address-link span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #1085FA;
}
#page-checkout .billing-box .box-address-shipping .tab-address #address-shop a.address-link .icon {
  margin-left: 6px;
  width: 12px;
  height: 12px;
}
#page-checkout .note-box {
  margin-bottom: 30px;
}
#page-checkout .note-box .optional {
  display: none;
}
#page-checkout .note-box #order_comments_field label {
  display: none;
}
#page-checkout .note-box #order_comments_field .woocommerce-input-wrapper {
  width: 100%;
}
#page-checkout .note-box #order_comments_field textarea {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #212b36;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  background: #fff;
  width: 100%;
  height: unset;
}
#page-checkout .method-shipping-custom .title {
  margin-top: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #252930;
  margin-bottom: 16px;
}
#page-checkout .method-shipping-custom .method-list {
  border-radius: 10px;
  background: #fff;
  padding: 16px;
}
#page-checkout .method-shipping-custom .method-list .method-delivery {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#page-checkout .method-shipping-custom .method-list .method-delivery:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#page-checkout .method-shipping-custom .method-list .method-delivery .method-name {
  width: 19%;
}
#page-checkout .method-shipping-custom .method-list .method-delivery .method-name input {
  display: none;
}
#page-checkout .method-shipping-custom .method-list .method-delivery .method-name input:checked ~ label {
  color: #1085FA;
}
#page-checkout .method-shipping-custom .method-list .method-delivery .method-name input:checked ~ label:before {
  content: url("../images/radio.svg");
  border: none;
}
#page-checkout .method-shipping-custom .method-list .method-delivery .method-name label {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #212b36;
  margin: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#page-checkout .method-shipping-custom .method-list .method-delivery .method-name label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #99a4af;
  border-radius: 50%;
  margin-right: 8px;
}
#page-checkout .method-shipping-custom .method-list .method-delivery .method-time {
  width: 64%;
}
#page-checkout .method-shipping-custom .method-list .method-delivery .method-time p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  margin-bottom: 0;
  color: #212b36;
}
#page-checkout .method-shipping-custom .method-list .method-delivery .method-cots {
  width: 14%;
}
#page-checkout .method-shipping-custom .method-list .method-delivery .method-cots p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  margin-bottom: 0;
  color: #212b36;
  text-align: right;
  white-space: nowrap;
}
#page-checkout .cart-custom {
  border-radius: 10px;
  background: #fff;
  padding: 16px;
  margin-bottom: 30px;
}
#page-checkout .cart-custom .top-cart {
  width: 100%;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
#page-checkout .cart-custom .top-cart h3 {
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #252930;
}
#page-checkout .cart-custom .top-cart p {
  margin: 0 0 0 4px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #99a4af;
}
#page-checkout .cart-custom .list-product-cart .product-all {
  margin-bottom: 8px;
}
#page-checkout .cart-custom .list-product-cart .checkbox-box input {
  display: none;
}
#page-checkout .cart-custom .list-product-cart .checkbox-box input:checked ~ label {
  color: #1085FA;
}
#page-checkout .cart-custom .list-product-cart .checkbox-box input:checked ~ label:before {
  content: url("../images/radio.svg");
  border: none;
}
#page-checkout .cart-custom .list-product-cart .checkbox-box label {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #252930;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#page-checkout .cart-custom .list-product-cart .checkbox-box label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #99a4af;
  border-radius: 50%;
  margin-right: 8px;
}
#page-checkout .cart-custom .list-product-cart .item-cart {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#page-checkout .cart-custom .list-product-cart .item-cart:last-child {
  margin-bottom: 16px;
}
#page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor .img {
  width: 100px;
  height: 100px;
  margin-right: 8px;
}
#page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor .title-att {
  width: 211px;
}
#page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor .title-att .name {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #212b36;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
#page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor .title-att .attr,
#page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor .title-att .color {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #99a4af;
}
#page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor .title-att .attr {
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor .qty-delete {
  margin-left: 20px;
  margin-right: 20px;
  padding: 0px 10px;
}
#page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor .qty-delete .quantity {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor .qty-delete .qty-minus {
  border-radius: 6px 0 0 6px;
  border: 1px solid #e3e3e3;
  background: #fff;
  display: flex;
  width: 24px;
  height: 24px;
  padding: 8px 3px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
#page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor .qty-delete .qty-minus.disabled svg {
  opacity: 0.3;
}
#page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor .qty-delete input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-left: none;
  border-right: none;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  width: 40px;
  height: 24px;
  padding: 10px;
  justify-content: center;
  align-items: center;
}
#page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor .qty-delete .qty-plus {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 8px 3px;
  justify-content: center;
  align-items: center;
  border-radius: 0px 6px 6px 0px;
  border: 1px solid #e3e3e3;
  background: #fff;
}
#page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor .qty-delete .remove-item {
  text-align: right;
}
#page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor .qty-delete .remove-item a.remove {
  text-align: right;
  width: 100%;
}
#page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor .qty-delete .remove-item a.remove:hover {
  background: transparent;
}
#page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor .qty-delete .remove-item:hover span {
  text-decoration: underline;
}
#page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor .qty-delete .remove-item span {
  color: #f43939;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#page-checkout .cart-custom .list-product-cart .item-cart .box-qty .qty-delete {
  margin-left: 20px;
  margin-right: 20px;
  padding: 0px 10px;
}
#page-checkout .cart-custom .list-product-cart .item-cart .box-qty .qty-delete .quantity {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#page-checkout .cart-custom .list-product-cart .item-cart .box-qty .qty-delete .qty-minus {
  border-radius: 6px 0 0 6px;
  border: 1px solid #e3e3e3;
  background: #fff;
  display: flex;
  width: 24px;
  height: 24px;
  padding: 8px 3px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
#page-checkout .cart-custom .list-product-cart .item-cart .box-qty .qty-delete input {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-left: none;
  border-right: none;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  width: 40px;
  height: 24px;
  padding: 10px;
  justify-content: center;
  align-items: center;
}
#page-checkout .cart-custom .list-product-cart .item-cart .box-qty .qty-delete .qty-plus {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 8px 3px;
  justify-content: center;
  align-items: center;
  border-radius: 0px 6px 6px 0px;
  border: 1px solid #e3e3e3;
  background: #fff;
}
#page-checkout .cart-custom .list-product-cart .item-cart .box-qty .qty-delete .remove-item {
  text-align: right;
}
#page-checkout .cart-custom .list-product-cart .item-cart .box-qty .qty-delete .remove-item a.remove {
  text-align: right;
  width: 100%;
}
#page-checkout .cart-custom .list-product-cart .item-cart .box-qty .qty-delete .remove-item a.remove:hover {
  background: transparent;
}
#page-checkout .cart-custom .list-product-cart .item-cart .box-qty .qty-delete .remove-item:hover span {
  text-decoration: underline;
}
#page-checkout .cart-custom .list-product-cart .item-cart .box-qty .qty-delete .remove-item span {
  color: #f43939;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#page-checkout .cart-custom .list-product-cart .item-cart .price {
  padding: 10px 0px 10px 10px;
  text-align: right;
}
#page-checkout .cart-custom .list-product-cart .item-cart .price .price-sale {
  margin-bottom: 8px;
}
#page-checkout .cart-custom .list-product-cart .item-cart .price .price-sale span {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #212b36;
  margin: 0;
}
#page-checkout .cart-custom .list-product-cart .item-cart .price .price-regular span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: line-through;
  color: #99a4af;
}
#page-checkout .cart-custom .list-product-cart .item-cart .price .price-regular span.off-sale {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #212b36;
  text-decoration: unset;
}
#page-checkout .cart-custom .total-cart {
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 18px;
}
#page-checkout .cart-custom .total-cart .provisional {
  width: 385px;
  padding: 10px 16px;
  text-align: right;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 135%;
  color: #212b36;
}
#page-checkout .cart-custom .total-cart .total-price {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 135%;
  color: #212b36;
  padding: 10px 16px;
  width: calc(100% - 385px);
  text-align: right;
}
#page-checkout .cart-custom .list-coupon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page-checkout .cart-custom .list-coupon .title-coupon {
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #212b36;
}
#page-checkout .cart-custom .list-coupon .btn-show-coupon {
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin-bottom: 8px;
  cursor: pointer;
}
#page-checkout .cart-custom .list-coupon .btn-show-coupon:hover span {
  text-decoration: underline;
}
#page-checkout .cart-custom .list-coupon .btn-show-coupon span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #dc4f67;
}
#page-checkout .cart-custom .list-coupon .btn-show-coupon img {
  margin-left: 4px;
  width: 5.897px;
  height: 10px;
}
#page-checkout .cart-custom .list-coupon .enter-coupon {
  width: 100%;
  display: flex;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
#page-checkout .cart-custom .list-coupon .enter-coupon .form-row {
  padding: 0;
  margin: 0;
}
#page-checkout .cart-custom .list-coupon .enter-coupon .form-row-first {
  width: 80%;
}
#page-checkout .cart-custom .list-coupon .enter-coupon .form-row-last {
  width: 20%;
}
#page-checkout .cart-custom .list-coupon .enter-coupon input {
  width: 100%;
  height: 50px;
  padding: 10px 16px;
  border-radius: 10px 0px 0px 10px;
  border: 1px solid #e3e3e3;
  background: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #212b36;
  box-sizing: border-box;
}
#page-checkout .cart-custom .list-coupon .enter-coupon input::-moz-placeholder {
  color: #99a4af;
}
#page-checkout .cart-custom .list-coupon .enter-coupon input::placeholder {
  color: #99a4af;
}
#page-checkout .cart-custom .list-coupon .enter-coupon button {
  width: 100%;
  margin-bottom: 0;
  border-radius: 0px 10px 10px 0px;
  border: 1px solid #e3e3e3;
  background: #e9e9e9;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #212b36;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s ease;
}
#page-checkout .cart-custom .list-coupon .enter-coupon button:hover {
  background: #1085FA;
  color: #fff;
  border: 1px solid #1085FA;
  transition: 0.2s ease;
}
#page-checkout .cart-custom .list-coupon .enter-coupon .woocommerce-form-coupon-toggle {
  display: none;
}
#page-checkout .cart-custom .list-coupon .enter-coupon .checkout_coupon {
  display: flex !important;
  border: unset;
  padding: 0;
  margin: 0;
  width: 100%;
}
#page-checkout .wc_payment_methods {
  margin-bottom: 30px;
}
#page-checkout .wc_payment_methods.custom-hidden {
  display: none;
}
#page-checkout .wc_payment_methods h3.title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #212b36;
  margin-bottom: 16px;
  margin-top: 0;
}
#page-checkout .wc_payment_methods .list-payment-custom {
  width: 100%;
  padding: 16px;
  list-style: none;
  border-radius: 10px;
  background: #fff;
}
#page-checkout .wc_payment_methods .list-payment-custom li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#page-checkout .wc_payment_methods .list-payment-custom li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#page-checkout .wc_payment_methods .list-payment-custom li input {
  display: none;
}
#page-checkout .wc_payment_methods .list-payment-custom li input:checked + label {
  color: #1085FA;
}
#page-checkout .wc_payment_methods .list-payment-custom li input:checked + label:before {
  content: url(../images/radio.svg);
  border: none;
}
#page-checkout .wc_payment_methods .list-payment-custom li label {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #252930;
  cursor: pointer;
}
#page-checkout .wc_payment_methods .list-payment-custom li label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #99a4af;
  border-radius: 50%;
  margin-right: 8px;
}
#page-checkout .wc_payment_methods .list-payment-custom li .payment_box {
  width: calc(100% - 120px);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #212b36;
  display: block !important;
}
#page-checkout .wc_payment_methods .list-payment-custom li .payment_box p {
  margin-bottom: 0;
}
#page-checkout .export-order {
  margin-bottom: 30px;
}
#page-checkout .export-order .request-export {
  margin-bottom: 16px;
}
#page-checkout .export-order .request-export input {
  display: none;
}
#page-checkout .export-order .request-export input:checked + label {
  color: #1085FA;
}
#page-checkout .export-order .request-export input:checked + label:before {
  content: url(../images/radio.svg);
  border: none;
}
#page-checkout .export-order .request-export label {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #212b36;
  cursor: pointer;
}
#page-checkout .export-order .request-export label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #212b36;
  border-radius: 50%;
  margin-right: 8px;
}
#page-checkout .export-order .form-export {
  display: none;
  background: #fff;
  padding: 20px 16px;
  border-radius: 10px;
}
#page-checkout .export-order .form-export.active {
  display: block;
}
#page-checkout .export-order .form-row {
  margin-bottom: 8px;
}
#page-checkout .export-order .form-row:last-child {
  margin-bottom: 0;
}
#page-checkout .export-order .form-row input {
  width: 100%;
  height: 50px;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  background: #ffffff;
  font-size: 16px;
  font-style: normal;
  outline: none;
  font-weight: 400;
  line-height: normal;
  color: #212b36;
}
#page-checkout .export-order .form-row input::-moz-placeholder {
  color: #99a4af;
}
#page-checkout .export-order .form-row input::placeholder {
  color: #99a4af;
}
#page-checkout .order-btn {
  padding: 10px;
  height: 60px;
  border-radius: 10px;
  background: #1085FA;
  border: 1px solid transparent;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  transition: 0.2s ease;
  box-sizing: border-box;
  width: 351px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
#page-checkout .order-btn:hover {
  color: #1085FA;
  background: #fff;
  border: 1px solid #1085FA;
}
#page-checkout .order-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}
#page-checkout .woocommerce table.shop_table {
  border: none;
  margin: 0;
}
#page-checkout .woocommerce table.shop_table tfoot tr.cart-subtotal th {
  border-top: none;
}
#page-checkout .woocommerce table.shop_table tfoot tr.cart-subtotal td {
  border-top: none;
}
#page-checkout .woocommerce table.shop_table tfoot .cart-discount th .woocommerce-remove-coupon {
  display: inline-flex;
  gap: 2px;
  cursor: pointer;
}
#page-checkout .woocommerce table.shop_table tfoot .cart-discount th .woocommerce-remove-coupon span {
  transform: translateY(-2px);
}
#page-checkout .woocommerce table.shop_table tfoot .cart-discount td .woocommerce-remove-coupon {
  cursor: pointer;
}
#page-checkout .woocommerce table.shop_table tfoot.cart-discount th, #page-checkout .woocommerce table.shop_table tfoot.fee th {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
}
#page-checkout .woocommerce table.shop_table tfoot.cart-discount th span, #page-checkout .woocommerce table.shop_table tfoot.fee th span {
  display: block;
}
#page-checkout .woocommerce table.shop_table tfoot.cart-discount th a, #page-checkout .woocommerce table.shop_table tfoot.fee th a {
  margin-top: 2px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  color: #0d6efd;
  align-items: center;
  float: right;
  clear: both;
  transition: 0.2s ease;
}
#page-checkout .woocommerce table.shop_table tfoot.cart-discount th a span, #page-checkout .woocommerce table.shop_table tfoot.fee th a span {
  margin-left: 10px;
}
#page-checkout .woocommerce table.shop_table tfoot.cart-discount th a span .icon, #page-checkout .woocommerce table.shop_table tfoot.fee th a span .icon {
  width: 10px;
  height: 10px;
  margin-right: 0;
}
#page-checkout .woocommerce table.shop_table tfoot.cart-discount th a:hover, #page-checkout .woocommerce table.shop_table tfoot.fee th a:hover {
  color: #dc4f67;
  border-color: #dc4f67;
  transition: 0.2s ease;
}
#page-checkout .woocommerce table.shop_table tfoot.fee td span {
  display: block;
  margin-bottom: 0;
}
#page-checkout .woocommerce table.shop_table tfoot.fee td span.price-first {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  text-decoration: line-through;
  margin-bottom: 4px;
  color: #99a4af;
}
#page-checkout .woocommerce table.shop_table tfoot.fee td span.price-two {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  color: #212b36;
}
#page-checkout .woocommerce table.shop_table tfoot tr.shipping {
  display: none;
}
#page-checkout .woocommerce table.shop_table tfoot tr td,
#page-checkout .woocommerce table.shop_table tfoot tr th {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-collapse: unset;
  box-sizing: border-box;
  padding: 10px 16px !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  color: #212b36;
  text-align: right;
  text-align: right;
}
#page-checkout .woocommerce table.shop_table tfoot tr th {
  width: 380px;
}
#page-checkout .woocommerce table.shop_table tfoot tr.cart-discount th,
#page-checkout .woocommerce table.shop_table tfoot tr.cart-discount td {
  color: #dc4f67;
}
#page-checkout .woocommerce table.shop_table tfoot tr.order-total th,
#page-checkout .woocommerce table.shop_table tfoot tr.order-total td {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  color: #1085FA;
}
#page-checkout .woocommerce table.shop_table tfoot tr.order-total th span,
#page-checkout .woocommerce table.shop_table tfoot tr.order-total td span {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  color: #1085FA;
}
#page-checkout #payment {
  display: none;
}
#page-checkout .add-address-checkout {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 8px;
  margin-bottom: 30px;
}
#page-checkout .add-address-checkout .btn-address-checkout {
  display: flex;
  cursor: pointer;
  align-items: center;
}
#page-checkout .add-address-checkout .btn-address-checkout:hover span {
  color: #1085FA;
  transition: 0.2s ease;
}
#page-checkout .add-address-checkout .btn-address-checkout:hover img {
  transform: rotate(360deg);
  transition: 0.2s ease;
}
#page-checkout .add-address-checkout .btn-address-checkout span {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: #0d6efd;
  transition: 0.2s ease;
  padding: 0;
  margin: 0;
}
#page-checkout .add-address-checkout .btn-address-checkout img {
  margin-left: 4px;
  width: 13px;
  height: 13px;
  transition: 0.2s ease;
}

.btn-action {
  display: none;
}

.popup-voucher {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease;
}
.popup-voucher.active {
  opacity: 1;
  visibility: inherit;
  transition: 0.2s ease;
}
.popup-voucher .popup-overplay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: #242d37;
  opacity: 0.3;
}
.popup-voucher .popup-body {
  position: absolute;
  background: #fff;
  width: 580px;
  padding: 20px;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.popup-voucher .popup-body .popup-header {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  text-align: center;
}
.popup-voucher .popup-body .popup-header .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  color: #212b36;
  margin: 0;
}
.popup-voucher .popup-body .popup-close {
  position: absolute;
  right: 20px;
  top: 23px;
  cursor: pointer;
  width: 14.267px;
  height: 14px;
}
.popup-voucher .popup-body .popup-close:hover svg path {
  fill: red;
}
.popup-voucher .popup-body .popup-content {
  margin-bottom: 32px;
}
.popup-voucher .popup-body .popup-content .input {
  width: 100%;
  display: flex;
  margin-bottom: 16px;
  padding: 10px 0;
}
.popup-voucher .popup-body .popup-content .input input {
  width: 80%;
  height: 50px;
  padding: 10px 16px;
  border-radius: 10px 0px 0px 10px;
  border: 1px solid #e3e3e3;
  background: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  color: #212b36;
  box-sizing: border-box;
}
.popup-voucher .popup-body .popup-content .input input::-moz-placeholder {
  color: #99a4af;
}
.popup-voucher .popup-body .popup-content .input input::placeholder {
  color: #99a4af;
}
.popup-voucher .popup-body .popup-content .input .btn-coupon-popup {
  width: 20%;
  margin-bottom: 0;
  border-radius: 0px 10px 10px 0px;
  border: 1px solid #e3e3e3;
  background: #e9e9e9;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  white-space: nowrap;
  color: #212b36;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s ease;
}
.popup-voucher .popup-body .popup-content .input .btn-coupon-popup:hover {
  background: #1085FA;
  color: #fff;
  border: 1px solid #1085FA;
  transition: 0.2s ease;
}
.popup-voucher .popup-body .popup-content .list-voucher .item-voucher {
  margin-bottom: 16px;
}
.popup-voucher .popup-body .popup-content .list-voucher .item-voucher:last-child {
  margin-bottom: 0;
}
.popup-voucher .popup-body .popup-content .list-voucher .item-voucher .title {
  margin-bottom: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  color: #212b36;
}
.popup-voucher .popup-body .popup-content .list-voucher .item-voucher .box-voucher {
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  padding: 16px;
  width: 100%;
  display: flex;
}
.popup-voucher .popup-body .popup-content .list-voucher .item-voucher .box-voucher .icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #edf0ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-voucher .popup-body .popup-content .list-voucher .item-voucher .box-voucher .icon img {
  width: 24px;
  height: 24px;
}
.popup-voucher .popup-body .popup-content .list-voucher .item-voucher .box-voucher .content {
  width: calc(100% - 60px);
  padding-left: 11px;
  display: flex;
  justify-content: space-between;
}
.popup-voucher .popup-body .popup-content .list-voucher .item-voucher .box-voucher .content .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.popup-voucher .popup-body .popup-content .list-voucher .item-voucher .box-voucher .content .left .code-price-discount {
  display: flex;
  align-items: center;
}
.popup-voucher .popup-body .popup-content .list-voucher .item-voucher .box-voucher .content .left .code-price-discount .code {
  margin-bottom: 0;
  border-radius: 4px;
  border: 1px solid #0d6efd;
  padding: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  color: #0d6efd;
  margin-right: 8px;
  cursor: pointer;
}
.popup-voucher .popup-body .popup-content .list-voucher .item-voucher .box-voucher .content .left .code-price-discount .price-discount {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #212b36;
  margin-bottom: 0;
}
.popup-voucher .popup-body .popup-content .list-voucher .item-voucher .box-voucher .content .left .date-use {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #99a4af;
}
.popup-voucher .popup-body .popup-content .list-voucher .item-voucher .box-voucher .content .right {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.popup-voucher .popup-body .popup-content .list-voucher .item-voucher .box-voucher .content .right p.btn-auto-voucher {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #0d6efd;
  margin: 0;
  cursor: pointer;
}
.popup-voucher .popup-body .popup-content .list-voucher .item-voucher .box-voucher .content .right p.btn-auto-voucher:hover {
  text-decoration: underline;
}
.popup-voucher .popup-body .popup-content .list-voucher .item-voucher .box-voucher .content .right p.btn-remove-voucher {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #dc4f67;
  margin: 0;
  cursor: pointer;
}
.popup-voucher .popup-body .popup-content .list-voucher .item-voucher .box-voucher .content .right p.btn-remove-voucher:hover {
  text-decoration: underline;
}
.popup-voucher .popup-body .popup-clock {
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  background: #fff;
  padding: 10px;
  width: 235px;
  margin: 0 auto;
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #212b36;
  cursor: pointer;
  transition: 0.2s ease;
}
.popup-voucher .popup-body .popup-clock:hover {
  transition: 0.2s ease;
  color: red;
  border-color: red;
}

#billing_company_field,
#billing_tax_code_field,
#billing_unit_field,
#billing_email_company_field,
#billing_request_export_field,
#billing_tab_address_field {
  display: none;
}

.fa-times-circle {
  display: none;
}

#page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor .title-att .qty-mobile {
  display: none;
}

@media screen and (max-width: 1280px) {
  #page-checkout .cart-custom .list-product-cart .item-cart {
    flex-wrap: wrap;
  }
  #page-checkout .cart-custom .list-product-cart .item-cart .box-qty {
    margin-left: auto;
  }
  #page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor {
    width: 95%;
  }
  #page-checkout .cart-custom .list-product-cart .item-cart .checkbox-box {
    width: 5%;
  }
}
@media screen and (max-width: 992px) {
  #page-checkout {
    background: #fff;
    padding: 10px 0 70px 0;
  }
  #page-checkout .woocommerce-checkout .woocommerce-billing-fields h3 {
    margin-bottom: 1rem;
  }
  #page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor {
    width: 93%;
  }
  #page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor .img {
    height: 60px;
  }
  #page-checkout .cart-custom .list-product-cart .item-cart .checkbox-box {
    width: 7%;
  }
}
@media screen and (max-width: 768px) {
  section#page-checkout .method-shipping-custom .method-list {
    padding: 16px 0;
  }
  section#page-checkout .cart-custom {
    padding: 16px 0;
  }
  section#page-checkout .cart-custom .list-coupon .enter-coupon button {
    white-space: nowrap;
  }
  section#page-checkout .cart-custom .total-cart .provisional {
    text-align: left;
  }
  section#page-checkout .cart-custom .list-product-cart .item-cart {
    flex-wrap: nowrap;
  }
  section#page-checkout .method-shipping-custom .method-list .method-delivery .method-name label {
    white-space: nowrap;
  }
}
@media screen and (max-width: 667px) {
  section#page-checkout .cart-custom .total-cart .provisional {
    max-width: 385px;
    width: 100%;
    padding: 10px 0;
    white-space: nowrap;
  }
  section#page-checkout .cart-custom .total-cart .total-price {
    width: 100%;
    padding: 10px 0;
  }
  section#page-checkout .cart-custom .list-product-cart .item-cart {
    flex-wrap: wrap;
  }
  section#page-checkout .cart-custom .list-product-cart .item-cart .price {
    margin-left: auto;
  }
  section#page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor {
    width: 96%;
  }
  section#page-checkout .cart-custom .list-product-cart .item-cart .checkbox-box {
    width: 4%;
  }
}
@media screen and (max-width: 576px) {
  #page-checkout .method-shipping-custom .method-list .method-delivery {
    flex-wrap: wrap;
    gap: 10px;
  }
  #page-checkout .method-shipping-custom .method-list .method-delivery .method-name {
    width: 100%;
  }
  #page-checkout .method-shipping-custom .method-list .method-delivery .method-time {
    width: 77%;
  }
  #page-checkout .method-shipping-custom .method-list .method-delivery .method-cots {
    width: 20%;
  }
}
@media screen and (max-width: 480px) {
  #page-checkout .popup-voucher .popup-body {
    max-width: 580px;
    width: 100%;
  }
  #page-checkout .order-btn {
    max-width: 351px;
    width: 100%;
  }
  #page-checkout .woocommerce table.shop_table tfoot tr.order-total td span, #page-checkout .woocommerce table.shop_table tfoot tr.order-total th span {
    font-size: 20px;
  }
  #page-checkout .cart-custom .list-product-cart .item-cart .price-pc {
    display: none !important;
  }
  #page-checkout .cart-custom .list-product-cart .item-cart .qty-delete-pc {
    display: none !important;
  }
  #page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor .title-att .qty-mobile {
    display: block;
  }
  #page-checkout .cart-custom .list-product-cart .item-cart .price {
    padding: 0;
    text-align: left;
    display: flex;
    gap: 10px;
  }
  #page-checkout .cart-custom .list-product-cart .product-all label {
    padding-bottom: 24px;
    padding-top: 16px;
  }
  #page-checkout .cart-custom .list-product-cart .item-cart .chose {
    width: 10% !important;
    margin-top: 0;
  }
  #page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor {
    width: 90% !important;
  }
  #page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor .img {
    height: 100px;
    margin-bottom: auto;
  }
  .news .news-wrapper .news-container .news-list .news-item {
    height: auto;
    align-items: center;
  }
  #page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor .qty-delete {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
  }
  #page-checkout .cart-custom .list-product-cart .item-cart .item-cart-infor .title-att {
    max-width: 250px;
    width: 100%;
  }
  #page-checkout .billing-box .box-address-shipping .nav-address .item-address {
    font-size: 12px;
  }
  #page-checkout .billing-box .box-address-shipping .tab-address #address-custom .item-custom {
    width: 100%;
  }
  #page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
    width: 100%;
  }
  #page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_custom_phone_field,
  #page-checkout .billing-box .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_phone_other_field {
    margin-bottom: 10px;
  }
}
.search #category-products .col-product-right .center-content-product div.list-search {
  grid-template-columns: 19% 19% 19% 19% 19%;
}
.search .active-account {
  display: none;
}

@media (max-width: 992px) {
  .search #category-products .col-product-right .center-content-product {
    padding-bottom: 60px;
  }
  .search #category-products .col-product-right .center-content-product div.list-search {
    grid-template-columns: 24% 24% 24% 24%;
  }
  .search #menu-mobile-top {
    margin: 0;
    padding: 16px 0;
    position: relative;
    z-index: 1001;
  }
  .search #menu-mobile-top.fixed-top {
    padding-top: 16px;
    position: fixed !important;
  }
  .search #menu-mobile-top.fixed-top .content .top .logo {
    display: block;
  }
  .search #menu-mobile-top .content .top .logo .logo-img .logo-main {
    display: none;
  }
  .search #menu-mobile-top .content .top .logo .logo-img .logo-back {
    width: 20px;
  }
  .search #menu-mobile-top .content .top .socials {
    display: none;
  }
}
@media (max-width: 768px) {
  .search #category-products .col-product-right .center-content-product div.list-search {
    grid-template-columns: 32% 32% 32%;
  }
  .search #menu-mobile-top .content {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .search #menu-mobile-top .content .search.sm {
    margin-top: 0;
  }
  #feature-cate .container .row .mt-60 {
    margin-top: 40px;
  }
  #main-content .container .row .col-12 {
    margin-top: -10px;
  }
  #banner-main {
    margin-bottom: -30px;
  }
}
@media (max-width: 480px) {
  .search #category-products .col-product-right .center-content-product div.list-search {
    grid-template-columns: 49% 49%;
  }
}

/*# sourceMappingURL=style.min.css.map*/

#category-products .post-category {
  border-radius: 17px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 27px 35px 12px;
  margin-bottom: 40px;
}

#category-products .post-category .show-img{
  width: 9px;
  height: 15px;
  transition: 0.3s ease-in;
  margin-left: 6px;
  margin-top: 2px;
}

#category-products .post-category .show-img.active{
  transform: rotate(180deg) !important;
  transition: 0.3s ease-in;
}

#category-products .post-category .post-detail {
  max-height: 600px;
  height: 100%;
  overflow: hidden;
  margin-bottom: 16px;
}

#category-products .post-category .post-detail.active {
  max-height: unset;
}

#category-products .post-category .see-more-box {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
  padding-top: 16px;
  cursor: pointer;
  background: transparent;
  border-radius: 10px;
  padding: 8px 20px;
  transition: 0.3s ease;
  color: #1f3dbd;
}

#single-product #main .content-col .summary .add-cart-box {
  margin-top: 16px;
}

#single-product #main .content-col .summary .add-cart-box .btn-buy-now:hover {
  background: #1085FA;
}

#single-product #main .content-col .summary .add-cart-box .add-cart-box-hotline {
  width: 30%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #1085FA;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  transition: 0.2s ease;
}

#single-product .download-catalog-box {
  margin-top: 16px;
  width: 100%;
}

#single-product .download-catalog-box a {
  display: flex;
  text-align: center;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #1085FA;
  justify-content: center;
  cursor: pointer;
  color: #007bff;
  padding: 12px;
}
#single-product .download-catalog-box a span {
  margin-left: 8px;
}

#single-product .download-catalog-box a span svg {
  width: 12px;
  fill: #007bff;
}

/* #banner-main .solutions-wrapper {
  bottom: 24px;
} */

#banner-main .solutions-wrapper .solutions .solution-item{
  width: calc(100% / 6);
}

#feature-cate .content .cate-list .cate-item .name{
  align-items: flex-start;
}

.section-wrapper {
  margin-top: 40px;
}

@media screen and (max-width: 992px) {
  #menu-mobile-top .content .top .socials .item:last-child img {
      margin-bottom: 0;
  }
  #banner-main .banner-pc {
    display: none;
  }

  #banner-main .banner-mobile {
    display: block;
  }
  #menu-mobile-top .content .top .socials .menu-mobile img{
    height: 22px !important;
    width: auto !important;
    object-fit: contain;
  }
  #menu-mobile-top .content .top .socials .open .list{
    display: block;
  }
  #menu-mobile-top .content .top .socials .open.active .list{
    display: none;
  }
  #menu-mobile-top .content .top .socials .open .times{
    display: none;
  }
  #menu-mobile-top .content .top .socials .open.active .times{
    display: block;
  }
  #menu-left.d-none{
    display: block !important;
  }
  #menu-left{
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    box-shadow: 0 8px 10px rgba(0, 0, 0, .08);
    left: 0;
    position: fixed;
    top: 45px;
    transform: translateX(-200%);
    transition: all .3s ease 0s;
    width: 100%;
    z-index: 100000;
  }
  #menu-left.active{
    transform: translateX(0%);
  }
  #menu-left ul {
    list-style: none;
    padding: 0;
    display: block;
    overflow-x: hidden;
    position: relative;
    margin: 0;
  }
  #menu-left ul li{
    position: relative;
    border-bottom: 1px solid hsla(0, 0%, 85.1%, .2);
  }
  #menu-left ul li a{
    font-size: 14px;
    color: #1085FA;
    text-transform: uppercase;
    display: block;
    padding: 10px 10px 10px 15px;
  }
}

.search-tab {
  max-height: 50vh;
  overflow-y: auto;
  margin-bottom: 15px;
  flex-direction: column;
  gap: 6px;
}

.search-tab::-webkit-scrollbar-track {
  background: #969798;
}
.search-tab::-webkit-scrollbar-thumb {
  background-color: #1085FA;
}
.search-tab::-webkit-scrollbar {
  width: 3px;
}

.search-tab .image{
  width: 60px;
  height: auto;
}

#menu-main .header-wrapper .search .search-tab .image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  transform: unset;
  top: 0;
  right: 0;
}

.search-tab .info {
  flex: 1;
  margin-left: 15px;
}

.search-tab .info p {
  margin-bottom: 5px;
}

#breadcrumb {
  margin-top: 40px;
}

#breadcrumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#breadcrumb ul li {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  margin-right: 11px;
  flex-wrap: nowrap;
}

#breadcrumb ul li a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-style: normal;
  line-height: 20px;
  margin-right: 11px;
  transition: 0.3s ease-in;
}

#breadcrumb ul li span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-style: normal;
  line-height: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0 8px;
}

#breadcrumb ul li span:first-child {
  padding-left: 0;
}

#breadcrumb ul li span:last-child {
  border-right: none;
}

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

.contentSingle .comment {
  border-radius: 17px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px;
  margin-bottom: 35px;
  margin-top: 15px;
}

.contentSingle .comment h3 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 16px;
  margin-top: 0;
}

.contentSingle .comment .top-comment {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-bottom: 29px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.contentSingle .comment .top-comment .total-rating {
  width: 25%;
}

.contentSingle .comment .top-comment .total-start {
  width: 50%;
  display: flex;
  padding-left: 20px;
  flex-direction: column;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.contentSingle .comment .top-comment .total-start .item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.contentSingle .comment .top-comment .total-start .item span {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 5px;
}

.contentSingle .comment .top-comment .total-start .item img {
  width: 12px;
  height: 12px;
  margin-right: 18px;
}

.comment .top-comment .total-start .item .stat-box {
  width: 60px;
  height: 20px;
  border-radius: 5px;
  background: #eee;
  margin-right: 12px;
}

.comment .top-comment .total-start .item .stat-box .box {
  border-radius: 5px;
  height: 100%;
  background: #fd7237;
}

.contentSingle .comment .top-comment .comment-btn {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contentSingle .comment .top-comment .total-start .item p.percent {
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 8px;
  letter-spacing: 1px;
  border-right: 1px solid #000;
  width: 48px;
}
.contentSingle .comment .top-comment .total-start .item p.total-review {
  margin-bottom: 0;
  letter-spacing: 1px;
  padding-left: 8px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.contentSingle .comment .top-comment .comment-btn {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentSingle .comment .top-comment .comment-btn p {
  cursor: pointer;
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  border-radius: 5px;
  background: #3e73e9;
  line-height: 1.5;
  padding: 10px;
  border: 1px solid #3e73e9;
  transition: 0.4s ease-in;
}
.contentSingle .comment .top-comment .comment-btn p.hover:hover {
  color: #3e73e9;
  background: #fff;
  transition: 0.4s ease-in;
}
.contentSingle .comment .center-comment {
  margin-bottom: 16px;
  list-style-type: none;
  padding: 0;
}
.contentSingle .comment .center-comment .item-comment {
  margin-bottom: 25px;
  padding-bottom: 12px;
  width: 100%;
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contentSingle .comment .center-comment .item-comment.active {
  display: flex;
}
.contentSingle .comment .center-comment .item-comment:last-child {
  margin-bottom: 0;
}
.contentSingle .comment .center-comment .item-comment.null-comment h4,
.contentSingle .comment .center-comment .item-comment.null-comment p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
}
.contentSingle .comment .center-comment .item-comment img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.contentSingle .comment .center-comment .item-comment div.info {
  width: calc(100% - 40px);
  padding-left: 20px;
}
.contentSingle .comment .center-comment .item-comment div.info .name {
  color: #000;
  font-size: 14px;
  font-style: normal;
  line-height: 1;
  margin-bottom: 12px;
}
.contentSingle .comment .center-comment .item-comment div.info .content {
  color: #3d3d3d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 12px !important;
  height: auto !important;
}
.contentSingle .comment .center-comment .item-comment div.info .star {
  margin-bottom: 12px;
}
.contentSingle .comment .center-comment .item-comment div.info .star img {
  height: 18px;
  width: 18px;
}
.contentSingle .comment .center-comment .item-comment div.info .star .star-rating span {
  padding-top: 1em !important;
}
.contentSingle .comment .center-comment .item-comment div.info .reply {
  cursor: pointer;
}
.contentSingle .comment .center-comment .item-comment div.info .reply.hover:hover p {
  color: #264ae7;
  transition: 0.3s ease-in;
}
.contentSingle .comment .center-comment .item-comment div.info .reply p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 400;
  color: #000;
  transition: 0.3s ease-in;
}
.contentSingle .comment .center-comment .item-comment .item-reply {
  width: 100%;
  display: flex;
  background-color: #f7f7f7;
  border-radius: 8px;
  border: 0;
  margin-top: 10px;
  position: relative;
  padding: 10px;
}
.contentSingle .comment .center-comment .item-comment .item-reply:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f7f7f7;
  content: "";
  left: 10px;
  position: absolute;
  top: -10px;
}
.contentSingle .comment .center-comment .item-comment .item-reply img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.contentSingle .comment .center-comment .item-comment .item-reply div.info {
  width: calc(100% - 40px);
  padding-left: 20px;
}
.contentSingle .comment .center-comment .item-comment .item-reply div.info .name {
  color: #000;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 6px;
}
.contentSingle .comment .center-comment .item-comment .item-reply div.info .content {
  color: #3d3d3d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.contentSingle .comment .footer-comment {
  color: #1f3dbd;
  font-size: 14px;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  cursor: pointer;
}
.contentSingle .comment .footer-comment.see-hide-comment img {
  transform: rotate(270deg);
}
.contentSingle .comment .footer-comment img {
  transform: rotate(90deg);
  margin-left: 12px;
  width: 9px;
  height: 13px;
}

.contentSingle .popup-form-comment {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: 0.5s ease-in;
}
.contentSingle .popup-form-comment.active {
  opacity: 1;
  visibility: inherit;
  transition: 0.5s ease-in;
}
.contentSingle .popup-form-comment .popup-overplay {
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.contentSingle .popup-form-comment .form-comment {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  width: 50%;
  padding: 16px 32px 34px;
}
.contentSingle .popup-form-comment .form-comment .top-form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.contentSingle .popup-form-comment .form-comment .top-form h3,
.contentSingle .popup-form-comment .form-comment .top-form p {
  margin-top: 0;
  color: #000;
  font-size: 18px;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 0;
}
.contentSingle .popup-form-comment .form-comment .top-form .close-popup-comment {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 14px 18px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  transition: 0.5s ease-in;
  cursor: pointer;
}
.contentSingle .popup-form-comment .form-comment .top-form .close-popup-comment.hover:hover {
  color: red;
  border-color: red;
  transition: 0.5s ease-in;
}
.contentSingle .popup-form-comment .form-comment .info-product {
  display: flex;
  align-items: center;
}
.contentSingle .popup-form-comment .form-comment .info-product .img {
  width: 117px;
  height: 95px;
}
.contentSingle .popup-form-comment .form-comment .info-product .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contentSingle .popup-form-comment .form-comment .info-product .name {
  width: calc(100% - 117px);
  padding-left: 14px;
  color: #1c1b1b;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 0;
}
.contentSingle .popup-form-comment .form-comment .info-product .name span {
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #1c1b1b;
  border-right: 1px solid #1c1b1b;
  padding-right: 4px;
}
.contentSingle .popup-form-comment .form-comment .info-product .name span:last-child {
  padding-right: 0;
  border-right: none;
}
.contentSingle .popup-form-comment .form-comment form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contentSingle .popup-form-comment .form-comment form .error {
  margin-bottom: 12px;
  display: none;
}
.contentSingle .popup-form-comment .form-comment form .error p {
  font-size: 16px;
  line-height: 1.5;
  color: red;
  font-style: normal;
  margin-bottom: 0;
}
.contentSingle .popup-form-comment .form-comment form .rating-form {
  width: 100%;
  margin-bottom: 12px;
  margin-top: 12px;
}
.contentSingle .popup-form-comment .form-comment form .rating-form fieldset {
  width: 100%;
}
.contentSingle .popup-form-comment .form-comment form .rating-form fieldset .rating-container {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.contentSingle .popup-form-comment .form-comment form .rating-form fieldset .rating-container label {
  cursor: pointer;
}
.contentSingle .popup-form-comment .form-comment form .rating-form fieldset .rating-container input {
  display: none;
}
.contentSingle .popup-form-comment .form-comment form .rating-form fieldset .rating-container > input + label {
  display: block;
  padding: 0 25px;
  font-size: 20px;
  color: #888;
  text-align: center;
}
.contentSingle .popup-form-comment .form-comment form .rating-form fieldset .rating-container > input + label i {
  font-size: 24px;
}
.contentSingle .popup-form-comment .form-comment form .rating-form fieldset .rating-container > input + label span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.contentSingle .popup-form-comment .form-comment form .rating-form fieldset .rating-container > input:checked ~ label {
  color: #fd7237;
  text-shadow: 0 0 1px #333;
}
.contentSingle .popup-form-comment .form-comment form .rating-form fieldset .rating-container > input ~ label.hover:hover {
  color: #fd7237;
  text-shadow: 0 0 1px #333;
}
.contentSingle .popup-form-comment .form-comment form textarea {
  padding: 16px 14px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 17px;
  border-radius: 8px;
  background: #f7f9fc;
}
.contentSingle .popup-form-comment .form-comment form textarea::-moz-placeholder {
  color: #b9b9b9;
}
.contentSingle .popup-form-comment .form-comment form textarea::placeholder {
  color: #b9b9b9;
}
.contentSingle .popup-form-comment .form-comment form textarea:focus::-moz-placeholder {
  color: transparent;
}
.contentSingle .popup-form-comment .form-comment form textarea:focus::placeholder {
  color: transparent;
}
.contentSingle .popup-form-comment .form-comment form .gender {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.contentSingle .popup-form-comment .form-comment form .gender div {
  margin-right: 16px;
}
.contentSingle .popup-form-comment .form-comment form .gender div:last-child {
  margin-right: 0;
}
.contentSingle .popup-form-comment .form-comment form .gender label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.contentSingle .popup-form-comment .form-comment form .gender label:first-child {
  margin-left: 0px;
}
.contentSingle .popup-form-comment .form-comment form .gender label:before {
  content: "";
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: #fff;
  display: block;
  margin-right: 13px;
  width: 20px;
  height: 20px;
}
.contentSingle .popup-form-comment .form-comment form .gender input:checked ~ label:before {
  border: 4px solid #3469e8;
}
.contentSingle .popup-form-comment .form-comment form .not-robot-box {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.contentSingle .popup-form-comment .form-comment form .not-robot-box label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.contentSingle .popup-form-comment .form-comment form .not-robot-box label.error-class {
  color: red;
}
.contentSingle .popup-form-comment .form-comment form .not-robot-box label.error-class:before {
  border-color: red;
}
.contentSingle .popup-form-comment .form-comment form .not-robot-box label:before {
  content: "";
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: #fff;
  display: block;
  margin-right: 12px;
  width: 20px;
  height: 20px;
}
.contentSingle .popup-form-comment .form-comment form .not-robot-box input:checked ~ label:before {
  border: 4px solid #3469e8;
}
.contentSingle .popup-form-comment .form-comment form .not-robot-box input:checked ~ label.error-class {
  color: #000;
}
.contentSingle .popup-form-comment .form-comment form input {
  border: none;
  width: 48%;
  padding: 16px 14px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  border-radius: 8px;
  background: #f7f9fc;
  margin-bottom: 24px;
}
.contentSingle .popup-form-comment .form-comment form input::-moz-placeholder {
  color: #b9b9b9;
}
.contentSingle .popup-form-comment .form-comment form input::placeholder {
  color: #b9b9b9;
}
.contentSingle .popup-form-comment .form-comment form input:focus::-moz-placeholder {
  color: transparent;
}
.contentSingle .popup-form-comment .form-comment form input:focus::placeholder {
  color: transparent;
}
.contentSingle .popup-form-comment .form-comment form button {
  width: 100%;
  border: none;
  background: none;
  display: flex;
  justify-content: center;
}
.contentSingle .popup-form-comment .form-comment form button p {
  width: 100%;
  border: 1px solid #3e73e9;
  border-radius: 5px;
  background: #3e73e9;
  padding: 13px 33px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  transition: 0.3s ease-in;
}
.contentSingle .popup-form-comment .form-comment form button p.hover:hover {
  background: #fff;
  color: #3e73e9;
  transition: 0.3s ease-in;
}

.popup-reply {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
  z-index: 9999;
}
.popup-reply.active {
  opacity: 1;
  visibility: inherit;
  transition: 0.3s ease-in;
}
.popup-reply .popup-oveplay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}
.popup-reply .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  transform: translate(-50%, -50%);
  height: auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  z-index: 2;
}
.popup-reply .popup .error {
  margin-bottom: 12px;
  display: none;
}
.popup-reply .popup .error p {
  font-size: 16px;
  line-height: 1.5;
  color: red;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}
.popup-reply .popup .popup-close {
  position: absolute;
  right: 10px;
  cursor: pointer;
  top: 10px;
  transition: 0.3s ease-in;
  border: 1px solid transparent;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-reply .popup .popup-close.hover:hover {
  border: 1px solid red;
  border-radius: 50%;
  transition: 0.3s ease-in;
}
.popup-reply .popup .popup-close i {
  font-size: 20px;
  color: red;
}
.popup-reply .popup h3,
.popup-reply .popup p {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  line-height: 1.5;
}
.popup-reply .popup form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.popup-reply .popup form textarea {
  padding: 16px 14px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 17px;
  border-radius: 8px;
  background: #f7f9fc;
}
.popup-reply .popup form textarea::-moz-placeholder {
  color: #b9b9b9;
}
.popup-reply .popup form textarea::placeholder {
  color: #b9b9b9;
}
.popup-reply .popup form textarea:focus::-moz-placeholder {
  color: transparent;
}
.popup-reply .popup form textarea:focus::placeholder {
  color: transparent;
}
.popup-reply .popup form input {
  border: none;
  width: 100%;
  padding: 16px 14px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  border-radius: 8px;
  background: #f7f9fc;
  margin-bottom: 24px;
}
.popup-reply .popup form input::-moz-placeholder {
  color: #b9b9b9;
}
.popup-reply .popup form input::placeholder {
  color: #b9b9b9;
}
.popup-reply .popup form input:focus::-moz-placeholder {
  color: transparent;
}
.popup-reply .popup form input:focus::placeholder {
  color: transparent;
}
.popup-reply .popup form button {
  width: 100%;
  border: none;
  background: none;
  display: flex;
  justify-content: center;
}
.popup-reply .popup form button p {
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #3e73e9;
  border-radius: 5px;
  background: #3e73e9;
  padding: 12px 24px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  transition: 0.3s ease-in;
}
.popup-reply .popup form button p.hover:hover {
  background: #fff;
  color: #3e73e9;
  transition: 0.3s ease-in;
}

.popup-reply {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in;
  z-index: 9999;
}
.popup-reply.active {
  opacity: 1;
  visibility: inherit;
  transition: 0.3s ease-in;
}
.popup-reply .popup-oveplay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}
.popup-reply .popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  transform: translate(-50%, -50%);
  height: auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  z-index: 2;
}
.popup-reply .popup .error {
  margin-bottom: 12px;
  display: none;
}
.popup-reply .popup .error p {
  font-size: 16px;
  line-height: 1.5;
  color: red;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}
.popup-reply .popup .popup-close {
  position: absolute;
  right: 10px;
  cursor: pointer;
  top: 10px;
  transition: 0.3s ease-in;
  border: 1px solid transparent;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-reply .popup .popup-close.hover:hover {
  border: 1px solid red;
  border-radius: 50%;
  transition: 0.3s ease-in;
}
.popup-reply .popup .popup-close i {
  font-size: 20px;
  color: red;
}
.popup-reply .popup h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  line-height: 1.5;
}
.popup-reply .popup form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.popup-reply .popup form textarea {
  padding: 16px 14px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 17px;
  border-radius: 8px;
  background: #f7f9fc;
}
.popup-reply .popup form textarea::-moz-placeholder {
  color: #b9b9b9;
}
.popup-reply .popup form textarea::placeholder {
  color: #b9b9b9;
}
.popup-reply .popup form textarea:focus::-moz-placeholder {
  color: transparent;
}
.popup-reply .popup form textarea:focus::placeholder {
  color: transparent;
}
.popup-reply .popup form input {
  border: none;
  width: 100%;
  padding: 16px 14px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  border-radius: 8px;
  background: #f7f9fc;
  margin-bottom: 24px;
}
.popup-reply .popup form input::-moz-placeholder {
  color: #b9b9b9;
}
.popup-reply .popup form input::placeholder {
  color: #b9b9b9;
}
.popup-reply .popup form input:focus::-moz-placeholder {
  color: transparent;
}
.popup-reply .popup form input:focus::placeholder {
  color: transparent;
}
.popup-reply .popup form button {
  width: 100%;
  border: none;
  background: none;
  display: flex;
  justify-content: center;
}
.popup-reply .popup form button p {
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #3e73e9;
  border-radius: 5px;
  background: #3e73e9;
  padding: 12px 24px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  transition: 0.3s ease-in;
}
.popup-reply .popup form button p.hover:hover {
  background: #fff;
  color: #3e73e9;
  transition: 0.3s ease-in;
}

.info-post {
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.info-post .item-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}

.info-post .item-info:not(:first-child) {
  margin-left: 16px;
}

.info-post .author-item .avatar img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.info-post .author-item .name {
  margin-left: 14px;
  font-size: 14px;
  color: #595959;
  text-transform: capitalize;
}

.info-post .date-item .icon {
  width: 16px;
  height: 24px;
}

.info-post .date-item .date {
  margin-left: 8px;
}

.info-post .view-item .number {
  margin-left: 8px;
  font-size: 13px;
  color: rgba(89, 89, 89, 0.7);
}

.info-contact-social {
  position: fixed;
  bottom: 78px;
  right: 30px;
  z-index: 99999;
}

.info-contact-social .contact-social {
  width: 50px;
  position: absolute;
  z-index: 999;
  bottom: calc(100% + 10px);
  right: 0;
  transform: scale(0.0);
  transition: all 0.3s ease-in;
}

.info-contact-social.active .contact-social {
  transform: scale(1);
}

.info-contact-social .zoom-out {
  animation: zoom-out 2s ease-out infinite;
  background-color: #1435c3;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50%;
}

.info-contact-social .button-show {
  width: 50px;
  border-radius: 50%;
  background-color: #1435c3;
  padding: 5px;
  position: relative;
  z-index: 99;
  animation: zoom-out-zoom-in 2s ease-out infinite;
  cursor: pointer;

}

#category-products .col-product-right .header-content-product .subcategory {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #0000000D;
  padding-bottom: 16px;
  margin-bottom: 20px;
  gap: 16px;
}

#category-products .col-product-right .header-content-product .subcategory .item {
  padding: 16px;
  border: 1px solid #E3E3E3;
  background-color: #FFFFFF;
  border-radius: 10px;
}

#category-products .col-product-right .header-content-product .subcategory .item a {
  color: #212B36;
}

.price-contact {
  color: #1085FA;
  font-size: 18px;
  font-weight: 600;
  line-height: 24.2px;
  margin-bottom: 0;
}

.menu-custom-wrapper .menu-custom li .sub-menu-wrapper .sub-menu-mobile-2 > li{
  width: 18%;
}


@keyframes zoom-out-zoom-in {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes zoom-out {
  0% {
    transform: scale(1, 1);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}

#feature-cate .content .cate-title, #news-main .content .header .text {
  color: #fff;
}

#feature-cate .content, #news-main .content {
  background: linear-gradient(90deg, #007df4 80%, #3160b0 100%);
}

#main-content .product-cate-wrapper:nth-child(1) .product-cate-item:nth-child(1), #main-content .product-cate-wrapper:nth-child(1) .product-cate-item:nth-child(2),
#main-content .product-cate-wrapper:nth-child(3) .product-cate-item:nth-child(1) {
  background: linear-gradient(90deg, #007df4 80%, #3160b0 100%);
}

.news .news-wrapper .news-category .category-link{
  font-size: 12px;
  display: flex;
  gap: 6px;
  position: relative;
}
.news .news-wrapper .news-category .category-link svg {
  display: block;
  width: 7px;
  height: 11px;
  align-self: center;
}

.news .news-wrapper .news-category .category-link:hover svg path {
  fill: #fff;
}

.news .news-wrapper .news-category .category-link:hover{
  background: #1435C3;
}

.news .news-wrapper .news-category .category-link.active{
  background: #1435C3;
  border: none;
}

.news .news-wrapper .news-category .category-link.active a, .news .news-wrapper .news-category .category-link.active svg path{
  color: #fff;
}

.news .news-wrapper .news-category .category-link:hover a{
  color: #fff;
}

.news .news-wrapper .news-category .category-link a{
  color: #000;
}

.news .news-wrapper .news-category .category-link:hover .sub-menu{
  opacity: 1;
  visibility: visible;
}

.news .box-arrow {
  position: absolute;
  top: -14px;
  left: 12px;
}

.news .news-wrapper .news-category .category-link .sub-menu {
  position: absolute;
  top: 130%;
  left: 0;
  min-width: 100%;
  width: max-content;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, .4);
  background: #f7f9fc;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 99;
}

.news .news-wrapper .news-category .category-link .sub-menu .item-menu-sub {
  padding: 0 16px;
  border-bottom: 1px solid rgba(0, 0, 0, .4);
}

.news .news-wrapper .news-category .category-link .sub-menu .item-menu-sub a {
  display: block;
  padding: 8px 0;
  font-size: 12px;
  line-height: 1.5;
  color: #3F3F3F;
}

.woocommerce .star-rating {
  float: unset;
}

.woocommerce .star-rating span:before {
  color: #FFC021;
}

.woocommerce .star-rating::before {
  content: "sssss";
  color: #cfc8d8;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.comment .top-comment .total-start .item .stat-box .box{
  background: #FFC021;
}

#single-product #content-single .contentSingle .content {
  padding-bottom: 0;
  margin-bottom: 10px;
}

.contentSingle .comment .top-comment .total-rating p:first-child {
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contentSingle .comment .top-comment .total-rating p:first-child span {
  color: #FFC021;
  font-size: 30px;
  font-style: normal;
  line-height: 1.5;
  margin-right: 10px;
}

.contentSingle .comment .top-comment .total-rating p:first-child img {
  width: 20px;
  height: 20px;
}

.list-category h4 {
  color: #1435C3;
  font-size: 24px;
  margin-bottom: 32px;
}

.list-category:not(:last-child) {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.list-category .news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 16px !important;
  flex-direction: row !important;
}

.list-category .news-list .news-item{
  width: calc(50% - 8px);
  flex-wrap: wrap;
}

.list-category .news-list .news-item .img {
  height: 280px !important;
}

.list-category .news-list .news-item .img, .list-category .news-list .news-item .content {
  width: 100% !important;
  max-width: unset !important;
}

.list-category .news-list .news-item .content .desc {
  -webkit-line-clamp: 3 !important;
}

.list-category .news-more {
  text-align: center;
  margin-top: 30px;
}

.list-category .news-more span {
  background: #1435C3;
  border-radius: 10px;
  line-height: 43px;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  padding: 0 12px;
  cursor: pointer;
}

iframe, figure {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}

.tabs .tab {
  cursor: pointer;
  color: #383B46;
  font-weight: 550;
  font-size: 16px;
}

.tabs .tab.active{
  color: #1435c3;
}

.search-tab-items{
  display: none;
}

.search-tab.active {
    display: flex;
}

.center-content-post.active, .center-content-product.active{
  display: block;
}

.list-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 16px;
}

.list-posts .news-item {
  width: calc(33.3% - 10.7px);
}

.list-posts .news-item .img {
  height: 280px !important;
}

.list-posts .news-item .img img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-posts .news-item .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  color: #212b36;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 12px 0 8px;
}

.list-posts .news-item .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
  color: #212b36;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-single .news-single-wrapper .news-single-content ul li, .news-single .news-single-wrapper .news-single-content ol li{
  margin-bottom: 5px;
}

.wp-caption-text {
    text-align: center;
}

#category-products {
  margin-top: 44px;
}

#category-products .woocommerce-breadcrumb {
  margin-top: 15px;
}

#menu-main .header-wrapper .options {
  width: 400px;
  justify-content: flex-end;
}

#menu-main .logo a img{
  width: auto;
}

@media screen and (max-width: 992px) {
  #category-products {
    margin-top: 44px;
  }
  #category-products .woocommerce-breadcrumb {
    margin-top: 15px;
    padding: 0;
  }
  #menu-mobile-top .search .search-product-list .image img{
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    transform: unset;
    top: 0;
    right: 0;
  }
  .news-single-content iframe{
    width: 100% !important;
  }
  .list-promotional-products li{
    width: calc(50% - 30px);
  }
}

@media (max-width: 567px) {
  .list-category h4,
  .list-category h2 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .mobile-d-none {
    display: none !important;
  }
  .single-product #breadcrumb{
    margin-top: 45px;
  }
  .list-posts{
    gap: 16px;
    margin-bottom: 70px;
  }
  .list-posts .news-item {
    width: calc(50% - 8px);
  }
  .list-posts .news-item .img {
    height: 30vw !important;
  }
  .list-posts .news-item .title{
    font-size: 16px;
    margin: 3px 0 4px;
    line-height: 22px;
  }
  .list-posts .news-item .desc{
    font-size: 13px;
    line-height: 20px;
  }
  #main-content .product-cate-wrapper:nth-child(3) .product-cate-item:nth-child(1) {
    background: linear-gradient(90deg, #007df4 80%, #3160b0 100%);
  }

  #feature-cate .content, #news-main .content{
    background: linear-gradient(90deg, #007df4 80%, #3160b0 100%);
  }
  #banner-main .solutions-wrapper .solutions{
    padding: 0;
    background: transparent;
    box-shadow: unset;
    border-radius: 0;
  }
  #banner-main .solutions-wrapper .solutions .solution-item{
    width: calc(50% - 5px);
    background: linear-gradient(90deg, #007df4 80%, #3160b0 100%);
    border-radius: 5px;
    padding: 10px;
    display: flex;
  }
  #banner-main .solutions-wrapper .solutions .solution-item span {
    flex: 1;
    text-align: left;
    color: #fff;
    font-size: 12px;
    padding-right: 5px;
    align-self: flex-end;
  }
  #banner-main .solutions-wrapper .solutions .solution-item img{
    display: block !important;
    width: 12vw;
    height: auto;
    object-fit: contain;
  }
  .news-single-content figure{
    width: 100% !important;
  }

  #single-product #header-single {
    padding: 0;
  }
  .contentSingle .comment {
    padding: 15px;
  }
  .contentSingle .comment .top-comment {
    flex-wrap: wrap;
  }
  .contentSingle .comment .top-comment .total-rating, .contentSingle .comment .top-comment .comment-btn, .contentSingle .comment .top-comment .total-start{
    width: 100%;
  }
  .contentSingle .comment .top-comment .total-rating {
    text-align: center;
  }
  .contentSingle .comment .top-comment .total-start{
    margin-bottom: 10px;
    border: none;
  }
  .info-post{
    gap: 5px;
    justify-content: space-between;
  }
  .info-post .item-info:first-child{
    margin-bottom: 0px;
  }
  .info-post .item-info {
    width: auto;
    margin-left: 0 !important;
  }
  .list-category h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .list-category .news-more span {
    font-size: 12px;
    line-height: 32px;
  }
  .list-category .news-list .news-item .content .desc {
    -webkit-line-clamp: 1 !important;
  }
  section.menu-mobile-category .menu-mobile-category-sidebar-wrapper .menu-mobile-category-sidebar .sub-menu-wrapper .sub-menu-mobile-2 .menu-mobile-item-lv-2 .sub-menu-mobile-3 .menu-mobile-item-lv-3 a {
    font-size: 9px;
  }
  section.menu-mobile-category .menu-mobile-category-sidebar-wrapper .menu-mobile-category-sidebar .sub-menu-wrapper .sub-menu-mobile-2 .menu-mobile-item-lv-2 .sub-menu-mobile-3 .menu-mobile-item-lv-3 {
    padding: 8px 0px;
  }
}
.breadcrumb-hidden {
  display: none;
}
.news-wrapper .news-container .col-12 .list-category .news-list .news-item{
  height: auto;
}

/* giao diện tìm kiếm tab bài viết */
.list__post {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.list__post .post-item a {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.list__post .post-item a .image {
  height: 226px;
}
.list__post .post-item a .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.list__post .post-item a .content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.list__post .post-item a .content h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #212b36;
  display: -webkit-box;
  -webkit-line-clamp: 2;     
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list__post .post-item a .content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #212b36;
  display: -webkit-box;
  -webkit-line-clamp: 3;      
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width:1024px){
  .list__post {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
  }
}
@media screen and (max-width:891px){
  .list__post {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}
@media screen and (max-width:768px){
  .list__post {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .list__post .post-item a .image {
    height: 160px;
  }
}

@media screen and (max-width: 998px) {
  .box__layout {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #single-product #main #header-single .box-row .img-col .woocommerce-product-gallery .box-dots,
  #single-product #main #header-single .box-row .img-col .woocommerce-product-gallery .mySwiper {
    display: block !important;
  }
  #single-product #main .woocommerce-product-gallery .mySwiper .swiper-slide {
    width: 122px !important;
    height: 122px !important;
  }
}

@media screen and (max-width: 768px) {
#single-product #main .woocommerce-product-gallery .mySwiper .swiper-slide {
    width: 80px !important;
    height: auto !important;
  }
}
@media screen and (max-width: 460px) {
#single-product #main .woocommerce-product-gallery .mySwiper .swiper-slide {
    width: 60px !important;
  }
#single-product #main #header-single .box-row .img-col .woocommerce-product-gallery .box-dots {
  padding-right: 20px;
}
#single-product #main #header-single .box-row .img-col .woocommerce-product-gallery .mySwiper .swiper-slide {
  margin-left: 5px;
  margin-right: 5px;
}

}