@charset "utf-8";
/* MKM */

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i');

body {
    background: #FFF;
    color: #000;
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
}

input,
textarea,
button,
select,
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
    font-family: 'Ubuntu', sans-serif;
    outline: none !important;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: auto;
    line-height: 1.42857143;
}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: none;
}

button {
    box-shadow: none !important;
}

a,
a:hover,
a:focus,
a:visited,
.alink:visited {
    color: #529c3b;
}

* {
    outline: 0 none !important;
}

::-moz-selection {
    background-color: #529c3b;
    color: #FFF;
}

::selection {
    background-color: #529c3b;
    color: #FFF;
}

::-webkit-input-placeholder {
    color: #515151;
}

:-moz-placeholder { /* Firefox 18- */
    color: #515151;
    opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #515151;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #515151;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
select,
textarea {
    border: 1px solid #e1e1e1;
    padding: 8px 15px;
    width: 100%;
}

select {
    padding-right: 30px;
}

.field.choice {
    position: relative;
}

ul > li,
ol > li {
    margin-bottom: 0;
}

h1,
.h1 {
    font-size: 30px;
}

h2,
.h2 {
    font-size: 24px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 16px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

@media screen and (min-width: 1400px) {
    .container {
        width: 1330px;
    }
}

.container,
.page-main,
.checkout-index-index .header.content {
    max-width: 1330px;
}

.page-main,
.checkout-index-index .header.content {
    padding: 0 15px;
    margin: 0 auto;
}

.checkout-index-index .header.content {
    padding-top: 30px;
    display: flex;
    align-items: center;
}

.checkout-index-index .header.content .go-to-cart a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    color: #000;
}

.checkout-index-index .header.content .logo {
    width: 240px;
}

.checkout-index-index .header.content .logo img {
    max-height: initial;
    width: 100%;
}

.compare.wrapper {
    display: none !important;
}

/* Minicart */
.minicart-wrapper .minicart-widgets {
    margin: 0;
}

.minicart-wrapper .block-minicart {
    top: 150%;
    right: 0;
    padding: 30px 20px 20px 20px;
}

.minicart-wrapper .block-minicart .items-total,
.minicart-wrapper .block-minicart .subtotal {
    margin: 0;
}

.minicart-wrapper .block-minicart .block-content > .actions > .primary {
    margin: 0 0 15px 0;
}

.minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary {
    position: relative;
    font-size: 22px;
    text-transform: none;
    text-align: left;
    border-radius: 10px;
    background: #eebc07;
}

.minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary:hover {
    background: #bc960b;
}

.minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 7px;
    border-color: transparent transparent transparent #FFF;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6.5px;
    z-index: 1;
}

.minicart-wrapper .action.close {
    display: none;
}

.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart.active:hover:before {
    color: #FFFFFF;
}

.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
    font-size: 25px;
}

.minicart-wrapper .action.showcart .counter.qty {
    margin: -9px 0 0 -12px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    padding: 0 4px;
    background: #30741b;
}

.minicart-wrapper .action.showcart .counter.qty.empty {
    display: inline-block;
}

.product-item-details .details-qty .cart-item-qty {
    padding: 8px 10px;
}

.minicart-wrapper .action.showcart .counter.qty .counter-number {
    text-shadow: none;
}

@media screen and (min-width: 366px) {
    .minicart-wrapper {
        margin-top: 0;
        top: 15px;
        right: 15px;
    }

    .minicart-wrapper .action.showcart:before,
    .minicart-wrapper .action.showcart.active:before {
        font-size: 35px;
        height: 30px;
    }
}

@media screen and (min-width: 768px) {
    .minicart-wrapper {
        top: 20px;
        right: 20px;
    }
}

@media screen and (min-width: 992px) {
    .minicart-wrapper {
        position: relative;
        top: auto;
        right: auto;
        margin: 15px 0 0 20px;
    }

    .minicart-wrapper .action.showcart {
        padding-left: 15px;
        border-left: 1px solid #515151;
    }

    .minicart-wrapper .action.showcart:before,
    .minicart-wrapper .action.showcart.active:before,
    .minicart-wrapper .action.showcart:hover:before,
    .minicart-wrapper .action.showcart.active:hover:before {
        color: #515151;
    }
}

@media screen and (min-width: 1200px) {
    .minicart-wrapper {
        margin: 22px 0 0 20px;
    }
}

@media screen and (min-width: 2000px) {
    .minicart-wrapper {
        margin: 89px 0 0 30px;
    }
}

/* Modal popup */

.modal-popup .modal-header {
    display: none;
}

.modal-popup button.action-primary,
.modal-popup button.action-secondary {
    border: none;
}

.modal-popup button.action-primary {
    color: #FFF;
    background: #30741b
}

.modal-popup button.action-primary:hover {
    background: #21530e
}

.nav-sections {
    background: #515151;
    position: relative;
    z-index: 5;
    margin: 0;
}

.navbar-collapse {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: none;
}

.navbar-nav > li {
    margin: 0;
}

.navbar-default .navbar-nav > li > a {
    padding: 25px 26px;
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover,
.navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.cms-index-index .navbar-default .navbar-nav > li.menu-item-home > a,
.page-layout-production .navbar-default .navbar-nav > li.menu-item-custom-production > a,
.cms-about-us .navbar-default .navbar-nav > li.menu-item-about > a,
.is-blog .navbar-default .navbar-nav > li.menu-item-blog > a,
.cms-contact-us .navbar-default .navbar-nav > li.menu-item-contact > a,
.page-products .navbar-default .navbar-nav > li.menu-item-shop > a,
.checkout-cart-index .navbar-default .navbar-nav > li.menu-item-basket > a,
.checkout-index-index .navbar-default .navbar-nav > li.menu-item-checkout > a,
.cms-terms .navbar-default .navbar-nav > li.menu-item-terms > a,
.cms-faqs .navbar-default .navbar-nav > li.menu-item-faqs > a {
    background-color: #529c3b;
    color: #FFF;
}

.navbar-default .navbar-nav > li > a.basket-menu-link > span {
    background: url(../images/basket@2x.png) no-repeat left center;
    background-size: 38px 29px;
    padding-left: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-default .menu-cart-notempty.navbar-nav > li > a.basket-menu-link > span {
    background-image: url(../images/basketred@2x.png);
}

.navbar-nav > li > ul {
    display: none;
    margin: 0;
    background: #FFF;
    width: 280px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 5px 15px;
    margin-right: -51px;
    z-index: 50;
}

.navbar-nav > li > ul :before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #FFF transparent;
    position: absolute;
    left: 20px;
    bottom: 100%;
    z-index: 1;
}

.navbar-nav > li > ul > li {
    list-style: none;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-nav > li > ul + li {
    border-top: 1px solid #d1d1d1;
}

.navbar-nav > li > ul > li a {
    display: block;
    padding: 12px 0;
    color: #171717;
    text-decoration: none;
}

.navbar-nav > li > ul > li a:hover {
    color: #b3a556;
}

.navbar-nav > li:hover > ul {
    display: block;
}

.navbar-nav > li > ul.megadropdown {
    width: 530px;
}

.navbar-nav > li > ul.megadropdown > li {
    float: left;
    width: 50%;
    padding: 0 0 10px;
}

.navbar-nav > li > ul.megadropdown > li ul {
    margin: 0;
    padding-left: 15px;
}

.navbar-nav > li > ul.megadropdown > li ul li {
    list-style: none;
}

.navbar-nav > li > ul.megadropdown > li ul li a {
    font-size: 12px;
    padding: 6px 0;
}

.nav-sections-items {
    float: left;
    background: none;
    border: none;
    border-radius: 0;
    min-height: 20px;
    margin-bottom: 0;
}

.homepage-hero {
    position: relative;
}

.homepage-slider-wrapper {
    padding: 50px 0 2px;
}

.homepage-slide {
    position: relative;
    z-index: 1;
}

.homepage-slide .text {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
    height: 100%;
    padding: 75px 0 0 125px;
    width: 675px;
    max-width: 100%;
    background: -moz-linear-gradient(left, rgba(204, 204, 204, 1) 0%, rgba(204, 204, 204, 1) 59%, rgba(204, 204, 204, 0.88) 67%, rgba(238, 238, 238, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(204, 204, 204, 1) 0%, rgba(204, 204, 204, 1) 59%, rgba(204, 204, 204, 0.88) 67%, rgba(238, 238, 238, 0) 100%);
    background: linear-gradient(to right, rgba(204, 204, 204, 1) 0%, rgba(204, 204, 204, 1) 59%, rgba(204, 204, 204, 0.88) 67%, rgba(238, 238, 238, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#00eeeeee', GradientType=1);
}

.homepage-slide .text h2 {
    margin: 0 0 20px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
}

.homepage-slide .text h2 span {
    display: block;
    font-weight: 700;
    font-size: 50px;
}

.homepage-slide .text p {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 25px;
    max-width: 368px;
}

.button {
    display: inline-block;
    text-decoration: none !important;
    color: #FFF !important;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    padding: 20px 40px;
    background: #30741b;
}

.button:hover {
    background-color: #296a14;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    font-size: 0px;
    text-indent: -9999px;
    cursor: pointer;
    width: 25px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    top: 50%;
    margin-top: -22.5px;
    z-index: 10;
    position: absolute;
}

.owl-carousel .owl-nav .owl-prev {
    left: 30px;
    background-image: url(../images/prev@2x.png);
}

.owl-carousel .owl-nav .owl-next {
    right: 30px;
    background-image: url(../images/next@2x.png);
}

.usp-bar {
    background: #30741b;
}

.usp-bar ul {
    padding: 0;
    margin: 0;
    font-size: 0px;
}

.usp-bar ul li {
    list-style: none;
    display: inline-block;
    width: 19%;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
}

.usp-bar ul li:last-child {
    width: 24%;
}

.usp-bar ul li a {
    color: #FFF !important;
    text-decoration: none !important;
    display: block;
    position: relative;
    z-index: 1;
    padding: 13px 15px 13px 140px;
}

.usp-bar ul li .image {
    border: 3px solid #70a55f;
    width: 96px;
    height: 96px;
    background: #357920;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -48px;
    z-index: 1;
    overflow: hidden;
}

.cms-index-index .page-main {
    max-width: 980px;
    padding: 50px 0;
    font-size: 18px;
}

.cms-index-index .page-main .column.main {
    padding-bottom: 0;
}

.cms-index-index .page-main h1 {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 25px;
}

.cms-index-index .page-main p {
    margin-bottom: 15px;
}

.homepage-buttons {
    text-align: center;
    margin: 0 0 50px;
    font-size: 0px;
}

.homepage-buttons p {
    display: inline-block;
    margin: 0;
}

.homepage-buttons p + p {
    margin-left: 54px;
}

.homepage-buttons p a {
    display: inline-block;
    font-size: 22px;
    color: #FFF !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 700;
    width: 328px;
    padding: 20px 10px;
    background: #30741b;
}

.homepage-buttons p a:hover {
    background-color: #296a14;
}

.homepage-videos-wrapper {
    margin-bottom: 45px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videos-list {
    max-width: 980px;
    margin: 0 auto;
}

.videos-titles-list {
    width: 30%;
    float: left;
    height: 383px;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    padding: 30px;
}

.videos-titles-list h4 {
    text-transform: uppercase;
    font-size: 30px;
    margin: 0 0 15px;
    font-weight: 400;
    background: url(../images/video@2x.png) no-repeat left center;
    background-size: 41px 28px;
    padding-left: 55px;
}

.videos-titles-list ul {
    padding: 0;
    margin: 0;
    max-height: 275px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.videos-titles-list ul::-webkit-scrollbar-track {
    background-color: #bfbfbf;
}

.videos-titles-list ul::-webkit-scrollbar {
    width: 6px;
    background-color: #bfbfbf;
}

.videos-titles-list ul::-webkit-scrollbar-thumb {
    background-color: #848484;
    border-radius: 4px;
}

.videos-titles-list ul li {
    list-style: none;
    padding: 10px 0;
    font-size: 22px;
    cursor: pointer;
}

.videos-titles-list ul li + li {
    border-top: 1px solid #bfbfbf;
}

.videos-titles-list ul li:hover,
.videos-titles-list ul li.active {
    color: #30741b;
}

.main-video {
    width: 69.5%;
    float: right;
}

.company-facts-wrapper {
    padding: 15px 0 50px 0;
}

.company-facts ul {
    padding: 0;
    margin: 0 -15px;
    font-size: 0px;
}

.company-facts ul li {
    display: inline-block;
    width: 25%;
    text-align: center;
    padding: 30px 20px;
    font-size: 18px;
    vertical-align: top;
    min-height: 280px;
}

.company-facts ul li + li {
    border-left: 3px solid #dae2d7;
}

.company-facts ul li .image {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    background: #30741b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

.company-facts ul li > a {
    display: inline-block;
    margin-bottom: 11px;
}

.company-facts ul li h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px;
}

.company-facts ul li p {
    margin: 0;
}

.page-footer .footer {
    background: #134603;
    padding: 50px 0;
    color: #FFF;
    font-size: 18px;
}

.footer-left {
    width: 45%;
    float: left;
}

.footer-left > span,
.footer-right > span {
    margin: 0 0 15px;
    display: inline-block;
    font-size: 18px;
}
.footer-left p {
    margin-bottom: 20px;
}

.footer-left > *:last-child {
    margin-bottom: 0;
}

.footer-phone-number {
    font-size: 30px;
    font-weight: 700;
    text-decoration: none !important;
    color: #FFF !important;
    display: inline-block;
    padding: 0 0 0 30px;
    line-height: 1em;
    margin-bottom: 30px;
}

body.webp .footer-phone-number {
    background: url(../images/phone@2x.webp) no-repeat left center;
    background-size: 23px 30px;
}

body.no-webp .footer-phone-number {
    background: url(../images/phone@2x.png) no-repeat left center;
    background-size: 23px 30px;
}

@media screen and (max-width: 1200px) {
    body.webp .footer-phone-number { background-size: 19px 25px; }
    body.no-webp .footer-phone-number { background-size: 19px 25px; }
}

@media screen and (max-width: 1000px) {
    body.webp .footer-phone-number { background-size: 15px 20px; }
    body.no-webp .footer-phone-number { background-size: 15px 20px; }
}

@media screen and (min-width: 768px) {
    .footer-phone-number {
        /*cursor: text;*/
    }
}

.footer-phone-number + .footer-phone-number {
    margin-left: 30px;
}

.footer-right {
    width: 45%;
    float: right;
}

.page-footer .footer span {
    font-size: 24px;
    font-weight: 400;
}

.footer-menus {
    padding: 15px 0 50px;
}

.footer-menus ul {
    float: left;
    padding: 0 0 0 20px;
    margin: 0;
    width: 50%;
}

.footer-menus ul li {
    margin: 0 0 3px;
}

.footer-menus ul li a {
    color: #FFF;
}

.footer-menus span {
    font-size: 18px !important;
}

.footer-social ul {
    padding: 0;
    margin: 0;
}

.footer-social ul li {
    list-style: none;
    float: left;
}

.footer-social ul li + li {
    margin-left: 30px;
}

.footer-social ul li a {
    display: block;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #30741b;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 37px 37px;
}

.footer-social ul li a:hover {
    background-color: #286d12;
}

body.webp .footer-social ul li a.social-fb {
    background-image: url(../images/social/fb@2x.webp);
}

body.webp .footer-social ul li a.social-tw {
    background-image: url(../images/social/tw2@2x.webp);
}

body.webp .footer-social ul li a.social-gp {
    background-image: url(../images/social/gp@2x.webp);
}

body.webp .footer-social ul li a.social-in {
    background-image: url(../images/social/in@2x.webp);
}

body.webp .footer-social ul li a.social-yt {
    background-image: url(../images/social/yt@2x.webp);
}

body.webp .footer-social ul li a.social-is {
    background-image: url(../images/social/is@2x.webp);
}

body.no-webp .footer-social ul li a.social-fb {
    background-image: url(../images/social/fb@2x.png);
}

body.no-webp .footer-social ul li a.social-tw {
    background-image: url(../images/social/tw2@2x.png);
}

body.no-webp .footer-social ul li a.social-gp {
    background-image: url(../images/social/gp@2x.png);
}

body.no-webp .footer-social ul li a.social-in {
    background-image: url(../images/social/in@2x.png);
}

body.no-webp .footer-social ul li a.social-yt {
    background-image: url(../images/social/yt@2x.png);
}

body.no-webp .footer-social ul li a.social-is {
    background-image: url(../images/social/is@2x.png);
}

.amazon-payments-footer {
    display: none;
}

/* Custom Production */
.custom-production-slider {
    position: relative;
    z-index: 1;
    border-top: 10px solid #529C3B;
    border-bottom: 10px solid #529C3B;
    margin: 0 0 40px;
}

.custom-production-slider .owl-carousel {
    max-height: 370px;
    overflow: hidden;
}

.custom-production-slider .owl-carousel img {
    width: 100%;
}

.custom-production-slider .owl-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    z-index: 10;
    text-align: center;
}

.custom-production-slider .owl-carousel .owl-dot {
    width: 16px;
    height: 16px;
    font-size: 0px;
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ccc;
    cursor: pointer;
    margin: 0 6px;
    display: inline-block;
}

.custom-production-slider .owl-carousel .owl-dot.active {
    background: #ccc;
}

.custom-production-page-inner {
    max-width: 960px;
    margin: 0 auto;
}

.custom-production-row2 {
    margin: 0 0 10px;
}

.custom-production-2-left {
    float: left;
    width: 55%;
}

.custom-production-2-left h2 {
    color: #323232;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 0;
}

.custom-production-page-inner p {
    margin: 0 0 15px;
}

.custom-production-2-right {
    float: right;
    width: 38%;
    background: #58a83c;
    color: #FFF;
    padding: 40px 40px;
}

.custom-production-2-right h2 {
    font-size: 20px;
    margin: 0 0 15px;
    padding: 0;
    font-weight: 700;
}

.custom-production-benefits {
    padding: 40px 75px 40px 315px;
    position: relative;
    z-index: 1;
    border-top: 2px solid #e7e6e6;
}

.custom-production-benefits img {
    max-width: 280px;
    position: absolute;
    left: 0px;
    top: 25px;
    z-index: 2;
}

.custom-production-benefits h2 {
    color: #323232;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
    padding: 0;
}

.custom-production-need-extrusion {
    border: 2px solid #e7e6e6;
    padding: 30px 30px;
    margin: 0 0 30px;
}

.custom-production-need-left {
    float: left;
    width: 62%;
    color: #323232;
}

.custom-production-need-left h2 {
    color: #323232;
    font-size: 20px;
    margin: 0 0 15px;
    padding: 0;
    font-weight: 700;
}

.custom-production-need-left ol {
    margin: 25px 0 0;
    padding: 0;
    counter-reset: ol-counter;
}

.custom-production-need-left ol li {
    list-style: none;
    padding-left: 75px;
    position: relative;
    z-index: 1;
    counter-increment: ol-counter;
    line-height: 1.5em;
}

.custom-production-need-left ol li + li {
    margin-top: 25px;
}

.custom-production-need-left ol li:before {
    content: counter(ol-counter);
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 26px;
    color: #579e3e;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background: #eaeaea;
}

.custom-production-need-right {
    width: 300px;
    float: right;
}

.custom-production-services {
    float: left;
    width: 54%;
}

.custom-production-services h2 {
    color: #323232;
    font-size: 20px;
    margin: 0 0 35px;
    padding: 0;
    font-weight: 700;
}

.production-services-item {
    margin: 0 0 40px;
    position: relative;
    z-index: 1;
    padding-right: 190px;
}

.production-services-item h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #323232;
    padding: 0;
}

.production-services-item .image {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    width: 160px;
}

.production-services-item .image img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.custom-production-bottom-right {
    float: right;
    width: 37.67%;
}

.custom-production-materials {
    background: #e7e7e7;
}

.custom-production-materials .image img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.custom-production-materials .text {
    padding: 40px 40px;
}

.custom-production-materials .text h2 {
    color: #323232;
    font-size: 20px;
    margin: 0 0 15px;
    padding: 0;
    font-weight: 700;
}

.custom-production-materials .text ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.cms-advisor-wrapper {
    background: #58a83c;
    color: #FFF;
    text-align: center;
    padding: 30px 15px;
    margin: 40px 0 0;
    font-weight: 700;
}

.cms-advisor-wrapper p {
    margin: 0;
}

.cms-advisor-wrapper h3 {
    font-size: 36px;
    font-weight: 700;
    margin: 5px 0;
    padding: 0;
}

.breadcrumbs {
    padding: 20px 0;
    max-width: none;
    font-weight: 700;
    font-size: 12px;
    font-family: Arial, Helvetica, "sans-serif";
    margin: 0;
}

.breadcrumbs .items {
    display: inline;
}

.breadcrumbs a {
    color: #000 !important;
    text-decoration: underline;
}

.breadcrumbs strong {
    font-weight: 700;
    color: #000;
}

.breadcrumbs .item:not(:last-child):after {
    margin: 0 1px;
    line-height: 16px;
}

.page-title-wrapper {
    padding: 0 0 16px;
    margin: 0 0 0;
}

.page-title-wrapper h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 0.3em;
    line-height: 1.3;
    padding: 0 0 10px;
    border-bottom: 3px solid #e7e6e6;
}

.page-main > .page-title-wrapper .page-title {
    display: block;
}

.background {
    color: #fff;
    padding: 17px;
    background: #33ae30;
    /*    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);*/
    background: -moz-linear-gradient(top, #33ae30 21%, #063 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, #33ae30), color-stop(100%, #063));
    background: -webkit-linear-gradient(top, #33ae30 21%, #063 100%);
    background: -o-linear-gradient(top, #33ae30 21%, #063 100%);
    background: -ms-linear-gradient(top, #33ae30 21%, #063 100%);
    background: linear-gradient(to bottom, #33ae30 21%, #063 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ae30', endColorstr='#006633', GradientType=0);
}

.cms-data-sheets .page-main .columns {
    max-width: 960px;
    margin: 0 auto;
}

.mageworx-htmlsitemap-index-index .page-main {
    padding-bottom: 30px;
}

.label {
    padding: 0;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.42857143;
    color: inherit;
    white-space: normal;
    border-radius: 0;
    text-align: inherit;
}

.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
    font-weight: 400;
}

.action.primary,
.abs-revert-to-action-secondary, .paypal-review .block .actions-toolbar .action.primary, .abs-discount-block .actions-toolbar .action.primary, .abs-discount-block .actions-toolbar .action.cancel, .block-compare .action.primary, .cart-summary .block .actions-toolbar > .primary .action.primary, .cart-summary .form.giftregistry .fieldset .action.primary, .paypal-review-discount .actions-toolbar .action.primary, .paypal-review-discount .actions-toolbar .action.cancel, .cart-discount .actions-toolbar .action.primary, .cart-discount .actions-toolbar .action.cancel,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF !important;
    background: #30741b;
    padding: 12px 25px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border: none !important;
    text-decoration: none !important;
    line-height: 1.42857143;
}

.actions-toolbar > .secondary .action {
    background: #515151;
}

.action.primary:hover,
.action.primary:focus,
.action.primary:active,
.abs-revert-secondary-color:hover, .abs-revert-to-action-secondary:hover, .paypal-review .block .actions-toolbar .action.primary:hover, .abs-discount-block .actions-toolbar .action.primary:hover, .abs-discount-block .actions-toolbar .action.cancel:hover, .block-compare .action.primary:hover, .cart-summary .block .actions-toolbar > .primary .action.primary:hover, .cart-summary .form.giftregistry .fieldset .action.primary:hover, .paypal-review-discount .actions-toolbar .action.primary:hover, .paypal-review-discount .actions-toolbar .action.cancel:hover, .cart-discount .actions-toolbar .action.primary:hover, .cart-discount .actions-toolbar .action.cancel:hover,
.actions-toolbar > .primary .action:hover,
.actions-toolbar > .secondary .action:hover {
    background-color: #296a14;
    border: none;
}

.actions-toolbar > .secondary .action:hover {
    background: #000;
}

button, a.action.primary {
    border-radius: 0;
}

.actions-toolbar .secondary a.action {
    margin-top: 0;
}

div.field.choice > input[type="checkbox"],
div.field.choice > input[type="radio"] {
    position: absolute;
    left: -99999px;
}

div.field.choice > input[type="checkbox"] + label,
div.field.choice > input[type="radio"] + label {
    position: relative;
    z-index: 1;
    padding-left: 36px;
    font-weight: 400;
}

div.field.choice > input[type="checkbox"] + label:before,
div.field.choice > input[type="radio"] + label:before {
    content: '';
    width: 24px;
    height: 24px;
    border: 1px solid #a9a6a6;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -12px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}

div.field.choice > input[type="checkbox"]:checked + label:before {
    background-image: url(../images/check@2x.png);
}

div.field.choice > input[type="radio"] + label:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

div.field.choice > input[type="radio"]:checked + label:before {
    background: #ff9600;
}

.about-page-row + .about-page-row {
    padding-top: 40px;
    border-top: 2px solid #e9e7e8;
    margin-top: 40px;
}

.about-page-row-1-left {
    float: left;
    font-size: 18px;
    line-height: 1.8em;
    width: 45%;
}

.about-page-row-1-left img {
    margin-top: 60px;
}

.about-page-row-1-right {
    width: 46%;
    float: right;
}

.about-page-row-1-right img {
    margin-bottom: 60px;
}

blockquote {
    position: relative;
    z-index: 1;
    font-style: italic;
    padding: 0;
    font-size: 20px;
    line-height: 1.8;
    border: none;
    color: #000;
}

blockquote p {
    text-indent: 70px;
}

blockquote:before {
    content: '';
    width: 64px;
    height: 46px;
    background: url(../images/quote.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 21px;
    top: -9px;
    z-index: -1;
}

blockquote h4 {
    font-style: normal;
    text-align: right;
    font-weight: 700;
    font-size: 18px;
    margin: 10px 0 0;
}

.about-page-certificates {
    max-width: 980px;
    margin: 0 auto;
}

.about-page-certificate-item {
    float: left;
    width: 50%;
    text-align: center;
    padding: 0 15px;
    font-size: 16px;
}

.about-page-certificate-item a {
    color: #000;
}

.about-page-certificate-item img {
    margin-bottom: 10px;
}

.about-page-row-3-left {
    float: left;
    font-size: 18px;
    line-height: 1.8em;
    width: 50%;
}

.about-page-row-3-left p {
    margin: 0 0 30px;
}

.about-page-row-3-right {
    float: right;
    width: 40%;
}

.about-gold-certificate {
    padding: 70px 0 0;
    text-align: center;
    font-size: 18px;
}

.about-gold-certificate img {
    max-width: 150px;
    margin: 0 0 20px;
}

.about-gold-certificate p {
    margin: 0 0 20px;
}

.about-gold-certificate p a {
    color: #000;
    text-decoration: underline;
}

/* Blog */
.page-layout-2columns-right .sidebar-main {
    float: right;
    padding-left: 0;
    width: 18%;
}

.page-layout-2columns-right .column.main {
    width: 72%;
}

.is-blog .page-title-wrapper h1 {
    border: none;
    padding-bottom: 0;
}

.block-blog {
    border-top: 3px solid #529c3b;
    padding: 25px 0 0;
    margin: 0 0 30px !important;
}

.block-blog .block-title {
    border: none;
    padding: 0;
}

.block-blog .block-title > strong {
    font-weight: 700;
    font-size: 18px;
}

.block-blog .block-content ul {
    padding: 0;
    margin: 0;
}

.block-blog .block-content ul li {
    list-style: disc outside;
    font-family: Ubuntu;
    margin-left: 14px;
    font-size: 14px;
    line-height: normal;
}

.block-blog ul li + li {
    margin-top: 10px;
}

.blog-search {
    position: relative;
    z-index: 1;
    padding-right: 38px;
}

.blog-search input.input-text {
    background-color: #f7f7f7;
}

.blog-search .button {
    width: 38px;
    height: 100%;
    font-size: 0px;
    text-transform: uppercase;
    text-indent: -9999px;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
    background-color: #47aa42;
    background-image: url(../images/search@2x.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center;
}

.blog-search .button:hover {
    background-color: #286924;
}

ol.post-list > li.item {
    border-bottom: 1px solid #d1d0d0;
    padding: 0 0 30px;
    margin: 0 0 30px;
}

ol.post-list > li .post-image {
    width: 373px;
    float: left;
}

ol.post-list > li .text {
    float: right;
    width: 56%;
}

ol.post-list > li .text h2.post-name {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 24px;
}

ol.post-list > li .text h2.post-name a {
    color: #000;
    text-decoration: none !important;
}

ol.post-list > li .text h2.post-name a:hover {
    color: #529c3b;
}

.post-excerpt > * {
    margin-bottom: 20px;
}

.post-excerpt > ul {
    padding-left: 20px;
    list-style: square outside url('data:image/gif;base64,R0lGODlhBQAKAIABAAAAAP///yH5BAEAAAEALAAAAAAFAAoAAAIIjI+ZwKwPUQEAOw==');
}

.post-readmore > a {
    font-weight: 700;
}

.is-blog .pager .toolbar-amount {
    display: none;
}

.is-blog .pager {
    text-align: right;
}

.is-blog .pager .pages ul {
    display: inline;
    padding: 0;
    margin: 0;
}

.is-blog .pager .pages li {
    display: inline;
    font-size: 14px;
    margin: 0;
}

.is-blog .pager .pages li + li {
    margin-left: 5px;
}

.is-blog .pager .pages li.current strong {
    color: #529c3b;
}

.is-blog .pager .pages li a {
    text-decoration: none;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none !important;
    color: #000 !important;
}

.is-blog .pages strong.page {
    padding: 0;
    background: none !important;
    font-size: 14px;
    font-weight: 400;
}

.is-blog .pages a.action {
    box-shadow: none;
    margin: 0 !important;
}

.is-blog .pages .action.next:before {
    font-size: 12px;
    color: #000 !important;
}

.is-blog .pages .action.previous:before {
    font-size: 12px;
    color: #000 !important;
}

.wordpress-post-view .post-entry img {
    float: none;
    margin: 0 0 20px;
    border: 1px solid #dddddd;
    padding: 8px;
}

.wordpress-post-view .post-entry a {
    color: #000;
    text-decoration: underline;
}

.wordpress-post-view .post-entry a:hover {
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .wordpress-post-view .post-content,
    .post-excerpt,
    .post-readmore {
        font-size: 18px;
    }

    .custom-production-page-inner {
        font-size: 18px;
    }
}

.wordpress-post-view .post-content .alignleft,
.wordpress-post-view .post-content img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.wordpress-post-view .post-content .alignright,
.wordpress-post-view .post-content img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

.wordpress-post-view .post-content .aligncenter,
.wordpress-post-view .post-content img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wordpress-post-view .post-content .wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    text-align: center;
    padding: 4px;
}

.wp-caption img {
    margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}

.wordpress-post-view .post-content .gallery {
    margin: 0 auto 18px;
}

.wordpress-post-view .post-content .gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}

.wordpress-post-view .post-content .gallery img {
    border: 10px solid #f1f1f1;
}

.wordpress-post-view .post-content .gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}

.post-social-buttons {
    float: right;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.share-post-btn {
    display: block;
    color: #529C3B;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 16px;
}

.share-post-btn:hover,
.share-post-btn.active {
    color: #FFF;
    background: #529C3B;
}

.twite__share-icon {
    fill: currentColor;
    height: 17px;
    width: 17px;
    vertical-align: middle;
    margin-right: 3px;
}

.share-post-popup {
    position: absolute;
    background: #FFF;
    right: 0px;
    padding: 15px;
    z-index: 10;
    white-space: nowrap;
    border: 1px solid #AAA;
    display: none;
    top: 100%;
    width: 265px;
    margin-top: 10px;
}

.post-entry .post-social-buttons:last-child .share-post-popup {
    top: auto;
    bottom: 100%;
    margin: 0 0 10px;
}

.share-post-popup-close {
    width: 24px;
    height: 24px;
    background: url(../images/close@2x.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
}

.twite__panel .twite__title {
    font-size: 16px !important;
    clear: both;
    display: block;
    float: left;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 10px;
}

ul.twite__channels {
    float: left;
    padding: 0;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
}

ul.twite__channels li.twite__channel {
    clear: both;
    display: block;
    float: left;
    list-style: none;
    line-height: normal !important;
    padding: 0;
    margin-left: 0;
}

.twite__channel-link {
    display: block;
    float: left;
    height: 29px;
    padding-top: 6px;
    text-decoration: none !important;
}

.twite__icon {
    background: #615f5d url(../images/sprite-sharetools.png) no-repeat;
    -webkit-background-size: 75px 75px;
    -moz-background-size: 75px;
    -o-background-size: 75px;
    background-size: 75px;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    vertical-align: middle;
    width: 23px;
    margin-left: 0;
}

.twite__icon--linkedin {
    background-position: center -1030px;
}

.twite__icon--twitter {
    background-position: center -159px;
}

.twite__icon--facebook {
    background-position: center -73px;
}

.twite__icon--pinterest {
    background-position: center -1311px;
}

.twite__channel-link .twite__channel-text {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    margin-left: 6px;
    padding: 0;
    vertical-align: middle;
    width: auto;
    font-size: 14px;
    line-height: 1.14286;
    color: #000;
}

.off-screen {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.twite__panel .twite__copy-text {
    font-size: 12px !important;
    line-height: 1.16667 !important;
    clear: both;
    display: block;
    float: left;
    margin: 0 0 3px;
    padding: 0;
}

.twite__copy-input {
    border: 1px solid #4a9442;
    clear: both;
    direction: ltr;
    display: block;
    float: left;
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    margin-left: 0;
}

.twite__share-link {
    font-size: 14px;
    line-height: 1.14286;
    color: #6bbd45;
    cursor: auto;
    display: block;
    overflow: hidden;
    padding: .5em 5px;
    white-space: nowrap;
    width: 100%;
    text-decoration: none !important;
}

.post-nav .post-skips {
    border-top: 3px solid #529c3b;
    margin-top: 30px;
    clear: both;
}

.post-next-prev-item {
    border-bottom: 3px solid #529c3b;
    padding: 15px 0;
    line-height: normal;
}

.post-next-prev-item .h4 {
    text-transform: uppercase;
    color: #529c3b;
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: bold;
}

.post-next-prev-item a {
    text-decoration: none;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.post-next-prev-item a:hover {
    color: #529c3b;
}

/* Contact */

.shaded-box,
.page-products .page-main,
.checkout-cart-index .page-main {
    position: relative;
    z-index: 0;
    padding: 50px 25px 25px;
    margin-bottom: 20px;
    background: url(../images/diag_bg.png) repeat scroll 0 0 transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.page-products .page-main {
    margin-top: 15px;
    max-width: 1260px;
}

div.shaded-box .header-tab,
.page-products .page-main .page-title-wrapper h1,
.checkout-cart-index .page-main .page-title-wrapper h1 {
    background: url(../images/header_tab.png) no-repeat scroll 0 0 transparent;
    color: #FFF;
    display: inline-block;
    font-size: 21px !important;
    height: 51px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 0;
    width: 300px;
    position: absolute;
    top: -9px;
    left: 22px;
    z-index: 10;
    text-align: left;
    letter-spacing: -1px;
    margin: 0;
    font-weight: 700;
    border: none;
}

.page-products .page-main .page-title-wrapper,
.checkout-cart-index .page-main .page-title-wrapper {
    padding: 0;
}

.page-wrapper {
    display: block;
}

.cms-data-sheets .column.main table td img {
    max-width: none;
}

body.cms-contact-us .page-wrapper > .breadcrumbs {
    display: none;
}

body.cms-contact-us .page-main {
    padding-top: 50px;
}

.contact-breadcrumbs,
.page-products .page-main .breadcrumbs,
.checkout-cart-index .page-main .breadcrumbs {
    padding: 0;
    position: absolute;
    left: 330px;
    top: 11px;
    z-index: 10;
}

.page-products .page-main .breadcrumbs > .container,
.checkout-cart-index .page-main .breadcrumbs > .container {
    width: auto;
    max-width: none;
    padding: 0;
}

.page-products .page-main .column.main {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: static;
    min-height: 100px;
}

.page-products .columns {
    position: static;
}

.contact-page-inner {
    position: relative;
    padding: 0 40% 30px 0;
}

.contact-page-inner .text {
    padding-right: 30px;
    text-align: center;
}

.contact-page-inner .text h2 {
    font-size: 55px;
    font-weight: 400;
    margin: 0 0 30px;
}

.contact-page-inner .image {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
}

.contact-page-inner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-icon {
    width: 110px;
    height: 110px;
    line-height: 110px;
    background: #2f741b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.contact-icon img {
    max-width: 70%;
}

.contact-icons {
    margin: 0 -10px;
}

.contact-icon-item {
    float: left;
    width: 33.3333%;
    padding: 0 10px;
    font-size: 18px;
}

.contact-icon-item h5 {
    font-size: 24px;
    font-weight: 700;
}

.contact-icon-item h4 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 30px;
}

.contact-icon-item p a {
    color: #000;
}

.contact-faq {
    padding-top: 50px;
}

.contact-faq p {
    font-size: 24px;
    font-weight: bold;
}

.contact-faq > a {
    display: inline-block;
    padding: 12px 150px;
    margin-top: 20px;
    font-size: 18px;
    color: #FFF;
    background: #529c3b;
    border-radius: 5px;
}

.contact-faq > a:hover {
    text-decoration: none;
}

.cms-contact-us .column.main {
    font-size: 16px;
}

/* Shop */

.subcategories-list-images {
    padding: 0;
    margin: 0 -20px;
}

.subcategories-list-images > li {
    width: 20%;
    padding: 0 20px;
    list-style: none;
    float: left;
    margin: 40px 0 0;
}

.subcategories-list-images > li:nth-child(1),
.subcategories-list-images > li:nth-child(2),
.subcategories-list-images > li:nth-child(3),
.subcategories-list-images > li:nth-child(4),
.subcategories-list-images > li:nth-child(5) {
    margin-top: 0;
}

.subcategories-list-images > li > a {
    display: block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #FFF;
    padding: 7px;
    text-align: center;
    color: #000 !important;
    text-decoration: none !important;
}

.subcategories-list-images > li > a:hover {
    color: #529c3b !important;
}

.subcategories-list-images > li > a .image {
    display: block;
}

.subcategories-list-images > li > a img {
    width: 100%;
}

.subcategories-list-images > li > a .h3 {
    display: block;
    font-size: 20px;
    margin: 12px 0 5px 0;
    height: 44px;
    overflow: hidden;
}

.subcategories-list-images > li > a .h3 span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.shoptop {
    padding: 30px 0;
}

.shoptop .text {
    float: left;
    max-width: 535px;
    font-size: 18px;
    margin-top: 20px;
}

.shoptop .text p {
    margin: 0;
}

.shoptop .text a {
    color: #000;
    text-decoration: underline;
}

.shoptop .text a:hover {
    text-decoration: none;
}

.shoptop .image {
    float: right;
    width: 48%;
}

.trustbox-widget-top {
    float: left;
    width: 125px;
    margin-top: 16px;
}

.shoptop .image img {
    float: left;
}

.checkout-index-index .shoptop {
    padding-top: 0;
}

.shop-categories-wrapper {
    padding: 50px 0;
}

.shop-categories-inner {
    background: #579e3e;
    padding: 50px 45px;
    color: #FFF;
    max-width: 1260px;
    margin: 0 auto;
}

.shop-categories-inner .categories-heading {
    font-size: 24px;
    font-weight: 700;
}

.shop-categories-list ul li {
    list-style: none;
    font-size: 19px;
    margin: 0 0 5px;
}

.shop-categories-list ul li a {
    color: #FFF !important;
}

.product-category-description {
    background: #FFF;
    margin: 0 0 26px;
}

.product-category-description .image {
    width: 250px;
    float: left;
}

.product-category-description .image img {
    width: 100%;
}

.product-category-description .text {
    padding: 20px 30px 20px 280px;
    font-size: 18px;
}

.product-category-description .text > *:last-child {
    margin-bottom: 0;
}

.toolbar-products {
    display: none !important;
}

.category-prices-text {
    padding: 20px 0 40px;
    font-size: 18px;
}

.category-prices-text p {
    max-width: 1260px;
    margin: 0 auto;
}

.products-category-table thead > tr > th,
.cart.table-wrapper .cart thead tr th.col {
    background: #30751c;
    color: #FFF;
    padding: 11px 15px;
    font-weight: 400;
    font-size: 15px;
    vertical-align: middle;
    line-height: 1.1;
}

.products-category-table thead > tr > th:last-child {
    padding-left: 40px;
}

.products-category-table tbody tr,
.cart.table-wrapper .cart tbody tr {
    background-color: #FFF;
}

.products-category-table tbody tr:nth-child(even) {
    background-color: #f0f0f0;
}

.products-category-table tbody tr td {
    padding: 12px 15px;
    vertical-align: middle;
    font-size: 15px;
}

.products-category-table tbody tr td.product-list-td-color {
    white-space: nowrap;
}

.cart.table-wrapper .cart tbody tr td {
    vertical-align: top;
    padding: 30px 15px !important;
    font-size: 16px;
}

.products-category-table tbody tr td:last-child {
    width: 246px;
}

.products-category-table tbody tr td a {
    color: #000;
    text-decoration: underline;
    font-weight: 700;
}

.products-category-table tbody tr td .action.primary {
    text-transform: none;
    width: 76px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
    padding: 5px 5px;
    line-height: 1.2;
    background: #529c3b;
    margin-left: 40px;
    height: 48px;
}

.products-category-table tbody tr td .action.primary:hover {
    background: #397f23;
}

.category-extra-description {
    background: #FFF;
    margin: 26px 0 0;
    padding: 20px 30px 20px 15px;
    font-size: 18px;
}

.products-category-table form {
    display: flex;
    align-items: center;
}

.qty-field-change .control {
    display: flex;
    align-items: center;
    font-weight: 700;
    user-select: none;
}

.qty-field-change {
    display: inline-block;
    vertical-align: middle;
}

.qty-field-change .control .mage-error {
    font-weight: 400;
    position: absolute;
    top: 100%;
    left: 0px;
    margin-top: 2px;
    padding: 5px;
    text-align: left;
    background: #FFF;
}

.qty-field-change .control input[type="number"] {
    position: absolute;
    left: -9999px;
}

.qty-field-change .control input.qty-fake {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #c9c9c9;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    position: static;
}

.qty-dec,
.qty-inc {
    background: #59a739;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    width: 28px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px 0 0 6px;
    text-align: center;
}

.qty-dec:hover,
.qty-inc:hover {
    text-decoration: none;
    color: #fff;
}

.qty-inc {
    border-radius: 0 6px 6px 0;
}

.color-td-list-name {
    display: inline-block;
    min-width: 40px;
}

.color-swatch-img {
    display: inline-block;
    border-radius: 4px;
    width: 40px;
    height: 25px;
    border: 1px solid #b4b4b4;
    vertical-align: middle;
    margin-left: 4px;
}

.tooltip {
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
}

.tooltip-inner {
    padding: 14px 15px;
}

.tooltip-inner p {
    text-align: left;
    margin: 0;
}

.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}

.product-offer {
    padding-left: 45px;
    font-size: 11px;
    min-height: 34px;
    width: 132px;
    line-height: 1.3em;
    color: #505050;
}

body.webp .product-offer {
    background: url(../images/offer.webp) no-repeat left top;
}

body.no-webp .product-offer {
    background: url(../images/offer.png) no-repeat left top;
}

.page-layout-1column .product.media {
    width: 36%;
    margin-top: 0;
}

.fotorama__stage {
}

.page-layout-1column .product-info-main {
    width: 64%;
    padding: 20px 20px 20px 6%;
    border: 1px solid #dfdfdf;
    border-radius: 0 16px 16px 0;
    margin-bottom: 30px;
    min-height: 400px;
}

.product-detail-videos {
    float: left;
    clear: both;
    width: 100%;
    max-width: 247px;
}

.product-phone-chat {
    padding: 20px 30px;
    background: #30741b;
    color: #FFF;
    font-weight: 300;
    font-size: 19px;
    float: right;
    width: 58%;
}

.product-cta-hours {
    float: left;
    width: 40%;
}

.product-cta-hours p {
    margin: 0;
}

.product-cta-phone {
    float: left;
    width: 60%;
    padding-left: 15px;
    font-size: 40px;
    font-weight: 400;
}

.product-cta-phone a {
    text-decoration: none !important;
    color: #FFF !important;
    padding-left: 45px;
    display: inline-block;
}

body.webp .product-cta-phone a {
    background: url(../images/call@2x.webp) no-repeat left center;
    background-size: 34px 34px;
}

body.no-webp .product-cta-phone a {
    background: url(../images/call@2x.png) no-repeat left center;
    background-size: 34px 34px;
}

.catalog-product-view .shop-categories-inner {
    max-width: none;
}

.catalog-product-view .shop-categories-wrapper {
    padding-top: 0;
}

.block-viewed-products-grid .block-title strong {
    font-size: 24px;
    color: #505050;
    font-weight: 700;
}

.block.widget .products-grid .product-items {
    margin: 0 -15px;
}

.block.widget .products-grid .product-items > li.product-item {
    width: 20% !important;
    padding: 0 15px;
    margin: 0 !important;
    text-align: center;
}

.block.widget .product-item-info {
    border: 1px solid #c2c2c2 !important;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 10px !important;
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
    box-shadow: none;
    margin: 0;
}

.products-grid .product-image-container {
    width: 100% !important;
}

.products-grid .product-image-container .product-image-photo {
    width: 100%;
}

.block.widget .products-grid .product-items > li.product-item .action.primary {
    text-transform: none;
    font-size: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.block.widget .products-grid .product-items > li.product-item .product-item-name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    height: 44px;
    overflow: hidden;
}

.cart-summary #block-shipping {
    display: none !important;
}

.cart-discount {
    display: none;
}

.mark, mark {
    background-color: inherit;
}

.abs-shopping-cart-items-desktop,
.block-cart-failed,
.cart-container .form-cart,
.cart-container .cart-gift-item {
    width: 100%;
    padding-right: 0;
}

.cart-summary {
    top: 0 !important;
    margin-bottom: 0;
    background: #FFF;
    width: 45%;
    max-width: 405px;
    padding: 25px 35px;
}

.cart-summary > .title {
    display: none !important;
}

.cart-summary .cart-totals {
    border-top: none;
    padding-top: 0;
    font-size: 26px;
}

.cart-totals tbody .mark,
.cart-totals tfoot .mark {
    text-align: right;
}

.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
    text-align: left;
    padding-left: 25px;
}

.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
    border: none;
    font-size: inherit;
    padding: 6px 0;
}

.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
    padding: 0;
    font-weight: 400;
}

.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
    font-size: inherit;
    border: none;
    padding: 6px 0 6px 25px !important;
}

.cart-totals .grand .amount strong,
.opc-block-summary .table-totals .grand .amount strong {
    font-weight: 700;
}

.opc-block-summary .opc-qty-wrap .delete {
    display: block;
    text-transform: uppercase;
    font-size: 0.85em;
    margin-top: 0.5em;
}

.opc-block-summary .opc-qty-wrap .delete:hover {
    color: #e02b27;
    text-decoration: none;
}

.cart-totals tr.totals.shipping .mark span.value {
    display: none;
}

.cart-totals tr.totals.sub span.price {
    font-weight: 700;
}

.cart.table-wrapper .actions-toolbar > .action-edit {
    display: none;
}

.cart.table-wrapper .cart > .item {
    border-bottom: none;
}

.table > tbody + tbody {
    border-top: 1px solid #dbdbdb;
}

.checkout-index-index .nav-sections {
    display: block;
}

.cart.table-wrapper .actions-toolbar > .action-delete {
    position: static;
}

.cart.table-wrapper .actions-toolbar > .action-delete:before {
    color: #327319;
    font-size: 24px;
    line-height: 1.1em;
}

.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
    color: #21530e !important;
}

.cart.table-wrapper .actions-toolbar,
.cart.table-wrapper .cart thead tr th.col.remove {
    text-align: center;
}

.cart.table-wrapper .cart tbody td span.price {
    font-weight: 400 !important;
    font-size: 20px;
    color: #4f4f4f;
}

.cart.table-wrapper .product-item-name {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 500;
}

.cart.table-wrapper .product-item-details {
    vertical-align: middle;
    padding-bottom: 0;
}

.cart.table-wrapper .product-item-details p {
    margin: 0;
}

.cart.table-wrapper .product-image-container {
    display: block;
}

.cart.table-wrapper td.col.price,
.cart.table-wrapper td.col.subtotal,
.cart.table-wrapper td.col.remove {
    padding-top: 45px !important;
}

.cart.table-wrapper .col.qty,
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal {
    text-align: center !important;
}

.cart.table-wrapper td.col.qty {
    padding-top: 40px !important;
}

.cart-container .form-cart .actions.main {
    text-align: left;
}

.cart-container .form-cart .actions.main .action {
    display: inline-block !important;
    text-decoration: none !important;
    border: none;
    background: #529c3b;
    color: #FFF !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 8px 15px;
    line-height: 1.4;
    vertical-align: top;
    font-size: 18px;
    font-weight: bold;
}

.cart-container .form-cart .actions.main .action:hover {
    background: #529c3b;
}

.cart-container .form-cart .actions.main .action.update {
    display: none !important;
}

.cart-features-box {
    float: left;
    width: 50%;
    max-width: 507px;
    background: #FFF;
    padding: 20px;
}

.cart-features-list ul {
    padding: 0;
    margin: 30px 0 0;
    width: 100%;
    display: inline-block;
}

.cart-features-list ul li {
    list-style: none;
    float: left;
    padding-right: 16px;
    position: relative;
    z-index: 1;
    padding-left: 45px;
    font-size: 13px;
    margin-bottom: 30px;
    width: 50%;
}

.cart-features-list ul li:nth-child(2n+1) {
    clear: both;
}

.cart-features-list ul li:nth-child(2),
.cart-features-list ul li:nth-child(4) {
    padding-top: 11px;
}

.cart-features-list ul li img {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}

.cart-summary .checkout-methods-items {
    text-align: right;
}

.cart-summary .checkout-methods-items .action.primary.checkout {
    max-width: 240px;
    background: #eebc07 !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-transform: none;
    position: relative;
    z-index: 1;
    text-align: left;
    font-size: 22px;
    line-height: 1.4;
    padding: 12px 25px;
    margin-bottom: 50px;
}

.cart-summary .checkout-methods-items .action.primary.checkout:hover {
    background: #bc960b !important;
}

.cart-summary .checkout-methods-items .action.primary.checkout:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 7px;
    border-color: transparent transparent transparent #FFF;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -6.5px;
    z-index: 1;
}

.cart-summary .checkout-methods-items .action.primary.checkout:before {
    content: '';
    width: 208px;
    height: 55px;
    background: url(../images/cart-cards.png) no-repeat center bottom;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 2;
    padding-top: 5px;
}

.product-back-to {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 33px;
    line-height: 1.3;
    border-bottom: 3px solid #e7e6e6;
    padding: 0 0 16px;
    color: #343434;
}

.product-info-main .page-title-wrapper {
    padding-bottom: 5px;
}

.product-info-main .page-title-wrapper h1 {
    font-size: 33px;
    font-weight: 400;
    border: none;
    padding: 0;
    margin: 0;
}

.product-info-price .price-box .price-container .price:after {
    content: ' per pack';
    font-size: 0.8em;
}

.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
}

.product-info-main .stock.available {
    display: none;
}

.product-info-main .product-info-price {
    border: none;
    color: #505050;
}

.product-info-main .product-info-price .price-box {
}

.product-info-main .product-info-price > a {
    font-size: 16px;
}

.product-view-color {
    font-size: 18px;
    color: #505050;
    margin: 20px 0 5px;
}

.product-view-color strong {
    font-weight: 500;
}

.product-view-color .color-swatch-img {
    width: 56px;
    height: 25px;
    margin-right: 3px;
}

.product-info-main div.description {
    clear: both;
}

.product-info-main .qty-field-change {
    float: left;
    margin: 0;
}

.product-info-main .box-tocart .actions {
    width: 100%;
    clear: both;
    padding: 30px 0 0;
}

.product-info-main .box-tocart .actions .action.tocart {
    width: 100%;
    margin: 0;
    font-size: 18px;
    text-transform: none;
    text-align: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

body.webp .product-info-main .box-tocart .actions .action.tocart {
    background: #529c3b url(../images/cart@2x.webp) no-repeat 93% center;
    background-size: 24px 26px;
}

body.no-webp .product-info-main .box-tocart .actions .action.tocart {
    background: #529c3b url(../images/cart@2x.png) no-repeat 93% center;
    background-size: 24px 26px;
}

.product-info-main .box-tocart .actions .action.tocart:hover {
    background-color: #40842a;
}

.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
    border-color: #579e3e;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.checkout-index-index .page-title-wrapper {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    margin-top: 15px;
    margin-bottom: 30px;
}

.checkout-onepage-success .page-title-wrapper {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    margin-top: 15px;
    margin-bottom: 30px;
}

.opc-wrapper .form-login + .field.addresses {
    display: none !important;
}

.opc-wrapper .form-login .validator.validator-email,
.validator.validator-phone {
    width: 100% !important;
}

.opc-wrapper .form-login .fieldset .note {
    margin-bottom: 20px;
}

#iosc-billing-container .step-title {
    padding-left: 0;
}

.validator.validator-email {
    height: auto !important;
}

#trusted-reg {
    margin: 25px 0;
    padding: 25px;
    max-width: 600px;
    text-align: center;
    border: 1px solid #e7e6e6;
}

#trusted-reg input[type="submit"] {
    color: #30741b;
    border: none;
    background: none;
    cursor: pointer;
    padding: 5px;
    font-weight: 700;
}

#trusted-reg img {
    max-width: 100px;
}

.validator.validator-email .feedback,
.validator.validator-phone .feedback {
    width: 24px !important;
    height: 24px !important;
    background-size: 50% !important;
    top: 50% !important;
    margin-top: -12px;
}

.validator.validator-email .feedback {
    margin-top: 0;
    top: 7px !important;
}

.cart-cards-img img {
    margin-left: auto;
}

.or-sep-cart {
    text-align: center;
    font-size: 18px;
    margin: 12px 0 0 auto;
    max-width: 240px;
    display: none !important;
}

.amazon-minicart-container .amazon-button-container .amazon-button-container__cell + .amazon-button-container__cell {
    display: none;
}

.amazon-minicart-container {
    max-width: 240px;
    margin-left: auto;
}

.cart-summary .checkout-methods-items .item {
    margin-bottom: 7px;
}

.checkout-index-index .form-login .actions-toolbar {
    display: block;
    padding: 15px 0;
}

.checkout-index-index .form-login .fieldset.hidden-fields {
    padding-top: 15px;
}

.checkout-index-index .form-login .note {
    display: none !important;
}

.catalogsearch-result-index .search.results .toolbar:first-child {
    display: block !important;
    right: 20px;
    width: auto;
    margin: 0;
    top: 20px;
}

.catalogsearch-result-index .search.results .toolbar .toolbar-sorter {
    display: none;
}

.catalogsearch-result-index .search.results .toolbar .toolbar-amount {
    display: none;
}

.customer-account-login .actions-toolbar > .secondary {
    margin-top: 32px;
}

.catalogsearch-result-index .page-main {
    padding-top: 25px;
}

.page-main {
    flex-grow: 0;
}

.catalogsearch-result-index .page-main .page-title-wrapper h1 {
    color: #000;
    position: static;
    background: none;
    padding: 0;
    width: auto;
    height: auto;
    margin: 0 0 25px;
    display: block;
}

.catalogsearch-result-related {
    margin: 20px 0 0 0;
}

.checkout-shipping-address .amazon-button-container {
    display: none;
}

.data-sheets-table-ce {
    max-width: 840px;
}

.ampromo-items-add {
    display: none !important;
}

#co-shipping-form .field.choice {
    width: 100%;
    float: left;
}

.opc-wrapper ol li#payment {
    clear: right;
}

/*#sagepaysuiteserver-actions-toolbar {
	display: none!important;
}*/

#shipping-new-address-form > .field[name="shippingAddress.country_id"],
#shipping-new-address-form > .field[name="shippingAddress.region"],
#billing-new-address-form > .field[name="billingAddressfree.country_id"],
#billing-new-address-form > .field[name="billingAddressfree.region"] {
    display: none !important;
}

#shipping-new-address-form > .field[name="shippingAddress.postcode"] > label {
    white-space: nowrap;
}

/*
.payment-methods label[for="sagepaysuiteserver"] {
    margin-top: 50px;
    display: block;
}

.payment-methods label[for="sagepaysuiteserver"]:after {
    content: '';
    width: 216px;
    height: 49px;
    background: url(../images/cart-cards.png) no-repeat center top;
    background-size: 100%;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 26px;
    z-index: 2;
    padding-bottom: 5px;
}
*/

#hb-cc-wrap {
    background: none repeat scroll 0 0 #FFFF90;
    border-color: #CFCFCF;
    border-style: solid;
    border-width: 0 0 1px;
    color: #2F2F2F;
    padding: 20px 0;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 15;
}

.cart-trustpilot-wrapper {
    background: #ffffff;
    padding: 15px 0 30px;
}

.table-checkout-shipping-method thead {
    display: none;
}

.customer-account-login .message.success {
    display: none;
}

.message-popup-success {
    position: fixed;
    width: 600px;
    max-width: 90%;
    z-index: 1000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    padding: 25px;
    display: none;
}

.message-popup-success-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 999;
    display: none;
}

.message-popup-success-close {
    width: 16px;
    height: 16px;
    font-size: 0px;
    text-indent: -9999px;
    display: block;
    background: url(../images/remove.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}

.cms-noroute-index .page-title-wrapper {
    padding-top: 15px;
}

.fotorama__caption {
    display: none !important;
}

.fotorama__stage__frame {
    background-color: #FFF;
}

.cms-contact-us .shaded-box {
    margin-bottom: 0;
}

.contact-page-bottom {
    color: #FFF;
    padding: 15px;
    background: #2b2b2b;
}

.contact-page-bottom > *:last-child {
    margin-bottom: 0;
}

.abs-title-orders-desktop .page-main .page-title-wrapper .order-date, .magento-rma-returns-returns .page-main .page-title-wrapper .order-date, .magento-rma-returns-view .page-main .page-title-wrapper .order-date, .account .page-main .page-title-wrapper .order-date, [class^='sales-guest-'] .page-main .page-title-wrapper .order-date, .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin-top: 0;
}

.cms-data-sheets table td h3 {
    margin-top: 0;
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.modal-footer .action-primary:hover {
    background-color: #296a14;
}

.account .page-title-wrapper .page-title {
    width: 100%;
}

div.checkout-agreement {
    display: flex;
}

div.checkout-agreement span.action {
    text-decoration: underline;
}

div.checkout-agreement label, div.checkout-agreement label:hover {
    cursor: pointer;
}

div.checkout-agreement input[type=checkbox] {
    margin-right: 5px;
    margin-top: 2px;
}

.xsitemap li.level-1 {
    font-size: 14px;
    font-weight: 700;
}

.customer-account-logoutsuccess .page-title-wrapper {
    padding-top: 15px;
}

.amazon-payment-checkout-page #opc-shipping_method .loading-mask,
.checkout-index-index #opc-shipping_method .loading-mask
{
    display: none;
}

hr {
    border-width: 3px;
}

span.title-number {
    width: 30px;
}

.opc-block-summary .minicart-items {
    display: block !important;
}

.minicart-items-wrapper {
    padding: 20px;
}

.minicart-items .product-item-details .details-qty {
    margin-top: 5px;
}

.minicart-items .product-item-name {
    margin-bottom: 0;
}

.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
    color: #30741b;
}

.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
    color: #21530e;
}

.minicart-items .product-item-name a {
    color: #333;
    font-weight: bold;
}

.minicart-items .product-item-pricing .label {
    width: 3.5rem;
    font-size: 13px;
}

.sagepaysuiteserver_embed_iframe {
    width: 100%;
    height: 99.5vh;
}

.block.filter {
    padding: 15px;
    background: #fff;
    margin-bottom: 26px;
}

@media (min-width: 768px) {
    .block.filter {
        padding-bottom: 5px;
    }
}

.block.filter .filter-title {
    text-align: center;
}

@media (max-width: 767px) {
    .filter-no-options .filter-title {
        display: none;
    }
}

.block.filter .filter-title strong {
    position: static;
}

.block.filter.active .filter-title strong {
    position: absolute;
}

@media (min-width: 768px) {
    .block.filter .filter-title {
        display: block;
        text-align: left;
        margin-bottom: 10px;
    }

    .block.filter .filter-title strong {
        padding: 0;
        border: none;
        background: none;
        font-weight: bold;
        font-size: 1.2em;
        box-shadow: none;
    }

    .block.filter.active .filter-title strong {
        position: static;
    }
}

@media (max-width: 767px) {
    .filter .filter-current {
        margin-top: 15px;
    }
}

.filter-current .item {
    display: inline-block;
    padding: 1px 8px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin: 0 4px 4px 0;
}

@media (min-width: 768px) {
    .page-layout-1column .filter-current .item {
        margin: 0 8px 8px 0;
        padding: 3px 8px;
        line-height: 1em;
    }
}

.filter-current .action.remove {
    position: relative;
    top: 1px;
    left: 0;
}

@media (min-width: 768px) {
    .filter-current .action.remove {
        top: 0;
    }
}

.filter-actions .filter-clear {
    font-weight: bold;
    text-decoration: underline;
}

.page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 10px;
}

@media screen and (min-width: 992px) {
    .catalogsearch-result-index .page-main .page-title-wrapper h1 {
        padding-right: 280px;
    }

    .data-sheets-table-ce tbody td:first-child {
        width: 45%;
    }

    .data-sheets-table-ce tbody td img {
        width: 100%;
    }

    .cms-page-view .column.main {
        font-size: 18px;
    }
}

@media screen and (max-width: 1399px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 20px;
        padding: 25px 20px;
    }

    .homepage-slide .text {
        padding-top: 54px;
    }

    .usp-bar ul li {
        font-size: 14px;
    }

    .company-facts ul li {
        font-size: 16px;
    }

    .page-footer .footer span {
        font-size: 21px;
    }

    .shoptop .image {
        max-width: 50%;
    }

    .page-main,
    .checkout-index-index .header.content {
        max-width: 1170px;
    }

    .page-products .page-main {
        max-width: 1140px;
    }

    .subcategories-list-images {
        margin: 0 -15px;
    }

    .subcategories-list-images > li {
        padding: 0 15px;
    }

    .contact-page-inner .text h2 {
        font-size: 46px;
    }

    .contact-icon-item h4 {
        font-size: 20px;
    }

    .contact-icon-item {
        font-size: 16px;
    }

    .contact-icon {
        width: 96px;
        height: 96px;
        line-height: 96px;
    }

    .contact-icon-item h5 {
        font-size: 21px;
    }

    .custom-production-slider .owl-carousel {
        max-height: 327px;
    }

    ol.post-list > li .post-image {
        width: 41%;
    }

    .shoptop .image img {
        max-width: 310px;
        max-height: 83px;
    }

    .trustbox-widget-top {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-nav > li.menu-item-terms {
        display: none;
    }

    .navbar-default .navbar-nav > li > a.basket-menu-link > span {
        background-size: 31px 24px;
        padding-left: 40px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
        padding: 18px;
    }

    .shoptop .text {
        max-width: 48%;
        font-size: 15px;
    }

    .homepage-slide .text h2 {
        font-size: 32px;
    }

    .homepage-slide .text p {
        font-size: 16px;
    }

    .homepage-slide .text h2 span {
        font-size: 40px;
    }

    .usp-bar ul li a {
        padding: 12px 15px 12px 90px;
    }

    .usp-bar ul li .image {
        width: 72px;
        height: 72px;
        left: 8px;
        margin-top: -36px;
    }

    .cms-index-index .page-main {
        max-width: 940px;
    }

    .button {
        font-size: 18px;
        padding: 12px 25px;
    }

    .homepage-slider-wrapper {
        padding-top: 30px;
    }

    .cms-index-index .page-main h1 {
        font-size: 26px;
        line-height: 1.2;
    }

    .cms-index-index .page-main {
        font-size: 16px;
    }

    .cms-index-index .page-main .column.main {
        min-height: auto;
    }

    .homepage-buttons p a {
        font-size: 18px;
        padding: 12px 10px;
        width: 280px;
    }

    .videos-titles-list ul li {
        font-size: 18px;
    }

    .videos-titles-list {
        height: 367px;
    }

    .videos-titles-list ul {
        max-height: 258px;
    }

    .company-facts ul li .image {
        width: 90px;
        height: 90px;
    }

    .company-facts ul li h3 {
        font-size: 19px;
    }

    .company-facts ul li {
        font-size: 14px;
        min-height: 236px;
    }

    .page-footer .footer span {
        font-size: 18px;
    }

    .footer-phone-number {
        font-size: 24px;
        background-size: 18px 24px;
    }

    .page-footer .footer {
        padding: 30px 0;
        font-size: 16px;
    }

    .footer-social ul li + li {
        margin-left: 27px;
    }

    .footer-social ul li a {
        width: 48px;
        height: 48px;
        background-size: 30px 30px;
    }

    .page-main,
    .checkout-index-index .header.content {
        max-width: 970px;
    }

    .page-products .page-main {
        max-width: 940px;
    }

    .subcategories-list-images {
        margin: 0 -5px;
    }

    .subcategories-list-images > li {
        padding: 0 5px;
    }

    .subcategories-list-images > li > a .h3 {
        font-size: 16px;
        height: 34px;
    }

    .shop-categories-wrapper {
        padding: 30px 0;
    }

    .shop-categories-inner {
        padding: 30px 25px;
    }

    .contact-page-inner {
        padding-right: 34%;
    }

    .contact-page-inner .image {
        width: 34%;
    }

    .about-page-row-1-left {
        width: 48%;
    }

    .about-page-row-1-right {
        width: 48%;
    }

    .about-page-row-3-left {
        width: 56%;
    }

    .custom-production-slider .owl-carousel {
        max-height: 270px;
    }

    .product-category-description .text {
        font-size: 16px;
    }

    .products-category-table tbody tr td {
        font-size: 14px;
    }

    .products-category-table thead > tr > th,
    .cart.table-wrapper .cart thead tr th.col {
        font-size: 14px;
    }

    .products-category-table tbody tr td .action.primary {
        margin-left: 10px;
    }

    .products-category-table tbody tr td:last-child {
        width: 218px;
    }

    .products-category-table tbody tr td .color-swatch-img {
        display: block;
        margin: 3px 0 0;
    }

    .products-category-table tbody tr td .nobr {
        white-space: nowrap;
    }

    .product-phone-chat {
        width: 64%;
    }

    .block.widget .products-grid .product-items > li.product-item .action.primary {
        width: 100%;
        padding: 12px 10px;
    }

    .shoptop .image img {
        max-width: 295px;
    }

    .shoptop .image {
        width: 54%;
        max-width: 54%;
    }
}

@media screen and (max-width: 991px) {
    #main-menu {
        float: none;
        margin: 0;
        position: absolute;
        right: 0px;
        top: 100%;
        z-index: 30;
        width: 100%;
        background: #3a7823;
        margin-top: 0;
    }

    .navbar-nav > li.menu-item-terms {
        display: block;
    }

    .navbar-default {
        position: static;
    }

    .navbar-default .navbar-nav > li {
        font-size: 16px;
        list-style: none;
        margin: 0;
        position: static;
    }

    .navbar-nav {
        position: relative;
    }

    .navbar-default .navbar-nav > li {
        margin: 0;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 15px;
        border: none;
        display: block;
        font-size: 16px;
        text-decoration: none !important;
    }

    .navbar-toggle .icon-bar {
        display: block;
        opacity: 1;
        -webkit-transition: -webkit-transform 0.15s linear;
        -o-transition: -o-transform 0.15s linear;
        -ms-transition: -ms-transform 0.15s linear;
        -moz-transition: -moz-transform 0.15s linear;
        transition: transform 0.15s linear;
        -webkit-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .navbar-toggle .icon-bar:nth-child(1) {
        -webkit-transform: rotate(45deg) translate3d(9px, 9px, 0);
        -o-transform: rotate(45deg) translate3d(9px, 9px, 0);
        -ms-transform: rotate(45deg) translate3d(9px, 9px, 0);
        -moz-transform: rotate(45deg) translate3d(9px, 9px, 0);
        transform: rotate(45deg) translate3d(9px, 9px, 0);
    }

    .navbar-toggle .icon-bar:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggle .icon-bar:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate3d(8px, -8px, 0);
        -o-transform: rotate(-45deg) translate3d(8px, -8px, 0);
        -ms-transform: rotate(-45deg) translate3d(8px, -8px, 0);
        -moz-transform: rotate(-45deg) translate3d(8px, -8px, 0);
        transform: rotate(-45deg) translate3d(8px, -8px, 0);
    }

    .navbar-toggle.collapsed .icon-bar {
        opacity: 1;
        -webkit-transform: rotate(0) translate3d(0px, 0px, 0);
        -o-transform: rotate(0) translate3d(0px, 0px, 0);
        -ms-transform: rotate(0) translate3d(0px, 0px, 0);
        -moz-transform: rotate(0) translate3d(0px, 0px, 0);
        transform: rotate(0) translate3d(0px, 0px, 0);
    }

    .nav-sections-items {
        min-height: auto;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse {
    }

    .navbar-nav {
        float: none !important;
        margin: 0;
    }

    .navbar-header {
        width: 100%;
        float: none;
        position: relative;
        z-index: 5100;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar-collapse.collapse,
    .container > .navbar-collapse {
        margin: 0 !important;
    }

    .navbar-collapse.collapse.in { /* NEW */
        display: block !important;
    }

    .checkout-index-index .header.content {
        padding: 30px 0 0 0;
    }

    .top-cart-mobile-button {
        display: none;
        background: url(../images/basket@2x.png) no-repeat left center;
        background-size: 38px 29px;
        font-size: 0px;
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100%;
        width: 70px;
        padding: 0;
        background-position: center;
    }

    .homepage-slider-wrapper {
        padding-top: 15px;
    }

    .usp-bar ul li {
        font-size: 12px;
    }

    .usp-bar ul li a {
        padding: 10px 15px 10px 70px;
    }

    .usp-bar ul li .image {
        width: 60px;
        height: 60px;
        left: 5px;
        margin-top: -30px;
    }

    .owl-carousel .owl-nav .owl-prev {
        left: 10px;
    }

    .owl-carousel .owl-nav .owl-next {
        right: 10px;
    }

    .homepage-slide .text {
        padding: 35px 0 0 65px;
        width: 80%;
    }

    .homepage-slide .text h2 {
        font-size: 26px;
        margin: 0 0 15px;
    }

    .homepage-slide .text h2 span {
        font-size: 34px;
    }

    .homepage-slide .text p {
        font-size: 14px;
        max-width: 290px;
        margin: 0 0 15px;
    }

    .button {
        font-size: 16px;
        padding: 10px 22px;
    }

    .cms-index-index .page-main {
        font-size: 14px;
        padding: 30px 0;
        max-width: 720px;
    }

    .cms-index-index .page-main h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .homepage-buttons p a {
        width: 230px;
        font-size: 16px;
        padding: 10px 8px;
    }

    .videos-titles-list {
        padding: 15px;
        height: 281px;
    }

    .videos-titles-list h4 {
        font-size: 20px;
        background-size: 29px 20px;
        padding-left: 40px;
    }

    .videos-titles-list ul li {
        font-size: 14px;
    }

    .videos-titles-list ul {
        max-height: 214px;
    }

    .homepage-videos-wrapper {
        margin-bottom: 30px;
    }

    .homepage-buttons {
        margin-bottom: 35px;
    }

    .company-facts ul li {
        padding: 15px 10px;
        min-height: 210px;
    }

    .company-facts ul li .image {
        width: 76px;
        height: 76px;
    }

    .company-facts ul li h3 {
        font-size: 16px;
    }

    .company-facts ul {
        margin: 0 -10px;
    }

    .company-facts ul li + li {
        border-left-width: 1px;
    }

    .page-footer .footer {
        font-size: 14px;
    }

    .footer-menus span {
        font-size: 14px !important;
    }

    .footer-phone-number {
        font-size: 20px;
        margin-bottom: 0;
        background-size: 14px 18px;
        padding-left: 20px;
    }

    .footer-phone-number + .footer-phone-number {
        margin-left: 10px;
    }

    .footer-social ul li + li {
        margin-left: 15px;
    }

    .footer-social ul li a {
        width: 40px;
        height: 40px;
        background-size: 26px 26px;
    }

    .page-main {
        max-width: 750px;
    }

    .checkout-index-index .header.content {
        max-width: 750px;
    }

    .page-products .page-main {
        max-width: 720px;
    }

    .shoptop .text {
        font-size: 14px;
        margin-top: 0;
    }

    .subcategories-list-images > li {
        width: 25%;
    }

    .subcategories-list-images > li:nth-child(5) {
        margin-top: 40px;
    }

    .shop-categories-list ul li {
        font-size: 14px;
    }

    .shop-categories-inner .categories-heading {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .contact-page-inner {
        padding-right: 0;
    }

    .contact-page-inner .image {
        position: relative;
        width: 100%;
        margin: 30px 0 0;
        text-align: center;
    }

    .contact-page-inner .text {
        width: 100%;
        padding-right: 0;
    }

    .contact-faq p {
        font-size: 18px;
    }

    .contact-faq > a {
        padding: 12px 0;
        width: 100%;
        font-size: 15px;
    }

    .about-page-row-1-left {
        font-size: 16px;
    }

    blockquote {
        font-size: 16px;
    }

    .about-page-row-3-left {
        font-size: 16px;
    }

    .about-gold-certificate {
        font-size: 16px;
    }

    .custom-production-slider .owl-carousel {
        max-height: 207px;
    }

    .custom-production-need-right {
        width: 215px;
    }

    .production-services-item {
        margin-bottom: 10px;
    }

    .product-category-description .text {
        font-size: 13px;
        padding: 15px 15px 15px 270px;
    }

    .product-category-description .text .category-description > *:last-child {
        margin-bottom: 0;
    }

    .products-category-table thead {
        display: none;
    }

    .products-category-table tbody tr td {
        padding: 8px 10px;
        vertical-align: top;
        font-size: 13px;
    }

    .products-category-table tbody tr td .product-item-photo {
        width: 100px;
        display: block;
    }

    .products-category-table tbody tr td .price {
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        display: block;
        color: #505050;
        margin-top: 5px;
    }

    .products-category-table tbody tr td.product-list-td-sku {
        padding-top: 0;
        padding-bottom: 5px;
    }

    .products-category-table tbody tr td.product-list-td-price {
        display: table-cell;
    }

    .products-category-table tbody tr td.product-list-td-price .price {
        font-size: 14px;
    }

    .products-category-table tbody tr td.product-list-add {
        width: auto;
        padding-top: 5px;
        padding-bottom: 8px;
    }

    .product-list-add .product-list-add__wrapper {
        display: flex;
        align-items: center;
    }

    .product-list-add .product-list-add__wrapper .product-list-add__price {
        flex-grow: 1;
        margin-right: 10px;
    }

    .product-list-add .product-list-add__wrapper .product-list-add__price .price {
        text-align: left;
    }

    .products-category-table tbody tr td .action.primary {
        margin-top: 10px;
        margin-left: 8px;
    }

    .category-extra-description {
        font-size: 13px;
        padding: 15px 15px 15px 10px;
    }

    .category-prices-text {
        font-size: 16px;
    }

    .page-layout-1column .product-info-main {
        padding: 15px;
    }

    .product-info-main .page-title-wrapper h1 {
        font-size: 26px;
    }

    .product-info-main .product-info-price {
        width: 100%;
    }

    .product-options-bottom .price-box .price-container .price,
    .product-info-price .price-box .price-container .price {
        font-size: 20px;
    }

    .product-info-price .price-box .price-container .price:after {
        font-size: 0.7em;
    }

    .product-view-color {
        margin: 0;
    }

    .product-info-main .product-add-form {
        width: 56%;
    }

    .product-phone-chat {
        padding: 15px;
    }

    .product-phone-chat {
        font-size: 14px;
    }

    .product-cta-phone {
        font-size: 28px;
        text-align: right;
    }

    .product-cta-phone a {
        background-size: 26px 26px;
        padding-left: 35px;
    }

    .block.widget .products-grid .product-items > li.product-item {
        width: 33.3333% !important;
        margin-bottom: 30px !important;
    }

    .cart.table-wrapper .cart tbody tr td {
        padding: 15px 10px !important;
    }

    .cart.table-wrapper .cart thead tr th.col {
        padding: 11px 10px;
    }

    .cart.table-wrapper .product-image-container {
        width: 100px !important;
    }

    .cart.table-wrapper .product-item-photo {
        padding-right: 12px;
    }

    .cart.table-wrapper .product-item-name {
        font-size: 18px;
    }

    .cart-summary .cart-totals {
        font-size: 20px;
    }

    .cart-summary {
        padding: 15px 20px;
    }

    .cart-features-list ul {
        margin-top: 15px;
    }

    .cart-features-list ul li {
        width: 100%;
        margin-bottom: 15px;
        padding-right: 0;
    }

    .page-layout-2columns-right .sidebar-main {
        width: 23%;
    }

    ol.post-list > li .text h2.post-name {
        font-size: 20px;
    }

    .opc-wrapper {
        width: 100%;
    }

    div#iosc-summary {
        width: 100%;
    }

    .trustbox-widget-top {
        width: 100%;
        margin: 0 0 10px;
    }

    .trustbox-widget-top iframe {
        height: 20px !important;
    }

    .shoptop .image {
        width: 50%;
    }

    .shoptop .image img {
        max-height: 68px;
    }
}

@media screen and (max-width: 767px) {
    .checkout-index-index .header.content {
        padding: 30px 15px 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .checkout-index-index .header.content .go-to-cart {
        margin-top: 10px;
    }

    .checkout-index-index .header.content .go-to-cart a {
        font-size: 14px;
    }

    .nav-sections {
        left: 0 !important;
        width: 100%;
        overflow: visible;
    }

    .homepage-slider .owl-stage-outer {
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    }

    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {
        display: none;
    }

    .homepage-slider .owl-dots {
        padding-top: 5px;
        text-align: center;
    }

    .homepage-slider .owl-dots .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid gray;
    }

    .homepage-slider .owl-dots .owl-dot.active {
        background: gray;
    }

    .homepage-slide .text {
        background: none !important;
        position: static;
        width: auto;
        padding: 15px 10px 10px;
        text-align: center;
    }

    .homepage-slide .text h2 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .homepage-slide .text h2 span {
        font-size: 26px;
    }

    .homepage-slide .text > * {
        text-align: left;
    }

    .homepage-usp-wrapper {
        margin: 10px 0 0;
    }

    .usp-bar {
        background: none;
    }

    .usp-bar ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 -10px;
    }

    .usp-bar ul li {
        display: block;
        padding: 0 10px;
        color: #221e1f;
        flex-basis: 33.33%;
    }

    .usp-bar ul li a {
        color: #221e1f !important;
        padding: 10px 0 10px 55px;
    }

    .usp-bar ul li a .image {
        height: 46px;
        width: 46px;
        margin-top: -23px;
    }

    .cms-index-index .page-main {
        padding: 25px 15px;
    }

    .homepage-buttons p + p {
        margin: 20px 0 0;
        display: block;
    }

    .main-video {
        width: 100%;
    }

    .videos-titles-list {
        width: 100%;
        height: auto;
    }

    .videos-titles-list ul {
        max-height: none;
    }

    .company-facts-wrapper {
        padding: 0;
    }

    .company-facts ul {
        display: flex;
        flex-wrap: wrap;
    }

    .company-facts ul li {
        display: block;
        width: 50%;
        border: none !important;
        min-height: auto;
    }

    .company-facts ul li .image {
        height: 60px;
        width: 60px;
    }

    .footer-left {
        width: 100%;
    }

    .footer-right {
        width: 100%;
        margin: 30px 0 0;
    }

    .footer-phone-number + .footer-phone-number {
        margin: 10px 0 0;
        display: block;
    }

    .footer-menus ul {
        width: 100%;
    }

    .footer-menus span {
        font-size: 14px
    }

    .footer-social ul {
        text-align: center;
        max-width: 190px;
        margin: 0 auto;
    }

    .footer-social ul li:nth-child(4) {
        margin-left: 0px;
        margin-top: 10px;
    }

    .footer-social ul li:nth-child(5) {
        margin-top: 10px;
    }

    .footer-social ul li {
        float: none;
        display: inline-block;
    }

    .footer-menus {
        padding-bottom: 25px;
    }

    .shoptop {
        display: none;
    }

    .page-products .page-main {
        margin-top: 25px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .shaded-box,
    .page-products .page-main,
    .checkout-cart-index .page-main {
        padding: 50px 15px 15px;
    }

    .page-products .columns {
        padding-top: 0;
    }

    .subcategories-list-images > li {
        width: 50%;
        margin: 10px 0 0 !important;
    }

    .subcategories-list-images > li > a .h3 {
        font-size: 14px;
        height: 30px;
    }

    div.shaded-box .header-tab,
    .page-products .page-main .page-title-wrapper h1,
    .checkout-cart-index .page-main .page-title-wrapper h1 {
        left: 15px;
        width: 270px;
        height: 46px;
        font-size: 20px !important;
        letter-spacing: 0;
        background-size: 100%;
        padding-top: 3px;
    }

    .shop-categories-wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }

    .shop-categories-inner {
        padding: 15px;
    }

    .block-collapsible-nav {
        top: 0;
    }

    .contact-page-inner .text h2 {
        font-size: 28px;
        max-width: 260px;
        margin: 0 auto 25px;
    }

    .contact-icon-item {
        width: 100%;
    }

    .contact-icon-item + .contact-icon-item {
        margin-top: 25px;
    }

    .contact-icon-item h4 {
        margin-bottom: 15px;
    }

    .cms-contact-us .column.main {
        padding-bottom: 0;
        font-size: 14px;
    }

    body.cms-contact-us .page-main {
        padding-top: 60px;
    }

    .contact-breadcrumbs {
        display: block;
        left: 0px;
        top: -40px;
    }

    .page-title-wrapper h1 {
        font-size: 24px;
        padding-top: 15px;
    }

    .about-page-row-1-left {
        width: 100%;
        font-size: 14px;
        line-height: 1.6;
    }

    .about-page-row-1-left img {
        margin-top: 30px;
    }

    .about-page-row-1-right {
        width: 100%;
    }

    .about-page-row-1-right img {
        margin-bottom: 30px;
    }

    blockquote {
        font-size: 14px;
        line-height: 1.6;
    }

    blockquote:before {
        width: 50px;
        height: 36px;
        left: 5px;
    }

    blockquote p {
        text-indent: 42px;
    }

    .about-page-row + .about-page-row {
        margin-top: 25px;
        padding-top: 25px;
    }

    .about-page-certificate-item {
        width: 100%;
        font-size: 14px;
    }

    .about-page-certificate-item + .about-page-certificate-item {
        margin-top: 20px;
    }

    .about-page-row-3-left {
        width: 100%;
        line-height: 1.6;
        font-size: 14px;
    }

    .about-page-row-3-left p {
        margin-bottom: 20px;
    }

    .about-page-row-3-right {
        width: 100%;
    }

    .about-gold-certificate {
        font-size: 14px;
        padding-top: 40px;
    }

    .custom-production-slider {
        border-top-width: 5px;
        border-bottom-width: 5px;
    }

    .custom-production-slider .owl-carousel {
        max-height: 83px;
    }

    .custom-production-2-left {
        width: 100%;
    }

    .custom-production-2-right {
        width: 100%;
        padding: 15px;
    }

    .custom-production-benefits {
        padding: 15px 0 0;
    }

    .custom-production-benefits img {
        position: static;
        max-width: 100%;
    }

    .custom-production-need-extrusion {
        padding: 15px;
    }

    .custom-production-need-left {
        width: 100%;
    }

    .custom-production-need-right {
        width: 100%;
        margin: 30px 0 0;
        text-align: center;
    }

    .custom-production-services {
        width: 100%;
    }

    .custom-production-bottom-right {
        width: 100%;
        margin: 20px 0 0;
    }

    .production-services-item {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .production-services-item .image {
        position: static;
    }

    .custom-production-materials .text {
        padding: 15px;
    }

    .product-category-description {
        padding: 15px;
    }

    .product-category-description .image {
        width: 40%;
        max-width: 160px;
        float: none;
        margin: 0 0 15px;
    }

    .product-category-description .text {
        padding: 0;
    }

    .products-category-table tbody tr td {
        display: block;
        font-size: 14px;
    }

    .products-category-table tbody tr td .product-item-photo {
        width: 80px;
    }

    .products-category-table tbody tr td.product-list-td-title {
        font-weight: 700;
        padding-bottom: 0;
    }

    .products-category-table tbody tr td.product-list-td-sku:before {
        content: 'Product code: ';
    }

    .products-category-table tbody tr td.product-list-td-material,
    .products-category-table tbody tr td.product-list-td-color,
    .products-category-table tbody tr td.product-list-td-pack {
        font-size: 12px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .products-category-table tbody tr td.product-list-td-material:before {
        content: 'Material: ';
        font-weight: 500;
    }

    .products-category-table tbody tr td .color-swatch-img {
        display: inline-block;
        height: 18px;
        margin: 0 0 0 1px;
    }

    .products-category-table tbody tr td.product-list-td-color:before {
        content: 'Colour: ';
        font-weight: 500;
    }

    .products-category-table tbody tr td.product-list-td-pack:before {
        content: '75 metres per pack: ';
        font-weight: 500;
    }

    .qty-field-change .control input.qty-fake {
        height: 36px;
        width: 36px;
    }

    .products-category-table tbody tr td.product-list-td-price {
        display: none;
    }

    .qty-field-change .control .qty-dec,
    .qty-field-change .control .qty-inc {
        height: 36px;
        line-height: 36px;
    }

    .products-category-table tbody tr td .action.primary {
        width: 118px;
        margin: 0 0 0 10px;
        height: 36px;
        font-size: 14px;
    }

    .products-category-table tbody tr td.visible-xs {
        width: 100px;
    }

    .category-prices-text {
        font-size: 12px;
        padding: 10px 0;
    }

    .catalog-product-view .product.media {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0;
        width: 100%;
        margin: 0 auto 15px;
    }

    .page-layout-1column .product-info-main {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        border: none;
    }

    .catalog-product-view .breadcrumbs {
        display: block;
    }

    .catalog-product-view .breadcrumbs .container > span {
        display: none;
    }

    .product-back-to {
        font-size: 24px;
        margin: 0 0 25px;
        padding: 0 0 10px;
        border-bottom-width: 2px;
    }

    .product-info-main .page-title-wrapper h1 {
        font-size: 22px;
        font-weight: 700;
    }

    .product-info-price {
        margin: 0;
        width: 100% !important;
    }

    .product-info-main .product-info-stock-sku,
    .product-view-color {
        font-size: 14px;
    }

    .product-info-main .product-add-form {
        width: 100%;
    }

    .product-info-main .qty-field-change .control {
        width: 96px;
    }

    .product-info-main .box-tocart .actions {
        padding-top: 15px;
    }

    .product-info-main .qty-field-change .control input.qty-fake {
        width: 40px;
    }

    .product-detail-videos {
        width: 90%;
        max-width: 90%;
        float: none;
        margin: 15px auto;
    }

    .product-phone-chat {
        float: none;
        width: 100%;
        margin: 0 auto 20px;
        text-align: center;
    }

    .product-cta-hours {
        float: none;
        width: auto;
        margin: 0 0 10px;
        font-size: 16px;
    }

    .product-cta-phone {
        float: none;
        text-align: center;
        width: auto;
    }

    .product.info.detailed {
        margin: 0;
        overflow: hidden;
    }

    .product.data.items {
        border: none;
    }

    .block.widget .products-grid .product-items > li.product-item {
        width: 50% !important;
        padding: 0 5px;
        margin-bottom: 10px !important;
    }

    .block.widget .products-grid .product-items {
        margin: 0 -5px;
    }

    .block.widget .product-item-info {
        padding: 5px !important;
    }

    .block.widget .products-grid .product-items > li.product-item .action.primary {
        display: none !important;
    }

    .block.widget .products-grid .product-items > li.product-item .product-item-name {
        font-size: 14px;
        height: 36px;
        line-height: 1.3;
    }

    .cart.table-wrapper thead .col.remove {
        display: none;
    }

    .checkout-cart-index .page-main {
        background: none;
        padding: 15px 15px;
    }

    .checkout-cart-index .page-main .page-title-wrapper h1 {
        position: static;
        background: none;
        font-size: 24px !important;
        color: #000;
        padding: 0 0 6px;
        border-bottom: 2px solid #e7e6e6;
        margin: 0 0 15px;
        width: auto;
        float: none;
        display: block;
    }

    .cart.table-wrapper .cart tbody tr td {
        padding: 10px 5px !important;
    }

    .cart-container .form-cart .actions.main {
        padding: 0 10px;
    }

    .cart.table-wrapper {
        border-top: none;
    }

    .cart.table-wrapper .col.remove {
        box-sizing: border-box;
        display: block;
        float: left;
        white-space: nowrap;
        width: 100%;
        text-align: center;
    }

    .cart.table-wrapper .product-item-photo {
        position: static;
        max-width: 80px;
        float: left;
        padding: 0;
    }

    .cart.table-wrapper .product-item-details {
        padding-left: 90px;
    }

    .cart.table-wrapper .cart tbody tr td {
        font-size: 14px;
    }

    .cart.table-wrapper td.col.price,
    .cart.table-wrapper td.col.subtotal,
    .cart.table-wrapper td.col.remove {
        padding-top: 10px !important;
    }

    .cart.table-wrapper td.col.qty {
        padding-top: 10px !important;
    }

    .cart.table-wrapper .cart tbody td span.price {
        font-size: 18px;
    }

    .cart-features-box {
        width: auto;
        float: none;
        max-width: 100%;
        margin: 15px 0 0;
    }

    .cart-summary {
        width: auto;
        float: none;
        max-width: 100%;
    }

    .cart-summary .cart-totals {
        font-size: 18px;
        padding: 0;
    }

    .cart-summary .checkout-methods-items {
        padding: 0;
        max-width: 240px;
        margin-left: auto;
    }

    .cart-summary .checkout-methods-items .action.primary.checkout {
        max-width: 100%;
    }

    .checkout-cart-index .columns .column.main {
        padding-bottom: 0;
    }

    .cart-bottom-container {
        background: url(../images/diag_bg.png) repeat scroll 0 0 transparent;
        padding: 15px;
    }

    ol.post-list > li .text {
        width: 100%;
    }

    ol.post-list > li .post-image {
        width: 100%;
        margin: 15px 0 0;
    }

    .block-blog-categories,
    .block-blog.block-recent-posts {
        display: none;
    }

    .pages-item-next,
    .pages-item-previous {
        position: static;
    }

    .post-next-prev-item a {
        font-size: 18px;
    }

    .cms-page-view .columns .column.main table {
        width: 100% !important;
        font-size: 12px;
    }

    .cms-page-view .columns .column.main table th,
    .cms-page-view .columns .column.main table td {
        padding: 10px 5px;
    }

    .catalogsearch-result-index .search.results .toolbar:first-child {
        height: 38px;
        position: relative;
        right: 0;
        margin-bottom: 20px;
        top: 0;
    }

    .cart-container .form-cart .actions.main .action {
        padding: 0 !important;
        background: none !important;
        color: #529c3b !important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        text-decoration: underline !important;
    }

    .catalogsearch-result-index .page-main {
        padding-top: 25px;
    }

    .catalogsearch-result-index .page-main .page-title-wrapper h1 {
        width: auto;
        height: auto;
        padding: 0;
    }

    .cart.table-wrapper thead .col.item, .cart.table-wrapper thead .col.qty, .cart.table-wrapper thead .col.price, .cart.table-wrapper thead .col.subtotal, .cart.table-wrapper thead .col.msrp, .cart.table-wrapper .cart thead tr th.col.remove {
        display: table-cell !important;
        width: auto !important;
        float: none;
    }

    .cart.table-wrapper .cart thead tr th.col {
        padding: 3px 5px;
        font-size: 12px;
        border: none !important;
    }

    .cart.table-wrapper .cart thead tr th.col:before {
        display: none;
    }

    .cart.table-wrapper .item .col.item,
    .cart.table-wrapper .cart tbody tr td {
        display: table-cell !important;
        font-size: 12px !important;
        float: none !important;
        width: auto !important;
    }

    .cart.table-wrapper .cart thead tr th.col.remove {
        font-size: 0px;
    }

    .cart.table-wrapper .cart thead tr th.col.qty span {
        content: 'Qty';
    }

    .cart.table-wrapper .cart tbody tr td:before {
        display: none !important;
    }

    .cart.table-wrapper .product-image-container {
        width: 45px !important;
    }

    .cart.table-wrapper .product-item-photo {
        max-width: 45px;
    }

    .cart.table-wrapper .product-item-details {
        padding-left: 53px;
    }

    .cart.table-wrapper .product-item-name {
        font-size: 12px;
    }

    .cart.table-wrapper .cart tbody td span.price {
        font-size: 12px !important;
    }

    .cart.table-wrapper .item .message {
        padding: 10px;
    }

    .cart.table-wrapper .item .message > *:first-child:before {
        display: none;
    }

    .cart.table-wrapper .actions-toolbar > .action-delete:before {
        font-size: 18px;
    }

    .cms-data-sheets .column.main table td img {
        max-width: 100%;
    }

    /*
	table.table-checkout-shipping-method {
		display: block;
	}

	table.table-checkout-shipping-method tr,
	table.table-checkout-shipping-method thead,
	table.table-checkout-shipping-method th,
	table.table-checkout-shipping-method tbody,
	table.table-checkout-shipping-method td {
		display: block;
	}
*/
    .custom-production-slider .owl-carousel .owl-dot {
        width: 12px;
        height: 12px;
    }

    .cms-data-sheets .column.main table.data-sheets-table-ce td img {
        width: 75px;
        max-width: none;
    }

    h2 {
        font-size: 20px;
    }

    .cart.table-wrapper .qty-dec,
    .cart.table-wrapper .qty-inc {
        display: none;
    }

    .cart.table-wrapper .color-swatch-img {
        width: 25px;
        height: 14px;
    }

    .cart.table-wrapper .product-item-photo {
        display: none !important;
    }

    .cart.table-wrapper .product-item-details {
        padding-left: 0px;
    }

    .cart.table-wrapper .qty-field-change .control {
        width: 46px;
    }

    .cart.table-wrapper .cart thead tr th.col.qty span,
    .cart.table-wrapper .cart thead tr th.col.price span {
        font-size: 0px;
    }

    .cart.table-wrapper .cart thead tr th.col.qty span:before {
        content: 'Qty';
        font-size: 12px;
    }

    .cart.table-wrapper .cart thead tr th.col.price span:before {
        content: 'Price';
        font-size: 12px;
    }

    .checkout-cart-index .cart-container {
        margin: 0 -15px;
    }

    .checkout-cart-index .qty-field-change .control input.qty-fake {
        z-index: 1;
        font-size: 12px;
    }
}

@media screen and (max-width: 365px) {
    .navbar-toggle .icon-bar {
        width: 30px;
        height: 3px;
    }

    .page-header .navbar-toggle.collapsed .icon-bar {
        opacity: 1;
        -webkit-transform: rotate(0) translate3d(0px, 0px, 0);
        -o-transform: rotate(0) translate3d(0px, 0px, 0);
        -ms-transform: rotate(0) translate3d(0px, 0px, 0);
        -moz-transform: rotate(0) translate3d(0px, 0px, 0);
        transform: rotate(0) translate3d(0px, 0px, 0);
    }

    .navbar-toggle .icon-bar:nth-child(1) {
        -webkit-transform: rotate(45deg) translate3d(6px, 7px, 0);
        -o-transform: rotate(45deg) translate3d(6px, 7px, 0);
        -ms-transform: rotate(45deg) translate3d(6px, 7px, 0);
        -moz-transform: rotate(45deg) translate3d(6px, 7px, 0);
        transform: rotate(45deg) translate3d(6px, 7px, 0);
    }

    .products-category-table tbody tr td .product-item-photo {
        width: 70px;
    }

    .products-category-table tbody tr td.visible-xs {
        width: 90px;
    }

    .products-category-table tbody tr td .price {
        font-size: 18px;
    }

    .products-category-table tbody tr td .action.primary {
        font-size: 12px;
        width: 90px;
        margin-left: 8px;
    }

    .cms-page-view .columns .column.main table {
        font-size: 11px;
    }

    .cms-data-sheets table td h2 {
        font-size: 20px;
    }

    .cms-data-sheets table {
        height: auto !important;
    }

    .cms-data-sheets table td[rowspan="2"] img {
        width: 1px;
        height: 106px;
    }

    .cms-data-sheets table td h3 {
        font-size: 16px;
        margin: 0;
    }

    .cart.table-wrapper .product-item-photo {
        display: none !important;
    }

    .cart.table-wrapper .qty-dec,
    .cart.table-wrapper .qty-inc {
        display: none;
    }

    .cart.table-wrapper .product-item-details {
        padding-left: 0px;
    }

    .cart.table-wrapper .cart tbody tr td {
        padding: 10px 5px !important;
    }

    .cart.table-wrapper .color-swatch-img {
        width: 25px;
        height: 14px;
    }

    .cart.table-wrapper .qty-field-change .control {
        width: 36px;
    }

    .usp-bar ul li {
        flex-basis: 50%;
    }
}

.checkout-billing-address {
    display: none;
}

.checkout-billing-address .actions-toolbar .action-cancel {
    margin: 0 5px 0 0 !important;
}

#block-discount-heading {
    display: none;
}

/** PIXIE STYLES FROM HERE **/

.page-wrapper .page-header .main-header { padding-bottom: 20px; }
.page-wrapper .page-header .header-notice { margin-bottom: -10px; }
body .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie { padding-left: 50px; }
body.checkout-onepage-success a.print, body.checkout-onepage-success .page.messages { display: none; }
.main-usps-outer { border-bottom: 1px solid #e7e6e6; position: relative; top: -25px; }
.main-usps { max-width: 1330px; margin: 0 auto; padding: 0 15px; }
.main-usp-wrap { margin: 0 auto; display: flex; flex-wrap: wrap; align-items: stretch; padding: 5px 0 10px 0; text-align: center; }
.main-usp { width: 32%; margin-right: 2%; }
.main-usp.usp-right { margin-right: 0; }
.main-usp span { padding-left: 50px; text-align: left; font-weight: 500; width: 80%; background-position: center left 5px; background-size: 30px; background-repeat: no-repeat; display: flex;  align-items: center; margin: 0 auto; flex-wrap: wrap; height: 100%; }
.main-usp.usp-left span { background-image: url(../images/usp-truck.png); }
.main-usp.usp-centre span { background-image: url(../images/usp-uk.png); }
.main-usp.usp-right span { background-image: url(../images/usp-iso.png); }
.block-search__usps { display: none; }
.addmore-msg span {  }
.addmoreextra { display: inline-block; clear: both; margin-top: 10px; }
.addmore-msg { background: #5384ec; color: #fff; padding: 10px 15px; }
body .page-wrapper .page-header .header-top__usps { display: none; }
.page-wrapper .page-header .header-top .container { position: relative; }
.page-wrapper .page-header .header-top__reviews { justify-content: center; }
.page-wrapper .page-header .header-top .link.account { position: absolute; right: 0; }
span.isflexible { color: red; padding: 0 9px; display: inline-block; font-weight: bold; }
span.isflexible > i { padding-right: 5px; }

.pmtooltip { position: relative; }
.pmtooltip:hover:after { content: attr(data-tooltip); background: #000; padding: 5px; border-radius: 3px; display: inline-block; position: absolute; transform: translate(100%, -50%); margin: 0 auto; color: #fff; min-width: 100px; min-width: 185px; top: 50%; right: -5px; text-align: center; font-size : 13px; z-index: 2; }
.pmtooltip:hover:before { top: 50%; right: -5px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(0, 0, 0, 0); border-top-color: #000; border-width: 5px; margin-left: -5px; transform: translate(0, -50%) rotate(90deg); }
.category-extra-description h2 { text-transform: uppercase; font-size: 23px; padding: 10px; background: #515151; color: #fff; border-radius: 2px; cursor: pointer; position: relative; }
.category-extra-description h2:after { content: "+"; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
.category-extra-description h2.isopen:after { content: "-"; }
.category-extra-description h3 { font-size: 21px; }

@media (max-width: 1399px) {
    .main-usps { max-width: 1170px; }
}

@media (max-width: 1199px) {
    .main-usps { max-width: 970px; }
}

@media (max-width: 991px) {
    .main-usps { max-width: 750px; }
    .main-usps-outer { display: none; }
}

body.checkout-index-index tr.shipping .mark span.value { max-width: 236px; }

body.checkout-index-index .modal-popup .modal-header { display: inherit; }

body.pixiedust .button { padding: 20px 40px; }
@media (max-width: 991px) {
    body.pixiedust .button { padding: 10px 22px; }
}
body.pixiedust .product-info-main .product-info-price .price-box .price-container > span:last-child { margin-bottom: 5px; }
body.pixiedust .blog-search .button { padding: 0; }

@media (max-width: 768px) { 
    body.pixiedust.account .page-main { z-index: 1; }
}

body.wordpress-post-view .post-skips { clear: both; margin-top: 24px; }

body.customer-account-create .message-success.success.message { display: none; }

/* Xsearch updates */
/* resets */
.block-search .action.search { display: inline-block; background-image: none; background: none; -moz-box-sizing: content-box; border: 0; box-shadow: none; line-height: inherit; margin: 0; padding: 0; text-decoration: none; text-shadow: none; font-weight: 400; position: absolute; right: 10px; top: 0; z-index: 1; }
.block-search input { margin: 0; padding-right: 35px; position: static; }
.page-header .amsearch-wrapper-block { float: unset; width: 100%; }
.block-search .action.search:before { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 16px; line-height: 32px; color: #757575; content: '\e615'; font-family: 'luma-icons'; margin: 0; vertical-align: top; display: inline-block; font-weight: normal; overflow: hidden; speak: none; text-align: center; }
/* resets */
/* pixie */
@media (min-width: 769px) and (max-width: 1199px) {
    .amsearch-result-section { width: 775px; }
}
@media (min-width: 1200px) {
    .amsearch-result-section { width: 900px; }
}
.amsearch-loader-block { right: 65px; }
.amsearch-input-wrapper .amsearch-input { border-radius: 6px; padding: 5px 15px; }
.amsearch-products-section .amsearch-item { padding: 0 20px; }
.amsearch-products-section.-list .amsearch-item { height: 86px; padding: 6px 20px; }
.amsearch-products-section .product-item-details { min-height: unset; }
.block-search .action.search { right: 0; background: #30741b; width: 35px; height: 35px; line-height: 35px; color: #fff; border-radius: 0 6px 6px 0;} 
.block-search .action.search:before { color: #fff; font-weight: 700; font-size: 20px; line-height: 36px; }
.block-search .action.search:hover { background: #30741b; color: #fff; }
.block-search .action.search:hover:before { color: #fff; }
.amsearch-input-wrapper .amsearch-button.-close { right: 35px; }
.amsearch-input-wrapper .amsearch-input:focus { border: 1px solid #ccc; }
.amsearch-overlay-block { background: none; }
.nav-sections { z-index: unset; }
.amsearch-block-header .amsearch-title { font-size: 12px; text-transform: uppercase; }
.amsearch-highlight { color: #000; font-weight: 700; }
.amsearch-item-container .amsearch-item .amsearch-link { font-weight: normal; color: #000; font-size: 14px; padding: 0 20px; margin: 0; }
.amsearch-item-container .amsearch-item .amsearch-link:hover { color: #000; background: none; }
.amsearch-item-container .amsearch-description { padding-top: 0; font-size: 12px; }
.amsearch-products-section.-list .amsearch-image { max-width: 75px;} 
.amsearch-products-section .amsearch-link { color: #000; }
.amsearch-products-section .amsearch-link:hover { color: #000; }
.amsearch-wrapper-inner .price-container .price { font-size: 16px; }
.product-item .amsearch-highlight { padding: 0 2px; background-color: #529c3b; color: #fff; word-wrap: normal; }
.amsearch-products-section .amsearch-block-header { padding-bottom: 10px; }
.pixie-amsearch-item { padding: 7px 20px 7px; }
.pixie-amsearch-item a { color: #000; }
.amsearch-overlay-block { display: none !important; }
.amsearch-products-section { background: #f7f7f7; border: none !important; }
.amsearch-products-section .amsearch-item:hover { background: #fff; }
.amsearch-more-results { font-size: 12px; text-align: center; display: block; width: 100%; margin-top: 10px; }
.amsearch-more-results .amsearch-link { display: inline-block; border-bottom: 1px solid #373737; margin-bottom: 15px; padding: 0; background-color: inherit; color: #000; text-decoration: none; }
@media (max-width: 768px) { 
    .amsearch-items-section { padding: 0; }
}
/* pixie */
/* Xsearch updates */

body.pixiedust.catalog-product-view .product-top-offer-box { color: #30741B; padding: 0; height: 100%; padding: 5px; }
body.pixiedust.catalog-product-view .product-offer { padding: 8px 3px 0 40px; min-height: 34px; color: #30741B; font-weight: 700; font-size: 16px; height: 100%; margin-bottom: 0; width: unset; }
@media (max-width: 1200px) { 
    body.pixiedust.catalog-product-view .product-offer { width: 260px }
}
@media (max-width: 768px) { 
    body.pixiedust.catalog-product-view .product-offer { width: unset; }
}
@media (max-width: 1400px) and (min-width: 768px) {
    body.webp .product-offer { background: url(../images/offer.webp) no-repeat left 4px; }
    body.no-webp .product-offer { background: url(../images/offer.png) no-repeat left 4px; }
    body.pixiedust.catalog-product-view .product-offer { padding-top: 0; }
}
@media (max-width: 650px) { 
    body.webp .product-offer { background: url(../images/offer.webp) no-repeat left 4px; }
    body.no-webp .product-offer { background: url(../images/offer.png) no-repeat left 4px; }
    body.pixiedust.catalog-product-view .product-offer { padding-top: 0; }
}

body.checkout-cart-index .cart-features-list ul li { font-size: 16px; }

@media (max-width: 650px) { 
    .page-wrapper .page-header .header-top .link.account { right: 25px; text-decoration: none; }
    .page-wrapper .page-header .header-top .link.account .fa { font-size: 23px; }
}

@media (max-width: 550px) { 
    body.catalog-category-view iframe[src*="youtube.com"] { width: 100%; height: auto; min-height: 210px;}
}

body.checkout-index-index .sagepaysuite-payment-icon { max-width: 197px; }
body.checkout-index-index .sagepaysuite-payment-text { display: none; }

body.checkout-cart-index tr.totals.shipping.excl span.label:after { content: ' Estimate'; }

.amsearch-result-section { box-shadow: none; }
@media (max-width: 768px) { 
    .amsearch-result-section { border: 1px solid #cccccc; border-top: none; border-bottom: none; }
    .amsearch-items-section {border-bottom: 1px solid #cccccc; }
}
.table-checkout-shipping-method tbody td.col-carrier {
    font-weight: bold;
}
body.checkout-index-index .opayo-payment-method-logo {
    background-image: url(../images/cart-cards.png) !important;
    width: 208px !important;
    height: 55px !important;
}
.cart-summary .checkout-methods-items .action.primary.checkout:before {
    width: 208px !important;
    height: 55px !important;
}
body.checkout-index-index .payment-icon.sagepaysuite-payment-icon.opayo-payment-method-logo {
    margin-bottom: 5px;
    margin-left: -10px;
}
table#product-attributes-table, table#product-attributes-table td {
    border: none;
}


.amgdprcookie-cookie-container {
    margin: 0 10px 20px 0;
    padding: 0 0 25px
}

.amgdprcookie-cookie-container.-modal:first-child {
    padding-top: 25px
}

.amgdprcookie-cookie-container.-modal .amgdprcookie-header,.amgdprcookie-cookie-container.-modal .amgdprcookie-text {
    padding-left: 25px
}

.amgdprcookie-cookie-container.-modal {
    box-shadow: none;
    direction: ltr;
    margin-right: 30px
}

.amgdprcookie-cookie-container .amgdprcookie-header {
    display: flex;
    justify-content: space-between
}

.amgdprcookie-cookie-container .amgdprcookie-caption {
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    margin: 0 0 15px
}

.amgdprcookie-cookie-container .amgdprcookie-text {
    color: #363636;
    font-size: 12px;
    margin-bottom: 10px
}

.amgdprcookie-cookie-container .amgdprcookie-options {
    color: #4670c9;
    cursor: pointer;
    font-size: 12px
}

.amgdprcookie-toggle-cookie {
    padding-left: 50px;
    position: relative
}

.amgdprcookie-toggle-cookie .amgdprcookie-input {
    height: 0;
    opacity: 0;
    width: 0
}

.amgdprcookie-toggle-cookie .amgdprcookie-label {
    background: #a5a5a5;
    border-radius: 40px;
    box-shadow: 0 2px 5px rgba(0,0,0,.05);
    cursor: pointer;
    height: 29px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px
}

.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
    background: #fff;
    border-radius: 40px;
    content: '';
    height: 25px;
    left: 2px;
    position: absolute;
    top: 2px;
    transition: all .4s ease;
    width: 25px
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:active+.amgdprcookie-label,.amgdprcookie-toggle-cookie .amgdprcookie-input:focus+.amgdprcookie-label {
    box-shadow: 0 0 3px 1px #00699d
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled+.amgdprcookie-label {
    background: #e8e8e8
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled+.amgdprcookie-label:after {
    left: 95%;
    transform: translateX(-100%)
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled])+.amgdprcookie-label {
    background: #1979c3
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled])+.amgdprcookie-label:after {
    left: 95%;
    transform: translateX(-100%)
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:not([checked])+.amgdprcookie-label {
    background: #a5a5a5
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled+.amgdprcookie-label {
    background: #e8e8e8
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled+.amgdprcookie-label:after {
    left: 2px
}

.amgdprcookie-toggle-cookie .amgdprcookie-input:focus+.amgdprcookie-label {
    box-shadow: 0 0 3px 1px #00699d
}

.amgdprcookie-main-wrapper {
    color: #363636
}

.amgdprcookie-main-wrapper .amgdprcookie-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px
}

.amgdprcookie-main-wrapper .amgdprcookie-head {
    font-size: 20px;
    line-height: 20px
}

.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
    display: flex
}

.amgdprcookie-main-wrapper .amgdprcookie-btn {
    background: #ef7c4a;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 3px 5px rgba(62,40,13,.15);
    color: #fff;
    font-size: 14px;
    padding: 7px 27px;
    text-transform: uppercase
}

.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
    margin: 0 15px
}

.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
    background: #eb5a1b
}

.amgdprcookie-main-wrapper .amgdprcookie-btn:focus,.amgdprcookie-main-wrapper .amgdprcookie-btn:active {
    box-shadow: 0 0 3px 1px #00699d
}

.amgdprcookie-cookie-container .amgdprcookie-link {
    color: #2977c2;
    cursor: pointer;
    float: right;
    font-size: 12px;
    letter-spacing: .3px;
    text-transform: capitalize
}

.amgdprjs-bar-template {
    display: block !important;
    position: fixed;
    position: sticky
}

.amgdprjs-bar-template .amgdprcookie-buttons-block .amgdprcookie-button {
    margin-right: 5px
}

.amgdprjs-bar-template.-popup {
    left: 50%;
    margin: 0 auto;
    max-width: 740px;
    position: fixed;
    top: 50%;
    transform: translate(-50%,-50%)
}

.amgdprjs-bar-template.-popup:before {
    background-color: #0a6c9f;
    content: '';
    height: 100%;
    width: 100%
}

.amgdprjs-bar-template.-popup .amgdprcookie-bar-container {
    padding: 50px
}

.amgdprjs-bar-template.-popup .amgdprcookie-bar-block {
    width: 100%
}

.amgdprjs-bar-template .amgdprcookie-buttons-block {
    display: flex;
    justify-content: center
}

.amgdprcookie-groups-modal .modal-inner-wrap {
    border-radius: 4px;
    box-shadow: 0 -2px 18px rgba(0,0,0,.06);
    max-width: 740px
}

.amgdprcookie-groups-modal.-table .modal-inner-wrap {
    max-width: 1290px;
    min-width: 700px;
    overflow-x: auto
}

.amgdprcookie-groups-modal .modal-title {
    border-bottom: none;
    font-size: 20px;
    font-weight: 700
}

.amgdprcookie-groups-modal .action-close:focus {
    box-shadow: 0 0 3px 1px #00699d
}

.amgdprcookie-groups-modal .amgdprcookie-form {
    padding: 0 10px
}

.amgdprcookie-groups-modal .amgdprcookie-done {
    background-color: #4670c9;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    transition: background-color .3s ease-out;
    width: 100%
}

.amgdprcookie-groups-modal .amgdprcookie-done:hover {
    background-color: #1357e6
}

.amgdprcookie-groups-modal .amgdprcookie-done:focus {
    background-color: #1357e6;
    box-shadow: 0 0 3px 1px #00699d
}

.amgdprcookie-groups-modal:not(.-table) .modal-footer {
    padding-top: 0
}

.amgdprcookie-groups-modal .amgdprcookie-form-container,.amgdprcookie-groups-modal .amgdprcookie-tbody {
    overflow: auto;
    scrollbar-color: #e0e0e0 #fff;
    scrollbar-width: thin;
    scrollbar-face-color:#e0e0e0;scrollbar-highlight-color:#e0e0e0;scrollbar-shadow-color:#e0e0e0;scrollbar-track-color:#fff;display: block;
    max-height: 500px;
    overflow-y: auto
}

.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar,.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar {
    width: 6px
}

.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-track,.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-track {
    background-color: #fff;
    box-shadow: none
}

.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-thumb,.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #e0e0e0
}

.amgdprcookie-bar-container {
    background: #fff;
    box-shadow: 0 -2px 18px rgba(0,0,0,.06);
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 30px 10px;
    z-index: 10
}

.amgdprcookie-bar-container.modal-popup {
    bottom: unset;
    left: unset;
    overflow-y: unset;
    pointer-events: auto;
    position: unset;
    right: unset;
    top: unset;
    transition: unset
}

.amgdprcookie-bar-container .amgdprcookie-buttons-block {
    display: flex;
    flex-direction: row
}

.amgdprcookie-bar-container .amgdprcookie-policy {
    margin-bottom: 20px;
    max-height: 30vh;
    max-width: 640px;
    overflow-y: auto;
    text-align: center;
}

.amgdprcookie-bar-container .amgdprcookie-button:first-child {
    margin-bottom: 10px
}

.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
    margin-bottom: 0;
    padding: 10px 30px
}

.amgdprcookie-bar-container .action-close {
    line-height: 14px;
    right: 10px;
    top: 10px
}

.amgdprcookie-bar-container .action-close:focus,.amgdprcookie-bar-container .action-close:active {
    box-shadow: 0 0 3px 1px #00699d;
    opacity: .9
}

.amgdprcookie-buttons-block {
    display: flex;
    flex-direction: column
}

.amgdprcookie-buttons-block.-settings {
    padding-bottom: 30px
}

.amgdprcookie-buttons-block .amgdprcookie-button {
    background: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    color: #4670c9;
    font-weight: 700;
    letter-spacing: 1.35px;
    margin-top: 15px;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: opacity .3s ease,color .3s ease-out,background-color .3s ease-out,border .3s ease-out
}

.amgdprcookie-buttons-block .amgdprcookie-button:hover {
    opacity: .9
}

.amgdprcookie-buttons-block .amgdprcookie-button:active,.amgdprcookie-buttons-block .amgdprcookie-button:focus {
    box-shadow: 0 0 3px 1px #00699d;
    opacity: .9
}

.amgdprcookie-buttons-block .amgdprcookie-button.-allow,.amgdprcookie-buttons-block .amgdprcookie-button.-save {
    background: #4670c9;
    color: #fff;
    flex-basis: 33%
}

.amgdprcookie-modal-template {
    background: #fff;
    margin-left: 5px;
    overflow-y: auto
}

.amgdprcookie-modal-template .action-close {
    background: #fff;
    line-height: 14px;
    margin: 0;
    padding: 8px;
    right: 0;
    top: 0;
    z-index: 1
}

.amgdprcookie-modal-template .action-close:focus,.amgdprcookie-modal-template .action-close:active {
    background: #fff;
    box-shadow: 0 0 3px 1px #00699d;
    opacity: .9
}

.amgdprcookie-modal-template .action-close:hover {
    background: #fff
}

.amgdprcookie-modal-template .amgdprcookie-button.-allow:not(.-save) {
    background: inherit;
    color: #4670c9;
    margin-bottom: 0
}

.amgdprcookie-modal-container .modal-content {
    padding: 0
}

.amgdprcookie-groups-container {
    box-shadow: 0 -2px 18px rgba(0,0,0,.06);
    direction: rtl;
    height: auto;
    overflow-y: scroll
}

.amgdprcookie-policy-container {
    bottom: 0;
    box-shadow: 0 -2px 18px rgba(0,0,0,.06);
    padding: 24px;
    position: absolute
}

.amgdprcookie-text-container .amgdprcookie-policy {
    display: inline
}

.amgdprcookie-modal-container.modal-popup.modal-slide {
    left: 0;
    pointer-events: none
}

.amgdprcookie-modal-container .modal-inner-wrap {
    height: 100%;
    margin: 0;
    position: relative
}

.amgdprcookie-modal-container .modal-inner-wrap .modal-header {
    position: absolute;
    right: 0
}

.amgdprcookie-modal-container .modal-inner-wrap .action-close {
    margin: 5px;
    padding: 0
}

.amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;
    content: '';
    height: 25px;
    width: 25px
}

.amgdprcookie-modal-container .modal-inner-wrap .action-close:focus {
    box-shadow: 0 0 3px 1px #00699d
}

.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container {
    overflow: auto;
    scrollbar-color: #e8e8e8 #fff;
    scrollbar-width: thin;
    scrollbar-face-color:#e8e8e8;scrollbar-highlight-color:#e8e8e8;scrollbar-shadow-color:#e8e8e8;scrollbar-track-color:#fff}

.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar {
    width: 4px
}

.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-track {
    background-color: #fff;
    box-shadow: none
}

.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #e8e8e8
}

.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled+.amgdprcookie-label {
    background: #e8e8e8
}

.amgdprcookie-groups-modal .amgdprcookie-table .amgdprcookie-row,.amgdprcookie-groups-modal .amgdprcookie-table thead tr,.amgdprcookie-groups-modal .amgdprcookie-table thead {
    display: table;
    table-layout: fixed;
    width: 100%
}

.amgdprcookie-groups-modal .amgdprcookie-cell.-name {
    word-wrap: break-word
}

.amgdprcookie-modal-container .amgdprcookie-modal-template {
    height: 100%;
    margin-left: 0;
    min-width: 400px;
    pointer-events: auto;
    position: relative;
    width: 20%;
    z-index: 900
}

.ammodals-overlay {
    background-color: rgba(51,51,51,.55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 899
}
body.cms-index-index [data-menu="menu-1"] { background-color: #529c3b; }
body.pixiedust footer.page-footer { padding: 0; }

#sagepaysuiteserver-payment-errors:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #b30000;
    content: '\e61f';
    font-family: 'luma-icons';
    margin: -4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
}