/* promo text display */
.promoCall-msg {
  position: relative;
  display: inline-block;
  padding: 20px;
  margin-bottom: 5px;
  border: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #9A5EA333;
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  color: #323232; }

#fitmixPopupIntegrationMenu {
  right: 20px !important;
  top: 20px !important; }

#fitmixPopupIntegrationMenu div {
  right: 7.5px !important;
  font-weight: 600 !important;
  top: 2px !important; }

.no-padding {
  padding: 0 !important; }

.fit-content {
  width: -webkit-fit-content;
  width: fit-content; }

.fullwidth {
  width: 100%;
  margin-top: 20px; }

.frames_banner {
  padding-right: 15px; }

.storeLocatorPdpwrapper {
  padding: 5%;
  box-shadow: 0px 3px 7px rgba(50, 50, 50, 0.1); }

.row.collapsible-xl {
  padding-left: 15px;
  padding-right: 15px; }

.promo-details:hover .tooltiptext {
  visibility: visible; }

.promo-details {
  display: contents; }

span.tooltiptext {
  visibility: hidden;
  width: 120px;
  word-break: break-all;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1; }

.col-12.promotions {
  display: contents; }

.product-top-row {
  margin-top: 63px; }

.product-button-row-wrapper {
  margin-top: 75px; }

.product-button-row-title {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #323232;
  margin-bottom: 25px;
  width: 95%; }

.product-button-row-text {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #323232;
  margin-bottom: 45px;
  width: 90%; }

.product-button-row-button {
  width: -webkit-fit-content !important;
  width: fit-content !important;
  padding: 0px 40px;
  font-size: 20px;
  font-weight: 600;
  font-family: acumin-pro, sans-serif;
  border-radius: 30px;
  height: 60px;
  border: solid 2px #9b5ba5;
  color: #9b5ba5;
  background-color: #fff;
  margin-bottom: 56px; }

.product-button-row-button:hover {
  color: #9b5ba5; }

.product_quantity_button-plus {
  float: left;
  height: 45px;
  top: 7px;
  width: 15%;
  padding: 6px 1px;
  background: white;
  right: 10%;
  border: 0px;
  background-repeat: no-repeat, repeat;
  background-position: right 0em top 50%, 0 0;
  background-size: 16px; }

.product_quantity_button-minus {
  float: left;
  margin-left: 10%;
  height: 45px;
  top: 6px;
  width: 15%;
  padding: 6px 1px;
  background: white;
  left: 6%;
  border: 0px;
  background-repeat: no-repeat, repeat;
  background-position: right 0em top 50%, 0 0;
  background-size: 16px; }

.product_quantity_button-minus:disabled, .product_quantity_button-plus:disabled {
  background-color: #ffffff;
  opacity: 1; }

.product_quantity_button-plus:focus, .product_quantity_button-minus:focus {
  outline: 0px; }

.product_label_show {
  display: block !important; }

.form-control:disabled, .form-control[readonly] {
  background-color: #ffffff !important;
  opacity: 1;
  color: #979797; }

#fullAppointmentBtn {
  width: 100%; }

img#noImagePDP {
  width: 65%;
  padding-left: 35%; }

.btn-addToCart:hover {
  color: #fff;
  border: solid 2px #9b5ba5; }

.btn-addToCart.focus, .btn-addToCart:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 175, 229, 0.5); }

.btn-addToCart.disabled, .btn-addToCart:disabled {
  color: #fff;
  background-color: #cccccc;
  border: solid 2px #cccccc; }

.btn-addToCart:not(:disabled):not(.disabled):active, .show > .btn-addToCart.dropdown-toggle {
  color: #fff;
  background-color: #9b5ba5;
  border: solid 2px #9b5ba5; }

.btn-addToCart:not(:disabled):not(.disabled).active:focus, .btn-addToCart:not(:disabled):not(.disabled):active:focus, .show > .btn-addToCart.dropdown-toggle:focus {
  box-shadow: none; }

/* Add to Cart button */
.btn-addToCart {
  font-size: 20px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 0px 40px;
  font-family: acumin-pro, sans-serif;
  border-radius: 30px;
  height: 60px;
  border: solid 2px #9b5ba5;
  color: #fff;
  background-color: #9b5ba5; }

/* Make an Appointment button */
.btn-appointment {
  font-size: 20px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 0px 40px;
  font-family: acumin-pro, sans-serif;
  border-radius: 30px;
  height: 60px;
  border: solid 2px #9b5ba5;
  color: #9b5ba5;
  background-color: #fff;
  margin-left: 3%; }

.btn-appointment:hover {
  color: #9b5ba5;
  background-color: #fff;
  border: solid 2px #9b5ba5; }

.btn-appointment.focus, .btn-appointment:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 175, 229, 0.5); }

.btn-appointment.disabled, .btn-appointment:disabled {
  color: #9b5ba5;
  background-color: #fff;
  border: solid 2px #9b5ba5; }

.btn-appointment:not(:disabled):not(.disabled):active, .show > .btn-appointment.dropdown-toggle {
  color: #9b5ba5;
  background-color: #fff;
  border: solid 2px #9b5ba5; }

.btn-appointment:not(:disabled):not(.disabled).active:focus, .btn-appointment:not(:disabled):not(.disabled):active:focus, .show > .btn-appointment.dropdown-toggle:focus {
  box-shadow: none; }

.btn-text {
  padding-left: 5px;
  padding-top: 5px; }

select[id*="quantity"] {
  display: none; }

.not-available {
  font-size: 12px;
  color: #FF0000;
  padding-left: 40px; }

.not-available p {
  margin-bottom: 0px; }

.brand-name {
  font-family: acumin-pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  padding-left: 15px;
  padding-bottom: 10px;
  color: #323232; }

.tab-content > .active {
  padding: 5%; }

.storeLocatorPdp {
  padding-left: 15px;
  padding-right: 15px; }

.pdp-information {
  font-family: acumin-pro, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 19.2px;
  letter-spacing: normal;
  color: #323232; }

.pdp-campaigns-condition {
  display: none;
  position: relative;
  width: 100%;
  font-family: acumin-pro, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #999999;
  text-align: right;
  position: absolute;
  right: 0;
  padding-right: 50px; }

.right-padding {
  padding-right: 20px; }

.policies {
  font-family: acumin-pro, sans-serif;
  width: 90%;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 25px;
  letter-spacing: normal;
  color: #323232;
  margin-bottom: -1rem;
  margin-left: 5%;
  margin-top: 35px; }

.social-container {
  font-family: acumin-pro, sans-serif;
  padding-right: 0px;
  padding-top: 0px;
  text-align: center;
  position: absolute;
  right: 0; }

.social-container .social-icons {
  float: right;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875em;
  font-family: acumin-pro, sans-serif;
  list-style-type: none;
  padding: 0;
  color: #9b5ba5; }

.social-list {
  list-style-type: none;
  padding-left: 0px;
  font-family: acumin-pro, sans-serif; }

.social-container .social-icons a, .social-container .social-icons i {
  color: #9b5ba5;
  padding-right: .2em;
  display: block; }

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none; }

.dropdown {
  position: relative;
  display: inline-block; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block; }

.dropdown-content a:hover {
  background-color: #ddd; }

.dropdown:hover .dropdown-content {
  display: block; }

.dropdown:hover .dropbtn {
  background-color: #3e8e41; }

.fa-info-circle {
  padding-right: 5px; }

.fa-shopping-bag {
  padding-right: 5px; }

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none; }

.carousel-indicators {
  position: relative;
  bottom: -10px;
  z-index: 1; }

.carousel .icon-next, .carousel .icon-prev {
  background-color: transparent; }

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%; }

.pd-carousel-indicators {
  list-style-type: none; }

.carousel-indicators .active {
  background-color: #222222; }

.carousel-indicators li {
  background-color: #b5b5b5; }

.product-id {
  width: 108px;
  height: 14px;
  font-family: acumin-pro, sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #999999; }

.product-name1 {
  width: 80%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: acumin-pro, sans-serif;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 36px;
  letter-spacing: normal;
  color: #323232; }

.product-detail .swatch-rectangle {
  width: 65px;
  height: 40px;
  background: #fff;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: .313em;
  position: relative; }

.variation-attribute-text {
  font-family: acumin-pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #323232; }

.variation-attribute-select-package {
  float: left;
  width: 40%;
  margin-top: 4px;
  padding-right: 10px; }

.variation-attribute-select-value {
  float: left;
  width: 20%;
  font-weight: 500; }

.div-btn {
  padding-top: 20px; }

.pdp-banner {
  margin-top: 40px;
  margin-left: 8%;
  margin-right: 8%;
  font-family: acumin-pro, sans-serif; }

.pdp-banner-product {
  margin-top: 15px;
  margin-left: 0px;
  margin-right: 0px; }

.primary-image-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.policy-bottom {
  margin-top: auto; }

#bannerImg {
  height: 100%;
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: fit-content; }

#brandImg {
  height: 80px;
  width: 80px; }

#frameDimention {
  height: 100%;
  width: 100%; }

.description {
  font-family: acumin-pro, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #222222;
  margin-bottom: 0px; }

.caterogory_description {
  color: #232323 !important;
  text-decoration: underline !important; }

.promotion {
  background-color: #ebdeed;
  font-family: acumin-pro, sans-serif;
  font-size: 20px;
  color: #222222;
  border: none;
  float: left;
  margin-left: 15px;
  padding-left: 10px;
  padding-right: 10px; }

.nav {
  padding-top: 65px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: .5rem 1rem; }

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-tabs {
  padding-left: 0px;
  border-bottom: 0px !important; }

.nav-item > .nav-link {
  color: #000000; }

.nav-tabs .nav-link {
  display: -ms-flexbox;
  display: flex;
  padding: .5rem 1rem;
  color: #222222 !important;
  font-family: acumin-pro, sans-serif;
  border: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: rgba(218, 218, 218, 0.3);
  height: 60px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  text-decoration: none !important;
  font-weight: 500;
  line-height: 19px; }

.nav-tabs .nav-link.active {
  color: #ffffff !important;
  border: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #323232; }

.pdp-nav .nav-link:hover {
  color: white !important;
  background-color: #6e6e6e !important; }

.nav-tabs .nav-item :focus {
  outline: none; }

.tab-content {
  box-shadow: 0px 3px 7px rgba(50, 50, 50, 0.1); }

.container div.collapsible-sm button.title {
  font-family: acumin-pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding-left: 24px;
  background-color: #fff;
  background: #FFFFFF;
  color: #232323; }

.table-heading {
  font-family: acumin-pro, sans-serif;
  font-size: 16px;
  color: #222222; }

.table-row-heading {
  font-family: acumin-pro, sans-serif;
  font-size: 16px;
  color: #777777;
  padding-right: 5px; }

.table-row {
  font-family: acumin-pro, sans-serif;
  font-size: 16px;
  color: #222222; }

.mobile-tab {
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px; }

.prices {
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 15px; }

.price {
  color: #e06c3a;
  font-size: 24px !important;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 29px; }

.normal-price {
  color: #323232;
  font-size: 24px !important;
  font-weight: 400;
  font-family: acumin-pro, sans-serif;
  line-height: 28.8px; }

.price .strike-through {
  margin-left: 5px;
  color: #323232 !important;
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px !important;
  line-height: 29px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through; }

del {
  -webkit-text-decoration-line: none !important;
  text-decoration-line: none !important; }

#frame-handle {
  padding-right: 10px; }

.Rectangle-1 {
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #91639f; }

.Rectangle-2 {
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #000000; }

.Rectangle-3 {
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #e06c3a; }

.frame-img {
  margin-left: 30px; }

.style-guide {
  font-family: acumin-pro, sans-serif;
  font-size: 16px;
  color: #777777;
  text-align: right; }

.frame-size-container {
  position: relative;
  text-align: center;
  color: #222222;
  font-size: 12px;
  height: 90px;
  width: 180px; }

.nenaosa {
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%); }

.lens-width {
  position: absolute;
  bottom: -3px;
  right: 41px; }

.handle-length {
  position: absolute;
  top: -3px;
  right: 8px; }

#shareIcon {
  margin-top: -20px;
  width: 27px;
  height: 100%; }

/*social icons*/
.icon-share {
  color: #9b5ba5;
  font-size: 16px;
  font-style: normal;
  float: left;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 5px;
  font-family: acumin-pro, sans-serif; }

.img-share {
  height: 27px;
  padding-right: 15px !important; }

.dropdown-content a:hover {
  background-color: transparent; }

#socialIcon {
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 0px; }

#dropdown_Content {
  background-color: white;
  min-width: 120px; }

.social-container {
  margin-right: 25px; }

.btn img {
  width: 12px; }

span.badge.badge-pill.badge-danger {
  display: table-cell;
  height: 65px;
  width: 65px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  color: white;
  position: absolute;
  right: 45px;
  top: -10px;
  margin: 10px;
  background-color: #e06c3a; }

.product-tags {
  position: absolute;
  top: -10px;
  right: 40px;
  width: 170px; }

.eko-tag-badge {
  position: relative;
  height: 65px !important;
  width: 65px !important;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  float: right;
  margin: 10px 10px 0px 0px;
  background-color: #00A651; }

.promotion-tag-badge {
  position: relative;
  height: 65px;
  width: 65px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  float: right;
  margin: 10px 10px 0px 0px;
  background-color: #e06c3a; }

.product-tags-tiles {
  position: absolute;
  top: 0px;
  left: 15px;
  width: 170px; }

.eko-tag-badge-tile {
  position: relative;
  height: 65px;
  width: 65px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  float: left;
  margin: 10px 0px 0px 10px;
  background-color: #00A651; }

.promotion-tag-badge-tile {
  position: relative;
  height: 65px;
  width: 65px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  float: left;
  margin: 10px 0px 0px 10px;
  background-color: #e06c3a; }

p.disc {
  margin: 18px 0 0 0;
  font-weight: bold;
  font-size: 20px; }

.carousel-control-prev {
  height: 20% !important;
  top: 40% !important; }

.carousel-control-next {
  height: 20% !important;
  top: 40% !important; }

.recommendations span.badge.badge-pill.badge-danger {
  top: 0px !important; }

.hide-element {
  display: none; }

#store-sec-pdp {
  display: none; }

.custom-select:focus {
  border-color: white;
  box-shadow: #9b5ba5 0px 0px 0px 0.1rem !important; }

/* Media styles for different screen sizes */
@media screen and (max-width: 780px), (max-height: 560px) {
  #fitmixPopupIntegrationMenu {
    right: 20px !important;
    top: 20px !important;
    margin-top: 30px !important;
    margin-right: 20px !important; }
  #fitmixPopupIntegrationMenu div {
    right: 7.5px !important;
    font-weight: 600 !important;
    top: 2px !important; } }

@media screen and (max-width: 426px) {
  .btn-addToCart {
    font-size: 17px; }
  .btn-appointment {
    font-size: 17px; }
  .variation-attribute-select-value {
    font-size: 16px; } }

@media (min-width: 1200px) {
  .container.product-detail {
    max-width: 1340px !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }
  .container.product-wrapper.recommendations {
    max-width: 1340px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 25px !important; } }

@media only screen and (max-width: 1038px) {
  .btn-addToCart {
    width: 100%;
    margin-bottom: 20px; }
  .btn-appointment {
    width: 100%;
    margin-left: 0px; }
  .price-total {
    margin-bottom: 20px !important;
    margin-top: 20px !important; } }

@media only screen and (max-width: 1300px) {
  .variation-attribute-select-package {
    float: none;
    width: 100%;
    margin-bottom: 10px; }
  .variation-attribute-select-value {
    width: 33%;
    max-width: 120px; }
  .attribute-select-mobile {
    display: block;
    width: 100%;
    margin-bottom: -8px; }
  .attribute-select-desktop {
    visibility: hidden;
    margin-bottom: 35px !important; } }

@media only screen and (min-width: 1300px) {
  .attribute-select-mobile {
    display: none; } }

@media only screen and (max-width: 767px) and (min-width: 424px) {
  .frame-img {
    position: absolute;
    right: 0px; } }

@media screen and (max-width: 425px) {
  .frame-img {
    margin-top: 10px;
    margin-left: 0px; } }

@media only screen and (max-width: 499px) {
  span.tooltiptext {
    width: 60%;
    top: 40px;
    right: 0; } }

@media only screen and (min-width: 769px) {
  .button-product-page {
    width: 100% !important;
    margin-left: 0px !important;
    margin-bottom: 18px !important; }
  .social-container-mobile {
    display: none; }
  .social-container-desktop {
    display: block; } }

@media only screen and (max-width: 1305px) and (min-width: 1038px) {
  .btn-addToCart {
    font-size: 17px;
    padding: 0px 20px; }
  .btn-appointment {
    font-size: 17px;
    padding: 0px 20px; } }

@media only screen and (max-width: 1305px) and (min-width: 769px) {
  .button-product-page {
    font-size: 17px; } }

@media screen and (max-width: 992px) {
  .btn-appointment {
    margin-left: 0px;
    width: 100%; }
  .btn-addToCart {
    width: 100%; } }

@media only screen and (min-width: 789.1px) and (max-width: 900px) {
  .pdp-campaigns-condition {
    padding-right: 25px; } }

@media screen and (max-width: 768px) {
  .fullwidth {
    margin-top: 0px; }
  p.disc {
    margin: 14px 0 0 !important;
    font-weight: 700;
    font-size: 15px !important; }
  .carousel span.badge.badge-pill.badge-danger {
    width: 50px !important;
    height: 50px !important;
    right: 0 !important;
    top: -15px !important; }
  .eko-tag-badge {
    height: 50px !important;
    width: 50px !important; }
  .promotion-tag-badge {
    height: 50px !important;
    width: 50px !important; }
  .eko-tag-badge-tile {
    height: 50px !important;
    width: 50px !important; }
  .promotion-tag-badge-tile {
    height: 50px !important;
    width: 50px !important; }
  .primary-images {
    margin-top: 30px !important;
    margin-bottom: 37px; }
  .social-container {
    top: -55px; }
  .social-container-mobile {
    display: block; }
  .social-container-desktop {
    display: none; }
  .collapsible-sm .title:after {
    font-size: 15px;
    font-weight: 400; }
  .description-and-detail > div:last-child {
    margin-bottom: 0px; }
  .price {
    font-size: 30px; }
  .price .strike-through {
    font-size: 12px; }
  .promotion {
    font-family: acumin-pro, sans-serif;
    font-size: 10px;
    color: #000000; }
  .dimensions {
    padding-left: 30px; }
  .btn-appointment {
    margin-bottom: 40px; }
  .product-name1 {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    width: auto; }
  .product-brand-name {
    font-size: 18px; }
  button.btn:before {
    content: none !important; }
  .pdp-banner {
    width: 100%;
    margin-top: 30px;
    margin-left: 0px; }
  .policies-product-details {
    width: 95%;
    margin: 0;
    margin-left: 5%;
    padding-right: 0px; }
  .product-button-row-wrapper {
    margin-top: 40px; }
  .product-button-row-title {
    font-size: 24px;
    line-height: 28.8px; }
  .product-button-row-text {
    font-size: 18px;
    line-height: 21.6px;
    margin-bottom: 30px; }
  .nav {
    padding-top: 40px; }
  .content {
    margin: 0px !important;
    padding: 8% 5%;
    box-shadow: 0px 3px 7px rgba(50, 50, 50, 0.1); }
  .row.collapsible-sm.active > .mobile-tab > button.title {
    box-shadow: -2px 0px 0px 0px rgba(50, 50, 50, 0.04), 2px 0px 0px 0px rgba(50, 50, 50, 0.04); }
  .row.collapsible-sm.active > .mobile-tab > button.title:focus {
    box-shadow: -2px 0px 0px 0px rgba(50, 50, 50, 0.04), 2px 0px 0px 0px rgba(50, 50, 50, 0.04) !important; }
  .row.collapsible-sm > .mobile-tab > button.title:focus {
    box-shadow: 0px 3px 7px rgba(50, 50, 50, 0.1) !important; }
  .row.collapsible-sm > .mobile-tab > button.title {
    box-shadow: 0px 3px 7px rgba(50, 50, 50, 0.1); }
  .storeLocatorPdpwrapper {
    margin-left: -15px !important;
    margin-top: -3% !important;
    width: calc(100% + 30px); }
  .silmaasemaminicart-icon {
    right: -18px; }
  .minicart .minicart-quantity {
    left: 6px !important; } }

@media only screen and (max-width: 430px) {
  .lens-add-to-cart {
    width: 66%; } }

@media (max-width: 440px) and (min-width: 381px) {
  .product-tile {
    width: 74vw; } }

@media (max-width: 380px) and (min-width: 336px) {
  .product-tile {
    width: 73vw; } }

@media (max-width: 335px) {
  .product-tile {
    width: 70vw;
    margin-left: -1vw; } }
