/*
/	Solution web ideveloppement
/	http://www.ideveloppement.fr
/
*/

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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* Basic HTML
------------------------------------------------------------------------*/
body {
    font: 12px/1.5 'roboto', sans-serif;
    min-width: 320px;
    color: #454545;
    -webkit-text-size-adjust: 100%;
}
p, h1, h2, h3, h4, h5, h6, ul, ol {
    margin: 0 0 20px;
}
.h1, .h2, .h3, .h4 {
    display: block;
    margin: 0 0 20px;
}
h1,
.h1 {
    font: 500 22px/25px 'poppins', sans-serif;
}
h2,
.h2 {
    font: 300 16px/25px 'poppins', sans-serif;
}
h3,
.h3 {
    font: 500 14px/20px 'poppins', sans-serif;
}
h4,
.h4 {
    font: bold 12px/1.5 'poppins', sans-serif;
    text-transform: uppercase;
}
a {
    color: #71ba2c;
    font-weight: bold;
    text-decoration: none;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover {
    color: #51a11a;
}
ol {
    list-style: decimal;
    padding: 0 0 0 35px;
}
ul {
    list-style: disc;
    padding: 0 0 0 35px;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
hr {
    border: 0 #ddd solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
    margin: 20px 0;
}
hr.green {
    border-color: #71ba2c;
}
table {
    width: 100%;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="button"],
input[type="reset"],
input[type="submit"],
button,
textarea {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;

    box-shadow: none;
    outline: 0;
    opacity: 1;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
textarea {
	overflow: auto;
    resize: none;
    margin: 0;
}
input[type="button"],
input[type="reset"],
input[type="submit"],
button {
    cursor: pointer;
}
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border: 0
}

html { box-sizing: border-box; }
*, *:before, *:after {
  box-sizing: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

sup {
    font-size: 0.7em;
    position: relative;
    top: -0.3em;
    line-height: normal;
    display: inline-block;
    vertical-align: baseline;
    text-decoration: inherit;
}

/* Content
------------------------------------------------------------------------*/
.img-left,
.img-right {
    display: block;
    margin: 0 auto 20px;
}

.full-advert {
    display: none;
}

.rating {
    height: 15px;
    font-size: 0;
}
.rating .rating-value {
    display: inline-block;
    vertical-align: middle;
    line-height: 15px;
    overflow: hidden;
}
.rating .rating-count {
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
}
.rating input[type="radio"] {
    display: none;
}
.rating .rating-value > span,
.rating .rating-value > label {
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999em;
    position: relative;
    width: 17px;
    height: 15px;
    margin: 0;
    float: right;
}
.rating .rating-value > label {
    cursor: pointer;
}
.rating .rating-value > span:before,
.rating .rating-value > span:after,
.rating .rating-value > label:before,
.rating .rating-value > label:after {
    content: none;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 15px;

    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'pj-icomoon' !important;
    /*noinspection CssUnknownProperty*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.rating .rating-value > span:before,
.rating .rating-value > label:before {
    content: "\e963"; /* star-empty */
    color: orange;
}
.rating .rating-0-5 .rating-rate-1:before,
.rating .rating-1-5 .rating-rate-2:before,
.rating .rating-2-5 .rating-rate-3:before,
.rating .rating-3-5 .rating-rate-4:before,
.rating .rating-4-5 .rating-rate-5:before {
    content: "\e938"; /* star-half */
}

.rating input:checked ~ label:before,
.rating .rating-1 .rating-rate-1:before,
.rating .rating-1-5 .rating-rate-1:before,
.rating .rating-2 .rating-rate-2:before,
.rating .rating-2 .rating-rate-2 ~ span:before,
.rating .rating-2 .rating-rate-2 ~ label:before,
.rating .rating-2-5 .rating-rate-2:before,
.rating .rating-2-5 .rating-rate-2 ~ span:before,
.rating .rating-2-5 .rating-rate-2 ~ label:before,
.rating .rating-3 .rating-rate-3:before,
.rating .rating-3 .rating-rate-3 ~ span:before,
.rating .rating-3 .rating-rate-3 ~ label:before,
.rating .rating-3-5 .rating-rate-3:before,
.rating .rating-3-5 .rating-rate-3 ~ span:before,
.rating .rating-3-5 .rating-rate-3 ~ label:before,
.rating .rating-4 .rating-rate-4:before,
.rating .rating-4 .rating-rate-4 ~ span:before,
.rating .rating-4 .rating-rate-4 ~ label:before,
.rating .rating-4-5 .rating-rate-4:before,
.rating .rating-4-5 .rating-rate-4 ~ span:before,
.rating .rating-4-5 .rating-rate-4 ~ label:before,
.rating .rating-5 .rating-rate-5:before,
.rating .rating-5 .rating-rate-5 ~ span:before,
.rating .rating-5 .rating-rate-5 ~ label:before {
    content: "\e91a"; /* star */
}

/* Homepage
------------------------------------------------------------------------*/
.home-slideshow {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto 40px;
    position: relative;
}
.home-slideshow .pj-slideshow-wrap,
.home-slideshow .pj-slideshow-wrap > ul > li {
    height: 280px;
}
.home-slideshow .pj-slideshow-wrap > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    transform: translateZ(1px);
}
.home-slideshow .pj-slideshow-wrap > ul > li {
    display: none;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.home-slideshow .pj-slideshow-wrap > ul > li:first-child {
    display: block;
}
.home-slideshow .pj-slideshow-wrap > ul > li > a,
.home-slideshow .pj-slideshow-wrap > ul > li img {
    display: block;
}
.home-slideshow .pj-slideshow-wrap > ul > li img {
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.oldie .home-slideshow .pj-slideshow-wrap > ul > li img {
    left: 0;
}
.home-slideshow .pj-slideshow-wrap .home-slideshow-slide-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px 20px;
    text-align: center;
}
.home-slideshow .pj-slideshow-wrap .home-slideshow-slide-text .pj-buttons {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
    text-transform: uppercase;
}
.home-slideshow .pj-slideshow-wrap .home-slideshow-slide-text .pj-rounded-button {
    background: #fff;
    border-color: #fff;
    color: #333;
    max-width: none;
    width: auto;
    margin: 0 5px 10px;
}
.home-slideshow .pj-slideshow-wrap .home-slideshow-slide-text .pj-rounded-button [class^="pj-icon-"],
.home-slideshow .pj-slideshow-wrap .home-slideshow-slide-text .pj-rounded-button [class*=" pj-icon-"] {
    color: #71ba2c;
}
.home-slideshow .home-slideshow-nav {
    display: none;
}
.home-slideshow .pj-slideshow-arrow {
    border: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 10px;

    background: #73b838;
    color: #fff;
    border-radius: 50%;

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-slideshow .pj-slideshow-arrow [class^="pj-icon-"],
.home-slideshow .pj-slideshow-arrow [class*=" pj-icon-"] {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.home-slideshow .pj-slideshow-prev {
    left: 10px;
}
.home-slideshow .pj-slideshow-next {
    right: 10px;
}
.home-slideshow .pj-slideshow-prev.inactive,
.home-slideshow .pj-slideshow-next.inactive {
    background-color: #eee;
    color: #999;
    cursor: default;
}

.home-now-layout {
    margin: 0 -10px 10px;
    font-size: 0;
}
.home-now-cat3 {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    width: 50%;
    margin: 0 0 20px;
    font-size: 12px;
}
.block-img-title-link a {
    display: block;
    color: inherit;
    text-decoration: none;
    font-weight: normal;
}
.block-img-title-link-inner {
    position: relative;
}
.block-img-title-link-blue .block-img-title-link-inner {
    background: #5868a9;
}
.block-img-title-link-orange .block-img-title-link-inner {
    background: #e99e43;
}
.block-img-title-link-inner:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.block-img-title-link .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.block-img-title-link .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.block-img-title-link .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.4);
}
.block-img-title-link .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 0 10px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.block-img-title-link .text .title {
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 5px;
}
.block-img-title-link .link .label {
    text-decoration: underline;
}
.block-img-title-link a:hover .link .label {
    text-decoration: none;
}
.block-img-title-link .link [class^="pj-icon-"],
.block-img-title-link .link [class*=" pj-icon-"] {
    display: inline;
    margin-left: 5px;
}
.home-now-cat3-1 {
    width: 100%;
}
.home-now-cat3-1 .block-img-title-link-inner {
    height: 300px;
}
.home-now-cat3-1 .block-img-title-link-inner:before {
    content: none;
}
.home-now-cat3-1 .text {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.home-now-cat3-1 .text .title {
    font-size: 25px;
}

.home-advice {
    margin-bottom: 10px;
}
.home-advice-mag {
    height: 300px;
    position: relative;
    margin: 0 0 20px;
}
.home-advice-mag a {
    display: block;
    font-weight: inherit;
    color: inherit;
}
.home-advice-mag a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/self-production-badge.png');
    width: 210px;
    height: 115px;
    margin: auto;
}
.home-advice-mag .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.home-advice-mag .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.home-advice-mag .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.4);
}
.home-advice-mag .text {
    position: relative;
    color: #fff;
    padding: 20px 20px 0;
    margin: 0 auto;
    max-width: 350px;
    text-align: center;
}
.home-advice-mag .text h3 {
    font-size: 18px;
}
.home-advice-mag .text .pj-rounded-button {
    width: auto;
    max-width: none;
}

.home-advice-article {
    margin: 0 0 20px;
}
.home-advice-article .block-img-title-link-inner {
    height: 150px;
}
.home-advice-article .block-img-title-link-inner:before {
    content: none;
}

.home-click-collect {
    overflow: hidden;
    margin-bottom: 10px;
}
.home-store-locator {
    background: #71ba2c;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 0 20px 20px;
    margin: 0 0 20px;
}
.home-store-locator-title-container {
    background: #096a52;
    text-align: center;
    margin: 0 -20px 30px;
}
.home-store-locator-title {
    display: inline-block;
    color: #fff;
    padding: 20px 20px 20px 80px;
    position: relative;
    text-align: left;
    font-size: 15px;
    margin: 0;
}
.home-store-locator-title [class^="pj-icon-"],
.home-store-locator-title [class*=" pj-icon-"] {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    width: 60px;
    height: 60px;
    font-size: 60px;
    margin: auto;
    text-align: center;
}
.home-store-locator-title img {
    display: block;
    margin-top: 10px;
}
.home-store-locator .pj-form-submit {
    margin-top: 10px;
    margin-bottom: 10px;
}
.home-store-locator .pj-form-submit .pj-rounded-button {
    width: auto;
}
.home-store-locator .pj-form-submit [class^="pj-icon-"],
.home-store-locator .pj-form-submit [class*=" pj-icon-"] {
    font-size: 20px;
    vertical-align: middle;
}
.home-click-collect-steps {
    background: #eee;
    padding: 20px 20px 0;
    margin: 0 0 10px;
    overflow: hidden;
}
.home-click-collect-steps h3 {
    font-size: 18px;
    margin-bottom: 0;
    color: #71ba2c;
}
.home-click-collect-steps ol {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    font-size: 0;
    counter-reset: home-click-collect-steps;
}
.home-click-collect-steps li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 80px 0 40px;
    font-size: 12px;
    margin: 0 0 20px;
    counter-increment: home-click-collect-steps;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    min-height: 60px;
    line-height: 60px;
}
.home-click-collect-steps li:before {
    content: counter(home-click-collect-steps);
    font-family: 'roboto', sans-serif;
    font-weight: bold;
    font-size: 60px;
    color: #ddd;
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 1;
    height: 60px;
    width: 60px;
    text-align: center;
}
.home-click-collect-steps li .text {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 1.5;
}
.home-click-collect-steps li [class^="pj-icon-"],
.home-click-collect-steps li [class*=" pj-icon-"] {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    font-size: 60px;
    width: 60px;
    height: 60px;
    text-align: center;
    margin: auto;
    color: #71ba2c;
}
.home-click-collect-bottom h3 {
    color: #71ba2c;
    margin-bottom: 10px;
}
.home-click-collect-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    font-size: 0;
}
.home-click-collect-bottom li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 10px;
    font-size: 12px;
    margin: 0 0 10px;
}
.home-click-collect-bottom li [class^="pj-icon-"],
.home-click-collect-bottom li [class*=" pj-icon-"] {
    font-size: 30px;
    color: #71ba2c;
    margin-right: 5px;
    vertical-align: middle;
}

/* Category 2
------------------------------------------------------------------------*/
.image-header {
    position: relative;
    height: 220px;
    margin: 0 0 30px;
}
.image-header-text-block {
    position: relative;
    z-index: 1;
    height: 220px;
    margin: 0 -10px;
}
.image-header-text-block-inner {
    position: relative;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    padding: 0 10px;
}
.image-header-title-block {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    text-align: center;
}
.image-header-title-block:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.image-header-title {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    text-transform: uppercase;
}
.image-header-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.image-header-image img {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.category-2-sidebar-blocks {
    margin: 0 0 20px;
}
.category-2-sidebar-block {
    border-bottom: 1px solid #ddd;
}
.category-2-sidebar-block:first-child {
    border-top: 1px solid #ddd;
}
.category-2-sidebar-block-title {
    color: #222;
    font-weight: 300;
    margin: 0;
    padding: 10px 0;
    position: relative;
    cursor: pointer;
}
@media all and (max-width: 950px){
    .category-2-sidebar-block-title:after {
        content: "\e918"; /* chevron-right */
        position: absolute;
        top: 50%;
        right: 0;
        color: #454545;
        font-size: 15px;
        margin-top: -8px;

        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'pj-icomoon' !important;
        /*noinspection CssUnknownProperty*/
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;

        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .category-2-sidebar-block.open .category-2-sidebar-block-title:after {
        content: "\e915"; /* chevron-down */
}
}
.category-2-sidebar-block-content {
    display: none;
}
.category-2-sidebar-block.open .category-2-sidebar-block-content {
    display: block;
}
.category-2-sidebar-block-content > ul {
    list-style: none;
    padding-left: 20px;
}
.category-2-sidebar-block-content > ul > li {
    margin-bottom: 5px;
}
.category-2-sidebar-block-content > ul a {
    color: inherit;
    font-weight: 300;
}
.category-2-sidebar-block-content > ul a:hover {
    text-decoration: underline;
}

.category-2-reinsurance-banner {
    margin: 0 0 20px;
}
.category-2-reinsurance-banner a,
.category-2-reinsurance-banner img {
    display: block;
    margin: 0 auto;
}

.category-2-items {
    margin-bottom: 10px;
}
.category-2-item {
    position: relative;
    margin: 0 0 20px;
    overflow: hidden;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 5px rgba(153, 153, 153, 0.7);
    -moz-box-shadow: 0 2px 5px rgba(153, 153, 153, 0.7);
    box-shadow: 0 2px 5px rgba(153, 153, 153, 0.7);
}
.category-2-advert {
    margin: 0 0 20px;
}
.category-2-advert a,
.category-2-advert img {
    display: block;
    margin: 0 auto;
}
.category-2-item-image {
    position: relative;
    overflow: hidden;
}
.category-2-item-image:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.category-2-item-image > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.category-2-item-image > a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.category-2-item-image > a:hover:after {
    opacity: 1;
}
.category-2-item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.category-2-item-title {
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 10px;
    right: 10px;
    font-weight: bold;
    color: #fff;
    font-size: 25px;
    margin: 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.category-2-item-image > a:hover .category-2-item-title {
    text-decoration: underline;
}
.category-2-item-sub {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 10px 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}
.category-2-item:hover .category-2-item-sub{
    opacity: 1;
}
.category-2-item:focus-within .category-2-item-sub {
    opacity: 1;
}
.category-2-item-sub > ul {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}
.category-2-item-sub > ul > li {
    margin-bottom: 10px;
}
.category-2-item-sub > ul a {
    color: inherit;
    font-weight: 300;
}
.category-2-item-sub > ul a:hover {
    text-decoration: underline;
}
.category-2-item-sub-all {
    text-align: right;
    margin-bottom: 10px;
}
.category-2-item-sub-all a {
    text-transform: uppercase;
}
.category-2-description {
    font-weight: 300;
}

.cat-3-item {
    position: relative;
    overflow: hidden;
    border-radius: 3px;

    -webkit-box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
    -moz-box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
    box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
}
.cat-3-item > a {
    display: block;
    color: #fff;
    font-weight: normal;
}
.cat-3-item > a:after,
.cat-3-item.cat-3-item-with-button:hover > a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: url('../img/pix_454545_50.png');
    background: rgba(69,69,69,0.5);
    background: -moz-linear-gradient(top, rgba(69,69,69,0) 25%, rgba(69,69,69,0.5) 50%, rgba(69,69,69,0.5) 100%) 0 0 / 100% 200%; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(69,69,69,0) 25%, rgba(69,69,69,0.5) 50%, rgba(69,69,69,0.5) 100%) 0 0 / 100% 200%; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(69,69,69,0) 25%, rgba(69,69,69,0.5) 50%, rgba(69,69,69,0.5) 100%) 0 0 / 100% 200%; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cat-3-item:hover > a:after {
    background: url('../img/pix_454545_50.png');
    background: rgba(69,69,69,0.5);
    background: -moz-linear-gradient(top, rgba(69,69,69,0) 25%, rgba(69,69,69,0.5) 50%, rgba(69,69,69,0.5) 100%) 0 100% / 100% 200%; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(69,69,69,0) 25%, rgba(69,69,69,0.5) 50%, rgba(69,69,69,0.5) 100%) 0 100% / 100% 200%; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(69,69,69,0) 25%, rgba(69,69,69,0.5) 50%, rgba(69,69,69,0.5) 100%) 0 100% / 100% 200%; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.cat-3-item-image img {
    display: block;
}
.cat-3-item-content {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px 0;
}
.cat-3-item-title {
    font-weight: bold;
    font-family: 'roboto', sans-serif;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 20px;
}
.cat-3-item-with-button .cat-3-item-title {
    text-align: center;
}
.cat-3-item-with-button .cat-3-item-title .pj-rounded-button {
    max-width: none;
    width: auto;
}
.cat-3-item-more {
    max-height: 0;
    overflow: hidden;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cat-3-item:hover .cat-3-item-more {
    max-height: 300px;
}
.cat-3-item-button {
    text-align: center;
}
.cat-3-item-button .pj-rounded-button {
    max-width: none;
    width: auto;
}

/* Category 3
------------------------------------------------------------------------*/
.category-3-header {
    background: #eee;
    text-align: center;
    margin: 0 0 20px;
    padding: 10px 0 0;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    font-size: 12px;
}
.category-3-header-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.products-results-help {
    border: 1px solid #ddd;
    margin: 0 0 20px;
}
.products-results-help-title {
    margin: -1px -1px 0;
    padding: 10px 10px 0;
    overflow: hidden;
    background: #71ba2c;
    color: #fff;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    text-align: center;
}
.products-results-help-title p {
    margin-bottom: 10px;
}
.products-results-help-title .products-results-help-title-main {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}
.products-results-help-content {
    padding: 20px 20px 0;
    overflow: hidden;
}
.products-results-help-question {
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.products-results-help-question-counter {
    flex-shrink: 0;
    display: inline-block;
    min-width: 30px;
    height: 30px;
    background: #eee;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 0 3px;
    margin-right: 10px;
}
.products-results-help-content .pj-form-checkboxes {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-flow: row wrap;
}
.products-results-help-content .pj-form-checkboxes .pj-form-checkbox {
    width: 190px;
    flex: 0 0 auto;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.products-results-help-content .pj-form-checkboxes .pj-form-checkbox input {
    margin-top: 0;
}
.products-results-help-submit {
    text-align: center;
}

.products-results-filters-container {
    display: none;
}
.products-results-filters-toggler {
    text-align: center;
}
.products-results-filters-list {
    position: relative;
    margin: 0 0 20px;
}
.products-results-filters-list-title {
    text-transform: uppercase;
    color: #222;
}
.products-results-selected-filters {
    overflow: hidden;
    margin: 0 0 10px;
}
.products-results-selected-filter {
    float: left;
    margin: 0 10px 10px 0;
    font-size: 12px;
    padding: 6px 10px;
    background: #eee;
}
.products-results-selected-filter-delete {
    color: #454545;
    margin-right: 10px;
    font-size: 10px;
}
.products-results-selected-filter-delete:hover {
    text-decoration: none;
}
.products-results-filter {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 5px;
}
.products-results-filter .pj-form-label {
    color: #222;
    text-transform: uppercase;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
}
.products-results-filter .pj-form-field {
    font-size: 10px;
}
.products-results-filter-label {
    color: #222;
}
.products-results-filter-count {
    color: #999;
}
.products-results-filter input:checked + .products-results-filter-label {
    color: #71ba2c;
    font-weight: bold;
}
.products-results-filter input:checked ~ .products-results-filter-count {
    font-weight: bold;
}
.products-results-filters-more,
.products-results-filters-apply {
    text-align: center;
}
.products-results-feedback-text {
    font-size: 16px;
}
.products-results-content-main-header {
    overflow: hidden;
}
.products-results-cat3-list {
    max-width: 300px;
    margin: 0 auto;
    display: none;
}
.products-results-cat3-list .cat-3-item {
    margin: 0 0 20px;
}
.products-results-sorting {
    margin: 0 0 20px;
}
.products-results-sorting-part {
    margin: 0 0 10px;
}
.products-results-sorting label {
    color: #222;
    margin-right: 5px;
}
.products-results-sorting .pj-select-like {
    width: auto;
    font-size: 10px;
}
.category-3-nb-results-count {
    font-weight: 900;
}
.category-3-advert {
    padding: 0 0 158px;
    position: relative;
    margin: 0 0 20px;
    overflow: hidden;
}
.category-3-advert:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.category-3-advert > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.category-3-advert img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: none;
    width: 100%;
}

.irs {
    height: 30px;
}
.irs-line {
    height: 2px;
    top: 22px;
    background: #ddd;
    border-radius: 0;
}
.irs-bar {
    height: 2px;
    top: 22px;
    background: #71ba2c;
}
.irs-slider {
    top: 16px;
    width: 14px;
    height: 14px;
    background: #ddd;
    border-radius: 50%;
    cursor: pointer;
}
.irs-slider.state_hover, .irs-slider:hover {
    background: #71ba2c;
}
.irs-from,
.irs-to,
.irs-single {
    font-size: 12px;
    line-height: 1;
    padding: 1px 5px;
}

/* All products
------------------------------------------------------------------------*/
.all-products-intro {
    position: relative;
    padding: 30px 20px 20px 70px;
    min-height: 90px;
}
.all-products-intro [class^="pj-icon-"],
.all-products-intro [class*=" pj-icon-"] {
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto;
    text-align: center;

    font-size: 30px;
    height: 30px;
    width: 30px;
}

.all-products-main-nav {
    display: none;
}
.all-products-section {
    margin-bottom: 40px;
}
.all-products-section-title {
    border-bottom: 1px solid #ddd;
}
.all-products-section-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
.all-products-section-list a {
    font-weight: 500;
}
.all-products-section-list a:before {
    content: '• ';
    color: #71ba2c;
}

/* Product detail
------------------------------------------------------------------------*/
.product-title {
    font-size: 25px;
    text-align: center;
    line-height: 1.2;
}
.product-rating-total {
    text-align: center;
}
.product-rating-total .rating-count {
    font-size: 12px;
    font-weight: bold;
    color: #999;
}
.product-rating-total.yotpo {
    margin: -10px 0 20px;
    text-align: center;
}
.product-rating-total.yotpo .yotpo-display-wrapper {
    display: inline-block;
}
.product-rating-total.yotpo .yotpo-stars {
    margin-right: 10px;
}
.product-photos-wrap {
    overflow: hidden;
    margin: 0 0 10px;
}
.product-photos {
    margin: 0 0 20px;
    position: relative;
}
.product-photos-badges-holder {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}
.product-photos .pj-slideshow-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 3px;

    -webkit-box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
    -moz-box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
    box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
}
.product-photos .pj-slideshow-wrap:after {
    content: "\e948"; /* search-circle */
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    pointer-events: none;

    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'pj-icomoon' !important;
    /*noinspection CssUnknownProperty*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.product-photos .pj-slideshow-wrap a,
.product-photos .pj-slideshow-wrap img {
    display: block;
}
.product-photos .pj-product-item-badge-round {
    z-index: 2;
}
.product-photos .pj-product-item-badge-flash,
.product-photos .pj-product-item-badge-discount {
    z-index: 2;
    padding: 5px 10px;
}
.product-photos .pj-product-item-badge-flash:before {
    content: "\e909"; /* timer */
}
.product-photos .pj-product-item-badge-web-exclusive {
    z-index: 2;
    font-size: 16px;
    border-right-width: 8px;
    right: -8px;
}
.product-photos .pj-product-item-badge-flash ~ .pj-product-item-badge-web-exclusive,
.product-photos .pj-product-item-badge-discount ~ .pj-product-item-badge-web-exclusive {
    top: 43px;
}
.product-photos .pj-product-item-badge-web-exclusive:after {
    border-left-width: 8px;
    border-bottom-width: 8px;
    right: -8px;
    bottom: -8px;
}
.product-photos .pj-product-item-badges {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 0;
    pointer-events: none;
    overflow: hidden;
}
.product-photos .pj-product-item-badge {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding-left: 10px;
    margin-left: -10px;
    margin-right: 2px;
    margin-top: 5px;

    line-height: 28px; /* 14 * 2 */
    height: 28px; /* 14 * 2 */
}
.product-photos .pj-product-item-badge img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.product-photos .pj-product-item-badge:before {
    content: '';
    border-left: 10px solid transparent;
    border-bottom: 28px solid rgba(34, 34, 34, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
}
.product-photos .pj-product-item-badge:after {
    border-top-width: 28px; /* 14 * 2 */
}

.product-photos .pj-slideshow-arrow {
    background: none;
    border: 0;
    padding: 100% 0 0;
    padding-top: calc(100% - 40px);
    margin: 50% 0 0;
    margin-top: calc(50% - 20px);
    position: absolute;
    top: 0;
    width: 20px;
    text-align: center;
    font-size: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-photos .pj-slideshow-arrow [class^="pj-icon-"],
.product-photos .pj-slideshow-arrow [class*=" pj-icon-"] {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.product-photos .pj-slideshow-prev {
    left: 0;
}
.product-photos .pj-slideshow-next {
    right: 0;
}
.product-photos .pj-slideshow-prev.inactive,
.product-photos .pj-slideshow-next.inactive {
    display: none;
}

.product-photos-thumbs {
    text-align: center;
    margin: 10px 20px 0;
}
.product-photos-thumbs button {
    display: inline-block;
    vertical-align: middle;
    background: #454545;
    border: 0;
    padding: 0;
    margin: 0 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    text-indent: -9999em;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.product-photos-thumbs .active {
    background: #71ba2c;
}
.product-photos-thumbs img {
    display: none;
}
.product-photos-sub-logos {
    display: none;
}
.product-photos-sub-share {
    display: none;
}

.product-top-wrap {
    overflow: hidden;
    margin: 0 0 10px;
}
.product-key-points-list {
    padding-left: 15px;
}

.product-top-alert {
    text-align: center;
    display: none;
}
.product-top-alert-important {
    display: block;
}
.product-top-offer {
    display: none;
}
.product-bottom-offer {
    font-size: 12px;
    font-family: 'poppins', sans-serif;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: center;
    background: #ffff66;
    color: #222;
    padding: 10px;
}
.product-bottom-offer p {
    margin: 0;
}
.product-bottom-offer sup {
    text-transform: none;
}
.product-bottom-offer-note {
    font-family: 'poppins', sans-serif;
    font-size: 10px;
    font-weight: 300;
    text-transform: none;
    text-align: center;
    margin: -10px 0 20px;
}

.product-store-available {
    text-align: center;
    margin-bottom: 30px;
}
.product-store-available .pj-rounded-button {
    max-width: none;
    width: auto;
}
.product-store-available .pj-rounded-button [class^="pj-icon-"],
.product-store-available .pj-rounded-button [class*=" pj-icon-"] {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 18px;
}

.product-button-alone {
    text-align: center;
}
.product-button-alone .pj-rounded-button {
    max-width: none;
    width: auto;
}
.product-button-alone .pj-rounded-button [class^="pj-icon-"],
.product-button-alone .pj-rounded-button [class*=" pj-icon-"] {
    font-size: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

.product-price-block {
    background: #eee;
    text-align: center;
    margin: 0 0 20px;
}
.product-price-block-arrow {
    position: relative;
    margin-bottom: 30px;
}
.product-price-block-arrow .product-price-block-inner:before {
    content: '';
    border-top: 10px solid #eee;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
}
.product-price-block-wrap-with-title {
    padding-top: 20px;
}
.product-price-block-wrap-with-title .product-price-block {
    position: relative;
}
.product-price-block-title {
    position: absolute;
    top: -16px;
    left: 20px;
    font: 500 12px/1 'poppins', sans-serif;
    padding: 10px;
    background: #fa493c;
    color: #fff;

    -webkit-box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
    -moz-box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
    box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
}
.product-price-block-title-discount {
    background: #ffff66;
    color: #222;
}
.product-price-block-title [class^="pj-icon-"],
.product-price-block-title [class*=" pj-icon-"] {
    margin-right: 5px;
    font-size: 15px;
}
.product-price-block-inner {
    position: relative;
    z-index: 1;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.product-price-block-main {
    position: relative;
    overflow: hidden;
    padding: 20px 10px 0;
}
.product-price-block-wrap-with-title .product-price-block-main {
    padding-top: 40px;
}
.product-top-title {
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 10px;
}
.product-price-block-item-container {
    overflow: hidden;
}
.product-price-block-item-container-bg {
    background: #fff;
    padding: 10px 10px 0;
    margin-bottom: 20px;
}
.product-price-block-item {
    overflow: hidden;
}
.product-price-block-item-text {
    margin-bottom: 10px;
}
.product-price-block-item-text .product-badge {
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
}
.product-price-block-item-text .product-badge .icon,
.product-price-block-item-text .product-badge-text {
    padding-bottom: 10px;
}
.product-price-block-item-store-info {
    text-align: left;
    color: #222;
    margin: 0 0 10px;
}
.product-price-block-item-store-info p {
    margin: 0;
}
.product-price-block-item-store-info strong {
    font-weight: bold;
    color: #096a52;
}
.product-price-block-item-store-info a {
    font-weight: bold;
    font-size: 10px;
    color: #454545;
    text-decoration: underline;
}
.product-price-block-item-store-info a:hover {
    text-decoration: none;
}
.product-price-cart {
    font-size: 0;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-price-cart-wrap {
    flex-wrap: wrap;
}
.product-price-wrap {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}
.product-price {
    min-height: 0;
    text-align: center;
    margin: 0 -5px 5px;
    overflow: hidden;
}
.product-price-old {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}
.product-price-main {
    font-size: 30px;
    height: auto;
    line-height: 1;
    padding-left: 5px;
    padding-right: 5px;
}
.product-price-conditioning {
    font-size: 14px;
}
.product-price-sub {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
}
.product-price + .product-price-sub {
    margin-top: -10px;
}
.product-price-sub-highlighted {
    display: block;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    background: #fa493c;
    padding: 6px 0 4px;
    margin: 0 0 10px;
    text-align: center;
}
.product-price-sub-shipping-costs {
    font-style: italic;
    color: #999;
    font-size: 12px;
    text-align: right;
}
.product-price-web {
    display: block;
    text-align: right;
    font-size: 10px;
}
.product-price-web-inner {
    display: inline-block;
    white-space: nowrap;
    font-style: normal;
    color: #fff;
    background: #454545;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    padding: 4px 6px 2px;
    text-align: center;
}
.product-price-sub-text {
    display: block;
    font-size: 10px;
    margin: -5px 0 10px;
}

.product-unavailable-warning {
    max-width: 332px;
    margin: -10px auto 20px;
}
.product-unavailable-warning .pj-rounded-button {
    max-width: none;
}
.product-add-to-cart {
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin-bottom: 20px;
}
.product-add-to-cart-keep-label {
    width: auto;
}
.product-add-to-cart .pj-rounded-button {
    padding-left: 10px;
    padding-right: 10px;
    max-width: none;
}
.product-add-to-cart [class^="pj-icon-"],
.product-add-to-cart [class*=" pj-icon-"] {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}
.product-add-to-cart-label {
    display: none;
    margin-left: 5px;
}
.product-add-to-cart-keep-label .product-add-to-cart-label {
    display: inline;
}

.product-conditioning-wrap {
    text-align: left;
    margin-bottom: 20px;
}
.product-conditioning-wrap .product-top-title {
    margin-bottom: 5px;
}
.product-conditioning-wrap .pj-form-field .pj-select-like {
    border: 1px solid #ddd;
    height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.product-conditioning-wrap .pj-form-field .pj-select-like:before {
    padding-top: 8px;
    padding-bottom: 8px;
}
.product-conditioning-wrap .pj-form-field .pj-select-like:after {
    width: 10px;
    height: 10px;
    font-size: 10px;
    line-height: 1;
    margin-top: -5px;
    color: #454545;
}

.product-quantity-block {
    position: relative;
    max-width: 120px;
    margin: 0 auto 20px;
}
.product-quantity-block:after {
    content: '';
    display: table;
    clear: both;
}
.product-quantity {
    position: relative;
}
.product-quantity-value {
    margin: 0 40px;
}
.product-quantity-value-field {
    background: #fff;
    border: 1px solid #ddd;
    height: 40px;
    padding: 10px 5px;
    font: 12px/18px 'roboto', sans-serif;
    color: #454545;
    width: 100%;
    text-align: center;
}
.product-quantity-minus,
.product-quantity-plus {
    background: #fff;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    color: #454545;
    font-size: 15px;
    text-align: center;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.product-quantity-minus:hover,
.product-quantity-plus:hover {
    color: #51a11a;
}
.product-quantity-minus {
    left: 0;
    border-right: 0;
}
.product-quantity-plus {
    right: 0;
    border-left: 0;
}

.product-reference {
    color: #999;
    font-size: 12px;
    margin-top: -10px;
}

.product-price-block-item-store-form {
    font-size: 12px;
    color: #222;
    margin: 0 0 20px;
    padding: 10px 10px 0;
    background: #ddd;
    text-align: left;
    overflow: hidden;
}
.product-price-block-item-store-form p {
    margin-bottom: 10px;
}
.product-price-block-item-store-form .form {
    width: 170px;
    margin: 0 auto 10px;
    padding-right: 45px;
    position: relative;
}
.product-price-block-item-store-form .form input,
.product-price-block-item-store-form .form button {
    font: 12px/18px 'poppins', sans-serif;
    padding: 9px 10px 8px;
    height: 35px;
    margin: 0;
}
.product-price-block-item-store-form .form input {
    width: 100%;
    border: 0;
    color: #71ba2c;
}
.product-price-block-item-store-form ::-webkit-input-placeholder {
    opacity: 1;
}
.product-price-block-item-store-form :-moz-placeholder { /* Firefox 18- */
    opacity: 1;
}
.product-price-block-item-store-form ::-moz-placeholder {  /* Firefox 19+ */
    opacity: 1;
}
.product-price-block-item-store-form :-ms-input-placeholder {
    opacity: 1;
}
/* Fix <= IE9 placeholder */
.product-price-block-item-store-form .placeholder {
    opacity: 1;
}
.product-price-block-item-store-form .form button {
    border: 0;
    margin: 0;
    background: #71ba2c;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.product-price-block-item-store-form .form button:hover {
    background: #51a11a;
}

.product-price-block-item-sub {
    text-align: right;
    font-size: 10px;
    margin-top: -10px;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
}

.product-price-block-after-warning {
    font-family: 'poppins', sans-serif;
}
.product-price-block-wrap + .product-price-block-after-warning {
    margin-top: -10px;
}

.product-badges {
    display: table;
    width: 100%;
    font-size: 12px;
}
.product-badge {
    display: table-row;
    overflow: hidden;
}
.product-badge:after {
    content: '';
    display: table;
    clear: both;
}
.product-badge .icon {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    width: 1px;
    padding-bottom: 20px;
}
.product-badge .icon [class^="pj-icon-"],
.product-badge .icon [class*=" pj-icon-"] {
    font-size: 2em;
}
.product-badge .icon img {
    display: block;
    max-width: none;
    margin: 0 auto;
}
.product-badge-text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-bottom: 20px;
}

.product-price-block-bottom-title {
    font-weight: bold;
}
.product-price-block-bottom-title [class^="pj-icon-"],
.product-price-block-bottom-title [class*=" pj-icon-"] {
    font-size: 2em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.product-price-block-bottom .pj-table-responsive {
    padding: 2px;
}

.product-quantity-discounts-table {
    font-size: 12px;
    text-align: center;
}
.product-quantity-discounts-table-desktop {
    display: none;
}

.product-variation-color-list {
    width: 230px;
    margin: 0 auto;
}
.product-variation-color-list > ul {
    list-style: none;
    padding: 0;
    margin: 0 -5px 10px;
}
.product-variation-color-list > ul:after {
    content: '';
    display: table;
    clear: both;
}
.product-variation-color-list > ul > li {
    float: left;
    width: 33.33333333%;
    padding: 0 5px;
    margin: 0 0 10px;
}
.product-variation-color-list li:nth-child(n+3) {
    display: none;
}
.product-variation-color-list.product-variation-color-list-open li:nth-child(n+3) {
    display: block;
}
.product-variation-color-list li.product-variation-color-list-more {
    display: none;
}
.product-variation-color-list li:nth-child(n+3) + li.product-variation-color-list-more {
    display: block;
}
.product-variation-color-list img {
    cursor: pointer;
    display: block;
}
.product-variation-color-list .active img {
    border: 2px solid #71ba2c;
}
.product-variation-color-list-more > button {
    background: #fff;
    border: 0;
    padding: 0;
    margin: 0;
    width: 70px;
    height: 70px;
    text-align: center;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #222;
}
.product-variation-color-list-more .product-variation-color-list-more-nb {
    display: block;
    font-size: 20px;
}

.product-price-block-bottom-text {
    color: #999;
    font-size: 10px; /* 12 */
    margin-top: -10px;
}

.product-main-nav {
    margin: 0 0 40px;
}
.product-main-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-main-nav-list > li {
    margin: 0 0 20px;
}
.product-main-nav-list > li > a {
    display: block;
    position: relative;
    font: 14px/1.5 'poppins', sans-serif;
    color: #454545;
    text-decoration: none;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.product-main-nav-list > li > a:hover {
    color: #71ba2c;
}
.product-main-nav .product-main-nav-icon {
    color: #71ba2c;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    text-align: center;
    font-size: 20px;
    margin: 0 20px 0 0;
}
.product-main-nav-list > li > a:after {
    content: "\e918"; /* chevron-right */
    color: #71ba2c;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 15px;
    height: 15px;
    margin-top: -8px;

    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'pj-icomoon' !important;
    /*noinspection CssUnknownProperty*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product-sections {
    display: none;
}
.product-section {
    background: #fff;
}
.product-section:after {
    content: '';
    display: table;
    clear: both;
}
.product-section-subtitle {
    color: #71ba2c;
}
.product-attributes {
    margin: 0 0 20px;
}
.product-attributes > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 0;
}
.product-attribute {
    display: inline-block;
    vertical-align: top;
    width: 135px;
    margin: 0 10px 20px;
    font-size: 12px;
}
.product-attribute-icon {
    border: 1px solid #ddd;
    border-bottom: 0;
    height: 128px;
    padding: 34px 0;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
}
.product-attribute-icon [class^="pj-icon-"],
.product-attribute-icon [class*=" pj-icon-"] {
    vertical-align: bottom;
    color: #71ba2c;
}
.product-attribute-label-block {
    background: #eee;
    padding: 13px 10px 0;
    font-family: 'poppins', sans-serif;
    text-align: center;
    height: 54px;
    font-size: 10px;
}
.product-attribute-label {
    font-weight: 300;
    display: block;
    text-transform: uppercase;
}
.product-attribute-value {
    font-weight: 500;
    display: block;
}
.product-size-icon .product-size-icon-person,
.product-size-icon .product-size-icon-tree {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    line-height: 1;
}
.product-size-icon .product-size-icon-person [class^="pj-icon-"],
.product-size-icon .product-size-icon-person [class*=" pj-icon-"],
.product-size-icon .product-size-icon-tree-arrow {
    color: #222;
}

.product-additional-photos {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
}
.product-additional-photo {
    font-size: 0;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0 0 20px;
}
.product-additional-photo-image {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.product-additional-photo-label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 5px;
    font: 500 12px/1.5 'poppins', sans-serif;
    text-align: center;
}
.product-additional-photo-label:after {
    content: '';
    position: absolute;
    border-right: 10px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    width: 0;
    height: 0;
    top: 50%;
    right: 100%;
    margin-top: -10px;
}

.product-datalist {
    background: #fff;
    margin: 0 0 20px;
}
.product-datalist-title {
    background: #eee;
    text-align: center;
    padding: 20px 20px 16px;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}
.product-datalist > ul {
    margin: 0;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 10px 10px 0;
    list-style-position: inside;
}
.product-datalist > ul > li {
    margin: 0 0 10px;
}
.product-datalist .label {
    font-weight: bold;
}

.product-pack {
    display: inline-block;
    background: #eee;
    margin: 20px 0 20px;
    position: relative;
    padding: 20px 20px 0;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    min-width: 300px;
}
.product-pack:after {
    content: '';
    display: table;
    clear: both;
}
.product-pack-title {
    position: absolute;
    top: -20px;
    left: 5px;
    background: url('../img/brush-lg_246.png') no-repeat;
    width: 246px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 0;
    font-family: 'roboto', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.product-pack-list {
    list-style: none;
    padding: 0;
}
.product-pack-list > li {
    position: relative;
    margin: 0 0 5px;
    padding: 0 0 0 35px;
}
.product-pack-count {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    text-align: right;
}

.product-main-review .rating-count {
    font-size: 12px;
    font-weight: bold;
    color: #999;
}
.product-review-rating-total {
    display: inline-block;
    vertical-align: middle;
}
.product-main-review-add {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
}
.product-main-review-add:hover {
    text-decoration: none;
}
.product-main-review-add [class^="pj-icon-"],
.product-main-review-add [class*=" pj-icon-"] {
    display: inline-block;
    margin-right: 5px;
}

.product-review-inner {
    background: #eee;
    padding: 10px 10px 20px;
}
.product-review-author {
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    color: #999;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.product-review-rating {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}
.product-review-title {
    font-weight: bold;
    color: #222;
    margin: 0;
    font-size: 10px;
}
.product-review-content {
    margin: 0;
    font-size: 10px;
}
.product-review-vote {
    padding: 10px 0 0;
    text-align: right;
}
.product-review-vote-button {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 5px;
}
.product-review-vote-button [class^="pj-icon-"],
.product-review-vote-button [class*=" pj-icon-"] {
    font-size: 13px;
    margin: 0 5px 0 0;
}
.product-review-vote-yes [class^="pj-icon-"],
.product-review-vote-yes [class*=" pj-icon-"] {
    color: #71ba2c;
}
.product-review-vote-yes:hover [class^="pj-icon-"],
.product-review-vote-yes:hover [class*=" pj-icon-"] {
    color: #51a11a;
}
.product-review-vote-no [class^="pj-icon-"],
.product-review-vote-no [class*=" pj-icon-"] {
    color: #fa493c;
}
.product-review-vote-no:hover [class^="pj-icon-"],
.product-review-vote-no:hover [class*=" pj-icon-"] {
    color: #f72f25;
}

/* FAQ
------------------------------------------------------------------------*/
.faq-list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}
.faq-list li {
    margin-bottom: 20px;
    text-align: center;
}
.faq-list a {
    display: block;
    color: #454545;
}
.faq-list a:hover {
    color: #71ba2c;
}
.faq-list .faq-icon {
    display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    color: #71ba2c;
    font-size: 50px;
    margin: 0 auto 10px;
    background: #eee;
    border-radius: 50%;
    position: relative;
}
.faq-list .faq-icon [class^="pj-icon-"],
.faq-list .faq-icon [class*=" pj-icon-"] {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.faq-list .faq-label {
    font-family: 'poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
}
.faq-questions {
    margin-bottom: 40px;
}

.faq-service {
    margin: 0 0 20px;
    background: #71ba2c;
    color: #fff;
    padding: 10px 10px 0;
    text-align: center;
}
.faq-service .faq-service-desc {
    margin-bottom: 20px;
    text-align: left;
}
.faq-service .faq-service-contact {
    padding: 0 0 0 45px;
    position: relative;
    display: inline-block;
    text-align: left;
}
.faq-service .faq-service-icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 35px;
}
.faq-service .faq-service-label {
    font: 300 16px/1.5 'poppins', sans-serif;
    display: block;
    margin: 0;
    text-transform: uppercase;
}
.faq-service .faq-service-telephone {
    display: block;
    font-size: 12px;
    font-weight: 300;
}
.faq-service .faq-service-telephone a {
    color: #fff;
}
.faq-service .faq-service-telephone strong {
    font: bold 18px/1.5 'poppins', sans-serif;
}
.faq-service .faq-service-schedules {
    display: block;
    font-weight: 300;
    font-size: 12px;
}
.faq-service .faq-service-schedules strong {
    font-weight: inherit;
    text-transform: uppercase;
    display: block;
}
.faq-mag {
    margin-bottom: 60px;
}

/* Enterprise
------------------------------------------------------------------------*/
.enterprise-top-alert-icon {
    display: block;

    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 54px;
    margin: 0 auto 20px;
}

.enterprise-services ul {
    list-style: none;
    padding: 0;
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
}
.enterprise-services li {
    margin-bottom: 20px;
}
.enterprise-service {
    height: 100%;
    background: #eee;
}
.enterprise-service-title {
    background: #fff;
    margin-bottom: 0;
    padding-bottom: 20px;
    overflow: hidden;
}
.enterprise-service-title [class^="pj-icon-"],
.enterprise-service-title [class*=" pj-icon-"] {
    color: #05a8aa;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8em;
    padding: 2px;
}
.enterprise-service-image img {
    display: block;
}
.enterprise-service-text {
    padding: 10px;
    margin: 0;
}

.enterprise-reasons-image {
    display: none;
}
.enterprise-reasons-overlay {
    background: #05a8aa;
    color: #fff;
    padding: 20px 20px 0;
    margin: 0 0 20px;
    overflow: hidden;
}
.enterprise-reasons-overlay .pj-list li:before {
    color: #fff;
}

.enterprise-products-list ul {
    list-style: none;
    padding: 0;
}
.enterprise-product {
    position: relative;
    margin: 0 0 20px;
}
.enterprise-product a {
    display: block;
    color: #fff;
}
.enterprise-product-image img {
    display: block;
}
.enterprise-product-title-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    text-align: center;
    padding: 0 10px;

    background: url('../img/pix_000000_40.png');
    background: rgba(0,0,0,0.4);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%) 0 0; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%) 0 0; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%) 0 0; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.enterprise-product-title-block:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.enterprise-product-title {
    font: 300 16px/1.5 'poppins', sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.enterprise-clients {
    background: #eee;
    padding: 20px 20px 0;
    overflow: hidden;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    margin: 0 0 20px;
}
.enterprise-clients-icon {
    font-size: 40px;
    text-align: center;
    color: #05a8aa;
    margin: 0 0 10px;
}
.enterprise-clients-text h2 {
    margin-bottom: 10px;
}

/* Payments
------------------------------------------------------------------------*/
.payment-checkbox {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    margin-bottom: 10px;
}
.payment-order-summary .pj-accordion-section-header {
    padding-left: 0;
}
.payment-order-summary .pj-accordion-section-header:before {
    content: "\e915";
    color: #fff;
    left: auto;
    right: 20px;
    top: 50%;
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 1;
    margin-top: -8px;
}
.payment-order-summary .pj-accordion-section.open .pj-accordion-section-header:before {
    content: "\e949";
}
.payment-order-summary .pj-box-header-title-2 {
    padding-right: 50px;
}
.payment-order-summary .pj-accordion-section.open .pj-accordion-section-body {
    overflow: visible;
}
.payment-order-summary-footer-label {
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 0;
    line-height: 30px;
}
.payment-order-summary-footer-value {
    font-weight: bold;
    font-size: 20px;
    text-align: right;
    margin-bottom: 0;
}

/* Payment facilities
------------------------------------------------------------------------*/
.payment-facilities-title {
    text-align: center;
}
.payment-facilities-reasons {
    margin: 40px 0;
}
.payment-facilities-reasons-image {
    display: block;
    margin: 0 auto 20px;
}
.payment-facilities-reasons-list {
    font-size: 14px;
}
.payment-facilities-choices {
    background: #eee;
    padding: 20px 20px 0;
    margin: 0 0 20px;
    overflow: hidden;
}
.payment-facilities-choices h2 {
    text-align: center;
}
.payment-facilities-choices-list {
    padding: 0;
}
.payment-facilities-choices-list li {
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.payment-facilities-choice [class^="pj-icon-"],
.payment-facilities-choice [class*=" pj-icon-"] {
    color: #71ba2c;
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 60px;
    text-align: center;
}
.payment-facilities-choice-icon-large [class^="pj-icon-"],
.payment-facilities-choice-icon-large [class*=" pj-icon-"] {
    width: 60px;
}

.payment-facilities-important-label {
    display: block;
    margin: 0 auto 10px;
    background: url('../img/brush-red_130.png');
    width: 130px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.payment-facilities-3d-secure {
    margin-bottom: 40px;
}
.payment-facilities-3d-secure-left {
    background: #eaf5e0;
    text-align: center;
    padding: 20px;
    overflow: hidden;
    margin: 0 0 20px;
}
.payment-facilities-3d-secure-title {
    display: block;
    color: #71ba2c;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.payment-facilities-3d-secure-logo {
    float: left;
    width: 50%;
}
.payment-facilities-3d-secure-logo img {
    display: block;
    margin: auto;
}
.payment-facilities-examples {
    margin-bottom: 20px;
}
.payment-facilities-examples > ul {
    list-style: none;
    padding: 0;
}
.payment-facilities-example {
    margin-bottom: 20px;
}
.payment-facilities-example-name {
    text-align: center;
    color: #222;
    font-weight: 300;
}
.payment-facilities-example-image {
    position: relative;
    margin: 0 0 20px;
}
.payment-facilities-example-image img {
    display: block;
    margin: 0 auto;
}
.payment-facilities-example-price {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -150px;
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    background: #71ba2c;
    color: #fff;
    font-weight: 900;
    font-size: 25px;
    border-radius: 50%;
}
.payment-facilities-example-payment {
    text-align: right;
    position: relative;
}
.payment-facilities-example-payment:before {
    content: '';
    background: no-repeat;
    width: 91px;
    height: 75px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -37px;
}
.payment-facilities-example-payment-3x:before {
    background-image: url('../img/icn-cetelem-3x_91.png');
}
.payment-facilities-example-payment-4x:before {
    background-image: url('../img/icn-cetelem-4x_91.png');
}
.payment-facilities-example-payment-first {
    color: #fff;
    margin: 0;
    padding: 5px 0;
}
.payment-facilities-example-payment-monthly {
    background: #eee;
    margin: 0;
    padding: 5px 0;
}
.payment-facilities-example-payment-3x .payment-facilities-example-payment-first {
    background: #244191;
}
.payment-facilities-example-payment-3x .payment-facilities-example-payment-monthly {
    color: #244191;
}
.payment-facilities-example-payment-4x .payment-facilities-example-payment-first {
    background: #ee1c25;
}
.payment-facilities-example-payment-4x .payment-facilities-example-payment-monthly {
    color: #ee1c25;
}
.payment-facilities-example-payment-label {
    display: inline-block;
    vertical-align: middle;
}
.payment-facilities-example-payment-price {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    text-align: center;
    font-size: 18px;
}
.payment-facilities-bottom-text {
    font-size: 10px;
    margin-bottom: 40px;
}

/* Contact
------------------------------------------------------------------------*/
.contact-faq {
    overflow: hidden;
}
.contact-subjects-list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}
.contact-subjects-list li {
    background: #fff;
    border-radius: 3px;
    margin-bottom: 10px;

    -webkit-box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
    -moz-box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
    box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
}
.contact-subjects-list a {
    position: relative;
    display: block;
    padding: 20px 30px 20px 60px;
    color: #454545;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.contact-subjects-list a:hover {
    color: #71ba2c;
}
.contact-subjects-list [class^="pj-icon-"],
.contact-subjects-list [class*=" pj-icon-"] {
    height: 25px;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
    width: 60px;
    color: #71ba2c;
}

.contact-service {
    margin: 0 0 10px;
}
.contact-service-body {
    text-align: center;
}

.contact-service .contact-service-desc {
    margin-bottom: 20px;
    text-align: left;
}
.contact-service .contact-service-contact {
    padding: 0 0 0 45px;
    position: relative;
    display: inline-block;
    text-align: left;
}
.contact-service .contact-service-icon {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 35px;
    color: #71ba2c;
}
.contact-service .contact-service-label {
    font: 300 16px/1.5 'poppins', sans-serif;
    display: block;
    margin: 0;
    text-transform: uppercase;
}
.contact-service .contact-service-telephone {
    display: block;
    font-size: 12px;
    font-weight: 300;
}
.contact-service .contact-service-telephone strong {
    font: bold 18px/1.5 'poppins', sans-serif;
    color: #71ba2c;
}
.contact-service .contact-service-schedules {
    display: block;
    font-weight: 300;
    font-size: 12px;
}
.contact-service .contact-service-schedules strong {
    font-weight: inherit;
    text-transform: uppercase;
    display: block;
}

.contact-social {
    text-align: center;
}
.contact-social-label {
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}
.contact-social-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    display: inline-block;
    font-size: 0;
}
.contact-social-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
}
.contact-social-list li:first-child {
    margin-left: 0;
}
.contact-social-list a {
    display: block;
    text-indent: -9999em;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #999;
}
.contact-social-list a:before {
    content: '';
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 30px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'pj-icomoon' !important;
    /*noinspection CssUnknownProperty*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-social-list .facebook a:before {
    content: "\e906"; /* facebook-circle */
}
.contact-social-list .pinterest a:before {
    content: "\e902"; /* pinterest-circle */
}
.contact-social-list .instagram a:before { 
    content: "\e981"; /* instagram-circle */ 
} 
.contact-social-list .youtube a:before { 
    content: "\e980"; /* youtube-circle */ 
} 
.contact-social-list a:hover {
    color: #454545;
}

.contact-announce {
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 40px;
}
.contact-announce h2 {
    color: #71ba2c;
}

.contact-form {
    margin: 0 0 40px;
}
.contact-form .pj-form-field {
    max-width: 490px;
}
.contact-form .pj-form-submit {
    max-width: 690px;
}

/* Cart
------------------------------------------------------------------------*/
.cart-table-box-header {
    display: block;
}
.cart-table-box-header .pj-fake-table-box-row-inner {
    padding-top: 0;
}
.cart-table-box-header .pj-fake-table-box-cell {
    display: none;
}
.cart-table-box-header .cart-product-name-cell {
    display: block;
    font-weight: 500;
    color: #71ba2c;
    padding: 0;
    text-transform: none;
    margin-bottom: 0;
}
.cart-product-name-container {
    position: relative;
    padding-left: 100px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    width: 100%;
}
.cart-product-name-container:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    min-height: 80px;
}
.cart-product-image {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 0;
    border-radius: 3px;
    overflow: hidden;
}
.cart-product-image img {
    display: block;
}
.cart-product-name-block {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    width: 100%;
}
.cart-product-name {
    display: block;
    font-size: 16px;
}
.cart-product-ref {
    display: block;
    color: #999;
}
.cart-product-offer {
    margin-top: 5px;
    padding: 10px 20px;
    background: #ffff66;
    color: #222;
    text-align: center;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.cart-product-offer p {
    margin: 0;
}
.cart-product-offer-note {
    font-size: 10px;
    text-transform: none;
}

.cart-product-unit-cell:empty {
    display: inline-block;
}
.cart-product-unit-cell[data-pj-fake-table-box-cell-label]:before {
    float: none;
    margin-right: 0;
}
.cart .cart-product-quantity-cell {
    padding-left: 0;
    padding-right: 0;
}
.cart-product-quantity {
    position: relative;
    max-width: 90px;
    margin: 0 auto;
}
.cart-product-quantity-wrap {
    position: relative;
    overflow: hidden;
}
.cart-product-quantity-value {
    margin: 0 30px;
}
.cart-product-quantity-value-field {
    background: #fff;
    border: 1px solid #ddd;
    height: 30px;
    padding: 5px;
    font: 12px/18px 'roboto', sans-serif;
    color: #454545;
    width: 100%;
    text-align: center;
}
.cart-product-quantity-minus,
.cart-product-quantity-plus {
    background: #fff;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: 0;
    color: #454545;
    font-size: 12px;
    text-align: center;
    line-height: 30px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cart-product-quantity-minus:hover,
.cart-product-quantity-plus:hover {
    color: #51a11a;
}
.cart-product-quantity-minus {
    left: 0;
    border-right: 0;
}
.cart-product-quantity-plus {
    right: 0;
    border-left: 0;
}
.cart-product-delete {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 15px;
    height: 15px;
    font-size: 15px;
    line-height: 1;
    color: #999;
    margin-top: -7px;
    margin-left: 5px;
}
.cart-product-price-container {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}
.cart-product-price-container:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.cart-product-price {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.cart-product-price-main {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #222;
    margin-left: 5px;
}
.cart-product-price-old {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    text-decoration: line-through;
}
.cart-product-price-highlighted {
    color: #fa493c;
}

.cart-page .cart-summary {
    margin-bottom: 40px;
}
/*.cart-page .cart-summary .pj-box-header-title {
    font-size: 14px;
    color: red;
    text-align: left;
    background: #eee;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}*/
/*debut 6609*/
.cart-page .cart-summary .pj-box-header-title {
    font-size: 14px;
    color: #71ba2c;
    text-align: left;
    background: #eee;
    padding-bottom: 0;
}
.cart-page .cart-summary-voucher-box .pj-box-header-title {
    background: #eee;
    padding: 20px 50px 20px 20px;
    font-size: inherit;
    color: #454545;
    text-transform: uppercase;
    font-size: 14px;
    text-align: left;
}

.cart-page .cart-summary-voucher-box .pj-box-header::after {
    content: "\e949";
    color: #71ba2c;
    right: 20px;
}
.cart-page .cart-summary-voucher-box.pj-box-collapsed .pj-box-header:after {
    content: "\e915"; /* chevron-down */
}
.cart-page .cart-summary-voucher-box .pj-box-body {
    position: relative;
    padding-top: 0;
    margin-top: -5px;
    padding-bottom: 5px;
}
.cart-summary-voucher-form {
    position: relative;
    max-width: 220px;
}
.cart-summary-voucher-form,
.cart-summary-voucher-line {
    margin-bottom: 10px;
}
.cart-summary-voucher-form input[type="text"] {
    width: 100%;
    padding-right: 60px;
}
.cart-summary-voucher-form .pj-form-submit {
    padding-top: 0;
    margin-bottom: 0;
}
.cart-summary-voucher-form button {
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 45px;
    line-height: 35px;
    background: #71ba2c;
    color: #fff;
    text-transform: uppercase;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cart-summary-voucher-form button:hover {
    background: #51a11a;
}
.cart-summary-voucher-line {
    flex-wrap: wrap;
}
.cart-summary-voucher-line {
    flex-wrap: wrap;
}

.cart-summary-voucher-delete {
    text-align: right;
}
.cart-summary-voucher-delete a {
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    color: #999;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    line-height: 1.5;
    vertical-align: middle;
}
.cart-summary-voucher-delete a:hover {
    color: #51a11a;
}
.cart-summary-free-delivery-progress {
    font-family: 'poppins', sans-serif;
    font-size: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.cart-summary-free-delivery-progress-text {
    color: #71ba2c;
    margin-bottom: 10px;
}
.cart-summary-free-delivery-progress-bar-container {
    display: flex;
    align-items: center;
    margin-top: 17px;
    margin-bottom: 17px;
}
.cart-summary-free-delivery-progress-bar {
    flex: auto;
    background: #ddd;
    border-radius: 4px;
    height: 8px;
}
.cart-summary-free-delivery-progress-bar-inner {
    position: relative;
    display: block;
    border-radius: 4px;
    height: 100%;
    width: 0;
    background: #71ba2c;
    box-shadow: 0 4px 10px rgba(113, 186, 44, 0.3);
}
.cart-summary-free-delivery-progress-bar-goal {
    flex: 0 0 auto;
    color: #71ba2c;
    font-weight: bold;
    margin-left: 20px;
}
.cart-summary-free-delivery-progress,
.cart-summary-voucher-delete a {
        font-size: 12px;
}

/* fin */

.cart-page .cart-summary .pj-box-body {
    padding-left: 10px;
    padding-right: 10px;
}

.cart-summary-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.cart-summary-line-delivery-fees {
    margin-bottom: 5px;
}
.cart-summary-line-label {
    padding-right: 10px;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    flex: 1 0 0;
}
.cart-summary-line-delivery-fees .cart-summary-line-label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cart-summary-line-value {
    flex: 0 0 auto;
    padding-left: 10px;
    margin-left: auto;
    text-align: right;

    font-size: 16px;
    font-weight: bold;
    color: #222;
}
.cart-summary-line-delivery-fees .cart-summary-line-value {
    margin-bottom: 5px;
}

.cart-summary-line-value-text {
    font-weight: normal;
    font-size: 12px;
    color: #454545;
}


.cart-summary-form {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    margin-top: 5px;
}
.cart-summary-form-inline-label {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.cart-summary-form-inline {
    margin-top: 0;
    width: auto;
}
.cart-summary-form .pj-select-like {
    width: auto;
}
.cart-summary-form input {
    background: #fff;
    border: 1px solid #ddd;
    border-right: 0;
    height: 35px;
    padding: 8px 48px 7px 10px;
    font: 12px/18px 'roboto', sans-serif;
    width: 100%;
    max-width: 180px;
}
.cart-summary-form input:focus {
    border-color: #71ba2c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.cart-summary-form button {
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 142px;
    width: 38px;
    height: 35px;
    line-height: 35px;
    background: #71ba2c;
    color: #fff;
    text-transform: uppercase;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cart-summary-form button:hover {
    background: #51a11a;
}
.cart-summary-form-delete {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    line-height: 35px;
    margin-top: 5px;
    text-align: right;
}
.cart-summary-form-delete a {
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    color: #999;
    text-transform: uppercase;
    font-size: 10px;
    white-space: nowrap;
    line-height: 1.5;
    vertical-align: middle;
}

.cart-summary-message {
    color: #71ba2c;
    text-align: right;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    font-size: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.cart-summary-bottom {
    border-top: 1px solid #71ba2c;
    padding-top: 10px;
}
.cart-summary-total {
    font-size: 0;
}
.cart-summary-total-label {
    display: inline-block;
    vertical-align: bottom;
    width: 50%;

    font-family: 'poppins', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #fa493c;
    font-size: 16px;
}
.cart-summary-total-value {
    display: inline-block;
    vertical-align: bottom;
    width: 50%;
    text-align: right;

    color: #fa493c;
    font-weight: 900;
    font-size: 30px;
    line-height: 1;
}
.cart-summary-total-value-economy {
    display: block;
    color: #222;
    font-weight: normal;
    text-align: right;
    font-size: 12px;
}

.cart-payment-label {
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.cart-payment-list {
    list-style: none;
    padding: 0;
    margin: 0 -5px 10px;
    text-align: center;
}
.cart-payment-list > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    margin: 0 0 10px;
}
.cart-payment-list img {
    max-height: 20px;
    max-width: none;
}

/* Delivery
------------------------------------------------------------------------*/
.delivery-alert-info [class^="pj-icon-"],
.delivery-alert-info [class*=" pj-icon-"] {
    margin-right: 5px;
}
.delivery-option .pj-fake-table-box-cell {
    vertical-align: top;
}
.delivery-option .delivery-option-product-cell {
    margin-bottom: 40px;
}
.delivery-option .pj-fake-table-box-cell:before {
    float: none;
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.delivery-option .delivery-option-product-cell:before {
    content: attr(data-pj-fake-table-box-cell-label);
    margin: -15px -20px 20px;
    padding: 10px 20px;
    background: #71ba2c;
    color: #fff;
}
.delivery-option .cart-product-name-container {
    display: block;
    margin-top: 15px;
}
.delivery-option-choices {
    margin-bottom: -20px;
}
.delivery-option-choice {
    margin: 20px 0;
}
.delivery-option-choice-field {
    position: relative;
}
.delivery-option-choice-field input {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.delivery-option-choice-field label {
    display: table;
    margin-left: 30px;
}
.delivery-option-choice-img {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 0;
}
.delivery-option-choice-img img {
    max-width: none;
    width: auto;
    height: auto;
}
.delivery-option-choice-text {
    display: table-cell;
    vertical-align: middle;
}
.delivery-option-choice-field-disabled .delivery-option-choice-img,
.delivery-option-choice-field-disabled .delivery-option-choice-text-inner {
    opacity: 0.3;
}
.delivery-option-info {
    vertical-align: middle;
    color: #ddd;
}
.delivery-option-info .pj-icon-info-circle {
    font-size: 15px;
    margin-left: 5px;
}
.delivery-option-choice-details {
    display: none;
    margin-top: 10px;
    padding: 0 0 0 30px;
}
.delivery-option-choice-details .pj-select-like {
    max-width: 280px;
    border: 1px solid #bababa;
    color: #999;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.delivery-option-choice-details .pj-select-like:before {
    padding-top: 9px;
    padding-bottom: 9px;
}
.delivery-option-choice-details .pj-rounded-button {
    max-width: none;
    width: auto;
}
.delivery-option-choice-note {
    font-size: 10px;
    font-weight: normal;
    color: #71ba2c;
    margin-left: 30px;
    padding-top: 5px;
}

.delivery-bottom {
    margin-bottom: 40px;
}
.delivery-message {
    margin: 0 0 20px;
}
.delivery-message-title {
    font-family: 'poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}
.delivery-message textarea {
    height: 130px;
    border: 1px solid #bababa;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.delivery-message textarea:focus {
    border-color: #71ba2c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.delivery-popup-title {
    color: #fff;
    background: #454545;
    overflow: hidden;
    padding: 20px 20px 0;
}
.delivery-popup-header {
    background: #eee;
    padding: 20px 20px 0;
    overflow: hidden;
}
.delivery-popup-header-alert {
    background: #71ba2c;
    color: #fff;
    padding: 20px 20px 10px 90px;
    max-width: 515px;
    margin: 0 auto 20px;
    min-height: 90px;
    line-height: 50px;
    position: relative;
}
.delivery-popup-header-alert .icon {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    margin: auto 0;
    width: 50px;
    height: 50px;
    font-size: 50px;
    line-height: 1;
}
.delivery-popup-header-alert .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.5;
}
.delivery-popup-header-alert p {
    margin-bottom: 10px;
}
.delivery-popup-header-alert .label {
    font-family: 'poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}
.delivery-popup-map {
    height: 300px;
    position: relative;
}
.delivery-popup-list {
    border: 1px solid #ddd;
    background: #fff;
}
.delivery-popup-list > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.delivery-popup-list-item {
    padding: 20px 20px 0;
    overflow: hidden;
    cursor: pointer;
}
.delivery-popup-list-item:nth-child(2n) {
    background: #eee;
}
.delivery-popup-list-item-name {
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    color: #222;
    font-size: 14px;
    margin: 0;
}
.delivery-popup-list-item-name strong {
    font-weight: inherit;
    text-transform: uppercase;
}
.delivery-popup-list-item-address {
    color: #222;
    margin-bottom: 10px;
}
.delivery-popup-list-item-toggle-text {
    color: #71ba2c;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.delivery-popup-list-item:hover .delivery-popup-list-item-toggle-text {
    color: #51a11a;
}
.delivery-popup-list-item-select-block {
    display: none;
}
.delivery-popup-list-item-schedules {
    color: #71ba2c;
}
.delivery-popup-list-item-schedules strong {
    font-weight: inherit;
    text-transform: uppercase;
}
.delivery-popup-list-item-btn {
    text-align: center;
}
.delivery-popup-list-item-btn .pj-rounded-button {
    max-width: none;
    width: auto;
}
.delivery-popup-list-item.active {
    background: #eaf5e0;
}
.delivery-popup-list-item.active .delivery-popup-list-item-toggle-text {
    display: none;
}
.delivery-popup-list-item.active .delivery-popup-list-item-select-block {
    display: block;
}
.delivery-popup-list-item .delivery-popup-list-item-info-window {
    display: none;
}
.delivery-popup-list-item-info-window {
    position: relative;
    padding-left: 40px;
    color: #222;
}
.delivery-popup-list-item-info-window-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
}
.delivery-popup-list-item-info-window-icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
}
.delivery-popup-list-item-info-window-name {
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    margin: 0;
}
.delivery-popup-list-item-info-window-name strong {
    font-weight: 500;
    text-transform: uppercase;
}
.delivery-popup-list-item-info-window-address {
    margin: 0;
}

.pj-mfp-popup .fid-card-popup-content {
    padding-left: 20px;
    padding-right: 20px;
    background: #eee url('../img/bg-fid-card.png') no-repeat 100% 100%;
}
.fid-card-popup-content .h3 {
    text-align: center;
}
.fid-card-popup-choice {
    overflow: hidden;
    margin-bottom: 10px;
}
.fid-card-popup-choice label {
    display: inline-block;
    margin-bottom: 10px;
}
.fid-card-popup-choice-details {
    display: none;
}
.fid-card-popup-choice-desc {
    font-family: 'poppins', sans-serif;
    color: #222;
}
.fid-card-popup-form {
    font-size: 0;
    margin-bottom: 10px;
}
.fid-card-popup-form input,
.fid-card-popup-form button {
    font: 12px/18px 'poppins', sans-serif;
    padding: 9px 10px 8px;
    height: 35px;
    margin: 0;
}
.fid-card-popup-form input {
    display: inline-block;
    vertical-align: middle;
    width: 190px;
    border: 0;
    color: inherit;
}
.fid-card-popup-form button {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    margin: 0;
    background: #71ba2c;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fid-card-popup-form button:hover {
    background: #51a11a;
}
.fid-card-popup-buttons {
    text-align: center;
}
.fid-card-popup-buttons button {
    width: auto;
    margin-left: 20px;
}
.fid-card-popup-buttons button:first-child {
    margin-left: 0;
}

/* Edit address
------------------------------------------------------------------------*/
.edit-address-actions {
    text-align: center;
    margin-bottom: 20px;
}
.edit-address-actions-primary,
.edit-address-actions-secondary {
    margin-bottom: 15px;
}
.edit-address-actions-primary .pj-rounded-button {
    max-width: none;
    width: auto;
}
.edit-address-actions-secondary .pj-rounded-button {
    max-width: none;
    width: auto;
    margin: 0 5px;
}

/* Login / Register
------------------------------------------------------------------------*/
.account-login {
    margin: 15px 0 40px;
}
.account-login-form .pj-form-submit,
.account-register-form .pj-form-submit {
    margin-top: 20px;
}

.account-login-form-forgotten-password {
    text-align: left;
}
.account-login-form-forgotten-password a {
    font-weight: normal;
}

/* Payment confirmation
------------------------------------------------------------------------*/
.purchase-order-cb-box .pj-box-header-title {
    background: #05a8aa;
}
.purchase-order-cb-box .pj-box-body {
    background: url('../img/bg-bank-cards_366.png') #daf2f2 no-repeat 110% -30px;
}
.purchase-order-cb-details-list {
    list-style: none;
    padding: 0;
}
.purchase-order-cb-details-list li {
    overflow: hidden;
    margin-bottom: 5px;
}
.purchase-order-cb-details-list .label {
    float: left;
    width: 50%;
    font-weight: bold;
    padding-right: 10px;
}
.purchase-order-cb-details-list .value {
    display: block;
    margin-left: 50%;
    padding-left: 10px;
    font-weight: 300;
    color: #222;
}

.purchase-order-delivery-option-product-name {
    display: block;
}
.purchase-order-delivery-option-product-ref {
    display: block;
    color: #999;
}
.purchase-order-delivery-option-product-offer {
    margin-top: 5px;
    padding: 10px 20px;
    background: #ffff66;
    color: #222;
    text-align: center;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.purchase-order-delivery-option-product-offer p {
    margin: 0;
}
.purchase-order-delivery-option-product-offer-note {
    font-size: 10px;
    text-transform: none;
}
.purchase-order-delivery-option-quantity-cell,
.purchase-order-delivery-option-delivery-cell,
.purchase-order-delivery-option-price-cell {
    vertical-align: top;
}
.purchase-order-delivery-option-price-cell {
    text-align: right;
    white-space: nowrap;
    font-size: 12px;
}
.purchase-order-delivery-option-price-main {
    font-size: 20px;
    font-weight: bold;
    color: #222;
}
.purchase-order-delivery-option-price-old {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    color: #999;
    text-decoration: line-through;
    margin-right: 5px;
}
.purchase-order-delivery-option-price-highlighted {
    color: #fa493c;
}
.purchase-order-delivery-option .purchase-order-delivery-option-product-cell:before {
    content: attr(data-pj-fake-table-box-cell-label);
    float: none;
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin: -15px -20px 20px;
    padding: 10px 20px;
    background: #71ba2c;
    color: #fff;
}
.purchase-order-bottom-text {
    margin-bottom: 40px;
}
.purchase-order-bottom-text-left,
.purchase-order-bottom-text-right {
    height: 100%;
    margin: 0 0 20px;
}
.purchase-order-bottom-text-inner {
    padding: 20px 20px 0;
    overflow: hidden;
}
.purchase-order-bottom-text-left {
    font-weight: 300;
    background: #eee;
}
.purchase-order-bottom-text-left-title {
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    margin: 0;
}
.purchase-order-bottom-text-right {
    background: #eaf5e0;
    color: #71ba2c;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
}
.purchase-order-bottom-text-right-btn {
    text-align: center;
}
.purchase-order-bottom-text-right-btn .pj-rounded-button {
    max-width: none;
    width: auto;
}

.purchase-order-intro {
    text-align: center;
    background: #daf2f2;
    padding: 20px 20px 0;
    overflow: hidden;
    margin: 0 0 20px;
}
.purchase-order-intro .pj-rounded-button {
    max-width: none;
    width: auto;
}
.purchase-order-intro-address {
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    color: #05a8aa;
}

/* Account
------------------------------------------------------------------------*/
.account-nav {
    border: 1px solid #ddd;
    padding: 30px 0 0;
    margin-bottom: 20px;
}
.account-nav h3 {
    padding: 0 20px;
    text-transform: uppercase;
    font-family: 'roboto', sans-serif;
}
.account-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.account-nav ul:before {
    content: '';
    display: block;
    margin: 0 20px;
    border-top: 1px solid #ddd;
}
.account-nav a {
    display: block;
    padding: 15px 20px;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    color: #454545;
}
.account-nav a:hover {
    color: #71ba2c;
}
.account-nav .active a {
    background: #71ba2c;
    color: #fff;

    -webkit-box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
    -moz-box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
    box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
}
.account-nav .account-logout:before {
    content: '';
    display: block;
    border-top: 1px solid #ddd;
    margin: 0 20px;
}

.account-form .pj-form-field input[type="text"],
.account-form .pj-form-field input[type="password"],
.account-form .pj-form-field input[type="datetime"],
.account-form .pj-form-field input[type="datetime-local"],
.account-form .pj-form-field input[type="date"],
.account-form .pj-form-field input[type="month"],
.account-form .pj-form-field input[type="time"],
.account-form .pj-form-field input[type="week"],
.account-form .pj-form-field input[type="number"],
.account-form .pj-form-field input[type="email"],
.account-form .pj-form-field input[type="url"],
.account-form .pj-form-field input[type="search"],
.account-form .pj-form-field input[type="tel"],
.account-form .pj-form-field input[type="color"],
.account-form .pj-form-field textarea {
    border: 1px solid #bababa;
    padding: 9px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.account-form .pj-select-like {
    border: 1px solid #bababa;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.account-form .pj-select-like:before {
    padding: 9px 29px 9px 9px;
}

.account-form .pj-form-field input[type="text"]:focus,
.account-form .pj-form-field input[type="password"]:focus,
.account-form .pj-form-field input[type="datetime"]:focus,
.account-form .pj-form-field input[type="datetime-local"]:focus,
.account-form .pj-form-field input[type="date"]:focus,
.account-form .pj-form-field input[type="month"]:focus,
.account-form .pj-form-field input[type="time"]:focus,
.account-form .pj-form-field input[type="week"]:focus,
.account-form .pj-form-field input[type="number"]:focus,
.account-form .pj-form-field input[type="email"]:focus,
.account-form .pj-form-field input[type="url"]:focus,
.account-form .pj-form-field input[type="search"]:focus,
.account-form .pj-form-field input[type="tel"]:focus,
.account-form .pj-form-field input[type="color"]:focus,
.account-form .pj-form-field textarea:focus {
    border-color: #71ba2c;
}

.account-fid:before {
    content: '';
    display: block;
    background: url('../img/fid-card_190.png') no-repeat;
    width: 190px;
    height: 120px;
    margin: 0 auto 20px;
}
.account-fid-number {
    margin-right: 8px;
}
.account-fid-link {
    font-family: 'poppins', sans-serif;
}

.account-fid-form {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    max-width: 300px;
}
.account-fid-form .pj-form-row {
    margin-right: 90px;
}
.account-fid-form .pj-form-row input[type="text"] {
    border-right: 0;
}
.account-fid-form button {
    background: #71ba2c;
    border: 0;
    padding: 0;
    margin: 0;
    height: 42px;
    width: 90px;
    font: 500 12px/42px 'poppins', sans-serif;
    position: absolute;
    bottom: 10px;
    right: 0;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.account-fid-form button:hover {
    background-color: #51a11a;
}

.account-fid-create {
    text-align: center;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    padding-top: 20px;
}
.account-fid-create h3 {
    color: #71ba2c;
}

.newsletters-form {
    margin-top: -20px;
}
.newsletters-form .pj-box-header-title {
    background: none;
    color: #71ba2c;
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    background: #eee;
    padding: 0 20px;
}

/* My orders
------------------------------------------------------------------------*/
.account-orders-table th,
.account-orders-table td {
    font-weight: 300;
}
.account-orders-table tbody tr {
    cursor: pointer;
}
.account-orders-table tbody th,
.account-orders-table tbody td {
    vertical-align: top;
}
.account-orders-price {
    font-weight: bold;
    white-space: nowrap;
}
.account-orders-actions {
    text-align: right;
}
.account-orders-actions a {
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    text-decoration: underline;
}
.account-orders-actions a:hover {
    text-decoration: none;
}

.account-order-detail .account-order-detail-product-cell[data-pj-fake-table-box-cell-label]:before {
    content: attr(data-pj-fake-table-box-cell-label);
    margin: -15px -20px 20px;
    padding: 10px 20px;
    background: #71ba2c;
    color: #fff;

    float: none;
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.account-order-detail-actions-cell {
    text-align: right;
}
.account-order-detail-actions-cell a {
    color: #fff;
    text-transform: none;
    font-weight: 500;
    text-decoration: underline;
}
.account-order-detail-actions-cell a:hover {
    text-decoration: none;
}
.account-order-detail .pj-fake-table-box-body .account-order-detail-quantity-cell {
    font-weight: normal;
}
.account-order-detail-price-cell {
    text-align: right;
}
.account-order-detail-price {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    white-space: nowrap;
}
.account-order-detail-bottom {
    margin: 0 0 40px;
}

/* My store
------------------------------------------------------------------------*/
.account-my-store {
    font-family: 'poppins', sans-serif;
    font-weight: 500;
}

/* Affiliate
------------------------------------------------------------------------*/
.affiliate-title {
    text-align: center;
    position: relative;
    margin: 20px 0 40px;
}
.affiliate-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    border-top: 1px solid #999;
    width: 100%;
}
.affiliate-title h1 {
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    font-size: 24px;
    display: inline-block;
    color: #05a8aa;
    text-transform: uppercase;
    padding: 0 10px;
    position: relative;
    background: #fff;
    margin: 0;
}
.affiliate-title h1 > span {
    display: block;
    font-weight: bold;
    font-size: 18px;
    text-transform: none;
}

.affiliate-intro {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 20px 20px 0;
    margin: 0 0 40px;
    background: #fff;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;

    -webkit-box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
    -moz-box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
    box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
}
.affiliate-intro .icon {
    font-size: 40px;
    color: #05a8aa;
    display: table-cell;
    vertical-align: top;
    margin: 0 0 20px;
    width: 60px;
    text-align: center;
}
.affiliate-intro .icon [class^="pj-icon-"],
.affiliate-intro .icon [class*=" pj-icon-"] {
    display: block;
    margin: 0 20px 20px 0;
}
.affiliate-intro .text {
    display: table-cell;
    vertical-align: middle;
}

.affiliate-presentation {
    text-align: center;
}
.affiliate-presentation-steps {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}
.affiliate-presentation-steps li {
    margin: 0 auto 20px;
    max-width: 390px;
}
.affiliate-presentation-steps li:before {
    content: "\e915"; /* chevron-down */
    display: block;
    margin: 0 0 20px;
    font-size: 40px;
    color: #05a8aa;

    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'pj-icomoon' !important;
    /*noinspection CssUnknownProperty*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.affiliate-presentation-steps li:first-child:before {
    content: none;
}
.affiliate-presentation-steps .img {
    width: 150px;
    height: 150px;
    background: #eee;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 20px;
}
.affiliate-presentation-steps .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    margin: auto;
}

.affiliate-banner {
    margin: 0 0 30px;
}
.affiliate-banner .text {
    background: #05a8aa;
    padding: 20px 20px 0;
    margin: 0 0 20px;
    overflow: hidden;
    color: #fff;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
}
.affiliate-banner .img {
    margin: 0 0 20px;
}
.affiliate-banner .img img {
    display: block;
    margin: 0 auto;
}

.affiliate-bottom {
    margin: 0 0 60px;
}
.affiliate-how-it-works a,
.affiliate-contact a {
    color: #05a8aa;
}
.affiliate-how-it-works a:hover,
.affiliate-contact a:hover {
    color: #028b8d;
}
.affiliate-how-it-works ol {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: affiliate-how-it-works;
}
.affiliate-how-it-works li {
    counter-increment: affiliate-how-it-works;
    position: relative;
    padding: 0 0 0 35px;
    margin: 0 0 20px;
}
.affiliate-how-it-works li:before {
    content: counter(affiliate-how-it-works);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #05a8aa;
    border-radius: 50%;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    text-align: center;
    line-height: 27px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.affiliate-link {
    text-align: center;
    margin-bottom: 60px;
}
.affiliate-link .pj-rounded-button {
    max-width: none;
    width: auto;
}

.affiliate-contact {
    background: #eee;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    padding: 20px 20px 10px;
    margin: 0 0 20px;
    overflow: hidden;
    text-align: center;
}
.affiliate-contact p {
    margin-bottom: 10px;
}

.affiliate-effinity {
    text-align: right;
}
.affiliate-effinity img {
    vertical-align: middle;
    margin-left: 10px;
}

.affiliate-form {
    max-width: 670px;
    margin: 0 0 40px;
}

/* Warranty
------------------------------------------------------------------------*/
.warranty-title h1 {
    padding-right: 50px;
}
.warranty-title .pj-bordered-title-sub {
    font-size: 18px;
}
.warranty-title .warranty-title-icon {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.warranty-intro {
    background: #eee;
    padding: 60px 0 40px;
    margin: 0 0 40px;
}
.warranty-intro-block {
    width: 300px;
    margin: 0 auto 20px;
    background: #71ba2c;
    height: 100%;
}
.warranty-intro-block .img img {
    display: block;
}
.warranty-intro-block .text {
    color: #fff;
    padding: 20px 20px 0;
    overflow: hidden;
}
.warranty-intro-block .pj-list-chevron li:before {
    color: #fff;
}

.warranty-steps-title {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0 0 20px;
}
.warranty-steps-title .icon,
.warranty-steps-title h2 {
    display: table-cell;
    vertical-align: middle;
}
.warranty-steps-title .icon {
    width: 70px;
    font-size: 70px;
    color: #71ba2c;
}
.warranty-steps-title h2 {
    margin: 0;
    padding-left: 20px;
}

.warranty-step {
    background: #fff;
    padding: 20px 20px 0;
    margin: 0 0 20px;
    overflow: hidden;
    height: 100%;

    -webkit-box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
    -moz-box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
    box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
}
.warranty-step-title {
    display: table;
    color: #71ba2c;
    margin: 0 0 20px;
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
}
.warranty-step-title .icon,
.warranty-step-title h3 {
    display: table-cell;
    vertical-align: middle;
}
.warranty-step-title .icon {
    width: 90px;
}
.warranty-step-title [class^="pj-icon-"],
.warranty-step-title [class*=" pj-icon-"] {
    display: block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 50px;
    text-align: center;
    background: #eee;
    border-radius: 50%;
}
.warranty-step-title h3 {
    padding-left: 20px;
    margin: 0;
}
.warranty-step-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.warranty-step-icons {
    text-align: center;
    font-size: 30px;
    color: #71ba2c;
    margin-top: -10px;
    margin-bottom: 10px;
}
.warranty-step-icons [class^="pj-icon-"],
.warranty-step-icons [class*=" pj-icon-"] {
    margin: 0 10px;
}

.warranty-line-icon {
    padding-left: 40px;
    position: relative;
}
.warranty-line-icon .icon {
    position: absolute;
    top: 0;
    left: 0;

    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #71ba2c;
}
.warranty-line-icon-right {
    padding-left: 0;
    padding-right: 40px;
}
.warranty-line-icon-right .icon {
    left: auto;
    right: 0;
}
.warranty-line-icon-right .icon [class^="pj-icon-"],
.warranty-line-icon-right .icon [class*=" pj-icon-"] {
    position: absolute;
    top: 0;
    left: 0;
}

.warranty-bottom-block {
    background: #eee;
    padding: 20px 20px 0;
    overflow: hidden;
    margin: 0 0 20px;
    height: 100%;
}
.warranty-bottom-block h3 {
    color: #71ba2c;
}
.warranty-bottom-block .warranty-line-icon {
    padding-left: 70px;
}
.warranty-bottom-block .warranty-line-icon-right {
    padding-left: 0;
    padding-right: 70px;
}
.warranty-bottom-block .icon {
    color: #454545;
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.warranty-bottom-block-green {
    background: #f1f8e9;
}
.warranty-bottom-block-green .icon {
    color: #71ba2c;
}

/* Store delivery
------------------------------------------------------------------------*/
.store-delivery-presentation-top-container {
    overflow: hidden;
}
.store-delivery-presentation-top {
    background: #eee;
    padding: 20px;
}
.store-delivery-presentation-top .img {
    padding: 20px 0 0;
    margin: 0 0 20px;
}
.store-delivery-presentation-top .img:before {
    content: "\e915"; /* chevron-down */
    display: block;
    margin: 0 0 20px;
    font-size: 50px;
    color: #999;
    text-align: center;

    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'pj-icomoon' !important;
    /*noinspection CssUnknownProperty*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.store-delivery-presentation-top .img:first-child:before {
    content: none;
}
.store-delivery-presentation-top .img img {
    display: block;
    margin: 0 auto;
}

.store-delivery-presentation-bottom {
    -webkit-box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
    -moz-box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
    box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);

    margin: 0 0 40px;
}
.store-delivery-presentation-bottom .text {
    padding: 20px 0 10px;
    background: #71ba2c;
    color: #fff;
    font-family: 'poppins', sans-serif;
    overflow: hidden;
    text-align: center;

    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
}
.store-delivery-presentation-bottom .line-1 > span,
.store-delivery-presentation-bottom .line-2 > span {
    display: inline-block;
    position: relative;
    padding: 0 30px;
}
.store-delivery-presentation-bottom .line-2 > span {
    padding: 0 45px;
}
.store-delivery-presentation-bottom .text .link {
    text-decoration: underline;
    display: block;
}
.store-delivery-presentation-bottom .text strong {
    position: relative;
}
.store-delivery-presentation-bottom .line-1 [class^="pj-icon-"],
.store-delivery-presentation-bottom .line-1 [class*=" pj-icon-"] {
    font-size: 20px;

    position: absolute;
    right: 0;
    bottom: 0;
}
.store-delivery-presentation-bottom .line-2 [class^="pj-icon-"],
.store-delivery-presentation-bottom .line-2 [class*=" pj-icon-"] {
    font-size: 25px;

    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 10px;
    margin-top: 5px;
}
.store-delivery-presentation-bottom .img img {
    display: block;
}

.store-delivery-content {
    margin: 0 0 40px;
}
.store-delivery-content h2 {
    text-align: center;
}
.store-delivery-steps {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    text-align: center;
}
.store-delivery-steps li {
    margin: 0 auto 20px;
    max-width: 390px;
}
.store-delivery-steps li:before {
    content: "\e915"; /* chevron-down */
    display: block;
    margin: 0 0 20px;
    font-size: 50px;
    color: #71ba2c;

    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'pj-icomoon' !important;
    /*noinspection CssUnknownProperty*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.store-delivery-steps li:first-child:before {
    content: none;
}
.store-delivery-steps .icon {
    width: 190px;
    height: 190px;
    line-height: 190px;
    font-size: 100px;
    color: #71ba2c;
    text-align: center;
    background: #eee;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 20px;
}
.store-delivery-steps p {
    margin-bottom: 10px;
}
.store-delivery-steps .title {
    color: #fa493c;
    font-size: 16px;
}
.store-delivery-content .pj-form-submit {
    margin-bottom: 40px;
}

/* About
------------------------------------------------------------------------*/
.about-h1 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    margin: 25px 0;
}
.about-h1 strong {
    display: block;
    font-weight: bold;
    color: #73b838;
}
.about-h2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}
.about-h2 br {
    display: none;
}
.about-h3 {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
}

.about-slider {
    position: relative;
}
.about-slider .wrap {
    height: 180px;
    position: relative;
    overflow: hidden;
}
.about-slider .wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #73b838;
    margin-top: -1px;
}
.about-slider .wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    white-space: nowrap;
    height: 100%;
    position: relative;

    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.about-slider .wrap ul:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.about-slider .wrap li {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    white-space: normal;
    text-align: center;
    overflow: hidden;
    padding: 0 20px;
}
.about-slider-dot {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
}
.about-slider-dot:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    border-radius: 50%;
    background: #73b838;
}
.about-slider-dot .text {
    font-size: 9px;
    line-height: 13px;
}
.about-slider-dot .text p {
    margin: 0;
}
.about-slider-dot .text strong {
    font-family: 'TrashHand', sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #00654c;
    text-transform: uppercase;
}
.about-slider-dot .img img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: none;
    width: auto;
}
.about-slider-dot-1 {
    width: 33.333333%;
}
.about-slider-dot-1 .img {
    height: 79px;
    margin: 0 auto 100px;
}
.about-slider-dot-2 {
    width: 66.666666%;
}
.about-slider-dot-2 .text {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 36px;
}
.about-slider-dot-2 .text strong {
    font-size: 18px;
}
.about-slider-dot-2 .img {
    height: 49px;
}
.about-slider-dot-3 {
    width: 110px;
    margin-right: 15px;
}
.about-slider-dot-3 .img {
    margin-bottom: 26px;
}
.about-slider-dot-3 .img img {
    max-width: 100%;
}
.about-slider-dot-3:after {
    content: none;
}
.about-slider-dot-4 {
    width: 115px;
}
.about-slider-dot-4:after {
    left: 1px;
}
.about-slider-dot-4 .text {
    background: #fff;
    border: 2px solid #73b838;
    border-radius: 3px;
    padding: 10px 12px;
    position: relative;
}
.about-slider-dot-5 {
    display: none;
}
.about-slider-dot-6 {
    width: 155px;
}
.about-slider-dot-6:after {
    left: 1px;
}
.about-slider-dot-6 .img {
    display: none;
}
.about-slider-dot-6 .text {
    background: #fff;
    border: 2px solid #73b838;
    border-radius: 3px;
    padding: 10px 15px;
    position: relative;
}
.about-slider-dot-7:after {
    content: none;
}
.about-slider-dot-7 {
    width: 90px;
    margin-right: 3px;
}
.about-slider-dot-7 .img img {
    max-width: 100%;
    max-height: none;
}
.about-slider-dot-8 {
    width: 155px;
}
.about-slider-dot-8:after {
    left: 1px;
}
.about-slider-dot-8 .text {
    background: #fff;
    border: 2px solid #73b838;
    border-radius: 3px;
    padding: 10px 15px;
    position: relative;

    display: inline-block;
    vertical-align: middle;
}
.about-slider-dot-9:after {
    content: none;
}
.about-slider-dot-9 {
    width: 50%;
    height: 100%;
}
.about-slider-dot-9 .img {
    width: 120px;
    margin: 0 auto;
}
.about-slider-dot-9 .img img {
    max-width: 100%;
    max-height: none;
}
.about-slider-dot-10 {
    width: 50%;
}
.about-slider-dot-10 .text {
    width: 120px;
    margin: 0 auto 74px;
}
.about-slider-dot-11 {
    width: 50%;
}
.about-slider-dot-11 .text {
    width: 120px;
    margin: 74px auto 0;
}
.about-slider-dot-12 {
    width: 50%;
}
.about-slider-dot-12 .img {
    height: 79px;
    margin: 0 auto 100px;
}

.about-slider .pagination .prev,
.about-slider .pagination .next {
    position: absolute;
    top: 50%;
    margin: -10px 0 0;
    width: 20px;
    height: 20px;
    border: 0;
    color: #fff;

    padding: 0;
    border-radius: 50%;
    background: #73b838;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.about-slider .pagination .inactive,
.about-slider .pagination .inactive {
    background: #eee;
}
.about-slider .pagination .prev {
    left: 0;
}
.about-slider .pagination .next {
    right: 0;
}
.about-slider .pagination [class^="pj-icon-"],
.about-slider .pagination [class*=" pj-icon-"] {
    font-size: 10px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.about-story .text strong {
    color: #73b838;
}
.about-story .text a {
    color: #73b838;
    text-decoration: underline;
}
.about-story .text a:hover {
    text-decoration: none;
}
.about-story .img {
    margin: 40px 0;
}
.about-story .img img {
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    overflow: hidden;
}
.about-timeline {
    position: relative;
}
.about-timeline .wrap {
    overflow: hidden;
    margin: 0 -10px 20px;
    padding: 0 9px;
    position: relative;
    height: 193px;
}
.about-timeline .wrap:after {
    content: '';
    position: absolute;
    bottom: 85px;
    left: 25px;
    right: 25px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #73b838;
    margin-bottom: -1px;
}
.about-timeline .wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    white-space: nowrap;

    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.about-timeline .wrap li {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    padding: 0 6px;
    font-size: 12px;
    white-space: normal;
    position: relative;
}
.about-timeline .wrap .img {
    position: relative;
    height: 93px;
    margin: 0 0 30px;
}
.about-timeline .wrap .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: auto;
    max-width: none;
    border-radius: 3px;
    overflow: hidden;
}
.about-timeline .wrap .text {
    height: 70px;
    text-align: center;
    line-height: 1.2;
    position: relative;
}
.about-timeline .wrap .text .year {
    font-size: 15px;
    color: #06765d;
    font-weight: bold;
    display: block;
}
.about-timeline .wrap .text:before {
    content: '';
    height: 12px;
    position: absolute;
    top: 0;
    margin-top: -21px;
    left: 50%;
    border-left: 1px solid #73b838;
}
.about-timeline .wrap .double {
    width: 80%;
    font-size: 0;
}
.about-timeline .wrap .double:after {
    content: none;
}
.about-timeline .wrap .double .text {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 12px;
}
.about-timeline .wrap .double .text-1 {
    padding-right: 10px;
}
.about-timeline .wrap .double .text-2 {
    padding-left: 10px;
}

.about-timeline .pagination {
    position: absolute;
    bottom: 85px;
    left: -10px;
    right: -10px;
    height: 20px;
    margin-bottom: -10px;
    overflow: hidden;
}
.about-timeline .pagination:before,
.about-timeline .pagination:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 50%;
}
.about-timeline .pagination:before {
    left: 100%;
    margin-left: -10px;
}
.about-timeline .pagination:after {
    right: 100%;
    margin-right: -10px;
}
.about-timeline .pagination .prev,
.about-timeline .pagination .next {
    position: absolute;
    top: 50%;
    margin: -10px 0 0;
    width: 20px;
    height: 20px;
    border: 0;
    color: #fff;

    padding: 0;
    border-radius: 50%;
    background: #73b838;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.about-timeline .pagination .inactive,
.about-timeline .pagination .inactive {
    background: #eee;
}
.about-timeline .pagination .prev {
    left: 10px;
}
.about-timeline .pagination .next {
    right: 10px;
}
.about-timeline .pagination [class^="pj-icon-"],
.about-timeline .pagination [class*=" pj-icon-"] {
    font-size: 10px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.about-today {
    margin-bottom: 45px;
}
.about-today .img {
    margin: 0 0 20px;
}
.about-today .img img {
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    overflow: hidden;
}
.about-today .text {
    font-size: 11px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
}
.about-today .text .label {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #06765d;

    margin: 0;
}

.about-bottom {
    margin: 0 0 40px;
}
.about-bottom .img {
    margin: 0 0 20px;
}
.about-bottom .img img {
    display: block;
    margin: 0 auto;
}
.about-bottom .text strong {
    color: #73b838;
}

/* Sitemap
------------------------------------------------------------------------*/
.sitemap-h2 {
    overflow: hidden;
    position: relative;
}
.sitemap-h2:before {
    content: '';
    position: absolute;
    top: 0.6em;
    width: 100%;
    border-top: 4px solid #71ba2c;
}
.sitemap-h2 > a {
    position: relative;
    display: inline-block;
    font-weight: normal;
    color: inherit;
    text-decoration: underline;
    background: #fff;
    padding-right: 10px;
}
.sitemap-h2 > a:hover {
    text-decoration: none;
}
.sitemap-tags {
    background: #eee;
    font-family: 'poppins', sans-serif;
    padding: 20px;
    margin: 0 0 20px;
}
.sitemap-tags > ul {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    font-size: 0;
}
.sitemap-tags > ul > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
}
.sitemap-tags > ul > li > a {
    font-weight: 300;
    color: inherit;
    text-decoration: underline;
}
.sitemap-tags > ul > li > a:hover {
    text-decoration: none;
}
.sitemap {
    margin: 0 0 60px;
}
.sitemap-columns {
    margin: 0 0 40px;
}
.sitemap-columns ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sitemap-columns > ul {
    columns: 2;
    column-gap: 20px;
}
.sitemap-columns > ul > li {
    overflow: hidden;
    page-break-inside: avoid;
    margin: 0 0 10px;
}
.sitemap-columns-broken > ul > li {
    overflow: visible;
    page-break-inside: auto;
}
.sitemap-columns > ul > li > a {
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
}
.sitemap-columns > ul > li > a:hover {
    text-decoration: none;
}
.sitemap-columns > ul > li > ul {
    padding-top: 3px;
}
.sitemap-columns > ul > li > ul li {
    margin-bottom: 3px;
}
.sitemap-columns > ul > li > ul li a {
    font-size: 10px;
    color: inherit;
    font-weight: normal;
}
.sitemap-columns > ul > li > ul > li a:hover {
    text-decoration: underline;
}
.sitemap-columns > ul > li > ul > .sitemap-has-lvl3 > a {
    font-weight: bold;
    text-decoration: underline;
}
.sitemap-columns > ul > li > ul > .sitemap-has-lvl3 > a:hover {
    text-decoration: none;
}
.sitemap-columns > ul > li > ul > .sitemap-has-lvl3 > ul {
    padding-left: 20px;
}
.sitemap-columns > ul > li > ul > .sitemap-has-lvl3 > ul > li {

}
.sitemap-columns > ul > li > ul > .sitemap-has-lvl3 > ul > li > a {

}

/* Error
------------------------------------------------------------------------*/
.error-page {
    background: url('../img/bg-error_640.jpg') no-repeat 50% 50%;
    background-size: cover;
    font-size: 0;
    text-align: center;
}
.error-page-inner:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    min-height: 300px;
}
.error-page-message {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding: 20px 20px 0;
    margin: 40px 0;

    font-family: 'poppins', sans-serif;
    font-weight: 300;
    color: #fff;
    background: rgba(5, 168, 170, 0.7);
}
.error-page-message h1 {
    font-size: 22px;
    line-height: 1.1;
}

/* Guide banner
------------------------------------------------------------------------*/
.guide-banner {
    position: fixed;
    z-index: 1050; /* higher than MFP */
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    background: #096a52;
    color: #fff;
    transform: translateY(100%) translateY(130px) translateZ(1px);
    transition: transform 0.6s;
}
.show-guide-banner:not(.show-cookies-alert) .guide-banner {
    transform: translateZ(1px);
}
.guide-banner-inner {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
}
.guide-banner-close {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    transition: color 0.3s;
}
.guide-banner-close:hover {
    color: #71ba2c;
}
.guide-banner-text {
    padding: 10px 0 0;
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 10px;
}
.guide-banner-text p {
    margin-bottom: 0;
}
.guide-banner-text strong {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.guide-banner-image {
    display: none;
}
.guide-banner-form {
    margin-bottom: 10px;
}
.guide-banner-form-field {
    position: relative;
    padding-right: 150px;
}
.guide-banner-form-field input {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;

    box-shadow: none;
    outline: 0;
    opacity: 1;

    background: #fff;
    border: 1px solid #ddd;
    height: 35px;
    padding: 9px 10px 8px 10px;
    font: 12px/18px 'poppins', sans-serif;
    width: 100%;
    margin: 0 0 10px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.guide-banner-form-field input:focus {
    border-color: #71ba2c;
}
.guide-banner-form-field button {
    background: #71ba2c;
    border: 0;
    padding: 0;
    margin: 0;
    height: 35px;
    font: 500 12px/35px 'poppins', sans-serif;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;

    position: absolute;
    top: 0;
    right: 0;
    width: 150px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.guide-banner-form-field button:hover {
    background-color: #51a11a;
}
.guide-banner-form-field button [class^="pj-icon-"],
.guide-banner-form-field button [class*=" pj-icon-"] {
    display: none;
}

/* Delivery page
------------------------------------------------------------------------*/
.delivery-list,
.delivery-full-list {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    font-size: 0;
    display: flex;
    flex-flow: row wrap;
}
.delivery-list > li,
.delivery-full-list > li {
    display: inline-block; /* Fallback */
    vertical-align: top;
    width: 100%;
    padding: 0 10px;
    font-size: 12px;
    display: flex;
    flex-flow: column;
    flex: auto;
    margin: 0 0 20px;
}
.delivery-list-item,
.delivery-full-list-item {
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    color: #222;
    padding: 20px 20px 10px;
    overflow: hidden;
    background: #eee;
    border-radius: 4px;
    display: flex;
    flex-flow: column;
    flex: auto;
    text-align: center;
}
.delivery-list-item {
    padding-bottom: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}
.delivery-list-item .text {
    text-align: left;
    padding: 0 10px;
    text-transform: uppercase;
}
.delivery-list-item .text,
.delivery-full-list-item .text {
    flex: auto;
}
.delivery-list-item strong,
.delivery-full-list-item strong {
    font-weight: 500;
}
.delivery-full-list-item p {
    margin-bottom: 10px;
}
.delivery-list-item .icon,
.delivery-full-list-item .icon {
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    flex-shrink: 0;
}
.delivery-full-list-item .link a {
    text-transform: uppercase;
    font-weight: 500;
}

.delivery-page .pj-table th {
    text-transform: uppercase;
}
.delivery-page .pj-table thead th {
    background: #fff;
    color: #71ba2c;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #71ba2c;
}
.delivery-page .pj-table td p,
.delivery-page .pj-table td ul,
.delivery-page .pj-table td ol {
    margin-bottom: 10px;
}
.delivery-page-part {
    margin-bottom: 30px;
}

{
    margin-bottom: 30px;
}

.delivery-days > ul {
    list-style: none;
    padding: 0;
    margin: 0 -3px;
    font-size: 0;
}
.delivery-days > ul > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 3px;
    text-align: center;
}
.delivery-days strong {
    display: block;
    font-size: 12px;
    margin: 0 0 5px;
}
.delivery-days .check {
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    border-radius: 2px;
    border: 2px solid #71ba2c;
    position: relative;
}
.delivery-days .checked {
    background-color: #71ba2c;
}
.delivery-days .checked:before {
    content: "\e92c"; /* tick */

    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'pj-icomoon' !important;
    /*noinspection CssUnknownProperty*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    color: #fff;
    font-size: 10px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.delivery-flags > ul {
    list-style: none;
    padding: 0;
    margin: 0 -5px -10px;
    font-size: 0;
}
.delivery-page td .delivery-flags > ul {
    margin-bottom: -10px;
}
.delivery-flags > ul > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    margin: 0 0 10px;
}
.delivery-flags img {
    display: block;
    width: 32px;
    height: 32px;
}

.delivery-steps-list > ol {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: delivery_steps_list;
}
.delivery-steps-list > ol > li {
    counter-increment: delivery_steps_list;
    margin: 0 0 10px;
}
.delivery-steps-list > ol > li:before {
    content: counter(delivery_steps_list);
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #71ba2c;
    border-radius: 50%;
    font-weight: bold;
    color: #fff;
    font-family: 'poppins', sans-serif;
    font-size: 12px;
    margin: 0 auto 10px;
}
.delivery-steps-list-item {
    background: #fff;
    border-radius: 6px;
    padding: 10px 10px 0;
    overflow: hidden;
    text-align: center;
}

.delivery-steps-slider > .wrap {
    overflow: hidden;
}
.delivery-steps-slider > .wrap > ol {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    white-space: nowrap;
    transition: transform 0.7s;
}
.delivery-steps-slider > .wrap > ol > li {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: center;
    overflow: hidden;
}
.delivery-steps-slider > .pagination {
    text-align: center;
    position: relative;
    max-width: 220px;
    margin: 0 auto;
}
.delivery-steps-slider > .pagination .current {
    color: #71ba2c;
    font-weight: bold;
}
.delivery-steps-slider > .pagination .prev,
.delivery-steps-slider > .pagination .next {
    position: absolute;
    top: 50%;
    background: none;
    border: 0;
    padding: 0;
    margin: -7px 0 0;
    color: #71ba2c;
    font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 1;
}
.delivery-steps-slider > .pagination .prev {
    left: 0;
}
.delivery-steps-slider > .pagination .next {
    right: 0;
}

.delivery-table-simple,
.delivery-table-simple thead,
.delivery-table-simple tbody,
.delivery-table-simple tr,
.delivery-table-simple thead th:not(.delivery-table-simple-hidden-cell),
.delivery-table-simple td {
    display: block;
    white-space: normal;
}
.delivery-table-simple {
    border: 0;
}
.delivery-table-simple tr + tr td {
    border-top: 0;
}
.delivery-table-simple th {
    display: none;
}
.delivery-table-simple [data-label]:before {
    content: attr(data-label);
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px;
    text-align: center;
}

.delivery-quotation-cell [class^="pj-icon-"],
.delivery-quotation-cell [class*=" pj-icon-"] {
    display: block;
    font-size: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 auto 10px;
    color: currentColor;
}

.delivery-warning-popup-container .mfp-content {
    padding: 0 10px;
}
.delivery-warning-popup-container .delivery-warning-popup {
    text-align: center;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    max-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
}
.delivery-warning-popup-title [class^="pj-icon-"],
.delivery-warning-popup-title [class*=" pj-icon-"] {
    display: block;
    text-align: center;
    color: #71ba2c;
    font-size: 40px;
}
.delivery-warning-popup a {
    color: inherit;
    font-weight: inherit;
    text-decoration: underline;
    transition: none;
}
.delivery-warning-popup a:hover {
    text-decoration: none;
}

/* Brand
------------------------------------------------------------------------*/
.brand-top-img {
    margin: 0 0 20px;
}
.brand-top-img h1 {
    margin: 0;
}
.brand-top-img img {
    display: block;
}
.brand-top-video {
    display: block;
    position: relative;
    margin: 0 0 20px;
}
.brand-top-video:after {
    content: '';
    background: url('../img/icn-play-btn.png') no-repeat 0 0;
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.brand-top-video img {
    display: block;
}
.brand-top-plus-list {
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}
.brand-top-plus-list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.brand-top-plus-list-item {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    background: #71ba2c;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
    -moz-box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
    box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
    margin: 0 0 10px;
}
.brand-top-plus-list-item [class^="pj-icon-"],
.brand-top-plus-list-item [class*=" pj-icon-"] {
    margin-right: 10px;
}
.brand-top-plus-list strong {
    text-transform: uppercase;
    font-weight: 500;
}
.brand-short-description {
    margin-bottom: 40px;
}
.brand-img-link {
    position: relative;
    margin-bottom: 40px;
}
.brand-img-link a,
.brand-img-link img {
    display: block;
}
.brand-img-link .brand-img-link-cta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    padding: 0 20px;
}
.brand-img-link .brand-img-link-cta .pj-rounded-button {
    max-width: none;
    width: auto;
}
.brand-ratings-list {
    position: relative;
    margin-bottom: 40px;
}
.brand-ratings-list ul {
    list-style: none;
    padding: 0;
    margin-bottom: -20px;
}
.brand-ratings-list-item {
    background: #eee;
    margin: 0 0 20px;
    display: flex;
}
.brand-ratings-list-item-product {
    align-self: flex-start;
    width: 190px;
    max-width: 50%;
    flex: 0 0 auto;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
    -moz-box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
    box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
}
.brand-ratings-list-item-product-img img {
    display: block;
    width: 100%;
}
.brand-ratings-list-item-product-name {
    font-weight: 300;
    color: #222;
    padding: 10px;
}
.brand-ratings-list-item-product-name-inner {
    height: 36px;
    overflow: hidden;
}
.brand-ratings-list-item-comment {
    padding: 20px 20px 0;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-content: center;
    justify-content: center;
}
.brand-ratings-list-item-comment-author {
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    color: #71ba2c;
    margin-bottom: 10px;
}
.brand-ratings-list-item-comment-author [class^="pj-icon-"],
.brand-ratings-list-item-comment-author [class*=" pj-icon-"] {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
}
.brand-ratings-list-item-rating .rating {
    display: inline-block;
    vertical-align: middle;
}
.brand-ratings-list-item-comment-text {
    font-style: italic;
}
.brand-ratings-list .pj-slideshow-nav {
    position: absolute;
    bottom: 9px;
    width: 100%;
}
.brand-ratings-list .pj-slideshow-nav .prev,
.brand-ratings-list .pj-slideshow-nav .next {
    width: 28px;
    height: 28px;
    font-size: 10px;
    margin-top: -14px;
}
.brand-description {
    margin-bottom: 40px;
}

/* Landing page BtoB
------------------------------------------------------------------------*/
.pj-header-fixed .lp-btob {
    padding-top: 40px;
}
.lp-btob-subnav {
    text-align: center;
    margin-bottom: 20px;
}
.pj-header-fixed .lp-btob-subnav {
    position: fixed;
    z-index: 1002;
    top: 60px; /* fixed header's height */
    left: 0;
    right: 0;
}
.lp-btob-subnav .pj-rounded-button {
    width: auto;
    max-width: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 14px;
    padding-bottom: 14px;
}
.pj-header-fixed .lp-btob-subnav .pj-rounded-button {
    box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
}
.lp-btob-summary > ul {
    padding: 0;
}
.lp-btob-summary > ul > li {
    text-align: center;
    margin-bottom: 30px;
}
.lp-btob-summary [class^="pj-icon-"],
.lp-btob-summary [class*=" pj-icon-"] {
    display: block;
    font-size: 40px;
    margin-bottom: 20px;
    color: #05a8aa;
}
.lp-btob-summary .label {
    display: block;
    text-transform: uppercase;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
}
.lp-btob-sectors {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.lp-btob-sectors > ul {
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    font-size: 0;
}
.lp-btob-sectors > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 10px;
    font-size: 12px;
    margin: 0 0 20px;
}
.lp-btob-sector .img {
    display: none;
}
.lp-btob-sector .title-container {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
    cursor: pointer;
}
.lp-btob-sector .title-container img {
    display: block;
}
.lp-btob-sector .title-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.4);
}
.lp-btob-sector .title {
    font-family: 'roboto', sans-serif;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.lp-btob-sector .title [class^="pj-icon-"],
.lp-btob-sector .title [class*=" pj-icon-"] {
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
}
.lp-btob-sector.expanded .title [class^="pj-icon-"],
.lp-btob-sector.expanded .title [class*=" pj-icon-"] {
    transform: rotate(180deg);
}
.lp-btob-sector .text-inner {
    display: none;
}
.lp-btob-sector .subtitle {
    font-family: 'roboto', sans-serif;
    font-weight: bold;
    text-transform: none;
}
.lp-btob-sector .subtitle,
.lp-btob-sector .text-inner-more * {
    margin-bottom: 10px;
}
.lp-btob-sector.expanded .text-inner {
    display: block;
    padding-top: 10px;
    margin-bottom: -10px;
}

.lp-btob-infographics-link {
    margin-bottom: 40px;
}

.lp-btob-product-item-list-slideshow {
    position: relative;
    margin-bottom: 20px;
}
.lp-btob-product-item-list-slideshow .pj-product-item-list > ul {
    transform: translateX(25%);
}
.lp-btob-product-item-list-slideshow .pj-product-item-list > ul > li {
    opacity: 0.5;
}
.lp-btob-product-item-list-slideshow .pj-product-item-list > ul > .prev-current,
.lp-btob-product-item-list-slideshow .pj-product-item-list > ul > .next-current {
    transition: opacity 0.3s;
}
.lp-btob-product-item-list-slideshow .pj-product-item-list > ul > .current,
.lp-btob-product-item-list-slideshow .pj-product-item-list > ul > .next-current {
    opacity: 1;
}
.lp-btob-product-item-list-slideshow .pj-product-item-list > ul > .prev-current {
    opacity: 0.5;
}
.lp-btob-product-item-list-slideshow .pj-slideshow-arrow {
    top: 0;
    bottom: 20px;
    height: auto;
    width: 25%;
    border-radius: 0;
    margin-top: 0;
    opacity: 0;
}
.lp-btob-product-item-list-slideshow .pj-slideshow-prev {
    left: 0;
}
.lp-btob-product-item-list-slideshow .pj-slideshow-next {
    right: 0;
}

.lp-btob-advice-slideshow {
    position: relative;
    margin: 0 0 20px;
}
.lp-btob-advice {
    position: relative;
}
.lp-btob-advice .img {
    position: relative;
    height: 278px;
    overflow: hidden;
}
.lp-btob-advice .img img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    max-width: none;
    width: auto;
    transform: translateX(-50%);
}
.lp-btob-advice .text {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 204px;
    width: 100%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px 20px 0;
    font-size: 14px;
    text-align: center;
}
.lp-btob-advice .text-inner {
    margin-bottom: -40px;
}
.lp-btob-advice .text .link {
    text-align: center;
}
.lp-btob-advice-slideshow .pj-slideshow-arrow {
    border: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 10px;
    background: #73b838;
    color: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}
.lp-btob-advice-slideshow .pj-slideshow-prev {
    left: 10px;
}
.lp-btob-advice-slideshow .pj-slideshow-next {
    right: 10px;
}
.lp-btob-infographics-main {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Cookies
------------------------------------------------------------------------*/
.cookies-alert {
    background: #eaf5e0;
    padding: 20px 0 0;
    overflow: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    min-width: 320px;
    z-index: 1050; /* higher than MFP */
    transform: translateY(100%) translateZ(1px);
    transition: transform 0.6s;
}
.show-cookies-alert .cookies-alert {
    transform: translateZ(1px);
}
.cookies-alert-actions a {
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 11px 20px;
}

@media (min-width: 640px) {

    /* Basic HTML
    ------------------------------------------------------------------------*/
    body {
        font-size: 14px;
    }
    h1,
    .h1 {
        font-size: 25px;
        line-height: 28px;
    }
    h2,
    .h2 {
        font-size: 20px;
        line-height: 28px;
    }
    h3,
    .h3 {
        font-size: 16px;
        line-height: 22px;
    }
    h4,
    .h4 {
        font-size: 14px;
    }

    .pj-alert-bigger {
        font-size: 16px;
    }

    /* Content
    ------------------------------------------------------------------------*/
    .img-left {
        float: left;
        max-width: 50%;
        margin: 0 20px 10px 0;
    }
    .img-right {
        float: right;
        max-width: 50%;
        margin: 0 0 10px 20px;
    }

    /* Homepage
    ------------------------------------------------------------------------*/
    .home-slideshow {
        position: relative;
    }
    .home-slideshow .pj-slideshow-wrap,
    .home-slideshow .pj-slideshow-wrap > ul > li {
        height: 280px;
    }
    .home-slideshow .pj-slideshow-wrap .home-slideshow-slide-text {
        bottom: 50px;
    }
    .home-slideshow .home-slideshow-nav {
        display: block;
        background: #222;
        background: rgba(34, 34, 34, 0.5);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .home-slideshow .home-slideshow-nav .home-slideshow-dot-col {
        position: relative;
    }
    .home-slideshow .home-slideshow-nav .home-slideshow-dot-col:before {
        content: '';
        position: absolute;
        top: 12px;
        bottom: 12px;
        left: 0;
        border-left: 1px solid #999;
    }
    .home-slideshow .home-slideshow-nav .home-slideshow-dot-col:first-child:before {
        content: none;
    }
    .home-slideshow .home-slideshow-nav button {
        background: none;
        background: rgba(34, 34, 34, 0);
        border: 0;
        border-bottom: 4px solid rgba(34, 34, 34, 0);
        padding: 0 10px;
        margin: 0;
        font: 500 12px/50px 'poppins', sans-serif;
        color: #fff;
        height: 50px;
        text-transform: uppercase;
        text-align: center;
        width: 100%;

        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .home-slideshow .home-slideshow-nav button:hover,
    .home-slideshow .home-slideshow-nav .active {
        background: #222;
        border-bottom-color: #71ba2c;
    }
    .home-slideshow .home-slideshow-nav .promo {
        background: #fa493c;
    }
    .home-slideshow .home-slideshow-nav .promo:hover,
    .home-slideshow .home-slideshow-nav .promo.active {
        background-color: #f72f25;
        border-bottom-color: rgba(34, 34, 34, 0);
    }
    .home-slideshow .home-slideshow-nav button span {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.2;
    }
    .home-slideshow .home-slideshow-nav button strong {
        font-weight: bold;
        display: block;
    }
    .home-slideshow .pj-slideshow-arrows {
        display: none;
    }

    .home-now-layout {
        position: relative;
        padding-left: 320px;
    }
    .home-now-cat3 .block-img-title-link-inner {
        height: 140px;
    }
    .home-now-cat3 .block-img-title-link-inner:before {
        content: none;
    }
    .home-now-cat3-1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 320px;
    }
    .home-now-cat3-1 .block-img-title-link-inner {
        height: 300px;
    }

    .home-advice-article .block-img-title-link-inner {
        height: 200px;
    }

    .home-click-collect-steps h3 {
        font-size: 25px;
    }
    .home-click-collect-steps li {
        width: 33.333333%;
        font-size: 14px;
        padding-left: 60px;
        padding-right: 10px;
        padding-bottom: 70px;
        min-height: 100px;
        line-height: 100px;
    }
    .home-click-collect-steps li:before {
        left: 0;
        font-size: 100px;
        width: 100px;
        height: 100px;
    }
    .home-click-collect-steps li [class^="pj-icon-"],
    .home-click-collect-steps li [class*=" pj-icon-"] {
        right: 0;
        left: 0;
        top: auto;
    }
    .home-click-collect-bottom {
        overflow: hidden;
    }
    .home-click-collect-bottom h3 {
        margin-bottom: 0;
    }
    .home-click-collect-bottom ul {
        float: left;
    }
    .home-click-collect-bottom li {
        width: auto;
        line-height: 40px;
    }
    .home-click-collect-bottom .link {
        float: right;
    }

    /* Category 2
    ------------------------------------------------------------------------*/
    .category-2-advert {
        position: relative;
        overflow: hidden;
    }
    .category-2-advert:before {
        content: '';
        display: block;
        padding-top: 100%;
    }
    .category-2-advert img {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100%;
        max-width: none;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    /* Category 3
    ------------------------------------------------------------------------*/
    .products-results-cat3-list {
        max-width: 620px;
        display: block;
    }
    .products-results-filter .pj-form-field {
        font-size: 12px;
    }
    .products-results-sorting .pj-select-like {
        font-size: 12px;
    }
    .products-results-sorting {
        float: right;
    }
    .products-results-sorting-part {
        margin-bottom: 0;
        margin-left: 10px;
        display: inline-block;
        vertical-align: top;
    }
    .category-3-nb-results {
        float: left;
        margin-right: 10px;
    }
    .category-3-advert {
        padding-bottom: 162px;
    }

    /* All products
    ------------------------------------------------------------------------*/
    .all-products-intro {
        padding-left: 100px;
    }
    .all-products-intro [class^="pj-icon-"],
    .all-products-intro [class*=" pj-icon-"] {
        font-size: 50px;
        height: 50px;
        width: 60px;
    }
    .all-products-section-list {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    /* Product detail
    ------------------------------------------------------------------------*/
    .product-title-block {
        margin: 0 0 20px;
    }
    .product-title,
    .product-rating-total {
        text-align: left;
        margin: 0;
        display: inline;
        vertical-align: middle;
    }
    .product-title {
        margin-right: 10px;
    }
    .product-rating-total {
        display: inline-block;
    }
    .product-rating-total.yotpo {
        text-align: left;
        margin-top: 0;
        margin-bottom: 0;
    }
    .product-photos-wrap {
        float: left;
        width: 50%;
        padding: 0 10px 0 0;
    }
    .product-photos .pj-product-item-badge-flash ~ .pj-product-item-badge-web-exclusive,
    .product-photos .pj-product-item-badge-discount ~ .pj-product-item-badge-web-exclusive {
        top: 47px;
    }

    .product-top-wrap {
        margin-left: 50%;
        clear: right;
    }

    .product-store-available {
        text-align: left;
    }

    .product-more-conditioning-toggler {
        font-size: 12px;
    }
    .product-more-conditioning-list > li > a {
        overflow: hidden;
        padding-bottom: 10px;
    }
    .product-more-conditioning-item-label {
        float: left;
    }
    .product-more-conditioning-item-price {
        float: right;
    }
    .product-more-conditioning-item-price-old,
    .product-more-conditioning-item-price-main {
        padding-top: 0;
        padding-bottom: 0;
        height: auto;
    }

    .product-button-alone {
        text-align: right;
    }
    .product-button-alone .pj-rounded-button [class^="pj-icon-"],
    .product-button-alone .pj-rounded-button [class*=" pj-icon-"] {
        font-size: 18px;
    }

    .product-price-block {
        text-align: left;
    }
    .product-price-block-arrow .product-price-block-inner:before {
        left: 40px;
        margin-left: 0;
    }
    .product-price-block-title {
        top: -17px;
        font-size: 14px;
    }
    .product-price-block-item-store-info a {
        font-size: 12px;
    }
    .product-price-block-main {
        overflow: hidden;
        padding-bottom: 0;
    }

    .product-price-old,
    .product-price-main {
        height: auto;
    }

    .product-unavailable-warning {
        max-width: none;
        text-align: center;
    }
    .product-unavailable-warning .pj-rounded-button {
        width: auto;
    }
    .product-add-to-cart [class^="pj-icon-"],
    .product-add-to-cart [class*=" pj-icon-"] {
        font-size: 18px;
    }

    .product-price-block-item-store-form {
        font-size: 14px;
    }
    .product-price-block-item-store-form .form input,
    .product-price-block-item-store-form .form button {
        font-size: 14px;
        line-height: 21px;
        padding-top: 12px;
        padding-bottom: 12px;
        height: 45px;
    }

    .product-price-block-item-sub {
        font-size: 12px;
    }

    .product-main-nav-list > li > a {
        font-size: 18px;
    }
    .product-main-nav .product-main-nav-icon {
        font-size: 30px;
        width: 60px;
    }

    .product-attribute {
        font-size: 14px;
    }
    .product-additional-photos {
        max-width: 890px;
    }

    .product-datalist-col {
        border: 1px solid #ddd;
        background: #fff;
        position: relative;
    }
    .product-datalist {
        margin: 0;
    }
    .product-datalist-title {
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        height: 64px;
        line-height: 28px;
    }
    .product-datalist-title > span {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
    }
    .product-datalist > ul {
        margin-top: 64px;
        border: 0;
    }

    .product-download .pj-rounded-button {
        max-width: none;
        width: auto;
    }

    .product-review-title,
    .product-review-content {
        font-size: 12px;
    }

    .product-review-vote-button [class^="pj-icon-"],
    .product-review-vote-button [class*=" pj-icon-"] {
        font-size: 15px;
    }

    /* FAQ
    ------------------------------------------------------------------------*/
    .faq-service {
        padding: 20px 20px 0;
    }
    .faq-mag .faq-mag-text {
        display: inline-block;
        padding: 0 10px 0 0;
        width: 60%;
        line-height: 40px;
    }
    .faq-mag .faq-mag-text p {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        line-height: 1.5;
    }
    .faq-mag .faq-mag-link {
        float: right;
    }

    /* Enterprise
    ------------------------------------------------------------------------*/
    .enterprise-top-alert {
        min-height: 120px;
        position: relative;
    }
    .enterprise-top-alert-icon {
        position: absolute;
        left: 20px;
        top: 50%;

        width: 160px;
        height: 80px;
        line-height: 80px;
        margin-top: -40px;
        font-size: 74px;
    }
    .enterprise-top-alert-text {
        margin-left: 180px;
    }
    .enterprise-service-text {
        padding: 20px;
    }
    .enterprise-product-title {
        font-size: 20px;
    }

    .enterprise-clients {
        position: relative;
    }
    .enterprise-clients-icon {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 160px;
    }
    .enterprise-clients-icon [class^="pj-icon-"]:first-child,
    .enterprise-clients-icon [class*=" pj-icon-"]:first-child {
        display: block;
        margin: 0 0 10px;
    }
    .enterprise-clients-text {
        margin-left: 180px;
    }
    .enterprise-clients-button {
        text-align: center;
    }
    .enterprise-clients-button .pj-rounded-button {
        max-width: none;
        width: auto;
    }

    /* Payments
    ------------------------------------------------------------------------*/
    .payment-submit-buttons {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .payment-submit-buttons .pj-rounded-button {
        flex: 0 0 auto;
    }

    /* Payment facilities
    ------------------------------------------------------------------------*/
    .payment-facilities-reasons-list {
        font-size: 16px;
    }
    .payment-facilities-example-name {
        height: 44px;
    }
    .payment-facilities-bottom-text {
        font-size: 12px;
    }
    .payment-facilities-choices-list li {
        text-align: center;
        margin: 0 0 20px;
    }
    .payment-facilities-choice [class^="pj-icon-"],
    .payment-facilities-choice [class*=" pj-icon-"] {
        display: block;
        height: 60px;
        width: 60px;
        font-size: 60px;
        margin: 0 auto 10px;
    }
    .payment-facilities-choice-icon-large [class^="pj-icon-"],
    .payment-facilities-choice-icon-large [class*=" pj-icon-"] {
        width: 90px;
    }
    .payment-facilities-important {
        position: relative;
        padding-left: 150px;
    }
    .payment-facilities-important-label {
        position: absolute;
        top: 0;
        left: 0;
    }

    /* Contact
    ------------------------------------------------------------------------*/
    .contact-faq {
        position: relative;
    }
    .contact-faq .contact-faq-text {
        margin: 0 200px 0 0;
        padding: 0 10px 0 0;
    }
    .contact-faq .contact-faq-link {
        position: absolute;
        top: 50%;
        margin-top: -20px;
        right: 20px;
    }
    .contact-subjects-list a {
        padding-left: 80px;
        font-size: 18px;
    }
    .contact-subjects-list [class^="pj-icon-"],
    .contact-subjects-list [class*=" pj-icon-"] {
        width: 80px;
    }
    .contact-services {
        margin: 0 -10px;
        font-size: 0;
    }
    .contact-service {
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        width: 50%;
        font-size: 14px;
    }
    .contact-social-label {
        font-size: 18px;
    }
    .contact-announce-link {
        text-align: center;
    }

    /* Cart
    ------------------------------------------------------------------------*/
    .cart-product-name-block {
        font-size: 14px;
    }
    .cart-product-name {
        font-size: 18px;
    }
    .cart-product-offer-note {
        font-size: 12px;
    }
    .cart-product-price {
        font-size: 14px;
    }
    .cart-product-price-main {
        font-size: 25px;
    }

    .cart-summary-line-label {
        font-size: 14px;
    }
    .cart-summary-line-value {
        font-size: 20px;
    }
    .cart-summary-line-value-text {
        font-size: 14px;
    }
    .cart-summary-total-label {
        font-size: 18px;
    }
    .cart-summary-total-value {
        font-size: 40px;
    }
    .cart-summary-total-value-economy {
        font-size: 14px;
    }
    .cart-summary-free-delivery-progress,
    .cart-summary-voucher-delete a {
        font-size: 12px;
    }
    
    .cart-page .cart-summary-voucher-box .pj-box-header {
        cursor: pointer;
    }
    .cart-page .cart-summary-voucher-box .pj-box-header-title {
        padding-right: 50px;
    }
    .cart-page .cart-summary-voucher-box.pj-box-collapsed .pj-box-body {
        display: none;
    }
    .cart-summary-bottom-fixed .cart-summary-total,
    .cart-summary-bottom-fixed .cart-summary-submit {
        max-width: 33.33333333%;
    }

    /* Delivery
    ------------------------------------------------------------------------*/
    .delivery-option-choice-note {
        font-size: 12px;
    }
    .delivery-message-form {
        max-width: 390px;
    }
    .delivery-popup-header-alert .text {
        font-size: 14px;
    }

    .delivery-popup-list-item-name {
        font-size: 16px;
    }

    .fid-card-popup-form input,
    .fid-card-popup-form button {
        font-size: 14px;
        line-height: 21px;
        padding-top: 10px;
        padding-bottom: 9px;
        height: 40px;
    }

    /* Login / Register
    ------------------------------------------------------------------------*/
    .account-login-form .pj-form-submit .pj-rounded-button,
    .account-register-form .pj-form-submit .pj-rounded-button {
        width: 100%;
        max-width: 190px;
    }

    /* Payment confirmation
    ------------------------------------------------------------------------*/
    .purchase-order-cb-details-list .label {
        width: 280px;
    }
    .purchase-order-cb-details-list .value {
        margin-left: 280px;
    }
    .purchase-order-delivery-option-price-main {
        font-size: 25px;
    }
    .purchase-order-delivery-option-product-offer-note {
        font-size: 12px;
    }

    /* Account
    ------------------------------------------------------------------------*/
    .account-form .pj-form-field,
    .account-form .pj-form-submit {
        margin-left: 240px;
    }
    .account-form .pj-form-submit-center {
        margin-left: 0;
    }
    .account-form .pj-form-label {
        width: 220px;
    }

    .account-form .pj-form-field-sub .pj-form-label {
        width: auto;
    }
    .account-form .pj-form-field-sub .pj-form-field {
        margin-left: 0;
    }

    .account-fid-form .pj-form-label {
        float: none;
        width: auto;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .account-fid-form .pj-form-field {
        margin-left: 0;
    }
    .account-fid-form button {
        font-size: 14px;
    }

    .account-fid {
        padding-left: 240px;
        position: relative;
        min-height: 120px;
        line-height: 120px;
        margin: 0 0 20px;
    }
    .account-fid:before {
        position: absolute;
        top: 0;
        left: 30px;
        bottom: 0;
        margin: auto;
        background-position: 100% 50%;
    }
    .account-fid-inner {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.5;
        margin-bottom: -20px;
    }

    .newsletters-form .pj-box-header-title {
        font-size: 14px;
    }

    /* My orders
    ------------------------------------------------------------------------*/


    /* Affiliate
    ------------------------------------------------------------------------*/
    .affiliate-title h1 {
        font-size: 36px;
        padding: 0 30px;
    }
    .affiliate-title h1 > span {
        font-size: 28px;
    }
    .affiliate-intro {
        font-size: 16px;
    }
    .affiliate-intro .icon {
        font-size: 60px;
        width: 100px;
    }

    /* Warranty
    ------------------------------------------------------------------------*/
    .warranty-title h1 {
        padding-right: 80px;
    }
    .warranty-title .pj-bordered-title-sub {
        font-size: 28px;
    }
    .warranty-title .warranty-title-icon {
        right: 30px;
        font-size: 40px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .warranty-intro-block {
        overflow: hidden;
        width: auto;
        font-size: 0;
        position: relative;
    }
    .warranty-intro-block .img {
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        width: 300px;
        height: 100%;
    }
    .warranty-intro-block .img img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 101%;
        min-height: 101%;
        max-width: none;
        width: auto;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .warranty-intro-block .text {
        margin-left: 300px;
        font-size: 14px;
    }

    /* Store delivery
    ------------------------------------------------------------------------*/
    .store-delivery-presentation-top {
        overflow: hidden;
        margin: 0 -50px;
    }
    .store-delivery-presentation-top .img {
        float: left;
        width: 50%;
        padding-left: 50px;
        padding-right: 50px;
        position: relative;
    }
    .store-delivery-presentation-top .img:before {
        content: "\e918"; /* chevron-right */

        font-size: 80px;
        height: 80px;
        width: 80px;
        line-height: 80px;
        text-align: center;

        position: absolute;
        top: 50%;
        margin-top: -40px;
        left: -40px;
    }
    .store-delivery-presentation-bottom {
        position: relative;
    }
    .store-delivery-presentation-bottom .text {
        margin-right: 50%;
        max-height: 256px;
    }
    .store-delivery-presentation-bottom .img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        overflow: hidden;
    }
    .store-delivery-presentation-bottom .img img {
        position: absolute;
        top: 0;
        left: 0;

        max-width: none;
        min-width: 100%;
        min-height: 100%;
    }
    .store-delivery-steps .title {
        font-size: 18px;
    }

    /* About
    ------------------------------------------------------------------------*/
    .about-h2 br {
        display: inline;
    }
    .about-h2-container {
        overflow: hidden;
        margin-bottom: 20px;
        position: relative;
    }
    .about-h2-container .about-h2 {
        display: inline-block;
        margin-bottom: 0;
        padding-right: 10px;
        background: #fff;
        position: relative;
    }
    .about-h2-container:before {
        content: '';
        position: absolute;
        top: 14px;
        width: 100%;
        border-top: 1px solid #bfbfbf;
    }
    .about-slider .wrap {
        height: 360px;
    }
    .about-slider .wrap:before {
        border-top-width: 2px;
        border-bottom-width: 2px;
        margin-top: -2px;
    }
    .about-slider-dot:after {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
    }
    .about-slider-dot .text {
        font-size: 18px;
        line-height: 26px;
    }
    .about-slider-dot .text strong {
        font-size: 26px;
    }
    .about-slider-dot-1 .img {
        height: 158px;
        margin-bottom: 200px;
    }
    .about-slider-dot-2 .text {
        margin-bottom: 72px;
    }
    .about-slider-dot-2 .img {
        height: 98px;
    }
    .about-slider-dot-3 {
        width: 220px;
        margin-right: 30px;
    }
    .about-slider-dot-3 .img {
        margin-bottom: 52px;
    }
    .about-slider-dot-4 {
        width: 230px;
    }
    .about-slider-dot-4:after {
        left: 2px;
    }
    .about-slider-dot-4 .text {
        padding: 20px 24px;
        border-width: 4px;
    }
    .about-slider-dot-6 {
        width: 310px;
    }
    .about-slider-dot-6:after {
        left: 2px;
    }
    .about-slider-dot-6 .text {
        padding: 20px 30px;
        border-width: 4px;
    }
    .about-slider-dot-7 {
        width: 178px;
        margin-right: 8px;
    }
    .about-slider-dot-8 {
        width: 310px;
    }
    .about-slider-dot-8:after {
        left: 2px;
    }
    .about-slider-dot-8 .text {
        padding: 20px 30px;
        border-width: 4px;
    }
    .about-slider-dot-9 .img {
        width: 261px;
    }
    .about-slider-dot-10 .text {
        width: 240px;
        margin-bottom: 148px;
    }
    .about-slider-dot-11 .text {
        width: 240px;
        margin-top: 148px;
    }
    .about-slider-dot-12 .img {
        height: 158px;
        margin-bottom: 200px;
    }

    .about-timeline .wrap {
        height: 293px;
    }
    .about-timeline .wrap:after {
        border-top-width: 2px;
        border-bottom-width: 2px;
        margin-bottom: -2px;
        bottom: 100px;
    }
    .about-timeline .wrap .img {
        height: 163px;
        margin-bottom: 60px;
    }
    .about-timeline .wrap .text:before {
        border-right: 1px solid #73b838;
        margin-left: -1px;
        height: 24px;
        margin-top: -42px;
    }
    .about-timeline .pagination {
        bottom: 100px;
        height: 24px;
        margin-bottom: -12px;
    }

    /* Sitemap
    ------------------------------------------------------------------------*/
    .sitemap-tags > ul > li {
        font-size: 14px;
    }
    .sitemap-columns > ul {
        columns: 3;
    }
    .sitemap-columns > ul > li > ul > li a {
        font-size: 12px;
    }

    /* Error
    ------------------------------------------------------------------------*/
    .error-page {
        background-image: url('../img/bg-error_960.jpg');
    }
    .error-page-inner:before {
        min-height: 400px;
    }
    .error-page-message {
        font-size: 18px;
        margin-left: 50%;
        width: 50%;
    }
    .error-page-message h1 {
        font-size: 26px;
    }

    /* Guide banner
    ------------------------------------------------------------------------*/
    .guide-banner-inner {
        max-width: 620px;
        font-size: 0;
    }
    .guide-banner-text {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        padding-left: 110px;
        padding-right: 10px;
    }
    .guide-banner-image {
        display: block;
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 90px;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    }
    .guide-banner-image img {
        display: block;
    }
    .guide-banner-form {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        padding-top: 40px;
        padding-left: 10px;
    }
    .guide-banner-form-field {
        position: static;
        padding-right: 0;
    }
    .guide-banner-form-field button {
        position: static;
        width: 100%;
    }
    .guide-banner-form-field button [class^="pj-icon-"],
    .guide-banner-form-field button [class*=" pj-icon-"] {
        display: inline;
    }

    /* Delivery page
    ------------------------------------------------------------------------*/
    .delivery-list > li {
        font-size: 14px;
        width: 50%;
        flex-grow: 0;
    }
    .delivery-full-list > li {
        font-size: 14px;
        width: 50%;
    }
    .delivery-page .pj-table th {
        padding: 15px 10px;
    }
    .delivery-page .pj-table td {
        padding: 15px 20px;
    }

    .delivery-days strong,
    .delivery-steps-slider > .wrap > ol > li {
        font-size: 14px;
    }

    .delivery-warning-popup-container .delivery-warning-popup {
        max-width: 420px;
    }

    /* Brand
    ------------------------------------------------------------------------*/
    .pj-slideshow .brand-ratings-list-item {
        margin-left: 60px;
        margin-right: 60px;
    }
    .brand-ratings-list .pj-slideshow-nav {
        position: static;
    }
    .brand-ratings-list .pj-slideshow-nav .prev,
    .brand-ratings-list .pj-slideshow-nav .next {
        width: 40px;
        height: 40px;
        font-size: 14px;
        margin-top: -45px;
    }
    .brand-ratings-list-item-product-name-inner {
        height: 42px;
    }

    /* Landing page BtoB
    ------------------------------------------------------------------------*/
    .lp-btob-subnav {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        text-align: right;
        z-index: 1;
    }
    .lp-btob-sectors {
        max-width: 620px;
    }
    .lp-btob-sectors > ul > li {
        width: 50%;
        font-size: 14px;
    }
    .lp-btob-sectors > ul > .full {
        width: 100%;
    }
    .lp-btob-sector .title {
        font-size: 16px;
    }
    .lp-btob-sector .title [class^="pj-icon-"],
    .lp-btob-sector .title [class*=" pj-icon-"] {
        font-size: 14px;
    }

    .lp-btob-product-item-list-slideshow .pj-product-item-list > ul {
        transform: translateX(12.5%);
    }
    .lp-btob-product-item-list-slideshow .pj-product-item-list > ul > .prev-current + li,
    .lp-btob-product-item-list-slideshow .pj-product-item-list > ul > .prev-current + li + li,
    .lp-btob-product-item-list-slideshow .pj-product-item-list > ul > .next-current + li,
    .lp-btob-product-item-list-slideshow .pj-product-item-list > ul > .next-current + li + li {
        transition: opacity 0.3s;
    }
    .lp-btob-product-item-list-slideshow .pj-product-item-list > ul > .current + li,
    .lp-btob-product-item-list-slideshow .pj-product-item-list > ul > .current + li + li,
    .lp-btob-product-item-list-slideshow .pj-product-item-list > ul > .next-current + li,
    .lp-btob-product-item-list-slideshow .pj-product-item-list > ul > .next-current + li + li {
        opacity: 1;
    }
    .lp-btob-product-item-list-slideshow .pj-product-item-list > ul > .prev-current + li,
    .lp-btob-product-item-list-slideshow .pj-product-item-list > ul > .prev-current + li + li {
        opacity: 0.5;
    }
    .lp-btob-product-item-list-slideshow .pj-slideshow-arrow {
        width: 12.5%;
    }

    .lp-btob-advice-slideshow {
        margin-bottom: 20px;
    }
    .lp-btob-advice-slideshow .pj-slideshow-nav {
        display: none;
    }
    .lp-btob-advice-slideshow .pj-slideshow-wrap > ul > li {
        margin-bottom: 20px;
    }
    .lp-btob-advice {
        overflow: hidden;
    }
    .lp-btob-advice .img {
        float: left;
        width: 50%;
        padding-right: 10px;
        height: auto;
    }
    .lp-btob-advice .img-inner {
        position: relative;
    }
    .lp-btob-advice .img-inner:before {
        content: '';
        display: block;
        padding-top: 100%;
    }
    .lp-btob-advice .img img {
        top: 50%;
        max-width: none;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
    }
    .lp-btob-advice .text {
        top: 50%;
        left: 75%;
        font-size: 20px;
        width: 50%;
        max-width: none;
        padding-left: 30px;
    }
    .lp-btob-advice .text-inner {
        margin-bottom: 0;
    }
    .lp-btob-advice-slideshow .pj-slideshow-wrap > ul > li:nth-child(2n) .lp-btob-advice .img {
        float: right;
        padding-right: 0;
        padding-left: 10px;
    }
    .lp-btob-advice-slideshow .pj-slideshow-wrap > ul > li:nth-child(2n) .lp-btob-advice .text {
        left: auto;
        right: 75%;
        padding-left: 20px;
        padding-right: 30px;
        transform: translate(50%, -50%);
    }

    /* Cookies
    ------------------------------------------------------------------------*/
    .cookies-alert-actions {
        text-align: center;
        margin-bottom: 10px;
    }
    .cookies-alert-actions .pj-rounded-button {
        max-width: none;
        width: auto;
    }
    .cookies-alert-actions a {
        padding-top: 10px;
        padding-bottom: 9px;
        width: auto;
    }
}

@media (min-width: 960px) {

    /* Basic HTML
    ------------------------------------------------------------------------*/
    h1,
    .h1 {
        font-size: 30px;
        line-height: 34px;
    }
    h2,
    .h2 {
        font-size: 25px;
        line-height: 34px;
    }
    h3,
    .h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .pj-alert-bigger {
        font-size: 18px;
    }

    /* Content
    ------------------------------------------------------------------------*/
    .full-advert {
        display: block;
        padding: 60px 0;
    }
    .full-advert a,
    .full-advert img {
        display: block;
        margin: 0 auto;
    }

    /* Homepage
    ------------------------------------------------------------------------*/
    .home-slideshow .pj-slideshow-wrap,
    .home-slideshow .pj-slideshow-wrap > ul > li {
        height: 444px;
    }
    .home-slideshow .pj-slideshow-wrap > ul > li img {
        max-height: 100%;
        width: auto;
    }
    .home-slideshow .pj-slideshow-wrap .home-slideshow-slide-text {
        bottom: 65px;
    }
    .home-slideshow .pj-slideshow-wrap .home-slideshow-slide-text .pj-buttons {
        margin-left: -50px;
        margin-right: -50px;
    }
    .home-slideshow .pj-slideshow-wrap .home-slideshow-slide-text-side .pj-buttons {
        margin-left: 50%;
        width: 478px;
    }
    .home-slideshow .pj-slideshow-wrap .home-slideshow-slide-text .pj-rounded-button {
        padding: 21px 30px 20px;
        border-radius: 35px;
        margin-left: 50px;
        margin-right: 50px;
        font-size: 18px;
    }
    .home-slideshow .pj-slideshow-wrap .home-slideshow-slide-text-side .pj-rounded-button {
        margin-left: 10px;
        margin-right: 10px;
    }
    .home-slideshow .home-slideshow-nav button {
        height: 65px;
        font-size: 14px;
        line-height: 65px;
    }
    .home-slideshow .home-slideshow-nav button strong {
        font-size: 18px;
    }

    .home-slideshow .home-slideshow-nav .promo span {
        text-align: left;
    }
    .home-slideshow .home-slideshow-nav .promo:before {
        content: "\e909"; /* timer */
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 0 0;
        font-size: 25px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;

        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;

        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'pj-icomoon' !important;
        /*noinspection CssUnknownProperty*/
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;

        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .home-now-layout {
        padding-left: 390px;
        margin-bottom: 30px;
    }
    .home-now-cat3 {
        font-size: 14px;
        width: 33.333333%;
    }
    .block-img-title-link .text .title {
        font-size: 18px;
    }
    .home-now-cat3 .home-now-cat3-inner {
        height: 170px;
    }
    .home-now-cat3-1 .text,
    .home-now-cat3-2 .text {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .home-now-cat3-1 .text .title,
    .home-now-cat3-2 .text .title {
        font-size: 25px;
    }
    .home-now-cat3-1 {
        width: 390px;
    }
    .home-now-cat3-1 .home-now-cat3-inner {
        height: 370px;
    }
    .home-now-cat3-2 {
        width: 100%;
    }
    .home-now-cat3-2 .home-now-cat3-inner {
        height: 180px;
    }

    .home-advice {
        margin-bottom: 30px;
    }
    .home-advice-mag {
        height: 325px;
    }
    .home-advice-article .block-img-title-link-inner {
        height: 150px;
    }

    .home-click-collect {
        margin-bottom: 30px;
    }

    /* Category 2
    ------------------------------------------------------------------------*/
    .image-header-text-block {
        margin: 0;
        width: 33.3333333333%;
        padding: 0 10px 0 0;
    }
    .image-header-title {
        padding: 0 20px;
    }

    .category-2-sidebar-block {
        border: 1px solid #ddd;
        padding: 19px 19px 14px;
        margin: 0 0 20px;
    }
    .category-2-sidebar-block-title {
        text-transform: uppercase;
        padding: 0 0 15px;
        line-height: 1.2;
        font-weight: normal;
        border-bottom: 1px solid #ddd;
        margin: 0 0 20px;
        cursor: default;
    }
    .category-2-sidebar-block-title:after {
        content: none;
    }
    .category-2-sidebar-block-content > ul {
        padding-left: 0;
        margin-bottom: 0;
    }
    .category-2-sidebar-block-content > ul a {
        font-weight: 500;
    }
    .category-2-sidebar-block-content {
        display: block;
    }
    .category-2-sidebar-block-2 .category-2-sidebar-block-title {
        font-size: 12px;
        font-weight: 500;
    }
    .category-2-sidebar-block-2 .category-2-sidebar-block-content > ul a {
        font-weight: 300;
    }

    .category-2-container:after {
        content: '';
        display: table;
        clear: both;
    }
    .category-2-sidebar {
        float: left;
        width: 170px;
    }
    .category-2-main {
        margin-left: 200px;
    }
    .category-2-items {
        margin-bottom: 30px;
    }

    /* Category 3
    ------------------------------------------------------------------------*/
    .category-3-header {
        text-align: left;
        font-size: 12px;
    }
    .category-3-header > .pj-wrapper {
        padding-left: 210px;
        padding-right: 110px;
    }
    .products-results-content:after {
        content: '';
        display: table;
        clear: both;
    }
    .products-results-help {
        display: flex;
        overflow: hidden;
    }
    .products-results-help-title {
        width: 140px;
        padding: 15px 15px 5px;
        margin: -1px 50px -1px -1px;
        flex: 0 0 auto;
        position: relative;
        overflow: visible;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
    }
    .products-results-help-title-inner {
        position: relative;
        z-index: 1;
        margin-right: -50px;
    }
    .products-results-help-title:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -75px;
        border-top: 75px solid transparent;
        border-bottom: 75px solid transparent;
        border-left: 50px solid #71ba2c;
    }
    .products-results-help-content {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 0;
        margin-right: -1px;
    }
    .products-results-cat3-list {
        max-width: none;
        margin-bottom: 20px;
    }
    .products-results-cat3-list .cat-3-item-content {
        padding: 15px 15px 0;
    }
    .products-results-cat3-list .cat-3-item-title {
        font-size: 18px;
    }
    .products-results-filters-container {
        display: block;
    }
    .products-results-filters-toggler {
        display: none;
    }
    .products-results-filters-list {
        border: 1px solid #ddd;
        padding: 20px;
    }
    .products-results-filters {
        float: left;
        width: 170px;
    }
    .products-results-filter .pj-form-label {
        float: none;
        width: auto;
        line-height: 1.5;
        margin-bottom: 10px;
        text-align: left;
    }
    .products-results-filter .pj-form-field {
        margin-left: 0;
    }
    .products-results-filters-apply {
        display: none;
    }
    .products-results-content-main {
        margin-left: 200px;
        margin-bottom: 40px;
    }
    .products-results-feedback-text {
        font-size: 18px;
    }

    .products-results-content-main-header h2 {
        float: left;
        padding-right: 10px;
    }
    .category-3-advert {
        padding-bottom: 140px;
    }

    /* All products
    ------------------------------------------------------------------------*/
    .all-products-main-inner {
        position: relative;
    }
    .all-products-main-inner:after {
        content: '';
        display: table;
        clear: both;
    }
    .all-products-main-nav {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 270px;
        padding: 0;
        margin: 0;
        background: #eee;
    }
    .all-products-main-nav-fixable {
        width: 270px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .all-products-main-nav-fixable.all-products-main-nav-fixed {
        position: fixed;
        top: 0;
        left: 50%;
        bottom: 0;
        margin-left: -470px;
    }
    .pj-header-fixed .all-products-main-nav-fixable.all-products-main-nav-fixed {
        top: 105px; /* fixed header's height */
    }
    .all-products-main-nav-fixable.all-products-main-nav-abs-bottom,
    .pj-header-fixed .all-products-main-nav-fixable.all-products-main-nav-abs-bottom {
        position: absolute;
        left: 0;
        margin-left: 0;
        top: auto;
        bottom: 0;
    }
    .all-products-main-nav-list {
        padding: 10px 20px 40px;
        list-style: none;
        margin: 0;
        text-align: center;
    }
    .all-products-main-nav-list > li {
        margin-bottom: 10px;
    }
    .all-products-main-nav-list > li > a {
        text-align: center;

        display: block;
        position: relative;
        font: 300 16px/1.5 'poppins', sans-serif;
        color: #454545;
        text-decoration: none;

        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .all-products-main-nav-list > li > a:hover {
        color: #71ba2c;
    }
    .all-products-main-nav-list > .active > a {
        font-weight: 500;
        font-size: 60px;
        color: #71ba2c;
    }

    .all-products-sections {
        margin-left: 300px;
    }
    .all-products-section {
        margin-bottom: 40px;
    }

    /* Product detail
    ------------------------------------------------------------------------*/
    .product-title-block {
        float: right;
        width: 540px;
    }
    .product-photos-wrap {
        width: 380px;
        padding-right: 0;
    }
    .product-photos .pj-product-item-badge-round {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
    .product-photos .pj-product-item-badge-round-text {
        font-size: 25px;
    }
    .product-photos .pj-product-item-badge-round-text-smaller {
        font-size: 20px;
    }
    .product-photos .pj-product-item-badge-round-text-tiny {
        font-size: 12px;
    }
    .product-photos .pj-product-item-badge-round-text-large {
        font-size: 40px;
    }

    .product-photos-thumbs {
        margin: 20px 10px;
        font-size: 0;
        text-align: left;
    }
    .product-photos-thumbs button {
        background: none;
        height: auto;
        border-radius: 0;
        margin: 0;
        padding: 0 10px;
        width: 25%;
    }
    .product-photos-thumbs .active {
        background: none;
    }
    .product-photos-thumbs img {
        display: block;
    }
    .product-photos-thumbs .active img {
        border: 2px solid #71ba2c;
    }
    .product-photos-sub-logos {
        display: block;
        padding-top: 20px;
        border-top: 1px solid #ddd;
    }
    .product-photos-sub-logos img {
        max-width: 100px;
        max-height: 100px;
    }
    .product-photos-sub-share {
        display: block;
        text-align: left;
        margin: 0 0 20px;
    }
    .product-photos-sub-share-label {
        font-weight: 300;
        font-size: 14px;
        text-transform: uppercase;
    }

    .product-top-wrap {
        margin-left: 400px;
    }

    .product-top-alert,
    .product-top-offer {
        display: block;
    }
    .product-bottom-offer,
    .product-bottom-offer-note {
        display: none;
    }
    .product-top-offer {
        font-size: 18px;
        font-family: 'poppins', sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0 0 20px;
        text-align: center;
        background: #ffff66;
        color: #222;
        padding: 10px;
    }
    .product-top-offer sup {
        text-transform: none;
    }
    .product-top-offer p {
        margin: 0;
    }
    .product-top-offer-note {
        font-size: 12px;
        font-weight: 300;
        text-transform: none;
    }

    .product-price-block-main {
        padding-left: 20px;
        padding-right: 20px;
    }
    .product-price-block-item-container {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
        position: relative;
    }
    .product-price-block-item-container-bg {
        padding-top: 20px;
    }
    .product-price-block-item-text {
        float: left;
        width: 250px;
    }
    .product-price-cart {
        margin-left: 270px;
        margin-bottom: 0;
        text-align: right;
        display: block;
    }
    .product-price-wrap {
        padding-right: 0;
    }
    .product-price {
        text-align: right;
    }
    .product-add-to-cart {
        width: 100%;
        max-width: 190px;
    }
    .product-add-to-cart-label {
        display: inline;
    }

    .product-conditioning-wrap {
        float: left;
        width: 250px;
        margin-bottom: 10px;
    }
    .product-quantity-block-container {
        padding-top: 26px;
        margin-left: 270px;
        overflow: hidden;
    }
    .product-quantity-block {
        float: right;
    }

    .product-price-block-item-store-form {
        margin-top: -20px;
        padding-top: 20px;
        margin-left: 20px;
    }
    .product-price-block-item-store-form:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 220px;
        height: 100%;
        background: #ddd;
    }
    .product-price-block-item-store-form-inner {
        position: relative;
    }
    .product-price-block-item-store-form .form {
        margin-bottom: 20px;
    }

    .product-unavailable-warning {
        margin-top: 0;
    }

    .product-quantity-discounts-table-mobile {
        display: none;
    }
    .product-quantity-discounts-table-desktop {
        display: table;
    }

    .product-variation-color-list {
        width: 470px;
        margin: 0;
    }
    .product-variation-color-list > ul > li {
        width: 16.66666666%;
    }
    .product-variation-color-list li:nth-child(n+3) {
        display: block;
    }
    .product-variation-color-list li:nth-child(n+6) {
        display: none;
    }
    .product-variation-color-list.product-variation-color-list-open li:nth-child(n+6) {
        display: block;
    }
    .product-variation-color-list li.product-variation-color-list-more,
    .product-variation-color-list li:nth-child(n+3) + li.product-variation-color-list-more {
        display: none;
    }
    .product-variation-color-list li:nth-child(n+6) + li.product-variation-color-list-more {
        display: block;
    }

    .product-main-inner {
        position: relative;
    }
    .product-main-inner:after {
        content: '';
        display: table;
        clear: both;
    }
    .product-main-nav {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 270px;
        padding: 0;
        margin: 0;
        background: #eee;
    }
    .product-main-nav-fixable {
        width: 270px;
    }
    .product-main-nav-fixable.product-main-nav-fixed {
        position: fixed;
        top: 0;
        left: 50%;
        margin-left: -470px;
    }
    .pj-header-fixed .product-main-nav-fixable.product-main-nav-fixed {
        top: 105px; /* fixed header's height */
    }
    .product-main-nav-fixable.product-main-nav-abs-bottom,
    .pj-header-fixed .product-main-nav-fixable.product-main-nav-abs-bottom {
        position: absolute;
        left: 0;
        margin-left: 0;
        top: auto;
        bottom: 0;
    }
    .product-main-nav-list {
        padding: 40px 20px;
    }
    .product-main-nav-list > li {
        margin-bottom: 10px;
    }
    .product-main-nav-list > li > a {
        text-align: center;
        font-weight: 300;
        font-size: 16px;

        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .product-main-nav-list > .active > a {
        font-weight: 500;
        font-size: 20px;
        color: #71ba2c;
    }
    .product-main-nav .product-main-nav-icon {
        display: block;
        margin: 0 auto;
        opacity: 0;
        font-size: 0;
        width: auto;

        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .product-main-nav .active .product-main-nav-icon {
        opacity: 1;
        margin-bottom: 10px;
        font-size: 80px;
    }
    .product-main-nav-list > li > a:after {
        content: none;
    }
    .product-sections {
        display: block;
        margin-left: 300px;
    }
    .product-section {
        margin-bottom: 40px;
    }
    .product-section-title-block {
        margin: 0 0 20px;
        overflow: hidden;
    }
    .product-section-title {
        display: inline-block;
        margin-bottom: 0;
        position: relative;
    }
    .product-section-title:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 100%;
        width: 960px;
        margin-left: 10px;
        border-top: 1px solid #71ba2c;
    }

    /* FAQ
    ------------------------------------------------------------------------*/
    .faq-service:after {
        content: '';
        display: table;
        clear: both;
    }
    .faq-service .faq-service-desc {
        float: left;
        width: 40%;
        padding-right: 10px;
        text-align: right;
    }
    .faq-service .faq-service-contact {
        margin-left: 40%;
        padding-left: 55px;
        display: block;
    }
    .faq-service .faq-service-icon {
        left: 10px;
    }

    /* Enterprise
    ------------------------------------------------------------------------*/
    .enterprise-services ul {
        max-width: none;
    }
    .enterprise-service-title {
        height: 88px; /* 34 * 2 + 20 */
    }
    .enterprise-reasons {
        overflow: hidden;
        position: relative;
        margin: 0 0 20px;
    }
    .enterprise-reasons-image {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .enterprise-reasons-image img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        width: auto;
        height: auto;
    }
    .enterprise-reasons-overlay {
        position: relative;
        float: right;
        margin: 20px;
        width: 560px;
        background: rgba(5, 168, 170, 0.7);
    }
    .enterprise-product-title {
        font-size: 25px;
    }

    /* Payment facilities
    ------------------------------------------------------------------------*/
    .payment-facilities-reasons-list {
        font-size: 20px;
    }
    .payment-facilities-choice [class^="pj-icon-"],
    .payment-facilities-choice [class*=" pj-icon-"] {
        font-size: 100px;
        width: 100px;
        height: 100px;
    }
    .payment-facilities-choice-icon-large [class^="pj-icon-"],
    .payment-facilities-choice-icon-large [class*=" pj-icon-"] {
        width: 150px;
    }
    .payment-facilities-example-name {
        height: 50px;
        overflow: hidden;
    }

    /* Contact
    ------------------------------------------------------------------------*/
    .contact-service {
        width: 100%;
    }
    .contact-service-body,
    .contact-social {
        text-align: left;
    }

    /* Cart
    ------------------------------------------------------------------------*/
    .cart {
        margin-bottom: 40px;
    }
    .cart-pre-summary {
        display: none;
    }
    .cart-table-box-header .pj-fake-table-box-cell {
        display: inline-block;
        font-weight: 300;
        color: inherit;
        padding: 17px 10px 16px;
        text-transform: uppercase;
    }
    .cart .pj-fake-table-box-row-inner {
        position: relative;
    }
    .cart-product-name {
        font-size: 14px;
    }
    .cart-product-ref {
        font-size: 12px;
    }
    .cart-product-quantity {
        position: static;
        margin-left: 0;
    }
    .cart-product-price-container {
        height: 80px;
        padding-bottom: 0;
    }
    .cart-product-price-main {
        font-size: 20px;
    }
    .cart-product-delete {
        top: 20px;
        left: auto;
        right: 30px;
    }

    .cart-summary-fixed-container {
        position: relative;
    }
    .cart-summary-fixed-container .cart-summary {
        width: 300px;
    }
    .cart-summary-fixed-container .cart-summary.fixed {
        position: fixed;
        top: 10px;
        left: 50%;
        margin-left: 170px;
    }
    .pj-header-fixed .cart-summary-fixed-container .cart-summary.fixed {
        top: 115px;
    }
    .cart-summary-fixed-container .cart-summary.fixed-bottom {
        position: absolute;
        top: auto;
        bottom: 0;
    }
    .cart-summary-fixed-container .cart-summary .pj-box {
        margin-bottom: 0;
    }
    .cart-page .cart-summary .pj-box-header-title {
        font-size: 18px;
        padding: 14px 20px 13px;
        color: #fff;
        background: #71ba2c;
        text-align: center;
    }
    .cart-page .cart-summary-voucher-box .pj-box-header-title {
        background: #eee;
        padding: 20px 50px 20px 20px;
        font-size: inherit;
        color: #454545;
        text-align: left;
    }
    .cart-summary-form-inline-label {
        width: 100%;
        margin-bottom: 5px;
    }
    .cart-summary-form-inline {
        margin-left: 0;
    }
    

    /* Delivery
    ------------------------------------------------------------------------*/
    .delivery-option .delivery-option-product-cell {
        margin: 0;
    }
    .delivery-option .cart-product-name-container:first-child {
        margin-top: 0;
    }
    .delivery-option-choices {
        margin-top: -20px;
    }
    .delivery-option .delivery-option-product-cell:before {
        content: none;
    }

    .delivery-popup {
        max-width: 980px;
        margin: 0 auto;
    }
    .delivery-popup-form {
        font-size: 0;
        margin: 0 -10px;
    }
    .delivery-popup-form .pj-form-row {
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        width: 33.333333%;
    }
    .delivery-popup-form .pj-form-label {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 33.333333%;
        padding-right: 10px;
        font-size: 14px;
        margin: 0;
    }
    .delivery-popup-form .pj-form-field {
        margin-left: 0;
        display: inline-block;
        vertical-align: top;
        width: 66.666666%;
        padding-left: 10px;
    }
    .delivery-popup-form .pj-form-submit {
        padding: 0 10px;
    }

    .delivery-popup-form-store .pj-form-row,
    .delivery-popup-form-store .pj-form-label {
        width: auto;
    }
    .delivery-popup-form-store .pj-form-field {
        width: 200px;
    }
    .delivery-popup-form-store .pj-form-submit {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 20px;
    }

    .delivery-popup-list-item-name {
        font-size: 18px;
    }
    .delivery-popup-main {
        height: 495px;
        position: relative;
    }
    .delivery-popup-map {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 50%;
    }
    .delivery-popup-list {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 50%;
        margin-left: -10px;
    }
    .delivery-popup-list > ul {
        max-height: none;
        height: 100%;
    }

    /* Payment confirmation
    ------------------------------------------------------------------------*/
    .purchase-order-delivery-option-price-main {
        font-size: 20px;
    }
    .purchase-order-delivery-option .pj-fake-table-box-body .purchase-order-delivery-option-quantity-cell {
        font-weight: bold;
    }
    .purchase-order-delivery-option .pj-fake-table-box-body .purchase-order-delivery-option-delivery-cell {
        font-weight: normal;
    }
    .purchase-order-delivery-option .purchase-order-delivery-option-product-cell:before {
        content: none;
    }

    .purchase-order-bottom-text-left,
    .purchase-order-bottom-text-right {
        margin-bottom: 0;
    }

    /* Account
    ------------------------------------------------------------------------*/
    .account-nav .active a {
        position: relative;
    }
    .account-nav .active a:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -7px;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 6px solid #71ba2c;
    }

    .account-nav .account-logout {
        display: none;
    }

    .account-nav-full {
        margin: 0 0 40px;
    }
    .account-nav-full ul {
        list-style: none;
        padding: 0;
        margin: 0 -10px;
        font-size: 0;
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        justify-content: center;
    }
    .account-nav-full li {
        display: inline-block; /* fallback */
        vertical-align: top;
        width: 33.333333%;
        padding: 0 10px;
        font-size: 14px;
        margin: 0 0 20px;
        display: flex;
    }
    .account-nav-full-block {
        background: #eee;
        color: #454545;
        padding: 20px 20px 0;
        overflow: hidden;
        display: flex;
        flex: auto;
        flex-flow: column;
    }
    .account-nav-full-block-content {
        flex: auto;
    }
    .account-nav-full-block-content h2,
    .account-nav-full-block-content .h2 {
        margin-bottom: 10px;
    }
    .account-nav-full-block-text {
        min-height: 83px;
    }
    .account-nav-full-block-action {
        text-align: right;
    }
    .account-nav-full-block-action a {
        font-family: 'poppins', sans-serif;
        font-weight: 500;
    }

    .account-form .pj-form-submit {
        max-width: 260px;
    }
    .account-form .pj-form-submit-center {
        max-width: none;
        margin-left: 0;
    }

    .newsletters-form-fixed-container {
        position: relative;
    }
    .newsletters-form {
        width: 460px;
        margin-top: 0;
    }
    .newsletters-form.fixed {
        position: fixed;
        top: 10px;
        left: 50%;
        margin-left: 10px;
    }
    .pj-header-fixed .newsletters-form.fixed {
        top: 70px;
    }
    .newsletters-form.fixed-bottom {
        position: absolute;
        top: auto;
        bottom: 0;
    }

    .newsletters-form .pj-box-header-title {
        background: #71ba2c;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        padding: 14px 20px 13px;
        text-align: center;
        text-transform: none;
    }
    
    /* My orders
    ------------------------------------------------------------------------*/
    .account-order-detail .account-order-detail-product-cell[data-pj-fake-table-box-cell-label]:before {
        content: none;
    }

    /* Affiliate
    ------------------------------------------------------------------------*/
    .affiliate-title h1 {
        font-size: 42px;
    }
    .affiliate-title h1 > span {
        font-size: 32px;
    }
    .affiliate-presentation-steps {
        margin-left: -10px;
        margin-right: -10px;
        font-size: 0;
    }
    .affiliate-presentation-steps li {
        max-width: none;
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        width: 25%;
        font-size: 14px;
        position: relative;
        margin-bottom: 0;
    }
    .affiliate-presentation-steps li:before {
        content: "\e918"; /* chevron-right */

        font-size: 40px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;

        position: absolute;
        top: 80px;
        left: -20px;
    }
    .affiliate-presentation-steps .img {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .affiliate-banner {
        max-width: 990px;
        margin-left: auto;
        margin-right: auto;
        background: url('../img/affiliate-bg_990.jpg') no-repeat 50%;
        background-size: cover;
        font-size: 0;
    }
    .affiliate-banner .text {
        background: rgba(5, 168, 170, 0.7);
        display: inline-block;
        vertical-align: middle;
        width: 400px;
        margin: 50px 0 50px 100px;
        font-size: 14px;
    }
    .affiliate-banner .img {
        display: inline-block;
        vertical-align: middle;
        width: 400px;
        margin: 50px 0 50px 20px;
    }

    /* Warranty
    ------------------------------------------------------------------------*/
    .warranty-title h1 {
        padding-right: 85px;
    }
    .warranty-title .pj-bordered-title-sub {
        font-size: 32px;
    }
    .warranty-title .warranty-title-icon {
        font-size: 45px;
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .warranty-intro-block {
        margin-bottom: 0;
    }
    .warranty-intro-block .img {
        width: 200px;
    }
    .warranty-intro-block .text {
        margin-left: 200px;
    }

    .warranty-step {
        margin-bottom: 0;
    }
    .warranty-bottom-block {
        margin-bottom: 0;
    }

    /* Store delivery
    ------------------------------------------------------------------------*/
    .store-delivery-presentation-bottom .text {
        padding: 40px 0 20px;
        font-size: 25px;
    }
    .store-delivery-presentation-bottom .line-1 > span {
        padding: 0 40px;
    }
    .store-delivery-presentation-bottom .line-1 [class^="pj-icon-"],
    .store-delivery-presentation-bottom .line-1 [class*=" pj-icon-"] {
        font-size: 30px;
    }
    .store-delivery-presentation-bottom .line-2 [class^="pj-icon-"],
    .store-delivery-presentation-bottom .line-2 [class*=" pj-icon-"] {
        font-size: 35px;
    }

    .store-delivery-steps {
        margin-left: -10px;
        margin-right: -10px;
        font-size: 0;
    }
    .store-delivery-steps li {
        max-width: none;
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        width: 33.333333%;
        font-size: 14px;
        position: relative;
    }
    .store-delivery-steps li:before {
        content: "\e918"; /* chevron-right */

        font-size: 80px;
        height: 80px;
        width: 80px;
        line-height: 80px;
        text-align: center;

        position: absolute;
        top: 60px;
        left: -40px;
    }

    /* About
    ------------------------------------------------------------------------*/
    .about-h1 {
        font-size: 48px;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .about-h2 {
        font-size: 40px;
    }
    .about-h2-container .about-h2 {
        padding-right: 15px;
    }
    .about-h2-container:before {
        top: 30px;
    }
    .about-h3 {
        font-size: 30px;
    }

    .about-slider .wrap li {
        padding-left: 40px;
        padding-right: 40px;
    }

    .about-slider-dot-1 {
        width: 110px;
        margin-right: 160px;
    }
    .about-slider-dot-2 {
        width: 220px;
    }
    .about-slider-dot-3 {
        width: 362px;
        margin-right: 95px;
    }
    .about-slider-dot-3 .img {
        margin-bottom: 88px;
    }
    .about-slider-dot-5 {
        display: inline-block;
        width: 265px;
        margin-right: 60px;
    }
    .about-slider-dot-5:after {
        content: none;
    }
    .about-slider-dot-5 .img {
        height: 280px;
    }
    .about-slider-dot-6 {
        width: 310px;
    }
    .about-slider-dot-9 {
        width: 265px;
        margin-right: 40px;
    }
    .about-slider-dot-10 {
        width: 290px;
    }
    .about-slider-dot-10 .text {
        width: auto;
    }
    .about-slider-dot-11 {
        width: 260px;
        margin-right: 160px;
    }
    .about-slider-dot-12 {
        width: 110px;
    }
    .about-slider .pagination .prev,
    .about-slider .pagination .next {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    .about-slider .pagination [class^="pj-icon-"],
    .about-slider .pagination [class*=" pj-icon-"] {
        font-size: 20px;
        width: 20px;
        height: 20px;
    }

    .about-story {
        overflow: hidden;
        margin: 0 0 80px;
    }
    .about-story .text {
        float: left;
        width: 50%;
        padding-right: 10px;
    }
    .about-story .img {
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 50%;
        padding-left: 10px;
    }

    .about-timeline .wrap {
        height: 260px;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 0;
        padding-right: 0;
    }
    .about-timeline .wrap:after {
        bottom: 110px;
        left: 10px;
        right: 10px;
    }
    .about-timeline .wrap li {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        width: 16.6666666666%;
    }
    .about-timeline .wrap .img {
        height: 120px;
    }
    .about-timeline .wrap .text .year {
        font-size: 20px;
    }
    .about-timeline .wrap .double {
        width: 33.3333333333%;
    }
    .about-timeline .wrap .double .text {
        font-size: 14px;
    }
    .about-timeline .pagination {
        display: none;
    }

    .about-today {
        font-size: 0;
        margin-bottom: 80px;
    }
    .about-today .img {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        padding-right: 10px;
    }
    .about-today .text {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        padding-left: 10px;
        font-size: 22px;
        text-align: right;
    }
    .about-today .text .label {
        font-size: 40px;
    }

    .about-bottom {
        font-size: 0;
        direction: rtl;
    }
    .about-bottom .text {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        padding-left: 10px;
        font-size: 16px;
        direction: ltr;
    }
    .about-bottom .img {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        padding-right: 10px;
        direction: ltr;
    }

    /* Error
    ------------------------------------------------------------------------*/
    .error-page {
        background-image: url('../img/bg-error_1210.jpg');
    }
    .error-page-inner:before {
        min-height: 500px;
    }
    .error-page-message {
        font-size: 25px;
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .error-page-message h1 {
        font-size: 40px;
    }

    /* Guide banner
    ------------------------------------------------------------------------*/
    .guide-banner-inner {
        max-width: none;
        padding: 0 40px;
    }
    .guide-banner-text {
        width: 460px;
        padding-top: 20px;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .guide-banner-text strong {
        font-size: 20px;
    }
    .guide-banner-image {
        left: 40px;
        bottom: 20px;
    }
    .guide-banner-form {
        width: 400px;
        margin-bottom: 20px;
        padding-top: 20px;
    }
    .guide-banner-form-field {
        position: relative;
        margin: 0;
        padding-right: 210px;
    }
    .guide-banner-form-field input {
        border-right: 0;
        height: 40px;
        padding-top: 10px;
        padding-bottom: 9px;
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 0;
    }
    .guide-banner-form-field button {
        width: 210px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        position: absolute;
        top: 0;
        right: 0;
    }

    /* Delivery page
    ------------------------------------------------------------------------*/
    .delivery-list > li,
    .delivery-full-list > li {
        width: 25%;
    }
    .product-delivery-list > li {
        width: 50%;
    }
    .delivery-page-part {
        margin-bottom: 60px;
    }

    .delivery-days > ul {
        margin-left: -1px;
        margin-right: -1px;
    }
    .delivery-days > ul > li {
        padding-left: 1px;
        padding-right: 1px;
    }

    .delivery-steps-list > ol {
        display: flex;
        font-size: 0;
        margin-left: -10px;
        margin-right: -10px;
    }
    .delivery-steps-list > ol > li {
        display: inline-block; /* fallback */
        vertical-align: top;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }
    .delivery-steps-list-3 > ol > li {
        width: 33.3333333333%;
    }
    .delivery-steps-list-item {
        flex: auto;
    }

    .delivery-steps-slider-cell {
        position: relative;
    }
    .delivery-steps-slider {
        max-width: 220px;
    }
    .delivery-steps-slider-cell .delivery-steps-slider > .wrap {
        padding-bottom: 21px;
    }
    .delivery-steps-slider-cell .delivery-steps-slider > .pagination {
        position: absolute;
        bottom: 15px;
        left: 20px;
        right: 20px;
    }

    .delivery-table-simple {
        display: table;
    }
    .delivery-table-simple thead {
        display: table-header-group;
    }
    .delivery-table-simple tbody {
        display: table-row-group;
    }
    .delivery-table-simple tr {
        display: table-row;
    }
    .delivery-table-simple th,
    .delivery-table-simple thead th:not(.delivery-table-simple-hidden-cell),
    .delivery-table-simple td {
        display: table-cell;
    }
    .delivery-table-simple,
    .delivery-table-simple tr + tr td {
        border: 1px solid #ddd;
    }
    .delivery-table-simple [data-label]:before {
        display: none;
    }

    .delivery-warning-popup-container .delivery-warning-popup {
        max-width: 590px;
        background: #71ba2c;
        color: #fff;
        padding: 60px 70px 40px;
    }
    .delivery-warning-popup-title {
        color: inherit;
    }
    .delivery-warning-popup-title [class^="pj-icon-"],
    .delivery-warning-popup-title [class*=" pj-icon-"] {
        color: inherit;
        display: inline;
        vertical-align: bottom;
    }

    /* Brand
    ------------------------------------------------------------------------*/
    .brand-top-plus-list ul {
        display: flex;
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -10px;
    }
    .brand-top-plus-list ul > li {
        padding: 0 10px;
        width: 33.333333%;
        flex: 0 0 auto;
        display: flex;
    }
    .brand-top-plus-list-item {
        padding: 20px;
    }
    .brand-img-link .brand-img-link-cta {
        bottom: 35px;
    }

    .pj-slideshow .brand-ratings-list-item {
        margin-left: 0;
        margin-right: 0;
    }
    .brand-ratings-list .pj-slideshow-nav {
        display: none;
    }

    .brand-description {
        margin-bottom: 60px;
    }

/* Landing page BtoB
    ------------------------------------------------------------------------*/
    .lp-btob-subnav {
        top: 192px;
    }
    .pj-header-fixed .lp-btob-subnav {
        top: 105px; /* fixed header's height */
    }
    .lp-btob-intro {
        text-align: center;
        margin-bottom: 50px;
    }
    .lp-btob-infographics .lp-btob-intro {
        text-align: left;
    }
    .lp-btob-intro .pj-truncate-truncated {
        display: none;
    }
    .lp-btob-intro .pj-truncate-full {
        display: block;
    }

    .lp-btob-sectors {
        max-width: none;
    }
    .lp-btob-sectors > ul > li {
        width: 33.3333333333%;
    }
    .lp-btob-sectors > ul > .full {
        width: 100%;
    }
    .lp-btob-sector {
        position: relative;
        overflow: hidden;
        border-radius: 3px;
        box-shadow: 0 2px 5px rgba(153, 153, 153, 0.4);
    }
    .lp-btob-sector .img {
        display: block;
        position: relative;
        height: 300px;
    }
    .lp-btob-sector .img img {
        display: block;
    }
    .lp-btob-sector .img:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(69, 69, 69, 0.5);
        opacity: 0;
        transition: opacity 0.3s;
    }
    .lp-btob-sector:hover .img:after {
        opacity: 1;
    }
    .lp-btob-sector .text {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        font-size: 14px;
    }
    .lp-btob-sector .title-container {
        box-shadow: none;
        border-radius: 0;
        cursor: default;
    }
    .lp-btob-sector .title-container img {
        display: none;
    }
    .lp-btob-sector .title-container:before {
        content: none;
    }
    .lp-btob-sector .title {
        position: static;
        font-size: 20px;
        line-height: 1.2;
        padding-left: 20px;
        padding-right: 20px;
    }
    .lp-btob-sector .title [class^="pj-icon-"],
    .lp-btob-sector .title [class*=" pj-icon-"] {
        display: none;
    }
    .lp-btob-sector .text-inner {
        display: block;
        color: #fff;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
        padding: 0 20px;
    }
    .lp-btob-sector .subtitle {
        font-size: 16px;
        line-height: 1.2;
    }
    .lp-btob-sector .text-inner-more {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s;
    }
    .lp-btob-sector:hover .text-inner-more {
        max-height: 300px;
    }

    .lp-btob-title {
        text-align: center;
        position: relative;
        margin-bottom: 20px;
    }
    .lp-btob-title:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        border-top: 4px solid #05a8aa;
        margin-top: -2px;
        width: 100%;
    }
    .lp-btob-title-green:before {
        border-top: 4px solid #71ba2c;
    }
    .lp-btob-title h2 {
        display: inline-block;
        padding: 0 10px;
        position: relative;
        background: #fff;
        margin: 0;
    }

    .lp-btob-product-item-list-slideshow .pj-product-item-list > ul {
        transform: none;
    }
    .lp-btob-product-item-list-slideshow .pj-product-item-list > ul > li,
    .lp-btob-product-item-list-slideshow .pj-product-item-list > ul > .prev-current {
        opacity: 1;
    }
    .lp-btob-product-item-list-slideshow .pj-slideshow-arrow {
        top: 50%;
        bottom: auto;
        margin-top: -82px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        opacity: 1;
    }
    .lp-btob-product-item-list-slideshow .pj-slideshow-prev {
        left: 20px;
    }
    .lp-btob-product-item-list-slideshow .pj-slideshow-next {
        right: 20px;
    }

    .lp-btob-advice-slideshow .pj-slideshow-wrap > ul {
        margin-left: -10px;
        margin-right: -10px;
        font-size: 0;
    }
    .lp-btob-advice-slideshow .pj-slideshow-wrap > ul > li {
        display: inline-block;
        vertical-align: top;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
        width: 50%;
    }
    .lp-btob-advice-slideshow .pj-slideshow-wrap > ul > li:nth-child(2n) .lp-btob-advice .img {
        float: left;
        padding-left: 0;
        padding-right: 10px;
    }
    .lp-btob-advice-slideshow .pj-slideshow-wrap > ul > li:nth-child(2n) .lp-btob-advice .text {
        left: 75%;
        right: auto;
        padding-left: 30px;
        padding-right: 20px;
        transform: translate(-50%, -50%);
    }
    .lp-btob-advice-slideshow .pj-slideshow-wrap > ul > li:nth-child(4n-1) .lp-btob-advice .img,
    .lp-btob-advice-slideshow .pj-slideshow-wrap > ul > li:nth-child(4n) .lp-btob-advice .img {
        float: right;
        padding-right: 0;
        padding-left: 10px;
    }
    .lp-btob-advice-slideshow .pj-slideshow-wrap > ul > li:nth-child(4n-1) .lp-btob-advice .text,
    .lp-btob-advice-slideshow .pj-slideshow-wrap > ul > li:nth-child(4n) .lp-btob-advice .text {
        left: auto;
        right: 75%;
        padding-left: 20px;
        padding-right: 30px;
        transform: translate(50%, -50%);
    }

    /* Cookies
    ------------------------------------------------------------------------*/
    .cookies-alert-text {
        margin-right: 300px;
    }
    .cookies-alert-actions {
        position: absolute;
        top: 0;
        right: 50%;
        bottom: 0;
        height: 40px;
        width: 300px;
        margin: auto -470px auto 0;
        text-align: right;
    }

}

@media (min-width: 1080px) {

    /* Landing page BtoB
    ------------------------------------------------------------------------*/
    .lp-btob-product-item-list-slideshow .pj-slideshow-prev {
        left: -40px
    }
    .lp-btob-product-item-list-slideshow .pj-slideshow-next {
        right: -40px;
    }

}

@media (min-width: 1210px) {

    /* Basic HTML
    ------------------------------------------------------------------------*/
    h1,
    .h1 {
        font-size: 35px;
        line-height: 40px;
    }
    h2,
    .h2 {
        font-size: 30px;
        line-height: 40px;
    }

    /* Content
    ------------------------------------------------------------------------*/
    .img-left {
        margin-right: 10px;
    }
    .img-right {
        margin-left: 10px;
    }

    /* Homepage
    ------------------------------------------------------------------------*/
    .home-slideshow .home-slideshow-nav button {
        font-size: 15px;
    }
    .home-slideshow .home-slideshow-nav button strong {
        font-size: 20px;
    }
    .home-slideshow .home-slideshow-nav .promo:before {
        margin-right: 10px;
        font-size: 35px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .home-now-layout {
        padding-left: 490px;
    }
    .home-now-cat3 .block-img-title-link-inner {
        height: 220px;
    }
    .home-now-cat3-1 {
        width: 490px;
    }
    .home-now-cat3-1 .block-img-title-link-inner {
        height: 470px;
    }
    .home-now-cat3-2 .block-img-title-link-inner {
        height: 230px;
    }

    .home-advice-mag {
        height: 359px;
        margin-bottom: 10px;
    }
    .home-advice-mag .text {
        padding-top: 35px;
    }
    .home-advice-mag .text h3 {
        font-size: 25px;
    }

    .home-click-collect-steps li {
        padding-bottom: 110px;
    }
    .home-click-collect-steps li [class^="pj-icon-"],
    .home-click-collect-steps li [class*=" pj-icon-"] {
        font-size: 100px;
        width: 100px;
        height: 100px;
    }
    .home-click-collect-bottom li {
        font-size: 14px;
    }

    /* Category 2
    ------------------------------------------------------------------------*/
    .image-header-text-block {
        padding-right: 5px;
    }
    .image-header-title {
        padding: 0 40px;
    }

    .category-2-sidebar {
        width: 190px;
    }
    .category-2-main {
        margin-left: 200px;
    }
    .category-2-sidebar-block-2 .category-2-sidebar-block-title {
        font-size: 14px;
    }

    /* Category 3
    ------------------------------------------------------------------------*/
    .products-results-help-content .pj-form-checkboxes {
        margin-left: -5px;
        margin-right: -5px;
    }

    .cat-3-item:hover .cat-3-item-more {
        max-height: 390px;
    }
    .category-2-grid-item-text {
        font-size: 16px;
        padding: 30px;
    }
    .category-2-grid-item-inspiration-badge {
        top: 30px;
        left: 30px;
    }
    .category-2-grid-item-selection-title-block,
    .category-2-grid-item-inspiration-title-block {
        padding: 0 30px;
    }
    .category-2-grid-item-inspiration-desc,
    .category-2-grid-item-selection-desc {
        font-size: 16px;
    }
    .category-2-grid-item-icon-link-icon {
        font-size: 200px;
    }
    .category-2-grid-item-icon-link-icon-small {
        font-size: 150px;
    }
    .category-2-grid-item-icon-link-title {
        padding: 0 30px;
    }
    .category-2-grid-item-icon-link-percent-bg > a:before {
        width: 390px;
        height: 390px;
        background-image: url('../img/cat-2-percent-bg_390.png');
    }

    /* Category 3
    ------------------------------------------------------------------------*/

    .products-results-help-content .pj-form-checkboxes {
        margin-left: -5px;
        margin-right: -5px;
    }
    .products-results-help-content .pj-form-checkboxes .pj-form-checkbox {
        margin-left: 5px;
        margin-right: 5px;
    }

    .products-results-filters {
        width: 190px;
    }
    .products-results-content-main {
        margin-left: 200px;
    }
    .category-3-advert {
        padding-bottom: 133px;
    }

    /* All products
    ------------------------------------------------------------------------*/
    .all-products-main-nav-fixable.all-products-main-nav-fixed {
        margin-left: -595px;
    }

    /* Product detail
    ------------------------------------------------------------------------*/
    .product-title-block {
        width: 50%;
        padding-left: 25px;
    }
    .product-photos-wrap {
        width: 50%;
        padding-right: 5px;
    }

    .product-photos .pj-product-item-badge-flash,
    .product-photos .pj-product-item-badge-discount {
        font-size: 30px;
        padding: 10px;
    }
    .product-photos .pj-product-item-badge-flash ~ .pj-product-item-badge-web-exclusive,
    .product-photos .pj-product-item-badge-discount ~ .pj-product-item-badge-web-exclusive {
        font-size: 18px;
        top: 88px;
    }

    .product-photos .pj-product-item-badge-round {
        width: 140px;
        height: 140px;
        line-height: 140px;
    }
    .product-photos .pj-product-item-badge-round-text {
        font-size: 40px;
    }
    .product-photos .pj-product-item-badge-round-text-smaller {
        font-size: 30px;
    }
    .product-photos .pj-product-item-badge-round-text-tiny {
        font-size: 18px;
    }
    .product-photos .pj-product-item-badge-round-text-large {
        font-size: 60px;
    }

    .product-photos .pj-product-item-badge {
        font-size: 18px;

        line-height: 40px;
        height: 40px;
    }
    .product-photos .pj-product-item-badge:before {
        border-bottom-width: 40px;
    }
    .product-photos .pj-product-item-badge:after {
        border-top-width: 40px;
    }

    .product-photos-thumbs {
        margin-left: 15px;
        margin-right: 15px;
    }
    .product-photos-thumbs button {
        width: 16.6666666666%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .product-top-wrap {
        margin-left: 50%;
        padding-left: 25px;
    }

    .product-price-block-item-store-form {
        margin-left: 10px;
    }
    .product-price-block-item-store-form:before {
        width: 260px;
    }

    .product-main-nav-fixable.product-main-nav-fixed {
        margin-left: -595px;
    }

    .product-additional-photo-label {
        padding: 15px;
        font-size: 14px;
    }
    .product-section-subtitle {
        font-size: 25px;
    }

    /* FAQ
    ------------------------------------------------------------------------*/
    .faq-service .faq-service-desc {
        width: 50%;
        padding-right: 5px;
    }
    .faq-service .faq-service-contact {
        margin-left: 50%;
        padding-left: 50px;
    }
    .faq-service .faq-service-icon {
        left: 5px;
    }

    /* Enterprise
    ------------------------------------------------------------------------*/
    .enterprise-service-title {
        height: 100px; /* 40 * 2 + 20 */
    }
    .enterprise-products-list {
        margin-bottom: 10px;
    }
    .enterprise-product {
        margin-bottom: 10px;
    }
    .enterprise-product-title {
        font-size: 30px;
    }

    /* Payment facilities
    ------------------------------------------------------------------------*/
    .payment-facilities-example-payment-price {
        width: 100px;
        font-size: 25px;
    }

    /* Contact
    ------------------------------------------------------------------------*/
    .contact-social-list a {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .contact-social-list a:before {
        font-size: 45px;
    }

    /* Cart
    ------------------------------------------------------------------------*/
    .cart-product-ref {
        font-size: 14px;
    }
    .cart-summary-fixed-container .cart-summary {
        width: 390px;
    }
    .cart-summary-fixed-container .cart-summary.fixed {
        margin-left: 205px;
    }
    .cart-summary-form-inline-label {
        width: auto;
        margin-bottom: 0;
    }
    .cart-summary-form-inline {
        margin-left: 10px;
    }
    .cart-summary-form-delete a {
        font-size: 12px;
    }
    .cart-summary-message {
        font-size: 12px;
    }

    /* Delivery
    ------------------------------------------------------------------------*/
    .delivery-popup {
        max-width: 1230px;
    }
    .delivery-popup-form {
        margin-left: -5px;
        margin-right: -5px;
    }
    .delivery-popup-form .pj-form-row,
    .delivery-popup-form .pj-form-submit {
        display: inline-block;
        vertical-align: top;
        padding: 0 5px;
        width: 25%;
        margin-bottom: 30px;
    }
    .delivery-popup-form .pj-form-label {
        padding-right: 5px;
    }
    .delivery-popup-form .pj-form-field {
        padding-left: 5px;
    }
    .delivery-popup-form .pj-form-submit {
        text-align: center;
        margin: 0 0 30px;
    }

    .delivery-popup-form-store .pj-form-row,
    .delivery-popup-form-store .pj-form-submit {
        width: auto;
    }
    .delivery-popup-form-store .pj-form-field {
        width: 195px;
    }

    /* Login / Register
    ------------------------------------------------------------------------*/
    .account-login-form .pj-form-submit:after {
        content: '';
        display: table;
        clear: both;
    }
    .account-login-form-forgotten-password {
        float: left;
        margin: 0;
        line-height: 40px;
    }
    .account-login-form-forgotten-password a {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.5;
    }
    .account-login-form .pj-form-submit .pj-rounded-button {
        float: right;
    }

    /* Payment confirmation
    ------------------------------------------------------------------------*/
    .purchase-order-cb-details-list .label {
        width: 275px;
        padding-right: 5px;
    }
    .purchase-order-cb-details-list .value {
        margin-left: 275px;
        padding-left: 5px;
    }

    /* Account
    ------------------------------------------------------------------------*/
    .account-nav {
        margin-right: 40px;
    }
    .account-form .pj-form-field,
    .account-form .pj-form-submit {
        margin-left: 280px;
    }
    .account-form .pj-form-submit {
        max-width: 290px;
    }
    .account-form .pj-form-submit-center {
        margin-left: 0;
        max-width: none;
    }
    .account-form .pj-form-label {
        width: 270px;
    }

    .account-fid-form {
        max-width: 290px;
    }
    .account-fid-form .pj-form-label {
        width: auto;
    }
    .account-fid-form .pj-form-field {
        margin-left: 0;
    }

    .account-fid {
        padding-left: 280px;
    }
    .account-fid:before {
        left: 80px;
    }

    .newsletters-form {
        width: 590px;
    }
    .newsletters-form.fixed {
        margin-left: 5px;
    }

    /* Affiliate
    ------------------------------------------------------------------------*/
    .affiliate-title h1 {
        font-size: 47px;
    }
    .affiliate-title h1 > span {
        font-size: 37px;
    }
    .affiliate-presentation-steps {
        margin-left: -5px;
        margin-right: -5px;
    }
    .affiliate-presentation-steps li {
        padding-left: 5px;
        padding-right: 5px;
    }
    .affiliate-banner .text {
        width: 490px;
    }
    .affiliate-banner .img {
        width: 370px;
        margin-left: 10px;
    }

    /* Warranty
    ------------------------------------------------------------------------*/
    .warranty-title h1 {
        padding-right: 90px;
    }
    .warranty-title .pj-bordered-title-sub {
        font-size: 37px;
    }
    .warranty-title .warranty-title-icon {
        font-size: 50px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .warranty-intro-block .img {
        width: 300px;
    }
    .warranty-intro-block .text {
        margin-left: 300px;
    }

    /* Store delivery
    ------------------------------------------------------------------------*/
    .store-delivery-presentation-bottom .text {
        font-size: 30px;
    }
    .store-delivery-presentation-bottom .line-1 > span {
        padding: 0 50px;
    }
    .store-delivery-presentation-bottom .line-2 > span {
        padding: 0 60px;
    }
    .store-delivery-presentation-bottom .line-1 [class^="pj-icon-"],
    .store-delivery-presentation-bottom .line-1 [class*=" pj-icon-"] {
        font-size: 40px;
    }
    .store-delivery-presentation-bottom .line-2 [class^="pj-icon-"],
    .store-delivery-presentation-bottom .line-2 [class*=" pj-icon-"] {
        font-size: 50px;
    }

    /* About
    ------------------------------------------------------------------------*/
    .about-slider {
        margin-bottom: 30px;
    }

    .about-story .text {
        padding-right: 25px;
        width: 58.3333333333%;
    }
    .about-story .img {
        padding-left: 5px;
        margin-left: 58.3333333333%;
    }

    .about-timeline .wrap {
        height: 303px;
        margin-left: -5px;
        margin-right: -5px;
    }
    .about-timeline .wrap:after {
        left: 5px;
        right: 5px;
    }
    .about-timeline .wrap li {
        padding-left: 5px;
        padding-right: 5px;
    }
    .about-timeline .wrap .img {
        height: 163px;
    }

    .about-today .img {
        width: 41.6666666666%;
        padding-right: 5px;
    }
    .about-today .text {
        width: 58.3333333333%;
        padding-left: 5px;
        font-size: 30px;
    }
    .about-bottom {
        margin-top: 70px;
    }
    .about-bottom .text {
        padding-left: 25px;
        width: 41.6666666666%;
    }
    .about-bottom .img {
        width: 58.3333333333%;
        padding-right: 5px;
    }

    /* Error
    ------------------------------------------------------------------------*/
    .error-page {
        background-image: url('../img/bg-error_1600.jpg');
    }
    .error-page-inner:before {
        min-height: 590px;
    }
    .error-page-message {
        font-size: 30px;
        margin-top: 80px;
        margin-bottom: 80px;
        padding: 40px 40px 20px;
    }
    .error-page-message h1 {
        font-size: 45px;
    }

    /* Guide banner
    ------------------------------------------------------------------------*/
    .guide-banner-inner {
        padding-left: 100px;
        padding-right: 100px;
    }
    .guide-banner-text {
        width: 495px;
        padding-right: 5px;
    }
    .guide-banner-image {
        left: 100px;
    }
    .guide-banner-form {
        width: 495px;
        padding-left: 5px;
    }

    /* Delivery page
    ------------------------------------------------------------------------*/
    .delivery-list > li,
    .delivery-full-list > li {
        padding-left: 5px;
        padding-right: 5px;
    }
    .product-delivery-list > li {
        width: 33.333333%;
    }

    .delivery-days > ul {
        margin-left: -3px;
        margin-right: -3px;
    }
    .delivery-days > ul > li {
        padding-left: 3px;
        padding-right: 3px;
    }

/* Brand
    ------------------------------------------------------------------------*/
    .brand-top-img,
    .brand-top-video {
        margin-bottom: 10px;
    }
    .brand-top-plus-list ul {
        margin-left: -5px;
        margin-right: -5px;
    }
    .brand-top-plus-list ul > li {
        padding-left: 5px;
        padding-right: 5px;
    }

    /* Landing page BtoB
    ------------------------------------------------------------------------*/
    .lp-btob-subnav {
        top: 198px;
    }
    .lp-btob-sectors > ul {
        margin-left: -5px;
        margin-right: -5px;
    }
    .lp-btob-sectors > ul > li {
        padding-left: 5px;
        padding-right: 5px;
    }
    .lp-btob-sector .img {
        height: 278px;
    }
    .lp-btob-sector .text {
        bottom: 10px;
    }
    .lp-btob-sector .title {
        font-size: 25px;
    }
    .lp-btob-sector .subtitle {
        font-size: 18px;
    }
    .lp-btob-sector:hover .text-inner-more {
        max-height: 278px;
    }

    .lp-btob-product-item-list-slideshow .pj-slideshow-prev {
        left: 15px
    }
    .lp-btob-product-item-list-slideshow .pj-slideshow-next {
        right: 15px;
    }

    .lp-btob-advice-slideshow .pj-slideshow-wrap > ul {
        margin-left: -5px;
        margin-right: -5px;
    }
    .lp-btob-advice-slideshow .pj-slideshow-wrap > ul > li {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .lp-btob-advice .img {
        padding-right: 5px;
    }
    .lp-btob-advice .text {
        padding-left: 25px;
    }
    .lp-btob-advice-slideshow .pj-slideshow-wrap > ul > li:nth-child(2n) .lp-btob-advice .img {
        padding-right: 5px;
    }
    .lp-btob-advice-slideshow .pj-slideshow-wrap > ul > li:nth-child(2n) .lp-btob-advice .text {
        padding-left: 25px;
    }
    .lp-btob-advice-slideshow .pj-slideshow-wrap > ul > li:nth-child(4n-1) .lp-btob-advice .img,
    .lp-btob-advice-slideshow .pj-slideshow-wrap > ul > li:nth-child(4n) .lp-btob-advice .img {
        padding-left: 5px;
    }
    .lp-btob-advice-slideshow .pj-slideshow-wrap > ul > li:nth-child(4n-1) .lp-btob-advice .text,
    .lp-btob-advice-slideshow .pj-slideshow-wrap > ul > li:nth-child(4n) .lp-btob-advice .text {
        padding-right: 25px;
    }


    /* Cookies
    ------------------------------------------------------------------------*/
    .cookies-alert-actions {
        margin-right: -595px;
    }
}

@media (min-width: 1440px) {
    /* Homepage
    ------------------------------------------------------------------------*/
    .home-slideshow {
        max-width: 1600px;
    }
    .home-slideshow .pj-slideshow-wrap,
    .home-slideshow .pj-slideshow-wrap > ul > li {
        height: 520px;
    }
    .home-slideshow .pj-slideshow-wrap > ul > li img {
        max-height: none;
    }
    .home-slideshow .pj-slideshow-wrap .home-slideshow-slide-text {
        bottom: 85px;
    }
    .home-slideshow .pj-slideshow-wrap .home-slideshow-slide-text-side .pj-buttons {
        width: 560px;
    }
}
