#ot_category_feature .customNavigation a.next::after,
#ot_category_feature .customNavigation a.prev::after{
transition:none;
}
#ot_category_feature .customNavigation a:hover.prev, 
#ot_category_feature .customNavigation a:hover.next{
	color: #00a8e1 !important;
	transition: all 500ms ease-in-out 0s;
-webkit-transition: all 500ms ease-in-out 0s;
-moz-transition: all 500ms ease-in-out 0s;
-o-transition: all 500ms ease-in-out 0s;
-ms-transition: all 500ms ease-in-out 0s;
}
#ot_category_feature .customNavigation a.prev,
#ot_category_feature .customNavigation a.next {
	color: #fff;
	transition: all 500ms ease-in-out 0s;
-webkit-transition: all 500ms ease-in-out 0s;
-moz-transition: all 500ms ease-in-out 0s;
-o-transition: all 500ms ease-in-out 0s;
-ms-transition: all 500ms ease-in-out 0s;
}
#ot_category_feature .customNavigation a.prev::before {
	background-position: -74px -360px;
}
#ot_category_feature .customNavigation a.next::before {
	background-position: -74px -393px;
}

#ot_category_feature .container {
    max-width: 100%;
}
.ot_category_feature {
	float: left;
	position: relative;
	width: 100%;
	background:#f7f7f7;
	margin:0 0 80px;
	padding: 80px 105px;
}
.ot_category_feature .ot-titletabcat {
	padding: 0;
	float: left;
	margin: 110px 0 40px;
}
.ot_category_feature  .ot-title{
	background: none;
	padding: 0;
	float: left;
	width: 91%;
	text-align: left;
	font: 500 40px/50px "Dosis",Helvetica,sans-serif;
}
.ot_category_feature .ot_category_feature .short-desc {
	font: 400 14px/16px var(--secondary-font);
	color: #666;
}
.ot_category_feature .title_tab_hide_show {
    padding: 10px 20px 10px 20px;
    font-family: 'Dosis',Helvetica,sans-serif;
    font-size: 16px;
    margin-right: 10px;
    color: #fff;
    background: #05a75c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-transform: uppercase;
    float: left;
}
.ot_category_feature .list_carousel {
	float: left;
	padding:0;
	text-align:center;
}
.ot_category_feature ul.product-list li {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 35px;
    position: relative;
    height: auto;
    width: 240px;
    text-align: center;
    position: relative;
}
.ot_category_feature ul.product-list li ul li {
    float: left;
    margin-left: 0;
    margin: 5px 0;
    position: relative;
    height: auto;
    width: auto;
    text-align: left;
    clear: both;
}
.ot_category_feature ul.product-list li .cat-img {
	line-height: 8px;
	border-radius: 5px;
	-moz-border-radius:5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius:5px;
}
.ot_category_feature ul.product-list li .title {
    margin: 0;
    padding: 10px 0;
    text-align: left;
    position: absolute;
    bottom: 10px;
    left: 30px;
}
.ot_category_feature ul.product-list li .title a {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-family:"Dosis",Helvetica,sans-serif;
    text-transform: uppercase;
}
.ot_category_feature ul.product-list li .title a img {
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
}
#ot_category_feature .otcat-content .sub-cat li {
	color: rgb(0, 0, 0);
	cursor: pointer;
	float: none;
	font: 400 10px/13px "Dosis",Helvetica,sans-serif;
	position: relative;
	text-align: center;
	text-transform: capitalize;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
#ot_category_feature .otcat-content .sub-cat li.more {
	margin-top: 30px;
}
#ot_category_feature .customNavigation{
margin:0 100px 0 0 ;
}
/*.ot_category_feature .content .cat-img a {
	display: inline-block;
	float: none;
	overflow: hidden;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: auto;
	transition: all 400ms ease-in-out 0s;
}*/
#ot_category_feature .sub-cat ul {
	float: left;
	width: 100%;
	z-index: 1;
	padding: 0 ;
	margin: 0;
}
#ot_category_feature .sub-cat {
  display:none;
}
.ot_category_feature .content .cat-img a{
	position: relative;
	display: inline-block;
	overflow: hidden;
	float: left;
	width: 100%;
}
.ot_category_feature .content .cat-img a::after {
	height: 100%;f
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	content: " ";
	width: 100%;
}
.ot_category_feature .content:hover .cat-img a::after{
	background: rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.ot_category_feature .item:hover .otcat-content {
    height: 93%;
}
.ot_category_feature .item:hover .otcat-content {
    height: 94%;
    background: rgba(0,0,0,0.8);
}
.ot_category_feature .otcat-content {
    width: 80%;
}
.ot_category_feature .content .cat-img a img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	margin: 0 auto;
}
.ot_category_feature .content:hover .cat-img a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
#ot_cat_featured .content .sub-cat ul li a {
    color: #444;
    font:400 17px/25px "Dosis",helvetica,sans-serif;
    text-transform: capitalize;
}
#ot_cat_featured .content .sub-cat ul li.more a
{
	color:#111 !important;
	position: relative;
}
#ot_cat_featured .content:hover .sub-cat ul li a {
	color: #fff;
}
#ot_cat_featured .content .sub-cat ul li a:hover {
	color: #111;
}
#ot_category_feature .wt-block-title h3 {
    font-size: 24px;
    color: #111;
    border-bottom: 3px solid #f12a43;
    padding-bottom: 7px;
    float: left;
    margin-bottom: 15px;
}
#ot_cat_featured .content .title a {
    color: #111;
    float: left;
    font: 500 20px/30px "Dosis",helvetica,sans-serif;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
    word-break: break-all;
}
#ot_cat_featured .content:hover .title a {
	color:#141414;
}
#ot_category_feature .otcat-content:hover .sub-cat li.more
{
	color:#fff;
	transition:400ms ease;
}
#ot_category_feature .otcat-content .sub-cat li.more
{
	color:#111;
}
#ot_category_feature .otcat-content .sub-cat li.more {
	margin-top:15px;
	padding:10px 38px 10px 24px;
	background: #fff;
	border-radius: 50px;
	text-align: center;
	position: relative;
	width:auto;
}
#ot_category_feature .otcat-content .sub-cat li.more:hover {
	background: #111;
}
#ot_category_feature .otcat-content .sub-cat li.more:hover a{
	color: #fff !important;
}
#ot_category_feature .otcat-content:hover .sub-cat li
{
	color:#fff;
}
/*#ot_category_feature .content:hover .otcat-content .cat-infor .title{
	width: 100%;
	position: absolute;
	top:-92px;
	bottom: auto;
	padding: 0 0;
}*/
#ot_cat_featured .content {
  float: left;
  position: relative;
  width:100%;
}
#ot_cat_featured .item {
    float: left;
	width:100%;
	padding: 0 15px;
}
.ot_category_feature .content .cat-img {
	float: left;
	width: 100%;
	position: relative;
	transition: all 400ms ease-in-out;
}
#ot_category_feature #ot_cat_featured .item .content .otcat-content .act-desc {
	color: #fff;
	font: 400 16px/20px "Dosis",helvetica,sans-serif;
	display:none;
}
#ot_category_feature .content .view-more a{
	background: #fff;
    height: 45px;
    width: 45px;
    float: left;
    border: 2px solid #111;
    position: absolute;
    right:20px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50px;
    z-index: 1;
	transition: all 400ms ease-in-out;
}
#ot_category_feature .content .view-more a:hover::after{
	transition: all 400ms ease-in-out;
	transform: rotate(-180deg);
}
#ot_category_feature .content:hover .view-more a{
	background-color:#111;
}
#ot_category_feature .content:hover .view-more a::after {
	color:#00a8e1;
	transition: all 400ms ease-in 0s;
    -webkit-transition: all 400ms ease-in 0s;
    -moz-transition: all 400ms ease-in 0s;
    -o-transition: all 400ms ease-in 0s;
    -ms-transition: all 400ms ease-in 0s;
}
#ot_category_feature .content .view-more a:hover::after {
	color:#fff;
}
#ot_category_feature .content .view-more a::after {
    content: "\e145";
    font-family: material icons;
    font-size: 25px;
    color: #222;
    line-height: 40px;
	transition: all 400ms ease-in 0s;
    -webkit-transition: all 400ms ease-in 0s;
    -moz-transition: all 400ms ease-in 0s;
    -o-transition: all 400ms ease-in 0s;
    -ms-transition: all 400ms ease-in 0s;
}
#ot_category_feature .content .view-more {
    float: left;
    width: 100%;
}
#ot_category_feature #ot_cat_featured .item .content:hover .otcat-content::after {
	z-index:1;
	background: #111;
	color: #00a8e1;
}

#ot_category_feature .cat-infor {
  float: left;
  overflow: hidden;
  width:100%;
  background: #fff;
  padding:20px 0;
  position: relative;
  padding: 20px 70px 20px 30px;
}
#ot_category_feature .content .main-content
{
	float:left;
	width:100%;
	position: relative;
}
#ot_cat_featured .otcat-content {
	float: left;
	width: 100%;
	position: relative;
}
#ot_category_feature .content .main-content::after {
	position: absolute;
	top: auto;
	bottom: 0;
	background:#00a8e1;
	height: 5px;
	width: 100%;
	content: "";
	left: 0;
	/*transition: 200ms ease-in;*/
	transition: all 400ms ease-in 0s;
    -webkit-transition: all 400ms ease-in 0s;
    -moz-transition: all 400ms ease-in 0s;
    -o-transition: all 400ms ease-in 0s;
    -ms-transition: all 400ms ease-in 0s;
}
#ot_category_feature .content:hover .main-content::after {
	height: 100%;
	width: 100%;
	transition: all 400ms ease-in 0s;
    -webkit-transition: all 400ms ease-in 0s;
    -moz-transition: all 400ms ease-in 0s;
    -o-transition: all 400ms ease-in 0s;
    -ms-transition: all 400ms ease-in 0s;
}
#ot_cat_featured .owl-wrapper-outer .owl-wrapper .owl-item {
	padding: 0 15px;
}
#ot_category_feature .owl-buttons {
    top:40px;
	margin-top:20px;
	display:none;
}
#ot_category_feature .otcat-content .sub-cat li:hover a {
  color: #111111;
}
#ot_category_feature .content .otcat-content .cat-infor .title {
	float: left;
	width:100%;
	margin: 0;
	z-index: 1;
	position: relative;
}
.ot_category_feature .content:hover .product-count {
	position:relative;
	z-index:1;
	color:#141414;
}
.ot_category_feature .content .product-count {
	float: left;
	width: 100%;
	text-align:left;
	font: 400 14px/20px var(--secondary-font);
	padding: 6px 0 6px 0;
}
#ot_cat_featured .content .sub-cat ul li.more a::before{
	color: #111 !important;
	content: "\E313";
	font-family: Material Icons;
	font-size: 17px;
	font-weight: normal;
	height: 21px;
	left: auto;
	line-height: 25px;
	margin: auto;
	right:-20px;
	position: absolute;
	top: -1px;
	bottom: 0;
}
#ot_cat_featured .content .cat-img {
	float: left;
	width: 100%;
	position: relative;
	transition: all 400ms ease-in-out;
}
#ot_cat_featured .content .cat-img a::after {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	content: " ";
	width: 100%;
}
#ot_category_feature .ot-titletabcat {
	float: left;
	padding:0 0 0 25px;
}
#ot_category_feature .ot-title {
	display: block;
    text-align: left;
    background: none;
    padding: 0;
    font: 500 36px/38px var(--primary-font);
    color: #fff;
    margin: 0 0 40px;
}

#ot_category_feature {
	float: left;
	position: relative;
	width: 100%;
	background: #46524e;
	margin: 0 0 80px;
	padding: 80px 100px;
}
#ot_category_feature .short-desc {
	font: 400 16px/18px var(--secondary-font);
    color: #fff;
    margin: 0 0 15px;
	text-align:left;
}
#ot_cat_featured  .content:hover .cat-img a::after {
	background: rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
#ot_cat_featured .content .cat-img a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	float: left;
	width: 100%;
	
}
#ot_cat_featured  .content:hover .cat-img a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 400ms ease-in 0s;
    -webkit-transition: all 400ms ease-in 0s;
    -moz-transition: all 400ms ease-in 0s;
    -o-transition: all 400ms ease-in 0s;
    -ms-transition: all 400ms ease-in 0s;
}
#ot_cat_featured .content .cat-img a img {
	max-width: 100%;
	/*-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;*/
	width: 100%;
	margin: 0 auto;
	height: auto;
	transition: all 400ms ease-in 0s;
    -webkit-transition: all 400ms ease-in 0s;
    -moz-transition: all 400ms ease-in 0s;
    -o-transition: all 400ms ease-in 0s;
    -ms-transition: all 400ms ease-in 0s;
}
#ot_cat_featured .content .sub-cat ul li.more:hover a::before {
	color:#fff !important;
}
#ot_cat_featured .content .product-count {
	float: left;
	width: 100%;
	text-align: left;
	font: 400 14px/20px var(--secondary-font);
	padding: 6px 0 6px 0;
	color: #666;
	position:relative;
	z-index:1;
}
#ot_cat_featured .content:hover .product-count {
	position: relative;
	z-index: 1;
	color: #141414;
}

#ot_category_feature .container > .row {
    margin: 0 -50px;
}

#ot_cat_featured .list_carousel.responsive.clearfix.col-sm-10 {
    padding: 0 10px;
}

@media (max-width: 1366px){
#ot_category_feature .customNavigation{
margin:0 40px 0 0;
}
#ot_category_feature .customNavigation a.next::after,
#ot_category_feature .customNavigation a.prev::after {
	width:77px;
}
#ot_cat_featured .content .title a {
	font-size:16px;
	line-height:20px;
}
#ot_category_feature .cat-infor {
    padding: 16px 0 13px 20px;
}
#ot_category_feature .content .view-more a{
height:40px;
width:40px;
}
#ot_category_feature .content .view-more a::after {
line-height:37px;
}
#ot_cat_featured .content .product-count {
padding:6px 0 0;
font-size:13px;
line-height:18px;
}
}
@media (min-width: 1200px){
	#ot_category_feature .otcategory-content{
display:flex;
align-items:center;
}
}
@media(max-width:1400px){
	#ot_category_feature .ot-title {
		font-size:31px;
	}
	#ot_category_feature .cat-infor {
		padding: 20px 65px 20px 20px;
	}
	#ot_category_feature {
		padding: 80px 40px;
	}
	#ot_category_feature .customNavigation{
margin:0 35px 0 0 ;
}

}
@media(max-width:1200px){
	#ot_category_feature .ot-title {
		font-size: 26px;
		line-height: 36px;
	}
	
	#ot_category_feature .content .title a {
		font: 500 16px/26px "Dosis",helvetica,sans-serif;
	}
	#ot_category_feature .content .product-count {
		padding: 6px 0 0;
	}
	#ot_category_feature .cat-infor {
    padding: 15px 65px 18px 20px;
}
#ot_category_feature .customNavigation {
    margin: 0 18px 0 0;
}
#ot_category_feature .ot-title{
margin:0 0 30px;
}
}
@media(max-width:1199px){
	#ot_category_feature .container{
		padding:0;
	}
	/*#ot_category_feature{
		padding: 50px 0;
		margin:0 0 50px;
	}*/
	#ot_category_feature .content {
		width: auto;
	}
	#ot_category_feature .container > .row {
    margin: 0; 
}
#ot_category_feature .short-desc {
    text-align: center;
}
#ot_category_feature .customNavigation{
margin:0;
}
}
@media(max-width:991px){
	#ot_cat_featured .owl-buttons
	{
		top:33px;
		margin:0;
	}
	#ot_cat_featured .owl-buttons {
		  left: auto;
		  margin-top: 14px;
		  right: 340px;
		  top: 26px;
	}
	#ot_cat_featured {
		margin: 0;
	}
	#ot_cat_featured .content .title a {
		font-size:20px;
	}
	#ot_cat_featured .ot-title {
		font-size: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    #ot_cat_featured .caroufredsel_wrapper {
        height: 250px !important;
    }
}
@media (min-width: 768px){
	#ot_cat_featured .container .row{
		margin:0;
	}
}
@media (max-width: 1199px) {
	#ot_category_feature {
		margin: 50px 0 50px;
		padding: 20px 15px;
	}
	#ot_category_feature .ot-titletabcat {
		margin: 20px 0 30px;
		width: 100%;
		text-align: center;
	}
	#ot_category_feature  .ot-title {
		font-size: 30px;
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}
	#ot_category_feature .customNavigation {
		display: inline-block;
	}
	#ot_category_feature .content .title a {
		font-size: 22px;
		line-height: 26px;
	}
	#ot_category_feature .content .product-count {
		float: left;
		width: 100%;
		text-align: left;
		font: 400 14px/20px var(--secondary-font);
		padding: 6px 0 0;
		position: relative;
		z-index: 1;
	}
	#ot_category_feature .list_carousel {
		width: 100%;
		float:left;
	}
    #ot_cat_featured .title_tab_hide_show {
        float: left;
    }
	#ot_cat_featured .owl-buttons
	{
		margin:0;
	}
	#ot_cat_featurede .owl-buttons
	{
		right:237px;
	}
	#ot_cat_featured{
		margin-bottom:30px;
		padding: 0;
	}
	#ot_cat_featured .sub-cat {
	  padding:10px 15px 0 30px;
	}
	#ot_cat_featured {
		margin:0 0 30px;
	}
	#ot_cat_featured .content .title a {
		font-size:16px;
		line-height:22px;
	}
	.ot_category_feature .container .row{
		margin:0;
	}
	.ot_category_feature .ot-titletabcat {
		margin:0 0 30px;
		width: 100%;
		text-align: center;
	}
	.ot_category_feature .list_carousel {
		width: 100%;
	}
	.ot_category_feature .ot-title {
		font-size:30px;
		text-align: center;
		width: 100%;
		margin-bottom: 8px;
	}
	#ot_category_feature .customNavigation {
		display: inline-block;
	}
	#ot_category_feature .content .view-more a::after {
		line-height: 33px;
		font-size: 21px;
	}
	.ot_category_feature .content .product-count {
		float: left;
		width: 100%;
		text-align: left;
		font: 400 14px/20px var(--secondary-font);
		padding: 6px 0 6px 30px;
		position: relative;
		z-index: 1;
	}
	#ot_category_feature .content .view-more a {
		height: 36px;
		width: 36px;
	}
	#ot_category_feature .ot-titletabcat {
	padding:0 100px;
}
}
@media(max-width:991px){
#ot_category_feature .ot-title {
    font-size: 28px;
}
#ot_category_feature .content .view-more a {
		height: 32px;
		width: 32px;
	}
	#ot_category_feature .content .view-more a::after {
    line-height: 29px;
    font-size: 19px;
    padding: 4px;
}
}
@media(max-width:767px){
	#ot_category_feature {
		margin: 0px 0 50px;
	}
	#ot_category_feature .content .view-more a::after{
	padding:5px;
	}
}
@media(max-width:600px){
#ot_category_feature .short-desc{
font-size:15px;
line-height:17px;
margin:0 0 10px;
}
#ot_category_feature .ot-title {
    font-size: 28px;
    text-align: center;
    width: 100%;
    margin-bottom: 18px;
}
}
@media(max-width:580px){
#ot_category_feature .ot-titletabcat {
	padding:0 40px;
}
}
@media(max-width:543px){
	#ot_category_feature{
		padding:25px 0 0;
		margin: 0 0 40px;
	}
	#ot_category_feature .ot-title {
		font-size: 24px;
		line-height: 30px;
		margin:0 0 16px;
	}
	#ot_category_feature .content .main-content {
		margin: -5px 0 0;
	}
	.ot_category_feature .cat-img a {
	  display: inline-block;
	  float: none;
	  text-align: center;
	  width: auto;
	}
	.ot_categoryfeature {
	  margin-bottom: 10px;
	}
	.ot_category_feature {
		padding:25px 0;
		margin: 0 0 30px;
	}
	#ot_cat_featured .content .title a {
	  font-size:16px;
	  line-height:26px;
	}
	#ot_cat_featured .content {
		float: none;
		position: relative;
		width: auto;
		display: inline-block;
		vertical-align: top;
	}
	#ot_category_feature .content .main-content {
		margin: -5px 0 0;
	}
	.ot_category_feature .ot-title {
		font-size: 26px;
		line-height: 40px;
	}
	#ot_category_feature .ot-titletabcat {
	padding:0 25px;
}
#ot_category_feature .content .product-count{
font-size:13px;
line-height:18px;
padding:4px 0 0;
}
#ot_category_feature .cat-infor{
padding: 16px 65px 18px 20px;
}
}