.st107 {background-color:#FD7E14; border: #FD7E14; padding: 10px; font-size: 14px; color: #fff; 
    text-align: center; font-family: Arial; margin-top: 2%; width:100%}	

.st108 { text-align: center; font-family: Arial; align-items: center; display: flex; 
    justify-content: center; color: #000; font-size: 11px; margin-bottom: 10px;}
.st108 img { height:12px; margin-bottom:-4px; }
.cartPage .st108 img { height:8px; margin-bottom: -2px; }
.financing-info { width: 100%; cursor: pointer; }
.cartPage { margin: 0 auto; }
.detailPage .st107 { padding: 10px 40px; }
.financing-info a { text-decoration: none; }
.svgButton:hover .st107 { color: #ffffff; background-color: #3275F8 !important; }
.svgButton:hover .st108 { stroke: #fff !important; }
.fontArial {
  font-family: Arial, Helvetica, sans-serif;
}

#expressSideBanner {
  position: fixed;
  z-index: 99;
  top: 50%;
  right: 0;                           /* keep it visible */
  transform: translateY(-50%);        /* vertical centering */
  cursor: pointer;
}

#expressSideBanner img {
  height: 80px;       /* adjust logo size */
  width: auto;
  display: block;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 5px 0px 5px 5px;
}

#previousBtn svg:hover {
    color: #ffffff;
}

h3 {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 1em !important;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold !important;
  unicode-bidi: isolate;
}
.popup-modal {
    display: none;              /* initially hidden */
    position: fixed;
    z-index: 999999999999999 !important;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

/* Right-side panel */
.popup-modal-content {
    position: fixed;
    top: 0;
    right: -450px;              /* start hidden off screen */
    width: 450px;
    height: 100%;
    background-color: #fff;
    border-left: 1px solid #888;
    border-radius: 0;
    overflow-y: auto;
    transition: right 0.7s ease-in-out; /* slide animation */
    color: #000;
    border: 1px solid #FD7E14;
}

.popup-modal-content h3 {
    color: #000;
}

/* When modal is active */
.popup-modal.show .popup-modal-content {
    right: 0; /* slide in */
}

.popup-modal-header {
    padding: 5px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    
}

.leftArrow {
    position: absolute;
    top: 3px;
    left: 17px;    
    cursor: pointer;
    z-index: 1;
}
.mt5 {
    margin-top: -5px;
}
.close {
    position: absolute;
    top: 2px;
    right: 25px;
    color: #FD7E14;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    opacity: 1 !important;
}
.close:hover {
    color: #000;
}

#frmPopup { padding: 0px 20px 20px 20px; }

.popup-modal-content input {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
    background-clip: padding-box;
    background-color: #FFFFFF !important;
    line-height: 1.25;    
    display: flex;
    align-items: center;
    height: 44px;
    box-sizing: border-box;
    margin: 0;
    padding: 4px 12px;
    color: #404E67;
    font-family: Arial, Helvetica, sans-serif;
}

.popup-modal-content input::placeholder {
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
}

.popup-iframe {
  width: 100%;
  height: 500px; /* adjust as needed */
  border: none;
  margin-top: 10px;
}

.submit {
    width:100%; 
    padding:10px; 
    background:#FD7E14; 
    color:white; 
    border:none; 
    border-radius:4px;
    cursor: pointer;    
}

.submit:hover {
    background-color: #3275F8;    
}

#nextBtn:active, #nextBtn:focus {
    color:#fff;
    background:#FD7E14; 
}

#nextBtn:hover {
    color: #ffffff;
}

.headingCenter {
    align-items: center;
    padding-top: 5px;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #FD7E14;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
  display: inline-block;
  vertical-align: middle;
}
@keyframes spin {
  100% { transform: rotate(360deg); }
}

.error-msg {
    color: red;
    font-size: 0.9em;
    text-align: left;
}

.doller span {
    white-space: nowrap;
    font-size: 1rem;
    line-height: 5.1rem;
    --tw-text-opacity: 1;
    border: 1px solid #d1d5db;
    padding: 0.77rem 0.6rem;
    border-radius: 6px 0 0 6px / 6px 0px 0px 6px;
    border-right: 0px;
    background-color: #FFFFFF;
    color: #404E67;
}

.borderBottom {
    border-bottom: 1px solid #ccc;
}

.btn-container, .approve_button { display: none !important; }

.font700 {
  font-weight: 700;
}

.m-auto {
    margin: auto !important
}
.text-center {
    text-align: center;
}

.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
.row {
    display: flex;
    flex-wrap: wrap;
}        
.col-lg-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
}
.col-lg-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
}
.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.col-lg-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%;
}
.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-lg-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
}
.col-lg-8 {
    flex: 0 0 66.64%;
    max-width: 66.64%;
}
.col-lg-9 {
    flex: 0 0 74.97%;
    max-width: 74.97%;
}
.col-lg-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%;
}
.col-lg-11 {
    flex: 0 0 91.66%;
    max-width: 91.66%;
}
.col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pl-10 {
    padding-left: 10px;
}
.pb-10 {
    padding-bottom: 10px;
}
.p-0 {
    padding: 0px !important;
}

.text-right {
    text-align: right;
}

#v65-cart-checkout-parent #approve_cart_button_id {
    display: none !important;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	  .financing-info .st108 { color: #000;}
    .detailPage { width: 100%; }
    .doller span { padding: 0.67rem 0.5rem }
    .fs11 { font-size: 11px; }
    .close { top: -1px; }

    .popup-modal-content {
        width: 100%;
        margin: 1% auto;
    }      
    .submit {
        padding: 8px;
        font-size: 12px;
    }
    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
    .col-xs-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }
    .col-xs-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xs-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xs-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }    
    .col-xs-11 {
        flex: 0 0 91.66%;
        max-width: 91.66%;
    }
    .col-xs-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
}