/*Modal*/
/*
.modal-open-product{
  position: fixed;
}*/

.canvas-right-modal {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
}

.canvas-right-modal {
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.canvas-right-modal {
  position: fixed;
  width: 350px;
  max-width: 100%;
  height: 100%;
  text-align: left;
  top: 0;
  bottom: 0;
  z-index: 61;
  background: #222222;
  color: rgba(255,255,255,.7);
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.canvas-right-modal .canvas-wrap{
  padding: 40px;
  height: calc(100%);
  display: flex;
  flex-direction: column;
}
.canvas-wrap > img:nth-child(1) {
  margin-bottom: 5rem;
}



.canvas-right-modal h2,.canvas-right-modal h3,.canvas-right-modal h4 {font-family: 'Arimo', Arial, Helvetica, sans-serif;font-size: 1.3em;color: #DFC580;font-weight: 700;margin-bottom: 1rem;}
.canvas-wrap p {font-size: 16px; color: #fff;}
.modal-guides .canvas-wrap p {font-size: 16px; color: rgba(255,255,255,.7);}
.canvas-wrap img.brand-logo {
  width: 100px;
  margin: 0 auto;
  display: flex;
  margin-top: auto;
  padding: 1rem;
}


.canvas-right-modal.modal-expert .canvas-wrap > img:nth-child(1) {margin-bottom: 0;}
.canvas-right-modal.modal-expert .canvas-wrap .expert-img {/* padding: 2rem; */max-width: 230px;margin: 2rem auto;box-shadow: -1px 3px 13px 0px #00000090;}
.canvas-right-modal.modal-expert .expert-signature {display: flex;flex-direction: column;width: min-content;margin-left: auto; padding-bottom: 1rem;}
.canvas-right-modal.modal-expert ul{list-style:none; color: #fff;font-weight: 700; padding: 0; }
.canvas-right-modal.modal-expert h2, .canvas-right-modal.modal-expert span, .canvas-right-modal.modal-expert ul li{margin-bottom: 1.5rem;}
.canvas-right-modal.modal-expert ul li{font-style: italic;}
.canvas-right-modal.modal-expert ul li:before{font-family: "Font Awesome\ 5 Pro"; content: '\f111';margin-right: 5px;font-size: 7px;font-style: normal;}

.canvas-right-modal.modal-review #gradeDiv_prod .grade {padding: 10px 40px; color: #fff;}

.canvas-right-modal.modal-eazy .canvas-wrap p {font-size: 14px;}
.canvas-right-modal.modal-eazy .canvas-wrap p, .canvas-right-modal.modal-eazy .canvas-wrap h2, .canvas-right-modal.modal-eazy ul li {margin-bottom: 1rem;}
.canvas-right-modal.modal-eazy {text-align: center;}
.canvas-right-modal.modal-eazy ul{list-style: none; color: #fff; margin-bottom: 2rem;}
.canvas-right-modal.modal-eazy .eazy-payments {display: flex;flex-wrap: wrap;justify-content: center;gap: 12px;row-gap: 24px;margin-top: auto;}
.canvas-right-modal.modal-eazy .eazy-payments img {max-height: 22px;}
.canvas-right-modal.modal-eazy .eazy-payments img:last-child {width: 100%; max-height: 100%;}


.modal-fright strong {
 font-weight: 700;
}
.modal-fright__msg {
  border: 2px solid #e8941a;
  padding: 0.5rem;
}


.canvas-right-modal.active{
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.canvas-right-modal .close {
  background: transparent;
  outline: none;
  border: 0;
  right: 1rem;
  top: 1rem;
}
.canvas-right-modal .close::before {color: #999;}
.canvas-right-modal .close:hover::before {color: #fff;}


.canvas-right-modal > img {
  max-width: 230px;
  display: flex;
  margin: 0 auto;
}
.canvas-right-modal ul {
  padding: 0 20px;
}


.canvas-right-modal ul li{
  margin-bottom: 1rem;
}

.canvas-right-modal #gradeDiv_prod{
  flex-direction: column;
  max-height: none;
  margin-bottom: 1rem;
}


.modal-status {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.modal-fright h2 {
  font-family: 'Arimo', Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 2rem;
}
.modal-fright .canvas-wrap > img:nth-child(1){
  margin-bottom: 1rem;
}
.modal-status > span{
  font-weight: 700;
}
.modal-status .Text_Lagerstatus{
position: relative;
}
.modal-status .Text_Lagerstatus:before{
  transform: translateY(50%) !important;
  position: absolute;
  left: -20px;
}
.canvas-right-modal ul, .modal-status  {color: #fff;}



@media screen and (max-width: 864px) {
  .canvas-right-modal {
    width: 90%;
  }
  .canvas-right-modal .canvas-wrap{
    height: calc(100%);
    padding: 20px;
  }
  .canvas-right-modal.modal-fright  .canvas-wrap{
    padding: 40px;
  }

  .canvas-wrap > img:nth-child(1) {
    margin-bottom: 3rem;
    max-width: 214px;
    margin-inline: auto;
}
.canvas-right-modal.modal-expert .canvas-wrap .expert-img {max-width: 175px;}
.canvas-right-modal.modal-eazy .eazy-payments {gap: 16px;}
}


/*Ledande modal*/
ul.brand-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
  padding: 0;
  margin-block: 1rem;
}

ul.brand-list li{
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
  max-width: 18%;
}

ul.brand-list li img{
  border-radius: 50%;
}
/*
button.readMore {
  display: block;
  margin: 0 auto;
  background: #fff;
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  background-color: #ffffff;
  padding: 1em 1.5em;
  margin: 0 auto;
  border-radius: 5px;
}

button.readMore:hover, button.readMore:active {
  background-color: hsl(0deg 0% 80%);
}
*/
.modal-brand-contacts {
 /* background-color: #335e37;*/
  color: #fff;
  padding: 1rem 2rem;
}
.modal-brand-contacts ul li a {
  color: #fff;
}


.simple-payment{
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  align-items: center;
}

.simple-fright, .simple-payment{
  text-align: left;
  margin-bottom: 1rem;
}
.simple-fright h3:before, .simple-payment h3:before{
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 900;
  content: "\f00c";
  color: #000000;
  margin-right: 1rem;
}

.simple-fright h3, .simple-payment h3{
  color: #dfc580;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
}


.image_dcm img {
  width: 150px;
  height: 150px;
}


.gradeProd_wrapper {
  background-color: white;
  border-radius: 15px;
  padding: 16px !important;
  text-align: left !important;
  margin-bottom: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  position: relative;
}

.gradeProd_wrapper:after {
  content: " ";
  display: flex;
  position: absolute;
  top: 0;
  right: 15px;
  height: calc(100% - 2rem);
  width: 80px;
  z-index: 11111111;
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgb(255 255 255) 100%);
  z-index: 2;
}

#gradeDiv_prod {
  display: flex;
  max-width: 581px;
  margin-top: 10px;
  max-height: 135px;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  /*scroll-snap-type: x proximity;*/
}
#gradeDiv_prod::-webkit-scrollbar-track
{
	background-color: #e9e9e9;
}

#gradeDiv_prod::-webkit-scrollbar
{
	height: 5px;
	background-color: #e9e9e9;
}

#gradeDiv_prod::-webkit-scrollbar-thumb
{
	background-color: #cb9d63;
}

#gradeDiv_prod .grade {
  /*scroll-snap-align: start;*/
  font-size: 15px;
  padding: 0 15px;
  min-width: 45%;
}

#gradeDiv_prod .grade .score {
  font-family: "Font Awesome 5 Pro";
  color: #cb9d63;
  margin-bottom: 5px;
}

#gradeDiv_prod .grade .score::before {
  font-weight: 900;
}

#gradeDiv_prod .grade .score::after {
  font-weight: 300;
}

#gradeDiv_prod .grade .g5::before {
  content: '\f005\f005\f005\f005\f005';
}

#gradeDiv_prod .grade .g4::before {
  content: '\f005\f005\f005\f005';
}

#gradeDiv_prod .grade .g3::before {
  content: '\f005\f005\f005';
}

#gradeDiv_prod .grade .g2::before {
  content: '\f005\f005';
}

#gradeDiv_prod .grade .g1::before {
  content: '\f005';
}

#gradeDiv_prod .grade .g1::after {
  content: '\f005\f005\f005\f005';
}

#gradeDiv_prod .grade .g2::after {
  content: '\f005\f005\f005';
}

#gradeDiv_prod .grade .g3::after {
  content: '\f005\f005';
}

#gradeDiv_prod .grade .g4::after {
  content: '\f005';
}

#gradeDiv_prod .grade .text {
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#gradeDiv_prod .grade .namn {
  font-weight: bold;
  line-height: 20px;
}

#gradeDiv_prod .grade .date {
  float: right;
  font-style: normal;
  color: #848484;
  font-size: 12px;
  line-height: 20px;
}




#OrderFalt {
  text-align: center;
}

#Faktablad {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#Faktablad .section-left {
  order: 2;
}

#Faktablad .section-left, #Faktablad .section-right {
  display: flex;
  flex-flow: column;
  padding-bottom: 16px;
}

#Faktablad .section-right {
  order: 1;
}

.TextKort {
  background-color: white;
  border-radius: 15px;
  padding: 16px!important;
  text-align: left!important;
}
.TextKort {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: center;
}
.TextKort .expert-img {border-radius: 100%;}
.TextKort .expert-wrapper span:first-child{font-style: italic;}
.TextKort .expert-signature, .TextKort .expert-img {display: none;}

.TextKort ul {
  padding-left: 20px;
}

.TextKort ul li {
  text-align: left;
}

.product_desc {
  margin-top: 20px;
  height: 150px; overflow: hidden;
  position: relative;
}

.product_desc::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  background: rgb(246,245,240);
  background: linear-gradient(0deg, rgb(255 255 255) 35%, rgb(255 255 255 / 43%) 100%);
}

.product_desc.open {
  height: unset;
}

.product_desc.open::after {
  all: unset;
}

#more-text {
  margin-bottom: 10px;
}
.budskap{
  margin-block: 1rem;
  display: flex;
  justify-content: center;
}
.budskap img{
  max-width: 115px;
}

.budskap ul {
  display: flex;
  justify-content: center;
  gap: 10px; /*img 15 ul 10*/
  list-style: none;
  padding: 0;

  flex-wrap: wrap;
}

.budskap ul li {
  padding: 0.5rem 1rem;
  white-space: nowrap;
  border-radius: 10px;
  background: green;
  color: white;
  /* width: 100px;
  height: 100px;
  border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  cursor: pointer;
  transition: 200ms ease-in-out all;
}
.budskap ul li a{
color: #e8eeea;
}

.budskap ul li:hover {
  filter: brightness(0.80);
}

.budskap ul li[data-color="yellow"] {
  background: #dfc481;
  color: #60615c;
}

.budskap ul li[data-color="blue"] {
  background: #a2bebf;
  color: #28537e;
}
.budskap ul li[data-color="green"] {
  background: #335d37;
  color: #e8eeea;
}
.budskap ul li[data-color="grey"] {
  background: #577776;
  color: #e8eeea;
}
.budskap ul li[data-color="red"] {
  background: #e1b99f;
  color: #755c50;
}

.image_dcm {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

/* div#Ikon_Kampanj:after {
  content: 'Kampanjpris';
  background: black;
  color: white;
  padding: 0.2rem 2rem;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
} */

@media screen and (max-width: 800px) {
  .image_dcm img {
    width: 150px;
    height: 150px;
  }
}

#more-text.more-text-button {
  background: #504E4F;
  width: max-content;
  padding: 8px 16px;
  border-radius: 10px;
  color: white;
}

@media screen and (min-width: 865px) {
  #Faktablad {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  #Faktablad .section-left {
    order: 1;
  }

  #Faktablad .section-right {
    order: 2;
  }

}

.buy-button{cursor: pointer;}
.buy-button:hover{background-color: #336d1a;}

.paketProds .PT_Wrapper_Lista i.fal.fa-chevron-right {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.pricerunner-widget {
  position: absolute;
  z-index: 10;
  bottom: 10px;
  right: 10px;
}

@media screen and (max-width: 864px) {
  .budskap{
    overflow-x: auto;
    justify-content: left;
  }

  .ProduktinfoSet{
    display: flex;
    flex-direction: column;
  }

  .ProduktinfoSet.open.showbtn .SETShowBtn{
    display: none;
    order: 1;
    display: inline-flex !important;
    align-self: center;
    justify-content: center;
  }

  #gradeDiv_prod {
    scroll-snap-type: x proximity;
  }
  
  #gradeDiv_prod .grade {
    min-width: 80%;
    scroll-snap-align: start;
    padding: 0 15px;
  }

  .air-popup.trigger{
    margin-bottom: 0;
  }

  .simple-payment{
    display: grid;
    grid-template-columns: 1fr;
  }

}