html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: Renault;
    font-size: 100%;
    background: transparent;
}

a {}

a:hover {}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background: #fff;
}

.cf:after {
    clear: both;
    display: block;
    content: ".";
    height: 0px;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.cf {
    display: inline-block;
}

* html .cf {
    height: 1%;
}

.cf {
    display: block;
}

li.cf {
    display: list-item;
}

.container {
    width: 1170px;
    margin: 0 auto;
}


/* filter */

.filter {
    margin-top: 40px;
}

.filter .search {
    width: 588px;
    float: left;
}

.filter .search input {
    font-weight: lighter;
    font-size: 16px;
    color: #7F7D7C;
    width: 505px;
    height: 39px;
    border: 1px solid #d7d9d8;
    float: left;
    display: block;
    padding: 0 15px;
}

.filter .search input::-webkit-input-placeholder {
    color: #7F7D7C;
}

.filter .search input:-ms-input-placeholder {
    color: #7F7D7C;
}

.filter .search input::-moz-placeholder {
    color: #7F7D7C;
}

.filter .search input:-moz-placeholder {
    color: #7F7D7C;
}

.filter .search button {
    background: url(../img/btn-search-b.png) no-repeat;
    width: 47px;
    height: 41px;
    border: none;
    float: right;
    display: block;
    cursor: pointer;
}

.filter .search button:hover {
    opacity: 0.8;
    filter: alpha(Opacity=80);
}

.filter .download-pdf {
    float: right;
}

.filter .download-pdf {
    width: 313px;
    height: 31px;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    padding: 16px 15px 0;
    display: inline-block;
}

.filter .download-pdf span.icon {
    background: url(../img/download-pdf-i.png) no-repeat;
    width: 22px;
    height: 19px;
    display: inline-block;
    float: right;
}


/* nav.main */

nav.main {
    height: 92px;
    border-top: 1px solid #bfbfbf;
    margin-top: 40px;
}

nav.main>ul {
    margin-top: -1px;
    position: relative;
}

nav.main>ul>li {
    float: left;
    padding: 24px 21px 0;
}

nav.main>ul>li>a {
    font-family: 'Renault';
    font-weight: bold;
    font-size: 18px;
    color: #7F7D7C;
    text-decoration: none;
    display: inline-block;
}

nav.main>ul>li.active {
    border-top: 4px solid #fecc09;
    padding-top: 20px;
}

nav.main>ul>li.active a {
    color: #201600;
}

nav.main>ul>li>a:hover {
    color: #201600;
}

nav.main ul li ul {
    background: #f3f3f5;
    width: 100%;
    height: 25px;
    position: absolute;
    top: auto;
    left: 0;
    margin-top: 20px;
}

nav.main ul li ul li {
    float: left;
    height: 26px;
}

nav.main ul ul li a {
    font-size: 16px;
    color: #48433D !important;
    text-decoration: none;
    display: inline-block;
    height: 22px;
    padding: 3px 31px 0 31px;
}

.main ul ul li a.current {
    background: #ffca08;
}

.main ul ul li.current a {
    color: #201600 !important;
}

.main ul ul li a:hover {
    color: #000 !important;
}


/* product */

.product {
    margin-top: 40px;
    overflow: hidden;
    position: relative;
}

.product ul {
    width: 1240px;
}

.product ul li {
    width: 268px;
    height: 400px;
    border: 1px solid #d5d5d7;
    float: left;
    margin: 0 30px 38px 0;
    overflow: overlay;
}

.product .img {
    height: 160px;
    white-space: nowrap;
    text-align: center;
    margin: -1px 0 0 -1px;
    overflow: hidden;
}

.product .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.product .img img {
    max-height: 200px;
    max-width: 268px;
    vertical-align: middle;
    background: #EEE;
    min-height: 100px;
    min-width: 100px;
    margin: 1px 0 0 0;
}

.product img.blank {
    max-width: 270px;
    width: 270px;
}

.product .text {
    padding: 22px 8px 0 22px;
}

.product strong {
    font-weight: bold;
    font-size: 15px;
    color: #201600;
    display: block;
}

.product span {
    font-size: 12px;
    color: #48433D;
    display: block;
    padding-top: 8px;
}

.product p {
    font-weight: lighter;
    font-size: 12px;
    color: #48433D;
    padding-top: 12px;
}

.product .more,
.product .more {
    border-top: 1px solid #d5d5d7;
    border-bottom: 1px solid #d5d5d7;
    text-align: center;
    display: none;
    padding: 5px 0;
    margin-top: 18px;
}

.product .more a,
.product .more a {
    font-size: 16px;
    color: #201600;
    text-decoration: none;
}

.product .more a:hover,
.product .more a:hover {
    text-decoration: underline;
}

.product .more span,
.product .more span {
    font-weight: bold;
    display: inline-block;
    font-size: 22px;
    color: #e9ab44;
    padding: 0;
}

.text-dp {
    display: none;
}

.product .btn {
    margin-top: 20px;
}

.product .btn a {
    display: block;
    padding: 9px 20px 6px 22px;
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
}

.product .btn a:hover {
    background: #fad13c;
}

.product .btn a span {
    background: url(../img/btn-product-arrow.png) no-repeat 0 0;
    width: 7px;
    height: 11px;
    display: inline-block;
    float: right;
    margin-top: 3px;
}

.product .price {
    font-family: 'Renault';
    font-weight: bold;
}

.i_name {
    overflow: hidden;
    height: 2.5em;
}

.i_desc {
    overflow: hidden;
    height: 3.8em;
}


/* .w-970 */

@media (max-width: 1200px) {
    .container {
        width: 970px;
    }
    .filter .search {
        width: 520px;
    }
    .filter .search input {
        width: 444px;
        height: 33px;
        font-size: 14px;
    }
    .filter .search button {
        width: 41px;
        -moz-background-size: 100%;
        -webkit-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
    }
    .filter .download-pdf {
        width: 256px;
        height: 24px;
        padding-top: 15px;
        font-size: 12px;
    }
    nav.main>ul>li {
        padding: 24px 19px 0;
    }
    nav.main>ul>li>a {
        font-size: 14px;
    }
    .product {
        width: 874px;
        margin: 40px auto 0;
    }
    .product ul {
        width: 920px;
    }
    .filter .download-pdf span.icon {
        width: 18px;
        -moz-background-size: 100%;
        -webkit-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        margin-top: -2px;
    }
    nav.main ul ul li {
        height: 22px;
    }
    nav.main ul ul li a {
        height: 19px;
        font-size: 13px;
    }
    nav.main ul li ul {
        height: 22px;
    }
}


/* .w-320 .w-640 */

@media (max-width: 1000px) {
    .container {
        width: auto;
        min-width: 290px;
        max-width: 610px;
        padding: 0 15px;
    }
    .filter .search {
        width: 100%;
        float: none;
    }
    .filter .search input {
        width: 79%;
        height: 76px;
        border: 2px solid #d7d9d8;
        font-size: 22px;
    }
    .filter .search button {
        background: url(../img/btn-search-s.png) no-repeat center;
        width: 13%;
        height: 80px;
    }
    .filter .download-pdf {
        float: none;
        margin-top: 20px;
    }
    .filter .download-pdf {
        background: #e9ba4c;
        width: 92%;
        height: 50px;
        font-size: 24px;
        padding: 20px 4% 0;
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
    }
    nav.main {
        height: auto !important;
        border-top: none;
        margin-top: 40px;
    }
    nav.main ul {
        border-bottom: 1px solid #b4b3b3 !important;
    }
    nav.main>ul>li {
        float: none;
        display: block;
        padding: 0 !important;
        border-top: 1px solid #b4b3b3 !important;
    }
    nav.main>ul>li>a {
        background: url(../img/nav-main-mobile-arrow.png) no-repeat right 45px;
        display: block;
        font-weight: bold;
        font-size: 30px;
        color: #201600;
        padding: 40px 0;
    }
    nav.main>ul>li.active>a {
        background-position: right -67px;
    }
    nav.main>ul>li.active {
        border-top: none;
        padding-top: 40px;
    }
    nav.main ul li ul {
        background: none;
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 0;
        display: block;
        padding: 10px 0;
        border-bottom: none !important;
        border-top: 1px solid #b4b3b3 !important;
    }
    nav.main ul li ul li {
        float: none;
        height: auto;
        padding: 12px 0;
    }
    .product strong {
        font-size: 18px;
    }
    .product span {
        font-size: 14px;
    }
    .product p {
        font-size: 16px;
    }
    .product .more {
        display: block;
    }
    .product {
        width: 100%;
        margin: 40px auto 0;
    }
    .product ul {
        width: 100%;
        padding-left: 18px;
    }
    nav.main ul ul li a {
        font-weight: bold;
        font-size: 17px;
        color: #201600 !important;
        display: block;
        padding-top: 0;
        padding-left: 35px;
    }
    nav.main ul ul li a:hover {
        text-decoration: underline;
    }
    nav.main ul li a:hover {
        text-decoration: underline;
    }
    .main ul ul li a.current {
        background: none;
    }
    .main ul ul li a.current {
        color: #e9aa44 !important;
    }
    .filter .download-pdf span.icon {
        width: 35px;
        height: 30px;
        -moz-background-size: 100%;
        -webkit-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        margin-top: -2px;
    }
}


/* .w-640 one column */

@media (max-width: 630px) {
    .product ul li {
        width: 300px;
        height: auto;
        min-height: 400px;
        margin: 0 auto 38px auto;
        border: none;
        float: none;
    }
    .product ul {
        padding-left: 0px;
    }
}


/* .w-320 */

@media (max-width: 530px) {
    .container {
        width: 290px;
        padding: 0;
    }
    .filter .search input {
        width: 62%;
        height: 76px;
        border: 2px solid #d7d9d8;
        font-size: 16px;
    }
    .filter .search button {
        width: 22%;
        height: 80px;
    }
    .filter .download-pdf {
        width: 92%;
        font-size: 16px;
        line-height: 30px;
        height: 40px;
        padding: 10px 4% 0;
    }
    nav.main>ul>li>a {
        background: url(../img/nav-main-mobile-arrow.png) no-repeat right 28px;
        display: block;
        font-weight: bold;
        font-size: 16px;
        color: #201600;
        padding: 30px 0;
    }
    nav.main>ul>li.active>a {
        background-position: right -87px;
    }
    .product ul li {
        width: 100%;
    }
    /* fix */
    .filter .download-pdf:hover,
    .filter .download-pdf:focus {
        background-position: 0px -50px;
    }
}

.tooltip {
    cursor: help;
}

.price>span.discount {
    display: inline;
    padding: 5px;
    background: #fc3;
    font-weight: bold;
}

.old_price {
    text-decoration: line-through;
    position: relative;
    display: inline;
    margin: 5px 5px 0 5px;
    color: #999;
}

.bestseller-block {
    height: auto;
    width: auto;
    padding: .2em 1.9em;
    background: #c51e28;
    position: absolute;
    color: #fff;
    font-size: 1.3em;
    font-weight: normal;
}

.sale-block {
    height: auto;
    width: auto;
    padding: .2em 1.9em;
    background: #fc3;
    position: absolute;
    color: #000;
    font-size: 1.3em;
    font-weight: normal;
}

.new-block {
    height: auto;
    width: auto;
    padding: .2em 1.9em;
    background: green;
    position: absolute;
    color: #fff;
    font-size: 1.3em;
    font-weight: normal;
}