
.addqtyhome {
	width: 100%;
	height: auto;
	text-align: center;
	display: none;
}

.addqtyhome .leftminus {
	background-color: var(--gold-crayola);
	float: left;
	padding: 5px 15px;
	border-radius: 3px;
}

.addqtyhome .rihgtplus {
	background-color: var(--gold-crayola);
	float: right;
	padding: 5px 15px;
	border-radius: 3px;
}

.addqtyhome .actualqty {
	line-height: 10px;
	font-size: 2.2rem;
	position: absolute;
	text-align: center;
	width: 33%;
	color: var(--gold-crayola);
	margin-block: 0px;	
}




.item-name img {
	height: 13px;
	width: auto;
}

/*---:==============:Header Start:===============:---*/

.dropdown-cart{
	position: relative;
}
.cart-item-on-hover {
    padding: 25px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 40px;
    left: -100px;
    font-family: "Oswald", sans-serif;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
    visibility: hidden;
    z-index: 999;
    min-width: 220px;
    opacity: 0;
}
.dropdown-cart:hover .cart-item-on-hover{
	opacity: 1;
	visibility: visible;
	top: 25px;
}
.cart-item-on-hover ul{
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	max-height: 300px;
	overflow-x: auto;
}
.cart-item-on-hover ul li{
	display: flex;
	width: 200px;
	margin-bottom: 20px;
}
.cart-item-on-hover ul li div img{
	width: 50px;
	margin-right: 10px;
}
.item-name-cart{
	font-size: 14px;
	font-weight: 700;
	color: #333;
	width: 140px;
	margin-top: 0;
}
.item-name-cart span{
	font-size: 10px;
	font-weight: normal;
	color: #333;
	line-height: 14px;
	color: #f00
}
.item-details-cart h5{
	font-size: 12px;
	color: #979797;
	font-weight: normal;
}
.cart-sub-total{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.cart-sub-total span{
	font-size: 13px;
}
.cart-sub-total strong{
	font-size: 15px;
	font-weight: bold;
	color: #555555;
}
.cart-ho-buttons{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.cart-ho-buttons a{
	font-size: 13px;
	font-weight: bold;
	width: 48%;
	display: block;
	border-radius: 8px;
	background: #333;
	color: #fff !important;
	text-align: center;
}
.cart-ho-buttons a:last-child{
	background: #ffd141;
	color: #333 !important;
}

.item-card {
	padding: 10px 15px;
	position: relative;
	transition: 0.3s;
	border: 1px solid transparent;
	border-radius: 2px;
}

.item-name {
	font-size: 15px;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	margin-top: 20px;
	color: #333;
}

.item-test {
	width: 100%;
	height: auto;
	/*display: flex;*/
	align-items: center;
}

.item-test img {
	width: 33px;
	margin-bottom: 4px;
}

.item-test i {
	font-size: 15px;
	color: #ccc;
}

.item-desc p {
	font-size: 12px;
	line-height: 15px;
	color: #777a83;
	font-weight: 600;
	margin-top: 7px;
}

.item-price {
	font-size: 18px;
	margin-top: 10px;
	font-weight: 700;
}

.add-tocart {
	padding: 8px 0;
	background: #ffd141;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	border-radius: 5px;
	margin-top: 15px;
	opacity: 0;
	transition: 0.3s;
}

.add-tocart a {
	font-size: 14px;
	display: block;
	font-weight: 500;
}

.add-tocart a i {
	font-size: 14px;
	margin-right: 10px;
}

.item-card:hover {
	border: 1px solid #ccc;
	cursor: pointer;
}

.item-card:hover .add-tocart {
	opacity: 1;
}

.paralux {
	width: 100%;
	height: 450px;
	background-image: url("../images/masala.jpg");
	background-attachment: fixed;
	background-size: cover;
}

.paralux .container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	color: #fff;
	font-family: "Oswald", sans-serif;
}

.paralux-content {
	width: 400px;
}

.paralux-content img {
	width: 65%;
}


.paralux-content h5 {
	font-size: 25px;
	font-weight: 300;
}

.paralux-content h3 {
	font-weight: bold;
	font-size: 30px;
}

.paralux-content a {
	font-weight: normal;
	text-decoration: underline;
}

.brands .item {
	padding: 40px;
}


/*---:==============:cart Start:===============:---*/

.product_holder {
	width: 40%;
	font-size: 18px;
	font-weight: 700;
	color: #3a3d49;
}

.product_holder span {
	margin-left: 10px;
    color: #d1333c;
    line-height: 20px;
    font-size: 12px;
}

.product_holder img {
	width: 40px;
	margin-right: 15px;
}

.price_product {
	font-size: 20px;
	font-weight: 700;
}


.cart table tr th {
	font-size: 18px;
	font-weight: 400;
}

.cart table tr td {
	padding: 20px 0 !important;
}

.price_product i {
	color: #d1333c;
	top: 50%;
	font-size: 25px;
	margin-left: 15px;
}

.cupon-code {
	background: #d1333c;
	border: none;
	text-transform: uppercase;
	padding: 4px 15px;
	color: #fff;
	font-size: 14px;
}

.cart-checkout {
	background: rgb(241, 241, 242) !important;
	color: #3a3d49;
	border-radius: 8px;
}

.cart-checkout>div {
	border-bottom: 1px solid #ccc;
	padding: 12px 20px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

.cart-checkout div span {
	float: right;
	font-weight: 700;
	font-size: 15px;
}

#cuppon {
	align-items: center;
}

#cuppon input {
	height: 35px;
	border: 1px solid #ccc;
	margin-top: 30px;
}

#cuppon input[type="text"] {
	width: 70%;
	padding-left: 10px;
}

#cuppon input[type="submit"] {
	width: 25%;
	background: #d1333c;
	border: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
}

.save-address-holder {
	padding: 20px 25px;
	border-radius: 4px;
	background: #f1f1f2;
	border: 2px solid #ccc;
	cursor: pointer;
}

.save-address-holder .name {
	font-size: 14px;
	font-weight: bold;
}

.save-address-holder i {
	color: #d1333c;
	font-size: 18px;
}

.save-address-holder.active {
	border: 2px solid #d1333c;
	box-shadow: 5px 7px 10px 0px #ccc;
}

.product_holder_checkout {
	display: flex;
	align-items: center;
	font-size: 13px !important;
	flex-wrap: wrap;
}

.product_holder_checkout span {
	font-size: 12px !important;
}

.product_holder_checkout span b {
	font-size: 13px;
	color: #777a83;
	font-weight: lighter;
}

.product_holder_checkout b {
	font-weight: bold;
	font-size: 14px;
	margin-left: 15px;
}

.product_holder_checkout img {
	width: 50px;
	margin-right: 10px;
}

#add-address input,
#add-address textarea {
	width: 60%;
	padding: 7px 15px;
	display: block;
	margin-top: 20px;
}

#add-address textarea {
	height: 200px;
}

#add-address input[type="submit"] {
	width: 25%;
	background: #d1333c;
	border: none;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
}


.displaynon {
	display: none;
}

.displblck {
	display: block;
}

/*---:==============:Photo Gallery===============:---*/
.photo-gallery {
	color: #313437;
	background-color: #fff;
}

.photo-gallery img {
	height: 250px;
	object-fit: cover;
}

.photo-gallery p {
	color: #7d8285;
}

.photo-gallery h2 {
	font-weight: bold;
	margin-bottom: 40px;
	padding-top: 40px;
	color: inherit;
}

@media (max-width:767px) {
	.photo-gallery h2 {
		margin-bottom: 25px;
		padding-top: 25px;
		font-size: 24px;
	}


	.demo-gallery>ul>li {
		width: 100% !important;

	}

}

/*------------**************---------*/


.photo-gallery .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto 40px;
}

.photo-gallery .intro p {
	margin-bottom: 0;
}

.photo-gallery .photos {
	padding-bottom: 20px;
}

.photo-gallery .item {
	padding-bottom: 30px;
}

/*---:==============:Photo Gallery===============:---*/


/*---:==============:Video Gallery===============:---*/

.demo-gallery>ul {
	margin-bottom: 0;
	padding-left: 0;
}

.demo-gallery>ul>li {
	margin-bottom: 15px;
	width: 31%;
	height: 230px;
	display: inline-block;
	margin-right: 15px;
	list-style: outside none none;
}

.demo-gallery>ul>li a {
	border: 3px solid #FFF;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
}

.demo-gallery>ul>li a>img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}

.demo-gallery>ul>li a:hover>img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
	opacity: 1;
}

.demo-gallery>ul>li a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery>a>img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}

.demo-gallery .justified-gallery>a:hover>img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
	opacity: 1;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	opacity: 0.8;
	width: 48px;
}

.demo-gallery.dark>ul>li a {
	border: 3px solid #04070a;
}

/*---:==============:Video Gallery===============:---*/


.what-in-cart{
	position: fixed;
	width: 400px;
	padding: 15px;
	background: #fff;
	border-radius: 8px;
	top: 0;
	right: 0;
	z-index: 999;
	box-shadow: 0 4px 22px 2.4px rgba(0,0,0,0.6);
	display: none;
}
.what-in-cart ul{
	display: flex;
	justify-content: space-between;
}
.what-in-cart ul li:last-child{
	width: 240px;
	margin-left: 20px;
	display: flex;
	justify-content: space-between;
}
.what-in-cart ul li:first-child{
	display: flex;
	justify-content: space-between;
}
.what-in-cart ul li:first-child span{
	display: block;
	line-height: 20px;
	font-weight: 500;
	color: #3a3a3a;
}
.what-in-cart ul li:first-child i{
	color: #0fa737;
	font-size: 20px;
	margin-top: 5px;
	margin-right: 10px;
}
.what-in-cart ul li:last-child i{
	color: #d1333c;
	font-size: 20px;
	margin-left: 10px;
	margin-top: 4px;
}
.what-in-cart ul li:last-child a{
	font-size: 12px;
	text-decoration: underline;
	color: #666 !important;
}


.selectOptions{
	margin-top: 20px;
	height: 170px;
	overflow-y: auto;
}
.select_all_options{
	padding: 30px;
}
.flex_between_holder{
	display: flex;
	justify-content: space-between;
	max-height: 170px;
	overflow-y: auto;
}
/* Responsive start */

@media only screen and (max-width: 768px) {
	.m-hide {
		display: none !important;
	}
	.res-menu{
		display: block !important;
	}
.cart-item-on-hover{
	display: none;
}

.customer-itm-img {
	position: relative;
	overflow: hidden;
	height: 200px;
}
	.customer-itm-img img {
		width: 100% !important;
		height: auto !important;
	}

	.customer-itm-img {
		text-align: center;
	}

.cornertxt {
    
	/*width: 100px;*/
	/*height: auto;*/
	/*letter-spacing: 1px;*/
	/*text-transform: capitalize;*/
	/*background: #9fbd08;*/
	/*color: #000;*/
	/*padding: 3px 10px;*/
	/*margin: 0 0 10px 0;*/
	/*line-height: 13px;*/
	/*position: absolute;*/
	/*top: 54px;*/
	/*left: -15px;*/
	/*transform-origin: 0 0;*/
	/*transform: rotate(315deg);*/
	/*z-index: 99;*/
	/*font-size: 8px;*/
	/*text-align: center;*/
	/*text-shadow: 0 1px 1px #292929;*/
	/*box-shadow: 1px 1px 3px #404040;*/
	
	width: 100px;
    height: auto;
    letter-spacing: 2px;
    text-transform: capitalize;
    background: #132f32;
    color: white;
    padding: 11px 11px;
    margin: 0 0 10px 0;
    line-height: 13px;
    position: absolute;
    top: 54px;
    left: -15px;
    transform-origin: 0 0;
    transform: rotate(315deg);
    z-index: 99;
    font-size: 10px;
    text-align: center;
    text-shadow: 0 1px 1px #292929;
    box-shadow: 1px 1px 3px #404040;
	
	
}

.hotdeal {
	background: #F00;
}

.bestdeal {
	background: #f7b312;
}

	.item-card {
		border: 1px solid #ccc;
		cursor: pointer;
		margin-bottom: 30px;
	}

	.item-card .add-tocart {
		opacity: 1;
	}

	.castom-testymonial .item {
		margin-right: 0px;
	}


	.paralux {
		background-position-X: -88px;
	}
	.brands .item{
		padding: 10px;
	}

	.profile-image {
		margin-bottom: 30px;
	}

	.price_product i {
		margin-left: 5px;
	}

	.price_product {
		font-size: 15px;
	}

	.price_product i {
		font-size: 20PX;
	}

	.product_holder {
		font-size: 16px;
	}

	.w-100m {
		width: 100% !important;
	}

}

@media only screen and (max-width: 280px) {}