.owp-product-nav-wrap{
  display: none !important;
}
.woocommerce-product-details__short-description{
    margin-top: unset !important;
    margin: 20px auto;
  }
  .single .entry-title{
    border-bottom: unset !important;
    padding: unset;
  }
  
  .summary.entry-summary .posted_in {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color:  #2A084AA1;
    padding-bottom: 10px;
    display: block;
  
  }
  
  .summary.entry-summary .posted_in a{
    color:  #2A084A91;
  }
  
  .summary.entry-summary .uzazi-product-price.price *  {
    font-weight: 700 !important;
    font-size: 29px !important;
    line-height: 39.99px;
  }
  .uzazi-product-price.price del{
    text-decoration: line-through !important;
    text-decoration-color: #2A084A !important;
    -moz-text-decoration-color: #2A084A !important;
    opacity: unset ;
  }
  
  .uzazi-product-price.price del .amount{
    color: #F493BB !important;
    opacity: .7;
  }
  .summary.entry-summary .custom-product-qty{
    max-width: unset !important;
    border: unset !important;
  }
  .quantity .qty, .quantity .minus, .quantity .plus{
    border: 0px solid white !important;
  }
  .quantity .minus{
    border: 0px solid white !important;
  }


  .summary.entry-summary .custom-product-qty.minus{
    color: #F493BB !important;
  }


  .summary.entry-summary .custom-product-qty.plus{
    color: #2A084A !important;
  }
  
  .summary.entry-summary .custom-product-qty.product-qty-input, .owp-floating-bar .custom-product-qty{
    border: unset !important;
    font-weight: 600;
    font-size: 24px !important;
    line-height: 33px;
    height: unset;
    background-color: unset !important;
  }

  .summary.entry-summary .custom-product-qty.product-qty-input, .owp-floating-bar .custom-product-qty 
  
  .owp-floating-bar .custom-product-qty.product-qty-input{
    background-color: unset !important;
  }
  
  .summary.entry-summary .quantity-label{
    font-weight: 600;
    font-size: 24px !important;
    line-height: 33px;
    color: #000530 !important ;
    padding-right:10px;
    float: left;
  }

  .cart-button-container{
    justify-content: space-between;
    padding-top: 2rem;
    max-width: 100%;
  }
  .cart-button-container>*{
    flex-grow: 1;
  }
  
  .single_add_to_cart_button.button{
    border-radius: 50px;
    background: #2A084A;
    color: #F492BB;
    font-weight: 700;
    width: fit-content;
    max-width: fit-content;
    display: flex;
    align-items: center;
    padding:  2.2rem 2.6rem !important;
    font-size: calc(10px + (17 - 11) * ((100vw - 300px) / (1600 - 300))) !important;
    line-height: calc(1em + (1.2 - 1) * ((100vw - 300px)/(1600 - 300))) !important;
    font-family: 'Open Sans', sans-serif;
  }

  .single_add_to_cart_button.button .icon{
    padding-right: 14px;
  }
  



  .onsale{
    background-color: #F493BB !important;
  }

  .product-summary-header{
    display: flex !important;
    justify-content: center;
  }
  
  .woocommerce div.product div.summary{
    /* min-width: 30st0px !important; */
    max-width: 100% !important;
  }

  @media only screen and (max-width: 991px){
    .container, .container-md, .container-sm{
      padding: 0px 0px !important;
    }

    
    .product-summary-header{
      flex-direction: column !important;
    }

    .product-summary-header>div{
      width: 100% !important;
    }

    .product-image-nav{
      flex-grow: 1;
    }

    .single_add_to_cart_button.button{
      padding: 14px 20px !important;
    }
    .single_add_to_cart_button.button .icon{
      padding-right: 10px;

    }

  }

  input[type=button],  input[type=reset], input[type=submit], button[type=submit], .button, span.btn, body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button{
    background-color: #2A084A !important;
  }

  @media only screen and (max-width: 991px) {
  
    .container {
        max-width: 807px;
        padding: 10px 20px !important; 
    }
  
    .woocommerce div.product h2{
      font-family: Open Sans;
      /* font-size: 21.07px; */
      font-weight: 700;
      /* line-height: 28.7px; */
    }
    .woocommerce div.product h3{
      
      font-family: Open Sans;
      font-size: 17.56px;
      font-weight: 700;
      /* line-height: 23.92px; */
    }
  
    .woocommerce div.product p {
      font-family: Open Sans;
      font-size: 17.56px;
      font-weight: 400;
      /* line-height: 23.92px; */
    }
  }
  
  @media only screen and (max-width: 767px) {
    
    .woocommerce-product-gallery__wrapper .product-slider, .product-container-thumbs .swiper-wrapper{
      width: 100% !important;
    }

    .single_add_to_cart_button.button .icon{
      padding-right: 10px;
    }
  }
  
  

  @media screen and (max-width: 422px) {
    .cart-button-container>*{
      flex-grow: 1;
      max-width: 45%;
      margin-right: auto;
    }

    .product-image-nav{
      display: none !important;
    }
    .single_add_to_cart_button.button .icon{
      padding-right: 5px;
    }
  }

  @media screen and (min-width: 422px) {
      .cart-button-container{
        max-width: 90%;
      }

      .cart-button-container>*{
        flex-grow: 1;
        max-width: 45%;
        margin-right: auto;
      }
    
  }