﻿
/* WholeSales Changes */
.page-title-inner {
  padding: 0px !important;
}

.customer-info-page .page-body,
.change-password-page .page-body,
.check-gift-card-balance-page .page-body,
.avatar-page .page-body,
.address-edit-page .page-body,
.vendorinfo-page .page-body {
  padding: 10px !important;
  max-width: 100%;
}

.account-page {
  padding: 10px !important;
}

.additional-details-wholesale {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}

  .additional-details-wholesale > div {
    display: table-row;
  }

  .additional-details-wholesale .label {
    display: table-cell;
    width: 35%;
    font-size: 20px !important;
  }

  .additional-details-wholesale .value {
    display: table-cell;
    font-size: 20px !important;
    width: 60%;
    color: var(--dark-grey);
  }


.u-bg-sw-purple {
  background-color: #71367a;
}

.c-product-item--promo-bar {
  height: 40px;
  background-color: #e76e11;
  margin-top: 10px;
  border-radius: 3px;
}

.c-product-item--promo-bar-fullpage {
  margin-bottom: 25px;
}

._product-item-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding-top: 9px;
  float: left;
  position: static;
  padding-left: 9px;
}

._product-item-ends {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  float: right;
  margin-bottom: 0px;
  padding-top: 9px;
}

.flex {
  display: flex;
}

.text-text-secondary {
  color: rgb(115 115 115);
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.ico-specialoffer:before {
  content: "l";
}



.header-menu {
  background-color: #800080 !important;
  color: #fff !important;
}

  .header-menu > ul > li > a, .header-menu > ul > li > span {
    color: #fff !important;
  }

.category-navigation-title,
.category-navigation-title:before {
  color: #fff !important;
}

.login-form-in-header .in-header-register {
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
}

  .login-form-in-header .in-header-register .register-button {
    width: 100%;
    background-color: transparent !important;
    color: #8c8c8c !important;
  }


.header {
  background-color: transparent; /*rgb(33 31 114/1);*/
}

.item-box .button-2,
.button-1 {
  background-color: #000 !important;
  color: #fff !important;
}

.item-box .product-box-add-to-cart-button,
.add-to-cart-button {
  background-color: #800080 !important
}

.conceptit_slider, #HomePageMainSlider, #anywhereSlider1 {
  padding: 70px 6vw;
}
