/* vietnamese */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk40e6fwniDtzNAAw.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk50e6fwniDtzNAAw.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/muli/v22/7Aulp_0qiz-aVz7u3PJLcUMYOFnOkEk30e6fwniDtzM.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'Muli', sans-serif;
}

li {
  list-style: none;
}

ul {
  padding: 0;
}

li.product {
  display: flex;
  padding-bottom: 15px;
}

.is-flex {
  display: flex;
}

.is-flex--space-between {
  justify-content: space-between; }

.is-hidden {
  display: none;
}

.main {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}

.page-wrapper {
  height: 100%;
  padding: 60px;
}

.page-wrapper--left {
  width: 40%;
  background-color: #fafafa;
  border-right: 1px solid #e9e9e9;
  height: 100%;
}

.page-wrapper--right {
  width: 60%;
  height: 100%;
}

.down-sign {
  display: none;
}

.cart-collapsible--total-price {
  display: none;
}

.cart-content {
  display: none;
  transition: height 1s ease-out;
}
.ant-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}
.ant-alert-with-description {
  position: relative;
  padding: 15px 15px 15px 64px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5715;
  border-radius: 5px;
}
.ant-alert-with-description .ant-alert-icon {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 24px;

}
.ant-alert-info .ant-alert-icon {
  color: #1890ff;
}
.ant-alert-icon img {
  display: inline-block;
  width:24px;
  height:24px;
}
.ant-alert-message {
  display: block;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.ant-alert-description {
  display: block;
}
@media screen and (max-width: 976px) {
  .main {
    flex-direction: column !important;
  }

  .page-wrapper--left, .page-wrapper--right {
    width: initial;
    padding: 15px;
  }

  .page-wrapper--left .page-side {
    padding: 10px;
  }

  .page-wrapper {
    height: initial;
  }

  .page-side {
    margin: auto;
    max-width: 450px;
  }

  .collapsible {
    display: flex;
    padding: 10px;
    justify-content: space-between;
  }

  .cart-content {
    transition: height 1s ease-out;
  }

  .down-sign {
    display: initial;
  }

  .cart-collapsible--total-price {
    display: block;
  }
}

.page-wrapper .heading {
  font-size: 24px;
  font-weight: 600;
}

.page-wrapper .pd {
  padding: 10px;
  font-size: 35px;
  max-width: 581px;
  align-items: center;
}

.page-wrapper .pd-gdx {
  padding: 10px;
  font-size: 35px;
  align-items: center;
}

.page-wrapper .heading a {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 450px) {
  .pd-gdx {
    flex-direction: column;
    margin-bottom: 20px}
}

@media screen and (max-width: 1200px) {
  .page-wrapper .heading a:last-child {
    font-size: 12px !important;
  }
}

.product-thumbnail {
  min-width: 64px;
  height: 64px;
  border-radius: 8px;
  background: #fff;
  position: relative;
}

.product-thumbnail__wrapper {
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

.product-thumbnail__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.product-thumbnail__quantity {
  font-size: 0.85714em;
  font-weight: 500;
  line-height: 1.75em;
  white-space: nowrap;
  text-align: center;
  border-radius: 1.75em;
  background-color: rgba(114,114,114,0.9);
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1.75em;
  height: 1.75em;
  padding: 0 0.58333em;
  position: absolute;
  right: -0.75em;
  top: -0.75em;
  z-index: 3;
}

.product-info {
  display: flex;
  padding-left: 20px;
  flex-direction: column;
  width: 100%;
}

.product-info__title {
  font-size: 16px;
  font-weight: 600;
  word-break: break-all;
}

.product-info_property {
  color: #717171;
  font-size: 13px;
}

.product-price {
  padding-left: 15px;
  text-align: right;
  white-space: nowrap;
  flex-direction: column;
}

.cart-items {
  padding: 20px 0;
  border-bottom: 1px solid #d9d9d9;
}

.combo-related {
  cursor: pointer;
}

.combo-related:hover {
  box-shadow: 0 4px 2px -2px #e7e7e7;
  cursor: pointer;
  color: #058fc8;
  margin-bottom: 9px;
}

.combo-related:hover .product {
  padding-bottom: 6px !important;
}

.order-summary {
  text-align: right !important;
}

.order-summary__total-price {
  display: flex;
  justify-content: space-between;
  text-align: right;
  font-weight: 600;
  padding: 10px 0;
}

.payment-text {
  font-weight: 600;
}

@media screen and (max-width: 650px) {
  .payment-text {
    font-size: 16px
  }
}

.order-summary__total-fee {
  display: flex;
  justify-content: space-between;
  text-align: right;
  font-weight: 600;
  padding: 10px 0 25px;
}

.order-summary .payment-cash {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0;
  border-top: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-between;
}

.customer-info--account, .shipping-info--title {
  padding: 20px 10px;
  max-width: 600px;
}

.title {
  font-weight: 500;
  font-size: 20px;
}

.customer-info--detail {
  margin: 20px 0;
  display: flex;
}

.customer-info--avatar {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
}

.customer-info--title {
  padding: 8px;
  padding-left: 14px;
  display: flex;
  flex-direction: column
}

.customer-info--avatar img {
  width: 100%;
  height: 100%;
}

.shipping-info {
  width: 100%;
  max-width: 600px;
}

.shipping-info__full-name, .shipping-info__address {
  display: flex;
}

.shipping-info__address {
  flex-direction: column;
}

.shipping-info__full-name .input-wrapper {
  flex: 1;
}

.shipping-info__checkbox {
  display: flex;
  align-items: center;
  padding: 10px;
}

.shipping-info__checkbox input {
  width: 30px !important;
}

.shipping-info .input-field {
  padding: 8px;
}

.shipping-info .input-wrapper {
  width: 50%;
  padding: 10px;
  width: inherit;
}

.shipping-info .input-field {
  padding-left: 13px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.shipping-info input {
  width: 100%;
  height: 30px;
  border: none;
  font-size: 14px;
}
.shipping-info .shipping-partner {
  width: 19px;
}

.shipping-info .confirm-process {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}

.confirm-btn {
  width: initial;
  height: 48px;
  padding: 14px 20px;
  /*background-color: #1990c6;*/
  /*border: 1px solid #1990c6;*/
   background-color: #898989; 
   border: 1px solid #898989; 
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
}

.confirm-btn:hover {
  #background-color: #136f99;
}

.shipping-info input:focus {
  outline: none;
}

.order-bill {
  padding: 10px;
}

.order-wrapper {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
}

.order-bill .order-bill--title {
  padding: 12px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 20px;
  font-weight: 700;
  background-color: #f5f5f5;
}

.order-bill__field--image{
  width: 100px;
  height: 100px;
}

.order-bill__field--image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.order-bill .order-bill__field {
  padding: 10px;
  display: flex;
  border-bottom: 1px solid #e9e9e9;
  align-items: center;
}

.order-bill .order-bill__field--name {
  flex: 2;
  color: #737373;
  padding-right: 15px;
}

.order-bill .order-bill__field--value {
  flex: 2;
}

.order-action {
  display: flex;
	padding: 10px;
  margin-top: 15px;
  justify-content: flex-end;
  align-items: center;
}

.order-alert {
  margin: 10px;
  max-width: 600px;
  padding: 10px;
  background-color: #e8a0a0;
  color: white;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.order-alert__standalone {
  max-width: 560px;
  padding: 10px;
  background-color: #e8a0a0;
  color: white;
  border: 1px solid #e8a0a0;
  border-radius: 4px;
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
.order-warning__standalone {
  max-width: 560px;
  padding: 10px;
  background-color: #ff9638;
  color: white;
  border: 1px solid #ff9638;
  border-radius: 4px;
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}

.bill-alert {
  padding: 18px;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #F5F7F9
}

.bill-alert--error {
  border-left: 6px solid red
}

.bill-alert--warning {
  border-left: 6px solid orange
}

.order-action .back-step {
  padding: 0 20px;
}

.address-select {
  height: 50px;
  background-color: white;
  border: 1px solid #d9d9d9;
  width: 100%;
  font-size: 14px;
  text-indent: 12px;
}

.responsive-big-mb {
  margin-bottom: 100px; }
  @media screen and (max-width: 991px) {
    .responsive-big-mb {
      margin-bottom: 50px; } }
  @media screen and (max-width: 769px) {
    .responsive-big-mb {
      margin-bottom: 25px; } }

.cart-action {
  padding-top: 25px;
  border-top: 1px solid #d9d9d9;
  width: 100%;
  margin-bottom: 15px
}

.cart-action--coupon {
  text-align: left;
  width: 100%;}
  .cart-action--coupon .input-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .cart-action--coupon input {
    box-sizing: border-box;
    padding-left: 18px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    width: 300px;
    height: 40px;
    outline: none; }

.cart-action--update {
  text-align: right;
  width: 50%; }

.default-btn {
  height: 40px;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #777;
  font-size: 14px;
  line-height: 1;
  padding: 12px 20px 10px;
  text-transform: uppercase; }
  .default-btn:hover {
    background-color: #ee3333;
    border: 1px solid #ee3333;
    color: #fff; }

.mg-right-15 {
  margin-right: 15px; }

.discount-info {
  padding: 20px 0;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
  border-top: 1px solid #d9d9d9;
}
/*
  input {
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #dddddd;
    outline: none;
  }
*/

.discount_code_error {
  color: red;
  line-height: 40px;
}

.discount-valid {
  color: #3dbd7d;
}

.discount-btn {
  width: 175px;
}

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

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

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

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

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

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

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

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

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

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

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

.select-partner--wrapper {
  margin: 10px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.select-partner {
  padding-left: 13px;
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  margin-bottom: -1px;
  box-sizing: border-box;
  }
  .select-partner input {
    z-index: 2;
    cursor: pointer;
    width: 19px;
  }
  .select-partner--name {
    position: absolute;
    left: 50px;
  }
  .select-partner--name__no-service {
    width: 100%;
    position: absolute;
  }
  .select-partner--fee {
    right: 20px;
    position: absolute;
    color: black;
    font-weight: 600;
  }
  .select-partner--service{
    display: none;
    padding-left: 40px;
    margin-bottom: -1px;
    margin-top: -1px;
    border-bottom: 1px solid #d9d9d9
  }
    .select-partner--service-hide {
      display: none;
      padding-left: 40px;
      margin-bottom: -1px;
      margin-top: -1px;
      border-bottom: 1px solid #d9d9d9
    }
    .select-partner--service-show {
      display: block;
      padding-left: 40px;
      margin-bottom: -1px;
      margin-top: -1px;
      border-bottom: 1px solid #d9d9d9
    }
  .select-partner--service__wrapper{
    border-left: 1px solid #d9d9d9
  }
  i {
    margin-right: 4px
  }
.checkbox-use-point {
  position: relative;
  z-index: 0;
}
  .checkbox-use-point input {
    width: 20px;
    border-radius: 20px;
    margin: 0px !important;
    z-index: 2;
    cursor: pointer;
  }
  .checkbox-use-point div {
    position: absolute;
    left: 40px;
    z-index: 1;
  }

.mr-10 {
  margin-right:10px;
}
.mr-20 {
  margin-right:20px;
}

#payment_method_form {
  width: 100%;
}
 #payment_method_form .payment-method-list {
   width: 100%;
 }

 #payment_method_form .payment-method-list .payment-method-item {
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}

#payment_method_form .payment-method-list .payment-method-item .payment-method-description {
  background: #f1f1f1;
  margin: 0;
  padding: 10px;
  margin-top: 5px;
  border-radius: 4px;
  color: #4e4e4e;
  font-weight: 400;
}
#payment_method_form .payment-method-list .payment-method-item .payment-method-description p {
  margin: 0;
}

.icon-delete-variant {
  color: #f06482;
  cursor: pointer;
  margin-right: 0;
  margin-top: 12px;
}

.icon-delete-variant:hover {
  opacity: 0.8;
}
.confirm-process {
    margin-right: 25px;
    text-align: right;
}