﻿.Product-Detail .btn {
  border: none;
  background: transparent;
}

.Product-Detail svg {
  max-width: 2rem;
  max-height: 2rem;
}

.attribute-sa.attribute-select.active {
  background: var(--accent-color);
  color: var(--White);
}

.Product-Detail .cost {
  border: 0.1em solid #C8C8C8;
  text-align: center !important;
}

.Product-Detail .bootstrap-touchspin-down {
  background: #F0F0F0 !important;
  padding: 0.5rem 0.8rem;
  border: 0.1em solid #C8C8C8 !important;
  border-top-right-radius: calc(var(--b-radius)*1.5);
  border-bottom-right-radius: calc(var(--b-radius)*1.5);
}

.Product-Detail .bootstrap-touchspin-up {
  background: #F0F0F0 !important;
  padding: 0.5rem 0.8rem;
  border: 0.1em solid #C8C8C8 !important;
  border-top-left-radius: calc(var(--b-radius)*1.5);
  border-bottom-left-radius: calc(var(--b-radius)*1.5);
}

.Product-Detail .attributes-group-items .attribute-list {
  display: flex;
  /* width: 10%; */
  flex-wrap: wrap;
}

.Product-Detail .addToBasket {
  border: none;
}

.Propertys svg {
  max-width: 5rem !important;
  max-height: 5rem !important;
}

.tab .tablinks {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}

.tab .tablinks.active {
  background: var(--dark);
  color: var(--White);
}
.tab .tablinks.active svg{
  fill: var(--White);
}
.tabBox svg {
  max-width: 1.4rem;
  max-height: 1.4rem;
}

.tab .tablinks:after {
  content: "";
  height: 2rem;
  position: absolute;
  left: 0;
  border-left: 0.1em solid #9C9C9C;
  transition: all 0.3s ease-in-out;
}

.tab .tablinks:last-of-type:after,
.tab .tablinks.active:after {
  border: none;
}

@media screen and (min-width:920px) {
  .col-lg-25 {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important
  }
}

@media screen and (max-width:480px) {
  .tab {
    overflow: auto;
  }

  .tab .tablinks {
    flex: 1 0 auto
  }
}

.tab-contents .tab-content {
  display: none;
  transition: all 0.3s ease-in-out;
}

.tab-contents .tab-content.active {
  display: block;
}

.holder-swichtabs .holder-tabs-two.active {
  background: var(--accent-color) !important;
  color: var(--White);
  transition: all 0.3s ease-in-out;
}
.wrap-tabswiget {
    overflow-x: scroll;
}
.holder-swichtabs .holder-tabs-two {
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}

.inplinkemail {
  border: none;
}

.White {
  color: var(--White) !important;
}

.Bestseller .Product .Discount {
  bottom: 0;
  right: 0;
  border-top-left-radius: calc(var(--b-radius) * 3);
}
.Bestsellercustomlist .swiper-header .arrows .reone-list--homepage-button-prev svg {
  transform: rotate(180deg)
}

.Bestsellercustomlist .swiper-header .arrows svg {
  fill: #fff;
  width: 1.1rem;
  height: 1.1rem;
}

.Bestsellercustomlist .swiper-header .arrows {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  cursor: pointer;
}

.Bestsellercustomlist .swiper-header .swiper-button-disabled svg {
  cursor: default;
  opacity: .5;
}

.Bestsellercustomlist .swiper-header .reone-list--homepage-button-prev,
.Bestsellercustomlist .swiper-prev {
  position: relative;
  top: 1px;
}

.Bestsellercustomlist .swiper-header .reone-list--homepage-button-next,
.Bestsellercustomlist .swiper-next {
  position: relative;
  top: 1px;
}

.Bestsellercustomlist .swiper-prev svg {
  transform: rotate(180deg);
}

.Bestseller .Products .Product {
  height: auto;
  overflow: auto;
}

.h-50 {
  height: 50% !important;
}

.Bestseller .Price .offer {
  background: #ED384E;
  line-height: 1.5;
  border-radius: calc(var(--b-radius)*3);
  padding: 0 0.7rem;
}

.Bestseller .offer-Price-color {
  color: #cccccc !important;
}



.Bestseller .Price svg {
  max-width: 1rem;
  max-height: 1rem;
}

.Bestseller .Product-Offer-White {
  right: 1.4rem;
  background: #E85561;
}

.Bestseller .Products .swiper-wrapper {
  margin-right: 13rem;
}

@media(min-width:992px) {
  .Bestseller .Product-Offer-White {
    flex: 0 0 12%;
    max-width: 12%;
  }
}

.Bestsellercustomlist .reone-list--homepage-button-prev:after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1.4rem;
  top: 0.2em;
  border-right: 0.2em solid var(--White);
  z-index: 5;
  opacity: 1 !important;
}

.Bestsellercustomlist .reone-list--homepage-button-prev {
  padding-left: 0.6rem;
}


#toolTipGenerator {
  background: #fff;
  border: 1px solid #ccc;
  padding: 1em;
  font-size: .9em;
}

#toolTipGenerator .properties {
  float: left;
  width: 30%;
}

#toolTipGenerator .properties div {
  padding: .5em 0;
}

#toolTipGenerator .properties div input[type="text"],
#toolTipGenerator .properties div select,
#toolTipGenerator .properties div textarea {
  border: 1px solid #ccc;
  padding: .3em;
  margin: 0;
}

#toolTipGenerator .properties div label {
  display: inline-block;
  width: 130px;
  white-space: nowrap;
}

.tabs__Map_item.ng-scope.active {
  background-color: var(--accent-color);
  border: 1px solid #9d9d9d;
}

.tabs__Map_item.ng-scope {
  border: 1px solid #9d9d9d;
  border-radius: 0.3rem;
  cursor: pointer;
}

#toolTipGenerator .properties div label[for="t_toolTipWidthAuto"],
#toolTipGenerator .properties div label[for="t_toolTipVisible"] {
  display: inline;
}

#toolTipGenerator .properties div #t_toolTipWidthAuto,
#toolTipGenerator .properties div #t_toolTipVisible {
  margin-left: 140px;
  margin-top: 10px;
}

#toolTipGenerator .properties div #t_toolTipWidth {
  width: 50px;
}

#toolTipGenerator .properties div #t_content {
  height: 150px;
  width: 100%;
}

#toolTipGenerator .image {
  position: relative;
  /* margin-left: 35%; */
  /* cursor: crosshair; */
}

#toolTipGenerator .image img.target {
  width: 100%;
  height: auto;
}

#toolTipGenerator .t_hotSpot.selected:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 6px;
  top: -7px;
  left: -7px;
  border: 1px dashed #000;
}

#toolTipGenerator .t_hotSpot.selected:hover:after {
  content: 'drag me';
  position: absolute;
  bottom: -30px;
  right: -55px;
  font-size: 12px;
  white-space: nowrap;
  background: rgba(24, 24, 24, 0.9);
  color: #fff;
  padding: 0 4px 2px;
  border-radius: 3px;
}

.t_hotSpot {
  position: absolute;
  border: 3px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}

.t_hotSpot.red {
  background: #DC143C;
}

.t_hotSpot.green {
  background: #228B22;
}

.t_hotSpot.blue {
  background: #0000CD;
}

.t_hotSpot.purple {
  background: #4B0082;
}

.t_hotSpot.pink {
  background: #FF69B4;
}

.t_hotSpot.orange {
  background: #FF8C00;
}

.t_hotSpot.medium {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
}

.t_hotSpot.large {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.t_hotSpot.red {
  background: #DC143C;
}

.t_hotSpot.green {
  background: #228B22;
}

.t_hotSpot.blue {
  background: #0000CD;
}

.t_hotSpot.purple {
  background: #4B0082;
}

.t_hotSpot.pink {
  background: #FF69B4;
}

.t_hotSpot.orange {
  background: #FF8C00;
}

.t_hotSpot.square {
  border-radius: 0;
}

.t_hotSpot.circleOutline {
  background: transparent;
}

.t_hotSpot.circleOutline.red {
  border-color: #DC143C;
}

.t_hotSpot.circleOutline.green {
  border-color: #228B22;
}

.t_hotSpot.circleOutline.blue {
  border-color: #0000CD;
}

.t_hotSpot.circleOutline.purple {
  border-color: #4B0082;
}

.t_hotSpot.circleOutline.pink {
  border-color: #FF69B4;
}

.t_hotSpot.circleOutline.orange {
  border-color: #FF8C00;
}

.t_hotSpot.squareOutline {
  background: transparent;
  border-radius: 0;
}

.t_hotSpot.squareOutline.red {
  border-color: #DC143C;
}

.t_hotSpot.squareOutline.green {
  border-color: #228B22;
}

.t_hotSpot.squareOutline.blue {
  border-color: #0000CD;
}

.t_hotSpot.squareOutline.purple {
  border-color: #4B0082;
}

.t_hotSpot.squareOutline.pink {
  border-color: #FF69B4;
}

.t_hotSpot.squareOutline.orange {
  border-color: #FF8C00;
}

.t_hotSpot:hover .t_tooltip_content_wrap,
.t_hotSpot.active .t_tooltip_content_wrap {
  opacity: 1;
  display: block;
}

.t_hotSpot .t_tooltip_content_wrap {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  position: absolute;
  padding: 8px;
  color: #fff;
  font-size: .8em;
  border-radius: 5px;
  background: rgba(24, 24, 24, 0.9);
  min-width: 20px;
  min-height: 20px;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: auto auto auto auto;
  top: -6px;
  right: 100%;
  margin-right: 19px;
  display: none;
}

.t_hotSpot .t_tooltip_content_wrap a {
  color: #fff;
}

.t_hotSpot .t_tooltip_content_wrap a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.t_hotSpot .t_tooltip_content_wrap.alwaysVisible {
  opacity: 1;
}

.t_hotSpot .t_tooltip_content_wrap.specificWidth img {
  max-width: 100%;
}

.t_hotSpot .t_tooltip_content_wrap:after {
  content: '';
  border: 6px solid transparent;
  position: absolute;
}

.t_hotSpot .t_tooltip_content_wrap:after {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  border-color: transparent;
}

.t_hotSpot .t_tooltip_content_wrap:after {
  border-left-color: rgba(24, 24, 24, 0.9);
  right: -12px;
  top: 6px;
}

.t_hotSpot .t_tooltip_content_wrap.right {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: auto auto auto auto;
  top: -6px;
  left: 100%;
  margin-left: 19px;
}

.t_hotSpot .t_tooltip_content_wrap.right:after {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  border-color: transparent;
}

.t_hotSpot .t_tooltip_content_wrap.right:after {
  border-right-color: rgba(24, 24, 24, 0.9);
  left: -12px;
  top: 6px;
}

.t_hotSpot .t_tooltip_content_wrap.top {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: auto auto auto auto;
  left: -6px;
  bottom: 100%;
  margin-bottom: 19px;
}

.t_hotSpot .t_tooltip_content_wrap.top:after {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  border-color: transparent;
}

.t_hotSpot .t_tooltip_content_wrap.top:after {
  left: 6px;
  border-top-color: rgba(24, 24, 24, 0.9);
  bottom: -12px;
}

.t_hotSpot .t_tooltip_content_wrap.bottom {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: auto auto auto auto;
  left: -6px;
  top: 100%;
  margin-top: 19px;
}

.t_hotSpot .t_tooltip_content_wrap.bottom:after {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  border-color: transparent;
}

.t_hotSpot .t_tooltip_content_wrap.bottom:after {
  left: 6px;
  border-bottom-color: rgba(24, 24, 24, 0.9);
  top: -12px;
}

.t_hotSpot.medium .t_tooltip_content_wrap.left,
.t_hotSpot.medium .t_tooltip_content_wrap.right {
  top: -2px;
}

.t_hotSpot.medium .t_tooltip_content_wrap.top,
.t_hotSpot.medium .t_tooltip_content_wrap.bottom {
  left: 0;
}

.t_hotSpot.large .t_tooltip_content_wrap.left,
.t_hotSpot.large .t_tooltip_content_wrap.right {
  top: 0;
}

.t_hotSpot.large .t_tooltip_content_wrap.top,
.t_hotSpot.large .t_tooltip_content_wrap.bottom {
  left: 3px;
}

.custom-reone-card {
  /* display: flex; */
  border-radius: 5px;
  background: #fff;
  width: 100%;
  border: 0.1rem solid var(--dsilver);
  background-color: var(--lsilver);
}

.custom-reone-card.active {
  background: #e4e4e4;
}

.title-card-reone {
  overflow: hidden;
  display: flex;
  padding:0.5rem;
  text-decoration: none !important;
  /* align-items: center; */
}
.item-fields-search{
  margin-top:0.5rem;
}
.title-card-reone h2 {
  margin: 0 !important;
  line-height: 2 !important;
  color: #333 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

.box-image-card-reone {
  background-color: white;
  flex: 0 0 40%;
}

span.fancytree-title {
  white-space: break-spaces;
}

.holder-detail-card-reone {
  /* height: 60px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  flex-direction: column;
  /* justify-content: space-between; */
  flex: 0 0 60%;
}

.holder-box-compare .addToBasket {
  background: #303030;
  padding: 10px;
  display: flex;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.holder-detail-card-reone .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-direction: row-reverse;
}

div#grid-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sticky {
  position: sticky !important;
  top: 150px;
  align-self: start;
}

.d-grid-lg {
  display: grid !important;
}

.grid-cols-8-lg {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.gap-3 {
  gap: 12px;
}

.categoryCard_categoryCard {
  background-color: #f1f2f4;
  border-radius: 5px;
  padding: 10px;
  color: #666666 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.categoryCard_categoryCard__image {
  mix-blend-mode: multiply;
}
.quick-search{
  background-image:url(/portals/0/img/bg-technical.jpg);
  background-repeat:no-repeat;
  background-size:contain;
}
.box-quick-search{
 outline: 0.15rem solid var(--dsilver);
  outline-offset: -1rem;
  border-radius: 1.5rem;
  transform: translate(-5rem, 3rem);
  padding: 2rem 3rem 1.5rem 3rem;
  min-width:25vw;
}
.box-quick-search strong{
font-size: 1.8rem;
}
.box-quick-search .txt-bottom-title{
font-size:1.1rem;
}
.box-quick-search .txt-bottom-title::after{
content: '';
  width: 100%;
  height: 0.1rem;
  border: 0.1rem solid var(--lsilver);
  display: block;
  margin-top: -1rem;


}
.txt-bottom-title  span{
  z-index:999;
  padding-left:1rem
  
}
@media (max-width:768px) {
  .t_hotSpot {
      width: 0%;
      height: 0;
      margin: 0;
  }
  .tabs__Map {
  overflow-x: auto;
}
.box-quick-search{
  transform: translate(0, 0);
  margin-top:5rem;
  min-width:unset;
}
}
.tachnicalmapcontainer {
  display: none;
}
.tachnicalmapcontainer.active {
  display: block;
}
.tabs__Map_item.active {
  background-color: var(--accent-color);
  border: 1px solid #9d9d9d;
  color: var(--White);
  border-radius: var(--b-radius);
}
.AttachmentsImages {
  img {width:100%}
}