﻿body {
  background-color: rgb(247 247 247);
}

:root {
  --categorybutton: #800080;
  --headermenu_colour: #800080;
  --product_wholesale_height: 100px;
  --product-item-height: 615px;
  --product-item-add-info-height: 115px;
  --getitby-colour: rgb(15 123 44);
}

.side-2 {
    background-color: white;
}

.filter-block .title,
.block .title {
  background: white !important;
  border: 1px solid rgb(247 247 247);
}
/* 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: .75rem;
  line-height: 1rem;
}

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



.header-menu {
  background-color: var(--headermenu_colour) !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;
}

.product-grid .title {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  padding-left: 0 !important;
  text-align: left !important
}

.spc-categories .category-title {
  padding: 5px 10px 0px !important;
  text-align: left !important;
}

.spc-categories .category-sublist a {
  text-align: left !important;
}

.spc-categories .navigation {
  text-align: left !important;
}

.product-item .sku {
  display: block;
  font-size: .75rem;
  color: rgb(115 115 115);
  margin-bottom: 5px;
  text-align: left;
}

.product-item .product-title {
  padding: 0px !important;
  color: #444;
  text-align: left;
  font-size: .875rem !important;
  font-weight: 600 !important;
  margin: 0px;
}



/*.product_wholesale {
  height: var(--product_wholesale_height);
}*/

.category-products .product_wholesale {
  display: none;
}

.item-box .prices {
  overflow: hidden;
  width: 100% !important;
  /* min-height: 40px !important;*/
}

  .item-box .prices > :last-child:not(:empty) {
    margin-bottom: 0px;
  }

.item-box .actual-price {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  color: #444;
  text-align: left;
  padding-left: 0px !important;
  margin-left: 0px !important;
  float: left !important;
}

.price-promo-red {
  color: rgb(220 38 38) !important;
  display: block !important;
  padding-left: 0px;
  text-align: left;
}

/* Product Box */
.multibuy-info {
  background: #fff8e1;
  border: 1px solid #ffe082;
  border-radius: 4px;
  padding: 4px;
}

.multibuy-description {
  font-weight: 600;
  color: #e65100;
  font-size: .75rem;
}

.multibuy-dates {
  font-weight: 600;
  color: #e65100;
  font-size: .75rem;
}

.multibuy-end {
  white-space: nowrap;
}

.add-to-cart-with-qty {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.item-box button {
  width: 100px;
}

.add-to-cart-with-qty {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  flex-wrap: nowrap;
}

  .add-to-cart-with-qty > .qty-controls {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .add-to-cart-with-qty > div:last-child {
    flex: 0 0 60%;
    max-width: 60%;
  }

    .add-to-cart-with-qty > div:last-child button {
      width: 100%;
    }

.qty-unit-select {
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 6px;
  font-size: 13px;
  background: #fff;
  cursor: pointer;
}

  .qty-unit-select:hover {
    border-color: #999;
  }

.qty-controls {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}

.qty-btn {
  background: #f5f5f5;
  border: none;
  width: 28px;
  height: 32px;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
}

  .qty-btn:hover {
    background: #e0e0e0;
  }

.qty-input {
  width: 40px;
  height: 32px;
  border: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
  -moz-appearance: textfield;
}

  .qty-input::-webkit-outer-spin-button, .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

/* Category Button */
.subcategory-btn {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 20px;
  border: 2px solid var(--categorybutton);
  background: var(--categorybutton);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  transition: background .18s ease,color .18s ease;
}

.item-box .buttons {
  display: inline flow-root list-item !important;
  width: 100%;
  padding-right: 5px;
}

/* Get it By */
.text-flag-delivery {
  color: var(--getitby-colour);
}

/* Quick Pop Up */


.quickViewWindow {
  width: 100% !important;
}

.quickView .k-window-titlebar-actions {
  top: 12px;
  right: 12px;
}

.quickViewWindow .product-essential {
  width: 100% !important;
}

.quickViewWindow .popup-header {
  padding: 10px !important;
  border-bottom: 1px solid rgb(229 231 235);
  margin: 0 !important;
  width: 100% !important;
}

.quickViewWindow .product-name {
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.quickViewWindow .product-grid .title {
  padding: 10px !important;
  border-bottom: 1px solid rgb(229 231 235);
  width: 100% !important;
}

.quickViewWindow .gallery {
  display: block;
  float: left;
  margin-bottom: 0;
  overflow: visible;
  width: 30%;
  margin: 0px !important;
}

.quickViewWindow .picture-gallery > div:first-child, .picture-gallery ~ .video-gallery {
  width: 100%;
}

.quickViewWindow .sku {
  text-align: left
}

.quickViewWindow .overview {
  text-align: left;
}

  .quickViewWindow .overview .short-description {
    font-size: 20px !important;
    line-height: 1.5 !important;
    padding-bottom: 10px
  }

  .quickViewWindow .overview .attributes {
    max-width: 320px;
    padding: 0;
    margin: 0px !important;
  }

.quickViewWindow .full-description, .product-specs-box {
  margin: 0px;
  padding: 20px;
}

.quickViewWindow .product-content {
  overflow: hidden;
  padding: 10px 55px 0px;
}


/* nopCommerce product grid */
.product-grid .item-box {
  display: flex;
}


.product-grid .item-box,
.product-list .item-box {
  display: flex;
}


.product-grid .row {
  display: flex;
  flex-wrap: wrap;
}

.product-grid .item-box {
  height: auto;
}


/*  .product-grid .item-box .product-item.equal-height-box .unit-select-row {
    min-height: 42px;
    margin-bottom: 10px;
  }*/

/*  .product-grid .item-box .product-item.equal-height-box .multi-buy-row {
    min-height: 40px;
  }*/


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

.short-description {
  color: #374151;
  font-size: .875rem;
  line-height: 1.7142857;
}

.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42/var(--tw-text-opacity,1));
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

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

.text-lg {
  font-size: 1.5rem;
  line-height: 2rem;
}

.font-bold {
  font-weight: 700
}

.text-left {
  text-align: left !important;
}

.w-40 {
  width: 10rem;
}

.quickViewWindow #accordion > h3 {
  border: none;
  border-bottom: 1px solid #333;
  background: transparent;
  text-align: left;
}

  .quickViewWindow #accordion > h3.ui-accordion-header-active {
    border-bottom: 1px solid #333;
    border-radius: 0px;
    transition: all 0s ease 0s;
  }

.quickViewWindow #accordion > h3 {
  border-radius: 0px;
}

.quickViewWindow #accordion .product-details {
  border: 1px solid transparent;
  border-top: 0;
  border-radius: 0
}

#accordion {
  padding: 10px;
}

.prose-sm {
  font-size: .875rem;
  line-height: 1.7142857;
}

  .prose-sm :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
    margin-top: .2857143em;
    margin-bottom: .2857143em;
  }

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.product-prices-box {
  text-align: left !important;
  background-color: white !important;
}


/* 1) Make each product box equal height within a row */
.product-grid .item-box, .item-box {
  display: flex;
}

  .product-grid .item-box .product-item, .item-box .product-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    /*min-height: var(--product-item-height);*/
    box-sizing: border-box;
  }

  .product-grid .item-box .picture img,
  .item-box .picture img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* use 'cover' if you want fill/crop */
  }

  /* 3) Let content expand, and push buy area to bottom */
  .product-grid .item-box .details,
  .item-box .details {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .product-grid .item-box .add-info,
  .item-box .add-info,
  .product-grid .item-box .buttons,
  .item-box .buttons,
  .product-grid .item-box .add-to-cart,
  .item-box .add-to-cart {
    margin-top: auto;
  }

.product-viewmode {
  display: none !important;
}

.pb-last-bought {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 6px 0;
  padding: 4px 8px;
  background: #f0faf4;
  border-left: 3px solid #2a9d5c;
  border-radius: 0 4px 4px 0;
  font-size: 0.75rem;
  color: #1e6e42;
  font-weight: 500;
}

.pb-last-bought-icon {
  color: #2a9d5c;
  font-weight: 700;
  flex-shrink: 0;
}

#product-details-form {
    padding-top: 10px;
}

.product-social-buttons {
  margin-bottom: 15px;
  margin-top: 15px;
}
