/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/*-----------categoriez section-----------*/

.categ_sec{
    padding: 20px 0 50px 0;
    background: black;
}
.cat_box{ 
    position: relative;
}
.cat_box:after{ 
    content: "";
    position: absolute;
    width: calc(100% + 5px);
    height: calc(100% - -5px);
    left: 25px;
    bottom: -30px;
    border: 5px solid;
    border-image: linear-gradient(90deg, #fed124 10%, #d36f07 90%);
    border-image-slice: 2;
}
.cat_box .cat_box_img{
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.cat_box .cat_box_img:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color:rgba(0, 0, 0, 0.7);
    transform: scale(0);
    transform-origin: center;
    transition:.5s ease-in-out;
}
.cat_box:hover .cat_box_img:before{
    transform: scale(1);
}
.cat_box .cat_box_img img{
    transform: scale(1);
    transform-origin:left;
    transition: .5s;
}
.cat_box .cat_box_img:hover img{
    transform: scale(1.1);
}
.cat_box .cat_box_img .cat_content{
    position: absolute;
    z-index: 3;
    top: 60%;
    left: 27%;
    text-align: center;
    opacity: 0;
    transition: .5s ease-in-out;
    transition-delay: .3s;
}
.cat_box:hover .cat_box_img .cat_content{
    top: 40%;
    opacity: 1;
}
.cat_box .cat_box_img .cat_content h2{
    font-family: 'Josefin Sans';
	font-size: 32px;
	color:#fff;
	font-weight:normal;
    line-height: 35px;
	margin: 0;
	text-transform: capitalize;
}
.cat_box .cat_box_img .cat_content a{
    font-family: 'Josefin Sans';
	font-size: 12px;
	color:#fff;
	font-weight:normal;
	margin: 0;
	text-transform: uppercase;
    position: relative;
}
.cat_box .cat_box_img .cat_content a:hover{
    text-decoration: none;
}
.cat_box .cat_box_img .cat_content a:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    top: 15px;
    left: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: .5s ease-in-out;
}
.cat_box .cat_box_img .cat_content a:hover:before{
    transform: scaleX(1);
}

/*-----------end categoriez section-----------*/
.price-wrapper{
	display: none !important;
}
.reviews_tab{
	display: none !important;
}
.price-wrapper{
	display: none !important;
}.price-wrapper{
	display: none !important;
}
.price-wrapper{
	display: none !important;
}