/*product category*/

#category {
    padding-bottom: 15px;
}

#category .title {
    margin-top: 44px;
    font-size: 13px;
    color: #B4B7C1;
    font-weight: bold;
    position: relative;
    padding: 15px 0 15px 100px;
    background-color: #202128;
    text-transform: uppercase;
    line-height: 24px;
}

#category .title img {
    max-width: 80px;
    max-height: 80px;
    float: left;
    position: absolute;
    left: 11px;
    top: -20px;
}

#category .title h2 {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: none;
}

#category .title strong {
    color: #FFFFFF;
}

#category ul {
    clear: both;
    padding: 36px 0 10px 15px;
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    background-color: #26262F;
}

#category ul li {
    line-height: 18px;
    padding: 3px 0;
}

#category ul li a {
    font-size: 13px;
    color: #E2E3E6;
}

#category ul li i {
    color: #858585;
    margin-left: 7px;
    font-size: 13px;
    font-style: normal;
}


/*products list*/

#products {
    background-image: url("../images/products.png");
    background-repeat: no-repeat;
    background-position: right 0;
}

#products h1 {
    font-size: 24px;
    color: #FFFFFF;
    height: 70px;
    padding-top: 28px;
    line-height: 30px;
}

#products ul {
    padding-top: 28px;
}

#products li {
    width: 249px;
    height: 320px;
    float: left;
    background-color: #FFFFFF;
    padding: 0 10px;
    color: #858585;
    position: relative;
    margin-left: 3px;
    margin-bottom: 9px;
}

#products li:nth-child(5n+1) {
    margin-left: 0;
}

#products li a.product {
    display: block;
    text-decoration: none;
}

#products li a.product img {
    max-width: 150px;
    max-height: 150px;
    display: block;
    margin-left: 10px;
}

#products li a.product h3 {
    font-size: 18px;
    color: #1A1A1A;
    font-weight: bold;
    padding: 3px 0;
    line-height: 22px;
}

#products li p {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
}

#products li dl {
    width: 138px;
    float: left;
    line-height: 20px;
}

#products li dt {
    font-size: 13px;
}

#products li dd a {
    font-size: 14px;
    color: #1A1A1A;
}

#products li span {
    line-height: 20px;
    font-size: 13px;
}

#products li span s {
    color: #499EE6;
    text-decoration: none;
    display: block;
}

#products li a.icon-pdf,
#products li a.rfq {
    position: absolute;
    bottom: 0;
    height: 46px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border-top: 1px solid #DDDDDD;
}

#products li a.icon-pdf,
#products li a.icon-pdf+a {
    width: 138px;
}

#products li a.icon-pdf {
    left: 0;
    border-right: 1px solid #DDDDDD;
}

#products li a.rfq {
    right: 0;
    width: 100%;
    color: #000000;
    font-weight: bold;
}

#products li a.icon-pdf:hover,
#products li a.rfq:hover {
    background-color: #FF5A00;
    color: #FFFFFF;
}

#category .menu .link {
    float: left;
    width: 330px;
}

#category .menu .link a {
    display: block;
    background-color: #202028;
    height: 101px;
    margin-top: 3px;
    text-align: center;
    line-height: 101px;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#category .menu .link a:first-child {
    margin-top: 0;
}

#category .menu .link a:hover {
    background-color: #FF5A00;
}

#category .menu dl {
    float: left;
    width: 330px;
    margin-left: 13px;
    background-color: #26262F;
    height: 308px;
    text-align: center;
}

#category .menu dt {
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #202028;
}

#category .menu dd a {
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
}

#category .menu dd a:hover {
    background-color: #FF5A00;
}


/*product details*/

#products-details .picture {
    float: left;
    width: 362px;
}

#products-details .picture .product-image {
    background-color: #25252F;
    padding: 10px 10px 20px 10px;
    text-align: center;
}

#products-details .picture .product-image a.highslide {
    display: block;
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#products-details .picture .product-image a.highslide img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

#products-details .picture .product-image span {
    padding: 177px 0;
    display: block;
    background-color: #FFFFFF;
    text-align: center;
    display: block;
}

#products-details .picture .product-image span img {
    display: block;
    margin: 0 auto;
}

#products-details .picture .product-image span.no-pic {
    padding: 124px 0;
}

#products-details .picture .product-image a.highslide+span {
    border-top: 1px solid #25252F;
    padding: 25px 0;
}

#products-details .picture .product-image a.highslide+span img {
    max-height: 90px;
}

#products-details .picture .product-image s {
    text-decoration: none;
    font-size: 13px;
    color: #A6A7AC;
    display: block;
    text-align: center;
    padding: 15px 0;
}

#products-details .picture .product-image a.icon-download {
    height: 30px;
    padding: 0 15px 0 40px;
    display: inline-block;
    border: 1px solid #67676E;
    line-height: 30px;
    position: relative;
    color: #FFFFFF;
    border-radius: 5px;
    text-decoration: none;
}

#products-details .picture .product-image a.icon-download:before {
    position: absolute;
    color: #63666E;
    left: 16px;
    top: 7px;
    font-size: 15px;
}

#products-details .picture .product-image a.icon-download:hover {
    background-color: #FF5A00;
    border: 1px solid #FF5A00;
}

#products-details .picture .product-image a.icon-download:hover:before {
    color: #FFFFFF;
}

#products-details .picture dl.product-tip {
    padding: 10px;
    background-color: #25252F;
    margin-top: 11px;
    color: #FFFFFF;
}

#products-details .picture dl.product-tip dt {
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

#products-details .picture dl.product-tip dd {
    color: #A6A7AC;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 15px;
    position: relative;
    padding-left: 11px;
}

#products-details .picture dl.product-tip dd:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
}

#products-details.price0 .picture .product-image a.highslide {
    padding: 30px 0;
}

#products-details.price0 .picture .product-image a.highslide+span {
    padding: 10px 0;
}

#products-details.price0 .picture .product-image s {
    padding: 10px 0;
}

#products-details.price0 .product th {
    height: 32px;
}

#products-details.price0 .product .rfq dl dd textarea {
    height: 81px;
}

#products-details.price0 .picture .product-image span {
    padding: 139px 0;
}

#products-details.price0 .picture .product-image span.no-pic {
    padding: 89px 0;
}

#products-details.price3 .picture .product-image a.highslide {
    padding: 60px 0;
}

#products-details.price3 .picture .product-image span {
    padding: 185px 0;
}

#products-details.price3 .picture .product-image span.no-pic {
    padding: 134px 0;
}

#products-details .product {
    float: right;
    width: 980px;
}

#products-details .product h1 {
    font-size: 24px;
    line-height: 60px;
    color: #FFFFFF;
}

#products-details .product th,
#products-details .product td {
    font-size: 13px;
}

#products-details .product th {
    color: #A6A7AC;
    width: 190px;
    text-align: right;
    height: 28px;
}

#products-details .product td.name {
    color: #FF5A00;
}

#products-details .product td {
    padding-left: 7px;
    color: #FFFFFE;
}

#products-details .product td a {
    color: #13CBF2;
    display: block;
}

#products-details .product-price {
    float: right;
    width: 50%;
}

#products-details .product-price+table {
    width: 50%;
    float: left;
    padding-bottom: 7px;
}

#products-details .product-price h2 {
    margin-top: 0;
    line-height: 40px;
}

#products-details .product-price s {
    font-size: 15px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
}

#products-details .product-price s b {
    color: #13CBF2;
}

#products-details .product-price ul {
    border-left: 1px solid #285160;
}

#products-details .product-price li {
    float: left;
    width: 33%;
    border-bottom: 1px solid #285160;
    border-right: 1px solid #285160;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    font-style: italic;
}

#products-details .product-price li:nth-child(-n+3) {
    border-top: 1px solid #285160;
}

#products-details .product-price li i {
    color: #13CBF2;
    font-size: 16px;
    position: relative;
    top: -8px;
}

#products-details .product-price dl {
    padding-top: 20px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 18px;
}

#products-details .product-price dt {
    font-weight: bold;
}

#products-details .product .rfq {
    background-color: #25252F;
    padding: 0 13px;
}

#products-details .product .rfq h2 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 17px;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
}

#products-details .product .rfq h2 s {
    text-decoration: none;
    font-size: 13px;
    color: #A6A7AC;
    margin-left: 7px;
    font-weight: normal;
    text-transform: none;
}

#products-details .product .rfq h2 s b {
    color: #FFFFFF;
}

#products-details .product .rfq dl {
    padding-top: 7px;
    border-bottom: 1px solid #717178;
    float: left;
    margin-right: 14px;
    width: 470px;
}

#products-details .product .rfq dl:nth-child(2n) {
    margin-right: 0;
}

#products-details .product .rfq dl dt {
    padding-right: 14px;
    font-size: 13px;
    color: #FFFFFF;
    position: relative;
    line-height: 40px;
    float: right;
    font-weight: bold;
}

#products-details .product .rfq dl.require dt {
    padding-left: 20px;
}

#products-details .product .rfq dd {
    float: right;
}

#products-details .product .rfq dd input {
    height: 40px;
    border: none;
    width: 300px;
    padding-left: 15px;
    background-color: transparent;
    color: #FFFFFF;
}

#products-details .product .part {
    background-color: #202128;
    padding-bottom: 10px;
    clear: left;
    margin-top: 7px;
}

#products-details .product .part dl {
    padding-top: 0;
}

#products-details .product .part dl:nth-child(2) {
    width: 352px;
    margin-right: 14px;
}

#products-details .product .part dl:nth-child(3) {
    width: 280px;
}

#products-details .product .part dl:nth-child(4) {
    width: 280px;
    margin-right: 0;
}

#products-details .product .rfq dl.clearfix {
    width: 954px;
    margin-right: 0;
}

#products-details .product .rfq dl.require dt:before {
    content: "*";
    color: #F57900;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 3px;
}

#products-details .product .rfq dl.require dt {
    padding-left: 20px;
}

#products-details .product .rfq dl dd textarea {
    width: 785px;
    height: 60px;
    border: none;
    padding-left: 15px;
    background-color: transparent;
    padding-top: 13px;
    color: #FFFFFF;
}

#products-details .product .rfq dl.radio {
    padding: 5px 0;
}

#products-details .product .rfq dl.radio dd {
    line-height: 40px;
    width: 800px;
}

#products-details .product .rfq dl.radio dd input {
    width: 0;
    height: 0;
    float: left;
}

#products-details .product .rfq dl.radio dd label {
    position: relative;
    padding-left: 23px;
    line-height: 20px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}

#products-details .product .rfq dl.radio dd label:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #000000;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFFFFF;
}

#products-details .product .rfq dl.radio dd label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    left: 3px;
    background-color: #F57900;
}

#products-details .product .rfq dl.radio dd input[type=radio]:checked+label:after {
    opacity: 1;
}

#products-details .product .btn {
    text-align: center;
    padding: 15px 0;
    clear: both;
}

#products-details .product .btn span.icon-aircraft {
    height: 46px;
    padding: 0 20px 0 80px;
    background-color: #FF5A00;
    display: inline-block;
    line-height: 46px;
    font-size: 17px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

#products-details .product .btn span.icon-aircraft:before {
    position: absolute;
    left: 50%;
    top: 4px;
    margin-left: -86px;
    z-index: 1;
}

#products-details .product .btn span.icon-aircraft:after {
    content: "";
    width: 130px;
    height: 130px;
    position: absolute;
    background-color: #F04400;
    -webkit-transform: rotate( 45deg);
    -moz-transform: rotate( 45deg);
    -o-transform: rotate( 45deg);
    transform: rotate( 45deg);
    left: -23px;
    top: -118px;
    border-radius: 10px;
}

#products-details .product .verifyBox {
    display: none;
}

#products-details .product .verifyBox ul {
    content: "";
    height: 100px;
    position: fixed;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -100px;
    background-color: #000000;
    z-index: 2;
    float: none !important;
    padding: 50px;
    text-align: center;
    border-radius: 10px;
}

#products-details .product .verifyBox li {
    float: left;
    line-height: 28px;
}

#products-details .product .verifyBox li>input {
    float: left;
    border: none;
    height: 28px;
    width: 80px;
    padding-left: 10px;
}

#products-details .product .verifyBox li img {
    display: block;
}

#products-details .product .verifyBox li.btn {
    float: none;
}

#products-details .product .verifyBox:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    left: 0;
    top: 0;
    opacity: 0.3;
}

#products-details .btn span.icon-aircraft s:before,
#products-details .btn span.icon-aircraft s:after {
    content: "";
    height: 36px;
    width: 10px;
    background-color: #25252F;
    position: absolute;
    border-radius: 4px;
    top: 5px;
}

#products-details .btn span.icon-aircraft s:before {
    left: -6px;
}

#products-details .btn span.icon-aircraft s:after {
    right: -6px;
}

#products-details .btn span.icon-aircraft input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

#products-details .btn span.icon-aircraft:hover {
    background-color: #2D2E35;
}

#products-details .btn span.icon-aircraft:hover:after {
    background-color: #202128;
}

#products-details h2 {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 54px;
    margin-top: 15px;
}

#products-details .specifications {
    margin-top: 20px;
}

#products-details .specifications ul.tab li.active {
    color: #FFFFFF;
    border-bottom: 3px solid #FF5A00;
}

#products-details .specifications ul.tab li {
    float: left;
    height: 46px;
    line-height: 46px;
    color: #B4B5B8;
    background-color: #202128;
    padding: 0 60px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-right: 7px;
}

#products-details .layer {
    display: none;
    background-color: #26262F;
    padding-bottom: 30px;
    min-height: 620px;
}

#products-details .layer:nth-child(2) {
    display: block;
}

#products-details .specifications table th {
    height: 36px;
    width: 270px;
    text-align: right;
    padding-right: 12px;
    color: #A6A7AC;
    font-size: 13px;
}

#products-details .specifications table td {
    color: #FFFFFF;
    font-size: 13px;
}

#products-details .specifications table td a {
    color: #13CBF2;
    display: block;
}

#products-details .specifications .text {
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
}

#products-details .specifications .text h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #FFFFFF;
}

#products-details .specifications .text li {
    display: inline-block;
}

#products-details .similar li {
    width: 249px;
    height: 320px;
    background-color: #FFFFFF;
    padding: 0 10px;
    color: #858585;
    position: relative;
    margin-left: 3px;
    margin-bottom: 8px;
    float: left;
}

#products-details .similar li a.p {
    display: block;
    text-decoration: none;
}

#products-details .similar li a.p img {
    max-width: 150px;
    max-height: 150px;
    display: block;
    margin-left: 10px;
}

#products-details .similar li a.p h3 {
    font-size: 18px;
    color: #1A1A1A;
    font-weight: bold;
    padding: 3px 0;
    line-height: 22px;
}

#products-details .similar li p {
    font-size: 14px;
    padding: 2px 0 18px 0;
    line-height: 18px;
}

#products-details .similar li dl {
    width: 138px;
    float: left;
    line-height: 20px;
}

#products-details .similar li dt {
    font-size: 13px;
}

#products-details .similar li dd a {
    font-size: 14px;
    color: #1A1A1A;
}

#products-details .similar li span {
    line-height: 20px;
    font-size: 13px;
}

#products-details .similar li span s {
    color: #499EE6;
    text-decoration: none;
    display: block;
}

#products-details .similar li a.icon-pdf,
#products-details .similar li a.rfq {
    position: absolute;
    bottom: 0;
    height: 46px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border-top: 1px solid #DDDDDD;
}

#products-details .similar li a.icon-pdf,
#products-details .similar li a.icon-pdf+a {
    width: 138px;
}

#products-details .similar li a.icon-pdf {
    left: 0;
    border-right: 1px solid #DDDDDD;
}

#products-details .similar li a.rfq {
    right: 0;
    width: 100%;
    color: #000000;
    font-weight: bold;
}

#products-details .similar li a.icon-pdf:hover,
#products-details .similar li a.rfq:hover {
    background-color: #FF5A00;
    color: #FFFFFF;
}


/*news*/

#products-details .news {
    clear: both;
}

#products-details .news ul {
    column-count: 2;
    column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    padding-bottom: 25px;
}

#products-details .news ul li {
    line-height: 16px;
    padding: 5px 0;
}

#products-details .news ul li a {
    color: #C6C6C6;
}

#products-details .news ul li i {
    float: right;
}


/*hot-parts*/

#products-details .hot-parts {
    padding-bottom: 30px;
}

#products-details .hot-parts ul {
    padding: 5px 0;
    column-count: 3;
    column-gap: 0;
    -webkit-column-count: 3;
    -webkit-column-gap: 0;
    -moz-column-count: 3;
    -moz-column-gap: 0;
}

#products-details .hot-parts li {
    padding: 5px 0;
    line-height: 18px;
    font-size: 14px;
    color: #E2E3E6;
}

@media screen and (min-width: 767px) {
    #products-details .product .part dl:nth-child(2) dd input {
        width: 180px!important;
    }
    #products-details .product .part dl:nth-child(3) dd input {
        width: 160px!important;
    }
    #products-details .product .part dl:nth-child(4) dd input {
        width: 120px!important;
    }
    html[lang="gr"] #products-details .product .rfq dd input {
        width: 236px;
    }
    html[lang="gr"] #products-details .product .rfq dl dd textarea {
        width: 721px;
    }
    html[lang="ph"] #products-details .product .rfq dd input,
    html[lang="lv"] #products-details .product .rfq dd input {
        width: 260px;
    }
    html[lang="ph"] #products-details .product .rfq dl dd textarea,
    html[lang="lv"] #products-details .product .rfq dl dd textarea {
        width: 745px;
    }
    html[lang="fr"] #products-details .product .rfq dd input,
    html[lang="es"] #products-details .product .rfq dd input {
        width: 270px;
    }
    html[lang="fr"] #products-details .product .rfq dl dd textarea,
    html[lang="es"] #products-details .product .rfq dl dd textarea {
        width: 755px;
    }
    html[lang="ru"] #products-details .product .rfq dd input,
    html[lang="hu"] #products-details .product .rfq dd input,
    html[lang="fi"] #products-details .product .rfq dd input,
    html[lang="ua"] #products-details .product .rfq dd input,
    html[lang="si"] #products-details .product .rfq dd input {
        width: 280px;
    }
    html[lang="ru"] #products-details .product .rfq dl dd textarea,
    html[lang="hu"] #products-details .product .rfq dl dd textarea,
    html[lang="fi"] #products-details .product .rfq dl dd textarea,
    html[lang="ua"] #products-details .product .rfq dl dd textarea,
    html[lang="si"] #products-details .product .rfq dl dd textarea {
        width: 765px;
    }
    html[lang="it"] #products-details .product .rfq dd input,
    html[lang="pt"] #products-details .product .rfq dd input,
    html[lang="cz"] #products-details .product .rfq dd input,
    html[lang="ro"] #products-details .product .rfq dd input,
    html[lang="id"] #products-details .product .rfq dd input {
        width: 290px;
    }
    html[lang="it"] #products-details .product .rfq dl dd textarea,
    html[lang="pt"] #products-details .product .rfq dl dd textarea,
    html[lang="cz"] #products-details .product .rfq dl dd textarea,
    html[lang="ro"] #products-details .product .rfq dl dd textarea,
    html[lang="id"] #products-details .product .rfq dl dd textarea {
        width: 775px;
    }
    html[lang="ru"] #products-details .product .part dl:nth-child(3) dd input,
    html[lang="nl"] #products-details .product .part dl:nth-child(3) dd input,
    html[lang="pt"] #products-details .product .part dl:nth-child(3) dd input {
        width: 150px!important;
    }
    html[lang="ru"] #products-details .product .part dl:nth-child(4) dd input,
    html[lang="gr"] #products-details .product .part dl:nth-child(4) dd input,
    html[lang="pl"] #products-details .product .part dl:nth-child(4) dd input,
    html[lang="my"] #products-details .product .part dl:nth-child(4) dd input {
        width: 110px!important;
    }
    html[lang="es"] #products-details .product .part dl:nth-child(4) dd input {
        width: 100px!important;
    }
    html[lang="ph"] #products-details .product .part dl:nth-child(4) dd input {
        width: 90px!important;
    }
    html[lang="it"] #products-details .product .part dl:nth-child(4) dd input {
        width: 75px!important;
    }
}

@media screen and (max-width: 768px) {
    #category .title {
        position: static;
        text-align: center;
        padding: 0;
    }
    #category .title img {
        position: static;
        display: block;
        float: none;
        margin: 0 auto;
    }
    #category ul {
        background-color: transparent;
        column-count: auto;
        -webkit-column-count: auto;
        -moz-column-count: auto;
        margin: 0 5px;
        padding: 10px;
        border: 1px solid #CCCCCC;
    }
    #category ul li {
        padding: 7px 0;
    }
    /*products list*/
    #products {
        background-image: none;
    }
    #products h1 {
        font-size: 18px;
        padding: 0 10px;
    }
    #products ul {
        padding: 0 7px;
    }
    #products li {
        float: none;
        width: auto;
        height: auto;
        margin-left: 0;
        text-align: center;
        padding-bottom: 50px;
    }
    #products li::after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
    }
    #products li a.product img {
        margin: 0 auto;
    }
    #products li dl {
        width: 50%;
    }
    #products li p {
        height: auto;
        padding-bottom: 10px;
    }
    #products li a.icon-pdf,
    #products li a.rfq {
        width: 50%;
    }
    #products li a.icon-pdf,
    #products li a.icon-pdf+a {
        width: 50%;
    }
    /*product details*/
    #products-details .picture {
        float: none;
        width: auto;
    }
    #products-details .picture a.highslide {
        padding: 20px 0;
    }
    #products-details .product {
        float: none;
        width: auto;
    }
    #products-details .picture .product-image a.highslide,
    #products-details .picture .product-image span {
        padding: 50px 0!important;
    }
    #products-details .product h1 {
        font-size: 20px;
        padding-left: 7px;
    }
    #products-details .product th,
    #products-details .product td {
        display: block;
        width: auto;
    }
    #products-details .product th {
        text-align: left;
        padding-top: 10px;
        padding-left: 7px;
    }
    #products-details .product td.name {
        text-align: "";
    }
    #products-details .product td {
        text-align: right;
        padding-right: 15px;
        border-bottom: 1px solid #666666;
        padding-bottom: 10px;
    }
    #products-details .product-price {
        float: none;
        width: auto;
        padding: 0 0.5rem;
    }
    #products-details .product-price+table {
        float: none;
        width: 100%;
    }
    #products-details .product .rfq h2 s {
        display: none;
    }
    #products-details .product .rfq dl {
        float: none;
        margin-right: 0;
        width: auto !important;
    }
    #products-details .product .rfq dl:after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
    }
    #products-details .product .rfq dd,
    #products-details .product .rfq dl.radio dd {
        width: 50%;
    }
    #products-details .product .rfq dd input {
        width: 98% !important;
        padding-left: 2%;
    }
    #products-details .product .part dl:after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
    }
    #products-details .product .rfq dl dd textarea {
        width: 98%;
        padding-left: 2%;
    }
    #products-details h2 {
        padding-left: 7px;
    }
    #products-details .specifications {
        float: none;
        width: auto;
    }
    #products-details .specifications ul.tab {
        display: none;
    }
    #products-details .layer {
        min-height: auto;
    }
    #products-details .specifications table th {
        width: auto;
    }
    /*similar*/
    #products-details .similar {
        float: none;
        width: auto;
    }
    #products-details .similar li {
        width: 47%;
        margin-left: 1%;
        padding: 0 1%;
        height: 350px;
    }
    #products-details .similar li a.p h3 {
        font-size: 14px;
    }
    #products-details .similar li a.p img {
        margin: 0 auto;
    }
    #products-details .similar li p {
        font-size: 12px;
        padding-bottom: 10px;
    }
    #products-details .similar li dl {
        float: none;
        width: auto;
    }
    #products-details .similar li span {
        display: block;
        padding-top: 5px;
    }
    #products-details .similar li span s {
        display: inline-block;
        margin-left: 5px;
    }
    #products-details .similar li a.icon-pdf,
    #products-details .similar li a.icon-pdf+a {
        width: 50%;
    }
    #products-details .news ul {
        column-count: auto;
        column-gap: 0;
        -webkit-column-count: auto;
        -webkit-column-gap: 0;
        -moz-column-count: auto;
        -moz-column-gap: 0;
    }
    #products-details .news ul li {
        padding-left: 7px;
    }
    #products-details .hot-parts ul {
        column-count: auto;
        column-gap: 0;
        -webkit-column-count: auto;
        -webkit-column-gap: 0;
        -moz-column-count: auto;
        -moz-column-gap: 0;
        padding: 7px;
    }
}