/* *{
     outline:solid red 1px; 
} */

body {
  margin: 0;
  font-family: 'Karla', sans-serif;
  font-size: 0.9em;
}

h1, h2 ,h3,h4,h5 {
  font-family: 'Spectral', serif;
}
img[src=""] {
  display: none;
}

#header {
  display: block;
  height: auto;
  width: 100%;
  background-color:#ffffff;
}

a {
  color: #000000;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgb(0 0 0 / 13%);
}

.header-container {
  display: flex;
  justify-content: space-between;
  padding: 0 2%;
  align-items: center;
}

.header-logo a {
  display: block;
  max-width: 250px;
  height: auto;
  margin: auto;
}

.header-logo a img {
  display: block;
    max-width:60%;
    height: auto;
    width: auto;
    padding: 45px;
}

.header-links {
  position: absolute;
  right: 2%;
  top: 0;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 0;
  border-bottom:#81bd29 solid 2px;
}

.header-links ul {
  display: flex;
  width: auto;
  flex-direction: row;
  justify-content: flex-end;
  flex-grow: 1;
  margin: 0;
  padding: 1% 0;
}

.header-links ul li {
  list-style: none;
  padding: 0 0.2rem;
  border-right: solid 1px #8ecae6;
  font-size: 14px;
}

.header-links ul li:hover {
  text-decoration: underline solid 2px;
  transition: ease-in 0.5s;
  -webkit-transition: ease-in 0.5s;
  -moz-transition: ease-in 0.5s;
  -ms-transition: ease-in 0.5s;
  -o-transition: ease-in 0.5s;
}

.header-links ul li:last-child {
  border-right: none;
}

.header-content-links {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}

.btn {
  background:#e47712;
  border-radius: 5px;
  padding: 0.288rem;
  width: auto;
  margin: 5px;
  -webkit-box-shadow: 0px 10px 13px -7px #00000085,
    12px 5px 15px 5px rgb(0 0 0 / 0%);
  box-shadow: 0px 10px 13px -7px #00000085, 12px 5px 15px 5px rgb(0 0 0 / 0%);
  border: white solid 2px;
}

.header-content-links div:hover {
  background: transparent;
  transition: background ease-in 0.3s;
  -webkit-transition: background ease-in 0.3s;
  padding: 0.288rem;
  -moz-transition: ease-in 0.3s;
  -ms-transition: ease-in 0.3s;
  border: white solid 2px;
  -o-transition: ease-in 0.3s;
}

.header-content-links div:hover > i {
  transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  -moz-transition: ease-in 0.3s;
  -ms-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
}

.header-content-links i, .usp-container i, .btn i {
  color: #fff;
  padding: 0.3em 0.3em;
}


/* menu code start */
.menu-container {
  padding: 0 2%;
  float: left;
  width: 96%;
  height: auto;
  border: 2px solid #808080;
  border-width: 2px 0;
  -webkit-box-shadow: 0px 10px 13px -7px #00000085,
    12px 5px 15px 5px rgb(0 0 0 / 0%);
  box-shadow: 0px 10px 13px -7px #00000085, 12px 5px 15px 5px rgb(0 0 0 / 0%);
  background: #81bd29;
  margin-bottom: 1%;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu .main-menu {
  display: none;
}

#tm:checked + .main-menu {
  display: block;
}

#menu input[type="checkbox"],
#menu ul span.drop-icon {
  display: none;
}

#menu li,
#toggle-menu {
  border-width: 0 0 1px;
}

#menu .sub-menu {
  background-color: #219ebc;
  border-width: 1px 1px 0;
  margin: 0 1em;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li,
#toggle-menu,
#menu a {
  position: relative;
  display: block;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.125);
}

#menu, #toggle-menu , #footer {
  background:#808080;
}

#toggle-menu,
#menu a {
  padding: 1em 0.5em;
  background: transparent;
}

#menu a {
  transition: all 0.125s ease-in-out;
  -webkit-transition: all 0.125s ease-in-out;
font-size: 0.85em;}

#menu a:hover {
  background-color: #219ebc;
  color: #fff;
  text-decoration: underline;
}

#menu .sub-menu {
  display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}

#menu .sub-menu a:hover {
  color: #fff;
  text-decoration: underline;
}

#toggle-menu .drop-icon,
#menu li label.drop-icon {
  position: absolute;
  right: 1.5em;
  top: 1em;
}

#menu label.drop-icon,
#toggle-menu span.drop-icon {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.125);
  text-shadow: 0 0 0 transparent;
  color: #fff;
}

#menu .drop-icon {
  line-height: 1;
}



#menu .sub-menu a {
  color: #fff;
}

/* menu code end */

.usp-container {
  padding: 0 2%;

  width: 96%;

  display: flex;

  justify-content: space-around;

  align-items: center;
}

.usp-container div {
  border: solid 1px #808080;
  margin: 0 0.5%;
  text-align: center;
  padding: 0.5%;
  color: #fff;
  background: #e47712;
  font-size: 0.8rem;
  -webkit-box-shadow: 0px 10px 13px -7px #00000085,
    12px 5px 15px 5px rgb(0 0 0 / 0%);
  box-shadow: 0px 10px 13px -7px #00000085, 12px 5px 15px 5px rgb(0 0 0 / 0%);
  display: flex;
  justify-content: center;
  flex-basis: auto;
  align-items: center;
  flex-grow: 1;
  align-self: stretch;
border-radius: 5px;}

.usp-container p {
  margin: 0;
}


.product-title {
  width: 96%;
  padding: 0 2%;
  display: flex;
}

.product-title h1 {
  color: #023047;
  margin: 1.5% 0;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  flex-grow: 1;
  text-align: center;
  font-size: 1.2rem;
  
font-size: 2.2vw;}

.product-container {
  width: 96%;
  padding: 0 2%;
}

.product-detail-wrapper {
  display: grid;
  grid-template-columns: 2fr 3fr;
  column-gap: 1%;
  align-content: center;
  justify-items: center;
  justify-content: center;
}

/* image gallery */

.image-gallery {
  display: flex;
  flex-flow: column wrap;
  flex-wrap: wrap;
  flex-direction: row;
  height: auto;
  margin: 0 auto;
}

.image-gallery section {
  display: none;
  width: 100%;
  order: -1;
  flex: 1 0 100%;
}

.image-gallery section img {
  height: auto;
  max-width: 95%;
  border: 1px solid #023047;
  margin: 0 2.5%;
}

.image-gallery input {
  display: none;
}

.image-gallery label {
  width: 20%;
  margin: 0 2.5%;
  height: fit-content;
}

.image-gallery label:hover {
  cursor: pointer;
}

.image-gallery label img {
  height: auto;
  border: 1px solid #8ecae6;
  text-align: center;
  width: 100%;
}

.image-gallery input:checked + label img {
  border: 1px solid #023047;
}

.image-gallery #tab1:checked ~ #content1,
.image-gallery #tab2:checked ~ #content2,
.image-gallery #tab3:checked ~ #content3,
.image-gallery #tab4:checked ~ #content4 {
  display: block;
}

.product-details-container {
  border: #808080 solid 1px;
  height: 99%;
width: auto;}

.product-details-container .container-title {
  width: 98%;
  background-color: #808080;
  border-bottom: solid 3px #e47712;
  margin-bottom: 1%;
padding-left: 2%;}

.product-details-container .container-title h2 {
  margin: 0;
  padding: 0.5%;
  color: #fff;
  font-size: 1.5em;
}

.product-price + div,
.product-price {
  margin: 0 2%;
}

.product-price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline;
}

.product-price .price {
  margin-bottom: 1%;
  font-size: 0.7em;
  white-space: nowrap;
  padding: 0 2% 2% 0;
}

.product-price .price .price-title {
  font-size: 1.5rem;
  
}

.product-price .price .price-value {
  font-size: 1.5rem;
  color: #000;
  text-decoration: underline;
  margin-left: 1%;
}

.product-price .delivery {
  background-color: #e47712;
  font-size: 1rem;
  color: #fff;

  padding: 0.5% 1%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: baseline;
  flex-shrink: 1;
flex-grow: 0.1;border-radius: 5px;}

.product-price .delivery i {
  font-size: 1.4rem;
  margin-right: 4%;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  width: auto;
}


.infotab-content H4 {
  margin: 1% 0;
}

.info-tabs {
  display: flex;
  flex-flow: column wrap;
  flex-wrap: wrap;
  flex-direction: row;
  height: auto;
  margin: 1% auto;
background: #81bd29;}

.info-tabs section {
  display: none;
  width: 100%;
  flex: 1 0 100%;
  order: 3;}
  

.info-tabs section div {
  height: auto;
  border: 1px solid #81bd29;
  background: #fff;padding: 0 2%;}

.info-tabs input {
  display: none;
}


.info-tabs label {
  height: auto;
  padding: 0.5% 0;border: 1px solid #81bd29;
  width: 25%;
  order: 1;
  cursor: pointer;
  color: #fff;
  background-color: #81bd29;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: color 0.2s ease;
font-size: 1.5em;}


.info-tabs #info-tab1:checked ~ #info-content1,
.info-tabs #info-tab2:checked ~ #info-content2,
.info-tabs #info-tab3:checked ~ #info-content3,
.info-tabs #info-tab4:checked ~ #info-content4 {
  display: block;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.info-slide {
    order: 2;
    background: #e47712;
    width: calc(100% / 4);
    height: 5px;
    transition: margin-left 0.3s ease-out;
}

.info-tabs #info-tab1:checked ~ .info-slide {
  margin-left: calc((100% / 4) * 0);
}
.info-tabs #info-tab2:checked ~ .info-slide {
  margin-left: calc((100% / 4) * 1);
}
.info-tabs #info-tab3:checked ~ .info-slide {
  margin-left: calc((100% / 4) * 2);
}
.info-tabs #info-tab4:checked ~ .info-slide {
  margin-left: calc((100% / 4) * 3);
}

.newsletter {display: flex;justify-content: space-between;flex-direction: row;flex-wrap: nowrap;align-items: center;padding: 0 6%;color: #fff;border: 2px solid #e47712;
  border-width: 2px 0;;font-size: 0.9rem;text-align: center;}

  .infotab-content a {
    color: #023047;
    text-decoration: underline;
    }

@media (max-width: 1000px) {
  .newsletter{font-size: 1.2rem;}

  .product-title h1{
    font-size: 2.2vw;
  }

  .info-tabs label{
    padding: 1.5% 0;
    font-size: 1.2em;
  }
}


@media (max-width: 750px) {
  .product-detail-wrapper {
    grid-template-columns: 1fr;
  }

  .image-gallery section img {
    max-width: 70%;
    border: 1px solid #023047;
    margin: 0 2%;
    margin-left: 15%;
  }

  .product-price {
    flex-direction: column;
    padding-bottom: 2%;
    align-items: stretch;
    text-align: center;
  }
  .container-title h2{
    text-align:center;
  }
  .header-container {
    flex-direction: column;
    justify-content: center;
  }

  .header-content-links {
    flex-direction: row;
    justify-content: space-evenly;
  }

  .header-links,
  .header-content {
    position: relative;
    width: 100%;
  }

  .header-links {
    right: 0;
  }

  .header-links ul {
    justify-content: center;
  }

  .header-links ul li {
    font-size: 11px;
  }
  .product-title h1{
    font-size: 4.4vw;
  }
  #toggle-menu, #menu a {
    padding: 0.7em 0.5em;}
}

@media (max-width: 425px) {
  body{
    font-size: 0.7em;
  }
  .usp-container div {
    font-size: 0.6rem;
    flex-wrap: wrap;
  }
  .header-content-links {
    font-size: 0.85rem;
  }
  .product-title h1{
    font-size: 6.6vw;
  }
  .newsletter{font-size: 0.7rem;}
}
@media only screen and (max-width: 64em) and (min-width: 52.01em) {
  #menu .sub-menu li {
  width: auto;
}
}

@media only screen and (min-width: 48em) {
#menu .main-menu {
  display: block;
}

#toggle-menu,
#menu label.drop-icon {
  display: none;
}

#menu ul span.drop-icon {
  display: inline-block;
}

#menu li {
  float: left;
  border-width: 0 0 1px;
}

#menu .sub-menu li {
  float: none;
}

#menu .sub-menu {
  border-width: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 12em;
  z-index: 3000;
}

#menu .sub-menu,
#menu input[type="checkbox"]:checked + .sub-menu {
  display: none;
}

#menu .sub-menu li {
  border-width: 0 0 1px;
}

#menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}

#menu li:hover > input[type="checkbox"] + .sub-menu {
  display: block;
}
}

.news.btn:hover {
  background: #023047;
  transition: all ease-in 0.5s;
  -webkit-transition: all ease-in 0.5s;
  -moz-transition: all ease-in 0.5s;
  -ms-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;
}

.right-col {width: 100%;}