/**
 *
 * Pinknoise global site styles, dev version, 
 * minify before putting on production.
 *
 */

body {
    font-family: 'benton-sans-condensed';
    font-size: 16px;
    color: #666666;
    background-color: #E1E1E1;
    -webkit-overflow-scrolling: touch;
}

body.isProduct, 
body.isProductSingle,
body.isBasket,
body.isCheckout {
    background-color: #F8F8F8;
}

div#top {
    width: 100%;
    max-width: 100%;
    background: #000000;
}

div#nav {
    width: 100%;
    max-width: 100%;
}

.container {
    width: 100%;
    max-width: 1440px;
    box-sizing: border
}

.pn-content > table,
#basket_page div.p > table {
    width: 100%;
}

.container, 
.container-fluid {
    box-sizing: border-box!important;
}

.product-list-item img,
.header img,
.footer img {
    max-width: 100%!important;
    height: auto!important;
}

.product-images img {
    max-width: 600px;
    width: auto!important;
    height: auto!important;
}

.product-images .main-image #image {
    width: 100%;
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-list-item .prim a,
.product-images .prim a,
.product-image .prim a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.product-list-item .prim img,
.product-images .prim img,
.product-image .prim img {
    z-index: -1;
}

.product-list-item .prim a::after,
.product-images .prim a::after,
.product-image .prim a::after,
.main-image a::after,
.thumbnails a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 3px 3px 0 0 #fff, inset -3px -3px 0 0 #fff!important; 
    -moz-box-shadow: inset 3px 3px 0 0 #fff, inset -3px -3px 0 0 #fff!important; 
    box-shadow: inset 3px 3px 0 0 #fff, inset -3px -3px 0 0 #fff!important;
    z-index: 10;
}


.thumbnails a {
    display: block;
    position: relative;
}

.basket img {
    max-width: none!important;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 15px;
    padding-left: 15px;
}

p {
    line-height: 1.65;
    margin: 0 0 30px;
}

/** @media (max-width: 1440px) {
    .container {
        width: 100%!important;
    }
} **/

.pn-block {
    display: block;
}

.pn-inline-block {
    display: inline-block;
}

td#center {
    padding-top: 220px;
}

.isHome td#center,
td#centertop {
    padding-top: 200px;
}

a:hover {
    text-decoration: none;
}

.fas > span, .fab > span, .fas .text, .fab .text {
    display: none;
}

table.gridp,
table.gridp tr,
table.gridp td {
    border: none!important;
}

td.left {
    width: 330px;
    padding-right: 25px;
}

td.left > div {
    background-color: #F8F8F8;
    padding: 15px;
}

.isBasket #breadcrumb,
.isCheckout #breadcrumb {
    display: none;
}

.hrd {
    border-bottom: solid 1px #E1E1E1;
}

/** Forms **/

#inner .i_form {
    width: 100%;
}

#inner .i_form td {
    display: table-cell;
    text-align: left!important;
}

.isCheckout .i_form td:first-child {
    max-width: 230px;
}

.isCheckout .i_form td[colspan="2"] {
    max-width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=url],
select,
textarea {
    background-color: #FFF;
    border: 1px solid #E1E1E1;
    line-height: 40px;
    box-sizing: border-box;
}

#inner input[type=text],
#inner input[type=email],
#inner input[type=tel],
#inner input[type=password],
#inner input[type=number],
#inner input[type=url],
#inner select,
#inner textarea {
    display: inline-block;
    width: 95%;
}

#inner input[type=text],
#inner input[type=email],
#inner input[type=tel],
#inner input[type=password],
#inner input[type=number],
#inner input[type=url],
#inner select {
    height: 40px;
}

/** Animations **/

a {
    /*transition: all 250ms;*/
}

/** Uppercase **/

h1, h2, h3, h4, h5, h6, .header, #nav, button, .cb_title, .prti a, .highlight, .bundle h3, .bundle a, .bundle b, .bundle-price, .open-hours, .brands .button {
    text-transform: uppercase;
}

/** blocks **/

#cb_id_16, #cb_id_29, #cb_id_136, .isHome #cb_id_CONTENT, #cb_id_3, #cb_id_138, .footer-usps, #cb_id_170 {
    padding: 50px 0 30px;
}

.isHome #cb_id_CONTENT {
    padding-top: 0;
}

.isHome #cb_id_CONTENT .row:first-child {
    margin-top: 50px;
}

.isHome #cb_id_CONTENT .row:last-child {
    margin-bottom: 50px;
}

.isHome #cb_id_CONTENT .row:first-child * {
    text-align: center;
}

.isHome #cb_id_CONTENT h2 {
    margin: 35px 0;
    padding: 0;
    font-size: 36px;
    font-weight: 500;
    color: #000;
}

.isHome #cb_id_CONTENT h3 {
    margin: 0 0 8px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.isHome #cb_id_CONTENT p {
    margin: 0 0 30px;
}

@media (max-width: 767px) {

    .isHome #cb_id_CONTENT h3,
    .isHome #cb_id_CONTENT p {
        text-align: center;
    }

}

#inner form[action='/checkout.html'] {
    background-color: #FFFFFF;
}

#cb_id_136, #cb_id_138, .footer-usps, #cb_id_140, .product.single, #cb_id_170 {
    background-color: #F8F8F8;
}

#cb_id_3, #cb_id_16, #cb_id_29 {
    background-color: #E1E1E1;
}

#left .clear {
    background-color: transparent!important;
}

#left > div:last-child {
    margin: 0 0 20px;
}

table#inner {
    max-width: 100%;
    margin-bottom: 0;
}

#left .clear,
#right .clear,
#center .clear {
    display: none;
}

.cb_title,
.isblock h2 {
    margin: 0;
    padding: 0 0 20px;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
}

.pn-content-table h2 {
    font-size: 24px;
    text-transform: capitalize;
    text-align: left;
}

.isHome #cb_id_CONTENT,
#cb_id_129 {
    background-color: #FFFFFF;
}

.isCheckout #basket_page {
    padding-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

/** Header **/

#top > .header {
    position: static!important;
    margin: 0 auto;
    height: 130px;
    text-transform: uppercase;
}

#top > #nav {
    position: relative;
    top: 0;
}

#top > #nav > table,
#top > #nav > table * {
    box-sizing: border-box;
}

#top > #nav > table,
#top > #nav > table tbody,
#top > #nav > table td {
    display: block;
}

#top > #nav > table tr {
    display: flex;
}

#top > #nav > table {
    width: 100%;
    max-width: 1440px;
}

#top > #nav td {
    background-color: #292929;
}

#logo {
    padding: 30px 0;
    text-align: left;
}

.quick-links,
.cart-summary {
    text-align: right;
}

.quick-links {
    margin-top: 25px;
}

.quick-links > span {
    display: inline-block;
    line-height: 21px;
}

.quick-links > span.divider {
    width: auto;
    margin: 0 8px;
}

.quick-links .tel {
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.header .quick-links .tel a {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.header .fas {
    color: #636363;
    font-size: 14px;
}

.header .quick-links .tel .fas {
    font-size: 20px;
}

.header .cart-summary {
    margin-top: 25px;
}

.header .cart-summary span {
    display: inline-block;
}

.header .cart-summary a {
    font-size: 1.4rem;
}

.header .cart-summary .cart-total {
    font-weight: 600;
    margin-right: 10px;
}

.header .cart-summary .cart-items-count {
    font-size: 1.2rem;
    position: relative;
    top: -1px;
}

#top .header .fas {
    margin-right: 7px;
}

div#sea,
div#df-search-box {
    top: 40px;
    right: 50%!important;
    transform: translateX(50%);
}

div#df-search-box {
    box-sizing: border-box;
    position: absolute;
    width: 225px;
    border: none;
}

div#sea input,
div#sea button,
div#sea span,
div#df-search-box input {
    background-color: #D7D7D7!important;
    border: none!important;
}

div#df-search-box input,
div#sea input {
    font-size: 18px!important;
}

div#df-search-box input {
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    border: 1px solid #ccc;
    background-image: url(../icons/search.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
}

div#sea a {
    position: relative;
    display: inline-block;
    background: #D7D7D7 url(../icons/search.png) 50% 50% no-repeat;
    width: 38px;
    height: 37px;
    margin-left: -14px!important;
}

div#sea .ui-autocomplete-input {
    text-transform: capitalize;
    height: 37px;
    width: 200px;
    padding: 0 20px;
}

div#sea .bp-icon-search:before {
    content: ' '!important;
}

/** Footer **/

div.footer {
    min-height: 46.375rem;
}

.isfooter {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.footer .newsletter {
    padding: 45px 0;
    background-color: #292929;
}

.footer .newsletter tr:nth-child(n+3) {
    display: none;
}

.newsletter #jerror7 {
    float: right;
    max-width: 300px;
}

.newsletter #jspacer7 {
    display: none;
}

.newsletter .pn-text {
    max-width: 380px;
    float: right;
}

.newsletter h3,
.newsletter p {
    padding: 0;
    margin: 5px 0;
    color: #FFF;
    font-weight: 500;
}

.newsletter p {
    font-size: 13px;
}

.newsletter div.form {
    display: flex;
    justify-content: flex-start;
    max-width: 350px;
    width: 100%;
}

.newsletter table {
    height: 58px;
}

.newsletter button {
    height: 46px;
    line-height: 46px;
    margin: 0;
}

.newsletter input {
    width: 100%;
    max-width: 244px;
    background: #3D3D3C;
    color: #C1C1C1;
    border: none!important;
    font-size: 16px;
}

.newsletter table,
.newsletter table * {
    box-sizing: border-box;
}

.newsletter table,
.newsletter tbody {
    display: block;
}

.newsletter tr {
    display: flex;
}

.newsletter td {
    height: 58px;
    max-height: 58px;
    overflow: hidden;
}

.newsletter .rm-required {
    display: none;
}

.newsletter button {
    position: relative;
    top: 8px;
    width: 110px!important;
    background-color: #6D6D6D;
}

.pn-footer {
    padding: 60px 0;
    background-color: #000000;
    font-size: 0.875rem;
}

.pn-footer .logo {
    padding: 30px 0 50px;
    text-align: center;
}

.pn-footer a {
    display: inline-block;
    line-height: 30px;
}

.pn-footer #footer-categories p {
    column-count: 3;
}

.pn-footer #footer-questions p {
    margin: 10px 0;
}

.pn-footer #footer-questions h3 + p {
    margin-top: 30px;
}

.pn-footer .open-hours,
.pn-footer .phone a {
    font-size: 16px;
}

.pn-footer .phone a {
    color: #999999;
}

.pn-footer .phone .fas {
    font-size: 18px;
    margin-right: 8px;
}

.pn-footer .social {
    text-align: center;
}

.pn-footer .social a {
    display: inline-block;
    font-size: 36px;
    margin: 0 6px;
}

.pn-footer h3 {
    color: #FFFFFF;
    font-weight: 500;
}

/** USPs **/

.usp-title {
    display: flex;
    justify-content: left;
    align-content: center;
}

.usp-title img {
    font-size: 40px;
    float: left;
    margin-right: 12px;
}

.usp-title h3 {
    position: relative;
    top: 11px;
    color: #000000;
    margin: 0;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
}

.usp-content p {
    color: #000000;
    margin: 15px 0;
}

.usp-content a,
.usp-content a:link,
.usp-content a:visited {
    font-weight: 700;
    color: #333333;
}

/** Navigation **/

.nav-blocks {
    display: none!important;
}

#nav {
    text-transform: uppercase;
}

#nav td > a {
    display: block;
    position: relative;
    box-sizing: border-box;
    height: 70px;
    line-height: 70px;
    font-size: 20px!important;
}

#nav td > a::after {
    display: block;
    position: absolute;
    bottom: 0;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #E5007E;
    transform: scaleX(0);
    transition: all 200ms ease-in-out;
}

#nav td:hover a::after, 
#nav .navover a::after,
#nav a.toggled::after {
    transform: scaleX(1)!important;
}

#nav .child {
    max-width: 100%!important;
    background-color: #FFFFFF;
    text-transform: uppercase;
}

#nav .child .heading,
#nav .child .brands {
    background-color: #E1E1E1;
}

#nav .child .heading h2 {
    text-align: left;
    font-size: 16px;
}

#nav .child .main {

}

#nav .child {
    padding: 1rem;
    border-bottom: 3px solid rgba(255,51,153,1);
}

#nav .child a {
    display: block;
    color: #000;
    padding: 6px 0;
    border-bottom: 2px solid #E1E1E1;
    font-size: 1rem;
    page-break-inside: avoid;
    text-align: left;
}

#nav .child a:last-child {
    border-bottom: none;
}

/** Slider **/

#cb_id_128 {
    width: 100%;
    margin: 0 auto;
}

#cb_id_128 .cb_divider {
    display: none;
}

#cb_id_128 .cb_content,
#cb_id_129 .cb_content {
    padding: 0;
}

.slider {
    background-color: #000;
}

.slider,
.slider > .slide {
    position: relative;
}

.slider,
.slide {
    width: 100%;
}

.slide,
.slide-content,
.slide-image {
}

.slide-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide-image > a {
    display: block;
    width: 100%;
    text-align: center;
}

.slide-image img {
    width: 100%;
    max-width: 2560px;
}

.slide-text {
    padding-top: 60px;
    box-sizing: border-box;
}

.slide-text .highlight,
.bundle .highlight {
    display: inline-block;
    padding: 4px 8px;
    background: #FFFFFF;
    color: #666666;
    font-size: 30px;
    line-height: 30px;
}

.slide-text h2 {
    margin: 10px 0;
    text-align: left;
    padding: 0;
}

.slide-text h2,
.slide-text h2 a {
    line-height: 40px;
    font-size: 45px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
}

.slide-text h2 .sub {
    font-size: 24px;
}

.slide-text .description {
    font-size: 20px;
    color: #000000;
}

.slide-text .price {
    font-size: 40px;
    font-weight: 700;
    line-height: 30px;
    color: #000000;
}

.slide-text .price .sub {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.slider .flickity-page-dots {
    bottom: 30px;
    max-width: 1430px;
    width: 100%;
    padding: 0 15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    box-sizing: border-box;
}

.slider .flickity-page-dots .dot {
    border: 2px solid #FFFFFF;
    background: transparent;
    margin: 0 3px;
}

.slider .flickity-page-dots .dot.is-selected {
    background: #FFFFFF;
}

/** Bundle block **/

#cb_id_129 {
    margin: 0 auto;
}

.bundles {
    padding-bottom: 60px;
}

.bundles .col {
}

.bundles h2 {
    margin: 50px 0 0;
}

.bundle {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
    padding-bottom: 118px;
    overflow: hidden;
}

.bundle, 
.bundle * {
    box-sizing: border-box;
}

.bundle > div.bundle-image {
    position: relative;
    padding: 0;
    margin: 0;
}

.bundle .bundle-image img {
    max-width: 100%!important;
    max-height: none!important;
    height: auto;
}

.bundle .bundle-description {
    position: absolute;
    padding: 0;
    width: 100%;
    top: 100%;
    transform: translateY(-118px);
    background-color: #FFFFFF;
    transition: all 150ms ease-in-out;
}

.bundle:hover .bundle-description {
    transform: translateY(-100%);
}

.bundle .bundle-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 20px 0;
    height: 118px;
    text-transform: uppercase;
}

.bundle .bundle-title h3,
.bundle .bundle-title span {
    width: 100%;
}

.bundle .bundle-title h3 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}

.bundle .bundle-title span {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

.bundle .bundle-title span::after {
    content: '\f077';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: 900;
    color: #666666;
}

.bundle:hover .bundle-title span::after {
    content: '\f078';
}

.bundle .bundle-brands {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.bundle .bundle-brands span {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 50%;
    flex: 1 1 50%;
    height: 70px;
    padding: 3px 20px;
    text-align: center;
}

.bundle .bundle-brands span img {
    max-height: 100%!important;
    max-width: 100%!important;
    width: auto!important;
    height: auto!important;
}

@media (max-width: 1440px) {

    .bundle {
        padding-bottom: 8.19444444vw;
    }

    .bundle .bundle-description {
        transform: translateY(-8.19444444vw);
    }

    .bundle .bundle-title {
        height: 8.19444444vw;
        padding: 0.69444444vw 1.388888888vw 0;
    }

    .bundle .bundle-title h3 {
        font-size: 22px;
    }

    .bundle .bundle-brands span {
        padding: 2px 1.388888888vw;
        height: 4.8611111vw;
    }

}

@media (max-width: 767px) {

    .bundle {
        padding-bottom: 16.19444444vw;
    }

    .bundle .bundle-description {
        transform: translateY(-16.19444444vw);
    }

    .bundle .bundle-title {
        height: 16.19444444vw;
        padding: 1.4vw 2.8vw 0;
    }

    .bundle .bundle-title h3 {
        font-size: 20px;
    }

    .bundle .bundle-title span {
        font-size: 16px;
    }

    .bundle .bundle-brands span {
        padding: 2px 2.8vw;
        height: 10vw;
    }

}

.bundle p,
.bundle ul,
.bundle ol,
.bundle li {
    margin: 0 0 6px;
    font-size: 14px;
    color: #666666;
}

.bundle .bundle-price {
    font-size: 12px;
    color: #000;
}

.bundle .bundle-price p {
    color: #000;
}

.bundle .bundle-price b,
.bundle .bundle-price span {
    display: inline-block;
    margin: 0 5px;
}

.bundle .bundle-price b {
    font-size: 28px;
}

.bundle .bundle-price span {
    font-size: 14px;
}

#cb_id_129 .cb_divider {
    display: none;
}

/** Featured Categories **/

#cb_id_138 .cb_content {
    padding: 0;
}

.p-wrap {
    padding: 0 15px;
}

#chosen-categories,
#chosen-categories *,
.category-list-item,
.category-list-item * {
    box-sizing: border-box;
}

#chosen-categories h2 {
    margin: 0 0 10px;
}

#chosen-categories .col-sm-3 {
    padding: 0;
}

.category-list-item .prim,
.category-list-item .prti,
#chosen-categories a, 
#chosen-categories a img {
    display: block;
    width: 100%!important;
    max-width: 100%!important;
    height: auto!important;
    max-height: none!important;
}

.category-list-item .prim {
    height: auto!important;
}

.category-list-item a {
    display: inline-block;
    width: 100%;
}

.category-list-item .prim img {
    max-width: 100%!important;
    max-height: 100%!important;
}

.isBrands .category-list-item {

}

.isBrands .category-list-item .prim img {
    max-width: 80%!important;
}

.isBrands .category-list-item .prti {
    display: none;
}

.isBrands .category-list-item {
    text-align: center;
}

.category-list-item > a {
    display: block;
    width: 100%;
}

.category-list-item img {
    width: 100%!important;
    max-width: 100%!important;
    height: auto!important;
}

.category-list-item .prti,
.category-list-item .prti a {
    display: block;
}

.category-list-item .prti a {
    padding: 30px 0;
}

.category-list-item .prti a,
#chosen-categories a {
    text-transform: uppercase;
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    width: 100%;
}

.category-list-item a {
    margin: 0;
}

.category-list-item .prim, 
.category-list-item,
#chosen-categories a img {
    /* margin: 0 0 22px; */
}

.isBrands .category-list-item .prim {
    margin: 0 0 22px;
}

.isHome .cb_divider {
    display: none;
}

/** Home content **/

.isHome #cb_id_CONTENT p {
    max-width: 904px;
    margin: 0 auto 20px;
    color: #666666;
    line-height: 1.65;
}

/** By brand **/

.container.brands .col {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.container.brands .col a {
    display: flex;
    width: 100%;
    max-width: 226px;
    height: 103px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.container.brands .col a img {
    max-width: 100%!important;
    width: auto;
    height: auto;
}

.container.brands .col a.button {
    box-sizing: border-box;
    display: inline-block;
    margin: 30px 0 0;
    width: 202px;
    height: 61px;
    line-height: 61px;
    font-size: 22px;
    font-weight: 600;
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
    border: 1px solid #E1E1E1;
}

.container.brands .col .button:hover {
    background-color: #666;
    color: #FFFFFF;
}

/** Products **/

.gridp td:nth-child(n+2) .product-grid-item,
.latest-products .product-grid-item {
    border-left: 1px solid #E1E1E1!important;
}

.product-grid-item {
    background-color: #FFF;
    margin: 0 0 20px;
    border-left: 1px solid #E1E1E1;
}

.related-products .product-grid-item {
    border-left: none;
}

.product-grid-item .product-image {
    display: flex;
    text-align: center;
    height: 276px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.product-grid-item .product-image .prim,
.product-grid-item .product-image a,
.product-grid-item .product-image img {
    border: none;
}

.product-grid-item .product-image .prla > div {
    z-index: 99;
}

.product-grid-item .product-image .prim {
    min-height: 200px!important;
    width: 100%!important;
    height: 100%!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-grid-item .product-image .prla {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%!important;
    max-height: none!important;
    height: 100%!important;
}

.product-grid-item .product-image .primw {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-grid-item .product-image .prla {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%!important;
    max-height: none!important;
    height: 100%!important;
}

.product-grid-item .product-image .prsp {
    position: absolute;
}

.product-grid-item .product-image .prim a {
    max-width: 200px;
    max-height: 200px;
}

.product-grid-item .product-image .prim a img {
    position: relative;
    z-index: 9;
}

.product-grid-item .product-details {
    background-color: #F7F7F7;
    padding: 35px 40px 30px;
}

.product-grid-item .product-details .prti {
    height: 64px!important;
    min-height: 64px;
}

.related-products-wrap .product-grid-item .product-details .prti {
    height: 52px!important;
    min-height: 52px;
}

.related-products-wrap .product-grid-item .product-details .prti a {
    font-weight: 600;
}

.product-grid-item .product-summary {
    min-height: 120px;
}

.product-grid-item .product-summary p {
    margin: 0;
    font-size: 15px;
}

.product-grid-item .gap {
    
}

.prti a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.prti + ul,
.prti + p {

}
    
.list_price {
    color: rgba(255,51,153,0.6);
    font-size: 20px;
    text-decoration: line-through;
    text-align: center;
    display: inline-block;
}

.points .list_price {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    display: inline;
}

.product-details .prti {
    min-height: 96px;
}

.no-stock, .discontinued {
    color: #d10000;
}

.in-stock {
    color: #45AB26;
}

.low-stock {
    color: rgb(224, 190, 38);
}

.soon-stock {
    color: #45AB26;
}

.gridp td {
    padding: 0!important;

}

.product-grid-item .selling_price {
    font-size: 24px;
}

.related-products-wrap .product-grid-item .selling_price {
    font-size: 20px;
}

.related-products-wrap .product-grid-item .list_price {
    font-size: 16px;
}

/** Latest products **/

.flickity-prev-next-button {
    transition: all 0.4s;
}

.flickity-prev-next-button.next,
.flickity-prev-next-button.previous,
.flickity-prev-next-button.next,
.flickity-prev-next-button.previous {
    width: 34px;
    height: 60px;
    padding: 0;
    border-radius: 0;
}

.flickity-prev-next-button.next {
    right: -50px;
}

.flickity-prev-next-button.previous {
    left: -50px;
}

#cb_id_29 .cb_title,
#cb_id_16 .cb_title {
    padding: 0 0 40px;
}

#cb_id_29 .cb_content,
#cb_id_16 .cb_content {
    padding: 0;
}

.latest-products {
}


#cb_id_29 .product-grid-item,
.latest-products .product-grid-item,
.related-products .product-grid-item {
    max-width: 25%;
    float: left;
}

#cb_id_29 .product-grid-item:nth-child(4n+1),
.latest-products .product-grid-item:nth-child(4n+1),
.related-products .product-grid-item:nth-child(4n+1) {
    clear: both;
}

.related-products-wrap {
    margin: 0 -15px 0;
}

.related-products-wrap .related-products {
    margin: 0 0 30px;
}

.related-products-wrap .prti a {
    font-size: 14px;
}

.related-products-wrap h2 {
    padding-top: 0!important;
    text-transform: uppercase!important;
    text-align: center!important;
    font-size: 24px;
}

.related-products-wrap .product-grid-item {
    max-height: 335px;
    padding: 0 15px;
    background: none;
}

.related-products-wrap .product-grid-item .product-image {
    height: 182px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
}

.related-products-wrap .product-grid-item .product-image .prim {
    max-height: 180px!important;
    min-height: 180px!important;
}

.related-products-wrap .product-grid-item .product-image .prim img {
    max-width: 180px!important;
    max-height: 180px!important;
}

.related-products-wrap .product-grid-item .product-details {
    background: #FFFFFF;
    padding: 15px 20px 20px;
    border: 1px solid #E1E1E1;
    border-top: none;
}

.related-products-wrap .product-grid-item .product-summary {
    display: none;
}

.related-products-wrap .flickity-prev-next-button.next,
.related-products-wrap .flickity-prev-next-button.previous {
    top: -40px;
    background-color: transparent;
}

.related-products-wrap .flickity-prev-next-button.next {
    right: 15px;
}

.related-products-wrap .flickity-prev-next-button.previous {
    left: 15px;
}

/** Brand block **/

#cb_id_136 h2 {

}

#cb_id_136 .row {
    padding: 25px 0;
}

#cb_id_136 .col {
    text-align: center;
    align-items: center;
    justify-content: center;
}

/** Product **/

.product-grid-item .options {
    font-size: 15px;
}

.product-single #magnify-wrap {
    max-width: 100%!important;
}

.product-availability .options {
    font-size: 18px;
    font-weight: 500;
}

.options .fas {
    font-size: 14x!important;
}

.product.single .col-xl-4,
.product.single h1,
.product.single h2,
.product.single h3 {
    color: #000000;
}

.product.single h1 {
    
}

.warranty .fas {
    color: #908E8E;
    margin-right: 6px;
}

.product-images {
    padding: 30px 40px;
    border: 2px solid #EBEBEB;
    background-color: #FFFFFF;
    margin: 0 0 30px;
}

.product-images .thumbnails table {
    border-collapse: collapse;
}

.product-images .thumbnails th,
.product-images .thumbnails td {
    padding: 0!important;
}

.product-images .thumbnails td {
    display: block;
    width: 100%!important;
    max-width: 80px!important;
}

.product-images .thumbnails a {
    margin: 0 0 10px;
}

.product-images .thumbnails img {
    width: 80px;
    height: auto;
}

.product-images .main-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 580px;
    width: 100%;
}

.product-details .ui-tabs-nav {
    display: flex!important;
    margin: 0!important;
    padding: 0!important;
    background-color: #E1E1E1!important;
}

.product-details .ui-tabs .ui-tabs-nav li {
    display: flex;
    border: none;
    padding: 0!important;
    margin: 0!important;
    box-shadow: none!important;
    width: 20%;
    float: none!important;
}

.product-details .ui-tabs-nav li:hover {
    cursor: pointer;
}

.product-details .ui-tabs-nav li:hover,
.product-details .ui-tabs-nav li.ui-state-active {
    background-color: #252525!important;
}

.product-details .ui-tabs-nav a {
    display: block!important;
    padding: 0!important;
    width: 100%!important;
    height: 52px;
    line-height: 52px;
    font-weight: 600;
    text-align: center;
    float: none!important;
}

.product-details .ui-tabs-nav li:hover a,
.product-details .ui-tabs-nav li.ui-state-active a {
    color: #FFFFFF!important;
    font-weight: 700;
}

.product-availability .options {
    float: right;
}

.availability-only .product-availability,
.availability-only .product-availability .options {
    float: none;
    margin: 0 auto;
}

.warranty {
    position: relative;
    top: 3px;
}

.ui-tabs .ui-tabs-panel {
    padding: 30px;
    border: 1px solid #E1E1E1;
    z-index: 20;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

.ui-helper-clearfix:after {
    display: none!important;
}

form[name=details] .col-sm-4 > div {
    margin: 0 0 15px;
}

#price_selling, #pp_list, #price_vat, #add, #pp_qty, #availabilities, #notify, #price_list, .product-saving, .product-actions {
    display: block;
    text-align: center;
    margin: 0 0 10px;
}

.product-actions {
    margin: 20px 0 0;
}

.product-actions .p {
    margin: 0;
}

.product-actions .options {
    max-width: 215px;
    margin: 0 auto;
}

.product-actions .options td:first-child {
    text-align: right;
    width: 45px;
}

#price_selling {
    margin: 0;
}

.selling_price {
    font-size: 42px;
    font-weight: 700;
    line-height: 45px;
}

#price_save .list_price {
    color: #000000;
    text-decoration: none;
}

#price_list {
    background: none;
}

.subtext {
    display: block;
    text-align: center;
}

.product-actions table {
    width: 100%;
}

td.button {
    background-color: transparent;
}

td.button input {
    background-color: #FFFFFF;
}

td.button span:hover {
    color: #000000;
}

.product-actions button {
    background: #53A940 15px 50% no-repeat;
    background-image: url(../icons/add-to-basket.png)!important;
    font-size: 19px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    width: 215px;
    padding-left: 40px;
}

.product-actions button:hover {
    background-color: rgb(64, 139, 47);
}

.product-price .product-saving {
    display: none;
}

#availabilities {
    margin: 0 auto;
}

.usp:after, .usp:before {
    content: ' ';
    display: table;
    clear: both;
}

.product-status,
.product-delivery,
.product-also-like,
.product-meta {
    margin: 0 0 15px;
    padding: 0 15px 15px;
    border-bottom: 1px solid #CECDCD;
}

.product-delivery .col {
    display: flex;
}

.product-delivery .col > span {
    min-width: 55px;
}

.product-delivery .countdown {
    font-size: 15px;
}

.product-delivery img {
    float: left;
    margin-right: 15px;
}

.product-also-like {
    padding: 0 8px 15px;
}

.product-also-like td {
    padding: 7px;
}

.product-also-like a,
.product-also-like label,
.product-also-like select {
    display: block;
}

.product-also-like select {
    margin: 6px 0 0;
    height: 36px;
    line-height: 36px;
}

.product-also-like td:last-child {
    padding-left: 17px;
}

.product-also-like input[type='checkbox'] {
    border-radius: 50%;
    padding: 0;
}

.product-also-like a b {
    display: inline-block;
    font-size: 14px;
    font-weight: 500!important;
}

.product-meta {
    font-size: 14px;
}

.product-meta p {
    padding: 0;
    margin: 0;
}

.product-meta br {
    display: none;
}

.product-meta span {
    display: inline-block;
    padding-right: 15px;
}

.usps-product .usp, .product-payment, .product-brand {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #CECDCD;
}

.usps-product .usp-icon {
    float: left;
    font-size: 35px;
    width: 25%;
    text-align: center;
    padding-top: 16px;
}

.usps-product .usp-content {
    padding: 0;
    float: left;
    width: 75%;
}

.usps-product .usp-content h3,
.usps-product .usp-content p {
    margin: 4px 0;
}

.usps-product .usp-content h3 {
    font-weight: 700;
}

.usps-product .usp-content p,
.usps-product .usp-content a {
    font-size: 12px;
}

.usps-product .usp .usp-phone {
    font-size: 28px;
    font-weight: 700!important;
    color: #FF3399;
}

.product-brand img {
    max-height: 36px!important;
    width: auto!important;
}

.ui-tabs .ui-tabs-panel b, .ui-tabs .ui-tabs-panel * {
    color: #666666;
}

.ui-tabs .ui-tabs-panel h3 {
    color: #000000;
    font-size: 20px;
}

.product-actions #pquantity {
    display: none;
}

.ui-tabs .ui-tabs-panel h1,
.ui-tabs .ui-tabs-panel h2,
.ui-tabs .ui-tabs-panel h3 {
    text-transform: capitalize;
    text-align: left;
    color: #000;
}

.ui-tabs .ui-tabs-panel h1 {
    font-size: 36px;
}

.ui-tabs .ui-tabs-panel h2 {
    font-size: 24px;
}

.ui-tabs .ui-tabs-panel h3 {
    font-size: 20px;
}

.points {
    text-align: center;
    margin: 10px auto;
}

.points .loyalty {
    font-weight: 600;
    color: #FF3399;
}

.product-actions td.b_basket {
    display: none;
}

.product-availability .options td:first-child {
    display: none;
}

.isProductSingle .footer {
    position: relative;
}

.brand-box a {
    display: flex;
    align-items: center;
}

.brand-box a:after {
    display: inline-block;
    margin-left: 15px;
    content: "More from this brand";
    padding-right: 15px;
    background: url(../icons/brand-arrow.png) 100% 50% no-repeat;
} 

/* -------- Product Sticky Buy Bar -------- */

#stickyBuyBar{
  position:fixed;
  top:-80px;
  left:0;
  right:0;
  z-index:999;
  background:#fff;
  padding:10px 0;
  height:80px;
  -webkit-transition:0.25s;
  transition:0.25s;
  box-sizing: border-box;
}

#stickyBuyBar.sticky{
  top:0px;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}

#stickyBuyBar h2,
#stickyBuyBar .selling_price{
  float:left;
  margin:0.2em 0.75em 0 0;
  padding: 0;
  text-transform:uppercase;
  font-size:26px;
  color:#222;
}

#stickyBuyBar h2 {
  text-align:left;
}

#stickyBuyBar .row > * {
    height: 60px;
}

#stickyBuyBar .title,
#stickyBuyBar .price{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#stickyBuyBar .price {
    justify-content: flex-end;
}

#stickyBuyBar .price > * {
    margin-left: 20px
}

#stickyBuyBar .selling_price{
margin:0.2em 0 0 0;
}

#stickyBuyBar .b_basket {   
    background: #53A940 15px 50% no-repeat;
    background-image: url(../icons/add-to-basket.png)!important;
    font-size: 19px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    width: 215px;
    padding-left: 40px;
}

#stickyBuyBar .b_basket:hover {
    background-color: rgb(64, 139, 47);;
}

/** Catalogue **/

#breadcrumb .first {
    /* display: none; */
    margin: 0;
}

#breadcrumb, #breadcrumb * {
    box-sizing: border-box;
}

#breadcrumb {
    padding: 40px 0 20px;
}

#breadcrumb p ,
#breadcrumb p a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.category-banner {
    position: relative;
    height: 480px;
    box-sizing: content-box;
    max-width: 100%;
    overflow: hidden;
    padding-top: 200px!important;
}

.category-banner * {
    text-align: left;
    box-sizing: border-box;
}

.category-banner .category-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.category-banner h1 {
    padding: 122px 0 0;
    font-size: 42px;
    font-weight: 500;
    color: #FFFFFF;
}

.category-banner h1::after {
    content: '';
    display: block;
    background-color: #ffffff;
    width: 62px;
    height: 5px;
    margin: 15px 0 25px 5px;
}

.category-banner .category-description p {
    max-width: 550px;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0;
}

.isCategory .gridp td {
    width: 25%!important;
}

.isProductSingle .footer-usps {
    display: none;
}

.isBrands .gridp td {
    padding: 0 15px!important;
}

/** left bar **/

.lb_title {
    text-align: center;
    border: none;
}

.lb_title span {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}

#product_refine table,
#product_refine tr,
#product_refine td {
    border: none!important; 
}

#product_refine b {
    text-transform: uppercase;
    padding: 15px 0 0;
}

#product_refine label {
    font-weight: 500;
}

#product_refine .subtext_left {
     color: #848484;
     font-weight: 500;
}

.ui-slider-horizontal .ui-slider-handle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: 1px;
    outline: none;
    transition: all 0s;
}

#product_refine .ui-widget-content {
    border: none;
}

#product_refine .ui-widget-header {
    background-color: #E1E1E1;
    height: 6px;
    border: none;
}

.alternatet .alt {
    display: none;
}

.alternatet {
    border: none;
    margin: 0 0 20px;
    padding: 0!important;
}

.alternatet > tbody > tr > td {
    padding: 0 0 20px!important;
    border-bottom: 1px solid #CCCCCC;
}

.alternateb, .alternatet {
    text-transform: uppercase;
    color: #000000;
}

.alternatet select,
.alternateb select {
    height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 290px;
    background-color: #F1F1F1;
    border: 2px solid #EBEBEB;
    font-family: 'benton-sans-condensed';
}

.alternateb .details td:nth-child(2),
.alternatet .details td:nth-child(2) {
    padding: 0 5px;
}

.alternateb .details b,
.alternateb .details a,
.alternateb .details span,
.alternatet .details b,
.alternatet .details a,
.alternatet .details span {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.alternateb .details td:nth-child(2) b,
.alternateb .details td:nth-child(2) a,
.alternatet .details td:nth-child(2) b,
.alternatet .details td:nth-child(2) a {
    border: 1px solid #d1d1d1;
}

.alternateb .details span,
.alternateb .details span,
.alternatet .details span,
.alternatet .details span {
    margin: 0!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.alternatet select option,
.alternateb select option {
    font-family: 'benton-sans-condensed';
}

/** Basket **/

#basket_page {
    box-sizing: border-box;
}

.block_basket {
    background-color: #FFF;
    padding: 20px;
    position: relative;
}

.block_basket .rb_title {
    color: #000000;
}

.block_basket .selling_price {
    font-size: 24px;
}

/* hacky... should style checkout form */
#inner form[action='/checkout.html'] {
    display: block;
    padding: 20px 35px 50px;
}

#cb_id_140 {
    margin: 20px 0;
}

#cb_id_95 .cb_divider,
#cb_id_140 .cb_divider,
.isHome .isblock + .cb_divider {
    display: none;
}

#cb_id_140 .cb_title {
    text-align: left;
    font-size: 24px;
    padding: 10px 20px 0!important;
}

#cb_id_140 .cb_title span {
    display: none;
}

#cb_id_140 .both {
    margin-bottom: 20px;
}

#cb_id_140 .both + .p {
    margin-top: 0;
}

#cb_id_140 .show-basket {
    display: block;
}

/** 'Responsive' **/
#cb_id_140 {
    display: none;
}

@media (max-width: 1023px) {
    #cb_id_140 {
        display: block!important;
    }
}

input[name="conform"] {
    display: none!important;
}

#basket_page {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

#basket_page .basket td {
    border: none!important;
}

#basket_page form[name="basket"] {
    padding-bottom: 30px;
}

#basket_page form[name="basket"] .basket {
    background-color: #FFF;
    margin-bottom: 50px;
}

#basket_page form[name="basket"] .basket tr:last-child .hrd {
    display: none;
}

#basket_page .basket center {
    display: block;
    padding: 0 30px;
}

#basket_page form[name="basket"] .basket > tbody > tr:first-child {
    background-color: #292929;
    color: #FFFFFF;
}

#basket_page form[name="basket"] .basket > tbody > tr:first-child + .alt {
    display: none;
}

#basket_page form[name="basket"] .basket > tbody > tr:first-child + tr + tr > td {
    padding-top: 35px!important;
}

#basket_page .basket td {
    padding-top: 18px!important;
    padding-bottom: 18px!important;
}

#basket_page .basket td td {
    padding-top: 0!important;
    padding-bottom: 0 !important;
}

#basket_page .options label {
    font-size: 16px;
}

.rm-basket .basket td[align="center"]:first-child {
    padding-left: 45px!important;
}

.rm-basket .basket td[align="right"]:last-child {
    padding-right: 45px!important;
}

.rm-basket .basket input[type=text] {
    min-width: 40px;
}

.checkout-banner {
    padding: 20px 0;
}

.checkout-banner p {
    margin: 0;
}

#cb_id_141 .cb_content {
    padding: 0;
}

.extra-info-basket-rm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 20px 20px;
    /*border: 1px solid #ccc;
    background-color: #fff;*/
    min-height: 120px;
    text-align: center;
}

.extra-info-basket-rm.security {
    padding-top: 20px;
}

.extra-info-basket-rm button {
    font-weight: 500;
}

.extra-info-basket-rm > * {
    display: block;
    margin: 0 0 15px;
}

.extra-info-basket-rm > *:last-child {
    margin-bottom: 0;
}

#basket_page h1 {
    padding-left: 55px;
    background: url('../icons/add-to-basket-bk.png') 10px 50% no-repeat;
}

.basket .bp-icon-remove::before {
    display: inline-block;
    padding: 1px 0 0 1px;
    content: 'x'!important;
}

.basket .bp-icon-remove {
    padding: 0!important;
    display: inline-block!important;
    width: 20px;
    height: 20px;
    background: #111111;
    color: #FFFFFF!important;
    text-align: center;
    border-radius: 100%;
    font-family: Arial, Helvetica, sans-serif!important;
    transition: all 0.5s;
}

.basket .bp-icon-remove:hover {
    background: #E5007E;
}

#basket_page .b_checkout {
    width: 240px;
}

form[name="personal"] div.p,
p.checkboxes,
#payment .form {
    max-width: 640px;
    margin: 0 auto;
}

p.checkboxes {
    margin-top: 20px;
    margin-bottom: 30px;
}

form[action="/checkout.html"][name="personal"] p.checkboxes input {
    height: auto!important;
}

button[name="back"],
#basket_page .grid td:first-child button,
form[action="/checkout.html"] #submission button:first-child {
    background-color: transparent!important;
    color: #000!important;
    border: none!important;
    text-align: left;
}

#basket_page .grid td:first-child {
    width: 50%!important;
    text-align: right!important;
}

#basket_page .grid td:nth-child(2) {
    width: 19%!important
}

.grid td:nth-child(2) button {
    float: right;
}

form[name="personal"] input,
form[name="personal"] select {
    font-size: 16px!important;
}

#basket_page button[name="checkout"]::before,
form[name="personal"] button[type="submit"]::before,
#submit-button button:nth-child(2)::before,
#submission #input_submit::before {
    font-family: "Font Awesome 5 Free";
    content: '\f023';
    font-size: 20px;
    margin-right: 10px;
    font-weight: 900;
}

#basket_page button[name="checkout"]::after,
form[name="personal"] button[type="submit"]::after, 
#submit-button button:nth-child(2)::after,
#submission #input_submit::after {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-size: 20px;
    margin-left: 10px;
    font-weight: 900;
}

.isCheckout h1::before {
    font-family: "Font Awesome 5 Free";
    content: '\f09d';
    font-size: 35px;
    margin-right: 15px;
}

.rm-basket.isCheckout h1::before {
    display: none;
}

form[action="/checkout.html"][name="personal"] h2 + p + p {
    text-align: center;
}

form[action="/checkout.html"] select {
    background-image: url(/user/templates/pn18-main-6dc/dropbg.png), linear-gradient(#E9E9E9, #FFF);
}

.isCheckout form[action="/checkout.html"] h2 {
    font-size: 36px;
}

form[action="/checkout.html"][name="personal"] .form .spacer,
form[action="/checkout.html"][name="personal"] .form .hrd, 
form[action="/checkout.html"][name="personal"] .form .divider, 
form[action="/checkout.html"][name="personal"] .form .spacer {
    display: none!important;
}

form[action="/checkout.html"][name="personal"] span.button {
    display: block;
    text-align: center;
    padding: 15px 0 0;
}

form[action="/checkout.html"][name="personal"] span.button a {
    display: inline-block;
    transition: all 0.5s;
    padding-top: 0.3rem;
    line-height: 2.5rem;
    min-width: 180px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    background-color: #000000;
}

form[name="personal"] button[type="submit"] {
}

#submit-button button:nth-child(2),
#submission #input_submit,
form[name="personal"] button[type="submit"] {
    color: #FFFFFF;
}

form[action="/checkout.html"][name="personal"] span.button a:hover,
#submit-button button:nth-child(2),
#submission #input_submit,
form[name="personal"] button[type="submit"] {
    background-color: #33AA00;
}

#submit-button button:nth-child(2),
#submission #input_submit,
form[name="personal"] button[type="submit"] {
    padding: 0 15px;
}

#submit-button button:nth-child(2):hover,
#submission #input_submit:hover ,
form[name="personal"] button[type="submit"]:hover {
    background-color: #FF3399;
}

.i_form .alt td, .i_form td.alt {
    padding-left: 0;
}

form[action="/checkout.html"][name="personal"] b {
    display: inline-block;
    padding-top: 20px;
    font-weight: 700;
    font-size: 20px;
}

form[action="/checkout.html"][name="personal"] #progress b {
    padding: 0 0 0;
    font-size: inherit;
}

form[action="/checkout.html"][name="personal"] input,
form[action="/checkout.html"][name="personal"] select {
    border-radius: 0;
    padding: 4px 20px;
    height: 45px!important;
    outline-color: #000000;
}

form[action="/checkout.html"][name="personal"] input:focus,
form[action="/checkout.html"][name="personal"] select:focus {
    border-color: #000000;
    outline-color: #000000;
}

form[action="/checkout.html"] > .p.pf > .form > .i_form {
    border-top: 1px solid #e1e1e1;
}

form[action="/checkout.html"] > .p.pf > .form > .i_form > tbody > tr > td {
    padding: 10px 5px!important;
    border-bottom: 1px solid #e1e1e1;
}

form[action="/checkout.html"][name="personal"] > .p.pf > .form > .i_form > tbody > tr > td {
    padding: 3px 0!important;
    border-bottom: none!important;
}

#payment .l_form b {
    display: inline-block;
}

label[for="ccp"]::before,
label[for="paypalbt"]::before,
label[for="transfer"]::before,
#payment .l_form::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    margin: 0 10px;
    min-width: 27px;
}

#payment .l_form {
    text-align: right;
}

#payment tr:nth-child(3) .l_form::before {
    content: '\f073';
}

#payment tr:nth-child(4) .l_form::before {
    content: '\f3ed';
    font-weight: 900;
}

label[for="ccp"]::before,
#payment .l_form::before {
    content: '\f09d';
}

label[for="paypalbt"]::before {
    font-family: "Font Awesome 5 Brands";
    content: '\f1ed';
}

label[for="transfer"]::before {
    content: '\f19c';
    font-weight: 900;
}

/* basket stock icons */
.gap.rm-in-stock::before,
.gap.rm-no-stock::before,
.gap.basket-in-stock::before,
.gap.basket-released::before,
.gap.basket-special::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    margin-right: 6px;
}

.gap.rm-in-stock::before,
.gap.basket-in-stock::before {
    content: '\f058';
    color: #45AB26;
}

.gap.basket-released::before {
    content: '\f017';
    color: #45AB26;
}

.gap.basket-special::before {
    content: '\f058';
    color: rgb(196, 95, 0);
}

.gap.rm-no-stock::before {
    font-weight: 900;
    content: '\f057';
    color: #d10000;
}

/** floating basket **/

#cb_id_140 {
    background-color: #FFFFFF;
}

.isCheckout .right {
    width: 40%;
}

.block_basket .block > tbody > tr:first-child {
    display: none;
}

#cb_id_140 .cb_content {
    padding: 0;
}

.block_basket div {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    color: #000000;
} 

.block_basket div.basket-summary a {
    color: #53A940;
}

.block_basket div.basket-summary a::before,
.block_basket div.basket-summary a::after {
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    display: inline-block;
}

.block_basket div.basket-summary a::before {
    content: '\f07a';
    margin-right: 15px;
}

.block_basket div.basket-summary a::after {
    content: '\f078';
    margin-left: 10px;
    transition: all 0.4s;
}

.block_basket div.basket-summary a.active::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.block_basket div:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.block_basket img {
    max-width: 60px!important;
    height: auto;
}

.block_basket .tablesr td:nth-child(3),
.block_basket .tablesr td:nth-child(4),
.block_basket .tables td:nth-child(3),
.block_basket .tables td:nth-child(4) {
    padding: 5px 10px!important;
}

.block_basket .tablesr td:nth-child(3) *,
.block_basket .tablesr td:nth-child(4) *,
.block_basket .tables td:nth-child(3) *,
.block_basket .tables td:nth-child(4) * {
    font-size: 18px!important;
}

.block_basket .tablesr td:nth-child(3), 
.block_basket .tables td:nth-child(3) {
    min-width: 30px;
    text-align: center!important;
}

/** Reviews **/ 
.latest-reviews {
    max-width: 960px;
    margin: 0 auto;
}

.latest-reviews .review {
    box-sizing: border-box;
    margin: 0 15px;
    min-width: 300px;
    width: 451px;
    max-width: 100%;
    background-color: #FFFFFF;
    padding: 30px 20px 20px 30px;
    font-size: 16px;
    color: #000;
    min-height: 296px;
}

.latest-reviews .review-title {
    min-height: 45px;
}

.latest-reviews .review-title h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.latest-reviews .review-score {
    padding: 0 0 10px;
}

.latest-reviews .review-score .options td:first-child {
    display: none;
}

.latest-reviews .review-text {
    font-size: inherit;
    padding: 0 0 30px;
    min-height: 140px;
}

.latest-reviews .review-meta {
    font-size: inherit;
    padding: 0 0 15px;
}
/*----- CURRENCY -----*/

#pop {
cursor:pointer;
}

.pop_overlay {
display:none;
position:fixed;
z-index:1000;
padding-top:300px;
left:0;
top:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.75);
}

.pop_content {
position:relative;
background:#fff;
margin:auto;
padding:0;
border:1px solid #000;
width:400px;
box-shadow:8px 8px rgba(0,0,0,.2);
text-align:left;
-webkit-animation-name:animatetop;
-webkit-animation-duration:.5s;
animation-name:animatetop;
animation-duration:.5s;
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.pop_header {
position:relative;
height:60px;
line-height:60px;
padding:0 20px;
background:#F1F1F1;

font-size:18px;
font-weight:600;
letter-spacing:2px;
text-transform:uppercase;
color:#333333;
}

.pop_close {
position:absolute;
top:0;
right:0;
width:60px;
height:60px;
background:url(/user/templates/pn16-hp/close.png) no-repeat;
text-indent:-9999px;
cursor:pointer;
}

.pop_body {
padding:20px;
}

.pop_footer {
padding:15px 20px;
background:#000;
font-size:13px;
color:#fff;
}

#site_currency table tr:nth-child(1) {
display:none;
}

#site_currency table td {
padding:0 !important;
}

/** mobile **/

@media (max-width:767px) {

}

#cb_id_146, #cp_id_145, #cb_id_144 {
    display: none;
}

@media(max-width: 1550px) {
    .flickity-prev-next-button {
        top: -80px;
        background-color: #e9e9e9;
    }
    .flickity-prev-next-button.next {
        right: 0;
    }
    .flickity-prev-next-button.previous {
        left: 0;
    }
    .latest-reviews .flickity-prev-next-button.next {
        right: -50px;
    }
    .latest-reviews .flickity-prev-next-button.previous {
        left: -50px;
    }
}

@media(max-width: 1440px) {
    .footer .row {
        padding: 0 15px;
    }
    .footer img {
        height: auto!important;
    }
    #basket_page {
        padding-left: 20px;
        padding-right: 20px;
    }
    #cb_id_29, #cb_id_136, .isHome #cb_id_CONTENT, #cb_id_3, #cb_id_138, .footer-usps, #cb_id_170 {
        padding: 5.55556vw 0 3.47222vw;
    }

    .isHome #cb_id_CONTENT {
        padding-top: 0;
    }

    #inner .isblock {
        box-sizing: border-box!important;
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }

    #inner #cb_id_128.isblock {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    #inner #cb_id_CONTENT {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    
    .category-list-item .prti a {
        padding: 2.08333333vw 0;
    }
}

@media(max-width: 1350px) {
    div#nav,
    #nav>table {
        width: 100%;
    }
    div#sea,
    div#df-search-box {
        top: 70px;
    }
}

@media(max-width: 1300px) {

    .category-list-item a, #chosen-categories a {
        font-size: 20px;
    }

}

@media(max-width: 1150px) {
    .pn-footer h3 {
        height: 48px;
    }
    .prti a {
        font-size: 16px;
    }
    .product-grid-item .product-summary p {
        line-height: 1.4;
        font-size: 13px;
    }
    .usps-product .usp br.d-none {
        display: inline!important;
    }
    .product-actions-sm .usps-product .usp br.d-none {
        display: none!important;
    }
}

@media(max-width: 1100px) {
    .footer a:link, .footer a:visited {
        font-size: 13px;
    }
    .pn-footer .social a {
        font-size: 25px;
    }
}

@media(max-width: 1080px) {
    .flickity-prev-next-button {
        background-color: transparent!important;
    }
    .flickity-prev-next-button:hover {
        color: #999;
    }
    .latest-reviews .flickity-prev-next-button.next {
        top: -30px;
        right: 10px;
    }
    .latest-reviews .flickity-prev-next-button.previous {
        top: -30px;
        left: 10px;
    }
    .pn-footer #footer-categories p {
        column-count: 2;
    }
    div.header, table.header, div.footer, table.footer {
        width: 100%;
    }
}

@media(max-width: 1023px) {
    .bundles .col {
        width: 50%;
    }
    .isHome #cb_id_CONTENT p {
        max-width: 768px;
    }
    .product-grid-item .list_price {
        font-size: 18px;
    }
    .product-grid-item .selling_price {
        font-size: 20px;
    }
    .product-sidebar {
        display: none;
    }
    .isCheckout .right {
        display: none!important;
    }
    .isCheckout .pn-content,
    .isBasket .pn-content {
        box-sizing: border-box;
        width: 100%;
        max-width: 960px;
    }
    #basket_page .basket,
    #basket_page .grid {
        width: 100%;
    }
}

@media(max-width: 991px) {
    .usps-product .usp br.d-none {
        display: none!important;
    }

    .isCheckout #center {
        box-sizing: border-box;
        padding-left: 20px!important;
        padding-right: 20px!important;
    }

    #cb_id_29 .product-grid-item, 
    .latest-products .product-grid-item, 
    .related-products .product-grid-item {
        max-width: 33.3333333%;
    }
    
    .latest-reviews .review {
        width: 47%;
        max-width: 47%;
        margin: 0 3%;
    }

    .latest-reviews .review-title {
        height: 20
    }
}

@media screen and (max-width: 767px) {
    img[src*="spacerh.gif"],
    img[src^="spacerh.gif"],
    .horizontal {
        display: none;
    }
    
    .container, 
    #cb_id_16 .block, 
    #cb_id_29 .block, 
    #cb_id_136 .block, 
    #cb_id_105 .block, 
    #cb_id_3 .block, 
    div#breadcrumb, 
    #basket_page, 
    #cb_id_29 .product-grid-item, 
    .latest-products .product-grid-item {
        width: 100%!important;
        max-width: 100%;
    }
    
    #cb_id_16 .block, 
    #cb_id_29 .block, 
    #cb_id_136 .block, 
    #cb_id_105 .block, 
    #cb_id_3 .block, 
    div#breadcrumb, 
    .div#top, 
    .container,
    #cb_id_129 .block {
        min-width: 0!important;
    }
    
    #nav_bottom, #nav_bottom + .cb_divider {
        display: none;
    }
    
    td#centertop {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    
    .isHome #centre {
        padding: 0!important;
    }
    
    .isblock {
        max-width: 100%!important;
    }
    
    .flickity-prev-next-button.next {
        right: 3px;
    }
        
    .flickity-prev-next-button.previous {
        left: 3px;
    }
        
    .bundle-brands img {
        width: auto!important;
    }
    
    .latest-reviews .review {
        width: 100%;
        max-width: 100%;
    }

    #logo {
        padding: 10px 0 0;
    }

    div#sea {
        top: 80px;
    }

    nav.quick-links {
        display: none;
    }
    
    div.header,
    div.footer {
        min-height: 0;
        background: #000000;
    }
    
    #basket_page {
        box-sizing: border-box;
    }
    
    #cb_id_29 .product-grid-item, 
    .latest-products .product-grid-item, 
    .related-products .product-grid-item {
        width: 100%;
        max-width: 100%;
    }
    
    .latest-reviews .review {
        width: 100%;
        max-width: 100%;
    }

    .isProductSingle .cb_content {
        padding-left: 0;
        padding-right: 0;
    }

    .product.single,
    .product.single *,
    .product-actions-sm .product-actions-wrap {
        box-sizing: border-box;
    }

    .product.single .product-images {
        padding: 15px 20px;
    }

    .product.single .thumbnails td {
        display: table-cell;
        width: initial!important;
    }

    .product-images .main-image {
        max-width: 400px;
        height: auto;
        margin: 0!important;
        padding: 0!important;
    }

    .product-images .main-image img,
    #magnify-wrap,
    .mousetrap {
        width: 100%!important;
        max-width: 100%!important;
    }

    .product-actions-sm {
        margin: 0 0 30px;
        color: #000000;
    }
    
    .product-actions-sm .usp-icon {
        max-width: 100px;
    }
    
    .product-actions-sm .usps-product .usp,
    .product-actions-sm .product-brand,
    .product-actions-sm .product-payment,
    .product-actions-sm .product-meta,
    .product-actions-sm .product-delivery {
        padding: 0 60px 20px;
    }
    
    .product-actions-sm br.d-none {
        display: none!important;
    }
    
    .product-actions-sm .product-actions-wrap {
        padding: 0 10vw;
    }
    
    .product-actions-sm .product-payment,
    .product-actions-sm .product-meta,
    .product-actions-sm .product-delivery {
        padding: 0 70px 15px;
    }
    
    .product-actions-sm .product-price {
        margin-top: 40px!important;
    }
    
    .product-actions-sm .product-also-like, 
    .product-actions-sm .product-status {
        border-bottom: none;
    }
    
    .product-actions-sm .product-delivery {
        padding-top: 25px;
        border-top: 1px solid #CECDCD;
    }

    .product-actions-sm .usps-product .usp, 
    .product-actions-sm .product-brand, 
    .product-actions-sm .product-payment, 
    .product-actions-sm .product-meta, 
    .product-actions-sm .product-delivery {
        padding: 0 20px 15px;
    }
    
    .product-actions-sm .product-delivery {
        padding: 15px;
    }

    .product-actions-sm > .row > .col {
        padding: 0;
    }

    .countdown br {
        display: none;
    }

    h1 {
        font-size: 30px;
    }

    .product-details .info_table {
        max-width: 100%!important;
    }

    .product-actions-sm img {
        max-width: 100%!important;
        height: auto!important;
    }

    .ui-tabs .ui-tabs-panel > div {
        max-width: 100%;
        width: 100%;
        overflow: auto;
    }

    .bundles .col-6 {
        padding: 0 10px;
    }

    .phone-mobile a {
        font-size: 16px!important;
        font-weight: 700!important;
    }
}

#mobile_catalogue .cb_title,
#mobile_menu .cb_title {
    padding: 6px 0;
    background-color: #EAEAEA;
    font-size: 22px;
}

#mobile_catalogue .cb_content,
#mobile_menu .cb_content {
    padding: 6px 10px;
}

#mobile_catalogue .cb_content ul,
#mobile_menu .cb_content ul {
    list-style: none!important;
}

#mobile_catalogue .cb_content li,
#mobile_menu .cb_content li {
    padding: 10px 0;
    list-style: none!important;
    border-bottom: 1px solid #f0f0f0;
}

#mobile_catalogue .cb_content li:last-child,
#mobile_menu .cb_content li:last-child {
    border-bottom: 0;
}

#mobile_catalogue .cb_divider,
#mobile_menu .cb_divider {
    display: none;
}

/** script **/

.rm-script .cb_divider {
    display: none;
}

.rm-page #cb_id_CONTENT {
    padding-top: 30px!important;
}

/** new nav 20/08/09 **/

body.no-scroll {
    width: 100vw;
    height: 100vh;
    max-height: 100vw;
    overflow: hidden;
}

div#nav {
    z-index: 2000;
}

#par1 > a::before {
    content: '\f0c9';
    display: block;
    float: left;
    font-family: "Font Awesome 5 Free";
    font-size: 25px!important;
    font-weight: 900!important;
    margin-right: 10px;
}

.nav-wrap,
.nav-wrap * {
    box-sizing: border-box;
}

.nav-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    max-width: 100%;
    z-index: 1999;
    display: flex;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

.nav-wrap.active {
    visibility: visible;
}

.nav-wrap,
.nav-container,
.nav-overlay,
.nav-sub,
.nav-top {
    transition-property: transform, opacity, visibility;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
}

.nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
}

.nav-wrap.active .nav-overlay {
    background-color: rgba(0,0,0,.75);
}

.nav-container {
    position: relative;
    display: flex;
    flex: 0 0 auto;
    transform: translateX(-330px);
    width: 330px;
}

.open-child .nav-container {
    width: 660px;
}

.nav-wrap.active .nav-container {
    transform: translateX(0);
}

.nav-top,
.nav-sub {
    position: relative;
    width: 330px;
    min-width: 330px;
    flex: 0 0 auto;
    overflow-y: auto;
    padding: 30px;
}

.nav-top {
    z-index: 2005;
}

.nav-sub {
    z-index: 2004;
    transform: translateX(-100%);
}

.nav-sub.open {
    transform: translateX(0);
}

.nav-top {
    background-color: #FFFFFF;
}

.nav-sub {
    background-color: #F0F0F0;
}

.nav-close {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Arial'!important;
    width: 40px;
    height: 40px;
    transform: translateX(330px);
    background-color: #fff;
    line-height: 40px;
    text-align: center;
    z-index: 2010;
}

.nav-wrap.active .nav-close {
    visibility: visible;
}

.open-child .nav-close {
    transform: translateX(660px);
}

.nav-close,
.nav-close .fas {
    color: #707070!important;
    font-size: 24px!important;
    font-weight: 300;
    margin: 0!important;
    transition: all 300ms;
}

.nav-close:hover,
.nav-close:hover .fas {
    color: #000000!important;
    background-color: #CCC;
}

.nav-top h3 {
    margin: 0 0 20px;
    text-align: left;
}

.nav-categories > *,
.nav-children-links > * {
    position: relative;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #CCCCCC!important;
    font-size: 16px!important;
    color: #000000!important;
    text-align: left;
    cursor: pointer;
    text-transform: none;
}

.nav-categories > h3 {
    margin-bottom: 0;
    padding: 32px 0 0;
    border-bottom: none!important;
    text-transform: uppercase;
    color: #666!important;
}

.nav-categories .childheading {
    margin: 0;
    width: 100%;
}

.nav-categories .toggle-children .fas {
    float: right;
    margin-right: 0!important;
    color: #E5007E!important;
    font-size: 18px;
    transition: all 300ms;
}

.nav-categories .toggle-children:hover .fas {
    transform: translateX(-50%);
}

.nav-subcategories {
    position: relative;
}

.nav-children {
    position: absolute;
    width: 100%;
}

.nav-children.active {
    position: static;
}

.nav-children-links .nav-back {
    font-weight: 600!important;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-color: #e1e1e1!important;
}

.nav-children .nav-button {
    display: block;
    margin: 30px auto;
    text-align: left;
    color: #333333!important;
    font-size: 18px!important;
    font-weight: 600!important;
    text-transform: none!important;
    white-space: pre;
    overflow-wrap: break-word;
    max-width: 270px;
}

.navigation-brands-category {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 20px 0 0;
    border-top: 1px solid #CCCCCC;
}

.navigation-brands-category a {
    width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
}

.nav-top h4 {
    margin: 30px 0 15px;
    font-size: 16px!important;
    text-align: left;
}

.nav-account {
    display: flex;
}

.nav-account span {
    display: block;
    margin-right: 15px;
    width: 80px;
    height: 80px;
    border: 1px solid #F0F0F0;
    transition: all 200ms;
}

.nav-account span:last-child {
    margin-right: 0;
}

.nav-account span:hover {
    background-color: #F0F0F0;
}

.nav-account span a {
    display: block;
    padding: 15px 0;
    width: 100%;
    height: 100%;
    color: #000!important;
    text-transform: none!important;
}

.nav-account span a::before {
    display: block;
    margin: 0 0 10px;
    width: 100%;
    color: #636363!important;
    font-family: 'Font Awesome 5 Free'!important;
    font-size: 25px!important;
    font-weight: 900!important;
}

.nav-account span.nav-account-new a::before {
    content: '\f234';
}

.nav-account span.nav-account-signin a::before {
    content: '\f2bd';
}

.nav-finance,
.nav-payments {
    border-top: 1px solid #CCCCCC;
    color: #000!important;
    font-size: 16px!important;
    text-transform: none!important;
    text-align: left;
    padding: 20px 0;
}

.nav-finance p {
    margin: 5px 0 0;
    padding: 0 10px;
}

.nav-payments {
    padding: 30px 0 0;
}

@media (max-width: 767px) {
    .nav-container {
        max-width: 330px!important;
        overflow: hidden;
    }
    .nav-close {
        transform: translateX(290px)!important;
    }
    .open-child .nav-top {
        transform: translateX(-330px);
    }
    .open-child .nav-sub {
        transform: translateX(-330px);
    }
}

/** rewrite main content tables **/

[class^="rm-"],
[class*=" rm-"] {
    box-sizing: border-box;
}

#cb_id_160 {
    display: none;
}

.ui-dialog.ui-widget {
    width: 86%!important;
    max-width: 630px;
    z-index: 3020!important;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.4);
}

#darkenScreenObject {
    z-index: 3001!important;
}

#easyedit {
    z-index: 3010!important;
}

#frameContainer {
    z-index: 3020!important;
}

.dialog-basket,
.ui-dialog-buttonpane {
    background-color: #F7F7F7!important;
}

.ui-dialog-buttonset button:first-child + button {
    background-color: #09BE39;
    border-color: #09BE39;
    color: #fff;
}

.ui-dialog-buttonset button:first-child {
    border: 1px solid #ccc;
    color: #000;
    background-color: #fff;
}

.rm-overlay-loading {
    background: rgb(255,255,255);
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
}

.rm-overlay-dark {
    background: rgb(0,0,0,0.5);
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 3000;
    display: none;
}

.cb_title,
.cb_content {
    padding: 0;
}

table#inner {
    display: block;
    height: auto;
}

table#inner > tbody {
    display: block;
}

table#inner > tbody > tr {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

table#inner > tbody > tr > td#center,
table#inner > tbody > tr > td#centertop,
table#inner > tbody > tr > td#left,
table#inner > tbody > tr > td#right {
    width: 100%;
}

table#inner > tbody > tr > td#left,
table#inner > tbody > tr > td#right,
table#inner > tbody > tr > td#center {
    padding-left: 15px;
    padding-right: 15px;
}

.rm-single-column table#inner > tbody > tr > td#center {
    padding-left: 0;
    padding-right: 0;
}

.rm-has-columns td#center {
    max-width: 1080px;
}

table#inner > tbody > tr > td#center {
    flex: 1;
}

table#inner > tbody > tr > td#left,
table#inner > tbody > tr > td#right {
    flex-shrink: 0;
    width: 360px;
}

.rm-block-inner,
.pn-content-table {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.rm-block-inner {
    width: 100%;
    box-sizing: border-box;
}

table#inner > tbody > tr > td#left + td#center > .rm-block-inner,
table#inner > tbody > tr > td#left + td#center > .rm-block-inner > * {
    padding: 0;
}

table#inner > tbody > tr > td#left[style*=" none;"] + td#center > .rm-block-inner,
table#inner > tbody > tr > td#left[style*=" none;"] + td#center > .rm-block-inner > * {
    padding-left: 15px;
    padding-right: 15px;
}

.rm-block-inner,
.rm-grid-wrap {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.isHome #cb_id_CONTENT .rm-block-inner,
.rm-has-columns .rm-block-inner {
    max-width: 100%;
    padding: 0;
}

#cb_id_129 {
    background: none;
}

.isHome #cb_id_CONTENT {
    background-color: #fff;
}

.isHome.isCheckout #cb_id_CONTENT .rm-block-inner {
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
}

.rm-block-inner .rm-grid-wrap {
    padding-left: 0;
    padding-right: 0;
}

.rm-grid {
    margin-left: 0;
    margin-right: 0;
}

.rm-has-columns table#inner {
    max-width: 1440px;
}

.rm-block-inner > table {
    padding: 0;
}

.rm-block-inner .container {
    padding-left: 0;
    padding-right: 0;
}

.isHome #cb_id_CONTENT .rm-block-inner .container {
    padding-left: 15px;
    padding-right: 15px;
}

.rm-single-column .isblock#cb_id_128 .rm-block-inner {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.isblock .container,
.isblock .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.rm-products-grid {
    margin: 0;
}

.rm-products-grid .product-grid-item,
.rm-categories-grid .category-list-item {
    padding-left: 0;
    padding-right: 0;
}

.paypal-button+.paypal-button {
    display: none;
}

/* div.header {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
} */

/*#par7 {
    display: none!important;
}*/

#par11 {
    display: none!important;
    margin-left: auto;
}

#par11 a {
    width: 25px;
    height: 25px;
    background: url('../images/search-white.png') 50% 50% no-repeat;
    background-size: contain;
    text-indent: -1000px;
    overflow: hidden;
}

#lb_id_2 {
    display: none!important;
}

@media (max-width: 1440px) {
    .rm-block-inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .isHome.isCheckout #cb_id_CONTENT .rm-block-inner {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1200px) {
    table#inner > tbody > tr > td#left,
    table#inner > tbody > tr > td#right {
        width: 240px;
    }
}

@media (max-width: 1080px) {
    .rm-subcategory table#inner > tbody > tr > td#left,
    .rm-subcategory table#inner > tbody > tr > td#center,
    .rm-subcategory table#inner > tbody > tr > td#right {
        width: 100%;
        max-width: 100%;
        flex: 1 1 100%;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .rm-subcategory #lb_id_28 .lb_content,
    .rm-subcategory #lb_id_2,
    .rm-subcategory .lb_divider,
    .rm-subcategory .cb_divider {
        display: none;
    }
    .rm-subcategory .lb_title {
        text-align: left;
    }
    .rm-subcategory td.left > div {
        padding: 0;
    }
    .rm-subcategory table#inner > tbody > tr {
        flex-direction: column;
    }
    .rm-subcategory table#inner > tbody > tr > td#left {
        padding-left: 0;
        padding-right: 0;
    }
    .rm-subcategory table#inner > tbody > tr > td#left .isblock {
        padding-left: 20px;
        padding-right: 20px;
    }
    .rm-subcategory #breadcrumb {
        padding: 0 0 15px;
    }
    .rm-subcategory #cb_id_CONTENT h1 {
        margin: 0 0 5px;
    }
    .rm-subcategory #cb_id_CONTENT #product_list {
        margin: 5px 0 0;
    }
    #lb_id_28 {
        max-height: 85vh;
        overflow-y: auto;
    }
    .refiner {
        cursor: pointer;
        color: rgb(255,51,153);
        padding-left: 0;
        padding-right: 0;
    }
    .refiner span {
        display: block;
        position: relative;
    }
    .refiner span::after {
        content: '';
        display: block;
        position: absolute; 
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 22px;
        height: 22px;
        background: url('../icons/refine-icon.png') 50% 50% no-repeat;
        background-size: 22px 22px;
    }
    .refiner.toggled span::after {
        content: '';
    }
}

@media (max-width: 991px) {
    .container.brands .col a {
        width: 50%;
    }
    .newsletter .pn-text,
    .newsletter .pn-form {
        float: none;
        margin: 0 auto;
    }
    .newsletter .pn-form {
        max-width: 350px;
    }
    .product-grid-item .product-details {
        padding-left: 25px;
        padding-right: 25px;
    }
    .product-padded-wrap {
        padding: 0 7vw;
        margin: 0 auto;
    }
}

#basket_page .basket td.rm-basket-title select {
    display: none;
}

@media (max-width: 767px) {
    #par2, #par3, #par4, #par7, #par8 {
        display: none!important;
    }
    #par11 {
        display: block!important;
    }
    #left+#center #breadcrumb {
        padding-top: 10px;
    }
    td#left .clear {
        display: none;
    }
    table#inner > tbody > tr > td#left,
    table#inner > tbody > tr > td#center,
    table#inner > tbody > tr > td#right {
        width: 100%;
        max-width: 100%;
        flex: 1 1 100%;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .rm-subcategory table#inner > tbody > tr > td#left {
        padding-left: 0;
        padding-right: 0;
    }
    .rm-subcategory table#inner > tbody > tr > td#left .isblock {
        padding-left: 20px;
        padding-right: 20px;
    }
    .isHome #cb_id_CONTENT .rm-block-inner .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    #lb_id_28 .lb_content,
    #lb_id_2,
    .lb_divider,
    .cb_divider {
        display: none;
    }
    .lb_title {
        text-align: left;
    }
    td.left > div {
        padding: 0;
    }
    table#inner > tbody > tr {
        flex-direction: column;
    }
    .isCheckout #basket_page {
        padding: 30px 0 0;
    }
    .rm-basket table.basket,
    .isCheckout table.grid,
    .isCheckout table.grid > tbody {
        display: block;
    }
    .rm-basket .basket > tbody {
        display: flex;
        flex-direction: column;
    }
    .rm-basket .basket > tbody tr {
        width: 100%;
    }
    .rm-basket .basket > tbody > tr:first-child {
        display: none;
    }
    .rm-basket .basket > tbody > tr > td {
        display: block;
        box-sizing: border-box;
    }
    .rm-basket .basket tr.product-row,
    .isCheckout table.grid tr  {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .rm-basket .basket tr.product-row {
        margin: 0 0 20px;
        padding: 20px 0 0;
        border-top: 1px solid #ccc;
    }
    .rm-basket .basket tr:first-child + tr {
        border-top: none;
        padding: 0;
    }
    #cb_id_156 {
        background-color: #ffffff;
        border-top: none!important;
        border-bottom: none!important;
        margin: 0 -20px!important;
        max-width: none!important;
        width: auto!important;
        padding-bottom: 0 0 30px!important;
    }
    #cb_id_156 .rm-block-inner {
        padding: 0 20px;
    }
    #cb_id_156 .container > .row {
        flex-direction: column;
        margin: 0;
    }
    #cb_id_156 .container > .row > * {
        padding: 0;
    }
    #cb_id_156 .container > .row * {
        text-align: center;
    }
    #cb_id_156 .container > .row .col-md-4 {
        order: 10;
    }
    #cb_id_156 #pb-button-container {
        margin-bottom: 20px;
        width: 100%;
        margin: 0 auto;
    }
    #cb_id_156 img {
        margin: 0 auto;
    }
    #cb_id_156 .pb-text-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
    #cb_id_156 .pb-text-container span,
    #cb_id_156 .pb-text-container strong {
        color: #000000;
        font-size: 16px;
        font-weight: 400;
    }
    #cb_id_156 #pb-widget-button {
        margin-top: 20px;
        margin-left: 0;
    }
    .isCheckout table.grid tr {
        align-items: center;
    }
    #basket_page .basket td.rm-basket-image {
        max-width: 75px;
        flex: 0 0 75px;
        padding: 0!important;
    }
    #basket_page .basket td.rm-basket-image a {
        display: block;
    }
    #basket_page .basket td.rm-basket-image img {
        max-width: 100%!important;
        height: auto!important;
    }
    #basket_page .basket td.rm-basket-title {
        max-width: 100%;
        flex: 1 1 200px;
        padding: 0 0 0 25px!important;
    }
    #basket_page .basket td.rm-basket-title a,
    #basket_page .basket td.rm-basket-title .gap {
        font-size: 14px!important;
        font-weight: 400;
    }
    #basket_page .basket td.rm-basket-title a {
        text-transform: uppercase;
    }
    #basket_page .basket td.rm-basket-qty {
        margin-left: 85px;
        max-width: 79px;
        flex: 0 0 79px;
        display: flex;
        align-items: center;
    }
    #basket_page .basket td.rm-basket-qty input {
        width: 30px;
        min-width: 0;
        height: 30px;
        line-height: 30px;
        padding: 0!important;
        text-align: center;
    }
    #basket_page .basket td.rm-basket-subtotal {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1 1;
        padding-left: 25px!important;
        padding-right: 25px!important;
    }
    #basket_page .basket td.rm-basket-price {
        /*display: flex;
        align-items: center;
        justify-content: center;
        flex: 1 1;
        padding-left: 25px!important;
        padding-right: 25px!important;*/

        display: none;
    }
    #basket_page .basket td.rm-basket-delete {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        max-width: 18px;
        flex: 0 0 18px;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .basket .bp-icon-remove::before {
        position: relative;
        left: -1px;
    }
    #basket_page .basket .delivery2-row,
    #basket_page .basket .delivery-row,
    #basket_page .basket .delivery-row + .additional-row {
        background-color: #F7F7F7;
        margin: 0 -20px;
        width: auto;
    }
    #basket_page .basket .delivery2-row b,
    #basket_page .basket .delivery-row b {
        display: inline-block;
        margin: 0 0 8px;
    }
    #basket_page .basket .delivery2-row select,
    #basket_page .basket .delivery-row select,
    #basket_page .basket .delivery2-row input,
    #basket_page .basket .delivery-row input,
    #basket_page .basket .total-row input {
        box-sizing: border-box;
        width: 100%;
        margin: 0 0 18px;
        font-size: 16px;
    } 
    #basket_page .basket .delivery-row select,
    #basket_page .basket .delivery2-row tr:last-child select,
    #basket_page .basket .delivery2-row tr:last-child input,
    #basket_page .basket .total-row input {
        margin-bottom: 0!important;
    }
    #basket_page .basket .delivery2-row table,
    #basket_page .basket .delivery2-row table > tbody {
        display: block;
    }
    #basket_page .basket .delivery2-row table > tbody > tr {
        display: flex;
        flex-direction: column;
    }
    #basket_page .basket center {
        padding: 0;
    }
    #basket_page .basket .delivery2-row > td {
        display: block;
        width: 100%;
        flex: 1 1 100%;
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
    #basket_page .basket .delivery2-row table > tbody > tr > td {
        width: 100%;
        text-align: left!important;
    }
    #basket_page .basket .delivery2-row img {
        display: none;
    }
    #basket_page .basket .delivery-row td:first-child {
        display: none;
    }
    #basket_page .basket .delivery-row td:nth-child(2) {
        padding-top: 0!important;
        padding-left: 20px!important;
        padding-right: 20px!important;
        width: 100%;
        flex: 1 1 100%;
    }
    #basket_page .basket .delivery-row td:nth-child(3) {
        display: block;
        flex: 1 1;
        padding: 0 0 0 20px!important;
    }
    #basket_page .basket .delivery-row td:nth-child(4) {
        max-width: 100px;
        flex: 0 0 100px;
        padding: 0 20px 0 0!important;
    }
    #basket_page .basket .subtotal-row [colspan="3"],
    #basket_page .basket .total-row [colspan="2"] {
        display: block;
        flex: 1 1;
        padding-left: 0!important;
    }
    #basket_page .basket .subtotal-row [colspan="3"] + td,
    #basket_page .basket .total-row [colspan="2"] + td {
        max-width: 100px;
        flex: 0 0 100px;
        padding-right: 0!important;
    }
    #basket_page .basket .delivery-row td:last-child,
    #basket_page .basket .delivery-row + .additional-row td:first-child,
    #basket_page .basket .delivery-row + .additional-row td:last-child,
    #basket_page .basket .subtotal-row td:first-child,
    #basket_page .basket .subtotal-row td:last-child,
    #basket_page .basket .total-row td:first-child,
    #basket_page .basket .total-row td:last-child {
        display: none!important;
    }
    #basket_page .basket .delivery-row + .additional-row td {
        padding-left: 20px!important;
        padding-right: 20px!important;
        font-size: 14px;
    }
    #basket_page .basket .delivery-row + .additional-row td span {
        display: none;
    }
    #basket_page .basket .total-row td:nth-child(2) {
        width: 100%;
        flex: 1 1 100%;
        padding: 0!important;
    }
    #basket_page .basket .total-row h3,
    #basket_page .basket .total-row b {
        color: #000000;
    }
    #basket_page .basket .total-row td:nth-child(2) div {
        padding: 15px 0 0 10px;
    }
    #basket_page .basket .total-row td:nth-child(2) div b {
        font-weight: 400;
    }
    #basket_page .basket .total-row input {
        width: 100%;
    }
    #basket_page .basket .delivery2-row {
        order: 96;
    }
    #basket_page .basket .delivery-row {
        display: flex;
        flex-wrap: wrap;
        order: 97;
    }
    #basket_page .basket .delivery-row + .additional-row {
        order: 98;
        display: flex;
    }
    #basket_page .basket .subtotal-row {
        order: 99;
        display: flex;
    }
    #basket_page .basket .total-row {
        order: 100;
        display: flex;
        flex-wrap: wrap;
    }
    #basket_page form > .p + .p {
        margin-top: 0;
    }
    #basket_page .p > .grid tr {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #basket_page .p > .grid td:first-child {
        display: none;
    }
    #basket_page .p > .grid td {
        max-width: 225px;
        width: 225px!important;
    }
    #basket_page .p > .grid td button {
        max-width: 100%;
    }
    .isCheckout table.grid tr td button {
        float: none;
    }
    #par1 a span {
        display: none;
    }
    #par1 > a::before {
        margin-right: 0;
    }
    .header .cart-summary a,
    .header .cart-summary .cart-items-count {
        font-size: 13px;
        top: 0;
    }
    .product-padded-wrap {
        padding: 0 15px;
    }
    .product-details .ui-tabs-nav {
        flex-direction: column;
    }
    .product-details .ui-tabs .ui-tabs-nav li {
        width: 100%;
        flex: 1 1 100%;
    }
    .product-details .ui-tabs .ui-tabs-nav a {
        text-align: left;
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .product-details .ui-tabs .ui-tabs-nav a::before {
        display: inline-block;
        float: right;
        content: '\f078';
        color: #666;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }
    .product-details .ui-tabs .ui-tabs-nav .ui-state-active a::before {
        color: #ffffff;
    }
    .ui-tabs .ui-tabs-panel {
        padding: 20px;
    }
    .ui-tabs .ui-tabs-panel .p2 {
        margin: 5px 0;
    }
    .product-actions-sm .usps-product .usp-icon {
        padding-right: 10px;
    }
    .product-actions-sm .product-price {
        margin-top: 10px!important;
    }

    .latest-reviews {
        margin-top: 30px;
    }
    .footer-usps .row > div {
        margin: 0 0 20px;
    }
    .footer-usps .row > div:last-child {
        margin: 0;
    }
    .usps-product .usp .usp-phone {
        font-size: 24px;
    }
    .product-actions-sm .usps-product .usp::before {
        display: none;
    }
    .product-actions-sm .usps-product .usp {
        display: flex;
    }
    .product-actions-sm .usps-product .usp-icon,
    .product-actions-sm .usps-product .usp-content {
        float: none;
    }
    .product-actions-sm .usps-product .usp-icon {
        width: auto;
        min-width: 55px;
        text-align: left;
    }
    .product-actions-sm .usps-product .usp-content {
        width: 100%;
    }
    .pn-footer .social {
        margin-top: 30px;
    }
    .pn-footer h3 {
        margin: 10px 0;
    }
    .pn-footer #footer-categories h3,
    .pn-footer #footer-questions h3 {
        height: auto;
    }
    #cb_id_141 {
        display: none;
    }
    .rm-basket #inner #cb_id_CONTENT {
        background-color: #fff;
        max-width: none!important;
        width: auto!important;
        margin: 0 -20px;
        padding: 30px 20px 0!important;
    }
    .rm-basket #cb_id_CONTENT .rm-block-inner {
        padding: 0;
    }
    #basket_page h1 {
        font-size: 18px;
        height: 35px;
        line-height: 35px;
    }
    #easyedit {
        display: none;
    }
    div.form > span {
        display: block;
    }
    div.form > span button {
        display: block;
        margin: 0 auto!important;
    }
    #inner form[action='/checkout.html'] {
        padding: 20px 20px 30px;
    }
    #inner form[action='/checkout.html'] > p + p {
        margin-bottom: 0;
    }
    .rm-checkout h1 {
        font-size: 26px;
    }
    .rm-checkout h1::before {
        font-size: 28px!important;
    }
    .category-banner {
        height: auto;
    }
    .category-banner .category-image {
        position: relative;
        transform: none;
        left: 0;
    }
    .category-banner .category-image img {
        max-width: 100%!important;
        height: auto!important;
    }
    .category-banner .category-description {
        margin: 0 0 20px;
        padding: 30px;
        background-color: #292929;
    }
    .category-banner .category-description .col {
        padding: 0;
    }
    .category-banner h1 {
        padding-top: 0!important;
        font-size: 24px;
    }
    .category-banner .category-description p {
        font-size: 14px;
    }
    td#center {
        padding-top: 190px;
    }
    #product_tabs table {
        font-size: 13px;
    }
    .product-actions-sm .product-actions-wrap {
        padding: 0;
    }
    .product-actions-sm .product-actions-wrap .col-sm-7 {
        padding: 0;
    }
    .product-also-like {
        padding: 0 0 20px;
    }
    .product-actions-sm .product-actions-wrap .col-sm-7 td:nth-child(2) {
        min-width: 65px;
    }
    #jquery-lightbox,
    #lightbox-container-image-box,
    #lightbox-container-image {
        max-width: 100%;
    }
    #lightbox-container-image-box {
        height: auto!important;
    }
    #jquery-lightbox img {
        max-width: 100%!important;
        height: auto!important
    }
    #lightbox-nav {
        height: 0;
        padding-top: 100%;
    }
}

@media (max-width: 420px) {
    div.header {
        height: 170px;
    }
    #top > .header {
        height: 100px;
    }
    .isHome td#center, td#centertop, .rm-basket td#center {
        padding-top: 170px;
    }
    .slider .flickity-page-dots {
        text-align: center;
    }
    td.header .col + .col {
        padding-left: 0;
    }
}

@media (max-width: 375px) {
    .header .cart-summary {
         margin-top: 6.666666vw;
    }
}

/** Doofinder 2019-09-24 **/

body #dfclassic {
    border-radius: 0;
    font-family: 'benton-sans-condensed';
}

body #dfclassic.df-mobile {
    z-index: 20000;
}

div.header {
}

body #dfclassic .df-aside {
    background-color: #E1E1E1;
}

body #dfclassic .df-aside .df-panel {
    padding-left: 20px;
    padding-right: 20px;
}

body #dfclassic .df-aside .df-panel[data-collapse="true"] .df-panel__content {
    display: none;
}

body #dfclassic .df-aside .df-panel:nth-child(n+2)::before {
    content: '';
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    height: 1px;
    background: #ccc;
}

body #dfclassic .df-aside .df-panel > * {
    padding-left: 0;
    padding-right: 0;
}

body #dfclassic .df-panel__title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    background-position: 100% 50%;
}

body #dfclassic.df-mobile .df-panel__title {
    margin: 0!important;
}

body #dfclassic.df-mobile .df-panel__title {
    background-position: right 16px center;
}

body #dfclassic .df-panel:nth-child(n+2) .df-panel__title {
    margin: 0 0 15px;
}

body .df-slider {
    padding-top: 15px;
    margin-bottom: 5px;
}

body .df-slider .noUi-handle::before,
body .df-slider .noUi-handle::after {
    display: none;
}

body .df-slider .noUi-horizontal {
    margin: 0 4px;
    height: 6px;
    box-shadow: none;
    border: none;
}

body .df-slider .noUi-connects {
    border-radius: 0;
}

body .df-slider .noUi-connect {
    background: #f0f0f0;
}

body .df-slider .noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    border: 2px solid #000;
    border-radius: 8px;
    background-color: white;
    box-shadow: none;
    top: -4px;
}

body .df-slider .noUi-horizontal .noUi-tooltip {
    bottom: auto;
    top: 200%;
    border: none;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    transform: translateX(0);
}

body .df-slider .noUi-horizontal .noUi-handle-lower .noUi-tooltip {
    left: 0;
}

body .df-slider .noUi-horizontal .noUi-handle-upper .noUi-tooltip {
    left: initial;
    right: 0;
}

body #dfclassic .df-slider .noUi-pips {
    display: none;
}

body #dfclassic .df-term {
    margin: 0 0 15px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
    font-size: 16px;
}

body #dfclassic.df-mobile .df-term {
    height: 38px;
    margin: 0;
}

body .df-mobile .df-panel__content {
    padding: 0 20px 10px 15px;
}

body #dfclassic .df-term[data-selected], 
body #dfclassic .df-term[data-selected] .df-term__count, 
body #dfclassic .df-term[data-selected]:hover {
    color: inherit;
    font-weight: bold;
}

body #dfclassic .df-term:active, 
body #dfclassic .df-term:focus, 
body #dfclassic .df-term:hover {
    border-radius: 0;
    background-color: transparent;
    border: none;
}

body #dfclassic .df-term__value {
    text-align: left;
}

body #dfclassic .df-term__count {
    color: #000;
}

body #dfclassic:not([data-facets=right]) .df-header {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom-color: #ccc;
    height: 56px;
    font-size: 14px;
}

body #dfclassic:not([data-facets=right]) .df-header .df-icon-list {
    display: none;
}

body #dfclassic:not([data-facets=right]) .df-header .df-header-title {
    text-align: left;
}

body #dfclassic .df-header .df-header-title span span {
    color: #000;
    font-weight: 700;
}

body #dfclassic:not([data-facets=right]) .df-header select {
    width: 100%;
    max-width: 200px;
    height: 26px;
    line-height: 24px;
    border: 2px solid #EBEBEB;
    background-color: #f7f7f7;
}

body .df-main {
    padding: 20px;
}

body #dfclassic[data-facets=left] .df-results {
    margin-left: -10px;
}

body .df-card__main {
    padding: 10px;
}

body .df-card__image {
    /*height: 215px;*/
    background-color: #fff;
}

body [data-layout=grid] .df-card__image {
    /*padding-bottom: 10px;*/
    margin-bottom: 0;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
}

body .df-card__image img {
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%,-50%);
    width: 100%;
}

body .df-mobile .df-card__image img {
    width: auto;
}

body .df-card__content {
    padding: 15px;
    background-color: #f7f7f7;
}

body .df-card__title {
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    max-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
}

body .df-card__pricing {
    text-align: left;
    color: #000;
}

body .df-mobile {
    top: 100px;
}

/*body div[data-facet="price"] > * {
    display: block!important;
}

body div[data-facet="price"] .df-slider {
    display: block!important;
}*/

body .df-mobile .df-mobile__action-button {
    width: 36px;
    height: 36px;
}

body .df-mobile .df-mobile__action-button svg {
    width: 32px;
    height: 32px;
}

body .df-mobile .df-mobile__searchbox[data-empty] button[data-role=close],
body .df-mobile .df-mobile__aside__actions .df-mobile__button[data-role="toggle-filters"] {
    font-size: 18px;
    font-family: sans-serif;
}

body .df-mobile .df-mobile__header__actions .df-mobile__button[data-role="toggle-filters"] {
    color: rgb(255,51,153);
}

body .df-mobile .df-mobile__header__actions .df-mobile__button[data-role="toggle-filters"]::after {
    content: '+';
    display: inline-block;
    margin-left: 5px;
    color: #000;
}

@media (max-width: 1399px) {
}

@media (max-width: 1080px) {

    body .df-slider .noUi-horizontal .noUi-handle {
        width: 22px;
        height: 22px;
        border-radius: 11px;
        top: -8px;
    }

}

@media (max-width: 787px) {

    div#df-search-box {
        display: none!important;
    }

}

@media (min-width: 768px) {
    #dfclassic {
        margin-top: 22px;
        width: 96%!important;
        max-width: 1400px;
        transform: translateX(-50%);
        -webkit-box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.69);
        -moz-box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.69);
        box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.69);
    }
}

/** amends 2019-09-25 **/

body .cc-window.cc-floating {
    width: 100%;
    max-width: 100%;
}

/** popular categories **/

#cb_id_167 .rm-block-inner {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

#cb_id_167 .rm-block-inner .container {
    padding: 0 15px;
}

.rm-popular-categories {
    padding: 50px 0 20px;
    background-color: #F8F8F8;
    border-bottom: 20px solid #D8D8D8;
}

.rm-popular-categories h2,
.rm-popular-categories h3,
.rm-popular-categories h4 {
    line-height: 120%;
}

.rm-popular-categories * {
    color: #000;
}

.rm-popular-categories img {
    display: block;
    max-width: 100%;
    height: auto;
}

.rm-block-title h2 {
    margin: 0;
    padding: 0;
}

.rm-block-subtitle h3, 
.rm-top-sellers h4 a {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.rm-popular-category {
    margin: 0 0 30px;
    background-color: #fff;
}

.rm-featured-category-inner {
    background-color: #fff;
}

.rm-popular-category .rm-popular-category-details {
    padding: 20px;
}

.rm-popular-category h4 {
    margin: 0 0 15px;
    min-height: 40px;
}

.rm-block-subtitle h3 {
    margin: 0 0 20px;
}

.rm-top-sellers p {
    margin: 0;
}

.rm-top-sellers p a {
    font-size: 14px;
    font-weight: 500;
}

.rm-accessories {
    padding: 50px 0 30px;
    background-color: #fff;
}

body.rm-accessories {
    padding: 0;
    background-color: #E1E1E1;
}

.rm-featured-category {
    padding: 30px 0;
}

.rm-accessories .rm-popular-category-details {
    padding: 20px 0;
}

.rm-accessories h4 {
    margin: 0;
    min-height: 22px;
}

.rm-accessories h4 a {
    font-size: 16px;
    font-weight: 500;
}

.rm-featured-category h3 {
    color: #000;
    font-size: 36px;
    margin: 0 0 20px;
}

.rm-featured-category p {
    margin: 0 0 20px;
}

.rm-featured-category-details {
    display: flex;
    flex-direction: column;
    padding: 40px 30px 0;
}

.rm-featured-category-details > a {
    margin-top: auto;
    padding-bottom: 20px;
}

.rm-featured-category .row {
    height: 100%;
}

.rm-featured-category .row > div:last-child {
    display: flex;
    align-items: center;
}

@media (max-width: 1023px) {

    .rm-popular-categories .container {
        padding: 20px!important;
    }

    .rm-popular-categories .row,
    .bundles .row {
        margin: 0 -10px;
    }

    .rm-popular-categories div[class*=" col"],
    .rm-popular-categories div[class^="col"],
    .bundles div[class*=" col"],
    .bundles div[class^="col"]  {
        padding: 0 10px;
    }

    .rm-block-subtitle h3, .rm-top-sellers h4 a {
        font-size: 18px;
    }

    .rm-popular-category .rm-popular-category-details,
    .bundle-text {
        padding: 20px 12px;
    }

    .rm-popular-category {
        margin: 0 0 20px;
    }

}

@media (max-width: 767px) {

    .rm-block-title h2 {
        text-align: left;
        margin: 0 0 15px;
    }

    .rm-popular-category h4 {
        min-height: 40px;
        margin: 0 0 10px;
    }
    

    .bundles .col-6 {
        margin: 0 0 30px;
    }

    .rm-featured-category .container {
        padding: 0!important;
    }

    .rm-featured-category .row {
        margin: 0!important;
    }

    .rm-featured-category .row > div {
        padding-left: 0!important;
        padding-right: 0!important;
        background-color: #fff;
    }

    .rm-popular-category .rm-popular-category-details,
    .bundle-text {
        padding: 20px 10px;
    }

    .rm-block-subtitle h3, .rm-top-sellers h4 a {
        font-size: 16px;
    }

}

/** Fixes/updates 2019-11-08 **/
#jquery-overlay,
#jquery-lightbox {
    z-index: 2020!important;
}

form div.form {
    max-width: 750px;
    margin: 0 auto;
}

form div.form .rm-form-label {
    display: none!important;
}

#payment div.form .rm-form-label,
#payment div.form .rm-form-label + td {
    display: block!important;
}

form div.form .rm-form-label + td {
    width: 100%;
}

form div.form .rm-form-label + td div {
    width: 100%!important;
}

form div.form .rm-form-label + td div .subtext {
    text-align: left;
}

form div.form input[type="checkbox"] {
    transform: scale(1.2);
}

.rm-block .cb_divider {
    display: none;
}

.rm-page #breadcrumb {
    padding-top: 0;
}

#dialog-basket .tables,
#dialog-basket .tables tbody {
    display: block;
}

#dialog-basket .tables tr {
    display: flex;
    flex-wrap: wrap;
}

#dialog-basket .tables img {
    max-width: 100%;
    height: auto!important;
}

#dialog-basket .tables td {
    box-sizing: border-box;
}

#dialog-basket .tables tr td:first-child {
    max-width: 110px;
    flex: 0 0 110px;
}

#dialog-basket .tables tr td:nth-child(2) {
    max-width: 100%;
    flex: 1 1 400px;
    padding: 0 0 0 25px!important;
    page-break-after: always; /* CSS 2.1 syntax */
    break-after: always; /* New syntax */
}

#dialog-basket .tables tr td:nth-child(3) {
    padding: 0!important;
    margin-top: -20px;
    margin-left: 130px;
    max-width: 20px;
    flex: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#dialog-basket .tables tr td:nth-child(4) {
    margin-top: -20px;
    max-width: 20px;
    flex: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#dialog-basket .tables tr td:nth-child(5) {
    margin-top: -20px;
    padding: 0!important;
    max-width: 20px;
    flex: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#dialog-basket .tables tr td:nth-child(6) {
    margin-top: -20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1;
    padding-left: 25px!important;
    padding-right: 25px!important;
}

#dialog-basket .tables .dialog-basket-add {
    padding: 0!important;
}

@media (max-width: 767px) {

    #dialog-basket {
        padding: 10px!important;
    }

    #dialog-basket .tables tr td:first-child {
        max-width: 70px;
        flex: 0 0 70px;
    }

    #dialog-basket .tables tr td:nth-child(3),
    #dialog-basket .tables tr td:nth-child(4),
    #dialog-basket .tables tr td:nth-child(5),
    #dialog-basket .tables tr td:nth-child(6) {
        margin-top: 8px;
    }

    #dialog-basket .tables tr td:nth-child(3) {
        margin-left: 75px;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: center;
    }

    .ui-dialog .ui-dialog-buttonpane button:first-child {
        margin-bottom: 20px;
    }

    .ui-dialog .ui-dialog-titlebar {
        font-size: 20px;
        line-height: 140%;
    }

}

@media (max-width: 600px) {

    #dialog-basket .tables tr td:nth-child(2) {
        padding-left: 20px!important;
        max-width: 300px;
    }

}

@media (max-width: 468px) {

    #dialog-basket .tables tr td:nth-child(2) {
        padding-left: 15px!important;
        max-width: 250px;
    }

}

@media (max-width: 420px) {

    #dialog-basket .tables tr td:nth-child(2) {
        padding-left: 10px!important;
        max-width: 200px;
    }

}

.df-branding {
    display: none!important;
}

.rm-product .flickity-prev-next-button .flickity-button-icon {
    width: 100%;
    height: 100%;
    top: 0;
    left: 4px;
}

.returns-form {
    margin: 30px 0;
}

.returns-form div.form {
    text-align: right;
}

.returns-form .spacer {
    display: none;
}

.returns-form select, 
.returns-form input[type=text], 
.returns-form input[type=email], 
.returns-form input[type=password], 
.returns-form textarea {
    margin: 0 0 10px;
}