.btn-cdw-buy-now {
  display: inline-block;
  overflow: hidden;
  padding: 5px 0;
  font-size: 1.5rem;
  line-height: normal;
  width: 100%;
  background: linear-gradient(-45deg, #5fc2e0, #23a6d5);
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

.btn-cdw-buy-now:hover {
  color: #fff;
}
.btn-cdw-buy-now > span {
  display: block;
  font-size: 15px;
}

.cdw-loading:after {
  -webkit-animation: select2_spin_pro 500ms infinite linear;
  animation: select2_spin_pro 500ms infinite linear;
  border: 2px solid #9e9e9e;
  border-radius: 32px;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  content: "";
  display: block;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 16px;
}

.cdw-loading {
  position: relative;
  opacity: 0.5;
  pointer-events: none;
}

.cdw-loading:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  display: inherit !important;
  z-index: 2;
}

@-webkit-keyframes select2_spin_pro {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes select2_spin_pro {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.cdw-buy-now-popup {
  display: none;
  line-height: 20px;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3125;
}
.cdw-buy-now-popup .content {
  min-height: 200px;
  min-width: 300px;
  max-width: 750px;
  width: 100%;
  top: 50%;
  left: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 1);
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  background: #fff;
  overflow: hidden;
}

.cdw-buy-now-popup .content .body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 10px;
}
.cdw-buy-now-popup .content > .title {
  background: #c69a39;
  background: -moz-linear-gradient(top, #c69a39 0%, #c19a4b 100%);
  background: -webkit-linear-gradient(top, #c69a39 0%, #c19a4b 100%);
  background: linear-gradient(to bottom, #c69a39 0%, #c19a4b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c69a39',endColorstr='#c19a4b',GradientType=0);
  color: #fff;
  height: 42px;
  line-height: 42px;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

.cdw-buy-now-popup .content > .title .close {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0px;
  transition: ease 0.25s all;
  -moz-transition: ease 0.25s all;
  -webkit-transition: ease 0.25s all;
  text-align: center;
  line-height: 100%;
  color: #fff;
  background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  border: 0 solid transparent;
  outline: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  padding: 0;
  min-height: inherit;
}

.cdw-buy-now-popup .content .center .product-info img {
  width: 25%;
  border-radius: 10px;
  padding: 15px;
}
.cdw-buy-now-popup .content .center .product-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.cdw-buy-now-popup .content .center .product-info .info .title {
  font-size: 1em;
  color: #333;
  display: block;
  text-align: justify;
  padding: 10px;
}
.cdw-buy-now-popup .content .title h3 {
  font-size: 1em;
}
.cdw-buy-now-popup .content .center .product-info .info .price {
  display: block;
  padding: 0 10px;
  font-size: 1em;
}
.body-bottom form.checkout.woocommerce-checkout {
  display: flex;
  margin: 0;
  flex-direction: row;
  flex-wrap: wrap;
}

div#customer_details\ left {
  width: 50%;
}

@media only screen and (max-width: 480px) {
  div#customer_details\ left {
    width: 100%;
  }
}
.body-bottom form.checkout.woocommerce-checkout {
  display: flex;
  margin: 0;
}
.col-inner.right {
  width: 50%;
  padding-left: 20px;
}
.cdw-buy-now-popup .content .center .product-info .info .cart {
  padding: 0 10px;
}
.cdw-buy-now-popup .body-bottom button#place_order {
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
}
.cdw-buy-now-popup .body-bottom .message-wrapper {
  display: none;
}
.cdw-buy-now-popup .body-bottom .woocommerce-billing-fields {
  border: none;
  padding: 0;
  margin-top: 10px;
}
.cdw-buy-now-popup .body-bottom .woocommerce-billing-fields h3,
.cdw-buy-now-popup .body-bottom .woocommerce-billing-fields label,
.cdw-buy-now-popup .body-bottom .woocommerce-additional-fields label {
  display: none;
}
.cdw-buy-now-popup .body-bottom span.select2.select2-container {
  width: 100% !important;
}
.cdw-buy-now-popup
  .body-bottom
  .woocommerce-billing-fields__field-wrapper
  input,
.cdw-buy-now-popup
  .body-bottom
  .form-row
  .select2-container
  span.select2-selection.select2-selection--single {
  margin: 0;
  border-radius: 5px;
}
.cdw-buy-now-popup .body-bottom .form-row .select2-container {
  margin: 0;
}
.cdw-buy-now-popup .body-bottom .woocommerce-additional-fields textarea {
  margin-top: 10px;
  border-radius: 5px;
  min-height: 60px;
}
.cdw-buy-now-popup .body-bottom .payment_box p {
  display: none;
}
.cdw-buy-now-popup
  .body-bottom
  ul.wc_payment_methods.payment_methods.methods
  input {
  margin-bottom: 0;
  border: none;
}
.cdw-buy-now-popup .body-bottom .payment_methods li + li {
  border: none;
  padding: 0;
  margin-top: 5px;
}
.cdw-buy-now-popup
  .body-bottom
  table.shop_table.woocommerce-checkout-review-order-table
  thead,
.cdw-buy-now-popup .body-bottom tfoot tr.cart-subtotal {
  display: none;
}
.cdw-buy-now-popup
  .body-bottom
  table.shop_table.woocommerce-checkout-review-order-table
  tr
  td {
  padding: 5px;
}
.cdw-buy-now-popup .body-bottom tr.order-total td,
.cdw-buy-now-popup .body-bottom tr.order-total th {
  border: none;
}
.cdw-buy-now-popup p.form-row-first {
  margin-right: unset;
  margin-left: 4%;
}
