body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.homeProductInfo {
  background-color: #f5f5f5;
}

.zoompro-span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#productAdditionalImages {
  display: flex;
  margin: 4px -4px 0;
}
.additionalImages {
  width: 16.6666% !important;
  margin: 0 !important;
  padding: 4px;
}
.additionalImages img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-single__title {
  font-weight: 600;
  margin-bottom: 12px;
}
.reviewLink {
  color: #232323;
}
.reviewLink:hover {
  color: #dc2a16;
}
.reviewLink i {
  font-size: 14px;
}
.product-price-old-price {
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 500;
  margin-right: 5px;
  text-decoration: line-through;
}
.product-price__price {
  color: #d50202;
  font-size: 20px;
  font-weight: 600;
}
.discount-badge {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px;
  font-size: 14px;
}
.discount-badge .off {
  color: #d50202 ;
}
.product-single__price {
  margin: 20px 0;
}
.product-price__sale--single {
  font-size: 14px;
}

.product-form .product-form__item {
  margin: 8px 0;
}
.product-form .product-form__item .label {
  font-size: 14px;
  font-weight: 500;
  padding-top: 0;
  margin-bottom: 10px;
}
.product-form .product-form__item .slVariant {
  margin-left: 8px !important;
}

.product-form .swatches {
  display: flex;
  flex-wrap: wrap;
}
.product-form .swatch-element {
  margin-right: 8px;
  line-height: 0;
  border: 1px solid #ddd;
}
.product-form .swatch-element:hover {
  border-color: #000;
}
.product-form .swatch-element.active{
  border-color: #000;
}
.product-form .swatch-element a{
  width: 64px;
  height: 64px;
  display: inline-block;
}
.product-form .swatch-element .swatchLbl{
  width: 100%;
  height: 100%;
  background-size: cover;
}
.product-form .swatch-element .tooltip-label {
  display: none;
}

.product-action {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}
.product-action .product-form__input {
  width: 100%;
  height: 46px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
  border: 1px solid #dddddd;
}
.product-action .qtyField {
  width: 120px;
  position: relative;
}
.product-action .qtyField .qtyBtn {
  width: 30px;
  height: 46px;
  position: absolute;
  top: 0;
  color: #232323;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-action .qtyField .qtyBtn .an{
  font-size: 12px;
}
.product-action .qtyField .minus{
  left: 0;
}
.product-action .qtyField .plus {
  right: 0;
}


.product-action .product-form__item--submit {
  width: 100%;
  height: 46px;
}
.product-action .product-form__cart-submit {
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 0 !important;
  background-color: #2a2e6c;
}
.product-action .product-form__item--submit a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0 !important;
  background-color: #2a2e6c;
}
.product-action .product-form__cart-submit:hover,
.product-action .product-form__item--submit a:hover{
  background-color: #000;
}

.infolinks {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.infolinks .btn {
  padding: 0;
  background-color: transparent;
}
.infolinks .btn .icon {
  font-size: 14px;
  margin-right: 8px;
  vertical-align: middle;
}
.infolinks .btn span {
  font-size: 14px;
}
.infolinks .btn:hover {
  color: #d50202;
  background-color: transparent;
}

.trustseal-img {
  padding-bottom: 32px;
  border-bottom: 1px solid #ddd;
}
.trustseal-img img {
  width: 100%;
  mix-blend-mode: multiply;
}

.product-tabs {
  gap: 20px;
  border-bottom: 1px solid #ddd;
}
.product-tabs li a {
  font-size: 14px;
  color: #232323;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 5px 0;
}
.product-tabs li a:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -1px;
  background-color: transparent;
}
.product-tabs li a.active:after {
  background-color: #232323;
}
.tab-container {
  display: none;
}
.tab-container.tab-active {
  display: block;
}
.tab-container h4 {
  font-size: 13px;
  margin: 0 0 15px;
}
.tab-content {
  margin-top: 20px;
}
.tab-content p {
  padding: 0;
  color: #232323;
  font-weight: 400;
  line-height: 1.8;
}
.tab-content ul {
  margin-bottom: 20px;
}
.tab-content ul li {
  font-size: 13px;
  color: #232323;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 575px) {

  #indexHomeBody .product-single .btn {
    font-size: 14px;
  }
}


.attribBlock br{
    display: none;
  }
  .wrapperAttribsOptions .optionName {
    margin: 20px 0 0;
    font-size: 14px;
    float: revert;
  }
  .wrapperAttribsOptions .optionValue {
    display: flex;
    flex-wrap: wrap;
    float: revert;
  }
  .wrapperAttribsOptions .optionValue span {
    width: auto;
    max-width: revert;
    min-width: 68px;
    text-align: center;
    line-height: 1.6;
    padding: 8px 10px;
    background: none;
    border: 1px solid #ddd;
    border-radius: 0;
    margin: 5px 10px 5px 0;
    cursor: pointer;
  }
  .wrapperAttribsOptions .optionValue span .attribsRadioButton{
    cursor: pointer;
  }
  .wrapperAttribsOptions .optionValue span:hover {
    color: #2a2e6c;
    background: none;
    border-color: #2a2e6c;
  }
  .wrapperAttribsOptions .optionValue span.active {
    background: #2a2e6c;
    color: #fff;
    border-color: #2a2e6c;
  }
  .wrapperAttribsOptions .optionValue input[type=radio] {
    display: none;
  }
