@charset "UTF-8";
* {
  font-family: Futura;
  font-size: 14px;
}

a {
  color: #333;
  text-decoration: none;
}

body {
  position: relative;
  overflow-x: hidden;
}
.openSidebar {
  display:none !important;
}
header {
  height: 72px;
}

.item-disabled {
  opacity: 0.2;
}

.label_error {
  color: red !important;
}

.label_error_email {
  color: red !important;
  font-weight: 500 !important;
}

.disabled {
  pointer-events: none;
}

.header {
  position: sticky;
  top: 0;
  z-index: 4;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.logo {
  align-items: center;
  display: flex;
}

.tools {
  display: flex;
  gap: 24px;
  align-items: center;
}
.tools span:hover {
  cursor: pointer;
}

.my-container {
  max-width: 1920px;
  width: calc(100% - 48px);
  /* 100% chiều rộng trừ đi 24px mỗi bên */
  margin: auto;
  /* Cách lề trái và phải 24px */
}

.product-item .product-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
  overflow: hidden;
  color: var(--Alias-Primary---On-Theme, #27272a);
  text-overflow: ellipsis;
  font-weight: 300;
  line-height: 150%;
  margin-top: 10px;
  word-break: break-word;
}
.product-item .thumbnail-image {
  position: relative;
  overflow: hidden;
}
.product-item .thumbnail-image img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-item .hover {
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.product-item:hover .hover {
  opacity: 1;
  cursor: pointer;
}
.product-item:hover .buy-now {
  opacity: 1;
  bottom: 20px;
}
.product-item .old-price {
  color: #999;
  text-decoration: line-through;
}
.product-item .color {
  gap: 5px;
}
.product-item .color .color-item {
  width: 25px;
  height: 25px;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-item .color .color-item.active {
  border: 1px solid #333;
}

.breadcrumb {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  padding: 24px 0;
  color: rgb(117, 117, 117);
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
}
.breadcrumb a {
  text-decoration: none;
  color: rgb(117, 117, 117);
  font-size: 12px;
}
.breadcrumb p {
  margin-bottom: 0;
}
.breadcrumb a:last-child {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

footer {
  margin-top: 100px;
  background-color: #000000;
  padding: 60px 124px;
}
footer .active-language {
  color: white;
  background-color: #1c1c1c;
}
footer .language {
  padding: 10px;
}

.btn-footer-contact {
  padding: 15px 35px;
  background: white;
  align-self: start;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  color: black;
  margin-top: 30px;
}
.btn-footer-contact:hover {
  opacity: 0.9;
}

.icon-size {
  width: 20px;
}

.dmc_footer .title-menu-0,
.dmc_footer h6 {
  padding: 15px 0px;
  color: white;
  font-weight: 500;
  display: block;
}
.dmc_footer .title-menu-1 {
  padding: 10px 0px;
  color: silver;
  display: block;
}

.title-contact {
  color: white;
}

.footer-wrap {
  -moz-column-count: 4;
       column-count: 4;
}
.footer-wrap ul {
  padding-left: 0px;
  list-style-type: none;
}
.footer-wrap ul li {
  padding-top: 10px;
}
.footer-wrap ul li a {
  color: white;
}

#modalToggle .modal-dialog .modal-content {
  border: none;
}
#modalToggle .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
#modalToggle .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.modal_login {
  width: 100%;
}
.modal_login .modal-content {
  padding: 0 48px 48px 48px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.modal_login .modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal_login .modal-content .close:hover {
  cursor: pointer;
}
.modal_login .modal-content .component1 .modal_name {
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  color: #000000;
}
.modal_login .modal-content .component1 p {
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-align: left;
  color: rgb(117, 117, 117);
}
.modal_login .modal-content .component2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.modal_login .modal-content .component2 .username,
.modal_login .modal-content .component2 .password {
  padding: 16px;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  text-align: left;
  background-color: rgb(245, 245, 245);
  border-radius: 2px;
}
.modal_login .modal-content .component2 .password {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal_login .modal-content .component2 .password input {
  width: 90%;
  background-color: inherit;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  text-align: left;
}
.modal_login .modal-content .component2 .password .reveal_hidden:hover {
  cursor: pointer;
}
.modal_login .modal-content .component2 button {
  background-color: #333;
  padding: 16px;
  border-radius: 2px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: rgb(255, 255, 255);
  border: none;
  text-transform: uppercase;
  outline: none;
}
.modal_login .modal-content .component2 .break_line {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: rgb(245, 245, 245);
}
.modal_login .modal-content .component2 .break_line .or {
  position: absolute;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-align: center;
  width: 60px;
  height: 20px;
  background-color: #fff;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  color: rgb(117, 117, 117);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.modal_login .modal-content .component2 .break_line .or p {
  margin-bottom: 0;
}
.modal_login .modal-content .component2 .list_option_login_orther {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.modal_login .modal-content .component2 .list_option_login_orther .option_login {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: rgb(245, 245, 245);
  padding: 16px 0;
}
.modal_login .modal-content .component2 .list_option_login_orther .option_login p {
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-align: center;
  margin-bottom: 0;
}
.modal_login .modal-content .component3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal_login .modal-content .component3 .gr_text1 {
  display: flex;
  align-items: center;
  gap: 5px;
}
.modal_login .modal-content .component3 .gr_text1 p {
  margin-bottom: 0;
  color: rgb(117, 117, 117);
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}
.modal_login .modal-content .component3 .gr_text1 a {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #000000;
  text-decoration: none;
}
.modal_login .modal-content .component3 .gr_text2 a {
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-decoration: none;
  color: rgb(36, 118, 255);
}

.voucher-apply {
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  padding: 20px 15px;
  justify-content: space-between;
}

.alert-message-voucher {
  color: red;
  font-size: 13px;
}

.modal-forgot-password .modal-content {
  padding: 0 48px 48px 48px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modal-forgot-password .modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal-forgot-password .modal-content .close:hover {
  cursor: pointer;
}
.modal-forgot-password .modal-content input {
  padding: 16px;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  text-align: left;
  background-color: rgb(245, 245, 245);
  border-radius: 2px;
}
.modal-forgot-password .modal-content .forgot-password-btn-step1, .modal-forgot-password .modal-content .forgot-btn-step2, .modal-forgot-password .modal-content .forgot-btn-step3, .modal-forgot-password .modal-content .forgot-btn-step4 {
  display: block;
  margin-top: 30px;
  background-color: #333;
  padding: 16px;
  border-radius: 2px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: rgb(255, 255, 255);
  border: none;
  text-transform: uppercase;
  outline: none;
  font-weight: 400;
}

.sidebar_cart {
  box-shadow: 16px 16px 16px 16px rgba(0, 0, 0, 0.04);
  height: 100%;
  width: 400px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 0 16px;
  transform: translateX(100%);
  z-index: 20;
  display: flex;
  flex-direction: column;
}
.sidebar_cart .change-quantity-cart {
  border: none;
}
.sidebar_cart .header_sidebar_cart {
  padding: 19px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(222, 222, 222);
}
.sidebar_cart .header_sidebar_cart .title_sidebar {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
}
.sidebar-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.sidebar-content .cart_item {
  padding: 16px;
  display: flex;
  align-items: stretch;
  gap: 16px;
}
.sidebar-content .cart_item .img_wrapper_prd_cart {
  width: 25%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.sidebar-content .cart_item .img_wrapper_prd_cart img {
  width: 100%;
}
.sidebar-content .cart_item .img_wrapper_prd_cart .icon_remove {
  position: absolute;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.24);
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.sidebar-content .cart_item .prd_cart_desc {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sidebar-content .cart_item .prd_cart_desc .prd_name_price {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}
.sidebar-content .cart_item .prd_cart_desc .prd_name_price .prd_name {
  width: 60%;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
}
.sidebar-content .cart_item .prd_cart_desc .prd_name_price .prd_price {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}
.sidebar-content .cart_item .prd_cart_desc .prd_name_price .prd_price .old_pice {
  color: rgb(163, 163, 163);
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  margin-bottom: 0;
  text-decoration: line-through;
}
.sidebar-content .cart_item .prd_cart_desc .prd_name_price .prd_price .price {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.sidebar-content .cart_item .prd_cart_desc .prd_parameter {
  display: grid;
  grid-template-columns: 3fr 2fr 2fr;
  gap: 12px;
}
.sidebar-content .cart_item .prd_cart_desc .prd_parameter .param_opt .label_opt {
  color: rgb(117, 117, 117);
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  text-align: left;
}
.sidebar-content .cart_item .prd_cart_desc .prd_parameter .param_opt .param_select {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.footer_sidebar_cart .parttern1 {
  padding: 23px 0;
  border-top: 1px solid rgb(222, 222, 222);
  border-bottom: 1px solid rgb(222, 222, 222);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer_sidebar_cart .parttern1 .title_learn_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_sidebar_cart .parttern1 .title_learn_more p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
}
.footer_sidebar_cart .parttern1 .title_learn_more .link_to_more_voucher {
  color: rgb(36, 118, 255);
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer_sidebar_cart .parttern1 .title_learn_more .link_to_more_voucher p {
  margin-bottom: 0;
  font-weight: 300;
}
.footer_sidebar_cart .parttern1 .input_apply_btn {
  display: flex;
  align-items: stretch;
  gap: 16px;
}
.footer_sidebar_cart .parttern1 .input_apply_btn input {
  padding: 12px 16px;
  border: 1px solid rgb(222, 222, 222);
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
  color: rgb(148, 148, 148);
  border-radius: 2px;
  width: 70%;
}
.footer_sidebar_cart .parttern1 .input_apply_btn button {
  width: 30%;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  border-radius: 2px;
  background-color: #fff;
  text-transform: uppercase;
  border: 1px #000000 solid;
}
.footer_sidebar_cart .parttern2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_sidebar_cart .parttern2 .Purchase_now {
  width: 100%;
  padding: 18px;
  margin: 16px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  gap: 2px;
  color: #fff;
  background-color: #000000;
  border: none;
  outline: none;
  transition: all 0.3s ease;
}
.header_mobile {
  display: none !important;
  background-color: rgba(255, 255, 255, 0.88);
  position: sticky;
  top: 0;
  z-index: 10;
}
.header_mobile .my-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_mobile .my-container .menu_mobile {
  display: flex;
}
.header_mobile .my-container .search_mobile {
  display: flex;
}
.header_mobile .my-container a {
  display: flex;
}
#searchForm {
  position: absolute;
  right: 0;
  transition: all 0.5s ease;
  transform: translateX(30%) translateY(-20px);
  display: block;
  opacity: 0;
}
#searchForm input {
  border: none;
  border-bottom: 1px solid #333;
  background-color: transparent;
}
#searchForm input:focus {
  outline: none;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}

.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #333;
  animation: prixClipFix 2s linear infinite;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.pagination .page-item.active .page-link {
  background-color: #000;
  border: 1px rgb(0, 0, 0) solid;
  color: #fff;
}
.pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  border-radius: 100px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
            clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.color-item-outside.disabled {
  opacity: 0.2;
}

.cart-color-size-box {
  text-transform: capitalize;
}

#searchForm.show {
  transform: translateX(-30px) translateY(-20px);
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .btn_buy_now_mobile {
    display: none !important;
  }
  .btn_adjust_quantity {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .component3 {
    flex-direction: column;
  }
  .header {
    display: none;
  }
  .header_mobile {
    display: block !important;
  }
  .header_mobile .my-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 8px);
    padding: 8px 4px;
  }
  .header_mobile .my-container .header_tool {
    padding: 12px;
  }
  .header_mobile .my-container a {
    display: flex;
  }
  .mt-3 {
    margin-top: 0;
  }
}
.footer_sidebar_cart .parttern1 {
  padding: 23px 0;
  border-top: 1px solid rgb(222, 222, 222);
  border-bottom: 1px solid rgb(222, 222, 222);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer_sidebar_cart .parttern1 .title_learn_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_sidebar_cart .parttern1 .title_learn_more p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
}
.footer_sidebar_cart .parttern1 .title_learn_more .link_to_more_voucher {
  color: rgb(36, 118, 255);
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer_sidebar_cart .parttern1 .title_learn_more .link_to_more_voucher p {
  margin-bottom: 0;
  font-weight: 300;
}
.footer_sidebar_cart .parttern1 .input_apply_btn {
  display: flex;
  align-items: stretch;
  gap: 16px;
}
.footer_sidebar_cart .parttern1 .input_apply_btn input {
  padding: 12px 16px;
  border: 1px solid rgb(222, 222, 222);
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
  color: rgb(148, 148, 148);
  border-radius: 2px;
  width: 70%;
}
.footer_sidebar_cart .parttern1 .input_apply_btn button {
  width: 30%;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  border-radius: 2px;
  background-color: #fff;
  text-transform: uppercase;
  border: 1px #000000 solid;
}
.footer_sidebar_cart .parttern2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_sidebar_cart .parttern2 .Purchase_now {
  width: 100%;
  padding: 18px;
  margin: 16px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  gap: 2px;
  color: #fff;
  background-color: #000000;
  border: none;
  outline: none;
  transition: all 0.3s ease;
}
.quantity-cart {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #e71313;
  position: absolute;
  color: white;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -10px;
  right: -10px;
}

.backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  opacity: 0;
  transition: 0.3s;
}

.close-main-menu {
  width: 100%;
  height: 10px;
  background-color: transparent;
}

.main-menu {
  display: flex;
}
.main-menu .title-level-0 {
  text-transform: uppercase;
  padding: 0px 10px;
}
.main-menu .evel-0 {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.main-menu .evel-0:hover ~ .expand-content {
  display: block;
}
.main-menu .evel-0:hover:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e71313;
  position: absolute;
  bottom: 0px;
}
.main-menu .evel-0:hover .title-level-0 a {
  color: #e71313;
}
.main-menu .evel-0 .expand {
  display: none;
}

#expand-content {
  width: 100%;
  position: absolute;
  background: white;
  top: 72px;
  left: 0;
  display: flex;
  justify-content: center;
}
#expand-content .title-menu-1,
#expand-content .title-menu-2 {
  position: relative;
}
#expand-content .title-menu-1:after,
#expand-content .title-menu-2:after {
  content: "";
  width: 0px;
  left: 0px;
  height: 1px;
  background-color: #333;
  bottom: -5px;
  transition: 0.3s;
  position: absolute;
}
#expand-content .title-menu-1:hover:after,
#expand-content .title-menu-2:hover:after {
  width: 100%;
}
#expand-content .wrapper {
  width: 55%;
  -moz-column-gap: 15px;
       column-gap: 15px;
  -moz-column-count: 5;
       column-count: 5;
}
#expand-content .wrapper .image-level-1 {
  display: block;
}
#expand-content .wrapper .image-level-1 img {
  width: 250px;
}
#expand-content ul {
  padding-left: 0px;
}
#expand-content .box-service {
  padding: 5px 0px;
}

.image-category-hot {
  display: flex;
  gap: 15px;
}
.image-category-hot .image-level-1 {
  width: 200px;
  height: 300px;
}
.image-category-hot .image-level-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.floatLeft {
  float: left;
  padding-top: 2px;
}

.floatLeft:after,
.floatLeft:before {
  display: table;
  content: " ";
}

.floatLeft:after {
  clear: both;
}

.avatar {
  margin-top: 7px;
  background: rgba(0, 0, 0, 0.05);
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.line {
  display: inline-block;
  height: 10px;
  margin-top: 7px;
  margin-bottom: 7px;
  width: 400px;
  background-color: #f6f7f9;
  float: left;
  clear: both;
}

.line--trunc {
  width: 240px;
}

.shimmer {
  background-image: linear-gradient(90deg, #f6f7f9 0, #e9ebee 20%, #f6f7f9 40%, #f6f7f9);
  background-size: 99% 100%;
  background-repeat: no-repeat;
  animation: shimmer 1s linear 1ms infinite backwards;
}

@keyframes shimmer {
  0% {
    background-position: 500% 100%;
  }
  100% {
    background-position: 10000% 100%;
  }
}
.right_side_collection_block {
  padding: 0px 30px;
}

.cart-box {
  display: none;
  border: 1px solid #eee;
  border-radius: 3px;
  max-width: 500px;
  position: fixed;
  top: 30px;
  right: 30px;
  background-color: white;
  z-index: 12;
  min-width: 450px;
}
.cart-box .thumbnail-cart {
  width: 88px;
  height: auto;
}
.cart-box .show-cart {
  background-color: #333;
  border-radius: 3px;
  padding: 15px 10px;
  cursor: pointer;
}
.cart-box .show-cart p {
  color: white;
  text-align: center;
  font-weight: 500;
}

.product-slide-wrap-modal {
  min-height: 400px;
}

.modal_register {
  width: 100%;
}
.modal_register .email-register input {
  margin-bottom: 15px;
}
.modal_register .modal-content {
  padding: 0 48px 48px 48px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.modal_register .modal-content input[type=date] {
  -webkit-appearance: none;
  height: 54px;
}
.modal_register .modal-content input {
  padding: 16px;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  text-align: left;
  background-color: rgb(245, 245, 245);
  border-radius: 2px;
}
.modal_register .modal-content .register-btn-step {
  display: block;
  margin-top: 30px;
  background-color: #333;
  padding: 16px;
  border-radius: 2px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: rgb(255, 255, 255);
  border: none;
  text-transform: uppercase;
  outline: none;
}
.modal_register .modal-content .register-btn-step a {
  color: white;
}
.modal_register .modal-content .register-btn-step {
  font-weight: 400;
}
.modal_register .modal-content input {
  width: 100%;
}
.modal_register .modal-content p,
.modal_register .modal-content span {
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  text-align: left;
  color: rgb(117, 117, 117);
}

.wrap {
  width: 300px;
}

.otpCode {
  display: flex;
  margin-left: -0.5rem;
}

.otpCode__digit {
  border: 2px solid #ddd;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  margin-left: 0.5rem;
  font-family: monospace;
  font-size: 3em;
  line-height: 1.5;
  padding: 0;
}
.otpCode__digit:focus {
  outline: none;
  border-color: blue;
}

.main-menu-header-mobile {
  display: none;
}

.main-menu-header-mobile-level-1 {
  display: none;
}

.control_wide_modal {
  max-width: 75%;
}
.control_wide_modal .modal-content {
  padding: 48px;
  position: relative;
}
.control_wide_modal .modal-content .btn_close {
  position: absolute;
  top: 8px;
  right: 8px;
}
.control_wide_modal .modal-content .product-slide-wrap {
  padding: 0;
}
.control_wide_modal .modal-content .right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.control_wide_modal .modal-content .right .rating_block {
  margin: 0;
}
.control_wide_modal .modal-content .right .rating_block .my-rating-8 {
  display: flex;
}
.control_wide_modal .modal-content .right .public_price_row {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}
.control_wide_modal .modal-content .right .public_price_row .sale_price {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
}
.control_wide_modal .modal-content .right .public_price_row .old_price {
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: rgb(163, 163, 163);
  text-decoration: line-through;
}
.control_wide_modal .modal-content .right .public_price_row .discount {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: rgb(231, 19, 19);
}
.control_wide_modal .modal-content .right .group_btn_popup_prd {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.control_wide_modal .modal-content .right .group_btn_popup_prd .buynow_wrapper button {
  width: 100%;
  height: 48px;
  border: 2px solid #000;
  color: #333;
  font-weight: 300;
  text-transform: uppercase;
  background-color: white;
  font-weight: 500;
  cursor: pointer;
}
.control_wide_modal .modal-content .right .link_to_detail a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgb(36, 118, 255);
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
}

.btn_buy_now_mobile {
  display: none;
}

.dmc_footer .main-menu {
  flex-direction: column;
}
.dmc_footer .main-menu li a {
  text-transform: unset;
  padding: 0;
}

#modalSearch .modal-dialog-centered .modal-content .modal-header span {
  margin: 0;
  text-transform: uppercase;
}
#modalSearch .modal-dialog-centered .modal-content .modal-body .input_wrapper {
  display: flex;
  align-items: center;
  padding: 12px;
  border: 1px rgb(117, 117, 117) solid;
  justify-content: space-between;
}
#modalSearch .modal-dialog-centered .modal-content .modal-body .input_wrapper .input_search_mobile {
  width: 85%;
  border: none;
  outline: none;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .btn_buy_now_mobile {
    display: none;
  }
  .buy-now {
    background-color: white;
    width: 95%;
    display: flex;
    justify-content: center;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .dmc_footer {
    padding-top: 30px;
  }
  .btn-footer-contact {
    margin-bottom: 30px;
  }
  .footer-wrap {
    -moz-column-count: 2;
         column-count: 2;
  }
  .banner-hot-sell {
    display: none;
  }
  .btn_buy_now_mobile {
    margin-top: 12px;
    display: block;
    background: rgba(0, 0, 0, 0.06);
    padding: 12px;
    text-align: center;
    color: #000;
    font-weight: 700;
  }
  .sidebar_cart {
    width: 100%;
  }
  * {
    font-size: 12px;
  }
  .main-menu-header-mobile-level-1 {
    display: block;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: white;
    position: fixed;
    top: 0;
    left: -1000px;
    z-index: 1001;
    overflow-x: hidden;
    transition: 0.5s;
  }
  .main-menu-header-mobile-level-1 .title-level-1 {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .main-menu-header-mobile-level-1 .main-menu.level-1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main-menu-header-mobile-level-1 .main-menu.level-1,
  .main-menu-header-mobile-level-1 .main-menu.level-2 {
    flex-direction: column;
    padding: 0px;
    list-style: none;
  }
  .main-menu-header-mobile-level-1 .main-menu.level-2 {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .main-menu-header-mobile-level-1 .main-menu.level-2 li {
    padding: 10px;
    width: 50%;
  }
  .main-menu-header-mobile-level-1 .back-menu-level-1 {
    padding: 10px;
    position: absolute;
    left: 10px;
    top: 0px;
  }
  .child-indicator {
    width: 40px;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #f0f0f0;
  }
  .main-menu-header-mobile {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -1000px;
    background-color: white;
    color: #333;
    z-index: 1000;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 10px 10px;
  }
  .main-menu-header-mobile .title-level-1 {
    display: none;
  }
  .main-menu-header-mobile .menu-wrapper-1 {
    display: none;
  }
  .main-menu-header-mobile .main-menu.level-0 {
    padding-top: 20px;
    padding-left: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-wrap: wrap;
    list-style: none;
    gap: 10px;
  }
  .main-menu-header-mobile .main-menu.level-0 li {
    padding-left: 10px;
    min-height: 40px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
  }
  .main-menu-header-mobile .main-menu.level-0 li a {
    padding: 0px;
    width: 80%;
    font-size: 10px;
  }
  .main-menu-header-mobile .btn-cart {
    display: flex;
    width: 48%;
    justify-content: space-between;
    padding: 10px;
    background-color: #f5f5f5;
    font-size: 12px;
  }
  footer {
    padding: 0px 0px 20px 0px;
  }
  footer .footer-wrap {
    grid-template-columns: 1fr;
    padding-top: 30px;
  }
  .breadcrumbs {
    display: none !important;
  }
  .breadcrumbs a {
    font-size: 10px;
  }
  .breadcrumbs span {
    font-size: 10px;
  }
  .control_wide_modal {
    margin: 48px auto;
  }
  .control_wide_modal .modal-content {
    padding: 14px;
  }
  .control_wide_modal .modal-content .product-slide-wrap {
    flex-direction: column;
  }
  .control_wide_modal .modal-content .product-slide-wrap .right {
    gap: 8px;
  }
  .control_wide_modal .modal-content .product-slide-wrap .right .logo_hotsale {
    width: 30% !important;
  }
  .control_wide_modal .modal-content .product-slide-wrap .right .title_select_sizes {
    flex-direction: row;
  }
  .control_wide_modal .modal-content .product-slide-wrap .right .color_select {
    flex-direction: row;
    display: flex;
  }
  .control_wide_modal .modal-content .product-slide-wrap .right .list_sizes_select {
    flex-direction: row;
  }
  .copyright_license {
    display: flex;
    flex-direction: column;
  }
  .cart-box {
    border: 1px solid #eee;
    border-radius: 3px;
    max-width: 100%;
    position: fixed;
    width: 85%;
    top: 4%;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
    min-width: unset;
  }
  #prd_buynow .control_wide_modal {
    max-width: 90%;
  }
  #prd_buynow .control_wide_modal .modal-content .btn_close {
    z-index: 2;
  }
  #prd_buynow .control_wide_modal .modal-content .left .prd_carousel_wrapper {
    width: 100% !important;
  }
  #prd_buynow .control_wide_modal .modal-content .right .d-flex.justify-content-between {
    gap: 12px;
  }
  #prd_buynow .control_wide_modal .modal-content .right .d-flex.justify-content-between .change-quantity {
    width: 50%;
  }
  #prd_buynow .control_wide_modal .modal-content .right .d-flex.justify-content-between .change-quantity .number-only {
    width: 100%;
    font-size: 18px;
  }
  #prd_buynow .control_wide_modal .modal-content .right .d-flex.justify-content-between .add_to_cart_wrapper {
    width: 50% !important;
  }
  #prd_buynow .control_wide_modal .modal-content .right .link_to_detail {
    display: flex;
    justify-content: flex-end;
  }
  .right_side_collection_block {
    padding: 0;
  }
}
