/*your custom css goes here*/

@font-face {
	font-family: 'Poppins-Regular';
	src: url('../fonts/Poppins-Regular.ttf');
	url('../fonts/Poppins-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Nuovavolte-semibold';
	src: url('../fonts/Nuovavolte-semibold.ttf');
	url('../fonts/Nuovavolte-semibold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.testimonials-box{border:1px solid #dddddd; text-align:center; padding:20px; background-color:#89debf; border-radius:15px; border-left: 5px solid #68c4a3; border-bottom: 5px solid #68c4a3; box-shadow: 0px 40px 20px -40px rgb(133, 133, 133);}
.testimonials-box .testimonial-content{display:flex; align-items: anchor-center; margin-bottom: 10px;}
.testimonials-box .testimonial-content img{ max-width: 60px; height:60px; margin-bottom: 10px; border: 2px solid #ffffff; border-radius: 50%; margin-right:10px; background-color:#ffffff;}
.testimonials-box .testimonial-content .testimonial-details{padding-left: 10px; text-align: left;}
.testimonials-box h6{color:#ffffff; font-size:17px;}
.testimonials-box p{font-size:15px; color:#ffffff;}

.category-menu{margin-left:8px; margin-right:8px;}
.category-menu .category-links{font-size:14px; line-height:20px; padding-top:8px;}
.category-menu img{border-radius:50%; border:1px solid #dddddd;}
.review-be {font-size: 18px;}
h1,h2,h3,h4,h5,h6{font-family: 'Nuovavolte-semibold' !important;}
.plr-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
.fs-20{font-size:20px !important;}
.corporate-modal{background-color:#fbfaf7;}
.corporate-modal .modal-header{padding:5px 10px 5px 10px; height:auto !important; min-height:none !important;}
.gift-text{border:1px solid #fafafa; padding:5px 10px!important; font-size:15px; margin-bottom:10px !important; width:90% !important; border-radius:5px;}

.corporate-title{font-size:17px; text-transform: capitalize; text-align:center; font-weight:600;}

.category-option{border:1px solid #dddddd;}
.button-gift{width: 100%;
    padding: 8px 20px; color: #ffffff;
    background: #484848; margin-top:20px;
    font-size: 15px; border:1px solid #484848;
    font-weight: 400; border-radius:5px;
    transition: var(--transition);}
.bg-concern{background-color:#fffae6;}
.ptb-30{padding-top:30px; padding-bottom:20px;}
.home-video-section{border:1px solid #dddddd; border-radius:15px;}
.home-video-section .feature-box-o{border-radius:15px !important; margin-bottom:0px !important; margin-top:0px !important;}

/*<-- New Menu Start --!>*/

 .header {
	display: flex;
	align-items: center;
	position: relative;
	background-color: #000000;
}

.header__wrapper {
	width: 100%;
	display: flex;
	align-items: center;
}

.header__navigation-wrapper {
	display: flex;
	width: 100%;
	padding-left: 50px;
}

.header__list {
	display: flex;
	align-items: center;
	gap: 28px;
	margin: 0;
	padding: 0;
}

.header__list-item {
	display: flex;
	padding: 8px 0 8px;
	gap: 8px;
	font-size: 15px; margin-right: 15px;
}

.header__list-item > a {
	display: flex;
	align-items: center;
	gap: 4px;
	transition: var(--transition);
}

.header__list-item > a svg path {
	transition: var(--transition); 
}

.header__list-item .submenu-wrapper {
	position: absolute;
	width: 100%;
	top: 110%;
	left: 0;
	border-radius:10px;
	padding: 20px 20px 10px 20px;
	background-color: rgba(255, 255, 255, 1);
	opacity: 0;
	visibility: hidden;
	pointer-events: none; border:1px solid #dddddd;
	transition: var(--transition);
}

.header__buttons-wrapper {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-left: auto;
}

.header__button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	padding: 6px 20px;
	border-radius: 5px;
	gap: 8px; color:#ffffff; background:#89debf;
	font-size: 15px;
	font-weight: 400;
	transition: var(--transition);
}

.header__button:hover {color:#ffffff !important; background:#89debf !important;
}

.submenu-list__title {
	width: max-content;
	margin-bottom: 25px;
	font-size: 12px;
	text-transform: uppercase;
	color: rgba(160, 161, 165, 1);
}

.submenu-list {
	display: flex;
	padding-left: 0; overflow-x:scroll;
}

.submenu-list__item {
	display: flex;
	padding-right: 100px;
	margin-right: -100px;
	cursor: pointer;
}

.header__list-item a{color:#ffffff;}

.submenu-list__item-wrapper {
	width: 100%;
	display: inline-block;
	align-items: center; text-align:center;
	padding: 6px 16px 6px 6px;
	gap: 16px;
	border-radius: 14px;
	transition: var(--transition);
}

.submenu-list__item-wrapper > svg {
	margin-left: auto;
	opacity: 1;
	visibility: hidden; color: #ffffff;
        fill: #ffffff;
	transition: var(--transition);
}

.submenu-list__wrapper {
	position: relative;
}

.submenu-content {
	position: absolute;
	right: 0;
	top: 0;
	max-width: calc(100% - 365px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: var(--transition);
}

.submenu-list__item.has-submenu.active .submenu-content {
	opacity: 1;
	visibility: visible;
}

.submenu-list__item.has-submenu.active .submenu-list__item-wrapper {
	background-color: rgba(255, 255, 255, 0.04);
}

.submenu-list__item.has-submenu.active .submenu-list__item-wrapper > svg {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.submenu-list__item-link {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.submenu-list__item-title {
	font-size: 14px;
	font-weight: 600;
	color: #484848;
}

.submenu-list__item-icon {
	display: inline-block;
    width: 150px;
}
.submenu-list__item-icon img{
	display: inline-block;
    width: 120px; margin-bottom:4px;
}
.submenu-list__item-subtile {
	font-size: 12px;
	font-weight: 400;
	color: rgba(160, 161, 165, 1);
}

.submenu-content__title {
	width: max-content;
	margin-bottom: 25px;
	font-size: 12px;
	text-transform: uppercase;
	color: rgba(160, 161, 165, 1);
}

.submenu-content__list:not(.events) {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	padding: 0;
}

.submenu-content__list.events {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	padding: 0;
}

.submenu-content__list-item {
	display: block;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.05);
	cursor: auto;
}

.submenu-content__link {
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	padding: 10px 10px 20px;
	border: 1px solid transparent;
	transition: var(--transition);
}

.submenu-content__link-img {
	margin-bottom: 20px;
	border-radius: 13px;
	overflow: hidden;
	transition: var(--transition);
}

.submenu-content__link-img img {
	transition: 0.4s ease-in;
}

.submenu-content__link-title {
	padding: 0 10px;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
}

.submenu-content__link-text {
	padding: 0 10px;
	font-size: 12px;
	color: rgba(160, 161, 165, 1);
}

.submenu-content__link-wrapper {
	display: flex;
	gap: 20px;
	padding: 10px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.05);
}

.submenu-content__list.events .submenu-content__link-img {
	width: 100%;
	max-width: 220px;
	flex: 1;
	border-radius: 13px;
	margin-bottom: 0;
}

.submenu-content__info {
	display: flex;
	flex-direction: column;
	flex: 1 0;
}

.submenu-content__category {
	display: flex;
	align-items: center;
	gap: 10px;
	width: max-content;
	padding: 10px 20px;
	margin-bottom: 20px;
	border-radius: 30px;
	font-size: 12px;
	font-weight: 500;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.7);
}

.submenu-content__list.events .submenu-content__link-title,
.submenu-content__list.events .submenu-content__link-text {
	padding: 0;
	margin-bottom: 12px;
}

.submenu-content__link-address,
.submenu-content__link-date {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 400;
	color: rgba(160, 161, 165, 1);
}

.submenu-content__link-address span,
.submenu-content__link-date span {
	line-height: 0.9;
}

.submenu-content__url {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	transition: var(--transition);

	svg,
	svg path {
		transition: var(--transition);
	}
}

.header__burger {
	display: none;
	flex-direction: column;
	align-items: flex-end;
	gap: 4px;
	width: 24px;
	margin-left: auto;
}

.header__burger i {
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 13px;
	transition: var(--transition);
}

.header__burger.active i:nth-child(1) {
	transform: rotate(45deg) translate(4px, 4px);
}

.header__burger.active i:nth-child(2) {
	opacity: 0;
}

.header__burger.active i:nth-child(3) {
	transform: rotate(-45deg) translate(4px, -5px);
}

@media (hover: hover) and (pointer: fine) {
	.header__list-item:hover .submenu-wrapper {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.header__list-item:hover ~ .header__list-item .submenu-wrapper {
		display: none;
	}

	.header__list-item:hover > a,
	.header__list-item:hover > a svg path {
		color: #ffffff;
		fill: #ffffff;
	}

	.header__button:hover {
		background-color: rgba(255, 255, 255, 0.05);
	}

	.submenu-list__item.has-submenu:hover .submenu-list__item-wrapper {
		background-color: rgba(255, 255, 255, 0.04);
	}

	.submenu-list__item.has-submenu:hover .submenu-content,
	.submenu-list__item.has-submenu:hover .submenu-list__item-wrapper > svg {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.submenu-content__list-item:hover .submenu-content__link {
		border-color: rgba(255, 255, 255, 0.3);
	}

	.submenu-content__list-item:hover .submenu-content__link-img img {
		transform: scale(1.05);
	}

	.submenu-content__url:hover,
	.submenu-content__url:hover svg path {
		color: var(--color-primary);
		stroke: var(--color-primary);
	}

	.submenu-content__url:hover svg {
		transform: translateX(5px);
	}
}

@media screen and (max-width: 1280px) {
	.header__navigation-wrapper {
		padding-left: 25px;
	}

	.submenu-list {
		max-width: 250px;
	}

	.submenu-content {
		max-width: calc(100% - 270px);
	}

	.submenu-content__url {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 1024px) {

	.header {
		min-height: 40px;
		padding: 0 20px;
	}

	.header__burger {
		display: flex;
	}

	.header__navigation-wrapper {
		flex-direction: column;
		align-items: center;
		position: absolute;
		top: 110%;
		left: 0;
		padding: 10px;
        background-color: rgb(166 156 156);
		border-radius: 10px;
		opacity: 0;
		visibility: hidden;
		transition: var(--transition);
	}

	.header__navigation-wrapper.open {
		opacity: 1;
		visibility: visible;
	}

	.header__list {
		flex-direction: column;
		gap: 10px;
	}

	.header__buttons-wrapper {
		flex-direction: column;
		margin-left: unset;
		margin-top: 50px;
		gap: 8px;
	}

	.header__navigation,
	.header__list {
		width: 100%;
	}

	.header__list-item {
		flex-direction: column;
		width: 100%;
		padding: 0;
		gap: 0;
		margin: 0; border-bottom: 1px solid #fcfcfc;
	}

	.header__list-item.active a,
	.header__list-item.active a > svg path {
		fill: var(--color-primary);
		color: var(--color-primary);
	}

	.header__list-item .submenu-wrapper {
		position: static;
		padding: 0;
		max-height: 0;
		border-radius: 0;
		opacity: 1;
		visibility: visible;
		pointer-events: all; border:none;
		overflow: hidden;
		transition: max-height var(--transition);
	}

	.submenu-list {
		width: 100%;
		max-width: 100%;
		gap: 5px;
	}

	.submenu-list__wrapper {
		margin-top: 30px;
	}

	.submenu-list__item {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.submenu-list__item:active .submenu-list__item-wrapper {
		background-color: rgba(255, 255, 255, 0.04);
	}

	.submenu-list__item:active .submenu-list__item-wrapper > svg {
		opacity: 1;
		visibility: visible;
	}

	.submenu-list__title {
		display: none;
	}

	.submenu-content {
		display: none;
	}

	.header__button {
		border: 1px solid rgba(255, 255, 255, 1);
	}
}

@media screen and (max-width: 767.9px) {
	.header__buttons-wrapper,
	.header__button {
		width: 100%;
	}
	.submenu-list__item-icon img {
    display: inline-block;
    width: 65px;
    margin-bottom: 2px;
}
.submenu-list__item-icon {
    display: inline-block;
    width: 70px;
}
.submenu-list__item-title {
    font-size: 12px;
    font-weight: 600;
}
.header__list-item .submenu-wrapper {overflow: auto; background:#fafafa;}
}

/*<-- New Menu End --!>*/
.fs-15{font-size:15px;}
.corporate-gifting{border:1px solid #dddddd; border-radius:10px; text-align:center; box-shadow: 0px 40px 20px -40px rgb(133, 133, 133);} 
.corporate-gifting img{border-radius:10px; padding-bottom:10px; width:100%;} 
.corporate-gifting h5 a{font-size:16px;} 
.corporate-gifting h5{margin-bottom:10px;} 


.offer-section img{border:1px solid #dddddd; border-radius:10px;}	
.add-cart-btn{border:1px solid #89debf; color:#ffffff !important; background:#89debf; width:100% !important; text-align:center; font-size:15px; margin-top:10px; padding:8px; border-radius:5px;}
.add-cart-btn:hover{ background:#000000;}
.bg-mob{background-color:#fbfaf7;}
.custom-search1 {width: 100%;}
.plus-img img{border:1px solid #dddddd; border-radius:10px; margin-bottom:20px; box-shadow: 0 0 72px -10px rgba(0, 0, 0, .22); width:100%;}
.video-section {background-image:url('../img/video-section.webp'); padding-top:100px; padding-bottom:100px; border:1px solid #dddddd; background-size:cover; background-position:center;}
.wd-custom-rounding {
    border-radius: 200px !important;
}
.video-section h4{color:#ffffff; text-transform:uppercase; font-size:22px; margin-bottom:20px;}
.video-section h3{color:#ffffff; text-transform:uppercase; font-size:32px; margin-bottom:20px;}
.video-btn-home{width:80px; height:80px; border:2px solid #ffffff; text-align:center; line-height:80px; font-size:40px; border-radius:50%; margin:auto;}
.video-btn-home i{color:#ffffff;}

.contact-head{border:1px solid #dddddd; border-radius:15px; margin-bottom:20px; padding:15px; text-align:center; box-shadow: 0 0 10px 0 rgba(0, 0, 0, .06);}
.contact-head img{border:1px solid #dddddd; text-align:center; margin:auto; margin-bottom:12px; width:100% !important; height:250px!important; border-radius:10px;}
.contact-head h3{color:#000000; text-transform:uppercase; margin-bottom:12px;}
.contact-head i{margin-right:5px;     background-color: #000000;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #ffffff; border-radius:2px; line-height: 25px;
    font-size: 18px;}
.contact-head p{font-size:15px;}
.menu-home{display:block; background-color:#a69c9c; padding-top:8px; padding-bottom:8px; border-bottom:1px solid #484949;}
.menu-home ul{display:inline-block; padding-left:0px; margin-bottom:0px;}
.menu-home ul li{display:inline-block; text-transform: uppercase;}
.menu-home ul li a{color:#ffffff; padding-right:15px; padding-left:15px;}
.menu-home ul li:after {
    content: '|';
    color: #ffffff;
}
.menu-home ul li:last-child:after { content: "."; display:none;}
.mt-50{margin-top:50px;}
.mt-30{margin-top:30px;}
.mt-20{margin-top:20px;}
.ptrbl20 {
	padding: 20px;
}
.ptb-30{padding-bottom:30px; padding-top:30px;}
.home-pop-video-close {
	position: absolute;
	top: 25px;
	right: 0;
	width: 35px;
	height: 35px;
	font-size: 20px;
	background-color: #ffffff;
	border-radius: 5px;
	line-height: 20px;
	text-align: center;
}

.video-view {
	background-color: #474948;
	color: #ffffff !important;
	padding: 4px 15px;
	position: sticky;
	margin: auto !important;
	bottom: 80px;
	width: auto;
	border-radius: 5px;
}

.video-block {
	height: 100%;
	max-height: 100%;
	width: 100%;
}

.home-page-video {
	/*max-height: 450px;
	height: 450px;*/ height:auto;
	width: 100% !important;
	max-width: fit-content;
	margin: auto;
}

.home-page-video video {
	width: -webkit-fill-available;
}

.menu-zindex {
	position: absolute;
	transform: translate(350px);
	width: 260px;
	margin-top: 0;
	transition-duration: .45s;
	background: #a69c9c;
}

.menu-zindex .modal-body {
	height: 100vh;
	max-height: 100vh;
	background: #111111;
}

.aiz-megabox2 {
	margin-right: 10px;
}

.table-responsive {
	width: 100% !important;
}

.ptrbl-0 {
	padding: 0px !important;
}

.table-purchase {
	text-align: center !important;
	vertical-align: middle !important;
}

.aiz-megabox2 input {
	position: absolute;
	/* z-index: -1; */
	opacity: 1;
	margin-right: 5px;
	height: 20px;
	width: 16px;
}

.size1-18 {
	width: 17px;
	height: 17px;
	border-radius: 2px;
	/* margin-top: 15px; */
	position: relative;
}

.ruby-text {
	display: ruby-text;
}

.slider-bottom1 .carousel-control-next {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease;
}

.slider-bottom1 .carousel-control-prev {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease;
}


/*.slider-bottom1 {
    position: absolute;
    display: flex;
    margin: auto;
    left: 30%;
    right: 30%;
}*/
.slider-bottom1 .carousel-control-next span {
	background: #474948;
	color: #ffffff;
	border-radius: 3px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.slider-bottom1 .carousel-control-prev span {
	background: #474948;
	color: #ffffff;
	border-radius: 3px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.shipping-email {
	word-break: break-word;
}

.right-btn {
	float: right;
}

.block-swatch.is-disabled {
	color: rgb(var(--text-color) / .5);
	background-color: transparent;
	border: 1px solid #474948 !important;
	background-image: linear-gradient(to bottom right, #0000 50%, currentColor 50% calc(50% + 2px), #0000 calc(50% + 2px));
}

.active-size1 {
	color: rgb(var(--text-color) / .5);
	background-color: #d6d6d6 !important;
	border: 5px solid #474948 !important;
	background-image: linear-gradient(to bottom right, #0000 50%, currentColor 50% calc(50% + 2px), #0000 calc(50% + 2px));

}

/*.active-size1:before{
    content: "";
    box-shadow: 0 0 0 2px rgb(var(--text-color));
    border-radius: inherit;
    opacity: 0;
    will-change: transform;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scale(.95);
}
*/
.block-swatch:before {
	content: "";
	box-shadow: 0 0 0 2px rgb(var(--text-color));
	border-radius: inherit;
	opacity: 0;
	will-change: transform;
	transition: opacity .2s ease-in-out, transform .2s ease-in-out;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform: scale(.95);
}

.view-all-category {
	background-color: #111111;
    font-size: 13px;
    padding: 8px 8px; color: #ffffff;
	letter-spacing: 0; border-radius:5px;
}
.view-all-category:hover {
	background-color: #9a0001; color: #ffffff;
}
.view-all-category i {
	background-color: #fbfaf7;
	color: #111111;
	font-size: 13px;
	text-align: center;
	border: 1px solid #111111;
	border-radius: 5px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin-left: 5px;
}

.text-order-right {
	float: right;
	width: 90%;
}

.cart-remove {
	display: block;
}

.quantity-btn {
	padding: 5px;
	font-size: 16px;
	line-height: normal;
	width: 25px;
	height: 25px;
}

.cart-added {
	vertical-align: middle !important;
	align-items: center;
	display: inline;
}

.fp-16 {
	font-size: 15px !important;
}

.noti-user {
	background-color: #ffffff;
	color: #111111;
}

.size-popup .modal-dialog {
	width: 650px !important;
	max-width: 650px;
}

.review-name {
	font-size: 15px;
}

.blog-home{border-radius:15px;}
.blog-home .feature-box-o img{border-radius:3px; padding-bottom:12px; width:100%;}
.blog-home .content-part {
    padding: 20px;
    box-shadow: 5px 14px 20px 0px #d0cccc85;
    position: relative;
    margin: 0px 15px;
    top: -45px;
    z-index: 111111;
    background: #ffffff;
    border-radius: 10px;
}

.blog-home .content-part1 {border: 1px solid #dddddd;
    padding: 20px; position: inherit;
    border-radius: 10px;
    margin-top: -35px !important;
    background: #ffffff;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px; box-shadow: 5px 14px 20px 0px #d0cccc85;}

.blog-home h5 {
    line-height: 26px;
    font-size: 20px;
}
.blog-btn {
    border-radius: 5px;
    padding: 8px 10px;
    background-color: #89debf;
    color: #000000;
    font-size: 14px;
}

.blog-btn:hover {
    border-radius: 5px;
    padding: 8px 10px;
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
}
.blog-box {
	padding: 15px;
}

.blog-box h2 a {
	color: #474948 !important;
}

.blog-box-btn {
	background-color: #474948;
	color: #ffffff !important;
	padding: 8px 15px;
	border-radius: 5px;
	font-size: 15px;
	text-align: center;
}

.blog-box-btn:hover {
	background-color: #111111;
}

.width-120 {
	width: 150px !important;
}

.heading-user {
	text-transform: uppercase;
	font-weight: 600 !important;
}

.heading-user1 {
	font-weight: 600 !important;
	margin: auto;
}

.font-600 {
	font-weight: 600;
	width: 30%;
}

.btnsold-100 {
	width: 100% !important;
	color: #fff;
	padding: 10px 15px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	background-color: #6c757d;
	border-color: #6c757d;
}

.img-90 {
	height: 100px;
}

.review-slider {
	border: 1px solid #dddddd;
	padding: 5px;
	border-radius: 5px;
	min-height: 450px;
	max-height: 450px;
}

.pt-30 {
	padding-top: 30px;
}

.mt-0 {
	margin-top: 0px !important;
}

.offer-summary {
	padding-top: 30px;
}

.review-image {
	width: 100%;
	max-height: 280px;
}

.review-image img {
	width: 100%;
	max-height: 280px;
	height: 280px;
}

.youtube-model {
	max-height: 100%;
}

.comment-text {
	height: 100px;
	overflow-y: scroll;
}

.search-footer {
	position: absolute;
	left: 10px;
	width: 50%;
}

.search-footer .search-popup123 {
	height: 90vh !important;
	max-height: 90vh;
}

.youtube-model .modal-dialog {
	max-height: 100%;
	overflow: hidden;
	margin-top: 0px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.youtube-model .modal-body {
	height: 100% !important;
	display: flex;
	width: 100%;
	height: calc(1920 / 1080* 100vw);
	max-width: calc(1080 / 1920* 100vh);
	margin: auto;
}

.youtube-model .modal-content .modal-body {
	overflow: hidden;
	max-width: 100%;
	justify-content: center;
}

.youtube-model .modal-content {
	background-color: transparent !important;
	border: none !important;
}

.youtube-model .modal-header {
	border-bottom: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 111111;
	min-height: auto !important;
	background: #ffffff;
	padding: 0px !important;
}

.youtube-model .modal-header .close {
	background: transparent !important;
	color: #000000 !important;
	padding: 5px;
	z-index: 999999;
}

.youtube-model .modal-header .close-button {
	color: #000000 !important;
	font-size: 36px;
	line-height: 35px;
	text-align: center;
	background: transparent !important;
	border: none;
}

.ticket-letter {
	letter-spacing: 0 !important;
}

.fw-600 {
	font-weight: 600;
}

.youtube-product-video {
	background-color: transparent !important;
	font-size: 17px;
	color: #000000;
	border: none;
	font-weight: 600;
	letter-spacing: 1px;
	padding-left: 0px;
	margin-bottom: 10px;
}

.youtube-product-video i {
	background-color: #000000;
	font-size: 17px;
	color: #ffffff;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	text-align: center;
	margin: auto;
	line-height: 25px;
	padding-left: 2px;
}

.badge-primary123 {
	background-color: #ffbf00;
}

.pay-section {
	padding: 20px;
}

.product-sold {
	position: absolute;
	top: 10px;
	left: 10px;
}

.search-link {
	margin-top: 10px;
}

.search-link ul {
	padding-left: 0px;
}

.search-link ul li {
	line-height: 26px;
	text-transform: uppercase;
	list-style: none;
	padding-bottom: 12px;
	font-weight: 600;
}




.size-popup {}

.size-popup .modal-dialog {
	position: absolute;
	right: 0;
}

.size-popup .modal-dialog .modal-content .modal-body {
	bottom: 0;
	top: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}

.size-popup .modal-header {
	padding: 0px !important;
	border: none;
	min-height: 0px;
}

.size-popup .close-button {
	z-index: 1;
	float: right;
	width: 40px;
	height: 40px;
	line-height: 20px;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
	border: 1px solid #1b1b28;
	color: #111111;
	background-color: #ffffff;
	position: absolute;
	right: 0;
	top: 0;
}

.review-popup {}

.review-popup .modal-dialog {}

.review-popup .modal-content .modal-body {
	padding: 15px;
	overflow-y: auto;
	max-height: 100vh;
}

.review-popup .modal-header {
	padding: 5px;
	border-bottom: none;
	min-height: 0px;
}

.review-popup .modal-header .close-button {
	width: 30px;
	height: 30px;
	z-index: 11;
	line-height: 30px;
	float: right;
	font-size: 20px;
	border: 1px solid #ffbf00;
	color: #ffffff;
	background-color: #ffbf00;
	position: absolute;
	right: 0;
	top: 0;
}

.pt-50 {
	padding-top: 50px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mob-home-slider {
	display: none;
}

.desk-home-slider {
	display: block;
}

.img-responsive {
	width: 100%;
}

.plr-10 {
	padding-left: 6px !important;
	padding-right: 6px !important;
}

.product-details-video {
	width: 100%;
}

.product-details-video video {
	width: 100%;
	max-height: 150px;
	border: 1px solid #dddddd;
}

.product-details-slider {
	width: 100%;
	height: 70vh;
	border-radius: 15px !important;
}

.product-details-slider iframe {
	width: 100%;
	height: 70vh;
	border-radius: 15px !important;
}

.product-details-slider1 {
	width: 100%;
	height: 100vh;
	border-radius: 15px !important;
}

.product-details-slider1 iframe {
	width: 100%;
	height: 100vh;
	border-radius: 15px !important;
}

.review-show-box {
	border: 1px solid #dddddd !important;
	display: block;
	border-radius: 8px !important;
	margin-bottom: 15px !important;
}

.review-show-box .review-content {
	padding-left: 8px;
	padding-right: 8px;
}

body {
	font-family: 'Poppins-Regular' !important;
}
.bg-footer-up{background-color:#fbfaf7; padding-bottom: 30px;
    padding-top: 30px;}
.h4,
.h5 {
	font-family: 'Nuovavolte-semibold' !important;
	color: #89debf;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
}

.video:before {
	content: "";
	background: rgb(0, 0, 0, 0.7);
	border-radius: inherit;
	z-index: 1;
	pointer-events: none;
	transition: background .2s ease-in-out;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.video {
	width: 100% !important;
	height: 650px;
	object-fit: cover;
	object-position: center;
	transform-origin: bottom;
	border-radius: inherit;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	grid-area: 1 / 1 / span 3 / span 3;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	position: relative;
}

.video video {
	width: 100% !important;
	min-height: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: center;
}

.video-content {
	z-index: 1;
	position: absolute;
	top: 30%;
	width: -webkit-fill-available;
	text-align: center;
	color: #ffffff;
}

.shop-activities{box-shadow: 4px 4px 6px 2px rgba(0, 0, 0, 0.1), 5px 3px 4px 0px rgb(222 222 222 / 6%) !important; text-align:center; border-radius:15px;}
.shop-activities img{border-radius:15px; margin-bottom:10px;}
.shop-activities h6 a{font-size:18px; color:#000000; text-transform: uppercase;}
.prose {
	margin: auto;
	width: 50%;
}

.video-content .prose .h1 {
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 50px;
}

.prose a {
	border: 2px solid #ffffff;
	padding: 15px 30px;
	border-radius: 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
}

.blue-text {
	color: #111111 !important;
}

.text-black {
	color: #333333 !important;
}

.color-pink {
	color: #89debf !important;
}

.text-white {
	color: #ffffff !important;
}

.noti-bg {
	background-color: #111111;
	color: #ffffff;
}

.order-center {
	align-items: center;
}

.product-video {
	width: 100%;
}

.product-video video {
	width: 100%;
	border-radius: 20px;
}

.text-golden {
	color: #8a0707 !important;
}

.padding-10 {
	padding: 10px !important;
}

.custo-middle {
	vertical-align: middle !important;
}

.bg-golden {
	background-color: #474948 !important;
}
.bg-gray{background-color:#f9f9f9;}
.zoom-icon {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: #474948;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #000000;
	font-size: 18px;
	border-radius: 10px;
	font-weight: 800;
	z-index: 999999;
}
}

.top-navbar {
	background-color: #ffbf00 !important;
}

.img-50 {
	width: 50%;
}

.ptb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.ptb-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.ptb-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.modal-slider {
	width: 100%;
	max-width: unset;
}

.modal-slider .modal-dialog {
	width: 100%;
	max-width: none;
	margin: 0px;
}

.product-slider .modal-header {
	padding: 5px 15px;
	border-bottom: none;
	position: absolute;
	right: 0;
	top: -10px;
}

.product-slider .modal-body {
	padding: 5px 15px !important;
	max-height: fit-content;
}

.product-slider .slider-mobile {}

.product-slider .slider-mobile img {
	max-width: -webkit-fill-available;
	height: 100vh;
	margin: auto;
}

.product-slider .modal-header .close-button {
	width: 30px;
	color: #111111 !important;
	height: 30px;
	text-align: center;
	border: 1px solid #ffffff;
	border-radius: 50%;
	line-height: 25px;
	font-size: 20px;
	z-index: 999999;
	background-color:#ffffff !important;
}

.sticky-details {
	position: sticky;
	top: 0;
}

.border-15 {
	border-radius: 15px;
}

.product-size-chart {
	text-align: right;
}

.product-size-chart a {
	color: #1b1b28;
	text-decoration: none;
}


.add-review-btn {
	background-color: #474948;
	font-size: 18px;
	color: #ffffff;
	padding: 10px 20px;
	margin-bottom: 15px;
	border-radius: 10px;
	float: right;
	border: 1px solid #474948;
}

.add-review-btn:hover {
	background-color: #111111;
	border: 1px solid #111111;
}

.size-chart-btn {
	color: #73778b;
	border: none;
	background-color: transparent;
}

.review-box-123 {
	text-align: center;
}

.reviews-section {
	padding-top: 40px;
	align-items: center;
}

.pb-20 {
	padding-bottom: 20px;
}

.image-res {
	width: 100%;
	height: auto;
}

.reviews-section .reviews {
	color: #474948;
	font-size: 22px;
	margin-bottom: 5px;
}

.rating-desc .reviews {
	color: #474948;
	font-size: 18px;
	margin-bottom: 5px;
	line-height: normal;
}

.align-center {
	align-items: center !important;
}

.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.menu123 {
	width: 60%;
	margin: auto;
	text-align: center;
}

.custom-search {
	width: 100%;
}

.custom-search .input-group-append {
	position: absolute;
	right: 0;
	z-index: 999;
}

.size-category {
	font-size: 13px;
	margin-right: 12px;
}

.search-btn123 {
	color: #555555;
	background-color: #ffffff;
	border: none;
}

.btn1 {
	padding: 0.6rem 0.6rem;
	background: transparent;
	border: none !important;
	color: #474948 !important;
}

.search-main {
	padding: 0.6rem 1rem;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	font-size: 0.875rem;
	color: #898b92;
}

.search-main:focus {
	box-shadow: -1px 2px 5px #cccccc80;
	border: 1px solid #e2e5ec;
}

.product-descriptive {
	padding-top: 40px;
	padding-bottom: 40px;
	background-position: bottom;
	background-color:#fbfbfb;
}

.product-descriptive p {
	color: #111111;
	font-size: 14px;
	line-height: 26px;
	padding-bottom: 0px; font-family:'Poppins-Regular';
}

.product-descriptive h3 {
	margin-bottom: 25px;
}

.product-descriptive ul {
	padding-left: 0px;
}

.product-descriptive ul li {
	color: #111111;
	font-size: 16px;
	list-style: none;
	padding-bottom: 10px;
	line-height: 26px;
}

.accordion .card-header::after {
	content: '>';
	color: #ffffff;
	font-size: 18px;
	transform: rotate(270deg);
}

.accordion .card-header:not(.collapsed)::after {
	content: '<';
	color: #111111;
	font-size: 18px;
}

.footer-main .mobile-view .accordion {
	width: 100%;
}

.footer-main .mobile-view .accordion .card {
	border: none;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.footer-main .mobile-view .accordion .card-title {
	font-size: 18px;
	color: #111111;
	margin-bottom: 0px;
}

.footer-main .mobile-view .accordion .card-header {
	background-color: #474948;
	padding: 10px 15px;
	border: 1px solid #ffffff;
	border-radius: 5px;
	margin-bottom: 2px;
}

.footer-main .mobile-view .accordion .card-body {
	background-color: transparent !important;
	padding: 15px !important;
	margin-bottom: 2px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.footer-main .mobile-view .accordion .card-body .list-unstyled li a {
	font-size: 16px;
}

.data-upper {
	text-transform: uppercase !important;
	font-weight: 600;
}

.text-blue {
	color: #111111 !important;
}

.product-descriptive .accordion .card-header::after {
	content: "<";
	color: #ffffff;
	line-height: 25px;
	font-size: 18px;
	background-color: #474948;
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 2px;
	transform: rotate(270deg);
}

.product-descriptive .accordion .card-header:not(.collapsed)::after {
	content: ">";
	color: #111111;
	font-size: 18px;
	transform: rotate(270deg);
}

.product-descriptive .accordion {
	width: 100%;
}

.product-descriptive .accordion .card {
	border: none;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.customer-purchse {
	border: 1px solid #e2e2e2;
}

.customer-purchse th {
	background-color: #474948;
	color: #111111;
	padding-top: 5px;
	padding-bottom: 5px;
}

.customer-purchse td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.product-descriptive .accordion .card-title {
	font-size: 18px;
	color: #111111;
	font-weight: 600;
	margin-bottom: 0px;
}

.product-descriptive .accordion .card-header {
	background-color: transparent !important;
	padding: 20px 10px;
	margin-bottom: 1px;
	border-bottom: 1px solid #111111 !important;
}

.video-box {
	border: 1px solid #dddddd;
	border-radius: 5px;
}

.video-box video {
	max-width: 100%;
	max-height: 100%;
	border-radius: 5px 5px 2px 2px;
}

.bg-pink {
	background-color: #a69c9c !important;
}

.product-descriptive .img1 img {
	max-height: 130px;
	margin-bottom: 10px;
}

.product-descriptive .accordion .card-body {
	background-color: transparent !important;
	padding: 15px !important;
}

.product-descriptive .accordion .card-body .list-unstyled li a {
	font-size: 16px;
	color: #ffffff;
}

.product-descriptive .accordion .card-body p,
li {
	color: #111111;
}

.bg-white {
	background-color: #ffffff !important;
}

.mobile-view {
	display: none;
}

.desktop-view {
	display: block;
}

.btn-sold {
	width: 100%;
}

.newsletter-section {
	/*background-image: url('../img/about-us-back.jpg');*/
	background-repeat: no-repeat;
	padding: 70px 0px;
	margin-top: 30px;
	background-size: cover;
	background-position: center;
}

.newsletter-section .container {
	width: 80%;
}

.newsletter-section h3 {
	font-size: 30px;
	margin-bottom: 20px;
}

.newsletter-section h4 {
	font-size: 32px;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.newsletter-section p {
	font-size: 15px;
	line-height: 26px;
	color: #111111 !important;
}

tooltip {
	background-color: #111111;
	color: #ffffff;
}

.seacch-input-box {
	box-shadow: -1px 2px 5px #cccccc80;
}

.mt-20 {
	margin-top: 20px
}

.navbar-nav {
	display: block;
	margin: auto;
	background-color: #474948;
	text-align: left;
}

.ptb-70 {
	padding: 70px 0px;
}

.ptb-50 {
	padding: 50px 0px;
}

.navbar-custom {
	text-align: left;
	height: 0px;
}

.navbar-custom ul li a {
	border-bottom: 1px solid #ffdce8;
	text-transform: uppercase;
	letter-spacing: 1px !important;
	font-size: 15px;
	color: #ffffff !important;
}

.navbar-custom ul li a:hover {
	color: #000000 !important;
}

.color-red {
	color: #111111;
}

.text-reset {
	color: #040404 !important;
	font-weight: 600;
}

.figure-outer {
	position: relative;
	display: inline-block;

}

.figure-outer .image-hover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s ease-in-out;
	width: 100%;
	height: 100%;
}

.figure-outer:hover .image-hover {
	display: inline;
}

.wishlist-box {
	position: absolute;
	z-index: 999;
	margin-left: 9px;
	background: #3c7e3f;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 15px;
	box-shadow: -1px 1px 5px #0000006b;
	width: 55px;
	height: 30px;
	font-size: 10px;
	color: #fff;
	border: solid 1px #ffffff5c;

}

.badge-home-icon {
	position: absolute;
	top: -10px;
	right: -7px;
	color: #ffffff;
}

.badge-home-icon1 {
	position: absolute;
	top: 0px;
	right: 5px;
	color: #ffffff;
}

.badge-home-icon2 {
	position: absolute;
	top: -10px;
	right: 6px;
	color: #ffffff;
}

.wishlist-box a:visited i {
	font-weight: 700;
}

.wishlist-box a i {
	font-size: 20px;
	line-height: 27px;
}

.subscribe-btn:hover {
	background-color: #111111 !important;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-minus-14 {
	margin-bottom: -14px;
}

.view-all-btn {
	float: right;
	padding-bottom: 2px;
	font-family: 'Poppins-Regular' !important;
	border-radius: 5px;
	text-transform: uppercase;
	line-height: normal;
	font-size: 15px;
	font-weight: 600;
	border: solid 1px transparent;
	color: #ffbf00;
	letter-spacing: 2px;
}

.view-all-btn i {
	background-color: #ffbf00;
	color: #ffffff;
	margin-left: 5px;
	padding: 5px;
	border-radius: 50%;
	font-size: 15px;
	text-align: center;
}


/*.custom-dropbtn::after {*/
/*    border: 0;*/
/*    content: "\f105";*/
/*    font-family: "Line Awesome Free";*/
/*    font-weight: 900;*/
/*    font-size: 80%;*/
/*    float: right;*/
/*    display: inline-block;*/
/*}*/
.active-color {
	background-color: #111111;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	padding: 3px;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
	width: 100%;
}

.second-row-links ul li,
.second-row-links ul span {
	display: inline-block;
	float: left;
	color: #222222;
}

.second-row-links ul {
	margin-bottom: 0px !important;
	padding-left: 0px;
}

.second-row-links ul span {
	float: left;
	font-weight: 600;
	color: #222222;
}

.second-row-links ul li a {
	font-size: 13px;
	padding: 0 5px 0 5px;
	border-left: 1px solid #222;
	color: #222222 !important;


}

.second-row-links ul li:nth-child(2) a,
.second-row-links ul li:nth-child(1) a {
	border-left: none !important;
}

.second-row-links {
	padding: 10px 15px;
}

.borrder-top-custom {
	border-top: 1px solid #282c3fa8;
}

.first-row-links .footer-box ul li a {
	text-decoration: none;
}

.first-row-links .footer-box ul {
	padding-left: 0px;
}

.first-row-links .footer-box ul li {
	list-style: none;
}

.first-row-links .footer-box ul li a {
	font-size: 13px;
	color: #151515;
	font-weight: 600;

}

.navbar {
	padding: 0px !important;
	/*	margin: auto;*/
	text-align: center !important;
	display: block;
}

ul.social li {
	width: 35px !important;
	height: 35px !important;
	line-height: 35px !important;
	font-size: 20px;
	background-color:#89debf !important;
	border-radius: 5px;
	color: #ffffff !important;
}

ul.social li:hover {
	width: 35px !important;
	height: 35px !important;
	line-height: 35px !important;
	font-size: 20px;
	background-color: #ffffff !important;
	border-radius: 5px;
	color: #000000 !important;
}

ul.social a {
	color: #ffffff !important;
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 0;
	line-height: 35px;
	text-align: center;
	font-size: 20px
}

ul.social a:hover {
	color: #000000 !important;
	display: inline-block;
	width: 35px;
	background-color: #ffffff !important;
	height: 35px;
	border-radius: 0;
	line-height: 35px;
	text-align: center;
	font-size: 20px
}

.related-products .absolute-top-right {
	position: absolute;
	top: 30px;
	right: 20px;
}

/*catogries section css start*/
/*.absolute-icons{*/
/*    position: absolute !important;*/
/*    right: 7% !important;*/
/*    bottom: 24px !important;*/
/*    top: auto !important;*/
/*}*/
.avatar img {
	object-fit: cover;
	max-width: 100%;
	width: 100%;
	border-radius: 50%;
	height: 100%;
	background-color: #ffffff;
}

.avatar-sm {
	width: 40px;
	height: 40px;
	font-size: 1.1em;
}

.absolute-icons button {
	display: block !important;
	height: 40px !important;
	width: 40px !important;
	line-height: 38px !important;
	border-radius: 4px !important;
	opacity: 0;
	text-align: center;
	font-size: 25px;
	background-color: #111111 !important;
	border: solid 1px #111111;
	margin-bottom: 5px;

}

.absolute-icons .add-cart {
	background-color: #ffbf00 !important;
	border: solid 1px #ffbf00;
	color: #ffffff;
}

.absolute-icons button:hover {
	background-color: #ffbf00 !important;
	border: solid 1px #ffbf00;
	color: #ffffff;
}

.absolute-icons button a {
	color: #ffffff !important;
	font-size: 24px;
}

.catogrie-outer-box:hover .absolute-icons button {
	opacity: 1;
}

.bg-blue {
	background: #02024e !important;
}

.bg-acturaa {
	background-color: #f9f9f9 !important;
}

.absolute-icons {
	text-align: center;
	position: absolute;
	top: 5%;
	margin: auto;
	right: 5%;
}

.catogrie-outer-box:hover {
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 19%), 0 2px 4px -1px rgb(0 0 0 / 6%) !important;
}

.catogrie-outer-box {
	min-height: 400px;
	border-radius: 15px !important;
	position: relative;
}

.size-chart ul {
	display: inline-block;
	padding-left: 0px;
	margin-bottom: 0px;
}

.size-chart ul li {
	display: inline-block;
	font-size: 15px;
	padding-right: 8px;
}

.size-chart ul li a {
	color: #040404 !important;
}

.size-chart1 ul {
	display: inline-block;
	padding-left: 0px;
	margin-bottom: 0px;
}

.size-chart1 ul li {
	display: inline-block;
	font-size: 15px;
	padding-right: 8px;
}

.size-chart1 ul li a {
	color: #ffffff !important;
}

/*catogries section css end*/
.right-menu {
	float: right;
	text-align: right;
	right: 0;
	display: ruby;
}

.traditional-box {
	border-radius: 5px;
    background: #ffffff; border: 1px solid #dedede;
    padding: 10px;
}

.related-products img {
	border-radius: 5px;
}

.top-right{float:right !important;}
.top-right ul{float:right !important;}
.top-right ul li{list-style:none; text-align:right;}

.top-right ul li:last-child:after { content: "."; display:none;}
.logo img {
	height: 50px;
}

.logo {
	padding: 10px 0px !important;
}

.btn-custom,
.btn-custom-input {
	margin-right: 4px;
}

.btn-group123 {
	border: solid 1px #ccc;
	border-radius: 8px;
	height: 50px;
}

.btn-custom:hover {
	background-color: #111111;
	color: #ffffff;
	border: solid 1px ##111111;
}

.add-to-cart i,
.buy-now i {
	font-size: 20px;
}

.details-base {
	text-align: center;
	margin-top: 30px;
}

.details-base i {
	text-align: center;
	font-size: 50px;
	color: #474948;
	margin-bottom: 15px;
}

.details-base h6 {
	text-align: center;
	font-size: 12px;
	color: #111111;
	font-weight: 400;
}

.add-to-cart {
	border: 1px solid #474948;
	color: #ffffff;
	padding: 10px 25px;
	width: -webkit-fill-available;
	font-weight: 500;
	font-size: 16px;
	background-color: #474948;
}

.add-to-cart:hover {
	background: #73778b;
	border: 1px solid #73778b;
	color: #ffffff;
}

.buy-now {
    width: -webkit-fill-available;
	padding: 10px 40px;
	background: #000000;
	color: #ffffff;
}

.buy-now:hover {
	background-color: #111111;
	color: #ffffff;
}

.color-orange {
	color: #111111;
}

.stock::before {
	content: "";
	float: left;
	position: absolute;
	top: 0;
	left: -12px;
	width: 0;
	height: 0;
	border-color: transparent #474948 transparent transparent;
	border-style: solid;
	border-width: 12px 12px 12px 0;
}

.stock {
	background: #474948;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	padding: 1px 10px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 0 0 20px;
}

.aiz-share .jssocials-share-link {
	background: transparent !important;
	border-radius: 50% !important;
	padding: 4px !important;
	border: solid 2px #474948;
	color: #474948;
}

.aiz-share .jssocials-share-link:hover {
	background: #73778b !important;
	color: #ffffff;
}

.product-name-list{font-weight:600 !important; color:#333333; font-size:15px; margin-bottom:10px !important; text-transform:uppercase; font-family: 'Poppins-Regular' !important;}

.category-slider .category-div img {
	border-radius: 50%;
	transform: scale(0.9);
	transition: all .3s ease;
	-webkit-transition: all .3s ease; border: 2px solid #dfdfdf;
}

.category-div:hover img{
    border: solid 2px #111111;transform: scale(1);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
    
}
.absolute-icons .whatsapp-enquiry {
	background-color: #25d366 !important;
	border: 1px solid #25d366 !important;
}

.absolute-icons .whatsapp-enquiry:hover {
	background-color: #25d366 !important;
	border: 1px solid #25d366 !important;
}

.category-name-box {
	color: #ffffff !important;
	padding: 4px 15px;
	position: relative;
	margin: auto !important;
	width: 95%;
	border-radius: 5px;
}

.category-name-box:hover {
	background-color: #ffffff;
}

.category-name-box i {
	background-color: #111111;
	color: #ffffff;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	float: right;
}

.category-name-box a {
	color: #111111 !important;
}
.category-name-box a:hover {
	color: #333333 !important;
}

.img-outer-box {
	overflow: hidden;
}

.img-outer-box img {
	border-radius: 15px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.catogrie-outer-box:hover img {
	transform: scale(1.1);
	opacity: 0.4;
	;
}

.categories-section .categories-links {
	font-size: 16px;
	font-family: 'Poppins-Regular' !important;
	text-transform: uppercase; line-height:22px;
}

.footer-top i {
	color: #000000;
    font-size: 45px;
    background-color: #c1c1c1;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 10px;
}

.sliderr-bottom {
	margin-bottom: 10px;
}


/*testimonial slider*/
.client-testimonial {
	padding: 25px;
	border-radius: 8px;
	background-color: #111111;
	border: 1px solid #ECECEC;
	box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
	margin: 5px 0 50px 0 !important;
	text-align: left;
}

.client-testimonial p {
	font-family: inherit;
	font-size: 15px;
	font-weight: 300;
	padding: 10px 0 10px 0;
	color: #ffffff;
}

.testimonial-name img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border: 1px solid #ffbf00;
}

.testimonial-name {
	color: #ffffff;
}

.testimonial-name .t-name {
	font-size: 16px;
	font-weight: 600;
	display: inline;
	color: #ffffff;
	;
}

.fs-30 {
	font-size: 35px;
}

.logo-bar-area {
	background-color: #fbfaf7;
}

/*hemburger css*/

.bar {
	width: 25px;
	height: 2px;
	display: block;
	color: #ffffff;
	padding: 0;
	margin: 4px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background-color: #555555;
}

.hamburger .bar:nth-child(1) {
	width: 25px;
}

.hamburger .bar:nth-child(2) {
	width: 25px;
}

.fs-15px {
	font-size: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.view-more-btn {
	padding: 10px 20px;
	border-radius: 10px 0px 10px 0px;
	text-transform: uppercase;
	font-size: 16px;
	border: solid 1px transparent;
	background: #111111 !important;
}

.view-more-btn:hover {
	background: #ffbf00 !important;
	color: #ffffff;
	border: solid 1px #ffbf00;
}

.text-red {
	color: #111111;
}

.aiz-carousel .slick-arrow {
	background: #111111;
	color: #fff;
}

.offer-back {
	background-image: url('../img/back-offers.jpg');
	background-size: cover;
}

.traditional-back {
	/*background-image: url('../img/back-traditional.png');*/
	background-size: cover;
	background-position: bottom;
	padding-top: 40px;
	background-color: #fbfbfb;
	padding-bottom: 30px;
}

.offer-back img {
	border: 1px solid #ffbf00;
	border-radius: 10px;
}

.footer-main .list-unstyled1 li {
	font-size: 15px;
	color: #fbfaf7 !important;
	padding-bottom: 15px;
	list-style: none;
	padding-left: 0px;
}

.list-unstyled1 {
	padding-left: 0px;
}

.footer-main .list-unstyled1 li i {
	color: #000000 !important;
    background-color: #89debf;
	font-size: 16px;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	margin-right: 5px;
}

.footer-top .feature-div {
	text-align: left; border-radius: 5px;
    border: 1px solid #474948; background: #474948;
}

.footer-top .feature-div p{
	color:#ffffff;
}

.footer-main {
	padding: 45px 0px 5px 0px;
	/*background-position: center;*/
	background-color: #000000;
	background-repeat: no-repeat;
}

.footer-main p {
	color: #fbfaf7;
}
.footer-main p a{
	color: #fbfaf7;
}

.footer-main .list-unstyled {
	margin-bottom: 20px !important;
}

.footer-main .list-unstyled li {
	margin-bottom: 15px !important;
}

.footer-main h4 {
	font-size: 21px !important;
	color: #ffffff;
	padding-bottom: 25px; font-weight:500 !important;
}

/*.footer-main .list-unstyled li a:hover{*/
/*        border-bottom: solid 1px #000;*/
/*}*/
.footer-main .list-unstyled li a:hover:after {
	right: 0;
	left: 0;
	width: 100%;
}

.footer-main .list-unstyled li a {
	position: relative;
	padding-bottom: 5px;
	color: #fbfaf7 !important;
	font-size: 15px;
}

.footer-main .list-unstyled li a:after {
	content: "";
	background-color: #fbfaf7;
	width: 0;
	height: 1px;
	left: 0;
	bottom: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 035s ease;
	transition: all 0.3s ease;
}

.list-unstyled li span {
	color: #222222 !important;
}

.footer-bottom {
	background-color: #ffbf00 !important;
	/*margin-bottom: 48px;*/
}

.subscribe-btn {
	background: #ffbf00 !important;
	border-color: #ffbf00;
	height: 60px;
}

.subscribe-btn:hover {
	background: #db8989 !important;
	color: #000000;
}


/*instafeed start*/
.instafeed-outer {
	width: 100%;
}

.instafeed-outer .instafeed-item {
	width: 19.7%;
	display: inline-block;
	padding-bottom: 4px;
	position: relative;
	height: 290px;
}


.instafeed-outer .instafeed-item a img {
	max-width: none;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}


.instafeed-item-hover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
	opacity: 0;
	cursor: pointer;
}

.instafeed-outer .instafeed-item:hover .instafeed-item-hover {
	opacity: 1;
}

.instafeed-item-hover a {
	position: relative;
	top: 45%;
}

.instafeed-item-hover a i {
	/*color:#ffffff;*/
	font-size: 45px;
	background: -webkit-radial-gradient(33% 100% circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
	background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.brand-section {
	background: #f9f9f9;
	padding: 30px 0px;
	margin-bottom: 20px;
}

.footer-top .a-outer {
	padding: 20px 20px 10px 20px !important;
}

.share-btn1 {
	background-color: #ffffff;
	border: none;
}

.breadcrumb-outer {
	padding: 16px 0px;
	background: #c6c6c6;
	box-shadow: inset 0 1px 2px rgb(0 0 0 / 3%);
	border-top: 1px solid #474948;
}

.payment-method ul {
	margin-top: 6px !important;
	margin-bottom: 0rem !important;
}


/*subscribe area*/
.subscribe-outer-box {
	border-radius: 10px;
	padding: 30px;
	margin-bottom: -73px;
	margin-top: 50px;
	background: #8d0f10;
	color: #ffffff;
	box-shadow: 9px 8px #000000;
}

.subscribe-div .form-group {
	width: 75%;
}

.subscribe-div .form-group input {
	width: 100% !important;
}

.subscribe-outer-box h5 {
	margin-bottom: 12px;
}


.category-heading {
	background: #111111;
	box-shadow: inset 0px 1px 2px rgb(0 0 0 / 6%);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-transform: uppercase;
	padding: 10px 15px !important;
	color: #ffffff !important;
}

.aiz-range-slider .noUi-connect {
	background: #111111 !imoprtant;
}

.filter-by-color .color-name {
	padding: 0px 0 0 5px;
	text-transform: uppercase;
}

.size-18 {
	width: 15px;
	height: 15px;
	border-radius: 2px;
	margin-top: 15px;
}

.name-heading {
	background: #f4f4f4;
	padding: 10px 15px;
	border-radius: 5px;
}

.right-align {
	float: right;
}

.mr-5px {
	margin-right: 0px;
}

.name-heading .bootstrap-select .dropdown-toggle {
	border-color: #111111 !important;
}

.name-heading .form-group,
.name-heading .h6 {
	margin-bottom: 0rem !important;
}

ul.social.colored li a:hover {
	background: #89debf !important;

}

ul.social.colored li a:hover i {
	color: #000000 !important;
}

ul.social.colored li a i {
	color: #000000 !important;
}

.aiz-p-hov-icon a {
	background: #333333 !important;
	color: #ffffff;
}

.aiz-p-hov-icon a i {
	font-size: 20px !important;
	line-height: 30px !important;
}

.off-price {
	color: #09770e;
	padding-left: 5px;
}

hr {
	margin: 0.5rem 0 !important;
}

.close {
	line-height: 1 !important;
	color: #fff !important;
	text-shadow: none !important;
	opacity: 1 !important;
	background: #111111 !important;
	border-radius: 3px !important;
}

.btn-soft-red {
	color: #ffffff;
	background: #fe0106b0;
}

.btn-red {
	background-color: #474948;
	color: #ffffff;
}

.btn-red:hover {
	background-color: #111111;
	color: #ffffff;
}

.border-red {
	border: 1px solid #111111 !important;
}

.aiz-rounded-check {
	border: 1px solid #111111 !important;
}

.login-logout a i {
	color: #111111;
	font-weight: bold;
	font-size: 26px;
}

.login-logout a span {
	color: #111111;
}

.btn-green {
	background: #474948;
	color: #ffffff;
}

.btn-outline-black {
	border: 1px solid #000000;
	color: #00000;
}

.w-130 {
	width: 130px;
}

.footer-subscribe input,
.footer-subscribe .form-inline .form-control {
	width: 100%;
	height: 60px;
}

.footer-subscribe .form-group {
	width: 70%;
}

.footer-main h5 {
	color: #535766;
}

.description-tabss {
	background: #e2e2e2;
	box-shadow: inset 0px 1px 2px rgb(0 0 0 / 6%);
}

.footer-cart-buy-btns {
	position: fixed;
	bottom: 28px;
	display: none;
	width: 90%;
	background: #ffffff;
	padding: 18px 0px;
	box-shadow: 0 0 35px 0 rgb(80 80 80 / 15%);
	border-radius: 10px;
}

.footer-cart-buy-btns .buy-now {
	padding: 10px 50px;
}

.table-description .table-striped tbody tr:nth-of-type(odd) {
	background-color: #474948 !important;
}

.offers-detail li {
	list-style: none;
	font-size: 15px;
	margin-bottom: 5px;
}

.offers-detail {
	padding-left: 0 !important;
}

.offers-detail li i {
	color: #111111;
}

.active-size {
	background-color: #474948 !important;
	color: #ffffff !important;
}


.box-dashboard {
	padding: 30px 15px !important;
}

.sticky-btns-outer {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sticky-btns-outer .sticky-btns-inner {
	-ms-flex: 1;
	/* IE 10 */
	flex: 1;
	border-right: solid 1px #ccc;
	text-align: center;
}

.sticky-btns-outer .sticky-btns-inner:last-child {
	border-right: none !important;
}

.feature-box-o {
	margin-bottom: 0px !important;
	border-radius: 5px 5px !important;
}

.feature-box-o-detail {
	background: transparent;
	padding: 10px 5px;
}

.shop-body{background:#f8f8f8 !important;}

.padding-8 {
	padding: 8px;
}

.bg-red {
	background-color: #474948 !important;
}

.copyright-text {
	font-size: 13px;
	padding-bottom: 8px;
	padding-top: 8px;
	color: #111111;
}

.copyright-text p {
	margin-bottom: 0px;
}

.detail-color {
	padding-left: 0px;
	margin-bottom: 0px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pb-05 {
	padding-bottom: 5px !important;
}

.detail-color a {
	list-style: none;
	float: left;
	border: solid 1px #474948;
	border-radius: 5px;
	margin-right: 7px;
	font-size: 18px;
	width: 45px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #111111;
}

.size-45px {
	width: 45px;
	height: 40px;
}

.detail-color li a {
	color: #111111;
}

.detail-color li.active-button {
	background-color: #ffbf00;

}

.detail-color li.active-button a {
	color: #ffffff !important;
}

.top-profile-drop-icon {
	font-size: 18px;
	color: #d9d9d9;
	padding-left: 6px;
}

.carousel-control-next span,
.carousel-control-prev span {
	background: #111111;
	color: #fff;
	padding: 0 6px;
	border-radius: 3px;
}


/*admin css start*/
.aiz-main-content .card-body .table.aiz-table {
	border-spacing: 0 20px;
	border-collapse: separate;
}

.aiz-main-content .card-body .table.aiz-table tbody tr {
	box-shadow: 0 2px 10px rgb(0 0 0 / 12%);
	border-radius: 5px;
}

.aiz-main-content .card-body .table.aiz-table tbody tr:hover {
	box-shadow: 0 2px 10px rgb(0 0 0 / 16%);
}

.aiz-main-content .card-body .table.aiz-table tbody tr td {
	padding: 0.7rem 0.5rem !important;
	font-size: 14px !important;
}

.aiz-main-content .card-body .table.aiz-table thead .footable-header th {
	font-size: 14px;
}

.aiz-main-content .card-body .table.aiz-table tbody tr td a.btn-circle {
	border-radius: 5px !important;
}

.staff img {
	height: 25px !important;
}

.top-bg {
	background-color: #474948 !important;
}

.admin-sidebar {
	width: 235px !important;
	background-color: #474948 !important;
}

.aiz-side-nav-list .aiz-side-nav-link {
	font-size: 13px !important;
	font-weight: 500;
	color: #ffffff !important;
	padding: 8px 12px !important;
}

.aiz-side-nav-list .level-2 .aiz-side-nav-link {
	padding: 10px 25px 10px 34px !important;
}

.aiz-side-nav-list .level-2 .aiz-side-nav-link i {
	line-height: 25px;
	margin-right: 10px;
	font-size: 10px;
}

.aiz-side-nav-list .aiz-side-nav-link:hover {
	color: #fff;
	background-color: #11111124;
	border-left: solid 2px #ccc;
}

.btn-logout {
	color: #ffffff;
	background-color: #474948;
}

.btn-logout:hover {
	color: #ffffff;
	background-color: #111111;
}

.admin-search-btn {
	background: #fff !important;
}

.aiz-side-nav-list .aiz-side-nav-link.active,
.aiz-side-nav-list .aiz-side-nav-link.level-2-active {
	color: #ffffff;
	background-color: #111111;
}

.aiz-side-nav-list .aiz-side-nav-icon {
	color: #ffffff !important;
}

.aiz-topbar-item .btn i {
	color: #d9d9d9 !important;
}

.visit-btn {
	background: #111111;
	padding: 8px 20px;
	border-radius: 5px;
	font-size: 15px;
	color: #ffffff;
}

.visit-btn.order-btn {
	background-color: #262626 !important;
	color: #d9d9d9 !important;
}

.language-btn {
	background: #cccccc94;
	border-radius: 50%;
}

.admin-wrapper .aiz-titlebar .btn-circle {
	border-radius: 5px !important;
	background: #111111;
	border-color: #111111;
}

.admin-wrapper .aiz-titlebar .btn-circle:hover {
	background: #d9d9d9;
	color: #4e5a6e;
}

.admin-wrapper .aiz-main-content .card-body {
	padding: 10px 25px 10px !important;
}
.top-right{float:right !important;}
.top-right ul{float:right !important;}
.top-right ul li{list-style:none; text-align:right;}

.top-right ul li:last-child:after { content: "."; display:none;}
.top-header {
	background-color: #89debf;
}

.top-header ul {
	display: inline-block;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 0px; padding-left:0px;
}

.top-header ul li {
    display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
    color: #ffffff;
    line-height: normal;
    list-style: bullet;
    font-size: 14px;
}
/*.top-header ul li:after {
	content:'|'; color:#ffffff;
}
.top-header ul li:last-child:after { content: "."; display:none;}*/
.top-header ul li a{
	color:#ffffff; padding-right: 10px;
    padding-left: 10px;
}
.top-header ul li a:hover{
	color:#333333;
}

.top-header ul span {
	font-size: 15px;
	color: #ffbf00;
}

.navbar-collapse {
	position: sticky;
	left: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	width: 280px;
	background-color: #474948;
	height: 100vh;
}

.navbar-collapse.collapsing {
	left: -75%;
	transition: height 0s ease;
}

.navbar-collapse.show {
	left: 0;
	transition: left 300ms ease-in-out;
}

.navbar-toggler.collapsed~.navbar-collapse {
	transition: left 500ms ease-in-out;
}

.hamburger {
	display: block;
}

.active .bar:nth-child(2) {
	opacity: 0;
}

.active .bar:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(-315deg);
	transform: translateY(8px) rotate(-315deg);
	width: 75%;
}

.active .bar:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg);
	width: 75%;
}

.navigation-bar .nav-item {
	border-bottom: solid 1px #cccccc9c;
}

.footer-top .feature-div h5 {
	font-size: 18px;
	font-weight: 500; color:#c1c1c1;
}

.offer-card-coupan {
	padding: 8px !important;
	background-color: #474948;
	border: 1px solid #474948;
	border-radius: 5px;
}

.offer-card-coupan h5 {
	color: #ffffff;
	padding-bottom: 0px;
	font-weight: 600;
	font-size: 18px;
}

.offer-card-coupan p {
	color: #ffffff;
	margin-bottom: 0px;
	font-size: 14px;
}

.slider-mob-img {
	width: 100%;
	object-fit: content;
}

.filter-options-mob {
	position: absolute;
	position: absolute;
	font-size: 25px;
	right: 0px;
	top: 3px;
	background: #f4f4f4;
	width: 30px;
	height: 30px;
	line-height: 25px;
}

.cart-quantity {
	width: 40px;
	border: none;
}

.list-cart1 {
	border: 1px solid #dddddd;
}
.fs-18{font-size:18px;}
@media (max-width: 578px) {
    .shop-activities h6 a{font-size:13px;}
    .top-header{text-align: center;}
    .custom-search{display:none !important;}
    .top-header ul {padding-top: 0px; padding-bottom: 0px;}
    .top-header ul li a {font-size: 13px;}
    .top-right ul {float: none !important; padding-top: 0px; padding-bottom: 0px;}
    .top-right {float: none !important; padding-left: 0px; padding-right: 0px;}
    .menu-home{display:none;}
	.review-be {
		font-size: 16px;
	}

	.dashboard-customer {
		font-size: 13px;
	}

	.home-page-video {
		max-height: 450px;
		height: auto;
		width: 100% !important;
		max-width: fit-content;
		margin: auto;
	}

	.home-page-video video {
		width: fit-content;
		max-width: -webkit-fill-available;
		height: auto;
		max-height: fit-content;
	}

	.mainmenu ul li {
		list-style: none;
		text-align: left;
		border-bottom: 1px solid #ffff;
		text-transform: uppercase;
		width: 260px;
		max-width: 260px;
	}

	.menu-zindex {
		position: absolute;
		transform: translate(350px);
		width: 260px;
		transition-duration: .45s;
		height: 100vh;
		max-height: 100vh;
		background: #474948;
	}

	.table-purchase {
		text-align: center !important;
		vertical-align: middle !important;
		white-space: nowrap;
	}

	.breadcrumb-item {
		font-size: 12px !important;
		text-transform: uppercase !important;
		font-weight: 600 !important;
	}

	.slider-bottom {
		background-color: #474948;
		border: 1px solid #474948;
		width: fit-content;
		align-items: center;
		margin: auto;
		padding: 5px 20px;
		border-radius: 30px;
	}


	.mobile-icons {
		display: flex !important;
	}

	.badge-home-icon {
		position: absolute;
		top: -5px;
		right: -5px;
		color: #111111;
	}

	#blockContainer {
		display: -webkit-box;
		display: -moz-box;
		display: box;

		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		box-orient: vertical;
	}

	#blockA {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		box-ordinal-group: 1;
	}

	#blockB {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		box-ordinal-group: 2;
	}

	.view-all-category {
		background-color: transparent color:#474948;
		font-size: 11px;
		letter-spacing: 0;
	}

	.view-all-category i {
		background-color: #474948;
		color: #ffffff;
		font-size: 12px;
		text-align: center;
		border: 1px solid #474948;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		line-height: 22px;
		margin-left: 5px;
	}

	.product-details-zoom {
		position: absolute;
		bottom: 0;
	}

	.product-slider .modal-body {
		padding: 5px 0px !important;
		height: 100vh !important;
		max-height: fit-content; background-color:#ffffff;
	}

	.product-slider {
		padding: 55px 0px !important;
		height: 100vh;
		width: auto;
	}

	.list-cart1 {
		border: none !important;
		padding: 0px !important;
	}

	.plr-01 {
		padding-right: 0px;
		padding-left: 0px;
		border: none;
		border-top: 1px solid #dddddd;
		border-bottom: 1px solid #dddddd;
		border-left: none !important;
		border-right: none;
	}

	.mobile-hide {
		display: none;
	}

	.size-popup .modal-dialog .modal-content .modal-body {
		position: fixed;
		bottom: 0 !important;
		top: inherit;
		height: auto;
		background-color: rgba(0, 0, 0, 0.2);
	}

	.size-popup .modal-dialog {
		position: relative;
		right: auto;
		left: auto;
		height: fit-content;
		width: 100% !important;
	}

	.search-footer {
		position: absolute;
		left: 10px;
		width: 90%;
	}

	.pr-0 {
		padding-right: 0px !important;
	}

	.value-none {
		display: none;
	}

	.review-name {
		font-size: 12px;
	}

	.comment-text {
		height: 100px;
		overflow-y: scroll;
		font-size: 12px;
		line-height: normal;
	}

	.fp-16 {
		font-size: 13px !important;
	}

	.review-vaani {
		align-items: center !important;
		margin-bottom: 8px !important;
	}

	.add-review-btn {
		font-size: 15px;
		color: #ffffff;
		padding: 8px 20px;
		margin-bottom: 15px;
		border-radius: 10px;
		line-height: normal;
		float: none;
	}

	/*.product-slider .slider-mobile img{max-width: -webkit-fill-available; height:100%;  max-height:100%;}*/

	.product-slider .slider-mobile img {
		max-width: 100%;
		height: auto;
	}

	.menu123 {
		width: 100%;
		margin: auto;
		text-align: center;
	}

	.review-slider {
		border: 1px solid #dddddd;
		padding: 5px;
		border-radius: 5px;
		min-height: 350px;
		max-height: 350px;
	}

	.review-image img {
		width: 100%;
		max-height: 160px;
		height: 160px;
	}

	.w-200px,
	.size-200px {
		width: 120px;
		float: left;
	}

	.d-pay-mob {
		display: none !important;
	}

	.pay-section {
		padding: 5px;
	}

	.youtube-model .modal-content .modal-body {
		max-height: 95vh !important;
		overflow: hidden;
		display: flex;
		align-items: center;
		max-width: 100%;
		justify-content: center;
	}

	.youtube-model .modal-content .modal-body video {
		margin: auto;
		width: 100vh;
		height: 100vh;
	}

	.video-content .prose .h1 {
		font-size: 25px;
		line-height: 32px;
	}

	.prose {
		width: 90%;
	}

	.mob-home-slider {
		display: block;
	}

	.desk-home-slider {
		display: none;
	}

	.footer-top i {
		color: #111111;
		font-size: 80px;
	}

	.footer-top .feature-div h5 {
		font-size: 13px;
		font-weight: 600;
	}

	.footer-top .a-outer {
		padding: 10px 20px 10px 20px !important;
	}

	.footer-main .list-unstyled1 li {
		font-size: 14px;
	}

	.footer-main .mobile-view .accordion .card-title {
		font-size: 16px;
		font-weight: 600; color:#ffffff;
	}

	.footer-main .mobile-view .accordion .card-header {
		background-color: transparent;
		padding: 10px 10px;
		border: none;
		border-radius: 0px;
		margin-bottom: 1px;
		border-bottom: 1px solid #fcfcfc;
	}

	.footer-main .mobile-view .accordion .card-body {
		padding: 8px 10px !important;
		margin-bottom: 0px !important;
		border-radius: 0px;
	}

	.footer-main .mobile-view .accordion .card-body .list-unstyled li a {
		font-size: 14px !important;
		font-weight: 600;
	}

	.footer-main .list-unstyled li {
		margin-bottom: 8px !important;
	}

	.product-descriptive .accordion .card-body p {
		font-size: 14px !important;
	}

	.product-descriptive .accordion .card-title {
		font-size: 14px;
	}

	.product-descriptive .accordion .card-header {
		padding: 15px 10px;
	}

	.pt-mob-0 {
		padding-top: 0px !important;
	}

	.d-mob-none {
		display: none;
	}
	
	

	.plr-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.align-center {
		align-items: center !important;
		text-align: center;
	}

	.rating-desc .reviews {
		color: #111111;
		font-size: 12px;
		margin-bottom: 5px;
		line-height: normal;
	}

	.details-base i {
		font-size: 30px;
	}

	.details-base h6 {
		font-size: 12px;
	}

	.newsletter-section h3 {
		font-size: 30px;
		margin-top: 25px;
	}

	.newsletter-section .container {
		width: 100%;
	}

	.mobile-view {
		display: block;
	}

	.desktop-view {
		display: none;
	}

	.ptb-50 {
		padding: 30px 0px;
	}

	.ptb-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.category-name-box i {
		display: none;
	}

	.half-outside-arrow .slick-prev {
		left: 0px;
	}

	.half-outside-arrow .slick-next {
		right: 0px;
	}

	.view-all-btn {
		font-size: 13px;
	}

	.view-all-btn i {
		margin-left: 0px;
		padding: 4px;
		border-radius: 50%;
		font-size: 13px;
	}

	.category-name-box {
		padding: 5px 5px !important;
		width: 95%;
		text-align: center;
	}

	.navbar-collapse {
		width: 100%;
		height: 100%;
	}

	p {
		margin-bottom: 10px;
	}

	body {
		font-size: 13px;
	}

	.h2,
	h2 {
		font-size: 18px !important;
	}

	.badge-primary {
		background-color: #474948;
		/* padding: 0px; */
		height: 15px;
		width: 15px;
		font-size: 9px;
		margin-bottom: 0px;
	}

	.ptb-70 {
		padding: 25px 0px;
	}

	.fs-sm-16 {
		font-size: 13px !important;
		line-height: 20px;
	}

	.navbar-collapse {
		padding-left: 0px;
		padding-right: 0px;
	}

	.fs-16 {
		font-size: 13px !important;
		line-height: 20px;
	}

	.col {
		min-width: auto !important;
	}

	.form-inline {
		flex-flow: inherit !important;
	}

	.list-inline-item:not(:last-child) {
		margin-right: 5px !important;
	}

	.catogrie-outer-box {
		min-height: auto;
	}

	.buy-now {
		padding: 10px 10px !important;
	}

	.footer-cart-buy-btns .buy-now {
		padding: 10px 17px !important;
	}

	.add-to-cart {
		padding: 10px 12px;
	}

	.header-svg-icon img {
		height: 20px;
		width: 20px;
	}

	.logo img {
		height: 50px;
	}

	.ml-sm-7 {
		margin-left: 10px !important;
	}

	.navbar-collapse {
		top: 70px;
	}

	.navbar-custom {
		padding: 0 !important;
	}

	.search-btnn i {
		font-size: 23px;
		padding-top: 8px !important;
	}

	.aiz-carousel .slick-arrow {
		width: 30px;
		height: 30px;
		line-height: 32px;
	}

	.categories-section-padding {
		padding: 0 0.5rem !important;
	}

	.categories-section-padding .categories-section-heading-div {
		margin-bottom: 0px !important;
	}

	.categories-section .categories-links {
		font-size: 12px;line-height: 20px;
    }

	.category-slider .category-div img {
		/*border: solid 3px #111111;*/
		/*padding: 2px;*/
	}

	.wishlist-box {
		bottom: 43%;
		margin-left: 5px;
	}

	.fs-15px {
		font-size: 13px;
	}

	.h4,
	h4 {
		font-size: 16px !important;
		letter-spacing: 1px;
	}

	.mb-smm-0 {
		margin-bottom: 0px !important;
	}

	.mt-smm-0 {
		margin-top: 0px !important;
	}

	.py-sm-4 {
		padding: 20px 0;
	}

	.view-more-btn {
		padding: 4px 14px;
		font-size: 14px;
	}

	.p-sm-10 {
		padding: 10px 0px !important;
	}

	.navbar-custom ul li a {
		padding: 8px 12px !important;
	}

	.instafeed-outer .instafeed-item {
		width: 23.7%;
		height: 100px;
	}

	.instafeed-item-hover a {
		top: 40%;
	}

	.instafeed-item-hover a i {
		font-size: 20px;
	}

	.client-testimonial {
		box-shadow: -3px -1px 20px rgb(0 0 0 / 10%), 0 15px 12px rgb(0 0 0 / 2%);
		margin: 0px 0 19px 0 !important;
		padding: 15px;
	}

	.footer-main p {
		font-size: 13px;
	}

	.footer-main .list-unstyled li a {
		font-size: 13px;
	}

	.tabs a {
		padding: 4px 10px !important;
		margin-top: 12px;
		display: inline-block;
		text-align: center;
		font-size: 14px !important;
	}

	.client-testimonial p {
		font-family: inherit;
		font-size: 13px;
		font-weight: 300;
		padding: 05px 0 10px 0;
		margin-bottom: 0px;
		text-align: center;
	}

	.testimonial-name .t-name {
		font-size: 14px;
		padding-left: 10px;
	}

	.pb-sm-0 {
		padding-bottom: 0px;
	}

	.off-price {
		font-size: 12px;

	}

	.aiz-p-hov-icon a {
		height: 28px;
		width: 28px;
		line-height: 26px;
	}

	.aiz-p-hov-icon a i {
		font-size: 15px !important;
		line-height: 30px !important;
	}

	.subscribe-outer-box h5 {
		font-size: 16px !important;
	}

	.slick-list {
		height: auto !important;
	}

	.w-130 {
		width: auto;
	}

	.btn-icon-sm {
		width: 35px !important;
	}

	.login-logout a i {
		font-size: 26px;
	}

	.login-logout {
		margin-left: 8px !important;
	}

	.navbar-toggler {
		padding: 0 8px 0 0 !important;
	}

	.subscribe-outer-box {
		padding: 15px;
	}

	.name-heading h1 {
		font-size: 14px;
	}

	.breadcrumb {
		justify-content: center;
	}

	.breadcrumb-outer {
		padding: 10px 0px;
	}

	.my-sm-0 {
		margin: 0 !important;
	}

	.mt-sm-0 {
		margin-top: 0px !important;
	}

	.mb-sm-0 {
		margin-bottom: 10px !important;
	}

	.fs-sm-16 {
		font-size: 16px !important;
	}

	.product-name {
		margin-bottom: 5px !important;
	}

	.offers-detail li {
		font-size: 12px;
		margin-bottom: 0px;
	}

	/*.detail-color a {
    width: 45px;
    height: 45px;
    margin-right: 8px;
    line-height: 45px;
}*/

}

.empty-cart {
	margin: auto;
}

.table-responsive1 {
	width: 100%;
	overflow: scroll;
}

@media (max-width:420px) {
    .top-header ul span {font-size: 15px;}
    .shop-activities h6 a{font-size:13px;}
    .top-header{text-align: center; line-height:20px;}
    .custom-search{display:none !important;}
    .top-header ul li a {font-size: 12px;}
    .top-header ul {padding-top: 0px; padding-bottom: 0px;}
    .top-right ul {float: none !important; padding-top: 0px; padding-bottom: 0px;}
    .top-header ul li {padding-left: 25px; padding-right: 25px; font-size: 13px;}
    .top-right {float: none !important; padding-left: 0px; padding-right: 0px;}
    .menu-home{display:none;}
	.table-responsive1 {
		width: 100%;
		overflow: scroll;
	}

	.review-be {
		font-size: 16px;
	}

	.mainmenu ul li {
		list-style: none;
		text-align: left;
		border-bottom: 1px solid #ffff;
		text-transform: uppercase;
		width: 260px;
		max-width: 260px;
	}

	.menu-zindex {
		position: absolute;
		transform: translate(350px);
		width: 260px;
		transition-duration: .45s;
		height: 100vh;
		max-height: 100vh;
		background: #474948;
		margin-left: 0px;
	}

	.mobile-icons {
		display: flex !important;
	}

	.navbar {
		padding: 0px !important;
		text-align: center !important;
		display: block;
		width: 100%;
		position: fixed;
	}

	.cart-remove {
		display: none;
	}

	.mob-home-slider {
		display: block;
	}

	.desk-home-slider {
		display: none;
	}

	.footer-main {
		margin-top: 0px !important;
	}

	.newsletter-section p {
		font-size: 14px;
		line-height: 22px;
	}

	.newsletter-section {
		background-size: cover;
		padding: 40px 0px;
		margin-top: 30px;
	}

	.traditional-back {
		text-align: left;
		padding-top: 15px !important;
		padding-bottom: 40px;
		margin-top: -35px;
	}

	.testimonial-name {
		text-align: center;
		font-size: 13px;
	}


	.testimonial-name img {
		width: 120px;
		height: 120px;
		border-radius: 50%;
		margin: auto;
	}

	.footer-bottom {
		margin-bottom: 0px !important;
	}

	.navbar-collapse {
		width: 100% !important;
		height: 100%;
		position: sticky;
		left: 0 !important;
		top: 0;
		padding-bottom: 0px;
	}

	.col {
		min-width: auto !important;
	}

	.form-inline {
		flex-flow: inherit !important;
	}

	.list-inline-item:not(:last-child) {
		margin-right: 5px !important;
	}

	/*.absolute-icons {*/
	/*    right: 4% !important;*/
	/*    bottom: 10px !important;*/
	/*}*/
	/*.absolute-icons a {*/
	/*    padding: 5px 4px !important;*/
	/*    font-size: 10px;*/
	/*}*/
	.catogrie-outer-box {
		min-height: auto;
	}

	.buy-now {
		padding: 10px 7px !important;
	}

	/*  .detail-color a {
    width: 45px;
    height: 45px;
    margin-right: 8px;
    line-height: 45px;
} */
	.add-to-cart {
		padding: 10px 7px;
		font-size: 13px;
	}
}


.mr-20 {
	margin-right: 20px !important;
}

.tabs a:nth-child(1) {
	background: #a69c9c;
    color: #ffffff;
	font-weight: 500;
}

.tabs a {
	padding: 7px 29px;
	margin-top: 12px;
	display: inline-block;
	text-align: center;
}

.tabs a:nth-child(2) {
	background: #111111;
	color: #ffffff;
}