@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
   font-family: Roboto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Roboto;
}


#col_14413 table { 
            color: white;
            padding: 15px 0px 15px 0px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #000000;
    background-color: #FAE86A;
    border-color: var(--btnPrimaryActiveBorderColor);
    border-bottom: 1px solid #03132D;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    text-decoration: underline;
    font-weight:bold;
   
}

.social-icons ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-icons li {
    display: inline-block;
    width: 25px;
    }
    
.subheading hr {
border-top: .5px solid #2fa4e7;
border-right: .5px solid #2fa4e7;
border-left:.5px solid #2fa4e7;
border-bottom: .5px solid #2fa4e7;
}

.hrline
{
height: 0.2em !important;
 margin-bottom: 10px;
 margin-top: -3px;
        background-color: #FAE86A;
        background-image: linear-gradient(left , #FAE86A 2%, #F0B662 90%);
        background-image: -o-linear-gradient(left ,  #FAE86A 2%, #F0B662 90%);
        background-image: -moz-linear-gradient(left ,  #FAE86A 2%, #F0B662 90%);
        background-image: -webkit-linear-gradient(left , #FAE86A 2%, #F0B662 90%);
        background-image: -ms-linear-gradient(left ,  #FAE86A 2%, #F0B662 90%);
        background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, #FAE86A), color-stop(0.90, #F0B662),);
}


.product-name-col .product-name a {
font-size: 18px;
text-decoration: none;
font-weight:bold;
color: #bb8f00;
}

.product-name-col .product-name a:hover {
    font-size: 24px;
    text-decoration: none;
    font-weight:bold;
    color: #000000;
}
