.horizontal-colornav {
  display: block;
}
.horizontal-colornav-swatch:after {
  border-radius: inherit;
  box-shadow: inset 0 2px 1.5px rgba(0,0,0,0.1);
  content: '';
  display: block;
  position: absolute;
}
.horizontal-colornav-swatch {
  border-radius: 50%;
  box-shadow: inset 0 0 1px 0 rgba(102,102,102,0.5);
  display: block;
  width: 32px;
  height: 32px;
}
.horizontal-colornav-swatch.disabled{
  cursor: not-allowed;
  opacity: 0.3;
}
figure{
  margin:0;
  padding:0;

}
.horizontal-colornav-link.active, .horizontal-colornav-value:checked ~ .horizontal-colornav-link {
  border-color: #0070c9;
  cursor: default;
}
.horizontal-colornav-link {
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  cursor: pointer;
  padding: 3px;
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 1;
  margin-bottom: 1.8em;
  background: transparent;
}
.horizontal-colornav.button {
  background: none;
  overflow: visible;
}
.horizontal-colornav-item > button:focus, .horizontal-colornav-item > figure:focus, .horizontal-colornav-item > figcaption:focus {
  outline:0 !important;
  -webkit-appearance:none;
}
.horizontal-colornav-item {
  float: left;
  margin: 0 3px;
}
.horizontal-colornav-items {
  display: inline-block;
  list-style: none;
  margin: 0 -2px;
  padding: 0;
}
.horizontal-colornav-swatch:after {
  border-radius: inherit;
  box-shadow: inset 0 2px 1.5px rgba(0,0,0,0.1);
  content: '';
  display: block;
  height: inherit;
  position: absolute;
  width: inherit;
}
.horizontal-colornav-label {
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.008em;
  font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  margin-left: -50px;
  padding-top: 5px;
  position: absolute;
  top: 100%;
  left: 50%;
  text-align: center;
  white-space: nowrap;
  width: 100px;
  height: auto;
  z-index: 1;
}
.horizontal-colornav-label {
  overflow: visible;
}

/*vertical*/
.vertical-colornav {
  display: block;
  margin-bottom: 5px;
}
.vertical-colornav-swatch:after {
  border-radius: inherit;
  box-shadow: inset 0 2px 1.5px rgba(0,0,0,0.1);
  content: '';
  display: block;
  position: absolute;
}
.vertical-colornav-swatch {
  border-radius: 50%;
  box-shadow: inset 0 0 1px 0 rgba(102,102,102,0.5);
  display: block;
  width: 32px;
  height: 32px;
}
.vertical-colornav-swatch.disabled{
  cursor: not-allowed;
  opacity: 0.3;
}
figure{
  margin:0;
  padding:0;

}
.vertical-colornav-link.active, .vertical-colornav-value:checked ~ .vertical-colornav-link {
  border-color: #0070c9;
  cursor: default;
}
.vertical-colornav-link {
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  cursor: pointer;
  padding: 3px;
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 1;
  /* margin-bottom: 1.8em;*/
  background: transparent;
}
.vertical-colornav.button {
  background: none;
  overflow: visible;
}
.vertical-colornav-item > button:focus, .vertical-colornav-item > figure:focus, .vertical-colornav-item > figcaption:focus {
  outline:0 !important;
  -webkit-appearance:none;
}
.vertical-colornav-item {
  /* float: left;*/
  margin: 0 3px;
}
.vertical-colornav-items {
  display: inline-block;
  list-style: none;
  margin: 0 -2px;
  padding: 0;
}
.vertical-colornav-swatch:after {
  border-radius: inherit;
  box-shadow: inset 0 2px 1.5px rgba(0,0,0,0.1);
  content: '';
  display: block;
  height: inherit;
  position: absolute;
  width: inherit;
}
.vertical-colornav-label {
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.008em;
  font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  margin-left: -50px;
  padding-top: 5px;
  position: absolute;
  top: 20%;
  left: 150%;
  text-align: center;
  white-space: nowrap;
  width: 100px;
  height: auto;
  z-index: 1;
}
.vertical-colornav-label {
  overflow: visible;
}


@media (min-width: 300px) and (max-width: 768px) {


  .MENUITEM ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .MENUITEM ul li {
    display: block;
    position: relative;
    z-index: 10000000000000000;
  }

  /* This hides the dropdowns */
  .MENUITEM li ul {
    display: none;
  }

  .MENUITEM ul li a {
    display: block;
    padding: 1em;
    white-space: nowrap;
    color: inherit;
  }

  .MENUITEM .active {
    opacity: 0.7;
    color: inherit;
  }

  /* Display the dropdown */
  .MENUITEM li:hover > ul {
    display: block;
    position: relative;
  }

  .MENUITEM li:hover li {
    float: none;
  }

  .main-navigation li ul li {
    border-top: 0;
  }

  /* Displays second level dropdowns to the right of the first level dropdown */
  .MENUITEM ul ul ul {
    left: 100%;
    top: 0;
  }

  /* Simple clearfix  */
  ul:before,
  .MENUITEM ul:after {
    content: " ";
    display: block;
  }

  .MENUITEM ul:after {
    clear: both;
  }

  .stock_check_table{
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .MENUITEM ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .MENUITEM ul li {
    display: block;
    position: relative;
    float: left;
    z-index: 10000000000000000;
  }

  /* This hides the dropdowns */
  .MENUITEM li ul {
    display: none;
  }

  .MENUITEM ul li a {
    display: block;
    padding: 1em;
    white-space: nowrap;
    color: inherit;
  }

  .MENUITEM .active {
    opacity: 0.7;
    color: inherit;
  }

  /* Display the dropdown */
  .MENUITEM li:hover > ul {
    display: block;
    position: absolute;
  }

  .MENUITEM li:hover li {
    float: none;
  }

  .main-navigation li ul li {
    border-top: 0;
  }

  /* Displays second level dropdowns to the right of the first level dropdown */
  .MENUITEM ul ul ul {
    left: 100%;
    top: 0;
  }

  /* Simple clearfix  */
  ul:before,
  .MENUITEM ul:after {
    content: " ";
    display: table;
  }

  .MENUITEM ul:after {
    clear: both;
  }
}

.alternative_price_allowed{
  text-decoration:line-through;
}
.product_not_in_stock{
  color: #f00 !important;
  font-size: 20px;
}

.product_low_stock{
  color: #ff9533 !important;
  font-size: 20px;
}

.product_in_stock{
  color:#19a531 !important;
  font-size: 20px;
}


.spec-scroll-vekony::-webkit-scrollbar {
  width: 8px;
  height:8px;
  opacity:0.5;
}
.spec-scroll-ultra-vekony::-webkit-scrollbar {
  width: 4px;
  height:8px;
  opacity:0.5;
}
.spec-scroll-vekony::-webkit-scrollbar-track, .spec-scroll-ultra-vekony::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
  border-radius: 0px;
  opacity:0.5;
  top: 99%;
  margin: 0 auto;
}

.spec-scroll-vekony::-webkit-scrollbar-thumb, .spec-scroll-ultra-vekony::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
  background-color:rgba(0,0,0,0.4);
  opacity:0.5;
}

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  /*padding-top: 100px;*/
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

.modal-content {
  position: relative;
  text-align:center;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 895px;
  background:none;
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 25px;
  font-weight: bold;
  opacity:1;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

.prev-image,
.next-image {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 20px);
  width: auto;
  padding: 16px;
  /*margin-top: -50px;*/
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}


.next-image {
  right: 0;
  border-radius: 3px 0 0 3px;
}


.prev-image:hover,
.next-image:hover {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration:none !important;
}


.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

#LightboxGallery img {
  margin-bottom: -4px;

}

.category_name{
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 190px;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  top: 6px;
}
.cateogry_name_row{

}

.payment_error_close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 14px;
  height: 14px;
  opacity: 0.3;
}
.payment_error_close:hover {
  opacity: 1;
}
.payment_error_close:before, .payment_error_close:after {
  position: absolute;
  left: 6px;
  content: ' ';
  height: 14px;
  width: 2px;
  background-color: #333;
}
.payment_error_close:before {
  transform: rotate(45deg);
}
.payment_error_close:after {
  transform: rotate(-45deg);
}


.stock_overlay_close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 14px;
  height: 14px;
  opacity: 0.3;
}
.stock_overlay_close:hover {
  opacity: 1;
}
.stock_overlay_close:before, .stock_overlay_close:after {
  position: absolute;
  left: 6px;
  content: ' ';
  height: 14px;
  width: 2px;
  background-color: #333;
}
.stock_overlay_close:before {
  transform: rotate(45deg);
}
.stock_overlay_close:after {
  transform: rotate(-45deg);
}
