

/* Create two unequal columns that floats next to each other */

.slidecontainer {
  width: 100%;
}

input[type=range] {
  accent-color: #439cbc;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #04AA6D;
  cursor: pointer;
}

.accordionSearch {
    background-color: white;
    cursor: pointer;
    /*padding: 18px;*/
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordionSearch:hover {
    background-color: #f1f1f1;
}
.active, .accordionSearch:focus {
    outline: none;
}

.panelSearch{
    padding: 0 18px;
    display: none;
    overflow: hidden;
    text-align: left
}

.productCard{
    FONT-VARIANT: JIS04;
    /*box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%);*/
    background-color: #ffffff;
    padding: 10px;
    margin: 15px 5px 15px 5px;
    width: 150px!important;
    height: 345px;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8e8;
    border-radius: 10px;
    display: inline;
}
.productCardManger{
    FONT-VARIANT: JIS04;
    /*box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%);*/
    background-color: #ffffff;
    padding: 10px;
    margin: 15px 5px 15px 5px;
    width: 150px!important;
    height: 275px;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8e8;
    border-radius: 10px;
    display: inline;
}

.brandCard{
    FONT-VARIANT: JIS04;
    /*box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%);*/
    background-color: #ffffff;
    padding: 10px;
    margin-right: 13px;
    margin-bottom: 10px;
    width: 150px;
    height: 100px;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8e8;
    border-radius: 10px;
}

#ProductImage{
    width: 100%;
    height: 170px!important;
    min-height: 170px;
    object-fit: contain;
    /*mask: url(../img/mask/productM.svg);*/
    -webkit-mask: url(../img/mask/productP.svg);
    -webkit-mask-position-y: -125px;
    -webkit-mask-repeat: no-repeat;
}
#ProductImageS{
    width: 100%;
    height: auto;
    object-fit: none;
    /*mask: url(../img/mask/productS.svg);*/
    -webkit-mask: url(../img/mask/productS.svg);
}

.card {
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: unset !important;
    color: #4a4a4a;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.leftcolumn{
    text-align: center;
    width: 20%;
    float: left;
    padding-left: 0;
}
.rightcolumn{
    width: 80%;
    float: right;
    padding-left: 20px;
}

/* Create an active/current tablink class */
.tab button.active {
  border-bottom: 3px #439cbc;
}

.tab {
    width: 100%;
    margin-top: 15px;
    /*height: 65px;*/
    margin-bottom: 15px;
    background-color: #439cbc;
    overflow: hidden;
}

.tab button {
    width: 16.6%;
    float: left;
    /*height: 65px;*/
    text-align: center;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
    clear:right;
    color: #363636;
    background-color: #F5F5F5;
    border: none;
    outline: none;
    cursor: pointer;
    border-bottom: 3px solid transparent
}

.tab button:hover {
    border-bottom: 3px #439cbc;
}
.tab button.active {
    border-bottom: 3px #439cbc;
}
/* Style the tab content */
.tabcontent {
    /*height: 50vh;*/
    padding-bottom: 25px;
    border-top: none;
}

#Reviews {
    width: 100%;
    border-top: none;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media (max-width: 800px) {
    .leftcolumn, .rightcolumn {
        width: 100%;
        padding: 0;
    }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media (max-width: 400px) {
    .topnav a {
        float: none;
        width:100%;
    }
}

.vertical-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.mySlides {
    width:100%;
    align-content: center;
    display: block;
    min-height: 220px;
    background: white;
    background-repeat: no-repeat;
    background-size: 220px 120px;
}
.mySlidesManager {
    width:100%;
    height: auto;
    object-fit: contain;
    align-content: center;
    display: block;
    min-height: 150px;
    background: white;
    background-repeat: no-repeat;
    background-size: 180px 120px;
}
.mySlidesManagerS {
    position: unset;
    object-fit: none;
    width: 100%;
    height: 150px;
    background: white;
    background-repeat: no-repeat;
    /*display: flex!important;*/
    /*background-size: 180px 120px;*/
}
.mySlidesManagerS img {
    height: 150px;
    width: unset;
}
.mask{
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-mask-position: left;
    -webkit-mask-position-x: -40px;
    -webkit-mask-image: url(../img/mask/productS.svg);
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    fill: white;
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
    z-index: 1;
    background: white;
    background-size: 50px 50px;
    filter: drop-shadow(0 0.5rem 0.2rem rgb(0 0 0 / 15%));
    padding-top: 2px;
    border: #dedede;
    border-style: solid;
    border-width: 1px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 50%;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgb(226, 226, 227);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

#imageType{
    display: unset;
      position: absolute;
      z-index: 6;
      float: left;
      right: 0;
  }
.fav {
    width: 30px;
    height: 30px;
    align-items: center;
    align-content: center;
    clip-path: circle(14px at center);
    line-height: 4;
    display: flex;
    float: right !important;
    position: absolute;
    z-index: 5;
    background-color: #ffffff;
  }
.fav :hover{
    fill: red;
}

.favD {
    width: 30px;
    height: 30px;
    align-items: center;
    align-content: center;
    clip-path: circle(14px at center);
    line-height: 4;
    display: flex;
    float: right !important;
    position: absolute;
    z-index: 5;
    background-color: #ffffff;
  }
.favD :hover{
    fill: gray;
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 7px;
  width: 7px;
  background-color: #a4a4a4;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot :hover{
    background-color: #737373;
}
/*.active{*/
/*  background-color: #737373;*/
/*}*/

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

.fade:not(.show) {
    opacity: 100;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.box .percent svg circle
{
    width: 150px;
    height: 150px;
    fill: none;
    stroke-width: 20;
    stroke: #000;
    transform: translate(5px,5px);
    stroke-linecap: round;
    stroke-dasharray:440;
    stroke-dashoffset: 440;
}
.box .percent svg circle:nth-child(1)
{
     stroke-dashoffset:0;
     stroke: #f3f3f3;
}


.number{
    FONT-VARIANT: JIS04;
    color: #949494 !important;
    background: none;
}

.DashIcon{
    FONT-VARIANT: JIS04;
    /*box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%);*/
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
    width: 150px!important;
    height: 120px;
    margin: 0 0 0 30px;
}









