.search-bar button {
  background-color: #fff !important;
  border: none !important;
  border-radius: 5px 0 0 5px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-left: 10px;
}

.search-bar input {
  flex-grow: 1 !important;
  border: none !important;
  border-radius: 0 5px 5px 0 !important;
  font-size: 13px !important;
}

.cart_qty_cls {
  position: absolute !important;
  top: -5px !important;
  right: 17px !important;
  background-color: #fff !important;
  border-radius: 50% !important;
  color: #8e44ad !important;
}

.shop_dropdown_div {
  border-left: 1px solid #8e44ad !important;
  border-right: unset !important;
  width: 286px;
}

.shop_dropdown span .fa-angle-down {
  margin-left: 0% !important;
  margin-right: 25% !important;
}

.login-logo {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px 15px;
}

.qty-box .input-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
}

.icons a img {
  height: 20px !important;
  margin-left: 5px !important;
}

.menu-icon {
  position: absolute;
  bottom: 0px;
  right: 245px !important;
  color: #964bc8;
}

.product-buttons {
  text-align: right !important;
}

.menu-icon-1 {
  position: absolute;
  bottom: 5px;
  right: 113px !important;
  font-size: 12px;
}

.footer-head {
  text-align: right !important;
}

.footer-content {
  text-align: right !important;
}

.product-category-div {
  text-align: right;
  padding: 5px 0px;
}

.product-title-div {
  text-align: right;
  padding: 5px 0px;
}

.product-note-div {
  text-align: right;
  padding: 5px 0px;
  border-top: 0.33px solid var(--Neutral-300, #b0b0b0);
  border-bottom: 0.33px solid var(--Neutral-300, #b0b0b0);
}

.product-price-div span h4 {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  text-align: left !important;
  color: #964bc8 !important;
  text-align: right !important;
}


.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


@media (max-width: 768px) {
    .product-buttons {
        text-align: center !important;
    }
}