/*a.content-link {
    color: #1BBCE8;
}

a.content-link:hover {
    color: inherit;
}*/

body {
     color: #333;
}

.contact-location-grid__content .info-list li.person:before {
    content: '\f203';
}

.product-details__meta-wrap .single-meta .title {
   min-width: 150px;
}

.swiper-container {
    
}

.product-details__title {
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 2rem;
}

.shop-single-product__title {
    font-size: 16px;
    line-height: 1.3;
}

.header-navigation__nav nav > ul > li > a {
  text-transform: uppercase;
}

.site-pv .leadership__single .content {
     -webkit-flex-basis: 100%; 
    -ms-flex-preferred-size: 100%;
     flex-basis: 100%; 
}

.header-navigation__nav nav > ul > li.active > a {
    color: #1BBCE8;
}

.header-navigation__nav nav > ul > li > a:before {
    height: 1px;
    bottom: 28px;
}



.header-navigation__nav nav > ul > li.pv-active > a {
    color: #ffc246;
}

.header-navigation__nav nav > ul > li.active > a:before {
    right: auto;
    left: 0;
    width: 100%;
}

.product-details__price span {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.3;
    color: #ffc246;
    display: inline-block;
}

.product-details__price .main-price.discounted {
    
    text-decoration: none;
}

.page-sidebar {
    background: #f0f0f0;
    padding: 30px 20px;
}

.section-space--top--20 {
    margin-top: 20px;
}

.product-details__meta-wrap {
    margin-top: 0;
    border-top: 0 none;
}

.product-details__price {
    margin-bottom: 30px;
}


