a, p, body {
    font-weight: 400;  
}

li {
font-size: 14px;  
}

@media (max-width: 885px) {
.banner--product {
  height: 88px;
}
}

.product__specs table th, .product__specs table th p{
  font-weight: 300;
  font-size: 20px;
  background: rgb(240,240,240);
  margin: 0;
  font-family: alternate-gothic-no-1-d,Arial,Helvetica,sans-serif;
  text-transform: uppercase;
}

.product__specs table p{
  margin: 0;
}

.product__specs table td, .product__specs table th {
    padding: 5px 15px;
}

table, th, td {
   border: 1px solid rgb(240,240,240);
}

.row--content-grid.withblock .grid__item .content__inner {
    margin-bottom: 30px;
    box-shadow: 0 2px 1px rgba(0,0,0,.1);
    background-color: #fff;
}

.row--content-grid.withblock .content__inner .block--content {
    padding: 0 30px 30px;
}

.row--content-grid.withblock {
    padding: 40px 0 30px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.withblock {
  padding-top: 0!important;
}

.row--title {
  padding-top:40px;
}

.page-id-165 .row--title {
  background-color: #f3f1f1;
}

.bread, .bread a {
  font-size: 13px;
    line-height: 16px;
}

.bread {
  float: right;
    padding-bottom: 10px;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 16px;
  text-transform: none;
}

@media (min-width: 850px) {
.row--img-content .grid--content .item--left {
  padding-right: 80px;
}
}
.img--container .img--block {
image-rendering: -moz-crisp-edges;         /* Firefox */
        image-rendering:   -o-crisp-edges;         /* Opera */
        image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.social a {
    margin-left: 0px;
}

.single-post .bread {

    display: block;
    text-align: right;
    float: none;
}

.cd-top {
  z-index: 99999999;
}

.masthead {
	min-height: 450px;
}

body {
    color: #545a5d;
}

.header__menu .current_page_item a, .header__menu a:hover, .header__contact a {
    color: #e20909;
}

@media (max-width: 480px) {
.header__contact {
    display: block;
}
.header__contact .numbers{
  display: none;
}
}