#fpw{
  width: 980px;
  margin: 0 auto;
}
#slideshow {
  height: 450px;
}
#pagernav a {
  background-color: #EEE;
  color: #2E3436;
  text-decoration: none;
  padding: 0.2em;
  margin-right: 0.2em;
  width: 100px;
  display: block;
  float: left;
  text-align: center;
}
#promo_img{
    width: 1080px; 
/*    height: 355px;*/
    position: relative;
}
#promo_img .primg{
    position: absolute;
    top: 20px; left: 20px;
    width: 250px; /* 315px */
}
#promo_img #description{
    position: absolute;
    top: 20px; left: 355px;
    width: 355px;
}
#promo_img #description h2{
    color: #075281; font-size: 20px;
    margin-bottom: 10px;
}
#promo_img #description h1{
    color: #5e5e5e; font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#promo_img #description p{
    color: #075281; font-size: 14px;
}
#promo_img #properties{
    position: absolute;
    top: 140px; left: 355px;
    width: 355px;
}
#promo_img #properties ul{
    list-style-type: none;
    padding:0 0 0 30px; margin:0;
}
#promo_img #properties ul li{
    color: #5e5e5e; font-size: 13px;
}
#promo_img #properties ul li:before {
    content: "• ";
    color: #ffbc08; 
    font-size: 19px;
    position: relative;
    top: 2px;
}
#promo_img #prices{
    position: absolute;
    bottom: 20px; right: 65px;
    width: 175px;
}
#promo_img #prices .price{
    display: block;
    width: 100%; height: 24px;
    padding: 18px 0;
    background: #febb12;
    color: #5e5e5e; font-size: 20px;
    text-align: center;
}
#promo_img #prices .old-price{
    position: absolute;
    color: #5e5e5e;
    width: 100%;
    bottom: 60px; left: 0;
    padding: 9px 0 7px;
    background: #febb12;
    text-align: center;
    font-size: 13px;
    border-bottom: 1px solid #fff;
}
#promo_img #prices .old-price:hover{
    
}
#promo_img #prices .old-price .crossed{
    display: inline-block;
    padding: 0 5px; 
    position: relative;
}
#promo_img #prices .old-price .crossed:after{
    content: "";
    width: 100%;
    border-bottom: 1px solid #b62626;
    position: absolute;
    bottom: 6px; left: 0;
}
#promo_img #promo_type{
    position: absolute;
    width: 90px; height: 90px;
    top: 30px; left: 30px;
    z-index: 1;
}
#promo_img #promo_type img{
    width: 100%; 
    height: 100%;
    margin-left: 0;
}
#content {
    margin-left: 0;
}

.h1-seo {
    margin: 20px 15px 10px 15px;
    padding: 10px 5px 5px 5px;
    background-color: #fbfbfb;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
/*    scrollbar-width: none;
    -ms-overflow-style: none;*/
}

.h1-seo:hover { 
    scrollbar-color: #0062b3 #fbfbfb;
/*    scrollbar-width: thin;
    -ms-overflow-style: thin;*/
}
.h1-seo h1 {
    display: inline;
    font-weight: normal;
    font-size: 14px;
}
.h1-seo p {
    display: inline;
}
.tabbertab {
    padding: 0; margin: 0; 
}
@media only screen and (min-width: 1200px) {
    .home-search-box {
        padding: 0 5px;
        max-height: 75px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 1340px) {
    #promo_big {
        width: calc(100% - 244px);
        height: auto;
    }
    #promo_img {
      width: initial;
    }
    #central_main_inner_main {
        width: 100%;
    }
    #head_inner_main {
        width: 100%;
    }
    #promo {
        display: inline;
    }
}

@media only screen and (max-width: 960px) {

    #promo_big {
        width: 100%;
        margin-left: 0;
    }
    #content {
        margin-left: 0;
    }
    #prod_prev2_thumb, #prod_prev1_thumb, #prod_cntr_thumb, #prod_next1_thumb, #prod_next2_thumb, #prod_next3_thumb {
        height: 60px;
    }
}
@media only screen and (min-width: 960px) {
    #tnb > div {
        display: block!important;
    }
    #tnb { 
        background: url(/images/icons/main_menu_arrows_up.svg) center center;
        background-size: contain;
    }
}
@media only screen and (max-width: 960px) {
    #tnb {
        background: url(/images/icons/main_menu_arrows_up.svg) center center;
        background-size: contain;
    }
}

@media only screen and (max-width: 960px) {
    #tnb > div {
        top: 38px;
    }
}