  .allgrasccl{
  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.add-tocartsoldout {
  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-tocartsoldout a {
  font-size: 14px;
  display: block;
  font-weight: 500;
}

.add-tocartsoldout a i {
  font-size: 14px;
  margin-right: 10px;
}
.item-card:hover .add-tocartsoldout {
  opacity: 1;
}

.paralux .container{
   justify-content: center; 
    
}


    .cartcount{
        position: absolute;
        width: 22px;
        height: 22px;
        border-radius: 100%;
        background-color: #f3c10c;
        color: #fff;
        text-align: center;
        line-height: 22px;
        font-size: 9px;
        font-weight: bold;
        right: -8px;
        top: -1px;
        display: none;
    }
    .displblkwcrtcnt{
        display: block;
    }

.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;
}

.select-size-type ul {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.select-size-type ul li {
	padding: 0px 7px;
	border-radius: 20px;
	border: 1px solid #ccc;
	font-size: 12px;
	margin-right: 2px;
	margin-bottom: 5px;
	line-height: 20px;
	cursor: pointer;
	letter-spacing: 0.2px;
	color: #333;
}

.select-size-type ul li.active {
	background: #ffd141;
	border: none;
}

.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;
}

.dropdown-cart{
	position: relative;
    	font-family: "DM Sans", sans-serif;
}
.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;
}