.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 12px 20px 12px 50px !important;
}

/* Filter dropdown */
.clreorder .filter-area {
    padding: 24px 0;
    font-size: 14px;
    color: #000;
}
.clreorder .filter-area form {
    display: flex;
    align-items: center;
    gap: 9px;
    justify-content: end;
    display: none
}
.clreorder .filter-area select {
    border: 1px solid #767676;
    padding: 8px 7px;
    border-radius: 4px;
    color: #1f1f1f;
    background: #fff;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    max-width: 174px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
}

.clreorder table.shop_table_responsive {
    border: none;
    border-radius: 4px;
    margin-bottom: 24px;
}
.clreorder table.shop_table_responsive tr {
    padding-bottom: 24px;
    display: block;
    width: 100%;
}
.clreorder table.shop_table_responsive tr:last-child {
    padding-bottom: 0;
} 
.clreorder table.shop_table_responsive td {
    padding: 0;
    padding-bottom: 32px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    display: block;
    background: #fff;
	overflow: hidden;
}
.clreorder .shop_table_responsive td p {
    margin: 0;
}
.shop_table_responsive:has(.no-pres-text) {
    margin-top: 30px;
}
.clreorder p.no-pres-text {
    margin: 20px 0 -5px !important;
}
/* item header */
.clreorder table.shop_table_responsive .presc-header {
    padding: 15px 24px;
    background: #F8F8F8;
    border-bottom: 1px solid #ccc;
}
.clreorder table.shop_table_responsive .presc-header .header-info-div {
    display: flex;
    gap: 24px;
}
.clreorder table.shop_table_responsive .presc-header .header-info-div > div {
    min-width: 244px;
}
.clreorder table.shop_table_responsive .presc-header .header-info-div > div br, 
.clreorder p:empty {
    display: none;
}
.clreorder table.shop_table_responsive .presc-header .header-info-div > div > span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.clreorder table.shop_table_responsive .presc-header .header-info-div > div > span:first-child {
    font-weight: 500;
    margin-bottom: 4px;
    color: #000000;
}
/* item body */
.clreorder table.shop_table_responsive .data-card-row {
    padding: 35px 24px 2px;
    position: relative;
}
.clreorder table.shop_table_responsive .data-card-row .product-reorder-title h4 {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 11px 8px;
}
.clreorder table.shop_table_responsive .data-card-row .data-card-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-image-col {
    max-width: 121px;
    padding: 10px;
}
.clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-presc-data {
    width: 100%;
}
.clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-presc-data ul {
    padding: 0
}
.clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-presc-data .eye-data li, 
.clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-presc-data .eye-data li p {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 1.4;
}
.clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-presc-data .eye-data li span {
    border-right: 1px solid #CCC;
    padding: 8px 10px;
    width: 78px;
    text-align: center;
} 
.clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-presc-data .eye-data:first-child li span {
    padding-top: 0;
	color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}  
.clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-presc-data .eye-data:last-child li span {
    padding-bottom: 0;
}
.clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-presc-data .eye-data li span.js-box1 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
.clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-presc-data .eye-data li span:last-child {
    border-right: none;
}
.clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-presc-data .eye-data li span.js-box1 {
    width: 105px;
    text-align: left;
}
.clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-presc-data .eye-data:first-child li span.js-box1 {
    font-size: 0;
}
.clreorder table.shop_table_responsive .data-card-row .product-reorder-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 16px;
}
.clreorder table.shop_table_responsive .data-card-row .product-reorder-title > button.btn {
    display: none;
}
.clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-btn > button {
    border: 1px solid #909090;
    background: #fff;
    color: #1F1F1F;
    position: absolute;
    right: 15px;
    top: 25px;
}
.clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-btn > button:hover {
    background: #F6F6F6;
    color: #1F1F1F;
    border-color: #2B2E31;
}
/* Modal */
.clreorder .modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    z-index: 99999;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: rgb(0 0 0 / 70%);
    display: none;
}
.reorder-lenses.modal-dialog {
    width: 100%;
    max-width: 490px;
    overflow: auto;
    padding: 24px 24px 0;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    background: #fff;
    margin: 50px auto;
    position: relative;
    max-height: 80vh;
	border-radius: 6px;
}
.reorder-lenses .modal-header button.close {
    position: absolute;
    right: 24px;
    top: 26px;
    padding: 10px;
    color: #212121;
    background: url(../img/close.png) no-repeat center;
    border: none;
    font-size: 0;
    outline: none;
}
.reorder-lenses .modal-content br {
    display: none;
}
.reorder-lenses .modal-content {
    border: none !important;
    border-radius: 0 !important;
}

/* total */
.qty-based-total {
    padding:  0 0 16px 0 !important;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
	align-items: center;
}
.total-price-product {
    padding: 0;
    font-size: 18px;
    
}
/* data */
.reorder-lenses .qty-section h4.pop-up-product-title {
    font-size: 20px;
    margin: 0;
}
.reorder-lenses .qty-selection li.qty-item a {
    padding: 16px 16px 16px 56px;
}
.reorder-lenses .qty-section span.box-qunatity {
    font-size: 16px;
    display: block;
    padding: 5px 0 16px;
}
.reorder-lenses .qty-section span.reorder-product-price {
    margin-bottom: 24px;
    display: block;
    font-size: 16px;
	font-weight: 500;
}
.reorder-lenses .qty-section span.reorder-product-price del {
    font-size: 14px;
    color: #909090;
	order: 1;
}
.reorder-lenses .qty-section span.reorder-product-price ins {
	order: 2;
}
.reorder-lenses .qty-section span.reorder-product-price .price {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: row-reverse;
    justify-content: left;
}
/* eye selection */
.reorder-lenses .eye-selection {
    padding: 0 16px 16px;
}
.reorder-lenses .eye-selection .error {
    margin: 10px 0 0;
}
.reorder-lenses .continue-btn a.button.disabled {
    pointer-events: none;
    opacity: 0.75;
}

@media (max-width: 1100px) {
    .reorder-lenses .qty-selection li.qty-item a {
        padding: 8px 16px;
    }
}  
@media(max-width:1024px){
    .reorder-lenses.modal-dialog {
        max-width: 460px;
    }
	.clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-image-col {
		max-width: 195px;
	}
    .clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-presc-data ul.eye-data:last-child span{
        border-right: none !important;
    }
    .clreorder table.shop_table_responsive .presc-header .header-info-div {
        display: flex;gap: 16px;align-items: flex-start;text-align: left; justify-content: space-between;
    }
    .clreorder table.shop_table_responsive .presc-header .header-info-div > div {
        min-width: max-content;
    }
    .clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-image-col {
        margin: auto;
        max-width: 220px;
    }
    .clreorder table.shop_table_responsive .data-card-row .product-reorder-title h4 {margin: 0 0 16px; text-align: center;}
    .clreorder table.shop_table_responsive .data-card-row .data-card-col {flex-direction: column;align-items: center;gap: 16px;}
    .clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-presc-data {width: 100%;display: flex;flex-direction: row; justify-content: center;}
    .clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-presc-data ul.eye-data {min-width: 100px;}
    .clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-presc-data ul.eye-data:first-child {width: 80px;min-width: 80px;}
    .clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-presc-data .eye-data li, 
    .clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-presc-data .eye-data li p {flex-direction: column;}
    .clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-presc-data .eye-data li span,
    .clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-presc-data .eye-data li span.js-box1 {width: auto;min-height: 30px;text-align: center;padding: 3px 10px;}
    .clreorder .shop_table_responsive td p {padding: 0;}
    .clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-presc-data .eye-data li span:last-child {border-right: 1px solid #CCC;}
    .woocommerce form button[type="submit"], .woocommerce a.button, .woocommerce div.product form.cart .button {
        margin: 5px 0;
        font-size: 14px !important;
    }
}

@media (max-width: 768px) {
	.clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-btn {
		width: 100%;
	}
    .clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-btn > button {
        display: block;
        position: relative;
        left: unset;
        top: unset;
        right: unset;
        margin-top: 0;
		width: 100%;
    }
    .clreorder table.shop_table_responsive .presc-header {
        padding: 16px;
    }
    .popup-form .form-footer .title:first-child {
        font-weight: 500;
        font-size:18px !important;
        line-height: 28px;
        margin-bottom: 12px !important;        
    } 
    .woocommerce-account .woocommerce .u-column1 .form-footer .title:nth-child(2) {
        font-size: 14px !important;
        margin-bottom: 14px !important; 
    }
    .clreorder table.shop_table_responsive .data-card-row .data-card-col {align-items: center;}
    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, 
	.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{
        border-top: 1px solid #ccc;
    }
}

@media screen and (min-width: 769px) and (max-width:1024px) {
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation:before {
        font-size: 35px;
    }
}

@media screen and (min-width: 1025px) and (max-width:1200px) {
    .clreorder table.shop_table_responsive .data-card-row .data-card-col {
        flex-direction: column;
        gap: 16px;
    }
	.clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-image-col {
		max-width: 225px;
	}
    .clreorder table.shop_table_responsive .data-card-row .data-card-col .reorder-presc-data {
        max-width: 100%;
        margin: 0 auto;
        width: auto !important;
    }
}
@media screen and (max-width: 480px) {
    .clreorder table.shop_table_responsive .data-card-row {
        padding: 24px 16px 6px;
    }
    .clreorder table.shop_table_responsive .presc-header .header-info-div {
        flex-direction: column;
    }
	.clreorder table.shop_table_responsive tr {
		padding-bottom: 16px;
	}
	.clreorder table.shop_table_responsive td {
		padding-bottom: 10px;
	}
    .reorder-lenses.modal-dialog {
        max-width: calc(100% - 30px);
		padding: 16px 16px 0;
    }
    .prescription-type a {
        padding: 8px 40px;
        font-size: 16px;
    }
    .woocommerce-MyAccount-content > h2 {
        font-size: 22px;
    }
}
@media screen and (max-width: 420px) {
	.stepper .q-value {
        font-size: 12px;
		line-height: 1;
    }
}	