.lens-prescription {
    background-color: #fcfefe;
    border: 1px solid #eee;
    margin: 0 0 20px 0;
    border-top: 3px solid #29a500;
}

.screen-readers {
    background-color: #000 !important;
    border: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    color: #fff !important;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
}
.section, div, main, p, section {
    outline: 0;
}

.rxtable {
    display: -ms-flexbox;
    display: flex;
 
}
.rxtable__header {
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
}


.rxtable__header, .rxtable__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.rxtable__header, .rxtable__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.rxtable__row,
.rxtable__header{
	display:flex;
	margin-bottom: 10px
}
.rxtable__row [class*="rxtable__cell"],
.rxtable__header  .rxtable__header-cell{
	flex:1;
	font-size:13px;
	line-height: 20px;
	text-align: center;
	padding: 0 3px;
	height: 100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center
}
.rxtable__row [class*="rxtable__cell"] *{
	width:100%;
}
 
.rxtable__row [class*="rxtable__cell"] select{
	width:100%;
	padding:10px 0px;
	height:100%;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	background-color: rgba(0, 0, 0, 0);
	background-color: #fff;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input#right_eye_checked {
    width: auto !important;
    margin: auto !important;
}
input#left_eye_checked {
    width: auto !important;
    margin: auto !important;
}
.qty_shubh {
    height: 38px;
    font-size: 15px !important;
    width: 112px !important;
}

.rxtable.productsingle select {
    border: 1px solid #ccc;
    padding: 10px;
    height: 45px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 15px;
    background-color: #fafafa;
}
.rxtable.productsingle select:hover{

    background-color: #fff;
}
.rxtable.productsingle {
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
}
.productsingle .rxtable__row {flex: 0 0 50%;flex-direction: column;}
.qty_shubh {
    border: 1px solid #ccc;
    padding: 10px;
    height: 45px;
    margin-bottom: 0px !important;
    border-radius: 5px !important;
    font-size: 15px !important;
    background-color: #fafafa !important;
    width: 100% !important;
}
.qty_shubh:hover{

    background-color:#fff !important;
}
.eye-row {
    margin-bottom: 15px;
    font-size: 16px !important;
    font-weight: 500;
}
.qty_shubh::placeholder{

    color: #000;
}
.rxtable.productsingle select:focus,.qty_shubh:focus{

    outline: none;
}
.rxtable__cell span {width: 20px !important;height: 20px;
    margin-left: 10px;
    display: inline-block;border: 2px solid #29a500;position: relative;border-radius: 3px;vertical-align: middle;}

.rxtable__cell span::before {content: "";position: absolute;width: 12px;height: 6px;border: 2px solid #29a500;top: 50%;left: 50%;transform: translate(-50%, -50%) rotate(-45deg);border-right: none;border-top: none;opacity: 0;}
.eye-row input:checked~span::before {
    opacity: 1;
}
.rxtable__cell.eye-row input{
display:none !important;
    opacity: 0;
}
.rxtable__cell.eye-row strong,.rxtable__cell.eye-row label{

    width: auto !important;
}

.woocommerce-checkout-review-order .custom_qty {
    pointer-events: none !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin-right: -36px !important;
}
