/* banner  */

.banner-slider {
  border-radius: 10px;
  overflow: hidden;
}

.carousel-caption {
  top: 30%;
  left: 11%;
  text-align: start;
  right: auto;
}

.carousel-caption h5 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #121212;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.carousel-caption p {
  color: #121212;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  margin: 0 0 35px 0;
  max-width: 532px;
}

.carousel-caption-btn a {
  font-size: 20px;
  font-weight: 600;
  padding: 18px 25px;
  text-transform: uppercase;
  background-color: #0466de;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  i {
    padding-left: 10px;
  }
}

.carousel-control-prev-icon {
  background-image: url(../images/left-arrow.png);
  margin-bottom: 150px;
}

.carousel-control-next-icon {
  background-image: url(../images/right-arrow.png);
  margin-bottom: 150px;
}

/* banner end  */

/* product introduction  */

.pro-introduction {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #121212;
  margin-top: 30px;
  padding: 50px 250px 35px 165px;
  border-radius: 4px;
  background: #f0faf9;
  position: relative;
  overflow: hidden;
}

.pro-introduction::before {
  content: "";
  position: absolute;
  left: 50px;
  top: 55px;
  width: 100px;
  height: 100px;
  background: url(../images/star-shooting.svg) no-repeat;
  background-size: 70px;
}

.pro-introduction p {
  font-size: 18px;
  line-height: 1.7;
  color: #121212;
  margin-bottom: 10px;
}

/* product introduction end  */

/* product  */

.product-section {
  padding: 40px 0;
}

.section-heading h2 {
  color: #121212;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0 0 15px;
}

.section-para h3 {
  color: #121212;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 10px;
}

.section-para h4 {
  color: #121212;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 10px;
}

.section-para p {
  color: #121212;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 10px;
}

.section-para ul,
.section-para ol {
  padding-left: 20px;
}

.section-para ul li,
.section-para ol li {
  color: #121212;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 5px;
}

.section-para button {
  font-size: 14px;
  color: #007bff;
  background-color: transparent;
  border: none;
}

@media (max-width: 991px) {
  .section-heading h2 {
    font-size: 20px;
  }
}

.product-box {
  z-index: 8;
  border-top: solid 1px #f2f2f3;
  border-bottom: solid 1px #f2f2f3;
  border-left: 0;
  height: 100%;
  padding: 10px 15px 10px;
  width: 100%;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fcfcfd;
  transition: all 0.2s ease;
}

.re-pro-img {
  mix-blend-mode: multiply;
}

.relaxsan-product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5px;
  aspect-ratio: 1/1.1;
}

.product-color-option {
  position: absolute;
  top: 10px;
  left: 7px;
  width: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s ease;
}

.product-color-option .product-color-option-item img {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 2px 0;
  border: 1px solid #fff;
  display: block;
}

.prodiction-desc .pro-code {
  font-size: 12px;
  color: #808080;
  margin-bottom: 0;
}

.prodiction-desc .pro-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #121212;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 58px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.prodiction-desc .pro-price {
  font-size: 16px;
  color: #121212;
  font-weight: 700;
  line-height: 30px;
}

.pages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}

@media (max-width: 768px) {
  .pages {
    flex-direction: column;
    align-items: center;
  }
}

.sorter-options {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
}

.sorter-options select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #121212;
  font-weight: 400;
  line-height: 30px;
  outline: none;
}
.sorter-options select:focus {
  outline: none;
}

.sorter-options select option {
  font-size: 14px;
  color: #121212;
  font-weight: 400;
  line-height: 30px;
}

.toolbar-amount p {
  font-size: 14px;
  color: #121212;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.page-items ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-items li {
  a {
    padding: 4px 8px;
    height: 25px;
    width: 30px;
    font-size: 15px;
    color: #000;
    border: 1px solid #000;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.page-items li a:hover {
  background-color: #0466de;
  color: #fff;
  border: 1px solid #0466de;
}

.page-items li a.active {
  background-color: #0466de;
  color: #fff;
  border: 1px solid #0466de;
}

/* product end  */

/* insta feed  */

.insta-feed-section {
  padding: 0 0 40px;
}

.insta-box {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  img {
    aspect-ratio: 5/5.5;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top;
    transition: all 0.3s ease-in-out;
    &:hover {
      transform: scale(1.1);
    }
  }
  .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}

/* insta feed end  */

/* type section  */

.type-section {
  padding: 0 0 40px;
}

.search-cont {
  overflow-x: auto;
  padding-bottom: 20px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

.type-box {
  min-width: 250px;
}

.type-box a,
.type-box-1 a {
  display: flex;
  align-items: center;
}

.type-box a img,
.type-box a img {
  margin-right: 15px;
}

.bd-1t {
  background-color: #f7f8fb;
  padding: 20px;
}

@media (min-width: 992px) {
  .bd-1t {
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
  }
}

.type-title h4 {
  display: block;
  color: #121212;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin: 0 0 0;
  transition: all 0.2s ease;
  &:hover {
    color: #636363;
  }
}

@media (max-width: 991px) {
  .type-box {
    background: #fff;
    border-radius: 5px;
    padding: 6px 10px 5px 10px;
    box-shadow: 0px 0px 1.5px 0px #0466de inset;
    min-height: 51px;
    display: flex;
    align-items: center;
  }

  .type-title h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

/* type section end  */

/* Services and Benefits */

.service-section {
  padding: 0 0 40px;
}

.service-container {
  background: url(../images/bg-image-servizi-e-vantaggi.png) no-repeat;
  background-size: cover;
  padding: 40px 40px 10px;
  border-radius: 5px;
}

.service-box {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 30px;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  opacity: 0.9;
  transition: all 0.2s ease;
}

.service-img {
  margin-bottom: 20px;
  img {
    width: 40px;
    height: 36px;
  }
}

.service-title h4 {
  display: block;
  color: #121212;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
  margin: 0 0 10px;
}

@media (max-width: 991px) {
  .service-container {
    padding: 20px 15px;
    background: url(../images/bg-image-servizi-e-vantaggi.png) no-repeat;
    background-size: cover;
    background-position-x: center;
  }
  .service-box {
    padding: 12px 15px;
  }
  .service-box a {
    display: flex;
  }
  .service-img {
    margin: 0 10px 0 0;
    img {
      width: 30px;
      height: 26px;
    }
  }
  .service-title h4 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
  }
}

.service-text p {
  display: block;
  color: #121212;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 0px;
  min-height: 80px;
}

.know-more-btn a {
  display: block;
  color: #0466de;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin: 20px 0 0px;
  i {
    padding-left: 10px;
  }
}

.service-icon{
    height:50px;
    width: 50px;
    border: 2px solid #0466de;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    i{
        font-size: 25px;
    }
}

/* Services and Benefits end */

/* description section  */

.ad-desc-section {
  padding: 0 0 40px;
}

.ad-desc-text p {
  font-size: 18px;
  line-height: 1.4;
  color: #121212;
  margin-bottom: 15px;
}

.ad-desc-overlay {
  position: relative;
  width: 100%;
  height: 100%;
}

.ad-desc-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 200px;
  width: 100%;
  height: 100%;
  background-image: url(../images/Pattern_Gambaletto.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

/* news slatter section  */
.news-section {
  padding: 0 0 40px;
}

.news-slatter-section {
  background: url(../images/newsletter_bkg.png) no-repeat;
  background-size: cover;
  padding: 60px 60px 60px 40px;
  box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
  border-radius: 4px;
  border: dotted 1px #d9d9d9;
}

.news-slatter-section form input.form-control {
  font-size: 19px;
  padding: 0 18px 0 18px;
  background: #fff;
  max-width: 350px;
  height: 60px;
  margin: 0 20px 15px 0;
  border: none;
  border-top-right-radius: 5px !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px !important;
  border: 1px solid #999;
}
.news-slatter-section form input.form-control::placeholder {
  font-size: 20px;
  color: #999;
  font-weight: 300;
}

.news-slatter-section form button {
  font-size: 20px;
  padding: 7px 20px 7px 20px;
  background: #0466de;
  color: #fff;
  height: 60px;
  border: none;
  margin-bottom: 15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
}

form .form-check input {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #999;
}

form .form-check span {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #636363;
  line-height: 1.1;
  a {
    color: #636363;
  }
}

.news-slatter-desc p {
  font-size: 20px;
  color: #121212;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20;
}

@media (max-width: 991px) {
  .news-slatter-section {
    padding: 0;
    background: none;
    border: none;

    .section-heading h2 {
      font-size: 18px;
      font-weight: 500;
    }
  }

  .input-group {
    display: block;
  }

  .news-slatter-section form input.form-control {
    width: 100%;
    height: 42px;
    margin: 0 0 15px;
    border: none;
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px !important;
    border: 1px solid #999;
    &::placeholder {
      font-size: 17px;
    }
  }

  .news-slatter-section form button {
    width: 100%;
    height: 42px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .form .form-check {
    display: flex;
  }

  form .form-check input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 10px;
  }

  form .form-check span {
    font-size: 10px;
    font-weight: 400;
    color: #636363;
    line-height: 14px;
  }
}

/* about us  */

.top-about {
  background: url(../images/bg-img-chi-siamo.png) no-repeat;
  background-size: contain;
  background-position: top right;
  padding: 60px 0 0;
}

.about-text {
  p {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }
}

.about-card-inner {
  display: flex;
}

.section-vector {
  display: flex;
  width: 60px;
  height: 60px;
  padding: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px dashed rgba(10, 191, 97, 0.5);
  margin-right: 25px;
  img {
    width: 28px;
  }
}

.about-section-subtitle h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}

.about-box-text {
  padding-left: 90px;
  padding-right: 80px;
  max-width: 690px;
  p {
    color: #545454;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 15px;
  }
  ul {
    padding-left: 20px;
  }
  ul li {
    color: #545454;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 15px;
  }
}

@media (max-width: 768px) {
  .section-vector {
    width: 28px;
    height: 28px;
    border: none;
    padding: 0;
    margin-right: 15px;
  }
  .about-section-subtitle h3 {
    margin: 0 0 15px;
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .about-box-text {
    padding-left: 44px;
    padding-right: 0;
    p {
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      margin: 0 0 15px;
    }
    ul li {
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      margin: 0 0 15px;
    }
  }
}

/* about us end  */

/* contact us  */

.contact-box {
  padding: 55px 0 0;
  position: relative;
}

.contact-box::before,
.contact-box::after {
  content: "";
  background-color: #0466de;
  height: 100px;
  width: 100px;
  border-radius: 20px;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  left: 50%;
  top: 15px;
  z-index: -1;
}

.contact-box::after {
  background-color: #999;
  height: 10px;
  width: 10px;
  border: 3px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.contact-card {
  background-color: #e2ffec;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 10px #0abf6172;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.contact-title i {
  font-size: 35px;
  color: #0abf61;
  margin-bottom: 20px;
}

.contact-title h4 {
  font-size: 22px;
  font-weight: 700;
  color: #0abf61;
  margin: 0 0 15px;
}

.contact-text p {
  font-size: 18px;
  font-weight: 400;
  color: #121212;
  margin: 0;
  a {
    color: #121212;
  }
}

/* form section */

.contact-form-ref {
  padding: 40px 0;
}

.contact-left {
  padding: 41px 36px;
  border-radius: 5px;
}

@media (max-width: 600px) {
  .contact-left {
    padding: 25px 0;
  }
}

.form-group {
  margin-bottom: 25px;
}

.form-group:nth-last-child(1) {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.form-group:nth-last-child(2) {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

@media (max-width: 600px) {
  .form-group:nth-last-child(1) {
    margin-bottom: 15px;
  }
  .form-group:nth-last-child(2) {
    margin-bottom: 15px;
  }
}

.form-group label {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #fff;
  margin-top: 10px;
}

@media (max-width: 600px) {
  .form-group label {
    font-size: 12px;
  }
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 18px 12px;
  border: 1px solid #6b6b6b;
  border-radius: 5px;
  outline: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #494949;
}

.form-group textarea {
  resize: vertical;
}

.form-group button {
  width: 100%;
  height: 60px;
  background: #0466de;
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #0466de;
  letter-spacing: -0.011em;
  color: #fff;
  margin-top: 15px;
  transition: background 0.5s;
  cursor: pointer;
}

.form-group input[type="checkbox"] {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border: 1px solid #999;
}
.form-group input[type="checkbox"]:checked {
  background-color: #0466de;
  border: 1px solid #0466de;
}

.form-group label {
  font-size: 13px;
  color: #121212;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.form-group.privacy {
  min-width: 60%;
  display: flex;

  a {
    color: #121212;
    text-decoration: underline;
  }
}

.form-group button:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.inline-group {
  display: flex;
  align-items: baseline;
  gap: 25px;
}

@media (max-width: 600px) {
  .inline-group {
    display: block;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 13px 10px;
  }

  .form-group input::placeholder,
  .form-group textarea::placeholder {
    font-size: 16px;
  }
}

.inline-group .form-group {
  flex: 1;
}

.jt-1 input {
  width: 50%;
  margin-left: 15px;
}

.breadcrumb {
  background-color: #f8f9fa;
  padding: 10px 0;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.breadcrumb .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.breadcrumb a {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb i {
  margin: 0 5px;
  color: #6c757d;
}

.breadcrumb span {
  color: #6c757d;
  font-weight: 500;
}

/* contact us end  */

/* cart  */

.check-points {
  padding: 17px 20px 17px 28px;
  background-color: #f6f6f6;
  position: relative;
  div {
    font-size: 14px;
    color: #121212;
    font-weight: 700;
    display: inline;
    margin-bottom: 0;
    span {
      color: #fa681a;
    }
  }
}

.check-points::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -13px;
  z-index: 1;
  width: 45px;
  height: 100%;
  background: url(../images/icons/Cart-message.svg) no-repeat;
  background-size: 35px;
}

.checkout-btn a {
  background-color: #0466de;
  color: #fff;
  padding: 15px;
  display: block;
  border-radius: 6px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}

.cart-product-details {
  display: flex;
}

.cart-img {
  width: 100px;
  height: 100px;
  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

td {
  max-width: 250px;
}

.cart-product-desc {
  h4 {
    font-size: 18px;
    font-weight: 700;
    color: #121212;
    margin-bottom: 10px;
  }
  p {
    font-size: 14px;
    color: #121212;
    margin-bottom: 0;
  }
}

.cart-price {
  vertical-align: middle;
  text-align: center;
}

.cart-table-heading {
  p {
    font-size: 22px;
    font-weight: 700;
    color: #121212;
    margin-bottom: 0;
  }
}

.quantity-control {
  display: flex;
  justify-content: center;
  align-items: center;
  button {
    border: none;
    font-size: 16px;
    color: #121212;
    &:hover {
      background-color: #fff;
      color: #121212;
    }
  }
  input {
    color: #121212;
    width: 50px !important;
    padding: 0 15px;
    border: none;
    font-size: 22px;
  }
}

.cart-pro-edit p {
  font-size: 14px;
  margin-bottom: 5px;
  i {
    padding-left: 7px;
    font-size: 13px;
  }
}

.cart-apply-coupon {
  display: flex;
  justify-content: end;
  align-items: center;
  background-color: #f2f2f3;
  padding: 16px 10px;
  h5 {
    font-size: 16px;
    font-weight: 700;
    color: #121212;
    margin-bottom: 0;
    margin-right: 50px;
  }
}

.coupon-form {
  display: flex;
  align-items: center;
  input {
    height: 32px;
    border-radius: 10px;
    background: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    min-width: 430px;
    padding-left: 20px;
    border: 0;
  }
  button {
    height: 32px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background: #ff5c25;
    border: 0;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0;
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .cart-apply-coupon {
    flex-direction: column;
    align-items: flex-start;
    h5 {
      margin-right: 0;
      margin-bottom: 15px;
      width: 100%;
      text-align: center;
    }
  }
  .coupon-form {
    input {
      min-width: 100%;
    }
  }
}

.cart-sub-total {
  p {
    font-size: 18px;
    font-weight: 500;
    color: #121212;
    margin-bottom: 0;
    span {
      margin-left: 30px;
    }
  }
}

.cart-continue-shopping {
  text-align: end;
  padding: 8px;
}
@media (max-width: 768px) {
  .mob-hide {
    display: none;
  }
}

/* contact  */

.contact-head {
  border: 1px solid #d4d4d4;
  border-radius: 5px;
}

.contact-head-title {
  padding: 40px 40px 30px;
  background-position: center;
  border: none;
  background-image: url(../images/newsletter_bkg.png);
  border-bottom: 1px solid #d4d4d4;
  border-radius: 0;
  margin: 0;
  max-width: 100%;
}

.contact-head-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  line-height: 42px;
}

.contact-head-title p {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  line-height: 30px;
}

@media (max-width: 991px) {
  .contact-head-title {
    padding: 20px;
  }

  .contact-head-title h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 12px;
  }

  .contact-head-title p {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    line-height: 20px;
  }
}

.bdb {
  border-bottom: 1px solid #e5e5e5;
}

.form-head h3 {
  margin: 0;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 25px !important;
  margin: 0 0 15px;
  position: relative;
  padding-left: 35px;

  &::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 20px;
    background: url(../images/icons/icon-compila.svg) no-repeat;
    background-size: 25px;
  }
}

.form-head h3.del-time::before {
  background: url(../images/icons/icon-consegna.svg) no-repeat;
}

.form-head h3.ship-cost::before {
  background: url(../images/icons/icon-spedizione.svg) no-repeat;
}

.form-head h3.custom-duties::before {
  background: url(../images/icons/icon-contrassegno.svg) no-repeat;
}

.form-head h3.gen-info::before {
  background: url(../images/icons/icon-generali.svg) no-repeat;
}

.form-head p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 12px;
  padding-left: 35px;
}

.form-head p.note {
  color: #808080;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 20px;
  padding-left: 35px;
}

.conditions-head h3 {
  margin: 0;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 25px !important;
  margin: 0 0 15px;
}

.conditions-head p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 12px;
}

.conditions-head p.note {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.conditions-head ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 12px;
}

@media (max-width: 991px) {
  .form-head p,
  .conditions-head p {
    font-size: 14px;
    line-height: 20px;
    padding-left: 0;
  }
  .form-head p.note {
    font-size: 13px;
    padding-left: 0;
  }
  .conditions-head p.note {
    font-size: 13px;
  }
}

/* contact details  */

.contact-address {
  margin-bottom: 20px;
}

.contact-icon {
  max-width: 40px;
  display: flex;
  align-items: center;
}

.contact-content {
  padding-left: 15px;
}

.contact-content h4 {
  font-weight: 600;
  color: #000;
  margin: 0 0 15px;
}

.contact-content p {
  /* padding-left: 25px; */
  font-weight: 500;
  margin: 0;
}

.contact-content a {
  color: #272727;
  font-size: 18px;
  font-weight: 500;
  &:hover {
    color: #0466de;
  }
}

hr {
  background-color: #cbcaca;
  padding: 0.2px;
  margin: 30px 0;
}
