/*
/	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;
}
.home-slideshow .pj-slideshow-wrap {
    height: 280px;
}
.home-slideshow .pj-slideshow-wrap > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.home-slideshow .pj-slideshow-wrap > ul > li {
    display: none;
    position: relative;
    width: 100%;
    height: 280px;
    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 .home-slideshow-nav {
    display: none;
}

.home-inspiration {
    background: #f4f4f4;
    padding: 60px 0;
    margin: 0 0 50px;
}
.home-inspiration-title-block {
    position: relative;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 0 10px;
    padding: 25px 0 20px;
}
.home-inspiration-title-before {
    position: absolute;
    top: -20px;
    left: 25px;
    background: url('../img/brush-dg_120.png') no-repeat;
    width: 120px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.home-inspiration-title {
    color: #71ba2c;
    text-align: center;
    padding: 0 25px;
    margin: 0;
}
.home-inspiration-more {
    display: none;
}

.home-inspiration-slideshow .pj-slideshow-wrap {
    margin-bottom: 10px;
}
.home-inspiration-slideshow .pj-slideshow-wrap > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.home-inspiration-slideshow .pj-slideshow-wrap > ul > li {
    display: none;
}
.home-inspiration-slideshow .pj-slideshow-wrap > ul > li:first-child {
    display: inline-block;
}
.home-inspiration-item {
    color: #fff;
    position: relative;
}
.home-inspiration-item > a {
    display: block;
    text-decoration: none;
    color: #fff;
    height: 240px;
    font-size: 0;
    text-align: center;
}
.home-inspiration-item > a:before { /* strut */
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.home-inspiration-item-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.home-inspiration-item-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%);
}
.home-inspiration-item-title-block {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0 30px;
    overflow: hidden;
}
.home-inspiration-item-title {
    font: 20px/1.5 'poppins', sans-serif;
    color: #fff;
}
.home-inspiration-item-title-image {
    overflow: hidden;
}
.home-inspiration-item-title-image > span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}
.home-inspiration-item-title-image > span:before,
.home-inspiration-item-title-image > span:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 9999px;
    border-top: 1px solid #fff;
}
.home-inspiration-item-title-image > span:before {
    right: 100%;
}
.home-inspiration-item-title-image > span:after {
    left: 100%;
}
.home-inspiration-item-title-image span [class^="pj-icon-"],
.home-inspiration-item-title-image span [class*=" pj-icon-"] {
    font-size: 40px;
}

.home-event-more {
    text-align: center;
    margin: 0 0 20px;
}
.home-event-image {
    margin: 0 0 20px;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.home-event-image a {
    display: block;
}
.home-event-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%);
}

.home-categories-desktop {
    display: none;
}
.home-categories-mobile {
    margin: 0 0 40px;
}
.home-categories-mobile h2 {
    font-size: 20px;
}
.home-categories-mobile > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.home-categories-mobile > ul > li {
    margin: 0 0 20px;
}
.home-categories-mobile > ul > 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;
}
.home-categories-mobile > ul > li > a:hover {
    color: #71ba2c;
}
.home-categories-mobile > ul > .promo > a:hover {
    color: #fa493c;
}
.home-categories-mobile .home-category-icon {
    color: #71ba2c;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    text-align: center;
    font-size: 20px;
    margin: 0 20px 0 0;
}
.home-categories-mobile .pj-icon-chevron-right {
    color: #71ba2c;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 15px;
    height: 15px;
    margin-top: -8px;
}
.home-categories-mobile .promo .home-category-icon,
.home-categories-mobile .promo .pj-icon-chevron-right {
    color: #fa493c;
}

.home-category-items .cat-3-item {
    margin: 0 0 20px;
}

.home-gardening-advice {
    background: #f4f4f4 no-repeat 50% 50%;
    padding: 45px 0;
}
.home-gardening-advice-title-block {
    text-align: center;
}
.home-gardening-advice-title {
    display: inline-block;
    background: url('../img/brush-lg_213.png') no-repeat;
    width: 213px;
    height: 50px;
    color: #fff;
    font: bold 14px/50px 'roboto', sans-serif;
    text-transform: uppercase;
    text-align: center;
}
.home-gardening-advice-item {
    margin: 0 0 20px;
}
.home-gardening-advice-item-image {
    position: relative;
}
.home-gardening-advice-item-image a {
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.home-gardening-advice-item-image img {
    display: block;
}
.home-gardening-advice-item-image .home-gardening-advice-item-image-label {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    background: #71ba2c;
    color: #fff;
    text-align: center;
    font: bold 14px/30px 'poppins', sans-serif;
    text-transform: uppercase;
}
.home-gardening-advice-item-description {
    background: #fff;
    padding: 20px 20px 0;
}
.home-gardening-advice-item-description:after {
    content: '';
    display: table;
    clear: both;
}
.home-gardening-advice-item-description h3 {
    font: 500 16px/1.5 'poppins', sans-serif;
    margin: 0 0 10px;
}

/* 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-grid {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 40px;
}
.category-2-grid-inner {
    margin: 0 -10px;
}
.category-2-grid:after {
    content: '';
    display: table;
    clear: both;
}
.category-2-grid-sizer,
.category-2-grid-item {
    width: 100%;
}
.category-2-grid-item {
    height: 0;
    min-height: 300px;
    padding: 0 10px;
    float: left;
    margin: 0 0 20px;
}
.category-2-grid-item-auto-height {
    height: auto;
}
.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-2-grid-item-text {
    position: relative;
    height: 100%;
    background: #f6f6f6;
    padding: 20px;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
}
.category-2-grid-item-selection,
.category-2-grid-item-inspiration {
    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);
}
.category-2-grid-item-selection > a,
.category-2-grid-item-inspiration > a {
    display: block;
    color: #fff;
    font-weight: normal;
}
.category-2-grid-item-selection > a:after,
.category-2-grid-item-inspiration > 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);
}
.category-2-grid-item-inspiration-badge {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    background: url('../img/brush-lg_150.png') no-repeat;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}
.category-2-grid-item-selection-image img,
.category-2-grid-item-inspiration-image img {
    display: block;
}
.category-2-grid-item-selection-content,
.category-2-grid-item-inspiration-content {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    text-align: center;
}
.category-2-grid-item-selection-content:before,
.category-2-grid-item-inspiration-content:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.category-2-grid-item-selection-title-block,
.category-2-grid-item-inspiration-title-block {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    width: 100%;
}

.category-2-grid-item-selection-title-image,
.category-2-grid-item-inspiration-title-image {
    overflow: hidden;
}
.category-2-grid-item-selection-title-image span,
.category-2-grid-item-inspiration-title-image span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.category-2-grid-item-selection-title-image span:before,
.category-2-grid-item-selection-title-image span:after,
.category-2-grid-item-inspiration-title-image span:before,
.category-2-grid-item-inspiration-title-image span:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 9999px;
    border-top: 1px solid #fff;
}
.category-2-grid-item-inspiration-title-image span:before,
.category-2-grid-item-selection-title-image span:before {
    right: 100%;
    margin-right: 10px;
}
.category-2-grid-item-inspiration-title-image span:after,
.category-2-grid-item-selection-title-image span:after {
    left: 100%;
    margin-left: 10px;
}
.category-2-grid-item-inspiration-desc,
.category-2-grid-item-selection-desc {
    display: none;
}

.category-2-grid-item-icon-link {
    position: relative;
    height: 100%;

    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);
}
.category-2-grid-item-icon-link > a {
    display: block;
    font-size: 0;
    text-align: center;
    color: #fff;
    height: 100%;
    background: #71ba2c;
    position: relative;
}
.category-2-grid-item-icon-link > a:hover {
    background: #51a11a;
}
.category-2-grid-item-icon-link-highlighted > a {
    background: #fa493c;
}
.category-2-grid-item-icon-link-highlighted > a:hover {
    background: #f72f25;
}
.category-2-grid-item-icon-link-blue > a {
    background: #05a8aa;
}
.category-2-grid-item-icon-link-blue > a:hover {
    background: #028b8d;
}
.category-2-grid-item-icon-link-orange > a {
    background: #ee9a3a;
}
.category-2-grid-item-icon-link-orange > a:hover {
    background: #ec8a1b;
}
.category-2-grid-item-icon-link-yellow > a {
    background: #ffff57;
    color: #000;
}
.category-2-grid-item-icon-link-yellow > a:hover {
    background: #fff336;
}
.category-2-grid-item-icon-link-percent-bg > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/cat-2-percent-bg_300.png') no-repeat 0 0;
    width: 300px;
    height: 300px;
    margin: auto;
}
.category-2-grid-item-icon-link > a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.category-2-grid-item-icon-link-content {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    position: relative;
}
.category-2-grid-item-icon-link-icon {
    text-align: center;
    font-size: 100px;
    line-height: 1;
    margin: 0 0 20px;
}
.category-2-grid-item-icon-link-icon-small {
    font-size: 75px;
}
.category-2-grid-item-icon-link-title {
    font-family: 'roboto', sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0 20px;
    line-height: 1.2;
}

.category-2-grid-item-advert {
    position: relative;
    height: 100%;
}
.category-2-grid-item-advert a {
    display: block;
}
.category-2-grid-item-advert img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
}

/* Category 3
------------------------------------------------------------------------*/
.category-3-header {
    background: #f6f6f6;
    text-align: center;
    margin: 0 0 20px;
    padding: 20px 0 0;
    font-family: 'poppins', sans-serif;
    font-weight: 300;
}
.category-3-header-title {
    text-transform: uppercase;
}
.products-results-banner {
    margin-bottom: 20px;
}
.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-filter {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.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-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-selected-filters {
    overflow: hidden;
    margin: 0 0 10px;
    float: left;
}
.products-results-selected-filter {
    float: left;
    margin: 0 10px 10px 0;
    font-size: 12px;
    padding: 6px 10px;
    background: #f6f6f6;
}
.products-results-selected-filter-delete {
    color: #454545;
    margin-right: 10px;
    font-size: 10px;
}
.products-results-selected-filter-delete:hover {
    text-decoration: none;
}
.products-results-sorting {
    float: right;
    margin: 0 0 20px 10px;
}
.products-results-sorting label {
    color: #222;
}
.products-results-sorting .pj-select-like {
    width: auto;
    font-size: 10px;
}
.category-3-nb-results-count {
    font-weight: 900;
}

/* 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 {
    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: 0 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 {
    margin: 0 0 20px;
    position: relative;
}
.product-photos .pj-slideshow-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin-left: 20px;
    margin-right: 20px;

    -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 {
    z-index: 2;
    padding: 5px 10px;
}
.product-photos .pj-product-item-badge-flash:before {
    content: "\e909"; /* timer */
}
.product-photos .pj-product-item-badges {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 0;
    pointer-events: none;
}
.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 {
    text-align: center;
}
.label-bio{
    height: 85px;
}
.product-photos-sub-share {
    text-align: center;
    margin: 0 0 20px;
}
.product-photos-sub-share-label {
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
}

.product-top-wrap {
    margin: 0 0 40px;
}
.product-key-points-list {
    padding-left: 15px;
}
.product-badge {
    font-weight: bold;
    overflow: hidden;
    margin: 0 0 20px;
}
.product-badge:after {
    content: '';
    display: table;
    clear: both;
}
.product-badge-text {
    vertical-align: middle;
}
.product-badge [class^="pj-icon-"],
.product-badge [class*=" pj-icon-"] {
    font-size: 2em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.product-badge-info {
    vertical-align: middle;
    color: #ddd;
}
.product-badge-info:hover {
    text-decoration: none;
}
.product-badge-info .pj-icon-info-circle {
    font-size: 15px;
    margin-left: 5px;
}
.product-free-shipping {
    display: block;
    max-width: 190px;
    margin: 0 auto 20px;
}

.product-top-alert {
    text-align: center;
}
.product-top-offer {
    font-size: 16px;
    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: 10px;
    font-weight: 300;
    text-transform: none;
}

.product-price-block {
    background: #f6f6f6;
    text-align: center;
    margin: 0 0 20px;
}
.product-price-block-with-title {
    position: relative;
    margin-top: 40px;
}
.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 [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;
    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;
}
.product-more-conditioning-open .product-price-block-inner {
    -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-inner:after {
    content: '';
    display: table;
    clear: both;
}
.product-price-block-main {
    position: relative;
    padding: 20px 20px 30px;
}
.product-price-block-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;
}
.product-conditioning-info {
    color: #ddd;
    vertical-align: middle;
    font-size: 15px;
    margin-left: 5px;
}
.product-more-conditioning-toggler {
    display: block;
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 10px;
    font-size: 10px;
    text-decoration: underline;
    width: 100%;
    text-align: center;

    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.product-more-conditioning-toggler:hover {
    text-decoration: none;
}
.product-more-conditioning-toggler:before,
.product-more-conditioning-toggler:after {
    display: inline-block;
    vertical-align: middle;

    /* 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-more-conditioning-toggler:before {
    content: "\e918"; /* chevron-right */
    margin: 0 10px 0 0;
}
.product-more-conditioning-open .product-more-conditioning-toggler:before {
    content: "\e915"; /* chevron-down */
}
.product-more-conditioning-toggler:after {
    content: "\e91e"; /* plus-circle */
    color: #71ba2c;
    font-size: 15px;
    margin: 0 0 0 10px;
}
.product-more-conditioning-open .product-more-conditioning-toggler:after {
    content: "\e91f"; /* minus-circle */
}
.product-price-block-right {
    margin-top: -20px;
    overflow: hidden;
}
.product-price {
    min-height: 0;
    text-align: center;
    margin: 0 0 20px;
    overflow: hidden;
}
.product-price-old {
    font-size: 14px;
    padding-left: 0;
    padding-right: 10px;
}
.product-price-main {
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    padding-left: 0;
    padding-right: 0;
}
.product-price-conditioning {
    font-size: 14px;
}
.product-price-sub {
    display: block;
    width: 170px;
    margin: -20px auto 10px;
    text-align: center;
}
.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-text {
    display: block;
    text-align: center;
    font-size: 10px;
    margin: 0 0 10px;
}
.product-more-conditioning-wrap {
    position: relative;
    height: 0;
    overflow: hidden;
    margin-top: -2px;
}
.product-more-conditioning {
    background: #fff;
    padding: 20px 20px 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.product-more-conditioning-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.product-more-conditioning-list > li {
    border-top: 1px solid #ddd;
    margin: 0 -20px;
}
.product-more-conditioning-list > li:first-child {
    border-top: 0;
}
.product-more-conditioning-list > li > a {
    display: block;
    font-weight: normal;
    color: #454545;
    padding: 10px 20px 5px;
}
.product-more-conditioning-list > li:first-child > a {
    padding-top: 0;
}
.product-more-conditioning-list > li > a:hover {
    text-decoration: none;
}
.product-more-conditioning-item-label {
    display: block;
}
.product-more-conditioning-item-price {
    display: block;
    text-align: left;
    min-height: 0;
    padding-left: 20px;
}
.product-more-conditioning-item-price-old {
    font-size: 12px;
    padding-left: 0;
    padding-right: 10px;
}
.product-more-conditioning-item-price-main {
    font-size: 18px;
    height: 38px;
    padding-left: 0;
    padding-right: 0;
}
.product-more-conditioning-item-price-conditioning {
    font-size: 12px;
}

.product-quantity-block {
    margin: 20px 20px 0;
    position: relative;
}
.product-quantity-block:after {
    content: '';
    display: table;
    clear: both;
}
.product-quantity-block-container-with-arrow {
    position: relative;
    margin-bottom: 30px;
}
.product-quantity-block-container-with-arrow:before {
    content: '';
    border-top: 10px solid #f6f6f6;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
}
.product-quantity {
    position: relative;
    max-width: 170px;
    margin: 0 auto 20px;
}
.product-quantity-value {
    margin: 0 35px;
}
.product-quantity-value-field {
    background: #fff;
    border: 1px solid #ddd;
    height: 35px;
    padding: 8px 10px 7px 10px;
    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: 35px;
    width: 35px;
    position: absolute;
    top: 0;
    color: #71ba2c;
    font-size: 15px;
    text-align: center;
    line-height: 35px;

    -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-unavailable-warning {
    max-width: 332px;
    margin: 0 auto 20px;
}
.product-unavailable-warning .pj-rounded-button {
    max-width: none;
}
.product-add-to-cart {
    max-width: 170px;
    margin: 0 auto 20px;
}
.product-add-to-cart [class^="pj-icon-"],
.product-add-to-cart [class*=" pj-icon-"] {
    font-size: 15px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.product-selection {
    text-align: center;
}
.product-selection-button {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    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;
}
.product-selection-button:hover {
    color: #51a11a;
}
.product-selection [class^="pj-icon-"],
.product-selection [class*=" pj-icon-"] {
    font-size: 15px;
    margin-right: 5px;
    vertical-align: middle;
}

.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-variations {
    background: #f6f6f6;
    padding: 20px 20px 0;
    margin: 0 0 20px;
    text-align: center;
}
.product-variation:after {
    content: '';
    display: table;
    clear: both;
}
.product-variation-color-list {
    width: 230px;
    margin: 0 auto;
}
.product-variation-color-list > ul {
    list-style: none;
    padding: 0;
    margin: 0 -5px 20px;
}
.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 + li + li {
    display: none;
}
.product-variation-color-list.product-variation-color-list-open li + li + li {
    display: block;
}
.product-variation-color-list .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-price-badges {
    margin: 0 0 20px;
}
.product-price-badge {
    font-weight: normal;
}
.product-price-badge-image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.product-short-description-block {
    border-top: 1px solid #ddd;
    padding: 10px 0 0;
    margin: 0;
    overflow: hidden;
}
.product-reference {
    color: #999;
    font-size: 10px;
}
.product-more-conditioning-slideshow-container {
    border-top: 1px solid #ddd;
    padding: 20px 0 0;
    margin: 0 0 20px;
}
.product-more-conditioning-slideshow .pj-slideshow-prev,
.product-more-conditioning-slideshow .pj-slideshow-next {
    display: none;
}
.product-more-conditioning-slide {
    margin: 0 0 10px;
}
.product-more-conditioning-slide a {
    display: block;
    font-size: 0;
    color: #454545;
    font-weight: normal;
}
.product-more-conditioning-slide a:hover {
    text-decoration: none;
}
.product-more-conditioning-slide-label,
.product-more-conditioning-slide-price {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 12px;
}
.product-more-conditioning-slide-label {
    padding: 0 10px 0 0;
}
.product-more-conditioning-slide-price {
    padding: 0 0 0 10px;
    min-height: 0;
    text-align: left;
}
.product-more-conditioning-slide-price-old {
    display: block;
    color: #454545;
    padding: 0;
}
.product-more-conditioning-slide-price-main {
    display: block;
    color: #222;
    padding: 0;
    height: auto;
    font-size: 16px;
}

.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: #f6f6f6;
    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: #f6f6f6;
    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: #f6f6f6;
    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: #f6f6f6;
    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: #f6f6f6;
    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: #f6f6f6;
}
.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: #f6f6f6;
    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;
}

/* 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: #f6f6f6;
    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: #f6f6f6;
    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 .twitter a:before {
    content: "\e900"; /* twitter-circle */
}
.contact-social-list .google-plus a:before {
    content: "\e905"; /* google-plus-circle */
}
.contact-social-list .pinterest a:before {
    content: "\e902"; /* pinterest-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-nav {
    margin: 15px 0;
    text-align: center;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
}
.cart-nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    background: #f6f6f6;
    border-radius: 20px;
    height: 40px;
}
.cart-nav > ul > li {
    display: inline-block;
}
.cart-nav .cart-nav-label {
    display: none;
}
.cart-nav .active .cart-nav-label {
    display: inline;
}
.cart-nav > ul > li > a,
.cart-nav > ul > li > span {
    line-height: 40px;
    display: inline-block;
    padding: 0 15px;
}
.cart-nav > ul > li > a {
    color: #454545;
    font-weight: 500;

    -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-nav > ul > li > a:hover {
    color: #71ba2c;
    text-decoration: none;
}
.cart-nav > ul > .past > a,
.cart-nav > ul > .past > span {
    color: #71ba2c;
}
.cart-nav > ul > .past > a:hover {
    color: #51a11a;
}
.cart-nav > ul > .active > a,
.cart-nav > ul > .active > span {
    color: #fff;
    background: #71ba2c;

    border-radius: 20px;

    -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);
}

.cart-header .pj-form-submit {
    display: none;
}

.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-quantity-cell {
    width: 50%;
}
.cart-product-quantity {
    position: relative;
    overflow: hidden;
}
.cart-product-quantity-value {
    margin: 0 0 30px;
}
.cart-product-quantity-value-field {
    background: #fff;
    border: 1px solid #ddd;
    height: 30px;
    padding: 5px 10px;
    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;
    border-top: 0;
    height: 30px;
    width: 50%;
    position: absolute;
    bottom: 0;
    color: #71ba2c;
    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;
}

.cart-product-price-cell {
    width: 50%;
    text-align: right;
}
.cart-product-price-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;

    padding-bottom: 30px;
}
.cart-product-price-container:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.cart-product-price {
    white-space: nowrap;
    font-size: 12px;
}
.cart-product-price-main {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    color: #222;
}
.cart-product-price-old {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    color: #999;
    text-decoration: line-through;
    margin-right: 5px;
}
.cart-product-price-highlighted {
    color: #fa493c;
}
.cart-product-delete {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 15px;
    color: #999;
}

.cart-bottom {
    margin-bottom: 40px;
}
.cart-advantage-form {
    position: relative;
    margin: 0 0 20px;
}
.cart-advantage-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%;
}
.cart-advantage-form input:focus {
    border-color: #71ba2c;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.cart-advantage-form button {
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    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-advantage-form button:hover {
    background: #51a11a;
}

.cart-summary-line {
    font-size: 0;
    margin-bottom: 10px;
}
.cart-summary-line-label {
    display: inline-block;
    vertical-align: bottom;
    width: 50%;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}
.cart-summary-line-delete {
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    color: #999;
    text-transform: uppercase;
    font-size: 10px;
    margin-left: 5px;
    white-space: nowrap;
}
.cart-summary-line-value {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: right;

    font-size: 16px;
    font-weight: bold;
    color: #222;
}
.cart-summary-line-label .pj-select-like {
    margin-top: 5px;
}
.cart-summary-message {
    color: #71ba2c;
    text-align: right;
    font-family: 'poppins', sans-serif;
    font-weight: 500;
}
.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;
}

/* 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-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;
}
.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-bottom {
    margin-bottom: 40px;
}
.delivery-message {
    margin: 0 0 20px;
}
.delivery-message textarea {
    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-header {
    background: #f6f6f6;
    padding: 20px 20px 0;
    overflow: hidden;
}
.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: #f6f6f6;
}
.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;
}

/* 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: #f6f6f6;
}
.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);
}

/* 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-table tbody tr.active th,
.account-orders-table tbody tr.active td {
    background: #daf2f2;
}
.account-orders-price {
    font-weight: bold;
    white-space: nowrap;
}

.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-product-name {
    display: block;
    font-size: 16px;
}
.account-order-detail-product-ref {
    display: block;
    color: #999;
}
.account-order-detail .pj-fake-table-box-body .account-order-detail-quantity-cell {
    font-weight: bold;
}
.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;
}

.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;
}

/* 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: 600;
    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: middle;
    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: 50px;
    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: 190px;
    height: 190px;
    background: #f6f6f6;
    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 40px;
}
.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 40px;
}
.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-contact {
    background: #f6f6f6;
    padding: 20px 20px 0;
    margin: 0 0 20px;
    overflow: hidden;
    text-align: center;
}

.affiliate-link {
    text-align: center;
}

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

/* Warranty
------------------------------------------------------------------------*/
.warranty-title {
    text-align: center;
    position: relative;
    margin: 20px 0 40px;
}
.warranty-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    border-top: 1px solid #999;
    width: 100%;
}
.warranty-title h1 {
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    font-size: 24px;
    display: inline-block;
    color: #71ba2c;
    text-transform: uppercase;
    padding: 0 50px 0 10px;
    position: relative;
    background: #fff;
    margin: 0;
}
.warranty-title h1 > span {
    display: block;
    font-weight: bold;
    font-size: 18px;
    text-transform: none;
}
.warranty-title h1 [class^="pj-icon-"],
.warranty-title h1 [class*=" pj-icon-"] {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.warranty-intro {
    background: #f4f4f4;
    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: #f6f6f6;
    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: #f6f6f6;
    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-title {
    text-align: center;
    position: relative;
    margin: 20px 0 40px;
}
.store-delivery-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    border-top: 1px solid #999;
    width: 100%;
}
.store-delivery-title h1 {
    font-family: 'poppins', sans-serif;
    font-weight: 300;
    font-size: 24px;
    display: inline-block;
    color: #71ba2c;
    text-transform: uppercase;
    padding: 0 10px;
    position: relative;
    background: #fff;
    margin: 0;
}
.store-delivery-title h1 > span {
    display: block;
    font-weight: bold;
    text-transform: none;
}
.store-delivery-presentation-top-container {
    overflow: hidden;
}
.store-delivery-presentation-top {
    background: #f6f6f6;
    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 0;
    background: #71ba2c;
    color: #fff;
    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 35px;
}
.store-delivery-presentation-bottom .text .link {
    text-decoration: underline;
    display: block;
}
.store-delivery-presentation-bottom .text strong {
    display: block;
}
.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;
    left: 0;
    bottom: 0;
}
.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: #f6f6f6;
    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;
}

/* 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;
}

/* Cookies
------------------------------------------------------------------------*/
.cookies-alert {
    background: #eaf5e0;
    padding: 20px 0 0;
    overflow: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    min-width: 320px;
    z-index: 1000;
}
.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 .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-inspiration {
        background-image: url('../img/bg-logo-plantes-et-jardins.png');
        background-repeat: no-repeat;
        background-position: -330px -30px;
    }
    .home-inspiration-title-block {
        margin-bottom: 20px;
        padding-right: 0;
        font-size: 0;
    }
    .home-inspiration-title-wrap {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        padding: 0 10px 0 0;
    }
    .home-inspiration-title {
        text-align: left;
    }
    .home-inspiration-more-wrap {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        padding: 0 0 0 10px;
    }
    .home-inspiration-more {
        display: block;
        text-align: center;
        margin: 0;
    }
    .home-inspiration-slideshow .pj-slideshow-wrap > ul > li {
        display: inline-block;
    }

    .home-event-title-block:after {
        content: '';
        display: table;
        clear: both;
    }
    .home-event-title {
        float: left;
    }
    .home-event-more {
        float: right;
        margin: 0 0 20px 20px;
    }
    .home-event-more .pj-rounded-button {
        width: 190px;
    }
    .home-event-image {
        height: 240px;
    }

    .home-categories-mobile > ul > li > a {
        font-size: 18px;
    }
    .home-categories-mobile .home-category-icon {
        font-size: 30px;
        width: 60px;
    }

    .home-gardening-advice-wrap {
        position: relative;
    }
    .home-gardening-advice-title-block {
        text-align: left;
    }
    .home-gardening-advice-item-image .home-gardening-advice-item-image-label {
        font-size: 15px;
    }
    .home-gardening-advice-item-description {
        font-size: 14px;
    }
    .home-gardening-advice-item-description h3 {
        font-size: 20px;
    }
    .home-gardening-advice-more {
        position: absolute;
        top: 5px;
        right: 0;
        width: 190px;
    }

    /* Category 2
    ------------------------------------------------------------------------*/
    .category-2-grid {
        max-width: 620px;
    }
    .category-2-grid-sizer,
    .category-2-grid-item {
        width: 50%;
    }
    .category-2-grid-item-tablet-col-2 {
        width: 100%;
    }

    /* 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;
    }

    /* 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 {
        float: right;
        width: 50%;
        padding: 0 0 0 10px;

    }
    .product-title,
    .product-rating-total {
        text-align: left;
    }
    .product-rating-total.yotpo {
        text-align: left;
    }
    .product-photos-wrap {
        float: left;
        width: 50%;
        padding: 0 10px 0 0;
    }
    .product-photos-sub-logos {
        text-align: left;
    }
    .product-photos-sub-share {
        text-align: left;
    }
    .product-photos-sub-share-label {
        font-size: 14px;
    }

    .product-key-points-list {
        clear: right;
        margin-left: 50%;
        padding-left: 25px;
    }

    .product-badges-shipping {
        width: 50%;
        margin-left: 50%;
        padding-left: 10px;
        display: table;
        table-layout: fixed;
    }
    .product-badges {
        display: table-cell;
        vertical-align: bottom;
    }
    .product-free-shipping {
        display: table-cell;
        width: 200px;
        vertical-align: bottom;
        padding-bottom: 20px;
        padding-left: 10px;
    }

    .product-top-alert {
        clear: both;
    }
    .product-top-offer {
        font-size: 18px;
    }
    .product-top-offer-note {
        font-size: 12px;
    }
    .product-price-block {
        text-align: left;
        clear: both;
    }
    .product-price-block-title {
        top: -17px;
        font-size: 14px;
    }
    .product-price-block-main {
        overflow: hidden;
        padding-bottom: 0;
    }
    .product-price-block-left {
        float: left;
        width: 50%;
        padding: 0 10px 0 0;
    }
    .product-more-conditioning-toggler {
        text-align: left;
        font-size: 12px;
        margin-bottom: 20px;
        position: static;
    }
    .product-price-block-right {
        float: right;
        width: 50%;
        padding: 0 0 0 10px;
        margin-top: 0;
    }
    .product-price {
        text-align: right;
    }
    .product-price:after {
        content: '';
        display: table;
        clear: both;
    }
    .product-price-old,
    .product-price-main {
        height: auto;
        line-height: 24px;
    }
    .product-price-sub {
        float: right;
    }

    .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-quantity-block {
        padding-bottom: 20px;
        text-align: right;
    }
    .product-quantity-block-container-with-arrow:before {
        left: 40px;
        margin-left: 0;
    }
    .product-quantity-block .product-quantity {
        top: 0;
        left: 0;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        width: 120px;
    }
    .product-unavailable-warning {
        display: inline-block;
        vertical-align: middle;
        max-width: none;
        margin: 0;
    }
    .product-add-to-cart {
        display: inline-block;
        vertical-align: middle;
        max-width: none;
        margin-bottom: 0;
        margin-left: 20px;
    }
    .product-selection {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
    }
    .product-selection-button {
        margin-bottom: 0;
        font-size: 14px;
        width: auto;
    }
    .product-selection [class^="pj-icon-"],
    .product-selection [class*=" pj-icon-"] {
        font-size: 20px;
        display: block;
        text-align: center;
        margin: 0 0 5px;
    }
    .product-variations {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .product-variations:after {
        content: '';
        display: table;
        clear: both;
    }
    .product-variation {
        float: left;
        width: 50%;
        padding: 0 10px;
    }
    .product-variation-color-list {
        margin: 0;
    }

    .product-reference {
        font-size: 12px;
    }

    .product-more-conditioning-slideshow {
        position: relative;
    }
    .product-more-conditioning-slideshow .pj-slideshow-wrap {
        margin-left: 25px;
        margin-right: 25px;
    }
    .product-more-conditioning-slideshow .pj-slideshow-prev,
    .product-more-conditioning-slideshow .pj-slideshow-next {
        display: block;
        position: absolute;
        top: 50%;
        font-size: 20px;
        line-height: 20px;
        height: 20px;
        background: none;
        border: 0;
        padding: 0;
        margin: -10px 0 0;
        color: #71ba2c;
    }
    .product-more-conditioning-slideshow .pj-slideshow-prev {
        left: 0;
    }
    .product-more-conditioning-slideshow .pj-slideshow-next {
        right: 0;
    }
    .product-more-conditioning-slide {
        margin-bottom: 0;
        padding: 0 10px;
        border-left: 1px solid #ddd;
    }
    .product-more-conditioning-slide.current {
        border-left: 0;
    }

    .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;
    }

    /* 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-header:after {
        content: '';
        display: table;
        clear: both;
    }
    .cart-header h1 {
        float: left;
        line-height: 40px;
    }
    .cart-header .pj-form-submit {
        display: block;
        float: right;
        margin-top: 0;
    }
    .cart-product-name-block {
        font-size: 14px;
    }
    .cart-product-name {
        font-size: 18px;
    }
    .cart-product-offer-note {
        font-size: 12px;
    }
    .cart-product-quantity {
        max-width: 120px;
    }
    .cart-product-quantity-value {
        margin: 0 30px;
    }
    .cart-product-quantity-minus,
    .cart-product-quantity-plus {
        width: 30px;
        border-top: 1px solid #ddd;
    }
    .cart-product-quantity-plus {
        border-left: 0;
    }
    .cart-product-price {
        font-size: 14px;
    }
    .cart-product-price-main {
        font-size: 25px;
    }

    .cart-advantage-form {
        max-width: 290px;
    }
    .cart-summary-line-label {
        font-size: 14px;
    }
    .cart-summary-line-delete {
        font-size: 12px;
    }
    .cart-summary-line-value {
        font-size: 20px;
    }
    .cart-summary-line-label .pj-select-like {
        width: auto;
        margin-top: 0;
        margin-left: 10px;
    }
    .cart-summary-total-label {
        font-size: 18px;
    }
    .cart-summary-total-value {
        font-size: 40px;
    }
    .cart-summary-total-value-economy {
        font-size: 14px;
    }

    /* Delivery
    ------------------------------------------------------------------------*/
    .delivery-option-choice-details {
        padding: 0 0 0 65px;
    }
    .delivery-message-form {
        max-width: 390px;
    }
    .delivery-popup-list-item-name {
        font-size: 16px;
    }

    /* 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 {
        max-width: 490px;
        margin-left: 180px;
    }
    .account-form .pj-form-label {
        width: 160px;
    }

    /* My orders
    ------------------------------------------------------------------------*/
    .account-order-detail-product-name {
        font-size: 18px;
    }

    /* 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 {
        font-size: 36px;
        padding: 0 80px 0 30px;
    }
    .warranty-title h1 > span {
        font-size: 28px;
    }
    .warranty-title h1 [class^="pj-icon-"],
    .warranty-title h1 [class*=" pj-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-title h1 {
        font-size: 36px;
        padding: 0 30px;
    }
    .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;
    }

    /* 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;
    }

    /* 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 .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-inspiration-title-before {
        font-size: 16px;
        background-image: url('../img/brush-dg_150.png');
        width: 150px;
        height: 50px;
        left: 20px;
        top: -25px;
        line-height: 50px;
    }
    .home-inspiration-title-block {
        padding-top: 40px;
        padding-bottom: 0;
        height: 240px;
    }
    .home-inspiration-title-wrap,
    .home-inspiration-more-wrap {
        display: block;
        width: auto;
        padding: 0;
    }
    .home-inspiration-title {
        margin-bottom: 35px;
    }
    .home-inspiration-title:after {
        content: '';
        display: block;
        margin-top: 5px;
        border-bottom: 1px solid #ddd;
    }

    .home-event-image {
        height: 344px;
    }

    .home-categories-mobile {
        display: none;
    }
    .home-categories-desktop {
        display: block;
        position: relative;
        padding: 40px 0 0;
    }
    .home-categories-desktop:before {
        content: '';
        position: absolute;
        height: 18px; /* 3 * 6 */
        top: -18px; /* 3 * 6 */
        left: 20px;
        right: 20px;
        -webkit-box-shadow: 0 6px 6px -6px rgba(153, 153, 153, 0.4);
        -moz-box-shadow: 0 6px 6px -6px rgba(153, 153, 153, 0.4);
        box-shadow: 0 6px 6px -6px rgba(153, 153, 153, 0.4);
    }
    .home-category-title-block:after {
        content: '';
        display: table;
        clear: both;
    }
    .home-category-title {
        float: left;
    }
    .home-category-more {
        float: right;
    }
    .home-category-more .pj-rounded-button {
        width: 190px;
    }
    .home-category-items .cat-3-item-content {
        padding: 15px 15px 0;
    }
    .home-category-items .cat-3-item-title {
        font-size: 18px;
    }

    .home-gardening-advice {
        background-image: url('../img/bg-gardening-advice_1210.png');
    }
    .home-gardening-advice-title {
        background-image: url('../img/brush-lg_239.png');
        font-size: 16px;
        width: 239px;
        height: 50px;
    }
    .home-gardening-advice-item-description h3 {
        font-size: 25px;
    }

    /* Category 2
    ------------------------------------------------------------------------*/
    .image-header-text-block {
        margin: 0;
        width: 33.3333333333%;
        padding: 0 10px 0 0;
    }
    .image-header-title {
        padding: 0 20px;
    }
    .category-2-grid {
        max-width: 940px;
    }
    .category-2-grid-sizer,
    .category-2-grid-item {
        width: 320px;
    }
    .category-2-grid-item-tablet-col-2 {
        width: 640px;
    }
    .category-2-grid-item-desktop-col-1 {
        width: 320px;
    }
    .category-2-grid-item-desktop-col-2 {
        width: 640px;
    }
    .category-2-grid-item-desktop-col-3 {
        width: 100%;
    }
    .category-2-grid-item-desktop-row-2 {
        height: 620px;
        overflow: hidden;
    }

    .category-2-grid-item-selection-title-block,
    .category-2-grid-item-inspiration-title-block {
        padding: 0 20px;
    }
    .category-2-grid-item-inspiration-desc,
    .category-2-grid-item-selection-desc {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: left;
        font-size: 14px;
        padding: 0 20px;
    }
    .category-2-grid-item-text {
        font-size: 13px;
    }

    /* Category 3
    ------------------------------------------------------------------------*/
    .category-3-header {
        padding-left: 100px;
        padding-right: 100px;
    }
    .products-results-content:after {
        content: '';
        display: table;
        clear: both;
    }
    .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;
    }

    /* 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: #f6f6f6;
    }
    .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 {
        width: 540px;
        padding-left: 0;
        margin: 0 0 20px;
    }
    .product-title,
    .product-rating-total {
        margin: 0;
        display: inline;
        vertical-align: middle;
    }
    .product-title {
        margin-right: 10px;
    }
    .product-rating-total {
        display: inline-block;
    }
    .product-rating-total.yotpo {
        margin-bottom: 0;
    }
    .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 {
        padding-top: 20px;
        border-top: 1px solid #ddd;
    }

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

    .product-key-points-list {
        margin-left: 0;
        padding-left: 15px;
    }
    .product-badges-shipping {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }
    .product-top-alert,
    .product-price-block {
        clear: none;
    }

    .product-quantity-block {
        overflow: hidden;
    }

    .product-main {
        border-top: 1px solid #ddd;
    }
    .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: #f6f6f6;
    }
    .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;
        padding-top: 40px;
    }
    .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-nav .cart-nav-label {
        display: inline;
    }
    .cart-product-quantity {
        max-width: none;
    }
    .cart-product-quantity-value {
        margin: 0 0 30px;
    }
    .cart-product-quantity-minus,
    .cart-product-quantity-plus {
        width: 50%;
        border-top: 0;
    }
    .cart-product-quantity-plus {
        border-left: 1px solid #ddd;
    }
    .cart-product-price-container {
        height: 80px;
        padding-bottom: 0;
    }
    .cart-product-price-main {
        font-size: 20px;
    }
    .cart-product-delete {
        bottom: auto;
        top: 0;
    }

    .cart-advantage-form input {
        height: 45px;
        font-size: 14px;
        line-height: 21px;
        padding-top: 11px;
        padding-bottom: 11px;
        padding-right: 60px;
    }
    .cart-advantage-form button {
        width: 50px;
        height: 45px;
        line-height: 45px;
    }

    .cart-summary-line-label .pj-select-like {
        max-width: 140px;
    }
    .cart-summary-line-label {
        width: 70%;
    }
    .cart-summary-line-value {
        width: 30%;
    }

    /* 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-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;
    }
    
    /* My orders
    ------------------------------------------------------------------------*/
    .account-order-detail-product-name {
        font-size: 14px;
    }
	
	.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: 33.333333%;
        font-size: 14px;
        position: relative;
    }
    .affiliate-presentation-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;
    }
    .affiliate-banner {
        background: url('../img/affiliate-bg_1190.jpg') no-repeat 50%;
        background-size: cover;
    }
    .affiliate-banner .text {
        background: rgba(5, 168, 170, 0.7);
        display: inline-block;
        vertical-align: middle;
        width: 400px;
        margin: 30px 0 30px 30px;
    }
    .affiliate-banner .img {
        display: inline-block;
        vertical-align: middle;
        width: 400px;
        margin: 30px 0 30px 70px;
    }
    .affiliate-link {
        clear: both;
    }

    /* Warranty
    ------------------------------------------------------------------------*/
    .warranty-title h1 {
        font-size: 42px;
        padding-right: 85px;
    }
    .warranty-title h1 > span {
        font-size: 32px;
    }
    .warranty-title h1 [class^="pj-icon-"],
    .warranty-title h1 [class*=" pj-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-title h1 {
        font-size: 42px;
    }
    .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-2 > span {
        padding: 0 45px;
    }
    .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;
    }

    /* 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;
    }

    /* 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: 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-inspiration {
        background-position: -260px -30px;
    }
    .home-inspiration-title-block,
    .home-inspiration-item > a {
        height: 310px;
    }
    .home-inspiration-title {
        margin-bottom: 65px;
    }

    .home-event-image {
        height: 314px;
    }

    .home-gardening-advice {
        background-image: url('../img/bg-gardening-advice.png');
    }
    .home-gardening-advice-title {
        font-size: 18px;
        background-image: url('../img/brush-lg_302.png');
        width: 302px;
        height: 50px;
    }

    /* Category 2
    ------------------------------------------------------------------------*/
    .image-header-text-block {
        padding-right: 5px;
    }
    .image-header-title {
        padding: 0 40px;
    }
    .category-2-grid-inner {
        margin: 0 -5px;
    }
    .category-2-grid {
        max-width: 1190px;
        margin-bottom: 60px;
    }
    .category-2-grid-item {
        height: 390px;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .category-2-grid-sizer,
    .category-2-grid-item {
        width: 400px;
    }
    .category-2-grid-item-tablet-col-2 {
        width: 800px;
    }
    .category-2-grid-item-desktop-col-1 {
        width: 400px;
    }
    .category-2-grid-item-desktop-col-2 {
        width: 800px;
    }
    .category-2-grid-item-desktop-col-3 {
        width: 100%;
    }
    .category-2-grid-item-desktop-row-2 {
        height: 790px;
    }
    .category-2-grid-item-tablet-col-2 {
        width: 800px;
    }
    .category-2-grid-item-desktop-col-1 {
        width: 400px;
    }
    .category-2-grid-item-desktop-col-2 {
        width: 800px;
    }
    .category-2-grid-item-desktop-col-3 {
        width: 100%;
    }
    .category-2-grid-item-large-row-2 {
        height: 790px;
    }

    .cat-3-item-content {
        padding: 25px 25px 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-filters {
        width: 190px;
    }
    .products-results-content-main {
        margin-left: 200px;
    }

    /* 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 {
        font-size: 30px;
        padding: 10px;
    }

    .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-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-quantity-value {
        margin: 0 30px;
    }
    .cart-product-quantity-value-field {
        padding-left: 5px;
        padding-right: 5px;
    }
    .cart-product-quantity-minus,
    .cart-product-quantity-plus {
        width: 30px;
        border-top: 1px solid #ddd;
    }
    .cart-product-quantity-plus {
        border-left: 0;
    }

    /* 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;
    }

    /* 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-label {
        width: 170px;
    }

    /* 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;
        margin: 30px 0 30px 30px;
    }
    .affiliate-banner .img {
        width: 530px;
        margin: 30px 0 30px 100px;
    }

    /* Warranty
    ------------------------------------------------------------------------*/
    .warranty-title h1 {
        font-size: 47px;
        padding-right: 90px;
    }
    .warranty-title h1 > span {
        font-size: 37px;
    }
    .warranty-title h1 [class^="pj-icon-"],
    .warranty-title h1 [class*=" pj-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-title h1 {
        font-size: 47px;
    }
    .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;
    }

    /* 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;
    }

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

    /* Landing page
    ------------------------------------------------------------------------*/

}

@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;
    }
}