/* Add custom CSS styles below */ 
/*
.f_product-section .product__description{
    padding-left: 0rem;
    padding-right: 0rem;
}*/
.sm\:grid-cols-3{
  display:none;
}


#fixed_prod_sec_2{
      padding-bottom: 0rem;
}

.py-4 {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.\[\&\>\*\]\:py-4>*{
      padding-bottom: 0rem;
}

.s-products-list-wrapper {
    margin-bottom: 0rem;
}

.bg-\[var\(--main-background\)\] label.form-label b.block{
  font-size:0px;
}

.bg-\[var\(--main-background\)\] label.form-label b.block:after{
  content:'يرجى كتابة الاسم أو العبارة التي ترغب في طباعتها هنا.';
  font-size:15px;
}

.s-product-card-rating{margin-bottom: 5px;}
.p-4 {text-align: center;}
.navbar-brand img {max-height: 5rem;}

/**/
@media only screen and (max-width: 600px) {
.is-sticky-product-bar .sticky-product-bar__price{
    display: block !important;
}

.starting-or-normal-price.gap-4.flex{
    justify-content: center !important;
    margin: 0px auto !important;
}

.product-bar {
  display: flex !important;
  flex-direction: column !important;
}

.sticky-product-bar__price {
  order: 1 !important;
}

.sticky-product-bar__quantity {
  order: 2 !important;
}

.sticky-product-bar__btn {
  order: 3 !important;
}
}