.section_product{

    padding: 30px 0;

    position: relative;

    min-height: 200px;

    overflow: hidden;

}

.card_product {
	padding: 0 80px;
    position: relative;
    z-index: 1;
}

.items_product a {
	color: #000;
}

@media screen and (max-width:768px) {

    .section_product{

        padding: 30px 20px;

    }

}



.section_product .products_background{

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

}



.section_product .products_background::before{

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #fffefede;

}



.section_product .products_background img{

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.channels_background_parallax{

    background-position: 50% 50% !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

    background-attachment: fixed !important;

    min-height:300px !important;

  }





.tab_options_productH{

    width: 100%;

    margin: auto;

    background-color: #c0c0c0;

    padding: 20px 0;

    display: flex;

    justify-content: center;

    align-items: center;

    position: relative ;

    overflow: hidden;

    transition: 300ms;

}



.tab_decoration{

    font-size: 15.5px;
    color: #fff;
    text-align: center;
    /* border-right: 1px solid #fff; */
    cursor: pointer;
    width: 20%;
    min-width: 20%;
    position: relative;
    font-family: var(--font-content);
    text-transform: uppercase;
    font-weight: 600;
   
}



@media screen and (max-width:768px) {

    .tab_decoration{

        width: 100%;

    }
	.tab-categories {
		line-height: 1.5em;
		margin-top: 6px;
	}
	.title-product-category {
		font-weight: 600;
		text-align: center;
	}
	
}



@media screen and (max-width:500px) {

    .tab_decoration{

        width: 100%;

        min-width: 100%;

        font-size: 15px !important;

    }

}



.tab_decoration::before{

    content: '';

    position: absolute;

    right: 0;

    width: 2px;

    height: 100%;

    background: #fff;

}

.tab_decoration:last-child::before{

    display: none;

}



@media screen and (max-width:768px) {

    .tab_decoration{

        font-size: 17px;

    }

}



.decoration_line{

    position: absolute;

    width: 100%;

    display: flex;

    justify-content: space-evenly;

    z-index: 0;

}



.decoration_line_one{

    height: 30px;

    width: 3px;

    background: #fff;

    z-index: 2;

}



.activeProduct{

    color: #000;

    font-weight: 600;

}







/* owl product category */



.tab_options_productH .owl-stage{

    display: flex;

    justify-content: center;

    align-items: center;

}









/* products card */



.product-carousel{

    padding: 20px 0;

    position: relative;

}



.items_product{

    display: flex;

    justify-content: center;

    padding: 0 15px;
}



@media screen and (max-width:768px) {

    .items_product{

        display: flex;

        justify-content: center;

    }

}





#tab0Content{

    overflow: hidden;

}



#tab1Content,

  #tab2Content,

  #tab3Content,

  #tab4Content,

  #tab5Content,

  #tab6Content,

  #tab7Content,

  #tab8Content{

         height: 0;

         overflow: hidden;

      }



.hidden_value_0,

.hidden_value_1,

.hidden_value_2, 

.hidden_value_3, 

.hidden_value_4,

.hidden_value_5, 

.hidden_value_6, 

.hidden_value_7,

.hidden_value_8{

        display:none;

      }



.container_card{

    position: relative;

    max-width: 400px;

    height: 480px;

    background: #d1d1d171;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    transition: 500ms;

    margin-bottom: 15px;

    overflow: hidden;

    width: 100%;
}



@media screen and (max-width:768px) {

    .container_card{

        width: 300px;

    }

}







.img_card_product img{

    width: 100%;

    height: 480px;

    padding: 0px;

    object-fit: cover;

}



.container_text {
	display: flex;
	justify-content: space-between;
	align-items: end;
	/* padding: 0 25px; */
	margin-top: 18px;
	position: absolute;
	bottom: -100%;
	background: linear-gradient(180deg, rgba(198, 183, 183, 0) 10%, rgba(223, 222, 222, 0) 33%, rgba(255, 255, 255, 0.37) 60%, rgb(255, 255, 255) 100%);
	left: 0;
	width: 100%;
	padding: 15px;
    height: 400px;
	transition: 400ms
}
.container_card:hover .container_text {
	bottom: 0;
	transition: 400ms;
}


.container_text .title_card{

    font-weight: 800;

    font-size: 17px;

    max-width: 210px;

    -webkit-box-orient: vertical;

    display: block;
    
    display: -webkit-box;
    
    overflow: hidden !important;
    
    text-overflow: ellipsis;
    
    -webkit-line-clamp: 2;
    color: #888888;

}



.container_text .price_card{

    font-weight: 600;

    font-size: 17px;
    
     color: #5f5f5f;

}



@media screen and (max-width:500px) {

    .container_text .title_card{

        font-weight: 800;

        font-size: 17px;

        max-width: 190px;

    }

    

    .container_text .price_card{

        font-weight: 600;

        font-size: 17px;

    }

    

}



.description_Card{

    margin: 12px 25px 20px;

    font-size: 18px;

    font-weight: 600;

}

.description_Card p{
    max-height: 18rem;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}



@media screen and (max-width:500px) {

    .description_Card{

        font-size: 16px;

    }

}



.container_card:hover{

    transform: scale(1.03);

    transition: 500ms;

}

.container_card:hover .btn_black{

    border: 0px solid #000;

    background: #000!important;

    color: #fff !important;

    transform:scale(1.1)

}





/* is empty */



.categoryIsEmpty{

    display: flex;

    justify-content: center !important;

    align-items: center !important;

    font-size: 25px;

    margin: 80px 0 !important;

    font-weight: 800;

    text-align: center;

}



@media screen and (max-width:768px) {

    .categoryIsEmpty{

        font-size: 30px;

        margin: 60px 0 !important;

    }

}



/* owl product */



.product-carousel .owl-item{

    padding: 20px 0 !important;

} 





/* buttons */



.button_card_product{

    position: absolute;

    top: 15px;

    right: 15px;

    background: #fff;

}



@media screen and (max-width:768px) {

    .d-res-none{

        display: none;

    }

}



/* button section */

.button_product{

    display:  flex;

    justify-content: center;

    align-items: center;

    padding: 0 80px;

}



@media screen and (max-width:768px) {

    .button_product{

        padding: 0 30px;

        justify-content: center;

        align-items: center;

    }

}



.containter_cat_opt{

    padding: 0 80px;

    width: 100%;

}

@media screen and (max-width:768px) {
    .containter_cat_opt{

        padding: 0 30px;
    
    }
}



/* carousel personality */



.carousel-categories{

    width: 100%;

    display: flex;

    flex-wrap: nowrap;

    z-index: 2;

    overflow: hidden;

    scroll-behavior: smooth;

}



#slide-arrow-prev{

    position: absolute;

    left: 0;

    z-index: 3;

    height: 100%;

    font-size: 25px;

    display: flex;

    justify-content: center;

    align-items: center;

}



#slide-arrow-next{

    position: absolute;

    right: 0;

    z-index: 3;

    height: 100%;

    font-size: 25px;

    display: flex;

    justify-content: center;

    align-items: center;

}

.containter_cat_opt:hover #slide-arrow-prev, .containter_cat_opt .containter_cat_opt:hover #slide-arrow-next {
    opacity: 1;
   }   
#slide-arrow-prev, #slide-arrow-next {
    opacity: 0;
    transition: 400ms;
    background: #c0c0c0;
    overflow: hidden;
    color: #fff;
    transform: scale(0.6);
   }

  .container_product:hover #slide-arrow-prev,  .container_product:hover  #slide-arrow-next {
	opacity: 1;
}

/*
#slide-arrow-prev::after, #slide-arrow-next::after {
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: 500ms;
    width: 50px;
    z-index: -10;
}*/
/*
#slide-arrow-prev:hover::after, #slide-arrow-next:hover::after {
    left: 200%;
    transition: 700ms;
}

#slide-arrow-prev span, #slide-arrow-next span {
    opacity: 0;
    transition: 400ms;
	font-size: 15px;
}

*/

.container_product .slide-arrow span {
	border-radius: 50%;
	width: 40px !important;
	height: 40px !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #5f5f5f;
	color: #5f5f5f;
	position: relative;
}

#slide-arrow-next span::before {
	position: absolute;
	content: "";
	background: silver;
    width: 8px;
	height: 8px;
	left: 1px;
	bottom: 3px;
    transform: rotate(50deg);
}
#slide-arrow-prev span::before {
	position: absolute;
	content: "";
	background: silver;
    width: 8px;
	height: 8px;
	right: 1px;
	bottom: 3px;
    transform: rotate(50deg);

}



@media screen and (max-width:768px) {
    #slide-arrow-prev span, #slide-arrow-next span {
        opacity: 1;
        transition: 400ms;
    }
}
/*
.containter_cat_opt:hover #slide-arrow-prev,.containter_cat_opt:hover #slide-arrow-next {
    background: #000 !important;
}
*/
/*@media screen and (max-width:768px){
    .containter_cat_opt #slide-arrow-prev,.containter_cat_opt #slide-arrow-next {
        background: #000 !important;
    }
}*/

.containter_cat_opt:hover #slide-arrow-prev span, .containter_cat_opt:hover #slide-arrow-next span{
    opacity: 1;
    transition: 400ms;
   }   


   /* owl dots */

@media screen and (min-width:768px) {
    .product-carousel .owl-dots{
        display: none;
    }
}

@media screen and (max-width:768px){
    .product-carousel .owl-dots {
        margin: auto;
        display: flex;
        justify-content: center;
    }
    .product-carousel .owl-dots .owl-dot{
        width: 10px;
        height: 10px;
        border-radius: 0 !important;
        background: #fff;
        margin: 0 10px;
    }
	#slide-arrow-prev, #slide-arrow-next {
	font-size: 20px;
	}
}

@media screen and (max-width:400px){
    #slide-arrow-prev, #slide-arrow-next {
        font-size: 17px;
    }
}

.product-carousel .owl-dots .owl-dot.active,.product-carousel .owl-dots .owl-dot.active:focus{
    outline: 1px solid #fff !important;
    outline-offset: 2px;
}

@media (max-width: 600px) {
    .card_product {
        padding: 0!important;
    }
    .product-carousel .owl-item {
        padding: 0 !important;
    }
}
@media (max-width: 480px) {
    .container_card {
        width: 100%;
    }
}



/*Subcategories*/
.custom-subcategories {
	display: flex;
	justify-content: center;
	padding-top: 30px;
	flex-wrap: wrap;
}
.item-subcategory {
	margin: 0 15px;
}
.item-subcategory a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 140px;
	text-align: center;
}
.item-subcategory a span {
	color: #000;
}
.item-subcategory a img {
	height: 120px;
	object-fit: cover;
	width: 120px;
	border-radius: 50%;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
	margin-bottom: 10px;
	max-width: 120px;
}
@media (max-width: 600px) {
    
    .item-subcategory a {

        width: 110px;

    }

	
	.container_text {
			bottom: 0;

		}
    .item-subcategory a span {
        font-size: 12px;
    }

    .item-subcategory a img {
        height: 75px;
        width: 75px;

    }
   .item-subcategory {
		margin: 15px!important;
	}


}