.zoom_order_items > div:first-child {
  border-bottom: solid 1px black;
}

.zoom_order_items .zoom_order_item {
  border-bottom: solid 1px #ddd;
}

.small-picts {
  margin: 0 auto;
  /*width: 90%;*/
  margin-bottom: 1rem;
}
#carousel {
  margin: 0 30px;
}
.owl-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 5px;
  height: 177px !important;
  line-height: 123px;
}
.owl-carousel .owl-stage {
  margin: 0 auto;
}
.owl-item--active {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.owl-carousel .owl-item IMG {
  width: 100%;
  height: 100%;
  display: inline-block;
  margin: 0 auto;
  object-fit: cover;
}
@media (min-width: 767px) {
  .owl-item {
    height: 250px;
  }
}
@media (min-width: 1024px) {
  .owl-item {
    height: 150px;
  }
}
.owl-carousel .owl-nav BUTTON.owl-prev,
.owl-carousel .owl-nav BUTTON.owl-next {
  width: 31px;
  padding: 10px !important;
  background-color: rgba(255, 255, 255, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 60px !important;
  position: absolute;
  top: 25%;
  color: #b60072 !important;
}

.owl-carousel .owl-nav BUTTON.owl-prev {
  left: -31px;
}
.owl-carousel .owl-nav BUTTON.owl-next {
  right: -31px;
}
.subtitle {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 10px;
}
.img {
}
.Header{
color: #06C;
font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: 125%;
}
.featured-products {
  /*background: #F1EAEC;*/
  /*background: #E7EBEF;*/
  box-shadow: inset 5px 10px 20px rgba(169, 183, 196, 0.316);
  margin-top: 85px !important;
}
.featured-products H2 {
  font-size: 45px;
  color: #8b1636;
  font-family: 'Fjalla One', sans-serif;
}
.mag_glass {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 30px;
  color: #fff;
  background: rgba(43, 106, 165, 0.692);
  border-radius: 10px 0 5px;
  padding: 7px;
}
.zoom_magnifier_img_wrap {
  position: relative;
  display: block;
}
.border-сomponents {
  margin-top: 10px !important;
  font-size: 15px;
  padding: 5px;
}
.border-сomponents HR {
  margin: 10px 0;
  color: #aaaaaa;
}
.border-сomponents P.red {
  color: red;
}
TABLE.table TD {
  vertical-align: middle;
}
.see-all-items {
  font-size: 20px;
  color: #2b6aa6;
}
.grid-products {
  display: grid;
  grid-template-columns: 45% 55%;
  grid-template-areas: 'img title' 'img desc';
}
.grid-img {
  grid-area: img;
  padding-right: 30px;
}
.grid-title {
  grid-area: title;
}
.grid-desc {
  grid-area: desc;
  margin-top: 52px;
}

.zoom_order_item input[type='number']::-webkit-outer-spin-button,
.zoom_order_item input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.zoom_order_item input[type='number'] {
  -moz-appearance: textfield;
}

@media (max-width: 575px) {
  .zoom_order_items {
    border-top: solid 1px black;
  }
  .zoom_order_items .zoom_order_product_title {
    font-size: 20px;
    font-weight: bold;
  }
  .grid-products {
    grid-template-columns: 100%;
    grid-template-areas: 'img' 'title' 'desc';
  }
  .grid-img {
    padding: 0 40px !important;
  }
  .grid-title {
    padding: 0 40px !important;
  }
  .grid-desc {
    padding: 0 40px !important;
  }
  .levels_ir {
    margin-top: 30px;
    width: 60%;
  }
  .table-responsive {
    font-size: 13px;
  }
  .see-all-items {
    font-size: 15px;
  }
  .zoom_properties .qty {
    margin: 20px 0;
  }
  .zoom_properties .d-sm-flex {
    text-align: center;
  }
  .zoom_properties .preview-online_zoom {
    display: block;
    text-align: center;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .table-responsive {
    padding-bottom: 40px;
  }
  .featured-products H2 {
    font-size: 30px;
  }
  .commoncore {
    margin-top: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .zoom_order_items {
    border-top: solid 1px black;
  }
  .zoom_order_items .zoom_order_product_title {
    font-size: 20px;
    font-weight: bold;
  }

  .grid-products {
    grid-template-columns: 100%;
    grid-template-areas: 'img' 'title' 'desc';
  }
  .grid-img {
    padding: 0 40px !important;
  }
  .grid-title {
    padding: 0 40px !important;
  }
  .grid-desc {
    padding: 0 40px !important;
  }
  .levels_ir {
    margin-top: 30px;
    width: 50%;
  }
  .table-responsive {
    font-size: 13px;
  }
  .see-all-items {
    font-size: 15px;
  }
  .commoncore {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .zoom_description {
    margin-top: -51%;
  }
  .zoom_description.line1 {
    margin-top: -70%;
  }
  .zoom_description.line2 {
    margin-top: -64%;
  }
  .zoom_description.line3 {
    margin-top: -58%;
  }
  .grid-products {
    grid-template-columns: 100%;
    grid-template-areas: 'img' 'title' 'desc';
  }
  .grid-img {
    padding: 0 40px !important;
  }
  .grid-title {
    padding: 0 40px !important;
  }
  .grid-desc {
    padding: 0 40px !important;
  }
  .levels_ir {
    margin-top: 30px;
    width: 50%;
  }
  .commoncore {
    margin-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .zoom_description {
    margin-top: -47%;
  }
  .zoom_description.line1 {
    margin-top: -64%;
  }
  .zoom_description.line2 {
    margin-top: -59%;
  }
  .zoom_description.line3 {
    margin-top: -52%;
  }
  .grid-products {
    grid-template-columns: 100%;
    grid-template-areas: 'img' 'title' 'desc';
  }
  .grid-img {
    padding: 0 40px !important;
  }
  .grid-title {
    padding: 0 40px !important;
  }
  .levels_ir {
    margin-top: 30px;
  }
  .commoncore {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .zoom_description {
    margin-top: -44%;
  }
  .zoom_description.line1 {
    margin-top: -60%;
  }
  .zoom_description.line2 {
    margin-top: -54%;
  }
  .zoom_description.line3 {
    margin-top: -49%;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .zoom_description {
    margin-top: -44%;
  }
  .zoom_description.line1 {
    margin-top: -58%;
  }
  .zoom_description.line2 {
    margin-top: -54%;
  }
  .zoom_description.line3 {
    margin-top: -49%;
  }
  .container-fluid .row.ps-xl-5.pe-xl-5 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (min-width: 1600px) {
  .zoom_description {
    margin-top: -44%;
  }
  .zoom_description.line1 {
    margin-top: -58%;
  }
  .zoom_description.line2 {
    margin-top: -54%;
  }
  .zoom_description.line3 {
    margin-top: -49%;
  }
}

@media (max-width: 767px) {
  .table_header {
    position: sticky;
    text-align: center;
    background-color: #fff;
    top: 59px;
  }

  .table_bottom {
    position: sticky;
    text-align: center;
    background-color: #fff;
    bottom: 0;
  }
}

.js_qty_dec,
.js_qty_inc {
  display: grid;
  place-content: center;
}

.popover-add .popover-body,
.popover-remove .popover-body {
  font-weight: 700;
  text-align: center;
  max-width: 200px;
}

.popover-add .popover-body {
  color: #25af25;
}
.popover-remove .popover-body {
  color: #d82e2e;
}
