﻿.emco-ssr .MagicSlideshow {
  transform: translateY(-50%);
}

.emco-ssr .detail-top-section pre {
  white-space: normal;
  word-wrap: normal;
  font-family: inherit;
}

.emco-ssr .detail-top-section h1 {
  font-size: 2rem;
}

.emco-ssr .Product-Options {
  width: 100%;
}

.emco-ssr .Product-Options .OptionName {
  gap: 0.5em;
}

.emco-ssr .Product-Options .OptionName label {
  font-weight: bold;
}

.emco-ssr .Product-Options .OptionName>* {
  flex: 0 0 50%;
}

span.breaditem:not(:last-child):after {
  content: "/";
}

.emco-ssr .HorizontalTabs .tab label:first-child {
  border-radius: 0 var(--b-radius) var(--b-radius) 0;
}

.emco-ssr .HorizontalTabs .tab label:last-child {
  border-radius: var(--b-radius) 0 0 var(--b-radius);
}

.emco-ssr .HorizontalTabs .tab label {
  flex: 1 0 auto;
  background: var(--custom-color6);
  padding: 0.567em 1em !important;
  border-bottom: 0.3em solid var(--custom-color6);
}

.emco-ssr .HorizontalTabs .tab label.active,
.emco-ssr .HorizontalTabs .tab label:hover {
  background: var(--accent-color);
  color: var(--custom-color2);
  border-bottom: 0.3em solid var(--accent-color);
}

.b-bottom {
  border-bottom: 0.1rem solid var(--custom-color1);
}

.border-none {
  background: var(--button-color);
  color: var(--custom-color2);
  border-radius: var(--b-radius);
  padding: 0.34em 0.9em;
  font-size: 0.9em;
  transition: all ease-in-out 0.5s;
  position: relative;
  cursor: pointer;
}

.price-wrapper input.form-control {
  background: var(--custom-color2);
  border: 1px solid var(--accent-color4);
  min-height: 2.5em;
  text-align: center !important;
  width: 5em;
}

div#pricingmonitoring label {
  text-align: start;
  padding-right: 20px;
}

.bootstrap-touchspin {
  display: flex;
  justify-content: space-between;
}

.bootstrap-touchspin .btn {
  margin: 0 !important;
  border: 0.1em solid #c8c8c8;
  height: 100%;
  width: 2.5em;
  cursor: pointer;
}

.emco-ssr :where(.show-available, .return-role, .pricing-role) {
  cursor: pointer;
  border-bottom: 0.1em solid var(--accent-color4);
}

.technical-list ul {
  list-style: none;
}

.technical-list-key {
  flex: 0 0 20%;
}

.technical-list-value {
  flex: 1 0 auto;
  border-bottom: 0.1em solid var(--custom-color1);
}

.technical-checkboxlist {
  gap: 1em;
}

.tab-content :where(label) {
  height: 2.5em;
  display: block;
  font-size: 0.95em;
}

.tab-content :where(input, textarea),
.remodal-wrapper :where(input[type="text"], textarea) {
  width: 100%;
  border: 0.1em solid var(--accent-color4);
  min-height: 3em;
  background: var(--custom-color6);
  text-align: left;
}

.tab-content :where(input, textarea)::placeholder,
.remodal-wrapper :where(input, textarea)::placeholder {
  padding: 0.5em;
  color: var(--accent-color4);
}

.tab-content :where(input, textarea):focus-within,
.remodal-wrapper :where(input, textarea):focus-within {
  border-color: var(--accent-color);
  outline: 0;
}

.tab-content :where(textarea) {
  resize: vertical;
}

.tab-content :where(button),
.remodal-wrapper :where(button) {
  background: var(--custom-color7);
  border: none;
  border-radius: var(--b-radius);
  color: var(--custom-color2);
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}

.tab-content :where(button):hover,
.remodal-wrapper :where(button):hover {
  background: var(--custom-color8);
}

.ProductSummary {
  max-height: 80vh;
  overflow-y: auto;
}

.emco-ssr .side-content,
.emco-ssr .return-role {
  gap: 1em;
}

.remodal {
  border-radius: var(--b-radius);
}

.product-gallery {
  height: 15rem;
}

@media (max-width: 768px) {
  .emco-ssr .MagicSlideshow {
    transform: translateY(0%);
    box-shadow: var(--box-shadow);
    margin-bottom: 3rem;
  }
}
.categoryBackSlider  img {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}