/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Mohamad Omeirat
 Author URI:     www.werbeagentur-attendorn.de
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/* Page loading animation */
#divi-load {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: -6px;
  width: 0px;
  height: 3px; /** Change the thickness of the bar here **/
  background: #ffa500; /** Change the colour of the bar here **/
  -moz-transition: width .7s;
  -ms-transition: width .7s;
  -o-transition: width .7s;
  -webkit-transition: width .7s;
  transition: width .7s ease-out; /** Change how long it takes for the bar to load here, be sure to mend the browser prefixes too **/
}

/*/
/* Primary Styles
/*/
a{
  color: #bf3d3d;
}
a.button,
button{
  background-color: #282828 !important;
  color: #fff !important;
  font-weight: bold !important;
  border-radius: 0 !important;
}
button:hover{
  background-color: #bf3d3d !important;
}

/*/
/* HEADER
/*/

#main-header{
	box-shadow: none;
}
.logo_container{
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
.mobile_menu_bar::before{
  color: #b61917;
}
.et_mobile_menu{
  border-color: #b61917;
}
.et_mobile_menu li a, .nav li li a {
    font-size: 11px;
}
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a,
#top-menu li a:hover{
	color: #b61917 !important;
}
#top-menu li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #b61917;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;
}

#top-menu li a:hover:before,
#top-menu li a:focus:before {
  visibility: visible;
  transform: scaleX(1);
}
#top-menu li li {
  width: 100%;
}
#top-menu li li:hover:before,
#top-menu li li:focus:before{
  transform: none;
}
#top-menu li li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  bottom: 0;
  left: 0;
  background: #b61917;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;
}

.single-product #main-content .container:before { display: none; }
.single-product #left-area { width: 100%; padding: 0!important; }
.et-cart-info { display:none; }

.woocommerce-page ul.products li.product {
  clear: none;
  margin: 0;
  width: 25%;
  padding: 25px;
  text-align: center;
  display: inline-block;            
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-bottom: -1px;
}

.et_overlay::before, .et_pb_bg_layout_light .et_pb_more_button, .et_pb_bg_layout_light .et_pb_newsletter_button, .et_pb_bg_layout_light .et_pb_promo_button, .et_pb_bg_layout_light.et_pb_module.et_pb_button, .et_pb_contact_submit, .et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active, .et_pb_member_social_links a:hover, .et_pb_pricing li a, .et_pb_pricing_table_button, .et_pb_sum {
    color: #bf3d3d;
}

.woocommerce-loop-product__title,
.woocommerce-Price-amount{
  font-weight: bold;
  color: #000;
}
.woocommerce-Price-amount:hover{
  color: #bf3d3d;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  border: 1px solid #282828 !important;
  background: #fff;
  color: #282828 !important;
}
.woocommerce-info a {
  color: #bf3d3d !important;
}
.nav li ul {
  border-color: #b61917 !important;
}
#coupon_code{
  font-size: 16px !important;
}
.woocommerce span.onsale, 
.woocommerce-page span.onsale{
  background-color: #b61917 !important;
}

@media(min-width: 1024px){
  #top-menu li{
    padding-right: 50px;
  }
  #top-menu li li a {
    width: 100%;
  }
  .nav li ul {
    width: 240px;
  }
}