/* Remove Daughters Flame*/
#seller-list > div > div > div > ul > li:nth-child(5){
display: none;
}

.past{
text-align: center;
text-decoration: underline;
text-decoration-color: red;
text-decoration-thickness: 3px;
font-weight: bold;
}
.center{
text-align: center;
}
.testcurrent{
text-align: center;
text-decoration: underline;
text-decoration-color: red;
text-decoration-thickness: 3px;
font-weight: bold;}

.current{
display: none;
text-align: center;
text-decoration: underline;
text-decoration-color: red;
text-decoration-thickness: 3px;
font-weight: bold;
}

/* CSS Reset */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
}

/* (Just ignore)top banner style */
.top-banner {
  margin-bottom: 30px;
  text-align: center;
  background-color: #ec2425;
}

.top-banner a, .top-banner span {
  display: inline-block;
}

.top-banner a {
  width: 100%;
  padding: 15px 0;
  text-decoration: none;
  color: #fff;
  color: rgba(255, 255, 255, .8);
font-size:20px;
font-weight: bold;
}

.top-banner span{
  width: 50px;
  heigth: 28px;
  line-height: 28px;
  background-color: #a1c45a;
  border-radius: 20px;
}

.top-banner a:hover {
  color: #fff9e0;
}

/* New Banner Text*/
#promotions-block > div > div > *> div > a > div > div > div > h2, #promotions-block > div > div >*> div > a > div > div > div > p{
color: white;
font-weight: bold;
}
.products{
text-align: center;
text-decoration: underline;
text-decoration-color: red;
text-decoration-thickness: 3px;
font-weight: bold;
}
.shop-tile-name{
text-align:left;
font-weight: bold;
}

/* Breadcrumb */
.ms-theme .breadcrumb{
font-weight: bold;
font-family: 'Lato',sans-serif;
 font-size: 16px;
}

/* Titles word wrap */
.ms-theme ul.products-tiles li .title-link{
overflow: visible;
word-wrap: break-word;
}

body > div > div > div.ng-scope > div.container.container-root.cart > div:nth-child(5) > div > form > p > input{
color:red;
font-size: 18px;
border-color:red;
}

#seller-list > div.container-fluid.home > div > div > h2 > a{
Display:none;
}

/* Graduates Banner Size Desktop */
@media screen and (min-width: 1024px) {
        #seller-list > div > div > div > ul > li{
            height:200px;
width:25%
        }
    } 

/* Graduates Banner Size Tablet*/
@media screen and (max-width: 961px) {
        #seller-list > div > div > div > ul > li{
            height:300px;
width:50%;
        }
    } 

/* Graduates Banner Size Mobile*/
@media screen and (max-width: 767px) {
        #seller-list > div > div > div > ul > li{
            height:200px;
width:100%;
        }
    }

/* all products scroll*/
#product-list{
  width: 70%;
  height: 600px;
  overflow: auto;
margin: 0 auto;
}

/* all products scroll Mobile*/
@media screen and (max-width: 767px) {
#product-list{
  width: 90%;
  height: 600px;
  overflow: scroll;
margin: 0 auto;
        }
    }

/* products scroll Tablet*/
@media screen and (max-width: 961px) {
#product-list{
  width: 95%;
  height: 400px;
  overflow: scroll;
margin: 0 auto;
        }
    }

#productView > div.container > div:nth-child(1) > div.col-xs-12.col-sm-12.col-md-8.col-lg-8 > div > div.col-sm-12.col-md-12.col-lg-10 > h4.product-rating, #productView > div.container > div:nth-child(1) > div.col-xs-12.col-sm-12.col-md-8.col-lg-8 > div > div.col-sm-12.col-md-12.col-lg-10 > h4.product-social-counts, #sidebar > div > div:nth-child(2) > div > div > div > div > span.shop-rating, .view-icon, .views, .product-counts, .shop-views{
display: none;
}