/***************************************************** PRODUCTOS DESCRIPCION **************************************************/
.sect_productos_descripcion{
	padding: 50px 0;
}
/**/
.sect_productos_descripcion .carousel-item{
	border: 1px solid #ededed;
}


/**/
.sect_productos_descripcion .carousel-control-prev{
	width: 60px;
    height: 60px;
    background: #000;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    left: 20px;
}
.sect_productos_descripcion .carousel-control-next{
	width: 60px;
    height: 60px;
    background: #000;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    right: 20px;
}
/**/
.sect_productos_descripcion .carousel-indicators{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
    position: relative;
	justify-content: space-between;
	width: 100%;
    margin: 0;
    bottom: auto;
    margin-top: 10px;
}

.sect_productos_descripcion .carousel-indicators>li{
	width: 23%;
	height: auto;
	border: 1px solid #ededed;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.sect_productos_descripcion .carousel-indicators>li.active{
	border-color: #04A0D7;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.sect_productos_descripcion .carousel-indicators>li>img{
	display: block;	
}
/**/
.box_producto_descrip .box_head{
	border-bottom: 1px solid #ededed;
}
.list_stars{
	padding-left: 0;
	list-style: none;
	margin-bottom: 5px;
}
.list_stars>li{
	display: inline-block;
}
.list_stars>li svg .fa-secondary{
	color: #ffe000;
}
.list_stars>li svg .fa-primary{
    color: #fb8c00;
}
/**/
.box_producto_descrip .box_head h3{
	font-size: 40px;
	font-weight: 800;
}
.box_producto_descrip .box_body{
	padding: 20px 0;
}
.box_producto_descrip .box_body p{
	font-size: 17px;
    font-weight: 300;
    text-align: justify;
}
/**/
.btn_cant{
	width: 40px;
    outline: none;
    box-shadow: none;
    border: 1px solid #ccc;
        padding: 10px;
}
.btn_add{
	padding: 10px;
	background: #fb8c00;
	color: #fff;
	font-weight: 600;
	margin-left: 20px;
	cursor: pointer;
	border: 0;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
.btn_add:hover{
	background: #000;
	color: #fff;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}
/**/
.box_categorias{
	margin-top: 20px;
}
.box_categorias h6{
	font-weight: 700;
	color: #25407F;
}
.box_categorias h6 span{
	color: #000;
}
/**/
@media(max-width: 991px){
	.order1{
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	-o-order: 1;
	order: 1;
	}
	.order2{
		-webkit-order: 2;
		-moz-order: 2;
		-ms-order: 2;
		-o-order: 2;
		order: 2;
	}
	.box_producto_descrip{
		margin-bottom: 30px;
	}
}
@media(max-width: 767px){
	.sect_productos_descripcion .carousel-control-prev {
	    width: 40px;
	    height: 40px;
	}
	.sect_productos_descripcion .carousel-control-next {
	    width: 40px;
	    height: 40px;
	}
}
@media(max-width: 600px){
	.box_producto_descrip .box_head h3 {
	    font-size: 25px;
	}
	.box_producto_descrip .box_body p {
	    font-size: 15px;
	}
}
/*********************************************** END PRODUCTO DESCRIPCION **********************************************/
/***************************************** SECTION PRODUCTOS ****************************************/
.sect_productos{
	padding: 50px 0;
}
.productos .item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap; 
	justify-content: space-around;
}
.productos .box_productos{
	width: 22%;
}
/**/
.productos .owl-nav{
	position: absolute;
    top: -82px;
    right: 10px;
}
.productos .owl-nav [class*=owl-] {
    background: #ff5c00;
    font-size: 20px;
    padding: 0px 10px;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.productos .owl-nav [class*=owl-]:hover {
    background: #000;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.box_productos{
	box-shadow: 0 2px 3px 0 rgba(100,100,100,.3);
	margin-bottom: 30px;
}
.box_productos .box_head{
	position: relative;
}
.box_productos .box_head .caption_productos{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.caption_productos:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00b9fb;
	opacity: .5;
}
.box_productos:hover .box_head .caption_productos{
	opacity: 1;
	-webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.caption_productos>a{
        display: block;
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 20px;
    font-size: 25px;
    padding: 15px;
    color: #fff;
    border-radius: 50%;
    background: #000;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.caption_productos>a:hover{
    background: #fb8c00;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
.box_productos .box_body h4{
	font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}
.box_productos .box_body .list_stars{
	padding-left: 0;
	list-style: none;
	margin-bottom: 5px;
	text-align: center;
}
.list_stars>li{
	display: inline-block;
}
.list_stars>li svg .fa-secondary{
	color: #ffe000;
}
.list_stars>li svg .fa-primary{
    color: #fb8c00;
}
/**/
.box_productos .box_foot{
	padding: 10px;
	padding-bottom: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.box_productos .box_foot .btn_cotizar{
	display: block;
    background: #04A0D7;
    padding: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    font-size: 12px;
    border-radius: 3px;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_productos .box_foot .btn_cotizar:hover{
	background: #25407F;
	color: #fff;
	-webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_productos .box_foot .btn_wsp{
	display: block;
    background: #21d600;
    padding: 5px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 3px;
    text-decoration: none;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.box_productos .box_foot .btn_wsp:hover{
	background: #000;
	-webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
/**/
@media(max-width: 991px){
	.productos .box_productos {
	    width: 31%;
	}
}
@media(max-width: 767px){
	.productos .box_productos {
	    width: 47%;
	}
	.title_general .title_left>span{
		display: none;
	}
}
@media(max-width: 480px){
	.productos .box_productos {
	    width: 100%;
	}
}
@media(max-width: 400px){
	.title_general .title_left h5 {
	    font-size: 12px;
	}
}
/******************************************* END SECTION PRODUCTO **************************************/
.icon_video{
    position: absolute;
    top: 10px;
    color: #ffffff;
    padding: 7px;
    border-radius: 20% 20%;
    background: red;
    margin-left: 30px;
}
/************/
.prowf-cntpriqunt {
	border-top: 1px dashed #04A0D7;
    border-bottom: 1px dashed #04A0D7;
    margin: 20px 0 20px;
    padding: 30px 0;
}
.product-view .product-essential .prowf-bxqnt {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}

.prowf-cntminpls{
    margin-bottom: 20px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}

.prowf-bxqnt .wrap{
    float: left;
    white-space: normal;
}

.prowf-bxqnt .qty-minus{
    display: block;
    border: 1px solid #e8e8e8;
    font-size: 10px;
    padding: 0px;
    width: 30px;
    float: left;
    white-space: normal;
    border-right: 1px solid #e8e8e8;
    background-color: #fff;
    height: 35px;
}

.prowf-bxqnt .qty-plus {
    display: block;
    border: 1px solid #e8e8e8;
    font-size: 10px;
    padding: 0;
    width: 30px;
    height: 35px;
    float: left;
    border-left: none !important;
    background-color: #fff;
}
.prodaginput-text {
    line-height: 42px;
    width: 60px;
    max-width: 60px;
    height: 35px;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    float: left;
    white-space: normal;
    border: 1px solid #ebebeb;
    color: #272727;
}
.combo-coleres{
    padding-bottom: 10px;
}
.combox-col{
    border: none;
    border-bottom: 1px solid #ff6e00;
    color: #ff8f39;
}

.cc-titleh3{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
}

.cc-titleh3 > span{
    padding: 5px 4px;
    border-bottom: 1px solid #ff6e00;
    color: #ff6e00;
}

.cc-selector{
    margin-bottom: 20px;
}

.cc-selector input{
    margin:0;
    padding:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

.cc-selector .cc-colorlabel{
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    opacity: 1;
}

.cc-selector input:active +.cc-colorlabel{opacity: .5;}
.cc-selector input:checked +.cc-colorlabel{
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    opacity: 1;
}

.cc-selector input:not(:checked) +.cc-colorlabel{
    opacity: 0.5;

}

.responsyou-frame{
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.2%;
    margin-bottom: 20px;
}

.responsyou-frame > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.off-botadd22{
	background: #04A0D7;
    color: #fff;
    margin-right: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    transition: all ease 400ms;
    font-size: 14px;
    margin-bottom: 10px;
    width: 205px;
}

.off-botadd22:hover,
.off-botadd22:active,
.off-botadd22:focus{
    background-color: #25407F;
    color: #ffffff;
}
@media (max-width: 650px){
    .off-img {
        float: none;
    }

    .off-description{
        padding: 0;
    }

    .off-botadd{
        float: none;
        margin: auto;
        margin-bottom: 10px;
    }
    .off-botadd22{
        float: none;
        margin: auto;
        margin-bottom: 10px;
    }

    .off-description .off-titprod,
    .offsale-price{
        text-align: center;
    }
}

.btn_contactcon2{
    display: block;
    padding: 10px 20px;
    width: 206px;
    background: transparent;
    border-bottom: 2px solid #00a8e3;
    border-left: 2px solid #00a8e3;
    border-top: 2px solid #04A0D7;
    border-right: 2px solid #04A0D7;
    color: #777;
    transition: all ease 500ms;
    text-align: center;
}

.btn_contactcon2:hover{
color: #fff;
    background: #8ebb2f;
    transition: all ease 500ms;
    border-color: #8ebb2f;

}

.ficha_tecnica{
	background: #000;
    color: #fff;
    margin-bottom: 10px;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}	
.ficha_tecnica:hover{
    color: #fff;
	-webkit-transition: all ease 500ms;
	-o-transition: all ease 500ms;
	transition: all ease 500ms;
}	