@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; }

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

.dathangquadienth {
  display: none;
  text-align: center;
  width: 100%;
  background-color: #d0021b;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px;
  margin-top: 10px; }
  .dathangquadienth:hover {
    color: #fff; }

.wrap-addcart .disabled + .dathangquadienth {
  display: block; }

body:has(#add-to-cartbottom.disabled) .product-action-bottom.visible-xs {
  visibility: hidden; }
