.tt_category_featured {
	z-index: 3;
}
.adds {
	position: relative;
	z-index: 44;
	background: #fff;
	padding: 40px 0;
}
.auction-details-box {
	background: #66063f;
	color: #F9BE00;
	border-radius: 4px;
	font-size: 18px;
	text-align: center;
	padding: 8px 5px;
	font-weight: bold;
	line-height: 18px;
}
.tt_category_featured .deal-link{
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    clear: both;
    display: inline-block;
    padding: 0 40px;
    margin-top: 25px;
    border-radius: 3px;
    margin-bottom: 0;
    background: #f8b91d;
    color: #510532;
}

.auction-details-box span {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
}
.tt_category_featured .ttfcat-items {
	float: left;
	position: relative;
	width: 100%;
	z-index: 1;
}
.tt_category_featured .category-feature.tt-carousel {
  margin-bottom: 0;
  width: auto;
  clear: both;
}
.tt_category_featured .item {
	float: left;
	padding: 10px;
	width: 100%;
	margin-bottom: 20px;
	background: #510532;
    border-radius: 10px;
	box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.2);
}

.tt_category_featured .content {
	float: left;
	width: 100%;
	padding: 0;
}
.tt_category_featured .image {
    float: left;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.tt_category_featured .image .hot-deal-count{
    position: absolute;
	text-align: center;
	left: 0;
    right: 0;
	bottom: 10px;
}
.tt_category_featured .image .hot-deal-countdown {
	border-radius: 4px;
	overflow: hidden;
}
.tt_category_featured .image .box-count {
    background: rgb(93 10 61 / 70%);
    color: #fff;
    padding: 2px 14px;
    margin: 0;
    text-align: center;
    display: inline-block;
}

.tt_category_featured .category-feature.tt-carousel .owl-item {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.tt_category_featured .category-feature.tt-carousel .owl-item.center {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.tt_category_featured .image a img {
	width: 100%;
	margin: auto;
	object-fit: cover;
	border-radius: 4px;
    height: 240px;
	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;
}
.tt_category_featured  .owl-carousel .owl-item img {
	padding: 0;
}
.tt_category_featured  .owl-carousel  .owl-stage-outer{
	padding: 50px 0 20px 0;
}
.auction-sec-title {
	font-size: 42px;
}
.tt_category_featured .item:hover .image a img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.tt_category_featured .caption {
	float: left;
	text-align: center;
	width: 100%;
	padding: 18px 0 0;
}
.tt_category_featured .auction-title > h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
}
#cat_feature .owl-nav {
	display: none;
}
.tt_category_featured .caption .cat-sub {
  float: left;
  width: 100%;
}
.tt_category_featured .caption .cat-sub ul {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: auto;
	z-index: 1;
	list-style: none;
}
.tt_category_featured .cat-sub ul li {
	float: none;
	margin: 0 18px 0 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: auto;
}
.tt_category_featured .caption .cat-sub ul li:nth-child(2) {
	margin: 0;
}
.tt_category_featured .caption .cat-sub ul li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0; 
	-khtml-border-radius: 0;
	color: #cccccc;
	font: 400 15px/20px "Poppins",Helvetica,sans-serif;
	padding: 0;
	position: relative;
	text-transform: capitalize;
}
.tt_category_featured .caption .cat-sub ul li a::after {
	content: "-";
	font-size: 21px;
	left: auto;
	position: absolute;
	right: -20px;
	top: 0;
	bottom: 0;
	font-weight: 500;
	width: 17px;
}
.tt_category_featured .caption .cat-sub ul li:nth-child(2) a::after {
	display:none;
}
.tt_category_featured .caption .cat-sub ul li.more a::after {
	display:none;
}
.tt_category_featured .cat-sub li.more {
	margin: 15px 0 20px;
	width: 100%;
}
.tt_category_featured .caption .cat-sub li.more span {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	float: none;
	width: auto;
	background: #555 none repeat scroll 0 0;
	border-radius: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px;
	color: #000;
	padding: 8px 20px;
	position: relative;
}
.tt_category_featured .caption .cat-sub li.more span:hover {
	background: #ffffff none repeat scroll 0 0;
	color: #111111;
}
.tt_category_featured .caption .cat-sub li.more span a{
	color: #fff;
}
.tt_category_featured .caption .cat-sub li.more span:hover, .tt_category_featured .caption .cat-sub li a:hover::before {
	background: #2b2b2b;
	
}
.tt_category_featured:hover .customNavigation a.prev::before, .tt_category_featured:hover .customNavigation a.next::before {
	opacity: 1;
	-moz-opacity: 1; 
	-khtml-opacity: 1; 
	-webkit-opacity: 1; 
}
.tt_category_featured .customNavigation a.prev:hover::before, .tt_category_featured .customNavigation a.next:hover::before {
	color: #fff;
}
.cat-title {
	font-weight: 600;
    line-height: 21px;
    font-size: 22px;
	margin-bottom: 10px;
    text-transform: uppercase;
    color: #510532;
}
.cat-title i {
	margin-right: 10px;
	font-size: 30px;
}	
.light-gray {
	background: #f9f9f9;
	position: relative;
	z-index: 1;
}

.shop-cat {
	/*background: #fff;*/
	display: block;
	position: relative;
	border-radius: 4px;
	padding: 10px;
	/*border: solid thin #E5E5E5;*/
	text-align: center;
	color: #000;
	/*box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);*/
	margin: 20px 0;
}

.shop-cat.catalogue-2{
	display: block;
	position: relative;
	border-radius: 4px;
	padding: 10px;
	border: solid thin #E5E5E5;
	text-align: center;
	color: #000;
	margin: 20px 0;
}
div.owl-carousel .owl-item .shop-cat.catalogue-2 img{
	border-radius: 100px;
}
.shop-cat:hover {
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
}

.shop-cat.catalogue-2:hover {
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
}
.bg-white {
	background: #fff;
	position: relative;
	z-index: 1;
}
div.owl-carousel .owl-item .shop-cat img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	padding: 0;
	margin-bottom: 10px;
	border-radius: 10px;
}	
.shop-cat p { 
	margin-bottom: 0;
	font-size: 16px;
}

.shop-cat p.label-item { 
	margin-bottom: 0;
	font-size: 16px;
	background: #F9BE00;
	border-radius: 5px;
	display: inline-block;
	margin: 0 auto;
	padding: 2px 10px;
	margin-top: 5px;
	color: #fff;
	font-size: 14px;
}
.product-slider .product-list-content{
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}
.p-5 {
	padding: 0 8px ;
}

.pt-50 {
	padding-top: 50px;
} 

.pt-60 {
	padding-top: 60px;
} 

.pt-70 {
	padding-top: 70px;
} 

.pb-50 {
	padding-bottom: 50px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-30 {
	padding-bottom: 30px;
}

.shop-category-slide .owl-nav > div.owl-prev {
    left: auto;
    right: 36px;
}
.shop-category-slide .owl-nav > div.owl-next {
    right: 0;
}
.shop-category-slide .owl-nav > div {
	background: transparent;
    border: 0px solid #ddd;
    border-radius: 0px;
    color: #510532;
    display: inline-block;
    font-size: 34px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    width: 32px;
    position: absolute;
    top: -20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 34px;
}

.shop-slide .owl-nav > div {
	background: transparent;
    border: 0px solid #ddd;
    border-radius: 0px;
    color: #510532;
    display: inline-block;
    font-size: 34px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    width: 32px;
    position: absolute;
    top: -20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 34px;
}

.lastes-news-slide.lastes-news-style2 .owl-nav > div {
	background: transparent;
    border: 0px solid #ddd;
    border-radius: 0px;
    color: #510532;
    display: inline-block;
    font-size: 34px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    width: 34px;
}

.shop-slide  .owl-nav > div.owl-prev {
    left: auto;
    right: 36px;
}
.shop-slide .owl-nav > div.owl-next {
    right: 0;
}
.shop-slide .product-list-content {
	background: #FFFFFF;
	border: 1px solid #f1f1f1 !important;
	border-radius: 10px;
	padding: 10px;
	margin: 20px 0;
	min-height: auto;
}
.shop-slide  div.owl-carousel .owl-item img {
	padding: 0;
}

.shop-slide .product-list-content .product-box-bottom i{
	padding: 2px 6px;
    font-size: 18px;
    font-weight: bold;
}

.shop-slide .product-list-content .product-box-bottom a.add-to-cart{
	border-radius: 3px;
	background: #8E2765;
	color: #fff !important;
	padding: 3px 5px;
    text-align: center;
	display: block;
	font-size: 14px;
}

.shop-slide .product-list-content .product-box-bottom a:hover {
	background: #F9BE00;
}

.cat-title img {
	margin-right: 10px;
	margin-top: -10px;
}

.shop-slide .product-list-content figure{
	height: auto;
	position: relative;
}
.shop-slide .product-list-content .product-media {
	position: relative;
}

.shop-slide .product-list-content .product-cost{
	margin-top: 20px;
}

.banner-text {
	background: #fff;
    border: solid thin #e5e5e5;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 4px rgb(0 0 0 / 5%);
    margin: 0 0 20px 0;
}

.banner-text img {
	border-radius: 2px;
}	

.label-offer {
	position: absolute;
	background: #F90000;
	color: #fff;
	top: 10px;
	left: 10px;
	border-radius: 4px;
	padding: 0px 10px;
}
.product-box-bottom {
    position: absolute;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    z-index: 10;
}

.footer-top .footer-item {
	width: 49%;
}

.social_share {
	border-top: none;
	margin-top: 5px;
}
footer.footer.has-border {
	padding-top: 20px;
}

@media (max-width: 1199px) {
	.tt_category_featured .act-desc {
		padding: 0;
	}
	#cat_feature {
		margin: 0 0 50px;
	}
}
@media (min-width: 768px) {
	.tt_category_featured .category-feature.tt-carousel .owl-wrapper .owl-item {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-o-transform: scale(0.8);
		-ms-transform: scale(0.8);
	}
	.tt_category_featured .category-feature.tt-carousel .owl-wrapper .owl-item.active{
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transition: all 400ms ease-in-out 0s;
		-webkit-transition: all 400ms ease-in-out 0s;
		-moz-transition: all 400ms ease-in-out 0s;
		-o-transition: all 400ms ease-in-out 0s;
		-ms-transition: all 400ms ease-in-out 0s;
	}
}
@media (max-width: 767px) {
	#cat_feature {
		margin: 0 0 40px;
	}
	.tt_category_featured .act-desc {
		font-size: 14px;
	}
	.tt_category_featured .item {
		margin-bottom: 0;
	}
	.tt_category_featured .category-feature.tt-carousel .owl-item {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transition: all 400ms ease-in-out 0s;
		-webkit-transition: all 400ms ease-in-out 0s;
		-moz-transition:all 400ms ease-in-out 0s;
		-o-transition: all 400ms ease-in-out 0s;
		-ms-transition: all 400ms ease-in-out 0s;
	}
	.tt_category_featured .category-feature.tt-carousel .owl-item.center {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
	}
}
@media (max-width: 480px) {
.tt_category_featured .caption .cat-sub li a, 
.tt_category_featured .cat-sub li.more span {
	font-size: 12px;
}
.tt_category_featured {
  margin: 0 0 50px;
}
.tt_category_featured .item {
	margin: 0;
}
#cat_feature {
	margin: 0 0 30px;
}
.tt_category_featured .cat-title a {
	font-size: 18px;
}
.tt_category_featured .caption .cat-sub ul li a {
	font-size: 13px;
}
}