label {
    font-size: 14px;
    color: #353535;
    margin-bottom: 1px;
}

.top_header_area
{
    margin-right: 0px;
}

.ul-list {
    list-style: none;
    padding: 0px;
}

span.error {
    font-size: 11px;
    color: #F44336;
    font-weight: bold;
}

.alert {
    border-radius: .5rem;
    font-size: 14px;
}

.cake_text h3 {
    font-size: 24px;
    color: #343434;
    font-family: "Playfair Display", serif;
    margin-bottom: 22px;
    padding-top: 35px;
}

input.form-control::placeholder, 
textarea.form-control::placeholder {
    font-size: 14px; /* Adjust the font size as needed */
    color: #999; /* Optional: Change the placeholder text color */
    font-style: italic; /* Optional: Add styling (e.g., italic) */
}

.form-group {
    margin-bottom: 0.5rem;
}

.form-control {
    border: 1px solid #f095b2;
    font-size: 14px;
    border-radius: 10px;
    height: 45px;
}

textarea.form-control {
    height: auto;
}

.form-control:focus {
    border-color: #f095b2;
}

.custom-file-label {
    border: 1px solid #f095b2;
    height: 45px;
    line-height: 2.3;
}

.custom-file-label::after {
    height: 43px;
    line-height: 2.3;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse...";
}

/*mini cart css here*/

.mini_cart {
  position: fixed;
  width: 355px;
  height: 100%;
  padding: 20px 20px 33px;
  background: #fff;
  z-index: 999;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow-y: auto;
  -webkit-box-shadow: 0 0 15px rgba(5, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(5, 0, 0, 0.1);
}
.mini_cart.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (max-width: 575px) {
  .mini_cart {
    width: 300px;
  }
}

.cart_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}

.cart_text h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}

.mini_cart_close > a {
  font-size: 25px;
}
.mini_cart_close > a:hover {
  color: #fc7c7c;
}

.cart_img img {
    border: 1px solid #f095b2;
    border-radius: 5px;
} 
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_img {
    width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_img {
    width: 70px;
  }
}

.cart_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.cart_info a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_info a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_info a {
    font-size: 13px;
  }
}
.cart_info a:hover {
  color: #fc7c7c;
}
.cart_info p {
  font-size: 14px;
}
.cart_info p span {
  font-weight: 600;
}

.cart_remove a {
  font-size: 15px;
  display: block;
  line-height: 20px;
  text-align: center;
}
.cart_remove a:hover {
  color: #fc7c7c;
}

.cart_item {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.mini_cart_table {
  padding: 5px 0;
}

.cart_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart_total span.price {
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_total span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .cart_total span {
    font-size: 13px;
  }
}

.cart_button {
  display: flex
}
.cart_button a {
  width: 100%;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  margin-bottom: 0;
  padding: 13px 0px 11px;
  border: 1px solid #ededed;
}
.cart_button a:hover {
  background: #fc7c7c;
  border-color: #fc7c7c;
  color: #fff;
}

/*mini cart css end*/

.quantity {
    width: 7.8125rem;
    position: relative;
}
.quantity input {
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.1rem;
    padding: 0 2rem;
    text-align: center;
    border: 2px solid #e6e6e6;
    box-shadow: none !important;
    color: #373737;
    background-color: #fff;
    border-radius: 2rem;
    width: 7.8rem;
}
.quantity button {
    position: absolute;
    top: 50%;
    left: 0.875rem;
    transform: translateY(-50%);
    color: #616161;
    font-size: 12px;
    border: 0px;
    outline: 0px;
    height: 20px;
    border-radius: 10px;
    line-height: 20px;
}

.quantity .qty-plus {
    left: auto;
    right: 0.875rem;
}

.cart_table_area .table-responsive .table tbody tr td {
    white-space: nowrap;
}