.checkout-index-index #shipping {
  box-shadow: none !important;
}
.checkout-index-index .one-step-checkout-wrapper #billing {
  box-shadow: none !important;
}
.checkout-index-index .one-step-checkout-wrapper #billing .field-select-billing .control {
  border: 1px solid #cbc7c7;
  border-radius: 10px;
  padding: 10px 0 10px 22px !important;
  position: relative;
}
.checkout-index-index .one-step-checkout-wrapper #billing .field-select-billing .control label {
  display: block;
  position: absolute;
  top: -10px;
  background: #fff;
  padding: 0 12px 2px;
  font-size: 15px;
}
.checkout-index-index .one-step-checkout-wrapper #billing .field-select-billing .control .select {
  background: transparent !important;
  border: 0;
  width: 98%;
  padding: 0 10px;
}
.checkout-index-index .one-step-checkout-wrapper #billing .field-select-billing .control .select option:last-child {
  display: none;
}
.checkout-index-index .one-step-checkout-wrapper #billing .field-select-billing .control .select option[value="new-address"] {
  display: block;
}
.checkout-index-index .one-step-checkout-wrapper #billing .field-select-billing .control .select option[value="new-customer-billing-address"] {
  display: block;
}
.checkout-index-index .one-step-checkout-wrapper div#billing {
  margin: 0;
  padding: 0 50px;
}
.checkout-index-index .one-step-checkout-wrapper div#billing .step-title {
  border-left: 5px solid #00a9e1;
  line-height: normal;
  padding-left: 10px !important;
  margin: 0 0 20px;
}
.checkout-index-index .opc-wrapper {
  position: static !important;
}
.checkout-index-index .opc-wrapper #opc-shipping_method {
  box-shadow: none !important;
}
.checkout-index-index .opc-wrapper div#opc-shipping_method .shipping-policy-block.field-tooltip {
  display: none;
}
.checkout-index-index .opc-wrapper div#opc-shipping_method.completed {
  border-bottom: 1px solid #cbc7c7 !important;
}
.checkout-index-index .left .row-mp .step-title span {
  background: transparent !important;
  font-weight: 500 !important;
  color: #030303;
  font-size: 22px;
  text-transform: capitalize;
  padding: 0;
}
.checkout-index-index .button.action.continue.primary {
  margin-left: auto;
}
.checkout-index-index #checkout-step-shipping .action.action-show-popup {
  background: transparent;
  border: 0;
  padding: 0 80px;
  margin: 0;
  font-size: 15px;
  color: #333333;
  font-weight: 700;
}
.checkout-index-index #checkout-step-shipping .action.action-show-popup span {
  border-bottom: 1px solid;
}
.checkout-index-index .stap-pagination {
  text-align: right;
}
.checkout-index-index .stap-pagination button {
  background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%);
  border-radius: 100px;
  border: 0;
  padding: 0 50px;
  height: 48px;
  margin: 0;
  width: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
}
.checkout-index-index .stap-pagination button:hover {
  background: #000000 !important;
}
.checkout-index-index .order-summary.hoverable .step-title span {
  font-weight: 500 !important;
  color: #030303;
  font-size: 22px;
  text-transform: capitalize;
}
.checkout-index-index .grand.totals {
  border-top: 1px dashed #cbc7c7;
}
.checkout-index-index .data.table.table-totals th {
  padding: 12px 0;
  font-size: 16px;
  text-align: left;
}
.checkout-index-index .col-mp.mp-12.hoverable div#payment {
  border: 0;
  box-shadow: none !important;
  padding: 0;
  margin: 0;
  float: none;
  position: relative;
}
.checkout-index-index .col-mp.mp-12.hoverable div#payment .step-title {
  margin-bottom: 30px;
  margin-top: 5px;
}
.checkout-index-index .osc-payment-after-methods .opc-payment-additional .actions-toolbar > .primary {
  float: none;
  width: auto;
}
.checkout-index-index div#checkout-shipping-method-load tbody .row {
  border-bottom: 12px solid #fff;
  display: flex;
  align-items: center;
}
.checkout-index-index div#checkout-shipping-method-load tbody .row td {
  background: #F5F5F5;
  min-height: 64px;
}
.checkout-index-index div#checkout-shipping-method-load tbody .row .col-method {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}
.checkout-index-index div#checkout-shipping-method-load tbody .row .col-price + .col-method {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: flex;
  align-items: center;
}
.checkout-index-index div#checkout-shipping-method-load tbody .row td.col-price {
  display: flex;
  align-items: center;
  flex: 30%;
  max-width: 30%;
}
.checkout-index-index div#checkout-shipping-method-load tbody tr td.shipping-header {
  display: block !important;
  width: 100% !important;
  max-width: 100%;
  padding-left: 0 !important;
  padding-bottom: 10px !important;
}
.checkout-index-index div#checkout-shipping-method-load tbody tr td.shipping-header h3 {
  font-weight: 600;
  font-size: 16px;
}
.checkout-index-index .control input[type="text"]:not(#search) {
  padding: 0 10px !important;
  height: 40px !important;
  font-size: 15px !important;
  background: #fff !important;
  border: 1px solid #cbc7c7 !important;
  border-radius: 6px !important;
}
.checkout-index-index .field.col-mp.mp-6._required .control .select {
  padding: 0 10px !important;
  height: 40px !important;
  font-size: 15px !important;
  background: #fff !important;
  border: 1px solid #cbc7c7 !important;
  border-radius: 6px !important;
}
.checkout-index-index .checkout-payment-method .ccard .month .select {
  padding: 0 10px !important;
  height: 40px !important;
  font-size: 15px !important;
  background: #fff !important;
  border: 1px solid #cbc7c7 !important;
  border-radius: 6px !important;
}
.checkout-index-index .checkout-payment-method .ccard .year .select {
  padding: 0 10px !important;
  height: 40px !important;
  font-size: 15px !important;
  background: #fff !important;
  border: 1px solid #cbc7c7 !important;
  border-radius: 6px !important;
}
.checkout-index-index .checkout-payment-method .ccard > .field.cvv > .control {
  max-width: 80px;
}
.checkout-index-index .checkout-payment-method .store-credit .payment-option-title .action-toggle {
  width: auto !important;
  border-radius: 9px;
  box-shadow: 0 0 8px 0 #D1D1D1;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 248px;
  background: #fff !important;
  min-height: 55px;
  padding: 14px;
}
.checkout-index-index .fieldset > .field:not(.choice) > .label {
  font-size: 14px;
  margin: 0 0 4px;
  width: 100%;
  text-align: left;
}
.checkout-index-index .field.street.col-mp.mp-12.mp-clear.admin__control-fields.required legend.label {
  font-size: 14px;
  margin: 0 0 4px;
  width: 100%;
  text-align: left;
}
.checkout-index-index .field.street.col-mp.mp-12.mp-clear.admin__control-fields.required legend.label span {
  font-size: 16px;
  font-weight: 700 !important;
}
.checkout-index-index .modal-popup .modal-footer .action {
  background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%);
  border-radius: 100px;
  border: 0;
  padding: 0 31px;
  height: 38px;
  margin: 0;
  width: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  margin: 0 7px;
}
.checkout-index-index .modal-popup .modal-inner-wrap {
  border-radius: 9px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 10px;
  margin: auto;
  left: 0;
  border-radius: 0 0 26px 26px;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-footer {
  padding: 8px 10px !important;
}
.checkout-index-index .modal-popup .modal-header {
  padding-top: 0;
  padding: 0 8px;
  padding: 0;
  border: 0;
}
.checkout-index-index .modal-popup .control._with-tooltip .field-tooltip .field-tooltip-action {
  display: none;
}
.checkout-index-index .modal-popup .modal-content {
  padding: 0;
}
.checkout-index-index .modal-popup .modal-title {
  font-size: 22px;
}
.checkout-index-index .modal-popup .field.street .field {
  margin: 0 0 6px;
}
.checkout-index-index .modal-popup #opc-new-billing-address h2 {
  font-size: 22px;
  font-weight: 300;
  padding: 0 10px;
}
.checkout-index-index .modal-popup .fieldset > .field.choice:before {
  display: none;
}
.checkout-index-index .modal-popup .fieldset > .field {
  margin: 0 0 10px;
}
.checkout-index-index .modal-popup .fieldset.address .field.choice {
  padding: 0 8px 0 !important;
}
.checkout-index-index form#discount-form .field .control input {
  border-radius: 100px !important;
  font-size: 16px !important;
}
.checkout-index-index .modal-slide._inner-scroll .modal-footer {
  padding: 8px 10px !important;
}
.checkout-index-index .modal-popup.custom-popup-class .modal-inner-wrap {
  max-width: 440px;
  border-radius: 0 0 26px 26px;
  margin: auto;
  left: 0;
  text-align: center;
}
.checkout-index-index .modal-popup.custom-popup-class .modal-inner-wrap .modal-header {
  display: none;
}
.checkout-index-index .modal-popup.custom-popup-class .modal-inner-wrap .modal-footer {
  text-align: center;
  padding: 0;
  border: 0;
}
.checkout-index-index .modal-popup.custom-popup-class .modal-inner-wrap .modal-footer .action-primary {
  display: inline-block;
  background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%);
  border-radius: 100px;
  border: 0;
  padding: 0 42px;
  height: 45px;
  margin: 12px auto;
  width: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
  color: #FFFFFF;
}
.checkout-index-index .modal-popup.custom-popup-class .modal-content {
  padding: 10px 0 0;
}
.checkout-index-index .custom-popup-payment-class .modal-inner-wrap .modal-header {
  display: none;
}
.checkout-index-index .modal-popup.custom-popup-payment-class .modal-inner-wrap .modal-footer {
  text-align: center;
  padding: 0;
  border: 0;
}
.checkout-index-index .modal-popup.custom-popup-payment-class .modal-inner-wrap .modal-footer .action-primary {
  display: inline-block;
  background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%);
  border-radius: 100px;
  border: 0;
  padding: 0 42px;
  height: 45px;
  margin: 12px auto;
  width: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
  color: #FFFFFF;
}
.checkout-index-index form#store-credit-form button.action.action-apply {
  height: 36px;
  padding: 0 24px;
  background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%) !important;
  border-radius: 100px;
  border: 0;
}
.checkout-index-index form#store-credit-form button.action.action-cancel {
  height: 36px;
  padding: 0 24px;
  background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%) !important;
  border-radius: 100px;
  border: 0;
}
.right #opc-sidebar .order-summary.hoverable {
  padding: 20px;
  border: 0;
  border-radius: 9px;
  background: #F5F5F5;
  margin: 0;
}
.left {
  width: 100%;
}
.left .row-mp {
  margin: 0;
  border-radius: 9px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  width: 100%;
  padding: 15px 20px;
}
.left .shipping-billing-step {
  overflow: hidden;
  position: relative;
  padding: 0;
}
.left .shipping-step {
  overflow: hidden;
  position: relative;
  padding: 0;
}
.left .billing-step {
  overflow: hidden;
  position: relative;
  padding: 0;
}
.left .shipping-billing-step.completed {
  border-bottom: 1px solid #cbc7c7;
  margin-bottom: 20px;
  padding: 20px 0;
}
.left .shipping-billing-step.completed #shipping .step-title {
  display: none;
}
.left .shipping-billing-step.completed #checkout-step-shipping {
  display: none;
}
.left .shipping-billing-step.completed div#billing {
  display: none;
}
.left .shipping-billing-step.completed a#edit-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 40%;
  min-width: 28px;
  min-height: 28px;
  background: black;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left .shipping-billing-step.completed a#edit-btn svg path {
  stroke: #fff;
}
.order-detail-box.order-detail-box-top {
  display: flex;
  justify-content: space-between;
}
#checkout-step-shipping {
  border-bottom: 1px solid #cbc7c7;
  padding-bottom: 20px;
}
#checkout-step-shipping .field.addresses {
  padding: 30px 50px 18px;
}
#checkout-step-shipping .field.addresses .control {
  border: 1px solid #cbc7c7;
  border-radius: 10px;
  padding: 10px 0 10px 22px;
  position: relative;
}
#checkout-step-shipping .field.addresses .control > label {
  position: absolute;
  top: -10px;
  background: #fff;
  padding: 0 12px 2px;
  font-size: 15px;
}
#checkout-step-shipping .field.addresses .control #shipping-address-dropdown {
  background: transparent !important;
  border: 0;
  width: 98%;
  padding: 0 10px;
}
#checkout-step-shipping .billing-address-same-as-shipping-block.field.choice {
  padding: 30px 66px 10px !important;
}
.order-review-container {
  display: none;
  padding: 0 10px;
}
.order-review-container .order-review-wrapper {
  margin: 0;
  border-radius: 9px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 15px 20px 100px;
}
.order-review-container h2 {
  background: transparent !important;
  font-weight: 500 !important;
  color: #030303;
  font-size: 22px;
  text-transform: capitalize;
  padding: 10px;
  margin: 0;
}
.order-review-container .order-review-table tr {
  border-bottom: 1px dashed #cbc7c7;
}
.order-review-container .order-review-table tr th {
  padding: 16px;
  font-size: 16px;
}
.order-review-container .order-review-table tr td {
  padding: 16px;
  font-size: 16px;
}
.order-review-container .order-review-table tbody tr:last-child {
  border: 0;
}
#checkout-step-billing .field.field-select-billing .add-new-address {
  background: transparent;
  border: 0;
  padding: 18px 40px;
  margin: 0;
  font-size: 15px;
  color: #333333;
  font-weight: 700;
}
#checkout-step-billing .field.field-select-billing .add-new-address span {
  border-bottom: 1px solid #333333;
}
#checkout-step-billing .field.field-select-billing .add-new-address span::before {
  content: '+';
  padding-right: 5px;
}
#opc-sidebar #co-place-order-area {
  padding: 0 !important;
}
#opc-sidebar #co-place-order-area .osc-addition-content-wrapper {
  padding: 0;
}
#opc-sidebar #co-place-order-area .osc-addition-content-wrapper .osc-place-order-block {
  border: 0;
  border-radius: 0;
  padding: 6px 0 0 !important;
  text-align: center;
  margin: 15px 0 0;
}
#opc-sidebar #co-place-order-area .osc-addition-content-wrapper .osc-place-order-block span {
  font-size: 18px;
}
#opc-sidebar #co-place-order-area .osc-addition-content-wrapper .osc-place-order-block span a {
  display: inline-block;
  background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%);
  border-radius: 100px;
  border: 0;
  padding: 0 50px;
  height: 48px;
  margin: 12px auto;
  width: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
  color: #FFFFFF;
}
#opc-sidebar #co-place-order-area .osc-addition-content-wrapper .osc-place-order-block span a:hover {
  background: #000000 !important;
}
#opc-sidebar #co-place-order-area .osc-addition-content-wrapper .osc-place-order-block .order-summery-go-to-cart {
  font-size: 15px;
}
#opc-sidebar #co-place-order-area .osc-trust-seal {
  margin: 0;
}
#opc-sidebar .opc-block-summary.step-content {
  margin: 0;
}
.onestepcheckout-index-index .opc-wrapper .form-discount {
  margin-top: -15px;
}
.onestepcheckout-index-index .opc-wrapper .form-discount .actions-toolbar button.action.action-apply {
  height: 42px;
  padding: 0 24px;
  background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%) !important;
  border-radius: 100px;
}
.onestepcheckout-index-index .opc-wrapper .form-discount .actions-toolbar button.action.action-apply:hover {
  background: #000000 !important;
}
.onestepcheckout-index-index .payment-group {
  min-height: 110px;
}
.onestepcheckout-index-index .payment-group .step-title + .payment-method {
  margin-left: 0;
}
.onestepcheckout-index-index .column.main {
  position: relative;
}
.payment-next-order-review-button {
  text-align: right;
}
.payment-next-order-review-button .button.action {
  background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%);
  border-radius: 100px;
  border: 0;
  padding: 0 50px !important;
  height: 48px;
  margin: 5px 0 0;
  width: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
}
.payment-next-order-review-button .button.action:hover {
  background: #000000 !important;
}
.order-summary.hoverable tr.totals.sub td.amount {
  padding: 12px 0;
  font-size: 16px;
  letter-spacing: -0.16px;
  color: #030303;
  text-align: left;
  font-weight: 700;
  text-align: right;
}
.order-summary.hoverable tr.totals.sub th.mark {
  padding: 12px 0;
  font-size: 16px;
  letter-spacing: -0.16px;
  color: #030303;
  text-align: left;
}
.order-summary.hoverable tr.totals.shipping.excl td.amount {
  padding: 12px 0;
  font-size: 16px;
  letter-spacing: -0.16px;
  color: #030303;
  text-align: left;
  font-weight: 700;
  text-align: right;
}
.order-summary.hoverable tr.totals.shipping.excl .mark {
  padding: 12px 0;
  font-size: 16px;
  letter-spacing: -0.16px;
  color: #030303;
  text-align: left;
}
.order-summary.hoverable tr.totals.store-credit th.mark {
  padding: 12px 0;
  font-size: 16px;
  letter-spacing: -0.16px;
  color: #030303;
  text-align: left;
}
.order-summary.hoverable tr.totals.store-credit td.amount {
  padding: 12px 0;
  font-size: 16px;
  letter-spacing: -0.16px;
  color: #030303;
  text-align: left;
  font-weight: 700;
  text-align: right;
}
.abs-sidebar-totals .grand .amount {
  padding: 12px 0;
  font-size: 16px;
}
.cart-totals .grand .amount {
  padding: 12px 0;
  font-size: 16px;
}
.opc-block-summary .table-totals .grand .amount {
  padding: 12px 0;
  font-size: 16px;
}
.checkout-container {
  margin: 0;
}
.order-summary .opc-block-summary table.data.table.table-totals .shipping.excl .value {
  display: none;
}
div#co-place-order-area .osc-place-order-wrapper .place-order-primary button.primary.checkout {
  background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%);
  border-radius: 100px;
  border: 0;
  height: 60px;
  margin: 0 !important;
  width: 100% !important;
  font-weight: 400;
  font-size: 18px;
  transition: 0.3s;
  padding: 7px 40px !important;
}
div#co-place-order-area .osc-place-order-wrapper .place-order-primary button.primary.checkout:hover {
  background: #000000 !important;
}
.step-shipping-billing {
  display: flex;
  align-items: center;
}
.step-shipping-billing h2 {
  border-left: 3px solid #00a9e1;
  padding-left: 15px;
  margin-left: 0;
  flex: 30%;
  max-width: 30%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
  padding-right: 10px;
}
.step-shipping-billing h2 strong {
  font-weight: 500 !important;
  color: #030303;
  font-size: 18px;
}
.step-payment-section {
  display: flex;
  align-items: center;
}
.step-payment-section h2 {
  border-left: 3px solid #00a9e1;
  padding-left: 15px;
  margin-left: 0;
  flex: 30%;
  max-width: 30%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
  padding-right: 10px;
}
.step-payment-section h2 strong {
  font-weight: 500 !important;
  color: #030303;
  font-size: 18px;
}
.step-shipping-method {
  display: flex;
  align-items: center;
}
.step-shipping-method h2 {
  border-left: 3px solid #00a9e1;
  padding-left: 15px;
  margin-left: 0;
  flex: 30%;
  max-width: 30%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
  padding-right: 10px;
}
.step-shipping-method h2 strong {
  font-weight: 500 !important;
  color: #030303;
  font-size: 18px;
}
.checkout-payment-method.checkout-step.completed #shipping-method-edit-btn {
  position: absolute;
  right: 8px;
  top: 15px;
  min-width: 28px;
  min-height: 28px;
  background: black;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-payment-method.checkout-step.completed #shipping-method-edit-btn svg path {
  stroke: #fff;
}
.checkout-payment-method.checkout-step.completed .step-title {
  display: none;
}
.checkout-payment-method.checkout-step.completed .step-content {
  display: none;
}
.table-checkout-shipping-method tbody tr td:first-child {
  width: auto !important;
  display: flex;
  align-items: center;
  flex: 100px;
  max-width: 100px;
  position: relative;
}
.table-checkout-shipping-method tbody tr td:first-child input {
  position: absolute;
  left: -35px;
  width: 20px;
  height: 20px;
}
.payment-option._collapsible.opc-payment-additional.store-credit {
  position: absolute;
  top: 63px;
  right: auto;
  margin-top: 0;
  left: 10px;
}
.payment-option._collapsible.opc-payment-additional.store-credit .payment-option-content {
  position: absolute;
  background: #fff;
  border: 0;
  padding: 0;
  border-radius: 5px;
  margin-top: 0px;
}
.payment-option._collapsible.opc-payment-additional.store-credit .payment-option-content form#store-credit-form {
  margin-top: 0 !important;
}
.payment-option._collapsible.opc-payment-additional.store-credit .form-store-credit .actions-toolbar {
  display: block;
  text-align: center;
}
.payment-option._collapsible.opc-payment-additional.store-credit .form-store-credit .actions-toolbar label {
  margin-right: 0;
  margin-bottom: 3px;
}
.payment-option-content .messages {
  margin: 0 0 3px !important;
}
.payment-option-content .messages .message {
  margin-bottom: 0;
}
.payment-option-content .messages .message div {
  font-size: 13px;
  line-height: 15px;
}
.payment-option._collapsible.opc-payment-additional.store-credit._active #block-discount-heading {
  border-color: #00a9e1;
}
fieldset#authnetcim-form-cc {
  margin: 0;
}
div#checkout-step-payment fieldset.fieldset .fieldset .control select {
  border: 1px solid #cbc7c7;
  border-radius: 6px !important;
  background: #fff !important;
  width: auto;
  min-width: 225px;
  height: 40px !important;
  padding: 0 14px !important;
  cursor: pointer;
  font-size: 16px !important;
}
div#checkout-shipping-method-load {
  margin-left: 30px;
}
table.table-checkout-shipping-method tbody tr td {
  font-size: 16px;
  letter-spacing: -0.16px;
  color: #030303;
  padding: 14px 20px !important;
}
table.table-checkout-shipping-method tbody tr td:last-child {
  display: none;
}
.checkout-payment-method {
  display: none;
}
.checkout-payment-method .step-title {
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.checkout-payment-method .payment-method .field.choice input[type="radio"] + label::before,
.checkout-payment-method .payment-method .field.choice input[type="radio"]:checked + label::after {
  display: none;
}
.checkout-payment-method .payment-method._active .field.choice label {
  border-color: #00a9e1 !important;
}
.checkout-payment-method .osc-payment-after-methods .payment-option-content {
  margin: 0;
  padding: 0;
}
.checkout-payment-method .store-credit .payment-option-title .action-toggle:after {
  display: none !important;
}
.opc-wrapper .form-discount {
  max-width: 330px;
}
.items.payment-methods .payment-group .payment-method {
  display: inline;
}
.items.payment-methods .payment-group .payment-method .payment-method-title {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin: -9px 12px 0 0 !important;
}
.items.payment-methods .payment-group .payment-method .payment-method-title .label {
  border-radius: 9px;
  box-shadow: 0 0 8px 0 #D1D1D1;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 55px;
  min-width: 180px;
}
.items.payment-methods .payment-group .payment-method .payment-method-title.free {
  opacity: 0;
}
.items.payment-methods .payment-group .payment-method-content {
  padding-left: 0px;
  float: right;
  margin-left: -100%;
  width: 100%;
  margin-top: 66px;
  position: relative;
  display: none;
}
.items.payment-methods .payment-group .payment-method-content .fieldset {
  border: 1px solid #cbc7c7;
  padding: 15px;
  border-radius: 9px;
}
.items.payment-methods .payment-group .payment-method-content .payment-method-content {
  padding: 0;
  border: 0;
}
.items.payment-methods .payment-group .payment-method._active .payment-method-content {
  display: block;
}
.checkout-shipping-method .step-title {
  margin: 0 0 15px;
}
.shipping-step.active > .stap-pagination {
  display: none;
}
#edit-btn {
  display: none;
}
#shipping-method-edit-btn {
  display: none;
}
.checkout-shipping-method-step.completed {
  border-bottom: 1px solid #cbc7c7 !important;
  margin-bottom: 20px;
  padding: 0 0 20px !important;
}
.checkout-shipping-method-step.completed #shipping-method-edit-btn {
  position: absolute;
  right: 0;
  top: 15px;
  min-width: 28px;
  min-height: 28px;
  background: black;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-shipping-method-step.completed #shipping-method-edit-btn svg path {
  stroke: #fff;
}
.checkout-shipping-method-step.completed .checkout-shipping-method .step-title {
  display: none;
}
.checkout-shipping-method-step.completed .checkout-shipping-method .field-tooltip {
  display: none;
}
.checkout-shipping-method-step.completed .checkout-shipping-method div#checkout-step-shipping_method {
  display: none;
}
.checkout-shipping-method-step.completed .checkout-shipping-method + .stap-pagination {
  display: none;
}
.mp-12 {
  float: none;
}
.opc.opc-sticky {
  display: block;
}
.selected-item.selected-address {
  flex: 65%;
  border-radius: 9px;
  background: #F5F5F5;
  padding: 5px 15px;
  max-width: 65%;
}
.selected-item.selected-address ul {
  margin: 0;
  padding: 0;
}
.selected-item.selected-address ul li {
  margin: 0;
  margin: 15px 0;
  list-style: none;
  font-size: 14px;
}
.selected-item.selected-address ul li p {
  font-weight: 700;
}
.sticky.right {
  position: static !important;
}
.checkout-shipping-method-step .step-title {
  display: flex;
  align-items: center;
  gap: 15px;
}
.checkout-shipping-address .step-title {
  display: flex;
  align-items: center;
  gap: 15px;
}
.osc-place-order-wrapper .actions-toolbar {
  position: absolute;
  left: 31px;
  bottom: 65px;
  width: 72%;
}
.osc-place-order-wrapper .actions-toolbar .place-order-primary {
  display: none !important;
}
.osc-place-order-wrapper .actions-toolbar .place-order-primary.active {
  display: block !important;
  position: relative;
  top: 0;
  width: 100%;
}
.osc-place-order-wrapper .place-order-primary span {
  text-transform: capitalize;
}
.order-review-title {
  display: flex;
  align-items: center;
  gap: 15px;
}
.checkout-step.active {
  display: block !important;
}
.osc-payment-after-methods {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}
.osc-payment-after-methods .opc-payment-additional .field .control {
  float: none;
  margin-bottom: 0;
}
.custom-popup-payment-class .modal-inner-wrap {
  max-width: 440px;
  border-radius: 0 0 26px 26px;
  margin: auto;
  left: 0;
  text-align: center;
}
.custom-popup-payment-class .modal-inner-wrap .modal-footer {
  padding: 8px 10px !important;
}
#checkout-shipping-method-load .exe-shipping {
  border-radius: 14px;
}
#checkout-shipping-method-load .exe-shipping .dashed-border {
  border: 1px dashed #92e4ff;
  border-radius: 14px;
  padding: 15px;
  margin: 0 0 20px -35px;
}
#checkout-shipping-method-load #existing-shipping-method .existing-order-shipping {
  display: flex;
  align-items: center;
  background: #F5F5F5;
  position: relative;
  margin-left: 35px;
  font-size: 16px;
  padding: 14px;
  border-radius: 9px;
  min-height: 64px;
}
#checkout-shipping-method-load #existing-shipping-method .existing-order-shipping input {
  position: absolute;
  left: -31px;
  width: 20px;
  height: 20px;
}
#checkout-shipping-method-load #existing-shipping-method .existing-order-shipping .method-details {
  max-width: 11%;
  flex: 11%;
}
#checkout-shipping-method-load #existing-shipping-method .existing-order-shipping .price {
  max-width: 31.5%;
  flex: 31.5%;
}
.reserve-stock-shipping {
  display: flex;
  align-items: center;
  background: #F5F5F5;
  position: relative;
  margin-left: 35px;
  font-size: 16px;
  padding: 14px;
  border-radius: 9px;
  min-height: 64px;
}
.reserve-stock-shipping input {
  position: absolute;
  left: -31px;
  width: 20px;
  height: 20px;
}
.reserve-stock-shipping .method-details {
  max-width: 11%;
  flex: 11%;
}
.reserve-stock-shipping .price {
  max-width: 31.5%;
  flex: 31.5%;
}
.reserve-stock-shipping #label_carrier_simpleshipping_simpleshipping {
  display: none;
}
.method-details {
  max-width: 31.5%;
  flex: 31.5%;
}
div#existing-shipping-method {
  margin: 0 0 14px;
}
.reserve-shipping-main {
  border-top: 0;
  margin-top: 20px;
  border: 1px solid #cbc7c7;
  margin-left: 35px;
  border-radius: 9px;
  padding: 15px;
}
#checkoutSteps {
  display: flex;
  gap: 10px;
}
#checkoutSteps .right {
  width: 370px;
  min-width: 330px;
}
#aw-credit-limit-form .control {
  max-width: 330px;
}
.d-flex-order {
  display: flex;
  gap: 10px;
}
.d-flex-order .order-review-container.mp-9.checkout-step {
  width: 100%;
}
.order-side {
  width: 370px;
  min-width: 330px;
}
.additional-shipping-option-wrapper {
  border-top: 0;
  margin-top: 20px;
  border: 1px solid #cbc7c7;
  margin-left: 35px;
  border-radius: 9px;
  padding: 15px;
}
.additional-shipping-option-wrapper .step-title {
  margin-top: 0 !important;
}
.additional-shipping-option-wrapper select#existing_order_id {
  border: 1px solid #cbc7c7;
  border-radius: 10px !important;
  background: #fff !important;
  width: auto;
  min-width: 330px;
  height: 45px !important;
  padding: 0 14px !important;
  cursor: pointer;
  font-size: 16px !important;
}
.mobile-summery {
  display: none;
}
.mobile-steps {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary {
  background: rgba(217, 217, 217, 0.2);
  box-shadow: none;
  padding: 32px;
  border-radius: 12px;
}
.checkout-cart-index .cart-container .cart-summary .summary.title {
  font-size: 20px;
  font-weight: 400;
  padding: 0 0 30px;
  color: #000000;
  border: 0;
  background: transparent;
}
.checkout-cart-index .cart-container .checkout-methods-items .action.primary {
  display: block;
  background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%) !important;
  border-radius: 100px;
  border: 0;
  padding: 0;
  height: 50px;
  margin: 12px auto;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 48px;
  color: #FFFFFF;
  text-transform: capitalize;
}
.checkout-cart-index .cart-container .checkout-methods-items .action.primary:hover {
  background: #000000 !important;
}
.checkout-cart-index .cart-container .checkout-methods-items .grand.totals th.mark strong {
  font-size: 18px;
  color: #0E2E55;
}
.checkout-cart-index .cart-container .grand.totals td.amount strong .price {
  font-size: 18px;
  color: #0E2E55;
}
.checkout-cart-index .cart-container .form-cart {
  padding-bottom: 40px;
}
.checkout-cart-index #discount-coupon-form {
  overflow: hidden;
}
.checkout-cart-index .cart.main.actions button {
  background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%) !important;
  border-radius: 100px;
  border: 0;
  padding: 0 50px;
  height: 48px;
  margin: 12px auto;
  width: auto;
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 0 9px;
  color: #FFFFFF;
  text-transform: capitalize;
}
.checkout-cart-index .cart.main.actions button:hover {
  background: #000000 !important;
}
.checkout-cart-index .cart.main.actions button a#continue-shopping {
  font-size: 16px;
  color: #FFFFFF;
  text-transform: capitalize;
}
.checkout-cart-index .cart.main.actions button.action.update {
  background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%) !important;
  border-radius: 100px;
  border: 0;
  padding: 0 50px;
  height: 48px;
  margin: 12px auto;
  width: auto;
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 0 9px;
  color: #FFFFFF;
  text-transform: capitalize;
}
.checkout-cart-index .cart.main.actions button.action.update:hover {
  background: #000000 !important;
}
.checkout-cart-index .cart-summary .cart-totals {
  border-top: 0;
  padding: 0;
}
.checkout-cart-index .cart-summary .cart-totals th {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 0 12px;
  border: 0;
}
.checkout-cart-index .cart-summary .cart-totals td {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 0 12px;
  border: 0;
}
.checkout-cart-index #block-discount .title {
  border: 1px solid #c1c1c1;
  border-radius: 8px;
}
.checkout-cart-index #block-discount .title::after {
  top: 0;
  font-size: 40px;
}
.checkout-cart-index #block-discount #block-discount-heading {
  border: 0;
  text-transform: capitalize;
  padding-left: 20px;
}
.checkout-cart-index .page-title-wrapper {
  padding: 50px 0 25px;
}
.checkout-cart-index .cart.table-wrapper thead {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .items > .item > tr {
  border-bottom: 0 !important;
  border-radius: 9px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  display: flex;
  align-items: center;
}
.checkout-cart-index .cart.table-wrapper .item .col.item {
  padding: 15px !important;
  border-bottom: none;
  flex: 58%;
  max-width: 58%;
}
.checkout-cart-index .cart.table-wrapper tbody td {
  padding: 15px !important;
}
.checkout-cart-index .cart.table-wrapper .product-item-photo .product-image-container {
  width: 130px !important;
}
.checkout-cart-index .cart.table-wrapper .product-item-name {
  width: 100%;
}
.checkout-cart-index .cart.table-wrapper .col.qty .input-text {
  border-left: 0;
  border-right: 0;
}
.checkout-cart-index table#shopping-cart-table {
  box-shadow: none;
  border: none !important;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.checkout-cart-index .product-image-photo {
  height: 110px !important;
  width: 130px !important;
}
.checkout-cart-index .product-item-details strong.product-item-name a {
  font-size: 16px;
  line-height: 22px;
}
.checkout-cart-index tr.item-info .field.qty .control span.minus button {
  border-right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.checkout-cart-index tr.item-info .field.qty .control span.plus button {
  border-left: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0;
}
tr.totals.shipping.excl td.amount {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 0 12px;
  border: 0;
}
tr.totals.shipping.excl .mark {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 0 12px;
  border: 0;
}
.cart.table-wrapper .items > .item {
  border-bottom: 0 !important;
  border-bottom: 0;
  padding-bottom: 20px;
  display: flex;
}
.success-wrapper {
  display: flex;
  gap: 20px;
  margin: 0 0 60px;
}
.success-wrapper .success-wrapper-left {
  width: 100%;
}
.success-wrapper .success-wrapper-left .checkout-success {
  float: none;
  margin: 0;
  background: #F0FAFE;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.success-wrapper .success-wrapper-left .checkout-success svg {
  min-width: 80px;
}
.success-wrapper .success-wrapper-left .checkout-success .sucess-detail h2 {
  color: #0E2E55;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin: 0;
}
.success-wrapper .success-wrapper-left .checkout-success p {
  color: #0E2E55;
  font-size: 14px;
  margin: 0;
}
.success-wrapper .success-wrapper-left .checkout-success .order-number {
  color: #008FBF;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.success-wrapper .success-wrapper-left .checkout-success .order-number .order-number strong {
  color: #008FBF;
  font-size: 16px;
  font-weight: 500;
}
.success-wrapper .success-wrapper-right {
  min-width: 570px;
}
.success-wrapper .success-wrapper-right .button-continue {
  float: none;
  width: 100%;
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.success-wrapper .success-wrapper-right .button-continue .primary.continue {
  background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%);
  border: 0;
  font-size: 18px;
  height: 60px;
  font-weight: 400;
  line-height: 60px;
  padding: 0 30px;
  border-radius: 100px;
}
.success-wrapper .success-wrapper-right .button-continue .primary.continue:hover {
  background: #000000;
}
.success-wrapper .success-wrapper-right .button-continue .primary.continue span {
  display: block;
  text-align: center;
}
.success-wrapper .success-wrapper-right .button-continue .fmess {
  float: none;
  margin: 0;
  width: auto;
  font-size: 20px;
  font-weight: 500;
}
.success-wrapper .success-wrapper-right .show-order caption {
  color: #000000 !important;
  font-size: 20px !important;
  height: auto;
  margin: 0 0 16px !important;
  display: block;
}
.success-wrapper .success-wrapper-right tbody .data-item td {
  border-right: 0;
  background: transparent;
  padding: 12px 0;
  border-bottom: 0;
}
.success-wrapper .success-wrapper-right tbody tr {
  border-bottom: 1px solid #D9D9D9;
}
.success-wrapper .success-wrapper-right .data-item {
  border-top: 0;
}
.success-wrapper .success-wrapper-right .data-item .product-name {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 4px;
}
.success-wrapper .success-wrapper-right .data-item .sku {
  color: #A3A3A3;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 4px;
}
.success-wrapper .success-wrapper-right .data-item .table-number {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}
.success-wrapper .success-wrapper-right .text-under {
  height: auto;
  float: none;
  width: 100%;
  margin-bottom: 0;
}
.success-wrapper .success-wrapper-right .actions-order {
  float: none;
  padding: 35px 0 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.success-wrapper .success-wrapper-right .actions-order .printurl {
  background: transparent !important;
  border-color: #D9D9D9 !important;
  padding: 0;
  height: 48px;
  line-height: 48px;
  border-radius: 100px;
  width: 100%;
  text-align: center;
  margin: 0;
}
.success-wrapper .success-wrapper-right .actions-order .printurl:hover {
  background: #000000 !important;
  border-color: #000000 !important;
}
.success-wrapper .success-wrapper-right .actions-order .printurl:hover .action-print {
  color: #FFFFFF !important;
}
.success-wrapper .success-wrapper-right .actions-order .printurl .action-print {
  color: #000000 !important;
  font-size: 18px;
  display: block;
}
.success-wrapper .success-wrapper-right .actions-order .reorderurl {
  background: transparent !important;
  border-color: #D9D9D9 !important;
  padding: 0;
  height: 48px;
  line-height: 48px;
  border-radius: 100px;
  width: 100%;
  text-align: center;
  margin: 0;
}
.success-wrapper .success-wrapper-right .actions-order .reorderurl:hover {
  background: #000000 !important;
  border-color: #000000 !important;
}
.success-wrapper .success-wrapper-right .actions-order .reorderurl:hover .action-reorder {
  color: #FFFFFF !important;
}
.success-wrapper .success-wrapper-right .actions-order .reorderurl .action-reorder {
  color: #000000 !important;
  font-size: 18px;
  display: block;
}
.success-wrapper .success-wrapper-right tfoot {
  display: block;
  padding-top: 15px;
  padding-right: 10px;
}
.success-wrapper .success-wrapper-right tfoot th {
  background-color: transparent;
  text-align: left;
  text-transform: capitalize;
  padding: 8px 0 !important;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
  border: 0;
}
.success-wrapper .success-wrapper-right tfoot td {
  padding: 8px 0 !important;
  background: transparent;
  font-size: 16px;
  line-height: 20px;
  color: #A3A3A3;
}
.success-wrapper .success-wrapper-right tfoot td.number {
  font-size: 16px;
  font-family: 'Inter';
  padding-right: 10px !important;
}
.success-wrapper .success-wrapper-right tr {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.success-wrapper .success-wrapper-right tr.grand_total th {
  font-size: 20px;
  font-weight: 500;
  color: #0E2E55;
  padding-top: 25px !important;
}
.success-wrapper .success-wrapper-right tr.grand_total .number {
  font-size: 20px;
  font-weight: 500;
  color: #0E2E55;
  padding-top: 25px !important;
}
.success-wrapper .success-wrapper-right-inner {
  background: rgba(217, 217, 217, 0.2);
  border-radius: 12px;
  padding: 32px;
}
.checkout-onepage-success .print {
  display: none;
}
.checkout-onepage-success .page-title-wrapper {
  display: none;
}
.checkout-onepage-success .order-details {
  float: none;
  margin-top: -20px;
}
.order-detail-box {
  border: #D9D9D9 1px solid;
  border-radius: 12px;
  padding: 24px;
  margin: 24px 0 0;
}
.order-detail-box .inner-title {
  margin: 0 0 16px;
  background: transparent;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  font-weight: 500;
}
.order-detail-box .status {
  margin: 6px 0 0;
}
.order-detail-box .status p {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}
.order-detail-box .status p span {
  font-weight: 400;
}
.order-detail-box .shipping-address {
  width: 100%;
  float: none !important;
  border: 0;
  margin-bottom: 0;
  margin: 0 !important;
  height: auto !important;
}
.order-detail-box .shipping-method {
  width: 100%;
  float: none !important;
  border: 0;
  margin-bottom: 0;
  margin: 0 !important;
  height: auto !important;
}
.order-detail-box .billing-address {
  width: 100%;
  float: none !important;
  border: 0;
  margin-bottom: 0;
  margin: 0 !important;
  height: auto !important;
}
.order-detail-box .billing-method {
  width: 100%;
  float: none !important;
  border: 0;
  margin-bottom: 0;
  margin: 0 !important;
  height: auto !important;
}
.order-detail-box ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}
.order-detail-box ul li {
  list-style: none;
  margin: 0 0 0;
  width: 50%;
  flex: 50%;
}
.order-detail-box ul li:nth-child(1) {
  margin: 0 0 32px;
}
.order-detail-box ul li:nth-child(2) {
  margin: 0 0 32px;
}
.order-detail-box ul li .box-title {
  font-size: 16px;
  color: #000000;
  background: transparent !important;
  padding: 0;
  line-height: 24px;
  font-weight: 600;
}
.order-detail-box ul li .box-content {
  padding: 6px 0;
}
.order-detail-box ul li .box-content address {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding-right: 20px;
}
.order-detail-box ul li .box-content address a {
  color: #008FBF;
}
.show-order table {
  display: block;
}
.show-order table tbody {
  display: block;
  max-height: 320px;
  overflow: auto;
  padding-right: 10px;
}
.show-order table tbody::-webkit-scrollbar {
  width: 7px;
}
.show-order table tbody::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.show-order table tbody::-webkit-scrollbar-thumb {
  background: #3478a7;
}
.checkout-payment-method .payment-group .step-title + .payment-method {
  margin-left: 240px;
}
.exe-shipping.dashed-border {
  border: 1px dashed #C00000;
  padding: 0;
  margin-left: -30px;
}
.exe-shipping.dashed-border #existing-shipping-method {
  margin: 0;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .onestepcheckout-index-index .opc-wrapper .form-discount {
    margin-top: 0;
    position: absolute;
    bottom: -14px;
    width: 289px;
  }
}
@media screen and (max-width: 1599px) {
  .checkout-onepage-success .fade-timer {
    display: none;
  }
  .checkout-cart-index .fade-timer {
    display: none;
  }
}
@media (max-width: 1366px) {
  .items.payment-methods .payment-group .payment-method .payment-method-title .label {
    min-width: 125px;
  }
  .success-wrapper .success-wrapper-right {
    min-width: 470px;
  }
  .success-wrapper .success-wrapper-right .button-continue .primary.continue {
    padding: 0 13px;
  }
  .success-wrapper .success-wrapper-right .button-continue .fmess {
    font-size: 18px;
  }
  .checkout-cart-index #block-discount {
    padding-right: 20px;
  }
  html .checkout-cart-index .cart.table-wrapper tbody td {
    padding: 15px !important;
  }
}
@media (max-width: 1199px) {
  #checkout-step-shipping .field.addresses {
    padding: 18px;
  }
  .opc-wrapper .step-content {
    margin: 0 0 30px;
  }
  .checkout-index-index .one-step-checkout-wrapper div#billing {
    padding: 0 30px;
  }
  .checkout-index-index #checkout-step-shipping_method {
    padding: 0;
  }
  .checkout-index-index .left .row-mp .step-title span {
    font-size: 20px;
  }
  .checkout-index-index div#checkout-shipping-method-load tbody .row td.col-price {
    flex: 20%;
    max-width: 20%;
  }
  .left .row-mp {
    padding: 10px;
  }
  .selected-item.selected-address {
    flex: 60%;
    padding: 10px;
    max-width: 60%;
  }
  table.table-checkout-shipping-method tbody tr td {
    font-size: 14px;
    padding: 11px 10px !important;
  }
  .checkout-payment-method .payment-method-title .payment-icon {
    width: 50px;
  }
  div#checkout-step-payment fieldset.fieldset .fieldset .control select {
    height: 40px !important;
    font-size: 14px !important;
  }
  .table-checkout-shipping-method tbody tr td:first-child {
    flex: 80px;
    max-width: 80px;
  }
  .success-wrapper .success-wrapper-right {
    min-width: 370px;
  }
  .success-wrapper .success-wrapper-right-inner {
    padding: 15px;
  }
  .checkout-cart-index .cart-container .cart-summary {
    padding: 25px !important;
  }
  .checkout-cart-index .cart-container .cart-summary .summary.title {
    font-size: 20px !important;
    padding: 0 0 18px;
  }
  .checkout-cart-index .cart-container .form-cart {
    padding-right: 30px;
  }
  .checkout-cart-index .product-image-wrapper .product-image-photo {
    height: 75px !important;
    width: 80px !important;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo .product-image-container {
    width: 95px !important;
  }
  .checkout-cart-index .cart.table-wrapper .col.remove {
    bottom: 4px;
    padding: 0 !important;
    right: 23px;
  }
  .checkout-cart-index #block-discount #block-discount-heading {
    padding: 15px;
  }
  .checkout-cart-index #block-discount .title::after {
    font-size: 35px;
  }
  .checkout-cart-index .page-title-wrapper {
    padding: 0 0 16px;
  }
  .checkout-cart-index .field.qty .control {
    width: 126px;
  }
  div#checkout-shipping-method-load {
    margin-left: 38px;
  }
  #checkout-shipping-method-load #existing-shipping-method .existing-order-shipping {
    margin-left: 23px;
  }
  #checkout-shipping-method-load #existing-shipping-method .existing-order-shipping .method-details {
    max-width: 80px;
    flex: 80px;
  }
  #checkout-shipping-method-load #existing-shipping-method .existing-order-shipping .price {
    max-width: 20%;
    flex: 20%;
  }
  .reserve-stock-shipping {
    margin-left: 23px;
  }
  .reserve-stock-shipping .method-details {
    max-width: 80px;
    flex: 80px;
  }
  .reserve-stock-shipping .price {
    max-width: 20%;
    flex: 20%;
  }
  .payment-option._collapsible.opc-payment-additional.store-credit {
    top: 61px;
  }
  .checkout-index-index .checkout-payment-method .payment-option._collapsible .payment-option-title .action-toggle {
    font-size: 14px;
  }
  .items.payment-methods .payment-group .payment-method .payment-method-title .label {
    min-width: 96px;
    font-size: 14px;
  }
  .checkout-payment-method .payment-group .step-title + .payment-method {
    margin-left: 215px;
  }
  .checkout-payment-method .payment-method-title .payment-icon {
    display: none;
  }
}
@media (max-width: 981px) {
  .order-detail-box.order-detail-box-top {
    flex-direction: column-reverse;
    gap: 10px;
  }
  #checkoutSteps {
    flex-direction: column;
  }
  #checkoutSteps .right {
    width: 100%;
    margin: 22px 0 0;
  }
  #checkoutSteps .right .mobile-summery {
    display: flex;
    justify-content: space-between;
    border: 1px solid #cbc7c7;
    padding: 15px;
    border-radius: 10px;
    margin: 0 0 12px;
  }
  #checkoutSteps .right .mobile-summery label {
    color: #C00000;
    font-size: 16px;
    line-height: normal;
  }
  .right {
    display: none;
  }
  .chk-completed + .right {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .left .row-mp {
    padding: 20px;
  }
  .selected-item.selected-address {
    flex: 65%;
    max-width: 65%;
  }
  .d-flex-order {
    width: 100%;
    margin: 0;
    padding: 0 15px 15px 15px;
    display: none;
    position: fixed;
    height: 100vh;
    background: #fff;
    overflow: auto;
    z-index: 1111;
    top: 0;
    left: 0;
    max-height: 100%;
    right: 0;
    padding: 0;
    transform: translateX(200%);
    transition: all 0.5s;
  }
  .order-review-container .order-review-wrapper {
    padding: 15px;
    box-shadow: none;
  }
  .order-review-container .order-review-wrapper .order-review-table {
    margin: 20px 0 0;
  }
  .order-review-container .order-review-wrapper .order-review-table thead {
    display: none;
  }
  .order-review-container .order-review-wrapper .order-review-table tbody {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .order-review-container .order-review-wrapper .order-review-table tbody tr {
    border-bottom: 0 !important;
    border-radius: 9px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .order-review-container .order-review-wrapper .order-review-title {
    display: none;
  }
  .order-review-container .order-review-table tr th {
    padding: 7px 15px;
    font-size: 15px;
    min-width: 50%;
  }
  .order-review-container .order-review-table tr td {
    padding: 7px 15px;
    font-size: 15px;
    min-width: 50%;
  }
  .order-review-container .order-review-table tr td:nth-child(2)::before {
    content: "SKU : ";
    display: block;
    font-size: 13px;
    font-weight: 600;
  }
  .order-review-container .order-review-table tr td:nth-child(3)::before {
    content: "Price : ";
    display: block;
    font-size: 13px;
    font-weight: 600;
  }
  .order-review-container .order-review-table tr td:nth-child(4)::before {
    content: "Quantity : ";
    display: block;
    font-size: 13px;
    font-weight: 600;
  }
  .order-review-container .order-review-table tr td:nth-child(5)::before {
    content: "Subtotal : ";
    display: block;
    font-size: 13px;
    font-weight: 600;
  }
  .order-review-container .order-review-table tr td:nth-child(1) {
    min-width: 100%;
  }
  .success-wrapper {
    flex-direction: column;
  }
  .checkout-cart-index .page-title-wrapper {
    padding: 0;
  }
  .checkout-cart-index .cart-container {
    display: flex !important;
    flex-direction: column;
    gap: 20px;
  }
  .checkout-cart-index .cart-container .cart-summary {
    order: 3;
    flex: 100%;
    width: 100%;
  }
  .checkout-cart-index .cart-container .checkout-methods-items .action.primary {
    padding: 0 !important;
    font-size: 16px !important;
    height: 42px;
    line-height: 42px;
  }
  .checkout-cart-index .cart-container .form-cart {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    order: 1;
  }
  .checkout-cart-index #block-discount {
    padding: 20px 0 0;
    width: 100% !important;
    order: 2;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    position: relative;
    top: 0;
  }
  .d-flex-order.order-items {
    display: block;
    transform: translateX(0);
  }
  .summery-title-device {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .summery-title-device .fa-close {
    font-size: 25px;
    font-weight: 300 !important;
  }
  .osc-place-order-wrapper .actions-toolbar {
    position: relative;
    left: 0;
    bottom: 0;
  }
  .osc-place-order-wrapper .actions-toolbar .place-order-primary.active {
    text-align: center;
    margin: 0;
  }
  div#co-place-order-area .osc-place-order-wrapper .place-order-primary button.primary.checkout {
    width: auto !important;
    margin: auto;
    width: 300px !important;
    margin: 30px auto 0 !important;
    float: none;
  }
}
@media (max-width: 768px) {
  .cart.table-wrapper .col.qty[data-th]:before {
    display: none;
  }
  .cart.table-wrapper .col.price[data-th]:before {
    display: none;
  }
  .cart.table-wrapper .col.subtotal[data-th]:before {
    display: none;
  }
  .cart.table-wrapper .col.msrp[data-th]:before {
    display: none;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin: 0;
    right: 0;
    left: auto;
    width: 94%;
    position: absolute;
  }
  .checkout-index-index .modal-popup.modal-slide {
    left: 0 !important;
    right: 0 !important;
  }
  div#checkout .opc-estimated-wrapper {
    display: none;
  }
  .checkout-cart-index #block-discount #block-discount-heading {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #checkout-shipping-method-load .exe-shipping {
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
  }
  #checkout-shipping-method-load #existing-shipping-method {
    border: 0;
    border-radius: 0;
    padding: 0 0 15px;
    margin: 0 0 10px;
    border-bottom: 1px dashed #C00000;
  }
  #checkout-shipping-method-load #existing-shipping-method .existing-order-shipping {
    margin-left: 0;
    font-size: 14px;
    padding: 11px 10px;
    padding: 8px 5px !important;
  }
  #checkout-shipping-method-load #existing-shipping-method .existing-order-shipping .method-details {
    flex: 60px;
    max-width: 60px;
  }
  .reserve-stock-shipping {
    margin-left: 0;
  }
  .reserve-shipping-main {
    margin: 8px 0 0;
    padding: 10px;
  }
  .cart.table-wrapper .col.qty {
    width: 50%;
    flex: 50%;
  }
  .cart.table-wrapper .col.price {
    width: 50%;
    flex: 50%;
  }
  .cart.table-wrapper .col.subtotal {
    width: 50%;
    flex: 50%;
  }
  .cart.table-wrapper .col.msrp {
    width: 50%;
    flex: 50%;
  }
  .cart.table-wrapper .col.qty[data-th]:before {
    display: block;
    font-size: 14px;
    padding: 0 0 4px;
  }
  .cart.table-wrapper .col.price[data-th]:before {
    display: block;
    font-size: 14px;
    padding: 0 0 4px;
  }
  .cart.table-wrapper .col.subtotal[data-th]:before {
    display: block;
    font-size: 14px;
    padding: 0 0 4px;
  }
  .cart.table-wrapper .col.msrp[data-th]:before {
    display: block;
    font-size: 14px;
    padding: 0 0 4px;
  }
  .checkout-cart-index .cart-container .form-cart .cart.main.actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .checkout-cart-index .cart-container .cart-summary {
    padding: 15px !important;
  }
  .checkout-cart-index td.remove > .actions-toolbar {
    justify-content: center;
  }
  .checkout-cart-index .cart.table-wrapper .col.remove {
    bottom: 0;
    padding: 0 !important;
    right: 0;
    position: relative;
    flex: 50%;
    max-width: 50%;
    text-align: right !important;
  }
  .checkout-cart-index .cart.table-wrapper .items > .item {
    padding-bottom: 0;
  }
  .checkout-cart-index .cart.table-wrapper .items > .item > tr {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .checkout-cart-index .cart.table-wrapper .item .col.item {
    padding: 10px 10px 0 !important;
    flex: 100%;
    max-width: 100%;
  }
  .checkout-cart-index .cart.main.actions button {
    padding: 0 20px;
    height: 44px;
    margin: 5px auto !important;
    width: 100%;
  }
  .checkout-cart-index .cart.main.actions button.action.update {
    padding: 0 20px;
    height: 44px;
    margin: 5px auto !important;
    width: 100%;
  }
  body.checkout-cart-index .cart.table-wrapper tbody td.col.subtotal {
    max-width: 50%;
    flex: 50%;
    margin: 0 !important;
    padding-bottom: 10px !important;
    padding-top: 0 !important;
  }
  body.checkout-cart-index .cart.table-wrapper .col.subtotal span.cart-price::before {
    display: none;
  }
  html .checkout-cart-index .cart.table-wrapper tbody td {
    padding: 8px !important;
  }
  .onestepcheckout-index-index .opc-wrapper .form-discount .actions-toolbar {
    right: 0;
  }
  .onestepcheckout-index-index .field.choice.billing-address-same-as-shipping-block {
    padding: 0 !important;
    margin: 30px 0 20px !important;
  }
  .onestepcheckout-index-index .field.choice.billing-address-same-as-shipping-block span {
    padding: 3px 0 0;
  }
  .onestepcheckout-index-index .page-title-wrapper {
    padding-left: 0;
  }
  .onestepcheckout-index-index .checkout-shipping-method div#checkout-step-shipping_method {
    padding: 0 !important;
  }
  #checkoutSteps .right {
    width: 100%;
    min-width: 100%;
    margin: 0;
  }
  .checkout-index-index .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .checkout-index-index .modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    transform: translateX(200%) !important;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-footer {
    padding: 8px 10px !important;
    display: flex;
    justify-content: center;
  }
  .checkout-index-index .modal-popup .modal-footer .action {
    padding: 0 18px;
    margin: 0 0;
  }
  .checkout-index-index .data.table.table-totals {
    margin-bottom: 0 !important;
  }
  .checkout-index-index .grand.totals {
    border-bottom: 0 !important;
  }
  .checkout-index-index .stap-pagination {
    text-align: right;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 20px;
    background: #fff;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.15);
  }
  .checkout-index-index .stap-pagination button {
    background: #C00000;
  }
  .checkout-index-index .breadcrumbs {
    display: none;
  }
  .checkout-index-index .opc-wrapper .step-title svg {
    display: none;
  }
  .checkout-index-index .opc-wrapper div#opc-shipping_method.completed {
    display: none !important;
  }
  .checkout-index-index #checkout-step-shipping .action.action-show-popup {
    padding: 10px 0 19px;
  }
  .checkout-index-index .one-step-checkout-wrapper div#billing {
    padding: 20px 0 0;
  }
  .checkout-index-index .one-step-checkout-wrapper #billing .field-select-billing .control {
    padding: 8px 0 8px 9px !important;
  }
  .checkout-index-index #checkout-step-shipping_method {
    padding: 0 !important;
  }
  .checkout-index-index .checkout-payment-method .store-credit .payment-option-title .action-toggle {
    width: 100% !important;
    max-width: 99%;
  }
  .checkout-index-index .page-title span.base {
    font-size: 28px;
    padding: 28px 0 0;
    display: block;
  }
  .checkout-index-index div#checkout-shipping-method-load tbody .row.active td {
    background: rgba(192, 0, 0, 0.1);
    border-top: 1px solid #c00000;
    border-bottom: 1px solid #c00000;
  }
  .checkout-index-index div#checkout-shipping-method-load tbody .row.active td:first-child {
    border-left: 1px solid #c00000;
  }
  .checkout-index-index div#checkout-shipping-method-load tbody .row.active .col-price + .col-method {
    border-right: 1px solid #c00000;
  }
  .checkout-index-index .col-mp.mp-12.hoverable div#payment .step-title {
    margin-bottom: 15px;
  }
  #opc-sidebar #co-place-order-area .osc-addition-content-wrapper .osc-place-order-block span a {
    width: 100%;
  }
  div#co-place-order-area .osc-place-order-wrapper .place-order-primary button.primary.checkout {
    height: 48px;
    width: 100% !important;
    margin: 2px 0 0 !important;
  }
  .osc-place-order-wrapper {
    padding: 0;
  }
  .osc-place-order-wrapper .place-order-primary {
    margin: 0;
  }
  .osc-place-order-wrapper .actions-toolbar {
    position: relative;
    left: 0;
    bottom: 0;
    margin: 0;
  }
  .payment-next-order-review-button {
    text-align: right;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 20px;
    background: #fff;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.15);
  }
  .payment-next-order-review-button .button.action {
    margin: 0;
    background: #C00000;
  }
  .payment-next-order-review-button .continue {
    margin: auto !important;
  }
  .left {
    padding: 0 0 40px;
  }
  .left .row-mp {
    padding: 0;
    box-shadow: none;
  }
  .left .shipping-billing-step.completed {
    display: none !important;
  }
  .left .mp-12 {
    padding: 0;
  }
  #checkout-step-shipping .field.addresses {
    padding: 10px 0 20px;
  }
  #checkout-step-shipping .field.addresses .control {
    padding: 8px 0 8px 9px;
  }
  #checkout-step-billing .field.field-select-billing {
    margin-bottom: 0;
    padding: 0;
  }
  #checkout-step-billing .field.field-select-billing .add-new-address {
    padding: 26px 0;
  }
  .checkout-payment-method.checkout-step.completed {
    display: none !important;
  }
  div#checkout-shipping-method-load {
    margin-left: 0;
  }
  .items.payment-methods .payment-group .payment-method-content {
    float: none;
    margin: 0 0 20px;
    padding: 10px !important;
  }
  .items.payment-methods .payment-group .payment-method .payment-method-title {
    float: none;
    display: block;
    padding: 0 4px !important;
    margin: 0 !important;
  }
  .items.payment-methods .payment-group .payment-method .payment-method-title .label {
    font-size: 16px;
    padding: 0 22px;
    margin: 0 0 12px;
  }
  .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .checkout-payment-method .payment-method-title .payment-icon {
    display: none;
  }
  .checkout-payment-method .ccard .captcha .input-text {
    width: 100%;
  }
  .checkout-payment-method .ccard .number .input-text {
    width: 100%;
  }
  .payment-option._collapsible.opc-payment-additional.store-credit {
    position: relative;
    top: 0;
    right: auto;
    left: 4px;
    margin: 0;
  }
  .payment-option._collapsible.opc-payment-additional.store-credit .choice {
    padding: 0 !important;
  }
  .payment-option._collapsible.opc-payment-additional.store-credit .payment-option-content {
    position: relative;
    left: -2px;
    margin-top: 12px;
  }
  .success-wrapper .success-wrapper-left .checkout-success {
    padding: 15px;
    flex-direction: column;
    gap: 12px;
  }
  .success-wrapper .success-wrapper-left .checkout-success svg {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
  .success-wrapper .success-wrapper-left .checkout-success .sucess-detail h2 {
    font-size: 20px;
    text-align: center;
  }
  .success-wrapper .success-wrapper-left .checkout-success p {
    text-align: center;
  }
  .success-wrapper .success-wrapper-right {
    min-width: 100%;
  }
  .success-wrapper .success-wrapper-right .data-item .product-name {
    font-size: 15px;
  }
  .success-wrapper .success-wrapper-right .data-item .sku {
    font-size: 15px;
  }
  .success-wrapper .success-wrapper-right .actions-order {
    padding: 20px 0 0;
    gap: 8px;
  }
  .success-wrapper .success-wrapper-right .actions-order .reorderurl .action-reorder {
    font-size: 16px;
  }
  .success-wrapper .success-wrapper-right .actions-order .printurl .action-print {
    font-size: 16px;
  }
  .success-wrapper .success-wrapper-right tr.grand_total th {
    font-size: 18px;
  }
  .success-wrapper .success-wrapper-right tr.grand_total .number {
    font-size: 18px;
  }
  .success-wrapper .success-wrapper-right .button-continue {
    flex-direction: column;
    gap: 14px;
  }
  .order-detail-box {
    padding: 15px;
    margin: 20px 0 0;
  }
  .order-detail-box .inner-title {
    font-size: 19px;
  }
  .order-detail-box ul li {
    width: 100%;
    flex: 100%;
    padding: 0 0 15px;
  }
  .order-detail-box ul li:nth-child(1) {
    margin: 0 0 0;
  }
  .order-detail-box ul li:nth-child(2) {
    margin: 0 0 0;
  }
  .checkout-onepage-success .button-continue a.action.primary.continue {
    font-size: 15px;
    border-radius: 100px;
    height: 50px;
    line-height: 50px;
  }
  .mobile-steps {
    display: block;
  }
  .mobile-steps ul {
    padding: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 0 65px;
    background: #F5F5F5;
    border-radius: 50px;
  }
  .mobile-steps ul li {
    line-height: normal;
    flex: 25%;
    max-width: 25%;
    margin: 0;
    position: relative;
    list-style: none;
    padding: 8px 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
  }
  .mobile-steps ul li label {
    position: absolute;
    bottom: -35px;
    width: 100%;
    left: 0;
    font-size: 12px;
    min-height: 28px;
    padding: 0;
  }
  .mobile-steps ul li::after {
    content: '';
    position: absolute;
    left: 80%;
    right: -15px;
    border-top: dashed 1px #000;
    top: 19px;
  }
  .mobile-steps ul li:last-child:after {
    display: none;
  }
  .mobile-steps ul li::before {
    width: 35px;
    height: 4px;
    content: "";
    display: block;
    position: relative;
    bottom: -8px;
    background: transparent;
    left: 0;
    margin: auto;
  }
  .mobile-steps ul li svg {
    margin: auto;
  }
  .mobile-steps ul li.active {
    color: #C00000;
  }
  .mobile-steps ul li.active::before {
    background: #C00000;
  }
  .mobile-steps ul li.active svg {
    color: #C00000;
  }
  .table-checkout-shipping-method tbody tr td:first-child {
    flex: 60px;
    max-width: 60px;
  }
  table.table-checkout-shipping-method tbody tr td {
    padding: 8px 5px !important;
  }
  .additional-shipping-option-wrapper {
    margin: 8px 0 0;
    padding: 10px;
  }
  .additional-shipping-option-wrapper select#existing_order_id {
    min-width: 100%;
    height: 40px !important;
  }
  .additional-shipping-option-wrapper .step-title {
    font-size: 16px !important;
    margin: 0 0 5px;
  }
  .chk-completed {
    padding: 0;
  }
  div#checkout-step-payment fieldset.fieldset {
    margin: 0;
  }
  div#checkout-step-payment fieldset.fieldset .fieldset .control select {
    min-width: 100%;
  }
  .modal-footer .action.primary.action-save-address {
    padding: 0 18px;
  }
  .custom-popup-payment-class .modal-inner-wrap .modal-footer {
    padding: 8px 10px !important;
    display: flex;
    justify-content: center;
  }
  div#shipping-new-address-form div:nth-child(4) {
    width: 100%;
    float: none;
  }
  .right #opc-sidebar .order-summary.hoverable {
    padding: 15px;
  }
}
@media (max-width: 360px) {
  .mobile-steps ul li label {
    font-size: 10px;
    padding: 0 7px;
  }
  table.table-checkout-shipping-method tbody tr td {
    padding: 8px 2px !important;
    font-size: 13px;
  }
  #checkout-shipping-method-load #existing-shipping-method .existing-order-shipping {
    padding: 8px 2px !important;
    font-size: 13px;
  }
  .checkout-index-index .modal-popup .modal-footer .action {
    font-size: 14px;
  }
}
.checkout-cart-index td.remove > .actions-toolbar .action-gift {
  margin: 0 10px 0 0;
  padding: 4px 0 4px 12px;
  background: transparent;
}
.checkout-cart-index .gift-content .fieldset > .field:not(.choice) > .label {
  width: 100%;
  float: none;
  text-align: left;
}
.checkout-cart-index .gift-content .fieldset > .field:not(.choice) > .control {
  width: 100%;
  float: none;
  text-align: left;
}
.checkout-cart-index .crosssell .item.product.product-item {
  box-shadow: 0 3px 15px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin: 0 !important;
}
.checkout-cart-index .crosssell .item.product.product-item .product-item-name {
  padding: 0;
}
.checkout-cart-index .crosssell .item.product.product-item .product-item-info {
  padding: 15px;
}
.checkout-cart-index .crosssell .item.product.product-item .product-item-actions .actions-primary {
  display: block !important;
}
.checkout-cart-index .crosssell .item.product.product-item .product-item-actions .actions-primary form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.checkout-cart-index .crosssell .item.product.product-item .field.qty .control {
  justify-content: flex-start;
  border: 1px solid #c2c2c2;
  width: auto;
  border-radius: 50px;
  overflow: hidden;
}
.checkout-cart-index .crosssell .item.product.product-item .field.qty .control input[type=number] {
  width: 38px;
  border: 0;
}
.checkout-cart-index .crosssell .item.product.product-item .field.qty .control span button {
  border: 0;
  padding: 0;
  position: relative;
  top: -3px;
  background-color: transparent !important;
}
.checkout-cart-index .crosssell .item.product.product-item .product-price-qty {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-cart-index .crosssell .slick-slide {
  padding: 10px;
}
.checkout-cart-index .crosssell .product-item-details button.action.tocart.primary {
  margin-right: 0 !important;
}
.checkout-cart-index .crosssell .product-image-photo {
  height: 165px !important;
  width: 165px !important;
  margin: auto !important;
}
.checkout-cart-index .crosssell .slick-prev:active {
  background: transparent;
  border: none;
  box-shadow: none;
  width: 30px;
  height: 30px;
}
.checkout-cart-index .crosssell .slick-prev:focus {
  background: transparent;
  border: none;
  box-shadow: none;
  width: 30px;
  height: 30px;
}
.checkout-cart-index .crosssell .slick-prev:not(.primary) {
  background: transparent;
  border: none;
  box-shadow: none;
  width: 30px;
  height: 30px;
}
.checkout-cart-index .crosssell .slick-prev:before {
  font-size: 24px;
}
.checkout-cart-index .crosssell .slick-prev:after {
  font-size: 24px;
}
.checkout-cart-index .crosssell .slick-next:active {
  background: transparent;
  border: none;
  box-shadow: none;
  width: 30px;
  height: 30px;
}
.checkout-cart-index .crosssell .slick-next:focus {
  background: transparent;
  border: none;
  box-shadow: none;
  width: 30px;
  height: 30px;
}
.checkout-cart-index .crosssell .slick-next:not(.primary) {
  background: transparent;
  border: none;
  box-shadow: none;
  width: 30px;
  height: 30px;
}
.checkout-cart-index .crosssell .slick-next:before {
  font-size: 24px;
}
.checkout-cart-index .crosssell .slick-next:after {
  font-size: 24px;
}
.checkout-cart-index .crosssell.item.product.product-item .product.actions.product-item-actions {
  margin-bottom: 0;
}
.checkout-cart-index .cart-gift-item .title {
  border: 1px solid #c1c1c1 !important;
  border-radius: 8px;
  display: block;
  padding: 0;
  position: relative;
}
.checkout-cart-index .cart-gift-item .title span {
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  display: inline-block;
  margin-top: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  border: 0;
  text-transform: capitalize;
  padding-left: 20px;
}
.checkout-cart-index .cart-gift-item .title:after {
  top: 0;
  font-size: 40px;
  position: absolute;
  right: 0;
  height: 56px;
  line-height: 56px;
}
.checkout-cart-index .cart-gift-item .gift-item-block .content {
  border-bottom: 0;
  padding: 10px 10px 20px;
  position: relative;
  padding: 20px;
  box-shadow: 0 3px 15px 0px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
}
.checkout-cart-index .cart-gift-item fieldset.fieldset .control input[type=text] {
  border: 1px solid #e5e5e5 !important;
}
.checkout-cart-index .cart-gift-item fieldset.fieldset .control textarea {
  border: 1px solid #e5e5e5 !important;
}
.checkout-cart-index .gift-item-block {
  border: 0;
  padding: 0;
  margin: 0 0 15px !important;
}
.checkout-cart-index .gift-item-block.block {
  border: 0;
}
.gift-content._active {
  display: flex !important;
}
.gift-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2) !important;
  z-index: 999;
  margin: 0 !important;
  display: none;
  justify-content: center;
  align-items: center;
}
.gift-content .gift-options {
  max-width: 500px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: auto;
  width: 500px;
}
.gift-content fieldset.fieldset .control input[type=text] {
  height: 40px !important;
  background-color: #fff;
  border: 1px solid #D0D5DD;
  margin: 5px 0;
  padding: 10px 15px;
  font-size: 14px !important;
  border-radius: 8px !important;
  width: 100%;
  outline: none;
}
.gift-content .field.text textarea {
  background-color: #fff;
  border: 1px solid #D0D5DD;
  margin: 5px 0;
  padding: 10px 15px;
  font-size: 14px !important;
  border-radius: 8px !important;
  width: 100%;
  outline: none;
}
@media screen and (max-width: 767px) {
  .checkout-cart-index .crosssell .item.product.product-item {
    padding-bottom: 18px;
  }
}
.table-checkout-shipping-method tbody tr.tr-ground .ground-fedex-shipping-message {
  min-width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 13px;
  display: block;
  padding: 12px !important;
}
.table-checkout-shipping-method tbody tr.tr-ground .ground-ups-shipping-message {
  min-width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 13px;
  display: block;
  padding: 12px !important;
}
.order-summery-go-to-cart {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #008fbf 0%, #00a9e1 100%) !important;
  padding: 17px 15px;
  text-align: right;
}
.order-summery-go-to-cart a span {
  color: #fff;
  font-weight: 700;
  position: relative;
  top: 5px;
  left: -3px;
}
.onestepcheckout-index-index {
  padding-top: 50px;
}
.checkout-index-index div#checkout-shipping-method-load tbody .row .col-method:nth-child(1) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#ae-warning-message {
  border: 1px solid #ff0000;
  display: block;
  padding: 6px;
  border-radius: 8px;
  margin-bottom: 10px;
  color: #ff0000;
}
.battery-warning-message.message.warning {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #e39b28;
  color: #c17c0d;
  line-height: unset;
  display: flex;
  align-items: center;
  gap: 8px;
}
.battery-warning-svg svg {
  width: 17px;
  vertical-align: bottom;
}
.checkout-index-index .opc-wrapper div#opc-shipping_method.completed .battery-warning-message.message.warning {
  display: none;
}
.battery-warning-message.message.warning > :first-child::before {
  display: none;
}
/*cart*/
.cart.table-wrapper .data.table .col.price label {
  display: flex;
  justify-content: center;
}
.cart.table-wrapper .data.table .col.price label strong {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .battery-warning-message.message.warning {
    align-items: flex-start;
  }
  .checkout-cart-index .cart.table-wrapper .item .col.item {
    border: 0 !important;
  }
  .checkout-cart-index .cart.table-wrapper .col.qty[data-th]:before {
    display: none;
  }
  .checkout-cart-index .cart.table-wrapper .item-options dd {
    color: black;
  }
  .checkout-cart-index .cart.table-wrapper .col.price {
    width: 100%;
    flex: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
  }
  .checkout-cart-index .cart.table-wrapper .col.price .price-excluding-tax {
    max-width: 100%;
    flex: 100%;
  }
  .checkout-cart-index .cart.table-wrapper .col.price .cart-price .price {
    color: #008fbf;
    font-size: 18px;
  }
  .checkout-cart-index .cart.table-wrapper .col.price[data-th]:before {
    display: none;
  }
  .checkout-cart-index .cart.table-wrapper .item-info .col.qty {
    width: 28%;
    flex: 28%;
    padding-top: 2px !important;
  }
  .checkout-cart-index .cart.table-wrapper .col.remove {
    width: 28%;
    flex: 28%;
    top: 7px;
  }
  .checkout-cart-index .cart.table-wrapper .col.subtotal[data-th]:before {
    padding: 0;
  }
  .checkout-cart-index table#shopping-cart-table .col.price span strong {
    margin: 0;
  }
  .checkout-cart-index .field.qty .control label {
    display: flex;
  }
  body.checkout-cart-index .cart.table-wrapper tbody td.col.subtotal {
    width: 40%;
    flex: 40%;
    display: flex;
    min-height: 40px;
    align-items: center;
    padding: 0 !important;
    justify-content: center;
  }
  .cart.table-wrapper .data.table .col.price label {
    display: flex;
    justify-content: center;
    font-size: 12px;
  }
}
.checkout-index-index #checkout-shipping-method-load tbody .row.non-ground-disabled {
  pointer-events: none;
}
/*popup css*/
.modal-popup.battery-restriction-modal .modal-inner-wrap {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: 600px;
  margin: 0;
  border-radius: 16px;
  padding: 20px;
}
.modal-popup.battery-restriction-modal .modal-message br {
  display: none;
}
.modal-popup.battery-restriction-modal .modal-inner-content .modal-title {
  display: none;
}
.checkout-cart-index table#shopping-cart-table .col.price span strong {
  white-space: nowrap;
  margin: 5px;
}
@media only screen and (max-width: 768px) {
  .checkout-index-index .modal-popup.battery-restriction-modal .modal-inner-wrap {
    min-height: auto;
    transform: translate(-50%, -50%) !important;
    background: #fff !important;
    height: auto !important;
    max-height: unset !important;
    min-height: auto !important;
    width: 90% !important;
  }
  .checkout-index-index .modal-popup.battery-restriction-modal .modal-title {
    font-size: 20px;
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup.battery-restriction-modal.modal-slide._show .modal-inner-wrap {
    min-height: auto;
    transform: translate(-50%, -50%) !important;
    background: #fff !important;
    height: auto !important;
    max-height: unset !important;
    min-height: auto !important;
    width: 90% !important;
  }
}
.shipping-offer-message.message.information {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #e39b28;
  color: #c17c0d;
  line-height: unset;
  display: flex;
  align-items: center;
  gap: 8px;
}
.shipping-offer-svg svg {
  width: 17px;
  vertical-align: bottom;
}
.checkout-index-index .opc-wrapper div#opc-shipping_method.completed .shipping-offer-message.message.information {
  display: none;
}
.shipping-offer-message.message.information > :first-child::before {
  display: none;
}
.info-card {
  border-radius: 9px;
  background: #F5F5F5;
  padding: 12px;
  margin: 0 0 10px;
  border: 1px solid #d7d2d2f7;
}
.spend-bg {
  border-radius: 12px;
  padding: 12px;
  background: linear-gradient(to bottom, #e2f7ff, #ffffff);
  position: relative;
  border: 1px solid rgba(0, 143, 191, 0.2);
  margin-bottom: 10px;
}
.battery-text {
  font-size: 16px;
  line-height: 26px;
}
.info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.info-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ship-svg {
  width: 18px;
  height: 18px;
  color: #0a7f8f;
  /* teal */
  flex-shrink: 0;
}
.ups-ground .truck-svg {
  width: 18px;
  height: 18px;
  color: #6b4e16;
  /* UPS brown */
}
.fee-applies .fee-svg {
  width: 18px;
  height: 18px;
  color: #d97706;
  /* amber / warning */
}
.order-summary .opc-block-summary table.data.table.table-totals tr.totals.ups-split-shipping td.amount {
  padding: 12px 0;
  padding-right: 0 !important;
}
