h1, h2, h3, h4, h5, h6 { color: #012d5b; }

.btn {
    font-size: 15px;
}
.text-primary {
    color: #4bc0e4;
}
/* Topbar */

#top {
  background-color: #EEE;
}
.style-header .top-imformation .custom-top {
  color: #012d5b;
}
.style-header .setting-box .links &gt; li a {
  color: #012d5b;
}
.style-header .setting-box .links &gt; li a::after {
  display: none;
}
.style-header .setting-box .links &gt; li a:hover {
  color: #4bbfe3;
}

/* Header */

.pav-megamenu .navbar-nav &gt; li &gt; a {
  color: #012d5b;
}
.pav-megamenu .navbar-nav &gt; li &gt; a:hover span, .pav-megamenu .navbar-nav &gt; li &gt; a:focus span, .pav-megamenu .navbar-nav &gt; li &gt; a:active span {
  color: #4bbfe3;
}
#cart .cart-total {
  background-color: #4bbfe3;
}

/* Breadcrumb */
.breadcrumb {
    background: url(../../image/breadcrumb-bg.jpg) no-repeat center;
    background-size: cover;
}
.breadcrumb a {
    color: #FFF;
}
.breadcrumb li + li::before {
    color: #FFF;
}
.breadcrumb li:last-child a {
    color: #FFF;
}
/* Productpagina */

.product-info .heading {
    font-size: 35px;
    margin-top: 0;
    text-transform: uppercase;
    color: #012d5b;
    font-family: &quot;Montserrat&quot;, sans-serif;
}
.product-info .detail .price-new {
    color: #4bc0e4;
}
ul.color-list {
    margin: 0px;
    padding: 20px 0px;
}
ul.color-list li {
    width: 150px;
    display: inline-block;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
ul.color-list li img {
    width: 100%;
}
.advice a {
    transition: all ease 0.35s;
    background-color: #FFF;
    color: #012d5b;
    border: 1px solid #012d5b;
}
.advice a:hover {
    background-color: #4bc0e4;
    color: #FFF;
    border: 1px solid #4bc0e4;
}
#button-cart {
    float: left;
    margin-right: 20px;
}
.tab-content h2 {
    margin-bottom: 20px;
}
.tab-content h4 span {
    font-weight: 100;
    margin-left: 30px;
}


/* Afbeeldingen bij opties */

.radio-image {
    width: 25%;
    float: left;
    text-align: center;
}
.radio-image-image {
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.radio-image label {
    display: block;
    padding: 0 10px;
    font-weight: normal;
}


/* Winkelwagen */ 
#accordion h4 {
    font-size: 18px;
    text-transform: none;
}

/* measure (meetinstructies) */

.MeasurePart {
    overflow: hidden;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #ccc;
}
.MeasureImg {
    float: left;
    max-width: 500px;
    margin-right: 30px;
}
.MeasureImg img {
    width: 100%;
}
.MeasureText {
    float: left;
    width: 48%;
}
.MeasureText h1 {
    padding-bottom: 10px;
}
.MeasureText h1 span {
    color: #4bc0e4;
    padding-right: 13px;
    font-weight: 500;
}
.MeasureText h4 {
    padding-bottom: 17px;
}

@media (max-width: 720px) {

.MeasureText {
   width: 100%;
}
.MeasureImg {
   margin-bottom: 30px;
}
}

/* Footer */
#footer .footer-center {
  background-color: #012d5b;
  color: #FFF; 
}
#footer .footer-center .panel .panel-body ul li a {
  color: #FFF;
}

/* Copyright */ 
.copyright {
  background: #01224b; 
  color: #FFF;
  font-family: 'Raleway', sans-serif;
  font-style: normal; 
}
.copyright a {
  color: #4bbfe3; 
}
