.lens-prescription {
    background-color: transparent;
    margin: 0;
}

.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;
    -ms-flex-direction: column;
    flex-direction: column;
}
.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
}
.eye-row{
        display:flex !important;
	width:100% !important;
	flex-wrap: wrap;
	justify-content: 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;
}
.qty,.plus,.minus {
pointer-events:none !important;
}