a {
  color: var(--btn-add-to-cart-text-color);
  cursor: pointer;
}
.item-cart {
    width: 100%;
    height: 40px;
    /* display: inline; */
    border: 1px solid #e6e6e6;
}
.item-cart a {
    cursor: pointer;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
.qty-minus {
  width: 20%;
  border-radius: 25px 0 0 25px;
  height: 100%;
  line-height: inherit;
  line-height: 45px;
  text-align: center;
}
.float-left {
  float: left !important;
}
.qty-text {
  width: 60%;
  line-height: 40px;
  background-color: #e6e6e6;
  text-align: center;
}
.qty-plus {
  width: 20%;
  border-radius: 0 25px 25px 0;
  height: 100%;
  line-height: 40px;
  text-align: center;
}
.qty-minus i {
  color: red;
  font-weight: bolder;
  font-size: 1.1em;
  text-align: center;
}
.qty-plus i {
  color: green;
  font-weight: bolder;
  font-size: 1.1em;
}

.qty-minus .fa, .qty-plus .fa {
    line-height: 37px;
}
.topcategory .cat_item .cat_img img {
    height: 50px;
    width: auto;
    margin: auto;
    display: block;
}
.homeproduct .title {
  position: relative;
}
.homeproduct .title h4 {
  color: #1b1919;
  font-size: 24px;
  text-transform: uppercase;
  margin: 50px auto;
}
.homeproduct .title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  display: inline-block;
  background: #1b1919;
}

/* Sidebar slide-in effect */
.offcanvas-end {
  width: 350px;
}
.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}
.cart-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 5px;
}
#cartSidebar {
  width: 320px;
}
#cartSidebar.offcanvas.offcanvas-end {
  top: 123px;
}
a {
  cursor: pointer;
}
.sidebar_right_cart {
  background: var(--themes-bg-color);
  color: var(--themes-text-color) !important;
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 115px;
  right: 0px;
  bottom: 35%;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  box-shadow: rgba(88, 127, 147, 0.6) 1px 2px 7px;
  transition: 1s ease all;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  z-index: 999;
  line-height: 30px;
}
.sidebar_right_cart .cart-count {
  text-align: center;
}
.custom-cart-total {
  text-align: center;
  background: #fff;
  border-radius: 5px;
  color: var(--themes-bg-color);
  font-weight: 700;
}
.sidebar_right_cart:hover {
  transform: translateY(-10px);
}
.offcanvas-header {
  background-color: #333;
  padding: 7px 10px 7px 0px;
  color: #fff;
}
.offcanvas-header .btn-close {
  filter: invert(1);
}
.offcanvas-header .offcanvas-title {
  font-size: 12px;
  text-transform: uppercase;
}

.owl-dots {
  text-align: center;
  margin-top: 15px;
}

.owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ccc;
  display: block;
  border-radius: 50%;
  margin: 5px;
}

.owl-dots .owl-dot.active span {
  background: #000;
}

.owl-dots .owl-dot:focus {
  outline: 1px solid lightblue !important;
  border-radius:100%;
}

.category-product .pro_img {
  height: 270px;
}

.cart-bottom {
  position: fixed !important;
  bottom: 0 !important;
  left: 0 !important;
  color: #000;
  background-color: #fff;
  width: 100%;
  height: 47px;
  box-shadow: 0 -1px 10px #ccc;
  webkit-transform: translateZ(0);
  z-index: 100;
  padding: 0px;
}

.cart-bottom .view-cart-section {
  background: var(--themes-bg-color);
  line-height: 46px;
}
.cart-bottom .view-cart-section a {
  color: var(--themes-text-color);
}

.mobilecart-qty {
  background: var(--themes-bg-color);
  color: var(--themes-text-color);
  padding: 0px 4px;
  font-size: 11px;
  border-radius: 2px;
}
.cart-amount-section, .cart-count-section {
  line-height: 46px;
  padding: 0px 15px;
}
.mobile-header.sticky {
  position: fixed;
  width: 100%;
  z-index: 9000;
  background: var(--themes-bg-color);
  top: 0;
}
.mobile-search {
  position: fixed;
  top: 70px;
  z-index: 400;
  width: 100%;
  background: var(--themes-bg-color);
}
.top_header {
  display: none;;
}
#cartSidebar .offcanvas-body {
  padding: 0px 15px 0px 10px !important;
}
.cart-item-row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
  background: rgba(233, 30, 99, 0.02);
}
textarea.form-control, textarea.form-control:focus {
  border: 1px solid #ddd;
}
.mini-cart-item, .mini-cart-item p, .cart-increment, .cart-decrement {
    color: #747474 !important;
    font-size: 13px;
}
.item-cart-qty {
  font-size: 12px;
}
.mini-cart-price {
  margin-left: 10px;
  margin-right: 15px;
  line-height: 70px;
  font-size: 13px;
  color: #747474;
}

input.form-control::placeholder, textarea.form-control::placeholder {
  color: #d4d4d4; /* your color here */
}