/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.18.0.1706021656
Updated: 2024-01-23 14:54:16

*/

.container_only_professionals {
  width: 100%;
  padding: 25px;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 14px;
  border: 2px solid #5062dc;
}

@media screen and (min-width: 1024px) {

}

.container_only_professionals p {
  margin-bottom: 10px;
  border-bottom: 1px solid #5062dc;
  padding-bottom: 5px;
  font-weight: bold;
}

.professionals-only span.link {
  display: block;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.professionals-only span.link a {
  padding: 15px 20px;
  color: white;
  background-color: #5062dc;
}

.notice {
  width: 450px;
  padding: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 14px;
  border: 2px solid #5062dc;
}

.notice .button {
  padding: 15px 20px;
  color: white;
  background-color: #5062dc;
}


.woocommerce-account .woocommerce h2 {
  text-align: center;
  margin-bottom: 20px;
}


.woocommerce-account form.woocommerce-form-login {

  width: 400px!important;
  margin: 0 auto!important;
  display: block;
  border-radius: 15px;
}


/* banner */



 .banner {
            width: 100%;
            background-color: #22284c;
            color: #fff;
            padding: 20px;
            position: fixed;
            bottom: 0;
            left: 0;
            z-index: 1002;
            border-top:2px solid white;
}


.banner-content {
            display: flex;
            margin:  0 auto;
            flex-direction: column;
}


@media  (min-width: 768px) { 

     .banner-content {
            max-width: 90%;
    }
}


.banner-content p.banner-notice { 
    margin-bottom: 1em;
    line-height: 1.4;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: -0.025rem;
    color: white;
    border-bottom: 1px solid white;
    margin-bottom: 10px;
    padding-bottom:  5px;
}

.banner-content button {

            background-color: transparent;
            color: white;
            border: none;
            font-size: 1em;
            border-radius: 5px;
            padding: 6px 12px;
            cursor: pointer;
            align-self: flex-end;
            border:1px solid white;
            margin-bottom: 10px;

        }




ul.evomed-products-loop {

  display: flex;
  flex-direction: column;
  margin-top: 30px;
  width: 100%;
}

li.evomed-product {
  list-style: none;
  margin-bottom: 30px;
  display: flex;
}

.evomed-product-thumbnail {
  width: 25%;
}

.evomed-product-content {
  padding: 0 20px;
  width: 75%;
}

@media (min-width: 768px) {

  .evomed-product-thumbnail {
    width: 15%;
  }

  .evomed-product-content {
    padding: 0 20px;
    width: 85%;
  }

}

@media (min-width: 1024px) {

  .evomed-product-thumbnail {
    width: 10%;
  }

  .evomed-product-content {
    padding: 0 20px;
    width: 90%;
  }

}


.evomed-product-thumbnail img{

  border: 1px solid #333;
  margin-right: 25px;

}

form.category-filter {
  display: block;
  clear: both;

}

form.category-filter label {
  font-weight: 200;
  margin-right: 10px;
  font-size: 0.9em;

}

.woocommerce div.product form.cart .variations p.price {
  text-align: right;
}

.woocommerce div.product form.cart .variations p.price span.woocommerce-Price-amount  {
  float: right;
}

.woocommerce div.product form.cart .variations td.value {

    width:  185px!important;
}


#left-area {
  width: 100%!important;
}

#main-content > div.container::before {

  color: #fff!important;
  width: 0;
  display: none!important;
}


button[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}
