* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  background: #fff;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
  margin: 0;
  padding: 0;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
table,
tr,
td {
  border: 0;
}
a {
  outline: none;
  color: inherit;
  text-decoration: none;
}
a:hover {
}
img {
  border: none;
}
li {
  list-style: none;
}
.main_wrap {
  width: 995px;
  margin: 0px auto;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 960px !important;
  }
}
.contact a,
#terms li a {
  color: #2986b8 !important;
}
/* .tooltip {
  max-width: 100%;
  display: flex;
  position: absolute;
  bottom: 65px;
  right: 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgb(0 0 0/25%);
  opacity: unset;
  display: none;
} */
#billing-checked {
  line-height: 18px;
  font-size: 14px;
}
#billing-checked label {
  float: left;
  margin-left: 15px;
}
#recurring-terms {
  font-size: 14px;
}
#recurring-check {
  float: left;
  width: 18px;
  height: 18px;
}
.form-group input:focus {
  background-color: #fff7d8;
}
.form-group select {
  font-size: 0.9rem !important;
  height: 42px !important;
}
.form-group .custom-select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#coupon-code {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#redeem-coupon {
  background-color: #2986b8;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #2986b8;
}
.spinner-border {
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.fab.type {
  position: absolute;
  right: 28px;
  top: 14px;
}
#statewrapper select,
#statewrapper_shipping select {
  border: 1px solid #ced4da !important;
}
#statewrapper label,
#statewrapper_shipping label {
  display: none !important;
}
.floating-label {
  font-size: 14px;
  position: absolute;
  pointer-events: none;
  left: 28px;
  top: 10px;
  transition: 0.2s ease all;
  color: #616161;
}
main #top img {
  border-radius: 5px;
}
main input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 3px 10px 0 0;
  float: left;
}
input:focus ~ .floating-label,
input.error ~ .floating-label,
input:not(:focus):valid ~ .floating-label,
.was-validated input:not(:focus) ~ .floating-label {
  top: 0;
  left: 28px;
  font-size: 9px;
  opacity: 1;
}
.fas.fa-question-circle {
  position: absolute;
  top: 13px;
  right: 44px;
}
i {
  color: #303030;
}
.pay-box {
  border-radius: 15px;
  padding: 15px 15px 30px;
  color: #0d0d0d;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 -7px 13px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -7px 13px rgba(0, 0, 0, 0.1);
}
#submit {
  background-color: #2986b8 !important;
  border-color: #2986b8 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
#submit:hover {
  outline: 0;
  -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0/18%), 0 4px 15px 0 rgb(0 0 0/15%);
  box-shadow: 0 5px 11px 0 rgb(0 0 0/18%), 0 4px 15px 0 rgb(0 0 0/15%);
}
#cvc .fa-question-circle:before {
  font-size: 18px;
}
#credit-card-check {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #2986b8;
  border-right: 0;
}
.apple-pay-button {
  display: inline-block;
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: buy;
}
.apple-pay-button-black {
  -apple-pay-button-style: black;
}
.apple-pay-button-white {
  -apple-pay-button-style: white;
}
.apple-pay-button-white-with-line {
  -apple-pay-button-style: white-outline;
}
.processing-screen {
  display: none;
  z-index: 1;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
}
.logo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.ds-logo {
  max-width: 100px;
  margin-bottom: 20px;
}
.spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#iframeWrapper {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1050;
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
}
#paypal-check {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -5px;
  border-color: #ccc;
}
.validate-recurring {
  box-shadow: inset 0 0 1px 1px #c00;
  padding: 10px;
}
footer {
  box-shadow: 0.125rem 0.125rem 0.5rem rgb(0 0 0 / 18%);
}
.bump-agreement input {
  width: 20px;
  height: 20px;
  margin: 3px 10px 0 0;
  float: left;
}
.btn-light:not(:disabled):not(.disabled).selected {
  background-color: #2986b8 !important;
  color: #fff !important;
  border-color: #2986b8 !important;
}
.btn-light:not(:disabled):not(.disabled).selected i {
  color: #fff !important;
}
#payment-fields{
    position: relative;
}
.tooltip {
  max-width: 100%;
  display: flex;
  position: absolute;
  bottom: 74px;
  left: -9999px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgb(0 0 0/25%);
  opacity: 0;
  transition: bottom 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transform: scale(0);
}
.tooltip.open {
    left: 0;
    bottom: 57px;
    opacity: 1;
    z-index: 9999;
    transform: scale(1);
}
.tooltip-section {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.tooltip-section.visa .tooltip-heading {
  border-radius: 4px 0 0;
}
.tooltip-section.visa > div {
  border-right: 1px solid #eee;
}
.tooltip-section .tooltip-heading,
.tooltip-section .tooltip-body {
  padding: 12px;
}
.tooltip-heading {
  flex: 1;
  display: flex;
  align-items: center;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  background-color: #fafafa;
}
.tooltip-content {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
}
.tooltip-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  cursor: pointer;
  transition: color 0.15s ease-in-out;
}
.tooltip-close svg {
  width: 16px;
}
.list-group-item {
  -webkit-box-shadow: 0 -7px 13px rgb(0 0 0 / 10%);
  box-shadow: 0 -7px 13px rgb(0 0 0 / 10%);
}

.order-md-2 {
  order: 2 !important;
}
.order-md-1 {
  order: 1 !important;
}
.h3, h3 {
  font-size: 1.75rem;
  text-align:center;
}
.padding_bottom{
    padding-bottom:50px;
}
.cvv-info{
    position: absolute;
    content: '';
    right: 20px;
    top: 10px;
}
.payBtn, .payBtn:hover{
    background:#2986b8;
    border-color:#2986b8;
    color:#FFF;
}
.payBtn i{
    color:#FFF;
}
#paypal_submit, #apple_submit{
    display:none;
}
#shipping-box{display:none;}
#same-shipping {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
    float: left;
}
.cardFlex{
    display: flex;
    width: 100%;
    gap: 4px;
}
.custWid{
    width:90%;
}

@media (max-width:999px) {
    .main_wrap {
        width:100%;
        padding:0 10px;
    }
}
@media (max-width:767px) {
.order-md-2 {
  order: 1 !important;
}
.order-md-1 {
  order: 2 !important;
}
.h3, h3 {
    font-size: 1.5rem;
    text-align:center;
}
}
        /* optional: temporary highlight effect */
        .highlight-scroll {
            box-shadow: 0 0 0 3px #ffc107;
            transition: box-shadow 0.5s ease-in-out;
        }
        .prdct1 , .prdct3 ,.prdct1{
            padding-left: 41px;
        }


