.container{
    max-width: 1368px;
    margin: auto;
}

.category_image{
    width: 990px;
    height: 200px;
    margin-bottom: 10px;
}

#clockdiv{
    width: 150px;
    position: absolute;
    top: 399px;
    right: 151px;
    font-size: 15px;
    color: white;
    font-weight: 900;
    font-size: 25px;
}

/**Category Breadcrumbs**/
#breadcrumb {
    color: #000;
    margin: 9px 0;
}

#breadcrumb ol {
    margin: 0;
    padding: 0;
    padding-left: 9px;
    list-style: none;
    font-size: 11px;
}

#breadcrumb ol li {
    list-style: none;
    display: inline-block;
}

.breadcrumb-link {
    font-size: 11px;
    font-style: normal;
    color: #000;
    text-decoration: none;
}

.breadcrumb-arrow {
    font-size: 7px;
    position: relative;
    top: -1px;
}

/*rating*/
.product_rating {
    margin: 0 10px;
    font-size: 12px;
}
.rating_star {
    color: #f25529;
}
.faded::after {
    color: #afafaf;
}
.brandName{
    display: block;
    font-size: 11px;
    padding-top: 6px;
    letter-spacing: 0.5px;
    padding-bottom: 6px;
    font-weight: normal;
}
.offer {
    color: green;
    font-size: 11px;
}
/******LEFT COLUMN *******/
#columns_container{
    overflow: hidden;
}
.side-box{
    width: 205px;
    background-color: #fff;
}
#left_column_container{
    width:17%;
    float: left;
}

.left_column{
    float: left;
    width: 205px;
}

.your_selection_text{
    background: #f2f2f2;
    height: 30px;
    font-size: 13px;
    position: relative;
}
.your_selection_text span{
    position: absolute;
    margin-top: 5px;
    margin-left: 10px;
}
.remove_category_selection{
    color: black;
    float: right;
    margin-right: 20px;
}
.fliper{
    padding:0;
    padding-left:10px;
    padding-bottom: 10px;
    clear:both;
    margin:0;
    font-size: 13px;
    width:198px; 
}
.fliper li{
    list-style:none;
}
ul.fliper li div {
    width: 161px;
    padding: 4px 0px 4px 0px;
}
ul.fliper li div a{
    text-decoration: none;
    color:black;
}
#current_category_view{
    color:blue;
}
#innermost_fliper li:last-of-type a {
    font-weight: bold;
}

/**brand**/
.side-box-text{
    background: #f2f2f2;
    height: 30px;
    font-size: 13px;
    position: relative;
}
.side-box-text span{
    position: absolute;
    margin-top: 5px;
    margin-left: 10px;
}


.side-box-filter{
    margin-top: 2px;
    list-style: none;
    padding-left: 20px;
    font-size: 11px;
    margin-top: 8px;
    max-height: 105px;
    text-transform: capitalize;
    overflow-x: hidden!important;
    overflow-y: scroll!important;
}
.side-box-filter a{
    color:black;
    text-decoration: none;
    font-size: 13px;
}

.side-box-filter li{
    display: block;
    margin-top: 5px;
}

.search {
    width: 100%;
    box-sizing: border-box;
    display: block;
    border: 1px solid #f1f1f1;
    padding: 4px 11px 4px 15px;
    position: relative;
    margin-top: 2px;
}

/**********MIDDLE COLUMN********/
.middle_column{
    float: right;
    margin-left: 35px;
    width: 79.5%;
}

#brandDescription {
    padding-bottom: 16px;
    font-size: 14px;
}
#brandDescription h1 {
    font-family: Open Sans;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0px 0 6px 0px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
}
#descriptionText {
    font-family: Verdana,Geneva,sans-serif;
    padding-top: 5px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 12px;
}
.description2{
    height:auto !important;
}
#viewLessBtn {
    display: none;
}
#viewMoreBtn, #viewLessBtn {
    width: 100px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid;
    cursor: pointer;
}
#viewMoreBtn:hover, #viewLessBtn:hover {
    background: black;
    color: white;
    transition: all 0.4s ease;
}

.category_name {
    overflow: hidden;
    padding-bottom: 5px;
    background: #f2f2f2;
}
.category_name h1 {
    margin: 0;
    padding: 5px 128px 0 32px;
    font-size: 14px;
    font-weight: 600;
    width: 50%;
    box-sizing: border-box;
    float: left;
}
.category_sort_by {
    width: 50%;
    box-sizing: border-box;
    float: left;
}
#sort_by_select {
    height: 20px;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 10px;
    margin-left: 10px;
}
.paging{
    height: 30px;
    background: #f2f2f2;
    margin-top:21px;
}

/****PRODUCT GRID ******/

.products_grids_container{
    margin-top: 10px;
}
.products_grid_row {
    margin-bottom: 10px;
    overflow: hidden;
}

.product_grid {
    float: left;
    position:relative;
    box-sizing: border-box;
    margin-left: 1%;
    width: 32.3%;
    cursor: pointer;
}


.product_grid.slide-up {
  transition: all 1000ms cubic-bezier(0.25, 0.1, 0.46, 1.07);
  transform: translateY(50px);
}
.product_grid.slide-up.in-view {
  opacity: 1;
  transform: translateY(0px);
}
.product_grid a {
    text-decoration: none;
    color: black;
}


#soldOut {
    cursor: pointer;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    color: Red;
    position: absolute;
    width: 100%;
    z-index: 1;
}
#soldOut strong {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #f18342;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 5px 10px;
}

.product_grid a img {
    display: block;
    margin: auto;
    width: 71%;
    min-height: 249px;
}

.grid_info {
    margin: 0 10px;
}

.grid_title{
    height: 73px;
    font-size: 13px;
    margin: 0 10px;
}
.grid_title a{
    text-decoration: none;
    color: black;
}
.grid_product_price{
    font-weight: bold;
    font-size: 16px; 
}
del {
    color: #686868;
    font-weight: normal;
    font-size: 12px;
}
.wrapper_container{
    width:990px;
}



/*Banner diwali*/
#diwali_banner{
    cursor: pointer;
}

/* by series section */

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    padding-top: 43px;
    white-space: nowrap;
}

.strike > span {
    position: relative;
    display: inline-block;
    font-family: Apercu,arial,sans-serif;
    letter-spacing: 4px;
    padding: 25px;
    color: #000;
    font-size: 15px;
}

.strike > span::before, .strike > span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #999;
}

.strike > span::after {
    left: 100%;
    margin-left: 15px;
}
.strike > span::before {
    right: 100%;
    margin-right: 15px;
}

/* bottom banner strip */
.seriesTitle a {
  text-decoration: none;
  color: #000;
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
}
.bySeries {
  background-color: #F7F8F9;
  margin: 0 -80px;
  padding: 0 40px;
  padding-bottom: 60px;
  margin-top: 80px;
}

.bySeries::after {
    content: '';
    clear: both;
    display: table;
}
.bySeries .series{
    float: left;
    width: 18%;
    margin-right: 2.5%;
    box-shadow: 1px 1px 11px -4px rgba(0,0,0,0.3);
    cursor: pointer;
    overflow: hidden;
}

.bySeries .series:hover img{
    transform: scale(1.1);
}

.bySeries .series:last-child{
    margin: 0;
}
.bySeries img{
    /*! width: 100%; */
    /*! display: block; */
    transition: all 0.2s ease-in-out;
}

.seriesTitle {
    padding: 10px 6px;
    position: relative;
    background-color: #fff;
}

.seriesTitle::after{
  content: '';
  position: absolute;
  width:5px;
  height: 5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  right: 10px;
  top: 20px;
  transform: rotate(45deg);
}
/* bottom banner strip ends here */


/* top category strip */
#homeCateList {
    position: relative;
    overflow: hidden;
    margin: auto;
        margin-top: auto;
    margin-bottom: 16px;
    position: relative;
}

.sliderControls {
    width: 25px;
    background-color: rgba(0, 0, 0, 0.11);
    position: absolute;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

.sliderControls:hover{
    background-color: rgba(0, 0, 0, 0.3);
}
.sliderControls::after {

    content: '';
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%);
    height: 10px;
    width: 10px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    color: #fff;

}

.sliderControls.left {
    display: none;
}
.sliderControls.right{
    right: 0;
}
.sliderControls.right::after{
    transform: rotate(-45deg);
}
.sliderControls.left::after{
    transform: rotate(135deg);
}

#cateListSubCont {
    white-space: nowrap;
    font-size: 0;
}

.homeCateListElements {
    width: 15%;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    margin-right: 17px;
    display: inline-block;
    min-height: 114px;
    vertical-align: bottom;
    white-space: normal;
}


.homeCateListElements a {
    text-decoration: none;
    color: #000;
}

.listElementName {
        text-align: center;
    font-weight: bold;
    font-size: 11px;
    font-family: "Open Sans";
    letter-spacing: 0.5px;
    text-transform: capitalize;
}


.slider{
    transition: all 0.4s ease-in-out;
}

/*Scroll to TOp*/
.backToTop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: grey;
    cursor: pointer;
    font-size: 8px;
    white-space: nowrap;
    line-height: 100px;
    text-align: center;
    z-index: 9999;
}

.backToTop::after {
    content: '';
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-15%) rotate(45deg);
    width: 10px;
    height: 10px;
}


/************* lazy image css start here **********/

.product-image.other-category-image {
  height: 90px;
  max-height: 90px;
  line-height: 80px !important;
}

.product-image.image-for-category{
  height: 280px;
  max-height: 280px;
  line-height: 270px;
}

.product-image.popular-category {
    height: 200px;
    padding: 0;
    line-height: 200px;
}

/**** faq for category page ***/

.home_lower_content{
    overflow: hidden;
	transition: all 0.4s linear;
	max-height: 2000px;
    border-top: 2px solid #afafaf;
    padding-top: 17px;
	line-height: normal !important;
}
.questionAnswer{
    border-bottom: 1px solid #afafaf;
    padding-bottom: 30px;
    position: relative;
    max-height: 347px;
    overflow: hidden;
}


.recentReviews{
    position: relative;
    max-height: 517px;
    overflow: hidden;
}
.home_lower_content .recentReviewsHeading h2{
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 10px auto;
}
.reviewProduct{
    width: 10%;
    /*! margin-top: 16px; */
    float: left;
}
.product-image.reviewproduct-image {
    height: 150px;
    padding: 0;
    line-height: 83px;
}
.review{
    float: left;
    width: 88%;
    margin-left: 18px;
}
.productReviewTitle{
    font-size: 12px;
    font-weight: bold;
}
.productReviewtext{
    font-size: 11px;
}

#review_body{
    overflow: hidden;
    padding-bottom: 16px;
    /*! margin-top:10px; */
}
.review_body_stars{
    font-size: 17px;
}
.review_title{
    margin-top: 5px;
    font-weight: bold;
    font-size:13px;
    margin-bottom: 3px;
}
#review_date{
    width: 20%;
    font-size:13px;
    text-align: right;
    float: right;
}
.reviewer_name{
    font-size:13px;
    color: #999;
    text-transform: capitalize;
    margin-left: 13px;
}
.reviewer_name img{
    width: 14px;
    margin-bottom: -3px;
}
.review_text {
    margin-top: 7px;
    overflow: hidden;
    text-align: justify;
    font-size: 13px;
}

#no_review_txt{
    font-size: 13px;
}

#qAndACont{
    border: none !important;;
}

#starAndName{
    position: relative;
    overflow: hidden;
    display: flex;
}

#reviewProduct h2 {
    margin: 0;
    padding: 3px 0px;
    font-size: 11px;
    font-weight: bold;
    width: 600px;
    overflow: hidden;
    color: #666;
}
.productTitle{
    margin-top: 20px;
    font-weight: bold;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.productTitle > a {
    color: #0808e1;
    white-space: nowrap;
    letter-spacing: 1px;
    overflow: hidden;
}

.singleReviewProduct{
    overflow: hidden;
    border-bottom: 1px solid #999;
}

.singleReviewProduct:last-child{
    border: none; 
}


  .rating{
      font-size: 11px;
  }
  .rating_star {
      font-size: 14px;
  }
  .rating_star::after {
      content: "\2605";
      color: #f25529;
  }
  .faded::after{
      color: #afafaf;
  }
  
  
.faq-view-more {
  height: 200px;
  text-align: center;
  background-image: linear-gradient(to bottom, transparent , #fff 87% );
  letter-spacing: 1px;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
  transition: all 0.2s linear;
 
}


.faq-view-more > span {
  padding: 7px 10px;
  display: inline-block;
  border: 1px solid black;
  background-color: #fff;
  font-weight: bolder;
  margin-top: 33px;
  /*! box-shadow: 1px 1px 9px rgba(0,0,0,0.12); */
  letter-spacing: 2px;
  position: absolute;
  bottom: 19px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.faq-view-more > span:hover{
    background-color: black;
    color: #fff;
}


.faq-view-more > span.spin{
    background-color: #fff;
    color: #fff;
}


.faq-view-more > span.spin::after{
    content: '';
    position: absolute;
    color: #000;
    height: 15px;
    width: 15px;
    box-sizing: border-box;
    border: 2px solid #000;
    border-bottom-color: transparent;
    border-radius: 50%; 
    left: 50%;
    margin-left: -10px;
    animation: rotate 0.9s linear forwards infinite;
}

@keyframes rotate{
    100%{
        transform: rotate(360deg);
    }
}


#footer_content{
	position: relative;
}

.home_lower_content{
	color: #000 !important;
}

.view-more-review {
  color: blue;
  font-weight: 600;
  cursor: pointer;
}
.more-review {
  display: none;
}

.home_lower_content h2{
    color:#000 !important;;
}


/**** flash sale ***/

.flash-sale {
  background-color: #7c0303;
  border-radius: 2px;
  color: #fff;
  padding: 3px 5px;
  margin-left: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  background-image: linear-gradient(to right, #ff5f32, #e93c0c);
  display: inline-block;
  width: 69px;
  text-align: center;
  line-height: 12px;
  vertical-align: middle;
}

.flash-sale>span{
  animation: zoomin 1.3s linear infinite;
  display:block;
}

@keyframes zoomin {
  50%{
      transform: scale(0.9);
  }
}
  
