body {
  margin: 0;
  padding: 0;
  font-family: 'Ruda', sans-serif;
  font-weight: 400;
  color: #003a5d;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

img {
  border: 0;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix {
  clear: both;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
}

.container {
  width: auto;
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.header-bar-container {
  position: fixed;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: -38px;
}

@media screen and (max-width: 768px) {
  .header-bar-container {
    z-index: 99998;
    margin-top: -16px;
  }
}

.domain-choice-info-container {
  display: none;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
}

.domain-choice-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 69px;
}

.price-with-next-button {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .domain-choice-info {
    align-items: start;
    gap: 4px;
  }

  .domain-choice-info > svg {
    width: 18px;
    height: 18px;
    display: none;
  }

  .price-with-next-button {
    flex-direction: column-reverse;
    gap: 0;
  }
}

.header-bot-inn-hp {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.header-bot-inn-only-one-child-hp{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
}

.domain-choice-info-description-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}

.domain-choice-info-description {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.domain-choice-key-alone {
  color: #FFF;
  font-family: Ruda, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.domain-choice-key {
  color: #FFF;
  font-family: Ruda, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.domain-choice-value {
  color: #CEDF00;
  font-family: Ruda, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-overflow: ellipsis;
  max-width: 400px;
  overflow: hidden;
}

.new-maggiorazione-tld {
  color: #CBD4E6;
  font-family: Ruda, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  .domain-choice-info-description {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }

  .domain-choice-key-alone {
    font-size: 20px;
    line-height: 20px;
  }

  .domain-choice-key {
    font-size: 14px;
    line-height: 18px;
  }

  .domain-choice-value {
    font-size: 14px;
    line-height: 18px;
    text-overflow: ellipsis;
    max-width: 180px;
    overflow: hidden;
  }

  .new-maggiorazione-tld {
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
  }
}

.new-maggiorazione-tooltip {
  position: relative;
  display: flex;
  cursor: pointer;
}

.new-maggiorazione-tooltip .new-maggiorazione-tooltip-text {
  visibility: hidden;
  width: 260px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 5px 8px;
  border-radius: 4px;
  position: absolute;
  z-index: 10001;
  bottom: -25px;
  left: 160px;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}

.new-maggiorazione-tooltip:hover .new-maggiorazione-tooltip-text {
  visibility: visible;
  opacity: 1;
}

.new-maggiorazione-tooltip .new-maggiorazione-tooltip-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);

  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #000000;
}

.product-navigation-bar {
  display: none;
  width: 100%;
  height: 60px;
  padding: 4px 16px 0 16px;
  align-items: end;
  justify-content: center;
  gap: 8px;
  border-bottom: 1px solid #E8EDF5;
  background: #EAF5FC;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.product-navigation-bar-content {
  display: flex;
  width: 1200px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
}

.product-bar {
  cursor: pointer;
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  color: #1B6E9F;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.product-bar-selected {
  cursor: pointer;
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  color: #36374A;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 4px solid #549BC7;
}

@media screen and (max-width: 768px) {
  .product-bar {
    font-size: 12px;
    line-height: 12px;
  }

  .product-bar-selected {
    font-size: 12px;
    line-height: 12px;
  }
}

.maggiorazione-tld {
  color: #A1B0CC;
  font-family: 'Ruda', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.main-title-hp {
  margin: 15px 0 60px 0;
  border-bottom: 1px solid #9b9b9b;
}

.main-title-hp h1 {
  font-size: 36px;
  line-height: 43px;
  padding-bottom: 4px;
}

.main-title-hp p {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  padding-bottom: 7px;
}

.default-btn-main-hp {
  margin: 45px 0 0;
  padding: 0;
  text-align: center;
}

.blue-btn-default-hp {
  width: 130px;
  border: 0;
  font-size: 14px;
  height: 43px;
  line-height: 44px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  background-color: #c8d902;
  padding: 0 15px;
  border-radius: 0;
  color: #003a5d;
}


.btn-primary.blue-btn-default-hp:hover {
  background-color: #c8d902;
  color: #003a5d;
  border: 0;
}

span.blue-btn-default-hp {
  display: block;
  background-color: inherit;
}

/*--------------- HEADER_START --------------*/
#header {
  min-height: auto;
}

.head-top-hp {
  margin: 0;
  padding: 0;
  margin-top: 8px;
  min-height: 64px;
}

.header-top-inn-hp {
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.logo {
  float: left;
  margin: 5px 0 0;
  padding: 0;
}

.logo img {
  display: flex;
  width: 180px;
  height: 36px;
}

.header-right-hp {
  float: right;
  margin: 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 340px;
  justify-content: end;
}

@media screen and (max-width: 768px) {
  .header-right-hp {
    width: auto;
  }
}

.navigation-main-hp {
  margin: 0;
  padding: 0 0 0;
}

.navigation-main-hp .navbar-brand {
  display: none;
}

.navigation-main-hp .navbar-default {
  min-height: auto;
  border: 0;
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.navigation-main-hp .navbar-default .navbar-collapse {
  padding: 0;
  border: 0;
}

.navigation-main-hp .navbar-default .navbar-nav > li:before {
  content: '»';
  float: left;
  color: #c8d902;
  line-height: 16px;
}

.navigation-main-hp .navbar-default .navbar-nav > li:first-child:before {
  content: ' ';
}

.navigation-main-hp .navbar-default .navbar-nav > li > a {
  font-size: 0.8em;
  line-height: 1em;
  margin: 0;
  padding: 0;
  margin: 0 8px;
  color: #bbb;
  position: relative;
  display: block;
  border-bottom: solid 3px rgba(74, 144, 226, 0);
  margin-left: 12px;
}

.navigation-main-hp .navbar-default .navbar-nav > li:last-child > a {
  margin-right: 0;
  color: #3498db;
}

.mobile-menu-icon-hp {
  margin: 0;
  padding: 0;
  float: right;
  display: none;
}

.menu-toggle-btn {
  /* margin: 17px 0 17px; */
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 4px 0 4px;
}

.menu-toggle-btn span {
  background: #003a5d;
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.3s linear;
}

.menu-toggle-btn span:last-child {
  margin-bottom: 0;
}

.menu-toggle-btn.open span:nth-child(1), .menu-toggle-btn.open span:nth-child(3) {
  transform: translate(0, 9px) rotate(-45deg) scalex(1.3);
  margin: 0;
}

.menu-toggle-btn.open span:nth-child(2) {
  height: 0;
  margin: 0;
}

.menu-toggle-btn.open span:nth-child(3) {
  transform: translate(0, 5px) rotate(45deg) scalex(1.3);
}

.head-bot-hp {
  padding: 0;
  margin: 0;
  min-height: 71px;
  background: #133350;
  border-top: solid 1px #407B9C;
  border-bottom: solid 1px #407B9C;
}

.head-bot-inn-hp {
  margin: 0;
}

.head-next-info-hp {
  margin: 0;
  padding: 13px 0 13px;
  float: right;
}

@media screen and (max-width: 768px) {
  .head-next-info-hp {
    padding: 4px 0 4px;
  } 
}

.head-next-info-hp a {
  border-radius: 0;
}

.head-call-info-hp {
  margin: 0;
  padding: 4px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.head-call-info-title-hp {
  color: #003A5D;
  font-family: Ruda, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.head-call-info-description-wrapper-hp {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.head-call-info-description-hp {
  color: #003A5D;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.head-call-icon-hp {
  float: left;
  margin: 3px 10px 3px 0;
  padding: 0;
}

.head-call-icon-hp img {
  height: 36px;
}

.head-call-info-text-hp {
  float: left;
  margin: 0;
  padding: 0;
}

.head-call-info-text-hp h2 {
  font-size: 25px;
  line-height: 27px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
}

.head-call-info-text-hp p {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.head-cart-info-hp {
  margin: 0;
  padding: 13px 17px 0;
  float: right;
  text-align: right
}

.head-cart-info-text-hp {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 43px;
  color: #c8d902;
  font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 768px) {
  .head-cart-info-hp {
    padding: 0;
  }

  .head-cart-info-text-hp {
    font-size: 22px;
    line-height: 24px;
  }
}

.head-cart-info-tagline-hp {
  color: #4085de;
  font-size: 12px
}

.head-cart-icon-hp {
  float: left;
  margin: 30px 10px 26px 0;
  padding: 0;
}

.head-cart-icon-hp a {
  display: block;
  position: relative;
}

.head-cart-icon-hp a img {
  height: 24px;
}

.head-cart-notification-hp {
  background: #ff0000;
  border-radius: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 19px;
  top: -10px;
  right: -8px;
  font-family: 'Montserrat', sans-serif;
}

/*--------------- HEADER_END --------------*/
/*--------------- CONTAIN_START --------------*/
#contain {
  margin: 0;
  padding: 0;
}

/*----- FIRST_STEP_START -----*/
.first-step-block-hp {
  margin: 0;
  padding: 0 0 23px;
}

.first-step-block-in-hp {
  margin: 0;
}

.product-list-main-hp {
  margin: 0;
  padding: 0;
}

.new-product-box-cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.new-product-box1-hp {
  padding: 16px;
  border-radius: 16px;
  flex: 1;
  border: solid 1px #D2DBE5;
  background: #fff;
  position: relative;
  cursor: pointer;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;

  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.new-product-box1-consigliato-hp {
  border: solid 2px #3B9CF5 !important;
}

.new-product-box1-consigliato-hp span.label.label-success {
  position: absolute;
  left: 80px;
  top: -8px;
  width: 212px;
  height: 32px;
  border-radius: 0 0 12px 12px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3B9CF5 !important;
  gap: 8px;
  pointer-events: none;
}

.new-product-box1-consigliato-hp span.label.label-success:after {
  content: ' ';
  position: absolute;
  background-color: transparent;
  border-width: 4px 2px;
  border-style: solid;
  border-color: transparent #016FD4 #016FD4 transparent;
  top: 0;
  left: -4px;
}

.new-product-box1-consigliato-hp span.label.label-success:before {
  content: ' ';
  position: absolute;
  background-color: transparent;
  border-width: 4px 2px;
  border-style: solid;
  border-color: #016FD4 #016FD4 transparent transparent;
  top: 0;
  right: -4px;
  transform: rotate(180deg);
}

.new-product-box-no-max-height {
  min-height: auto !important;
}

.new-product-box-other-container {
  display: flex;
  flex-direction: column;
  padding-top: 64px;
  width: 100%;
  gap: 32px;
}

.new-product-box-other-title {
  color: #444;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: 8px;
  border-bottom: 1px solid #CBD4E6;
}

.new-product-box-cloud-container {
  display: flex;
  flex-direction: column;
  padding-top: 64px;
  width: 100%;
  gap: 32px;
}

.new-product-box-cloud-content-container {
  display: flex;
  gap: 32px;
}

@media screen and (max-width: 1190px) {
  .new-product-box-cloud-content-container {
    display: flex;
    gap: 32px;
    flex-direction: column;
  }
}

.new-product-box-cloud-title {
  color: #444;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: 8px;
  border-bottom: 1px solid #CBD4E6;
}

.new-product-box-cloud-content-title-container {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.new-product-box-cloud-content-title {
  color: #36374A;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.new-product-box-cloud-content-sub-title {
  color: #1B6E9F;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

@media screen and (max-width: 768px) {
  .new-product-box-cloud-content-title-container {
    max-width: 100%;
  }

  .new-product-box-cloud-content-title {
    font-size: 20px;
    line-height: 24px;
  }

  .new-product-box-cloud-content-sub-title {
    font-size: 20px;
    line-height: 24px;
  }
}

.product-box1-hp {
  margin: 10px 19px 10px 0;
  padding: 0;
  float: left;
  width: 172px;
  min-height: 169px;
  border: solid 1px #dde3e8;
  border-radius: 5px;
  background: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-box-top-hp {
  margin: 0;
  padding: 19px 0 0;
  min-height: 167px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.new-product-box-top-hp {
  margin: 0;
  padding: 0 0 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 64px;
  border-bottom: 1px solid #D2DBE5;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.new-product-box-top-hp-selected {
  margin: 0;
  padding: 0 0 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 64px;
  border-bottom: 1px solid #3B9CF5;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-img-hp {
  margin: 0 0 0;
  padding: 0;
  text-align: center;
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px 50px;
}

.new-product-img-hp {
  display: flex;
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
}

.new-product-title-hp {
  color: #36374A;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.product-img-hp i {
  font-size: 50px;
  display: block;
}

.product-box-top-hp h2 {
  font-size: 14px;
  line-height: 16px;
  padding: 15px 10px 2px;
  color: #000;
  margin: 0;
  text-align: center;
}

.product-box-bot-hp {
  margin: 0;
  padding: 0;
}

.new-product-price-select-hp {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 0;
  flex: 1;
}

.new-product-periodo {
  color: #7C8DB0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  padding: 0 16px;
}

.new-product-price-wrapper {
  padding: 0 16px;
}

.new-product-price {
  color: #1B6E9F;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.new-product-price-decimal {
  color: #1B6E9F;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

.new-product-price-decimal-con-sconto {
  color: #1B6E9F;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.new-product-periodo-rinnovo {
  color: #A1B0CC;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-top: -8px;
  padding: 0 16px;
  height: 16px;
}

.new-product-price-sconto-label {
  display: flex;
  position: absolute;
  right: -8px;
  padding: 4px;
  flex-direction: column;
  justify-content: center;
  background: #CEDF00;
  color: #003A5D;
  text-align: center;
  font-family: "Ruda", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 16px 0 0 16px;
  min-width: 124px;
  min-height: 48px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.new-product-price-sconto-label:after {
  content: ' ';
  position: absolute;
  background-color: transparent;
  border-width: 4px;
  border-style: solid;
  border-color: transparent #616906 #616906 transparent;
  bottom: -8px;
  right: 0;
  transform: rotate(180deg);
}

.new-product-price-sconto-label-percentage {
  color: #003A5D;
  font-family: "Ruda", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.new-product-price-sconto-label-expire {
  color: #1B6E9F;
  font-family: "Ruda", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.new-product-price-information-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 8px;
  background: #FFFFFF;
  position: relative;
  flex: 1;
  padding: 16px;
  margin-top: 16px;
}

.new-product-price-information-title {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.new-product-compatibility-cms-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.new-product-compatibility-cms-text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.new-product-cms-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.select-hosting-mesi-label {
  margin: 0;
  color: #7C8DB0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.select-hosting-mesi {
  display: flex;
  padding: 8px 16px 8px 8px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #CBD4E6;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  color: #36374A;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.email-opt-label {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  align-items: center;
}

.select-email-opt, .select-email-box-opt {
  display: flex;
  width: 160px;
  padding: 8px 16px 8px 8px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #CBD4E6;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  color: #36374A;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.select-email-opt-disabled, .select-email-box-opt-disabled {
  display: flex;
  width: 160px;
  padding: 6px 16px 6px 8px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #CBD4E6;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background: #E8EDF5;
  color: #6E7491;
  cursor: not-allowed;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.disabled-not-selected {
  opacity: 0.6;
}

.disabled-before-click {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.email-service-description {
  margin-top: -16px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.new-product-price-information-description {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.new-product-price-information-description-content-even {
  display: flex;
  padding: 2px 0;
  align-items: center;
  gap: 12px;
  background: #F8F9FE;
}

.new-product-price-information-description-content-odd {
  display: flex;
  padding: 2px 0;
  align-items: center;
  gap: 12px;
  background: #FFFFFF;
}

.new-product-price-information-description-content-text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.new-product-button-select {
  display: flex;
  padding: 10px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #F59E0B;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  border: none;
  margin-top: 28px;
}

.new-product-button-select-selected {
  display: flex;
  padding: 10px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #1B6E9F;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin-top: 28px;
}

.new-options-button-select {
  display: flex;
  padding: 10px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #F59E0B;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  border: none;
  margin-top: 28px;
  height: 40px;
}

.new-options-button-select-selected {
  display: flex;
  padding: 10px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #1B6E9F;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin-top: 28px;
  height: 40px;
}

.product-price-select-hp {
  margin: 0;
  padding: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

/*--- DEFAULT_SELECT_MENU_START ---*/
.product-price-select-hp .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.select2-container .selection,
.product-price-select-hp .bootstrap-select {
  margin: 0 !important;
  background: none !important;
  padding: 0 !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  height: 39px;
  border-radius: 0;
  position: relative;
  z-index: 999;
  border: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-align: center;
}

.product-price-select-hp .bootstrap-select:hover, .product-price-select-hp .bootstrap-select:focus, .product-price-select-hp .bootstrap-select:active {
  border: 0;
}

.product-price-select-hp .dropdown-toggle {
  background: none;
  line-height: 39px;
  font-size: 12px;
  text-align: center;
  padding: 0 7px 0 7px;
  position: relative;
  box-shadow: 0 0 0;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  border: 0;
}

.product-price-select-hp .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: #000 !important;
  text-align: center;
}

.product-price-select-hp .bootstrap-select.btn-group .dropdown-toggle .caret {
  right: 15px;
  background: url(../images/bottom_arrow_select.svg) no-repeat right center;
  width: 13px;
  height: 7px;
  border: 0;
  margin-top: -4px;
}

.product-price-select-hp .bootstrap-select.btn-group.open .dropdown-toggle .caret {
  background: url(../images/bottom_arrow_select.svg) no-repeat right center;
  width: 13px;
  height: 7px;
  border: 0;
  margin-top: -4px;
}

.product-price-select-hp .open > .dropdown-toggle.btn-default {
  background: none;
  border: 0;
  color: #0000;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}

.product-price-select-hp .open > .dropdown-toggle.btn-default:hover, .product-price-select-hp .open > .dropdown-toggle.btn-default:focus, .product-price-select-hp .open > .dropdown-toggle.btn-default.focus {
  background: none;
  border: 0;
  color: #232323;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}

.product-price-select-hp .btn-default:active:hover, .product-price-select-hp .btn-default.active:hover, .product-price-select-hp .open > .dropdown-toggle.btn-default:hover, .product-price-select-hp .btn-default:active:focus, .product-price-select-hp .btn-default.active:focus, .product-price-select-hp .open > .dropdown-toggle.btn-default:focus, .product-price-select-hp .btn-default.focus:active, .product-price-select-hp .btn-default.active.focus, .product-price-select-hp .open > .dropdown-toggle.btn-default.focus {
  background: none;
  border: 0;
  color: #232323;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}

.product-price-select-hp .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}

.product-price-select-hp .open > .dropdown-menu {
  min-width: auto;
  margin: 0;
  z-index: 999;
  padding: 0 0 0;
  color: #000;
  background: #fff;
  border: 1px solid #bcc3c8;
  border-radius: 3px;
  top: 35px;
  right: 0;
  left: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  overflow: inherit !important;
}

.product-price-select-hp .open > .dropdown-menu:after, .product-price-select-hp .open > .dropdown-menu:before {
  bottom: 100%;
  right: 21px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.product-price-select-hp .open > .dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-right: -6px;
}

.product-price-select-hp .open > .dropdown-menu:before {
  border-color: rgba(188, 195, 200, 0);
  border-bottom-color: #bcc3c8;
  border-width: 7px;
  margin-right: -7px;
}

.product-price-select-hp .bootstrap-select.btn-group .dropdown-menu.inner {
  width: 100%;
  padding-top: 3px;
}

.product-price-select-hp .bootstrap-select.btn-group .dropdown-menu li a {
  color: #000;
  line-height: 21px;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  border-bottom: solid 1px #dde3e8;
  outline: 0;
}

.product-price-select-hp .bootstrap-select.btn-group .dropdown-menu li a:hover {
  background: rgba(74, 144, 226, 0.30);
  color: #000;
  outline: 0;
}

.product-price-select-hp .bootstrap-select.btn-group .dropdown-menu li.selected a {
  background: rgba(74, 144, 226, 0.30);
  color: #000;
  outline: 0;
}

/*--- DEFAULT_SELECT_MENU_END ---*/

.product-box-select-arrow-hp {
  width: 20px;
  height: 20px;
  line-height: 16px;
  border: solid 2px #4a90e2;
  background: #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.new-product-box-select-arrow-hp {
  width: 20px;
  height: 20px;
  line-height: 16px;
  border: 1px solid #549BC7;
  background: #fff;
  position: absolute;
  top: 16px;
  right: 16px;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.new-product-box-select-arrow-hp i {
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #4a90e2;
}

.product-box-select-arrow-hp i {
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #4a90e2;
}

.product-box-selected-hp {
  background: rgba(74, 144, 226, 0.30);
  border: solid 1px #4a90e2;
}

.new-product-box-selected-hp {
  background: #C1E2FF;
  border: solid 1px #3B9CF5;
}

.product-box-disabled-hp {
  background: rgba(144, 144, 144, 0.30);
  border: solid 1px #909090;
  cursor: not-allowed;
}

.product-box-selected-hp .product-box-select-arrow-hp {
  opacity: 1;
}

.product-box-selected-hp .product-box-top-hp {
  min-height: 126px;
  border-bottom: solid 1px #4a90e2;
}


/*----- FIRST_STEP_END -----*/

/*----- SECOND_STEP_START -----*/
.second-step-block-hp {
  margin: 0;
  padding: 0 0 24px;
}

.second-step-block-in-hp {
  margin: 0;
}

.product-type-list-main-hp {
  margin: 0;
  padding: 0;
}

.product-type-box1-hp {
  margin: 0 62px 20px 0;
  padding: 15px;
  float: left;
  width: 335px;
  min-height: 470px;
  border: solid 1px #dde3e8;
  border-radius: 5px;
  background: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-type-box1-title-hp {
  margin: 0;
  padding: 0;
}

.product-type-box1-tit-icon-hp {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 30px;
}

.product-type-box1-title-hp h1 {
  font-size: 16px;
  line-height: 48px;
  color: #000;
  float: left;
  margin: 0;
  padding: 0 0 0 18px;
  font-family: 'helveticaneuebold';
}

.product-type-box1-hp p {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  margin: 0;
  padding: 10px 0 0 0;
}

.product-type-box1-hp ul {
  margin: 0;
  padding: 17px 0 45px;
}

.product-type-box1-hp ul li {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0 0 2px;
  vertical-align: middle;
}

.product-type-box1-hp ul li a {
  display: block;
}

.product-type-box1-hp ul li span {
  padding-right: 20px;
  vertical-align: middle;
}

.product-type-box1-hp ul li.product-type-list-bold-hp {
  font-weight: 700;
}

.product-type-box-btn-main-hp {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 150px;
  height: 37px;
  background: #28a676;
  border-radius: 5px;
}

.product-type-box-btn-main-hp a {
  display: block;
  font-size: 14px;
  line-height: 37px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.product-type-btn-price-hp {
}

.product-type-btn-selected-hp {
  display: none;
}

.product-box-selected-hp {
  background: rgba(74, 144, 226, 0.30);
  border: solid 1px #4a90e2;
}

.product-type-box-selected-hp .product-box-select-arrow-hp {
  opacity: 1;
}

.product-box-selected-hp .product-type-box-btn-main-hp {
  background: #2861a6;
}

.product-box-selected-hp .product-type-box-btn-main-hp i {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 19px;
  margin: 0 16px 0 0;
  padding: 0;
  line-height: 37px;
}

.scroll-top-text-hp {
  font-size: 13px;
  line-height: 15px;
  color: #666666;
  text-align: center;
  padding: 11px 0 0;
  margin: 0;
  font-family: 'AvenirNext-Regular';
}

.scroll-top-text-hp a {
  color: #666666;
}

/*----- SECOND_STEP_END -----*/
.address-radio-section-hp {
  margin: 0 19px 20px 0;
  padding: 30px;
  float: left;
  width: 100%;
  border: solid 1px #dde3e8;
  border-radius: 5px;
  background: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.address-radio-section-hp.disabled {
  background-color: lightgray;
  cursor: not-allowed;
}

/*----- THIRD_STEP_START -----*/
.third-step-block-hp {
  margin: 0;
  padding: 0 0 24px;
}

.third-step-block-in-hp {
  margin: 0;
}

.product-description-list-main-hp {
  margin: 0;
  padding: 0;
  width: 100% !important;
}

.product-description-box1-hp {
  flex: 1;
  border-radius: 16px;
  border: 1px solid #D2DBE5;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  min-width: 460px;
  max-width: 460px;
  min-height: 86px;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (max-width: 768px) {
  .product-description-box1-hp {
    width: 100%;
    min-width: unset;
    max-width: unset;
  }
}

.product-descrip-box-left-hp {
  width: 100%;
  margin: 0;
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.new-product-options-description-container {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #D2DBE5;
  padding-bottom: 8px;
}

.new-product-options-description-container-selected {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #3B9CF5;
  padding-bottom: 8px;
}

.prod-descrip-box-img-hp {
  margin: 0;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prod-descrip-box-img-hp i {
  font-size: 24px;
  display: block;
  margin: 0 0 0;
  padding: 0;
  line-height: 32px;
}

.prod-descrip-box-text-hp {
  margin: 0;
  padding: 0;
  display: flex;
  text-align: center;
}

.prod-descrip-box-text-hp h2 {
  padding: 0;
  margin: 0;
  color: #36374A;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
}

.new-product-options-price-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 16px;
}

.prod-descrip-box-text-hp p {
  font-size: 0.8em;
  line-height: 14px;
  font-weight: 400;
  padding: 2px 0 0;
  margin: 0;
}

.product-descrip-box-right-hp {
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 80px;
}

.prod-descr-spinner-hp {
  margin: 0;
  padding: 6px 0 6px;
  text-align: center;
}

.prod-descr-spinner-hp .btn-default {
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  outline: 0;
  width: 100%;
  line-height: 25px;
  height: 25px;
}

.prod-descr-spinner-hp .btn-default img {
  height: 7px;
  width: auto;
}

.prod-descr-spinner-hp .btn-default:active, .prod-descr-spinner-hp .btn-default.active {
  background: none;
  border: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}

.prod-descr-spinner-hp .btn-default:focus, .prod-descr-spinner-hp .btn-default.focus {
  background: none;
  border: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}

.prod-descr-spinner-hp .btn-default:active:hover, .prod-descr-spinner-hp .btn-default.active:hover, .prod-descr-spinner-hp .btn-default:active:focus, .prod-descr-spinner-hp .btn-default.active:focus, .prod-descr-spinner-hp .btn-default:active.focus, .prod-descr-spinner-hp .btn-default.active.focus {
  background: none;
  border: 0;
  outline: 0 !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}

.prod-descr-spinner-hp input {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 22px;
  height: 22px;
  color: #000;
  border: 0;
  border-radius: 0;
  width: 100%;
  padding: 0 0 0;
  background: none;
  outline: 0;
}

.prod-descr-spinner-standard-hp {
  padding: 6px 0 6px;
}


.prod-descr-spinner-hp .select-step li {
  display: none
}

.prod-descr-spinner-hp .select-step li.active {
  display: block
}

/* You can change from here */
.prod-descr-spinner-hp .jquery-select-step {
  display: block;
}

.prod-descr-spinner-hp .jquery-select-step-element {
  position: relative;
  border: 0;
  border-radius: 0;
  width: 100%;
  padding: 0 0 0;
  background: none;
  outline: 0;
}

.prod-descr-spinner-hp .jquery-select-step-element > div {
  display: block;
}

.prod-descr-spinner-hp .decrementStep, .prod-descr-spinner-hp .incrementStep {
  position: relative;
  text-align: center;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 7px;
}

.prod-descr-spinner-hp .incrementStep {
  left: auto;
  right: 0;
  border: 0;
  background-image: url(../images/caret-up-solid.svg);
}

.prod-descr-spinner-hp .decrementStep {
  background-image: url(../images/caret-down-solid.svg);
}


.prod-descr-spinner-hp .selectStepValue {
  height: 22px;
  line-height: 22px;
  margin: 0;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #000;
  padding: 0 0 0;
}

.product-box-selected-hp {
  background: rgba(74, 144, 226, 0.30);
  border: solid 1px #4a90e2;
}

/*----- THIRD_STEP_END -----*/

/*----- FOURTH_STEP_START -----*/
.forth-step-block-hp {
  padding-bottom: 25px;
}

.forth-step-block-in-hp {
}

.customer-block-hp {
  display: flex;
  flex-wrap: wrap;
}

.customer-block-left-hp {
  padding: 0 10px 0 0;
  display: flex;
}

.customer-block-right-hp {
  padding: 0 0 0 10px;
  display: flex;
}

.customer-block-in-hp {
  border: 1px solid #dadfe5;
  border-radius: 7px;
  background: #fff;
  padding: 20px 30px 25px 30px;
}

.customer-info-hp {
  padding-bottom: 25px;
}

.customer-img-hp {
  float: left;
  width: 50px;
}

.customer-img-hp img {
  height: 50px;
}

.customer-detail-hp {
  float: left;
  width: calc(100% - 50px);
  padding-left: 15px;
}

.new-cust-hp {
  font-size: 24px;
  line-height: 27px;
  color: #000;
  font-family: 'AvenirNext-DemiBold';
  padding-bottom: 6px;
}

.new-cust-tag-hp {
  font-size: 14px;
  line-height: 17px;
  font-family: 'AvenirNext-MediumItalic';
  color: #000;
}

.customer-instruction-hp {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  padding-bottom: 60px;
  font-family: 'AvenirNext-UltraLight';
}

.customer-field-hp {
  padding-bottom: 55px;
}

.customer-input-field-hp {
  padding-bottom: 10px;
  position: relative;
}

.floating-label.focused {
  top: 6px;
  bottom: 0;
  left: 8px;
  font-size: 9px;
  opacity: 1;
  color: #ccc;
  line-height: 9px;
}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
  top: 6px;
  bottom: 0;
  left: 8px;
  font-size: 9px;
  opacity: 1;
  color: #ccc;
  line-height: 9px;
}

select:active ~ .floating-label, select:focus ~ .floating-label, select:not(:focus):valid ~ .floating-label {
  top: 6px;
  bottom: 0;
  left: 8px;
  font-size: 9px;
  opacity: 1;
  color: #ccc;
  line-height: 9px;
}

.inputText {
  font-family: 'AvenirNext-Regular';
  color: #777777;
  font-size: 14px;
  width: 100%;
  height: 44px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 18px 0 0 8px;
  outline: none;
}

input.inputVies {
  width: 68%;
}

button.inputVies {
  height: 44px;
  float: right;
  width: 130px;
}

.floating-label {
  color: #999999;
  font-family: 'AvenirNext-Regular';
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 16px;
  transition: 0.2s ease all;
  white-space: nowrap;
  overflow: hidden;
  width: 95%;
}

select.inputText {
  padding-left: 7px;
}

.selectdiv {
  position: relative;
}

.selectdiv:after {
  content: '';
  background: url(../images/bottom_arrow_select.svg) no-repeat;
  right: 15px;
  top: 20px;
  width: 14px;
  height: 8px;
  position: absolute;
  pointer-events: none;
}

.selectdiv select::-ms-expand {
  display: none;
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  -ms-word-break: normal;
  word-break: normal;
  background-color: inherit;
}

.signin-btn-main-hp {
  margin-top: 0;
}

.signin-btn-hp {
  width: 280px;
}

.customer-instruction-already-hp {
  padding-bottom: 26px;
}

.customer-field-already-hp {
  padding-bottom: 10px;
}

.lost-password-hp {
  font-size: 12px;
  line-height: 12px;
  font-family: 'AvenirNext-Medium';
  text-align: center;
  padding-bottom: 33px;
}

.lost-password-hp a {
  color: #000;
}

/*----- FOURTH_STEP_END -----*/

/*----- FIFTH_STEP_START -----*/
.fifth-step-block-hp {
  padding-bottom: 25px;
}

.fifth-step-block-in-hp {
}

.address-block-hp {
  padding-bottom: 45px;
}

.address-block-left-hp {
  padding: 0 5px 0 0;
}

.address-block-right-hp {
  padding: 0 0 0 5px;
}

.address-block-in-hp {
  border: 1px solid #bcbcbc;
  border-radius: 7px;
  background: #fff;
  padding: 23px 30px 20px 30px;
}

.address-info-hp {
  padding-bottom: 35px;
}

.address-detail-hp {
}

.new-address-hp {
  font-size: 24px;
  line-height: 27px;
  color: #000;
  font-family: 'AvenirNext-DemiBold';
  padding-bottom: 6px;
}

.new-address-tag-hp {
  font-size: 14px;
  line-height: 17px;
  font-family: 'AvenirNext-MediumItalic';
  color: #000;
}

.address-field-hp {
  clear: left;
}

.uppercase-text {
  text-transform: uppercase;
}

.multiple-input-hp {
}

.address-input-field-left-hp {
  float: left;
  width: calc(50% - 4px);
}

.address-input-field-right-hp {
  float: right;
  width: calc(50% - 4px);
}

.address-selection-hp {
  /*min-height: 240px;*/
  float: left;
  margin-bottom: 20px;
}

.address-radio-section-hp .customer-input-field-hp {
  margin-left: 35px
}

.address-radio-hp {
  padding-bottom: 22px;
}

.radio-label {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  color: #9b9b9b;
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
}

.radio-label input {
  position: absolute;
  opacity: 0;
}

.radio-check {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 1px solid #d4d9dd;
  border-radius: 50%;
}

.radio-label:hover input ~ .radio-check {
  background-color: #fff;
}

.radio-label input:checked ~ .radio-check {
  background-color: #fff;
}

.radio-check:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-label input:checked ~ .radio-check:after {
  display: block;
}

.radio-label .radio-check:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0095f8;
}

.radio-label input:checked ~ .radio-check {
  border: 2px solid #0095f8;
}

.address-radio-section-hp.product-box-selected-hp .radio-label {
  color: inherit;
}

.address-list-hp {
}

.address-title-hp {
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  border-bottom: 1px solid #979797;
  color: #9b9b9b;
}

.address-info-hp ul {
  padding: 25px 0 0 160px;
}

.address-info-hp ul li {
  font-size: 16px;
  color: #9b9b9b;
  padding-bottom: 3px;
}

.address-radio-section-hp .address-radio-hp {
  padding-bottom: 0;
}

/*----- FIFTH_STEP_END -----*/

/*----- SIXTH_STEP_START -----*/
.sixth-step-block-hp {
  margin: 0;
  padding: 0 0 100px;
}

.sixth-step-block-inner-hp {
  padding: 0;
}

.ssb-summary-main-hp {
  margin: 0;
}

.ssb-summary-block1-hp {
  margin: 0;
  overflow: hidden;
}

.ssb-summary-block1-hp ul {
  margin: 0;
}

.ssb-summary-block1-hp ul li {
  display: table;
  width: 100%;
  overflow: hidden;
}

.ssb-summary-icon-hp {
  display: table-cell;
  width: 78px;
  text-align: center;
  border-right: solid 1px #979797;
  padding: 13px 0 13px 0;
  vertical-align: middle;
  min-width: 78px;
}

#riepilogocontatti .ssb-summary-icon-hp {
  padding: 2px 0 2px 0;
}

.ssb-summary-icon-hp i {
  font-size: 30px;
  line-height: 30px;
}

.ssb-summary-text-hp {
  width: calc(100% - 78px);
  display: table-cell;
  font-size: 14px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  padding: 0 0 0 25px;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
}

/* .ssb-summary-block1-hp ul li:first-child .ssb-summary-icon-hp{ padding-top:0; }  */
/*.ssb-summary-block1-hp ul li:last-child .ssb-summary-icon-hp{ padding-bottom:0; } */

.ssb-summary-main-hp {
  margin: 0;
}

.ssb-summary-checkbox-hp {
  margin: 70px 0 16px 0;
}

.gruppo_tos {
  background-color: #f5f5f5;
  padding: 20px 34px;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, .1);
  padding-top: 0;
}

.gruppo_tos:before {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  content: "";
  height: 0;
  width: 0;
  position: relative;
  top: 203px;
  left: -2px;
}

.ssb-summary-select-hp {
  display: block;
  position: relative;
  padding-left: 28px;
  margin: 13px 0 0 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #666;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ssb-summary-select-hp input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.ssb-summary-select-hp .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  background-color: #fff;
  border: solid 1px #8c90a2;
}

.ssb-summary-select-hp:hover input ~ .checkmark {
  background: #FFF;
}

.ssb-summary-select-hp input:checked ~ .checkmark {
  background-color: #fff;
  border: solid 1px #8c90a2;
}

.ssb-summary-select-hp .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.ssb-summary-select-hp input:checked ~ .checkmark:after {
  display: block;
}

.ssb-summary-select-hp .checkmark:after {
  left: 2px;
  top: 3px;
  width: 10px;
  height: 7.5px;
  background: url(../images/checkmark_blue.svg) no-repeat;
}

.ssb-summary-select-hp .checkmark.bigcheck {
  height: 24px;
  width: 24px;
  left: -4px;
  top: -4px;
}

.ssb-summary-select-hp .checkmark.bigcheck:after {
  width: 24px;
  height: 24px;
  background-size: 17px 17px;
}

.checkout-btn-default-hp {
  width: 130px;
  border: 0;
  font-size: 12px;
  height: 43px;
  line-height: 44px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  padding: 0 15px;
  font-weight: 700;
  background-color: #c8d902;
  color: #003a5d;
}

.checkout-btn-default-hp:hover {
  background-color: #c8d902;
  color: #003a5d;
  border: 0;
}

.fattelectron {
  padding-top: 5px;
  margin-top: 5px;
  padding-bottom: 8px;
}

.fattelectron:before {
  content: 'FATTURA ELETTRONICA';
  color: #bcbcbc;
  font-size: 0.8em;
  position: relative;
  top: -2px;
  left: 15px;
  font-weight: bold;
}

.fattnotvalid {
  color: #bc0000 !important;
}

.fattnotvalid:hover {
  color: #c8d902 !important;
  background-color: #265a87 !important;
}

/* MATERIAL CHECKBOX */
.rinnovo-step-block-in-hp .checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: #333;
  display: block;
}

.rinnovo-step-block-in-hp .checkbox input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.rinnovo-step-block-in-hp .checkbox .helper {
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  transition: border-color 0.28s ease;
}

.rinnovo-step-block-in-hp .checkbox .helper::before, .checkbox .helper::after {
  position: absolute;
  height: 0;
  width: 0.3rem;
  background-color: green;
  display: block;
  transform-origin: left top;
  border-radius: 0.25rem;
  content: '';
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}

.rinnovo-step-block-in-hp .checkbox .helper::before {
  top: 1.65rem;
  left: 0.8rem;
  transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #fff;
}

.rinnovo-step-block-in-hp .checkbox .helper::after {
  top: 1rem;
  left: 0;
  transform: rotate(-45deg);
}

.rinnovo-step-block-in-hp .checkbox label:hover .helper {
  color: green;
}

.rinnovo-step-block-in-hp .checkbox input:checked ~ .helper {
  color: green;
}

.rinnovo-step-block-in-hp .checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
  opacity: 1;
  transition: height 0.28s ease;
}

.rinnovo-step-block-in-hp .checkbox input:checked ~ .helper::after {
  height: 1rem;
}

.rinnovo-step-block-in-hp .checkbox input:checked ~ .helper::before {
  height: 2rem;
  transition-delay: 0.28s;
}

.rinnovo-step-block-in-hp .checkbox + .checkbox {
  margin-top: 1rem;
}

/*
.checkout-btn-default-hp:active, .checkout-btn-default-hp.active {
    background: #01892c;
    color: #fff;
}

.checkout-btn-default-hp:focus, .checkout-btn-default-hp.focus {
    background: #01892c;
    color: #fff;
}

.checkout-btn-default-hp:active:hover, .checkout-btn-default-hp.active:hover, .checkout-btn-default-hp:active:focus, .checkout-btn-default-hp.active:focus, .checkout-btn-default-hp:active.focus, .checkout-btn-default-hp.active.focus {
    background: #01892c;
    color: #fff;
}

/*----- SIXTH_STEP_END -----*/

/*--------------- CONTAIN_END --------------*/
/*--------------- FOOTER_START --------------*/
#footer {
}

/*--------------- FOOTER_END --------------*/

/**** aggiunto dopo ****/


/**** spinner ******/
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #003a5d;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #003a5d transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lds-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20%;
  width: 64px;
}

/**** END spinner ******/


.product-box-top-hp .product-price-select-hp {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 39px;
  width: 100%;
  text-align: center;
  border-top: solid 1px #dde3e8;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 125px;
}

.product-box-top-hp .product-price-select-hp {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 39px;
  width: 100%;
  text-align: center;
  border-top: solid 1px #dde3e8;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 125px;
}

.head-cart-info-text-hp small {
  font-size: 50%;
}

p.head-cart-info-tagline-hp {
  line-height: 10px;
}

.product-box-consigliato-hp {
  border: solid 2px #10B954 !important;
}

.product-box-consigliato-hp.product-box-selected-hp {
  border: solid 1px #4a90e2;
}

.prod-descrip-box-text-hp span.label.label-success {
  position: absolute;
  left: 120px;
  top: -8px;
  width: 212px;
  height: 32px;
  border-radius: 0 0 12px 12px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #10B954 !important;
  gap: 8px;
}

.prod-descrip-box-text-hp span.label.label-success:after {
  content: ' ';
  position: absolute;
  background-color: transparent;
  border-width: 4px 2px;
  border-style: solid;
  border-color: transparent #048133 #048133 transparent;
  top: 0;
  left: -4px;
}

.prod-descrip-box-text-hp span.label.label-success:before {
  content: ' ';
  position: absolute;
  background-color: transparent;
  border-width: 4px 2px;
  border-style: solid;
  border-color: #048133 #048133 transparent transparent;
  top: 0;
  right: -4px;
  transform: rotate(180deg);
}

/*.product-box-consigliato-hp.product-box-selected-hp span.label.label-success {*/
/*  display: none;*/
/*}*/

.riassunto_servizio,
.riassunto_opzione {
  min-height: 24px;
}

.product-box-required-hp {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #D2DBE5;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
}

.product-box-required-hp .btn-opzione {
  cursor: default;
}

.carousel-inner > .item {
  min-height: 550px;
}

#riassunto {
  height: 80px;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #003a5d;
  font-size: 0.8em;
}

.cloud-config-section-hp {
  display: flex;
  margin-top: 20px;
  gap: 16px;
  flex-wrap: wrap;
}

.stepitem {
  float: right;
  margin: 0 auto;
  padding: 0 0 120px;
  width: 100%;
  padding-top: 180px;
  position: absolute;
}

.dati-pagamento-con-iva {
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  margin-top: -24px;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .dati-pagamento-con-iva {
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 48px;
  }
}

.dati-pagamento-con-iva-header {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px 16px 0 0;
  border-top: 1px solid #A1B0CC;
  border-right: 1px solid #A1B0CC;
  border-left: 1px solid #A1B0CC;
  background: #003A5D;
  color: #FFF;
  font-family: "Ruda", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.dati-pagamento-con-iva-body {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 0 16px 16px;
  border: 1px solid #A1B0CC;
  background: #FFF;
  gap: 8px;
}

.dati-pagamento-con-iva-body-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid #CBD4E6;
  color: #36374A;
  font-family: "Ruda", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.dati-pagamento-con-iva-body-euro {
  color: #36374A;
  font-family: "Ruda", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.dati-pagamento-con-iva-body-row-total {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #36374A;
  font-family: "Ruda", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.dati-pagamento-con-iva-body-row-total-amount {
  color: #36374A;
  font-family: Ruda, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}

input.error {
  border-color: red;
  background-color: #fdf7f8;
}

.modal-backdrop {
  z-index: 100019;
}

#fatturazione_elettronica.modal,
#account .modal,
#billing.modal {
  z-index: 100020;
}

div.riepilogo {
  margin: auto;
  width: 150px;
  height: 22px;
  border-color: #407B9C;
  border-left: 1px solid #407B9C;
  border-right: 1px solid #407B9C;
  border-bottom: 1px solid #407B9C;
  border-radius: 0 0 18px 18px;
  padding: 0 1em 1em;
  position: absolute;
  background-color: #003B5C;
  top: -2px;
  left: 44px;
}

div.riepilogo a {
  font-size: 0.8em;
  color: white;
  padding-top: 2px;
  position: relative;
  background-color: #003B5C;
  margin: auto;
  width: 92px;
  display: block;
  cursor: pointer;
}

div.riepilogo a:hover {
  text-decoration: none;
  color: #f5f4cd;
}

div.riepilogo > i {
  position: absolute;
  display: block;
}

div.riepilogo > i:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #fff;
  position: absolute;
  left: 111px;
  top: -9px;
  content: '';
  width: 0;
  height: 0;
}

/* Squares */
div.riepilogo:before, div.riepilogo:after {
  display: block;
  position: absolute;
  background-color: #003B5C;
  top: 0;
  width: 6px;
  height: 6px;
  z-index: 1;
  content: ' ';
}

div.riepilogo:before {
  left: -5px;
}

div.riepilogo:after {
  right: -5px;
}

/* Circles */
div.riepilogo a:after, div.riepilogo a:before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  position: absolute;
  content: ' ';
  z-index: 2;
  top: 1px;
}

div.riepilogo a:before {
  left: -41px;
}

div.riepilogo a:after {
  right: -41px;
}

.popover-wrapper #mioordine {
  font-size: 12px;
  border-radius: 0 0 6px 6px;
  top: -18px;
  width: 250px;
  cursor: default;
  position: relative;
  background-color: #003B5C;
  color: #fff;
  border-top: 0;
  padding: 0;
  border: 0;
  box-shadow: none;
  margin-left: -53px;
}

.popover-wrapper {
  margin: auto;
  width: 250px;
  position: absolute;
  margin-top: 58px;
  margin-left: -20px;
}

.popover-wrapper:before {
  background-color: white;
  content: ' ';
  position: absolute;
  height: 21px;
  left: 31px;
  right: 43px;
  top: -1px;
}

#sezione-fatturazione-4 > .btn-group.bootstrap-select,
#sezione-registrante-4 > .btn-group.bootstrap-select {
  width: 100%;
}

.btn-group > .blue-btn-select-hp {
  font-family: 'AvenirNext-Regular';
  color: #777777;
  font-size: 14px;
  height: 44px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 0 0 0 8px;
  outline: none;
  padding-right: 44px;
}

.btn-group > .blue-btn-select-hp > span.bs-caret {
  display: none;
}

.btn-group > .blue-btn-select-hp ~ .dropdown-menu li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-group > .blue-btn-select-hp ~ .dropdown-menu .text-muted {
  padding: 0;
}

.selectdiv > select.error,
.btn-group.error > .blue-btn-select-hp,
input.error {
  border-color: red;
  background-color: #fdf7f8;
}

i.guideline {
  font-size: 10px;
  width: 13px;
  height: 13px;
  border: solid 1px #4a90e2;
  border-radius: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 10px;
  color: #4a90e2;
  cursor: pointer;
  top: -2px;
  position: relative;
}

div:hover.product-description-box1-hp i.guideline {
  opacity: 1;
}

.bootstrap-growl.alert {
  font-family: inherit;
  min-height: 50px;
  position: fixed;
  width: 320px;
  border: 0;
  border-radius: 0 5px 5px 0;
  font-weight: bold;
  margin: 10px 0 0 0;
  padding: 6px 20px;
  font-size: 0.8em;
  border: 1px solid #979797;
  background-color: #525151;
  color: white;
}

.bootstrap-growl.alert.alert-danger {
  border-top: 2px solid #ec3d3d;
}

.bootstrap-growl.alert.alert-info {
  border-top: 2px solid #56d0f0;
}

.bootstrap-growl.alert.alert-success {
  border-top: 2px solid #d0f056;
}

#riepilogocontatti .address-title-hp {
  border: 0;
  text-align: left;
  color: inherit;
  margin-top: 15px;
}

#riepilogocontatti .address-info-hp ul {
  padding: 25px 0 0 32px;
}

#indirizzopec .btn-group > .blue-btn-select-hp {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
}

#pec span.filter-option.pull-left,
#indirizzopec span.filter-option.pull-left {
  margin-right: 20px;
}

#indirizzopec button:focus, #pec button:focus,
#indirizzopec select:focus, #pec input:focus,
#pec, select:focus, #indirizzopec input:focus {
  outline: none !important;
}

/*
.product-type-box1-tit-icon-hp{
    background-color: white;
    border-radius: 100%;
    padding: 1px 2px 4px 4px;
    width: 40px;
    height: 40px;
} */

.oversizeme {
  width: 107%;
}

/******* tooltip customization ******/
.tooltip {
  z-index: 107000;
}

.tooltip-inner {
  max-width: 250px;
}

/******* tooltip customization ******/

/************** RIBBON RIEPILOGO ****************/

li.nomeriepilogo:after {
  content: '';
  position: absolute;
  top: 37px;
  font-size: 0.8em;
  color: white;
  background-color: #003a5d;
  padding: 1px 10px;
}

li.nomeriepilogo:before {
  content: ' ';
  position: absolute;
  background-color: white;
  border-width: 3px 5px;
  border-style: solid;
  border-color: transparent transparent #000 #000;
  left: 93px;
  top: 31px;
}

ul.riepilogo_cliente li.nomeriepilogo:after {
  content: 'intestatario';
  left: 22px;
}

ul.riepilogo_fatturazione li.nomeriepilogo:after {
  content: 'fatturazione';
  left: 19px;
}

ul.riepilogo_tecnico li.nomeriepilogo:after {
  content: 'webmaster';
  left: 25px;
}

/************** END RIBBON RIEPILOGO ****************/
/*************** PULSE ***************/
.pulse {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.6);
  animation: pulse 2s infinite;
}

.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/*************** PULSE ***************/
