.my-cart-v2 {
    min-height: 50vh;
}

.my-cart-v2 .cart-remove {
    font-size: 12px;
    color: #2575B9
}

.sign-up-link {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 10px;
}

@media screen and (max-width: 999px) {
    .order-item-header {
        display: none !important;
    }

    .payment-header {
        display: none !important;
    }

    .my-cart-v2 .cart-qty-col {
        min-width: 100% !important;
        height: 30% !important;
    }
    
    .my-cart-v2 .checkout-section {
        width: 100% !important;
    }
    
    .my-cart-v2 {
        font-size: 11px !important;
    }
}


.my-cart-v2 .order-image {
    padding: 10px;
    background-repeat: no-repeat;
	background-position: center;
    height: 100%;
    width: 100%;
}

.my-cart-v2 .cart-product-image-square {
    height: 90%;
    width: 90%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center;
}

.delivery-header-col {
    padding-left: 30px;
    width: 35%;
}

.project-name-col {
    width: 15%;
}

.project-contact-col {
    width: 20%;
}

.project-phone-col {
    width: 20%;
}

.my-cart-v2 .cart-qty-col {
    width: 50%;
    height: 100%;
}


.my-cart-v2 .order-item-table {
    width: 70%;
}

.checkout-section .order-item-table {
    width: 100%;
}

.my-cart-v2 .order-item-header {
    color: black;
    display: flex;
    width: 100%;
    border-bottom: 1px solid black;
    font-family: kumbhsans_semibold, Helvetica;
    font-size: 15px;
    height: 40px;
}

.my-cart-v2 .order-taxes { 
    display: flex;
    flex-direction: column;
    width: 25%;
    position: fixed;
    left: 70%;
}

.my-cart-v2 .checkout-section {
    width: 70%;
}

.my-cart-v2-content { 
    flex-wrap: wrap;
    display: flex;
}


#my-cart-v2 .order-taxes-container {
  width: 30%;
}

#my-cart-v2 .order-taxes-container .order-taxes { 
  display: flex;
  flex-direction: column;
  width: 100%;
  position: inherit;
}

.my-cart-v2 .log-in-button {
    border-radius: 4px 4px 4px 4px;
    height: 43px;
    margin-left: 40px;
    margin-right: 40px;
    font-family: Lato, sans-serif;
    --tw-bg-opacity: 1;
    background-color: rgb(245 139 41 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: white;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}

@media screen and (max-width: 1215px) {
    .my-cart-v2 .log-in-button {
        font-size: 12px !important;
    }
}

.my-cart-v2 .secure-text {
    color: #707070;
    text-align: center;
    margin-top: 10px;
}

.my-cart-v2 .secure-text svg {
  width: 15px;
  height: 10px;
  display: inline;
}

.my-cart-v2-heading {
    font-size: 22px;
    font-family: kumbhsans_semibold, Helvetica;
    display: block;
}


.my-cart-v2 .price-content {
    display: flex;
    margin: 10px 50px;
    font-size: 12px;
    font-family: kumbhsans_semibold, Helvetica;
}

.my-cart-v2 .price-content.error {
    color: #EF4349;
}

.my-cart-v2 .price-content.discount {
    color: #3AB14A;
}

.my-cart-v2 .price-content.grand-total {
    font-size: 17px;
}

.my-cart-v2 .price-content.cart-sub-total {
    font-size: 17px;
    border-top: solid 2px #BDBEC0;
    padding-top: 15px;
}

.my-cart-v2 .subtotal {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
    text-align: end;
}

.my-cart-v2 .subtotal-heading {
    width: 50%;
}

/* Disabled delivery-section */
.my-cart-v2 .delivery-section.disabled .title{
    opacity: 0.4;
    pointer-events: none;
}

.my-cart-v2 .delivery-section.disabled .delivery-option{
    opacity: 0.4;
    pointer-events: none;
}

.my-cart-v2 .delivery-section.disabled .scheduled-section{
    opacity: 0.4;
    pointer-events: none;
}

.my-cart-v2 .delivery-section.disabled .unloading-section{
    opacity: 0.4;
    pointer-events: none;
}

.my-cart-v2 .delivery-section.disabled .delivery-notes{
    opacity: 0.4;
    pointer-events: none;
}

@media (max-width: 999px) {
    .my-cart-v2 .order-taxes {
        position: inherit !important;
        margin-top: 20px;
        width: 100%;
        left: 0;
    }

    .my-cart-v2 .order-item-name-desc {
        font-size: 12px;
    }

    #my-cart-v2 .order-taxes-container {
      width: 100%;
    }
}

.my-cart-v2 .change-quantity {
    width: 25px;
    text-align: center;
}

.my-cart-v2 .delivery-address {
    display: flex;
}

.my-cart-v2 .delivery-option {
    margin-right: 10px;
}

.my-cart-v2-delivery-options {
    width: 100%;
}

.my-cart-v2-unloading-options {
    width: 100%;
}

/* Webform modal */
.webform-modal {
    /* display: none; */
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0,0.4);
}
  
.webform-modal-content {
    background-color: #ffff;
    margin: 0 auto;
    max-width: 500px;
    padding: 50px 30px;
    margin-top: 25vh;
}

.webform-modal-title {
    color: var(--wf-primary-blue);
    font-size: 18px;
    margin-bottom: 20px;
}

.modal-close-icon {
    color: var(--wf-primary-blue);
    float: right;
    font-size: 40px;
    margin-top: -40px;
    cursor: pointer;
}

.webform-modal-content .control-label {
    font-size: 12px;
    color: var(--wf-primary-blue);
}

.webform-modal-content input.input-with-feedback.form-control {
    height: 35px;
}

.modal-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.modal-actions button {
    border-radius: 4px;
    padding: 4px 10px;
    min-width: 100px;
}

.my-cart-v2 .address {
    display: flex !important;
    min-height: 60px;
    padding: 10px;
    border: 1.5px solid #E2E2E3;
}

.address .delivery-address {
    width: 70%;
}

.address .project_list_name {
    width: 30%;
}

.address .project_list_contact {
    width: 50%;
}

.address .project_list_phone {
    width: 50%;
}

@media (max-width: 999px) {
    .address .delivery-address {
        width: 100%;
    }
    .address .project_list_name {
        font-family: kumbhsans_bold, Helvetica;
        font-weight: 900;
        width: 100%;
        padding-left: 40px;
    }
    .address .project_list_contact {
        width: 100%;
        height: 30%;
    }
    
    .address .project_list_phone {
        height: 80%;
        width: 100%;
    }
}

.my-cart-v2 .project-list-col-1 {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.my-cart-v2 .project-list-col-2 {
    flex-wrap: wrap;
    display: flex;
    width: 40%;
}

.my-cart-v2 .project-list-col-3 {
    width: 10%;
}

.my-cart-v2 .shipping-rule {
    margin: 10px;
    padding: 10px;
    border: 1px solid #1A2F53;
    border-radius: 4px;
    width: 30%;
    display: flex;
}

.my-cart-v2 .delivery-option {
    display: flex;
    flex-wrap: wrap;
}

.my-cart-v2 .address-search {
    width: 50%;
    background-image: url(assets/search-icon.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 23px;
    border-radius: 4px;
    padding-left: 40px;
    font-size: 12px;
    border: 1px solid #BDBEC0 !important;
}

.my-cart-v2 .address-search-section {
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
}

.my-cart-v2 .btn-edit-confirmed{
    margin-left: auto; margin-right: 0; text-decoration: underline;
}

/* bnt-new-address from old shopping_cart */
.btn-new-address {
	float: right;
	font-size: 15px !important;
	color: #1A2F53 !important;
}

.btn-new-address:hover, .btn-change-address:hover {
	color: #1A2F53 !important;
}
/* End of bnt-new-address from old shopping_cart */

.my-cart-v2 .btn-new-address {
    border-radius: 3px;
    height: 40px;
    width: 120px;
    font-size: 13px;
    color: white;
    margin-left: auto;
    margin-right: 10px;
}

.my-cart-v2 .address-section {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-bottom: 1px solid #E2E2E3;
}

.my-cart-v2 ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.my-cart-v2 ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.my-cart-v2 .week-selector {
    display: flex;
    justify-content: center;
}

.my-cart-v2 .day-selector {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.my-cart-v2 .btn-day {
    border-radius: 4px;
    border: 1px solid #0C1D39;
    font-size: 18px;
    height: 60px;
    width: 100%;
}

.my-cart-v2 .btn-day.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.my-cart-v2 .day-section {
    margin: 0 10px;
    width: 100%;
}


@media screen and (max-width: 999px) {
    .my-cart-v2 .day-section {
        margin: 2px !important;
    }

    .btn-day {
        font-size: 12px !important;
        padding: 7px;
    }

    .my-cart-v2 .shipping-rule {
        width: 40%;
    }
}

.my-cart-v2 .shipping-cost {
    margin-left: 18px;
}

.my-cart-v2 .today-marker {
    width: 100%;
    text-align: center;
    font-size: 60px;
    height: 10px;
    line-height: 10px;
    margin-top: -10px;
}

.my-cart-v2 .btn-day.active {
    background-color: #F2DCA7;
    border: 2px solid #F68D2B;
}

.my-cart-v2 .timeslot-section {
    flex-wrap: wrap;
    display: flex;
    margin-top: 10px;
    min-height: 50px;
}

.my-cart-v2 .timeslot {
    margin-left: 5px;
    margin-right: 20px;
}

.my-cart-v2 .unloading-section {
    display: flex;
}

.my-cart-v2 {
    color: #1A2F53;
    font-size: 14px;
}

.my-cart-v2 .main-heading {
    font-weight: bold;
    font-size: 22px;
}

.my-cart-v2 .title {
    color: #000000;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}

.my-cart-v2 .heading {
    border-bottom: 1px solid #D5D5D5;
    margin-top: 20px;
    padding: 5px;
    font-weight: bold;
    font-family: kumbhsans_semibold, Helvetica;
    display: flex;
    font-size: 16px;
}

.my-cart-v2 .heading.not-selected {
    background-color: #E5E5E5;
}

.my-cart-v2 .heading-number {
    margin-right: 15px;
    font-size: 20px;
}

.my-cart-v2 .project-line {
    display: flex;
    min-height: 30px;
}

.my-cart-v2 .week {
    text-align: center;
    margin: 0 20px;
    width: 250px;
    font-size: 18px;
}

.my-cart-v2 .btn-edit-address {
    text-decoration: underline;
    color: #2167A5;
}

.my-cart-v2 .title {
     font-weight: bold;
     font-size: 14px;
     margin-top: 20px;
     margin-bottom: 20px;
}

.my-cart-v2 .express-title {
    color: #707070;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-cart-v2 .delivery-notes {
    border-radius: 5px;
    border: 1px solid #BDBEC0 !important;
    width: 100%;
    height: 100px;
    padding: 10px;
    resize: none;
}

.my-cart-v2 .shipping-rules-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    margin-left: 10px;
    height: 40px;
    width: 40px;
}

.my-cart-v2 .next-day-image {
    background-image: url("assets/nextDayPicture.png");
}

.my-cart-v2 .express-image {
    background-image: url("assets/expressPicture.png");
}

.my-cart-v2 .scheduled-image {
    background-image: url("assets/scheduledPicture.png");
}

.my-cart-v2 .shipping-rule.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.payment-section .payment-options {
    margin-bottom: 30px;
}

.payment-section .row {
    display: flex;
}

.payment-section .card-no {
    display: flex;
}
.card-radio {
    height: 20px;
}

.card-details {
    display: block;
}

.cardholder-name {
    line-height: normal; 
    margin-top: 5px;
    font-size: small;
    margin-bottom: 10px;
}

.card-edit-form {
    display: none;
    margin-top: 10px;
    margin-top: 60px;
    margin-left: -110px;
    width: 75%;
}

.card-edit-form form {
    display: block;
}

.card-edit-form label {
    margin-bottom: 5px;
}

.card-edit-form input {
    margin-bottom: 10px;
    width: 150%;
}

.payment-section .card-image {
    height: 50px;
    padding: 15px 20px;
}

.payment-section button {
    border: 1px solid #1A2F53;
    padding: 5px;
    border-radius: 3px;
}

.selected-card-edit {
    color: #EE424C;
    text-align: center;
    margin-left: 30%;
    margin-bottom: 10px;
    width: 100%;
    display: none;
 }
 
 .save-card-for-edit {
     margin-top: 5px;
     border-radius: 4px;
     border: 1px solid;
     background-color: #1A2F53;
     margin-left: auto; 
     margin-right: 0;
     width: 100px;
     height: 35px;
     color: #FFFFFF;
 }
 
 
 .cancel-for-edit {
     margin-top: 5px;
     border-radius: 4px;
     border: 1px solid;
     background-color: #FFFFFF;
     margin-left: auto; 
     margin-right: 0;
     width: 100px;
     height: 35px;
     color: #1A2F53;
 }

@media screen and (max-width: 999px) {
    .payment-section .payment-headers {
        display: none;
    }

    .card-edit-info {
        margin-left: 0%;
        text-align: left;
        width: 150%;
    }

    .card-edit-info-expiry {
        margin-left: 0%;
        text-align: left;
        width: 150%;
    }
    
    
    .card-edit-form {
        margin-left: -110px;
    }

    .payment-section .card-image {
        padding: 15px 5px !important; 
    }

    .payment-section .card-info {
        font-size: medium;
    }

    .payment-section .card-no {
        padding-right: 0 !important;
    }
}

.payment-section .card-info {
    border-radius: 5px;
    border: 1px #1A2F53 solid;
    margin: 20px 10px;
    font-size: medium;
}

.card-info.expired .card-exp {
    color: #EE424C;
}

.payment-section input {
    border-radius: 4px;
    border: 1px solid #BDBEC0 !important;
    padding: 5px 10px;
}

.coupon-section {
    margin: 20px;
    display: flex;
}

.new-card-section {
    padding-bottom: 20px;
}

.new-card-line {
    padding: 10px 15px;
}

.coupon-section .coupon-code {
    border-radius: 4px 0 0 4px !important;
}

.coupon-section  .btn-apply-coupon {
    color: white;
    background-color: #1A2F53;
    padding: 10px;
    border-radius: 0 4px 4px 0;
}

.success-card-added {
    text-align: center;
    color: #3AB14A;
    font-weight: bold;
} 

.error-card-added {
    text-align: center;
    color: #EF4349;
    font-weight: bold;
}

.card-already-exists {
    text-align: center;
    color: #EF4349;
    font-weight: bold;
}

.success-coupon-added {
    font-size: 11px;
    color: #3AB14A;
}

.error-coupon-added {
    font-size: 11px;
    color: #EF4349;
}

.new-card-no {
    width: 100%;
}

.new-card-email {
    width: 100%;
}

.new-card-expiry {
    width: 100%;
}

.new-card-cvv {
    width: 100%;
}

.new-card-section .save-card {
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid;
    background-color: #1A2F53;
    margin-left: auto; 
    margin-right: 0;
    width: 100px;
    height: 35px;
    color: #FFFFFF;
}

.btn-project-submit {
    border-radius: 4px;
    border: 1px solid;
    background-color: #1A2F53;
    color: white;
    width: 100px;
    height: 35px;
    margin-right: auto;
    margin-left: 10px;
}

.btn-project-cancel {
    border-radius: 4px;
    border: 1px solid;
    color: #1A2F53;
    background-color: white;
    width: 100px;
    height: 35px;
    margin-left: auto;
    margin-right: 10px;
}


.my-cart-v2 .modal-header {
    border: 0;
}

.project-modal-title {
    margin-top: 15px;
    font-size: 18px;
}

.my-cart-v2 .submit-row {
    display: flex;
}

.confirmed-section {
    margin-top: 20px;
}

.checkout-section .order-item-table {
    margin-top: 20px;
}

.checkout-section .order-item-header {
    color: black;
    border: 0;
}

.unloading-section-option {
    padding-right: 20px;
    max-width: 33%;
}

.confirmed-title {
    font-family: kumbhsans_semibold, Helvetica;
}

.wallet-image {
    background-image: url(assets/wallet-image.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 23px;
    padding-left: 40px;
}

.wallet-section {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
    opacity: 1;
    padding: 10px;
    margin-top: 10px;
    display: flex;
}

/* New CSS rule for the wider switch cart button */
.my-cart-v2 .switch-cart-button {
    border-radius: 4px;
    height: 43px;
    margin-left: 0;
    margin-right: 40px;
    margin-bottom: 20px;
    background-color: #FFB300;
    font-family: kumbhsans_semibold, Helvetica;
    font-size: 15px;
    padding-left: 50px; 
    padding-right: 50px; 
}

.switch-cart-button {
    border-radius: 4px;
    height: 43px;
    margin-left: 40px;
    margin-right: 40px;
    background-color: #FFB300;
    font-family: kumbhsans_semibold, Helvetica;
    font-size: 15px;
    width: 200px;
    border: none; 
    cursor: pointer; 
}


.my-cart-v2 #active-cart-title {
    font-size: 20px;  
    font-weight: bold;
    display: inline-block;
    width: 50%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.multi-cart-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.multi-cart-modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 20px;
    width: 80%;
    max-width: 500px;
    z-index: 10000;
}

.cart-item-box {
    position: relative;
    margin-bottom: 10px; 
}

.cart-name {
    display: inline-block;
    border: 1px solid #1A2F53; 
    border-radius: 5px;
    padding: 10px;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.divider-line {
    border-bottom: 1px solid black;
    margin: 10px 0;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header button {
    background-color: #1A2F53;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.action-buttons {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.action-buttons button {
    color: #1A2F53;
    text-decoration: underline;
    border: none;
    background: transparent;
    cursor: pointer;
    margin-left: 15px;
}

@media screen and (max-width: 999px) {
    .action-buttons button {
        width: 100%;
    }
}

.delete-button {
    margin-left: 10px; 
}

.cancel-button {
    border: 1px solid #1A2F53;
    color: #1A2F53;
    background-color: transparent;
    border-radius: 4px;
    padding: 5px 15px;
    cursor: pointer;
    margin-top: 20px; 
    display: block;   
    margin-left: auto;
    margin-right: auto;
}

.cancel-button:hover {
    background-color: #1A2F53;
    color: white;
}

.active-cart .cart-name {
    border: 1px solid #FFB300;
}

.homepage-button {
    border-radius: 4px;
    height: 43px;
    margin-left: 40px;
    margin-right: 40px;
    background-color: #FFB300;
    font-family: kumbhsans_semibold, Helvetica;
    font-size: 15px;
    width: 200px;
    border: none; 
    cursor: pointer; 
}

.homepage-button:hover {
    background-color: #FFB300;
    color: #fff;
}

.modal-edit-name {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.modal-content-edit-name {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

#cartNameInput {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 2px solid #1A2F53 !important;  
    border-radius: 5px;  
}

button#submitCartName, button#closeCartModal {
    padding: 10px 20px;
    margin: 5px;
    border: 2px solid #1A2F53;
    border-radius: 5px; 
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

button#submitCartName:hover, button#closeCartModal:hover {
    background-color: #1A2F53;
    color: white;
    border-color: #1A2F53;
}

#my-cart-v2 input.change-quantity {
  border: solid 2px #D9DDE4 !important;
  padding: 5px;
  width: 40px;
  outline: none;
}

.cart-qty-control-container button {
  padding: 5px;
  font-size: 20px;
}

/* cart page item table */
.my-cart-v2 .order-items {
  display: grid;
  grid-template-columns: 10% 40% 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 5px;
  width: 100%;
  border-bottom: 1px solid #E2E2E3;
  padding-top: 10px;
}

.order-item-img {
  height: 100px;
  grid-row: 1 / span 2;
}

.order-item-title {
  grid-row: 1 / span 2;
  padding-left: 10px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 25px;
}

.order-item-qty-button {
  text-align: center;
  grid-column: 3 / span 1;
  align-content: end;
  padding-bottom: 8px;
}

.checkout-items .order-item-qty-button {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.checkout-items .order-item-price div {
  padding-bottom: 8px;
}


.order-item-remove-button {
  text-align: center;
  grid-row: 2 / span 1;
  grid-column: 3 / span 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.order-item-price {
  grid-row: 1 / span 2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0C1D39;
}

.sale-loader {
  border: 15px solid #d5d4d4;
  border-radius: 50%;
  border-top: 15px solid #3498db;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.product-slider-header {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Cart Page weight restriction */
#order-item-msg-box {
  display: flex;
  margin-bottom: 30px; /* Match .my-cart-v2-heading margin_bottom */
  border-radius: 4px;
  color: #333333;
  flex-grow: 1;
  height: 0;
  width: 70%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s 0.5s;
}

#order-item-msg-box.display-msg {
  opacity: 1;
  transform: translateY(0);
  height: max-content;
}

#order-item-msg-box .weight-restriction-msg-icon-box {
  background-color: #7B7B7B;
  padding: 16px 14px;
  border: 1px solid #7B7B7B;
  border-radius: 8px 0 0 8px;
}

#order-item-msg-box .weight-restriction-msg-icon-box .over-weight-msg {
  display: flex;
  align-items: center;
}

/* checkout page weight msg box */
#confirmed-order-weight-msg-box,
#order-weight-msg-box {
    display: flex;
    margin-top: 20px;
    border-radius: 4px;
    color: #333333;
    flex-grow: 1;
    height: 0;
    opacity: 0;
}

#order-weight-msg-box.display-msg,
#confirmed-order-weight-msg-box.display-msg {
    opacity: 1;
    height: max-content;
}
  
#order-weight-msg-box .weight-restriction-msg-icon-box,
#confirmed-order-weight-msg-box .weight-restriction-msg-icon-box {
    background-color: #7B7B7B;
    padding: 16px 14px;
    border: 1px solid #7B7B7B;
    border-radius: 8px 0 0 8px;
}

#order-weight-msg-box .weight-restriction-msg-icon-box .over-weight-msg,
#confirmed-order-weight-msg-box .weight-restriction-msg-icon-box .over-weight-msg {
    display: flex;
    align-items: center;
}
/*  */
.weight-restriction-msg-container {
    padding: 16px 16px;
    border: 1px solid #7B7B7B;
    border-radius: 0 8px 8px 0;
    flex-grow: 1;
}

.weight-restriction-msg-container p {
  color: #333333;
  cursor: default;
  margin-bottom: 0.5rem;
}

.weight-restriction-msg-container p:last-of-type {
  margin-bottom: 0;
}

/* checkout page large order msg box */
#large-order-msg-box {
    display: flex;
    margin-top: 20px;
    border-radius: 4px;
    color: #ED254E;
    flex-grow: 1;
    height: 0;
    opacity: 0;
}

#large-order-msg-box.display-msg {
    opacity: 1;
    transform: translateY(0);
    height: max-content;
}
  
#large-order-msg-box .large-order-msg-icon-box {
    background-color: #ED254E;
    padding: 16px 14px;
    border: 1px solid #ED254E;
    border-radius: 8px 0 0 8px;
}

#large-order-msg-box .large-order-msg-icon-box .over-weight-msg {
    display: flex;
    align-items: center;
}
.large-order-msg-container {
    padding: 16px 14px;
    border: 1px solid #ED254E;
    border-radius: 0 8px 8px 0;
    flex-grow: 1;
}

.large-order-msg-container p {
  color: #333333;
  cursor: default;
}

.large-order-msg-container p a{
    font-family: kumbhsans_semibold, Helvetica;
    color: #333333;
    text-decoration: underline;
    font-weight: bold;
}

.large-order-msg-container p:last-of-type {
    margin-bottom: 0;
}
/*  */

/* Cart page item table mobile */
@media screen and (max-width: 999px) {
  .my-cart-v2 .order-items {
    grid-template-columns: 25% 45% 30%;
    gap: 0;
    height: auto;
    padding-bottom: 10px;
  }

  .my-cart-v2 .order-item-table {
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #E2E2E3;
  }

  .order-item-img {
    grid-row: 1 /span 1;
    height: 70px;
  }

  .order-item-price {
    grid-row: 2 / span 1;
    grid-column: 3 /span 1;
    color: #707070;
    font-size: 15px;
    align-items: baseline;
  }

  .order-item-remove-button {
    grid-row: 2 / span 1;
    grid-column: 1 / span 1;
  }

  .order-item-title{
    grid-row: 1 / span 2;
    grid-column: 2 / span 1;
    padding-left: 0;
    padding-top: 10px;
    margin-bottom: 10px;
  }

  .order-item-qty-button {
    grid-column: 3 / span 1;
    grid-row: 1 / span 1;
    padding-top: 10px;
    align-content: end;
  }

  .checkout-items .order-item-qty-button {
    align-items: end;
    padding-bottom: 8px;
  }

  #my-cart-v2  .my-cart-v2-content {
    flex-direction: column-reverse;
  }

  .my-cart-v2-heading {
    display: none;
  }

  .my-cart-v2 .log-in-button {
    margin: 0;
  }

  #my-cart-v2  .order-taxes {
    margin-top: 0;
  }

  /* Cart mobile tax order: total, button, secure text */
  #my-cart-v2 .order-taxes .price-content.cart-sub-total {
    order: 1;
    margin: 10px 5px;
    border: none;
  }

  #my-cart-v2 .order-taxes .secure-text {
      order: 3;
  }

  #my-cart-v2 .order-taxes button#btn-next-step {
      order: 2;
  }

  .sign-up-link {
    order: 4;
  }

  .section-view-all-link {
    display: block;
    width: 100px;
    background-color: #E4E4E4;
    text-align: center;
    color: #000000;
  }

  #order-item-msg-box{
    width: 100%;
    margin-bottom: 10px;
  }
}

#lead-time-msg-box, #confirmed-delivery-lead-time-msg-box {
  display: flex;
  margin-top: 10px;
  border-radius: 4px;
  color: #333333;
  flex-grow: 1;
  width: 100%;
}

#confirmed-delivery-lead-time-msg-box {
  margin-bottom: 10px;
}

#lead-time-msg-box .lead-time-msg-icon-box,
#confirmed-delivery-lead-time-msg-box .lead-time-msg-icon-box{
  background-color: #ED254E;
  padding: 16px 14px;
  border: 1px solid #ED254E;
  border-radius: 8px 0 0 8px;
}

.lead-time-msg {
  padding: 16px 16px;
  border: 1px solid #ED254E;
  border-radius: 0 8px 8px 0;
  flex-grow: 1;
}

#lead-time-msg-box .lead-time-msg-icon-box.earlist-date-msg {
  background-color: #00A65D;
  border: 1px solid #00A65D;
}

#lead-time-msg-box .lead-time-msg-icon-box .earlist-date-msg,
.earlist-date-msg {
  display: flex;
  align-items: center;
}

.lead-time-msg p, a.lead-time-learn-more-link {
  color: #333333;
  margin-bottom: 0.5rem;
}

.lead-time-msg.earlist-date-msg {
  border: 1px solid #00A65D;
}

.lead-time-msg.earlist-date-msg p {
  margin-bottom: 0;
}

.lead-time-msg ul {
  padding-left: 20px;
}

.lead-time-msg li {
  list-style-type: disc;
}

a.lead-time-learn-more-link {
  text-decoration: underline;
}


/* lead time items modal */

.lead-time-items-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.3s ease;
}

.lead-time-items-modal-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.lead-time-items-modal {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1060;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 800px;
}

.lead-time-items-modal-content {
  border-radius: 8px;
}

.lead-time-items-modal-header {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lead-time-items-modal-body {
  padding-top: 16px;
  border: none !important;
}

.lead-time-affected-item-table {
  border:  none;
  display: flex;
  flex-direction: column;
}

.lead-time-affected-item-table-header {
  border-bottom: solid 2px;
  display: flex;
}

.lead-time-affected-item-table .col-sm-9 {
  padding: 0;
}

.lead-time-affected-item-table .col-sm-3 {
  padding: 0;
}

.lead-time-affected-item {
  color: #333333;
  padding: 10px 0 0 0;
  border-bottom: solid 1px #D9D9D9;
  height: fit-content;
  display: flex;
}

.lead-time-affected-item:last-child {
  border-bottom: none;
}

#leadTimeItemsModalLabel {
  color: #0C1D39;
}

.lead-time-affected-item-table-header {
  color: #333333;
}

.lead-time-items-modal-close {
  color: #0C1D39;
  background: none;
  opacity: 1;
  font-size: 30px;
  padding: 0;
  transition: transform 0.2s ease;
  cursor: pointer;
}

.lead-time-items-modal-close div {
  padding-bottom: 5px;
}

.lead-time-items-modal-close span {
  line-height: 1;
}

.lead-time-items-modal-close :hover {
  transform: scale(1.2);
}

/* lead time items modal - mobile */
@media screen and (max-width: 999px) {
  .lead-time-items-modal {
    width: 90vw;
  }

}
