.site-colors {
      --color-primary-background: #3c830c;
      --color-primary-foreground: #e6ffc7;
      --color-primary-active: #5ae000;

      --color-secondary-background: #edce02;
      --color-secondary-foreground: #000000;
      --color-secondary-active: #ff932e;

      --color-accent-background: #2efcff;
      --color-accent-foreground: #1f4d00;
      --color-accent-active: #005557;

      --color-header-background: #000000;
      --color-header-foreground: #e5dbff;
      --color-header-active: #525252;

      --color-mobile-header-background: #ffffff;
      --color-mobile-header-foreground: #000000;
      --color-mobile-header-active: #525252;

      --color-body-background: #333333;
      --color-body-foreground: #9e9e9e;
      --color-body-active: #003edb;

      --color-footer-background: #000000;
      --color-footer-foreground: #ffffff;

      --color-heading-color: #255b01;
      --color-link-color: #255b01;
      --color-link-active: #2f471f;

      --color-column-header-background: #fda5e6;
      --color-column-header-foreground: #333333;
      --color-masking-background: #D3D3D3;
      --color-masking-foreground: #333333;

      --color-success-notification-background: #DFF2BF;
      --color-success-notification-foreground: #009c00;
      --color-failure-notification-background: #FFBABA;
      --color-failure-notification-foreground: #D8000C;
      --color-warning-notification-background: #FEEFB3;
      --color-warning-notification-foreground: #e67402;

      --color-auction-grid-foreground: #103595;
      --color-auction-grid-background: #F2F2F2;
      --color-auction-list-foreground: #103595;
      --color-auction-list-background: #F2F2F2;

      --color-bidgallery-header-foreground: #6A6A6A;
      --color-bidgallery-header-active: #000000;
      --color-item-grid-header-foreground: #103595;
      --color-item-grid-header-background: #F2F2F2;
      --color-item-grid-foreground: #333333;
      --color-item-grid-background: #F2F2F2;
      --color-item-list-header-foreground: #6A6A6A;
      --color-item-list-header-background: #F2F2F2;
      --color-item-list-foreground: #103595;
      --color-item-list-background: #F2F2F2;

      --color-item-detail-header-background: #ededed;
      --color-item-detail-header-foreground: #000000;
      --color-item-detail-foreground: #333333;
      --color-item-detail-background: #FFFFFF;

      --color-success-bid-status-foreground: #009c00;
      --color-warning-bid-status-foreground: #e67402;
      --color-failure-bid-status-foreground: #D8000C;

      --color-success-auction-status-foreground: #009c00;
      --color-warning-auction-status-foreground: #e67402;
      --color-failure-auction-status-foreground: #D8000C;

      --color-homepage-slider-boxshaddow: #000000;
      --color-homepage-slider-foreground: #FFFFFF;
      --color-homepage-slider-background: #E5E5E5;
      --color-homepage-slider-active: #103595;

      --color-dropdown-foreground: #6A6A6A;
      --color-dropdown-background: #f2f2f2;

      --color-homepage-status-color-foreground: #009c00;
      --color-homepage-status-color-active: #ff0000;

      --color-item-list-status-color-background: #009c00;
      --color-item-list-status-color-foreground: #ffffff;
      --color-item-list-status-color-active: #D8000C;
    }.myaccount-wrapper .myaccount-grid .main:nth-child(2n){background-color: #f2f2f22b !important;}