
.rrTitle {
    text-align: center;
    font-size: 20px;
    padding-bottom: 15px;
}

.rrContent {
    text-align: center;
    padding-bottom: 15px;
}

.rrFormBoth {
    display: inline-block;
}

.rrSelect {
    width: 150px;
    height: 32px;
}

#reviewlink {
    font-family: "Segoe UI","Helvetica Neue","Helvetica","Arial","sans-serif";
    color: #191919;
    font-weight: 500;
}

.oneeightythumb {
    background-size: cover;
    background-position: -67%;
}

#reviewlink:hover {
    text-decoration: none;
    color: #757575;
}

.ddpbox {
    color: #610c10;
    border: none !important;
}

#delivery_resp_mobile p {
    padding: 0px 20px;
}

.rrFormSubmit {
        display: inline-block;
    margin-left: 20px;
    padding: 10px;
    background-color: #610c10;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
}

.rrPopupBoth {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 10000;
    display: none;
}

.rrBlanker {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.7;
    z-index: 10000;
    cursor: pointer;
}

.rrPopupContent {
    position: relative;
    padding: 30px;
    TEXT-ALIGN: center;
    border-radius: 20px;
    background-color: #ffffff;
    z-index: 10001;
    font-family: "Montserrat";
}

.presctwobuttons {
    width: 48%;
}

#PrescPopupLower {
    font-size: 12px;
    line-height: 14px;
}

#PrescPopupLower img {
    width: 100%;
}

#prescription_content ul{
    list-style-type: none;
    font-size: 12px;
    line-height: 18px;
}

.new_product_thumb {
    width: 10%;
    display: inline-block;
    margin-right: 20px;
    border: 1px solid #d0d0d0;
    padding: 5px;
    cursor: pointer;
}

.new_product_thumb:last-of-type {
    margin-right: 0px;
}

.newprodselected {
    border: 1px solid #610c10;
}

#prodimagethumbnails {
    clear: both;
    overflow: hidden;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}

#view_video {
    font-family: Montserrat;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #444444;
    margin-top: 15px;
    cursor: pointer;
}

.presc_nextday {
    text-align: center;
    color: #444444;
    text-transform: uppercase;
    padding-top: 3px;
    font-size: 12px;
    font-family: Montserrat;
    font-weight: bold; 
}

#extra_videos {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    padding-top: 5px;
}

.carousel-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100px;
    display: flex;
}

.carousel-abs {
    position: absolute;
    top: 0px;
    left: 0px;
    min-width: 100%;
}

.carousel-prev {
    flex: 0 0 24px;
    margin-right: 10px;
    background-image: URL("../../images/newimages/grey-arrow-left.svg");
    background-size: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.carousel-next {
    flex: 0 0 24px;
    margin-left: 10px;
    background-image: URL("../../images/newimages/grey-arrow-right.svg");
    background-size: 18px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.carousel-wrapper.hideArrows .carousel-next, .carousel-wrapper.hideArrows .carousel-prev {
    display: none;
}

.carousel-next.disabledArrow, .carousel-prev.disabledArrow {
    cursor: default;
    opacity: 0.2;
}

.carousel-internal {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel-items {
    clear: both;
    overflow: hidden;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}

.pdesc a {
    font-family: "Montserrat" !important;
    font-weight: normal !important;
    font-size: 12px !important;
    color: #444444 !important;
    text-transform: none !important;
    margin-right: 0px !important;
    letter-spacing: normal !important;
}

#prescription_content {
    font-size: 12px;
    line-height: 18px;
}

#subtitle_resp {
    margin-bottom: 20px;
}

.presctwobuttons:first-child {
    //margin-right: 1%;
}

#extraprescinfo_resp_mobile {
    clear: both;
    overflow: hidden;
    padding-bottom: 15px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

#peaceofmind, #orderedbefore {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    font-family: "Montserrat";
    font-size: 12px;
    color: #444444;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
}

#peaceofmind {
    background-image: URL("../../images/newimages/product_info/camera-icon.svg");
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 56px;
    float: none !important;
    width: 100%;
    margin-top: 20px;
}

#orderedbefore {
    background-image: URL("../../images/newimages/product_info/prescription-form.svg");
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 56px;
    padding-right: 0px;
    margin-top: 15px;
    float: none !important;
    width: 100%;
}

#peaceofmind b, #orderedbefore b {
    display: block;
    clear: both;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-weight: 600;
}

#loginprevpresccontent {
    font-size: 14px;
    line-height: 19px;
}

.loginErrorField {
    margin-bottom: 20px;
    color: #bb0000;
}

#loginprevpresccontent label {
    clear: both;
    text-align: left;
    display: block;
    overflow: hidden;
}

.preveye {
    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: 10px;
}

.eyeboth {
    clear: both;
    overflow: hidden;
    margin-bottom: 6px;
}

.prevtitle {
    font-weight: bold;
}

.prevcontent {
    
}

#loginprevpresccontent input {
    width: 100%;
    height: 30px;
    border: 1px solid #444444;
    font-family: "Montserrat";
    color: #444444;
    padding: 0px 5px;
    margin: 0px 0px 15px 0px;
}

.both_presc_buttons {
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding-bottom: 5px;
}

#reminderBox {
    display: none;
}

.product_attributes {
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: normal;
    padding-top: 20px;
    text-align: left;
}

.altcolours {
    padding: 0px 20px;
}

.altcolour {
    width: 150px;
    margin-right: 20px;
    padding: 10px;
    box-sizing: border-box;
}

.altcolour:last-of-type {
    margin-right: 0px;
}

.altcolour img {
    width: 100%;
    display: block;
}

.product_type_info_full label, .product_type_info_full .label {
    margin-bottom: 11px;
}

.extratopmargin {
    margin-top: 12px;
}

#CaseSizeLower img {
    width: 100%;
}

.lensinfoboth {
    margin-top: 12px;
}

#priceMatchForm {
    font-size: 10px;
    line-height: 14px;
}

.pricetitle {
    font-weight: bold;
}

#screen1error {
    color: #ff0000;
    padding-top: 10px;
}

.packageoption .presc_indiv_image img {
        max-width: 80px;
}

.presc_indiv_image img {
    width: 100%;
}

#pricematch_pricefield {
    width: 100%;
    height: 40px;
    margin-top: 16px;
    border: 1px solid #444444;
    padding: 0px 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
}

.pmform {
    margin-top: 20px;
}

.secondcolfieldtext {
        float: left;
    width: 33.33333333%;
    padding-top: 13px;
}

.greentotal {
    color: #00bb00;
}

.redtotal {
    color: #ff0000;
}


.instantfieldtitle, .instantfieldinput, .instantfieldtext {
        float: left;
    width: 33.33333333%;
}

.instantfieldtitle, .instantfieldtext {
    padding-top: 13px;
}

.instantfields {
    margin-top: 15px;
}

.instantfieldinput {
    display: table;
}

#instantcurrency, #instantcurrencydel {
    display: table-cell;
    padding-right: 10px;
}

#instantprice, #instantdel, #instantcompany, .longformfieldinput input {
    display: table-cell;
    font-family: "Montserrat";
    font-size: 11px;
    color: #444444;
    width: 100%;
    border: 1px solid #d0d0d0;
    padding: 0px 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box; 
    height: 40px;
}

.instantfieldset {
    clear: both;
    overflow: hidden;
    padding-bottom: 10px;
}

#viewingpanel img {
    -webkit-user-select: none;
    -webkit-touch-callout : none;
    pointer-events : none;
    -webkit-tap-highlight-color : transparent;
}

#info_container {
      max-width: 100%;
  margin: 0 auto;
}

.watchsizing {
 max-width: 1000px !important;
}

.tool-tip {
    background-color: #ffffff;
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
    border-radius: 5px;
    border: 1px solid #444444;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#html360 {
    width: 100%;
    overflow: hidden;
}

#flash_holder iframe::-webkit-scrollbar { display: none; }

.tip {
    padding: 15px;
}

#text_180 {
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 14px;
    color: #444444;
    font-weight: bold;
    padding-top: 4px;
}

#button180 {
    margin-top: 30px;
    cursor: pointer;
}

#holder180 {
    display: none;
}

#overlay180 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.2;
    z-index: 5;
}

#icontext {
    font-family: "Montserrat";
    font-size: 14px;
    padding-bottom: 40px;
    text-transform: uppercase;
    color: #444444;
    font-weight: bold;
}

#s180iconholder {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 6;
}

.malefemalecontainer div:nth-child(2) {
    margin-left: 50px;
}

.malefemalecontainer {
    display: inline-block;
}

#s180male {
    text-transform: uppercase;
    display: none;
    background-image: URL("../../images/newimages/mens-icon.png");
    padding-top: 60px;
    width: 60px;    
    float: left;
    cursor: pointer;
    text-align: center;
    background-position: center 0px;
        background-repeat: no-repeat;
        font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
    font-weight: bold;
}

#s180female {
    text-transform: uppercase;
    display: none;
    float: left;
        background-image: URL("../../images/newimages/ladies-icon.png");
    padding-top: 60px;
    background-position: center 2px;
    width: 60px;
    cursor: pointer;
        background-repeat: no-repeat;
        font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
    font-weight: bold;
}



#headmoveimg, #headmoveimgmale, #headmoveimgfemale {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    margin: auto;
}

#viewingpanel {
    position: relative;
        OVERFLOW: HIDDEN;
        height: 471px;
        width: 100%;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
}

#info_nav {
    clear: both;
    overflow: hidden;
    font-family: Montserrat;
    font-size: 12px;
    color: #444444;
    margin: 20px 20px;
    line-height: 20px;
}

#flash_holder iframe {
    width: 100%;
    height: 100%;
}

#KeringSizeLower img {
    width: 100%;
}

#info_nav a {
    color: #444444;
    text-decoration: underline;
    float: left;
}

#info_nav a:hover {
    text-decoration: none;
}

.navarrow {
    float: left;
    display: block;
    padding: 0px 5px;
}

#product_container {
    text-align: center;
    position: relative;
    
}

#product_container h1 {
    font-family: "Montserrat";
    font-size: 19px;
    color: #444444;
    font-weight: 600;
    text-transform: none;
    padding-bottom: 8px;
    text-align: left;
}

.watchpage #product_container h1 {
    padding-bottom: 20px;
}

.secondaryprodtitle {
    font-family: Montserrat;
    font-size: 14px;
    color: #444444;
    font-weight: bold;
}

h2.modelnumber {
    font-family: "Montserrat";
    font-size: 13px;
    font-weight: 600;
    color: #444444;
}

.secondaryprodtitle h2 {
    display: inline-block;
}

.actualstatus, .furtherdetails {
    font-family: "Montserrat";
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.actualstatus > div, 
.actualstatus a {
    font-weight: 600 !important;
}

.stockstatusseparator {
    display: inline-block;
    padding: 0px 5px;
}

#product_image_section {
    width: 100%;
    position: relative;
    /*margin-top: 20px;*/
    /*min-height: 300px;*/
    padding: 0px 20px;
    box-sizing: border-box;
}

#product_purchase_section {
    min-width: 300px;
    max-width: 400px;
    /*margin-top: 20px;*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

#prodbothsection {
    clear: both;
    overflow: hidden;
    display: flex;
    /*padding-top: 20px;*/
}

#prembrandinfo_resp, #prembrandinfo_resp_mobile {
    clear: both;
    overflow: hidden;
    border: 1px solid #d0d0d0;
    margin-top: 20px;
    padding: 20px;
}

#prembrandinfo_resp_mobile, #prembrandinfo_resp, #remmobilepresdel {
    display: none;
}

.deltoppresc, .presc_sep {
    display: none !important;
}

.freepostageboxprod a {
    color: #444444;
}

#prembrandtext {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444444;
}

#prembrandimages img{
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

#prembrandimages img:last-of-type{
    padding-right: 0px;
    margin-top: 10px;
}

#product_image_container {
    clear: both;
    overflow: hidden;
    margin-left: 140px;
    margin-right: 140px;
    position: relative;
    /*width: 100%;*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#product_image_crop {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

#product_image_holder {
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
  transition-duration: 800ms;
  -webkit-transition-duration: 800ms;
}

#product_image_holder li {
    position: absolute;
  width: 100%;
  z-index: 2;
}

#product_image_holder li img {
margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: 0;
}

#gallery-height-filler {
    width: 100%;
    height: 500px;
}

.hp_switch {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: URL("../../images/newimages/hp_switch.png");
    background-position: 0px -20px;
    margin-left: 20px;
    cursor: pointer;
}

.buttoncontainer .hp_switch:first-of-type {
    margin-left: 0px;
}

.switchon {
    background-position: 0px 0px;
}

.hp-switch:first-child {
    margin-left: 0px;
}

.imagesoverlay {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
    box-sizing: border-box;
}

.new_product_thumb {
    width: 100px;
    cursor: pointer;
    margin-right: 20px;
}

#product_image_left, #product_image_right {
    height: 30px;
    width: 60px;
    background-color: #444444;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
padding: 15px 0px;
text-align: left;
cursor: pointer;
}

#product_image_left {
    left: 50px;
}

#product_image_right {
    right: 50px;
}

#product_image_right img{
    height: 100%;
    padding-left: 23px;
}

#product_image_left img {
    height: 100%;
    padding-left: 19px;
}

.buttoncontainer {
    /*height: 77.5px;*/
}

.imagesoverlaymouseleft {
    position: absolute;
    height: 100%;
    width: 42px;
    top: 0px;
    left: 0px;
    cursor: pointer;
    z-index: 100;
    background-image: URL("../../images/galleft.png");
    background-position: 20px center;
    background-repeat: no-repeat;
}

.imagesoverlaymouseright {
position: absolute;
    height: 100%;
    width: 42px;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 100;
    background-image: URL("../../images/galright.png");
    background-position: center right 20px;
    background-repeat: no-repeat;
}

.imagesoverlaypadding {
    overflow: hidden;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 77.5px;
    margin-top: 20px;
}

#product_logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    max-width: 25%;
}

#zoom_button {
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
}

#button_trymeon {
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

#image_trymeon {
    width: 25px;
}

#image_trymeon img {
    width: 100%;
}

#text_trymeon {
    font-family: Montserrat;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #444444;
    padding-left: 10px;
}

.mobile_tabs {
    display: none;
}

#zoom_image {
    float: left;
    width: 41px;
    height: 41px;
}

#zoom_image img {
    width: 100%;
    height: 100%;
}

#zoom_text {
    font-family: Montserrat;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #444444;
    float: right;
    padding-left: 10px;
}

#button_360 {
    align-items: center;
}

#holder_360 {
}

.zoomgal-option {
    display: none;
}

.zoomgal-option.gal-active {
    display: block;
}

.gal-iframecontainer {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.gal-iframecontainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gal-oneeightycontainer {
    position: relative;
    padding-bottom: 66.6666%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.abs180 {
    position: absolute;
    left: -300%;
    height: 100%;
}

#video_holder {
    display: none;
}

#image_360 {
    float: left;
    width: 57px;
    height: 40px;
}

#image_360 img {
    width: 100%;
    height: 100%;
}

#text_360 {
    font-family: Montserrat;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #444444;
    float: right;
    padding-left: 10px;
}

.ratingvalue {
    display: none;
}

.rating_stars img {
    height: 20px;
    width: 20px;
    margin-left: 3px;
}

.rating_stars img:first-child {
    margin-left: 0px;
}

.ratingtext a {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: normal;
    color: #444444;
}

.ratingtext {
    padding-top: 15px;
}

.clearpayinfo {
    display: flex;
    align-items: center;
}

.clearpayinfo img {
    margin-left: 5px;
    margin-right: 5px;
}

#clearpayinfolink {
    text-decoration: underline;
    cursor: pointer;
    margin-left: 3px;
}

#clearpayinfolink:hover {
    text-decoration: none;
}

#clearpayinfomobile {
    display: none;
    max-width: 750px;
    width: 100%;
}

#clearpaypopupimagery {
    display: none;
}

#paymonthlybox {
    display: none;
    text-align: left;
}

#clearpayinfodesktop {
    display: block;
    max-width: 750px;
    width: 100%;
}

.pmtitle {
    font-weight: bold;
    margin-bottom: 8px;
}

.pmtitle:first-of-type {
    margin-bottom: 4px;
}

.pmcontent {
    font-size: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 14px;
    border: 1px solid #eae7e4;
    margin-top: 10px;
    justify-content: center;
    padding: 0px 10px 10px 10px;
}

.pmcontent img {
    width: 90px;
    margin-left: -6px;
    margin-right: 1px;
}

.paypalmsging {
    border: 1px solid #eae7e4;
    margin-top: 10px;
    justify-content: center;
    padding: 10px;
    display: flex;
}

.klarnalogo {
    width: 52px;
}

.clearpaymonth {
    width: 72px;
}

.paypalmonth {
    width: 72px;
}

.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;
}

.paymonthlypopup .popupcontent {
    background: none;
    padding: 15px 15px 10px 15px;
}

.paymonthlypopup .popuptitle {
    margin-top: 0px;
    letter-spacing: 0px;
}

.paymonthlypopup .popupclosebutton {
    display: none;
}

#klarnaplacement::part(osm-container) {
    border: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.prodcursymbol {
        font-family: "Montserrat";
    font-size: 24px;
    color: #444444;
}

.new_price {
    font-family: "Montserrat";
    font-size: 19px;
    color: #444444;
    font-weight: 600;
    margin-right: 3px;
}

.old_price {
    font-size: 14px;
}

.priceholder {
    font-family: "Montserrat";
    font-size: 19px;
    font-weight: normal;
    color: #444444;
    width: 100%;
    display: flex;
    align-items: baseline;
}

.priceandreviews {
    display: flex;
    margin-top: 12px;
    margin-bottom: 12px;
    align-items: center;
}

.reviewholder {
    display: flex;
    align-items: center;
    align-content: center;
    align-self: center;
    justify-content: flex-end;
    cursor: pointer;
}

.price_review_stars {
    width: 80px;
}

.price_review_stars img {
    width: 80px;
    display: block;
}

.price_review_text {
    text-align: right;
    padding-left: 7px;
    font-family: "Montserrat";
    font-size: 10px;
    padding-top: 3px;
}

.prodpage_grey_box {
    width: 100%;
    border: 1px solid #696969;
    padding: 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.prodfeefologo {
    float: left;
    padding-top: 11px;
    padding-bottom: 8px;
    width: 120px;
}

.prodfeefologo img {
    width: 100%;
}

.prodfeefotext {
    float: left;
    /* font-family: "Montserrat"; */
    /* font-size: 10px; */
    /* color: #444444; */
    /* text-transform: uppercase;  TODO: CHECK*/
    /* text-align: left; */
    /* width: 110px; */
    margin-left: 11px;
    padding-top: 17px;
    padding-bottom: 8px;
    /* line-height: 14px;*/
}

.prodfeefocircle {
    float: left;
    background-color: #f7dd03;
    width: 36px;
    height: 24px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-family: "Montserrat";
    font-size: 12px;
    color: #6b6b6b;
    padding-top: 12px;
    margin-top:12px;
}

.greyboxinline {
    display: inline-block;
}

#feefologo {
    display: none;
}

#feefobox {
    cursor: pointer;
    margin-top: 20px;
    display: none;
}

#feefopage .feefo_main {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#feefopage .feefo_container {
    width: 910px !important;
}

.delivery_content {
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
    line-height: 22px;
    padding: 5px 20px;
}

.delivery_content a {
    font-weight: 600;
    color: #444444;
    display: block;
}

.deltop {
    font-size: 14px;
    font-weight: 600;
}

.deltoppresc {
      padding-bottom: 5px;
}    

.deliverycountdown {
    font-size: 14px;
    color: #0da20d;
}

#delpredbox {
    margin-top: 15px;
    text-align: center;
}

.sizeSelector {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.undercarousel {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
}

.style_bank_container {
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
}

.undercarousel_section {
    width: 100%;
    font-family: "Montserrat";
    text-align: left;
    color: #444444;
    font-size: 12px;
}

.undercarousel_section .infoitems {
    padding: 10px;
}

.stylebankunder {
    background-color: #f5f5f5;
    padding: 10px;
    width: 100%;
    font-family: "Montserrat";
    text-align: left;
    color: #444444;
    font-size: 12px;
    box-sizing: border-box;
}

.stylebankunder b {
    font-weight: 600;
}

.ucarouseltitle {
    font-weight: 600;
    padding-bottom: 8px;
}

.colourtitle {
    font-family: "Montserrat";
    text-align: left;
    margin-top: 10px;
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #444444;
    /* text-transform: uppercase;  TODO: CHECK*/
    color: #444444;
}

.product_extra_info_area {
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
}

.upper_att_label {
    float: left;
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 14px;
    color: #444444;
    letter-spacing: 0px;
    width: 25%;
    text-align: left;
}

.upper_att_input {
    float: left;
    width: 75%;
}

.upper_att_input select {
    width: 100%;
    height: 26px;
    border: 1px solid #696969;
    font-family: "Montserrat";
    font-size: 12px;
    color: #444444;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    padding-left: 10px;
}

.redbutton {
    background-color: #610c10;
}

#modalfade {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0%;
    left: 0%;
    background-color: #000000;
    opacity: 0;
    z-index: 1000;
    visibility: hidden;    
}

#modalpopup {
      z-index: 1001;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: fixed;
    width: 0%;
    height: 0%;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#modalpopup img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);    
    position: absolute;
}

.st_facebook_custom{
	background-image: url("../../images/newimages/facebook-share.png");
	height: 25px;
  width: 13px;
  display: block;
  float: left;
  cursor: pointer;
  margin-right: 28px;
}

.st_twitter_custom{
	background-image: url("../../images/newimages/twitter-share.png");
	height: 25px;
  width: 24px;
  display: block;
  float: left;
  cursor: pointer;
  margin-right: 28px;
}

.st_googleplus_custom{
	background-image: url("../../images/newimages/googleplus-share.png");
	height: 25px;
  width: 26px;
  display: block;
  float: left;
  cursor: pointer;
  margin-right: 28px;
}

.st_pinterest_custom{
	background-image: url("../../images/newimages/pinterest-share.png");
	height: 25px;
  width: 20px;
  display: block;
  float: left;
  cursor: pointer;
}

.share_links {
    text-align: center;
    margin-top: 20px;
}

.sharetitle {
    font-size: 14px;
    font-weight: bold;
    font-family: "Montserrat";
    color:#444444;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.allsharelinks {
    display: inline-block;
}

#whole_gallery_container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    box-sizing: border-box;
}

#colour_control {
    margin-top: 60px;
}

.colour_label {
    color: #444444;
    font-family: "Playfair Display";
    font-size: 40px;
}

.review-header, .recent-header {
    font-family: "Montserrat";
    text-align: left;
    margin-top: 10px;
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #444444;
    color: #444444;
    margin: 0px 20px;
}

.reviewsubhead {
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
    text-align: center;
}

.all_colour_options {
    text-align: center;
    clear: both;
    overflow: hidden;
    position: relative;
}

.colour_option_slider {
    padding-left: 80px;
    padding-right: 100px;
    width: 100%;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    position: absolute;
    overflow: hidden;
}

#colour_carousel_left, #colour_carousel_right {
    height: 40px;
  width: 24px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  text-align: left;
  cursor: pointer;
  z-index: 10;
}

#colour_carousel_right {
    right: 27px;
}

ul.colour_bit_that_slides {
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

ul.colour_bit_that_slides li {
    /*width: 25%;*/
  /* height: 100%; */
  /* float: left; */
  padding: 0px 10px;
  position: absolute;
          -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

ul.colour_bit_that_slides li img{
    margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: 0;
}

.parent_padding_remover {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.small_colour_selected {
    border: 1px solid #000000;
}

.colour_sep {
    height: 1px;
    margin: 38px 300px;
    background-color: #d0d0d0;
}

.fromtext {
    font-family: "Playfair Display";
    font-size: 48px;
    color: #444444;
    float: none;
    margin-top: -8px;
    margin-right: 5px;
    margin-bottom:12px;
}

#tabs {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 50px;
}

#tab_content {
    border: 1px solid #d0d0d0;
    margin: 0px 20px;
}

#tabs a {
    display: inline-block;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 14px;
    color: #444444;
    /* text-transform: uppercase;  TODO: CHECK*/
    margin-right: 40px;
    letter-spacing: 0px;
}

#tabs a:last-child {
    margin-right: 0px;
}

#tabs a:hover {
    text-decoration: none;
}

#tabs_headers {
    margin-bottom: 15px;
    clear: both;
    overflow: hidden;
}

.underline_holder {
    clear: both;
    overflow: hidden;
}

#underline {
    height: 4px;
    width: 200px;
    display: block;
    background-color: #000000;
    transition: all 0.5s;
}

#tab_content .indiv_tab {
    transition: max-height 0.5s;
    max-height: 0px;
    opacity: 0;
    font-family: "Montserrat";
    font-weight: normal;
    font-size: 12px;
    color: #444444;
    clear: both;
    overflow: hidden;
}

#gen_resp_mobile div div {
    clear: both;
    overflow: hidden;
}

#gen_resp_mobile div {
    display: inline-block;
}

#gen_resp_mobile>div {
        padding: 20px 0px;
}

#gen_resp_mobile {
    text-align: center;
}

#gen_resp_mobile span img {
    display: none;
}

#tab_content .indiv_tab label, #gen_resp_mobile label{
    float: left;
    width: 235px;
    /* text-transform: uppercase;  TODO: CHECK*/
    text-align: left;
    font-weight: 600;
    padding-top: 5px;
}

#tab_content .indiv_tab .tab-padding>div>div>div>span, #gen_resp_mobile span{
    float: left;
    width: 320px;
    text-align: left;
    padding-top: 5px;
}

#tab_content .indiv_tab span img{
    margin-top: -3px;
    margin-left: 8px;
    cursor: pointer;
}

#tab_content .indiv_tab .tab-padding>div {
    float: left;
    width: 50%;
}

.hover_spec {
    display: inline-block;
    float: left;
}


#tab_content .indiv_tab .tab-padding>div>div>div {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}

.tab-padding {
    padding: 20px;
    clear: both;
    overflow: hidden;
}

#prescription_content {
    text-align: left;
}

#prescription_content b {
    font-weight: 600;
}

.general_product_description {
    text-align: left;
    line-height: 30px;
    border-left: 1px solid #d0d0d0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    padding-left: 40px;
}

.general_product_description p{
    line-height: 30px;
}

.general_product_description h2 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 14px;
    color: #444444;
    /* text-transform: uppercase;  TODO: CHECK*/
    margin-bottom: 30px;
}



#LensSizeLower img, #ArmSizeLower img, #BridgeSizeLower img {
    height: 100%;
    width: 100%;
}

.LensCatTable table {
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}

.LensCatTable table tr:first-child {
    border-bottom: 1px solid #d1d1d1;
}


.LensCatTable table tr:first-child td {
text-align: left;
}

.LensCatTable table tr td:first-child {
    border-left: none;
    text-align: center;
}

.LensCatTable table tr td {
    padding: 5px 20px 5px 20px;
    text-align: left;
    border-left: 1px solid #d1d1d1;
}

.catpopup {
    max-width: 1340px;
}

#information_content div span a {
      display: inline;
        text-transform: none;
        letter-spacing: 0;
        font-size: 12px;
}

.subreview_container {
    text-align: center;
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
}

.subreview_date {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.subreview_stars img {
      height: 20px;
  width: 20px;
  margin-left: 3px;
}

.subreview_stars img:first-child {
  margin-left: 0px;
}

.subreview_text {
    max-width: 800px;
    margin: 0px auto;
    padding: 0px 40px;

}

#reviews_content_container .colour_sep {
    margin: 30px 300px;
}


#reviews_content_container .topreviewsep {
    margin-top: 15px;
}

#reviews_content_container {
    padding: 30px 50px;
}

.recentitemcontainer {
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indivrecent img {
    width: 100%;
}

.indivrecent {
    float: left;
    margin-right: 15px;
    width: 200px;
}

.indivrecent:last-child {
    margin-right: 0px;
}

#recent_products_container {
    text-align: center;
    padding-bottom: 30px;
}

#allbutnav {
    position: relative;
}

#prescription_holder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #EFEFEF;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
}

.presc_options_both {
    position: relative;
    background-color: #EFEFEF;
}

.presc_options_right {
    float: right;
    width: 25%;
    padding-right: 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.presc_options_left {
    float: left;
    width: 75%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.presc_item_container {
    clear: both;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 0px 5px 15px 5px;
    box-sizing: border-box;
}

.presc_header {
    font-size: 14px;
    color: #444444;
    font-family: 'Montserrat';
    padding-bottom: 16px;
    font-weight: 600;
    background-color: #ffffff;
    padding-top: 20px;
    position: relative;
}

.presc_indiv_popupcontent img {
    max-width: 80px;
}

.presc_checkboxes {
    display: block;
    background-color: #ffffff;
    padding: 20px;
}

.notopborder {
    border-top: none;
}

.checkboxsubstitute {
    background-image: URL("../../images/newimages/presc_tickbox.jpg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin: 0px auto;
    display: block;
}

.presc_indiv_smaller {
    font-family: 'Montserrat';
    font-size: 12px;
    color: #444444;
    line-height: 16px;
}

.spinnerback {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
}

.presc_options {
    display: inline-block;
        width: 100%;    
}

.presc_indiv_option {
        display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 10px 20px;
    margin: 10px 10px 10px 10px;
    border: 1px solid #ffffff;
    cursor: pointer;
    width: 125px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    position: relative;
}

.presc_indiv_popholder_title {
    background-color: #464646;
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
    height: 17px;
    padding-top: 5px;
}

.presc_indiv_popholder_border {
    border: 1px solid #464646;    
}

.presc_indiv_popholder_border .presc_indiv_option {
    margin: 0px;
    width: 143px;
}

.invisborder .presc_indiv_option {
 //margin: 10px;   
}

.invisborder {
    border: 1px solid #ffffff;
}

.invistitle {
    background-color: #ffffff;
    /*display: none;*/
}

.presc_indiv_popholder {
    width: 145px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    position: relative;
}

.presc_header_text {
    padding-top: 12px;
}

.presc_header_button, .presc_header_text {
    color: #444444;
    font-family: "Montserrat";
    font-size: 12px;
    line-height: 24px;
}

#aPrescPopup {
    cursor: pointer;
    font-weight: bold;
    color: blue;
    text-decoration: underline;
}

#aPrescPopup:hover {
    cursor: pointer;
    font-weight: bold;
    color: blue;
    text-decoration: none;
}

.presc_checkboxheader {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    color: #444444;
    font-family: "Montserrat";
    font-size: 14px;
}

.presc_selected {
    background-color: #efefef;
    border: 1px solid #cdcdcd;
}

.presc_indiv_option:hover {
    background-color: #f2f2f2;
    border: 1px solid #cdcdcd;
}

.presc_indiv_checkbox {
    margin-bottom: 10px;
}

.presc_options_both {
    clear: both;
    overflow: hidden;
}

.presc_indiv_price {
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat";
    color: #444444;
    padding-top: 8px;
}

.presc_buynow_button {
    margin-top: 20px;
    background-color: #ffffff;
    padding: 15px;
    display: flex;
    justify-content: center;
}

.new_presc_indiv_price {
   font-size: 12px;
    font-family: "Montserrat";
    font-weight: 600;
    color: #444444;
    padding-top: 8px;
}

.presc_indiv_questionmark {
    background-image: URL("../../images/newimages/questionmark.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 17px;
    margin: 10px auto 0px auto;
    display: block;
    cursor: pointer;
}

.presc_selected .checkboxsubstitute {
    background-position: -20px 0px;
}

.prescsummarytop {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 14px;
    color: #444444;
}

#prescription_summary {
    padding: 15px;
    margin-top: 20px;
    text-align: center;
    position: relative;
    background-color: #ffffff;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.prescription_summary_main_information {
    border-top: 1px solid #d0d0d0;
    margin: 15px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
}

.psum_details {
    clear: both;
    overflow: hidden;
    font-family: "Montserrat";
    font-size: 12px;
    color: #444444;
    padding-top: 5px;
    padding-bottom: 10px;
}

.psum_header {
    float: left;
    width: 50%;
    text-align: left;
}

.psum_content {
    float: left;
    width: 50%;
    text-align: center;
    font-weight: 600;
}

.sum_costings {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding: 15px 0px;
}

.presc_del_updater_time {
    padding-top: 15px;
    font-size: 24px;
    font-family: 'Montserrat';
    color: #444444;
    font-weight: 500;
}

.glasscost {
    padding: 20px 0px;
    font-size: 24px;
    color: #444444;
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;   
}

#prescription_delivery {
    padding: 15px 0px;
    border-bottom: 1px solid #d0d0d0;
}

.presc_package_title {
    color: #444444;
    font-size: 20px;
    font-family: "Montserrat";
}

.presc_package_title {
    color: #444444;
    font-size: 24px;
    font-family: "Montserrat";
}

.presc_indiv_overname {
    color: #444444;
    font-size: 15px;
        padding-bottom: 12px;
    font-family: "Montserrat";
}

.presc_indiv_subname {
    color: #444444;
    font-family: "Montserrat";
    font-size: 12px;
    word-wrap: break-word;
}

.presc_package_price {
    color: #444444;
    font-family: "Montserrat";
    font-size: 12px;
    padding-top: 8px;
}

.presc_package_price b {
    margin-right: 5px;
}

.presc_package_details {
    color: #444444;
    font-family: "Montserrat";
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 13px;
}

.presc_package_details b {
    font-weight: 600;
}

.packpadding {
    padding-bottom: 20px;
}

.packcheck {
    margin-bottom: 5px;
}

.mask {
        position: absolute;
    background-color: #ffffff;
    opacity: 0.8;
}

.eye_details {
    float: left;
    width: 50%;
    margin: 30px 0px;
    padding: 0px 20px;
    border-right: 1px solid #d0d0d0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.eye_details:last-child {
    border-right: none;
}

.eye_col {
    padding-top: 25px;
    float: left;
    padding-right: 15px;
    width: 33.333333333333%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.eye_col:last-child {
    padding-right: 0px;
}

.eyetitle {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    color: #444444;
    text-align: center;
}

.presc_entry {
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
}

.entry_label {
    text-align: left;
    font-family: "Montserrat";
    font-size: 12px;
    color: #444444;
    font-weight: 600;
    margin-bottom: 5px;
}

.eye_col select {
    width: 100%;
    height: 38px;
    font-family: "Montserrat";
    font-size: 18px;
    color: #444444;
    padding-left: 4px;
}

.otherinfotext {
    
}

.presc_pd select {
    width: 196px;
    height: 38px;
    font-family: "Montserrat";
    font-size: 18px;
    color: #444444;
    padding-left: 4px;
    
}

.presc_pd {
    display:table;
    border-collapse:collapse;
    width:100%;
}

.pdtext {
    display: table-cell;
    width: 100%;
    padding-left: 60px;
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
    line-height: 22px;
    padding-top: 0px;
    vertical-align: top;
}

.pd_drop {
    display: table-cell;
    padding-right: 60px;
    vertical-align: top;
    padding-top: 6px;
}

.otherinfotext {
    padding-top: 30px;
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
    line-height: 18px;
}

.otherinfoarea {
    padding-top: 15px;
    padding-bottom: 15px;
}

.otherinfoarea textarea {
    border: 1px solid #cbcbcb;
    width: 75%;
    height: 110px;
}

.checkbox_holder {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    display:table;
    border-collapse:collapse;
    width:100%;
}

.checkbox_holder input {
    display: table-cell;
    width: 25px;
}

.checkbox_holder label {
display: table-cell;
text-align: left;
width: 100%;
padding-left: 20px;
    color: #444444;
    font-family: "Montserrat";
    font-size: 14px;
}

#wishform, #prescwishform {
    text-align: center;
}

.closepresc {
    position: absolute;
    top: 10px;
    right: 10px;
}

#closepresccross {
    cursor: pointer;
}

#presc_total_cost {
    display: none;
}

.prescpopupbutton {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #444444;
    color: #ffffff;
    font-weight: 600;
    margin-top: 0px;
    cursor: pointer;
    padding: 15px 20px;
    transition: background-color .5s;
}

.largerred {
    padding: 18px 0px;
}

.lightergrey {
    background-color: #777777;
}

.prescpopupbutton:hover {
    background-color: #606060;
    opacity: 1;
}

.ordered_product_reminder {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #d0d0d0;
}

.prescprodreminder {
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    background-color: #ffffff;
    padding: 15px 10px;
}

.prescprodreminder .op_title {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 14px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px solid #d0d0d0;
    margin: 0px;
}

#op_pic img {
    width: 100%;
}

#op_pic {
    margin: 0px auto;
    width: 50%;
}

.packageoption {
    width: 215px;
}

.delivery_large {
    font-size: 14px;
}

.presc_sep {
    height: 1px;
    background-color: #d0d0d0;
    line-height: 1px;
    width: 100%;
    margin: 10px 0px;
    padding: 0px 0px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#op_name {
    font-family: "Montserrat";
    font-size: 12px;
    text-align: center;
    margin: 20px 30px;
    font-weight: 600;
    color: #444444;
}

.op_title {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 18px;
    color: #444444;
    text-align: center;
    padding: 10px 0px;
    border-bottom: 1px solid #d0d0d0;
    margin: 0px 20px;
}

#chanelContactForm .field {
   clear: both;
   overflow: hidden;
}

#chanelContactForm label{
    width: 100%;
    text-align: left;
    display: block;
}


#returns_content a {
        text-transform: none;
    font-weight: normal;
    letter-spacing: 0px;
    font-size: 12px;
}

#chanelContactForm input {
   width: 100%;
   border: 1px solid #d0d0d0;
   margin-top: 3px;
   margin-bottom: 5px;
   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    height: 40px;
    padding: 0px 8px;
    font-family: "Montserrat";
}

#isprescmove {
        display: none;
    }

#chanelContactForm .invalid {
    border: 1px solid #ff0000;
}

.gwp_header {
    font-size: 18px;
    padding-bottom: 10px;
}

.gwptext {
    line-height: 16px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    background-color: #444444;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-size: 12px;
}

.presc_summary_mobile {
        clear: both;
        position: fixed;
        overflow: hidden;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        bottom: 20px;
        display: none;
        z-index: 10000;
        text-align: center;
        background-color: #ffffff;
        border: 1px solid #444444;
    }
    
    #summarycost_bothresppresc_mobile {
        display: none;
        float: left;
        border-bottom: 0px;
    }
    
    .presc_summary_mobile_header {
        background-color: #444444;
        padding: 12px 0px 10px 0px;
        padding-left: 20px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
        font-family: "Montserrat";
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        cursor: pointer;
        text-align: center;
        display: none;
    }
    
    .mobilesummaryholder {
        display: none;
    }
    
    .costoverview {
        display: none;
        display: inline-block;
    }
    
    .costoverviewtext {
        float: left;
        font-family: 'Montserrat';
        color: #444444;
        padding: 8px 5px 8px 0px;
        font-size: 18px;
    }


.vmfadeback{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: .3;
    z-index: 20000;
    display: none;

}

.vmflexcenter {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 20001;
    display: none;
    cursor: pointer;
}

.virtualmirrorpopup {
    display: flex;
    flex-direction: column;
    width: 80%;
    height: 80%;
    background-color: #ffffff;
    cursor: default;
}

.vmprivacy {
    display: flex;
    flex-direction: column;
    width: 80%;
    max-height: 80%;
    background-color: #ffffff;
    cursor: default;
    box-sizing: border-box;
    padding: 30px;
    font-family: "Montserrat";
}

.vmbuttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.vmbutton {
    border: 1px solid #737373;
    margin-right: 30px;
    padding: 10px 30px;
    border-radius: 5px;
    cursor: pointer;
}

.vmbutton:hover {
    color: #ffffff;
    background-color: #737373;
}

.vmbutton:last-of-type {
    margin-right: 0px;
}

.vmprivacytitle {
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.vmtext {
    font-size: 14px;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 10px;
}

.vmfooter {
    flex: 60px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fitmebetter {
    background-color: #58585a;
    font-family: "Montserrat";
    font-size: 14px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.vmmaincontainer {
    flex-grow: 1;
    background-color: #58585a;
}

.vmtitleandcross {
    clear: both;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 15px;
}

.vmtitle {
    display: flex;
    margin-right: auto;
    align-items: center;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.trymeonface {
    width: 30px;
    margin-right: 10px;
}

.trymeontitle {

}

.vmcross {
    flex: 20px 0 0;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    cursor: pointer;
    text-transform: uppercase;
}

.paymonthlyholder {
    font-family: "Montserrat";
    font-size: 14px;
    color: #444545;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    border-top: 1px solid #444444;
}

.paymonthlytitle {
    width: 100%;
    font-size: 12px;
}

.paymentamountholder {
    font-size: 12px;
    cursor: pointer;
    font-weight: 600;
}

.paymentamountholder:hover {
    text-decoration: none;
}

.monthlylogos {
    display: flex;
    align-items: center;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 7px;
}

.monthlylogos div:nth-child(-n+2) {
    margin-right: 10px;
}

.monthlogoholder img {
    width: 100%;
}

.mz-thumb {
    width: 100px;
    cursor: pointer;
    margin-right: 20px;
    padding: 5px;
    display: flex;
    align-items: center;
    border: 1px solid #d0d0d0;
    position: relative;
}

.playbutton {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.mz-thumb .playbutton img {
    width: 30px;
    opacity: 0.8;
}

.mz-thumb:last-of-type {
    margin-right: 0px;
}

.mz-thumb-selected {
    border: 1px solid #610c10;
}

a[data-zoom-id] img, .mz-thumb img {
    padding-bottom: 0px;
    border: 0;
    border-bottom: 0px;
    box-sizing: border-box;
    width: 100%;
}

.mz-thumb.mz-thumb-selected img {
    border-bottom: 0px;
}

.mz-thumb:not(.mz-thumb-selected):hover img {
    border-bottom: 0px;
}

#extraprescinfo_resp_mobile {
    display: none;
}

a[data-zoom-id], .mz-thumb, .mz-thumb:focus {
    display: flex;
}

#recent_products_container a {
    width: 150px;
    margin-right: 20px;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

#recent_products_container a:last-of-type {
    margin-right: 0px;
}

#recent_products_container a img{
    width: 100%;
}


.popup.trustpliotreviews {
    max-width: 90%;
    max-height: 95%;
    height: 95%;
    width: 90%;
    display: none;
    flex-direction: column;
}

.popup.trustpliotreviews .popupcontent {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    padding: 25px 0px 10px 0px;
}

#trustpilotReviewBox {
    height: 100%;
    overflow: auto;
    font-size: 14px;
    line-height: 21px;
}

.tp_review_holder {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d0d0d0;
}

.tp_review_holder:first-of-type {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}

.tp_review_stars img {
    width: 100px;
}

.tp_review_top {
    display: flex;
}

.tp_review_bottom {
    display: flex;
    margin-top: 15px;
}

.tp_review_time {
    width: 360px;
    text-align: right;
    padding-right: 10px;
}

.tp_review_name {
    width: 100%;
    text-align: left;
    padding-left: 6px;
}

.tp_review_text {
    text-align: left;
}

.damage_container {
    font-family: 'Montserrat';
    font-size: 14px;
    padding-top: 20px;
    padding: 10px;
    border: 1px solid #d0d0d0;
    margin-top: 20px;
}

.damagetitle {
    font-weight: bold;
    margin-bottom: 10px;
}

.subinfoboth {
    display: flex;
    width: 100%;
    margin-bottom: 4px;
}

.subinfotitle {
    /*width: 60px;*/
    box-sizing: border-box;
    padding-right: 5px;
}

.subinfotitle b {
    font-weight: 600;
}

.stylebankunder .ucarouseltitle {
    color: #610c10;
}

.clearpaymessagingholder {
    font-family: "Montserrat";
}

.lensdiscountmessage {
    font-family: Montserrat;
    color: #444444;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    border: 3px solid #610c10;
    padding: 7px;
}

.lensdiscountmessage b {
    font-weight: 700;
}

#internalclosepresc {
    display: none;
}

#highcylagree {
    display: none;
}

#addbox {
    display: none;
}

#frameOnlyDiscountContent {
    display: flex;
    flex-direction: column;
    text-align: left;
    -webkit-text-size-adjust: 100%;
}

#frameOnlyDiscountContent .top {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
}


#frameOnlyDiscountContent .top .image  { 
    display: none;
}

#frameOnlyDiscountContent .top .header {
    color: #720c10;
    font-size: 18px;
    font-weight: 600;
    line-height: 2rem;
}

#frameOnlyDiscountContent .top .header br {
    display: none;
}

#frameOnlyDiscountContent .copy {
    font-size: 10px;
    line-height: 1.2rem;
    margin: 5px 0;
}

#frameOnlyDiscountContent .whychooseus {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2rem;
    margin-bottom: 5px;
}

#frameOnlyDiscountContent .whychooseus h4  {
    margin: 5px 0;
    text-align: center;
}

#frameOnlyDiscountContent .whychooseus .reasons  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#frameOnlyDiscountContent .reasons .icon {
    width: 46%;
    border: solid 2px;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
    font-size: 10px;
    box-sizing: border-box;
}

#frameOnlyDiscountContent .reasons .icon img {
    height: 30px;
    width: auto;
    margin: 0 auto;
}

#frameOnlyDiscountContent .code-info {
    text-align: center;
    font-size: 12px;
    margin: 5px auto;
    line-height: 1.2rem;
}

#frameOnlyDiscountContent .code-info span {
    color: #720c10;
    font-weight: bold;
}

#frameOnlyDiscountContent .buttons {
    margin: 5px 0 10px;
    display: flex;
    justify-content: space-between;
    line-height: 1rem;
    padding: 5px;
}

#frameOnlyDiscountContent .buttons .btn {
    text-align: center;
    width: 48%;
    padding: 5px 0px;
    font-size: 8px;
    text-transform: uppercase;
    margin-bottom: 8px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

#frameOnlyDiscountContent .buttons .addPresc {
    background: #720c10;
    color: white;
}

#frameOnlyDiscountContent .buttons .addPresc:hover {
    background: #994144;
}

#frameOnlyDiscountContent .buttons .continue {
    background: #444;
    color: white;
}

#frameOnlyDiscountContent .buttons .continue:hover {
    background: #838383;
}

#frameOnlyDiscountContent .cust-service {
    font-size: 10px;
    line-height: 1.2rem;
}

.xmas-return-msg {
    font-family: "Montserrat";
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    display: flex;
    padding: 0px 10px;
    margin-top: 20px;
    box-sizing: border-box;
    justify-content: center;
    justify-items: center;
    text-align: center;
    align-items: center;
}

#safiloroundel {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 100px;
    width: 100px;
    z-index: 3;
    background-image: url("../../images/extra-10-percent-code-roundel.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media(max-width: 500px) {
    #safiloroundel {
        height: 70px;
        width: 70px;
    }
}

@media( min-width: 500px){



    #frameOnlyDiscountContent .top {
        flex-direction: row;
    }    

    #frameOnlyDiscountContent .top .header {
        font-size: 24px;
        line-height: 2rem;
    }

    #frameOnlyDiscountContent .reasons .icon {
        width: 23%;
    }

    #frameOnlyDiscountContent .top .image  { 
        display: block;
        width: 50%;
    }
}

@media( min-width: 768px){

    #frameOnlyDiscountContent .top .header {
        font-size: 34px;
        line-height: 2.5rem;
    }

    #frameOnlyDiscountContent .top .image  { 
        display: block;
        width: 50%;
    }

    #frameOnlyDiscountContent .top .image > div img {
        width: 245px;
        height: auto;
    }

    #frameOnlyDiscountContent .copy {
        margin: 10px 0;
        font-size: 12px;
    }

    
    #frameOnlyDiscountContent .whychooseus {
        font-size: 12px;
        margin-bottom: 10px;
    }    

    #frameOnlyDiscountContent .whychooseus h4  {
        margin: 10px 0;
    }

    #frameOnlyDiscountContent .reasons .icon {
        width: 23%;
        margin-bottom: 0;
        font-size: 11px;
    }

    #frameOnlyDiscountContent .reasons .icon img {
        width: 60px;
    }

    #frameOnlyDiscountContent .code-info {
        margin: 10px auto;
        font-size: 15px;
    }

    #frameOnlyDiscountContent .buttons {
        flex-direction: row;
        justify-content: space-around;
        margin: 10px 0 20px;
    }
    
    #frameOnlyDiscountContent .buttons .btn {
        width: 45%;
        padding: 10px;
        font-size: 11px;
    }

    
    #frameOnlyDiscountContent .cust-service {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1080px) {

    #product_image_section {
        padding: 0px 10px 0px 20px;
    }

    #product_purchase_section {
        padding-left: 10px;
    }

    #tabs a {
        margin-right: 30px;
        letter-spacing: 0px;
    }

    #internalclosepresc {
        display: block;
        cursor: pointer;
    }

}

#prodfeatures_resp_mobile {
    width: 100%;
    font-family: "Montserrat";
    text-align: left;
    color: #444444;
    font-size: 12px;
    display: none;
}




@media only screen and (max-width: 960px) {
    
    .imagesoverlaypadding {
        height: auto;
    }
}

@media only screen and (max-width: 800px) {
    #product_image_section {
        padding: 0px 20px;
    }

    .prescmobtab {
        padding: 20px 40px;
    }

    #orderedbefore, #peaceofmind {
        background-size: 30px;
    }

    .delivery_content {
        display: flex;
        justify-content: center;
        font-weight: 600;
        align-items: center;
        padding: 0px 0px;
        font-size: 12px;
        line-height: initial;
    }

    .delivery_content .deltop, .delivery_content .deliverycountdown {
        margin-right: 6px;
        font-size: 12px;
    }

    .mobile_tab_title {
        width: calc(100% - 40px);
        font-family: "Montserrat";
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0px;
        cursor: pointer;
        color: #444444;
        text-transform: uppercase;
        text-align: left;
        margin: 0px 20px 0px 20px;
        border-bottom: 1px solid #444444;
        padding: 12px 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-image: url(../../images/product_info/expand_more.svg);
        background-size: 20px;
        background-position: right 5px center;
        background-repeat: no-repeat;
    }

    .stylebankunder {
        margin-top: 20px;
    }



    #prodfeatures_resp_mobile {
        display: flex;
        margin-top: 10px;
    }

    .actualstatus {
        padding-top: 10px;
    }

}

@media only screen and (max-width: 600px) {

    #prodpage_paypal_box {
        display: none;
    }

    .virtualmirrorpopup {
        width: 100%;
        height: 100%
    }

    .prescmobtab {
        padding: 20px;
    }

}

@media only screen and (max-width: 480px) {

    .delivery_content {
        display: block;
        font-size: 12px;
        line-height: 18px;
    }

}







@media only screen and (min-width:1261px) and (max-width: 1500px) {
    
    #product_purchase_section {
        padding-right: 20px;
    }
    
    #tab_content {
            margin: 0px 20px;
    }
    
    #info_nav {
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .indivrecent img {
    width: 180px;
}
    
}

@media only screen and (min-width:1076px) and (max-width: 1260px) {
    
        .indivrecent img {
    width: 160px;
}

.presctwobuttons {
    font-size: 12px;
}

.pdtext {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 22px;
}

.otherinfotext {
    line-height: 22px;
}

.presc_indiv_smaller {
    //font-size: 20px;
}

.presc_indiv_option {
    //width: 190px;
}

.packageoption {
    width: 250px;
}
   
    #product_purchase_section {
        padding-right: 20px;
    }
    
    #tab_content {
            margin: 0px 20px;
    }
    
    .entry_label {
        font-size: 10px;
    }
    
    #info_nav {
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .general_product_description {
        border-left: 0px;
        padding-left: 0px;
        padding-top: 40px;
    }
    
    #tab_content .indiv_tab .tab-padding>div {
        float: none;
        width: 100%;
    }
    
    .prodfeefologo {
          padding-top: 10px;
          float: none;
    }
    
    .prodfeefotext {
        padding-top: 0px;
        padding-bottom: 8px;
        margin-left: 0px;
    }
    
    .prodfeefocircle {
        margin-top: -6px;
    }
    
    .upper_att_label {
        font-size: 14px;
        padding-top: 12px;
    }
    
    .upper_att_input select {
     font-size: 12px;
    }
    
    .ratingtext a {
     font-size: 15px;   
    }
    
    .priceholder {
        font-size: 15px;
    }
    
    .prodcursymbol {
        font-size:36px;
    }
    
    .fromtext {
        font-size: 36px;
    }

    
    .old_price {
        padding-top: 0px;
    }


}

@media only screen and (min-width:961px) and (max-width: 1075px) {
    
    .presc_summary_mobile {
        display: block;
    }
    
    .presctwobuttons {
    font-size: 12px;
}
    
    #isprescmove {
        display: block;
    }
    
    #prescription_delivery {
        float: left;
    }
    
    .presc_del_updater_time {
        display: inline-block;
        padding: 0px;
        font-family: "Montserrat";
        font-size: 12px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 600;
    }
    
    .sum_costings {
        display: none;
    }
    
    #prescription_delivery {
        border-bottom: none;
        display: inline-block;
        float: none;
    }
    
    .inlinedelcont {
        text-align: center;
        border-top: 1px solid #d0d0d0;
    }
    
    .psum_header
    {
     text-align: center;   
    }    
    .mobilesummaryholder {
        clear: both;
        overflow: hidden;
        border-bottom: 1px solid #d0d0d0;
    }
    
    .presc_summary_mobile_header {
        display: block;
    }
    
    .costoverview {
        display: flex;
        justify-content: center;
    }
    
    .glasscost {
        padding: 8px 0px;
        font-size: 18px;
        color: #444444;
        text-align: center;
        border-bottom: none;
    }
    
    #summarycost_bothresppresc_mobile {
        display: inline-block;
    }    
    
    .presc_options_right {
        float: none;
        display: none;
    }
    
    .presc_options_left {
        width: 100%;
        float: none;
    }
    
    .presc_indiv_option {
        //padding: 20px 20px;
    //margin: 20px 10px 20px 10px;
    cursor: pointer;
    //width: 160px;
    }
    
    .presc_indiv_image img {
        width: 100%;
    }
    
    .presc_indiv_overname {
        font-size: 16px;
        padding-bottom: 7px;
    }
    
    .presc_indiv_subname {
        font-size: 12px;
    }
    
    .new_presc_indiv_price {
        font-size: 12px;
    }
    
    .pdtext {
        padding-right: 20px;
        line-height: 19px;
    }
    
    .colour_sep {
        margin: 38px 200px;
    }
    
    #product_image_container {
        margin-left: 100px;
  margin-right: 100px;
    }
    
    .indivrecent img {
    width: 100px;
}
    
    #product_purchase_section {
        padding-right: 20px;
    }
    
    #tab_content {
            margin: 0px 20px;
    }
    
    #info_nav {
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .general_product_description {
        border-left: 0px;
        padding-left: 0px;
        padding-top: 40px;
    }
    
    #tab_content .indiv_tab .tab-padding>div {
        float: none;
        width: 100%;
    }
    
    .prodfeefologo {
          padding-top: 10px;
          float: none;
    }
    
    .prodfeefotext {
        padding-top: 0px;
        padding-bottom: 8px;
        margin-left: 0px;
    }
    
    .prodfeefocircle {
        margin-top: -6px;
    }
    
    .upper_att_input select {
     font-size: 12px;
    }
    
    .ratingtext a {
     font-size: 12px;   
    }
    
    .priceholder {
        font-size: 12px;
    }
    
    .prodcursymbol {
        font-size:24px;
    }
    
        .fromtext {
        font-size: 24px;
    }
    
    .delivery_content {
        padding: 5px 5px;
    }
    
    #feefobox {
        margin-top: 7px;
    }
    
    .ratingtext {
        padding-top: 5px;
    }

    
    #product_image_left, #product_image_right {
        height: 22px;
        width: 30px;
        padding: 4px 0px;
        margin-top: -15px;
    }
    
    #product_image_left img {
        padding-left: 7px;
    }
    
    #product_image_right img {
        padding-left: 11px;
    }
    

    
    .hp_switch {
        width: 10px;
        height: 10px;
        background-position: 10px -10px;
        margin-left: 10px;
    }
    
    .switchon {
        background-position: 10px 0px;
    }
    
    #product_logo {
        webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.75, M12=0, M21=0, M22=0.75, SizingMethod='auto expand')";
    }
}

@media only screen and (min-width:801px) and (max-width: 960px) {

    .mz-thumb {
        width: 60px;
    }

    .mz-thumb .playbutton img {
        width: 20px;
    }

    .presc_summary_mobile {
        display: block;
    }
    
    #prescription_delivery {
        float: left;
    }
    
    .presctwobuttons {
    font-size: 12px;
}
    
    #isprescmove {
        display: block;
    }

    .paymonthlytitle {
        font-size: 12px;
    }

    .presc_del_updater_time {
        display: inline-block;
        padding: 0px;
        font-family: "Montserrat";
        font-size: 12px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 600;
    }
    
    .sum_costings {
        display: none;
    }
    
    #prescription_delivery {
        border-bottom: none;
        display: inline-block;
        float: none;
    }
    
    .inlinedelcont {
        text-align: center;
        border-top: 1px solid #d0d0d0;
    }
    
    .psum_header
    {
     text-align: center;   
    }    
    .mobilesummaryholder {
        clear: both;
        overflow: hidden;
        border-bottom: 1px solid #d0d0d0;
    }
    
    .presc_summary_mobile_header {
        display: block;
    }
    
    .costoverview {
        display: inline-block;
    }

    .glasscost {
        padding: 8px 0px;
        font-size: 18px;
        color: #444444;
        text-align: center;
        border-bottom: none;
    }
    
    #summarycost_bothresppresc_mobile {
        display: inline-block;
    }
    
    .colour_sep {
        margin: 38px 200px;
    }
    
    .eye_details {
        width: 100%;
        border-right: none;
        clear: both;
        overflow: hidden;
        float: none;
    }
    
    .presc_options_right {
        float: none;
        display: none;
    }
    
    .presc_options_left {
        width: 100%;
        float: none;
    }
    
    .presc_indiv_option {
        //padding: 20px 20px;
    //margin: 20px 10px 20px 10px;
    border: 1px solid #ffffff;
    cursor: pointer;
    //width: 200px;
    }
    
    .presc_package_title {
    font-size: 22px;
    }
    
    .packageoption {
        width: 250px;
    }

    
    .presc_indiv_image img {
        width: 100%;
    }
    
    .presc_indiv_overname {
        font-size: 16px;
        padding-bottom: 7px;
    }
    
    .presc_indiv_subname {
        font-size: 12px;
    }
    
    .new_presc_indiv_price {
        font-size: 12px;
    }
    
    .pdtext {
        padding-right: 20px;
        line-height: 19px;
    }    

    
    #product_image_container {
        margin-left: 100px;
  margin-right: 100px;
    }
    
    .indivrecent img {
    width: 100px;
}
    
    #product_purchase_section {
        padding-right: 20px;
    }
    
    #tab_content {
            margin: 0px 40px;
    }

    #info_nav {
        margin-left: 20px;
        margin-right: 20px;
        display: flex;
        white-space: nowrap;
        overflow-x: scroll;
    }

    #info_nav::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }
    
    #info_nav {
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .general_product_description {
        border-left: 0px;
        padding-left: 0px;
        padding-top: 40px;
    }
    
    #tab_content .indiv_tab .tab-padding>div {
        float: none;
        width: 100%;
    }
    
    .prodfeefologo {
          padding-top: 10px;
          float: none;
    }
    
    .prodfeefotext {
        padding-top: 0px;
        padding-bottom: 8px;
        margin-left: 0px;
    }
    
    .prodfeefocircle {
        margin-top: -6px;
    }


    
    .upper_att_input select {
     font-size: 12px;
    }
    
    .ratingtext a {
     font-size: 12px;   
    }
    
    .priceholder {
        font-size: 12px;
    }
    
    .prodcursymbol {
        font-size:24px;
    }
    
        .fromtext {
        font-size: 24px;
    }
    
    .delivery_content {
        padding: 5px 5px;
    }
    
    #feefobox {
        margin-top: 7px;
    }

    #delpredbox {
        margin-top: 7px;
    }
    
    .ratingtext {
        padding-top: 5px;
    }
    
    #product_image_left, #product_image_right {
        height: 22px;
        width: 30px;
        padding: 4px 0px;
        margin-top: -15px;
    }
    
    #product_image_left img {
        padding-left: 7px;
    }
    
    #product_image_right img {
        padding-left: 11px;
    }
    

    
    .hp_switch {
        width: 10px;
        height: 10px;
        background-position: 10px -10px;
        margin-left: 10px;
    }
    
    .switchon {
        background-position: 10px 0px;
    }
    
    #product_logo {
        webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.75, M12=0, M21=0, M22=0.75, SizingMethod='auto expand')";
    }
}

@media only screen and (min-width:601px) and (max-width: 800px) {

    /*new styles for new prod page */

    .review-header, .recent-header {
        margin: 0px 20px;
    }

    #prodbothsection {
        flex-wrap: wrap;
    }

    #maintitle_resp_mobile h1 {
        margin: 0px 20px;
    }

    #gen_resp_mobile div {
        display: block;
    }

    #gen_resp_mobile>div {
        padding: 15px 4%;
    }

    /*end new styles */

    #tab_content .indiv_tab .tab-padding>div>div>div>span, #gen_resp_mobile span{
        min-height: 20px;
    }



    #extraprescinfo_resp_mobile {
        //display: block;
    }
    
    .presc_summary_mobile {
        display: block;
    }
    
    .presctwobuttons {
    width: 70%;
    font-size: 12px;
}
    
    #prescription_delivery {
        float: left;
    }
    
    #isprescmove {
        display: block;
    }
    
    .presc_del_updater_time {
        display: inline-block;
        padding: 0px;
        font-family: "Montserrat";
        font-size: 12px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 600;
    }
    
    .sum_costings {
        display: none;
    }
    
    #prescription_delivery {
        border-bottom: none;
        display: inline-block;
        float: none;
    }
    
    .inlinedelcont {
        text-align: center;
        border-top: 1px solid #d0d0d0;
    }
    
    .psum_header
    {
     text-align: center;   
    }    
    .mobilesummaryholder {
        clear: both;
        overflow: hidden;
        border-bottom: 1px solid #d0d0d0;
    }
    
    .presc_summary_mobile_header {
        display: block;
    }
    
    .costoverview {
        display: inline-block;
    }
    
    .glasscost {
        padding: 8px 0px;
        font-size: 18px;
        color: #444444;
        text-align: center;
        border-bottom: none;
    }

    .both_presc_buttons {
        flex-wrap: wrap;
    }
    
    #summarycost_bothresppresc_mobile {
        display: inline-block;
    }    
    
    #proddesc_resp_mobile {
        font-family: "Montserrat";
        font-size: 14px;
        color: #444444;
        padding: 40px 40px;
    }
    
        .eye_details {
        width: 100%;
        border-right: none;
        clear: both;
        overflow: hidden;
        float: none;
    }
    
    .presc_options_right {
        float: none;
        display: none;
    }
    
    .presc_options_left {
        width: 100%;
        float: none;
    }
    
    .presc_indiv_popholder_border .presc_indiv_option {
        width: 100%;
    }
    
    .presc_indiv_image img {
        width: 100%;
    }
    
    .presc_indiv_overname {
        font-size: 16px;
    }
    
    .presc_indiv_subname {
        font-size: 12px;
        padding-top: 7px;
    }
    
    .new_presc_indiv_price {
        font-size: 12px;
    }
    
    .pdtext {
        padding-right: 20px;
        line-height: 19px;
    }


    #proddesc_resp_mobile h2 {
        text-transform: uppercase;
        padding-bottom: 20px;
        font-size: 16px;
        letter-spacing: 2px;
    }
    
    #proddesc_resp_mobile p {
        padding-bottom: 20px;
    }
    
    #ismobile {
        display: block;
    }

    
    #product_image_section {
        float: none;
        width: 100%;
    }
    
    #product_image_left, #product_image_right {
        display: none;
    }
    
    .colour_sep {
        margin: 28px 70px;
    }
    
    #product_image_container {
        margin-left: 20px;
  margin-right: 20px;
    }
    
    .small_colour_selected {
        border: 0px;
    }
    
    .indivrecent img {
    width: 100px;
}
    
    #product_purchase_section {
        padding-right: 20px;
        padding-left: 20px;
        width: 100%;
        max-width: initial;
    }
    
    #tab_content {
            margin: 0px 20px;
    }

    #info_nav {
        margin-left: 20px;
        margin-right: 20px;
        display: flex;
        white-space: nowrap;
        overflow-x: scroll;
    }

    #info_nav {
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
    }

    #info_nav::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }

    .undercarousel {
        display: none;
    }
    
    .general_product_description {
        border-left: 0px;
        padding-left: 0px;
        padding-top: 40px;
    }
    
    #tab_content .indiv_tab .tab-padding>div {
        float: none;
        width: 100%;
    }
    
    .prodfeefologo {
          padding-top: 10px;
          float: none;
    }
    
    .prodfeefotext {
        padding-top: 0px;
        padding-bottom: 5px;
    }
    
    .prodfeefocircle {
        margin-top: -6px;
    }

    
    .ratingtext a {
     font-size: 12px;   
    }
    
    #feefobox {
        display: none;
    }
    
    .ratingtext {
        padding-top: 5px;
    }
    
    .priceholder {
        padding-top: 7px;
    }
    
    #product_image_left, #product_image_right {
        height: 22px;
        width: 30px;
        padding: 4px 0px;
        margin-top: -15px;
    }
    
    #product_image_left img {
        padding-left: 7px;
    }
    
    #product_image_right img {
        padding-left: 11px;
    }
    
    
    #product_logo {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%); /* Saf3.1+, Chrome */
        -moz-transform: translateX(-50%)); /* FF3.5+ */
         -ms-transform: translateX(-50%); /* IE9 */
          -o-transform: translateX(-50%)); /* Opera 10.5+ */
    }
    
    .ratingboth {
        margin-top: 20px;
    }
    
    #colour_carousel_right {
          right: 16px;
    }
    
    #colour_carousel_left {
        left: 16px;
    }
    
    .colour_option_slider {
        padding-left: 60px;
        padding-right: 60px;
    }

    
    .secondaryprodtitle {
        margin-top: 20px;
    }
    
    #reviews_content_container .colour_sep {
        margin: 30px 60px;
      }
      
      .product_page_tabs {
          display: none;
      }
      
      .mobile_tabs {
          display: block;
      }
      
      .mobile_tab_drop {
          font-family: "Montserrat";
          font-size: 12px;
          color: #444444;
      }
      
      #delivery_resp_mobile {
          padding-top: 15px;
      }
      
      #returns_resp_mobile {
          padding: 15px;
      }

      .mobiledropopened {
          background-image: url(../../images/product_info/expand_less.svg);
      }
      
      #reviews_content_container {
          padding: 30px 50px 30px 50px;
      }
      
      .subreview_container:first-child {
          padding-top: 28px;
      }
      
      .sharetitle {
          display: none;
      }
      
      .allsharelinks {
              margin-top: 15px;
          }

    .altcolours {
        padding: 0px 20px;
    }

    .undercarousel {
        display: none;
        padding-top: 1px;
    }

    .undercarousel_section {
        display: none;
    }

    .undercarousel_section:nth-of-type(2) {
        margin-left: 0px;
        width: 100%;
        border: 0px;
        padding: 0px;
        padding-bottom: 14px;
        font-size: 12px;
        display: block;
    }

}

@media only screen and (max-width: 600px) {

    /*new styles for new prod page */

    .tp_review_top {
        flex-wrap: wrap;
    }

    .tp_review_stars {
        width: 100%;
        padding-bottom: 5px;
    }

    .tp_review_name {
        width: 50%;
        box-sizing: border-box;
    }

    .tp_review_time {
        width: 50%;
        box-sizing: border-box;
    }

    .tp_review_holder {
        font-size: 12px;
    }

    .paymentamountholder {
        font-size: 11px;
    }

    .pmcontent div {
        line-height: 15px;
    }

    .popupclose {
        right: 20px;
        top: 20px;
    }

    #prodbothsection {
        flex-wrap: wrap;
    }

    #maintitle_resp_mobile h1 {
        margin: 0px 20px;
    }

    #gen_resp_mobile div {
        display: block;
    }

    #gen_resp_mobile>div {
        padding: 15px 20px;
    }

    /*end new styles */

    #clearpayinfomobile {
        display: block;
        max-width: 750px;
        width: 100%;
    }

    #extraprescinfo_resp_mobile {
        display: block;
    }

    #prodimagethumbnails a {
        width: 50px;
    }

    .mz-thumb .playbutton img {
        width: 20px;
    }

    #clearpayinfodesktop {
        display: none;
        max-width: 750px;
        width: 100%;
    }

    .popup.clearpaypopup {
        width: 66%;
    }


    #tab_content .indiv_tab .tab-padding>div>div>div>span, #gen_resp_mobile span{
        min-height: 20px;
}
    
    .presc_summary_mobile {
        display: block;
    }
    
    #extraprescinfo_resp {
        display: none;
    }
    
    #extraprescinfo_resp_mobile {
        clear: both;
        overflow: hidden;
        padding-bottom: 0px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .presctwobuttons {
    width: 100%;
    font-size: 10px;
}
    
    #prescription_delivery {
        float: left;
    }
    
    #isprescmove {
        display: block;
    }
    
    .presc_del_updater_time {
        display: inline-block;
        padding: 0px;
        font-family: "Montserrat";
        font-size: 12px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 600;
    }
    
    .sum_costings {
        display: none;
    }
    
    #prescription_delivery {
        border-bottom: none;
        display: inline-block;
        float: none;
    }
    
    .inlinedelcont {
        text-align: center;
        border-top: 1px solid #d0d0d0;
    }
    
    .psum_header
    {
     text-align: center;   
    }    
    .mobilesummaryholder {
        clear: both;
        overflow: hidden;
        border-bottom: 1px solid #d0d0d0;
    }
    
    .presc_summary_mobile_header {
        display: block;
        font-size: 14px;
    }
    
    .costoverview {
        display: inline-block;
    }
    
    .glasscost {
        padding: 8px 0px;
        font-size: 14px;
        color: #444444;
        text-align: center;
        border-bottom: none;
    }

    .costoverviewtext {
        font-size: 14px;
    }
    
    #summarycost_bothresppresc_mobile {
        display: inline-block;
    }    
    
    #proddesc_resp_mobile {
        font-family: "Montserrat";
        font-size: 12px;
        color: #444444;
        padding: 40px 20px;
    }

    
    #share_resp_mobile {
        text-align: center;
    }
    
    #stylebank_resp_mobile, #delivery_resp_mobile, #gen_resp_mobile {
        padding: 0px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    }
    
    .presc_indiv_option {
        padding: 20px 20px;
    margin: 20px 10px 20px 10px;
    /*border: 1px solid #ffffff;*/
    cursor: pointer;
    width: 125px;
    }
    
    .presc_indiv_popholder_border .presc_indiv_option {
        width: 100%;
    }

    .presc_indiv_overname {
            line-height: 12px;
                font-size: 14px;
    }
    
    .presc_indiv_subname {
            padding-top: 6px;
                font-size: 12px;
    }
    
        .eye_details {
        width: 100%;
        border-right: none;
        clear: both;
        overflow: hidden;
        float: none;
    }
    
    .eye_col select {
        font-size: 12px;
    }
    
    .pd_drop {
    display: block;
    padding-right: 0px;
    vertical-align: top;
    padding-top: 6px;
    text-align: center;
    }
    
    .pdtext {
        display: block;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    
    .entry_label {
        text-align: center;
        font-size: 10px;
    }
    
    .presc_options_right {
        float: none;
        display: none;
    }
    
    .presc_options_left {
        width: 100%;
        float: none;
    }
    
    .presc_indiv_option {
        padding: 20px 20px;
    margin: 2% 0.5% 2% 0.5%;
    /*border: 1px solid #ffffff;*/
    cursor: pointer;
    width: 46%;
    }
    
    .presc_indiv_popholder {
        width: 46%;
    }
    
    .presc_indiv_popholder_border .presc_indiv_option {
        width: 100%;
    }
    
    .presc
    
    
    .presc_indiv_image img {
        width: 100%;
    }
    
    .pdtext {
        padding-right: 20px;
        line-height: 19px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    }    
    
    
    #proddesc_resp_mobile h2{
        text-transform: uppercase;
        padding-bottom: 20px;
        font-size: 20px;
        letter-spacing: 2px;
    }
    
    #proddesc_resp_mobile p {
        padding-bottom: 20px;
    }

    .undercarousel {
        display: none;
        padding-top: 1px;
    }

    .undercarousel_section {
        display: none;
    }

    .undercarousel_section:nth-of-type(2) {
        margin-left: 0px;
        width: 100%;
        border: 0px;
        padding: 0px;
        padding-bottom: 14px;
        font-size: 12px;
        display: block;
    }
    
    #ismobile {
        display: block;
    }
    
    #info_nav {
        margin-right: 20px;
        margin-left: 20px;
    }
    
    #product_image_section {
        float: none;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    #product_image_left, #product_image_right {
        display: none;
    }

    #colour_control {
        margin-top: 40px;
    }

    .colour_label {
        font-size: 30px;
    }
    
    .colour_sep {
        margin: 18px 70px;
    }
    
    #product_image_container {
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .small_colour_selected {
        border: 0px;
    }
    
    .indivrecent img {
    width: 100px;
}
    
    #product_purchase_section {
        padding-right: 20px;
        padding-left: 20px;
        width: 100%;
        max-width: initial;
    }
    
    #tab_content {
            margin: 0px 20px;
    }
    
    #info_nav {
        margin-left: 20px;
        margin-right: 20px;
        display: flex;
        white-space: nowrap;
        overflow-x: scroll;
    }

    #info_nav {
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
    }

    #info_nav::-webkit-scrollbar { /* WebKit */
        width: 0;
        height: 0;
    }
    
    .general_product_description {
        border-left: 0px;
        padding-left: 0px;
        padding-top: 40px;
    }
    
    #tab_content .indiv_tab .tab-padding>div {
        float: none;
        width: 100%;
    }
    
    .prodfeefologo {
          padding-top: 10px;
          float: none;
    }
    
    .prodfeefotext {
        padding-top: 0px;
        padding-bottom: 5px;
    }
    
    .prodfeefocircle {
        margin-top: -6px;
    }
    
    .upper_att_label {
        font-size: 16px;
        padding-top: 9px;
    }
    
    .upper_att_input select {
        font-size: 15px;
        height: 30px;
    }
    
    .ratingtext a {
     font-size: 12px;   
    }
    
    .prodinfobutton {
        font-size: 12px;

    }
    
    #feefobox {
        display: none;
    }
    
    .ratingtext {
        padding-top: 5px;
    }
    
    #product_image_left, #product_image_right {
        height: 22px;
        width: 30px;
        padding: 4px 0px;
        margin-top: -15px;
    }
    
    #product_image_left img {
        padding-left: 7px;
    }
    
    #product_image_right img {
        padding-left: 11px;
    }
    
    
    #product_logo {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%); /* Saf3.1+, Chrome */
        -moz-transform: translateX(-50%)); /* FF3.5+ */
         -ms-transform: translateX(-50%); /* IE9 */
          -o-transform: translateX(-50%)); /* Opera 10.5+ */
    }
    
    .ratingboth {
        margin-top: 18px;
    }
    
    #colour_carousel_right {
          right: 16px;
    }
    
    #colour_carousel_left {
        left: 16px;
    }
    
    .colour_option_slider {
        padding-left: 60px;
        padding-right: 60px;
    }
    
    #product_container h1 {
        line-height: 22px;
        font-size: 20px;
    }

    .fromtext {
        line-height: 22px;
        font-size: 20px;
    }
    
    #delpredbox .presc_sep {
        display: none;
    }
    
    #delpredbox .deltoppresc {
        display: none;
    }
    
    #prembrandinfo_resp {
        display: none;
    }
    
    #prembrandinfo_resp_mobile {
        display: block;
            margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    text-align: center;
    }
    
    #remmobilepresdel {
        display: none;
    }
    
    .stockstatusseparator {
        display: none;
        clear: both;
        overflow: auto;
    }
    
    .actualstatus {
        clear: both;
        display: block;
    }

    .altcolour {
        width: 100px;
        margin-right: 10px;
    }

    #recent_products_container a {
        width: 100px;
        margin-right: 10px;
    }

    .altcolours {
        padding: 0px 20px;
    }

    .colourtitle {
        margin-top: 20px;
    }
    
    .secondaryprodtitle {
        margin-top: 20px;
    }
    
    #reviews_content_container .colour_sep {
        margin: 30px 60px;
      }
      
      .product_page_tabs {
          display: none;
      }
      
      .mobile_tabs {
          display: block;
      }

    #reviews_content_container {
        padding: 30px 20px;
    }

    .review-header, .recent-header {
        margin: 0px 20px;
    }

    .recentitemcontainer {
        flex-wrap: wrap;
    }

    .indivrecent {
        width: auto;
    }
      
      .mobile_tab_drop {
          font-family: "Montserrat";
          font-size: 12px;
          color: #444444;
      }
      
      #delivery_resp_mobile {
          padding-top: 15px;
      }
      
      #returns_resp_mobile {
          padding: 15px;
      }


    .mobiledropopened {
        background-image: url(../../images/product_info/expand_less.svg);
    }
      
      #reviews_content_container {

      }
      
      .subreview_container:first-child {
          padding-top: 28px;
      }
      
      .sharetitle {
          display: none;
      }
      
      .allsharelinks {
              margin-top: 15px;
          }
          
          #button_360 {
              left: 10px;
          }

    #button_trymeon {
        right: 10px;
    }
          #zoom_button {
              left: 50%;
              transform: translateX(-50%);
              right: auto;
          }
          
      #image_360 {
          width: 35px;
    }
    
    #zoom_image {
        width: 20px;
    }
    
    #text_360 {
        font-size: 12px;
    }
    
    #zoom_text {
        font-size: 12px;
    }

    .both_presc_buttons {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 600px) {
    #text_360 {
        font-size: 10px;
    }

    #zoom_text {
        font-size: 10px;
    }

    #text_180 {
        font-size: 10px;
    }

    #image_180 {
        width: 50px;
        margin: 0px auto;
    }

    #image_180 img {
        width: 100%;
    }

    .clearpayholder {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 400px) {

    .presc_options_left {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .presc_item_container {
        margin-bottom: 10px;
        padding-bottom: 15px;
    }

}


.product_attributes {
    background: #f5f5f5;
    margin: 10px 0;
    padding: 10px;
}


.lensinfoboth {
    display: flex;
    align-items: center;
}

.lensinfolabel {
    width: 30%;
    text-align: end;
    margin-right: 10px;
}

.lensinfoinput {
    border: solid 1px #333;
}

.lensinfoinput input,
.lensinfoinput select {
    border: none;
    margin-top: 0!important;
    padding: 4px 6px;
}


.lensinfoinput input:focus,
.lensinfoinput select:focus {
    outline: none;
}

.lensinfoboth.extratopmargin {
    margin-top: 30px;
}

.radio-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.radio-wrap label {margin-bottom: 0;}

.rayban-cert {
    max-width: 180px;
    margin: 20px auto;
    display: block;
}