/* Tables
================================== */

.brand-page-banner .rounded-button .orange-button .activate-search-dialogue {
  margin-top: 20px;
}

.form-control {
  border-radius: 0 !important;
  border: 1px solid #eaeaea !important;
  background: #fff !important;
  padding: 10px !important;
  width: 100%;
  height: 45px;
  padding: 0 10px !important;
}

.helper-links .rounded-button {
  display: block;
  line-height: 2.5rem;
}
.helper-links .rounded-button > a {
  display: block;
  padding: 0;
}
.form-group.sunglass-product-page-option {
    display: flex;
    align-items: center;
}
.modal-links {
  font-size: 0.875rem;
  color: #96aab9;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.25s ease;
  text-align: right;
  padding-left:2rem;
  margin-bottom:4px;
}

.product_modal h1 {
  font-size: 20px;
}
.product_modal button {
  margin: 0px auto;
  margin-top: 20px;
}
.product_modal {
  position: fixed;
  top: 0px;
  pointer-events: none;
  left: 0px;
  background: rgba(51, 51, 51, 0.9);
  width: 100vw;
  height: 100vh;
  z-index: 100;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product_modal.active {
  opacity: 1;
  pointer-events: auto;
  display: block;
}
.product_modal.active .box {
  top: 0%;
}
.product_modal#success h1 {
  font-size: 1.5em;
}
.product_modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  color: #ddd;
}
.product_modal .box {
  background: #fff;
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  padding: 20px;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#modal-identify .modal-body {
  position: static;
}

#modal-identify .modal-content {
  box-shadow: none;
  border: none;
  position: static;
}

#modal-identify {
  max-width: 100%;
  border: none !important;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

#modal-identify button.btn.btn-primary.close_video {
  position: absolute;
  right: 20px;
  top: 10px;
}
#upload-load-wrap {
    top: 29px;
    left: 48%;
    display: none;
    background: no-repeat;
    height: auto;
    width: auto;
}
.sunglass-product-page-option .form-group.files.color input {
    min-height: 100px;
}

/* .cart-preview-hover {
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s ease;
  position: absolute;
  z-index: 999;
  right: 1.25rem;
  max-width: 35rem;
  color: #14145a;
  width: 35rem;
} */

.ui-autocomplete-loading + #load-wrap {
  display: block;
}
#load-wrap {
  top: 29px;
  right: 50% !important;
  left: auto;
  display: none;
  background: no-repeat;
  height: auto;
  width: auto;
}
#load-wrap .cssload-box-loading {
  height: 35px;
  width: 35px;
  border-top: 5px solid #3498db !important;
  border: 5px solid #eaeaea;
}
#load-wrap i.fa.fa-bolt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 12px;
}

.site-header .trustpilot-widget iframe {
  width: 430px !important;
  float: left;
  padding-left: 30px;
}

.flag-container-text {
  text-decoration: underline;
}

#manufacturer-videos-id img {
  max-width: 100%;
}

.more-sunglass {
  text-align: center;
}
.more-sunglass .rounded-button.navy-button:hover {
  color: #fff;
  background-color: #f07350;
  border-color: #f07350;
}
.more-sunglass .rounded-button.navy-button:hover a {
  color: #fff;
}

.rounded-button.orange-button.activate-search-dialogue a:hover {
  color: #fff;
}
img {
  max-width: 100%;
}

.srch_brnd {
  text-decoration: underline;
}

.content-title {
  text-align: center;
}
div#featured-brands {
  padding: 1rem;
}
a:hover {
  color: #f07350;
}

.orange-button a:hover {
    color: #ffffff;
}
.rounded-button.orange-button.add-to-cart:hover {
    background: #14145a;
    border: 1px solid #14145a;
}

ul#ui-id-1 {
  display: block !important;
  position: static !important;
}

a {
  text-decoration: none;
}

.Rtable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
}
.Rtable-cell {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style: none;
  border: solid 3px transparent;
}
.Rtable-cell > h1,
.Rtable-cell > h2,
.Rtable-cell > h3,
.Rtable-cell > h4,
.Rtable-cell > h5,
.Rtable-cell > h6 {
  margin: 0;
}
/* Table column sizing
================================== */
.Rtable--2cols > .Rtable-cell {
  width: 50%;
}
.Rtable--3cols > .Rtable-cell {
  width: 33.33%;
}
.Rtable--4cols > .Rtable-cell {
  width: 25%;
}
.Rtable--5cols > .Rtable-cell {
  width: 20%;
}
.Rtable--6cols > .Rtable-cell {
  width: 16.6%;
}
/* Apply styles
================================== */
.Rtable {
  position: relative;
  top: 3px;
  left: 3px;
}
.Rtable-cell {
  margin: -3px 0 0 -3px;
  text-align: center;
}
.Rtable-cell--foot {
  text-align: center;
}

div#google_translate_element > div > div + span {
  display: inline-block;
  vertical-align: middle;
}

div#google_translate_element > div > div {
  display: block !important;
}

.currency-dropdown {
  /*text-decoration: underline;*/
}

.choose-lens-options .choose-lens-type .lens-type-option .selection-radio {
  flex-direction: row !important;
  align-items: center;
}
.selection-name {
  padding-left: 10px;
}
label.selection-radio {
  width: 100%;
}

.open-modal .modal.fade,
.open-video #helper_video {
  display: block;
  opacity: 1;
  transition: all 0.3s ease;
}
#helperVideo {
  height: 500px;
  width: 800px;
}
.open-agree-modal .term_modal {
  display: block;
  opacity: 1;
  transition: all 0.3s ease;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.term_modal {
  max-width: 500px;
  max-height: 500px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  z-index: 999;
  display: none;
  opacity: 0;
}

#srch_brnd_link_2 {
  cursor: pointer;
}

section#main__section_data {
  margin-top: 140px;
  border-top: 1px solid #d3dae8;
}
#main__section_data section.search-filter.scrolled {
  width: calc(100% - 5rem);
}

/* div#modal-agree { */
/* top: 10%; */
/* max-width: 500px; */
/* max-height: 500px; */
/* margin: 0 auto; */
/* background: #ffffff; */
/* border: 1px solid #e1e1e1; */
/* } */
/* Responsive
==================================== */
@media all and (max-width: 800px) {
  .Rtable--collapse {
    display: block;
  }
  .Rtable--collapse > .Rtable-cell {
    width: 100% !important;
  }
  .Rtable--collapse > .Rtable-cell--foot {
    margin-bottom: 1em;
  }
}
.no-flexbox .Rtable {
  display: block;
}
.no-flexbox .Rtable > .Rtable-cell {
  width: 100%;
}
.no-flexbox .Rtable > .Rtable-cell--foot {
  margin-bottom: 1em;
}
/* Responsive
==================================== */
.Rtable-step {
  text-align: center;
  position: relative;
  margin: -3px 0 10px -3px !important;
  border: none !important;
}
.Rtable-step .stepno {
  display: inline-block;
  background-color: #e4dd2f;
}
.step1 .stepno:after,
.step2 .stepno:after,
.step2 .stepno:before,
.step3 .stepno:before {
  content: ".";
  position: absolute;
  width: 50%;
  border-top: 4px solid #f1582e;
  z-index: 0;
}
.step1 .stepno:after,
.step2 .stepno:after {
  right: 0;
}
.step2 .stepno:before,
.step3 .stepno:before {
  left: 0;
}
.Rtable-step b {
  display: inline-block;
  position: absolute;
  background-color: white;
  z-index: 3;
  margin: -7px 0 0 -55px;
  height: 20px;
  line-height: 21px;
  padding: 0 4px;
  color: #f1582e;
}
/**/
/* [STARTS] Manufacturer page and product list table CSS */
#mfilter-content-container .product-grid-fix {
  margin: 0 auto;
}
.testimonial-row {
  background-color: #ffffff;
}

/* 2020-05-23  */
.col-xs-11.col-sm-3.alert.alert-success.animated.fadeInDown {
  top: 50px !important;
  background: #f07350 !important;
  color: white;
  font-size: 11px !important;
  padding: 5px;
  right: 0 !important;
  display: flex !important;
  flex-direction: row-reverse;
}
.col-xs-11.col-sm-3.alert.alert-success.animated.fadeInDown > button.close {
  background: none;
  border: none;
  color: white;
  padding: 5px;
  font-size: 20px;
  line-height: 0;
  margin-left: 10px;
}
.col-xs-11.col-sm-3.alert.alert-success.animated.fadeInDown > span {
  font-size: 0.8rem !important;
}
.col-xs-11.col-sm-3.alert.alert-success.animated.fadeInDown a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.cart_section .divCartTable {
  padding-top: 200px;
}
/* .cart_section form { */
/* padding: 2rem; */
/* } */
.divCartTableCellOne {
  font-size: 14px;
}
.divCartTableCell input[type="text"] {
  font-family: "Open Sans", sans-serif;
  margin: 5px 0px;
  padding: 12px 20px 11px 20px;
  border: none;
  background: #d9d9d9;
  transition: background-color linear 0.2s, border-color linear 0.2s;
  text-align: center;
  border-radius: 3px;
}
.divCartTableCell {
  font-size: 13px;
}
.cart_section h2 {
  font-size: 20px;
  padding-bottom: 0;
  font-weight: 500 !important;
}

.cart_section p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.container {
  padding: 0 1.5rem !important;
}

/* 2020-05-23 */

@media (min-width: 768px) {
  .step-table {
    width: 80%;
    margin: 0 auto;
  }
 
}

.testimonial-row .testimonial-row-title {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-size: 36px !important;
  font-weight: 500;
  line-height: 1.3;
  padding-top: 80px;
  padding-bottom: 100px;
  letter-spacing: 3px;
}
.testimonial-row .testimonial-row-title h2 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
  padding-top: 80px;
  padding-bottom: 10px;
  letter-spacing: 3px;
}
.product-grid .product:before {
  display: none;
}
.product-grid > .row:before {
  background: none;
}
.center-column .product-grid:after {
  background: none;
}
.center-column .product-grid:before {
  background: none;
}
#mfilter-content-container .product-grid .product .price {
  color: #3f80d2;
  font-family: "Open Sans", sans-serif;
  text-align: left;
}
.product-grid .product .name {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.product-grid .product {
  padding: 20px 10px;
  border: 1.3px solid #eeeeee;
}
.product-grid .product:hover {
  padding: 20px 10px;
  border: 1.3px solid #3f80d2;
}
.product-grid > .row {
  padding-bottom: 15px;
}
#mfilter-content-container .product-grid .product .only-hover ul li a {
  background-color: #3f80d2;
  border-color: #3f80d2;
}
.product-grid .product-hover .only-hover {
  padding: 45px 0px 42px 0px;
}
.pagination-results ul li {
  /*border: none !important;*/
  font-size: 16px !important;
}
.testimonial-row-brand {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.brand-howto-table {
  font-size: 18px;
}
.pagination-results {
  font-family: "Open Sans", sans-serif;
}
ul.megamenu li .sub-menu .content a:hover {
  color: #3f91f1 !important;
}
.testimonial-row .testimonial-row-title {
  font-size: 26px;
  padding: 50px;
}
#mfilter-content-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 10px;
}
.row.testimonial-row.testimonial-row-brand {
  padding: 0px 10px 50px;
}

@media (max-width: 767px) {
  #quickcheckoutconfirm .col-sm-6 {
    width: 100% !important;
  }
  img.ticked {
    max-width: none;
  }
  
}

#installation-video-tab .title h2,
#tab-lens-type .title h2,
#tab-qap .title h2 {
  text-align: center;
  font-size: 20px !important;
  padding-bottom: 20px;
}
#tab-lens-color .title h2 {
  text-align: center;
  font-size: 20px !important;
  padding-bottom: 5px;
}
#tab-lens-color .sub-title {
  text-align: center;
  padding-bottom: 30px;
}
.qap-questions .btn.btn-primary.qap-ask {
  background-color: #23966a !important;
}
.qap-questions .btn.btn-primary.qap-ask:hover {
  background-color: #227f53 !important;
}

.manufacturer-atf-hero .atf-hero-text .desc h2 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif !important;
}
.manufacturer-atf-hero .atf-hero-text .desc h3 {
  font-size: 20px;

  font-family: "Open Sans", sans-serif !important;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 728px) {
  .manufacturer-atf-hero {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 10px;
  }
  .manufacturer-atf-hero .column {
    float: left;
    width: 50%;
    padding: 10px;
  }

  .manufacturer-atf-hero:after {
    content: "";
    display: table;
    clear: both;
  }
}

#manfacturer-bullet-list ul {
  -moz-column-count: 4 !important;
  -webkit-column-count: 4 !important;
  column-count: 4 !important;
}

#manfacturer-bullet-list .bullet-list ul li {
  line-height: 2.5;
}
.manufacturer-atf-hero .atf-hero-text h1 {
  text-transform: uppercase;
  margin: 0;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif !important;
}

@media (max-width: 728px) {
  #manfacturer-bullet-list ul {
    -moz-column-count: 2 !important;
    -webkit-column-count: 2 !important;
    column-count: 2 !important;
    text-align: center !important;
  }
}

@media (max-width: 728px) {
  .product-grid .product {
    padding: 5px 0px !important;
    margin: 10px 0px !important;
    border: 1.3px solid #eeeeee;
  }
}
.manufacturer-atf-hero .atf-hero-text .desc {
  padding: 10px 0px;
}

.manufacturer-atf-hero .atf-hero-text {
  padding: 10px;
}

.choice-bar .blocks .identify {
  display: inline-block;
  max-width: 270px;
  text-align: center;
  margin-top: 20px;
}
#manufacturer-videos-id {
  background-color: #e1e1e1;
  padding: 50px 0px;
}
#manufacturer-videos-id .title h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  text-align: center;
}
#manufacturer-videos-id .subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-align: center;
}

#manufacturer-videos-id .green-button {
  padding: 10px 10px;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #23966a;
  background: #23966a;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
}
#manufacturer-videos-id .green-button:hover {
  border: 2px solid #227f53;
  background: #227f53;
  color: #ffffff !important;
}
#manfacturer-bullet-list {
  background-color: #e1e1e1;
  padding: 20px 0px;
}
#manfacturer-bullet-list .title h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  text-align: center;
}
#manfacturer-bullet-list .bullet-list {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 50px;
}
#manfacturer-bullet-list .bullet-list ul {
  list-style-type: none;
  font-size: 18px;
  font-weight: bold;
}
.choice-bar {
  background-color: #eeeeee;
  padding: 50px;
  font-size: 22px;
}
.choice-bar .blocks {
  max-width: 1200px;
  margin: 0 auto;
}
.choice-bar .blocks .choice-block-inline {
  display: inline-block;
  padding: 0px 25px;
}

@media (max-width: 768px) {
  .choice-bar .blocks .choice-block-inline {
    text-align: center;
    display: block;
    padding: 10px 0px;
  }
}

.choice-bar .row .green-button {
  padding: 10px 10px;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #23966a;
  background: #23966a;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 16px;
}
.choice-bar .row .green-button:hover {
  border: 2px solid #227f53;
  background: #227f53;
  color: #ffffff !important;
}

.choice-bar .row .blue-button {
  padding: 10px 10px;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #3f91f1;
  background: #3f91f1;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 16px;
  padding: 10px 30px;
}
.choice-bar .row .blue-button:hover {
  border: 2px solid #36577d;
  background: #36577d;
  color: #ffffff !important;
}

.choice-bar .blocks .identify {
  font-size: 16px;
  font-style: italic;
  text-decoration: underline;
}
#mfilter-content-container .title h2 {
  font-family: "Open Sans", sans-serif;
}

/********************/
.brandSearchRow {
  font-family: "Open Sans", sans-serif !important;
  text-align: center;
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 640px;
  color: white;
}
button#validatedata, button#button-checkout, input#button-confirm, a#button-confirm {
    box-sizing: border-box;
    height: 41px;
    width: 240px;
    justify-content: center;
    line-height: 25px;
    margin: 53px auto 0 auto;
}
.brandSearchRow .title {
  color: #000000;
  font-size: 28px;
}
#bigsearch-results {
  width: 100%;
  display: table-row;
}
.brand-search-bar .ui-autocomplete .ui-menu-item .label {
  font-size: 16px !important;
}
input.hidden {
  display: none !important;
}

input[type="text"] {
  background: #f8f8f8;
  border: 1px solid #000000;
}
input[type="text"].modelsrch::placeholder {
  color: #000000 !important;
  font-weight: bold;
  font-size: 16px;
}
.part_search {
  width: 100% important;
}
.part_search > .part_search {
  width: 100%;
}
#brandSearchSelect {
  display: none;
}
.choice-bar .brandSearchRow .identify-model-link {
  font-size: 16px;
  font-style: italic;
  text-align: center;
  text-decoration: underline;
}
.choice-bar .description {
  padding-top: 20px;
  text-align: center;
}
.row.button-row {
  max-width: 678px;
  margin: 0 auto;
  padding-top: 20px;
}

.brand-featured-section {
  max-width: 1440px;
  margin: 0 auto;
}

.brand-featured-section .heading h1 {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  font-size: 3rem;
  padding-bottom: 50px;
  font-family: "Open Sans", sans-serif !important;
}

.brand-list-index {
  padding: 30px 0px;
  text-align: center;
}
.brand-list-index a {
  font-size: 16px;
}
.Rtable-cell h3 {
  font-family: "Open Sans", sans-serif !important;
}
#featured-brands h2 {
  font-family: "Open Sans", sans-serif !important;
  font-size: 37px;
}

.search_form.search-wrapper {
  width: 100% !important;
}
.main-header-search-input {
  width: 90%;
  padding-top: 5px;
  padding-bottom: 5px;
}

header {
  background: none !important;
}

.megamenu-pattern li a span {
  color: #fff;
}
.megamenu-pattern li a {
  text-decoration: none;
  color: #fff;
}
.megamenu-pattern li a:hover {
  text-decoration: underline;
  color: #3f91f1 !important;
}
.megamenu-pattern li a:hover span {
  color: #3f91f1 !important;
}
ul.megamenu > li.with-sub-menu > a strong:after {
  color: #fff !important;
}
ul.megamenu > li > a {
  color: #fff !important;
}
a:hover {
  /*	color: #3f91f1!important;*/
}
ul.megamenu li .sub-menu .content a:hover,
ul.megamenu li .sub-menu .content .hover-menu .menu ul li:hover > a {
  color: #3f91f1 !important;
  text-decoration: underline;
}
ul.megamenu li .sub-menu .content a {
  color: #14145a !important;
  font-weight: normal !important;
}

.scrolled .megamenu-pattern li a span {
  color: #14145a;
}
.scrolled .megamenu-pattern li a {
  text-decoration: none;
  color: #14145a;
}
.scrolled ul.megamenu > li.with-sub-menu > a strong:after {
  color: #14145a !important;
}
.scrolled ul.megamenu > li > a {
  color: #14145a !important;
}
ul.megamenu li .sub-menu .content {
  padding: 20px;
}
ul.megamenu li .sub-menu {
  bottom: -20px;
}
.navigation-search-bar {
  background: none;
}
.navigation-search-bar.scrolled {
  background-color: #fff;
}

.megamenu-pattern {
  position: relative;
}
ul.megamenu li .sub-menu {
  bottom: -90px;
}
ul.megamenu > li > .sub-menu > .content > .arrow:after {
  display: none;
}

ul.megamenu li .sub-menu {
  top: 50px;
}

html {
  font-size: 16px !important;
  line-height: 1.4em !important;
  font-family: Sailec Regular, sans-serif !important;
  color: #14145a !important;
}

@media (max-width: 991px) {
  .total-cost > h4 {
    padding-bottom: 0px !important;
  }
  .megamenu li {
    float: none !important;
    margin: 0 !important;
  }

  .megamenu-pattern li a span {
    color: #14145a !important;
  }
  ul.megamenu > li > a strong {
    font-size: 2rem;
  }
  .megamenu-type-2 ul.megamenu > li > a {
    border-bottom: 1px solid #d3dae8;
    padding: 1rem 1.5rem 1rem 1rem;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .megamenu-type-2 ul.megamenu > li:nth-child(1) {
    display: none;
  }
  .megamenu-type-2 ul.megamenu > li:nth-child(2) a {
    border-top: 1px solid #d3dae8;
  }

  .megamenu-pattern > div {
    padding: 0;
  }

  #featured-brands .Rtable.Rtable--5cols.Rtable--collapse > div {
    width: 50% !important;
  }
  #featured-brands .Rtable.Rtable--5cols.Rtable--collapse {
    display: flex !important;
  }
  #main__section_data section.search-filter.scrolled {
    width: calc(100% - 2.5rem);
  }
}

@media (max-width: 767px) {
  span.currency {
    line-height: 0;
  }
  #helperVideo {
    height: 500px;
    width: 100%;
  }

  #featured-brands .Rtable.Rtable--5cols.Rtable--collapse > div {
    width: 100% !important;
  }
  #featured-brands .Rtable.Rtable--5cols.Rtable--collapse {
    display: block !important;
  }
/*  .product_detail .product-title-section {
    border-top: 1px solid #eaeaea !important;
    padding-top: 30px !important;
  }*/
  .desktop-display {
    display: none !important;
  }
  .product-product-1002363 .product-title-section {
    margin-top: 30px;
    padding-top: 20px;
  }
  .product-breadcrumbs .breadcrumb-links {
    text-align: center;
  }
  .product-carousel-purchase-section.mobile-layout {
    position: static;
  }
  .product-breadcrumbs br {
    display: none;
  }
  section.accessories-select-section {
    grid-column: span 12 !important;
  }
  .product-reviews .column-12 {
    padding-right: 0;
  }
  #featured-brands .Rtable.Rtable--5cols.Rtable--collapse {
    display: flex !important;
    margin: 0;
  }
  #featured-brands .Rtable.Rtable--5cols.Rtable--collapse > div {
    width: 50% !important;
    padding: 0;
  }
  section.results-display-section {
    margin-top: 0px !important;
  }
  .sunglass-product-page-option .form-group.files.color input{
  height:auto;
  }
  section.choose-lens-colour-section {
    height: auto;
    min-height: auto;
  }
}

.transparent-bg .container {
  color: #ffffff;
}

.product-detail-heading {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: Sailec Medium;
  /* padding-bottom: 1.25rem; */
  padding-bottom: 0.25rem;
  font-weight: 700;
}
.product-detail-heading.total-cost.price-old {
  color: #f07350;
}
.product-detail-heading-mobile.price-old {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: Sailec Medium;
  font-weight: 700;
}

/* @media screen and (max-height: 600px) */
/* html { */
/* font-size: .9rem !important; */
/* } */

@media (max-width: 575px) {
  .main-header-search-input {
    width: 70%;
  }
  .cart-summary-mobile h4.price-old {
    padding-bottom: 0;
    font-size: 18px;
  }

  .product-summary-fixed-footer .mobile-add-to-cart-button .rounded-button a {
    padding: 5px 10px;
    font-size: 12px;
  }
  .product-summary-fixed-footer .show-order-toggle .show-order span {
    font-size: 13px;
  }

  .product-breadcrumbs .breadcrumb-links li {
    width: 100%;
    display: block !important;
    padding: 5px;
    text-align: center;
  }
  section.product-breadcrumbs {
    padding: 0px 15px;
  }
  section.product-breadcrumbs + br {
    display: none;
  }
  #load-wrap {
    top: 36px;
    right: 40% !important;
  }
  #load-wrap i.fa.fa-bolt {
    font-size: 10px;
  }
  #load-wrap .cssload-box-loading {
    height: 25px;
    width: 25px;
    border-top: 4px solid #3498db !important;
    border: 4px solid #eaeaea;
  }
}

.results-list-navigation-element .page-numbers ul li.current-page {
  width: 3rem;
  padding: 1rem 0;
  text-align: center;
}
.results-list-navigation-element .page-numbers ul li a {
  width: 3rem;
  border-right: 1px solid #d3dae8;
  text-align: center;
  padding: 1rem 0;
  cursor: pointer;
  display: block;
}
.results-list-navigation-element .page-numbers ul li {
  padding: 0;
  /*border: none;*/
}

.product-carousel-purchase-section {
  position: absolute;
  margin-top: 5px;
  z-index: 0;
}

#ul-bullet-description {
  padding-right: 550px;
}
@media (max-width: 3840px) {
  #ul-bullet-description {
    padding-right: 1250px;
  }
}
@media (max-width: 2560px) {
  #ul-bullet-description {
    padding-right: 920px;
  }
}
@media (max-width: 1680px) {
  #ul-bullet-description {
    padding-right: 540px;
  }
}
@media (max-width: 1199px) {
  #ul-bullet-description {
    padding-right: 450px;
  }
}

@media (max-width: 991px) {
  #ul-bullet-description {
    padding-right: 0px;
  }
}
@media (max-width: 540px) {
  .choose-lens-options .accessories-select-section .heading-area{
    text-align: left !important; align-items: baseline !important; padding-bottom: 8px !important; padding-top: 15px;}
    .choose-lens-options .accessories-select-section .product-detail-heading{padding-bottom: 0px !important;}
  }

.product-carousel-purchase-section.absolute-bottom {
  bottom: 120rem;
}
.product-carousel-purchase-section.scrolled {
  position: fixed;
}

.product-carousel-purchase-section.mobile-layout {
  bottom: 120rem;
}
section.product-extra-details.pad-h-2 {
    line-height: 1.4;
    padding-top: 1.25rem;
}
.product-review-col {
  grid-column: span 6;
  margin: 0.75rem;
}
.product-reviews .column-12 {
  padding-right: 2rem;
}

.tab-lens-image:hover + .tab-lens-text {
  font-size: 16px;
  color: black;
}
.tab-lens-text {
  position: relative !important;
}
section.accessories-select-section {
  grid-column: span 8;
  padding-top: 0 !important;
}
.product-text {
  display: block;
  width: 300px;
  height: 45px;
  border-radius: 0 !important;
  border: 1px solid #eaeaea !important;
  background: #fff !important;
  padding: 0px 10px;
  font-size: xx-large;
}
.select-shipping {
  border-color: #14145a;
  display: block;
  font-size: 1rem;
  font-family: Sailec Regular, sans-serif;
  color: #14145a;
  line-height: 2rem;
  padding: 0.75rem 2rem;
  outline: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #d3dae8;
  border-radius: 5rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .product-carousel-images{
    height: 225px;
  }
}
.overflow-thumbnails-carousel.clearfix {
  width: 70%;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .overflow-thumbnails-carousel.clearfix {
    height: 55px;
  }
}

a.popup-image {
  width: 50px !important;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #d3dae8;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
  outline: 0;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-carousel .owl-next {
  left: auto;
  right: -41px;
  padding: 8px 0px 0px 9px;
  top: 24px;
}
.product-carousel .owl-prev {
  left: -41px;
  right: auto;
  padding: 8px 0px 0px 9px;
  top: 24px;
}

.product-carousel .owl-prev:before {
  content: "";
  background: url(/catalog/view/assets/images/previous-arrow.svg) no-repeat;
  height: 35px;
  width: 35px;
  z-index: 999;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: 6px 10px;
}
.product-carousel .owl-next:before {
  content: "";
  background: url(/catalog/view/assets/images/next-arrow.svg) no-repeat;
  height: 35px;
  width: 35px;
  z-index: 999;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: 6px 10px;
}
.owl-prev,
.owl-next {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #333;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  padding: 8px 0px 0px 12px;
  text-align: left;
  left: -9px;
  top: 50%;
  margin-top: -5px;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}
.shopping-cart-table .total-price-container {
  text-align: center;
}

.product-carousel-purchase-section.absolute-bottom {
  bottom: 65rem;
  position: absolute;
}
.product_detail .main-content-wrapper {
  position: static !important;
}

@media (max-width: 991px) {
  .product-carousel-purchase-section.absolute-bottom {
    position: static;
  }
  .product-carousel-purchase-section {
    position: static;
    width: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .product_detail .md-column-12 {
    grid-column: span 12;
  }
  .product-title-section {
    text-align: center;
  }
  section.accessories-select-section {
    grid-column: span 12;
  }
}

@media (max-width: 1024px) and (min-width: 1024px) {
  .choose-lens-options .accessories-select-section {
    padding-right: 100px !important;}
  .product-carousel-purchase-section.absolute-bottom {
    bottom: 78rem;
  }
  .choose-lens-options .accessories-select-section {
    padding-right: 100px;
  }
}

@media (max-width: 2560px) and (min-width: 2560px) {
  .product-carousel-purchase-section.absolute-bottom {
    bottom: 80rem;
  }
}

.product_detail .column-3.md-column-4 {
  z-index: -5 !important;
}

.latest-reviews.pad-h-2 {
  position: relative;
  /* z-index: -2;*/
}

.shipping-select {
  position: relative;
}
.shipping-select:after {
  content: "\f078";
  font: normal normal normal 15px/1 FontAwesome;
  color: #14145a;
  right: 20px;
  top: 6px;
  height: 34px;
  padding: 15px 0px 0px 8px;
  position: absolute;
  pointer-events: none;
}

.accessories-select:after {
  content: "\f078";
  font: normal normal normal 15px/1 FontAwesome;
  color: #14145a;
  right: 20px;
  top: 6px;
  height: 34px;
  padding: 15px 0px 0px 8px;
  position: absolute;
  pointer-events: none;
}

.lens-details {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: Sailec Medium;
  font-weight: 700;
  display: block;
}

.mobile-view {
  display: none !important;
}

.heading-font {
  font-size: 10rem;
  line-height: 8.5rem;
  font-family: Akkordeon Three;
  font-weight: 400;
  letter-spacing: -2px;
  text-transform: uppercase;
  text-align: center;
}

.lens-installation-video-container > h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.sfx-trust-pilot-section > h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-align: center;
}

.second-heading-font {
  font-size: 2rem;
  line-height: 2.8rem;
  font-family: Sailec Medium;
  padding-bottom: 1rem;
  font-weight: 700;
  text-align: center;
}

.third-heading-font {
  font-family: Sailec Medium;
  padding-bottom: 1.25rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.1rem;
}

#product-lens-description-panel-bullet h2 {
  font-size: 16px;
  font-weight: 10;
  padding-bottom: 0;
  line-height: inherit;
  display: contents;
}
input#input-coupon {
    line-height: 51px;
}
.lens-details-listing {
  display: flex;
}

@media (max-width: 768px) {
  .mobile-view {
    display: block !important;
  }
  .desktop-view {
    display: none !important;
  }
	section.product-extra-details.pad-h-2 .product-details a,.features-details.things_to_know.mobile-view a,.product-notes.pad-r-2 a {
    color: #f07350;
}

  .fixed-body {
    overflow: hidden;
  }

  .ul-bullet-description iframe {
    width: 100%;
  }
  .lens-details {
    padding-bottom: 0px;
  }
  .choose-lens-options .heading-area {
   display: flex;
       justify-content: flex-start;
       text-align: unset;
       width: 100%;
       padding-bottom: 0;
}
  .cndkbeforeafter-item-before-text.cndkbeforeafter-bottom-left {
    font-size: 14px;
  }
  .cndkbeforeafter-item-after-text.cndkbeforeafter-bottom-right {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .choose-lens-options .heading-area {
    flex-direction: unset;
    align-items: baseline;
    text-align: unset;
    width: 100%;
    padding-bottom: 0;
  }
}

.rounded-button.blue-button a:hover {
  color: #fff;
}
button#button-checkout:hover {
  background-color: #14145a !important;
  border-color: #14145a !important;
}
input#button-confirm:hover {
  background-color: #14145a !important;
  border-color: #14145a !important;
}
.search-dialogue .search-dialogue-box {
  overflow-y: auto;
}

select::-ms-expand {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .landing-page-slider-section
    .landing-page-slider-container
    .landing-page-slide
    .overlaying-content
    .flex-grid {
    -webkit-align-items: flex-end;
    display: flex;
  }
  .cndkbeforeafter-seperator {
    z-index: 99 !important;
  }
  .choose-lens-options
    .accessories-select-section
    .accessories-select
    .select-accessories,
  .rounded-select-container .rounded-select {
    padding: 0.95rem 2rem;
  }
  .landing-page-slider-section
    .landing-page-slider-container
    .landing-page-slide
    .overlaying-content
    .vertical-text {
    padding-top: 180px;
  }
  .blog-featured-image {
    height: 160px;
  }
  .background-video-element .background-video-content-grid {
    height: 45rem;
    display: flex;
  }
  .search-dialogue .search-dialogue-box {
    overflow-x: hidden;
  }
  .hero-section {
    overflow: hidden;
  }
  .bm-grid.bm-grid > .row,
  .bm-categories > .row {
    display: flex;
  }
  .bm-grid.bm-grid > .row > div {
    width: 33.33%;
  }
  .bm-categories > .row > div {
    width: 25%;
  }
  .product-carousel-purchase-section {
    overflow: hidden !important;
  }
  .bm-pagination > .row {
    overflow: hidden;
  }
  .results-display-section .results-item .results-item-content .product-title {
    width: 110%;
  }
  flex-grid.lens-results-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .lens-results-column {
    width: 23%;
  }
  .lens-results-grid .lens-results-column {
    margin: 0.8%;
  }
  .brand-page-banner {
    overflow-x: hidden;
  }
  .product_detail .column-3.md-column-4 {
    z-index: -5 !important;
  }
  .hiw-col {
    display: flex;
    justify-content: space-between;
  }
  .up-lens-col {
    width: 25%;
  }
}

@media (max-width: 3900px) and (min-width: 2800px) {
  .product-carousel-purchase-section.absolute-bottom {
    bottom: 84rem;
    position: absolute;
  }
}

@media (max-width: 420px) {
  .wd-ful {
    display: contents;
  }
}
.checkout-cart #load-wrap .cssload-box-loading,
.checkout-checkout #load-wrap .cssload-box-loading {
  height: 45px;
  width: 45px;
}
section.product-reviews > div > a {
  display: none;
}

/*@media screen and (max-width: 828px)
{
.mobile-product-summary {
    display: block;
}
}*/
@media screen and (max-width: 770px) {
  .mobile-product-summary {
    display: block;
  }
}
.product-summary-mobile-expanded h1 {
  font-size: 14px !important;
  line-height: 28px;
  padding: 0;
}
.product-summary-mobile-expanded .product-summary-mobile-container .accessories,
.product-summary-mobile-expanded .product-summary-mobile-container .lens-colour,
.product-summary-mobile-expanded .product-summary-mobile-container .lens-type,
.product-summary-mobile-expanded .product-summary-mobile-container .shipping {
  padding: 5px 10px 0 10px;
}
.product-summary-mobile-expanded,
.product-summary-mobile-expanded span {
  font-size: 14px !important;
}
.product-summary-mobile-expanded .product-summary-mobile-container .pairs span {
  font-size: 13px !important;
}
.product-summary-mobile-expanded
  .product-summary-mobile-container
  .product-total
  .total-cost {
  font-size: 16px !important;
}
.product-summary-mobile-expanded
  .product-summary-mobile-container
  .product-total,
.product-summary-mobile-expanded .product-summary-mobile-container .pairs {
  padding: 5px 10px !important;
}
.product-summary-mobile-expanded
  .product-summary-mobile-container
  .add-to-cart
  .rounded-button {
  font-size: 12px;
  height: 32px;
}
.product-summary-mobile-expanded
  .product-summary-mobile-container
  .add-to-cart {
  margin: 10px 10px 10px 10px;
}
.beforeafterthemedark.cndkbeforeafter-theme-dark.cndkbeforeafter.cndkbeforeafter-root.cndkbeforeafter-hover {
  /* width: 100% !important; */
  border-radius: 15px !important;
  overflow: hidden;
}
.mobile-link-wrapper:hover a {
  color: #f07350;
}

@media (max-height: 768px) and (max-width: 1366px) {
  section.product-carousel-purchase-section {
    transform: scale(0.85);
  }
  .zoomContainer {
    width: 350px !important;
  }
  .zoomContainer > div > div {
    width: 100% !important;
    height: 135px !important;
  }
}

@media (max-width: 1300px) and (min-width: 1080px) {
  .lens-results-grid .lens-results-column {
    grid-column: span 4;
    margin: 0.75rem;
  }
}

.heading-3 {
  font-size: 1.5rem;
  line-height: 2.1rem;
}

.heading-3-cat {
  font-family: Sailec Medium;
  padding-bottom: 1.25rem;
  font-weight: 700;
}

.heading-4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.heading-4-cat {
  font-family: Sailec Medium;
  padding-bottom: 1.25rem;
  font-weight: 700;
}

.heading-5 {
  font-family: Sailec Medium;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 700;
}

.helper-links .heading-5 {
  margin-bottom: 1rem;
}

.heading-2 {
  font-size: 2rem;
  line-height: 2.8rem;
}

.heading-2-cat {
  font-family: Sailec Medium;
  padding-bottom: 1.25rem;
  font-weight: 700;
}

.search-results-title .heading-2 {
  padding-bottom: 0;
  padding-top: 0.125rem;
}

.banner-section .text-container .tagline .heading-2 {
  font-size: 8rem;
  line-height: 6.5rem;
  font-family: Akkordeon Three;
  font-weight: 400;
  letter-spacing: -2px;
  color: #fff;
  text-transform: uppercase;
  display: none;
}
.four-column-steps-section .step-segment .step-title .heading-2 {
  color: #f07350;
  padding-left: 0px;
}
.four-column-steps-section .step-segment .step-title .heading-4 {
  padding: 0px 20px;
}

.generic-four-column-section
  .column-padding
  .four-column-content-container
  .heading-3 {
  text-align: center;
}

#button-checkout i {
  margin-top: 2px;
}

#information-page .lens-color-popup {
  font-family: Sailec Regular;
  font-size: 1rem;
  line-height: 1.4rem;
}

.lity-iframe-container iframe {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}

.category-info h1{
  padding-bottom: 0rem !important;
}

.category_heading_first{
    font-family: Sailec Medium;
    padding-bottom: 1.25rem;
    font-weight: 700;
    font-size: 2.375rem;
    line-height: 3.325rem;
}
.category_heading_second{
    font-family: Sailec Medium;
    padding-bottom: 1.25rem;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.8rem;
}
.category_heading_third{
    font-family: Sailec Medium;
    padding-bottom: 1.25rem;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2.1rem;
}

@media(max-width: 7000px){
.product-carousel-purchase-section.absolute-bottom {
bottom: 135rem;
}
}



@media(max-width: 5500px){
.product-carousel-purchase-section.absolute-bottom {
bottom: 111rem;
}
}

@media(max-width: 4100px){
.product-carousel-purchase-section.absolute-bottom {
bottom: 115rem;
}
}

@media(max-width: 3500px){
.product-carousel-purchase-section.absolute-bottom {
bottom: 88rem;
}
}

@media(max-width: 3000px){
.product-carousel-purchase-section.absolute-bottom {
bottom: 95rem;
}
}

@media(max-width: 2500px){
.product-carousel-purchase-section.absolute-bottom {
bottom: 75rem;
}
}

@media(max-width: 2100px){
.product-carousel-purchase-section.absolute-bottom {
bottom: 71rem;
}
}

@media (max-width: 1700px)
{
.product-carousel-purchase-section.absolute-bottom {
bottom: 65rem;
}
}

@media (max-width: 1199px)
{
.product-carousel-purchase-section.absolute-bottom {
bottom: 69rem;
}
}

.text-danger {
    color: red;
}

.form-group.sunglass-product-page-option {
width: 100%;
grid-column: span 12;
margin: 0;
}

.form-group.sunglass-product-page-option + input {
width: 60%;
font-size: 16px;
grid-column: span 12;
}

.cart-preview-hover .cart-preview .cart-summary-item .product-row-top .cart-product-image img{
	left: 50%;
    transform: translate(-50%, -50%);
}

.form-group.required.sunglass-product-page-option + input + .text-danger {
    grid-column: span 12;
    padding-top: 10px;
    font-size: 14px;
    font-weight: lighter;
}

  .desktop-product-summary-scroller {
    max-height: 95px;
    overflow-y: auto;
  }

@media screen and (max-width: 1080px)
{
.results-display-section .results-item .results-item-content .product-image-container {
max-height: 5rem;
padding: 0;
}
.results-display-section .results-item .results-item-content .product-title{
font-size: 14px;
}
}

.product-colour-modals .lens-colour-modal-container{
  border-radius: 0rem !important;
}
.product-type-modals .lens-type-modal-container {
  border-radius: 0rem !important;
}
.product-accessory-modals .lens-accessory-modal-container {
  border-radius: 0rem !important;
}
.desktop-product-summary-scroller {
  scrollbar-color: #437d8d #e0e5e9;
  scrollbar-width: thin;
}

.desktop-product-summary-scroller::-webkit-scrollbar {
  width: 7.5px;
}

.desktop-product-summary-scroller::-webkit-scrollbar-track {
  background: #e0e5e9; 
}

.desktop-product-summary-scroller::-webkit-scrollbar-thumb {
  background: #437d8d;
  border-right: 1px solid white;
}

.top-header-bar .user-cart-settings-nav .language-select .language-dropdown {
 transition: all 0.2s ease !important;
}

.navigation-search-bar .page-navigation-container .page-navigation ul > li .sub-menu:before {
    position: absolute;
    content: "";
    height: 100px;
    width: 100%;
    background: #eaeaea;
    top: -14px;
    left: 0;
    border-radius: 10px;
    opacity: 0;
}
.navigation-search-bar .page-navigation-container .page-navigation ul > li .sub-menu {
    display: none;
}

.navigation-search-bar .page-navigation-container .page-navigation ul > li:hover > .sub-menu {
    display: block;
}
.navigation-search-bar .page-navigation-container .page-navigation ul > li a {
    padding-bottom: 0;
}
.navigation-search-bar .page-navigation-container .page-navigation ul > li {
    cursor: pointer;
    padding-bottom: 0.3rem;
}
/* .cart-preview-hover .cart-preview {
  margin: 1.25rem 0 0 0;
} */
.social-link-box img {
    max-height: 40px;
    max-width: 40px;
    margin: 0 auto;
}

.top-header-bar .user-cart-settings-nav .language-select .language-dropdown.visible,
.top-header-bar .user-cart-settings-nav .currency-select .currency-dropdown.visible,
.cart-preview-hover.visible{
    visibility: hidden;
    opacity: 0;
}
.top-header-bar .user-cart-settings-nav .language-select:hover .language-dropdown,
.top-header-bar .user-cart-settings-nav .currency-select:hover .currency-dropdown{
/* .cart-link-wrapper:hover .cart-preview-hover { */
    visibility: visible;
    opacity: 1;
}

.product_detail footer .column-3.md-column-4 {
    z-index: inherit !important;
}

section.choose-lens-colour-section {
    height: 100%;
    min-height: 290px;
}

.results-display-section .results-item .results-item-content .product-image-container {
height: 5rem;
padding: 0;
}
#input-image {
height: 100px;
}

.register_text_content {
  display: flex;
  justify-content: space-between;
}

.trustedsite-product-label {
  margin-bottom: 15px;
  padding: 0 1.5rem !important;
}
.purchase-summary-checkout-section .checkout-links {
text-align: center;
}
.cart-paypal-express-button + div + div {
padding-top: 0 !important;
}


/* New Beach Update */

.search_form.search-wrapper{
  overflow: hidden;
}
.dynamic-results-area .no_results{
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #d3dae8;
}
.dynamic-results-area #srch_brnd_link_2{
  text-decoration: underline;
  font-weight: bold;
}
/* 
body.product-search .results-item{
  border-radius: 0px;
  border: none;
  padding: 15px 0px;
}
body.product-search .results-item .results-item-spacer{
  margin-top: 70%;
}
body.product-search .results-item .product-image-container{
  text-align: left;
  width: 100%;
}
body.product-search .results-item .product-image-container img{
  height: 170%;
}
body.product-search .results-item .preheader{
  padding-top: 3.5rem;
  padding-bottom: 10px;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  color: #d3dae8;
}
body.product-search .results-item .product-title {
  padding-top: 0px !important;
  text-align: left;
  font-size: 16px;
  width: 100%;
}
body.product-search .results-item .product-price{
  color: #868686;
  text-align: left;
  width: 100%;
  padding-bottom: 20px;
}
.results-display-section .lens-results-column{
  margin: 0px;
} */

.brand-image-container{
  padding: 0px 20px;
}
.brand-intro-container .category-info{
  font-size: 16px;
  line-height: 22px;
  font-family: Sailec Regular, sans-serif;
  font-weight: lighter;
}
.brand-intro-container .category-info .category_heading_first{
  font-size: 20px;
  line-height: 22px;
}
.brand-intro-container .category-info > div{
  font-size: 16px;
  line-height: 22px;
  font-family: Sailec Regular, sans-serif;
  font-weight: lighter;
}
.manufacturer-videos{
  padding-left: 20px;
  padding-right: 20px;
}
.product-carousel-purchase-section .product-carousel-container{
  border: none;
}

body.product_detail .product-info .lens-type-option{
  position: relative;
  margin-bottom: 23px;
}
body.product_detail .product-info .lens-type-option .selection-details{
  align-self: center;
}
body.product_detail .product-info .lens-type-option .selection-details span:first-child{ position: absolute;
  top: -10px;
  padding: 2px 15px;
  font-size: 13px;
  border-radius: 21px;
  right: 20px;
  background: linear-gradient(to right, #c57a09, #da9652, #d88303, #dc9a54, #a76606);
 
}
body.product_detail .product-info .lens-type-option .selection-details span.regular{ position: absolute;
  top: -10px;
  padding: 2px 15px;
  font-size: 13px;
  border-radius: 21px;
  right: 20px;
  background: linear-gradient(to right, #c57a09, #da9652, #d88303, #dc9a54, #a76606);
 
}
body.product_detail .lens-type-select .lens-type-option:nth-child(2) .selection-details span:first-child{ position: absolute;
  top: -10px;
  padding: 2px 15px;
  font-size: 13px;
  border-radius: 21px;
  right: 20px;
  background: linear-gradient(to right, #c0d0dc, #929eaa, #bbbbbb, #e7e7ec, #9a9a9a);
}
/*body.product_detail .product-info .lens-type-option .selection-details span.ultimate{ position: absolute;
  top: -10px;
  padding: 2px 15px;
  font-size: 13px;
  border-radius: 21px;
  right: 20px;
  background: linear-gradient(to right, #f1cb10, #f9eb5e, #efd523, #f7eb71, #eabc13) !important;
  color: #14145a;
}
*/

.lens-type-select .lens-type-option:last-child .selection-details span:first-child{ position: absolute;
  top: -10px;
  padding: 2px 15px;
  font-size: 13px;
  border-radius: 21px;
  right: 20px;
  background: linear-gradient(to right, #f1cb10, #f9eb5e, #efd523, #f7eb71, #eabc13) !important;
  color: #14145a;
}

body.checkout-cart .empty-cart h2{
  font-family: Sailec Regular, sans-serif !important;
  font-size: 30px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 0px;
}
body.checkout-cart .empty-cart h1{
  font-size: 18px;
  line-height: 24px;
}
body.checkout-cart .proceed-to-checkout .rounded-button{
  margin-bottom: 15px !important;
  margin-top: 20px !important;
  padding: 20px 0px;
}
body.checkout-checkout .register-panel select{
  padding: 10px 15px !important;
}
body.checkout-checkout .loading-spinner{
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 99;
  top: 130px;
  left: calc(50% - 15px);
}

video#slider-video {
  width: 100% !important;
}

@media (max-width: 420px) {
  body.product_detail .selection-options-wrapper .heading-area{
    flex-direction: column;
  }
}


@media (max-width: 768px) {
  body.product-search section#main__section_data {
    margin-top: 90px;
    border-top: 1px solid #d3dae8;
  }

  body.product_detail  section.product-breadcrumbs{
    overflow-x: scroll;
    padding-bottom: 10px;
    margin: 0px 10px;
  }
  body.product_detail  section.product-breadcrumbs .breadcrumb-links li{
    white-space: nowrap;
  }
  body.product_detail  section.product-breadcrumbs .breadcrumb-links li:first-child{
    margin-left: 0px;
  }
  body.product_detail #trustedsite-tm-image{
    bottom: 67px !important;
  }

  body.product-category-59 #atoz{
    max-width: 90%;
  }
  body.product-category-59 #atoz > div{
    padding-left: 0px;
    padding-right: 0px;
  }
  body.product-category-59 #atoz .tabcontent ul{
    column-count: 2;
  }
  .mobile-currency-select{
    position: relative;
  }
  .mobile-currency-select::after{
    content: "\f078";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    top: calc(50% - 7px);
    position: absolute;
    right: 0px;
  }
  /* body.product-search .results-item .results-item-spacer{
    margin-top: 60%;
  }
  body.product-search .results-item{
    padding: 0px;
  } */
  .search-filter .heading-2.heading-2-cat{
    padding: 20px 0px;
    line-height: 25px;
  }
  .search-filter .heading-2.heading-2-cat .nested-text{
    white-space: nowrap;
  }
  body.checkout-cart .no-search-bar{
    margin: 10px 15px;
    max-width: 100%;
  }
  body.checkout-cart .simple-heading h1{
    white-space: nowrap;
    font-size: 2.5rem;
  }
  .top-header-bar .user-cart-settings-nav .cart-link svg path {
    fill: #000;
  }

  body.checkout-cart #collapse-shipping .control-label{
    padding: 0px 15px;
    margin-bottom: 10px;
  }
  body.checkout-cart #collapse-shipping, body.checkout-cart #collapse-coupon {
    border: 1px solid #d3dae8;
    padding: 20px;
    background: rgba(0,0,0,0.05);
  }
  body.checkout-checkout .mp-comments .panel-title span{
    font-size: 18px;
  }
  
}

@media (max-width: 992px) {
  /* body.product_detail .product-carousel-images{
    position: relative;
  }
  body.product_detail .product-carousel-images .thumbnails-carousel{
    position: unset;
  }
  body.product_detail .product-info .owl-controls{
    position: absolute;
    top: calc(50% - 65px);
    width: 100%;
  } */
}


@media (max-width: 1080px) {
  body.product_detail .product-info .product-extra-details .column-4{
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 425px){
	 .choose-lens-options .heading-area small {
		padding: 0;
	}

	.modal-links {
		padding: 0;
	}
}
@media screen and (max-width: 320px) {
	 .choose-lens-options .heading-area small {
		padding: 0;
	}

	.modal-links {
		padding: 0;
	}
}
	
.product_modal{z-index: 1000;}
.product_modal .box{    position: absolute;
  
    background-color: #fff;
    border-radius:0;
    overflow-x: hidden ;
    width: calc(80% - 0rem);
    left: 50%;
    transform: translateX(-50%);
    padding: 2.5rem;
    z-index: 550;
    margin-top: 2.5rem;
    max-height: calc(100vh - 5rem); overflow-y: scroll;}


/*    {    font-size: 10rem;
    line-height: 8.5rem;
    font-family: Akkordeon Three;
    font-weight: 400;
    letter-spacing: -2px;
    text-transform: uppercase;
    text-align: center;}*/ 

    .product-carousel-purchase-section.absolute-bottom {
    position: absolute;
    bottom: 65rem !important;
    top: auto !important;
}