#tab-homeproducts {
	float: left;
	margin-bottom: 50px;
	margin-top: 20px;
	width: 100%;
	z-index: 1;
	flex-direction: column;
	position: relative;
}
#tab-homeproducts .tab-content > .tab-pane {
	display: block;
	visibility: hidden;
	height: 0;
	opacity: 0;
}
#tab-homeproducts .tab-content > .active {
	visibility: visible;
	height: auto;
	opacity: 1;
}
.hometab-products.active > .tab-products-owl {
	display: block;
}
.hometab-products > .tab-products-owl {
	display: none;
}

#tab-homeproducts .tab-content {
	margin-top: 0;
	position: relative;
}
#tab-homeproducts ul.nav-tabs {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	justify-content: flex-start;
	flex-wrap: wrap;
	display: flex;
	overflow-x: visible;
	overflow-y: visible;
	margin: 0 auto;
	width: 100%;
	background: #333;
}
#tab-homeproducts.auto_tab ul.nav-tabs {
	background: none !important;
	text-align: center;
	justify-content: center;
	border-bottom: 2px solid #efefef;
}
#tab-homeproducts.auto_tab ul.nav-tabs li.tab-homeproduct:first-child a {
	list-style-type: none !important;
}
#tab-homeproducts.auto_tab ul.nav-tabs li.tab-homeproduct a {
	color: #666;
	font-family: "Poppins", Arial, Helvetica, sans-serif;
	padding: 7px 5px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	border: none;
	justify-content: center;
	display: list-item;
}
#tab-homeproducts.auto_tab ul.nav-tabs li.tab-homeproduct {
	display: block;
	flex-grow: inherit;
	margin-left: 23px;
}
#tab-homeproducts.auto_tab ul.nav-tabs li.tab-homeproduct.selected {
	background: none !important;
}
#tab-homeproducts.auto_tab ul.nav-tabs li.tab-homeproduct.selected a {
	color: #000;
	border-bottom: 2px solid #FF1E26;
	margin-bottom:-1px;
}
#tab-homeproducts.auto_tab ul.nav-tabs li.tab-homeproduct.selected:after {
	background: none;
	border: none;
}
.homeproduct-container {
	margin-top: 0;
}
.homeproduct-container {padding-top:20px;}

.inside-column #tab-homeproducts, .left-column #tab-homeproducts, .right-column #tab-homeproducts { margin-top:0;}
#tab-homeproducts.full_tab li.tab-homeproduct a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	text-align: center;
	vertical-align: middle;
	font-family: "Roboto Condensed", Poppins, sans-serif;
	text-transform: uppercase;
	padding: 12px;
	font-weight: 500;
	align-items: center;
}
#tab-homeproducts.full_tab li.tab-homeproduct.selected {
	color: #fff;
	background: #EA2349;
	background-color: rgb(144, 195, 34);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#tab-homeproducts.full_tab li.tab-homeproduct {
	font-size: 1.2em;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-grow: 1;
	position: relative;
	vertical-align: middle;
	box-sizing: border-box;
	border-left: 1px solid #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#tab-homeproducts.full_tab li.tab-homeproduct:after {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#tab-homeproducts.full_tab li.tab-homeproduct.selected:after {
	background: #EA2349;
	border: 2px solid #EA2349;
	content: '';
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 15px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -7px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.tab-product article {
	width: 250px;
	float: left;
}
 @media (max-width: 320px) {
#casual_tabs ul.casual_title li {
	display: block;
}
}
 @media (max-width: 519px) {
#tab-homeproducts ul.nav-tabs li {
	display: block;
	width: calc(100% / 2);
}
#tab-homeproducts {
	max-width: 100%;
}
}
 @media (min-width: 520px) and (max-width: 619px) {
#tab-homeproducts ul.nav-tabs li {
	display: block;
	width: calc(100% / 2);
}
#tab-homeproducts {
	max-width: 100%;
}
}
 @media (min-width: 620px) and (max-width: 768px) {
#tab-homeproducts li.tab-homeproduct a {
	padding: 6px;
}
#tab-homeproducts ul.nav-tabs li {
	display: block;
	width: calc(100% / 3);
}
#tab-homeproducts {
	max-width: 100%;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
}
 @media (min-width: 992px) and (max-width: 1199px) {
}
 @media (min-width: 1200px) {
}
