﻿
.title-block.shop {
  background-image: url('/themes/serviceIQ/content/images/shop/Shop-icon.png');
  /* change to provider icon when mockup complete */
  border-bottom: 0;
}
.title-block h1 {
  margin: 0;
  color: #cea000;
  text-align:left;
}
.title-block h6 {
    font-size: 1em;
    font-family: 'metricwebsemibold';
      text-align:left;
}

.title-block a,.title-block a:link,.title-block a:visited,.title-block a:hover,.title-block a:active {
    text-decoration: none;
}

.title-block a {
    color: #06a7e2;
}
.title-block h4 {
    font-size: 1.412em;
    font-family: 'metricwebsemibold';
}

.top-banner{
     background-color: #252525;
    padding-top: 0px;
    margin-top: -80px;
    z-index:-1;
    

}

.top-img {
    position: absolute;
    top:-65px;
    right: 15%;
    width:10%;
     -ms-transform: rotate(25deg); /* IE 9 */
    -webkit-transform: rotate(25deg); /* Chrome, Safari, Opera */
    transform: rotate(25deg);
  
    
    
       &.online{
        position: absolute;
        top: 15%;
        left: 60%;
        margin-top: -60px;
        margin-left: -400px;
    }
    
}
.title-block.dash {
    background-image: url(/themes/serviceIQ/content/images/shop/product_image.png);
    border-bottom: 0;
    margin-left:30px;
    height:130px;
}
.title-block.dash h5{
    color:#fff;

}
.breadcrumb {
   
    color: #cea000;
    
    font-family: 'metricwebmedium', sans-serif;
}
.shop-price {
    margin-top: 10px;
    border: 1px solid #cea000;
    display: block;
    padding: 15px 10px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    border-radius: 4px;
}
.shop-price label,.shop-price span {
    font-weight: bold;
    color: #000;
}
.gold {
    color: #cea000;
}
.product-type-description{
    margin-top:45px;
    font-weight:bold;
      color:#787878;  

}
.product-title-shop{

    margin-top:5px;
}
.sku span{
    font-size:15px;
}

.home-page-filter-selector span.k-dropdown-wrap {
    font-size: 17px !important;
    line-height: 0 !important;
}


