/* CSS Document */
@font-face {
    font-family: rupee;
    src: url(https://cdn.shopclues.com/images/banners/2022/lp/BigBangSale/Indian_Rupee.ttf);
}
.rupee {
    font-family: rupee;
    font-style: normal;
    font-weight: 400;
}
body, html {
    margin: 0px;
    padding: 0px;
}

	
	
.text-center {
    text-align: center;
}
a, a:hover, a:focus, a:visited, a:active {
    outline: none;
    text-decoration: none;
}
.txtHeading {
    box-sizing: border-box;
    padding: 15px 0px 0px 0px;
}
.trendingheading {
    position: relative;
    box-sizing: border-box;
    text-align: center; /* Center align content */
    display: flex;
    justify-content: center;
    align-items: center;
}

.trendingheading > span {
    display: inline-block;
    text-transform: capitalize;
    color: #BB0000;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding: 2px 10px 0;
    position: relative;
    z-index: 1;
    background-color: #F7F7F7;
}

.trendingheading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    border-top: 1px solid #aeaeae;
    transform: translate(-50%, -50%); /* Center line */
    z-index: 0;
}


.img-responsive {
    max-width: 100%;
    display: inline-block;
}
.row {
    margin: 0 auto;
    display: inline-block !important;
    width: 100% !important;
}
.col-xs-12 {
    padding: 0px;
    display: inline-block;
    width: 100%;
    clear: both;
    text-align: center;
}

	/*For horizontal view*/
.scrollToTop {
	position: fixed;
	bottom: 50px;
	right: 20px;
	width: 45px;
	height: 45px;
	padding: 0px;
	margin: 0px;
	border-radius: 50%;
	overflow: hidden;
	z-index: 2;
	/* border: none;
outline: none;
text-align: center;
font-weight: bold;
color: #444;
text-decoration: none;
display: none; */
}

.scrollToTop:hover {
	text-decoration: none;
}
	
.MainContainer {
    display: inline-block;
    width: 100%;
    font-family: "Poppins", sans-serif;
    position: relative;
    text-align: center;
    background-color: #F7F7F7;
    box-sizing: border-box;
    overflow: hidden;
}

/*Dhamaka Deal*/
.pnlWhite {
    padding: 0px 3px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.lstProducts {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    white-space: normal;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.lstProducts * {
    box-sizing: border-box;
}
.lstProducts li {
    width: 50%;
    margin: 0px;
    display: inline-block;
    box-sizing: border-box;
    padding: 6px 4px;
}
.lstProducts li > a {
    display: block;
    position: relative;
    padding: 10px 4px 6px;
    border-radius: 6px;
    border: solid 0.5px #dad9d9;
    background-color: #fff;
    
}
.lstProducts li > a div > span:first-child {
    display: block;
}
.lstProducts li > a div > span:first-child > img {
    width: 100%;
}
.infoPidDiv {
    overflow: hidden;
}
.lstProducts li > a div.infoPidDiv > span:nth-child(2) {
    display: block;
    margin: 10px 0px 6px;
    padding: 0px 3px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
    font-size: 11px;
    color: #8e8c8c;
    text-align: left;
    font-weight: normal;
    box-sizing: border-box
}
.lstProducts li > a div.infoPidDiv > span:nth-child(3) {
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    box-sizing: border-box;
    padding: 0px 3px;
    width: 100%;
    align-items: center;
}
.lstProducts li > a div.infoPidDiv > span:nth-child(3)> span:nth-child(1) {
    display: flex;
 
        align-items: center;
        justify-content: flex-start;
}

.lstProducts li .one_price {
    float: left;
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #2d2c2c;
}
.lstProducts li .two_price {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin: 0px 5px 0px;
    font-size: 12px;
    font-weight: 400;
    color: #b4b2b2;
    
}
.lstProducts li .two_price::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-43%, -37%) rotate(180deg);
    transform-origin: center;
    width: 80%;
    height: 1px;
    background-color: #8B8989;
    border-radius: 2px;
    pointer-events: none;
    z-index: 1;
}

.lstProducts li > a div.infoPidDiv > span:nth-child(3) > span:nth-child(2) {
    color: #00A306;
    font-size: 11px;
    font-weight: 400;
    position: relative;
    padding: 0px;
    display: block;
}
.peroff {
    display: inline-block;
}
.lstProducts li > a div.infoPidDiv > span .newStock {
    display: none;
    margin: -2px 0 7px;
    padding: 2px 4px;
    text-transform: capitalize;
    font-size: 10px;
    float: right;
    color: #555555;
    background-color: #c3f0f2;
    border-radius: 1px;
}
.lstProducts li > a div.infoPidDiv > span:nth-child(5) > span.newAmountCal {
    color: #F56670;
    font-size: 11px;
    font-weight: 400;
    text-align: right;
    display: inline-block;
    position: relative;
    margin: 0px 5px 0px 0px;
    display: none;
}
.lstProducts li > a div.infoPidDiv > span:nth-child(6), .lstProducts li > a div.infoPidDiv > span:nth-child(7) {
    display: block;
    font-size: 12px;
    color: #04BF4D;
}
.lstProducts li > a div.infoPidDiv > span:nth-child(8) {
    color: #F56670;
    font-size: 11px;
    font-weight: 600;
    text-align: right;
    display: inline-block;
    position: relative;
    right: -114px;
    top: -11px;
}
.disNone, .pidRating {
    display: none;
}
.pidRating, .pidRating > span {
    width: 100%;
    float: left;
    margin: 1px 0 10px;
}
.pidRating > span {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
    height: 11px;
}
.lstProducts li.N {
    position: relative;
}
/*.lstProducts li.N a,.lstProducts li.N .pidCartFormQty{
  opacity: 0.5;
  filter: grayscale(100%);
}*/
.lstProducts li.N:before {
    position: absolute;
    top: 8px;
    left: 4px;
    right: 3px;
    bottom: 4px;
    content: '';
    z-index: 2;
    opacity: 0.7;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 6px;
}
.lstProducts li.N:after {
    position: absolute;
    left: calc(0% + 10px);
    left: -webkit-calc(0% + 10%);
    top: calc(100% - 118px);
    top: -webkit-calc(100% - 118px);
    right: 15px;
    content: 'Sold Out!';
    background: #fff;
    z-index: 2;
    height: auto;
    border-radius: 6px;
    font-size: 13px;
    padding: 0 0;
    color: #000;
    background-color: #fd8558;
    height: 25px;
    line-height: 26px;
    border-radius: 4px;
    text-align: center;
}
/*Stockout*/
.lstProducts li a.StockOut:before {
    background-color: rgba(255, 255, 255, 0.8);
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}
.lstProducts li a.StockOut:after {
    color: #dc0909;
    content: "Sold Out!";
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: 44%;
    width: 100%;
    z-index: 7;
}
.lstProducts li a.StockOut {
    cursor: default !important;
}
.discountPercentage {
    margin-top: 8px;
}
.prod_custom_name {
    display: none;
}
.prod_custom_name_reguler {
    position: absolute;
    bottom: 10px;
    left: 7px;
    display: block;
}
#indianCulture_block.lstProducts li > a > span:nth-child(5) {
    display: none;
}
.lstProducts li > a > span:nth-child(6) {
    color: #ff0000;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    display: block;
    line-height: 13px;
}
.lstProducts li > a > i:nth-child(2) {
    display: none !important;
}
.lstProducts.show li {
    display: inline-block !important;
}


.bigsale {
    margin: 0px auto;
    padding: 0px;
    list-style-type: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  
  .bigsale li {
    width: 50%;
    display: inline-block;
    position: relative;
    padding: 1px 6px;
    margin: 0px;
    box-sizing: border-box;
  }
  
  .bigsale li > a {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 0px 0px;
    box-sizing: border-box;
    position: relative;
  }
  
  .bigsale li > a img {
    max-width: 100%;
  }
  
  .bigsale li:nth-child(5) {
    width: 100%;
  }

  .bigsale li>a div.infoPidDiv>span:nth-child(2),
  .bigsale li>a div.infoPidDiv>span:nth-child(3),
  .bigsale li>a div.infoPidDiv>span:nth-child(4),
  .bigsale li>a div.infoPidDiv>span:nth-child(5),
  .bigsale li>a div.infoPidDiv>span:nth-child(6),
  .bigsale li>a div.infoPidDiv>span:nth-child(7) {
    display: none;
  }

 


.Margin10 {
    margin-bottom: 10px;
}
.Margin15 {
    margin-bottom: 15px;
}
.Margin20 {
    margin-bottom: 20px;
}
.Margin30 {
    margin-bottom: 30px;
}
.Margin40 {
    margin-bottom: 40px;
}
.Margin5 {
    margin-bottom: 5px !important;
}

@media screen and (max-width:480px) {
.lstProducts li > a div.infoPidDiv > span .newStock {
    font-size: 11px;
}
.lstProducts.horizontal-view li > a div.infoPidDiv > span:nth-child(4) > span:first-child {
    font-size: 12px;
}
}