body{
    font-family: "Swift Neue LT Pro Semibold";
}
.list_inner_content .abbonamento_card {
    width: 100%;
    min-height: 100%;
  }
  .content_wrapper.list-section_wrapper {
    padding-top: 50px;
  }
  .list_inner_content {
    height: 100%;
    padding: 12px 0;
  }
  .content_wrapper.detail-section_wrapper .img_block img {
    max-height: 450px;
    width: auto;
    max-width: 100%;
  }
  .content_wrapper.detail-section_wrapper .banner_content_block {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .content_wrapper.detail-section_wrapper {
    padding-top: 50px;
  }
  section.detail_block_wrapper.abbonamenti_banner_wrap .banner_content_block .title_block h3 {
    font-size: 36px;
    color: #0f00ff;
    font-family: "ITC Franklin Gothic Std DmCd";
    padding: 15px 0 10px 0;
  }
  section.detail_block_wrapper.abbonamenti_banner_wrap a.link_block {
    display: block;
    clear: both;
    text-align: center;
    font-family: "Swift Neue LT Pro Semibold";
    font-size: 12px;
    color: #0f00ff;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  section.detail_block_wrapper.abbonamenti_banner_wrap .banner_content_block .brdr_btn {
    font-size: 14px;
  }
  .content_wrapper.cart-section_wrapper {
    padding-top: 50px;
  }
  .table_cart_block table thead tr th {
    padding: 15px;
    font-size: 20px;
    line-height: 18px;
    font-weight: 600;
    color: #121212;
  }
  .table_cart_block table thead {
    border-top: 2px solid #121212;
    border-bottom: 2px solid #121212;
  }
  .table_cart_block table tbody tr td {
    vertical-align: middle;
    padding: 15px;
    font-size: 14px;
    line-height: 18px;
    color: #707070;
  }
  .table_cart_block table tbody tr td img {
    width: auto;
    max-height: 100px;
  }
  .table_cart_block table tbody tr td.cart-item {
    font-size: 20px;
    line-height: 18px;
    font-family: "ITC Franklin Gothic Std DmCd";
    color: #121212;
  }
  .table_cart_block table tbody tr td.cart-item span {
    color: #707070;
  }
  .table_cart_block table tbody tr td.cart-amount {
    font-size: 20px;
    line-height: 18px;
    color: #121212;
    font-weight: 600;
  }
  .table_cart_block table tbody tr {
    border-bottom: 2px solid #121212;
  }
  .cart_amount_block {
    border: 2px solid #121212;
    padding: 35px;
  }
  .cart_block_title h2 {
    font-size: 24px;
    line-height: 24px;
    font-family: "ITC Franklin Gothic Std DmCd";
    color: #121212;
    padding-bottom: 15px;
    border-bottom: 2px solid #121212;
  }
  .cart_block_subtotal_warp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    line-height: 18px;
    color: #707070;
    padding: 15px 0;
    border-bottom: 2px solid #707070;
  }
  .cart_block_total_warp {
    padding: 10px 0 5px 0;
    border-bottom: 2px solid #121212;
  }
  .cart_block_total_inner_warp {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
    color: #707070;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
  }
  .cart_block_total_inner_warp span {
    color: #121212;
  }
  .cart_block_grandtotal_warp {
    font-size: 20px;
    line-height: 18px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 0;
    font-weight: 600;
    color: #121212;
  }
  .cart_block_grandtotal_warp .cart_block_right {
    color: #0F00FF;
  }
  .cart_block_button a {
    font-size: 14px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    text-align: center;
    color: #121212;
    border: 1px solid #121212;
    background: #ffffff;
    font-family: "Swift Neue LT Pro Regular";
  }
  .cart_block_button a:hover {
    border-color: #0f00ff;
    color: #0f00ff;
  }
  .table_cart_block {
    padding-bottom: 30px;
  }
  .form_checkout_block .cart_block_title h2 {
    border: 0;
  }
  .content_wrapper.checkout-section_wrapper {
    padding-top: 50px;
  }
  .form-group {
    padding-bottom: 20px;
  }
  .form-group label {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
  }
  .form-group .form-control {
    border: 1px solid #707070;
    background: none;
    height: 55px;
    outline: none;
    box-shadow: none;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .cart_block_payment-type input[type="radio"] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 37px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
  }
  .cart_block_payment-type input[type="radio"] + label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: 4px;
    left: 0;
    border: 1px solid #707070;
    border-radius: 50%;
  }
  .cart_block_payment-type input[type="radio"] {
    display: none !important;
    *display: inline;
  }
  .cart_block_payment-type input[type="radio"]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #707070;
  }
  /* Custom checkbox */
  .cart_block_check input[type="checkbox"] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 37px;
    font-size: 14px;
    line-height: 18px;
    color: #707070;
    font-weight: 600;
  }
  .cart_block_check input[type="checkbox"] + label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #707070;
    border-radius: 5px;
  }
  .cart_block_check input[type="checkbox"] {
    display: none !important;
    *display: inline;
  }
  .cart_block_check input[type="checkbox"]:checked + label:after {
    content: "✔";
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    text-align: center;
  }
  .cart_block_payment-type {
    padding: 5px 0;
  }
  .cart_block_check {
    padding: 10px 0;
  }
  .cart_block_payment_warp {
    padding-bottom: 12px;
  }
  .cart_block_check a {
    color: #0F00FF;
  }
  .content_wrapper.confirmation-section_wrapper {
    padding-top: 50px;
}
.content_wrapper.confirmation-section_wrapper .cart_amount_block {
    height: 100%;
}
.cart_block_subtotal_warp.cart_block_confirmation_detail_warp {
    color: #121212;
    display: flex;
    justify-content: flex-start;
}
.cart_block_subtotal_warp.cart_block_confirmation_detail_warp .cart_block_left {
    min-width: 150px;
}
.order_confirmation_block_inner img {
    width: 100px;
}
.order_confirmation_block_inner {
    padding: 40px;
    text-align: center;
    border: 1px solid #cecdca;
    box-shadow: 0px 4px 8px rgb(18 18 18 / 10%);
}
.order_confirmation_block {
    padding-bottom: 40px;
}
.form_checkout_block {
    padding-bottom: 15px;
}
.order_confirmation_block_inner h1 {
    padding-top: 40px;
    font-size: 30px;
    line-height: 30px;
    color: #121212;
    font-family: "ITC Franklin Gothic Std DmCd";
}
.cart_block_subtotal_warp.cart_block_confirmation_detail_warp .cart_block_right {
    display: flex;
}
span.cart_spacer {
    padding-right: 10px;
}
@media (max-width: 1199px) {
.content_wrapper.confirmation-section_wrapper .cart_amount_block {
    height: auto;
    margin: 15px 0;
}  
.order_confirmation_block {
    padding-bottom: 10px;
}
.order_confirmation_block_inner h1 {
    font-size: 26px;
    line-height: 26px;
}
}
  @media (max-width: 766px) {
    section.detail_block_wrapper.abbonamenti_banner_wrap {
      text-align: center;
    }
    section.detail_block_wrapper.abbonamenti_banner_wrap .img_block {
      display: flex;
      justify-content: center;
    }
    section.detail_block_wrapper.abbonamenti_banner_wrap .banner_content_block {
      text-align: center;
      align-items: center;
    }
    table {
      display: flex;
      width:100%;
  }
  table thead {
      display: none;
  }
  table tbody {
      display: flex;
      flex-direction: column;
      width: 100%;
  }
  table tbody tr {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
  }
  .order_confirmation_block_inner h1 {
    font-size: 22px;
    line-height: 22px;
}
  }
  
  /*# sourceMappingURL=style.css.map */
  