/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: rupee;
  src: url(https://cdn.shopclues.com/images/banners/Work/timesale/mobile/test/Indian_Rupee.ttf);
}


@font-face {
  font-family: Spantaran;
  src: url(https://cdn.shopclues.com/images/banners/2023/Apr/04/Spantaran-DEMO.ttf);
}




.rupee {
  font-family: rupee;
  font-style: normal;
}

.pnlWhite * {
  box-sizing: border-box;
}

.lstProducts {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.lstProducts * {
  box-sizing: border-box;
}

.lstProducts li {

  width: 50%;
  margin: 0px;
  padding: 4px;
  box-sizing: border-box;
  display: inline-block;
}

.lstProducts li>a {
  display: block;
  text-align: center;
  position: relative;
  padding: 10px 4px 0px;
  overflow: hidden;
 	
}


.lstProducts li>a div>span:first-child {
  display: inline-block;
  background-color: #fff;
  padding: 10px 5px;
  border-radius: 8px;

}

.lstProducts li>a div>span:first-child>img {
  max-width: 100%;

}

.lstProducts li>a div.infoPidDiv>span:nth-child(2) {
  display:block;
  margin: 12px 0px 6px;
  padding: 0px 0px;
  position: relative;
  font-size: 12px;
  color: #000000;
  line-height: 18px;
  text-align: left;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}

.lstProducts li>a div.infoPidDiv>span:nth-child(3) {
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: flex-start;
  padding: 0px 0px 8px;
  width: 100%;
}

.lstProducts.horizontal-view li>a div.infoPidDiv>span:nth-child(3) {
  display: inline-block;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  margin-left: 4px;
  width: auto;
  margin-bottom: 0;
  position: absolute;
  top: 44%;
  vertical-align: middle;
  right: 10px;
  left: 5px;
}

.lstProducts li .one_price {
  color: #000000;
  margin-right: 0px;
  font-size: 16px;
  font-weight: 600;
  float: left;
  display: block;
}

.lstProducts li .two_price {
  text-decoration: line-through;
  font-size: 13px;
  color: #000000;
  font-weight: 400;
  margin: 2px 10px 0px 6px;
  float: left;
  z-index: 1;

}

.lstProducts li>a div.infoPidDiv>span:nth-child(3)>span:nth-child(2) {
  color: #148a42;
  font-size: 11px;
  font-weight: 500;
  position: relative;
  padding: 0px;
  display: 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: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  content: '';
  z-index: 2;
  opacity: 0.7;
  background-color: #fff;
  border-radius: 8px;

}

.lstProducts li.N:after {
  position: absolute;
  left: calc(0% + 10px);
  left: -webkit-calc(0% + 10%);
  top: calc(100% - 136px);
  top: -webkit-calc(100% - 136px);
  right: 15px;
  content: 'Sold Out!';
  background: #fff;
  z-index: 2;
  height: auto;
  border-radius: 8px;
  font-size: 14px;
  padding: 0 0;
  color: #000;
  background-color: #fd8558;
  height: 27px;
  line-height: 27px;
  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_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;
}

.BigSale1bx1b li {
  width: 100% !important;
}

.BigSale1x1 li {
  margin: 0px 0px 0px !important;
  width: 100% !important;
  padding: 0px 7px !important;
  box-sizing: border-box;
}



.pnlBigSale {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  overflow-x: scroll;
  white-space: nowrap;
}

.pnlBigSale li {
  width: 75%;
  display: inline-block;
  position: relative;
	padding: 0px 6px 0px 0px;
	box-sizing: border-box;
}

.pnlBigSale li>a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0px 0px;
  box-sizing: border-box;
  position: relative;
}

.pnlBigSale li>a img {
  max-width: 100%;
  float: left;
}

.pnlBigSale li>a div.infoPidDiv>span:nth-child(2),
.pnlBigSale li>a div.infoPidDiv>span:nth-child(3),
.pnlBigSale li>a div.infoPidDiv>span:nth-child(4),
.pnlBigSale li>a div.infoPidDiv>span:nth-child(5),
.pnlBigSale li>a div.infoPidDiv>span:nth-child(6),
.pnlBigSale li>a div.infoPidDiv>span:nth-child(7) {
  display: none;
}

.bkgGrey {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px;
}

.MainContainer {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  padding-bottom: 0px;
  margin: 0px auto;
  font-family: "Fira Sans", sans-serif;
  font-style: normal;
  position: relative;
  background-color: #fff;


}

.pading10 {
  box-sizing: border-box;
  padding: 0px 6px;
}

.Margin5 {
  margin-bottom: 5px;
}

.Margin10 {
  margin-bottom: 10px;
}

.Margin15 {
  margin-bottom: 15px;
}

.Margin20 {
  margin-bottom: 20px;
}

.Margin10 {
  margin-bottom: 10px;
}

.Margin30 {
  margin-bottom: 30px;
}

.text-center {
  text-align: center;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  outline: none;
  text-decoration: none;
}

.img-responsive {
  display: inline-block;
  max-width: 100%
}

.row {
  margin: 0 auto;
  display: inline-block !important;
  width: 100% !important;
}

.col-xs-12 {
  padding: 0px;
  display: inline-block;
  width: 100%;
  clear: both;
  position: relative;
  z-index: 1;
}

body,
html {
  margin: 0px;
  padding: 0px;
}


/* Naviagtion */
.bigbrand {
  margin: 0px auto;
  padding: 0px;
  background-color: #fff;
  list-style-type: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*
    box-shadow: -2px 3px 7px -1px rgba(0,0,0,0.22);
-webkit-box-shadow: -2px 3px 7px -1px rgba(0,0,0,0.22);
-moz-box-shadow: -2px 3px 7px -1px rgba(0,0,0,0.22);
*/
}


.bigbrand li {
  width: 30%;
  display: inline-block;
  position: relative;
  padding: 6px 6px;
  margin: 0px;
  box-sizing: border-box;
}

.bigbrand li > a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 0px 0px;
  box-sizing: border-box;
  position: relative;
}

.bigbrand li > a img {
  max-width: 100%;
}


.bigbrand li>a div.infoPidDiv>span:nth-child(2),
.bigbrand li>a div.infoPidDiv>span:nth-child(3),
.bigbrand li>a div.infoPidDiv>span:nth-child(4),
.bigbrand li>a div.infoPidDiv>span:nth-child(5),
.bigbrand li>a div.infoPidDiv>span:nth-child(6),
.pnlBigtopcat_sabcatSale li>a div.infoPidDiv>span:nth-child(7) {
  display: none;
}

.white {
	color: #fff !important;
}

.hurryup-bg {
  box-sizing: border-box;
  padding: 10px;
  border-radius: 12px;
  background-color: #f1c314;
 
}

.hurryuppd20{
  box-sizing: border-box;
  padding: 10px;
}
.feature-bg {
  box-sizing: border-box;
  padding: 4px 2px 15px;
  background-color: #edededbf;
 
}

.smartp-bg {
  box-sizing: border-box;
  padding: 6px 2px 15px;
  background-color: #edededbf;
 
}


.refurbseocont {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 15px;
  font-family: arial;
  text-align: left;
}

.refurbseocont h1 {
  font-size: 18px;
}

.refurbseocont p {
  font-size: 13px;
  line-height: 18px;
}

.refurbseocont h2 {
  font-size: 17px;
}

.refurbseocont ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.refurbseocont ul li {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
}

.headingbox{
box-sizing: border-box;
padding: 10px 0px 6px;
}
.text-header{
	  text-transform: capitalize;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 18px;
    color: #0e0e0e;
    padding: 6px 0px;

}
.viewallbtn{
	font-size: 12px;
	border: solid 1px #5382f8;
	padding: 7px 12px 4px;
	text-align: center;
	border-radius: 4px;
	color: #0943da;
	font-weight: 500;
}
.viewallbtnwhite{
	color: #fff !important;
	border: solid 1px #fff !important;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}


/* The dots/bullets/indicators */
.dot {
  height: 6px;
  width: 6px;
  margin: 0 2px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
	position: relative;
}

.active {
  background-color: #fff;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

blockquote {
	font-weight: 200;
	font-size: 8px;
	position: relative;
	margin: 0;
	
}

blockquote:before,
blockquote:after {
    position: absolute;
    color: #202020;
    font-size: 50px;
    width: 4rem;
    height: 4rem;
}

blockquote:before {
    content: '“';
    left: -11px;
    top: 2px;
}


blockquote:after {
    content: '”';
    right: -21px;
    bottom: -132px;
}


cite {
	line-height: 3;
	text-align: left;
}


.leftimageicon{
    box-sizing: border-box;
    margin: 10px 0px 0px;
}
.qutsblock{
    box-sizing: border-box;
    padding: 0px 10px;
}

.ratenme{
    display: flex;
    box-sizing: border-box;
    padding: 10px 0px;
    justify-content: space-between;
    align-items: center;
   
}

.qtsctname{
    font-weight: 500;
    font-size: 13px;
}

  .agentstar{
    color: #000000;
    border-radius: 6px;
    background-color: #eeeeeed9;
    box-sizing: border-box;
    padding: 0px 8px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
  }

  .Starimage{
    margin: 2px 0px 0px 4px;
  }


.refrbquts{
   font-size: 12px;
   text-align: left; 
}


.Rfurbrate{
    margin: 0px;
    padding: 8px;
    list-style-type: none;
  
}

.Rfurbrate li{
    width: 100%;
    margin: 0px 0px 20px;
    padding: 8px 8px 10px 8px;
    box-sizing: border-box;
    background: #fcfcfc;
    border-radius: 8px;
    text-decoration: none;
    display: block;
    /* border: solid 1px #dcdcdc; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.03) 0px 4px 6px -2px;
    display: flex;
    line-height: 18px;
}



.quote {
    position: relative;
    letter-spacing: .03em;
    margin-bottom: .5rem;
    
    &:before {
        content: "“";
        position: absolute;
        left: -.7em;
    }
    
    &:after {
        content: "”";
        margin-right: -1rem;
    }
}

.quote--container {
    border-bottom: 2px dotted #C6D1BF;
    padding-bottom: .5rem;
}

.quote--highlight {
    color: #D24335;
}

.quote--author {
    font-family: 'Open Sans Condensed';
    font-size: .8rem;
    text-align: right;
    font-weight: 300;
}

.trendingblogbg{
    background-color: #EDEDED;
}

.trendingblog{
    margin: 0px;
    padding: 8px;
    list-style-type: none;
  
}

.trendingblog li{
    width: 100%;
    margin: 10px 0px 20px;
    padding: 8px 8px 10px 8px;
    box-sizing: border-box;
    background: #fcfcfc;
    border-radius: 8px;
    text-decoration: none;
    display: block;
    display: flex;
    line-height: 18px;
}

.seemoreblog{
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 25px;
  text-decoration: none;
  color: #fff;
  background-color: #17a0b6;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.03) 0px 4px 6px -2px;
}




.lstHurryupdael {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.lstHurryupdael * {
  box-sizing: border-box;
}

.lstHurryupdael li {
  width: 100%;
  margin: 0px;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
}

.lstHurryupdael li > a {
  display: flex;
  flex-direction: row-reverse;
  text-align: center;
  position: relative;
  padding: 0px;
  overflow: hidden;
 	
}


.lstHurryupdael li > a div>span:first-child {
  display: inline-block;
}

.lstHurryupdael li > a div>span:first-child > img {
  max-width: 100%;

}
.lstHurryupdael li > a div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  padding: 0px 0px 0px 10px;
}
.lstHurryupdael li > a div>span:first-child {
  display:block;
  margin: 0px 0px 8px;
  padding: 0px 0px 0px 0px;
  position: relative;
  font-size: 14px;
  color: #000000;
  line-height: 18px;
  text-align: left;
  font-weight: 400;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; */
  overflow: hidden;

}


.lstHurryupdael li > a div>span:nth-child(2)  {
  color: #000;
  margin: 4px 0px 2px;
  font-size: 26px;
  font-weight: 600;
  display: block;
}

.lstHurryupdael li > a div>span:nth-child(3) {
  text-decoration: line-through;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  margin: 0px 10px 0px 6px;
  display:block;

}

.lstHurryupdael li > a div>span:nth-child(4) {
  color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin: 10px 0px 0px;
    position: relative;
    padding: 8px 14px;
    display: block;
    background-color: #000;
    border-radius: 8px;
}


.lstHurryupdael 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;
}


.lstHurryupdael 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;

}

.lstHurryupdael li>a div.infoPidDiv>span:nth-child(6),
.lstHurryupdael li>a div.infoPidDiv>span:nth-child(7) {

  display: block;
  font-size: 12px;
  color: #04BF4D;
}

.lstHurryupdael 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;
}

.lstHurryupdael li.N {
  position: relative;

}

/*.lstProducts li.N a,.lstProducts li.N .pidCartFormQty{
  opacity: 0.5;
  filter: grayscale(100%);
}*/
.lstHurryupdael li.N:before {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  content: '';
  z-index: 2;
  opacity: 0.7;
  background-color: #fff;
  border-radius: 8px;

}

.lstHurryupdael li.N:after {
  position: absolute;
  left: calc(0% + 10px);
  left: -webkit-calc(0% + 10%);
  top: calc(100% - 136px);
  top: -webkit-calc(100% - 136px);
  right: 15px;
  content: 'Sold Out!';
  background: #fff;
  z-index: 2;
  height: auto;
  border-radius: 8px;
  font-size: 14px;
  padding: 0 0;
  color: #000;
  background-color: #fd8558;
  height: 27px;
  line-height: 27px;
  border-radius: 4px;
  text-align: center;

}



/*Stockout*/
.lstHurryupdael 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;
}

.lstHurryupdael 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;

}

.lstHurryupdael li a.StockOut {
  cursor: default !important;
}


.discountPercentage {
  margin-top: 8px;
}

.prod_custom_name_reguler {
  position: absolute;
  bottom: 10px;
  left: 7px;
  display: block;
}

#indianCulture_block.lstProducts li>a>span:nth-child(5) {
  display: none;
}

.lstHurryupdael li > a > span:nth-child(6) {
  color: #ff0000;
  font-size: 9px;
  font-weight: 700;
  text-align: center;
  display: block;
  line-height: 13px;
}


.timmerbg {
  background-repeat: no-repeat;
  position: relative;
  display: block;
  text-align: center;
  margin: 0px auto;
}
.lineborder {
  display: inline-block;
  width: 324px;
  margin: 0 auto;
  border-top: 1px solid #000;
  height: 1px;
}
.flashTimer {
  margin: 1px 0px 0px 5px;
}
.pnlclock {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  width: 100%;
}
.pnlclock > span:first-child:after {
  content: 'h';
  font-size: 20px;
  display: inline-block;
  margin: -5px 0 0 0px;
}
.pnlclock > span:nth-child(2):after {
  content: 'm';
  font-size: 20px;
  display: inline-block;
  margin: -5px 0 0 0px;
}
.pnlclock > span:nth-child(3):after {
  content: 's';
  font-size: 20px;
  display: inline-block;
  margin: -5px 0 0 0px;
}
.txtHour, .txtMinute, .txtSecond {
  position: relative;
}
.txtHour {
  left: 0px;
}
.txtMinute {
  left: 0px;
}
.txtSecond {
  left: 0px;
}

.ts-livetext {
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
  background-color: #fd4444;
  border-radius: 3px;
  padding: 3px 6px 3px;
}

.ts-left {
  color: #2b2b2b;
  font-size: 13px;
  vertical-align: middle;
  margin: 2px 0px 0px 6px;
}

.ts-timmer {
  display: flex;
  padding: 0px 0px 10px;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

.hurryuphead{
  text-transform: capitalize;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 14px;
  padding: 6px 20px;
  background-color: #D75428;
  border-radius: 30px;
  display: inline-block;

}