/*
	Theme Name: HTML5 Blank
	Theme URI: http://
	Version: 1.0
	Author: MDA
	Author URI: http://mda.pl
*/
section.slider div.slides div.slide h2 {
	opacity: 0.65;
/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";

/* IE 5-7 */
  filter: alpha(opacity=65);
}

/*product pages - transparent background*/
section.product div.box div.details {
   /* Fallback for web browsers that doesn't support RGBa */
    background-color: rgb(236, 236, 236) transparent !important;
    /* RGBa with 0.7 opacity */
    background-color: rgba(236, 236, 236, 0.5) !important;
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
:root section.product div.box div.details {
    background-color: rgb(236, 236, 236) \0/IE9 !important; /* IE9 */
}
section.product div.box div.details > div {
background: none;
}

section.collections .description h2 {
    width: 100%;
	text-align: justify;
}

 /* section.product div.box div.details div.sf.dedicated p {
	line-height: 22px;
} */

@media all and (min-width: 1279px) {
	.noactive_menu {
		background-color: transparent !important;
		background-image: url("img/gfx_menu.png") !important;
}
}

section.collection span.desc p {
    font-size: 100%;
}
