AnonSec Shell
Server IP : 104.21.26.206  /  Your IP : 216.73.216.227   [ Reverse IP ]
Web Server : Apache
System : Linux frog 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
User : web13 ( 5017)
PHP Version : 8.3.31
Disable Function : NONE
Domains : 41 Domains
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/clients/client12/web13/web/ahelos/resources/frontend/sass/components/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/clients/client12/web13/web/ahelos/resources/frontend/sass/components/_checkout.scss
#checkout-products {
  .scroll-box{
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .products-box {
    .scroll-content {
      padding: 5px;
    }
    .product {
      padding: 0;
      padding-right: 20px;
      padding-bottom: 15px;
      margin-bottom: 23px;
      border-bottom: 1px solid #ddd;
      // -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.07);
      // -moz-box-shadow: 0 5px 15px rgba(0,0,0,.07);
      // box-shadow: 0 5px 15px rgba(0,0,0,.07);
      border-radius: 4px;
      @include max-width(576) {
        padding: 0;
        margin-bottom: 0;
      }
      &:last-child {
        border-bottom: none;
      }
      img {
        max-height: 148px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        margin-bottom: 0;
        @include breakpoint-only(lg) {
          max-height: none;
        }
        @include max-width(576) {
          display: block;
          margin: auto;
          border-radius: 4px;
        }
      }
      .prod-info {
        font-size: rem(14);
        @include breakpoint-only(lg) {
          font-size: rem(13);
        }
        @include max-width(576) {
          text-align: center;
          font-size: rem(13);
        }
        .prod-title {
          font-weight: $fw-bold;
          color: $gray-text;
          font-size: rem(15);
          padding-top: 2px;
          display: block;
          @include breakpoint-only(lg) {
            font-size: rem(13);
          }
        }
        .info{
          font-weight: $fw-bold;
          color: $gray-text;
          font-size: rem(13);
        }
        .form-group {
          display: inline-block;
          width: 60%;
          @include min-width(576) {
            width: 30%;
          }
          @include breakpoint-only(md) {
            width: 42%;
          }
        }
        .price {
          font-weight: $fw-bold;
          font-size: rem(15);
          color: $gray-text;
          display: inline-block;
          margin: 0;
          position: relative;
          margin-top: 10px;
          @include breakpoint-only(lg) {
            font-size: rem(14);
          }
          @include max-width(576) {
            margin: 5px 0;
          }
          span{
            font-size: rem(13);
            color: $gray-text;
            text-decoration: line-through;
            margin-left: 5px;
            display: inline-block;
          }
        }
      }
      .product-remove {
        color: #dadada;
        text-align: center;
        display: block;
        // @include min-width(992){
        //   position: relative;
        //   right: 31px;
        // }
        &:hover {
          color: $pink;
        }
      }
      .promotion{
        position: absolute;
        width: 20px;
        top: 0px;
        right: 0px;
      }
    }
  }
  .promo-code {
    .input-wrapper {
      position: relative;
      .form-control {
        border-color: #dadada;
      }
      .btn-promo {
        position: absolute;
        right: -1px;
        bottom: 0;
        background: $gray-text;
        padding: 7px 25px;
        border-radius: 0;
        color: #fff;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        font-size: rem(13);
        line-height: 27px;
        height: 45px;
        text-transform: uppercase;
      }
    }
  }
  .price {
    color: $gray-text;
    font-size: rem(15);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    padding-right: 10px;
    position: relative;
    &.total-box {
      font-weight: $fw-bold;
      font-size: rem(17);
      margin-top: 1rem;
      padding-top: 1rem;
      border-top: 2px solid #dadada;
    }
    span {
      font-weight: $fw-bold;
      font-size: rem(17);
    }
  }
  #note{
    font-size: rem(13);
    margin-top: 25px;
    border-top: 1px solid #dadada;
    padding: 10px 0px;
  }
}
#checkout{
  padding: 3rem 0;
  // background: #f8fafb;
  .checkout-box{
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
    @include min-width(992){
      background: linear-gradient(90deg, #f8fafb calc(50% + 5px), #fff 50%);
    }
  }
  .left-col {
    @include min-width(992) {
      padding-right: 32px;
      // opacity: 0;
      @include transition(opacity .3s linear);
    }
  }
  .right-col{
    // display: none;
    @include min-width(992){
      padding-left: 32px;
    }
  }
  .separator{
    position: relative;
    margin-top: -105px;
    @include max-width(992){
      display: none;
    }
    &:after{
      content: '';
      width: 2px;
      height: calc(100% - 26px);
      margin-top: 26px;
      background: #e7e7e7;
      @include centre('both');
      z-index: 1;
      transition: 1s;
    }
    .separator-icon{
      color: darken(#e7e7e7, 10%);
      border: 2px solid #e7e7e7;
      border-radius: 50%;
      text-align: center;
      width: 45px;
      line-height: 40px;
      font-size: rem(20);
      background: #fff;
      transition: 1s;
      @include centre('both');
      z-index: 2;
      i{
        transition: 1s;
      }
    }
  }
  .heading-row {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    @include max-width(576) {
      margin-bottom: 0.8rem;
    }
  }
  .login-modal {
    position: relative;
    z-index: 1;
    font-size: rem(14);
    color: $pink;
    font-weight: $fw-bold;
    text-decoration: none;
    i {
      font-size: rem(12);
      position: relative;
      top: -1px;
    }
    &:hover{
      color: darken($pink, 20%);
    }
  }
  .continue-shopping {
    font-size: rem(13);
    color: $gray-text;
    position: relative;
    z-index: 1;
    margin-left: auto;
  }
  .container {
    padding: 3px 20px;
    border-radius: 10px;
    position: relative;
    @include max-width(992){
      background: #ffffff;
    }

  }
  .logo {
    display: inline-block;
    z-index: 1;
    position: relative;
    width: 150px;
    @include max-width(576) {
      display: block;
      text-align: center;
      width: 120px;
    }
  }
  form {
    position: relative;
    z-index: 1;
    label{
      font-size: 13px;
      font-weight: $fw-medium;
      margin-bottom: 5px;
    }
    hr {
      margin: 0.2rem 0;
    }
    .error{
      color: $pink;
      font-size: 13px;
      margin-top: 6px;
      display: inline-block;
    }
    .steps {
      border-bottom: 2px solid #dadada;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      justify-content: space-around;
      margin-bottom: 1rem;
      .nav-step {
        color: $gray-text;
        font-size: rem(14);
        @include max-width(492) {
          font-size: rem(13);
          margin: 0 0.6rem;
          text-align: center;
        }
        @include min-width(576) {
          font-size: rem(14);
        }
        @include breakpoint-only(md) {
          font-size: rem(14);
          margin: 0 0.6rem;
          text-align: center;
        }
        &.active {
          color: $gray-text;
          font-weight: $fw-bold;
          border-bottom: 2px solid $pink;
          margin-bottom: -2px;
        }
        &.disabled {
          cursor: default;
        }
      }
    }
    .title {
      // color: $gray-text;
      font-weight: $fw-medium;
      font-size: rem(17);
      display: block;
      margin-bottom: 10px;
      @include max-width(576) {
        font-size: rem(15);
      }
    }
    // .options {
    //   display: -webkit-flex;
    //   display: -ms-flex;
    //   display: flex;
    //   // justify-content: flex-end;
    //   // @include breakpoint-only(md) {
    //   //   justify-content: center;
    //   // }
    // }

    .payment-info{
      background: #e8e8e8;
      border-radius: 4px;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      margin-bottom: 15px;
      .title{
        margin-right: 8px;
      }
    .custom-control{
      flex: 0 0 50%;
      text-align: center;
      font-size: 15px;
      margin-bottom: 0;
      padding: 4px;
      border-radius: 4px;
      @include max-width(400){
        font-size: 13px;
      }
      &.active{
        background: $green;
        color: #fff;
      }
      .custom-control-label{
        &::before{
          display: none;
        }
        &::after{
          display: none;
        }
      }
    }
    }
    .no-promo {
      font-size: rem(14);
    }
    .remove-promo {
      font-size: rem(16);
      display: block;
      color: $pink;
      text-align: right;
      position: absolute;
      right: -8px;
      top: 1px;
    }

    position: relative;
    display: block;
    padding-left: .5rem;
    margin: .75rem 0;
    input[type="checkbox"] {
      position: absolute;
      pointer-events: none;
      opacity: 0;
    }
    label {
      font-weight: $fw-medium;
      color: $gray-text;
      @include max-width(359) {
        font-size: rem(13);
      }
      a {
        color: $pink;
        text-decoration: none;
      }
    }
    .shipping-info-box{
      .courier_label{
        border: 1px solid #d9d9d9;
        padding: 7px;
        display: inline-block;
        border-radius: 10px;
        position: relative;
        padding-top: 15px;
        .shipping-price{
          position: absolute;
          font-size: 11px;
          background: $pink;
          color: #fff;
          padding: 0px 5px;
          top: -10px;
          right: 3px;
          border-radius: 3px;
        }
      }
      .form-check-input + label {
        position: relative;
        display: inline-block;
        height: 1.5625rem;
        padding-left: 35px;
        padding-right: 8px;
        line-height: 1.5625rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: rem(14);
      }
      .form-check-input[type="checkbox"] + label::before, .form-check-input[type="checkbox"]:not(.filled-in) + label::after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 18px;
        height: 18px;
        margin-top: 3px;
        content: "";
        border: 2px solid #8a8a8a;
        border-radius: 1px;
        -webkit-transition: .2s;
        transition: .2s;
      }

      .form-check-input[type="checkbox"]:not(.filled-in) + label::after {
        border: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
      }

      .form-check-input[type="checkbox"]:checked + label::before {
        top: -4px;
        left: -5px;
        width: 12px;
        height: 1.375rem;
        border-top: 2px solid transparent;
        border-right: 2px solid $pink;
        border-bottom: 2px solid $pink;
        border-left: 2px solid transparent;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
      }

      .form-check-input:not(:checked), .form-check-input:checked {
        position: absolute;
        pointer-events: none;
        opacity: 0;
      }

      .form-check-input[type="radio"] + label::before, .form-check-input[type="radio"] + label::after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 16px;
        height: 16px;
        margin: 4px;
        content: "";
        -webkit-transition: .28s ease;
        transition: .28s ease;
      }

      .form-check-input[type="radio"]:not(:checked) + label::before, .form-check-input[type="radio"]:not(:checked) + label::after, .form-check-input[type="radio"]:checked + label::before, .form-check-input[type="radio"]:checked + label::after {
        border-radius: 50%;
      }

      .form-check-input[type="radio"]:not(:checked) + label::before, .form-check-input[type="radio"]:not(:checked) + label::after {
        border: 2px solid #5a5a5a;
      }

      .form-check-input[type="radio"]:checked + label::after{
        border: 2px solid $pink;
        background-color: $pink;
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
      }
    }

  }
  .custom-control {
    cursor: pointer;
    padding-left: 1.25rem;
    .custom-control-label {
      &:before {
        width: rem(14);
        height: rem(14);
        left: -1.25rem;
      }
      &:after {
        top: .19rem;
        left: -1.31rem;
      }
    }
    .custom-control-input {
      &:checked ~ .custom-control-label {
        &:before {
          border-color: $pink;
          background-color: $pink;
        }
      }
      &:focus ~ .custom-control-label {
        &:before {
          box-shadow: none;
        }
      }
    }
  }
  .custom-select-vmz {
    select {
      padding-right: 35px;
      @include max-width(359) {
        font-size: rem(12);
      }
    }
  }
  .invoice-form-wrapper {
    display: none;
  }
  textarea{
    border-color: $light-gray-text;
    border-radius: 10px;
    &:focus{
      box-shadow: none;
      border-color: $light-gray-text;
    }
  }

  .btn-checkout {
    display: block;
    font-weight: $fw-bold;
    background: $pink;
    padding: 10px 20px;
    color: #fff;
    font-size: rem(16);
    position: relative;
    margin-left: auto;
    border-radius: 7px;
    &:hover {
      background: $gray-text
    }
  }
  .prod-info {
    label {
      font-weight: $fw-regular;
      font-size: rem(14)!important;
      margin-bottom: 0!important;
      margin-top: 8px!important;
    }
  }

  .selectpicker{
    display: none;
  }
  .bootstrap-select {
    display: none;
    .dropdown-toggle {
      color: $gray-text;
      height: 45px;
      font-size: rem(15);
      border-radius: 4px;
      padding-left: .9rem;
      border-color: $border-color;
      &:focus {
        border-color: $border-color;
        box-shadow: none;
        background: #f9fafa;
      }
      &:focus-visible {
        text-shadow: none;
      }
      &::placeholder {
        color: lighten($gray-text, 10%);
      }
      .filter-option {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        align-items: center;
      }
    }
  }
}

Anon7 - 2022
AnonSec Team