AnonSec Shell
Server IP : 54.36.91.62  /  Your IP : 216.73.217.117
Web Server : Apache
System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : coopiak ( 151928)
PHP Version : 8.3.23
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/coopiak/amisdesseniors-fr/lemans/components/com_djcatalog2/themes/catalog2k21/scss/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/coopiak/amisdesseniors-fr/lemans/components/com_djcatalog2/themes/catalog2k21/scss/style.scss
// variables

$primary-color: #dc0000;

$secondary-color: #01bf5d;
$secondary-color--light: #CCF2DE;

$gray--dark: #707070;
$gray--light: #ebebeb;
$gray--lighter: #f5f5f5;

$grid-gap: 30px;

$border-radius: 3px;
$border--thin: 1px solid $gray--light;
$border--bold: 2px solid $gray--lighter;

// mixins

@mixin card--primary {
  border: $border--thin;
  border-radius: $border-radius;
  padding: 30px;
}

@mixin card--secondary {
  border: $border--bold;
  border-radius: $border-radius;
  padding: 30px;
}

// global

* {
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

.djc_status {
  position: relative;
  border-radius: 3px;
  padding: 4px 14px 4px 36px;
  font-size: 12px;

  &--success {
    background: #E5F9EE;
    color: #01BF5D;

    &:before {
      content: "";
      position: absolute;
      width: 14px;
      height: 10px;
      background: url(../images/status--success.svg) no-repeat;
      left: 12px;
      top: 7px;
    }
  }
}

.djc_page_heading {
  margin-top: 0;
}

.btn_icon {
  cursor: pointer;
  display: flex;
  transition: opacity ease-in-out .1s;

  &:hover {
    opacity: .5;
    text-decoration: none;
  }

  &__addtowishlist {
    width: 19px;
    height: 17px;
    background: url("../images/wishlist.svg") no-repeat;

    &--active {
      background-position: -19px;
    }
  }
}

.btn_link {
  font-weight: 600;
  border: none !important;
  position: relative;
  background: none;
  font-size: 14px;

  &:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 28px;
    right: 0;
  }

  &:hover {
    color: unset;
  }

  &--icon_update,
  &--icon_remove {
    padding: 5px 30px 5px 5px;
  }

  &--icon_remove:before {
    background: url("../images/delete.svg") no-repeat;
  }

  &--icon_update:before {
    background: url("../images/update.svg") no-repeat;
  }
}

.btn_toolbar {
  border: $border--thin;
  border-radius: $border-radius;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_toolbar img {
  opacity: 0.5;
}

.btn_toolbar:hover img {
  opacity: 1;
  transition: opacity ease-in-out .1s;
}

.btn_toolbar--active img {
  opacity: 1;
}

.btn--full_width {
  width: 100% !important;
}

.btn--mini {
  font-size: 10px;
  background: $gray--lighter;
  border-radius: $border-radius;
  padding: 3px 6px;
}

#djc_order_by {
  width: 180px;
  border-radius: $border-radius;
  border: $border--thin;
  height: 46px;
  margin-bottom: 0;
}

.djc_buttons__list {
  list-style-type: none;
  display: flex;
  grid-gap: 10px;
  padding-left: 0;
  margin: 0;
}

.djc_image {
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.djc_tabs {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  grid-gap: 20px;
  border-bottom: $border--thin;
  margin: 50px 0;

  &__item {
    font-weight: 600;
    font-size: 18px;
    opacity: 0.6;
    padding: 20px;
    cursor: pointer;

    &:hover,
    &--active {
      border-bottom: 1px solid #000;
      opacity: 1;
    }

    a:hover {
      color: unset;
    }
  }
}

// price

.djc_price {
  font-weight: 600;

  &--new {
    color: $primary-color;
  }

  &--old {
    font-weight: 400;
    opacity: 0.4;
    text-decoration: line-through;
  }

  &--discount {
    font-size: 14px;
    opacity: 0.6;
    font-weight: 400;
  }
}

// auto labels

.djc_autolabels {
  list-style-type: none;
  position: absolute;
  top: 10px;
  left: 0;
  padding: 0;
  margin: 0;

  &__item {
    background: $gray--light;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
    border-radius: 50px;
    padding: 5px 15px;
    font-weight: 600;

    &--featured {
      background: $primary-color;
      color: #fff;
    }
  }
}

/* quantity */

.djc_addtocart {
  display: flex;
  grid-gap: 10px;
}

.djc_qty {
  display: flex;
  height: 45px;
}

.djc_qty__btn {
  border: $border--thin;
  display: flex;
  align-items: center;
  width: 15px;
  cursor: pointer;
  box-sizing: border-box;
}

.djc_qty__btn--dec {
  justify-content: flex-end;
  border-right: none;
  border-top-left-radius: $border-radius;
  border-bottom-left-radius: $border-radius;
}

.djc_qty__btn--inc {
  justify-content: flex-start;
  border-left: none;
  border-top-right-radius: $border-radius;
  border-bottom-right-radius: $border-radius;
}

.djc_qty .djc_qty__inp {
  border-top: 1px solid #ebebeb !important;
  border-bottom: 1px solid #ebebeb !important;
  border-left: 0 !important;
  border-right: 0 !important;
  height: 100% !important;
  box-shadow: none;
  text-align: center;
  border-radius: 0 !important;
  background: none !important;
  width: 30px !important;
  padding: 0 !important;
}

/** address book view **/

.djc_addresses__toolbar {
  margin-bottom: 40px;
}

.djc_addresses__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  grid-gap: $grid-gap;
}

.djc_addresses__item__toolbar {
  display: flex;
  justify-content: space-between;
}

.djc_addresses__item {
  @include card--primary;
}

.djc_addresses__buttons {
  display: flex;
  grid-gap: 15px;
}

.djc_addresses__name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.djc_addresses__company {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.djc_addresses__fl_name {
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
}

.djc_addresses__postcode,
.djc_addresses__address,
.djc_addresses__country_state {
  font-size: 14px;
  margin: 0;
}

/** items view **/

.djc_subcategories__grid,
.djc_products__grid {
  grid-gap: $grid-gap;
  margin-bottom: 30px;
}

.djc_products__item {
  padding: 30px;
  position: relative;
}

.djc_products__item,
.djc_products__item__description,
.djc_products__item_info {
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}

.djc_products__item * {
  margin: 0;
}

.djc_products__item_info,
.djc_products__item__introtext {
  font-size: 14px;
}

.djc_products__item__toolbar {
  display: flex;
  grid-gap: 15px;
  align-items: center;
}

.djc_item_compare {
  display: none !important;
}

.djc_item_compare + label {
  width: 24px;
  height: 20px;
  display: inline-block;
}

.djc_item_compare + label:before {
  width: 24px;
  height: 20px;
  content: '';
  display: inline-block;
  background: url('../images/compare.svg') no-repeat;
}

.djc_item_compare:checked + label:before {
  width: 24px;
  height: 20px;
  content: '';
  display: inline-block;
  background: url('../images/compare.svg') no-repeat 100%;

}


.djc_subcategories__item__price {
  font-size: 18px;
  font-weight: 700;
}

.djc_subcategories__item__price--new {
  color: $primary-color;
}

.djc_subcategories__item__price--old {
  font-weight: 400;
  opacity: .4;
  text-decoration: line-through;
}

.djc_stock_info {
  margin-top: 10px;
}

.djc_stock_info--in {
  position: relative;
  margin-left: 28px;
}

.djc_stock_info--out {
  position: relative;
  margin-left: 22px;
}

.djc_stock_info--in::before,
.djc_stock_info--out::before {
  position: absolute;
  width: 19px;
  height: 14px;
  top: 3px;
  content: '';
}

.djc_stock_info--in::before {
  background: url('../images/stock_in.svg') no-repeat;
  left: -26px;
}

.djc_stock_info--out::before {
  background: url('../images/stock_out.svg') no-repeat;
  left: -20px;
}

/* subcategories */

.djc_subcategories__item {
  @include card--primary;
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}

.djc_subcategories__item * {
  margin: 0;
}

.djc_item__image {
  display: flex;
  justify-content: center;
}

.djc_subcategories__item__description {
  font-size: 14px;
}

.djc_subcategories__children {
  padding-left: 10px;
  list-style: none;
}

.djc_subcategories__children__item {
  font-size: 14px;
  margin: 4px 0;
  list-style-image: url("../images/bullet.svg");
  padding-left: 5px;
}

/* toolbar */

.djc_toolbar {
  display: flex;
  justify-content: flex-end;
  grid-gap: 20px;
  margin-bottom: 30px;
}

.djc_order_set {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

.djc_toolbar_set {
  display: flex;
  grid-gap: 10px;
}

// mod_djc2cart

.mod_djc2cart {
  padding: 10px;
  position: relative;
}

.mod_djc2cart__count {
  position: absolute;
  top: 6px;
  right: 0;
  color: #fff;
  background: $primary-color;
  border-radius: 50px;
  padding: 2px 7px;
  font-size: 10px;
}

// login

.djc_cart_login_container {
  margin-bottom: 40px;

  #form-login-remember {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    grid-gap: 5px;

    .control-label {
      font-weight: 400;
      font-size: 14px;
      padding-bottom: 4px;
    }

    #modlgn-remember {
      float: none;
    }
  }

  .unstyled {
    padding-left: 0;
    display: flex;
    grid-gap: 30px;
  }
}

.djc_cart_registration_container {
  margin-bottom: 40px;
}

// filters in component

.djc_filters {
  @include card--primary;
  margin-bottom: 30px;
}

// views -> producers

.djc_producers {

  &__grid {
    grid-gap: $grid-gap;
  }

  &__item {
    @include card--primary;
    display: flex;
    flex-direction: column;
    grid-gap: 15px;

    * {
      margin: 0;
    }
  }
}

// views -> producer

.djc_producer {

  &__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
    grid-gap: $grid-gap;
  }

  &__main_image,
  &__thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    border: $border--thin;
    border-radius: $border-radius;
  }

  &__main_image {
    min-height: 360px;
    margin-bottom: 10px;
  }

  &__thumbnail {
    min-height: 80px;
  }

  &__thumbnails {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }

  &__title_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  &__title {
    margin: 0;
  }

  &__content {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
  }
}

.djc_attributes {

  &__table {
    text-align: left;
  }

  &__value {
    padding: 5px 0;
  }

  &__list {
    padding-left: 20px;
    list-style: none;
  }

  &__list_item {
    position: relative;

    &::before {
      position: absolute;
      content: '';
      width: 2px;
      height: 2px;
      background: $gray--dark;
      top: 50%;
      left: -15px;
    }
  }
}

// views -> map

.djc_mapview {

  &__filters {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 20px;
    margin-bottom: 20px;

    select.INPUTBOXREPLACE.input {
      width: 100% !important;
    }
  }

  &__radius {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  &__buttons {
    grid-gap: 20px;
    display: flex;
    align-items: flex-end;

    .btn {
      max-height: 44px;
    }
  }
}

// views -> orders

.djc_orders_table {
  text-align: left;

  &__th {
    width: 20%;
    font-size: 14px;
    font-weight: 400;

    &--total_price {
      text-align: right;
    }
  }

  &__tr {
    border-bottom: $border--thin;
    padding: 15px 0;
    display: flex;
    align-items: center;
    font-size: 16px;
  }

  &__td {
    width: 20%;
  }

  &__total_price {
    text-align: right;
  }

  &__total_price,
  &__order_number {
    font-weight: 600;
  }
}

// views -> items / table

.djc_items_table {
  text-align: left;
  width: 100%;
  max-width: 100%;

  &__wrapper {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  &__th {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 15px;
  }

  &__tr {
    border-bottom: $border--thin;
    font-size: 16px;
    position: relative;
  }

  &__td {
    padding: 15px 0;
    max-width: 180px;
  }

  &__image {
    padding-right: 15px;
  }

  &__title {
    font-weight: 600;
  }

  &__toolbar {
    display: flex;
    grid-gap: 15px;
    position: absolute;
    margin-top: 5px;
  }
}

// views -> wishes

.djc_wishlist {

  &__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: $grid-gap;
  }

  &__item {
    padding: 30px;
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
  }
}

// views -> cart / checkout

.djc_checkout_steps {
  list-style-type: none;
  padding: 0;
  margin: 0 auto 120px;
  display: flex;
  justify-content: space-between;

  &__step {
    position: relative;
    width: 100%;
    text-align: center;

    &::before {
      position: absolute;
      box-sizing: border-box;
      content: '';
      width: 24px;
      height: 24px;
      background: $gray--lighter;
      border: 8px solid $gray--lighter;
      border-radius: 16px;
      top: 40px;
      right: calc(50% - 12px);
      z-index: 1;

      @media (max-width: 480px) {
        top: 50px;
      }
    }

    &::after {
      width: 100%;
      height: 4px;
      content: '';
      position: absolute;
      background-color: $gray--lighter;
      top: 50px;
      left: -50%;
      z-index: 0;

      @media (max-width: 480px) {
        top: 60px;
      }
    }

    &:first-child:after {
      content: none;
    }

    &--active {
      &::before {
        background: $secondary-color;
        border: 8px solid $secondary-color--light;
      }

      &::after {
        background-color: $secondary-color;
      }
    }

    &--done {
      &::before {
        background: url("../images/tick.svg") $secondary-color no-repeat 50% 50%;
        border: none;
      }

      &::after {
        background-color: $secondary-color;
      }
    }

    &--skip {
      display: none;
    }
  }

  &__title {
    font-weight: 600;
    display: block;
    line-height: 20px;
  }
}

.djc_cart_grid {
  display: grid;
  grid-template-columns: auto 300px;
  grid-gap: 50px;

  @media (max-width: 980px) {
    grid-template-columns: 1fr;
  }

  &__sticky_container {
    position: sticky;
    top: 30px;
  }
}

.djc_order_summary {
  @include card--secondary;

  display: flex;
  flex-direction: column;
  grid-gap: 15px;
  margin-bottom: 10px;

  &__row {
    display: flex;
    justify-content: space-between;

    &--price {
      font-weight: 600;
    }
  }

  &__buttons {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;

    @media (max-width: 980px) {
      flex-direction: row;
    }
  }

  &__form {
    width: 100%;
  }

  &__total {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 40px;
    text-transform: uppercase;
    font-weight: 600;

    &--price {
      font-size: 20px;
      color: $secondary-color;
    }
  }
}

.djc_cart_table {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 60px;

  &__wrapper {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  &__th {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 15px;
  }

  &__tr {
    border-bottom: $border--thin;
    font-size: 16px;
    position: relative;
  }

  &__td {
    padding: 15px 0;
    max-width: 180px;
  }

  &__image {
    max-width: 60px;
    padding-right: 15px;
  }

  &__title {
    font-weight: 600;
  }

  &__remove {
    width: 14px;
  }
}

.djc_cart {
  &__buttons {
    display: flex;
    grid-gap: 10px;
    justify-content: center;
    align-items: center;
  }
}

.djc_coupon {
  &__form {
    margin-bottom: 60px;
  }
}

.djc_combination_info {
  list-style-type: none;
  padding-left: 0;
  font-weight: 400;
  font-size: 14px;
  margin: 10px 0;
}

// delivery & payments method new styling

.djc_orderdetails {
  #jform_djcatalog2orderdetails_delivery_method_id,
  #jform_djcatalog2orderdetails_payment_method_id {
    width: unset !important;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 20px;

    .djc_delivery_option,
    .djc_payment_option {
      height: 100%;
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 20px;
      margin: 0 0 15px 0;
      border: 2px solid $gray--light;
      clear: both;
      overflow: hidden;
      cursor: pointer;
    }
  }

  .djc_delivery_method input[type="radio"],
  .djc_payment_method input[type="radio"] {
    display: none !important;

    &:checked ~ span.djc_delivery_option,
    &:checked ~ span.djc_payment_option {
      border-color: $secondary-color !important;
    }
  }

  .djc_delivery_option-price,
  .djc_payment_option-price,
  .djc_delivery_option-title,
  .djc_payment_option-title {
    color: #000;
    font-weight: 600;
  }

  .djc_delivery_option-image,
  .djc_payment_option-image {
    max-height: 50px;
    margin: 0 0 15px 0;
    float: none;
  }

  .djc_delivery_option-title,
  .djc_payment_option-title {
    font-weight: bold;
    display: block;
  }

  .djc_delivery_option-price,
  .djc_payment_option-price {
    float: right;
    margin: 0 0 0 15px;
  }
}

.djc_billing_details,
.djc_delivery_form,
.djc_order_delivery_options,
.djc_delivery_split,
.djc_order_additional_notes {
  max-width: 600px;

  .control-group {
    margin-bottom: 20px;

    .control-label {
      margin-bottom: 5px;
    }

    .controls {
      #jform_djcatalog2profile_user_id {
        display: block !important;
      }

      #jform_djcatalog2profile_user_id_chzn {
        display: none !important;
      }

      fieldset {
        padding-left: 0;
      }

      .input-large {
        width: 100% !important;
      }
    }
  }
}

.djc_order_additional {
  margin-bottom: 60px;

  &:first-child {
    .control-group {
      display: flex;
      flex-direction: column;

      .control-label {
        text-align: left;
      }

      .controls {
        margin-left: 0;
      }
    }
  }

  &:last-child {
    .control-group.checkbox {
      padding-left: 0;
      margin-bottom: 10px;

      label {
        margin-left: 10px;
      }
    }
  }
}

.shipping-days-msg {
  font-size: 16px;
  font-weight: 400;
  background: rgba(255, 0, 0, 0.1);
  color: rgb(255, 0, 0);
  padding: 20px;
  border-radius: $border-radius;
  text-align: center;
}

.shipping-days-details {
  width: 100%;

  th {
    font-weight: 400;
    text-align: left;
    border-bottom: $border--thin;
    padding: 10px 0;
    margin-top: 20px !important;
    display: block;
  }

  td {
    font-weight: 600;
    padding-top: 10px;
  }
}

Anon7 - 2022
AnonSec Team