#template-collection .bread-crumb{
	display: none !important;
}

.section.collection-section{
	overflow: hidden;
}

.collection_banner {
	background-color: #F9FAFB;
	margin-bottom: 0;
	position: relative;
}
.collection_banner:hover img {
	transform: scale(1);
}

.collection_banner .collection_banner__content p{
	gap: 10px;
	font-family: var(--Mulish);
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: var(--primary-color);
	text-align: left;
	margin-bottom: 8px;
}

.collection_banner .collection_banner__content h2{
	font-family: var(--Mulish);
	font-style: normal;
	font-weight: 800;
	font-size: 32px;
	line-height: 48px;
	color: var(--primary-color);
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: left;
}

@media (min-width: 992px){
	.collection_banner.is-normal{
		height: var(--collection_banner_height);
		background: var(--collection_banner_img) no-repeat center center;
		background-size: cover;
		position: relative;
	}
}

.collection_banner.is-normal:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #F9FAFB;
	opacity: .5;
}

.collection_banner.is-overlay{
	padding-top: var(--collection_banner_height);
	position: relative;
}

.collection_banner .collection_banner__inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: auto;
}

.collection_banner .collection_banner__box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.collection_banner.is-overlay .banner{
	height: var(--collection_banner_height);
	position:relative;
	margin-right:54px;
}

.collection_banner.is-overlay .banner:before{
	content: '';
	position: absolute;
	left: -33px;
	top: 0;
	background: linear-gradient(270deg, rgba(249, 250, 251, 0) 0%, #F9FAFB 100%);
	width: 129px;
	height:100%;
	z-index: 1;
}

.collection_banner.is-overlay .banner:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	background: linear-gradient(90deg, rgba(249, 250, 251, 0) 0%, #F9FAFB 100%);
	width: 68px;
	height:100%;
	z-index: 1;
}

.collection_banner.is-normal .banner{
	display:none !important;
}

.collection_banner.is-overlay img{
	height: 100%;
}

@media (max-width: 991px){
	.collection_banner {
    height: auto !important;
		min-height: 101px !important;
		padding-top: 0 !important;
	}
	.collection_banner .banner {
		display: none;
	}
	.collection_banner .collection_banner__box{
		justify-content: center;
	}
	.collection_banner .collection_banner__content p{
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 2px;
		text-align: center;
		justify-content: center;
	}
	.collection_banner .collection_banner__content h2{
		font-size: 20px;
		line-height: 30px;
		text-align: center;
	}
}

.sort-cate ul {
	padding-left: 0;
	list-style: none;
	margin: 0px;
}
.section.wrap_background {
	margin-bottom: 5px;
	margin-top: 20px;
}
@media (max-width: 1023px) {
	.sort-cate {
		--border-color: #eee;
		font-size: 12px;
	}
	.sort-cate li {
		margin: 0 auto;
		outline: none;
		position: relative;
		width: 120px;
		padding: 0 10px;
		color: var(--text-color);
		font-size: 12px;
		cursor: pointer;
		border: 1px solid var(--border-color);
		border-radius: 6px;
	}
	.sort-cate #sort-by {
		/*background: #fff;*/
		padding-bottom: 0;
		margin-right: 5px;
	}
	.sort-cate #sort-by > ul > li {
		line-height: 34px;
	}
	.sort-cate #sort-by > ul > li .fas {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.sort-cate #sort-by > ul > li:hover {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
	}
	.sort-cate #sort-by > ul > li:hover > ul {
		visibility: visible;
	}
	.sort-cate #sort-by li > ul {
		position: absolute;
		visibility: hidden;
		width: 120px;
		left: -1px;
		top: 34px;
		z-index: 9999;
		border: 1px solid var(--border-color);
		border-radius: 0px 0px 6px 6px;
		overflow: hidden;
		background: #fff;
	}
	.sort-cate #sort-by li > ul li {
		border-top: none;
		border-right: none;
		border-left: none;
		border-radius: 0px;
	}
	.sort-cate #sort-by li > ul li:hover a {
		color: var(--primary-color);
	}
	#open-filters {
		font-family: 'Mulish';
		font-style: normal;
		font-weight: 700;
		font-size: 12px;
		line-height: 18px;
		text-transform: uppercase;
		color: #161C24;
	}
	#open-filters span {
		margin-left: 10px;
	}
	#open-filters .fa {
		font-size: 16px;
	}
}
@media (min-width: 1024px) {
	#recent-view-coll {
		margin-bottom: 112px;
	}
	.sort-cate .fas {
		display: none;
	}
	.sort-cate .content_ul li {
		display: inline-block;
	}
	.sort-cate .content_ul li a {
		font-weight: 400;
		color: #898989;
		padding: 9px 10px 11px;
		display: inline-block;
	}
	.sort-cate .content_ul li:hover, .sort-cate .content_ul li.active {
		border-bottom: 2px solid var(--primary-color);
		margin-bottom: -2px;
	}
	.sort-cate .content_ul li:hover a, .sort-cate .content_ul li.active a {
		color: var(--primary-color);
	}
}
.card {
	border-radius: 0px;
	border: none;
}
.pagenav {
	display: flex;
	justify-content: center;
	align-items: center;
}
.overflow-item:not(.show) {
	display: none;
}
.filter-item-toggle .fas {
	transitions: all 0.3s ease-out;
}
.filter-item-toggle.show {
	display: inline-block;
}
.filter-item-toggle.show .fas {
	transform: rotate(180deg);
}

.coll-head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.coll-sortby{
    padding: 10px 5px;
    align-items: center;
}
.coll-sortby select{
	-webkit-appearance: none;
    margin-left: 5px;
    height: 30px;
    padding: 0 5px;
	padding-right: 20px;
}

@media(min-width: 1200px){
	.coll-head{
		padding-right: 5px;
	}
}

@media(max-width: 767px){
	.coll-sortby{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.coll-sortby .sort-cate #sort-by{
		padding: 0;
	}
}


#sort-by{
  position: relative;
}

@media (max-width: 991px){
	#sort-by{
		padding: 18px;
	}
}

#sort-by:after{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 12px;
	right: 4px;
	border-top: 6px solid;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

/* Flash sale Collection */
.ega-badge-ctd {
	display: flex;
	align-items: center
}

.ega-badge-ctd__item {
	border-radius: 3px;
	margin: auto 6px;
	color: var(--countdown-color);
	background-color: var(--countdown-background);
	text-align: center;
	display: flex;
	place-items: center;
	place-content: center;
	width: 44px;
	height: 40px;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px
}

.ega-badge-ctd__colon {
	font-weight: bold;
	font-size: 14px;
	color: var(--countdown-background)
}

.ega-badge-ctd__s {
	margin-right: 0px
}
.flashsale {
	--background-color: #f4ebc1;
	--countdown-background: #d3232a;
	--countdown-color: #fff;
	background: var(--background-color, transparent);
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 10px
}

@media (max-width:575px) {
	.flashsale {
		padding: 0px
	}

}

.flashsale__title {
	display: flex;
	align-items: center
}

.flashsale__header {
	flex-direction: column;
	justify-content: center;
	margin: auto
}

.flashsale__countdown-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: auto
}

.flashsale__countdown-label {
	color: var(--text-color);
	font-size: 1rem;
	margin-bottom: 10px
}

.promo-box-wrapper .slick-list {
	margin: auto
}

.promo-box-wrapper::-webkit-scrollbar {
	display: none
}

.promo-box-wrapper .slick-slide {
	margin: 0 10px
}

.promo-box-wrapper .slick-list {
	margin: 0 -10px
}

.promo-box-wrapper:not(.slick-slider) {
	overflow: auto;
	display: flex;
	flex-wrap: no-wrap
}

.flashsale-coupon {
	margin: 1rem auto;
	border-radius: 0.25rem !important;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
	background: #fff;
	margin: 10px auto
}

.flashsale-coupon .coupon-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 16px;
	color: #000;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	border-bottom: 1px solid #eee
}

.flashsale-coupon .coupon-footer {
	border-top: 1px dashed #bbb;
	padding-top: 8px
}

.flashsale-coupon .coupon-content {
	line-height: 1.5;
	margin-bottom: .75rem
}

.flashsale-coupon .text-blue {
	color: #06748a
}

.flashsale-coupon .code {
	text-transform: uppercase;
	font-size: 1.7rem;
	margin-bottom: 0 !important;
	font-weight: 500;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 60%;
	color: #f44336
}

.flashsale-coupon .copy-btn {
	--primary-color: #ff5722;
	font-size: .68rem;
	border-radius: 1rem;
	display: inline-block;
	padding: .35rem .6rem;
	font-weight: 500;
	text-transform: capitalize
}

.flashsale-coupon .coupon-body {
	padding: .5rem
}

.flashsale-coupon .coupon-body p {
	line-height: 1.5;
	font-size: 14px;
	padding: 10px
}

@media (max-width:767px) {
	.flashsale-coupon {
		flex: 0 0 300px;
		max-width: 300px
	}

	.flashsale-coupon+.flashsale-coupon {
		margin-left: 10px
	}

}
/* End Flash sale Collection */

@media screen and (min-width: 992px){
	.aside-filter .filter-container {
		display: flex;
	}
	.main_container{
		padding-top: 45px;
	}
	.filter-content.aside-filter{
		margin-bottom: 0;
		padding-bottom: 10px;
	}
  .aside-filter .filter-container{
		padding-bottom: 0;
  }
	.filter-heading{
		font-family: var(--Mulish);
		font-style: normal;
		font-weight: 700;
		font-size: 14px;
		line-height: 22px;
		color: var(--primary-color);
		padding-right:40px;
	}
  .asidecollection .aside-filter .aside-item {
    padding-top: 0;
    margin-top: 0;
		padding-right: 40px;
    border: unset;
  }
  .asidecollection .aside-filter .aside-item .aside-title {
    display: flex;
    align-items: center;
    gap: 9px;
  }
  .asidecollection .aside-filter .aside-item .aside-title svg {
    width: 13px;
    text-align: center;
    transition: all .2s ease;
  }
  .asidecollection .aside-filter .aside-item .title-head {
    font-family: var(--Mulish);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #637381;
    text-transform: uppercase;
    margin-bottom: 0;
    cursor: pointer;
  }
  .asidecollection .aside-filter .aside-item .aside-content{
    position: absolute;
    z-index: 2;
    background-color: #fff;
    padding: 18px;
    border-radius: 5px;
    box-shadow: 0px 12px 24px -4px rgba(145, 158, 171, 0.16);
    transition: all .2s ease;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
		width: max-content;
    max-width: 270px;
  }
  .asidecollection .aside-filter .aside-item .filter-item {
    font-family: var(--Mulish);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: var(--primary-color);
  }
  .asidecollection .aside-filter .aside-item.is-active .title-head{
    color: var(--primary-color);
  }
  .asidecollection .aside-filter .aside-item.is-active .aside-title svg {
    transform: rotate(180deg);
  }
  .asidecollection .aside-filter .aside-item.is-active .aside-title svg path {
    fill: var(--primary-color);
  }
  .asidecollection .aside-filter .aside-item.is-active .aside-content{
    height: auto;
    visibility: visible;
    opacity: 1;
  }
}

.aside-menu-container{
	position: relative;
}

.aside-menu-container:before{
	content: '';
	position: absolute;
	width: 100vw;
	height: 1px;
	background-color: #DFE3E8;
	bottom: 0;
	left: 50%;
}

.aside-menu-container:after{
	content: '';
	position: absolute;
	width: 100vw;
	height: 1px;
	background-color: #DFE3E8;
	bottom: 0;
	right: 50%;
}

.aside-menu{
	padding-top: 10px;
	padding-bottom: 0;
}

.aside-menu .aside-menu__list {
	position: relative;
}

/*.aside-menu .aside-menu__list:before {
	content: '';
	position: absolute;
	width: calc(100vw / 2);
	height: 1px;
	background-color: #DFE3E8;
	bottom: 0;
	left: 100%;
}

.aside-menu .aside-menu__list:after {
	content: '';
	position: absolute;
	width: calc(100vw / 2);
	height: 1px;
	background-color: #DFE3E8;
	bottom: 0;
	right: 100%;
}*/

.aside-menu .aside-menu__list .aside-menu__item{
  padding: 0 12px 10px;
  position: relative;
	text-align: center;
}

.aside-menu .aside-menu__list .aside-menu__item a{
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #919EAB;
  transition: all .2s linear;
}

@media (max-width: 991px){
	.aside-menu .aside-menu__list .aside-menu__item a{
		white-space: nowrap;
	}
}

.aside-menu .aside-menu__list .aside-menu__item:before{
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1C1C1C;
  transition: all .2s ease;
	z-index: 1;
}

.aside-menu .aside-menu__list .aside-menu__item.is-active:before,
.aside-menu .aside-menu__list .aside-menu__item:hover:before{
  width: 100%;
}

.aside-menu .aside-menu__list .aside-menu__item.is-active a,
.aside-menu .aside-menu__list .aside-menu__item:hover a{
  color: #161C24;
}

.aside-menu .slick-track{
  display: flex;
}
.aside-menu .slick-slide{
  height: inherit;
}
.aside-menu .slick-slide a{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aside-menu .slick-arrow{
  height: 30px;
  width: 30px;
  line-height: 30px;
  padding: 0;
}

.aside-menu .slick-arrow:before{
	height: 29px !important;
	width: 28px !important;
	line-height: 29px !important;
	padding: 0 !important;
}

.aside-menu .slick-arrow.slick-next{
  right: -30px; 
}

.aside-menu .slick-arrow.slick-prev{
  left: -30px; 
}

@media (max-width: 991px){
	.aside-menu {
		overflow-x: auto;
		overflow-y: hidden;
		margin: 0 -18px 25px;
	}
	.aside-menu::-webkit-scrollbar{
		display:none;
	}
	.aside-menu .aside-menu__list{
		padding-left: 18px;
		padding-right: 18px;
	}
	.aside-menu .aside-menu__list:after{
		right: calc(100% - 18px);
	}
	.aside-menu .aside-menu__list:before{
		left: calc(100% - 18px);
	}
}


.aside-filter #sort-by:after{
	display: none;
}
.aside-filter #sort-by .content_ul{
	position: absolute;
	visibility: hidden;
	opacity: 0;
}

.product_getcontent {
	max-height: var(--maxHeightContent);
	overflow: hidden;
}
.ega-pro__seemore {
	position: relative;
}
.ega-pro__seemore.show:before {
	content: none;
}
.ega-pro__seemore:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 100%;
	height: 100px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 17%, #fff 93.12%);
}
