/*Add font ================================*/
@media (max-width: 600px) {
  header .header_bottom.custom .group_search {
    padding: 0;
  }
}
@media (max-width: 600px) {
  header .header_bottom .right_box {
    padding-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  header .header_bottom .header-tool {
    margin-left: 0;
  }
}

.full.cart {
  padding: 50px 0 1rem 0;
}
@media (min-width: 992px) {
  .full.cart {
    padding: 0 0 1rem 0;
  }
}
.full.cart h1.mid_title_l {
  color: #FF960B;
  font-weight: 600;
  font-size: 25px;
  margin-top: 30px;
  text-transform: inherit;
  display: inline-block;
  position: relative;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
.full.cart .header {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #04457A;
  color: #ffffff;
  font-weight: 500;
  padding: 20px 0;
  font-size: 20px;
  margin-bottom: 30px;
}
@media (min-width: 601px) {
  .full.cart .header {
    padding: 30px 0;
    font-size: 25px;
    margin-bottom: 60px;
  }
}
.full.cart .table-responsive .cart_row {
  display: flex;
  background: #ffffff;
  position: relative;
  margin: 0;
  padding: 10px;
}
@media (min-width: 601px) {
  .full.cart .table-responsive .cart_row {
    padding: 20px;
  }
}
.full.cart .table-responsive .cart_row:after {
  content: "";
  bottom: 0;
  position: absolute;
  background: #B2B2B2;
  height: 1px;
  left: 10px;
  right: 10px;
}
@media (min-width: 601px) {
  .full.cart .table-responsive .cart_row:after {
    left: 20px;
    right: 20px;
  }
}
.full.cart .table-responsive .cart_row:last-child:after {
  display: none;
}
.full.cart .table-responsive .cart_row .tr_col {
  padding: 0;
  border: 0;
  background: #ffffff;
}
@media (max-width: 768px) {
  .full.cart .table-responsive .cart_row .tr_col:nth-child(1) {
    flex: 0 0 20%;
  }
  .full.cart .table-responsive .cart_row .tr_col:nth-child(2) {
    flex: 0 0 75%;
  }
  .full.cart .table-responsive .cart_row .tr_col:nth-child(2) .group_price {
    flex: 0 0 30%;
    text-align: right;
  }
  .full.cart .table-responsive .cart_row .tr_col:nth-child(3) {
    flex: 0 0 5%;
  }
}
@media (max-width: 600px) {
  .full.cart .table-responsive .cart_row .tr_col:nth-child(1) {
    flex: 0 0 102px;
  }
  .full.cart .table-responsive .cart_row .tr_col:nth-child(1) img {
    height: fit-content;
  }
  .full.cart .table-responsive .cart_row .tr_col:nth-child(2) {
    flex: 0 0 70%;
  }
  .full.cart .table-responsive .cart_row .tr_col .group_info {
    flex-wrap: wrap;
    height: 100%;
  }
  .full.cart .table-responsive .cart_row .tr_col .group_info .group_price {
    flex: 0 0 100%;
    text-align: left;
    display: flex;
    justify-content: end;
    align-items: end;
    margin-top: auto;
  }
  .full.cart .table-responsive .cart_row .tr_col .group_info .group_price .price_buy {
    margin-right: 5px;
  }
  .full.cart .table-responsive .cart_row .tr_col .group_info .group_price .price_buy .number {
    line-height: 1.3;
  }
}
.full.cart .table-responsive .cart_row .tr_col i.fa-times {
  color: #EE0000;
  font-size: 20px;
}
.full.cart .table-responsive .cart_row .tr_col .title a {
  font-weight: 500;
}
@media (min-width: 601px) {
  .full.cart .table-responsive .cart_row .tr_col .title a {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  .full.cart .table-responsive .cart_row .tr_col .title a {
    font-size: 20px;
  }
}
.full.cart .table-responsive .cart_row .tr_col .title .teacher {
  color: #818181;
  font-size: 14px;
}
@media (min-width: 601px) {
  .full.cart .table-responsive .cart_row .tr_col .title .teacher {
    font-size: 17px;
  }
}
.full.cart .table-responsive .cart_row .tr_col .price_buy {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 601px) {
  .full.cart .table-responsive .cart_row .tr_col .price_buy {
    font-size: 20px;
  }
}
.full.cart .table-responsive .cart_row .tr_col .price_buy i {
  font-style: normal;
  font-size: 16px;
  color: #04457A;
}
.full.cart .table-responsive .cart_row .tr_col .price {
  display: block;
  color: #818181;
  text-decoration: line-through;
  font-size: 13px;
}
@media (min-width: 601px) {
  .full.cart .table-responsive .cart_row .tr_col .price {
    font-size: 17px;
  }
}
.full.cart .order-card {
  margin: 50px 0 0;
  font-size: 18px;
}
@media (min-width: 601px) {
  .full.cart .order-card {
    font-size: 20px;
  }
}
.full.cart .order-card .btn-success {
  background: #ff960b;
  border-color: #ff960b;
  transition: 0.3s all;
}
@media (min-width: 993px) {
  .full.cart .order-card .btn-success {
    padding: 5px 30px;
    line-height: 40px;
    font-size: 18px;
  }
}
.full.cart .order-card .btn-success:hover {
  transition: 0.3s all;
  transform: translateY(-5px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.source-cart .box {
  box-shadow: none;
}
.source-cart .box .box_header {
  border-bottom: 1px solid #d2d2d2;
  padding: 14px 20px;
}
.source-cart .box .box_header .box_title {
  margin: 0;
  color: #4c4a4a;
  font-size: 15px;
  font-weight: 600;
  padding-top: 0;
  line-height: 22px;
}
.source-cart .box .box_body .order-summary {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: -4px;
}
.source-cart .box .box_body .order-summary li {
  list-style-type: none;
  display: inline-block;
  width: 100%;
}
.source-cart .box .box_body .order-summary li .k {
  float: left;
  color: #999;
  font-size: 13px;
}
.source-cart .box .box_body .order-summary li .v {
  float: left;
  text-decoration: line-through;
  font-size: 20px;
}
.source-cart .box .box_body .order-summary li.sep {
  margin: 10px 0;
  padding: 0;
  height: 2px;
  background-color: #ea2d32;
}
.source-cart .box .box_body .order-summary li.total .k {
  color: #000;
  font-size: 15px;
  margin-top: 7px;
}
.source-cart .box .box_body .order-summary li.total .v {
  color: #04457A;
  font-size: 30px;
  font-weight: bold;
  text-decoration: inherit;
}
.source-cart .box .box_body .order-summary .promo {
  padding: 10px 0 5px;
}
.source-cart .box .box_body .order-summary .promo .removePromotionCode {
  background: #04457a;
  cursor: pointer;
}
.source-cart .box .box_body .order-summary .promo .dis {
  margin-left: 5px;
  font-size: 14px;
}
.source-cart .box .box_body .order-summary .promo .dis * {
  line-height: 1;
}
.source-cart .pay {
  width: 100%;
}
.source-cart .pay button {
  width: 100%;
  background: #FF960B;
  border-radius: 0;
  line-height: 39px;
  padding: 0;
  border: 0;
  font-size: 18px;
}
.source-cart .row_btn {
  font-size: 18px;
  font-weight: 500;
  color: #04457A;
}
@media (max-width: 600px) {
  .source-cart .row_btn {
    margin-bottom: 2rem;
    font-size: 16px;
  }
}
.source-cart .row_btn i {
  font-size: 16px;
}

.address_top {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #04457A;
  color: #ffffff;
  padding: 20px 0 35px;
}

.bs-wizard {
  position: relative;
  max-width: 70%;
  margin: auto;
  display: flex;
}
@media (max-width: 768px) {
  .bs-wizard {
    display: none;
  }
}
.bs-wizard .bs-wizard-step {
  padding: 0;
  position: relative;
  display: inline-block;
  width: 50%;
}
.bs-wizard .bs-wizard-step.active .bs-wizard-dot {
  border: 5px solid #FF960B;
}
.bs-wizard .bs-wizard-step.active .progress {
  width: 100%;
  box-shadow: none;
  background: #CED1D6;
  transition: none;
}
.bs-wizard .bs-wizard-step.active .progress .progress-bar {
  width: 50%;
  background: #FF960B;
}
.bs-wizard .bs-wizard-step.full.active .progress .progress-bar {
  width: 100%;
}
.bs-wizard .bs-wizard-step:hover {
  cursor: default;
  text-decoration: none;
}
.bs-wizard .bs-wizard-step.bs-wizard-last {
  position: absolute !important;
  min-width: 90px;
  right: 0;
  width: auto !important;
}
.bs-wizard .bs-wizard-step.bs-wizard-last .bs-wizard-dot {
  right: 0;
}
.bs-wizard .bs-wizard-step.bs-wizard-last.active .progress .progress-bar {
  width: 100%;
}
.bs-wizard .bs-wizard-step.disabled .bs-wizard-dot {
  color: #000;
}
.bs-wizard .bs-wizard-step .progress {
  width: 100%;
  box-shadow: none;
  background: #CED1D6;
  transition: none;
}
.bs-wizard .bs-wizard-step .progress .progress-bar {
  width: 50%;
  background: #CED1D6;
}
.bs-wizard .bs-wizard-step .bs-wizard-dot {
  background: #ffffff;
  border: 5px solid #CED1D6;
  font-size: 18px;
  color: #000000;
  line-height: 35px;
  position: absolute;
  width: 43px;
  height: 43px;
  top: 4px;
  border-radius: 50%;
  text-align: center;
}
.bs-wizard .bs-wizard-step .bs-wizard-dot span {
  position: absolute;
  top: 125%;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
}
.bs-wizard .bs-wizard-step .progress {
  margin: 22px 0;
  height: 6px;
  background: #CED1D6;
  position: relative;
  border-radius: 0;
  box-shadow: none;
}
.bs-wizard .bs-wizard-step .progress .progress-bar {
  box-shadow: none;
  transition: none;
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}

.ordering_address_margin .title_address {
  padding: 25px 0;
  font-size: 20px;
  font-weight: 500;
}

.full.ordering_address, .full.ordering_method {
  background: transparent;
  padding: 0;
  border: 0;
  display: block;
}

.ordering_address {
  display: flex;
  flex-wrap: wrap;
}
.ordering_address #form_ordering_address {
  background: #ffffff;
  padding: 15px;
  padding-bottom: 30px;
  border-radius: 5px;
  height: fit-content;
}
@media (min-width: 769px) {
  .ordering_address #form_ordering_address {
    flex: 0 0 calc(100% - 376px - 30px);
    max-width: calc(100% - 376px - 30px);
  }
}
.ordering_address #form_ordering_address .required {
  font-size: 20px;
  color: #f00;
}
.ordering_address #form_ordering_address .form-group label.title {
  width: 100%;
  text-align: left;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 601px) {
  .ordering_address #form_ordering_address .form-group label.title {
    font-size: 18px;
  }
}
.ordering_address #form_ordering_address .form-group .rowcontent input {
  height: 39px;
  border: 1px solid #B2B2B2;
  color: #818181;
}
@media (min-width: 601px) {
  .ordering_address #form_ordering_address .form-group .rowcontent input {
    font-size: 18px;
  }
}
.ordering_address #form_ordering_address .form-group .rowcontent input::placeholder {
  color: #818181;
}
@media (min-width: 601px) {
  .ordering_address #form_ordering_address .form-group .rowcontent input::placeholder {
    font-size: 18px;
  }
}
.ordering_address #form_ordering_address .btn-success {
  background: #FF960B;
  border-color: #FF960B;
  width: 100%;
  font-size: 18px;
  line-height: 39px;
  padding: 0;
}
.ordering_address .box_right_cart {
  height: fit-content;
  background: #ffffff;
  border-radius: 5px;
  padding: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
  order: -1;
}
@media (min-width: 769px) {
  .ordering_address .box_right_cart {
    flex: 0 0 376px;
    max-width: 376px;
    margin-left: 30px;
    margin-bottom: 0;
    order: 3;
  }
}
.ordering_address .box_right_cart .num_product {
  border-bottom: 1px solid #B2B2B2;
  padding: 5px 0 8px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.ordering_address .box_right_cart .num_product .btn-custom1 {
  font-size: 16px;
  padding: 0;
  display: flex;
  align-items: center;
  color: #0BC5FF;
}
.ordering_address .box_right_cart .num_product .btn-custom1 span {
  width: 18px;
  height: 18px;
  background: rgba(11, 197, 255, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.ordering_address .box_right_cart .num_product .btn-custom1 i {
  font-size: 9px;
}
.ordering_address .box_right_cart .list_item .item_Cart {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #B2B2B2;
}
.ordering_address .box_right_cart .list_item .item_Cart .title {
  font-size: 15px;
  max-width: 65%;
}
.ordering_address .box_right_cart .list_item .item_Cart .up_total {
  text-align: right;
}
.ordering_address .box_right_cart .list_item .item_Cart .up_total .price_buy {
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 601px) {
  .ordering_address .box_right_cart .list_item .item_Cart .up_total .price_buy {
    font-size: 20px;
  }
}
.ordering_address .box_right_cart .list_item .item_Cart .up_total .price_buy i {
  font-size: 16px;
  font-style: normal;
  color: #04457A;
}
.ordering_address .box_right_cart .list_item .item_Cart .up_total .price {
  color: #818181;
  text-decoration: line-through;
  font-size: 14px;
}
@media (min-width: 601px) {
  .ordering_address .box_right_cart .list_item .item_Cart .up_total .price {
    font-size: 17px;
  }
}
.ordering_address .box_right_cart .col-content {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  font-size: 18px;
  font-weight: 500;
}
.ordering_address .box_right_cart .col-content b {
  color: #EE0000;
  font-size: 18px;
}
@media (min-width: 601px) {
  .ordering_address .box_right_cart .col-content b {
    font-size: 20px;
  }
}
.ordering_address .box_right_cart .promo {
  padding: 10px 0 5px;
}
.ordering_address .box_right_cart .promo .removePromotionCode {
  background: #04457a;
  cursor: pointer;
}
.ordering_address .box_right_cart .promo .dis {
  margin-left: 5px;
  font-size: 14px;
}
.ordering_address .box_right_cart .promo .dis * {
  line-height: 1;
}
.ordering_address .box_right_cart .order-card {
  text-align: center;
  margin-top: 10px;
  border-top: 1px solid #B2B2B2;
  padding-top: 15px;
}
@media (min-width: 601px) {
  .ordering_address .box_right_cart .order-card {
    font-size: 18px;
  }
}
.ordering_address .box_right_cart .order-card .card-header-top {
  color: #04457A;
  margin-bottom: 15px;
}
.ordering_address .box_right_cart .order-card .input-group input {
  line-height: 43px;
  height: 43px;
  border-radius: 5px;
}
.ordering_address .box_right_cart .order-card .input-group input::placeholder {
  color: #818181;
}
@media (min-width: 601px) {
  .ordering_address .box_right_cart .order-card .input-group input::placeholder {
    font-size: 18px;
  }
}
.ordering_address .box_right_cart .order-card .input-group .input-group-append {
  flex: 0 0 107px;
  margin-left: 5px;
}
.ordering_address .box_right_cart .order-card .input-group .input-group-append button {
  padding: 0;
  background: #B2B2B2;
  line-height: 41px;
  width: 100%;
  border-radius: 5px;
}
@media (min-width: 601px) {
  .ordering_address .box_right_cart .order-card .input-group .input-group-append button {
    font-size: 18px;
  }
}
.ordering_address .box_right_cart .order-card .input-group .input-group-append button:hover {
  background: #04457A;
}

@media (max-width: 768px) {
  .full.ordering_method #form_ordering_address .col-lg-4 {
    order: -1;
  }
}
.full.ordering_method .main_title {
  font-weight: 500;
  font-size: 18px;
  padding: 20px 0;
}
.full.ordering_method .box_content {
  background: #ffffff;
  padding: 15px 25px;
  padding-top: 0;
  border-radius: 10px;
}
.full.ordering_method .ordering_method_method {
  border-radius: 3px;
  padding: 0;
  width: 100%;
  display: inline-block;
  float: left;
  min-height: 180px;
  margin-bottom: 20px;
}
.full.ordering_method .ordering_method_method .tab {
  margin: 0 -25px;
  background: #F4F4F4;
  padding-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
}
.full.ordering_method .ordering_method_method .tab button {
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  text-align: left;
  padding: 10px 15px 20px 15px;
  border: 2px solid #ffffff;
  flex: 0 0 100%;
}
@media (min-width: 451px) {
  .full.ordering_method .ordering_method_method .tab button {
    flex: 1;
    max-width: 50%;
  }
}
.full.ordering_method .ordering_method_method .tab button p {
  font-weight: 500;
}
@media (min-width: 601px) {
  .full.ordering_method .ordering_method_method .tab button p {
    font-size: 18px;
  }
}
.full.ordering_method .ordering_method_method .tab button span {
  font-size: 14px;
}
@media (min-width: 601px) {
  .full.ordering_method .ordering_method_method .tab button span {
    font-size: 16px;
  }
}
.full.ordering_method .ordering_method_method .tab button.active, .full.ordering_method .ordering_method_method .tab button:hover {
  border: 2px solid #FF960B;
}
.full.ordering_method .ordering_method_method .tab button img {
  margin-right: 15px;
  margin-top: 3px;
}
.full.ordering_method .ordering_method_method .tab button + button {
  margin-top: 10px;
}
@media (min-width: 451px) {
  .full.ordering_method .ordering_method_method .tab button + button {
    margin-left: 20px;
    margin-top: 0;
  }
}
.full.ordering_method .ordering_method_method .content {
  margin: 0 -25px;
  background: #F4F4F4;
}
.full.ordering_method .ordering_method_method .content .around {
  border-radius: 10px 10px 0 0;
  background: #ffffff;
  padding: 15px 15px 0;
}
@media (min-width: 451px) {
  .full.ordering_method .ordering_method_method .content .around {
    padding: 25px 25px 0;
  }
}
.full.ordering_method .ordering_method_method .item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #B2B2B2;
  display: flex;
  justify-content: space-between;
}
.full.ordering_method .ordering_method_method .item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.full.ordering_method .ordering_method_method .item:last-child .row-content {
  margin-top: 20px;
}
.full.ordering_method .ordering_method_method .item:last-child .row-content .list-group-item {
  padding: 0 15px;
  margin-bottom: 15px;
}
.full.ordering_method .ordering_method_method .item:last-child .row-content .list-group-item:last-child {
  margin-bottom: 0;
}
.full.ordering_method .ordering_method_method .item:last-child .row-content .list-group-item .row {
  align-items: center;
  min-height: 45px;
  max-height: 45px;
}
.full.ordering_method .ordering_method_method .item .col_right {
  margin-top: 10px;
}
.full.ordering_method .ordering_method_method .item.transfer .row-content {
  margin-left: 0;
}
.full.ordering_method .ordering_method_method .item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.full.ordering_method .ordering_method_method .item .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #B2B2B2;
  border-radius: 50%;
}
.full.ordering_method .ordering_method_method .item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 8px;
  left: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
}
.full.ordering_method .ordering_method_method .item:hover input ~ .checkmark {
  background-color: #ccc;
}
.full.ordering_method .ordering_method_method .item input:checked ~ .checkmark {
  background-color: #01E635;
}
.full.ordering_method .ordering_method_method .item input:checked ~ .checkmark:after {
  display: block;
}
.full.ordering_method .ordering_method_method .title {
  font-size: 15px;
  font-weight: normal;
}
.full.ordering_method .ordering_method_method .row-title {
  position: relative;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 601px) {
  .full.ordering_method .ordering_method_method .row-title {
    font-size: 18px;
  }
}
.full.ordering_method .ordering_method_method .row-title label {
  padding-left: 45px;
  margin: 0px;
  cursor: pointer;
}
.full.ordering_method .ordering_method_method .row-title label:hover {
  color: #ff7010;
}
.full.ordering_method .ordering_method_method .row-title input {
  margin: 0px;
}
.full.ordering_method .ordering_method_method .row-content, .full.ordering_method .ordering_method_method .row-short {
  font-size: 15px;
  font-weight: normal;
  margin-left: 45px;
}
.full.ordering_method .ordering_method_method .row-content p, .full.ordering_method .ordering_method_method .row-short p {
  padding: 10px 0 0;
}
.full.ordering_method .ordering_method_method #cod-payment .text-card {
  display: flex;
  margin-bottom: 20px;
}
.full.ordering_method .ordering_method_method #cod-payment .text-card > img {
  height: fit-content;
  margin-right: 15px;
}
.full.ordering_method .ordering_method_method #cod-payment .text-card .content_row {
  font-size: 15px;
}
.full.ordering_method .ordering_method_method #cod-payment .text-card .content_row strong {
  font-weight: 500px;
  font-size: 18px;
}
.full.ordering_method .ordering_method_method #cod-payment .row {
  margin: 0 -8px;
}
.full.ordering_method .ordering_method_method #cod-payment .row .col-12 {
  padding: 0 8px;
  position: relative;
}
.full.ordering_method .ordering_method_method #cod-payment .row .col-12 label.error {
  font-size: 13px;
  position: absolute;
  left: 9px;
  bottom: 100%;
  margin: 0;
  right: 9px;
  text-align: right;
}
.full.ordering_method .ordering_method_method #cod-payment .row .col-md-4 {
  margin-bottom: 20px;
}
.full.ordering_method .ordering_method_method #cod-payment .select2-container .select2-selection--single {
  height: 39px;
  border: 1px solid #B2B2B2;
  border-radius: 5px;
}
.full.ordering_method .ordering_method_method #cod-payment .select2-container .select2-selection__rendered {
  font-size: 18px;
  color: #818181;
  line-height: 39px;
}
.full.ordering_method .ordering_method_method #cod-payment input[type=radio] {
  opacity: 0;
  position: absolute;
}
.full.ordering_method .ordering_method_method #cod-payment input[type=text] {
  height: 39px;
  border: 1px solid #B2B2B2;
  width: 100%;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 18px;
  color: #818181;
}
.full.ordering_method .ordering_method_method #cod-payment input[type=text]::placeholder {
  font-size: 18px;
  color: #818181;
  line-height: 39px;
}
.full.ordering_method .btn-success {
  background: #FF960B;
  border-color: #FF960B;
}
@media (max-width: 600px) {
  .full.ordering_method .btn-success {
    font-size: 16px;
  }
}
.full.ordering_method .box_right_cart {
  flex: 0 0 100%;
  max-width: 100%;
  height: fit-content;
  background: #ffffff;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .full.ordering_method .box_right_cart {
    flex: 0 0 376px;
    max-width: 376px;
    margin-left: 30px;
    margin-bottom: 0;
  }
}
.full.ordering_method .box_right_cart .num_product {
  border-bottom: 1px solid #B2B2B2;
  padding: 5px 0 8px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.full.ordering_method .box_right_cart .num_product .btn-custom1 {
  font-size: 16px;
  padding: 0;
  display: flex;
  align-items: center;
  color: #0BC5FF;
}
.full.ordering_method .box_right_cart .num_product .btn-custom1 span {
  width: 18px;
  height: 18px;
  background: rgba(11, 197, 255, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.full.ordering_method .box_right_cart .num_product .btn-custom1 i {
  font-size: 9px;
}
.full.ordering_method .box_right_cart .list_item .item_Cart {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #B2B2B2;
}
.full.ordering_method .box_right_cart .list_item .item_Cart .title {
  font-size: 15px;
  max-width: 60%;
}
.full.ordering_method .box_right_cart .list_item .item_Cart .up_total {
  text-align: right;
}
.full.ordering_method .box_right_cart .list_item .item_Cart .up_total .price_buy {
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 601px) {
  .full.ordering_method .box_right_cart .list_item .item_Cart .up_total .price_buy {
    font-size: 20px;
  }
}
.full.ordering_method .box_right_cart .list_item .item_Cart .up_total .price_buy i {
  color: #04457A;
  font-size: 16px;
  font-style: normal;
}
.full.ordering_method .box_right_cart .list_item .item_Cart .up_total .price {
  color: #818181;
  text-decoration: line-through;
  font-size: 14px;
}
@media (min-width: 601px) {
  .full.ordering_method .box_right_cart .list_item .item_Cart .up_total .price {
    font-size: 17px;
  }
}
.full.ordering_method .box_right_cart .col-content {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 18px;
}
.full.ordering_method .box_right_cart .col-content b {
  color: #EE0000;
}
@media (min-width: 601px) {
  .full.ordering_method .box_right_cart .col-content b {
    font-size: 20px;
  }
}
.full.ordering_method .box_right_cart .promo {
  padding: 10px 0 5px;
}
.full.ordering_method .box_right_cart .promo .removePromotionCode {
  background: #04457a;
  cursor: pointer;
}
.full.ordering_method .box_right_cart .promo .dis {
  margin-left: 5px;
  font-size: 14px;
}
.full.ordering_method .box_right_cart .promo .dis * {
  line-height: 1;
}

.cart_content {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 20px 20px 20px 25px;
  width: 100%;
  display: inline-block;
  float: right;
  margin-bottom: 20px;
  background: #fff;
}
.cart_content .num_product {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 15px;
  display: block;
  line-height: 30px;
}
.cart_content .item_Cart {
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 7px;
  border-bottom: 1px solid #c9c9c9;
  font-size: 12px;
}
.cart_content .item_Cart .title {
  color: #337ab7;
  max-width: 65%;
  display: inline-block;
}
.cart_content .item_Cart .auto_price {
  float: right;
}
.cart_content .item_Cart b {
  display: inline-block;
  vertical-align: top;
}
.cart_content .shipping {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart_content .total span.auto_price {
  float: right;
  font-size: 19px;
  color: #f00;
  font-weight: normal;
}

.ordering_address_right {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 20px;
  width: 100%;
  display: inline-block;
  margin-left: 15px;
  float: right;
  background: #fff;
}
.ordering_address_right .item {
  margin-top: 6px;
}

.panel_invoice {
  display: block;
  width: 100%;
  margin-top: 12px;
  max-width: 600px;
  float: left;
}

.full.ordering_complete .box_content {
  margin: 30px 0;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px 0 30px;
  text-align: center;
}
.full.ordering_complete .box_content .title_address {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 0;
}
@media (min-width: 451px) {
  .full.ordering_complete .box_content .ordering_complete {
    font-size: 18px;
  }
}
.full.ordering_complete .box_content .ordering_complete .order {
  font-weight: 500;
}
.full.ordering_complete .box_content .ordering_complete .title, .full.ordering_complete .box_content .ordering_complete .order, .full.ordering_complete .box_content .ordering_complete p {
  padding: 3px 0;
}
.full.ordering_complete .box_content .row_btn button {
  margin-top: 20px;
  line-height: 39px;
  padding: 0;
  min-width: 309px;
  background: #0BB732;
  color: #ffffff;
}
@media (min-width: 451px) {
  .full.ordering_complete .box_content .row_btn button {
    font-size: 18px;
  }
}
.full.ordering_complete .box_content .row_btn button.yes {
  background: #FF960B;
  text-transform: uppercase;
}