.products-nav {
    width: 240px;
    float: left;
    margin-right: 20px
}

.products-nav ul {
    background: #1f1f1f;
    padding: 10px 12px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cnss-share {
    margin: 10px 0
}

.cnss-share h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 6px 0
}

.cnss-share .at-style-responsive .at-share-btn {
    padding: 2px
}

.cnss-share > div {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cnss-share a {
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.cnss-share a:hover {
    margin-top: -2px
}

.cnss-share svg {
    width: 36px;
    height: 36px;
    fill: #fff
}

@media screen and (max-width: 1365px) {
    .products-nav {
        width: 220px
    }

    .cnss-share .at-style-responsive .at-share-btn {
        padding: 0
    }

    .cnss-share svg {
        width: 32px;
        height: 32px
    }
}

.products-nav li {
    width: 100%;
    line-height: 1.8
}

.products-nav li a{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.products-nav li:hover a {
    color: #fff;
    text-decoration: underline;
    text-shadow: 0 0 12px rgba(255, 255, 255, .95), 0 0 4px rgba(255, 255, 255, 0.95);
}

.products-nav .products-navtitle {
    font-size: 20px;
    padding-bottom: 4px;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.products-nav .products-navsubtitle {
    font-size: 18px;
    margin-top: 10px
}

.products-nav .products-navsubtitle a, .products-nav .products-navtitle a {
    color: #e55500
}

.products-nav .products-navsubtitle a:hover, .products-nav .products-navtitle a:hover{
    color: #e55500;
    text-shadow: none;
}

.products-mainlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0
}

.products-mainlist .products-mainlist-img {
    width: 45%;
    margin-right: 5%;
    -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .1);
    box-shadow: 4px 4px 6px rgba(0, 0, 0, .1)
}

.products-mainlist .products-mainlist-img img {
    width: 100%
}

.products-mainlist .products-mainlist-content {
    width: 50%
}

.products-mainlist .products-mainlist-content p {
    font-size: 16px;
    padding: 40px 0
}

.product-category-list {
    width: 100%;
    margin: -10px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-category-list li {
    width: 31%;
    margin: 10px 3.5% 10px 0
}

.product-category-list li:nth-of-type(3n) {
    margin-right: 0
}

.product-category-list li p {
    text-align: center;
    line-height: 3;
    background: #1f1f1f
}

.product-category-list img {
    width: 100%
}

.product-tag-list {
    width: 100%
}

.product-tag-list li {
    float: left;
    padding: 0 10px;
    line-height: 2;
    position: relative
}

.product-tag-list li:after {
    content: '';
    display: block;
    width: 1px;
    height: 60%;
    position: absolute;
    right: 0;
    top: 20%;
    background: #e55500
}

.product-tag-list li:last-of-type:after {
    display: none
}

.product-tag-list li a:hover {
    color: #e55500;
    text-decoration: underline
}

.product-list-wrapper {
    padding: 20px 20px 10px 20px;
    background: #1f1f1f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-list-wrapper .product-list {
    width: 32%;
    margin: 0 2% 10px 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff
}

.product-list-wrapper .product-list:nth-of-type(3n) {
    margin-right: 0
}

.product-list-wrapper .product-list h2 {
    color: #1f1f1f;
    margin-top: 0
}

.product-list-wrapper .product-list img {
    width: 100%
}

.product-list-wrapper .product-list .product-list-id {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 6px
}

.product-list-wrapper .product-list .product-list-id a {
    color: #e55500;
    word-wrap: break-word;
    line-height: 1.2
}

.page-article-content-wrapper.material-product-page {
    width: 940px;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .98);
    border-radius: 2px;
    color: #333
}

@media screen and (max-width: 1365px) {
    .page-article-content-wrapper.material-product-page {
        width: 720px;
        padding: 10px
    }
}

.page-article-content-wrapper.material-product-page .page-article-main-title {
    font-size: 24px
}

.material-product-page .product-category-list p {
    background: #eee;
    font-size: 16px
}

.product-list-article-section {
    margin: 20px 0;
    width: 100%;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: 0;
    color: #333;
    padding: 10px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px rgba(0, 0, 0, .1)
}

.product-list-article-banner {
    width: 100%;
    border-radius: 2px;
    position: relative;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.product-list-article-banner img {
    width: 100%
}

.product-list-article-banner figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background: rgba(0, 0, 0, .6);
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 20px;
    font-family: 'Frank Ruhl Libre', sans-serif;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-list-article-banner figcaption strong {
    color: #e55500;
    font-size: 24px;
    margin: 0 4px 0 2px
}

.product-list-article-section h2 {
    font-family: Helvetica, 'Hind Madurai', sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin: 0;
    position: relative;
    display: inline-block;
    line-height: 2;
    color: #444;
    padding-left: 16px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.product-list-article-section h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #e55500;
    -webkit-box-shadow: 2px 1px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 1px 0 rgba(0, 0, 0, .2)
}

.product-list-article-section h3 {
    font-size: 16px;
    display: inline-block;
    padding: 0 20px;
    line-height: 2;
    margin: 20px 0;
    color: #fff;
    background: #e67634;
    border-top-left-radius: 2px;
    -webkit-box-shadow: 4px 4px 2px rgba(0, 0, 0, .1);
    box-shadow: 4px 4px 2px rgba(0, 0, 0, .1)
}

.product-list-article-section img {
    width: 100%
}

.product-list-article-feature {
    font-size: 15px;
    margin: 10px 0;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px dashed rgba(0, 0, 0, .6);
    position: relative
}

.product-list-article-feature em {
    font-size: 18px;
    font-style: normal
}

.product-list-article-feature a {
    color: #e55500
}

div.product-list-article-feature {
    padding: 0 20px
}

.product-list-article-feature:after, .product-list-article-feature:before {
    font-size: 40px;
    position: absolute;
    color: #e55500
}

.product-list-article-feature:before {
    content: '"';
    top: -10px;
    left: 4px
}

.product-list-article-feature:after {
    content: '"';
    bottom: -32px;
    right: 4px
}

.product-list-article-feature p {
    margin: 10px 0
}

.product-list-article-flexmodule .product-list-article-feature.heat-feature {
    margin-bottom: 37px;
    padding-top: 20px
}

@media screen and (max-width: 1365px) {
    .product-list-article-flexmodule .product-list-article-feature.heat-feature {
        width: 48%;
        margin-right: 4%;
        padding-top: 20px;
        margin-bottom: 34px
    }

    .product-list-article-flexmodule .product-list-article-feature.heat-feature p:last-of-type {
        display: none
    }
}

.product-list-article-list {
    margin: 16px 0;
    line-height: 1.5
}

.product-list-article-list p {
    color: #e55500;
    font-size: 18px
}

.product-list-article-list li {
    line-height: 1.4;
    margin: 8px 0;
    padding-left: 16px;
    font-size: 15px;
    position: relative
}

.product-list-article-list li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #666;
    border-radius: 50%
}

.color-list {
    width: 50%;
    margin-right: 4%;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    background: #fff;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.color-list .product-list-article-list {
    line-height: 1.8
}

.color-list .product-list-article-list p {
    font-size: 24px;
    margin-bottom: 20px
}

.color-list .product-list-article-list li {
    font-size: 18px;
    margin: 10px 0
}

.color-list .product-list-article-list li:before {
    top: 10px
}

.color-list + .product-list-cataloguemodule {
    width: 36%
}

@media screen and (max-width: 1365px) {
    .color-list + .product-list-cataloguemodule {
        width: 40%
    }

    .color-list .product-list-article-list {
        line-height: 1.5
    }

    .color-list .product-list-article-list p {
        font-size: 18px;
        margin-bottom: 10px
    }

    .color-list .product-list-article-list li {
        font-size: 16px
    }
}

.page-article-section figure {
    width: 100%;
    margin: 0
}

.product-list-article-section figcaption small {
    font-size: 13px
}

.product-list-article-section table {
    margin: 16px 0 6px;
    border-radius: 2px;
    background: #eee;
    color: #333
}

.product-list-article-section table thead {
    background: rgba(230, 85, 0, .3)
}

.product-list-article-section table thead td {
    padding: 6px
}

.product-list-article-section table td {
    border: 2px solid rgba(255, 255, 255, .5)
}

.product-list-article-section table td {
    padding: 10px 6px;
    text-align: center
}

.product-list-article-section table td a {
    color: #e55500;
    text-decoration: underline
}

.product-list-article-section table td:last-child a {
    color: #333
}

.product-list-article-section table td:last-child a:hover {
    color: #e55500
}

.product-list-article-section table.film-table td {
    padding: 10px 4px
}

.product-list-article-section table thead tr td:first-of-type {
    width: 15%
}

.product-list-article-section table.film-table thead tr td:first-of-type {
    width: 12%
}

.product-list-article-section table thead tr td:nth-of-type(6) {
    width: 15%
}

.product-list-article-section table.film-table thead tr td:nth-of-type(6) {
    width: 120px
}

.product-list-article-section table.film-table thead tr td:last-child {
    width: 10%
}

.product-list-article-section table.film-table thead tr td:nth-of-type(5) {
    width: auto
}

.ppe-table tbody tr td:first-of-type {
    position: relative
}

.ppe-table img {
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none
}

.ppe-table tbody tr td:first-of-type:hover img {
    display: block
}

.page-article-section figure.heat-img-figure {
    width: 64%
}

.heat-table-img {
    width: 35%;
    margin: 18px 0 0 1%
}

.heat-table-img img {
    height: 100%
}

@media screen and (max-width: 1365px) {
    .page-article-section figure.heat-img-figure {
        width: 100%
    }

    .heat-table-img, .heat-table-img img {
        display: none
    }
}

.product-list-article-flexmodule {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0 0;
    text-align: center
}

.product-list-article-flexmodule-img {
    width: 100%;
    display: inline-block;
    overflow: hidden
}

.product-list-article-flexmodule figure a {
    display: block
}

.product-list-article-flexmodule.flex-4 > * {
    width: 23%;
    margin-right: 2.66%
}

.product-list-article-flexmodule.flex-4 > :nth-child(4n) {
    margin-right: 0
}

.product-list-article-flexmodule.flex-3 > * {
    width: 31%;
    margin-right: 3.5%
}

.product-list-article-flexmodule.flex-3 > :nth-child(3n) {
    margin-right: 0
}

.product-list-article-flexmodule.flex-2 > * {
    width: 48%;
    margin-right: 4%
}

.product-list-article-flexmodule.flex-2 > :nth-child(2n) {
    margin-right: 0
}

.product-list-article-flexmodule img {
    width: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product-list-article-flexmodule.flex-2 figcaption {
    font-size: 16px;
    margin: 4px 0 10px;
    color: #333;
    display: inline-block;
    position: relative
}

@media screen and (max-width: 1365px) {
    .product-list-article-flexmodule.flex-2 figcaption {
        font-size: 14px
    }
}

.product-list-article-flexmodule.flex-2 figcaption:before {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -6px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    background: #e55500;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.product-list-article-flexmodule.flex-2 figcaption p {
    font-size: 16px;
    margin-top: 6px;
    padding-top: 4px;
    position: relative;
    display: inline-block
}

.product-list-article-flexmodule.flex-2 figcaption p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 1px;
    background: #999;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.product-list-article-flexmodule.flex-2 figure:hover figcaption {
    color: #e55500;
    text-decoration: none
}

.product-list-article-flexmodule.flex-2 figure:hover figcaption:before {
    width: 100%
}

.product-list-article-flexmodule.flex-2 figure:hover figcaption p:before {
    width: 100%;
    background: #fff
}

.product-list-article-flexmodule figcaption {
    font-size: 16px;
    margin: 4px 0 16px;
    text-align: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: #333
}

@media screen and (max-width: 1365px) {
    .product-list-article-flexmodule figcaption {
        font-size: 14px
    }
}

.product-list-article-flexmodule > figure {
    border-radius: 2px;
    overflow: hidden
}

.product-list-article-flexmodule > figure:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.product-list-article-flexmodule > figure a:hover figcaption {
    color: #e55500;
    text-decoration: underline
}

.product-list-article-flexmodule .product-list-article-feature {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 10px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px dashed #e55500
}

.product-list-article-flexmodule.flame-flexmodule .product-list-article-feature {
    margin-bottom: 42px
}

@media screen and (max-width: 1365px) {
    .product-list-article-flexmodule.flame-flexmodule .product-list-article-feature {
        width: 31%;
        margin-right: 3.5%
    }

    .product-list-article-flexmodule.flame-flexmodule .product-list-article-feature ~ figure {
        width: 31%
    }
}

.product-list-article-flexmodule .product-list-article-feature:after, .product-list-article-flexmodule .product-list-article-feature:before {
    content: '';
    display: none
}

.product-list-article-flexmodule .product-list-article-list {
    margin: 0
}

.product-list-article-flexmodule .product-list-article-list p {
    font-size: 22px;
    font-weight: 700
}

.product-list-article-flexmodule .product-list-article-list li {
    font-size: 18px
}

@media screen and (max-width: 1365px) {
    .product-list-article-flexmodule .product-list-article-list p {
        font-size: 18px
    }

    .product-list-article-flexmodule .product-list-article-list li {
        font-size: 14px
    }
}

.product-list-article-flexitem {
    padding: 10px 0
}

.product-list-article-flexitem:first-of-type {
    padding-top: 0
}

.outdoor-page .product-list-article-banner figcaption {
    left: auto;
    right: 2%;
    width: 34%;
    height: 100%;
    background: 0;
    font-size: 28px;
    font-style: italic;
    text-align: right;
    line-height: 1.6;
    text-shadow: 4px 3px 0 rgba(0, 0, 0, .8)
}

.outdoor-page .product-list-article-banner em {
    font-size: 32px;
    color: #e55500
}

.outdoor-page.color-page .product-list-article-banner figcaption {
    width: 40%;
    font-size: 32px;
    text-shadow: none;
    color: #333;
    right: 0;
    background: rgba(255, 255, 255, .4);
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 700
}

.outdoor-page.color-page .product-list-article-banner em {
    font-size: 40px
}

@media screen and (max-width: 1365px) {
    .outdoor-page .product-list-article-banner figcaption {
        font-size: 24px
    }

    .outdoor-page .product-list-article-banner em {
        font-size: 26px
    }

    .outdoor-page.color-page .product-list-article-banner figcaption {
        font-size: 24px
    }

    .outdoor-page.color-page .product-list-article-banner em {
        font-size: 32px
    }

    .product-list-article-flexitem {
        padding: 0
    }
}

.outdoor-page-flex-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.outdoor-page-flex-2 > a {
    width: 48%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.product-list-article-flexitem:nth-of-type(2n) .outdoor-page-flex-2 > a {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.outdoor-page-flex-2 > figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 48%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.outdoor-page-flex-2 > figcaption h3 {
    font-size: 24px;
    line-height: 2;
    color: #e55500;
    background: 0;
    margin: 10px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative
}

.outdoor-page-flex-2 > figcaption h3 a {
    display: inline;
    color: #e55500
}

.outdoor-page-flex-2 > figcaption h3:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 40%;
    height: 1px;
    background: #999;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.outdoor-page-flex-2 > figcaption h3:hover:after {
    width: 60%;
    background: #e67634
}

.outdoor-page-flex-2 > figcaption p {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0 20px
}

.outdoor-page-flex-2 > figcaption p.product-describe {
    font-size: 17px;
    margin-bottom: 0;
    padding: 0
}

.outdoor-page-flex-2 > figcaption li {
    font-size: 16px;
    text-align: left;
    margin: 8px 0;
    position: relative;
    padding-left: 12px
}

.outdoor-page-flex-2 > figcaption li:before {
    content: '';
    position: absolute;
    top: .5em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #666
}

.product-list-article-flexmodule .outdoor-page-flex-2 > a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 4px 6px 8px rgba(0, 0, 0, .1);
    box-shadow: 4px 6px 8px rgba(0, 0, 0, .1)
}

@media screen and (max-width: 1365px) {
    .outdoor-page-flex-2 > figcaption h3 {
        font-size: 20px
    }

    .outdoor-page-flex-2 > figcaption p {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 1.4
    }

    .outdoor-page-flex-2 > figcaption p.product-describe {
        font-size: 14px;
        line-height: 1.5
    }

    .outdoor-page-flex-2 > figcaption li {
        font-size: 14px
    }
}

.outershell-form li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 12px
}

.outershell-form li:nth-of-type(2n) {
    margin-right: 0
}

.outershell-form li:last-of-type {
    width: 100%;
    margin-right: 0
}

.outershell-form label {
    display: inline-block;
    width: 100%;
    margin-bottom: 6px;
    text-align: left
}

.outershell-form input, .outershell-form textarea {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    padding: 6px 4px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px
}

.outershell-form textarea {
    width: 100%;
    height: 100px
}

.outershell-form input[type=submit] {
    margin: 0 0 20px;
    width: 32%;
    height: 48px;
    background: #e55500;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer
}

.product-list-cataloguemodule h3 {
    color: #e55500;
    font-size: 20px;
    padding: 0;
    margin: -12px 0 0 0;
    background: 0;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left
}

.question-mark, .question-mark-icon {
    position: relative
}

.question-mark-icon {
    margin-left: 120px
}

.question-mark-icon:before {
    content: '?';
    position: absolute;
    left: 10px;
    top: 0;
    color: #e55500
}

.question-mark-icon:after {
    content: '';
    color: #ccc;
    position: absolute;
    left: 6px;
    top: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #e55500
}

.question-mark-content {
    width: 66%;
    font-size: 15px;
    border-radius: 4px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.zipcode-choose {
    display: inline
}

.zipcode-choose input {
    width: auto
}

.product-list-article-list.rainbow-feature {
    text-align: left
}

.product-list-article-flexmodule.flex-2 > .rainbow-feature {
    padding: 20px 10px;
    border: 1px dashed #e55500;
    width: 50%;
    margin-right: 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    margin-bottom: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-list-article-flexmodule.flex-2 > .rainbow-feature p {
    font-size: 17px;
    text-align: left;
    margin-bottom: 16px
}

.product-list-article-flexmodule.flex-2 > .rainbow-feature p:last-of-type {
    margin-bottom: 0
}

.product-list-article-flexmodule.flex-2 > .rainbow-feature li {
    font-size: 16px
}

@media screen and (max-width: 1365px) {
    .product-list-article-flexmodule.flex-2 > .rainbow-feature {
        margin-bottom: 56px;
        padding: 18px 10px
    }

    .product-list-article-flexmodule.flex-2 > .rainbow-feature p {
        font-size: 15px;
        margin-bottom: 10px
    }

    .product-list-article-flexmodule.flex-2 > .rainbow-feature li {
        font-size: 14px
    }
}

.product-list-article-flexmodule .perforated-feature {
    margin-bottom: 31px
}

@media screen and (max-width: 1365px) {
    .product-list-article-flexmodule .perforated-feature {
        margin-bottom: 23px
    }
}

.product-list-article-section-title {
    font-size: 20px;
    line-height: 2;
    margin-top: 40px;
    color: #fff;
    padding: 0 20px;
    background: -webkit-gradient(linear, left top, right top, from(#e67634), to(transparent));
    background: -webkit-linear-gradient(left, #e67634 0, transparent 100%);
    background: -o-linear-gradient(left, #e67634 0, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #e67634), to(transparent));
    background: linear-gradient(left, #e67634 0, transparent 100%);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#e67634), to(transparent));
    background: -moz-linear-gradient(left, #e67634 0, transparent 100%);
    position: relative
}

.product-list-article-resources {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0
}

.product-list-article-resources .product-list-article-resources-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px dashed rgba(0, 0, 0, .3)
}

.product-list-article-resources-list h3 {
    font-size: 18px;
    color: #e55500;
    margin-bottom: 10px
}

.product-list-article-resources-list li {
    margin: 10px 0;
    line-height: 1.4
}

.product-list-article-resources-list a {
    text-decoration: underline;
    color: #333;
    font-size: 16px
}

.product-list-article-resources-list a:hover {
    color: #e55500
}

.product-list-cataloguemodule {
    width: 48%;
    margin-right: 4%;
    text-align: center
}

.product-list-cataloguemodule:last-of-type {
    margin-right: 0
}

.product-list-article-resources-list {
    margin-bottom: 40px
}

.outer-resources > .product-list-article-resources-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    margin-right: 6%;
    margin-bottom: 0
}

.product-list-article-resources-list > :last-child {
    margin: 0
}

@media screen and (max-width: 1365px) {
    .outer-resources .product-list-article-resources-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        margin-right: 0
    }
}

.product-list-cataloguemodule a {
    display: inline-block;
    width: 200px
}

.product-list-cataloguemodule img {
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    border-radius: 2px
}

.product-list-cataloguemodule span {
    line-height: 2;
    font-size: 16px;
    color: #666;
    display: block;
    margin: 6px auto
}

.product-list-cataloguemodule a:last-of-type {
    width: 268px;
    font-size: 16px;
    line-height: 2.5;
    background: #e55500;
    color: #fff;
    border-radius: 2px
}

.product-list-article-swipemodule {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.product-list-article-swipemodule.swipemodule-patterns {
    padding-bottom: 40px;
    margin: 20px 0
}

.product-list-article-swipemodule figure {
    margin: 0
}

.product-list-article-swipemodule figcaption {
    margin-top: 6px;
    text-align: center;
    font-size: 16px;
    color: #333
}

.swipemodule-button-area {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -30px);
    -ms-transform: translate(-50%, -30px);
    transform: translate(-50%, -30px);
    width: 100px;
    height: 30px;
    background: #ccc;
    border-radius: 30px
}

.swipemodule-button {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
    cursor: pointer
}

.swipemodule-button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -6px;
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: 2px solid #e55500;
    border-top: 0;
    border-left: 0
}

.swipemodule-button-prev.swipemodule-button {
    left: 0
}

.swipemodule-button-prev.swipemodule-button:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 0
}

.swipemodule-button-next.swipemodule-button {
    left: 100%;
    margin-left: -30px
}

.swipemodule-button-next.swipemodule-button:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 8px
}

.swipecontent-container {
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden
}

.swipecontent-wrapper {
    position: absolute;
    width: 9999px;
    height: 100%
}

.product-list-article-swipemodule .swipecontent-list {
    width: 210px;
    margin-right: 20px
}

.swipecontent-list img {
    border-radius: 2px
}

@media screen and (max-width: 1365px) {
    .swipecontent-container {
        height: 210px
    }

    .product-list-article-swipemodule .swipecontent-list {
        width: 160px
    }
}

.printing-compare-module {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.printing-compare-module:first-of-type {
    margin-bottom: 40px
}

.printing-compare-module > * {
    width: 48%;
    margin-right: 4%
}

.printing-compare-module > :last-child {
    margin-right: 0
}

.printing-compare-module h3 {
    font-size: 22px;
    line-height: 1.25;
    margin: 10px 0 18px;
}

.printing-compare-module-img > img {
    width: 100%;
    height: auto;
    border-radius: 2px
}

.printing-compare-module .product-list-article-list {
    text-align: left
}

.printing-compare-module .product-list-article-list p {
    font-size: 20px
}

.printing-compare-module .product-list-article-list li {
    font-size: 16px
}

.printing-compare-module .product-list-article-list li:last-of-type {
    margin-bottom: 0
}

.printing-compare-module .product-list-article-feature {
    margin: 0
}

.printing-compare-module-img > img.printing-compare-module-img-column {
    display: none
}

.printing-summary {
    font-size: 17px;
    margin: 20px 0;
    text-align: left;
    line-height: 1.5
}

.printing-summary strong {
    font-size: 17px;
    display: inline
}

.printing-summary a {
    color: #e55500
}

@media screen and (max-width: 1365px) {
    .printing-compare-module .product-list-article-feature {
        width: 48%
    }

    .printing-compare-module .product-list-article-list p {
        font-size: 18px
    }

    .printing-compare-module-img > img.printing-compare-module-img-flex {
        display: none
    }

    .printing-compare-module-img > img.printing-compare-module-img-column {
        display: block
    }

    .printing-summary {
        font-size: 16px
    }
}

.product-list-article-videomodule {
    font-size: 0;
    position: relative;
    margin: 20px 0
}

.product-list-article-videomodule #video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 66.66%;
    height: 338px
}

.product-list-article-videomodule #video video {
    width: 100%;
    height: 100%
}

.rainbow-related {
    width: 48%;
    margin-right: 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rainbow-related em {
    color: #e55500;
    margin-bottom: 10px;
    font-size: 22px
}

.product-list-article-flexmodule .product-list-article-feature.rainbow-related {
    margin-bottom: 42px
}

@media screen and (max-width: 1365px) {
    .rainbow-related em {
        font-size: 18px
    }
}

.products-faqlist .page-article-sub-title {
    color: #fff;
    line-height: 1.5
}

.products-faqlist p {
    color: rgba(255, 255, 255, .8)
}

.products_layoutrightsubtitlebac {
    display: block;
    width: 100%;
    float: left;
    margin-top: 40px
}

.products_layoutrightsubtitle {
    width: 100%;
    height: 34px;
    border-bottom: 1px solid #e55500
}

.products_layoutrightsubtitle a {
    padding: 6px 20px;
    background: #e55500;
    color: #fff;
    font-size: 18px;
    border-top-right-radius: 6px;
    float: left
}

.products_detailtable {
    clear: both;
    float: left;
    margin: 40px 0 0 0
}

.products_detailtable td {
    width: 480px;
    border: 1px solid rgba(255, 255, 255, .4);
    line-height: 20px;
    padding: 0 16px;
    height: 30px
}

.products_detailtable tr td:first-child {
    font-weight: 700;
    width: 200px
}

.products_tabbox {
    width: 100%;
    margin: 60px 0 0;
    overflow: hidden
}

.products_tabmenu {
    width: 100%
}

.products_tabmenu ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.products_tabmenu li {
    width: 25%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 24px;
    color: rgba(10, 10, 10, .8);
    background: #ccc;
    border-top-right-radius: 12px;
    cursor: pointer;
    border-right: 0
}

.products_tabmenu li.selected {
    background: #e55500;
    color: #fff
}

.products_tabcontent {
    width: 100%;
    margin: 20px 0 0;
    font-size: 15px;
    overflow: hidden
}

.products_tabcontent li {
    display: none
}

.products_tabcontent li.tabcontent_show {
    display: block
}

.product_comparisontable {
    margin-top: 30px;
    width: 720px;
    float: left;
    font-size: 14px
}

.product_comparisontable td {
    border: 1px solid rgba(255, 255, 255, .4);
    line-height: 18px;
    padding: 10px 2px;
    padding: 10px 0 !important;
    text-align: center;
    font-size: 13px
}

#comparisontabletitle td {
    text-align: center;
    line-height: 36px;
    font-size: 16px
}

.products_picTable {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.products_picTable img {
    width: 300px;
    height: 250px
}

.comparisonbox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px
}

.products_picTable table {
    width: 100%
}

.products_picTable table td {
    border: 1px solid rgba(255, 255, 255, .4);
    line-height: 30px;
    text-align: center
}

.products_picTable tr td:first-child {
    font-weight: 700;
    font-size: 15px
}

.products_picTable2 {
    float: left;
    padding-top: 20px;
    width: 720px
}

.products_picTable2 img {
    width: 720px;
    height: auto;
    float: left
}

.comparisonbox2 {
    float: left;
    width: 720px;
    padding-top: 10px
}

.products_picTable2 table td {
    border: 1px solid rgba(255, 255, 255, .4);
    width: 179px;
    line-height: 30px;
    text-align: center
}

.products_picTable2 tr td:first-child {
    font-weight: 700;
    font-size: 15px
}

.comparisonbox2 p {
    line-height: 26px;
    font-size: 15px;
    text-indent: 16px
}

.products_contentfont p {
    line-height: 1.4;
    font-size: 15px;
    margin: .6em 0
}

.products_contentfont p a {
    font-style: italic;
    font-size: 15px;
    font-weight: 700;
    color: #e55500;
    text-decoration: underline;
    display: inline
}

.products_contentfont p:first-child {
    padding-top: 10px
}

.products_contentfont img {
    width: 720px;
    float: left;
    margin: 20px 0 0 0
}

.products_contentfont span {
    width: 720px;
    margin: 15px 0 0 0;
    display: block;
    font-size: 15px
}

.products_contentfont span a {
    font-style: italic;
    font-size: 15px;
    font-weight: 700;
    color: #e55500;
    text-decoration: underline;
    display: inline
}

.products_contentfont span img {
    width: 140px;
    height: 140px;
    margin: 0 20px
}

.products_instructioncontent {
    display: block;
    margin: 30px auto;
    float: left
}

.products_instructionimgbox {
    float: left;
    margin-top: 40px;
    overflow: hidden
}

.products_instructionimgbox > img {
    float: left
}

.products_instructionimgbox .instructionlist {
    width: 186px;
    float: left;
    display: block
}

.instructionlist img {
    width: 186px
}

.products_instructiontable {
    width: 720px;
    float: left;
    clear: both;
    margin: 40px 0 0
}

.products_instructiontable td {
    text-align: center;
    width: 180px;
    border: 1px solid rgba(255, 255, 255, .4);
    line-height: 30px
}

.products_advantagebox {
    width: 720px;
    float: left;
    margin: 30px 0 0 0;
    color: #000
}

.products_advantagebox img {
    width: 350px;
    height: 190px;
    display: block
}

.products_advantage {
    float: left;
    width: 350px;
    height: 190px;
    overflow: hidden;
    position: relative
}

.products_advantage .advantage_txt {
    width: 318px;
    height: 190px;
    padding: 0 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 18px;
    font-weight: 400;
    font-size: 15px;
    z-index: 101;
    cursor: default
}

.products_advantage .advantage_txt span {
    line-height: 48px;
    width: 318px;
    float: left;
    text-align: center;
    padding: 10px 16px 0 0;
    font-weight: 700;
    font-size: 18px;
    color: #e55500
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 350px;
    height: 190px;
    background: #fff;
    opacity: .5
}

.products_relatedbox {
    width: 100%;
    padding-top: 30px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.products_relatedbox .products_related {
    width: 22%
}

.products_related a {
    width: 100%;
    display: block;
    margin-right: 15px;
    text-align: center;
    line-height: 18px
}

.product-detail-page {
    position: relative
}

.share {
    float: left;
    position: absolute;
    left: -262px;
    top: 760px;
    margin-top: 20px
}

.share_left {
    font-size: 16px;
    color: #e55500;
    margin: 10px 0 6px 0
}

.products_instructiontable {
    width: 720px;
    float: left;
    clear: both;
    margin: 40px 0 0
}

.products_instructiontable td {
    text-align: center;
    width: 180px;
    border: 1px solid rgba(255, 255, 255, .4);
    line-height: 30px
}

.detail_products_scrollimgbox {
    margin: 20px 0 0;
    width: 720px;
    background: #fff;
    overflow: hidden
}

.scrollimgbox {
    width: 380px;
    padding: 20px 0;
    float: left
}

#scroll1 {
    width: 380px;
    position: relative
}

#scroll1:hover {
    cursor: move
}

#scroll1 img {
    display: block;
    width: 380px;
    height: 380px
}

#bigimg {
    position: absolute;
    top: 76px;
    left: 380px;
    display: none;
    overflow: hidden;
    height: 380px
}

#bigimg img {
    position: relative
}

#smalldiv {
    position: absolute;
    display: none;
    width: 150px;
    height: 150px;
    background-color: #000;
    opacity: .3
}

.simg_scrollbox {
    width: 380px;
    position: relative;
    float: left;
    margin: 20px 0 0;
    overflow: hidden
}

.simg_scrollbox span {
    width: 20px;
    height: 240px;
    position: absolute;
    z-index: 99
}

.simg_scrollbox span.simg_scrollprev {
    left: 0;
    background: #fff url(../image/homepage/homepagebuttonleft.png) no-repeat 0 18%;
    cursor: pointer
}

.simg_scrollbox span.simg_scrollnext {
    right: 0;
    background: #fff url(../image/homepage/homepagebuttonright.png) no-repeat 0 18%;
    cursor: pointer
}

.simg_scroll {
    width: 336px;
    position: relative;
    overflow: hidden;
    margin-left: 24px
}

.simg_scroll ul {
    width: 9999px;
    float: left;
    position: relative
}

.simg_scroll li {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 12px
}

.simg_scroll li img {
    width: 100px;
    height: 100px
}

.simg_scroll_gray_border {
    border: 1px solid #ccc
}

.simg_scroll_red_border {
    border: 1px solid #e55500
}

.detail_fabrictable_data {
    width: 320px;
    height: 480px;
    background: #f1f1f1;
    float: right;
    padding: 0 0 0 10px;
    margin-top: 20px
}

.detail_fabrictable_data td {
    padding: 4px 0
}

.detail_fabrictable_data tr td:first-child {
    padding-right: 20px
}

.detail_fabrictable_stitle {
    color: #000;
    line-height: 20px;
    font-size: 15px
}

.detail_fabrictable_content {
    padding-left: 8px;
    width: 200px;
    font-size: 14px;
    color: #333;
    line-height: 20px
}

.popbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    overflow: hidden;
    padding-right: 17px;
    display: none
}

.pop_content {
    width: 400px;
    height: 240px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 4px;
    font-size: 20px;
    padding: 60px 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
    box-shadow: 0 0 16px rgba(0, 0, 0, .1)
}

.product-detail-page .pop_content {
    background: 0 0;
    padding: 20px;
    text-align: left
}

.product-detail-page .page-article-main-title {
    text-transform: none
}

.pop_content_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    cursor: pointer
}

.pop_content_close:after, .pop_content_close:before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #e55500;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px
}

.pop_content_close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pop_content_close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pop_content > p {
    margin-top: 20px
}

.pop_content .countdown {
    font-size: 24px;
    color: #e55500
}

.outer-submit-error {
    display: none
}

.page-nav li:nth-of-type(3) {
    width: inherit;
    overflow: inherit;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: inherit
}

.rainbow-img-feature {
    position: relative;
    z-index: 0;
    background: url(../image/classification/Rainbow-reflective-fabric.jpg) no-repeat;
    background-size: cover;
    color: #fff
}

.rainbow-img-feature .mask-cover {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, .6)
}

.flex-sheeting-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 20px
}

.flex-sheeting-item > * {
    width: 49%;
    margin-right: 2%
}

.flex-sheeting-item > :nth-of-type(2n) {
    margin-right: 0
}

.flex-sheeting-item h3 {
    background: #666;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 10px 0;
    padding: 10px;
    border-radius: 2px
}

.flex-sheeting-item table {
    margin: 0;
    height: 100%
}

.flex-sheeting-item table td, .flex-sheeting-item table th {
    text-align: start;
    padding: 0 4px
}

.product-list-printing-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 30px 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.product-list-printing-type > * {
    margin: 0 20px;
}

.product-list-printing-type h3 {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 6px;
}