﻿ #sidepanel {
         margin-top:0px;
         }
      
    
   .contentr p {
    margin: 0 0 0px;

}
         #coupon_box {
         display:none;
         }
.contentr h1,.contentr h2 {
    color:white;
    font-size:14px;
        margin-top: 5px;
    margin-bottom: 3px;
}

.contentr a{
  color: #825582;
  text-decoration: none;
}

.contentr{
      background: linear-gradient(#AB0F03, #d31709, #d31709);
  /*width: 80%;*/
  max-width: 960px;
  min-height: 3.750em; 
  /*margin: 2em auto;*/
  padding: 2px;
  border-radius: 0.313em;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
  line-height: 1.5em;
  color: white;
}

.contentr .ribbon{
   
     position: relative;
    padding: 2px 2px;
    font-size: 20px;
    /* margin: 0 0 0; */
    /* line-height: 0.875em; */
    color: #1a1a1f;
    border-radius: 0 0.156em 0.156em 0;
    background: rgb(240, 240, 240);
    box-shadow: -1px 2px 3px rgba(0,0,0,0.5);
}

.contentr .ribbon:before, .ribbon:after{
  position:absolute;
  content: '';
  display: block;
}

.contentr .ribbon:before{
  width: 0.469em;
  height: 100%;
  padding: 0 0 0.438em;
  top:0;
  left: -0.469em;
  background:inherit;
  border-radius: 0.313em 0 0 0.313em;
}

.contentr .ribbon:after{
  width: 0.313em;
  height: 0.313em;
  background: rgba(0,0,0,0.35);
  bottom: -0.313em;
  left: -0.313em;
  border-radius: 0.313em 0 0 0.313em;
  box-shadow: inset -1px 2px 2px rgba(0,0,0,0.3);
}

@media (max-width: 600px) {
  
  
  
  .ribbon{
    line-height: 1.143em;
    padding: 0.5em;
  }
  
  .ribbon:before, .ribbon:after{
    font-size: 0.714em;
  }
  
}

.warehouse{
	display:none;
}

