body::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
  width: 1px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
  background-color: #000000;
  border: 1px solid #555555;
}
body.variant_popup_enabled {
  overflow: hidden;
}

.product_form .cv_option_name {
  border: 1px solid #dedbdb;
  margin: 0 0 10px;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
/*   z-index: -1; */
}
.product_form .cv_option_name:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  right: 14px;
  transform: rotate(-135deg);
  top: 15px;
}
.color_size__block .options__outer_Grid:first-child, .color_size__block .options__outer_Grid:last-child {
  position: relative;
}
.options__outer_Grid .cv_value_outer {
  position: absolute;
  width: 100%;
  z-index: 999;
  max-width: 300px;
  left: -320px;
  top: 0;
  -webkit-box-shadow: 0 -2px 10px rgba(54,54,54,0.2);
  box-shadow: 0 -2px 10px rgba(54,54,54,0.2);
  display: none;
}
.options__outer_Grid .cv_value_outer.cv_active {
  opacity: 1;
}
.cv_value_outer ul li {
  list-style-type: none;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}
.cv_value_outer ul {
  background: #fff;
  text-align: center;
  /*   position: relative; */
  box-shadow: 0 -2px 10px rgba(54,54,54,0.2);
  padding: 10px 0;
  padding: 10px 0;
  max-height: 340px;
  overflow-y: auto;
  overflow-x: hidden;
}
/* .cv_val_active{
//border: solid 1px #000;
color: #fff;
} */
.cv_value_outer ul:before {
  content: '';
  position: absolute;
  right: -13px;
  filter: drop-shadow(2px 0 2px rgba(54,54,54,0.2));
  border-color: transparent white;
  border-style: solid;
  border-width: 10px 0px 10px 13px;
  height: 0px;
  width: 0px;
  top: 12px;
}

.cv_value_outer svg {
  width: 15px;
  position: absolute;
  left: 15px;
  top: 17px;
}
.overlay__cvv.active {
  position: fixed;
  width: 100%;
  background: #00000036;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
button.pswp__button {
    display: none;
}

@media (min-width: 1200px) {
/*   body.variant_popup_enabled {
    position: fixed;
    overflow-y: auto;
    width: 100%;
  } */
}
@media (min-width: 981px) {
  .cv_value_outer svg {
    display: none;
  }
  .overlay__cvv.active {
    display: none;
  }
  li.cv_option_mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 980px){
  #product-photos {
    height: 100%!important;
    margin: 0;
  }
    .section-why-shop {
  margin: 0 !important;
  padding: 0 !important;
}
}
@media (max-width: 980px) {
  .options__outer_Grid .cv_value_outer {
    position: fixed;
    width: 100%;
    z-index: 999;
    max-width: 100%;
    left: 0;
    top: inherit;
    bottom: -100%;
    transition: all 0.5s ease-in-out;
    display: block;
  }
  .cv_value_outer ul {
    width: 100%;
    padding: 0px 0 10px;
  }
  .cv_value_outer ul:before {
    display: none; 
  }
  .options__outer_Grid .cv_value_outer.cv_active {
    bottom: 0;
  }
  .cv_value_outer ul li {
    color: #6c6c6c;
    font-size: 16px;
    padding: 15px 0;
  }
  .cv_value_outer ul li.cv_option_mobile:after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(231, 231, 231, 0.75);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .cv_value_outer ul li.cv_option_mobile {
    color: #000;
    position: relative;
  }
}
@media (max-width: 767px) {
  .mobile-only .Product__Gallery.Product__Gallery--withThumbnails {
      width: calc(110% + 5px);
      position: relative;
      left: -15px;
      margin-bottom: 20px;
  }

    .index-section.section-why-shop {
      width: calc(110% + 5px);
      position: relative;
      left: -15px;
	}
  .section-why-shop {
  margin: 0 !important;
  padding: 0 !important;
}
}

@media only screen and (max-width: 680px) {
.cv_value_outer {
    
   
    top: 12% !important;
    
}
}

