:root {
    color: #F5F5F5;
    color: #F0F0F0;
    color: #C9C9C9;
    color: #707070;
    color: #00000029;
    color: #161616;
    color: #E0007A;
    color: #FF8ACA;
    color: #F13099;
    color: #003176;
}

body {
    margin: 0;
	padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #161616;
}

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
    font-weight: 400;
}

.h1, h1 {
    font-size: 45px!important;
}

.h2, h2 {
    font-size: 40px!important;
}

.h3, h3 {
    font-size: 1.75rem!important;
}

p, li, a {
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

strong {
    font-weight: 900!important;
}

ul {
	padding-left: 20px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #F0F0F0;
}

a:hover, a:focus {
	border-bottom: 0;
	text-decoration: none;
    color: inherit;
}

i {
    vertical-align: middle;
}

.xtra-bold-txt {
    font-weight: 900!important;
}

.bold-txt {
    font-weight: 400!important;
}

.dark-bg {
    background-color: #161616;
}

.light-grey-bg {
    background-color: #F0F0F0;
    padding:3% 0;
}

.dark-txt {
    color: #161616;
}

.rounded-10 {
    border-radius: 10px;
}

.wht-border-left {
    border-left: 1px solid #fff;
    min-height: 20px;
    text-align: center;
}

.light-border {
    border: 1px solid #F5F5F5;
}

.dark-border {
    border-bottom: 1px solid #C9C9C9!important;
}

.dark-grey-border {
    border: 1px solid #707070;
}

.light-font {
    font-weight: 100!important;
}

.bold-txt {
    font-weight: 600!important;
}

.dark-bg {
    background-color: #161616;
}

.light-grey-bg {
    background-color: #F5F5F5;
}

.dark-txt {
    color: #161616;
}

.dark-blue-txt, .dark-blue-txt:hover {
    color: #003176;
}

.red-txt {
    color: #F33232;
}

.dark-blue-bg {
    background-color: #003176!important;
}

.rounded-10 {
    border-radius: 10px;
}

.wht-border-left {
    border-left: 1px solid #fff;
}

.h-400 {
    height: 400px!important;
}

.max-height-100 {
    max-height: 100vh;
}

.w-10 {
    width: 10%!important;
}

.w-60 {
    width: 60%!important;
}

.w-70 {
    width: 70%!important;
}

.pr-10p {
    padding-right: 10%;
}

.pl-6 {
    padding-left: 4%;
}

.view-all-txt {
    color: #E0007A;
}

.shop-section span>a, .view-all-txt {
    color: #E0007A;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    border: 1px solid #dee2e6!important;
    padding: 8px;
    margin-left: 30px;
    border-radius: 5px;
}

.shop-section span>a:hover {
    color: #E0007A;
}

.green-dot {
    background-color: #00A6E5;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.blue-dot {
    background-color: #E0007A;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.modal-open .modal {
    z-index: 999999999999;
}

/* Pagination */
.pagination .page-link {
    position: relative;
    display: block;
    padding: 0 10px;
    margin-left: -1px;
    line-height: 1.25;
    color: #343434;
    background-color: #fff;
    border: 0;
}

/* ============ */

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-primary {
	background-color: #E0007A;
	border: 1px solid #E0007A;
	border-radius: 26px;
	padding: 8px 30px;
	font-size: 15px;
	color: #fff!important;
	font-weight: 300;
	width: auto;
}

.btn-primary:hover {
	background-color: #E0007A;
	border: 1px solid #E0007A;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #E0007A!important;
    border-color: #E0007A!important;
    box-shadow: none;
}

.btn-primary.grey {
	background-color: #C9C9C9;
	border: 1px solid #C9C9C9;
	border-radius: 26px;
	padding: 8px 30px;
	font-size: 15px;
	color: #fff!important;
	font-weight: 300;
	width: auto;
}

.btn-primary.dark-blue {
	background-color: #003176;
	border: 1px solid #003176;
	border-radius: 26px;
	padding: 8px 30px;
	font-size: 15px;
	color: #fff!important;
	font-weight: 300;
	width: auto;
}

.btn-primary.inverted {
	background-color: transparent;
	border: 1px solid #8DD7F7;
	border-radius: 26px;
	padding: 10px 30px;
	font-size: 15px;
	color: #fff!important;
	width: auto;
}

.btn-primary.inverted:hover, .btn-primary.inverted.focus, .btn-primary.inverted:focus {
    background-color: #8DD7F7!important;
    border-color: #8DD7F7!important;
    box-shadow: none;
    outline: none;
}

button:focus {
    outline: 0;
}

.btn-sml {
    padding: 0 10px;
    font-size: 15px;
    width: auto;
    text-align: center;
}

.breadcrumb {
    padding: 10px 6%;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb-item.active,.breadcrumb-item a {
    color: #C9C9C9;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #C9C9C9;
    content: "/";
}

.badge {
    display: inline-block;
    padding: 5px 30px 5px 20px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 20px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #8DD7F7;
    color: #161616;
    background-color: transparent;
}

.badge-blue {
    display: inline-block;
    padding: 5px 30px 5px 40px;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 50px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #0066B2;
    color: #fff;
    background-color: #0066B2;
}

.badge-blue i {
    font-size: 30px;
    line-height: 60px!important;
    display: block;
    float: left;
    margin-right: 15px;
    vertical-align: middle;
}

.badge i {
    font-size: 20px;
    line-height: 25px;
    display: block;
    float: left;
    margin-right: 15px;
    vertical-align: middle;
}

.badge-special {
    display: inline-block;
    padding: 3px 10px;
    font-size: 10px;
    font-weight: 100;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #0066B2;
    color: #fff;
    width: fit-content;
    position: absolute;
    top: 10px;
    left: 10px;
}

.badge-light {
    display: inline-block;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 100;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 26px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: transparent;
    color: #F5F5F5;
    width: fit-content;
    border: 1px solid #F5F5F5;
}

.logo {
    max-width: 25%;
}

.logo img {
    width: 100%;
    height: auto;
}

.dropdown a {
    color: #161616;
    position: relative;
}

.cart-dropdown .dropdown-menu {
    position: absolute;
    top: 29px!important;
    min-width: 29rem!important;
    right: -40%!important;
    left: auto!important;
    margin: 0 auto;
}

.header-top {
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0 0 12px rgb(0 0 0 / 30%);
    margin-bottom: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 40px;
    color: #161616;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #003176;
}

.navbar {
    padding: 0;
}

.header-links a {
    line-height: 30px;
    vertical-align: middle;
}

.header-links i{
    font-size: 20px;
}

.header-top.smaller {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    transition-delay: 3s;
}

header.takeover {
    background-color: rgba(0,0,0,.8);
    position: fixed;
    bottom: 0;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
}

header .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    border: 1px solid #ced4da;
    padding: 5px;
    border-radius: 25px;
}

header .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #8DD7F7;
    border: 0;
    border-radius: 100%!important;
}

header .form-control {
    padding: 0 10px;
    border: 0;
    background-color: transparent;
    width: auto;
    font-size: 14px;
    color: #C9C9C9;
}

header .form-control:focus {
    color: #C9C9C9;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.go-back i {
    line-height: 20px;
}

.badges-col .dropdown-toggle::after {
    display: none;
}

.cart-dropdown p {
    margin-bottom: 0;
}

.account-dropdown .dropdown-menu {
    top: 80%!important;
    border: 0;
    border-radius: 26px;
    width: 200px;
    right: 0!important;
    left: auto!important;
}

/*Placeholder text*/
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #C9C9C9;
    opacity: 1; /* Firefox */
    vertical-align: middle;
    line-height: 20px;
    font-weight: 200;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #C9C9C9;
    vertical-align: middle;
    line-height: 20px;
    font-weight: 200;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #C9C9C9;
    vertical-align: middle;
    line-height: 20px;
    font-weight: 200;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 5%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    color: #fff;
    text-align: right;
    opacity: 1;
    transition: opacity .15s ease;
}

.carousel-control-prev {
    left: auto;
    right: 7%;
}

.carousel-control-next {
    right: 3%;
}

.carousel-control-next i, .carousel-control-prev i {
    font-size: 50px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    font-weight: 100;
}

.home-help .card-img-overlay {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -10px;
    left: auto;
    padding: 20px;
    background-color: #fff;
    min-width: 300px;
}

.home-help .card-img-overlay a, .home-help .card-img-overlay p {
    color: #161616;
    font-size: 20px;
    vertical-align: middle;
}

.home-help .card-img-overlay i {
    font-size: 25px;
    float: right;
}

.home-specialists img {
    width: 20%;
    height: auto;
    position: relative;
}

.home-specialists .col-md-5:after {
    content: '';
    border-bottom: 1px solid #0066B2;
    position: absolute;
    top: 20%;
    left: 30%;
    z-index: 9999999;
    right: 10%;
}

.home-brands p, .home-brands a  {
    color: #161616;
}

.brands-slide.customize-tools .controls {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 44%;
    left: 0;
    transition: background 0.3s;
    z-index: 999;
}

.brands-slide.customize-tools .controls li {
    display: inline-block;
    margin-top: 0;
    padding: 0;
    cursor: pointer;
}

.brands-slide.customize-tools .controls li i {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    padding: 7px 0px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    color: #000;
    border: 1px solid #000;
}

.brands-slide .controls li i:hover {
    color: #000!important;
    border: 1px solid #F0F0F0!important;
    background-color: #F0F0F0;
    transition: all 0.4s;
}

.brands-slide.customize-tools .controls .prev {
    left: -30px;
    z-index: 999;
    position: absolute;
}

.brands-slide.customize-tools .controls .next {
	right: -30px; 
	z-index: 999;
	position: absolute;
}

.chemical-range a, #view-all-modal a {
    color: #161616;
}

/* General page header */
.page-header {
    background-position: center;
    background-size: cover;
    height: 500px;
}

/* Our expertise */
.expertise .card {
    /* min-height: 320px; */
    margin-bottom: 30px;
}

.professional-certifications .card {
    margin-right: -30%;
    z-index: 999;
}

/* Our brands */
.our-brands-page, .accessories, .news-article-body, .comp-policies, .contact-page, .chemical-products {
    padding: 5% 0;
}
.comp-policies dt {
    padding-right:0
}
.comp-policies dd{
    padding-left:0
}
.our-brands-page .card a, .our-brands-page .card p, .our-brands a, .our-brands p {
    color: #161616;
}

.image-wrapper {
    position: relative;
}

.image-wrapper:hover .img-overlay {
    background-color: rgb(0 101 178 / 58%);
    opacity: 1;
    transition: ease-in-out 0.3;
}

.img-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    height: 95%;
    border-radius: 10px;
    vertical-align: middle;
}

.img-overlay i {
    color: #fff;
    line-height: 180px;
    font-size: 40px;
}


/* Accessories page */
.accessories .card a {
    position: absolute;
    bottom: 20px;
    left: 25px;
}

/* Latest news individual */
.news-article-header {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: -100;
}

.gradient-overlay {
    background: transparent linear-gradient(180deg, #00000000 22%, rgb(35 31 32 / 91%) 80%, #231F20 91%) 0 0 no-repeat padding-box;
    z-index: 100;
    position: absolute;
    right: 0;
    left: 0;
    height: 560px;
    top: auto;
    bottom: 0;
}

.news-article-header .row {
    height: 600px;
}

.news-article-header .col-md-10 {
    z-index: 9999;
}

/* breadcrumb */
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0.25rem;
    z-index: 99999999999;
    color: #fff;
}

.breadcrumb a {
    color: #fff;
}

.dark-breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0.25rem;
    z-index: 99999999999;
    color: #161616;
}

.dark-breadcrumb a {
    color: #161616;
}
/* General form styles */
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    border: 1px solid #ced4da;
    padding: 5px;
    border-radius: 25px;
}

label {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
}

.form-control {
    border: 1px solid #F5F5F5;
    border-radius: 26px;
    background-color: #fff;
    padding: 15px 20px;
    height: auto!important;
}

.form-control:focus, .custom-select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #d3d1d1;
    outline: 0;
    box-shadow: none;
}

.custom-select {
    background: url('/images/angle-down-blk.png') 95% / 10px 7px no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select.black-pill {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    border-radius: 26px;
    color: #fff;
    background: #161616 url('/images/angle-down-white.png') 95% / 10px 7px no-repeat;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select.grey-pill {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    border-radius: 26px;
    color: #161616;
    background: #F5F5F5 url('/images/angle-down-blk.png') 95% / 10px 7px no-repeat;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#email2 {
    display: none;
}

/* Contact page */
.contact-page .form-control {
    padding: 15px;
    border: 1px solid #F5F5F5;
    background-color: #FFFFFF;
    height: auto;
    font-size: 15px;
    color: #161616;
    width: 100%;
    border-radius: 26px;
}

.contact-details a {
    color: #161616;
    padding: 0;
    display: inline-block;
}

#map {
    width: 100%;
    height: 700px;
}

#map1, #map2, #map3 {
    width: 100%;
    height: 300px;
}

.locations {
    padding-bottom: 5%;
}

/* Product pages */
.product-heading {
    padding: 5% 0;
}

.parent-categories a {
    color: #161616;
}

.categories-slider {
    /* min-height: 60px; */
    position: relative;
}

.cat-bubbles {
    overflow-x: scroll;
    max-width: 100vw;
    margin: 0 auto;
    padding: 30px 0;
}

.cat-bubbles .active {
	scroll-snap-type: unset;
} 

.cat-bubbles li {
    list-style-type: none;
    text-align: center;
    border: 1px solid #ececec;
    border-radius: 25px;
    padding: 10px!important;
    color: #161616;
    line-height: 20px;
    width: auto;
    min-width: fit-content;
    margin-right: 10px;
}

.cat-bubbles li>a {
    color: #161616;
}

.cat-bubbles::-webkit-scrollbar {
    width: 0.3em;
    height: 0.3em;
    border-radius: 0;
    -webkit-appearance: none;
}

.cat-bubbles::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 0;
}

.cat-bubbles::-webkit-scrollbar-thumb {
    background-color: #ececec;
    border-radius: 0;
    outline: 1px solid #ececec;
}

/* .categories-slider-tools.customize-tools .controls {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 10%;
	left: 0;
    transition: background 0.3s;
    z-index:999;
}

.categories-slider-tools.customize-tools .controls li {
    display: inline-block;
    margin-top: 0;
    padding: 0;
    cursor: pointer;
}

.categories-slider-tools.customize-tools .controls li i {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    padding: 7px 0px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    color: #000;
    border: 1px solid #000;
}

.categories-slider-tools.customize-tools .controls .prev { 
	left: 10px; 
	z-index: 999;
	position: absolute;
    background-color: #fff;
}

.categories-slider-tools.customize-tools .controls .next {
    right: 10px;
    z-index: 999;
    position: absolute;
    background-color: #fff;
}

.categories-slider div {
    text-align: center;
    border: 1px solid #ececec;
    border-radius: 25px;
    padding: 10px 20px 10px 20px!important;
    color: #161616;
    line-height: 20px;
    width: auto!important;
    min-width: 100px;
}

.categories-slider div a {
    color: #161616;
} */

.price {
    color: #0066B2!important;
    font-weight: 800;
    font-size: 20px;
}

.price {
    color:#0066B2!important;
    font-weight: 800;
    font-size: 20px;
}

.price small {
    font-size: 12px;
    font-weight: 400;
    color: #C9C9C9;
    vertical-align: middle;
}

.heart {
    color: #000000;
    font-size: 15px;
}

.product-slide .card-text {
    margin-right: 20px;
}

.shop-specials-slide .card a, .shop-specials-slide .card p, .shop-liquidsoap-slide a, .shop-liquidsoap-slide p {
    color: #161616;
}

.shop-section .card-text {
    color: #161616;
    line-height: 40px;
    vertical-align: middle;
}

.shop-section img {
    border-radius: 10px;
}

.shop-slide.customize-tools .controls {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 25%;
	left: 0;
    transition: background 0.3s;
    z-index:9999;
}

.shop-slide.customize-tools .controls li {
    display: inline-block;
    margin-top: 0;
    padding: 0;
    cursor: pointer;
}

.shop-slide.customize-tools .controls li i {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    /* background: #063458!important; */
    padding: 7px 0px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    color: #161616;
    border: 1px solid #161616;
}

.shop-slide.customize-tools .controls .prev { 
	left: 0; 
	z-index: 999;
	position: absolute;
}

.shop-slide.customize-tools .controls .next {
    right: -100px;
    z-index: 999;
    position: absolute;
}

/* .shop-specials-slide.customize-tools .controls, .shop-liquidsoap-slide.customize-tools .controls, .related-products-slide.customize-tools .controls, .all-products .customize-tools .controls {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 26%;
	left: 0;
    transition: background 0.3s;
    z-index:999;
} */

.controls {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 35%;
    left: 0;
    transition: background 0.3s;
    z-index: 999;
}

.shop-specials-slide.customize-tools .controls li, .shop-liquidsoap-slide.customize-tools .controls li, .related-products-slide.customize-tools .controls li, .all-products .customize-tools .controls li {
    display: inline-block;
    margin-top: 0;
    padding: 0;
    cursor: pointer;
}

.shop-specials-slide.customize-tools .controls li i, .shop-liquidsoap-slide.customize-tools .controls li i, .related-products-slide.customize-tools .controls li i, .all-products .customize-tools .controls li i {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    padding: 7px 0px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    color: #000;
    border: 1px solid #000;
}

.categories-slider-tools.customize-tools .controls .next, .controls .next {
    right: -25px;
    z-index: 999;
    position: absolute;
    background-color: #fff;
}

.categories-slider-tools.customize-tools .controls .prev, .controls .prev {
    left: -25px;
    z-index: 999;
    position: absolute;
    background-color: #fff;
}

/* .shop-specials-slide.customize-tools .controls .prev, .shop-liquidsoap-slide.customize-tools .controls .prev, .related-products-slide.customize-tools .controls .prev, .all-products .customize-tools .controls .prev { 
	left: 0; 
	z-index: 999;
	position: absolute;
}

.shop-specials-slide.customize-tools .controls .next, .shop-liquidsoap-slide.customize-tools .controls .next, .related-products-slide.customize-tools .controls .next, .all-products .customize-tools .controls .next {
    right: -6%;
    z-index: 999;
    position: absolute;
} */

.controls .next {
    right: -25px;
    z-index: 999;
    position: absolute;
    background-color: #fff;
}

.controls .prev {
    left: -25px;
    z-index: 999;
    position: absolute;
    background-color: #fff;
}

.shop-section span>a {
    color: #8DD7F7;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.cta {
    background-color: #E0007A;
    border: 1px solid #E0007A;
}
  
.cta, .cta span {
    transition: 0.5s ease-in-out;
    text-align: left;
    width: 32px;
    min-width: 32px;
    animation: 0.5s ease-in-out;
    height: 33px;
}
  
.cta .icon {
    transform: translateX(0);
    color: white;
    width: auto;
    line-height: 31px;
    vertical-align: middle;
    display: inline-block;
}

.cta .text {
    position: absolute;
    transform: translateX(0);
    display: inline-block;
    align-items: center;
    justify-content: center;
    opacity: 0;
    min-width: 130px;
    display: inline-block;
    line-height: 34px;
    vertical-align: middle;
    margin-left: 5px;
}
  
.cta:hover, .tns-item:hover .cta, .display-products .col:hover .cta {
    background: #E0007A;
    width: 130px;
    min-width: 130px;
    transition: 0.5s ease-in-out;
    animation: 0.5s ease-in-out;
}
  
.cta:hover .text, .tns-item:hover .text, .display-products .col:hover .text {
    /* width: 150px; */
    transform: translateX(10px);
    opacity: 1;
    color: #fff;
}
  
.cta:focus {
    outline: none;
}

/* Product page */
.product-slide .card-img {
    height: 200px;
    align-content: center;
    align-self: center;
    display: grid;
}

/* .product-image-slide .carousel-control-next i, .product-image-slide .carousel-control-prev i {
    font-size: 30px;
}

.product-image-slide .carousel-control-next, .product-image-slide .carousel-control-prev {
    position: absolute;
    top: 30px;
    right: 10px;
    bottom: 5%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    color: #000;
    text-align: right;
    opacity: 1;
    transition: opacity .15s ease;
}

.product-image-slide .carousel-control-prev {
    left: 10px;
    right: auto;
} */

/* Store Locator */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #161616!important;
    background-color: #fff;
    border-color: transparent;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
    border-bottom: 1px solid #707070;
    padding: 15px 0;
    color: #B8B8B8;
}

.nav-tabs .nav-item a, .nav-tabs .nav-item p {
    color: #B8B8B8;
}

.nav-tabs .nav-item .nav-link.active p {
    color: #161616!important;
}

.nav-tabs .nav-item .nav-link.active p.dark-blue-txt {
    color: #003176!important;
}

.locations {
    padding-bottom: 0;
    max-height: 646px;
    overflow-y: auto;
    display: block;
}

.locations::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
    border-radius: 20px;
    -webkit-appearance: none;
}

.locations::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 20px;
}
 
.locations::-webkit-scrollbar-thumb {
    background-color: #ececec;
    border-radius: 20px;
    outline: 1px solid #ececec;
}

/* Buttons */
.locations::-webkit-scrollbar-button:single-button {
    background-color: #fff;
    display: block;
    border-style: solid;
    height: 15px;
    width: 25px;
    padding: 10px 0;
}
/* Up */
.locations::-webkit-scrollbar-button:single-button:vertical:decrement {
    /* border-width: 30px 15px 30px 15px;
    border-color: transparent transparent #555555 transparent; */
    background-image: url('/images/chevron-up-solid.svg');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	outline: none;
	border: 0;
	padding: 10px;
}

.locations::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
    border-color: transparent transparent #777777 transparent;
}
/* Down */
.locations::-webkit-scrollbar-button:single-button:vertical:increment {
    /* border-width: 10px 10px 30px 10px;
    border-color: #555555 transparent transparent transparent; */
    background-image: url('/images/angle-down-light.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	outline: none;
	border: 0;
}

.locations::-webkit-scrollbar-button:vertical:single-button:increment:hover {
    border-color: transparent;
}

/* Footer Newsletter */
.footer-newsletter {
    background: linear-gradient(156deg,rgb(241 48 153 / 42%) 0.5%, #FF8ACA 30%, #F13099 80%);
    padding: 5% 0;
}

.footer-newsletter p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

.footer-newsletter h2 {
    font-size: 40px;
    font-weight: 300;
    color: #fff;
}

#newsletterModal .close {
    float: right;
    font-size: 40px;
    font-weight: 100;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    right: -60px;
    top: 10px;
}


.content__gdpr p, .content__gdprLegal p,.checkbox.subfield span {
    font-size: 15px!important;
}

#mc_embed_signup h3 {
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-size: 1.4em;
}

#mc_embed_signup{
    background:#fff; 
    clear:left; 
    font-family: 'Roboto', sans-serif; 
    width:600px;
    color: #000!important;
}

#mc-embedded-subscribe-form input[type=checkbox]{
    display: inline; 
    width: auto;
    margin-right: 10px;
    color: #000!important;
}
#mergeRow-gdpr {
    margin-top: 20px;
    color: #000!important;
}
#mergeRow-gdpr fieldset label {
    font-weight: normal;
    color: #000!important;
}
#mc-embedded-subscribe-form .mc_fieldset{
    border:none;
    min-height: 0px;
    padding-bottom:0px;
    color: #000!important;
}

#mc_embed_signup .mc-field-group input {
    display: inline-block!important;
    width: auto!important;
    padding: 8px 0;
    text-indent: 2%;
}

.mc-field-group.size1of2 {
    width: 100%!important;
}

#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 96%;
    padding-bottom: 0!important;
    min-height: 50px;
    display: grid;
}

/* footer */

.footer-logo img {
    width: 35%;
    height: auto;
    margin-bottom: 10px;
}

.accreditations-logos img {
    width: 65%;
    margin: 10px 0;
}

.footer {
    padding: 3% 0 2% 0;
}

.footer h3, .footer-contact a {
    font-weight: 600;
}

.footer li {
    /* line-height: 30px; */
    vertical-align: middle;
}

footer a, footer p {
    color: #000000;
    line-height: normal;
    vertical-align: middle;
}

footer p>small {
    font-size: 90%;
    font-weight: 400;
}

footer a:hover {
    color: #0066B2;
    line-height: normal;
    vertical-align: middle;
}

.footer-payment-images {
    float: right;
}

.footer-lower img {
    width: 100%;
    height: auto;
}

.footer-lower i {
    font-size: 30px;
}

.first-bubble-li {
    background-color: #E0007A!important;
}

.first-bubble-ahref {
    color:#fff!important;
}

.first-option-li {
    color:#E0007A!important;
    font-weight:bold;
}

.homepage-brand-slide {
    text-align:center;
}

.accreditations-logos img {
    width: 65%;
    margin: 10px 0;
}

/* 404 */
.error-page {
    padding: 12vh 0;
}