form.AddWebsite.ng-untouched.ng-pristine.ng-invalid input {
  max-width: 100%;
}
.WebsiteProfile.ng-valid.ng-dirty.ng-touched .form-control[_ngcontent-c10] {
  max-width: 100%;
}
.k-tabstrip-items .k-item.k-state-hover, .k-tabstrip-items .k-item:hover {
  color: #d6534a !important;
}
.k-tabstrip-top>.k-tabstrip-items .k-item+.k-item {
  margin-left: 0;
  color: #000;
}
.ng-tns-c16-0.k-widget.k-tabstrip.k-floatwrap.k-tabstrip-top.k-header ul .k-state-active {
  color: #d6534a;
}
.k-tabstrip-items .k-item {
  color: #656565;
}

.modal-body {
  overflow-y: scroll;
  max-height: 500px;
}


header {

    background-color: #f8f8f8;

    color: #777;

    height: 50px;

    line-height: 50px;

    border: 1px solid #e7e7e7;

    padding-left: 25px;

    padding-right: 25px;

    font-family: 'Open Sans', sans-serif

  }

.modal {

  background-color: #0000009c;

}
.form-control {
  margin-bottom: 15px;
}
.form-group {
  position: relative;
  width: 110%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.form-group input {
    max-width: 90%;
    margin-bottom: 0;

}

.helper[_ngcontent-c4] {
    max-width: 9%;
    cursor: help;
    padding-left: 15px;
    position: relative;
}
.helper[_ngcontent-c4]:hover .helper-message {
  display: block;
}

  .hamburger {

    cursor: pointer

  }

  .helper-message[_ngcontent-c4] {
    z-index: 999;
    display: none;
    position: absolute;
    top: 30px;
    right: -66px;
    border-radius: 5px;
    background-color: hsla(0, 0%, 97%, .9);
    width: 200px;
    padding: 10px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
}



  .burger {

    width: 30px;

    height: 30px;

    position: absolute;

    right: 25px;

    top: 12px;

  }



  .user-menu-button {

    cursor: pointer;

    width: 70px;

    text-align: center;

    padding: 18px;

    color: #337ab7;

    position:relative;

  }



  .user-buttons {

    float: right;

    margin-right: 33px;

  }



  .user-name {

    font-size: 15px;

    padding: 5px;

    color: gray;

    font-family: 'Open Sans', sans-serif

  }



  .user-menu-button:hover {

    background-color: #eee

  }



  .glyphicon-triangle-bottom {

    font-size: 12px;

    padding: 5px

  }



  .logo {

    font-size: 18px;

    /* line-height: 20px */

  }



  .popup {

    background-color: #fff;

    padding: 0;

    border: 1px solid #ccc;

    border-radius: 4px;

    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

    min-width: 160px

  }



  .inner-popup {

    background-color: #fff;

    border: none;

    color: #000

  }



  ul {

    list-style-type: none;

    padding: 0;

    margin: 0

  }



  ul>li {

    cursor: pointer;

    padding: 10px

  }



  ul.alerts>li {

    border-bottom: 1px solid #e5e5e5

  }



  ul>li:hover {

    background-color: #eee

  }



  @media only screen and (min-width:767px) {

    .burger {

      display: none

    }

  }





  ul[_ngcontent-c2] {

    padding: 0;

    margin: 0;

    list-style-type: none

  }



  ul[_ngcontent-c2]>li[_ngcontent-c2] {

    padding: 0;

    border-bottom: 1px solid #e7e7e7;

    cursor: pointer

  }



  .active[_ngcontent-c2],

  ul[_ngcontent-c2]>li[_ngcontent-c2]:hover {

    background-color: #eee

  }



  ul[_ngcontent-c2]>li[_ngcontent-c2]>a[_ngcontent-c2] {

    padding: 15px;

    display: block;

    text-decoration: none

  }



  .input-group[_ngcontent-c2] {

    padding: 15px

  }



  .fa-exclamation-circle[_ngcontent-c2] {

    float: right;

    color: #b50000

  }

  .course-prev-margin[_ngcontent-c8] {

    margin: 30px 0

  }



  .course-block[_ngcontent-c8] {

    opacity: .8;

    height: 365px;

    margin: 0 auto;

    background-color: #f4f4f4;

    padding: 0;

    border: 1px solid #ededed;

    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);

    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);

    width: 300px;

    max-width: 100%;

    -webkit-transition: .2s ease-in-out;

    transition: .2s ease-in-out;

    -webkit-transform: scale(1);

    transform: scale(1)

  }



  .learn-more[_ngcontent-c8] {

    cursor: pointer

  }



  .course-block[_ngcontent-c8]:hover {

    -webkit-transform: scale(1.05);

    transform: scale(1.05);

    opacity: 1

  }



  .course-info[_ngcontent-c8] {

    font-size: 13px;

    text-align: left;

    padding: 10px

  }



  .course-prev-image[_ngcontent-c8] {

    width: 100%;

    max-height: 180px

  }



  .course-prev-headline[_ngcontent-c8] {

    font-weight: 700

  }



  .color-black[_ngcontent-c8] {

    color: #000

  }



  .price[_ngcontent-c8] {

    position: absolute;

    bottom: 0;

    left: 45px;

    color: red

  }



  #description[_ngcontent-c8] {

    line-height: 200%

  }

  .wrapper[_ngcontent-c10] {

    display: inline-block;

    font-family: "Open Sans", sans-serif;

    font-weight: 400;

    color: #9f9f9f;

    font-size: 15px

  }



  .wrapper[_ngcontent-c10] ul[_ngcontent-c10] {

    list-style: none;

    padding: 0;

    text-align: left;

    margin-top: 29px;

    height: 63px

  }



  .wrapper[_ngcontent-c10] li[_ngcontent-c10] {

    margin-bottom: 5px;

    color: #337ab7

  }



  .checkIcon[_ngcontent-c10] {

    font-family: FontAwesome;

    content: "\f00c"

  }



  .wrapper[_ngcontent-c10] li[_ngcontent-c10]::before {

    font-family: FontAwesome;

    content: "\f00c";

    font-size: 1.3rem;

    color: #33c4b6;

    margin-right: 3px

  }



  .package-new[_ngcontent-c10] {

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    width: 301px;

    height: 350px;

    border: 3px solid #e8e8e8;

    border-radius: 7px;

    display: inline-block;

    padding: 18px;

    text-align: center;

    float: left;

    position: relative;

    margin-top: 25px;

    margin-left: 5px;

    margin-right: 5px;

    cursor: pointer

  }



  .trial-new[_ngcontent-c10] {

    margin-top: 15px;

    font-size: 2em;

    font-weight: 700;

    padding: 11px;

    color: #000;

    border: 1px solid #e4e4e4;

    display: inline-block;

    border-radius: 15px;

    position: relative;

    bottom: -20px;

    background-color: #f2c40f

  }



  .vert_align[_ngcontent-c10] {

    margin-top: 10px;

    position: relative;

    top: 20px

  }



  .trial-new[_ngcontent-c10] a[_ngcontent-c10] {

    text-decoration: none

  }



  .name[_ngcontent-c10] {

    color: #565656;

    font-weight: 300;

    font-size: 1.7rem;

    margin-top: -5px

  }



  .price-new[_ngcontent-c10] {

    font-size: 45px;

    color: #000

  }



  .plan-block[_ngcontent-c10] {

    margin: 10px auto;

    width: 100%;

    max-width: 350px;

    height: auto;

    overflow: hidden;

    border: 1px solid #2a79be;

    border-radius: 5%

  }



  .plan-title[_ngcontent-c10] {

    height: 100px;

    background-image: -webkit-gradient(linear, left top, left bottom, from(#2a79be), to(#2976b9));

    background-image: linear-gradient(to bottom, #2a79be 0, #2976b9 100%);

    background-repeat: repeat-x;

    color: #fff;

    font-weight: 700;

    text-align: center;

    padding: 15px

  }



  .price[_ngcontent-c10] {

    height: 100px;

    color: #006dcc;

    font-weight: bolder;

    text-align: center;

    padding: 15px;

    border-bottom: 1px solid #006dcc

  }



  .desc[_ngcontent-c10] {

    color: #006dcc;

    padding-top: 15px;

    padding-left: 15px;

    padding-bottom: 15px

  }



  .desc[_ngcontent-c10] ul[_ngcontent-c10] {

    padding-left: 10px

  }



  .button[_ngcontent-c10] {

    text-align: center;

    padding-bottom: 20px

  }



  .form-control[_ngcontent-c10] {

    max-width: 89%;

    display: inline-block

  }



  .form-group[_ngcontent-c10] {

    text-align: left;

    margin-left: 30px

  }



  .helper[_ngcontent-c10] {

    max-width: 9%;

    cursor: help;

    position: relative

  }



  .helper-message[_ngcontent-c10] {

    z-index: 999;

    display: none;

    position: absolute;

    top: 30px;

    right: -66px;

    border-radius: 5px;

    background-color: hsla(0, 0%, 97%, .9);

    width: 200px;

    padding: 10px;

    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);

    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75)

  }



  label[_ngcontent-c10] {

    display: block

  }



  .bold[_ngcontent-c10] {

    font-weight: 700

  }



  .upsell[_ngcontent-c10] {

    opacity: .8;

    height: 365px;

    margin: 30px 15px;

    background-color: #f4f4f4;

    padding: 0;

    border: 1px solid #ededed;

    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);

    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);

    width: 300px;

    max-width: 100%;

    max-width: 100%;

    -webkit-transition: .2s ease-in-out;

    transition: .2s ease-in-out;

    -webkit-transform: scale(1);

    transform: scale(1);

    color: #000;

    text-align: center

  }



  .upsell-image[_ngcontent-c10] {

    width: 100%;

    max-height: 180px

  }



  .upsell[_ngcontent-c10]:hover {

    -webkit-transform: scale(1.05);

    transform: scale(1.05);

    opacity: 1

  }



  .upsell-header[_ngcontent-c10] {

    font-weight: 700

  }



  .info[_ngcontent-c10] {

    font-size: 13px;

    text-align: left

  }



  .upsell-info[_ngcontent-c10] {

    padding: 10px

  }



  .upsell-button[_ngcontent-c10] {

    font-size: 1.3em;

    font-weight: 600;

    padding: 2px 21px;

    color: #000;

    border: 1px solid #e4e4e4;

    display: inline-block;

    border-radius: 15px;

    position: relative;

    bottom: -20px;

    background-color: #f2c40f

  }



  a[_ngcontent-c10] {

    cursor: pointer

  }



  .AddAccountForm[_ngcontent-c10] {

    max-width: 75%;

    margin: 0 auto;

    text-align: center

  }



  i.fa-trash[_ngcontent-c10] {

    color: #b50000

  }



  .videodiv[_ngcontent-c10] {

    margin: 0 auto;

    text-align: center;

    position: relative;

    cursor: pointer

  }



  .color-black[_ngcontent-c10] {

    color: #000;

    text-decoration: none

  }



  .row[_ngcontent-c10] {

    margin: 0

  }



  .number[_ngcontent-c10] {

    color: red;

    font-weight: 700;

    font-size: 22px

  }



  .w700[_ngcontent-c10] {

    font-weight: 700

  }



  .disabled[_ngcontent-c10] {

    opacity: .5;

    text-decoration: none;

    cursor: not-allowed

  }



  @media only screen and (max-width:400px) {

    .upsell[_ngcontent-c10] {

      margin-left: 0

    }

  }



  form[_ngcontent-c11] {

    margin: 0 auto

  }



  .form-control[_ngcontent-c11] {

    max-width: 89%;

    display: inline-block

  }



  .form-group[_ngcontent-c11] {

    text-align: left;

    margin-left: 30px;

  }



  .helper[_ngcontent-c11] {

    max-width: 9%;

    cursor: help;

    position: relative

  }



  .helper-message[_ngcontent-c11] {

    z-index: 999;

    display: none;

    position: absolute;

    top: 30px;

    right: -66px;

    border-radius: 5px;

    background-color: hsla(0, 0%, 97%, .9);

    width: 200px;

    padding: 10px;

    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);

    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75)

  }



  i[_ngcontent-c11] {

    color: #337ab7

  }



  i.fa-trash[_ngcontent-c11] {

    color: #b50000

  }



  label[_ngcontent-c11] {

    display: block

  }



  .test-plugin-button[_ngcontent-c11] {

    position: relative

  }



  .test-plugin-button[_ngcontent-c11] img[_ngcontent-c11] {

    width: 20px

  }



  .red[_ngcontent-c11] {

    color: red

  }



  .loading-img[_ngcontent-c11] {

    width: 50px;

    margin-left: 15px

  }

  .k-grid .k-grid-aria-root {

    display: flex;

    flex-direction: column;

    flex: 1 1 auto;

    overflow: hidden;

  }



  .k-grid .k-filter-row td {

    border-width: 0 0 1px 1px;

    white-space: nowrap;

  }

  .k-column-resizer[_ngcontent-c12] {

    cursor: col-resize;

    display: block;

    height: 1000%;

    position: absolute;

    top: 0;

    width: .5em;

  }

  .products[_ngcontent-c14] {

    margin-top: 15px !important;

    margin: 0 auto;

    text-align: center

  }



  .product-block[_ngcontent-c14] {

    height: 330px;

    margin: 5px auto;

    background-color: #f4f4f4;

    padding: 0;

    border: 1px solid #ededed;

    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);

    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);

    cursor: pointer;

    width: 300px;

    -webkit-transition: .2s ease-in-out;

    transition: .2s ease-in-out;

    -webkit-transform: scale(1);

    transform: scale(1)

  }



  .product-img[_ngcontent-c14] {

    width: 100%;

    max-height: 180px

  }



  form[_ngcontent-c14] {

    margin-top: 10px;

    padding: 15px

  }



  a[_ngcontent-c14] {

    text-decoration: none

  }



  a[_ngcontent-c14]:hover {

    color: inherit

  }



  .form-control[_ngcontent-c14] {

    max-width: 89%;

    display: inline-block

  }



  .form-group[_ngcontent-c14] {

    text-align: left;

    margin-left: 30px

  }



  .helper[_ngcontent-c14] {

    max-width: 9%;

    cursor: help;

    position: relative;

    z-index: 999

  }



  .helper-message[_ngcontent-c14] {

    display: none;

    position: absolute;

    top: 30px;

    right: -66px;

    border-radius: 5px;

    background-color: hsla(0, 0%, 97%, .9);

    width: 200px;

    padding: 10px;

    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);

    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75)

  }



  i[_ngcontent-c14] {

    color: #337ab7

  }



  i.fa-trash[_ngcontent-c14] {

    color: #b50000

  }



  label[_ngcontent-c14] {

    display: block

  }



  .site-link[_ngcontent-c14] {

    color: #337ab7 !important

  }



  .site-link[_ngcontent-c14]:hover {

    text-decoration: underline

  }



  .glyphicon-plus-sign[_ngcontent-c14]:hover,

  .glyphicon-remove-sign[_ngcontent-c14]:hover {

    color: #000;

    cursor: pointer

  }



  .margin-top[_ngcontent-c14] {

    margin-top: 2px

  }



  .red[_ngcontent-c14] {

    color: red

  }



  .validate-loader[_ngcontent-c14] {

    width: 20px

  }



  .loading-img[_ngcontent-c14] {

    width: 50px;

    margin-left: 15px

  }



  @media only screen and (min-width:767px) {

    .k-grid {

      margin-bottom: 35px

    }

  }

  .best-sellers[_ngcontent-c17],

      .course-prev-margin[_ngcontent-c17] {

        margin: 30px 0

      }



      .course-block[_ngcontent-c17] {

        height: 300px;

        margin: 0 auto;

        background-color: #f4f4f4;

        padding: 0;

        border: 1px solid #ededed;

        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);

        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);

        cursor: pointer;

        width: 300px

      }



      .course-info[_ngcontent-c17] {

        font-size: 13px;

        text-align: left;

        padding: 10px

      }



      .course-prev-image[_ngcontent-c17] {

        width: 100%

      }



      .course-prev-headline[_ngcontent-c17] {

        font-weight: 700

      }



      .color-black[_ngcontent-c17] {

        color: #000;

        text-decoration: none

      }



      .MessageDiv[_ngcontent-c17] {

        margin: 10px auto

      }

      i[_ngcontent-c15] {

        color: #337ab7

      }



      i.fa-trash[_ngcontent-c15] {

        color: #b50000

      }

      .menu[_ngcontent-c0] {

        background-color: #f8f8f8;

        border-right: 1px solid #e7e7e7;

        padding: 0

      }



      .body[_ngcontent-c0] {

        padding-left: 30px;

        background-color: #fff;

        margin-top: 10px

      }



      .global-alerts[_ngcontent-c0] {

        margin-left: 75px;

        list-style-type: disc;

        margin-top: 10px

      }



      .alert-icon[_ngcontent-c0] {

        font-size: 30px;

        color: #af0000;

        margin: 0 10px

      }



      .alerts-block[_ngcontent-c0] {

        width: 100%;

        border: 2px solid #b50000;

        background-color: rgba(255, 102, 102, .1);

        border-radius: 4px;

        padding: 15px 15px 15px 0

      }



      ul.global-alerts[_ngcontent-c0]>li[_ngcontent-c0] {

        padding: 10px 0

      }



      .important[_ngcontent-c0] {

        font-size: 20px;

        color: #b50000;

        margin-left: 20px

      }



      .confirm-button[_ngcontent-c0] {

        padding: 3px 8px;

        font-size: 11px

      }



      @media only screen and (min-width:767px) {

        .menu[_ngcontent-c0] {

          height: 1000px

        }

      }



      .terms-modal[_ngcontent-c0] {

        position: fixed;

        top: 0;

        left: 0;

        width: 100%;

        height: 100%;

        z-index: 10;

        background: rgba(0, 0, 0, .5)

      }



      .terms-modal-content[_ngcontent-c0] {

        z-index: 11;

        overflow-y: auto;

        background: #fff;

        height: 93%;

        max-height: 650px;

        width: 95%;

        max-width: 700px;

        margin: 20px auto 0;

        padding: 5px 20px 20px;

        border-radius: 8px;

        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);

        box-shadow: 0 0 10px rgba(0, 0, 0, .2)

      }



      .terms-modal[_ngcontent-c0] label[_ngcontent-c0] {

        display: block;

        margin-bottom: 15px

      }



      .terms-modal[_ngcontent-c0] button[_ngcontent-c0] {

        background: #4caf50;

        color: #fff;

        border: none;

        padding: 10px;

        border-radius: 4px;

        cursor: pointer

      }



      .terms-modal[_ngcontent-c0] button[_ngcontent-c0]:hover {

        background: #45a049

      }



      .terms-modal[_ngcontent-c0] button[disabled][_ngcontent-c0] {

        background-color: #ccc;

        cursor: not-allowed

      }



      .terms-footer[_ngcontent-c0] {

        text-align: center;

        margin: 0 auto 50px

      }



      .terms-footer[_ngcontent-c0] li[_ngcontent-c0]:hover {

        background-color: #fff

      }



      .block[_ngcontent-c4] {

        margin: 15% auto 0;

        width: 370px;

        max-width: 85%;

        background-color: #fff;

        border: 1px solid #ddd;

        border-radius: 4px

      }



      .password-rules[_ngcontent-c4] {

        font-size: 11px;

        font-weight: 700;

        padding-left: 22px

      }



      .form-block[_ngcontent-c4] {

        padding: 15px

      }



      .header[_ngcontent-c4] {

        background-color: #f5f5f5;

        height: 50px;

        color: #000;

        line-height: 50px;

        padding-left: 15px;

        border-bottom: 1px solid #ddd;

        font-size: 20px

      }



      .btn-submit[_ngcontent-c4] {

        width: 100%;

        font-size: 20px

      }



      .wrong[_ngcontent-c4] {

        border: 1px solid red

      }



      .loading[_ngcontent-c4] {

        display: none;

        margin: 0 auto

      }



      .container[_ngcontent-c4] {

        text-align: center;

        min-height: 70vh

      }



      .bold[_ngcontent-c4] {

        font-weight: 700

      }

      a[_ngcontent-c5] {

        cursor: pointer

      }



      .AddAccountForm[_ngcontent-c5] {

        max-width: 75%;

        margin: 0 auto;

        text-align: center

      }



      .form-control[_ngcontent-c5] {

        max-width: 89%;

        display: inline-block

      }



      .form-group[_ngcontent-c5] {

        text-align: left;

        margin-left: 30px

      }



      .helper[_ngcontent-c5] {

        max-width: 9%;

        cursor: help;

        position: relative;

        z-index: 999

      }



      .helper-message[_ngcontent-c5] {

        display: none;

        position: absolute;

        top: 30px;

        right: -66px;

        border-radius: 5px;

        background-color: hsla(0, 0%, 97%, .9);

        width: 200px;

        padding: 10px;

        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);

        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75)

      }



      i[_ngcontent-c5] {

        color: #337ab7

      }



      i.fa-trash[_ngcontent-c5] {

        color: #b50000

      }



      .videodiv[_ngcontent-c5] {

        margin: 0 auto;

        text-align: center;

        position: relative;

        cursor: pointer

      }



      .color-black[_ngcontent-c5] {

        color: #000;

        text-decoration: none

      }



      .upsell[_ngcontent-c5] {

        opacity: .8;

        height: 365px;

        margin: 30px;

        background-color: #f4f4f4;

        padding: 0;

        border: 1px solid #ededed;

        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);

        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);

        width: 300px;

        max-width: 100%;

        max-width: 100%;

        -webkit-transition: .2s ease-in-out;

        transition: .2s ease-in-out;

        -webkit-transform: scale(1);

        transform: scale(1);

        color: #000;

        text-align: center

      }



      .upsell-image[_ngcontent-c5] {

        width: 100%;

        max-height: 180px

      }



      .upsell[_ngcontent-c5]:hover {

        -webkit-transform: scale(1.05);

        transform: scale(1.05);

        opacity: 1

      }

      .disabled.upsell[_ngcontent-c5]:hover {
        -webkit-transform: scale(1) !important;

        transform: scale(1) !important;

        opacity: .5 !important;
      }



      .upsell-header[_ngcontent-c5] {

        font-weight: 700

      }



      .info[_ngcontent-c5] {

        font-size: 12px;

        text-align: center

      }



      .upsell-info[_ngcontent-c5] {

        padding: 10px

      }



      .upsell-button[_ngcontent-c5] {

        font-size: 1.3em;

        font-weight: 600;

        padding: 2px 21px;

        color: #000;

        border: 1px solid #e4e4e4;

        display: inline-block;

        border-radius: 15px;

        position: relative;

        bottom: -20px;

        background-color: #f2c40f

      }



      .row[_ngcontent-c5] {

        margin: 0

      }



      .bold[_ngcontent-c5] {

        font-weight: 700

      }



      .number[_ngcontent-c5] {

        color: red;

        font-weight: 700;

        font-size: 22px

      }



      .w700[_ngcontent-c5] {

        font-weight: 700

      }



      .disabled[_ngcontent-c5] {

        opacity: .5;

        text-decoration: none;

        cursor: not-allowed

      }



      @media only screen and (max-width:400px) {

        .upsell[_ngcontent-c5] {

          margin-left: 0

        }

      }



      