@charset "UTF-8";
/* --------------------------------------*/
#container.container {
  padding: 0;
}

.full.cart .box_mid .box_mid-content {
  background: none;
}

#content .main_search {
  margin-bottom: 30px;
}

/*--------------------cart_content------------------------*/
.cart_content {
  border: 1px solid #eaeae9;
  border-radius: 3px;
  padding: 20px 20px 20px 25px;
  width: 100%;
  display: inline-block;
  float: right;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cart_content {
    width: 33.5%;
  }
}

.cart_table td.col_total .col-title {
  text-transform: uppercase;
  font-size: 16px;
  color: #444444;
}

.cart_table td.col_total .col-content {
  color: #ff0000;
  font-size: 24px;
  min-width: 220px;
  display: inline-block;
  text-align: left;
  margin-left: 5px;
}

.cart_content .row_btn {
  padding-top: 13px;
}

.cart_content .row_btn input {
  margin-left: 3px;
}

.cart_content .box_code {
  margin-top: 20px;
}

.cart_content .box_code .box_code-title {
  font-size: 20px;
  color: #08651e;
  padding-bottom: 8px;
  font-weight: bold;
  text-transform: uppercase;
}

.cart_content .box_code .box_code-note {
  margin-bottom: 10px;
}

.cart_content .box_code .box_code-row {
  margin-left: -7px;
  margin-right: -7px;
}

.cart_content .box_code .box_code-row:after {
  content: "";
  display: block;
  clear: both;
}

.cart_content .box_code .box_code-col {
  float: left;
  width: 50%;
  padding-left: 7px;
  padding-right: 7px;
}

.cart_content .box_code .box_code-col:nth-of-type(1) {
  width: 35%;
}

.cart_content .box_code .box_code-col:nth-of-type(2) {
  width: 65%;
}

.cart_content .box_code .box_code-col > form {
  padding: 16px 17px 13px;
  background: #efefef;
  border: 1px solid #c1c1c1;
}

.cart_content .box_code .box_code-col label {
  float: left;
  width: 30%;
}

.cart_content .box_code .box_code-col .input_text {
  float: left;
  width: 70%;
}

.cart_content .box_code .box_code-col .btn {
  margin-left: 30%;
  margin-top: 10px;
}

.cart_content .box_code .promotional-note {
  padding: 7px 18px;
  background: gainsboro;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, gainsboro), color-stop(100%, white));
  background: linear-gradient(to bottom, gainsboro 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dcdcdc", endColorstr="#ffffff", GradientType=0 );
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.13);
}

.cart_content .box_code .promotional-note ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.cart_content .box_code .promotional-note ul > li {
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

.cart_content .box_code .promotional-note ul > li:before {
  font-family: "ficon";
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
  font-size: 16px;
  color: #08651e;
}

/*========================-bs-wizard-========================*/
.bs-wizard {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 15px;
  padding-bottom: 50px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .bs-wizard {
    padding: 30px 30px;
    padding-bottom: 50px;
  }
}
.bs-wizard .bs-wizard-step {
  flex: 0 0 auto;
  position: relative;
}
.bs-wizard .bs-wizard-step .bs-wizard-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c7c7c7;
  width: 54px;
  height: 54px;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 1px 2px #aeaeae;
}
@media (max-width: 768px) {
  .bs-wizard .bs-wizard-step .bs-wizard-dot {
    width: 30px;
    height: 30px;
  }
}
.bs-wizard .bs-wizard-step .bs-wizard-dot.active {
  background: inherit;
  box-shadow: 0 0 1px 2px;
}
.bs-wizard .bs-wizard-step .bs-wizard-dot i {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
}
@media (max-width: 768px) {
  .bs-wizard .bs-wizard-step .bs-wizard-dot i {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.bs-wizard .bs-wizard-step .bs-wizard-stepnum {
  font: 400 1.0666666667rem/150% "Roboto", sans-serif;
  white-space: nowrap;
  color: #2b2b2b;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .bs-wizard .bs-wizard-step .bs-wizard-stepnum {
    font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  }
}
.bs-wizard .progress {
  flex: 1 1;
  height: 1px;
  border: 1px dashed #afafaf;
}
.bs-wizard .progress.active {
  border-color: initial;
}

/*----------------------ordering_user-------------------*/
.ordering_user .ordering_user_l {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 15px;
}
.ordering_user .ordering_user_l h3 {
  font: 300 1.2666666667rem/150% "Roboto", sans-serif;
  color: #343434;
  padding-bottom: 10px;
}
.ordering_user .ordering_user_l .ordering_user_col {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .ordering_user .ordering_user_l .ordering_user_col {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
.ordering_user .ordering_user_l .ordering_user_col > div {
  width: 100%;
  max-width: unset;
}
.ordering_user .ordering_user_l .ordering_user-title, .ordering_user .ordering_user_l .waring_panel {
  flex: 0 0 100%;
  max-width: 100%;
}
.ordering_user .ordering_user_l .ordering_onetime, .ordering_user .ordering_user_l .ordering_signin {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 20px 20px 20px 25px;
}
.ordering_user .ordering_user_l .ordering_onetime #form_ordering_address {
  background: #fff;
}
.ordering_user .ordering_user_l .ordering_onetime .ordering_address_not-login {
  width: 100%;
}
.ordering_user .ordering_user_l .ordering_onetime .toggle_address label {
  font: 400 1rem/150% "Roboto", sans-serif;
  color: #343434;
  position: relative;
  padding: 2px;
  padding-left: 22px;
  cursor: pointer;
}
.ordering_user .ordering_user_l .ordering_onetime .toggle_address label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #aea8a6;
  margin: 0;
  transition: 200ms linear;
}
.ordering_user .ordering_user_l .ordering_onetime .toggle_address label:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 11px;
  font-size: 0.6875rem;
  color: #ff9000;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 2px;
  left: 5px;
  background: transparent;
  opacity: 0;
  transition: 200ms linear;
}
.ordering_user .ordering_user_l .ordering_onetime .toggle_address label:hover {
  background: #fff;
}
.ordering_user .ordering_user_l .ordering_onetime .toggle_address label:hover::after {
  opacity: 0.5;
}
.ordering_user .ordering_user_l .ordering_onetime .toggle_address input[type=checkbox] {
  visibility: hidden;
  display: none;
}
.ordering_user .ordering_user_l .ordering_onetime .toggle_address input[type=checkbox]:checked + label:before {
  background: #ff9000;
  border-color: #ff9000;
}
.ordering_user .ordering_user_l .ordering_onetime .toggle_address input[type=checkbox]:checked + label:after {
  color: #fff;
  opacity: 1;
}
.ordering_user .ordering_user_l .ordering_signin .row_btn button {
  margin-right: 15px;
}
.ordering_user .ordering_user_l .account_form.ordering_signin .title {
  flex: 0 0 75px;
  max-width: 75px;
}
.ordering_user .ordering_user_l .account_form.ordering_signin span {
  flex: 0 0 calc(100% - 75px);
  max-width: calc(100% - 75px);
}
.ordering_user .ordering_user_l .account_form .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
}
.ordering_user .ordering_user_l .account_form .form-group label {
  margin: 0;
}
.ordering_user .ordering_user_l .account_form .form-group .title {
  flex: 0 0 125px;
  max-width: 125px;
}
.ordering_user .ordering_user_l .account_form .form-group span {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #343434;
  flex: 0 0 calc(100% - 125px);
  max-width: calc(100% - 125px);
  position: relative;
}
.ordering_user .ordering_user_l .account_form .form-group span input, .ordering_user .ordering_user_l .account_form .form-group span select {
  height: 34px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.ordering_user .ordering_user_l .account_form .form-group span label {
  font: 300 0.9333333333rem/150% "Roboto", sans-serif;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.ordering_user .ordering_user_l .account_form .form-group span .chosen-single {
  height: 34px;
  border: 1px solid #ddd;
  box-shadow: none;
}
.ordering_user .ordering_user_l .account_form .forget_password {
  font: 300 0.8666666667rem/150% "Roboto", sans-serif;
  color: #343434;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .ordering_user .ordering_user_l .account_form .forget_password {
    margin-left: 75px;
  }
}
.ordering_user .ordering_user_l .account_form .row_btn {
  padding-top: 20px;
}
.ordering_user .ordering_user_l .account_form .row_btn .btn {
  font: 400 0.8666666667rem/150% "Roboto", sans-serif;
  text-align: center;
  color: #4a4a4a;
  background: #fdd835;
  width: 100%;
  height: 34px;
  margin-right: 0;
  margin-bottom: 10px;
}
.ordering_user .ordering_user_l .account_form .row_btn a {
  font: 400 0.8666666667rem/150% "Roboto", sans-serif;
  text-align: center;
  color: #4a4a4a;
  display: flex;
  align-items: center;
  width: 100%;
  height: 34px;
  border-radius: 4px;
  padding-left: 0px;
  margin-bottom: 10px;
}
.ordering_user .ordering_user_l .account_form .row_btn a i {
  font-size: 16px;
  font-size: 1rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.ordering_user .ordering_user_l .account_form .row_btn a span {
  flex: 1 1;
}
.ordering_user .ordering_user_l .account_form .row_btn a.btn-google {
  color: #fff;
  background: #df4a32;
}
.ordering_user .ordering_user_l .account_form .row_btn a.btn-facebook {
  color: #fff;
  background: #3b5998;
}

.ordering_user .ordering_user_l .skip_login {
  padding-top: 20px;
}

.ordering_user .ordering_signin .forget_password a {
  color: #e54d42;
  font-weight: bold;
}

/*----------------------ordering_address-------------------*/
.ordering_address {
  padding: 0px 15px;
  margin-bottom: 15px;
}

.ordering_address h3 {
  font-size: 24px;
  color: #9c9c9c;
  text-transform: uppercase;
  border-bottom: 1px #e6e6e6 solid;
  padding-bottom: 15px;
  font-weight: normal;
}

.ordering_address .row_btn {
  text-align: right;
}

.ordering_address {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
}

.ordering_address_right {
  border: 1px solid #eaeae9;
  border-radius: 3px;
  padding: 20px;
}

.ordering_address .ordering_address_l {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px;
}
@media (min-width: 992px) {
  .ordering_address .ordering_address_l {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 0;
  }
}

.ordering_address .ordering_address_r {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px;
}
@media (min-width: 992px) {
  .ordering_address .ordering_address_r {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 0;
  }
}

.ordering_address h3 {
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.ordering_address label.title {
  line-height: 22px;
}

.ordering_address .input_text,
.ordering_address .textarea {
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  outline: none;
}

.ordering_address .row_btn {
  text-align: right;
  margin-top: 15px;
  margin-right: -5px;
}

/*----------------------ordering_method -------------------*/
#ordering_method_input {
  width: 100%;
}
#ordering_method_input .method_content {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}

.col-right {
  flex: 0 0 100%;
  max-width: 100%;
  order: 1;
}
@media (min-width: 992px) {
  .col-right {
    flex: 0 0 33.5%;
    max-width: 33.5%;
    padding-left: 25px;
    order: 2;
  }
}
.col-right .cart_content, .col-right .ordering_address_right {
  float: none;
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
  background: #fff;
}

.content-left {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px;
  order: 2;
}
@media (min-width: 992px) {
  .content-left {
    flex: 0 0 66.5%;
    max-width: 66.5%;
    padding: 20px 40px;
    order: 1;
  }
}
.content-left .method_shipping .title {
  font: 500 1.0666666667rem/150% "Roboto", sans-serif;
  color: #222;
  padding-bottom: 10px;
}
.content-left .method_shipping .content {
  border: 1px solid #eaeae9;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .content-left .method_shipping .content {
    padding: 15px 20px;
  }
}
.content-left .request_more .title {
  font: 500 1.0666666667rem/150% "Roboto", sans-serif;
  color: #222;
  padding-bottom: 10px;
}
.content-left .request_more .textarea {
  width: 100%;
  border: 1px solid #eaeae9;
  max-height: 150px;
  resize: vertical;
  padding: 10px;
}
.content-left .request_more .row_btn {
  padding-top: 10px;
}
.content-left .request_custom {
  margin-top: 15px;
}
.content-left .request_custom .invoice {
  margin: 0px !important;
  display: inline-block;
  margin-right: 0px !important;
  vertical-align: middle;
  width: 20px;
}
.content-left .request_custom .row-panel {
  background: #f5f5f5;
  padding: 20px;
  margin: 15px 0px;
}
.content-left .request_custom .row-panel .row_input .title {
  min-width: 130px;
  display: inline-block;
  vertical-align: top;
}
.content-left .request_custom .row-panel .row_input {
  margin-bottom: 10px;
}
.content-left .request_custom .row-panel .row_input input,
.content-left .request_custom .row-panel .row_input textarea {
  border: 1px #ccc solid;
  border-radius: 2px;
  width: 40%;
  resize: vertical;
  padding: 3px 5px;
}

.row_c {
  margin-bottom: 15px;
}
.row_c .row-title label {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #222;
  max-width: 100%;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
.row_c .row-title label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #fff;
  border: 2px solid #ffb69c;
  border-radius: 50%;
  margin: 0;
}
.row_c .row-title label:after {
  content: "";
  font-family: "ficon";
  font-weight: 900;
  line-height: 1;
  font-size: 8px;
  font-size: 0.5rem;
  color: #f03a00;
  position: absolute;
  top: 50%;
  left: 6.5px;
  transform: translateY(-50%);
  background: transparent;
  opacity: 0;
}
.row_c .row-title label:hover:after {
  opacity: 0.5;
}
.row_c .row-title input[type=radio], .row_c .row-title input[type=checkbox] {
  visibility: hidden;
  display: none;
}
.row_c .row-title input[type=radio]:checked + label:before, .row_c .row-title input[type=checkbox]:checked + label:before {
  background: #fff;
  border-color: #f03a00;
}
.row_c .row-title input[type=radio]:checked + label div, .row_c .row-title input[type=checkbox]:checked + label div {
  color: #ff9000;
}
.row_c .row-title input[type=radio]:checked + label:after, .row_c .row-title input[type=checkbox]:checked + label:after {
  color: #f03a00;
  opacity: 1;
}
.row_c .row-checkbox label:before {
  border-radius: 0;
}
.row_c .row-checkbox label:after {
  content: "";
  font-family: "ficon";
  font-size: 12px;
  font-size: 0.75rem;
  left: 4px;
}
.row_c .row-content {
  display: none;
}
.row_c .row-content p {
  font: 300 0.9333333333rem/150% "Roboto", sans-serif;
  color: #222;
}

.statistic .row_c .row-title label {
  padding: 0;
}
.statistic .row_c .row-title label:before, .statistic .row_c .row-title label:after {
  display: none;
}

/*----------------------ordering_method-------------------*/
.ordering_method {
  padding-top: 10px;
  width: 100%;
  clear: both;
  display: inline-block;
}
@media (min-width: 992px) {
  .ordering_method {
    width: 65%;
  }
}

/*---------------------ordering_complete---------------------*/
.ordering_complete .content p {
  padding: 0px;
}
.ordering_complete .row_btn {
  padding: 15px 0;
}
.ordering_complete .row_btn .btn-default {
  background: #ddd;
}
.ordering_complete .btn {
  font: 400 1rem/150% "Roboto", sans-serif;
  padding: 5px 10px;
}
.ordering_complete .print_page {
  background: #c30005;
  color: #fff;
  border: 1px solid #c30005;
  cursor: pointer;
}
.ordering_complete .print_page:hover, .ordering_complete .print_page:focus {
  background: #fff;
  color: #c30005;
}

.panel-cart {
  background: #fff;
  flex: 0 0 100%;
  max-width: 100%;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 20px 20px 20px 25px;
  margin-top: 15px;
  margin-left: 0;
}
@media (min-width: 992px) {
  .panel-cart {
    flex: 0 0 33%;
    max-width: 33%;
    margin-top: 0;
  }
}

.item_Cart {
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 7px;
  border-bottom: 1px solid #c9c9c9;
  font-size: 12px;
}

.item_Cart b {
  display: inline-block;
  vertical-align: top;
}

.item_Cart .price_format {
  float: right;
  font-size: 12px;
}

.item_Cart .title {
  font: 400 0.8666666667rem/150% "Roboto", sans-serif;
  color: #f03a00;
  max-width: 65%;
  display: inline-block;
}

.shipping {
  font-size: 12px;
  border-bottom: 2px solid #c9c9c9;
  margin-bottom: 10px;
}

.shipping p span {
  float: right;
}

.col-content b span.price_format {
  float: right;
  font-size: 19px;
  color: red;
  font-weight: normal;
}

.num_product {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 15px;
  display: block;
  line-height: 30px;
}

.num_product .btn {
  float: right;
  padding: 4px 12px;
  border-radius: 2px;
  font-size: 13px;
  border-color: #d2d2d2;
  background: linear-gradient(#fff, #e6e6e6);
}

.num_product .btn:hover {
  background: #fff;
}

@media (min-width: 768px) {
  .ordering_address.is-login {
    padding: 20px;
  }
}

.title_address {
  font: 500 1.0666666667rem/150% "Roboto", sans-serif;
  color: #262626;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .title_address {
    padding: 0 20px;
    padding-bottom: 15px;
  }
}

.title_address_note {
  font: 300 1.0666666667rem/150% "Roboto", sans-serif;
  color: #262626;
}

.other_address {
  font: 300 0.9333333333rem/150% "Roboto", sans-serif;
  color: #2d2d2d;
  padding: 10px 20px;
}
.other_address a {
  color: #0072bc;
}

.row_input {
  margin-bottom: 5px;
}

.ordering_address h3 span {
  color: #555;
  text-transform: initial;
  font-size: 13px;
}

#same_address {
  display: inline-block;
  margin: 0px;
  margin-left: 15px;
  vertical-align: middle;
  margin-right: 5px;
}

.row_input .required {
  font-size: 20px;
  color: red;
}

#form_ordering_address {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#form_ordering_address form {
  padding: 5px 0;
}
@media (min-width: 992px) {
  #form_ordering_address .item {
    padding: 10px;
  }
}
#form_ordering_address .item .address-item {
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  position: relative;
}
#form_ordering_address .item .address-item.is-default {
  border: 1px dashed;
}
#form_ordering_address .item .address-item .panel-body {
  padding: 10px 15px 0;
}

.panel-body p {
  font: 400 0.8666666667rem/150% "Roboto", sans-serif;
  color: #2d2d2d;
  padding: 0;
}
.panel-body .name {
  font: 700 1rem/150% "Roboto", sans-serif;
  color: #1a1a1a;
}
.panel-body .action {
  margin: 10px 0;
}
.panel-body .action .btn {
  font-size: 13px;
  font-size: 0.8125rem;
  background: linear-gradient(#fff, #f7f7f7);
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 10px;
  margin-right: 4px;
}
@media (min-width: 992px) {
  .panel-body .action .btn {
    margin-right: 7px;
  }
}
.panel-body .default {
  font: 400 0.8666666667rem/150% "Roboto", sans-serif;
  position: absolute;
  top: 10px;
  right: 15px;
}

.address-form {
  max-width: 550px;
  width: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .address-form form {
    border: 1px solid #aeaeae;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    padding: 15px;
  }
}
.address-form .row_input {
  font: 400 0.8666666667rem/150% "Roboto", sans-serif;
  color: #1a1a1a;
}
.address-form .row_input select {
  font: 400 0.8666666667rem/150% "Roboto", sans-serif;
}
.address-form .row_checkbox {
  margin-top: 15px;
}
.address-form .row_checkbox label {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #1a1a1a;
  position: relative;
  padding: 2px;
  padding-left: 30px;
  cursor: pointer;
}
.address-form .row_checkbox label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #aea8a6;
  margin: 0;
}
.address-form .row_checkbox label:after {
  content: "";
  font-family: "ficon";
  font-size: 18px;
  font-size: 1.125rem;
  color: #ff9000;
  position: absolute;
  top: 2px;
  left: 5px;
  background: transparent;
  opacity: 0;
}
.address-form .row_checkbox label:hover {
  background: #fff;
}
.address-form .row_checkbox label:hover::after {
  opacity: 0.5;
}
.address-form .row_checkbox input#default_address {
  visibility: hidden;
  display: none;
}
.address-form .row_checkbox input#default_address:checked + label:before {
  background: #ff9000;
  border-color: #ff9000;
}
.address-form .row_checkbox input#default_address:checked + label div {
  color: #ff9000;
}
.address-form .row_checkbox input#default_address:checked + label:after {
  color: #fff;
  opacity: 1;
}

.red_star {
  font-size: 16px;
  color: red;
}

.ordering_address_right .ordering_address_l h3,
.ordering_address_right .ordering_address_r h3 {
  background: #f9f9f9;
  padding: 4px 10px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
}

.ordering_address_right .row_c {
  margin: 0px;
}

.ordering_address_right .row_c label {
  font-weight: normal;
}

.ordering_address_right .row_c label.content_name {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.btn-custom1 {
  float: right;
  padding: 4px 12px;
  border-radius: 2px;
  font-size: 13px;
  border-color: #d2d2d2;
  background: linear-gradient(#fff, #e6e6e6);
}

.btn-custom1:hover {
  background: #fff;
}

.btn_custom_2 {
  padding: 8px 10px;
  border-color: #d2d2d2;
  background: linear-gradient(#fff, #e6e6e6);
}

.btn_pay {
  width: 270px;
  text-transform: uppercase;
  float: right;
  margin-left: 15px;
}
@media (max-width: 499px) {
  .btn_pay {
    float: none;
    display: block;
    width: 100%;
    clear: both;
    margin-top: 10px;
    margin-left: 0px;
  }
}

.right_cart {
  background: #EEF1F2;
}

.right_cart, .col-right {
  background: #EEF1F2;
}
.right_cart .box, .col-right .box {
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 3px;
  border: 1px solid;
  border-color: transparent;
}
.right_cart .box_header, .col-right .box_header {
  border-bottom: 1px solid #d2d2d2;
  padding: 14px 0px;
}
.right_cart .box_header:before, .right_cart .box_header:after, .col-right .box_header:before, .col-right .box_header:after {
  content: " ";
  display: table;
}
.right_cart .box_title, .col-right .box_title {
  margin: 0;
  color: #4c4a4a;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}
.right_cart .box_title a.collapse, .col-right .box_title a.collapse {
  display: inline-block;
  line-height: 13px;
  margin: 0px;
  float: right;
  cursor: pointer;
  font-size: 23px;
  color: #5f5d5d;
  font-weight: normal;
}
.right_cart .box_title a.collapse i:before, .col-right .box_title a.collapse i:before {
  display: inline-block;
  vertical-align: bottom;
  margin: 0px;
  padding: 0px;
  line-height: 22px;
}
.right_cart .box_header:after, .col-right .box_header:after {
  clear: both;
}
.right_cart .box_body, .col-right .box_body {
  padding: 20px 0px;
}
.right_cart .box_body .alert, .col-right .box_body .alert {
  padding: 5px 10px;
  margin-bottom: 10px;
  line-height: 17px;
}
.right_cart .box_body .box_code-col, .col-right .box_body .box_code-col {
  position: relative;
}
.right_cart .box_body .box_code-col .input_text, .col-right .box_body .box_code-col .input_text {
  font: 400 0.8rem/150% "Roboto", sans-serif;
  width: 100%;
  height: 32px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 4px 0 0 4px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  padding: 5px 12px;
  margin-right: -2px;
}
.right_cart .box_body .box_code-col .btn, .col-right .box_body .box_code-col .btn {
  font: 400 0.8rem/150% "Roboto", sans-serif;
  color: #4a4a4a;
  background: #fdd835;
  border: none;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  transition: all 0.5s linear;
  border-radius: 0 2px 2px 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.right_cart .box_body .box_code-col .btn:hover, .col-right .box_body .box_code-col .btn:hover {
  border: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 0;
}
.right_cart .box_body .box_code-note, .col-right .box_body .box_code-note {
  margin-bottom: 5px;
}
.right_cart .order-summary, .col-right .order-summary {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: -4px;
}
.right_cart .order-summary li, .col-right .order-summary li {
  list-style-type: none;
  padding: 5px 0;
  display: inline-block;
  width: 100%;
}
.right_cart .order-summary li .k, .col-right .order-summary li .k {
  float: left;
  color: #999999;
  font-size: 13px;
}
.right_cart .order-summary li .v, .col-right .order-summary li .v {
  float: right;
}
.right_cart .order-summary li.total .k, .col-right .order-summary li.total .k {
  color: #000;
  font-size: 15px;
  margin-top: 7px;
}
.right_cart .order-summary li.total .v, .col-right .order-summary li.total .v {
  color: #ed1c24;
  font-size: 20px;
  font-weight: 500;
}

#form_cart {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 100px;
  position: relative;
  background: #EEF1F2;
}
@media (min-width: 768px) {
  #form_cart {
    padding-bottom: 70px;
  }
}
@media (min-width: 992px) {
  #form_cart {
    padding-bottom: 0;
  }
}

#form_cart_left {
  flex: 0 0 100%;
  max-width: 100%;
  float: left;
  background: #fff;
  box-shadow: none;
}
@media (min-width: 992px) {
  #form_cart_left {
    flex: 0 0 75%;
    max-width: 75%;
    border-radius: 6px;
  }
}

.right_cart {
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .right_cart {
    flex: 0 0 25%;
    max-width: 25%;
    padding-top: 0;
    padding-left: 20px;
  }
}

.order-summary li:before, .order-summary li:after {
  content: " ";
  display: table;
}

.order-summary li.sep {
  margin: 10px 0;
  padding: 0;
  height: 2px;
  background-color: #ea2d32;
}

.full.cart {
  /*background: #f6f6f6;*/
}

span.show_num {
  background: #777777;
  color: #fff;
  padding: 3px 7px;
  border-radius: 50%;
  font-weight: bold;
}

.delete_cart i {
  font-size: 16px;
}
.delete_cart i:before {
  color: #333;
}
@media (min-width: 768px) {
  .delete_cart i:before {
    color: #333;
  }
}

.cart_content_table .row_btn {
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cart_content_table .row_btn {
    padding-bottom: 10px;
    padding-right: 10px;
    position: unset;
  }
}

tr.cart_row {
  padding: 15px 20px;
}

.fl {
  float: left;
}

.go_buy {
  cursor: pointer;
  text-decoration: underline !important;
  font-weight: normal;
}
@media (max-width: 499px) {
  .go_buy {
    float: none;
    display: block;
    text-align: left;
  }
}

.btn_payment {
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 3px;
  width: 100%;
  padding: 6px 12px;
  margin: 5px 0;
  border: 1px solid #fe950a;
  border-radius: 4px;
  outline-color: #ccc;
  transition: all 0.5s linear;
  outline: none;
  background: #fe950a;
  color: #fff;
}
@media (min-width: 576px) {
  .btn_payment {
    min-width: 250px;
    width: auto;
  }
}

.btn_payment:hover {
  color: #fff;
  background: #e23337;
}

.btn_payment:focus,
.btn_payment:active {
  background: #e23337;
  outline: none;
  border-radius: 3px;
}

.btn_update {
  font-size: 15px;
  float: none;
  margin-right: 10px;
  outline: none;
}

.full.cart .box_mid .box_mid-title .mid_title_l {
  font: 400 1.0666666667rem/150% "Roboto", sans-serif;
  text-transform: uppercase;
  color: #545454;
  padding: 15px;
}
@media (min-width: 768px) {
  .full.cart .box_mid .box_mid-title .mid_title_l {
    padding: 15px 0;
  }
}
.full.cart .box_mid .box_mid-title .mid_title_l .num {
  font: 300 0.9333333333rem/150% "Roboto", sans-serif;
  text-transform: none;
  color: #686868;
}

.col_empty {
  text-align: center;
  font-size: 17px;
  color: #999;
  padding: 25px 0px !important;
}

.ordering_address_margin {
  margin: 0px;
}
@media (max-width: 1230px) {
  .ordering_address_margin {
    margin: 0px 15px;
  }
}

.form_address_shipping {
  width: 100%;
  margin-top: 5px;
}
.form_address_shipping > div input {
  width: 100%;
  background: #eee;
  padding: 2px 5px;
}

.form_address_shipping .province_ship {
  margin-bottom: 10px;
  float: left;
  width: 49%;
  display: inline-block;
  margin-right: 0px;
}
@media (min-width: 576px) {
  .form_address_shipping .province_ship {
    margin-right: 10px;
  }
}

.form_address_shipping .district_ship {
  display: inline-block;
  width: 49%;
}

.show_wcoin {
  margin-bottom: 10px;
}

.show_wcoin p {
  margin: 0px;
  padding: 0px;
}

#form_wcoin {
  position: relative;
}

#form_wcoin .input_text_ {
  border-color: #ccc !important;
}

.wcoin_expected {
  font-size: 12px;
  font-style: italic;
  text-align: right;
  display: none;
  margin-top: 10px;
}

.shipping p span.percent {
  text-align: left;
  float: left;
  margin-right: 3px;
  font-weight: bold;
  color: #0f5fb5;
}

ul.bankList {
  clear: both;
  height: 202px;
  width: 636px;
}

ul.bankList li {
  list-style-position: outside;
  list-style-type: none;
  cursor: pointer;
  float: left;
  margin-right: 0;
  padding: 5px 2px;
  text-align: center;
  width: 90px;
}

.list-content li {
  list-style: none outside none;
  margin: 0 0 10px;
}

.list-content li .boxContent {
  display: none;
  width: 636px;
  border: 1px solid #cccccc;
  padding: 10px;
}

.list-content li.active .boxContent {
  display: block;
}

.list-content li .boxContent ul {
  height: 280px;
}

i.VISA, i.MASTE, i.AMREX, i.JCB, i.VCB, i.TCB, i.MB, i.VIB, i.ICB, i.EXB, i.ACB, i.HDB, i.MSB, i.NVB, i.DAB, i.SHB, i.OJB, i.SEA, i.TPB, i.PGB, i.BIDV, i.AGB, i.SCB, i.VPB, i.VAB, i.GPB, i.SGB, i.NAB, i.BAB {
  width: 80px;
  height: 30px;
  display: block;
  background: url(https://www.nganluong.vn/webskins/skins/nganluong/checkout/version3/images/bank_logo.png) no-repeat;
}

i.MASTE {
  background-position: 0px -31px;
}

i.AMREX {
  background-position: 0px -62px;
}

i.JCB {
  background-position: 0px -93px;
}

i.VCB {
  background-position: 0px -124px;
}

i.TCB {
  background-position: 0px -155px;
}

i.MB {
  background-position: 0px -186px;
}

i.VIB {
  background-position: 0px -217px;
}

i.ICB {
  background-position: 0px -248px;
}

i.EXB {
  background-position: 0px -279px;
}

i.ACB {
  background-position: 0px -310px;
}

i.HDB {
  background-position: 0px -341px;
}

i.MSB {
  background-position: 0px -372px;
}

i.NVB {
  background-position: 0px -403px;
}

i.DAB {
  background-position: 0px -434px;
}

i.SHB {
  background-position: 0px -465px;
}

i.OJB {
  background-position: 0px -496px;
}

i.SEA {
  background-position: 0px -527px;
}

i.TPB {
  background-position: 0px -558px;
}

i.PGB {
  background-position: 0px -589px;
}

i.BIDV {
  background-position: 0px -620px;
}

i.AGB {
  background-position: 0px -651px;
}

i.SCB {
  background-position: 0px -682px;
}

i.VPB {
  background-position: 0px -713px;
}

i.VAB {
  background-position: 0px -744px;
}

i.GPB {
  background-position: 0px -775px;
}

i.SGB {
  background-position: 0px -806px;
}

i.NAB {
  background-position: 0px -837px;
}

i.BAB {
  background-position: 0px -868px;
}

ul.cardList {
  margin-bottom: 30px;
}

ul.cardList li {
  cursor: pointer;
  float: left;
  margin-right: 0;
  padding: 5px 4px;
  text-align: center;
  width: 110px;
}

@media (max-width: 1079px) {
  .right_cart {
    width: 30%;
  }

  #form_cart_left {
    width: 67%;
  }
}
.cart-responsive {
  padding: 30px;
}
.cart-responsive > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.cart-responsive > ul:last-child {
  margin-bottom: 0;
}
.cart-responsive > ul > li.col-cart {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cart-responsive > ul > li.col-cart .col-i {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0 10px;
}
.cart-responsive > ul > li.col-cart .col1 {
  position: relative;
}
.cart-responsive > ul > li.col-cart .col1 .color {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cart-responsive > ul > li.col-cart .col2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cart-responsive > ul > li.col-cart .col2 .title_product_cart {
  padding: 0;
}
.cart-responsive > ul > li.col-cart .col2 .title_product_cart .out_stock {
  font: 600 0.8rem/150% "Roboto", sans-serif;
  font-style: italic;
  color: #f00;
}
.cart-responsive > ul > li.col-cart .col2 .title_product_cart .title {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #3d3d3d;
}
.cart-responsive > ul > li.col-cart .col2 .title_product_cart .code_pro {
  font: 300 0.9333333333rem/150% "Roboto", sans-serif;
  color: #3d3d3d;
}
.cart-responsive > ul > li.col-cart .col2 .row_btn {
  justify-content: flex-start;
}
.cart-responsive > ul > li.col-cart .col2 .row_btn > div {
  color: #0072bc;
  padding: 0;
  cursor: pointer;
}
.cart-responsive > ul > li.col-cart .col3 {
  justify-content: flex-end;
}
.cart-responsive > ul > li.col-cart .col3 .price {
  font: 500 1.2rem/1 "Roboto", sans-serif;
  color: inherit;
}
.cart-responsive > ul > li.col-cart .col3 .discount {
  font: 500 0.9333333333rem/1 "Roboto", sans-serif;
  text-align: right;
  color: #4c4c4c;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.cart-responsive > ul > li.col-cart .col3 .discount > span {
  font: 300 0.9333333333rem/150% "Roboto", sans-serif;
  color: #7c7c7c;
}
.cart-responsive > ul .col1 {
  flex: 0 0 10%;
  max-width: 10%;
}
.cart-responsive > ul .col2 {
  flex: 1 1;
}
.cart-responsive > ul .col3 {
  flex: 0 0 30%;
  max-width: 30%;
}
@media (min-width: 1200px) {
  .cart-responsive > ul .col3 {
    flex: 0 0 23%;
    max-width: 23%;
  }
}
.cart-responsive > ul .col4 {
  flex: 0 0 120px;
  max-width: 120px;
}
.cart-responsive .btn_grp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  margin: 0 auto;
}
.cart-responsive .btn_grp .btn_minus, .cart-responsive .btn_grp .btn_plus {
  font-size: 9px;
  font-size: 0.5625rem;
  width: 22px;
  height: 28px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e1e1;
  cursor: pointer;
}
.cart-responsive .btn_grp .quantity_text {
  text-align: center;
  background: #fff;
  width: 70px;
  height: 28px;
  border: 1px solid #e5e5e5;
  outline: none;
  padding: 2px 5px;
  margin: 0 -1px;
}

@media (max-width: 767.98px) {
  .cart-responsive > ul {
    align-items: center;
    position: relative;
  }
  .cart-responsive > ul.thead {
    display: none;
  }
  .cart-responsive > ul li.col-img {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .cart-responsive > ul li.col-img span {
    width: 100%;
    padding-top: 115%;
    display: block;
    position: relative;
  }
  .cart-responsive > ul li.col-img span img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  .cart-responsive > ul li.col-cart {
    flex: 0 0 65%;
    max-width: 65%;
    justify-content: flex-start;
    border-right: 0;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .cart-responsive > ul li.col-cart .col-i {
    flex: 0 0 100%;
    max-width: 100%;
    border-right: 0;
    padding: 0;
    padding-top: 10px;
  }
  .cart-responsive > ul li.col-cart .col-i label {
    margin: 0;
  }
  .cart-responsive > ul li.col-cart .col1 {
    order: 1;
  }
  .cart-responsive > ul li.col-cart .col1 img {
    display: none;
  }
  .cart-responsive > ul li.col-cart .col1 .title_product_cart {
    padding: 0;
  }
  .cart-responsive > ul li.col-cart .col3, .cart-responsive > ul li.col-cart .col4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
  }
  .cart-responsive > ul li.col-cart .col3.up_total, .cart-responsive > ul li.col-cart .col4.up_total {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
  }
  .cart-responsive > ul li.col-cart .col3 {
    order: 4;
  }
  .cart-responsive > ul li.col-cart .col4 {
    order: 3;
  }
  .cart-responsive > ul li.col-cart .col5 {
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 0;
  }
}
.ordering_complete {
  margin: 0px 20px;
}
.ordering_complete .order_code {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 20px;
  margin: 0;
}
.ordering_complete .order_detail {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0;
}
.ordering_complete .order_detail .box_left {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .ordering_complete .order_detail .box_left {
    flex: 0 0 70%;
    max-width: 70%;
    padding-right: 15px;
  }
}
.ordering_complete .order_detail .col_right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .ordering_complete .order_detail .col_right {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.ordering_complete .box_left > h3 {
  display: none;
}
.ordering_complete .manage {
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 5px;
}
.ordering_complete .manage .manage-table {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #343434;
  margin-bottom: 0;
}
.ordering_complete .manage .manage-table th {
  border-top: 0;
  border-bottom: 1px solid #e9ecef;
}
.ordering_complete .manage .manage-table th, .ordering_complete .manage .manage-table td {
  padding: 10px 5px;
}
.ordering_complete .manage .manage-table th img, .ordering_complete .manage .manage-table td img {
  width: 100%;
  height: auto;
}
.ordering_complete .manage .manage-table .note_plus_wcoin {
  border: 1px #2d9be0 dashed;
  color: #2d9be0 !important;
  font-weight: normal !important;
}
.ordering_complete .invoice {
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 15px;
  margin: 15px 0;
}
.ordering_complete .invoice > h3 {
  font: 500 1.0666666667rem/150% "Roboto", sans-serif;
  color: #343434;
  padding-bottom: 5px;
}
.ordering_complete .invoice p {
  padding: 5px 0;
}
.ordering_complete .ordering_address {
  padding: 0;
}
.ordering_complete .ordering_address > div {
  flex: 0 0 100%;
  max-width: 100%;
  background: #fff;
  padding: 15px;
}
.ordering_complete .ordering_address > div h3 {
  font: 500 1.0666666667rem/150% "Roboto", sans-serif;
  text-transform: none;
  color: #343434;
  border-bottom: 0;
  padding-bottom: 5px;
}
.ordering_complete .ordering_address .row_c {
  display: flex;
  align-items: center;
  margin: 0;
}
.ordering_complete .ordering_address .row_c .title {
  font: 400 0.8666666667rem/150% "Roboto", sans-serif;
  color: #343434;
  flex: 0 0 75px;
  max-width: 75px;
}
.ordering_complete .ordering_address .row_c .content {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  color: #343434;
  flex: 1 1;
}
.ordering_complete .ordering_address .ordering_method .row_c {
  display: block;
}
.ordering_complete .ordering_address .ordering_method .row_c .title, .ordering_complete .ordering_address .ordering_method .row_c .content {
  font: 400 0.9333333333rem/150% "Roboto", sans-serif;
  max-width: unset;
}
.ordering_complete .info-print {
  display: none;
}

/*====================-Print Order-====================*/
@media print {
  @page {
    /*size: A4; */
    margin: 10mm;
  }
  html, body {
    width: 100%;
    /*height: 297mm; */
    /*height: 282mm;*/
    font-size: 15px;
    background: #fff;
    color: #000;
    margin: auto;
    overflow: visible;
  }

  #tth-wrapper, .full.user {
    background: unset;
  }

  body > *:not(#tth-wrapper) {
    display: none !important;
  }

  #tth-wrapper > *:not(.full),
.full > *:not(#container),
#container > *:not(.box_mid),
.box_mid-content > *:not(.ordering_complete),
.order_code, .row_btn {
    display: none !important;
  }

  .ordering_complete {
    width: 100%;
  }
  .ordering_complete .order_detail {
    border: 0 !important;
    padding: 30px !important;
  }
  .ordering_complete .order_detail .box_left {
    flex: 0 0 70% !important;
    max-width: 70% !important;
    padding-right: 15px !important;
  }
  .ordering_complete .order_detail .col_right {
    flex: 0 0 30% !important;
    max-width: 30% !important;
  }
  .ordering_complete .box_left h3 {
    font: 500 1.0666666667rem/150% "Roboto", sans-serif;
    color: #343434;
    display: block;
    border-bottom: 2px solid #2e6da4;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .ordering_complete .box_left .manage {
    border: 0;
  }
  .ordering_complete .info-print {
    display: block;
    margin-bottom: 15px;
  }
  .ordering_complete .ordering_address > div {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .ordering_complete .ordering_address > div > h3 {
    border-bottom: 2px solid #2e6da4;
    margin-bottom: 10px;
  }
}