/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.2
*/
/*************** Css show product category ***************/
.section-title-normal {
	margin-bottom: 0;
	border-top: 2px solid rgb(15 23 65);
	border-bottom: 0;
	background: #e2e2e2;
}
.section-title-normal .section-title-main {
    border-bottom: 1px solid rgb(15 23 65);
    background: rgb(15 23 65);
    font-size: 14px;
    margin-bottom: 0;
	padding: 9px 15px;
    color: #fff!important;
	position:relative;
	width: auto;
	margin:0px;
	text-transform: uppercase;
	height:38px
}
.section-title-normal span .section-title-main {
    border-bottom: 1px solid rgb(15 23 65);
    background: rgb(15 23 65);
    font-size: 14px;
    margin-bottom: 0;
	padding: 7px 15px;
    color: #fff!important;
	position:relative;
	
}
.section-title-normal .section-title-main:after {
    border: 19px solid rgb(15 23 65);
    position: absolute;
    DISPLAY: INLINE-BLOCK;
    MARGIN-LEFT: 15PX;
    border-right-color: transparent;
    border-bottom-color: transparent;
    left: 100%;
    content: "";
    margin-left: 0px;
	top:0px
	
}
.section-title-normal b {
    display: none;
}
.section-title-normal span {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
	display:flex;
	align-items: center;
}
.section-title-normal span.hdevvn-show-cats {
    margin-left: 15px;
}
span.hdevvn-show-cats li {
    display: inline-block;
    margin: 0 8px;
	list-style:none
}
span.hdevvn-show-cats li a {
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    margin-right: 0!important;
    padding-left: 10px;
	padding-bottom: 4px;
}
.section-title a {
    font-size: 14px;
    margin-left: auto;
    margin-right: 10px;
	color:#333
}
.section-title-normal > span{
	/* width: 100%; */
}
.section-title-normal > span > a{
	float: right;
}
.section-title-container{
	padding-bottom:0px
}
.hdevvn-show-cats {
   
}
span.hdevvn-show-cats li a::before {
    content: " » ";
    color: rgb(15 23 65);
    font-size: 20px;
}
.section-title i.icon-angle-right {
   width: 15px;
    height: 15px;
    border-radius: 100%;
    background: rgb(15 23 65);
    text-align: center;
    line-height: 15px;
    opacity: 1;
    color: #fff;
}
.shop-container .kk-star-ratings{
	justify-content:center;
	margin-bottom:20px
} 
@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.order1{
		order:1
	}
	.order2{
		order:2
	}
	.hdevvn-show-cats{
		overflow-x: scroll;
		white-space: nowrap;
		
	}
	.section-title > span > a{
		display:none
	}
	span.hdevvn-show-cats li a{
		font-size:12px
	}
	.section-title-normal span .section-title-main{
		white-space: nowrap;
	}
	.product-category h5{
		font-size: 13px;
   		margin: 0px;
		text-transform: inherit;
	}
	.product-category .box-text.text-center{
		padding:10px;
		border-radius:5px;
	}
	.product-category .box-image{
		display:none
	}
	.section-title > a{
		position: absolute;
		right: 0px;
		top: 10px;
	}
}
.isures-ivp--attr_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    background-color: #fff;
    height: auto;
    box-shadow: 0 0 0 0.07rem #d5d5d5;
    border-radius: 3px;
    min-height: 35px;
    overflow: hidden;
}