/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
.content_scene_cat {
  color: #d7d7d7;
  line-height: 19px;
  margin: 0 0 20px 0;
}
.content_scene_cat .content_scene_cat_bg {
  padding: 0px;
}
.content_scene_cat .content_scene_cat_bg .cat_desc {
  z-index: 2;
  position: absolute;
  top: 0;
  padding: 40px;
}
@media (max-width: 999px) {
  .content_scene_cat .content_scene_cat_bg .cat_desc {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .content_scene_cat .content_scene_cat_bg .cat_desc {
    display: none;
  }
}
.content_scene_cat .content_scene_cat_bg p {
  margin-bottom: 0;
}
.content_scene_cat .content_scene_cat_bg a {
  color: #fff;
}
.content_scene_cat .content_scene_cat_bg a:hover {
  text-decoration: underline;
}
.content_scene_cat .content_scene_cat_bg .content_scene {
  color: #777;
}
.content_scene_cat .content_scene_cat_bg .content_scene a {
  color: #777;
}
.content_scene_cat .content_scene_cat_bg .content_scene a:hover {
  color: #515151;
}
.cat_desc_container {
  border: 1px solid #dddddd;
  padding: 15px;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  .cat_desc_container {
    padding: 10px;
  }
}
/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
/*
 #subcategories p.subcategory-heading {
  font: 12px/14px "Open Sans", sans-serif;
  color: #555454;
  border-bottom: 1px solid #dddddd;
  text-transform: uppercase;
  padding: 6px 5px 10px 0px;
  margin-bottom: 20px;
  margin-top: 0px; }
#subcategories ul li {
  text-align: center;
  margin-bottom: 10px; }
  #subcategories ul li h5 {
    overflow: hidden;
    height: 20px;
    margin-top: 4px;
    line-height: 20px;
    margin-bottom: 0px; }
  #subcategories ul li .subcategory-image a {
    display: block;
    border: 1px solid #dddddd; }
    #subcategories ul li .subcategory-image a img {
      max-width: 100%;
      vertical-align: top; }
  #subcategories ul li .cat_desc {
    display: none; }
*/
.product-image-container a {
  border: 0;
}
.product-image-container a img {
  border: 0;
  min-height: 131px;
}
@media (max-width: 992px) {
  .product-image-container a img {
    min-height: initial;
  }
}
h5.product-name-container {
  line-height: 25px;
  height: auto;
}
h5.product-name-container a.product-name {
  font-size: 22px;
  line-height: 25px;
}
.product-desc {
  font-family: 'Playfair Display', Garamond, serif;
  font-size: 16px!important;
  font-style: oblique;
  margin: 9px 0 1px;
}
.content_price {
  padding: 0;
}
.content_price .price {
  font-size: 14pt!important;
  line-height: 21px;
}
.subcategoria {
  border-top: 1px;
  border-bottom: 1px;
  text-align: center;
  font-family: 'Playfair Display', Garamond, serif;
  font-size: 25px!important;
  text-transform: uppercase;
  line-height: 25px;
  padding: 4px 0;
  margin-top: 24px;
  margin-bottom: 32px;
}
.subcategoria:first-of-type {
  margin-top: 22px;
}
body.category .cbp-sticky .cbp-hrmenu-tab-12 {
  display: initial!important;
}
body.category .cbp-sticky .cbp-hrmenu-tab-11:after {
  display: initial;
}
.rte.desc {
  margin-top: -18px;
  font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 21px;
}
.rte.desc p {
  margin-bottom: 0;
}
.rte.desc.second-desc {
  text-align: justify;
  width: 90%;
  margin: 0 5%;
}
.rte.desc.second-desc p {
  margin-bottom: 10px;
}

.reviews_list_stars-clear{display:none;}


.custom-label{position: absolute; top:0; 
	left:20px;padding: 5px 20px 5px 30px;width:1px;font-size:1px !important; 
	color:white;
	width: 100%;
	height: 50px;
font-size: 16px;
font-weight: bold;}
.custom-label:before{
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    width: 100%;
    height: 130%;
    content: "";
    transform: translateY(-56%);
    background: transparent url(/img/custom/black_friday.svg) no-repeat;
}

.product-image-container-goodyear img{width: 70%;}

.custom-label-hormas:before{
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    width: 100%;
    height: 130%;
    content: "";
    transform: translateY(-56%);
    background: transparent url(/img/custom/hormas.svg) no-repeat;
    
}


.custom-label-new:before{
    position: absolute;
    top:95%;
    left: 0;
    display: block;
    width: 100%;
    height: 130%;
    content: "";
    transform: translateY(-56%);
    background: transparent url(/img/custom/new.svg) no-repeat;

}

@media (max-width: 991px) {
	.right-block{margin-top:-4px;}
	.reviews_list_stars{margin-top: -4px !important;}
	h5.product-name-container {
	  line-height: 0;
	  height: auto;
	}
	h5.product-name-container a.product-name {
	  font-size: 16px;
	  line-height: 25px;
	}

	.subcategoria {
	   font-size: 18px!important;
	 }
	 
	 .subcategoria {
	  margin-top: 5px;
	  margin-top: 5px;
	}
	.custom-label:before{
	    top: 10%;
    	left: -20px;
    	background-size: contain;
    	height: 85%;
	}	
	
	.custom-label-new:before{
		max-width: 25%;
    	top: 20px;
	}
	.product-desc{display: none;}
	.product-container{margin: 10px 5px;}
	.product-image-container-goodyear img{width: 80%;}
}

.custom-label-premium{
    font-family: Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
    font-size: 0.8em;
    font-weight: normal;
    background-color: #13352c;
    padding: 4px 10px;
    border-radius: 3px;
    display: inline-block;
    color: white;
    height: 30px;
    vertical-align: bottom;}


@media (max-width: 767px) {
  .custom-label-premium{
   margin-top: 5px;
    height: 100%;
  }
}