/*!
Theme Name: Nubi Child
Theme URI: https://uicore.co
Description: Digital Marketing & SEO WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: nubi
Version: 1.0.0
Text Domain: nubi
*/

 /* Add your custom style here */


 .orderable-drawer__close {
    background: #0b032c;
    border-color: #0b032c !important;
   }

   .orderable-drawer__close::after, .orderable-drawer__close::before{background-color: #fff!important;}

   .orderable-drawer__cart .orderable-mini-cart-item .orderable-mini-cart-item__remove svg{
        fill: #0b032c!important;
   }
button.orderable-button.orderable-product__add-to-order br {
  display: none;
}

.orderable-products-list__item .orderable-product{
  background-color: white;
  -webkit-box-shadow:none;
  box-shadow:none;
  border-radius:19px;
  border:1px solid hwb(0deg 0% 100% / 5%);
  scale:1;
  transition: scale .3s;

}
.orderable-products-list__item .orderable-product:hover{
  scale:1.1;
  background: hwb(0deg 100% 0% / 70%);
}



p.orderable-product__description {
  font-size: 14px !important;
  height: 70px;
  overflow: hidden;
}

h2.orderable-category-heading__title {
  font-size: 35px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

h3.orderable-category-heading__title.orderable-category-heading__title--sub-category{
  font-size: 35px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.orderable-product__actions-price .amount {
  font-size: 18px;
  line-height: 21.6px;
  color: green;
}

.orderable-product-fields__title{
  color: black;
  font-weight: 500;
}

@media screen and (max-width: 480px) {
  .orderable-products-list__item {
      padding: 0 0 10px;
      margin:0;
  }
}

@media screen and (max-width: 480px) {
  .orderable-products-list__item .orderable-product__content-wrap {
      padding: 10px 10px 15px 0px;
  }
}

.blockUI.blockOverlay {
    display: none !important;
}