/* Darkgrey */
/* Lightgrey */
/* Grey */
/* White */
/* Red */
/* Green */
/* Black */
/* blue */
:root .otp-theme {
  --loading_icon: url(../images/otp-loading.gif); }
:root .ggp-theme {
  --loading_icon: url(../images/ggp_loading_100x67.gif); }
:root .hs-theme {
  --loading_icon: url(../images/hs-loading.gif); }

.tooltip .tooltiptext:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 20px;
  border-color: transparent transparent transparent #2bace2;
  position: absolute;
  top: -10px;
  left: 0; }

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1; }

.input-company {
  float: left;
  width: 160px; }

.input-company > input {
  font-size: 10px !important;
  padding-right: 1px !important; }

.input-company-select {
  float: right;
  width: 82px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid silver;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.input-company-select > select {
  border: 0;
  outline: 0;
  margin: 4px 0 4px 0;
  font-size: 10px; }

.subtotal-box {
  width: 100%;
  display: table;
  font-size: 14px;
  margin: 0 0 20px 0; }

#shopping-cart-table {
  margin-bottom: 10px; }

.subtotal-box-row {
  display: table-row; }

.subtotal-box-cell {
  display: table-cell;
  padding: 3px 10px; }

.subtotal-box-body {
  display: table-row-group; }

.subtotal-box-price {
  text-align: right;
  padding-right: 65px;
  font-weight: bold;
  color: #4A4A4A; }

.subtotal-box-conc {
  background-color: #e8e8e8;
  font-size: 20px;
  font-weight: bold;
  color: #4A4A4A; }

.subtotal-box-cell.subtotal-box-space {
  padding-bottom: 15px; }

.subtotal-box-conc > div:last-child {
  color: #e0197d; }

.subtotal-box-conc button span {
  line-height: 25px !important;
  height: 25px !important;
  font-size: 12px !important; }

.subtotal-box-conc label {
  min-width: 0 !important;
  margin-right: 5px !important; }

.subtotal-box-conc .field-wrapper {
  margin-bottom: 3px; }

.discount {
  width: auto !important; }

.discount-form {
  padding: 3px; }

/*
.button.btn-proceed-checkout{
  width: 220px;
}
*/
.download-quote {
  margin-top: 10px; }

.download-quote > div {
  text-align: center;
  width: 220px;
  float: right; }

.download-quote > div > div {
  display: inline-table;
  vertical-align: middle;
  margin: 0 3px 0 3px; }

.download-quote a {
  font-weight: 700;
  font-size: 12px;
  color: #55bde9;
  text-decoration: underline;
  text-transform: uppercase; }

.download-quote a:hover {
  color: #2bace2; }

.loader-parent {
  display: none; }

.loader-parent .loader {
  margin: 0 auto;
  border: 5px solid #FAFAFA;
  border-top: 5px solid #636363;
  border-left: 5px solid #636363;
  border-right: 5px solid #636363;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin .5s linear infinite; }

.loader-parent .loader.reverse {
  animation: spinreverse .5s linear infinite; }

.loader-parent .loader.spin2 {
  animation: spin2 .45s linear infinite; }

.loader-parent .loader-text {
  text-align: center; }

@keyframes spin2 {
  0% {
    transform: rotate(90deg); }
  100% {
    transform: rotate(450deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes spinreverse {
  0% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(0deg); } }
#pipedrive_content {
  font-size: 12px;
  padding: 10px;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-color: #FAFAFA;
  margin: 1em 0; }

#pipedrive_content > label {
  font-size: 10px; }

#exist_quote {
  display: none; }

#exist_quote > div {
  max-height: 150px;
  overflow: auto; }

#exist_quote > div > div {
  min-height: 60px;
  padding: 10px; }

#exist_quote > div > div:hover {
  background-color: #FAFAFA; }

#quote_info hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dashed #E3E4E5;
  margin: 1em 0;
  padding: 0; }

#quote_info table, #exist_quote table {
  width: 100%;
  font-size: 11px; }

#quote_info table label, #exist_quote table label {
  font-size: 11px; }

#quote_info table td:first-child, #exist_quote table td:first-child {
  width: 1%;
  white-space: nowrap;
  padding-right: 5px; }

#quote_info table td, #exist_quote table td {
  padding: 2px; }

input[type=date] {
  width: 101px;
  font-size: 10px; }

.quote-price-label {
  display: block; }

.quote-price-value {
  font-size: 10px;
  height: 25px !important;
  width: 101px !important;
  text-align: right;
  margin: 0 0 5px; }

.existing-quote-total, .existing-quote-qty {
  text-align: right; }

.quote_id_input input {
  width: 61px !important;
  font-size: 12px;
  text-align: right;
  height: 20px !important;
  border: none; }

.quote_id_input button {
  font-size: 12px; }

/* End Modal Content/Box */
.item-options.default-option table td {
  padding: 0 10px 5px; }

.cart-table .design_services .product-cart-image {
  width: 120px; }

.cart-table .design_services .product-cart-total {
  min-width: 150px; }

.cart-table .design_services .delete-item-detail {
  margin-left: 0 !important; }

.cart-table .design_services .product-image {
  margin-bottom: 15px; }

.cart-table .delivery_date,
.cart-table .production_date {
  width: 90px; }

.cart-table .production_date .date-title,
.cart-table .delivery_date .date-title {
  text-transform: uppercase; }

.dup_box {
  padding: 10px;
  background: #FFFFFF;
  z-index: 99;
  width: 250px;
  border-radius: 0 7px 7px 6px;
  height: 100px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.27); }
  .dup_box .num_dup {
    width: 150px;
    border: 1px solid #EEEEEE;
    border-radius: 4px 0 0 4px;
    border-right-width: 0; }
  .dup_box .submit {
    padding: 0 5px;
    border: 1px solid #EEEEEE;
    border-radius: 0 4px 4px 0; }
  .dup_box label {
    margin-top: 8px;
    display: block; }

#billing-new-address-form .validate-zip-international.error,
#shipping-new-address-form .validate-zip-international.error {
  background: #ffd7d3;
  border: 1px solid #ff3d2a; }

.shipmentAddress_error.error,
.billingAddress_error.error {
  font-size: 11px;
  line-height: 13px; }

.payment_term label {
  font-size: 14px; }

.payment_term table {
  color: #666;
  font-size: 12px;
  text-shadow: 1px 1px 0px #fff;
  background: #eaebec;
  margin: 20px;
  border: 1px solid #ccc;
  border-top: 2px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 2px #d1d1d1;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1; }

.payment_term table th {
  padding: 21px 25px 22px 25px;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e0e0e0;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
  background: -moz-linear-gradient(top, #ededed, #ebebeb); }

.payment_term table th:first-child {
  text-align: left;
  padding-left: 20px; }

.payment_term table tr:first-child th:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px; }

.payment_term table tr:first-child th:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px; }

.payment_term table tr {
  text-align: center;
  padding-left: 20px; }

.payment_term table td:first-child {
  text-align: left;
  padding-left: 20px;
  border-left: 0; }

.payment_term table td {
  padding: 18px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa); }

.payment_term table tr.even td {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6); }

.payment_term table tr:last-child td {
  border-bottom: 0; }

.payment_term table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.payment_term table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.payment_term table tr:hover td {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0); }

.payment_term table input,
.payment_term table select {
  width: 84px; }

.payment_term table tr:first-child button {
  display: none; }

.payment_term .addNew {
  cursor: pointer; }

.item-info p {
  font-size: 11px; }

.payment-before .font-18 {
  color: #000; }

.checkout-cart-index .cart {
  padding-bottom: 80px; }
  .checkout-cart-index .cart .messages {
    margin-top: 10px; }

.cart_footer {
  padding-top: 2px; }

.customer_quote_btn {
  background: #FFFFFF;
  color: #e0197d;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #e0197d;
  border-radius: 5px;
  padding: 6px 15px;
  margin-right: 5px;
  outline: none; }
  .customer_quote_btn.dropdown-toggle {
    padding: 5px 15px;
    margin-top: -3px; }
  .customer_quote_btn:hover {
    text-decoration: none;
    background: #e0197d;
    color: #FFFFFF; }

.subtotal-box-row.additional-box {
  position: relative;
  overflow: auto;
  height: 70px; }

.subtotal-box-row .ship_tax_warning {
  position: absolute;
  right: 0;
  background: #f2f6aa;
  border: solid 1px #e96d00;
  margin-right: 65px;
  border-radius: 5px;
  width: 313px; }

.subtotal-box-row .ship_tax_warning p {
  color: #e96d00;
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
  padding-left: 60px; }

.subtotal-box-row .ship_tax_warning i {
  color: #e96d00;
  position: absolute;
  font-size: 23px;
  padding: 12px 20px; }

.bank_indo img {
  width: 100%;
  height: auto;
  display: block; }

.sales_optional:after,
.sales_optional .options:after {
  content: '';
  clear: both;
  display: block; }

.sales_optional {
  background: #fafafa;
  padding: 0; }

.sales_optional h3 {
  font-size: 13px;
  color: #000;
  font-weight: bold;
  background: #F2F1EF;
  padding: 5px 15px;
  border-radius: 5px; }

.sales_optional .options {
  padding: 0 15px 15px; }

.sales_optional .options label,
.sales_optional .options select,
.sales_optional .options a {
  display: block; }

.sales_optional .options select,
.sales_optional .options a {
  float: left; }

.sales_optional .options a {
  height: 24px;
  line-height: 24px;
  background: #F2F1EF;
  padding: 0 10px;
  color: #746C6B;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none; }

/*CHECKOUT PAGES*/
.opc .section .step {
  padding: 0; }

#checkout-step-billing {
  padding: 0 0 100px; }

.checkout-onepage-index .col-main {
  width: 100%;
  float: inherit;
  padding-right: 0px; }

body.checkout-onepage-index #checkout-progress-wrapper {
  display: none; }

#checkout-step-login {
  display: block !important; }

#checkout_progress {
  list-style: none;
  overflow: hidden;
  font-size: 18px;
  margin: 60px 0px 30px;
  height: 50px; }

#checkout_progress li {
  float: left;
  width: 266px; }

#checkout_progress li:first-child {
  float: left;
  width: 290px; }

#checkout_progress li a {
  color: #000;
  text-decoration: none;
  padding: 14px 20px 13px 65px;
  background: #2AC2E3;
  /* fallback color */
  background: #2bc2e3;
  position: relative;
  display: block;
  float: left;
  font-weight: 300;
  cursor: default;
  width: 100%; }

#checkout_progress li a span {
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px; }

#checkout_progress li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #2bc2e3;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2; }

#checkout_progress li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1; }

#checkout_progress li:first-child a {
  padding-left: 20px;
  color: #fff; }

#checkout_progress li:nth-child(2) a {
  background: #f3db59; }

#checkout_progress li:nth-child(2) a:after {
  border-left-color: #f3db59; }

#checkout_progress li:nth-child(3) a {
  background: #f3db59; }

#checkout_progress li:nth-child(3) a:after {
  border-left-color: #f3db59; }

#checkout_progress li:nth-child(4) a {
  background: #f3db59; }

#checkout_progress li:nth-child(4) a:after {
  border-left-color: #f3db59; }

#checkout_progress li:nth-child(5) a {
  background: #f3db59; }

#checkout_progress li:nth-child(5) a:after {
  border-left-color: #f3db59; }

#checkout_progress li:last-child a {
  padding-right: 35px; }

#checkout_progress li:last-child a:after {
  border: 0; }

/*#checkout_progress li a:hover { background: hsla(191, 77%, 53%, 1); color: #fff; }*/
/*#checkout_progress li a:hover:after { border-left-color: hsla(191, 77%, 53%, 1) !important; }*/
/*ACTIVE AND SELECTED STATES*/
#checkout_progress li.stepComplete a {
  background: #19a3c2;
  color: #fff; }

#checkout_progress li.stepComplete a:after {
  border-left-color: #19a3c2; }

#checkout_progress li.stepComplete a:hover:after {
  border-left-color: #19a3c2 !important; }

#checkout_progress li.stepActive a {
  background: #2bc2e3;
  color: #fff; }

#checkout_progress li.stepActive a:after {
  border-left-color: #2bc2e3; }

.link_highlight {
  font-weight: 300;
  color: #E0197D;
  font-size: 13px;
  text-decoration: underline;
  position: absolute;
  left: 0;
  bottom: 40px; }

.step-title {
  display: none; }

.step_title {
  font-size: 36px; }

.cell_shade {
  border: 1px solid #DDDDDD;
  text-align: center;
  height: 420px;
  margin-bottom: 100px; }

.cell_shade:hover {
  background: #F4F4F4; }

.col-2.cell_shade {
  border-left: none; }

/* -------------------------------------------- *
 * Checkout Agreements
 */
.btn-label {
  color: #000;
  background-color: #f2db52;
  padding: 10px;
  width: 280px;
  border-radius: 30px; }

/*BILLING*/
.form-list .control label {
  background-color: inherit; }

#billing_wrapper .step_title, #shipping_wrapper .step_title, #checkout_cart_wrapper .step_title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 auto;
  text-align: left;
  color: #000000;
  margin: 20px 0px; }

#checkout_cart_wrapper .step_title {
  text-align: left; }

.bill_type_wrapper {
  text-align: center;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  margin-bottom: 15px !important; }

.bill_type_wrapper label {
  padding: 0px 10px;
  font-weight: bold;
  color: #000000; }

#checkout_cart_wrapper img {
  margin: 0 auto;
  width: 100%; }

/*review*/
#checkout-review-load {
  /*display: none;*/ }

#checkout-review-table-wrapper, #checkout-review-submit {
  display: none; }

#shippingLoad {
  text-align: center;
  padding: 150px 0px; }

#shippingLoad img {
  margin: 0 auto; }

/*PAYMENT FORM*/
#co-payment-form .sp-methods {
  margin: 0px; }

#co-payment-form .sp-methods .method {
  cursor: pointer; }

#co-payment-form p {
  font-size: 12px !important;
  color: #666666;
  font-weight: 400; }

#co-payment-form > input:checked {
  background-color: #FFFFFF !important; }

.creditpayment_label {
  font-size: 11px;
  width: 120px; }

#payment_form_omise_gateway,
#payment_form_omise_gateway_3d {
  margin-top: 25px; }

ul#payment_form_cashondelivery {
  margin-top: -390px; }

/*CONFIRMATION PAGE*/
.checkout-onepage-success .col-main {
  text-align: left !important; }

#payment_confirmation_wrapper {
  border: 1px solid #ddd;
  width: 316px;
  float: left; }

#payment_title {
  background: #E0197D;
  height: 120px;
  position: relative; }

#payment_title img {
  position: absolute;
  top: 20px;
  left: 30px; }

#payment_title h4 {
  position: absolute;
  top: 20px;
  left: 100px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7); }

#payment_title h3 {
  position: absolute;
  top: 40px;
  left: 100px;
  font-size: 30px;
  color: #fff;
  height: 40px;
  overflow: hidden; }

.checkout-agreements .agreement-content:after {
  content: '';
  display: table;
  clear: both; }

.new-checkout #co-payment-form dd.one_method {
  margin-top: -80px; }

.new-checkout #co-payment-form dd.one_method .form-list {
  position: absolute;
  top: 2%; }

.checkout .reception_comment {
  float: right;
  margin-right: 1rem;
  position: absolute;
  top: 15%;
  right: -17px; }
  .checkout .reception_comment.design_service {
    top: 3px;
    right: -10px; }

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

label.required:after,
span.required:after {
  content: ' *';
  color: #df280a;
  font-weight: normal;
  font-size: 12px; }

label.required em,
span.required em {
  display: none; }

.remember-me-box a.hide {
  display: none; }

.remember-me-box .link-tip {
  font-size: 13px;
  padding-left: 10px; }

.remember-me-popup {
  display: none;
  border: 1px solid #cccccc;
  padding: 10px;
  position: relative; }

.remember-me-popup.show {
  display: block; }

.remember-me-popup .remember-me-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 12px; }

.remember-me-popup .remember-me-popup-close-button {
  display: none; }

.fieldset {
  display: grid; }

.paynow, .jompay {
  padding: 0 15px; }
  .paynow .heading, .jompay .heading {
    width: 100%;
    padding: 0 17px;
    font-size: 12px;
    color: #4d4d4d;
    font-weight: 600;
    margin-bottom: 20px; }
  .paynow .left-side, .paynow .middle-side, .paynow .right-side, .jompay .left-side, .jompay .middle-side, .jompay .right-side {
    font-size: 12px; }
    .paynow .left-side > span, .paynow .middle-side > span, .paynow .right-side > span, .jompay .left-side > span, .jompay .middle-side > span, .jompay .right-side > span {
      background-color: #2bace2;
      font-size: 12px;
      padding: 2px 7px;
      border-radius: 50%;
      margin-right: 4px;
      color: #FFFFFF; }
    .paynow .left-side div, .paynow .middle-side div, .paynow .right-side div, .jompay .left-side div, .jompay .middle-side div, .jompay .right-side div {
      padding-left: 29px; }
      .paynow .left-side div p, .paynow .middle-side div p, .paynow .right-side div p, .jompay .left-side div p, .jompay .middle-side div p, .jompay .right-side div p {
        font-size: 12px;
        font-weight: 600;
        color: #4d4d4d; }
    .paynow .left-side .btn, .paynow .middle-side .btn, .paynow .right-side .btn, .jompay .left-side .btn, .jompay .middle-side .btn, .jompay .right-side .btn {
      background-color: #2bace2;
      margin: 14px 0 0 36px;
      color: #FFFFFF; }
  .paynow .details__list .paynow_supported_bank, .jompay .details__list .paynow_supported_bank {
    width: 100%; }
  .paynow #paynow_qr, .jompay #paynow_qr {
    margin: 15px 0; }
  .paynow .block-info, .jompay .block-info {
    padding: 0;
    margin-top: 15px; }
    .paynow .block-info img, .jompay .block-info img {
      width: 15%; }
    .paynow .block-info .info, .jompay .block-info .info {
      width: 41%;
      margin: 0 63px 0 5px;
      padding-top: 6px;
      padding-left: 27px;
      border: 2px solid #3e3e3e; }
      @media screen and (max-width: 991.98px) {
        .paynow .block-info .info, .jompay .block-info .info {
          margin: 0 3px 0 2px;
          width: 100%; } }
      .paynow .block-info .info p, .jompay .block-info .info p {
        font-size: 14px;
        line-height: 14px; }
        .paynow .block-info .info p span, .jompay .block-info .info p span {
          color: #010101;
          font-weight: normal;
          display: inline-flex;
          margin-bottom: 5px; }
  .paynow .description, .jompay .description {
    margin: 12px 30px;
    font-size: 11px;
    width: 70%; }
  .paynow .amount, .jompay .amount {
    font-size: 18px;
    font-weight: 600;
    color: #010101;
    margin-left: 30px; }

.jompay .left-side {
  padding-left: 27px !important;
  color: #010101; }
  .jompay .left-side .price {
    font-size: 23px;
    font-weight: bolder;
    margin: 7px 26px;
    color: #010101; }
  .jompay .left-side .remark {
    margin-left: 26px;
    font-size: 12px; }
.jompay .block-info {
  margin-left: -2px; }
  .jompay .block-info .ico_jompay {
    width: 11%; }
    @media screen and (max-width: 991.98px) {
      .jompay .block-info .ico_jompay {
        width: 25%; } }
  .jompay .block-info .info {
    padding: 14px 0 0 12px; }
    @media screen and (max-width: 991.98px) {
      .jompay .block-info .info {
        padding: 10px 0 0 6px; } }
    .jompay .block-info .info p {
      color: #010101; }

.ggp_paynow h3 {
  font-size: 14px;
  font-weight: 600;
  color: #333333; }

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