/* ------Start Category Nav Area ------ */
.categoryNavbar, .categoryNavbarOffer {
	width: 100%;
}
.categoryNavbarOffer {
    color: #1b1b28 !important;
}
.categoryNavbar .dropdown-toggle::after{
	display: none;
}
@media screen and (max-width: 991px) {
	.categoryNavbar {
		display: none;
	}
    .categoryNavbarOffer {
		display: block !important;
	}
}

.categoryNavbar .navbar, .categoryNavbarOffer .navbar {
	padding: 0px;
}
.categoryNavbarOffer .navbar .nav-item ,
.categoryNavbar .navbar .nav-item {
	padding: 0rem .5rem;
	margin: 0rem .25rem;
}
.categoryNavbarOffer .navbar .nav-item .nav-link,
.categoryNavbar .navbar .nav-item .nav-link{
	opacity: 0.7 !important;
	color: #1b1b28;
	font-size: 13px;
	font-weight: 600;
}
.categoryNavbarOffer .navbar .nav-item .nav-link:hover,
.categoryNavbar .navbar .nav-item .nav-link:hover{
	opacity: 1 !important;
}
/* makes the dropdown full width  */
.categoryNavbar .navbar .dropdown {
	position: static;
}
.categoryNavbar .navbar .dropdown-menu  {
	width: 100%;
	top: 36px;
	left: 0;
	right: 0;
	display: block;
	border: none;
	border-radius: 0px;
	background-color: #ffffff!important;
	box-shadow: 0px 0px 18px #026cd11a;
	padding: 0px;
}
.categoryNavbar .navbar .dropdown-menu.ss{
	max-width: 500px;
}
.categoryNavbar .navbar .dropdown .dropdown-menu {
	visibility: hidden;
	opacity: 0;
}
.categoryNavbar .navbar .dropdown .dropdown-menu.show,
.categoryNavbar .navbar .dropdown:hover .dropdown-menu,
.categoryNavbar .navbar .dropdown .dropdown-menu:hover {
	visibility: visible;
	opacity: 1;
	/* transition: visibility 0s, opacity 0.3s linear; */
}
.categoryNavbar .navbar .dropdown.show .nav-link{
	opacity: 1 !important;
}
/* Start Hover Tab Area */
.categoryInner{
	width: 100%;
}
.categoryVerticalTab {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0px;
	border-right: 1px solid var(--soft-secondary)!important;
}
.categoryVerticalTab li{
	height: 40px;
	/* border-bottom: 1px solid var(--soft-secondary)!important; */
}
.categoryVerticalTab li a {
	font-weight: 500;
	color:#1b1b28;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 0px 15px;
	background-color: #ffffff;
}
.categoryVerticalTab li:last-child{
	border-bottom: 1px solid transparent !important;
}
.categoryVerticalTab li a:hover{
	background-color: var(--soft-secondary)
}
.categoryInner .tab-content .tab-pane{
	width: 100%;
}

/* End Hover Tab Area */
.categoryTitle{
	font-size: 13gfpx;
	color: #1b1b28;
	font-weight: 600;
	padding:5px 0px 5px 0px;
	margin-bottom: 5px;
}
.subCategoryList {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.subCategoryList li{
	padding: 0px 0px;
}
.subCategoryList li a{
	font-weight: 600;
	font-size: 13px;
	color: #1b1b28;
	opacity: 0.7;
	padding: 0px 0px;
}
.subCategoryList li a:hover{
	opacity: 1;
}
.view-more-btn {
	margin-left: 22px;
	cursor: pointer;
	font-weight: 600;
	font-size: 12px;
	color: var(--primary);
	opacity: 0.5;
	padding: 0px 0px;
}
.view-more-btn:hover{
	opacity: 1;
}




/* ------End Category Nav Area ------ */

/* ------ Start Mobile Footer Area ------ */
#desktopFooter{
	display: flex;
}
#mobileFooter{
	display: none;
}
@media screen and (max-width: 992px) {
	#desktopFooter{
		display: none;
	}
	#mobileFooter{
		display: block;
	}
}
.footerBody {
	margin-bottom: 15px;
}
.footerTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: uppercase;
	transition: 0.5s;
}




/*>>>>>>>>>> Start Client Logo Area --------*/
.subCategoryArea  {
	border-top: 1px solid #edf2f7;
	border-left: 1px solid #edf2f7;
}
.subCategoryArea .singleSubCategory {
    padding: 10px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
	border-right: 1px solid #e0e5fa;
	border-bottom: 1px solid #e0e5fa;
    background: white;
    height: 100px;
	width: 100%;
}
.subCategoryArea .singleSubCategory img {
    height: 65px;
    width: 65px;
	border-radius: 100%;
	transition: all 0.4s ease-in-out;
}
.subCategoryArea .singleSubCategory:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.subCategoryArea .singleSubCategory span{
	cursor: pointer;
	margin-top: 8px;
	font-size: 11px;
	font-weight: 600;
	color: #1b1b28;
}
/*-------- End Client Logo Area <<<<<<<<<<*/







/* Start Category Section Area */
.categoryContainer{
	border-left: 1px solid #edf2f7;
	border-right: 1px solid #edf2f7;
}
.categoryContainer.half-outside-arrow .slick-prev {
    left: -20px;
}
.categoryContainer.half-outside-arrow .slick-next {
    right: -20px;
}
.categoryGroup {
	border-top: 1px solid #edf2f7;
    border-bottom: 1px solid #edf2f7;
}
.categoryGroup .singleCategory {
	padding: 10px 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	border: 0;
	background: #e4fff7;
	height: 175px;
	width: 100%;
	margin: 10px;
	border-radius: 24px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.categoryGroup .singleCategory:first-child{
    border-bottom: 1px solid #edf2f7;
}
.categoryGroup .singleCategory img {
    height: 100px;
    width: 100px;
	border-radius: 100%;
}
.categoryGroup .singleCategory a{
	cursor: pointer;
	margin-top: 8px;
	font-size: 11px;
	font-weight: 600;
	color: #1b1b28;
}
/* End Category Section Area */

/* Start Single Category Product List Area */
.categoryProductsList {
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}
.categoryProductsList .singleProduct {
    padding: 10px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    overflow: hidden;
    background: #ffffff;
    height: 160px;
}
.categoryProductsList .singleProduct img {
    height: 120px;
    width: 100%;
}
.categoryProductsList .singleProduct a{
	cursor: pointer;
	margin-top: 8px;
	font-size: 10px;
	font-weight: 600;
}
/* End Single Category Product List Area */
.hr-line{
	flex-grow: 1;
	margin-left: 15px;
}

.hr-line .hr{
	width: 100%;
	height:2px;
	background: #dee2e6;
	border-radius: 5px;
}
.categoryBannerContainer{
	display: flex;
    justify-content: center;
	position: relative;
	width: 100%;
	height: 95%;
}
.categoryBannerContainer .viewAllbtn{
	z-index: 99;
	bottom: 15px;
	min-width: 100px;
	position: absolute;
	font-weight: 600;
	color:#ffffff ;
	border: none;
	background-color: rgba(0, 0, 0, 0.5);;
}
.categoryBannerContainer .viewAllbtn:hover{
	color: var(--primary);
	border: none;
}
.categoryBannerContainer img.categoryBannerIMG{
	width: 100% !important;
	height: 100%;
}
img.categoryBannerIMG{
	width: 100% !important;
}
@media screen and (max-width: 992px) {
	img.categoryBannerIMG{
		margin-bottom: 10px;
	}
}
.continueTitle {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
	align-items: center;
}
.continueTitle:after {
    flex-grow: 1;
    margin: 0 15px;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #dee2e6;
}
.continueTitle:before {
    flex-grow: 1;
    margin: 0 15px;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #dee2e6;
}


/* Currency Modal Area */
.newHoverBG{
	cursor: pointer;
	border-radius: 50px;
	padding: 10px 25px;
}
.newHoverBG:hover{
	background-color: #040508 !important;
}

.footerSingleFeature{
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 992px) {
	.footerSingleFeature{
		padding: 15px;
		display: flex;
		justify-content: start;
		align-items: center;
	}
}
.footerSingleFeature i{
	font-size: 22px;
	font-weight: 600;
	margin-right: 5px;
}
.footerSingleFeature h4{
	text-transform: capitalize;
	font-size: 14px;
	margin-bottom: 0px;
}



.play-icons {
	background-color: #ffffff;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
    width: 220px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 55px;
    margin: 0 0.3rem;
    border-radius: 10px;
    color: #222C37;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 20px;
}
.play-icons:hover {
	background-color:#222C37;
	color: #ffffff;
	transition: all 0.3s ease;
	font-weight: 600;
	font-size: 20px;
}
.play-icons img {
	margin-top: -5px;
	width: 35px;
	height: 35px;
	color: #04091e;
	font-size: 28px;
	margin-right: 10px;
}

.aiz-mobile-bottom-nav .menu-icon{
    height: 16px;
    width: 16px;
    margin: auto;
    margin-bottom: 3px;

}

.aiz-mobile-bottom-nav .rounded-circle-profile{
	height: 24px;
	width: 24px;
	border-radius: 100%;
	border: 2px solid #66AFFF;
}


.product-card:hover{
	border : 1px solid #047857!important;
	border-radius: 5px;
}