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

/*************** ADD CUSTOM CSS HERE.   ***************/
/*Cateline bar*/
.sec-title {
	padding: 0 15px 0; 
	background: #fff;
}
.sec-title h2.titlecate {
    font-size: 18px;
    float: left;
    width: unset;
    background: #1e73be;
    padding: 5px 30px;
    border-radius: 5px 0 0;
    font-weight: 400;
	min-width: 250px;
}
.sec-title h2.titlecate a {
	color: #fff;
}
.tabmenu {
    background: #fffcfc;
    border-bottom: 2px solid #1e73be;
    height: 34px;
}
.menu-button-edit {display: none; }
.sec-title ul {
    float: right;
	padding: 5px 10px 0 0;
}
.sec-title ul li {
    float: none;
    display: inline-block;
	margin-left: 0; 
}
.sec-title ul li + li:before {
    content: "/ ";
    padding: 0 20px;
    color: #ccc;
}
.sec-title .viewmoretext {
    color: #b20000;
    float: right;
}
.sec-title .viewmoretext1:after {
	content: '\eac7';
    margin-left: 5px;
	font-family: icofont;
}
@media (max-width: 549px){
.sec-title ul li {
    display: none;
}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.fl-labels .fl-wrap label[for]:first-child {
	position: unset;}