.cart_gift_quantity .cart_quantity_input {
  padding: 0;
  text-align: center;
  width: 64px;
}

.typedText {
  font-size: 0.8125rem;
}

.table-products {
  width: 100%;
}
.table-products th,
.table-products td {
  line-height: 1.5;
  padding: 8px 16px;
  vertical-align: top;
}
.table-products th.first_item,
.table-products td.first_item {
  padding-left: 0 !important;
}
.table-products th.last_item,
.table-products td.last_item {
  padding-right: 0 !important;
}
.table-products thead {
  display: none;
}
.table-products thead th {
  border-bottom: 1px solid var(--border-color);
  color: var(--text-color);
  font-weight: 400;
  font-size: 0.8125rem;
  background: none;
  white-space: nowrap;
}
.table-products tbody td {
  vertical-align: top;
  font-size: 1rem;
}
.table-products tbody td .old-price {
  font-weight: normal;
  text-decoration: line-through;
}
.table-products tbody td .price-percent-reduction {
  display: block;
  line-height: 1.25;
  margin-right: 0;
  text-align: right;
}
.table-products tbody td .cart_actions {
  margin-top: 1em;
  font-size: 0.8125rem;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.table-products tbody td .cart_actions .price_discount_delete,
.table-products tbody td .cart_actions .cart_actions_link {
  color: var(--text-muted);
  text-decoration: underline;
}
.table-products .cart_product {
  text-align: left;
  width: var(--product-image-width);
  padding-right: 0;
}
.table-products .cart_product a {
  display: block;
}
.table-products .cart_product img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 750px) {
  .table-products .cart_total {
    width: 20%;
  }
  .table-products .cart_quantity,
  .table-products .cart_unit {
    width: 20%;
  }
  .table-products .cart_quantity .cart_quantity_label {
    display: none;
  }
}
.table-products .cart_description {
  padding-left: var(--grid-gap);
  font-size: 0.9375rem;
}
.table-products .cart_description .cart_ref,
.table-products .cart_description .cart_attributes {
  padding: 0;
  margin: 4px 0 0;
}
.table-products .cart_description .availability_block {
  margin: 8px 0 0;
}
.table-products .cart_description .availability_block .label {
  vertical-align: top;
}
.table-products .cart_ref {
  display: none;
}
.table-products .cart_total,
.table-products .cart_discount_price {
  position: relative;
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.table-products .cart_item {
  --product-image-width: 280px;
}
.table-products .cart_item:not(:first-child) {
  border-top: 1px solid var(--border-color);
}
.table-products .cart_item:first-child td {
  padding-top: 0;
}
.table-products .cart_item td {
  padding-top: var(--box-padding);
  padding-bottom: var(--box-padding);
}
.table-products .cart_item_specific-price .cart_specific-price_text {
  display: block;
}
@media (max-width: 1019.98px) {
  .table-products .cart_item .cart_quantity {
    grid-column: 2/3;
    width: auto;
  }
  .table-products .cart_item .cart_total {
    justify-content: flex-end;
    align-items: center;
    grid-column: 3/4;
    width: auto;
  }
}
.table-products .cart_specific-price_block {
  display: flex;
  gap: 12px;
  flex-direction: column;
  align-items: center;
}
.table-products .cart_specific-price_text {
  display: none;
  font-weight: 600;
  color: var(--dark-color);
  font-size: 0.9375rem;
  line-height: 1.25;
}
.table-products .cart_specific-price_text strong {
  color: var(--primary-color);
}
.table-products .cart_discount:first-child {
  border-top: 1px solid var(--border-color);
}
.table-products .cart_discount td {
  vertical-align: middle;
}
.table-products .cart_discount .cart_discount_name {
  color: var(--dark-color);
}
.table-products .cart_discount .cart_discount_name .price_discount_delete {
  font-weight: 400;
}
.table-products .cart_discount .cart_discount_name .cart_actions {
  display: inline-flex;
  margin: 0 0 0 var(--grid-gap-half);
  font-weight: normal;
}
.table-products .customization td {
  padding-top: var(--grid-gap-half);
  padding-bottom: var(--grid-gap-half);
  vertical-align: middle;
}
.table-products .customization .typedTextTitle {
  display: none;
}
.table-products .customization .cart_actions {
  margin-top: 8px;
}
@media (max-width: 1409.98px) {
  .table-products .cart_item {
    --product-image-width: 140px;
  }
  .table-products td,
  .table-products th {
    padding: 8px 8px;
  }
}
@media (max-width: 1019.98px) {
  .table-products thead,
  .table-products th {
    display: none;
  }
  .table-products tbody,
  .table-products tr {
    width: 100%;
    display: block;
    font-size: 1rem;
  }
  .table-products .cart_item {
    --product-image-width: 120px;
    padding: 16px 0;
    position: relative;
    display: grid;
    gap: var(--grid-gap);
    grid-template-columns: var(--product-image-width) auto;
    grid-template-rows: auto 1fr;
  }
  .table-products .cart_item td {
    text-align: left;
    padding: 0;
  }
  .table-products .cart_item .cart_description {
    grid-column: span 2;
  }
  .table-products .cart_item .cart_total {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    column-gap: 8px;
    align-self: start;
  }
  .table-products .cart_item .cart_total > * {
    margin: 0;
  }
  .table-products .cart_item .cart_product {
    grid-row: 1/4;
  }
  .table-products .cart_item .cart_total,
  .table-products .cart_item .cart_quantity {
    text-align: left !important;
  }
  .table-products .cart_item .cart_discount_price {
    padding-right: 0;
  }
  .table-products .cart_item .cart_unit,
  .table-products .cart_item .cart_discount_quantity {
    display: none;
  }
  .table-products .specific-price_block {
    flex-direction: row;
  }
  .table-products .cart_discount .cart_discount_name {
    float: left;
    width: 60%;
  }
  .table-products .cart_discount .cart_discount_price {
    float: left;
    width: 40%;
  }
  .table-products #cart_voucher {
    padding: 24px 0;
    width: 100%;
  }
}
@media (max-width: 419.98px) {
  .table-products .cart_item {
    --product-image-width: 96px;
  }
  .table-products .cart_item td.cart_quantity .quantity_choice_input {
    width: 48px;
  }
  .table-products .cart_item td.cart_quantity .btn {
    display: none;
  }
}

#cart_summary {
  flex: 1 0;
}
#cart_summary .gift-icon {
  color: white;
  background: #ff6d3a;
  font-weight: 600;
  display: inline-block;
  line-height: 20px;
  padding: 2px 5px;
  white-space: nowrap;
}

#cart_totals {
  flex: 0 0 25%;
  min-width: 210px;
  margin: 0;
}
@media (min-width: 750px) {
  #cart_totals {
    position: sticky;
    top: calc(var(--scroll-offset) + var(--grid-gap));
  }
}
#cart_totals dl {
  margin: 0;
  line-height: 1.4;
}
#cart_totals dl > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--grid-gap-half);
}
#cart_totals dl small {
  font-size: 0.8125rem;
  color: var(--text-muted);
  font-weight: 400;
}
#cart_totals dt,
#cart_totals dd {
  color: var(--dark-color);
  font-weight: 400;
}
#cart_totals .cart_total_delivery {
  display: none;
}
#cart_totals .cart_total_price:last-child {
  border-top: 1px solid var(--border-color);
  padding-top: var(--grid-gap-half);
}
#cart_totals .cart_total_price:last-child dt,
#cart_totals .cart_total_price:last-child dd {
  font-size: 1.125em;
  font-weight: 600;
}
#cart_totals .standard-checkout {
  margin-top: var(--grid-gap);
}

#cart_voucher {
  text-align: left;
}
#cart_voucher .form-group {
  margin-bottom: 0;
}
#cart_voucher #display_cart_vouchers {
  list-style: "-";
  margin-top: 8px;
  padding-left: 10px;
}
#cart_voucher #display_cart_vouchers li {
  padding-left: 10px;
}
#cart_voucher #display_cart_vouchers span {
  font-weight: 600;
  cursor: pointer;
  color: #ff6d3a;
  text-decoration: underline;
}
#cart_voucher #display_cart_vouchers span:hover {
  text-decoration: none;
}

.cart_title {
  font-size: 1.125em;
  color: var(--dark-color);
  font-weight: 600;
  margin: 0 0 0.5em;
}

#cart_overview {
  flex-grow: 1;
}
@media (min-width: 1020px) {
  #cart_overview .page-home-box {
    border: 1px solid var(--border-color);
    padding: var(--box-padding);
    margin-bottom: var(--grid-gap);
  }
}
#cart_overview .page-home-box .page-product-heading {
  font-size: clamp(1.33rem, 4vw, 1.5rem);
}

#freeshipping_cart .freeshipping_box {
  padding: 0;
  border-bottom: 0;
}

#order-detail-content {
  display: flex;
  align-items: flex-start;
  gap: calc(var(--grid-gap) * 1.5);
}
@media (max-width: 749.98px) {
  #order-detail-content {
    flex-direction: column;
    align-items: stretch;
  }
}

#payment_summary h2 {
  margin-top: 0;
}
@media (min-width: 750px) {
  #payment_summary #cart_summary tbody td.cart_product {
    width: 120px;
  }
  #payment_summary #cart_summary tbody td.cart_total {
    padding-right: 0;
  }
}

.order_delivery {
  display: none;
}

.enable-multishipping {
  margin: -13px 0 17px;
}
.enable-multishipping label {
  font-weight: normal;
}

#carrier_area {
  --page-box-margin: var(--box-padding);
}

.order_carrier_logo {
  max-width: 65px;
  max-height: 65px;
}

#order_carrier {
  clear: both;
  margin-top: 20px;
  border: 1px solid #999999;
  background: #fff;
}
#order_carrier .title_block {
  padding: 0 15px;
  height: 29px;
  font-weight: 600;
  line-height: 29px;
  color: #fff;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999;
}
#order_carrier span {
  display: block;
  padding: 15px;
  font-weight: 600;
}

.multishipping_close_container {
  text-align: center;
}

#multishipping_mode_box {
  padding-top: 12px;
  padding-bottom: 19px;
}
#multishipping_mode_box .title {
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}
#multishipping_mode_box .description_off {
  display: none;
}
#multishipping_mode_box .description_off div {
  margin-bottom: 10px;
}
#multishipping_mode_box .description_off a:hover {
  background: #f3f3f3;
  border: 1px solid #cccccc;
}
#multishipping_mode_box .description a:hover {
  background: #f3f3f3;
  border: 1px solid #cccccc;
}
#multishipping_mode_box.on .description_off {
  display: block;
}

.multishipping-cart .cart_address_delivery.form-control {
  width: 198px;
}

.delivery_option {
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.delivery_option:hover {
  cursor: pointer;
  border-color: var(--text-muted);
}
.delivery_option.selected .resume {
  border-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #ffbc50;
  -moz-box-shadow: inset 0 0 0 2px #ffbc50;
  box-shadow: inset 0 0 0 2px #ffbc50;
}
.delivery_option.selected .resume td.delivery_option_desc .delivery_option_name {
  color: #ffbc50;
}
.delivery_option .resume {
  margin-bottom: 0;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: var(--grid-gap);
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.delivery_option .resume,
.delivery_option .resume tbody,
.delivery_option .resume tr,
.delivery_option .resume td {
  display: block;
}
.delivery_option .resume tbody,
.delivery_option .resume tr {
  height: 100%;
}
.delivery_option .resume tr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.delivery_option .resume td {
  border: none;
  padding: 10px 0 0;
  margin: 0;
  text-align: center;
}
.delivery_option .resume .delivery_option_checker {
  display: none;
  width: 44px;
  padding-right: 30px;
  vertical-align: middle;
}
@media (max-width: 419.98px) {
  .delivery_option .resume .delivery_option_checker {
    display: none;
  }
}
.delivery_option .resume .delivery_option_logo {
  padding: 0;
}
@media (max-width: 419.98px) {
  .delivery_option .resume .delivery_option_logo {
    width: auto;
  }
}
.delivery_option .resume .delivery_option_desc {
  font-size: 13px;
  color: var(--text-color);
  line-height: 1.33;
}
@media (max-width: 419.98px) {
  .delivery_option .resume .delivery_option_desc {
    font-size: 0.8125rem;
  }
}
.delivery_option .resume .delivery_option_name {
  display: block;
  color: var(--dark-color);
  font-size: 1rem;
  margin-bottom: 10px;
  -webkit-transition: color 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: color 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: color 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.delivery_option .resume .delivery_option_price {
  margin-top: auto;
}
.delivery_option_multiple {
  min-width: 100%;
}
@media (min-width: 1020px) {
  .delivery_option_multiple {
    min-width: 50%;
  }
}
.delivery_option_multiple .resume tbody {
  gap: var(--grid-gap);
  display: flex;
}
@media (max-width: 419.98px) {
  .delivery_option_multiple .resume tbody {
    flex-direction: column;
  }
}

.order_carrier_content {
  line-height: normal;
}
.order_carrier_content .carrier_address {
  margin-top: 0;
}
.order_carrier_content .carrier_link {
  margin-left: 8px;
  color: var(--dark-color);
  text-decoration: underline;
}
.order_carrier_content .checkbox input {
  margin-top: 2px;
}
.order_carrier_content .delivery_options_address {
  margin-top: 30px;
}

.delivery_options {
  margin-top: 30px;
  --grid-column-width: calc((100% / var(--grid-column-count)) - ((var(--grid-column-count) - 1) * var(--grid-gap) / var(--grid-column-count)));
  display: grid;
  grid-template-columns: repeat(var(--grid-column-count), 1fr);
  gap: var(--grid-gap);
  clear: both;
  flex-wrap: wrap;
  align-items: stretch;
  margin: var(--grid-gap) 0;
  --grid-column-count: 2;
}
.delivery_options:before, .delivery_options:after {
  content: none;
}
.delivery_options > * {
  min-width: 0;
}
.delivery_options > * > *:first-child {
  height: 100%;
}
@media (min-width: 420px) {
  .delivery_options {
    --grid-column-count: 3;
  }
}
@media (min-width: 1020px) {
  .delivery_options {
    --grid-column-count: 4;
  }
}
@media (min-width: 1794px) {
  .delivery_options {
    --grid-column-count: 5;
  }
}
.carrier_title {
  clear: both;
  color: var(--dark-color);
}

#carrierTable {
  border: 1px solid #999999;
  border-bottom: none;
  background: #fff;
}
#carrierTable tbody {
  border-bottom: 1px solid #999999;
}
#carrierTable th {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: #fff;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999;
}
#carrierTable td {
  padding: 15px;
  font-weight: bold;
  border-right: 1px solid #e9e9e9;
}
#carrierTable td.carrier_price {
  border: none;
}

#HOOK_PAYMENT {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 8px;
}
#HOOK_PAYMENT .payment_module > *,
#HOOK_PAYMENT .payment_module a {
  height: 100%;
}
#HOOK_PAYMENT .payment_module.big {
  grid-column: span 2;
}

.payment_module {
  --payment-image-width: 56px;
  --payment-image-height: 40px;
  --payment-padding-x: 14px;
  --payment-padding-y: 10px;
}
.payment_module a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  font-family: "Gotham Rounded", Arial, Helvetica, sans-serif;
  line-height: 1.4;
  color: var(--text-color);
  background: var(--box-bg);
  min-height: calc(var(--payment-image-height) + var(--payment-padding-y) * 2);
  padding: var(--payment-padding-y) var(--grid-gap) var(--payment-padding-y) calc(var(--payment-padding-x) * 2 + var(--payment-image-width));
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 0 1px var(--box-bg);
  -moz-box-shadow: inset 0 0 0 1px var(--box-bg);
  box-shadow: inset 0 0 0 1px var(--box-bg);
  -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.payment_module a:hover {
  background: var(--body-bg);
}
.payment_module a:hover span {
  color: #ffbc50;
}
.payment_module img,
.payment_module i {
  display: block;
  position: absolute;
  left: var(--payment-padding-x);
  top: var(--payment-padding-y);
  border-radius: 4px;
  background: white;
  margin: 0;
  width: 100%;
  max-width: var(--payment-image-width);
  max-height: var(--payment-image-height);
}
.payment_module img {
  -webkit-box-shadow: inset 0 0 0 1px var(--border-color);
  -moz-box-shadow: inset 0 0 0 1px var(--border-color);
  box-shadow: inset 0 0 0 1px var(--border-color);
}
.payment_module i {
  font-size: 21px;
  text-align: center;
  border: 1px solid var(--border-color);
  color: #ffbc50;
  height: var(--payment-image-height);
  line-height: calc(var(--payment-image-height) - 2px);
}
.payment_module span {
  color: var(--dark-color);
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.286;
  font-weight: 700;
  font-family: "Gotham Rounded", Arial, Helvetica, sans-serif;
  display: block;
  -webkit-transition: color 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: color 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: color 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.payment_module span.price {
  margin: 4px 0 0;
  color: #ff6d3a !important;
}
.payment_module fieldset {
  padding: 0;
  float: right;
}
.payment_module fieldset select {
  height: 36px;
  border-color: var(--border-color);
  vertical-align: top;
  margin-right: 4px;
  border-radius: 18;
  min-width: 64px;
}
.payment_module fieldset .btn {
  border-radius: 18;
}
.payment_module .payment_module_desc {
  font-size: 1rem;
  border-radius: 0 0 10px 10px;
  margin: -10px 0 0;
  padding: 30px 15px 15px;
  background: var(--dark-color);
}
.payment_module .payment_module_desc .payment_module_desc_content {
  color: #cecece;
}
.payment_module .payment_module_desc .payment_module_desc_content p {
  margin: 0;
}
.payment_module .payment_module_desc .payment_module_desc_content p b {
  color: white;
}
.payment_module .payment_module_desc .btn {
  float: right;
  margin-left: 12px;
  border-radius: 18;
}

form.payment_module a {
  padding-right: 15px;
}
form.payment_module a:after {
  content: none;
}

#cashondelivery a {
  background-color: #2196f3;
  background-size: 56px;
  color: #fff;
}
#cashondelivery a span {
  color: #f5b8c5;
}
#cashondelivery a:hover {
  background-color: #2196f3;
}

.cheque-box .form-group {
  margin-bottom: 0px;
}
.cheque-box .form-group .selector,
.cheque-box .form-group .form-control {
  max-width: 270px !important;
}

.order-confirmation.box {
  line-height: 29px;
}
.order-confirmation.box a {
  text-decoration: underline;
}
.order-confirmation.box a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=order.css.map */
