/* user.css ----------------------------------------------------------------- */
/*QTpro*/
.OutofStock { background-color: #FFCACB; }
.OutofStockAttrib { font-family: Verdana, Arial, sans-serif; font-size: 10px;  background-color: #FFCACB; color: #000000; }
.productSpecialPrice{

  font-weight: bold;
  color: #D8000C;
  /* #ff0000; */
}
.productHolder{
    border:none;
    margin:0,0,0,0;
    padding:0,0,0,0;
}
.productHolder h2{
    font-size: 1em;
}
.grid-group-item {
    margin-bottom: 10px;
}
#bodyContent{
    background-color: white;
}
.search{
    float:right !important;
}
@media (min-width: 1024px) {
.piGal {width: 400px !important; margin-right: 20px;}
}
@media (min-width: 350px) {
.piGal {width: 310px !important; margin-right: 20px;}
}


.piGal img {max-width: 400px;height: auto;}

.btn-product-info{
    float:left;
}

/*Specials Ribbon*/
.ribbon {
   position: absolute;
   right: -5px; top: -5px;
   z-index: 1;
   overflow: hidden;
   width: 75px; height: 75px;
   text-align: right;
}
.ribbon span {
   font-size: 15px;
   color: #fff;
   text-transform: uppercase;
   text-align: center;
   font-weight: bold; line-height: 20px;
   transform: rotate(45deg);
   width: 100px; display: block;
   background: #79A70A;
   background: linear-gradient(#9BC90D 0%, #79A70A 100%);
   box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
   position: absolute;
   top: 19px; right: -21px;
   -webkit-transform: rotate(45deg)
}
.ribbon span::before {
   content: '';
   position: absolute;
   left: 0px; top: 100%;
   z-index: -1;
   border-left: 3px solid #79A70A;
   border-right: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.ribbon span::after {
   content: '';
   position: absolute;
   right: 0%; top: 100%;
   z-index: -1;
   border-right: 3px solid #79A70A;
   border-left: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.red span {background: linear-gradient(#F70505 0%, #8F0808 100%);}
.red span::before {border-left-color: #8F0808; border-top-color: #8F0808;}
.red span::after {border-right-color: #8F0808; border-top-color: #8F0808;}

.blue span {background: linear-gradient(#8F0808 0%, #8F0808 100%);}
.blue span::before {border-left-color: #1e5799; border-top-color: #1e5799;}
.blue span::after {border-right-color: #1e5799; border-top-color: #1e5799;}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 50%;
}