/********************************************************
			Template Custom Styles
********************************************************/
.owl-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}
.owl-carousel .owl-item:hover a img {
  border-color: blue;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}
.owl-page.active,.owl-page:hover{
    background-color: #000000;
    cursor: default;
}
.owl-page{
    border: 2px solid #000000;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    width: 12px;
}
.owl-pagination{text-align:center;}
/* mouse grab icon */
.grabbing {
  cursor: url("../img/themeimage/grabbing.png") 8 8, move;
}

.customNavigation,.owl-buttons {
	z-index: 959;
	width: 100%;
	direction: ltr !important;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.customNavigation .btn,
.owl-buttons div,
 .swiper-navigation .btn {
	background-size: 12px;
	background-position: center;
	background-repeat: no-repeat;
	/*background-color: #60be74;*/
	background-color: ##3c8551;
	position: absolute;
	padding: 0;
	height: 35px;
	width: 35px;
	top: 40%;
	left: 0;
	cursor: pointer;
	overflow: hidden;
	font-size: 0;
	border-radius: 50%;
}

	.customNavigation .btn:hover,
	.owl-buttons div:hover,
	.swiper-navigation .btn:hover {
		background-color: #000000;
	}

.customNavigation a.prev,.owl-buttons .owl-prev {
	background-image: url('../img/themeimage/pst-prod-prev.svg');
    left: 0;
    right: auto;
}


.customNavigation a.next,.owl-buttons .owl-next {
	background-image: url('../img/themeimage/pst-prod-next.svg');
    right: 0;
    left: auto;
}

.customNavigation a.prev:hover,.owl-buttons .owl-prev:hover,
.customNavigation a.next:hover,.owl-buttons .owl-next:hover{
	background-color: #393d38;
}
.homeblog-inner .customNavigation{
	top:55%;
}
.tm-hometabcontent .customNavigation .btn {
    top: 45%;
}
.brands .customNavigation .btn {
    background-size: 9px;
    height: 25px;
    width: 25px;
    top: 40%;
    z-index: 997;
}
#categorycmsblock .owl-buttons div {
	top: 35%;
}


@media (min-width: 1300px){
	.customNavigation a.prev, .owl-buttons .owl-prev {
		left: -25px;
	}
	.customNavigation a.next, .owl-buttons .owl-next {
		right: -25px;
	}
	.brands .customNavigation a.prev {left: 0;}
	.brands .customNavigation a.next {right: 0;}
}
@media (min-width: 1500px){
	.customNavigation a.prev, .owl-buttons .owl-prev {
		left: -40px;
	}
	.customNavigation a.next, .owl-buttons .owl-next {
		right: -40px;
	}
}
@media (min-width: 992px){
	.customNavigation,.owl-buttons{
		opacity:0;
		-webkit-opacity:0;
		-khtml-opacity:0;
		-moz-opacity:0;
		transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
	}
	.products:hover .customNavigation, .homeblog-inner:hover .customNavigation, .products:hover .owl-buttons .owl-buttons, #categorycmsblock:hover .owl-buttons {
		opacity: 1;
		-webkit-opacity: 1;
		-khtml-opacity: 1;
		-moz-opacity: 1;
		transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
	}
}
@media (max-width: 991px) {
	#main .images-container .js-qv-mask { margin:0px; }
	.customNavigation .btn, .owl-buttons div, .swiper-navigation .btn{
		top: 42%;
	}
}
#tmleftbanner img,
#tmrightbanner img{
	max-width: 100%;
	border-radius: 15px;
/* Cambiar título Subcategorías */
#subcategories .subcategory-heading {
    visibility: hidden;
    position: relative;
    font-size: 0 !important;
}

#subcategories .subcategory-heading::before {
    content: "Elige tu caja";
    visibility: visible;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    color: #333;
}

/* Ocultar botones cuadrícula/lista */
.products-selection .display-icons,
#js-product-list-top .display {
    display: none !important;
}

/* Más espacio en Ordenar por */
.products-selection {
    padding: 15px 0 !important;
    margin-bottom: 15px !important;
}
#subcategories .subcategory-heading { font-size: 0 !important; }
#subcategories .subcategory-heading::before { content: "Elige tu caja"; font-size: 15px; font-weight: 600; text-transform: uppercase; display: block; color: #333; }
#js-product-list-top .display { display: none !important; }
.products-selection { padding: 15px 0 !important; margin-bottom: 15px !important; }