
#content {
  min-height: 600px;
}

#main {
  padding: 6px 0 40px 0 !important;
}

html, body, body.page, .wf-container > * {
  font: normal normal normal 14px / 22px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  word-spacing: normal;
  color: #888888;
}

.content table, .content td, .content th {
  border-color: #dadee1;
}

.woocommerce img, .woocommerce-page img {
  height: auto;
  max-width: 100%;
}

/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}


.sidebar-right .content, .sidebar-left .sidebar {
  padding-right: 20px !important;
}

.sidebar-right .sidebar {
  float: left !important;
}

.sidebar-right .content {
  float: right !important;
}

.attachment-shop_thumbnail {
  margin-right:3px;
}


.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {}

/* CATEGORIES PRODUCTS CSS */

.box-products-page-title {
  width:100%;
  text-align:center;
  margin:30px 0 50px 0;
}
.products-page-title-line {
  display:inline-block;
  border:2px #1e73be solid;
  width:50%;
  position:relative;
  height:0px;
}
.products-page-title {
  color: #fff;
  background-color:#1e73be;
  padding:4px 17px;
  
  max-width: 200px;
  margin: 0px auto;
  position: relative;
  border:14px #fff solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  margin-top:-14px;
}

.box-category-products {
  width:30%;
  height:285px;
  float:left;
  margin-right:2%;
  margin-top:7px;
  border:1px solid #333;
}

.box-category-products-img {
  width:100%;
  height:85%;
  background-repeat: no-repeat;
  background-size:cover;
  background-position: 0 0;
}



.box-category-products-text {
  text-align:center;
  background-color: #333;
  width:100%;
  height:15%;
  position:relative;
}


.category-products-box-title {
   display: table;
   width: 100%;
   height:100%;
}
.category-products-title {
   display: table-cell;
   text-align: center;
   vertical-align: middle; /* Codi per centrar*/
   color:#fff;
   font-size:15px;
   text-transform:uppercase;
   line-height: 18px;
   padding-left: 50px;
   padding-right: 7px;
}

.page-template-page-products-php .content {
  width: 74%;
}

.button-open-subcategories {
  position:absolute;
  top: 7px;
  left:5px;
}

.button-open-subcategories-img {
  position:absolute;
  height:30px;
  width:30px;
  cursor:pointer;
}

.category-img {
  width:100%;
}

.box-subcategories {
  position:absolute;
  bottom:100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  width:100%;
  padding:7px 10px;
  background-color:#195B8B;
  
  opacity: 0;
  filter: alpha(opacity=0); /* internet explorer */

  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; 
}

.box-subcategories.toggled {
  opacity: 0.9;
  filter: alpha(opacity=90); /* internet explorer */
}


.list-subcategories {
  padding:0 !important;
  margin:0 !important;
}
.list-subcategories li {
  list-style:none;
  text-align:left;
}
.list-subcategories li a {
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
}

/* Subcategories */


.item-menu-subcategory {
   display: table;
   width: 270px;
   height: 65px;
   background-color: #aaa;
   margin-top: 9px;
   
   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
   -moz-box-sizing: border-box;    /* Firefox, other Gecko */
   box-sizing: border-box;         /* Opera/IE 8+ */
   
   float:left;
   margin-right:10px;
   padding:5px 2px;
   position:relative;
}
.item-menu-subcategory:nth-child(3n + 2) {
  clear:both;
}

.item-menu-subcategory .list-sub-cats {
  list-style:none;
  position:absolute;
  left:0px;
  top: 100%;
  width:100%;
  margin:0px;
  max-height:0px;
  overflow:hidden;
  
  z-index: 99999;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out; 
}

.item-list-sub-cats {
  padding:3px 10px;
  background-color:#999;
}

.item-list-sub-cats a {
  color:#fff;
  text-decoration:none;
}

.item-menu-subcategory .list-sub-cats.selected {
  max-height:300px;
}

/* .item-menu-subcategory.sub-cats .item-menu-subcategory-title {
  background-repeat: repeat-y;
  background-position: 4px center;
  background-image: url(/wp-content/uploads/2015/01/button_responsive.png);
} */

.item-menu-subcategory.sub-cats .item-menu-subcategory-title:before {
  content: url(/wp-content/uploads/2015/01/button_responsive.png);
  position:absolute;
  color:#000;
  height:10px;
  font-size:17px;
  margin-left: -33px;
  margin-top: 0px;
}

.item-menu-subcategory.selected {
   background-color: #333;
}

.item-menu-subcategory-title {
   cursor:pointer;
   display: table-cell;
   text-align: center;
   vertical-align: middle; /* Codi per centrar*/
}

.item-menu-subcategory-title a,
.item-menu-subcategory-title a:hover {
   color:#333;
   font-size:17px;
   text-transform:uppercase;
   text-decoration:none;
}

.item-menu-subcategory.selected a {
  color:#fff;
}


/* MENU DESPLEGABLE PRODUCTES */

#presscore-custom-menu-1-2 .menu-item-type-custom li a {
  line-height:15px !important;
}
#presscore-custom-menu-1-2 .menu-item-type-custom, .menu-item-type-custom li {
  margin-top:0px !important;
}

#presscore-custom-menu-1-2 .menu-item-type-custom ul {
  margin:0px 0 0px 17px !important;
  overflow:hidden;
  max-height:0px !important;
  
  -webkit-transition: max-height 0.7s;
  transition: max-height 0.6s;
  -moz-transition: max-height 0.6s;
  -o-transition:  max-height 0.6s;
  -ms-transition: max-height 0.6s;
}

#presscore-custom-menu-1-2 .menu-item-type-custom.open ul {
  /* display:block !important; */
  max-height:400px !important;
}

#presscore-custom-menu-1-2 .item-menu-subcategory.selected .item-menu-subcategory-title a {
   color:#fff;
}

/* FI MENU DESPLEGABLE PRODUCTES */


/* Products subcategory */

.category-description {
  margin:11px 0 31px 0;
}

.subcategory-description {
  margin:0 0 11px 0;
}

.list-products-subcategory {
  clear:both;
  margin-top: 40px;
  display:none;
}


.list-products-subcategory.selected {
  display:block;
}

.list-products-subcategory .product {
  clear:both;
  border-bottom:21px solid #fff;
  border-top:21px solid #fff;
  padding:0 0 0 0;
  /* background-color:#ccc; */
 background-color:#E5E5E5;
}
.line-inter-products {
  border-top:1px solid #bbb;
}

.list-products-subcategory .product:first-child {
  border-top:none;
}

.product-img {
  float:left;
  width:20%;
  background-color:#fff;
  line-height: 0;
  
  margin:0.7% 0.7% 0 0.7%;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
   box-sizing: border-box;         /* Opera/IE 8+ */
  
}

.product-info {
  float:left;
  padding-top:15px;
  padding-bottom:11px;
  padding-left:4%;
  width:78%;

  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
   box-sizing: border-box;         /* Opera/IE 8+ */
   
  background-color:#fff;
  min-height:200px;
}


.product-title .product-title-link {
  font-size:21px;
  color:#000;
  text-decoration:none;
}

.product-content {
   color:#555;
   font-size:14px;
   margin-top:9px;
   padding-right: 24px;
}

.product-campos {
  margin-top:17px;
  display: table;
  width: 95%;
}

.product-gallery {
 margin-top:17px; 
}


.product-campos .campo {
  border-right:1px #aaa solid;
  display: table-cell;
  width:25%;
  padding:0 1%;
  
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
   box-sizing: border-box;         /* Opera/IE 8+ */
}

.product-campos .campo:first-child {
  border-left:1px #aaa solid;
}

.campo-title {
  display: block;
  color:#000;
  font-weight:bold;
}
.campo-info {
  margin-top:7px;
  display: inline-block;
  color:#444;
}

.product-no-content {
  border-right:1px #aaa solid;
  float:left;
  width: 20%;
  padding: 0 2%;
  margin-top:37px;;
}

.product-no-content .product-title {
  height: 56px;
  font-size:21px;
  margin-bottom:17px;
}


.product-no-content .product-img {
  width:100%;
}
.product-no-content .product-img img {
  width:100%;
}



.product-campos .campo-row {
  display:table-row;
  width:100%;
  padding:1% 1%;
  margin-top:7px;
  
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
   box-sizing: border-box;         /* Opera/IE 8+ */
}

.campo-row .campo-title {
   border:1px #aaa solid;
  display:table-cell;
  width:50%;
  color:#000;
  font-weight:bold;
  padding:7px 11px;
}
.campo-row .campo-info {
  border:1px #aaa solid;
  margin-top:7px;
  display:table-cell;
  width:50%;
  color:#444;
  padding:7px 11px;
}


@media screen and (max-width: 1204px) { /* RESPONSIVE MEU */

  .box-category-products {
    width: 47%;
  }
  .box-category-products-img {
    overflow:hidden;
  }

}

@media screen and (max-width: 580px) { /* RESPONSIVE MEU */

  .box-category-products {
    width: 100%;
  }

}