#left-column,
#products,
.card-block {
  display: none;
}

#content-wrapper {
  display: none;
}

.homepage-shop-title {
  height: 140px;
}

.homepage-shop-shop {
  margin: 0 auto;
}

.cards-shop {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card.abb {
  float: right;
}

.card.bticino {
  float: left;
}

.abb-home,
.bticino-home {
  width: 48%;
  margin: 40px 15px;
  overflow: hidden;
  border: solid 1px #ccc;
  border-radius: 5px;
  box-shadow: 1px 10px 55px -37px rgba(125, 117, 117, 1);
  -webkit-box-shadow: 1px 10px 55px -37px rgba(125, 117, 117, 1);
  -moz-box-shadow: 1px 10px 55px -37px rgba(125, 117, 117, 1);
  transition: 0.1s ease-in-out;
}

.abb-home:hover,
.bticino-home:hover {
  transform: scale(101%);
}

.homepage-bticino {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  overflow: auto;
}

.homepage-bticino img {
  border: solid 1px #ccc;
  border-radius: 5px;
  width: 100%;
}

.badge-shop-abb::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 32.5px solid transparent;
  border-bottom: 32.5px solid transparent;
  border-left: 20px solid #d4010f;
  transition: transform 0.3s;
}

.badge-shop-bticino,
.badge-shop-abb {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 125px;
  height: 65px;
  top: 85%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}

.badge-shop-abb {
  left: -125px;
  background-color: #ff000f;
}

.badge-shop-bticino {
  right: -125px;
  background-color: rgb(228, 106, 28);
}

.badge-shop-bticino a,
.badge-shop-abb a {
  color: #fff;
  transition: 0.1s;
  font-size: 1.15em;
}

.badge-shop-bticino a:hover,
.badge-shop-abb a:hover {
  font-size: 1.35em !important;
  text-decoration: underline;
}

.badge-shop-bticino::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 32.5px solid transparent;
  border-bottom: 32.5px solid transparent;
  border-right: 20px solid rgb(198, 82, 10);
  transition: transform 0.3s;
}
.card {
  margin: 25px;
  width: 80%;
  border: none !important;
}

.hr-abb,
.hr-bticino {
  width: 30%;
}

.hr-abb {
  background-color: #ff000f;
}

.hr-bticino {
  background-color: rgb(228, 106, 28);
}

.card-title {
  font-size: 1.3em;
  margin: 20px 0;
}

img.header-img-shop{
  width: 100%;
  max-width:200px;
  border: none!important;
}

h1 {
  position: relative;
  padding: 0;
  margin: 25px 0;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

i.subtitle-text {
  margin: 20px 0;
}

i.title-text {
  margin-bottom: 20px;
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
h1 em {
  font-style: normal;
  font-weight: 600;
}

.nine h1 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 20px;
  color: #222;
  letter-spacing: 1px;
  font-weight: 300;
}
.nine h1 span {
  margin-top: 20px;
  font-size: 38px;
  word-spacing: 1px;
  font-weight: normal;
  letter-spacing: 2px;
  font-weight: 500;
  color: #1c7ed9;
  font-family: "Basic", "Helvetica", "Arial", "sans-serif";
  text-transform: lowercase;
  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 20px;
  align-items: center;
}

.nine h1 span:after,
.nine h1 span:before {
  content: " ";
  width: 95%;
  margin: 0 auto;
  display: block;
  border-bottom: 1px solid #fc0;
  border-top: 1px solid #fc0;
  height: 1px;
  background-color: #fc0;
}

.subtitle-container {
  margin-top: 25px;
  font-family: "Basic", "Helvetica", "Arial", "sans-serif";
}

.card-text-shop {
  color: #111;
  font-family: "Basic", "Helvetica", "Arial", "sans-serif";
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 28px;
}

@media (min-width: 480px) and (max-width: 1410px) {
  .homepage-shop-title {
    margin: 0 0 10px;
  }

  .abb-home,
  .bticino-home {
    margin: 10px 15px;
  }

  .nine h1 {
    font-size: 40px;
  }
  .nine h1 span {
    margin-top: 20px;
    font-size: 30px;
  }

  .card-title {
    font-size: 1.2em;
    margin: 15px 0;
  }
  .homepage-bticino img {
    transform: scale(115%);
  }

  img.header-img-shop{
    max-width: 150px;
    transform: scale(none);
  }

  .badge-shop-abb a,
  .badge-shop-bticino a {
    display: none;
  }

  .badge-shop-abb {
    left: -150px;
  }

  .badge-shop-bticino {
    right: -150px;
  }

  .card-text-shop {
    margin: 0 0 15px;
  }
}

@media (max-width: 480px) {
  .cards-shop {
    flex-direction: column;
  }
  .homepage-shop-title
  {
    height: 90px;
  }

  .badge-shop-abb,
  .badge-shop-bticino,
  .badge-shop-abb::before,
  .badge-shop-bticino::before {
    display: none;
  }

  .homepage-bticino img {
    transform: scale(128%);
  }

  img.header-img-shop{
    max-width: 100px;
    transform: scale(none);
  }

  .abb-home,
  .bticino-home {
    width: 98%;
    margin: 30px 15px;
  }

  .nine h1 {
    font-size: 40px;
  }

  .nine h1 span {
    margin-top: 10px;
    font-size: 27px;
  }

  .nine h1 span::after,
  .nine h1 span::before {
    width: 100%;
  }

  .card {
    margin: 10px auto;
  }

  .card.abb,
  .card.bticino {
    float: none;
  }

  .card-title {
    margin: 25px 0 15px;
  }

  .card-text-shop {
    line-height: 24px;
  }
}
