/** Shopify CDN: Minification failed

Line 559:0 Unexpected ","
Line 1096:4 Unexpected "{"
Line 1096:5 Expected identifier but found "%"
Line 1100:4 Unexpected "{"
Line 1100:5 Expected identifier but found "%"
Line 1103:4 Unexpected "{"
Line 1103:5 Expected identifier but found "%"
Line 1107:4 Unexpected "{"
Line 1107:5 Expected identifier but found "%"
Line 1109:2 Unexpected "{"
... and 7 more hidden warnings

**/
div#dynamic_option_id_10075 {
  margin-top: 15px;
}

#custom_pOptions #dynamic_option_id_100111 label.required,
#custom_pOptions #dynamic_option_id_100119 label.required,
#custom_pOptions #dynamic_option_id_100116,#custom_pOptions #dynamic_option_id_10062, #custom_pOptions #dynamic_option_id_10061 {
  position: relative;
}

#custom_pOptions ul li {
  display: flex;
  align-items: center;
}

.custom_discount_img {
  padding: 0 20px;
}

.viewMetaQuest3 {
  position: relative;
}

#custom_pOptions #dynamic_option_id_100115 label.required {
  white-space: normal;
}

span.metaQuest3PreviewWrapper {
  position: relative;
}

span.viewMetaQuest3Click {
  text-decoration: underline;
  cursor: pointer;
}

span.exitMetaQuest3Preview {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 25px;
  cursor: pointer;
}

span.viewMetaQuest3Preview {
  position: absolute;
  bottom: 100%;
  background: #f9f9f9;
  padding: 5px;
  width: 550px;
  display: none;
}

#dynamic_option_id_10021,#dynamic_option_id_10040,#dynamic_option_id_10022 {
  margin-right: 23px;
}

#fieldset-section-4 .fields td,#fieldset-section-14 .fields td {
  width: 100%;
}

#dynamic_option_id_10040 ul{
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

#dynamic_option_id_10040 ul li label{
    border: 1px solid #e1e5ec;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 150px;
    cursor: pointer;     
}
#dynamic_option_id_10040 ul li label img{
  transition: 0.5s;
  border-bottom:1px solid #e1e5ec;
}
#dynamic_option_id_10040 ul li label:hover > img{
  transform: scale(1.1)
}

div#dynamic_option_id_10040 ul li input[type="radio"]{
    display: none;
}
div#dynamic_option_id_10040 ul li input[type="radio"]:checked + label,div#dynamic_option_id_10040 ul li input[type="radio"]:checked + label img{
  border-color: #000;
}

#dynamic_option_id_10040 ul li label span{
    font-size: 12px;
    padding: 6px 10px;
    height: 100%;
    display: flex;
    align-items: center;
}

.field.snpets-field {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  position: relative;
}

.field.snpets-field label.required {
  white-space: break-spaces !important;
}

.product-form .snpets-field input {
  min-height: 22px;
}

.field.snpets-field .validation-advice {
  position: absolute;
  bottom: -20px;
  width: 150px;
  left: 0px;
  right: 0px;
}

/* 01/07/2025 css */
  div.toggle_options{
    min-width: 300px;
  }  
.toggle_options div.control > ul{
    border: 1px solid #000;
    border-radius: 30px;
    padding: 0;
    width: max-content !important;
    overflow: hidden;
    position: relative;
  margin-top: 12px;
}
.toggle_options .control ul li {
    flex: 1;
    width: 100% !important;
    position: relative;
}
 .toggle_options .control ul li:nth-child(1):before {
    content: "";
    position: absolute;
    height: 115%;
    width: 15px;
    background: #000000;
    right: -5px;
    transform: rotate(14deg);
}
.toggle_options .control ul li input[type="radio"] {
    display: none;
}
.toggle_options .control ul li input[type="radio"] + label {
    padding: 10px 30px;
    width: 156px;
    text-align: center;
    cursor: pointer;
    margin: 0;
}

.toggle_options .control ul li.slideLift::after,
.toggle_options .control ul li.slideRight::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: black;
  z-index: -1;
  top: 0;
  left: 0;
}

.toggle_options .control ul li.slideRight::after {
  animation-name: animationRight;
    animation-duration: 0.8s;
  animation-iteration-count: 1;
}

.toggle_options .control ul li.slideLift::after {
  animation-name: animationLift;
    animation-duration: 0.8s;
  animation-iteration-count: 1;
}

@keyframes animationRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}

@keyframes animationLift {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.toggle_options .control ul li input[type="radio"]:checked + label {
    color: #fff;
  background-color: black;
}
.toggle_options .control ul li.slideRight input[type="radio"]:checked + label,.toggle_options .control ul li.slideRight:before,.toggle_options .control ul li:nth-child(1) input[type="radio"]:checked + label{
  color: yellow;
   background-color: #6e0e6b;
}
.toggle_options .control ul li.slideRight::after,.toggle_options .control ul li.slideRight:before{
  background-color: #6e0e6b;
}
/* 01/07/2025 */


#dynamic_option_id_100116.rayban_colors .control ul, #dynamic_option_id_10062.rayban_colors .control ul, #dynamic_option_id_10061.rayban_colors .control ul {
  flex-wrap: wrap;
  gap: 10px;
}

#dynamic_option_id_100116.rayban_colors .control ul .product-custom-option, #dynamic_option_id_10062.rayban_colors .control ul .product-custom-option, #dynamic_option_id_10061.rayban_colors .control ul .product-custom-option {
  margin-left: 0px;
}

@media screen and (min-width:1381px) {
  span.viewMetaQuest3Preview {
    left: 0;
  }
}

@media screen and (max-width:1380px) {
  span.viewMetaQuest3Preview {
    left: -50px;
  }
}

@media screen and (max-width:1280px) {
  span.viewMetaQuest3Preview {
    left: -150px;
  }
}

@media screen and (max-width:1080px) {
  span.viewMetaQuest3Preview {
    left: -20%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width:749px) {
  span.viewMetaQuest3Preview {
    transform: translateX(0);
    left: 0
  }

  #custom_pOptions #dynamic_option_id_100115 label.required {
    position: relative;
  }

  .viewMetaQuest3 {
    position: static;
  }

  #fieldset-section-4 .fields td {
    width: 100%;
  }

  #dynamic_option_id_10021 {
    margin-right: 0;
  }

  #dynamic_option_id_10022 {
    margin-right: 0;
  }
}

@media screen and (max-width:600px) {
  span.viewMetaQuest3Preview {
    width: 100%;
  }
}

.product__price {
  display: none;
}

.product__price.lpprices {
  display: block;
  font-size: 35px;
  margin-bottom: 18px;
}

.product__price.lpprices .price-item {
  font-weight: 500;
}

table.form-list.option-fields-cols-3 tr.fields td {
  width: 33.33%;
}

div#dynamic_option_id_1003 {
  margin-right: 23px;
}

#fieldset-section-3 input#options_1007_text {
  width: 135px !important;
}

div#dynamic_option_id_1006 {
  margin-right: 23px;
}

.product-form .control select {
  width: 100%;
  background: #fff url(https://widmovr.com/wp-content/themes/mystile/includes/css/jquery.selectBox-arrow.gif);
  background-repeat: no-repeat;
  background-position: 95%;
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
  color: #000;
  outline: none;
  vertical-align: middle;
  background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
}

.product-form .control input {
  width: 100%;
  position: relative;
  border: solid 1px #000;
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
  color: #000;
  outline: none;
  vertical-align: middle;
  background: #fff !important;
  background-color: #fff !important;
  background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
  -webkit-box-shadow: 0 1px 0 rgb(255 255 255 / 75%);
  box-shadow: 0 1px 0 rgb(255 255 255 / 75%);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  cursor: default;
}

.product-form .control select {
  width: 100%;
}

#dynamic_option_id_1001 .validation-advice {
  margin-top: 2px;
  position: absolute;
}

#dynamic_option_id_1004 .validation-advice {
  margin-top: 2px;
  position: absolute;
}

#dynamic_option_id_1008 .validation-advice {
  margin-top: 2px;
  position: absolute;
}

#dynamic_option_id_100115 ul {
  display: flex;
  gap: 0px;
}

#protocart,
#itoris_dynamicproductoptions {
  display: none;
}

.admin__control-select.required.not_valid {
  border-color: red;
}

#custom_pOptions th,
td {
  border: none;
  padding: 0 5px 5px 0px;
}

.shopify-payment-button button.shopify-payment-button__button {
  display: none;
}

p.alertmsgSPH,
p.alertmsgCYL {
  color: red;
  font-size: 13px;
}

#custom_pOptions label.required em {
  display: none;
}

.forRedDot {
  position: relative
}

#custom_pOptions label.required .forRedDot:after {
  content: '*';
  color: red;
  margin-left: 5px;
}

#custom_pOptions label.required {
  display: inline-block;
  white-space: nowrap;
}

.validation-advice {
  margin: 5px 0 0;
  color: #df280a;
  font-size: 13px;
  clear: both;
}

button#custom_buynow {
  color: white;
  background-color: #3a3a3a;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  border-radius: 2px;
  line-height: 1.4;
  padding: 1em 2em;
  border: none;
  width: 100%;
}

button#custom_buynow:hover {
  background-color: #606060;
}

.product-form .control input {
  width: 100%;
  /* background-color: #F2F2F2 !important; */
  background: #fff !important;
  /* border-radius: 30px; */
}

ul.thum-box {
  float: left;
  width: 100%;
}

.thum-box li {
  width: 24%;
  padding: 10px;
  border: 1px solid;
  float: left;
  margin-right: 5px;
  margin-top: 10px;
}

.thum-box li img {
  min-height: 90px;
  width: 90px;
}

.product-form .control select option.price-mins {
  margin: 0px;
  padding: 0px;
  color: #66c2ff;
  font-size: 15px;
}

.product-form .control select option.price-start {
  margin: 0px;
  padding: 0px;
  color: #000;
  font-size: 15px;
}

.product-form .control select option.price-plus {
  margin: 0px;
  padding: 0px;
  color: #299029a8;
  font-size: 15px;
}

.product-form .control select:hover {
  color: #000 !important;
}

.product-form .control {
  position: relative;
}

#dynamic_option_id_1001 .control:before {
  content: '';
  border-right: 1px solid #ccc;
  position: absolute;
  height: 43px;
  right: 27px;
}

#dynamic_option_id_1002 .control:before {
  content: '';
  border-right: 1px solid #ccc;
  position: absolute;
  height: 43px;
  right: 27px;
}

#dynamic_option_id_1004 .control:before {
  content: '';
  border-right: 1px solid #ccc;
  position: absolute;
  height: 43px;
  right: 27px;
}

#dynamic_option_id_1005 .control:before {
  content: '';
  border-right: 1px solid #ccc;
  position: absolute;
  height: 43px;
  right: 27px;
}

#dynamic_option_id_1008 .control:before {
  content: '';
  border-right: 1px solid #ccc;
  position: absolute;
  height: 43px;
  right: 32px;
}

#dynamic_option_id_1009 .control:before,
#dynamic_option_id_10010 .control:before,
#dynamic_option_id_10075 .control:before,
#dynamic_option_id_10011 .control:before,
,
#dynamic_option_id_100111 .control:before,
#dynamic_option_id_100119 .control:before {
  content: '';
  border-right: 1px solid #ccc;
  position: absolute;
  height: 43px;
  right: 35px;
}

#fieldset-section-0 .control,
#dynamic_option_id_1008 .control,
#dynamic_option_id_1009 .control,
#dynamic_option_id_100115 .control,
#dynamic_option_id_10010 .control,
#dynamic_option_id_10075 .control,
#dynamic_option_id_10011 .control,
#dynamic_option_id_100119 .control,
#dynamic_option_id_100111 .control,
#dynamic_option_id_10080 .control {
  display: flex;
  vertical-align: middle;
  align-items: center;
}

#fieldset-section-0 .control input#radio_prec,
#fieldset-section-0 .control input#radio_plan,
#dynamic_option_id_10080 .control input.product-custom-option,
#dynamic_option_id_1008 .control input.product-custom-option,
#dynamic_option_id_1009 .control input.product-custom-option,
#dynamic_option_id_10010 .control input.product-custom-option,
#dynamic_option_id_10075 .control input.product-custom-option,
#dynamic_option_id_10011 .control input.product-custom-option,
#dynamic_option_id_100111 .control input.product-custom-option,
#dynamic_option_id_100119 .control input.product-custom-option,
#dynamic_option_id_100115 .control input.product-custom-option,
#dynamic_option_id_100116 .control input.product-custom-option,
#dynamic_option_id_10062 .control input.product-custom-option, #dynamic_option_id_10061 .control input.product-custom-option {
  width: 13px;
  margin: 0px 10px;
  height: 13px;
  min-height: 13px;
}

#fieldset-section-0 .control ul,
#dynamic_option_id_10080 .control ul,
#dynamic_option_id_1008 .control ul,
#dynamic_option_id_1009 .control ul,
#dynamic_option_id_10010 .control ul,
#dynamic_option_id_10075 .control ul,
#dynamic_option_id_10011 .control ul,
#dynamic_option_id_100111 .control ul,
#dynamic_option_id_100119 .control ul,
#dynamic_option_id_100115 .control ul,
#dynamic_option_id_100116 .control ul,
#dynamic_option_id_10062 .control ul, #dynamic_option_id_10061 .control ul {
  display: flex;
  vertical-align: middle;
  margin-bottom: 27px;
  width: 100%;
}

#dynamic_option_id_10080 .control ul{
  flex-direction: column;
}

#dynamic_option_id_10080 .control ul li:first-child{
  width: 100%;
}

#fieldset-section-0 .control ul li:first-child,
#dynamic_option_id_1008 .control ul li:first-child,
#dynamic_option_id_1009 .control ul li:first-child,
#dynamic_option_id_10010 .control ul li:first-child,
#dynamic_option_id_10075 .control ul li:first-child,
#dynamic_option_id_10011 .control ul li:first-child,
#dynamic_option_id_100111 .control ul li:first-child,
#dynamic_option_id_100119 .control ul li:first-child {
  width: 40%;
}

#fieldset-section-0 .control input:nth-child(1),
#dynamic_option_id_10080 .control ul li:nth-child(1) .product-custom-option,
#dynamic_option_id_1008 .control ul li:nth-child(1) .product-custom-option,
#dynamic_option_id_1009 .control ul li:nth-child(1) .product-custom-option,
#dynamic_option_id_10010 .control ul li:nth-child(1) .product-custom-option,
#dynamic_option_id_10075 .control ul li:nth-child(1) .product-custom-option,
#dynamic_option_id_10011 .control ul li:nth-child(1) .product-custom-option,
#dynamic_option_id_100111 .control ul li:nth-child(1) .product-custom-option,
#dynamic_option_id_100119 .control ul li:nth-child(1) .product-custom-option,
#dynamic_option_id_100115 .control ul li:nth-child(1) .product-custom-option,
#dynamic_option_id_100116 .control ul li:nth-child(1) .product-custom-option,
#dynamic_option_id_10062 .control ul li:nth-child(1) .product-custom-option, #dynamic_option_id_10061 .control ul li:nth-child(1) .product-custom-option{
  margin-left: 0px !important;
}

#dynamic_option_id_1008 .control:before,
#dynamic_option_id_1009 .control:before,
#dynamic_option_id_10010 .control:before,
#dynamic_option_id_10075 .control:before,
#dynamic_option_id_10011 .control:before,
#dynamic_option_id_100111 .control:before,
#dynamic_option_id_100119 .control:before,
#dynamic_option_id_100115 .control:before {
  border-right: 0 !important;
}

#dynamic_option_id_1007 {
  margin-right: 10px;
}

#custom_pOptions label {
  font-weight: bold;
}

input#options_1007_text {
  width: 124px;
}

#dynamic_option_id_1008 {
  margin-top: 27px;
}

.template-product .shopify-payment-button {
  display: none !important;
}

#dynamic_option_id_1003 .validation-advice,
#dynamic_option_id_1002 .validation-advice,
#dynamic_option_id_1005 .validation-advice,
#dynamic_option_id_1006 .validation-advice {
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .product-form .form-list tr.fields td {
    float: left;
    width: 100%;
  }

  #dynamic_option_id_1001 .control:before {
    right: 13%;
  }

  #dynamic_option_id_1002 .control:before {
    right: 13%;
  }

  #dynamic_option_id_1004 .control:before {
    right: 13%;
  }

  #dynamic_option_id_1005 .control:before {
    right: 13%;
  }

  #dynamic_option_id_1008 .control:before {
    right: 13%;
  }

  #dynamic_option_id_1009 .control:before,
  #dynamic_option_id_10010 .control:before,
  #dynamic_option_id_10075 .control:before,
  #dynamic_option_id_100110 .control:before,
  #dynamic_option_id_100115 .control:before {
    right: 13%;
  }

  #custom_pOptions th,
  #custom_pOptions td {
    display: block;
  }

  #fieldset-section-3 input#options_1007_text {
    width: 100% !important;
    max-width:147px;
  }

  div#dynamic_option_id_1006 {
    margin-right: 0px;
  }

  div#dynamic_option_id_1003 {
    margin-right: 0px;
  }
}

#dynamic_option_id_1001 .validation-advice {
  margin-top: 2px;
  position: relative;
}

#dynamic_option_id_1004 .validation-advice {
  margin-top: 2px;
  position: relative;
}
#dynamic_option_id_100116 .hideColors, #dynamic_option_id_10062 .hideColors, #dynamic_option_id_10061 .hideColors {
    display: none !important;
}
.loaderDots {
  width: 6px;
  height: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
}

@keyframes l5 {
  0% {
    box-shadow: 10px 0 #000, -10px 0 #0002;
    background: #000
  }

  33% {
    box-shadow: 10px 0 #000, -10px 0 #0002;
    background: #0002
  }

  66% {
    box-shadow: 10px 0 #0002, -10px 0 #000;
    background: #0002
  }

  100% {
    box-shadow: 10px 0 #0002, -10px 0 #000;
    background: #000
  }
}

#custom_add_to_cart span {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
}

#tooltip {
  text-align: center;
  color: #fff;
  background: #111;
  position: absolute;
  z-index: 100;
  padding: 15px;
}

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #111;
  top: -20px;
  bottom: auto;
}

#tooltip.left:after {
  left: 10px;
  margin: 0;
}

#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

abbr {
  background: #eee;
  padding: 2px 6px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  cursor: help;
}

.custom_discount_price {
  color: #f00;
}

.product__price.lpprices {
  display: inline-block;
  font-size: 28px;
  margin-bottom: 18px;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.custom_discount_price {
  color: #f00;
}

.price,
.custom_discount_img {
  float: left;
}

.custom_discount_price {
  float: left;
  margin-left: 0;
}

@media screen and (max-width:1199px) {
  .product__price.lpprices .price {
    width: 33.33%;
    font-size: 28px;
  }

  .product__price.lpprices .custom_discount_img {
    width: 33.33%;
    text-align: center;
  }

  .product__price.lpprices .custom_discount_price {
    width: 33.33%;
    font-size: 28px;
  }
}

@media screen and (min-width:750px) and (max-width:990px) {
  .product__price.lpprices .price {
    width: 33.33%;
    font-size: 20px;
  }

  .product__price.lpprices .custom_discount_img {
    width: 33.33%;
    text-align: center;
    padding: 10px;
    display: flex;
  }

  .product__price.lpprices .custom_discount_price {
    width: 33.33%;
    font-size: 20px;
  }
}

@media screen and (min-width:320px) and (max-width:480px) {
  .product__price.lpprices {
    display: flex;
    justify-content: flex-start;
  }

  .product__price.lpprices .price {
    width: auto;
    font-size: 16px;
  }

  .product__price.lpprices .custom_discount_img {
    width: auto;
    text-align: center;
    padding: 0 10px;
    display: flex;
  }

  .product__price.lpprices .crosoutprice .price__regular {
    font-size: 16px;
  }

  .product__price.lpprices .custom_discount_price {
    width: auto;
    font-size: 18px;
  }
}

div#outOfStock {
  font-size: 20px;
  font-weight: 700;
  color: #00b67a;
  margin-bottom: 10px;
  margin-top: -20px;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

#custom_pOptions ul li input[type="radio"][id^="cb"] {
  display: none;
}

#custom_pOptions ul li label.color-image {
  border: 1px solid #fff;
  padding: 0px;
  display: block;
  position: relative;
  margin: 0px;
  cursor: pointer;
}

#custom_pOptions ul li label.color-image:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

#custom_pOptions ul li label.color-image img {
  height: auto;
  width: 80px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

#custom_pOptions ul li input[type="radio"]:checked+label.color-image {
  border-color: #1f1f24;
}

#custom_pOptions #dynamic_option_id_10061 ul li input[type="radio"]:checked+label.color-image, #custom_pOptions #dynamic_option_id_10062 ul li input[type="radio"]:checked+label.color-image {
  border-radius: 15px;
}
#custom_pOptions #dynamic_option_id_10061 ul li label.color-image img, #custom_pOptions #dynamic_option_id_10062 ul li label.color-image img{
  border-radius: 20px;
} 

 /* css 16-5-2025 */
#dynamic_option_id_10080 li.custom_redio_btn,
#dynamic_option_id_10090 li.custom_redio_btn {
    position: relative;
    box-shadow: 0 0 12px rgba(0,0,0,.08);
    border-radius: 8px;
    margin-top: 20px;
  
}
#dynamic_option_id_10080 ul li.custom_redio_btn input[type="radio"],
#dynamic_option_id_10090 ul li.custom_redio_btn input[type="radio"]{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    appearance:none;
    background: transparent !important;
    border-color:transparent;
    margin:0px;
}

  #dynamic_option_id_10080 ul li.custom_redio_btn input[type="radio"]:hover,
  #dynamic_option_id_10090 ul li.custom_redio_btn input[type="radio"]:hover{
    cursor:pointer;
  }
  
 #dynamic_option_id_10080 ul li.custom_redio_btn  input[type="radio"]:checked,
 #dynamic_option_id_10090 ul li.custom_redio_btn  input[type="radio"]:checked {
    outline: 2px solid #1f1f24;
    border-radius: 8px;
 }

#dynamic_option_id_10080 li.custom_redio_btn img,
#dynamic_option_id_10090 li.custom_redio_btn img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    object-position: center;
}
#dynamic_option_id_10080 ul li.custom_redio_btn .content-wrpaer,
#dynamic_option_id_10090 ul li.custom_redio_btn .content-wrpaer {
  width:80%;
  padding:16px 16px 18px 0px;
}
#dynamic_option_id_10080 ul li.custom_redio_btn .content-wrpaer span.heading-radio,
#dynamic_option_id_10090 ul li.custom_redio_btn .content-wrpaer span.heading-radio {
    font-size: 16px;
    display: block;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 4px;
    color: #1f1f24;
}
  #dynamic_option_id_10080 ul li.custom_redio_btn .content-wrpaer span.single-text,
  #dynamic_option_id_10090 ul li.custom_redio_btn .content-wrpaer span.single-text,
  #dynamic_option_id_10080 ul li.custom_redio_btn .content-wrpaer span.progressive-text,
  #dynamic_option_id_10090 ul li.custom_redio_btn .content-wrpaer span.progressive-text {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: normal;
    display: block;
    color: #1f1f24;
}
 @media screen and (max-width:749px) {
  div#fieldset-section-1 tr.fields ,div#fieldset-section-2 tr.fields{
     display:flex;
     gap:10px;
   }
   div#fieldset-section-1 tr.fields td .field ,div#fieldset-section-2 tr.fields td .field{

    display: flex;
    flex-direction: column;

   }
     #custom_pOptions label.required {
        white-space: normal;
    }
   .product-form .control:before{
     display:none;
   }
   .product-form .control select{
       font-size:14px;
     padding-right: 12px;
     height:38px;
     }
   .product-form .control input {
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 30px;
}
   div#dynamic_option_id_100116 .control ul li,div#dynamic_option_id_10062 .control ul li {
    flex: 1 1 auto;
}
 }
  /* css 16-5-2025 */  
  @media screen and (max-width:749px) {
    {% if product.id == 14965640757408 %}
      .thumbnails-wrapper.thumbnails-slider--active {
        /* display: none; */
      }
    {% endif %}
  }
  @media screen and (max-width:600px) {
    {% if product.id == 14965640757408 %}
      .thumbnails-wrapper.thumbnails-slider--active {
          /* display: none; */
      }
    {% endif %}
  }
  {% if product.tags contains 'Lenses' %}
    .product__price.lpprices .price-item{
      font-weight:500;
    }
  {% endif %}
  {% if  product.id == 14965640757408 or product.id == 15042206826656 or product.id == 14637540507808%}
  @media only screen and (max-width: 749px) {
    .thumbnails-slider--active .product-single__thumbnails {
        display: flex !important;
    }
      }
  {% endif %}

/* latest tooltip design (5-5-25) */
#dynamic_option_id_1001 label.required{
        white-space: unset;
  }  
  #custom_pOptions ntool.active {
  background: #000;
    display: block;
    color: #fff;
    padding: 15px;
    text-align: center;
    position: absolute;
    max-width: 195px;
    width:200px;
    bottom: 35px;
    font-size: 15px;
    font-family: Helvetica, Helvetica Neue, Arial, Lucida Grande, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    white-space:normal;
    left: 0;
    transform: translateX(-50%);
}
  #custom_pOptions abbr{
    position:relative;
  }
  #custom_pOptions abbr.active:after{
   width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 0;
    top: -15px;
  }
  #custom_pOptions label{
        position: relative;
  }
  .product-form #custom_pOptions .form-list  tr.fields td:first-child #dynamic_option_id_10075 ntool.active{
      width:400px;
      max-width:400px;
    }

  @media screen and (max-width: 749px){
    .product-form #custom_pOptions .form-list  tr.fields td:first-child #dynamic_option_id_1008 ntool.active{
      left:-50%;
      transform: translateX(-50%);
    }
    .product-form #custom_pOptions .form-list  tr.fields td:first-child #dynamic_option_id_1009 ntool.active{
      left:-50%;
      transform: translateX(-50%);
    }
    .product-form #custom_pOptions .form-list tr.fields td:first-child #dynamic_option_id_10075 ntool.active {
        left: 28px;
        transform: translateX(-50%);
        width: 300px;
        max-width: 300px;
    }
    #custom_pOptions #dynamic_option_id_10075 label.required{
        max-width: 250px;
    }
    .product-form #custom_pOptions .form-list  tr.fields td:first-child ntool.active{
       left:-15px;
      transform: translateX(0);
    }
    .product-form #custom_pOptions .form-list  tr.fields td:nth-child(3) ntool.active{
      right: -15px;
      left:auto;
      transform: translateX(0);
    }
  }
  @media screen and (max-width:1080px){
    .product-form .form-list tr.fields td:last-child label ntool.active {
    right:-20px;
  }
}
/* latest tooltip design (5-5-25) */
