p.checkoutaddresses {
    display: inline-block;
    padding-bottom: 15px;
    color: #444444;
    clear: both;
    
}

#clearpayinfolink {
    text-decoration: underline;
    cursor: pointer;
}

#clearpayinfolink:hover {
    text-decoration: none;
}

#page {
    background-image: none;
}

.emptycartpage {
    padding: 50px;
}

#clearpayinfomobile {
    display: none;
    max-width: 750px;
    width: 100%;
}

#clearpaypopupimagery {
    display: none;
}

#clearpayinfodesktop {
    display: block;
    max-width: 750px;
    width: 100%;
}

.clearpayholder {
    font-size: 12px;
    margin-top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat";
    font-weight: normal;
    color: #444444;
}

.popup.clearpaypopup {
    padding: 0px;
    max-width: none;
    width: auto;
}

.clearpaypopup .popuptitle {
    display: none;
}

.clearpaypopup .popupcontent {
    padding: 0px;
}

.clearpaypopup .popupclosebutton {
    display: none;
}

.cptext {
    width: 100%;
    font-size: 17px;
}

.basket_table {
    display: inline-block;
}

.checkout_content {
    width: auto !important;
}

#finallarge {
    display: inline-block;
    max-width: 100%;
}

#clearpayerrors {
    text-align: center;
    font-family: Verdana;
    color: #ff0000;
}

.prescconfcontent {
    display: inline-block;
    float: none !important;
    display: inline-block;
    font-family: "Montserrat";
    color: #444444;
    font-size: 12px;
}

.basket_table th {
    height: 28px !important;
    padding-top: 10px;
}

.deliveryaddress {
    float: left;
    margin-right: 30px;
    font-family: "Montserrat";
}

.checkout_payment {
    text-align: center !important;
}

.billingaddress {
    float: left;
    font-family: "Montserrat";
}

.account-left {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    padding-right: 10px;
}

.logoff {
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
    text-align: center;
    line-height: 20px;
}

.viewmoreinfobtn {
    width: 80%;
    font-size: 11px;
    line-height: 30px;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
}

.personalDetailsEdit2 input {
        border: 0px;
}

.editaddressheader {
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
    margin-top: 15px;
    margin-left: 15px;
}

.accountbuttons {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
}

.accountbuttons a {
    display: inline-block;
    max-width: 300px;
}

.accttop {
    margin-top: 0px;
    margin-bottom: 20px;
}

.accountbuttons a:first-of-type {
    margin-right: 20px;
}

.addtitletop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 0px;
}

.addressholder {
    line-height: 1.2rem;
    color: #444444; 
}

.addeditlink {
    float: right;
}

.addeditlink a {
    color: #444444;
    font-size: 11px;
}

.orderhistory {
    float: left;
    border: 1px solid #d0d0d0;
    width: 80%;
    padding: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    position: relative;
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
    margin-top: 20px;
    line-height: 25px;
}

.stylebankacct {
    float: right;
    border: 1px solid #d0d0d0;
    width: 80%;
    padding: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    position: relative;
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
    margin-top: 20px;
    line-height: 25px;
}

.addressbook {
    border: 1px solid #d0d0d0;
    padding: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    position: relative;
}

.stylebankacct b {
    font-size: 18px;
}

.stylebankacct a {
    color: #444444;
}

.yourdetails {
    float: right;
    border: 1px solid #d0d0d0;
    width: 80%;
    padding: 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    position: relative;
}

.accounteditlink {
   position: absolute;
    top: 12px;
    right: 12px;
    font-family: "Montserrat";
    font-size: 11px;
    color: #444444;
    text-decoration: underline;
}

.form-item {
    display: flex;
    align-items: center;
    flex-direction:column
}

.accounteditlink:hover {
    text-decoration: none;
}

.personalDetailsAcct {
    padding: 10px 15px;
    margin-top: 20px;
}

.personalDetailsAcct.disabled span,  
.personalDetailsAcct.disabled select,  
.personalDetailsAcct.disabled input[type='text']  {
    background-color: #f3f3f3;
    width: 100%;
}

.newsletter-status {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.newsletter-status > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.newsletter-status #newsletter-status {
    font-weight: 600;
    background-color: unset;
    display: inline-block;
    border: unset;
}

.unsubscribed, .subscribed {
    display: none;
}

.unsubscribed button, .subscribed button {
    cursor: pointer;
}

.personalDetailsAcct label {
    color: #444444;
    width: 100%;
    line-height: 1.1rem;
}

.personalDetailsAcct span,
.personalDetailsAcct select,
.personalDetailsAcct input[type='text'],
.personalDetailsAcct input[type='password'] {
    font-family: 'Montserrat';
    font-size: 12px;
    color: #444444;
    display: block;
    margin-top: 2px;
    margin-bottom: 7px;
    border: 1px solid #d0d0d0;
    padding: 8px 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    width: 100%;
}


.orderhistorytable {
    font-size: 12px;
    width: 100%;
    margin: 20px 0 10px;
}


.orderhistorytable .moduleRowHeader {
    display: none;
    font-weight: 600;
    padding: 4px 0;
    border-bottom: solid 1px #ddd;
}

.orderhistorytable .moduleRow {
    display: none;
    flex-wrap: wrap;
    padding: 8px 0 10px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 5px;
}
.orderhistorytable .moduleRow.visible {
    display: flex;
}

.moduleRow > div, .moduleRowHeader > div {
    width: 100%;
    padding: 5px 0;
}

.moduleRow > div.status, .moduleRowHeader > div.status {
    flex: 2;
}

.orderhistorytable a {
    display: block;
    color: #444;
    text-align: right;
    font-weight: 600;
}

.orderhistorytable .moduleRow:last-of-type {
    border-bottom: none;
}

.orderhistorytable b {
    font-weight: 400!important;
}

.dt-hide {
    display: inline-block;
}


@media only screen and (min-width: 600px) {
    .moduleRow > div, .moduleRowHeader > div {
        width: 50%;
    }

    
    .form-item {
        flex-direction:row;
    }

    .personalDetailsAcct label {
        width: 25%;
        text-align: right;
        margin-right: 1.1rem;
    }

}


@media only screen and (min-width: 768px) {
    .orderhistorytable .moduleRowHeader {
        display: flex;
    }

    .moduleRow > div, .moduleRowHeader > div {
        width: 18%;
    }

    .moduleRow > div.status, .moduleRowHeader > div.status {
        flex: 2;
    }

    .dt-hide {
        display: hidden;
    }
}

@media( max-width: 768px){
    .orderhistorytable .moduleRow div {
        width: 50%;
    }

    .orderhistorytable .moduleRow div:nth-child(even){
        text-align: right;
    }

    .orderhistorytable .moduleRow div:last-of-type {
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }
}


.previous-order-table  {
    text-align: left;
}

.previous-order-table strong {
    font-weight: 600;;
}

.previous-order-table th.prod-name {
    min-width: 150px;
}

.previous-order-table th.prod-model {
    min-width: 120px;
}

.previous-order-table tr td {
    padding: 2px 0;
}

tr.item-row td, tr.vat-row td {
    border-top: solid 1px #ddd;
}

.orderhistorytable tr td {
    padding: 5px 0;
    border-bottom: solid 1px #ddd;
}
.orderhistorytable tr td a {
    color: #444;
}

.moduleRowHeader th {
    border-bottom: 1px solid #d0d0d0;
    text-align: left;
    font-weight: 600;
}

.yourdetails h2, .stylebankacct h2, .addressbook h2, .orderhistory h2 {
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
    padding-bottom: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
}

.stylebankacct h2 {
margin-bottom: 15px;    
}

.checkouth1 {
    font-family: "Montserrat";
    font-size: 22px;
    color: #444;
    padding: 20px 0;
    display: inline-block;
    text-transform: none;
    font-weight: normal;
}

#bnav {
 display: none;   
}

.stylebank_checkbox {
    visibility: hidden;
    height: 1px;
    line-height: 1px;
}

.stylebank_container {
    border: 1px solid #d0d0d0;
    margin: 20px;
    clear: both;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
}

.stylebank_container h2 {
    font-family: "Montserrat";
    font-size: 18px;
    color: #444444;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

#form_message {
    color: #ff0000;
}


div#forgottenPasswordForm .input-holder {
    display: flex;
    gap: 10px;
}

#forgottenPasswordForm label {
    width: 100%;
    text-align: left;
    display: block;
    margin-top: 10px;
}

div#forgottenPasswordForm p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5rem;
}

#forgottenPasswordForm input {
    max-width: 100%;
    flex-grow: 1;
    height: 40px;
    text-align: left;
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    padding: 0px 10px;
    border: solid 1px #333;
    outline: none;
}

#forgottenPasswordForm .prodinfobutton {
    padding: 0 20px;
    width: auto;
    font-size: 12px;
}

.checkoutmasterpage a.prodinfobutton.popupclosebutton {
    width: auto !important;
    max-width: 100%;
    width: 120px !important;
    margin: 20px auto;
    font-size: 12px;
}

form#loginform div.flex {
    background: none;
    border: none;
    display: flex;
    gap: 20px;    
    font-size: 12px;
    justify-content: center;
    align-items: center;
    padding: 0;
}

form#loginform div.flex a {
    color: #333
}

.central {
    text-align: center;
    width: 100%;
    /* border: 1px solid; */
    display: flex;
    justify-content: center;
}

.successh2 {
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.successpage {
    text-align: center;
    padding-right: 21px;
}

.orderinfo {
    font-size: 14px;
    font-family: "Montserrat";
    padding-top: 20px;
    color: #444444;
}

.product_countdown {
    text-align: center;
    color: #444444;
    font-family: "Montserrat";
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 30px 30px 0px 30px;
}

#info_container {
    display: none;
}

.initialloginbox {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    margin: 20px auto;
    padding: 20px;
    
}

.initialloginbox a {
    display: block;
    cursor: pointer;
}

a.createacctbutton {
    max-width: 200px;
    display: inline-block;
    
}

.backlink {
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
    padding-bottom: 20px;
    padding-top: 20px;
}

.initialloginbox p a {
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
    display: inline;
}

#forgottenpass {
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
    padding-top: 10px;
}

#existingcontent h2,
.initialloginbox h2 {
    font-family: "Montserrat";
    font-size: 24px;
    color: #444444;
    margin-bottom: 20px;
    text-align: center;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    display: block;
    text-transform: none;
    font-weight: normal;
}

.initialloginbox p {
    font-family: "Montserrat";
    font-size: 14px;
    padding-bottom: 5px;
    color: #444444;
}

p.topparacreate {
    font-family: "Montserrat";
    font-size: 18px;
    padding-bottom: 5px;
    color: #444444;
    padding-top: 10px;
}

.messageStackError a {
    display: inline;
}

#info_container.overall_checkout_leftcolumn {
    display: block;
}


#newcontent p {
        font-size: 14px;
        padding-bottom: 20px;
}

.checkoutbutton {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

#initialcontent {
}

#existingcontent {
    display: none;
}

#newcontent {
    display: none;
}

.error_messages {
    font-family: "Montserrat";
    color: #ff0000;
}

.overall_checkout_leftcolumn {
    float: left;
    width: 75%;
}

#paypaliframe {
    width: 100%;
    min-height: 1000px;
}

#AmazonPayButton {
    overflow: hidden;
}

.overall_checkout_rightcolumn {
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    padding-right: 20px;
}

.new_checkout_right_column {
    border: 1px solid #d0d0d0;
    padding-left: 10px;
    padding-right: 10px;
}

.check_rcol_title, .final_total_text, .check_rcol_order_subtotal_title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444444;
    font-family: "Montserrat";
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #d0d0d0;
    letter-spacing: 2px;
}

.check_rcol_title {
    border-top: none;
}

.final_total_value, .check_rcol_order_subtotal_amount {
    color: #444444;
    font-family: "Playfair Display";
    border-top: 1px solid #d0d0d0;
    font-size: 48px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}

.check_rcol_prod_cont {
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #d0d0d0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.check_rcol_prod_cont:last-of-type {
    border-bottom: none;    
}

.rcol_prod_desc {
    padding-top: 5px;
}

.rcol_prod_img {
    float:left;
    width: 33.3333333%;
}

.rcol_prod_img img {
    width: 100%;
}

.rcol_prod_text {
    float: left;
    width: 66.6666666%;
    font-weight: bold;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    padding-left: 10px;
    font-family: "Montserrat";
    font-size: 12px;
    color: #444444;
    text-transform: uppercase;
}

#paymentoptions {
    border: 1px solid #d0d0d0;
    margin: 20px;
    clear: both;
    padding: 20px;
    overflow: hidden;
    text-align: center;
}

#nopaymentrequired {
    border: 1px solid #d0d0d0;
    margin: 20px;
    clear: both;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    font-family: "Montserrat";
    font-size: 12px;
}

#addressBookWidgetDiv {
    width: 31.333333333333333%;
    margin-right: 2%;
    float: left;
    height: 270px;
}

#walletWidgetDiv {
    width: 31.333333333333333%;
    margin-right: 2%;
    float: left;
    height: 270px;
}

.checkoutpaytype {
    width: 30.333333%;
    margin-right: 3%;
    cursor: pointer;
    border: 1px solid #d0d0d0;
    float: left;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: "Playfair Display";
    font-size: 30px;
    color: #444444;
    padding: 20px 20px 25px 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    position: relative;
}

.checkoutpaytype.paytypeselected {
    border: 1px solid #610c10;
}

.accord_body h2 {
    color: #444444;
    font-family: "Montserrat";
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 5px;
}

.checkoutpaytype img {
    clear: both;
    display: block;
    margin-left: auto;
    margin-bottom: 10px;
    margin-right: auto;
    max-width: 100%;
}

#clearpaypayment img {
    max-width: 150px;
    margin-bottom: 0px;
}

#checklarge {
    display: block;
}

#checksmall {
    display: none;
}

#paypalexpress {
    padding: 30px;
    border: 1px solid #d0d0d0;
    margin: 0px 20px;
    text-align: center;
    font-family: "Montserrat";
    color: #dd0000;
    font-size: 20px;
    line-height: 27px;
}

#chanelorder {
    padding: 30px;
    border: 1px solid #d0d0d0;
    margin: 0px 20px;
    text-align: center;
    font-family: "Montserrat";
    color: #444444;
}

#cardpanel {
    border: 1px solid #d0d0d0;
    padding: 20px;
    margin: 20px;
    clear: both;
    overflow: hidden;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
}

#amazonpanel {
    display: none;
    border: 1px solid #d0d0d0;
    padding: 20px;
    margin: 20px;
    clear: both;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cardpanel {
    display: block;
}

#changeaddresssection {
    border-top: 1px solid #d0d0d0;
    padding-top: 20px;
    clear: both;
    text-align: center;
    margin-top: 20px;
}

#changeaddresssection h3{
    font-family: "Montserrat";
    font-weight: bold;
    color: #444444;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 15px;
    display: inline-block;
}

#changeaddresssection label {
    width: 100%;
    display: block;
    text-align: left;
    font-family: "Montserrat";
    color: #444444;
    font-size: 18px;
    
}

.halfcontainer {
    width: 50%;
    float: left;
}

.privacyinfo {
    width: 50%;
    float: left;
    text-align: left;
    padding: 18px 50px 0px 50px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    line-height: 28px;
    font-family: "Montserrat";
    font-size: 12px;
}

#addressErrorContainer {
    font-family: "Montserrat";
    font-size: 14px;
    color: #ff0000;
}

#errorcont, #errorcontbottom {
    display: none;
    font-family: "Montserrat";
    font-size: 14px;
    color: #ff0000;
}

#saveaddress {
    max-width: 300px;
    margin: 20px auto 0px auto;
}

.bothformbits {
    clear: both;
    overflow: hidden;
}

.privacyinfo h4 {
    text-transform: uppercase;
    color: #444444;
    font-family: "Montserrat";
    font-size: 18px;
    letter-spacing: 2px;
}

#changeaddresssection input {
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    margin-bottom: 25px;
    text-align: left;
    margin-top: 6px;
    border: 1px solid #d0d0d0;
    padding: 5px;
    height: 40px;
}

#changeaddresssection select {
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    margin-bottom: 25px;
    text-align: left;
    margin-top: 6px;
    border: 1px solid #d0d0d0;
    padding: 5px;
    height: 40px;
}

#addressList {
    border: 1px solid #d0d0d0;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    padding: 20px;
    text-align: left;
    max-height: 150px;
    overflow-y: scroll;
}

#addressList a {
    display: block;
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
    padding-bottom: 16px;
}

.postcodeeverything {
    clear: both;
    display: table;
    width: 100%;
    overflow: hidden;
}

.manual_link {
    display: table-cell;
    vertical-align: middle;
}

.manual_link a {
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
}

.findbutton {
    width: 200px;
    margin-top: 0px;
}

.postcodebuttonholder {
    display: table-cell;
    padding-right: 20px;
    vertical-align: middle;
}

.postcodefieldholder {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-right: 20px;
}
.summsection {
    float: left;
    width: 33.33333333%;
}

#paypalpayment {
    padding-top: 22px;
}

#delmethodsection {
    float: right;
}

#cardpanel h3 {
    font-family: "Montserrat";
    font-weight: bold;
    clear: both;
    display: block;
    color: #444444;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

#nopaymentrequired {
    display: none;
}

.summcontent {
    font-family: "Montserrat";
    font-size: 12px;
    color: #444444;
}

.changeaddresslink {
    display: block;
    padding-top: 10px;
    cursor: pointer;
    text-decoration: underline;
}

.changeaddresslink:hover {
    text-decoration: none;
}

.allsumms {
    clear: both;
    overflow: hidden;
}

.delivery_method_title {
    font-family: "Montserrat";
    font-weight: bold;
    clear: both;
    display: block;
    color: #444444;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 15px;
    text-align: center;
}

.delrowholder {
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
    font-family: "Montserrat";
    font-size: 18px;
    text-transform: uppercase;
    color: #444444;
    font-weight: bold;
    cursor: pointer;
}

.delrowholder .shipping_price {
    padding-top: 2px;
    display: inline-block;
}

.delrowholder input[type="radio"] {
    display:none;
}

.delrowholder label input[type="radio"] + span {
    display:inline-block;
    float: right;
    width:20px;
    height:20px;
    margin: 0px 0px 0 15px;
    vertical-align:middle;
    background: URL("../../images/newimages/presc_tickbox.jpg") left top no-repeat;
    cursor:pointer;
}

.delrowholder label input[type="radio"]:checked + span {
    background: URL("../../images/newimages/presc_tickbox.jpg") -20px top no-repeat;
}


.quotemoduletitle {
    float: left;
}

.quotemoduletitle i{
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}

.quotemoduleinput {
    float: right;
}

.delivery_method_fields_container {
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid #d0d0d0;
    padding-top: 20px;
    clear: both;
    margin-top: 20px;
}

#actualdelmethod {
    font-family: "Montserrat";
    font-size: 12px;
    color: #444444;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 18px;
}

#actualdelmethod a {
    font-weight: normal;
    text-transform: none;
}

.delmethodarrival {
    clear: both;
    text-transform: none;
    font-style: italic;
    font-weight: normal;
}

.optionalcomments {
    display: none;
    border: 1px solid #d0d0d0;
    padding: 20px;
    margin: 20px;
    font-family: "Montserrat";
    text-align: center;
    text-transform: uppercase;
    color: #444444;
    font-weight: bold;
    font-size: 14px;
}

.totaldontdisplay {
    display: none;
}

.optionalcomments textarea {
    margin-top: 10px;
    width: 100%; 
    height: 75px;
    padding: 8px;
    font-size: 12px;
    border: 1px solid #d0d0d0; 
    overflow: auto;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}

#buynowbutton {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.paypal_checkout_payment {
clear: both;
overflow: hidden;
padding: 20px;
}

.ordererror {
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
    padding: 20px;
}

#errorcontainer {
    display: none;
    text-align: center;
    color: #ff0000;
    font-family: "Montserrat";
    font-size: 14px;
}

.tabmobextraprice {
    display: none;
}

.currencymessage {
    padding-top: 20px;
    font-family: "Montserrat";
    color: #444444;
    font-size: 12px;
}

.paypalreturns {
    font-family: "Montserrat";
    font-weight: bold;
    color: #3c3c3c;
    font-size: 12px;
    background-color: #d9d9d9;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 12px;
    margin-top: 13px;
}

#AmazonPayButton img {
        position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
}

.indivdeltype {
    display: flex;
    font-family: "Montserrat";
    font-size: 16px;
    color: #444444;
    margin-bottom: 12px;
}

.indivdeltick {
    flex: 0 0 30px;
}

.indivdelprice {
    flex: 0 0 100px;
}

.indivdeltext {
    flex-grow: 1;
}

@media only screen and (max-width:1201px) {
    
    #existingcontent input,
    .initialloginbox input {
        width: 100%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box; 
    }
    
    .initialloginbox h2 {
     min-width: initial;   
    }

}

@media only screen and (min-width:601px) and (max-width: 960px) {
    .overall_checkout_leftcolumn {
        width: 100%;
        float: none;
    }
    
    .overall_checkout_rightcolumn {
        width: 100%;
        float: none;
    }
    
    .new_checkout_right_column {
        border: none;
    }
    
    .tabmobextraprice {
        display: block;
        clear: both;
        overflow: hidden;
        padding-bottom: 20px;
        font-size:18px;
    }
    
    .rcol_prod_text {
        width: 80%;
    }
    
    .rcol_prod_name {
        padding-bottom: 15px;
    }
    
    .delrowholder {
        font-size:14px;
    }
    
    .checkouth1 {
            padding: 30px 8% 30px 8%;
    }
    
    .tabmobprice {
        float: left;
    }
    
    .tabmobquan {
        float: right;
    }
    
    .checkout_nonfinal_total, .check_rcol_order_subtotal {
        clear: both;
        overflow: hidden;
    }
    
    .final_total_text, .check_rcol_order_subtotal_title {
        float: left;
        width: 50%;
        font-family: "Montserrat";
        font-weight: bold;
        font-size: 18px;
        text-align: left;
        padding: 20px 0px;
    }
    
    .check_rcol_order_subtotal_amount, .final_total_value {
        float: right;
        text-align: right;
        width: 50%;
        font-family: "Montserrat";
        font-weight: bold;
        font-size: 18px;
        padding: 20px 0px;
    }
    
    .cartprodquan {
        display: none;
    }
    
    .rcol_prod_img {
        width: 20%;
    }
    
    .checkout_final_total {
        border-bottom: 1px solid #d0d0d0;
        clear: both;
        overflow: hidden;
    }
    
    .check_rcol_title {
        border-bottom: 1px solid #d0d0d0;
        font-family: "Playfair Display";
        font-size: 48px;
        text-transform: none;
        font-weight: normal;
        padding-bottom: 25px;
        letter-spacing: normal;
        
    }
    
    .checkoutpaytype {
        font-size: 20px;
        padding: 10px 10px 15px 10px;
    }
    
    .checkoutpaytype img {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }
}

@media only screen and (max-width:800px) {

    .checkoutbutton {
        width: 100%;
    }
    
}

@media only screen and (max-width:370px) {
    #existing {
        line-height: 11px;
        padding-top: 15px;
    }
}

@media only screen and (max-width:450px) {

    .checkoutbutton {
        font-size: 11px;
    }
    
}

@media only screen and (max-width: 600px) {

    #clearpayinfomobile {
        display: block;
        max-width: 750px;
        width: 100%;
    }

    #clearpayinfodesktop {
        display: none;
        max-width: 750px;
        width: 100%;
    }

    .popup.clearpaypopup {
        width: 66%;
    }

    #addressBookWidgetDiv {
    width: 100%;
    margin-bottom: 20px;
    height: 270px;
    }

    #walletWidgetDiv {
        width: 100%;
    height: 270px;
    }
    
    .halfcontainer {
        width: 100%;
    }
    
    .privacyinfo {
        display: none;
    }
    
    .findbutton {
        width: 180px;
    }
    
    p.topparacreate {
        font-size: 16px;
    }
    
    .initialloginbox h2 {
        font-size: 24px;
        padding-bottom: 15px;
    }
    
    .initialloginbox label {
        width: auto;
    }
    .overall_checkout_leftcolumn {
        width: 100%;
        float: none;
    }
    
    .overall_checkout_rightcolumn {
        width: 100%;
        float: none;
        padding-left: 20px;
    }
    
    .new_checkout_right_column {
        border: none;
    }
    
    .tabmobextraprice {
        display: block;
        clear: both;
        overflow: hidden;
        padding-bottom: 20px;
        font-size:14px;
    }
    
    .rcol_prod_text {
        width: 80%;
    }
    
    .rcol_prod_name {
        padding-bottom: 15px;
    }
    
    .delrowholder {
        font-size:14px;
    }
    
    .checkouth1 {
            padding: 15px 8% 15px 8%;
            font-size: 24px;
    }
    
    .product_countdown {
        padding: 10px 30px 0px 30px;
    }
    
    .initialloginbox {
        margin-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .tabmobprice {
        float: left;
    }
    
    #paymentoptions {
        border: none;
        padding: 0px;
    }
    
    .tabmobquan {
        float: right;
    }
    
    .checkout_nonfinal_total, .check_rcol_order_subtotal {
        clear: both;
        overflow: hidden;
    }
    
    .final_total_text, .check_rcol_order_subtotal_title {
        float: left;
        width: 70%;
        font-family: "Montserrat";
        font-weight: bold;
        font-size: 14px;
        text-align: left;
        padding: 20px 0px;
    }
    
    .check_rcol_order_subtotal_amount, .final_total_value {
        float: right;
        text-align: right;
        width: 30%;
        font-family: "Montserrat";
        font-weight: bold;
        font-size: 14px;
        padding: 20px 0px;
    }
    
    .cartprodquan {
        display: none;
    }
    
    .rcol_prod_img {
        width: 20%;
    }
    
    .checkout_final_total {
        border-bottom: 1px solid #d0d0d0;
        clear: both;
        overflow: hidden;
    }
    
    .check_rcol_title {
        border-bottom: 1px solid #d0d0d0;
        font-family: "Playfair Display";
        font-size: 24px;
        text-transform: none;
        font-weight: normal;
        padding-bottom: 15px;
        letter-spacing: normal;
        
    }
    
    .changeaddresslink {
    width: 100%;
    height: 50px;
    color: #fffefe;
    font-family: "Montserrat";
    font-size: 14px;
    display: block;
    letter-spacing: 2px;
    text-align: center;
    background-color: #444444;
    margin-top: 20px;
    line-height: 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    cursor: pointer;
    -webkit-transition: opactiy 0.5s; /* Safari */
    transition: opacity 0.5s;
    text-decoration: none;
    padding-top: 0px;
}

.changeaddresslink:hover {
    opacity: 0.75;
    text-decoration: none;
}

#actualdelmethod a {
    text-transform: uppercase;
}
    
    .summsection {
            width: 100%;
    text-align: center;
    padding-bottom: 20px;
        padding-top: 20px;
    border-bottom: 1px solid #d0d0d0;
    }
    
    #cardpanel {
        border: none;
        padding: 0px;
    }
    
    .checkoutpaytype {
        font-size: 20px;
        padding: 10px 10px 15px 10px;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .checkoutpaytype img {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }
}


.account-page {
    font-family: 'Montserrat';
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 20px;
    padding: 10px;
}

.account-page .nav {
    display: flex;
    flex-direction: column;
    background: #fbfbfb;
    border: solid 1px #eaeaea;

    
    @media(min-width: 960.2px) {
        flex: 0 0 200px;
    }
}

span.menu-btn {
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}

.account-page .nav a {
    display: none;
    padding: 10px 5px;
    color:#444;
    border-bottom: solid 1px #eaeaea;
    background: #fbfbfb;
    text-align: center;
}


.account-page .nav.show a {
    display: block;
}


.account-content {
    color: #444;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


.account-content h2,
.account-content b {
    font-weight: 600;
}

.account-content > div {
    padding: 10px;
    border: solid 1px #eaeaea;
    max-width: 100%;
}

.account-section .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.account-page .style-points {
    line-height: 1.2rem;
}

tr.dataTableHeadingRow th {
    background: #eee;
    padding: 5px;
}

.previous-order  {
    line-height: 1rem;
}

.previous-order h2 {
    font-size: 16px;
}

.previous-order .addresses {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    gap: 20px;
}

.previous-order .meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.table-scroll {
    max-width: 100%;
    overflow-x: scroll;
}

.table-scroll tr.dataTableHeadingRow th {
    background: #eee;
    padding: 5px 10px 5px 10px;
    text-align: left;
    font-weight: 600;
}

.table-scroll tr.dataTableHeadingRow th:last-of-type {
    text-align: right;
}

.table-scroll td {
    padding: 5px;
}


@media (min-width: 960px) {

    .account-page .nav .menu-btn {
        display: none;
    }
    
    .account-page {
        flex-direction: row;
        justify-content: center;
    }



    .account-page .nav a {
        display: block;
    }
    
    .account-content {
        overflow-x: unset;
        width: 100%;
    }

    .account-content > div {
        padding: 20px;
        margin: 0;
    }
    
    .previous-order .addresses {
        flex-direction: row;
    }

    
    .previous-order .addresses > div {
        width: 50%;
    }

    .table-scroll {
        max-width: 100%;
        overflow-x: unset;
    }
}


form#loginform * {
    box-sizing: border-box;
}

div#firstopen {
    margin: 20px 0;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.initialloginbox {
    margin: 0;
    padding: 0;
}


#existingcontent {
    display: none;
    padding: 20px 0;
    flex-direction: column;
    justify-content: center;
    background: #f5f5f5;
    border: solid 1px #dbdbdb;
    width: 90%;
}

form#loginform {
    font-family: "Montserrat";
    font-size: 14px;
    width: 95%;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    gap: 10px;
}

form#loginform div {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: white;
    border: solid 1px #eaeaea;
}

#existingcontent label,
.initialloginbox label {
    padding: 8px;
    font-size: 12px;
    display: none;
}

#existingcontent input,
.initialloginbox input {
    padding: 7px 10px;
    border: 0;
    border-bottom: solid 1px #d0d0d0;
    color: #444444;
    font-size: 12px;
    text-align: center;
}

#existingcontent input::placeholder,
.initialloginbox input::placeholder {
    color: #b7b7b7;
}

a.createacctbutton {
    max-width: 120px;
    text-transform: capitalize;
    font-size: 12px;
    padding: 10px 0;
}

#forgottenpass{
    font-size: 12px;
}

.error_messages {
    font-family: "Montserrat";
    color: #dd0000;
    text-align: center;
    margin: 10px 0;
}


.logged_in {
    font-family: 'Montserrat';
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
    align-items: center;
}

.logged_in a {
    color: #444;
}

.logged_in ul {
    list-style: none;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    width: 50%;
}

.logged_in ul li {
    padding: 10px 0;
    text-align: center;
    background: #fff;
    margin-bottom: 10px;
    border: solid 1px #ddd;
}


.addtitle {
    font-weight: 600;
}


.previous-order .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.previous-order .heading #download-invoice {
    cursor: pointer;
    background-color: #444;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 11px;
}

.previous-order  {

    font-family: Verdana, sans-serif;
    line-height: 1.1rem;
    font-size: 13px;
}

.account_notices {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 20px;
    background: mediumseagreen;
    text-align: center;
    color: white;
    padding: 8px 5px;
    font-family: 'Montserrat';
    font-size: 12px;
}

.more_orders {
    margin-bottom: 20px;
}

.more_orders button {
    font-size: 12px;
    background: #6f6f6f;
    color: white;
    border: solid 1px #444;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
    transition: background 0.2s ease-in;
}

.more_orders button:hover {
    background: #444;
}

.verification-prompt {
    margin: 20px 0;;
    line-height: 1rem;
}

@media print {

    
    .previous-order  {
        font-family: Verdana, sans-serif;
        line-height: 1rem;
        padding: 20px;
    }

    .previous-order .heading {
        display: none;
    }

    .previous-order h2 {
        display: none;
    }

    .previous-order .addresses {
        display: flex;
        margin: 20px 0;
    }

    .previous-order .meta {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .table-scroll, .previous-order-table {
        max-width: 100%;
        overflow-x: visible;
    }

    .previous-order-table tr.dataTableHeadingRow th {
        background: #eee;
        padding: 5px 10px 5px 10px;
        text-align: left;
        font-weight: 600;
    }

    .previous-order-table tr.dataTableHeadingRow th:last-of-type {
        text-align: right;
    }

    .previous-order-table td {
        padding: 5px;
    } 

    .previous-order .addresses {
        flex-direction: row;
    }

    .previous-order .addresses > div {
        width: 50%;
    }

    .page-break {
        page-break-before: always;
    }
}


@media(min-width: 600px){

    form#loginform div {
        width: 95%;
        flex-direction: row;
        margin-bottom: unset;
        justify-content: center;
        align-items: center;
    }
    
    div#firstopen {
        margin-top: unset;
        min-height: 600px;
    }

    #existingcontent label,
    .initialloginbox label {
        display: block;
        width: 30%;
        text-align: right;
    }    
    
    #existingcontent input,
    .initialloginbox input {
        width: 75%;
        border-left: none;
        text-align: left;
    }    
    
}

@media (min-width: 768.2px) {

    .desktop-hide {
        display: none;
    }
}

@media (min-width: 960px) {

    #existingcontent {
        width: 70%;
    }

    
    form#loginform div {
        width: 85%;
    }
}

@media (min-width: 1200px) {

    #existingcontent {
        width: 50%;
    }
}


.messageStackError {
    font-size: 13px;
    padding: 0 10px 10px;
}


.manage-order-content {
    width: 90%;
    margin: 0 auto;
    line-height: 1rem;
    
    @media(min-width: 960.2px) {
        max-width: 1500px;
    }

    .heading {
        display: flex;
        flex-direction: column;
        align-items: center;
        
        @media(min-width: 960.2px) {
            flex-direction: row;
            justify-content: space-between;
        }

        .messages {
            width: 100%;
            background: #29ab00;
            margin-bottom: 20px;
            padding: 10px;
            color: white;
            font-weight: 600;
            text-align: center;
            border-radius: 6px;
            opacity: 0;
            transition: opacity 0.5s ease-in-out;

        }
    }

    .customer-info {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;

        @media(min-width: 960.2px) {
            flex-direction: row;
            gap: 150px;
        }

        h3 {
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 15px;
        }
    }

    h1 {
        line-height: 1.5rem;
        font-size: 24px;
        margin: 20px 0;
    }

    p {
        line-height: 1.4rem;
    }

    .manage-order {
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        width: 100%;
        margin: 20px 0;
        border: solid 1px #c7c7c7;
        background: #f7f7f7;
        padding: 15px;
        
        @media(min-width: 960.2px) {
            flex-direction: row;
            padding: 20px;
        }

        .img-and-name {
            display: flex;
            align-items: center;
            gap: 5px;
        
            img {
                max-width: 80px;
                border: solid 1px #ddd;
                border-radius: 10px;
                padding: 0 5px;
                background: white;
            }
        }

        .product-prescription {
            width: 100%;
            margin-bottom: 20px;
            @media (min-width: 960.2px) {
                width: 40%;
                margin-bottom: unset;
            }

            .product-detail table {
                margin: 0 0 20px; 
                
                @media(min-width: 960.2px) {
                    margin: 0; 
                }

                td {
                    border: solid 1px #ddd;
                    padding: 5px 10px;
                    background: white;
                }
            }
        }

        .presription-info {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            padding: 0 10px 0 0;

            @media(min-width: 600px) {
                flex-direction: row;
                align-items: center;
            }
        }

        .product-detail-actions {
            width: 100%;
            align-self: center;
            
            .row {
                display: flex;
                justify-content: space-between;
            }
            
            @media (min-width: 600.2px) {
                align-self: unset;

                .row {
                    justify-content: flex-start;
                    gap: 8rem;
                }
            }

            @media (min-width: 960.2px) {
                width: 60%;
                
                .row {
                    display: flex;
                    justify-content: space-between;
                }
            }
            
    
        }

    }

    .attention-card {
        max-width: 480px;
        background: #ededed;
        padding: 20px;
        border-radius: 16px;
        border: solid 1px #ddd;
    
        h2 {
            text-align: center;
            margin-bottom: 20px;
        }
    }


    .attention-top {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;

        .attention {
            display: flex;
            flex-direction: column;
            font-size: 14px;
            letter-spacing: 1.5px;
        }
        
        .warning-triangle {
            max-width: 20px; 
            max-height: 20px;
        
            svg {
                width: 100%;
                height: auto;
            }
        }
    }

    .needs-presc-pd-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        margin-top: 20px;
        
        @media (min-width: 768.2px) and (max-width: 960.2px) {
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            align-items: flex-start;
            
            .need-prescription, .need-pd {
                width: 48%;
            }
            
        }
        
        @media(min-width: 960.2px) {
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            align-items: flex-start;
            margin-top: 30px;
        }
        
        @media(min-width: 1200px) {
            .need-prescription, .need-pd {
                width: 48%;
            }

        }


        .presc_section_slideout {
            max-width: 480px;
            cursor: pointer;
            border: 1px solid #ffffff;
            padding: 15px;
            box-sizing: border-box;
            background-color: #ffffff;
            font-family: "Montserrat";
            border-radius: 20px;
            box-shadow: 0px 2px 10px 0px #0000001A;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 10px;

                &:hover {
                    border: 1px solid #929292;
                }

                @media( min-width: 960.2px) {
                    flex-direction: row;
                    align-items: center;
                }
        }


        .presc_detail_option {
            width: 100%;
            max-width: 440px;
            color: #10061D;
            box-sizing: border-box;
            padding: 20px;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            margin-bottom: 10px;

                &:last-child {
                    margin-bottom: 0;
                }
        }

        .uploadBtnImage {
            background-image: url(../../images/presc2024/Upload.svg);
        }
        
        .manualBtnImage {
            background-image: url(../../images/presc2024/Manual.svg);
        }

        .prescButtonImage {
            flex: 38px 0 0;
            background-position: 0 center;
            background-repeat: no-repeat;
            background-size: 38px;
            width: 38px;
            margin-bottom: 10px;
            
            &.upload {
                background-position: 15px 10px;
            }
            
            @media(min-width: 960.2px) {
                flex: 60px 0 0;
                width: 60px;
                height: 60px;
                background-size: 30px;
                background-position: 15px center;
            }
        }

        .prescButtonContent {
            text-align: center;

        }

        .prescButtonTitle {
            font-weight: 700;
            font-size: 12px;
            margin-bottom: 10px;
        }

        .prescButtonText {
            font-weight: 500;
            font-size: 12px;
            display: none;

            @media( min-width: 960.2px) {
                display: block;
            }
        }

        .presc_pd_top_right {
            background-color: rgba(146, 146, 146, 0.1);
            padding: 10px;
            box-sizing: border-box;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;

            img {
                max-width: 100%;
            }
        }

        .pd-submit-btn {
            width: 45%;
            display: flex;
            align-content: center;
            justify-content: center;
            background-color: rgba(70, 70, 70, 0.5);
            color: #fff;
            align-items: center;
            cursor: pointer;
            background-color: rgba(71, 126, 255, 1);
            padding: 5px 0;
            cursor: pointer;
        }

        .pd-messaging {
            display: flex;
            flex-direction: column;
            align-items: center;
            align-self: stretch;
            gap: 20px;
            text-align: center;
            margin: 20px 0px;

            
            @media(min-width: 960.2px) {
                flex-direction: row;
                justify-content: space-between;
                
                > * {
                    width: 50%;
                }

            }

        }

        .need-pd form {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 10px;
            
            @media(min-width: 960.2px) {
                flex-direction: row;
            }

            input {
                box-sizing: border-box;
                width: 100%;
                
                @media(min-width: 960.2px) {
                    width: 60%;
                }
            }
            
            button {
                width: 100%;
                box-sizing: border-box;
                
                @media(min-width: 960.2px) {
                    width: 20%;
                }
            }
        }

    }

    .attention-warning {
        width: 100%;

        
        @media(min-width: 960.2px) {
            width: 90%;
        }

        @media(min-width: 1200.2px) {
            width: 80%;
        }
    }

    .presc_section_slideout {
        cursor: pointer;
    }

    [data-show-presc-img] {
        cursor: pointer;
    }
    [data-show-presc-img]:hover {
        text-decoration: underline;
    }

    .messages {
        padding: 5px;
        background: white;
        text-align: center;
        margin-top: 10px;
        opacity: 0;
        transition: opacity 0.3s ease;

        &.success {
            border: solid 1px green;
        }

        &.error {
            border: solid 1px red;
        }
    }

    .presc-image-wrapper img {
        max-width: 80%;
    }

    .incorrect-warning {
        margin: 20px 0;
        width: 90%;
        font-size: 11px;
    }
}

.prescription-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: 0.25s;

    &.hidden {
        display: none;
    }

    &.show {
        display: block;
        opacity: 1;
    }


    .presc_section_slideout {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        padding: 20px;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        width: 80%;
        max-height: 80vh;
        overflow-y: auto;

        @media(min-width: 960.2px) {
            width: unset;
        }
    }

    .presc_manual_both {
        display: flex;
        flex-direction: column;
        gap: 20px;

        @media(min-width: 960.2px) {
            flex-direction: row;
        }
    }

    .prescription_manual_eye {
        width: 100%; 

        @media(min-width: 960.2px) {
            width: 46%;
        }
    }

    .prescription_manual_eye_title {
       font-weight: bold;
        font-size: 18px;
        margin-bottom: 20px;

        @media(min-width: 960.2px) {
            text-align: right;
        }
    }

    .prescription_manual_field {
        margin-bottom: 20px;
        text-align: left;
        display: flex;
        align-items: center;
    }

    .prescription_manual {
        width: 100%;
        color: #10061D;
        font-size: 12px;
        display: block;
        font-weight: bold;
        
        @media(min-width: 960.2px) {
            text-align: right;
            margin-right: 10px;
        }
    }

    .prescription_input {
        border: 1px solid #929292;
        box-sizing: border-box;
        width: 100%;
        height: 28px;
        padding: 5px;
        font-family: "Montserrat";
        font-size: 12px;
    }

    .prescription_input {
        border: 1px solid #929292;
        box-sizing: border-box;
        width: 100%;
        height: 28px;
        padding: 5px;
        font-family: "Montserrat";
        font-size: 12px;
    }

    .usePrescriptionButton {
        width: 45%;
        height: 47px;
        display: flex;
        align-content: center;
        justify-content: center;
        background-color: rgba(70, 70, 70, 0.5);
        color: #fff;
        align-items: center;
        cursor: pointer;
        background-color: rgba(71, 126, 255, 1);
        margin: 20px auto 0;
        cursor: pointer;
    }

}


.upload_section {
    cursor: default;
}

.presc-upload-form {
    width: 100%;
}

.upload-picker {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
}

.upload-picker-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.upload-picker-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 180px;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid #c8d2e3;
    background: linear-gradient(180deg, #ffffff 0%, #eef3fb 100%);
    color: #1d2b42;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.2s ease;
    box-shadow: 0 3px 10px rgba(24, 51, 92, 0.1);
    cursor: pointer;
}

.upload-picker-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(24, 51, 92, 0.18);
}

.upload-picker-filename {
    font-size: 13px;
    color: #4c5c76;
    word-break: break-word;
}

.upload-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 6px;
}

.upload-cancel-btn,
.upload-reselect-btn,
.upload-submit-btn {
    border: 0;
    border-radius: 8px;
    padding: 9px 14px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.upload-cancel-btn {
    background: #f2f4f8;
    color: #273247;
}

.upload-reselect-btn {
    background: #e8eef8;
    color: #1f3558;
}

.upload-submit-btn {
    background: #0e5bd3;
    color: #fff;
}

.upload-submit-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.upload-preview {
    margin-top: 8px;
    border: 1px dashed #b9c7de;
    background: #f8fbff;
    border-radius: 10px;
    padding: 12px;
}

.upload-preview-image img {
    display: block;
    max-width: 220px;
    max-height: 220px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(19, 35, 65, 0.14);
}

.upload-preview-file {
    font-size: 13px;
    color: #1f2f47;
    font-weight: 600;
}

.prescription-upload-modal {
    font-family: 'Montserrat', sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: 0.15s;
    max-height: 100vh;
    overflow-y: auto;

    &.hidden {
        display: none;
    }

    &.show {
        display: block;
        opacity: 1;
    }

    .upload-modal-card {
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 30px);
        max-width: 760px;
        background-color: #fff;
        padding: 22px;
        border-radius: 16px;
        box-shadow: 0 14px 45px rgba(0, 0, 0, 0.25);
        position: relative;

        @media (min-width: 768.2px) {
            padding: 28px;
        }
    }

    .upload-modal-close {
        position: absolute;
        top: 8px;
        right: 10px;
        width: 34px;
        height: 34px;
        border: none;
        background: transparent;
        color: #2f3d58;
        font-size: 28px;
        line-height: 1;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
    }

    .upload-modal-close:hover {
        background: #eef3fb;
    }

    .upload-modal-title {
        font-family: "Montserrat";
        font-size: 20px;
        font-weight: 700;
        color: #1a2840;
        margin-bottom: 8px;
    }

    .upload-modal-copy {
        font-family: "Montserrat";
        font-size: 13px;
        color: #3e4f69;
        line-height: 1.45rem;
    }

    .upload-picker {
        margin: 18px 0;
    }

    .upload-preview {
        margin-top: 14px;
        min-height: 180px;
    }

    .upload-preview-image {
        min-height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .upload-preview-image img {
        max-width: min(100%, 560px);
        max-height: 52vh;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .upload-actions {
        margin-top: 12px;
        flex-wrap: wrap;
    }
}

.upload-progress {
    margin-top: 10px;
}

.upload-progress-track {
    width: 100%;
    height: 10px;
    border-radius: 999px;
    background: #e7edf7;
    overflow: hidden;
}

.upload-progress-fill {
    width: 0;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #0e5bd3 0%, #2f7dff 100%);
    transition: width 0.2s ease;
}

.upload-progress-text {
    margin-top: 6px;
    font-size: 12px;
    color: #3e4f69;
    text-align: right;
}

.action-attention {
    background: white;
    padding: 15px 20px;
    margin-top: 20px;
    border: solid 2px #ddd;
    border-radius: 15px;

    @media(min-width: 960.2px) {
        width: 80%;
    }
}

.action-attention .attention-warning {
    width: 100%;
    margin-bottom: 10px;
}

.action-attention form {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.action-attention form div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.action-attention form div label {
    width: 100%;
    text-align: right;
    @media(min-width: 960.2px) {
        width: 10%;
    }
}

.action-attention .acknowledgement label {
    width: 100%;
    text-align: left;
}

.action-attention form div input[type="text"] {
    min-width: 250px;
    padding: 5px;
}

input[name="waiver_sign"] {
    height: 40px;
    font-style: italic;
    font-family: "Nothing You Could Do", cursive;
    font-size: 16px;
    font-weight: 600;
}


.action-attention form button {
    background: #610c10;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 3px;
    cursor: pointer;
}

.action-attention form button:hover {
    background: #8b0f14;
}


/*************************/
/** ORDER JOURNEY SECTION **/
/*************************/
.order-journey {
    margin: 24px 0 28px;
    border: 1px solid #d8d8d8;
    background: #f8f8f8;
}
.order-journey__header {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    border-bottom: 1px solid #e5e5e5;
    background: #f8f8f8;
}
.order-journey__header h2 {
    margin: 0 0 4px;
    font-size: 20px;
    line-height: 1.2;
}
.order-journey__header p {
    margin: 0;
    color: #555;
    font-size: 13px;
}
.order-journey__status {
    min-width: 180px;
    text-align: right;
    font-size: 12px;
    color: #555;
}
.order-journey__status strong {
    display: block;
    color: #111;
    font-size: 14px;
    margin-top: 3px;
}
.order-journey__steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
    gap: 0;
}
.order-journey__step {
    position: relative;
    padding: 20px 16px 18px;
    border-right: 1px solid #e6e6e6;
    min-height: 126px;
    background: #fff;
}
.order-journey__step:last-child {
    border-right: 0;
}
.order-journey__marker {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #b8b8b8;
    background: #fff;
    color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}
.order-journey__step.complete .order-journey__marker {
    background: #247a3b;
    border-color: #247a3b;
    color: #fff;
}
.order-journey__step.current {
    background: #f3f8f5;
    box-shadow: inset 0 3px 0 #247a3b;
    
    @media (min-width: 600.2px) {
        border: solid 1px #247a3b;
    }
}
.order-journey__step.current .order-journey__marker {
    border-color: #247a3b;
    color: #247a3b;
}
.order-journey__step.upcoming {
    color: #777;
    background: #fbfbfb;
}
.order-journey__title {
    display: block;
    font-size: 13px;
    line-height: 1.25;
    color: #111;
    margin-bottom: 6px;
}
.order-journey__detail {
    margin: 0;
    font-size: 12px;
    line-height: 1.35;
    color: #555;
}
.order-journey__date {
    display: block;
    margin-top: 8px;
    font-size: 11px;
    color: #777;
}
.order-journey__aftercare {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 20px;
    border-top: 1px solid #e5e5e5;
    background: #fff;
}
.order-journey__aftercare.active {
    background: #f3f8f5;
    box-shadow: inset 0 3px 0 #247a3b;
    border: 1px solid #247a3b;
}
.order-journey__aftercare h3 {
    margin: 0 0 6px;
    font-size: 15px;
}
.order-journey__aftercare p {
    margin: 0;
    color: #555;
    font-size: 13px;
    line-height: 1.4;
}
.order-journey__aftercare small {
    display: block;
    margin-top: 8px;
    color: #777;
    font-size: 11px;
}
.order-journey__aftercare-status {
    min-width: 180px;
    text-align: right;
    font-size: 12px;
    color: #555;
}
.order-journey__aftercare-status strong {
    display: block;
    color: #111;
    font-size: 14px;
    margin-top: 3px;
}
.order-journey__shipments {
    padding: 16px 20px 18px;
    border-top: 1px solid #e5e5e5;
    background: #fafafa;
}
.order-journey__shipments h3 {
    margin: 0 0 10px;
    font-size: 15px;
}
.order-journey__shipment {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 9px 0;
    border-top: 1px solid #e8e8e8;
    font-size: 13px;
}
.order-journey__shipment:first-of-type {
    border-top: 0;
}
.order-journey__track {
    color: #111;
    font-weight: 700;
    text-decoration: underline;
    white-space: nowrap;
}
@media (max-width: 700px) {
    .order-journey__header,
    .order-journey__aftercare,
    .order-journey__shipment {
        flex-direction: column;
        align-items: flex-start;
    }
    .order-journey__status,
    .order-journey__aftercare-status {
        text-align: left;
    }
    .order-journey__steps {
        display: block;
        position: relative;
        background: #fff;
        padding: 8px 0;
    }
    .order-journey__step {
        border-right: 0;
        border-top: 1px solid #e6e6e6;
        min-height: 0;
        padding: 18px 16px 18px 58px;
        overflow: hidden;
    }
    .order-journey__step:first-child {
        border-top: 0;
    }
    .order-journey__step:before,
    .order-journey__step:after {
        content: "";
        position: absolute;
        left: 29px;
        width: 2px;
        background: #d7d7d7;
        z-index: 0;
    }
    .order-journey__step:before {
        top: 0;
        height: 22px;
    }
    .order-journey__step:after {
        top: 44px;
        bottom: 0;
    }
    .order-journey__step:first-child:before,
    .order-journey__step:last-child:after {
        display: none;
    }
    .order-journey__step.complete:before,
    .order-journey__step.complete:after,
    .order-journey__step.current:before {
        background: #247a3b;
    }
    .order-journey__step.current:after,
    .order-journey__step.upcoming:before,
    .order-journey__step.upcoming:after {
        background: #d7d7d7;
    }
    .order-journey__marker {
        position: absolute;
        top: 18px;
        left: 16px;
        z-index: 1;
        margin-bottom: 0;
    }
    .order-journey__step.current {
        box-shadow: inset 4px 0 0 #247a3b;
        border-top-color: #cfe2d5;
    }
    .order-journey__title,
    .order-journey__detail,
    .order-journey__date {
        position: relative;
        z-index: 1;
    }
}
