
body {
  font: normal 14px 'Roboto', sans-serif;
}

/*******return request*********/
@media (max-width: 1024px) {
  .header-menu.ps-container .ps-scrollbar-y-rail {
    visibility: visible !important;
    opacity: 0.6;
  }
}

.return-request-file > label {
  width: 100% !important;
}

.return-request-file > div {
  float: left !important;
  clear: none !important;
  width: 100% !important;
}

/*******bar notification*********/
.bar-notification.warning {
  background-color: #FFA500 !important;
}


/*******terms and condition pop up*********/
.terms-and-condition-accept-form .terms-and-condition-buttons {
  text-align: center;
}

/*******Date picker disabled date color change*********/
.ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  color: #e0e0e0 !important;
}

.ui-datepicker-calendar .ui-state-default {
  color: black;
}

.ui-datepicker-calendar th {
  background-color: #e1f1ff !important;
}

.category-page .product-item .add-to-wishlist button {
  background-color: transparent;
  border: none;
}

  .category-page .product-item .add-to-wishlist button:before {
    content: "\63";
    display: inline-block;
    vertical-align: bottom;
    text-transform: none;
    font-weight: normal;
    transition: all .1s ease;
    font-size: 18px;
    color: #8c8c8c;
  }

.category-page .back-in-stock-subscription {
  margin: 0 !important;
}



.customer-info-page .modal-header {
  background: #1c9145;
  width: 100%;
  color: #fff;
}

  .customer-info-page .modal-header button {
    color: #fff;
  }

#downloadable-account-statement-list {
  font-size: 18px;
}

.customer-info-page .page-body .form-fields.account-statement-section-form-field {
  padding-bottom: 30px;
}

.customer-info-page .page-body .account-monthly-statement-div {
  margin-right: 5px;
  margin-bottom: 20px;
}

.nopAjaxCartProductVariantAddToCartButton {
  display: none;
}
.flyout-cart.active .mini-shopping-cart {
   display: block; 
}
.logInToUpdateCartDialog {
  text-align: center;
}

.order-confirm-accept-form h2 {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}

.order-confirm-buttons {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

  .order-confirm-buttons .button-1 {
    margin-left: 5px;
    margin-right: 5px;
    max-width: 150px;
    min-width: 150px;
  }


@media (max-width: 400px) {
  .order-confirm-buttons {
    flex-wrap: wrap;
  }
}

.nopAjaxCartProductVariantAddToCartButton,
.quickViewWindow .purchase-area .prices .ajax-cart-button-wrapper .add-to-cart-button,
.product-prices-box .prices .ajax-cart-button-wrapper .add-to-cart-button {
  display: none !important;
}


.ui-dialog-content .button-1 {
  min-width: 220px;
}

@media (min-width: 533px) {
  .ui-dialog-content .quick-order-confirm-accept-form .popup-clearcart-btn,
  .ui-dialog-content .order-confirm-accept-form .popup-clearcart-btn {
    margin-right: 10px !important;
  }
}


.category-description,
.category-description p,
.category-description ul {
    display: block;
    text-align: left;
    line-height: 1.5;
    font-size: 14px;
    color: #111111;
    font-weight: normal;
}
.logInToUpdateCartDialog {
  text-align: center;
}

    .category-description.no-product {
        margin-bottom: 30px;
    }


.customer-info-page .page-body .form-fields.account-statement-section-form-field {
  padding-bottom: 30px;
}

@media (max-width: 430px) {
    #B2BShiptoAddressPopUpForm .fieldset #SpecialInstructions {
        width: 50% !important;
    }
}

@media (max-width: 700px) {
    #B2BShiptoAddressPopUpForm .fieldset #SpecialInstructions {
        width: 70% !important;
    }
}
.category-navigation-list-wrapper .sublist-wrap .sublist {
    transition: all 0.3s linear;
}

@media (min-width: 700px) {
    #B2BShiptoAddressPopUpForm .fieldset #SpecialInstructions {
        width: 75% !important;
    }
}

  .password-rules li {
    font-size: 12px;
  }
.show-up-menu,
.show-down-menu {
  position: fixed !important;
  display: none;
  font-size: 13px;
  background: #fff;
  text-align: center;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  cursor: pointer;
  padding: 4px;
  font-size: 0;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.show-up-menu {
    bottom: initial;
    top: 0;
}
.show-up-menu.show {
  display: block;
}
.show-down-menu.show {
  box-shadow: 0 -3px 6px rgba(0,0,0,0.16), 0 -3px 6px rgba(0,0,0,0.23);
  display: block;
}

.show-up-menu::before,
.show-down-menu::before {
  content: "\77";
  font-size: 17px;
  font-family: "emporium-icons";
  color: #8c8c8c;
  color: #000;
  display: block;
}
.show-up-menu::before {
    transform: rotate(180deg)
}
@media (min-width: 1025px) {
  .category-navigation-list-wrapper ul li.show a,
  .category-navigation-list-wrapper ul li.show > span {
      font-size: 13px;
      border-width: 1px;
  }
  .category-navigation-list-wrapper ul li.show > .sublist-wrap {
    opacity: 1;
    pointer-events: auto;
    overflow: visible;
    width: 100% !important;
  }
}

@media (min-width: 830px) {
    #B2BShiptoAddressPopUpForm .fieldset #SpecialInstructions {
        width: 80% !important;
    }
}

@media (min-width: 1025px) {
    .category-navigation-list-wrapper:hover .category-navigation-list {
      margin-top: 10px;
      opacity: 0;
      pointer-events: auto;
    }

  .category-navigation-list-wrapper.show-menu .category-navigation-list {
    margin-top: 0;
    opacity: 1;
    pointer-events: auto;
  }
}

.password-rules {
    text-align: left;
    color: black;
    font-weight: 400 !important;
}

    .password-rules li {
        font-size: 14px;
        font-weight: 400 !important;
    }

    .password-rules p {
        font-size: 18px;
        font-weight: 700;
    }


.btn-b2b-search:focus {
  outline: none;
}

.btn-b2b-search:active {
  outline: 5px auto -webkit-focus-ring-color;
}

.customer-info-page .account-statement-section .monthly-statement-btn-div {
    margin-top: 15px;
    margin-bottom: 15px;
}

.account-statement-section .account-monthly-statement-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 28px;
}

.account-monthly-statement-btns {
    display: flex;
}

.b2bProductMiniCartQty {
    width: 45px !important;
    height: 25px;
    text-align: center;
}

.mini-shopping-cart .quantity-adjust-block .counter-btn {
  background-color: #1c9145;
  border: solid 1px #1c9145;
  border-radius: 3px;
  color: #fff;
  width: 25px;
  height: 25px;
}

.bar-notification.success,
.bar-notification.warning,
.bar-notification.error {
  background: #1c9145 !important;
}

.order-progress .active-step.last a:before {
  background-image: url("../img/order-progress-sprite-big.png") !important;
}

#credit-warning-message {
  text-align: center;
  font-size: 19px;
}

.quote-order-confirm-buttons {
  text-align: center;
}

.order-details-area .payment-method .label,
.order-details-area .payment-method-status .label,
.order-details-area .shipping-method .label,
.order-details-area .shipping-status .label {
  display: none;
}

.ui-dialog-content p,
.ui-dialog-content a {
  text-align: center !important;
}

.scroll-back-button {
  bottom: 22px;
  right: 100px;
}

.master-wrapper-content input[type="radio"] + label:before,
.master-wrapper-content input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 17px;
  height: 17px;
  border: 1px solid #c4c4c4;
  vertical-align: text-top;
  background-color: #fff;
  text-align: center;
}

.master-wrapper-content input[type="checkbox"]:checked + label:before {
  box-shadow: 0 0 0 1px #e7e7e7;
  background-color: #c3c3c3;
  border: 1px solid #c4c4c4;
}

.cart-collaterals > div > .title:hover {
  color: #f6f6f6;
}

.cart-collaterals .deals {
  margin-bottom: 15px;
}

th.product-picture {
  text-align: center;
}

.cart-footer .checkout-buttons {
  text-align: center;
}

.html-shopping-cart-page #quickListFavouriteDialog label[for="templateName"] {
  width: 50px;
}

.html-shopping-cart-page #quickListFavouriteDialog input#templateName {
  width: calc(100% - 44px);
}

.product-grid .item-box .picture > a:after {
  background-color: #1c9145 !important;
}

.product-social-sharing li:nth-child(1),
.product-social-sharing li:nth-child(3) {
  display: none !important;
}

.product-social-sharing li:nth-child(4) {
  margin-left: 1px !important;
}

.product-social-sharing a.whatsapp:before {
  -webkit-text-stroke-width: 0.45px !important;
}

.product-social-sharing li:nth-child(5) a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
} 

.account-page.change-password-page .page-title {
  max-width: 750px;
  padding: 0;
  margin: 0 auto 18px;
}

.address-grid > div {
  width: calc(50% - 13px) !important;
}

.button-1.open-address-form span {
  font-size: 13.333px;
  color: #fff;
}

.b2baccount-customer-configuration {
  display: none !important;
}

.erporderlinestatus {
  display: none !important;
}

.b2blist td:nth-last-child(2), .b2blist th:nth-last-child(2),
.b2blist td:nth-last-child(4), .b2blist th:nth-last-child(4) {
  width:30px !important;
  padding: 0 !important;
}

.b2blist td:nth-last-child(3), .b2blist th:nth-last-child(3) {
  width:50px !important;
}

.product-prices-box .add-to-cart-qty-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-prices-box .add-to-cart-qty-wrapper button {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 5px;
  background: #1c9145;
  color: #fff;
}

.product-prices-box .add-to-cart-qty-wrapper input {
  height: 40px;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
}

.add-to-cart-qty-wrapper {
  margin-right: 0 !important;
}

.b2bProductQty {
  width: 40px;
  height: 40px;
  margin: 0 4px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #eee;
}

.counter-minus,
.counter-plus {
  width: 40px !important;
  height: 40px !important;
  background: #1c9145 !important;
  color: #fff !important;
  text-align: center !important;
  border: none !important;
  border-radius: 3px !important;
}

.product-prices-box .add-to-cart-btn {
  clear: both;
  display: block;
  margin: 15px auto;
}

.small-products .item-box .buttons,
.small-products .item-box .btn-wrapper {
  display: block !important;
}

.item-box .button-2 {
  width: 100%;
  background-color: #1c9145 !important;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  color: #fff !important;
  text-transform: uppercase;
  transition: all .2s ease;
}

.small-products .item-box {
  max-height: unset;
}

.small-products .item-box .product-title {
  min-height: 39px;
}

.small-products .item-box .details {
  padding: 15px 5%;
}

.small-products .item-box .prices {
  margin-bottom: 10px;
}

.ico-favourites::before {
  content: "\53";
}

.page.order-details-page .order-details-area,
.page.order-details-page .section.products .title,
.page.order-details-page .section.options {
  display: none !important;
}

.page.order-details-page .section.products .table-wrapper {
  margin-top: 0 !important;
}

