/* BREADCRUMB */
#product #wrapper .breadcrumb li::after,
#order-confirmation #wrapper .breadcrumb li::after {
  color: #000 !important;
  content: "<" !important;
}

#product #wrapper .breadcrumb li a {
  color: #000 !important;
  letter-spacing: 0.7px !important;
}

#product .breadcrumb li:last-child span {
  color: black !important;
  letter-spacing: 0.7px;
  font-weight: bold;
}

/*END BREADCRUMB */


/*RIGHT-COL-PRODUCTDETAILS */

#product .js-product-container .h1 {
  font-family: "Noto Sans", sans-serif;
  color: #000000;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  font-weight: 700 !important;
}

#product .js-product-prices {
  border-top: unset;
  margin-top: 0;
  padding-top: 0;
}

.skudetails {
  font-weight: 600;
}

/*AVAILABILITY LABELS */

#product .availabledesktop {
  font-family: "Noto Sans", sans-serif;
  color: #6a9e06;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0px;
}

#product .product-prices .availabledesktop.notavalaible {
  background: #FF0000;
}

#product .product-prices .availabledesktop {
  font-family: "Noto Sans", sans-serif;
  color: white;
  background: #6a9e06;
  width: max-content;
  padding: 5px 25px;
  border-radius: 2px;
}

#product .product-prices .outofstock {
  color: white;
  background: #f7af0e;
  width: max-content;
  padding: 5px 25px;
  border-radius: 2px;
}

#product .product-price {
  float: unset;
  position: relative;
}

#product .js-product-prices .product-discount {
  font-family: "Noto Sans", sans-serif;
  color: #7d7d7d;
  font-weight: 400;
  font-size: 25px;
  line-height: 42px;
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  right: -120px;
  float: right;
  margin-right: 20px;
}

/*END AVAILABILITY LABELS */

/* EMAIL AVAILABILITY */
#product .tabs.mailalert-tabs {
  display: flex;
  flex-direction: column;
  padding: 0;
}

#product p.notify-title {
  font-family: 'Noto Sans';
  font-size: 14px;
  color: #325E74;
  font-weight: bold;
  line-height: 22px;
}

#product .form-control:focus {
  color: #232323;
  background-color: #fff;
  outline: unset;
}

#product button.btn.btn-primary.js-mailalert-add {
  padding: 0;
}

#product input.form-control.mailhere {
  width: 100%;
  max-width: 290px;
  height: 42px;
  border: 1px solid #325E74;
  border-right: unset;
  border-radius: 24px 0px 0px 24px;
  padding-left: 20px;
}

#product .flexing-item .comparebtn {
  box-shadow: none;
  background: #eceaea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-left: 20px;
  padding-top: 0;
  border: 1px solid #70707033;
}

#product .flexing-item .cdpcp-compare-btn {
  margin: 1px auto !important;
  max-width: 300px;
  position: relative;
  width: 100%;
  z-index: 1;
  padding: 7px;
}

#product .flexing-item {
  display: flex;
}

#product .js-mailalert .js-mailalert-add i {
  margin-left: 0;
  width: 54px;
  height: auto;
  background-color: #325e74;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 25px;
}

.js-mailalert-add:hover {
  background-color: #325e74 !important;
  color: #296a8a !important;
}

#product button.btn.btn-primary.js-mailalert-add {
  padding: 0;
  border: 1px solid #325e74;
  border-left: 0;
  background: #325e74 !important;
  border-radius: 0px 20px 20px 0px;
}



#product .js-mailalert {
  display: block;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

/*END EMAIL AVAILABILITY */

#product .product-comments-additional-info {
  margin-top: 20px !important;
}

#product .js-product-prices {
  border-top: unset;
  margin-top: 0;
  padding-top: 0;
  max-width: max-content;
  display: inline-block;
}

#product .info-popup {
  display: inline-block;
  max-width: max-content;
  cursor: pointer;
}

#product .js-product-container .current-price {
  font-family: "Noto Sans", sans-serif;
  color: #296a8a;
  font-weight: bold;
  font-size: 33px;
  margin-right: 20px;
  margin-bottom: 0;
  line-height: 42px;
  letter-spacing: 1px;
}

#product .product-information .js-product-variants .product-variants-item:first-child .control-label {
  margin-top: 0;
  margin-bottom: 10px;
}

#product .product-variants>.product-variants-item {
  margin: 0;
}

#product .product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

#product .wishbtnaction .fav_box {
  float: left;
  padding: 7px;
  border-radius: 50%;
  background: #eceaea;
  border: 1px solid #70707033;
  margin-left: 20px;
}

#product .comparebtn {
  box-shadow: none;
  background: #eceaea;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-left: 20px;
  padding-top: 8px;
  border: 1px solid #70707033;
}

#product .js-product-actions .add-to-cart {
  background: #6a9e06;
  padding: 12px 60px 12px 70px;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: unset;
  line-height: 15px;
  letter-spacing: 0.5px;
  border-radius: 2px;
  height: 50px;
  width: 100%;
  max-width: 310px;
}

#product span.add-to-cart-custom {
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0.8px;
  font-weight: bold;
}

#product .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  width: 26px;
  float: left;
  height: 50px;
  margin-top: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border: 1px solid #d2d2d2;
}

#product .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down i {
  top: 47%;
  transform: translate(-50%, -50%);
  left: 57%;
  font-size: 20px;
  scale: 1.5;
  width: max-content;
}

#product .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  width: 26px;
  float: right;
  height: 50px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #d2d2d2;
}

#product .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up i {
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  scale: 1.5;
}

#product .product-quantity #quantity_wanted {
  height: 50px;
  margin: 0 auto;
  float: none;
  text-align: center;
  border: 1px solid #d2d2d2;
}

#product .skudetails .additional-links {
  display: block;
  padding-top: 3px;
}

#product .product-comments-additional-info .comments-note {
  margin-right: 0px;
}

#product .star-content {
  width: 100%;
}

#product .product-comments-additional-info {
  justify-content: flex-start;
  gap: 10px;
}

#product .product-comments-additional-info .link-comment.post-product-comment {
  border-left: 1px solid #979797;
  padding-left: 0px;
  margin-left: 12px;
}

/*POPUP-INFORMATION */
main.shadow {
  position: relative;
}

main.shadow:before {
  content: '';
  position: absolute;
  background: black;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1000;
}

#product p.green-p {
  font-size: 14px;
  font-weight: bold;
  color: #55c65e;
  letter-spacing: 0.7px;
  margin-bottom: 3px;
}

#product p.orange-p {
  font-size: 14px;
  font-weight: bold;
  color: #FE9645;
  letter-spacing: 0.7px;
  margin-bottom: 3px;
}

#product p.purple-p {
  font-size: 14px;
  font-weight: bold;
  color: #6633A8;
  letter-spacing: 0.7px;
  margin-bottom: 3px;
}

#product p.red-p {
  font-size: 14px;
  font-weight: bold;
  color: #FF3F3F;
  letter-spacing: 0.7px;
  margin-bottom: 3px;
}

#product .subhead-info h3 {
  margin: 0;
}

#product .green-content,
#product .orange-content,
#product .purple-content {
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 20px;
}

#product p.green-text,
#product p.orange-text,
#product p.purple-text,
#product p.red-text {
  margin-bottom: 20px;
}

#product img.exit-pop {
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}



#product .information-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  width: 50%;
  background: white;
}

#product .subhead-info {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #eceaea;
}




#product .info-content {
  padding: 20px;
}

#product .information-popup.active {
  display: block;
}

/*END POPUP-INFORMATION */

/* MATERIAL ICONS */

.favorite-standart-icon i {
  color: black !important;
}

#product .bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
  content: "-";
  color: black;
}

#product .bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
  content: "+";
  color: black;
  font-weight: bold;
}

#product .product-information .cdpcp-compare-btn {
  margin-top: 0 !important;
  position: relative;
  top: -8px;
  left: -2px;
}

/*END MATERIAL ICONS */

#product .product-quantity #quantity_wanted {
  color: black;
  font-weight: bold;
  background-color: #fff;
}

#product .imgvariant {
  width: 53px;
  height: 52px;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  padding: 2px 5px;
}

#product .product-actions .add-to-cart:before {
  content: "";
  position: absolute;
  background: url(/img/cart-svgrepo-com.svg);
  width: 19px;
  height: 19px;
  background-size: auto;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  scale: 1.3;
}

#product .add {
  margin: 0;
  margin-left: 15px;
}

#product .product-quantity .qty {
  margin: 0;
}

#product .js-product-add-to-cart {
  border-bottom: unset;
}

#product .cdpcp-compare-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/img/compare-black.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  content: "";
}

#product .pbp-widget-full-width .bundle .products .product .image img,
#product .pbp-widget-mini-width .bundle .products .product .image img {
  max-width: 100%;
  height: 100%;
}

/*BLOCK REASURANCE*/

#product p.arrow-mobile {
  display: none;
}

#product .displayCustomReasuranseProduct .cb-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 5px;
}

#product .displayCustomReasuranseProduct p {
  margin: 0;
  text-align: left;
  font-size: 14px;
}

#product .displayCustomReasuranseProduct span {
  margin: 0;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
}

#product .displayCustomReasuranseProduct .banner-item {
  width: 100%;
  max-width: 320px;
}

#product .displayCustomReasuranseProduct .banner-item-content {
  position: relative;
  display: flex;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  align-items: center;
  padding: 13px 15px 13px 25px;
  justify-content: flex-start;
  gap: 17px;
}

/*END BLOCK REASURANCE */

#product .product-information .product-description {
  margin-top: 20px;
}

#product .weight {
  color: black;
  padding-top: 50px;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-size: 13px;
}



#product .product-description.description-more {
  height: 210px !important;
  overflow-y: hidden !important;
}

#product .product-description.description-more.active {
  height: auto !important;
}

#product p.show-more {
  color: #999999 !important;
  cursor: pointer;
  margin-top: 30px;
}

#product p.show-less {
  color: #999999 !important;
  cursor: pointer;
  margin-top: 30px;
}

#product span#product-weight {
  margin-left: 8px;
}

/*END RIGHT-COL-PRODUCTDETAILS */

/* TABS */
#product a.nav-link {
  padding: 0.5em 2em !important;
}

#product .tabs .nav-tabs .nav-link {
  font-size: 18px;
}

#product .tabs .nav-tabs .nav-link.active {
  font-size: 18px;
}



/* END TABS */

/* BUNDLES PRO */
#product .pbp-widget .container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0px;
  height: 18px;
  width: 18px;
}

#product .product.parent-product .image {
  border: unset;
}

#product .pbp-widget-full-width .bundle .child-product::before {
  position: absolute;
  left: -90px;
  top: calc(30% - 10px);
  content: '+';
  width: 40px;
  height: 40px;
  font-size: 60px;
  font-weight: bold;
  color: #325e74;
}

#product .bundles-group {
  position: relative;
  gap: 130px;
  justify-content: center;
  max-width: 75%;
}

#product .bundles-group:before {
  position: absolute;
  left: 50px;
  top: calc(30% - 10px);
  content: '+';
  width: 40px;
  height: 40px;
  font-size: 60px;
  font-weight: bold;
  color: #325e74;
}

#product .prices {
  display: flex;
  justify-content: center !important;
  flex-direction: column;
}

#product span.pbp-discount {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#product span.pbp-offer-price {
  color: #22617d;
  font-size: 20px;
  font-weight: bold;
}

#product span.parent-product-price-discounted {
  color: #325e74;
  font-size: 20px;
}

#product .pbp-widget .container-checkbox {
  display: inline;
  position: absolute;
  padding-left: 22px;
  top: unset;
  bottom: 130px;
  left: -50px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#product .pbp-widget .container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}

#product .pbp-widget-full-width .bundle .bundle-action {
  width: 100%;
  max-width: 320px;
  color: black;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  padding: 0;
}

#product span.pbp_bundle_total {
  color: #325E74;
  font-size: 30px;
  margin-left: 18px;
}

#product span.pbp_bundle_original_total {
  color: #A7A7A7;
  font-size: 20px;
  font-weight: 300;
}

#product .pbp-widget .saving-label {
  border: 1px solid #296a8a;
  color: #296a8a;
  text-align: center;
  padding: 12px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

#product .bundle-action .btn-primary {
  position: relative;
  color: #fff;
  background-color: #6a9e06;
  border-color: rgba(0, 0, 0, 0);
}

#product .bundle-action .btn-primary:before {
  content: "";
  position: absolute;
  background: url(/img/cart-svgrepo-com.svg);
  width: 19px;
  height: 19px;
  background-size: auto;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  scale: 1.3;
}

#product section#content {
  position: sticky;
  top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 3000px) {
  #product .col-md-6.productdetaildleft {
    height: 1000px;
  }

  a#MagicZoomPlusImageMainImage {
    border: 1px solid #CFCFCF;
  }

  .MagicToolboxSelectorsContainer {
    position: absolute;
    width: 100%;
    bottom: -50px;
  }

  a[data-zoom-id] img,
  .mz-thumb img {
    padding-bottom: 0px !important;
    border-bottom: 0px !important;
    border: 1px solid #000000 !important;
  }
}

#product main {
  overflow-x: unset;
}






/*END BUNDLES PRO */

/*FEATURED PRODUCTS */

#product .arpl-carousel-products.owl-carousel .owl-nav button.disabled,
#product .arpl-carousel-categories.owl-carousel .owl-nav button.disabled {
  opacity: .5 !important;
}

#product .favorite-standart-icon i {
  color: black !important;
}

#product .cdpcp-compare-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/img/compare-black.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  content: "";
}

#product .weight-min {
  padding: 5px;
  height: unset;
  display: none;
}

#product .arpl-carousel-products.owl-carousel .product-miniature .thumbnail-container {
  margin-bottom: 30px;
}

#product .js-product.product .comparebtnlist {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  background: #eceaea;
  float: left;
  margin-left: 8px;
  margin-top: 0;
}

#product .wish-cus {
  float: left;
  padding: 7px;
  border-radius: 4px;
  background: #eceaea;
  margin-left: 3px;
}

#product .js-product.product .addtocartlist {
  float: left;
  background: #6a9e06;
  padding: 5px 8px;
  border-radius: 4px;
  border: none;
  margin-left: 3px;
  margin-right: 7px;
}

#product .listaddtocart {
  float: left;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
}

#product span.current-price-value {
  font-size: 33px;
  font-weight: bold;
}

@media only screen and (min-width:1200px) {
  #product .threeinonelist {
    width: 100%;
    display: flex;
    margin-top: 20px;
    position: relative;
    justify-content: center;
  }
}

/*END FEATURED PRODUCTS*/
@media only screen and (max-width:767px) and (min-width:550px) {
  #product .js-product-prices {
    border-top: unset;
    margin-top: 0;
    padding-top: 0;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #product .product-comments-additional-info {
    display: none;
  }

  #product .product-prices .outofstock {
    color: white !important;
    background: #f7af0e;
    width: max-content;
    padding: 5px 25px;
    border-radius: 2px;
  }

  #product .product-quantity .comparebtn {
    margin-left: 0px;
  }

  #product .js-product-add-to-cart .product-quantity {
    width: 430px;
    margin: 0 auto;
  }

  #product .wishbtnaction .fav_box {
    float: left;
    padding: 11px;
    border-radius: 4px;
    background: #eceaea;
    border: 1px solid #70707033;
    margin-left: 10px;
  }

  #product .product-add-to-cart span.comparebtn {
    box-shadow: none;
    background: #eceaea;
    width: 49px !important;
    height: 49px;
    border-radius: 4px;
    text-align: center;
    margin-left: 10px;
    border: 1px solid #70707033;
    padding: 0px;
  }

  #product .js-product-add-to-cart .comparebtn {
    width: 45px;
    height: 45px;
    margin-left: 5px;
    padding-top: 0;
  }

  #product .information-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    width: 90%;
    background: white;
  }

  .threeinonelist {
    width: 100%;
    margin: 0 auto;
  }

  .js-product-add-to-cart {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    z-index: 99;
    padding: 14px 14px 0;
    height: 120px;
    width: 100%;
  }

  #product .info-popup {
    display: inline-block;
    max-width: max-content;
    cursor: pointer;
    position: absolute;
    right: 50px;
  }
}

@media only screen and (max-width:767px) {
  #product .mobileleftdivtitlearea {
    padding-left: 15px;
    padding-right: 15px;
  }

  #product .mobile-tab-section {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 0;
  }

  #product .mobile-tab-section .btn {
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 0px;
    letter-spacing: 0.7px;
    padding: 24px 0;
    position: relative;
    border-top: unset;
    border-bottom: 1px solid #cfcfcfb3;
    margin-top: 0px;
  }

  #product button.btn.btn-comment.btn-comment-big.post-product-comment {
    padding-left: 12px;
  }

  #product .mobile-tab-section .btn[data-target="#othermob"] {
    border-bottom: unset;
  }

  .add-to-cart-custom-mob {
    display: block;
    text-transform: capitalize;
    font-weight: bold;
  }

  #product .addtocartlist {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 0px !important;
  }

  #product p.show-more {
    display: none;
  }

  .availabledesktop.outofstock {
    color: #f7af0e !important;
  }

}

/* MOBILE */
@media only screen and (max-width:550px) {
  #product .pdctartextbk img {
    padding: 7px;
    margin-right: 10px;
  }

  #product .tabs.mailalert-tabs {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }

  #product .js-product-container .current-price {
    font-family: "Noto Sans", sans-serif;
    color: #296a8a;
    font-weight: unset;
    font-size: unset;
    margin-right: 20px;
    margin-bottom: 0;
    line-height: unset;
    letter-spacing: 1px;
    height: auto;
  }

  #product p.notify-title {
    font-family: 'Noto Sans';
    font-size: 14px;
    color: #325E74;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 7px;
    margin-top: 5px;
  }

  #product .product-price.h5 {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column-reverse;
  }

  #product .js-product-prices .product-discount {
    font-family: "Noto Sans", sans-serif;
    color: #7d7d7d;
    font-weight: 400;
    font-size: 15px;
    line-height: unset;
    letter-spacing: 1px;
    position: relative;
    top: 0;
    right: unset;
    float: right;
    margin: 0;
  }

  #product input.form-control.mailhere {
    width: 100%;
    max-width: 230px;
    height: 47px;
    border: 1px solid #325E74;
    border-right: unset;
    border-radius: 4px 0px 0px 4px;
    padding-left: 20px;
  }

  #product .skudetails .tabs.mailalert-tabs {
    display: none !important;
  }

  #product .js-mailalert-alerts.d-none {
    position: absolute;
    top: -80px;
    left: 0;
  }

  #product .product-add-to-cart span.comparebtn {
    box-shadow: none;
    background: #eceaea;
    width: 47px !important;
    height: 47px;
    border-radius: 4px;
    text-align: center;
    margin-left: 10px;
    border: 1px solid #70707033;
    padding: 0px;
  }

  #product button.btn.btn-primary.js-mailalert-add {
    padding: 0;
    border: 1px solid #325e74;
    border-left: 0;
    background: #325e74 !important;
    border-radius: 0px 4px 4px 0px;
  }

  #product .product-prices .availabledesktop.notavalaible {
    background: white;
    color: #FF0000;
    margin: 0;
    margin-right: 15px;
  }

  #product .product-add-to-cart.js-product-add-to-cart.notavalaible {
    height: 130px !important;
  }

  #product .flexing-item .cdpcp-compare-btn {
    display: flex;
    margin: 1px auto !important;
    max-width: unset;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 5px;
    align-items: center;
  }

  #product .flexing-item .comparebtn {
    box-shadow: none;
    background: #eceaea;
    width: 47px !important;
    height: 47px;
    border-radius: 4px;
    text-align: center;
    margin-left: 20px;
    border: 1px solid #70707033;
    padding: 17px;
  }

  #product .product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #product .bundles-group:before {
    content: unset !important;
  }

  #product .pbp-widget .container-checkbox .checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 18px;
    width: 18px;
  }

  #product .bundles-group .name {
    text-align: left !important;
    font-size: 13px !important;
  }

  #product .bundles-group {
    position: relative;
    gap: 50px;
    justify-content: center;
    max-width: 100%;
  }

  #product .pbp-widget-full-width .bundle .child-product::before {
    position: absolute;
    left: -70px;
    top: calc(30% - 10px);
    content: '+';
    width: 40px;
    height: 40px;
    font-size: 60px;
    font-weight: bold;
    color: #325e74;
  }

  #product .product.parent-product .image {
    border: 1px solid #CFCFCF;
    height: 150px;
  }

  #product .bundles-group:before {
    position: absolute;
    left: 50px;
    top: calc(30% - 10px);
    content: '+';
    width: 40px;
    height: 40px;
    font-size: 60px;
    font-weight: bold;
    color: #325e74;
  }

  #product .products {
    display: flex !important;
    justify-content: center;
    gap: 70px;
    row-gap: 0;
    align-items: center;
  }

  #product .pbp-widget .container-checkbox {
    display: inline;
    position: absolute;
    padding-left: 22px;
    top: 0px;
    bottom: unset;
    left: unset;
    right: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  #product .bundles-group {
    display: flex;
    gap: 70px;
    border-left: unset;
    border-right: unset;
    border-bottom: 1px solid #d7d7d7;
    max-width: 700px;
    width: 100%;
    justify-content: space-evenly;
  }

  #product .options {
    height: 30px;
  }

  #product .pbp-widget-full-width .bundle .bundle-action {
    width: 100%;
    max-width: 320px;
    color: black;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    padding: 15px 0 0;
  }

  #product .bundles-group {
    position: relative;
    gap: 50px;
    justify-content: center;
    max-width: 100%;
    padding-bottom: 5px;
  }

  #product .pdctartextbk a {
    color: black;
  }

  #product .displayCustomReasuranseProduct .banner-item-content {
    position: relative;
    display: flex;
    border: unset;
    border-radius: 4px;
    align-items: center;
    padding: 13px 15px 13px 25px;
    justify-content: flex-start;
    gap: 17px;
  }

  #product .mobileleftdivtitlearea {
    margin-bottom: 20px;
  }

  #product .product-comments-additional-info {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  #product .weight {
    color: black;
    padding-top: 15px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    font-size: 16px;
    align-items: flex-end;
    margin-bottom: 30px;
  }

  #product .weight img {
    scale: 1.2;
  }

  #product .displayCustomReasuranseProduct .banner-item {
    border-bottom: 1px solid #E6E6E6;
  }

  #product .displayCustomReasuranseProduct .banner-item:last-child {
    border-bottom: unset;
  }

  #product .custombanners.displayCustomReasuranseProduct.clearfix {
    border: 1px solid #E6E6E6;
    border-radius: 4px;
  }

  #product p.arrow-mobile {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }

  #product .flex-text {
    height: 20px;
    overflow: hidden;
    transition: 0.3s;
  }

  #product .custom-html.open .flex-text {
    height: 57px;
  }

  #product p.arrow-mobile {
    transition: 0.3s;
  }

  #product .custom-html.open p.arrow-mobile {
    transform: translateY(-50%) rotate(180deg);
  }

  #product .leftdivbrandarea a {
    font-family: 'Montserrat', sans-serif;
    color: #296A8A;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 0.7px;
    line-height: 17px;
  }

  #product .skudetails {
    font-weight: 400;
  }

  #product .product-reference {
    display: flex;
    justify-content: space-between;
  }

  #product .product-actions .add-to-cart:before {
    content: "";
    position: absolute;
    background: url(/img/cart-svgrepo-com.svg);
    width: 19px;
    height: 19px;
    background-size: auto;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    scale: 1.3;
  }

  #product .js-product-container .h1 {
    font-family: "Noto Sans", sans-serif;
    color: #000000;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 700 !important;
  }

  #product button.mz-button.mz-button-prev,
  #product button.mz-button.mz-button-next {
    display: block !important;
  }

  #product button.mz-button.mz-button-prev:before,
  #product button.mz-button.mz-button-next:before {
    content: url("/themes/lightgear/assets/css/right-arrow.svg") !important;
  }


  #product button.mz-button.mz-button-prev:before,
  #product button.mz-button.mz-button-next:before {
    -webkit-mask-image: unset;
    mask-image: unset;
  }

  #product button.mz-button:before {
    content: "" !important;
    background-color: unset;
  }

  #product .mz-figure .mz-nav-controls button.mz-button {
    display: none;
    width: 45px !important;
    height: 56px !important;
    margin: auto 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  #product .js-product-add-to-cart .product-quantity {
    width: 100%;
    margin: 0 auto;
  }

  #product .product-information .cdpcp-compare-btn {
    margin-top: 0 !important;
    position: relative;
    top: -3px;
    left: -1px;
  }

  #product .wishbtnaction .material-icons {
    font-size: 30px;
  }

  #product .cross-sell-title {
    margin-bottom: 0px !important;
  }

  #product .js-product-add-to-cart .comparebtn {
    width: 47px;
    height: 47px;
    margin-left: 4px;
    padding-top: 0px;
    border-radius: 4px;
  }

  #product .cdpcp-compare-btn {
    margin: 4px auto !important;
    max-width: 300px;
    position: relative;
    width: 100%;
    z-index: 1;
  }

  #product .js-product-add-to-cart .comparebtn {
    padding-left: 0;
  }

  #product .js-product-actions .add-to-cart {
    background: #6a9e06;
    padding: 12px 60px 12px 70px;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: unset;
    line-height: 15px;
    letter-spacing: 0.5px;
    border-radius: 4px;
    height: 47px;
    width: 100%;
    max-width: 177px;
  }

  #product .wishbtnaction .fav_box {
    float: left;
    width: 47px;
    height: 47px;
    padding: 7px;
    border-radius: 4px;
    background: #eceaea;
    border: 1px solid #70707033;
    margin-left: 12px;
  }

  #product .product-quantity .comparebtn {
    margin-left: 10px;
  }

  #product .mcs-wrapper {
    display: none !important;
  }

  #product div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer {
    display: none !important;
  }

  #product span.control-label {
    text-align: center;
  }

  #product .js-product-variants {
    border-bottom: unset;
  }

  #product .product-variants.js-product-variants ul {
    display: flex;
    justify-content: center;
  }

  #product .js-product-prices {
    border-top: unset;
    margin-top: 0;
    padding-top: 0;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
  }

  /*
  #product .js-product-add-to-cart {
    position: fixed;
    bottom: 0;
    z-index: 999;
    padding: 14px 14px 0px;
    height: 120px;
    width: 100%;
    border-top: 1px solid #e3e3e3;
  }
  */

  #product .add {
    margin: 0;
    margin-left: 10px;
  }

  #product .product-prices .availabledesktop {
    font-family: "Noto Sans", sans-serif;
    color: #048f24;
    background: transparent;
    width: 100%;
    padding: 0;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin: 0;
    margin-right: 15px;
  }

  #product span.current-price-value {
    font-size: 22px;
    font-weight: bold;
  }

  #product .current-price {
    margin: 0;
  }

  #product .info-popup {
    display: inline-block;
    max-width: max-content;
    cursor: pointer;
    margin: 0px;
  }

  #product .information-popup {
    width: 90%;
  }

  #product .subhead-info h3 {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 17px;
  }

  #product img.exit-pop {
    position: absolute;
    cursor: pointer;
    top: 50%;
    width: 30px;
    right: 20px;
    transform: translateY(-50%);
  }

  #product .displayCustomReasuranseProduct .banner-item {
    width: 100%;
    max-width: 100%;
  }

  #product .threeinonelist {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
  }



  #product .js-product.product .addtocartlist {
    float: left;
    background: #6a9e06;
    padding: 5px 8px;
    border-radius: 4px;
    border: none;
    margin-left: 3px;
    margin-right: 5px;
  }

  #product .wishbtnaction .fav_box {
    float: left;
    padding: 7px;
    border-radius: 4px;
    background: #eceaea;
    border: 1px solid #70707033;
    margin-left: 10px;
  }

  #product .js-product.product .comparebtnlist {
    width: 40px;
    height: 36px;
    text-align: center;
    border-radius: 4px;
    background: #eceaea;
    float: left;
    margin-left: 5px;
    margin-top: 0;
  }

  #product .wish-cus {
    float: left;
    padding: 7px;
    border-radius: 4px;
    background: #eceaea;
    margin-left: 0;
  }

  #product .product-information .product-description {
    height: 160px;
    overflow-y: hidden;
  }


  #product .product-information .product-description.active {
    height: 100%;
  }

  #product .load-more.hidden {
    display: none;
  }

  #product .load-less.hidden {
    display: none;
  }

  #product p.load-more,
  #product p.load-less {
    background: #D5D5D5;
    max-width: 190px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    color: #636363;
    margin: 0 auto;
    margin-top: 67px;
  }

  #product .product-quantity #quantity_wanted {
    height: 47px;
    margin: 0 auto;
    float: none;
    text-align: center;
    border: 1px solid #d2d2d2;
  }

  #product .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    width: 26px;
    float: right;
    height: 47px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid #d2d2d2;
  }

  #product .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    width: 26px;
    float: left;
    height: 47px;
    margin-top: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border: 1px solid #d2d2d2;
  }

}

@media only screen and (max-width:380px) {
  #product .add {
    margin: 0;
    margin-left: 5px;
  }

  #product input.form-control.mailhere {
    width: 100%;
    max-width: 190px;
    height: 47px;
    border: 1px solid #325E74;
    border-right: unset;
    border-radius: 4px 0px 0px 4px;
    padding-left: 20px;
  }

  #product .wishbtnaction .fav_box {
    margin-left: 5px;
  }

  #product .product-add-to-cart span.comparebtn {
    margin-left: 5px;
  }
}

/*END MOBILE */