.navbar-custom .nav li.active a {
	color: #FFF !important;
}

.navbar-custom.navbar-fixed-top.top-nav-collapse .nav li.active a {
	color: #000 !important;
}
/*.showcase.section-small{
    padding-bottom: 0px;
    padding-top:0px;
}*/

.category-section {
	border: 0px;
}

	.category-section .item-content {
		padding-bottom: 20px;
	}

		.category-section .item-content img {
			width: 50px !important;
			margin: 20px 0px;
		}

		.category-section .item-content p {
			margin-bottom: 10px;
		}

.new-collection-section .portfolio-overlay {
	opacity: 1;
	visibility: visible;
}

	.new-collection-section .portfolio-overlay .caption {
		opacity: 1;
	}

.blue {
	color: #000;
}

.list-page .nav-pills > li.active > a,
.list-page .nav-pills > li.active > a:focus,
.list-page .nav-pills > li.active > a:hover {
	color: #000 !important;
	background-color: unset !important;
}

.list-page .input-group .form-control:focus {
	z-index: 1
}

.info.image-top {
	max-height: 300px;
	min-height: 300px;
}

.list-page .add-wishlist,
.shop-item .add-wishlist {
	position: absolute;
	bottom: 8px;
	left: 50px;
	z-index: 1;
	font-weight: 800;
}

.add-wishlist:before {
	content: "\f004";
	font-family: "Font Awesome 5 Free";
	content: "\f004";
	padding-right: 10px;
	font-size: 20px;
	opacity: 0.5;
}

.list-page .add-compare,
.shop-item .add-compare {
	position: absolute;
	top: 8px;
	left: 20px;
	z-index: 1;
	font-weight: 800;
}

.add-compare::before {
	content: "\f074";
	font-family: "Font Awesome 5 Free";
	padding-right: 10px;
	font-size: 20px;
	opacity: 0.5;
}

.similar-products .item img {
	width: 100%;
	object-fit: cover;
	min-height: 140px;
}

.similar-products .item {
	padding: 15px 0px;
}

/*.navbar-main-collapse .dropdown:hover .megamenu {
  display: block;
}*/
.navbar-main-collapse .dropdown .megamenu {
	position: absolute;
	width: 90%;
	padding: 30px 50px;
	left: 0px;
	background-color: #fff;
	margin: auto;
	right: 0px;
	display: none;
}

	.navbar-main-collapse .dropdown .megamenu img {
		width: 100%;
	}


.navbar-custom .nav li.active a {
	color: #FFF !important;
}

.dropdown .megamenu ul {
	padding-left: 0px;
}

.dropdown .megamenu li.title {
	list-style: none;
}

.dropdown .megamenu li a {
	color: #000 !important;
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
}

.dropdown .megamenu li.title h4 {
}

.navbar-custom.navbar-fixed-top.top-nav-collapse .nav .megamenu li.active a,
.navbar-custom .nav .megamenu li.active a {
	color: #000 !important;
}

.grid-view-option,
.list-view-option {
	padding: 6px 6px;
	font-size: 20px;
	float: right;
	cursor: pointer;
}

.product-item.list img.img-responsive {
	width: 20%;
	margin-left: 0px;
}

.product-item.list .bottom-content {
	/*position: absolute;
  left: 30%;*/ /*25-30*/
	position: relative;
	margin-left: 2%;
	text-align: left;
	top: 0px;
	width: 69%;
	flex-grow: 1;
}

.product-item.list {
	position: relative;
}

.product-item .bottom-content p,
.product-item .bottom-content h5 {
	margin-bottom: 6px;
}

.product-view-option.active {
	opacity: 1;
}

.product-view-option {
	opacity: 0.2;
}

.hover-products {
	display: flex;
	flex-wrap: wrap;
}

.product-item.grid .hover-products {
	justify-content: center;
}

.product-item .hover-products .item-product {
	padding: 4px;
}

	.product-item .hover-products .item-product img {
		width: 100%;
		margin: 0px;
		cursor: pointer;
		border: 2px solid transparent;
	}

		.product-item .hover-products .item-product img:hover {
			border: 2px solid #555;
		}

.product-item.list .hover-products .item-product img {
	min-height: 75px;
	max-height: 75px;
}

.navbar-main-collapse .nav.navbar-nav li.dropdown {
	position: unset !important;
}

	.navbar-main-collapse .nav.navbar-nav li.dropdown.cart-menu {
		position: relative !important;
	}

.navbar-main-collapse .nav.navbar-nav .category-section .item-content h5 {
	margin-bottom: 4px;
}

.navbar-main-collapse .nav.navbar-nav .category-section .item-content p {
	font-size: 14px;
	margin-bottom: 0px;
	text-transform: initial;
	letter-spacing: 0px;
}

.navbar-main-collapse .nav.navbar-nav .category-section .item-content a {
	color: #000;
	font-size: 12px;
}



/*-------------------mix match--------------------*/
.config-section .flex {
	display: flex;
}

.config-section .ml-auto {
	margin-left: auto;
}

.collaps {
	border-bottom: 1px solid #dbd9d9;
	padding: 15px 5px;
}

.content-panel {
	margin-top: 10px;
	margin-bottom: 0px;
}

.collaps .collaps-open .content {
	padding-top: 10px;
}

.collaps .content .product-item {
	padding: 5px;
}

	.collaps .content .product-item .product-img {
		border: 1px solid #dbd9d9;
		padding: 10px;
	}

		.collaps .content .product-item .product-img img {
			width: 100%;
			height: 100%;
		}

.collaps-open {
	width: 100%;
	margin-top: 0px;
	text-align: left;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}

	.collaps-open:after {
		content: "\f067";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		font-size: 16px;
		position: absolute;
		right: 5px;
		top: 5px;
	}

	.collaps-open.active:after {
		content: "\f068";
	}

/*.collaps-open:hover {
  background-color: #555;
}*/

.content {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	max-width: 100%;
	width: 100%;
	overflow: auto;
	transition: max-height 0.2s ease-out;
}



#myCustOuter {
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
}

#custom-design-data {
	/*min-height: calc(600px);
  height: auto;
    width: auto;
    padding: 25px 0px;
    position: sticky;
    z-index: 1;
    top: 8px;
    box-shadow: 1px 1px 10px 1px #ddd;
    background-color: black;*/
}

#myCustOuter.fullscreen-active #custom-design-data {
	z-index: 1000;
	width: 80%;
	height: 80%;
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	/* visibility: hidden; */
	transition: all .3s ease;
}

/*.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}*/
.custom-design .expand-fullscreen {
	top: 10px;
}

.custom-design .create-custom-design {
	bottom: 10px;
}

.custom-design .custom-design-data-icon {
	position: absolute;
	right: 10px;
	background-color: #fff;
	border: 1px solid;
	padding: 4px 8px;
}

	.custom-design .custom-design-data-icon i {
		font-size: 18px;
		line-height: 28px;
		font-weight: normal;
	}

/*-------------------// mix match--------------------*/

.product-range-section .range-image {
	width: 100%;
}


.product-range-section .grid-pad.product-range-gallery img {
	/*margin-bottom: 25px;*/
	max-height: 400px;
	object-fit: cover;
	min-height: 400px;
	width: 100%;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.product-item.list .bottom-content {
		position: unset;
		left: 25%;
		text-align: left;
		top: 0px;
		width: 100%;
	}

	.hover-products .item-product {
		width: 25%;
	}

	.product-item.list img.img-responsive {
		width: 100%;
		margin-left: 0px;
	}
}

.d-none {
	display: none;
}

.mobile-filter {
	position: relative;
}

	.mobile-filter.scroll {
		position: fixed;
		/* top: 11%;*/
		padding: 15px 10px;
		left: 0;
		font-weight: bold;
		z-index: 999;
		background: white;
		width: 100%;
	}

	.mobile-filter:not(.scroll) {
		top: 0px !important;
	}

	.mobile-filter .open-sidebar i {
		margin-right: 15px;
		margin-top: -5px;
	}



/***********************  Header Start ***************************************/
@media only screen and (min-width: 992px) {
	.ft-size-24 {
		font-size: 24px !important;
	}
}
/***********************  Header End ***************************************/

/*********************** Filter and Sort mobile version ********************/
@media (max-width: 786px) {
	.section-small {
		padding-top: 0px !important;
	}
}
/***********************/

