* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  font-family: 'Arimo', sans-serif;
}

._checkpage {
    background: #eee;
    display: flex;
    padding: 20px;
    position: relative;
}

.checkout {
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  margin: 20px 0px;
}

.payment_method a {
  padding-right: 20px;
}

.payment_section {
  height: auto;
  width: 60%;
}

.payment_section .input_item, .payment_section .item {
  margin-bottom: 20px;
  width: 100%;
}

input.input-error, select.input-error {
    border-color: red !important;
}

.payment_section .input_item label {
  display: block;
  margin-bottom: 2px;
  font-size: 10px;
  color: #000;
}

.payment_section .input_item input[type="text"], .input_item input[type="password"] {
  width: 100%;
  border: 1px solid #000;
  border-radius: 4px;
  height: 30px;
  padding: 10px 0px;
}

.payment_section .input_item select.form-input {
  width: 100%;
  border: 1px solid #000;
  border-radius: 4px;
  height: 30px;
  padding: 0px 6px;
  background-color: #ffffff;
}

.para2 {
  padding-bottom: 10px;
}

.para2 p {
  color: #000;
}

.coupons .input_item input[type="text"] {
  width: 100%;
  background-color: #F2F2F2;
  border: 0;
  border-radius: 4px;
  padding: 10px 0px;
}

.order_section {
  padding: 0;
  margin: 0 25px;  
  width: 40%;
}

.product_detail {
    display: flex;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.product_detail a.prod-img{
  width: 139px;
  margin-right: 15px;
  height: 119px;
  background-color: #fff6e2;
  border-radius: 15px;
  border: 1px solid #d7be84;
  overflow: hidden;
  text-align: center;
}

.product_detail a>img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.coupons {
  display: flex;
  align-items: center;
}

.payment_section h2 {
  color: #000;
  margin-top: 0px
}
.payment_method {
  float: left;
  width: 100%;
}
.order_section h3 {
  padding-bottom: 20px;
  color: #000;
}

.billing_info h5 {
  color: #000;
  padding-top: 10px;
  padding-bottom: 12px;
}

.credit_card_info h5 {
  color: #000;
  padding-top: 10px;
  padding-bottom: 12px;
}

.price p {
  color: #000;
  margin-bottom: 15px;
}

.price .less, .more, .num {
  float: right;
  padding: 2px;
  ;
}

.price h4 {
  color: #000;
  margin-top: 5px;
  font-size: 22px;
}

.price .tprice, .code, .container2 {
  float: right;
  color: #000;
}

.price .code {
  border: 1px solid #D7BE84;
  padding: 8px;
  color: #000;
  border-radius: 5px;
}

.grp {
  display: flex;
}

.grp .first {
  margin-right: 5px;
}

.checkout_btn .btn {
  background-color: #ff9900;
  color: #fff;
  padding: 8px 90px;
  font-size: 14px;
  border-radius: 20px;
}

.payment_section .inside {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.inside .billing_info {
  margin-right: 25px;
  width: 100%;
}

.horizontal {border: 1px dashed #000;}
.coupon-code{
  width: 100px;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 3px;
}
.coupon-apply-btn{
  margin: 5px;
}
.coupon-block{
  float: right;
}
.checkout-loading, .discount_row, .salestax_row, .shipping_row{
  display: none;
}

.credit_card_info, .billing_info {
  flex: 1;
  width: 100%;
}
/* .selected {
  border-radius: 3px;
  padding: 10px;
} */
.product-right-sec{
  width: 80%;
  float: right;
}
.prod_change{display:flex}
.product_desc{
  margin-top: 10px;
}
.product_desc p, .product_desc h4, .product_desc h5{
  color: #000;  
  word-break: break-word;
}
.checkout-text{
  padding: 0px !important;
}
.product-right-sec .product_name{
  font-size: 22px;
}
.security-alert-sectoin {
  background-color: rgb(255 255 255 / 80%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
}
.security-alert-sectoin p {
  color: #333;
  font-size: 22px;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  margin-top: 100px;
}
.loading-spinner {
  position: absolute;
  background-color: rgb(255 255 255 / 45%);
  top: 10px;
  right: 18px;
  bottom: 10px;
  left: 18px;
  z-index: 9;
  display: none;
  align-items: center;
  text-align: center;
}
.loading-spinner i{
  margin: 0 auto;
}
/* plus minus section*/


.payOption {
  display: flex;
  flex-wrap: wrap;
}
.payment_section, .order_section {
  float: left;
}



[type="checkbox"]:checked,
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden;
}
.checkbox:checked + label,
.checkbox:not(:checked) + label {
  position: relative;
  width: 70px;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  margin: 17px 0;
  margin-top: 100px;
  height: 6px;
  border-radius: 4px;
  background-image: linear-gradient(298deg, var(--red), var(--yellow));
  z-index: 100 !important;
}
.checkbox:checked + label:before,
.checkbox:not(:checked) + label:before {
  position: absolute;
  font-family: "unicons";
  cursor: pointer;
  top: -17px;
  z-index: 2;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.checkbox-tools:checked + label,
.checkbox-tools:not(:checked) + label {
  position: relative;
  display: inline-block;
  padding: 6px;
  width: 110px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.checkbox-tools:not(:checked) + label {
  background-color: #eee;
  box-shadow: 0px 2px 4px 2px rgb(0 0 0 / 22%);
}
.checkbox-tools:checked + label {
  background-color: #0d9adf;
  box-shadow: 9px 8px 16px 0 rgb(0 0 0 / 20%);
}
.checkbox-tools:not(:checked) + label:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-tools:checked + label::before,
.checkbox-tools:not(:checked) + label::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-image: linear-gradient(298deg, var(--red), var(--yellow));
  z-index: -1;
}


.checkbox:checked
  ~ .section
  .container
  .row
  .col-12
  .checkbox-tools:not(:checked)
  + label {
  background-color: var(--light);
  color: var(--dark-blue);
  box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}



.link-to-page {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 20000;
  cursor: pointer;
  width: 50px;
}
.link-to-page img {
  width: 100%;
  height: auto;
  display: block;
}


@media screen and (max-width: 992px) {
  .checkout {
    display: block;
  }
  .a {
    width: 100%;
  }
  .b {
    width: 100% !important;
  }
  .payment_section, .order_section {
    width: 100%;
  }
  .billing_info h5, .credit_card_info h5 {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .checkout {
    display: block;
  }
  .grp .labellh label {
    line-height: 12px;
  }
  .a {
    width: 100%;
  }
  .b {
    width: 100% !important;
  }
  .payment_section, .order_section {
    width: 100%;
  }
  ._checkpage {
    display: block;
    padding: 20px 10px;    float: left;
  }
  .order_section h3 {
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  .order_section {
    margin: 0 0 20px;
  }
  .payment_section {
    margin-top: 15px;
}
}

@media screen and (max-width: 480px) {
  .checkout_btn .btn{width: 100%;}
  .credit_card_info, .billing_info {
    flex: inherit;
  }
  .inside .billing_info {
    margin-right: 0;
  }
}
