/**
Here goes all the CSS that is connected to the productpages and catalogs
**/

.single-product .breadCrumbs {
  display: none;
}

.productContainer {
  padding: 8px 10px;
}

.productContainer h1 {
  font-size: 22px;
  text-align: center;
}

.productContainer .imgProduct {
  margin: auto;
  text-align: center;
  width: 100%;
  min-height: 200px;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

.imgProduct img {
  max-height: 100%;
  max-width: 85%;
  width: auto;
}

.imgNav {
  position: absolute;
  z-index: 1;
  top: 45%;
  font-size: 25px;
  color: #dc102f;
  cursor: pointer;
}

.imgNav.rightNav {
  right: 0;
}

.imgNav.left {
  left: 0;
}

.prodImage {
  height: 100%;
  width: 100%;
  position: absolute;
  background: #fff;
  left: 120%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.prodImage.activeImg {
  left: 0;
}

.prodImage.activeImg img.prodSplash {
  max-width: 85px;
  height: auto;
  position: absolute;
  right: 95px;
  top: 24px;
}

.priceProduct {
  margin: 15px 0;
  text-align: center;
}

.priceProduct span.woocommerce-Price-amount.amount {
  font-size: 34px;
  font-weight: bold;
}

span.priceAttr {
  display: block;
  font-style: italic;
}

.wooCatalog span.priceAttr.invoicePrice {
  font-weight: bold;
}

.attrProduct {
  width: 80%;
  margin: 20px auto;
  text-align: left;
  overflow: hidden;
}

.attrProduct li {
  margin: 5px 0;
}

.attrProduct li::before {
  content: none;
}

.attrProduct ul {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
}

.attrProduct li .fas {
  margin-right: 7px;
  color: #00bf00;
}

.ctaProduct a {
  display: block;
  margin: auto;
  max-width: 210px;
  background: #ff9900;
  color: #fff;
  padding: 16px;
  font-size: 18px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 7px;
  border: outset 2px #ff9900;
  text-decoration: none;
}

.ctaProduct a:hover {
  background: #ff9900;
}

.ctaProduct a .fas {
  margin-left: 7px;
  vertical-align: -1px;
}

.ctaProduct {
  margin: 20px 0 0;
}

.priceInfo {
  overflow: hidden;
  margin: 30px 0;
}

.priceInfoCont {
  font-size: 14px;
  border: 1px solid #65a91c;
  padding: 0 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 18px;
}

.InstallInfo {
  padding: 15px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 40px;
  background: #f1f1f1;
}

.InstallInfo h3 {
  margin-top: 0px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.InstallInfo h4 {
  margin: 5px 0;
  color: #555;
  cursor: pointer;
}

.InstallInfo h4 .far {
  margin-right: 9px;
  font-size: 18px;
  vertical-align: -1px;
}

.InstallInfo h4:hover {
  color: #dc102f;
}

.toggleReadMore {
  margin: 15px 0;
}

.visible .toggleHeader {
  color: #dc102f;
}

.installBullet {
  height: 30px;
  overflow: hidden;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.topProdCont {
  overflow: hidden;
}

.single-product .prodImage.activeImg img.prodSplash {
  right: 40px;
  max-width: 80px;
  top: 0px;
}

/****************************
*********** LIST STYLE ******
*****************************/

.priceAttr.invoicePrice {
  margin-top: 5px;
}

.catalogSection.section-top {
  max-width: 1200px;
  margin: auto;
}

ul.productBestsellers {
  overflow: hidden;
  padding-left: 0;
  margin: 20px auto;
}

h2.catHeadline {
  font-size: 36px;
  margin: 30px 0 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
}

ul.productBestsellers li:before {
  content: none;
}

img.prodSplash.splashList {
  position: absolute;
  max-width: 100px;
  left: 15px;
}

.imgProd.listImg {
  position: relative;
  margin: 20px 0px;
}

.listImg img.prodSplash {
  position: absolute;
  max-width: 90px;
  right: 15px !important;
  top: 12px;
}

.catalogSection.section-top {
  padding: 8px 10px;
}

.catalogSection.section-top h1 {
  margin: 0 0 10px;
}

.imgProd {
  text-align: center;
}

.imgProd img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 220px;
}

li.prodLi {
  margin: 15px 0;
  padding: 5px 0 25px;
  border-bottom: 1px solid #ccc;
}

h2.titleProd {
  text-align: center;
  margin-top: 0px;
  min-height: 60px;
}

h2.titleProd a {
  color: #333;
}

.priceProd {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #65a91c;
  margin: 10px 0;
}

.attrProd li .fas {
  color: #65a91c;
  margin-right: 7px;
}

.attrProd li {
  margin: 4px 0;
}

.wooCatalog .attrProd {
  max-width: 300px;
  margin: 18px auto 20px;
  font-size: 15px;
}

.wooCatalog span.priceAttr {
  font-size: 14px;
  color: #333;
  font-weight: normal;
}

/* Desktop CSS */

@media screen and (min-width: 756px) {
  .woocommerce-page {
    background: #f1f1f1;
  }
  .catalogSection.section-top {
    padding: 0;
  }
  .imgProduct {
    float: left;
    max-width: 50%;
  }
  .rightProdInfo {
    max-width: 40%;
    width: 40%;
    float: right;
    margin-top: 50px;
  }
  .productContainer {
    padding: 20px 20px 50px;
    background: #fff;
    box-shadow: 0 1px 3px #ccc;
    max-width: 1200px;
    margin: auto;
  }
  .single-product .breadCrumbs {
    display: block;
  }
  .productContainer h1 {
    font-size: 40px;
    margin-top: 5px;
    margin-left: 20px;
    text-align: left;
  }
  .productContainer .imgProduct {
    height: 350px;
  }
  .imgProduct img {
    max-height: 100%;
    max-width: 92%;
  }
  .prodDescCont {
    max-width: 700px;
    margin: auto;
  }
  .priceProduct {
    margin: 0 0 30px;
    text-align: left;
  }
  .attrProduct {
    width: 100%;
  }
  .ctaProduct a {
    margin: 0;
  }
  .priceInfo span {
    max-width: 300px;
  }
  .priceInfo {
    margin-bottom: 0;
  }
  .ctaProduct.ctaBot {
    display: none;
  }
  ul.productBestsellers li.prodLi {
    float: left;
    width: 31.3333%;
    padding: 25px 15px;
    margin: 10px 1%;
    border-bottom: none;
    -webkit-box-shadow: 0 1px 3px #ccc;
    -moz-box-shadow: 0 1px 3px #ccc;
    box-shadow: 0 1px 3px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
  }

  .wooCatalog .ctaProduct a {
    margin: auto;
  }

  .single-product .prodImage.activeImg img.prodSplash {
    right: 60px;
    max-width: 100px;
    top: 0px;
  }
}

.splashpage {
  position: relative;
  text-align: center;
}

.splashpage .offerSplash {
  transform: scale(0.8);
  top: 1%;
}

.splashpage .offerSplashSmall {
  transform: scale(0.9);
  top: 48%;
  left: 61%;
}

@media screen and (min-width: 756px) {
  .splashpage .offerSplashSmall {
    top: 10%;
    left: 42%;
    transform: scale(1);
  }

  .splashpage .offerSplash {
    top: 13%;
    transform: scale(1);
  }
}
.step2-form {
  display: none;
}
