/*
 Theme Name:   Divi Child
 Theme URI:    
 Description:  Divi Child Theme
 Author:       Dan Stoica
 Author URI:   http://terrabit.ro
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  Divi-child
*/

#footer-bottom {
    padding: 1px 0 0px;
}

html { 
  /*background: url(http://magazinuldevopsele.ro/wp-content/uploads/2016/03/high-definition-material-paint-theme-1-lum-1.jpg) no-repeat center center fixed; */
   background: url(http://magazinuldevopsele.ro/wp-content/uploads/2016/04/back.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body{
  background:transparent;
}
#main-content {
  background:transparent;
}

@media only screen and ( min-width:981px ) {
    /* Set the short_slider height */
    .short_slider, .short_slider .et_pb_container { 
        height: 200px !important; 
    }
    .short_slider, .short_slider .et_pb_slide { 
        max-height: 200px; 
    }
    .short_slider .et_pb_slide_description { 
        position: relative; 
        top: 15%; 
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important; 
    }
}

/*--breadcrumbs--*/
.woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #333333;
}

/*link categs*/
.posted_in a {
	color: #2ea3f2;
	font-weight: 500;
	text-decoration: none;
}

/* Product name */
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
	padding: 0.3em 0;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
	//text-align: center;
	font-size: 19px;
}

/* Price */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
	margin: 0!important;
	color: #666!important;
	font-size: 16px;
	//text-align: center;
}

.et_overlay {
background: rgba(255, 255, 255, 0.3);
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align:center;
}
.woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
	float:none;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/* Star Rating */
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
	margin-left:auto;
	margin-right:auto;
	/*margin: 4px 0 0.3em 20px !important;*/
}

.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
	color: #ccc !important;
	content: "\53\53\53\53\53" !important;
}

/*4 columns products*/
.woocommerce ul.products li.product { 
	width: 21% !important;
	margin: 2% !important;
	clear: none !important;
}
.woocommerce ul.products li.product:nth-child(4n+1) {
	clear: both !important;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
    .woocommerce ul.products li.product.first, .woocommerce ul.products li.product.last {
        clear: right !important;
    }
    .woocommerce ul.products li.product:nth-child(4n+1) {
         clear: none !important;
    }
}

/*--footer fixed--*/
#main-footer {
position: fixed;
width: 100%;
bottom: 0;
}
/* Set footer height */
body #main-footer {
/*height: 75px ;*/
}
#main-content {
    margin-bottom: 45px;
}
.bottom-nav {
	padding: 15px 0;
	text-align:center;
}
