@charset "UTF-8";
.fulltasgk {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
  display: none; }
  .fulltasgk input::-webkit-outer-spin-button,
  .fulltasgk input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .fulltasgk input[type=number] {
    -moz-appearance: textfield; }
  .fulltasgk .toat-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    overflow-y: scroll;
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    box-shadow: none;
    padding: 0;
    background: rgba(0, 0, 0, 0.2); }
  .fulltasgk .toat-modal .toat-close {
    width: 20px;
    height: 20px;
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer; }
  .fulltasgk .toat-modal .toat-close:before, .fulltasgk .toat-modal .toat-close:after {
    top: 50%;
    right: 0px;
    left: auto;
    position: absolute;
    content: "";
    display: inline-block;
    width: 16px;
    height: 1px;
    background: #090909;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .fulltasgk .toat-modal .toat-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .fulltasgk .toat-modal > .toat-close {
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none; }
  .fulltasgk .toat-modal > .toat-close:before, .fulltasgk .toat-modal > .toat-close:after {
    display: none; }
  .fulltasgk .toat-modal .toat-header {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    color: #3a393a;
    line-height: 17px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(196, 196, 196, 0.5);
    margin-bottom: 15px;
    position: relative; }
  .fulltasgk .toat-modal .toat-header .title {
    margin: 0;
    font-size: 16px; }
  .fulltasgk .toat-modal .product-sex-type {
    min-width: 38px;
    display: inline-block;
    font-size: 9px;
    line-height: 1;
    text-transform: uppercase;
    color: #3a393a;
    font-weight: 500;
    text-align: center;
    padding: 3px 0;
    background: #FAEC94;
    border-radius: 3px; }
  .fulltasgk .toat-modal .product-sex-type[data-gender="Nam"] {
    background: #96C3F2; }
  .fulltasgk .toat-modal .product-sex-type[data-gender="Nữ"] {
    background: #F7D2D9; }
  .fulltasgk .toat-modal .toat-content {
    max-width: 92%;
    width: 780px;
    background: #FFFFFF;
    border: 1px solid #ccc;
    border: 1px solidrgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-radius: 4px;
    position: relative; }
  .fulltasgk .toat-modal .toat-content .toat-close {
    top: 12px;
    transform: none; }
  .fulltasgk .toat-modal .toat-content .main-content {
    margin-bottom: 10px; }
  .fulltasgk .toat-modal .toat-content .product-info {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 20px; }
  .fulltasgk .toat-modal .toat-content .product-info .product-image {
    width: 30%;
    text-align: center;
    margin: 0; }
  .fulltasgk .toat-modal .toat-content .product-info .product-image img {
    width: 100px;
    max-width: 100%; }
  .fulltasgk .toat-modal .toat-content .product-info > div {
    width: 65%; }
  .fulltasgk .toat-modal .toat-content .product-info > div .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 1px;
    color: #515151; }
  .fulltasgk .toat-modal .toat-content .product-info > div p {
    font-size: 12px;
    color: #3a393a;
    margin-bottom: 0;
    line-height: 1.5;
    /* margin-left: 5px;*/ }
  .fulltasgk .toat-modal .toat-content .product-info > div p.price {
    font-size: 15px;
    margin-top: 15px; }
  .fulltasgk .toat-modal .toat-content .product-info > div p span, .fulltasgk .toat-modal .toat-content .product-info > div p a {
    font-weight: 700; }
  .fulltasgk #shoppingToat .toat-content {
    max-width: 92%;
    width: 780px;
    padding-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .fulltasgk #shoppingToat .toat-content {
      max-width: 100%; } }
  .fulltasgk #shoppingToat .toat-content .add-cart-success-message {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    color: #3a393a;
    line-height: 47px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .fulltasgk #shoppingToat .toat-content .add-cart-success-message {
      font-size: 14px;
      margin-bottom: 5px; } }
  .fulltasgk #shoppingToat .toat-content .product-added {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 30px; }
  .fulltasgk #shoppingToat .toat-content .product-added .product-info {
    flex: 1;
    min-width: 70%; }
  @media screen and (max-width: 768px) {
    .fulltasgk #shoppingToat .toat-content .product-added .product-info {
      display: none; } }
  .fulltasgk #shoppingToat .toat-content .product-added .product-info .title {
    margin-bottom: 5px; }
  .fulltasgk #shoppingToat .toat-content .product-added .product-info .sku {
    color: #919598; }
  .fulltasgk #shoppingToat .toat-content .product-added .product-info .sku span {
    font-weight: 400; }
  .fulltasgk #shoppingToat .toat-content .product-added .product-info .variant-title span {
    font-weight: 400; }
  .fulltasgk #shoppingToat .toat-content .product-added .product-info p.price {
    font-size: 12px;
    margin-top: 5px; }
  .fulltasgk #shoppingToat .toat-content .actions {
    flex: auto;
    padding: 0 20px; }
  .fulltasgk #shoppingToat .toat-content .actions .line-total {
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    text-align: center; }
  .fulltasgk #shoppingToat .toat-content .actions .line-total .text-normal {
    font-weight: 400; }
  .fulltasgk #shoppingToat .toat-content .actions .line-total .total-count {
    font-style: normal; }
  .fulltasgk #shoppingToat .toat-content .actions .actions-button {
    display: flex;
    justify-content: center;
    align-items: center; }
  .fulltasgk #shoppingToat .toat-content .actions .btn {
    display: block;
    width: 100%;
    border: 1px solid #d72229;
    color: #3a393a;
    line-height: 34px;
    padding: 0;
    font-weight: 700;
    font-size: 12px;
    border-radius: 5px;
    margin: 0;
    background: #fff;
    margin-top: 10px;
    box-sizing: content-box;
    max-width: 200px; }
  .fulltasgk #shoppingToat .toat-content .actions .btn.purchase-button {
    background: #d72229;
    color: #fff;
    font-size: 13px; }
  .fulltasgk #shoppingToat .toat-content .actions .btn + .btn {
    margin-left: 8px; }
  .fulltasgk #shoppingToat .toat-content .ship-info {
    margin: 10px 0;
    text-align: center; }
  .fulltasgk #shoppingToat .toat-content .ship-info p {
    font-size: 12px;
    line-height: 1.4;
    margin: 0; }
  .fulltasgk #shoppingToat .list-recently-viewed {
    margin-left: 25px;
    margin-right: 25px; }
  .fulltasgk #shoppingToat .list-recently-viewed .section-header__text {
    font-size: 16px !important;
    font-weight: 500;
    margin-top: 20px !important;
    line-height: 30px !important;
    text-align: center !important;
    font-family: inherit; }
  .fulltasgk #shoppingToat .list-recently-viewed .product-img {
    text-align: center;
    position: relative;
    margin: 0 auto; }
  .fulltasgk #shoppingToat .list-recently-viewed .button-add {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0%;
    transition: all ease 0.5s; }
  .fulltasgk #shoppingToat .list-recently-viewed .button-add button {
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    border: 0;
    background: #d72229;
    color: #fff;
    padding: 6px 15px; }
  .fulltasgk #shoppingToat .list-recently-viewed .product-detail .pro-vendor {
    font-size: 11px;
    margin-top: 5px; }
  .fulltasgk #shoppingToat .list-recently-viewed .product-detail .pro-name {
    font-size: 11px; }
  .fulltasgk #shoppingToat .list-recently-viewed .product-detail .pro-price {
    font-size: 11px; }
  .fulltasgk #shoppingToat .list-recently-viewed .product-detail .pro-variant-size {
    font-size: 11px; }
  .fulltasgk #backInStock .toat-content {
    width: 460px; }
  .fulltasgk #backInStock .product-info > div .title {
    font-size: 12px; }
  .fulltasgk #backInStock .product-info > div p {
    margin-left: 0; }
  .fulltasgk #backInStock .form-info {
    border-top: 1px solid rgba(196, 196, 196, 0.5);
    padding: 10px 30px 20px; }
  @media screen and (max-width: 768px) {
    .fulltasgk #backInStock .form-info {
      padding: 10px 10px 20px; } }
  .fulltasgk #backInStock .form-info .text {
    text-align: center;
    font-size: 12px;
    font-weight: 500; }
  .fulltasgk #backInStock .form-info input {
    line-height: 34px;
    border: 1px solid #D8D7D8;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 12px;
    width: 100%; }
  .fulltasgk #backInStock .form-info .btn {
    line-height: 34px;
    background: #d72229;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding: 0 15px;
    display: inline-block;
    font-weight: 700; }

.activetost .fulltasgk {
  display: block; }

.wrap-addcart {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.wrap-addcart .disabled {
  display: none !important; }

.btn-contact-zalo {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 20px;
  background: #0068FF;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  border: 1px solid #0068FF;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(0, 104, 255, 0.25);
  margin-top: 5px; }
  .btn-contact-zalo:hover, .btn-contact-zalo:focus {
    background: #0052cc;
    border-color: #0052cc;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 104, 255, 0.35); }
  .btn-contact-zalo svg, .btn-contact-zalo img {
    margin-right: 8px;
    vertical-align: middle;
    flex-shrink: 0; }

.product-action-bottom .btn-contact-zalo {
  width: 100%;
  min-height: 44px;
  margin: 0;
  border-radius: 0;
  font-size: 13px;
  padding: 10px 15px; }

.dathangquadienth {
  display: none !important; }

/* ==========================================================================
   Account Pages (Login / Register / Recover / Reset Password) Styling
   ========================================================================== */
.layout-account {
  padding: 40px 0 60px; }
  .layout-account .custom_content_login {
    max-width: 480px;
    margin: 0 auto;
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0ede8; }
  .layout-account .wrapbox_heading_account {
    text-align: center;
    margin-bottom: 25px; }
    .layout-account .wrapbox_heading_account .header-page h1 {
      font-size: 26px;
      font-weight: 700;
      color: #2d1e17;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 0 0 10px;
      position: relative;
      display: inline-block; }
      .layout-account .wrapbox_heading_account .header-page h1:after {
        content: "";
        display: block;
        width: 40px;
        height: 2px;
        background: #2d1e17;
        margin: 10px auto 0; }
  .layout-account .userbox .large_form {
    margin-bottom: 18px;
    position: relative; }
    .layout-account .userbox .large_form input[type="email"],
    .layout-account .userbox .large_form input[type="password"],
    .layout-account .userbox .large_form input[type="text"] {
      width: 100%;
      height: 48px;
      border: 1px solid #e2ddd5;
      background: #faf9f7;
      color: #2d1e17;
      padding: 0 16px;
      font-size: 14px;
      font-weight: 500;
      border-radius: 4px;
      box-sizing: border-box;
      transition: all 0.25s ease; }
      .layout-account .userbox .large_form input[type="email"]::placeholder,
      .layout-account .userbox .large_form input[type="password"]::placeholder,
      .layout-account .userbox .large_form input[type="text"]::placeholder {
        color: #9c958d;
        font-weight: 400; }
      .layout-account .userbox .large_form input[type="email"]:focus,
      .layout-account .userbox .large_form input[type="password"]:focus,
      .layout-account .userbox .large_form input[type="text"]:focus {
        background: #ffffff;
        border-color: #2d1e17;
        box-shadow: 0 0 0 3px rgba(45, 30, 23, 0.08);
        outline: none; }
  .layout-account .userbox #gender {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 18px;
    padding-left: 2px; }
    .layout-account .userbox #gender label {
      font-size: 14px;
      font-weight: 500;
      color: #2d1e17;
      margin-bottom: 0;
      cursor: pointer; }
  .layout-account .userbox .sitebox-recaptcha {
    font-size: 12px;
    color: #88827c;
    line-height: 1.5;
    margin-bottom: 20px; }
    .layout-account .userbox .sitebox-recaptcha a {
      color: #2d1e17;
      font-weight: 600;
      text-decoration: underline; }
      .layout-account .userbox .sitebox-recaptcha a:hover {
        color: #7d5b40; }
  .layout-account .userbox .action_account_custommer {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    margin: 22px 0 0 0 !important;
    padding: 0 !important; }
    .layout-account .userbox .action_account_custommer .action_bottom {
      margin: 0 !important;
      margin-left: 0 !important;
      padding: 0 !important;
      flex: 0 0 auto !important; }
      .layout-account .userbox .action_account_custommer .action_bottom.button, .layout-account .userbox .action_account_custommer .action_bottom.button.dark {
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        background: transparent !important;
        overflow: visible !important; }
        .layout-account .userbox .action_account_custommer .action_bottom.button:before, .layout-account .userbox .action_account_custommer .action_bottom.button.dark:before {
          display: none !important;
          content: none !important; }
      .layout-account .userbox .action_account_custommer .action_bottom .btn,
      .layout-account .userbox .action_account_custommer .action_bottom .btn-signin,
      .layout-account .userbox .action_account_custommer .action_bottom input[type="submit"] {
        display: inline-block !important;
        vertical-align: middle !important;
        text-align: center !important;
        min-width: 150px;
        width: auto;
        height: 46px !important;
        line-height: 46px !important;
        padding: 0 32px !important;
        margin: 0 !important;
        margin-left: 0 !important;
        background: #2d1e17 !important;
        color: #ffffff !important;
        border: 1px solid #2d1e17 !important;
        border-radius: 4px !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.8px !important;
        cursor: pointer !important;
        outline: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        box-sizing: border-box !important;
        transition: all 0.25s ease-in-out !important;
        box-shadow: 0 3px 10px rgba(45, 30, 23, 0.18) !important; }
        .layout-account .userbox .action_account_custommer .action_bottom .btn:hover, .layout-account .userbox .action_account_custommer .action_bottom .btn:focus,
        .layout-account .userbox .action_account_custommer .action_bottom .btn-signin:hover,
        .layout-account .userbox .action_account_custommer .action_bottom .btn-signin:focus,
        .layout-account .userbox .action_account_custommer .action_bottom input[type="submit"]:hover,
        .layout-account .userbox .action_account_custommer .action_bottom input[type="submit"]:focus {
          background: #442a1e !important;
          border-color: #442a1e !important;
          color: #ffffff !important;
          transform: translateY(-1px) !important;
          box-shadow: 0 5px 14px rgba(45, 30, 23, 0.26) !important; }
        .layout-account .userbox .action_account_custommer .action_bottom .btn:active,
        .layout-account .userbox .action_account_custommer .action_bottom .btn-signin:active,
        .layout-account .userbox .action_account_custommer .action_bottom input[type="submit"]:active {
          transform: translateY(0) !important;
          box-shadow: 0 2px 6px rgba(45, 30, 23, 0.2) !important; }
    .layout-account .userbox .action_account_custommer .req_pass {
      flex: 1;
      margin: 0;
      color: #666;
      font-size: 13px;
      font-weight: 500;
      text-align: left;
      line-height: 1.5; }
      .layout-account .userbox .action_account_custommer .req_pass a {
        color: #2d1e17;
        font-weight: 600;
        text-decoration: underline;
        transition: color 0.2s ease; }
        .layout-account .userbox .action_account_custommer .req_pass a:hover {
          color: #7d5b40; }
  .layout-account .userbox .come-back {
    margin-top: 25px;
    display: inline-flex;
    align-items: center;
    color: #2d1e17;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s ease; }
    .layout-account .userbox .come-back i {
      margin-right: 8px;
      transition: transform 0.2s ease; }
    .layout-account .userbox .come-back:hover {
      color: #7d5b40; }
      .layout-account .userbox .come-back:hover i {
        transform: translateX(-4px); }
  .layout-account .userbox .errors {
    background: #fdf2f2;
    border: 1px solid #f8b4b4;
    border-radius: 4px;
    padding: 12px 16px;
    margin-bottom: 20px;
    color: #9b1c1c;
    font-size: 13px; }
    .layout-account .userbox .errors ul {
      margin: 0;
      padding-left: 18px; }
    .layout-account .userbox .errors a {
      color: #9b1c1c;
      font-weight: 700; }

@media screen and (max-width: 768px) {
  .layout-account {
    padding: 25px 0 40px; }
    .layout-account .custom_content_login {
      max-width: 100%;
      padding: 25px 18px;
      box-shadow: none;
      border: none;
      background: transparent; }
    .layout-account .wrapbox_heading_account .header-page h1 {
      font-size: 22px; }
    .layout-account .userbox .action_account_custommer {
      flex-direction: column;
      align-items: stretch;
      gap: 14px; }
      .layout-account .userbox .action_account_custommer .action_bottom {
        width: 100%; }
        .layout-account .userbox .action_account_custommer .action_bottom .btn,
        .layout-account .userbox .action_account_custommer .action_bottom .btn-signin,
        .layout-account .userbox .action_account_custommer .action_bottom input[type="submit"] {
          width: 100% !important;
          display: block !important; }
      .layout-account .userbox .action_account_custommer .req_pass {
        text-align: center;
        margin-top: 5px; } }
