/**
 * Checkout
 */
.product-total .tax_label, .cart-subtotal .tax_label {
  display: none; }

.includes_tax {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  opacity: .6; }

body.woocommerce-checkout {
  padding-top: 0px;
  position: relative; }
  @media (min-width: 981px) {
    body.woocommerce-checkout {
      min-height: 100vh; } }
  body.woocommerce-checkout:before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 50%;
    background: #f9f9f9;
    z-index: 0; }
    @media (max-width: 981px) {
      body.woocommerce-checkout:before {
        width: 100%; } }
  body.woocommerce-checkout.woocommerce-order-received:before {
    display: none; }
  body.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
    position: relative; }
  body.woocommerce-checkout #masthead, body.woocommerce-checkout footer, body.woocommerce-checkout .container-support, body.woocommerce-checkout .top-bar {
    background: #fff; }
  body.woocommerce-checkout #checkout-1 {
    background: #fff;
    display: none !important; }
  body.woocommerce-checkout .bundled_table_item {
    display: none !important; }
  body.woocommerce-checkout .woocommerce-error {
    list-style: none;
    padding-left: 0px;
    background-color: unset;
    border-left: none; }
    body.woocommerce-checkout .woocommerce-error li {
      padding: 10px 15px;
      color: white;
      background-color: #d95858;
      margin-bottom: 5px;
      border-radius: 6px;
      font-weight: 500;
      font-size: 14px; }
  body.woocommerce-checkout .no-delivery {
    background-color: #d95858;
    color: #fff;
    padding: 25px;
    font-weight: 500; }
  body.woocommerce-checkout .no-complete {
    display: block;
    background: rgba(238, 83, 83, 0.1);
    color: #ee5353;
    padding: 25px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 6px;
    font-size: 14px; }
  body.woocommerce-checkout .checkout_coupon .form-row {
    float: left !important; }
  body.woocommerce-checkout .add-comment {
    padding: 15px 0;
    margin: 20px 0;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
    color: #606060; }
    body.woocommerce-checkout .add-comment:before {
      content: " ";
      right: 0px;
      top: 0px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ctitle%3Ee-add%3C/title%3E%3Cg fill='%23000000'%3E%3Cpath fill='%23000000' d='M15,7H9V1c0-0.6-0.4-1-1-1S7,0.4,7,1v6H1C0.4,7,0,7.4,0,8s0.4,1,1,1h6v6c0,0.6,0.4,1,1,1s1-0.4,1-1V9h6 c0.6,0,1-0.4,1-1S15.6,7,15,7z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
      width: 16px;
      height: 16px;
      position: absolute;
      right: 10px;
      top: calc(50% - 8px);
      opacity: .3;
      transition: ease all .2s; }
    body.woocommerce-checkout .add-comment.add-active:before {
      transform: rotate(45deg); }
  body.woocommerce-checkout #billing_email-description {
    display: block !important;
    font-size: 12px !important;
    font-style: italic;
    font-weight: 500;
    margin-top: 5px;
    min-height: 21px !important;
    height: 21px !important; }
  body.woocommerce-checkout #order_comments_field {
    min-width: 100%; }
    body.woocommerce-checkout #order_comments_field textarea {
      min-height: 150px;
      border-radius: 10px;
      resize: none; }
  body.woocommerce-checkout .checkout-customertype span {
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    margin: 25px 0px;
    background: #fff;
    border: 1px solid #E3E3E3; }
    body.woocommerce-checkout .checkout-customertype span label {
      text-align: center;
      font-size: 14px;
      padding: 14px !important;
      margin-bottom: 0;
      display: block;
      transition: ease all .2s;
      cursor: pointer;
      position: relative;
      font-weight: 700 !important;
      border-right: 1px solid rgba(0, 0, 0, 0.05);
      user-select: none;
      flex: 0 0 50%;
      margin: 0 !important; }
      body.woocommerce-checkout .checkout-customertype span label:hover {
        background-color: #333e48;
        color: #fff !important; }
      body.woocommerce-checkout .checkout-customertype span label:last-child {
        border-right: 0; }
    body.woocommerce-checkout .checkout-customertype span input {
      display: none; }
      body.woocommerce-checkout .checkout-customertype span input:checked + label {
        background-color: #333e48;
        color: #fff !important; }
  body.woocommerce-checkout .container-checkout {
    padding-top: 30px;
    padding-bottom: 50px;
    display: block;
    margin: 0; }
    body.woocommerce-checkout .container-checkout h3 {
      font-size: 24px;
      margin-top: 0;
      margin-bottom: 20px; }
    body.woocommerce-checkout .container-checkout .col-info {
      /** Validation **/
      /* Firefox */ }
      body.woocommerce-checkout .container-checkout .col-info > h3 {
        display: none; }
      body.woocommerce-checkout .container-checkout .col-info p {
        margin: 0 0 15px;
        float: none; }
      @media (min-width: 981px) {
        body.woocommerce-checkout .container-checkout .col-info {
          padding-right: 6%; } }
      body.woocommerce-checkout .container-checkout .col-info .logo-wrap {
        width: 100%; }
        body.woocommerce-checkout .container-checkout .col-info .logo-wrap a {
          display: block;
          text-decoration: none;
          font-size: 14px;
          font-weight: 700;
          text-transform: uppercase;
          color: #333e48; }
          body.woocommerce-checkout .container-checkout .col-info .logo-wrap a svg {
            transform: translateY(3px);
            margin-right: 5px;
            transition: ease all .2s; }
          body.woocommerce-checkout .container-checkout .col-info .logo-wrap a:hover svg {
            margin-right: 8px; }
      body.woocommerce-checkout .container-checkout .col-info .woocommerce-invalid input {
        background-size: 14px;
        background-repeat: no-repeat;
        background-position: calc(100% - 15px) 15px;
        box-shadow: unset; }
        body.woocommerce-checkout .container-checkout .col-info .woocommerce-invalid input:active, body.woocommerce-checkout .container-checkout .col-info .woocommerce-invalid input:focus {
          box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1); }
      body.woocommerce-checkout .container-checkout .col-info .woocommerce-invalid .inline-error {
        display: block !important;
        color: #d95858;
        font-size: 14px; }
      body.woocommerce-checkout .container-checkout .col-info .woocommerce-validated input {
        background-size: 14px;
        background-repeat: no-repeat;
        background-position: calc(100% - 15px) 15px;
        box-shadow: unset; }
        body.woocommerce-checkout .container-checkout .col-info .woocommerce-validated input:active, body.woocommerce-checkout .container-checkout .col-info .woocommerce-validated input:focus {
          box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1); }
      body.woocommerce-checkout .container-checkout .col-info label {
        display: block;
        margin-bottom: 10px;
        padding-left: 0px;
        font-weight: 600;
        letter-spacing: 0; }
        body.woocommerce-checkout .container-checkout .col-info label .required {
          display: none; }
      body.woocommerce-checkout .container-checkout .col-info .optional {
        display: none; }
      body.woocommerce-checkout .container-checkout .col-info [type=text], body.woocommerce-checkout .container-checkout .col-info [type=email], body.woocommerce-checkout .container-checkout .col-info [type=tel], body.woocommerce-checkout .container-checkout .col-info [type=number], body.woocommerce-checkout .container-checkout .col-info textarea, body.woocommerce-checkout .container-checkout .col-info select {
        padding: 12px 20px;
        width: 100%;
        max-width: 100%;
        border: 1px solid #E3E3E3;
        background: #fff;
        outline: 0;
        transition: ease all .2s;
        overflow: hidden;
        background-position: 100% 13px; }
        body.woocommerce-checkout .container-checkout .col-info [type=text]:active, body.woocommerce-checkout .container-checkout .col-info [type=text]:focus, body.woocommerce-checkout .container-checkout .col-info [type=email]:active, body.woocommerce-checkout .container-checkout .col-info [type=email]:focus, body.woocommerce-checkout .container-checkout .col-info [type=tel]:active, body.woocommerce-checkout .container-checkout .col-info [type=tel]:focus, body.woocommerce-checkout .container-checkout .col-info [type=number]:active, body.woocommerce-checkout .container-checkout .col-info [type=number]:focus, body.woocommerce-checkout .container-checkout .col-info textarea:active, body.woocommerce-checkout .container-checkout .col-info textarea:focus, body.woocommerce-checkout .container-checkout .col-info select:active, body.woocommerce-checkout .container-checkout .col-info select:focus {
          box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1); }
      body.woocommerce-checkout .container-checkout .col-info input::-webkit-outer-spin-button,
      body.woocommerce-checkout .container-checkout .col-info input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      body.woocommerce-checkout .container-checkout .col-info input[type=number] {
        -moz-appearance: textfield; }
      body.woocommerce-checkout .container-checkout .col-info #kl_newsletter_checkbox_field {
        display: none !important; }
      body.woocommerce-checkout .container-checkout .col-info #billing_country_field {
        display: none; }
      body.woocommerce-checkout .container-checkout .col-info #EAN_field {
        width: 100% !important;
        display: none; }
        body.woocommerce-checkout .container-checkout .col-info #EAN_field label {
          width: 100%; }
        body.woocommerce-checkout .container-checkout .col-info #EAN_field input {
          width: 100%; }
        body.woocommerce-checkout .container-checkout .col-info #EAN_field .optional {
          display: none; }
      body.woocommerce-checkout .container-checkout .col-info #billing_address_2 {
        display: none !important; }
      body.woocommerce-checkout .container-checkout .col-info #billing_address_2_field {
        display: none !important; }
      body.woocommerce-checkout .container-checkout .col-info #billing_postcode_field,
      body.woocommerce-checkout .container-checkout .col-info #shipping_postcode_field {
        width: 28%;
        display: inline-block;
        margin-right: 4%; }
      body.woocommerce-checkout .container-checkout .col-info #billing_city_field,
      body.woocommerce-checkout .container-checkout .col-info #shipping_city_field {
        width: 68%;
        display: inline-block; }
      body.woocommerce-checkout .container-checkout .col-info #billing_first_name_field,
      body.woocommerce-checkout .container-checkout .col-info #shipping_first_name_field {
        width: 48%;
        display: inline-block;
        margin-right: 4%;
        padding: 0; }
      body.woocommerce-checkout .container-checkout .col-info #billing_last_name_field,
      body.woocommerce-checkout .container-checkout .col-info #shipping_last_name_field {
        width: 48%;
        display: inline-block;
        padding: 0; }
      body.woocommerce-checkout .container-checkout .col-info #shipping_country_field {
        display: none; }
      body.woocommerce-checkout .container-checkout .col-info .woocommerce-additional-fields h3 {
        display: none; }
      body.woocommerce-checkout .container-checkout .col-info #ship-to-different-address {
        font-size: 16px;
        margin-top: 15px; }
        body.woocommerce-checkout .container-checkout .col-info #ship-to-different-address label {
          cursor: pointer; }
          body.woocommerce-checkout .container-checkout .col-info #ship-to-different-address label input {
            margin-right: 10px; }
    body.woocommerce-checkout .container-checkout .col-shipping .order-review-wrapper {
      max-width: 100%;
      flex: 0 0 100%;
      float: none;
      background: none;
      padding: 0 !important;
      margin-left: 0; }
    @media (min-width: 981px) {
      body.woocommerce-checkout .container-checkout .col-shipping {
        padding-left: 6%; }
        body.woocommerce-checkout .container-checkout .col-shipping #order_review_heading {
          margin-top: 0px; } }
    body.woocommerce-checkout .container-checkout .col-shipping ul#shipping_method li label {
      position: relative;
      padding-right: 70px !important; }
      body.woocommerce-checkout .container-checkout .col-shipping ul#shipping_method li label .amount {
        position: absolute;
        right: 20px;
        top: calc(50% - 10px);
        height: 20px;
        font-weight: 700; }
    body.woocommerce-checkout .container-checkout .col-shipping #order_review .add_gift_card_form {
      display: none; }
    body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table {
      padding: 0;
      width: 100%;
      font-size: 16px !important; }
      body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .order-total {
        font-size: 16px !important; }
      body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-subtotal th {
        padding: 7px 0; }
      body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart_item {
        box-shadow: 0px 1px 0px 0 rgba(0, 0, 0, 0.08); }
        body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart_item .product-name {
          padding: 7px 0; }
          @media (max-width: 599px) {
            body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart_item .product-name {
              font-size: 14px; } }
        body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart_item span {
          font-weight: 700; }
      body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .product-name, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-subtotal, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .fee, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .special-dis, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-discount {
        text-align: left; }
      body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-subtotal, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .order-total, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .fee, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .special-dis, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-discount {
        font-weight: 700;
        font-size: 16px; }
        body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-subtotal .includes_tax, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .order-total .includes_tax, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .fee .includes_tax, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .special-dis .includes_tax, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-discount .includes_tax {
          display: block;
          font-weight: 500; }
      body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .bundle_table_item .bundle_table_item {
        display: none; }
      body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .product-name .product-quantity {
        font-weight: unset; }
      body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .product-name .variation {
        font-size: 12px;
        margin-top: 5px; }
        body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .product-name .variation dd {
          margin: 0; }
      body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .order-total th, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .fee th, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .special-dis th, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .tax-total th, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-discount th {
        text-align: left;
        font-weight: unset; }
      body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .product-total {
        text-align: right; }
      body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-subtotal td, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .fee td, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .tax-rate td, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .special-dis td {
        text-align: right; }
      body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-subtotal th, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .fee th, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .tax-rate th, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .special-dis th {
        font-weight: unset;
        text-align: left; }
      body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .fee th {
        font-weight: 400; }
      body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .fee th, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .fee td {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        padding-top: 10px;
        padding-bottom: 10px; }
      body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .order-total th {
        vertical-align: top; }
      body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .order-total th, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .order-total td {
        padding-top: 15px;
        padding-bottom: 10px;
        font-size: 20px; }
      body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .order-total .includes_tax {
        font-size: 12px; }
      body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .order-total td, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .fee td, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .tax-rate td, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .special-dis td, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .tax-total td, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-discount td {
        text-align: right; }
        body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .order-total td strong, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .order-total td bdi, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .fee td strong, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .fee td bdi, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .tax-rate td strong, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .tax-rate td bdi, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .special-dis td strong, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .special-dis td bdi, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .tax-total td strong, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .tax-total td bdi, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-discount td strong, body.woocommerce-checkout .container-checkout .col-shipping #order_review .woocommerce-checkout-review-order-table .cart-discount td bdi {
          font-weight: unset; }
    body.woocommerce-checkout .container-checkout .webshipper_drop_point #webshipper-modal-open {
      font-size: 14px; }
    body.woocommerce-checkout .container-checkout .shipping h3 {
      margin-top: 15px;
      padding-top: 15px;
      border-top: 1px solid #f3f3f3; }
    body.woocommerce-checkout .container-checkout .shipping #shipping_method {
      list-style: none;
      padding: 0px; }
      body.woocommerce-checkout .container-checkout .shipping #shipping_method li .shipping_company_required {
        background: #AF944E;
        color: #fff;
        border: none;
        padding: 15px; }
      body.woocommerce-checkout .container-checkout .shipping #shipping_method li:last-child:first-child label {
        background-color: #333e48;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ctitle%3Echeck%3C/title%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M10.293,1.293,4,7.586,1.707,5.293A1,1,0,0,0,.293,6.707l3,3a1,1,0,0,0,1.414,0l7-7a1,1,0,0,0-1.414-1.414Z' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
        background-size: 14px;
        background-repeat: no-repeat;
        background-position: 15px;
        color: white;
        border: 1px solid #333e48; }
        body.woocommerce-checkout .container-checkout .shipping #shipping_method li:last-child:first-child label:before {
          opacity: 0;
          pointer-events: none; }
      body.woocommerce-checkout .container-checkout .shipping #shipping_method li input[type=radio] {
        display: none; }
        body.woocommerce-checkout .container-checkout .shipping #shipping_method li input[type=radio]:checked + label {
          background-color: #333e48;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ctitle%3Echeck%3C/title%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M10.293,1.293,4,7.586,1.707,5.293A1,1,0,0,0,.293,6.707l3,3a1,1,0,0,0,1.414,0l7-7a1,1,0,0,0-1.414-1.414Z' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
          background-size: 14px;
          background-repeat: no-repeat;
          background-position: 15px;
          color: white;
          border: 1px solid #333e48; }
          body.woocommerce-checkout .container-checkout .shipping #shipping_method li input[type=radio]:checked + label:before {
            opacity: 0;
            pointer-events: none; }
      body.woocommerce-checkout .container-checkout .shipping #shipping_method li input[type=text] {
        padding: 10px 10px;
        width: 100%;
        max-width: 100%;
        border: 1px solid #E3E3E3;
        outline: 0;
        transition: ease all .2s;
        overflow: hidden;
        background-position: 100% 13px; }
      body.woocommerce-checkout .container-checkout .shipping #shipping_method li .selected_shop_context {
        border: 0px;
        padding: 0px;
        font-style: unset !important; }
      body.woocommerce-checkout .container-checkout .shipping #shipping_method li .shipmondo-shipping-field-wrap {
        padding: 10px;
        border: 1px solid #e3e3e3;
        border-top: 0px;
        margin-top: -10px; }
        body.woocommerce-checkout .container-checkout .shipping #shipping_method li .shipmondo-shipping-field-wrap .shipmondo-shop-header {
          font-weight: 700;
          font-size: 18px;
          margin-bottom: 10px; }
        body.woocommerce-checkout .container-checkout .shipping #shipping_method li .shipmondo-shipping-field-wrap .shipmondo_dropdown_button .button {
          padding: 12px 14px;
          font-size: 16px !important; }
      body.woocommerce-checkout .container-checkout .shipping #shipping_method li label {
        font-size: 14px;
        padding: 15px;
        border-radius: 8px;
        font-weight: 500;
        border: 1px solid #e3e3e3;
        margin-bottom: 10px;
        display: block;
        padding-left: 45px;
        transition: ease all .2s;
        background-position: 0px;
        cursor: pointer;
        margin-left: 0;
        line-height: 1;
        position: relative; }
        body.woocommerce-checkout .container-checkout .shipping #shipping_method li label .amount {
          float: right; }
        body.woocommerce-checkout .container-checkout .shipping #shipping_method li label .woocommerce-price-suffix {
          display: none; }
        body.woocommerce-checkout .container-checkout .shipping #shipping_method li label:not(:first-child) {
          margin-top: 10px; }
        body.woocommerce-checkout .container-checkout .shipping #shipping_method li label:before {
          content: " ";
          width: 16px;
          height: 16px;
          border: 2px solid #d2d1d1;
          position: absolute;
          left: 14px;
          top: calc(50% - 8px);
          border-radius: 50px;
          transition: ease all .2s; }
        body.woocommerce-checkout .container-checkout .shipping #shipping_method li label:hover:before {
          border: 2px solid #656565; }
    body.woocommerce-checkout .container-checkout #payment {
      border-top: none; }
      body.woocommerce-checkout .container-checkout #payment ul {
        list-style: none;
        padding-left: 0px;
        margin-bottom: 0px; }
        body.woocommerce-checkout .container-checkout #payment ul li.wc_payment_method {
          border: none !important;
          padding: 0 !important; }
          body.woocommerce-checkout .container-checkout #payment ul li.wc_payment_method > input {
            display: none; }
            body.woocommerce-checkout .container-checkout #payment ul li.wc_payment_method > input:checked + label {
              background-color: #333e48;
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ctitle%3Echeck%3C/title%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M10.293,1.293,4,7.586,1.707,5.293A1,1,0,0,0,.293,6.707l3,3a1,1,0,0,0,1.414,0l7-7a1,1,0,0,0-1.414-1.414Z' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
              background-size: 14px;
              background-repeat: no-repeat;
              background-position: 15px;
              color: white;
              border: 1px solid #333e48; }
              body.woocommerce-checkout .container-checkout #payment ul li.wc_payment_method > input:checked + label:before {
                opacity: 0;
                pointer-events: none; }
          body.woocommerce-checkout .container-checkout #payment ul li.wc_payment_method.payment_method_anyday_payment_gateway label img {
            right: 15px !important; }
          body.woocommerce-checkout .container-checkout #payment ul li.wc_payment_method > label {
            font-size: 14px;
            padding: 15px 15px 15px 45px !important;
            border-radius: 8px;
            font-weight: 500;
            border: 1px solid #e3e3e3;
            margin-bottom: 0;
            display: block;
            padding-left: 45px;
            transition: ease all .2s;
            background-position: 0px;
            cursor: pointer;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-left: 0;
            line-height: 1; }
            body.woocommerce-checkout .container-checkout #payment ul li.wc_payment_method > label img {
              height: 20px;
              position: absolute;
              right: 15px;
              top: 11px;
              float: none; }
              body.woocommerce-checkout .container-checkout #payment ul li.wc_payment_method > label img:nth-child(2) {
                right: 60px;
                top: 12px; }
              body.woocommerce-checkout .container-checkout #payment ul li.wc_payment_method > label img:nth-child(3) {
                right: 100px;
                top: 12px; }
              body.woocommerce-checkout .container-checkout #payment ul li.wc_payment_method > label img:nth-child(4) {
                right: 150px; }
              body.woocommerce-checkout .container-checkout #payment ul li.wc_payment_method > label img:nth-child(5) {
                right: 180px; }
            body.woocommerce-checkout .container-checkout #payment ul li.wc_payment_method > label:not(:first-child) {
              margin-top: 10px; }
            body.woocommerce-checkout .container-checkout #payment ul li.wc_payment_method > label:before {
              content: " ";
              width: 16px;
              height: 16px;
              border: 2px solid #d2d1d1;
              position: absolute;
              left: 14px;
              top: calc(50% - 8px);
              border-radius: 50px;
              transition: ease all .2s; }
            body.woocommerce-checkout .container-checkout #payment ul li.wc_payment_method > label:hover:before {
              border: 2px solid #656565; }
        body.woocommerce-checkout .container-checkout #payment ul .payment_box {
          padding: 12px 20px;
          margin: 0; }
          body.woocommerce-checkout .container-checkout #payment ul .payment_box label {
            margin-left: 0;
            padding-bottom: 5px; }
          body.woocommerce-checkout .container-checkout #payment ul .payment_box input {
            background-color: #fff;
            margin-bottom: 5px; }
          body.woocommerce-checkout .container-checkout #payment ul .payment_box p {
            font-size: 12px; }
        body.woocommerce-checkout .container-checkout #payment ul .payment_method_epay_dk label {
          margin-bottom: 0px;
          border-radius: 3px 3px 0 0; }
          body.woocommerce-checkout .container-checkout #payment ul .payment_method_epay_dk label img {
            display: none; }
        body.woocommerce-checkout .container-checkout #payment ul .payment_method_epay_dk .payment_box {
          display: none !important; }
        body.woocommerce-checkout .container-checkout #payment ul .payment_method_epay_dk img {
          position: absolute;
          right: 10px;
          top: 0px;
          max-height: 100%;
          padding: 10px; }
      body.woocommerce-checkout .container-checkout #payment .woocommerce-terms-and-conditions h1, body.woocommerce-checkout .container-checkout #payment .woocommerce-terms-and-conditions h2, body.woocommerce-checkout .container-checkout #payment .woocommerce-terms-and-conditions h3 {
        font-size: 20px; }
      body.woocommerce-checkout .container-checkout #payment .woocommerce-terms-and-conditions p {
        font-size: 15px; }
        body.woocommerce-checkout .container-checkout #payment .woocommerce-terms-and-conditions p a {
          color: #a3d133; }
      body.woocommerce-checkout .container-checkout #payment .woocommerce-terms-and-conditions-checkbox-text {
        font-size: 14px; }
        body.woocommerce-checkout .container-checkout #payment .woocommerce-terms-and-conditions-checkbox-text a {
          color: #a3d133; }
      body.woocommerce-checkout .container-checkout #payment .place-order {
        padding: 0; }
      body.woocommerce-checkout .container-checkout #payment .form-row {
        float: none;
        margin-bottom: 0; }
        body.woocommerce-checkout .container-checkout #payment .form-row .checkbox input[type="checkbox"] {
          margin-left: 0;
          left: 0; }
        body.woocommerce-checkout .container-checkout #payment .form-row .woocommerce-terms-and-conditions-checkbox-text, body.woocommerce-checkout .container-checkout #payment .form-row.klav-optin .checkbox {
          display: block;
          padding-left: 25px;
          font-size: 12px;
          font-weight: 500; }
    body.woocommerce-checkout .container-checkout .klaviyo-optin {
      margin-top: 5px;
      display: block; }
    body.woocommerce-checkout .container-checkout .cards {
      padding: 8px 10px 0px 10px;
      border-left: 1px;
      border-right: 1px;
      border-bottom: 1px;
      border-color: #e3e3e3;
      border-style: solid;
      border-top: 0px;
      border-radius: 0 0 3px 3px; }
      body.woocommerce-checkout .container-checkout .cards img {
        margin-right: 5px; }
    body.woocommerce-checkout .container-checkout .woocommerce-privacy-policy-text {
      margin-top: 15px;
      margin-bottom: 15px;
      padding-top: 15px;
      border-top: 1px solid #f3f3f3; }
      body.woocommerce-checkout .container-checkout .woocommerce-privacy-policy-text p {
        font-size: 14px;
        margin: 0px; }
        @media (max-width: 599px) {
          body.woocommerce-checkout .container-checkout .woocommerce-privacy-policy-text p {
            font-size: 10px; } }
        body.woocommerce-checkout .container-checkout .woocommerce-privacy-policy-text p a {
          color: #a3d133; }
    body.woocommerce-checkout .container-checkout #place_order {
      padding: 20px;
      font-size: 16px;
      display: block;
      width: 100%;
      margin-top: 20px;
      border-radius: 50px; }
  body.woocommerce-checkout .cta-mobile-scroll {
    display: none !important; }
  body.woocommerce-checkout .pwgc-redeem-gift-card-form {
    display: none; }
  body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
    padding: 30px; }
    body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a {
      color: #a3d133; }
  body.woocommerce-checkout .woocommerce-form-login {
    padding: 20px;
    max-width: 100%;
    width: 100%;
    margin: auto;
    background: white;
    height: auto !important; }
    @media screen and (max-width: 400px) {
      body.woocommerce-checkout .woocommerce-form-login {
        padding: 0 20px; } }
    body.woocommerce-checkout .woocommerce-form-login p:nth-child(1) {
      display: none; }
    body.woocommerce-checkout .woocommerce-form-login label {
      margin-bottom: 10px;
      text-align: left;
      margin-bottom: 0; }
      body.woocommerce-checkout .woocommerce-form-login label .required {
        display: none; }
    body.woocommerce-checkout .woocommerce-form-login .button {
      margin-top: 20px; }
    body.woocommerce-checkout .woocommerce-form-login .lost_password {
      margin-top: 15px;
      font-size: 14px; }
  body.woocommerce-checkout .woocommerce-form-login label {
    display: block;
    font-weight: 700;
    margin-top: 15px; }
  body.woocommerce-checkout .woocommerce-form-login input {
    width: 100%;
    display: block;
    padding: 10px 10px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #E3E3E3;
    outline: 0;
    transition: ease all .2s; }
  body.woocommerce-checkout .woocommerce-form-login a {
    color: #a3d133; }
  body.woocommerce-checkout .woocommerce-form-login .lost-pw a {
    display: block;
    text-align: center; }
  body.woocommerce-checkout .woocommerce-form-login button {
    width: 100%; }
  body.woocommerce-checkout .woocommerce-form-login p {
    margin-bottom: 0px; }
  body.woocommerce-checkout .woocommerce-form-login .woocommerce-form__label {
    displaY: none; }
  body.woocommerce-checkout #pwgc-redeem-gift-card-form {
    display: none !important; }
  body.woocommerce-checkout .mc-optin {
    padding: 20px;
    display: block;
    background: #f2f2f2;
    margin-bottom: 15px;
    border-radius: 12px; }

.single-product .variations_form.cart .variations th.label {
  display: none; }

.register-benefits,
.before-login-text,
.before-register-text {
  display: none; }

.header-icon a:link,
.woocommerce-breadcrumb a:link {
  color: inherit; }

article.post .entry-content, .faq h2, .faq .question strong, .faq .question p {
  color: #080808 !important; }

article.post .entry-content p, article.post .entry-content li {
  font-size: 16px; }

article.post .entry-header h1.entry-title {
  color: #080808 !important; }

.btn-new, .clerk-design-button.clerk-design-component-FfAG8icd, .clerk-design-button.clerk-design-component-2-FfAG8icd {
  width: 100%;
  background: #F9A320;
  font-size: 15px !important;
  text-align: center;
  color: white !important;
  display: block;
  padding: 7px 7px 7px 15px !important;
  border-radius: 50px;
  font-weight: bold;
  float: left;
  margin: 10px 0;
  transition: ease all .2s; }
  .btn-new:link, .clerk-design-button.clerk-design-component-FfAG8icd:link, .clerk-design-button.clerk-design-component-2-FfAG8icd:link {
    color: White !important; }
  .btn-new:before, .clerk-design-button.clerk-design-component-FfAG8icd:before, .clerk-design-button.clerk-design-component-2-FfAG8icd:before {
    display: none !important; }
  .btn-new:hover, .clerk-design-button.clerk-design-component-FfAG8icd:hover, .clerk-design-button.clerk-design-component-2-FfAG8icd:hover {
    background: #c78219;
    color: white; }

.btn-new:after {
  display: inline-block;
  font: normal normal normal 14px/1 font-electro;
  font-size: 1.357em;
  vertical-align: middle;
  content: "\62"; }

.clerk-design-button.clerk-design-component-FfAG8icd, .clerk-design-button.clerk-design-component-2-FfAG8icd {
  padding: 12px !important;
  font-size: 14px !important; }

/*
.single_add_to_cart_button.button {
    background: #F9A320;

    &:hover {
        background:#c78219;
    }
}
*/
.quantity {
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  display: inline-flex !important;
  height: 48px; }
  .quantity input {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    border-radius: 100px;
    font-size: 16px !important; }
    .quantity input::-webkit-inner-spin-button, .quantity input::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .quantity input::-webkit-clear-button, .quantity input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      display: none; }
    .quantity input {
      -moz-appearance: textfield; }
  .quantity .plus, .quantity .minus {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    border: 1px solid #ddd; }
    .quantity .plus svg, .quantity .minus svg {
      transform: scale(0.8); }
  .quantity .plus {
    top: 0px;
    right: 0px; }
  .quantity .minus {
    bottom: 0px;
    left: 0px; }

.woocommerce-cart .quantity {
  border-radius: 100px;
  height: 40px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .woocommerce-cart .quantity {
      margin-top: 5px; } }
  .woocommerce-cart .quantity input {
    border-radius: 100px !important; }
    @media (max-width: 767px) {
      .woocommerce-cart .quantity input {
        max-width: 100% !important; } }
  .woocommerce-cart .quantity .plus, .woocommerce-cart .quantity .minus {
    width: 30px; }
    .woocommerce-cart .quantity .plus svg, .woocommerce-cart .quantity .minus svg {
      transform: scale(0.6); }
@media (max-width: 767px) {
  .woocommerce-cart .product-thumbnail {
    display: inline-flex !important;
    width: 90px !important; }
    .woocommerce-cart .product-thumbnail img {
      max-width: 100% !important;
      height: auto !important; }
  .woocommerce-cart .product-name {
    display: inline-flex !important;
    width: calc(100% - 105px) !important;
    flex-direction: column !important;
    align-items: baseline;
    text-align: left !important;
    padding-left: 0px !important; }
    .woocommerce-cart .product-name:before {
      display: block; } }

html:after {
  background: rgba(0, 0, 0, 0.01); }
html.modal-active {
  animation: .6s fade-in;
  overflow-y: hidden; }
  html.modal-active:after {
    content: "";
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11; }
html.mobile-menu-active {
  overflow: hidden; }

.modal-content-nm-product {
  display: none; }

.modal-nm-product {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
  background: #fff;
  z-index: 12;
  animation: .25s modal-slide-up ease-out;
  max-width: 800px;
  border-radius: 3px;
  max-height: 95vh;
  overflow-y: auto;
  padding: 40px; }
  @media (max-width: 981px) {
    .modal-nm-product {
      padding: 20px; } }
  .modal-nm-product.active {
    display: block; }
  .modal-nm-product img {
    display: block; }
  .modal-nm-product .modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1; }
  .modal-nm-product .modal__content {
    text-align: left; }
    .modal-nm-product .modal__content img.size-guide-img {
      transform: translate(40px, 40px); }
      @media (max-width: 1100px) {
        .modal-nm-product .modal__content img.size-guide-img {
          max-height: 150px;
          width: auto;
          margin-left: auto; } }
      @media (max-width: 981px) {
        .modal-nm-product .modal__content img.size-guide-img {
          transform: translate(20px, 20px); } }
    .modal-nm-product .modal__content form {
      display: block !important; }
    .modal-nm-product .modal__content h2, .modal-nm-product .modal__content h3, .modal-nm-product .modal__content h4 {
      font-size: 24px;
      margin-top: 0;
      line-height: 1.2; }
      @media (max-width: 981px) {
        .modal-nm-product .modal__content h2, .modal-nm-product .modal__content h3, .modal-nm-product .modal__content h4 {
          font-size: 20px; } }
    .modal-nm-product .modal__content p {
      font-size: 16px;
      text-align: left;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
      @media (max-width: 981px) {
        .modal-nm-product .modal__content p {
          font-size: 14px; } }

.modal-trig {
  cursor: pointer; }
  .modal-trig.open-guide {
    color: #000000;
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700; }

@keyframes modal-slide-up {
  0% {
    transform: translate(-50%, -45%); }
  100% {
    transform: translate(-50%, -50%); } }
@keyframes html-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.modal-nm-product .wrap-guide .beregner {
  display: flex;
  align-items: center;
  justify-content: center; }
  .modal-nm-product .wrap-guide .beregner .calculator {
    min-width: 100% !important;
    max-width: 100% !important;
    padding: 0px;
    background: unset;
    border: 0px; }

@media (max-width: 800px) {
  html {
    margin-top: 0px !important; }

  #wpadminbar {
    display: none !important; } }
.wrap-mobile-menu {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #f5f6f5;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 120px; }
  .wrap-mobile-menu.hello-mobile-menu {
    animation: hellomobile forwards .2s;
    pointer-events: auto; }
@keyframes hellomobile {
  0% {
    display: none;
    transform: translateY(30px); }
  1% {
    display: flex;
    opacity: 0;
    transform: translateY(30px); }
  100% {
    display: flex;
    opacity: 1;
    transform: translateY(0px); } }
  .wrap-mobile-menu .wrap-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 14px;
    width: 100%; }
    .wrap-mobile-menu .wrap-header label {
      display: flex;
      margin: 0px; }
      .wrap-mobile-menu .wrap-header label .back {
        opacity: 0;
        width: 0px;
        display: inline-flex; }
        .wrap-mobile-menu .wrap-header label .back.hello-back {
          animation: helloback forwards .2s; }
@keyframes helloback {
  0% {
    opacity: 0;
    width: 0px;
    margin-right: 0px; }
  80% {
    opacity: 0;
    width: 16px;
    margin-right: 10px; }
  100% {
    opacity: 1;
    width: 16px;
    margin-right: 10px; } }
        .wrap-mobile-menu .wrap-header label .back.hello-back-reverse {
          animation: hellobackreverse forwards .2s; }
@keyframes hellobackreverse {
  0% {
    opacity: 1;
    width: 16px;
    margin-right: 10px; }
  20% {
    opacity: 0;
    width: 16px;
    margin-right: 10px; }
  100% {
    opacity: 0;
    width: 0px;
    margin-right: 0px; } }
    .wrap-mobile-menu .wrap-header .exit-menu {
      display: flex; }
  .wrap-mobile-menu .wrap-menu {
    width: 100%;
    border-top: 1px solid rgba(51, 51, 51, 0.09); }
    .wrap-mobile-menu .wrap-menu > ul {
      padding: 0px;
      list-style: none; }
      .wrap-mobile-menu .wrap-menu > ul li {
        display: flex; }
        .wrap-mobile-menu .wrap-menu > ul li > a {
          font-size: 22px;
          padding: 12px 0px;
          width: 100%;
          border-bottom: 1px solid rgba(51, 51, 51, 0.09);
          color: #333333;
          position: relative; }
        .wrap-mobile-menu .wrap-menu > ul li.menu-item-has-children > a {
          pointer-events: none; }
          .wrap-mobile-menu .wrap-menu > ul li.menu-item-has-children > a:after {
            content: " ";
            position: absolute;
            right: 0px;
            top: 0px;
            width: 50px;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center right;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ctitle%3Earrow-right%3C/title%3E%3Cg fill='%23333333'%3E%3Cpath d='M10.707,2.293A1,1,0,0,0,9.293,3.707L12.586,7H1A1,1,0,0,0,1,9H12.586L9.293,12.293a1,1,0,1,0,1.414,1.414l5-5a1,1,0,0,0,0-1.414Z' fill='%23333333'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }
        .wrap-mobile-menu .wrap-menu > ul li .sub-menu {
          display: none;
          position: absolute;
          top: 53px;
          background: #f5f6f5;
          left: 0px;
          width: 100%;
          min-height: calc(100vh - 53px);
          z-index: 2;
          padding: 0px 20px;
          list-style: none;
          opacity: 0;
          pointer-events: none;
          flex-direction: column;
          overflow-x: hidden;
          padding-bottom: 80px; }
          .wrap-mobile-menu .wrap-menu > ul li .sub-menu.hello-submenu {
            animation: hellosub .4s forwards;
            pointer-events: auto;
            display: flex; }
@keyframes hellosub {
  0% {
    height: 0px;
    display: none;
    transform: translateX(30px); }
  1% {
    height: unset;
    display: flex;
    opacity: 0;
    transform: translateX(30px); }
  100% {
    display: flex;
    opacity: 1;
    transform: translateX(0px); } }
            .wrap-mobile-menu .wrap-menu > ul li .sub-menu.hello-submenu.hidden > li:not(.menu-item-has-children) {
              height: 0px;
              display: none; }
          .wrap-mobile-menu .wrap-menu > ul li .sub-menu.hello-submenu-reverse {
            animation: hellosub-reverse .4s forwards;
            pointer-events: auto; }
@keyframes hellosub-reverse {
  0% {
    display: flex;
    opacity: 1;
    transform: translateX(0px); }
  99% {
    display: flex;
    opacity: 0;
    transform: translateX(30px);
    height: unset; }
  100% {
    display: none;
    transform: translateX(30px);
    height: 0px; } }
          .wrap-mobile-menu .wrap-menu > ul li .sub-menu .sub-menu {
            top: 0px; }
  .wrap-mobile-menu .wrap-usp ul {
    padding: 0px;
    list-style: none; }
    .wrap-mobile-menu .wrap-usp ul li {
      display: flex;
      align-items: center;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 14px; }
      .wrap-mobile-menu .wrap-usp ul li .wrap-icon {
        padding: 10px;
        display: flex;
        border-radius: 4px;
        margin-right: 10px;
        background: white;
        color: #6e8d21; }

.off-canvas-bg-opacity .site-content::before {
  display: none !important; }

.wrap-usp-mobile {
  display: none;
  padding: 4px 15px;
  font-size: 13px;
  text-align: center;
  align-items: center;
  justify-content: center; }

.wrap-usp-mobile {
  display: flex; }
  @media (min-width: 700px) {
    .wrap-usp-mobile {
      display: none; } }

@media (max-width: 700px) {
  .mobile-usp-wrap {
    display: none; } }
