html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/* change colours to suit your needs */
ins {
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/* @font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzTtw.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgo6eA.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvTtw.ttf) format('truetype');
} */
/**
  * Colours.
  */
/**
  * Other Styles.
  */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Poppins', sans-serif;

}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {}

h1 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 36px;
    margin-bottom: 15px;
    color: #ffffff;

}

h2,
h2 a {

    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

h3 {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.3;
    margin-bottom: 16px;
}

h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 16px;
}

h5 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
}

p,
ul li {
    color: #818284;
    font-size: 16px;
    line-height: 28px;
}

p {
    margin-bottom: 30px;
    margin-top: 0;
}

P.headline {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

P.headline.blue {
    color: #1cb8d7;
}

P.headline.yellow {
    color: #1cb8d7;
}

a {
    text-decoration: none;
    color: #000000;
}

@media only screen and (min-width: 1000px) {
    h2 {
        font-size: 32px;
        line-height: 1.4em;
    }

    p {
        font-size: 16px;
        line-height: 26px;
        color: #000000;
    }

    h3 {
        font-size: 16px;
        font-weight: bold;
    }
}

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

.wide-wrapper {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.wide-wrapper .wrapper {
    padding: 0;
}

.wrapper {
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

.text-wrapper {
    max-width: 750px;
    width: 100%;
    padding: 0;
    margin: 0;
}

.font-awesome {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
}

.middle-absolute {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.flex-between-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-between-stretch {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.flex-center-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-space-children {
    width: 100%;
    max-width: 100%;
    flex-shrink: 1;
}

.li-bullet {
    list-style: none;
    padding: 0;
    margin: 0;
}

.li-bullet li {
    position: relative;
    font-size: 18px;
    padding-left: 20px;
}

.li-bullet li:not(:last-child) {
    margin-bottom: 10px;
}

.li-bullet li:before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 10px;
    height: 2px;
    background-color: #1cb8d7;
}

/**
 * Site buttons styling.
 */
.btn {
    display: inline-block;
    padding: 11px 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    transition: all 0.6s ease;
    font-weight: 700;
    border: 1px solid #ffffff;
}

.btn.small {
    background: #000;
    border-color: #000;
    padding: 3px 12px;
    font-size: 14px;
}

.btn.small:hover {
    background: #582e82;
    color: #fff;
}

.btn.clear {
    background-color: transparent;
    border-color: #ffffff;
}

.btn.clear:hover {
    background-color: #1cb8d7;
    border-color: #1cb8d7;
}

.btn.clear.blue {
    border-color: #c4c5c7;
    color: #1cb8d7;
}

.btn.clear.blue:hover {
    color: #ffffff;
}

.banner-btn {
    font-size: 16px;
    padding: 5px 12px;
    border-radius: 5px;
}

@media only screen and (min-width: 1000px) {
    .btn {
        font-size: 19px;
        padding: 10px 46px;
    }
}

@media only screen and (min-width: 1200px) {
    .btn {
        font-size: 23px;
        padding: 15px 43px;
    }
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1.6rem;
    color: #000000;
    line-height: 1.5;
}

@media only screen and (min-width: 768px) {
    body {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

img {
    max-width: 100%;
}

body {
    background: #ffffff;
}

* {
    box-sizing: border-box;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrapper {
    z-index: 100;
}

.wrapper.wide {
    max-width: 1200px;
}

header.page-header {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    padding: 30px 0;
    transition: all 0.5s ease-in-out;
}

header.page-header img {
    transition: max-width 0.5s ease-in-out;
}

header.page-header.fixed {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 0;
}

header.page-header.fixed img {
    max-width: 180px;
}

header.page-header.fixed .phone-social span.phone {
    color: #fff !important;
}

header.page-header.fixed .phone-social span.phone a {
    color: #fff !important;
}

header.page-header .phone-social span.phone .header-account,
header.page-header .phone-social span.phone .header-register {
    border-right: 1px solid white;
    padding-right: 10px;
    margin-right: 8px;
}

header.page-header.fixed ul li a {
    color: #fff !important;
}

header.page-header>.wrapper {
    max-width: 1200px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header.page-header .controls {
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header.page-header .controls .burger {
    position: relative;
    display: block;
    float: right;
    width: 30px;
    padding: 10px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    transform: rotate(0deg);
}

header.page-header .controls .burger.open span {
    background: #fff;
}

header.page-header .controls .burger.open span:first-child,
header.page-header .controls .burger.open span:nth-child(6) {
    transform: rotate(45deg);
}

header.page-header .controls .burger.open span:nth-child(2),
header.page-header .controls .burger.open span:nth-child(5) {
    transform: rotate(-45deg);
}

header.page-header .controls .burger.open span:first-child {
    top: 2px;
    left: 4px;
}

header.page-header .controls .burger.open span:nth-child(2) {
    top: 2px;
    left: calc(44%);
}

header.page-header .controls .burger.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

header.page-header .controls .burger.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

header.page-header .controls .burger.open span:nth-child(5) {
    top: 11px;
    left: 4px;
}

header.page-header .controls .burger.open span:nth-child(6) {
    top: 11px;
    left: calc(44%);
}

header.page-header .controls .burger span {
    position: absolute;
    display: block;
    width: 50%;
    height: 3px;
    transition: 0.25s ease-in-out;
    transform: rotate(0deg);
    opacity: 1;
    background: #fff;
}

header.page-header .controls .burger span:first-child,
header.page-header .controls .burger span:nth-child(2) {
    top: 0;
}

header.page-header .controls .burger span:nth-child(3),
header.page-header .controls .burger span:nth-child(4) {
    top: 8px;
}

header.page-header .controls .burger span:nth-child(5),
header.page-header .controls .burger span:nth-child(6) {
    top: 16px;
}

header.page-header .controls .burger span:nth-child(odd) {
    left: 0;
    border-radius: 9px 0 0 9px;
}

header.page-header .logo {
    z-index: 100000;
}

header.page-header img {
    width: 100%;
    max-width: 150px;
    height: auto !important;
    border-radius: 5px;
}

header.page-header span.burger {
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .navigation {
        position: fixed;
        z-index: 1000;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        padding-top: 70px;
        transition: all .6s ease;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#25526e+0,256b8f+100 */
        background: #000;
        /* Old browsers */
    }

    .navigation img {
        margin-bottom: 14px;
        padding-left: 20px;
    }

    .navigation .phone-social {
        margin-left: -100px;
        padding-left: 0px;
        transition-delay: 2s !important;
        opacity: 0;
    }

    .navigation .phone-social span.phone {
        display: inline-block;
        float: left;
        clear: none;
        letter-spacing: .2px;
        color: #582e82 !important;
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        margin-right: 15px;
        margin-left: 0;
    }

    .navigation .phone-social span.phone a {
        color: #ffffff;
    }

    .navigation .phone-social span.phone a:hover {
        color: #1cb8d7;
    }

    .navigation .social-icons {
        display: block;
        clear: none;
    }

    .navigation .social-icons li {
        display: inline-block;
        margin-right: 20px;
        list-style-type: none;
    }

    .navigation .social-icons li:hover a {
        color: #b2117e;
    }

    .navigation .social-icons li a {
        letter-spacing: .2px;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 16px;
        line-height: 1.4em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .navigation ul.menu {
        margin-top: 25px;
        margin-bottom: 25px;
        padding-left: 0;
    }

    .navigation ul.menu li {
        display: block !important;
        margin-bottom: 5px;
        margin-left: -100px;
        list-style-type: none;
        text-align: left;
        opacity: 0;
    }

    .navigation ul.menu li.menu-item-has-children>a {
        display: inline-block;
        width: 100%;
    }

    .navigation ul.menu li.menu-item-has-children>a:after {
        color: #582e82;
        background: transparent;
        margin-left: 5px;
        font-size: 16px;
        content: '\f078';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        display: inline-block;
        width: auto !important;
        height: auto !important;
    }

    .navigation ul.menu li>ul {
        margin-top: 15px;
        display: none;
    }

    .navigation ul.menu li:hover>ul {
        display: block;
    }

    .navigation ul.menu li:hover>a {
        color: #b2117e;
    }

    .navigation ul.menu li:hover>a:after {
        width: 100%;
    }

    .navigation ul.menu li:nth-child(1) {
        transition-delay: .5s !important;
    }

    .navigation ul.menu li:nth-child(2) {
        transition-delay: .7s !important;
    }

    .navigation ul.menu li:nth-child(3) {
        transition-delay: .9s !important;
    }

    .navigation ul.menu li:nth-child(4) {
        transition-delay: 1.1s !important;
    }

    .navigation ul.menu li:nth-child(5) {
        transition-delay: 1.2s !important;
    }

    .navigation ul.menu li:nth-child(6) {
        transition-delay: 1.3s !important;
    }

    .navigation ul.menu li:nth-child(7) {
        transition-delay: 1.4s !important;
    }

    .navigation ul.menu li a {
        display: inline-block;
        text-align: left;
        letter-spacing: .2px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .navigation ul.menu li a:hover:after {
        width: 100%;
    }

    .navigation ul.menu li a:after {
        display: block;
        width: 0;
        height: 2px;
        content: '';
        transition: all cubic-bezier(0.17, 0.67, 0.53, 0.96) 0.5s;
        background-color: #ffffff;
    }

    .navigation.toggled {
        left: 0;
        overflow: none;
    }

    .navigation.toggled ul.menu li {
        margin-left: 10px;
        cursor: pointer;
        transition: all .6s ease;
        opacity: 1;
    }

    .navigation.toggled .phone-social {
        margin-left: 10px;
        cursor: pointer;
        transition: all .6s ease;
        opacity: 1;
        display: flex;
        justify-content: center;
    }
}

@media only screen and (min-width: 1000px) {
    header.page-header {
        padding: 30px 0;
    }

    header.page-header.fixed .sub-menu li a {
        color: #ffffff !important;
    }

    header.page-header .controls {
        display: none;
    }

    header.page-header img {
        max-width: 180px;
    }

    header.page-header .navigation {
        width: 75%;
        text-align: right;
    }

    header.page-header .navigation .wrapper {
        width: 100% !important;
    }

    header.page-header ul.menu li {
        margin-right: 7.5px;
        display: inline-block;
        width: auto;
        position: relative;
        margin-right: 10px;
    }

    header.page-header ul.menu li:last-of-type {
        margin-right: 0;
    }

    header.page-header ul.menu li.menu-item-has-children>a {
        position: relative;
    }

    header.page-header ul.menu li.menu-item-has-children>a:after {
        color: #fff;
        margin-left: 5px;
        font-size: 13px;
        content: '\f078';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        display: inline-block;
    }

    header.page-header ul.menu li:last-of-type {
        margin-right: 0;
    }

    header.page-header ul.menu li a {
        color: #ffffff;
        font-size: 14px;
        line-height: 43.5px;
        font-weight: 700;

    }

    header.page-header ul.menu li a:hover {
        color: #ffffff;
    }

    header.page-header ul.menu li>.sub-menu {
        position: absolute;
        top: 100%;
        left: 0px;
        width: 100%;
        min-width: 250px;
        margin-left: 0;
        background: #000;
        z-index: 10000;
        padding: 20px;
    }

    header.page-header ul.menu li>.sub-menu li {
        display: block;
        width: 100%;
        padding: 4px 6px;
        float: left !important;
        transition: all .3s ease;
        margin-right: 0;
    }

    header.page-header ul.menu li>.sub-menu li a {
        font-size: 16px;
        text-align: left;
        color: #ffffff !important;
        line-height: 1.125em;
    }

    header.page-header ul.menu li>.sub-menu li.current-menu-item {
        background: #582e82;
    }

    header.page-header ul.menu li>.sub-menu li.menu-item-has-children>a {
        position: relative;
    }

    header.page-header ul.menu li>.sub-menu li.menu-item-has-children>a:after {
        color: #ffffff;
        position: absolute;
        top: 0;
        right: 5px;
        content: '\f078';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        display: inline-block;
    }

    header.page-header ul.menu li>.sub-menu li:hover {
        background: #582e82;
    }

    header.page-header ul.menu li>.sub-menu li a {
        display: inline-block;
        width: 100%;
        padding-right: 5% !important;
        color: #ffffff;
    }

    header.page-header ul.menu li>.sub-menu li>.sub-menu {
        display: none;
    }

    header.page-header ul.menu li>.sub-menu li:hover>.sub-menu {
        display: block;
    }

    header.page-header ul.menu li>.sub-menu li>.sub-menu {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        min-width: 250px;
        margin-left: 0;
        background: #582e82;
    }

    header.page-header ul.menu li>.sub-menu li>.sub-menu li {
        background: #582e82;
    }

    header.page-header ul.menu li>.sub-menu li>.sub-menu li a {
        padding-right: 5% !important;
    }

    header.page-header ul.menu li>.sub-menu li>.sub-menu li:hover>a:after {
        width: 95%;
    }

    header.page-header ul.menu li>.sub-menu {
        display: none;
    }

    header.page-header ul.menu li:hover>.sub-menu {
        display: block;
    }

    header.page-header .inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    header.page-header .inner .phone-social {
        order: 1;
        margin-bottom: 20px;
    }

    header.page-header .inner .main-menu {
        order: 2;
    }

    header.page-header .phone-social {
        width: 100%;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    header.page-header .phone-social span.phone {
        display: inline-block;
        font-size: 18px;
        float: left;
        clear: none;
        color: #ffffff;
        margin-right: 20px;
    }

    header.page-header .phone-social span.phone a {
        font-size: 14px;
        color: #ffffff;
    }

    header.page-header .phone-social span.phone a:hover {
        color: #1cb8d7;
    }

    header.page-header .phone-social .social-icons {
        display: inline-block;
        float: left;
        clear: none;
    }

    header.page-header .phone-social .social-icons li {
        display: inline-block;
        margin-right: 10px;
    }

    header.page-header .phone-social .social-icons li:last-of-type {
        margin-right: 0;
    }

    header.page-header .phone-social .social-icons li a {
        font-size: 18px;
        color: #ffffff;
    }

    header.page-header .phone-social .social-icons li a:hover {
        color: #1cb8d7;
    }
}

@media screen and (min-width: 1200px) {
    header.page-header ul.menu li {
        margin-right: 15px;
    }

    header.page-header ul.menu li a {
        font-size: 17px;
    }
}

@media only screen and (min-width: 1200px) {
    header.page-header ul.menu li {
        margin-right: 55px;
    }

    header.page-header ul.menu li a {
        font-size: 16px;
        font-weight: 500;
    }
}

.banner {
    display: flex;
    position: relative;
    z-index: 1;
}

.banner.home {
    height: 600px;
    max-height: 600px;
}

.banner:not(.home) .inner {
    padding: 8% 0;
}

.banner div {
    height: 100% !important;
}

.banner .inner {
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.banner .inner:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0.25;
    z-index: 1;
    content: '';
    display: block;
}

.banner .wrapper {
    height: auto !important;
}

@media screen and (min-width: 799px) {
    .banner .banner_content {
        max-width: 45%;
    }
}

.banner .banner_content {
    position: relative;
    z-index: 2;
    height: auto !important;
}

.banner .banner_content h1 {

    font-size: 26px;
}

.banner .banner_content p {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.banner .owl-nav {
    margin-top: 40px !important;
    height: 0px !important;
}

.banner .owl-nav span {
    font-size: 31px;
    color: #1cb8d7;
    border-radius: 50%;
    padding: 0;
    border: solid 1px #1cb8d7;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 33px;
    text-align: center;
    transition: all .6s ease;
}

.banner .owl-nav button {
    transition: all .6s ease;
}

.banner .owl-nav button:focus {
    outline: none;
}

.banner .owl-nav button:hover {
    background: transparent !important;
}

.banner .owl-nav button.disabled span {
    color: #acacac;
    border-color: #acacac;
}

.banner .owl-nav .owl-prev {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.banner .owl-nav .owl-next {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

@media screen and (max-width: 600px) {
    .banner .owl-nav .owl-prev {
        position: absolute;
        left: 5%;
        top: 82%;
        transform: translateY(-50%);
        z-index: 100;
    }

    .banner .owl-nav .owl-next {
        position: absolute;
        right: 5%;
        top: 82%;
        transform: translateY(-50%);
        z-index: 100;
    }
}

@media only screen and (min-width: 1000px) {
    .banner {
        max-height: 100vh;
    }


}

.overlapping-image {
    position: relative;
    z-index: 99;
}

.overlapping-image img.overlap {
    margin-top: -13%;
    -webkit-box-shadow: 1px 5px 48.19px 12.81px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 1px 5px 48.19px 12.81px rgba(0, 0, 0, 0.27);
    box-shadow: 1px 5px 48.19px 12.81px rgba(0, 0, 0, 0.27);
    border-radius: 5px;
    vertical-align: bottom;
}

span.mouse-hover {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

span.mouse-hover:hover img {
    animation: MoveUpDown 1s linear infinite;
}

span.mouse-hover img {
    cursor: pointer;
    position: relative;
}

@keyframes MoveUpDown {

    0%,
    100% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }
}

.general_content_images {
    text-align: center;
    padding: 20px 0;
}

.general_content_images .content {
    max-width: 960px;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
}

.general_content_images .content h2 {
    margin-bottom: 30px;
}

.general_content_images .content p {
    margin-bottom: 30px;
}

.general_content_images .images {
    width: 100%;
}

.general_content_images .images img {
    vertical-align: top;
    width: 100%;
}

@media screen and (min-width: 600px) {
    .general_content_images li {
        min-width: 33.3%;
    }

    .general_content_images .images {
        display: flex;
    }
}

@media only screen and (min-width: 1200px) {
    .general_content_images {
        padding: 40px 0;
    }

    .general_content_images .content {
        margin-bottom: 30px;
    }

    .general_content_images .content h2 {
        margin-bottom: 44px;
    }

    .general_content_images .content p {
        padding: 0 10%;
        margin-bottom: 20px;
    }
}

.content_tiles {
    text-align: center;
    padding: 20px 0;
    overflow: hidden;
}

.content_tiles .heading {
    max-width: 960px;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
}

.content_tiles .heading h3 {
    margin-bottom: 50px;
}

.content_tiles .heading p {
    margin-bottom: 30px;
}

.content_tiles .tile {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.content_tiles .tile .image img {
    vertical-align: top;
}

.content_tiles .tile .content {
    padding: 40px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/@primary+1,307293+100 */
    background: #25526d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #25526d 1%, #307293 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #25526d 1%, #307293 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #25526d 1%, #307293 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@primary', endColorstr='#307293', GradientType=0);
    /* IE6-9 */
}

.content_tiles .tile .content h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
}

.content_tiles .tile .content p {
    color: #ffffff;
}

@media screen and (min-width: 800px) {
    .content_tiles .tile {
        margin-bottom: 0;
    }

    .content_tiles .tile .image,
    .content_tiles .tile .content {
        width: 50%;
        float: left;
        clear: none;
    }

    .content_tiles .tile .content {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .content_tiles .tile .content .inner {
        max-width: 500px;
        width: 90%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1200px) {
    .content_tiles {
        padding: 35px 0;
    }

    .content_tiles .heading h2 {
        margin-bottom: 50px;
    }

    .content_tiles .heading p {
        padding: 0 10%;
        margin-bottom: 20px;
    }
}

.content_tiles_rounded_corner {
    text-align: center;
    padding: 20px 0;
    overflow: hidden;
}

.content_tiles_rounded_corner .heading {
    max-width: 960px;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
}

.content_tiles_rounded_corner .heading h3 {
    margin-bottom: 50px;
}

.content_tiles_rounded_corner .heading p {
    margin-bottom: 30px;
}

.content_tiles_rounded_corner .tile {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.content_tiles_rounded_corner .tile .image {
    margin-bottom: 20px;
    width: 100%;
}

.content_tiles_rounded_corner .tile .image img {
    width: 100%;
    vertical-align: top;
    border-radius: 5%;
    box-shadow: 0px 18px 54.95px 12.06px rgba(0, 0, 0, 0.23);
}

.content_tiles_rounded_corner .tile .content {
    padding: 30px;
}

@media screen and (max-width: 799px) {
    .content_tiles_rounded_corner .tile {
        display: flex;
    }

    .content_tiles_rounded_corner .tile .image {
        order: 2;
    }
}

@media screen and (min-width: 800px) {
    .content_tiles_rounded_corner .tile {
        margin-bottom: 30px;
    }

    .content_tiles_rounded_corner .tile .image,
    .content_tiles_rounded_corner .tile .content {
        width: 50%;
        float: left;
        clear: none;
    }

    .content_tiles_rounded_corner .tile .content {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-end;
        padding: 45px;
    }

    .content_tiles_rounded_corner .tile .content .inner {
        text-align: right;
        max-width: 70%;
    }

    .content_tiles_rounded_corner .tile:nth-child(2n+2) .content {
        justify-content: flex-start;
    }

    .content_tiles_rounded_corner .tile:nth-child(2n+2) .content .inner {
        text-align: left;
    }
}

@media only screen and (min-width: 1200px) {
    .content_tiles_rounded_corner {
        padding: 35px 0;
    }

    .content_tiles_rounded_corner .heading h2 {
        margin-bottom: 50px;
    }

    .content_tiles_rounded_corner .heading p {
        padding: 0 10%;
        margin-bottom: 20px;
    }
}

.testimonials {
    text-align: center;
    overflow: hidden;
}

.testimonials .inner {
    background: #25698c;
    padding: 50px 0;
}

.testimonials .heading {
    max-width: 960px;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
}

.testimonials .heading h2 {
    margin-bottom: 50px;
    color: #ffffff;
}

.testimonials .item {
    text-align: center;
}

.testimonials .image {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}

.testimonials .image img {
    width: 100%;
}

.testimonials .test_content p {
    color: #ffffff;
    margin-bottom: 15px;
}

.testimonials .test_content p strong {
    display: block;
    font-weight: 700;
}

.testimonials .test_content p:last-of-type {
    margin-bottom: 0;
}

@media screen and (min-width: 800px) {
    .testimonials .item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 20px;
    }

    .testimonials .item .image {
        width: 25%;
        float: left;
        display: inline-block;
        height: auto;
        margin: inherit;
        margin-right: 5%;
        margin-bottom: 0;
    }

    .testimonials .item .image img {
        width: 100%;
        border-radius: 50%;
    }

    .testimonials .item .test_content {
        width: 70%;
        float: left;
        text-align: left;
        max-width: 50%;
    }
}

@media only screen and (min-width: 1200px) {
    .testimonials .inner {
        padding: 90px 0;
    }

    .testimonials .heading h2 {
        margin-bottom: 30px;
    }

    .testimonials .item {
        margin-bottom: 35px;
    }
}

.products {
    text-align: center;
    overflow: hidden;
}

.products .inner {
    padding: 20px 0;
}

.products .wrapper {
    max-width: 1200px;
}

.products .heading {
    max-width: 960px;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
}

.products .heading h2 {
    margin-bottom: 50px;
}

.products .item {
    text-align: left;
}

.products .item h3 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

.products .item img {
    margin-bottom: 25px;
}

.products .owl-nav {
    display: none;
    margin-top: 40px !important;
}

.products .owl-nav span {
    font-size: 31px;
    color: #1cb8d7;
    border-radius: 50%;
    padding: 0;
    border: solid 1px #1cb8d7;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 33px;
    text-align: center;
    transition: all .6s ease;
}

.products .owl-nav button {
    transition: all .6s ease;
}

.products .owl-nav button:focus {
    outline: none;
}

.products .owl-nav button:hover {
    background: transparent !important;
}

.products .owl-nav button.disabled span {
    color: #acacac;
    border-color: #acacac;
}

@media only screen and (min-width: 1000px) {

    .products .item h3,
    .products .item h4 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 1200px) {
    .products .inner {
        padding: 35px 0;
    }

    .products .heading h2 {
        margin-bottom: 30px;
    }
}

.contact {
    padding: 40px 0 0 0;
    background: #f9f9fb;
}

.contact .wrapper {
    max-width: 1200px;
}

.contact .heading {
    max-width: 960px;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
    text-align: center;
}

.contact .heading h2 {
    margin-bottom: 50px;
}

.contact .columns {
    margin-bottom: 60px;
}

.contact .columns .column {
    margin-bottom: 20px;
}

.contact .columns .column p {
    margin-bottom: 10px;
    line-height: 1.8em;
    font-weight: 300;
}

.contact .columns .column p strong {
    font-weight: 700;
}

.contact .columns .column a {
    color: #1cb8d7;
}

.contact .columns .column a:hover {
    color: #1691aa;
}

.contact .googleMap {
    margin-bottom: -20%;
}

.contact .googleMap iframe {
    box-shadow: 0px 21px 46px 0 rgba(0, 0, 0, 0.38);
}

.contact .nf-form-cont .nf-field-label {
    margin-bottom: 0 !important;
}

.contact .nf-form-cont label {
    display: none;
}

.contact .nf-form-cont .nf-field-container {
    margin-bottom: 16px;
}

.contact .nf-form-cont input,
.contact .nf-form-cont textarea {
    background: #f9f9fb;
    color: #949598;
    font-size: 17px;
}

.contact .nf-form-cont input::-webkit-input-placeholder,
.contact .nf-form-cont textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #949598;
    font-size: 17px;
}

.contact .nf-form-cont input::-moz-placeholder,
.contact .nf-form-cont textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #949598;
    font-size: 17px;
}

.contact .nf-form-cont input *:-ms-input-placeholder,
.contact .nf-form-cont textarea *:-ms-input-placeholder {
    /* IE 10+ */
    color: #949598;
    font-size: 17px;
}

.contact .nf-form-cont input:-moz-placeholder,
.contact .nf-form-cont textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #949598;
    font-size: 17px;
}

.contact .nf-form-cont input:focus,
.contact .nf-form-cont textarea:focus {
    background: #ffffff;
}

.contact .nf-form-cont .nf-form-fields-required {
    display: none;
}

@media screen and (min-width: 800px) {
    .contact .columns {
        display: flex;
        flex-wrap: wrap;
    }

    .contact .columns .column {
        width: 27.5%;
        float: left;
        clear: none;
        margin-right: 5%;
    }

    .contact .columns .column:first-of-type p {
        max-width: 281px;
    }

    .contact .columns .column:nth-child(2n+3) {
        margin-right: 0;
        width: 35%;
    }
}

@media only screen and (min-width: 1200px) {
    .contact {
        padding: 100px 0 0 0;
    }

    .contact .heading h2 {
        margin-bottom: 30px;
    }
}

footer.footer {

    background: #000;
}

footer.footer .logo {
    margin-bottom: 50px;
}

footer.footer img {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin-bottom: 15px;
}

footer.footer p {
    color: #ffffff;
    margin-bottom: 15px;
}

footer.footer a,
footer.footer span {
    color: #ffffff;
    font-weight: 700;
}



footer.footer .social-icons {
    margin-top: 20px;
    width: 100%;
}

footer.footer .social-icons li {
    display: inline-block;
    list-style-type: none;
    margin-right: 15px;
}

footer.footer .social-icons li:last-of-type {
    margin-right: 0;
}

footer.footer .footer-menu {
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
}

footer.footer .footer-menu li a {
    font-size: 16px;
    line-height: 36px;
    display: inline-block;
    font-weight: normal;
}

footer.footer .wrapper {
    max-width: 1200px;
}

footer.footer .sign-up h3 {
    color: #ffffff;
    font-size: 24px !important;
}

footer.footer .sign-up .nf-form-content .nf-field-container.submit-container .nf-field-element .ninja-forms-field {
    float: left;
}

footer.footer .sign-up label {
    color: #ffffff;
}

@media screen and (min-width: 850px) {

    footer.footer .inner {
        display: inline-block;
        width: 100%;
    }

    footer.footer .footer-menu {
        margin-top: 0;
        display: inline-block;
        text-align: left;
        margin-bottom: 27px;
    }

    footer.footer .social-icons {
        margin-top: 0;
    }

    footer.footer .logo {
        width: 100%;
        float: left;
        clear: none;
    }

    footer.footer .logo p {
        max-width: 450px;
    }

    footer.footer .sign-up {
        width: 50%;
        float: left;
        clear: none;
    }

    footer.footer .link-social {
        width: 50%;
        float: right;
        text-align: left;
    }
}

@media screen and (min-width: 1000px) {
    footer.footer .logo {
        width: 40%;
        padding-right: 5%;
        margin-bottom: 0;
    }

    footer.footer .logo img {
        max-width: 60%;
    }

    footer.footer .sign-up {
        width: 40%;
        padding-right: 5%;
    }

    footer.footer .link-social {
        width: 20%;
    }
}

[data-aos=fade-right] {
    transform: translate3d(-100%, 0, 0) !important;
}

[data-aos=fade-left] {
    transform: translate3d(100%, 0, 0) !important;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    transform: translateZ(0) !important;
}

.checkbox-container.label-right label:before {
    top: -5px !important;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.owl-dot:focus {
    outline: none;
}

.products-slider .owl-stage {
    display: block;
    margin: 0 auto;
}

.owl-carousel .owl-item img {
    height: auto;
}

.woocommerce section nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce section nav.woocommerce-pagination ul li {
    border: none;
    margin: 0 5px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.35);
    transition: all .5s ease;
}

.woocommerce section nav.woocommerce-pagination ul li a,
.woocommerce section nav.woocommerce-pagination ul li span {
    color: #ffffff !important;
}

.woocommerce section nav.woocommerce-pagination ul li a:hover,
.woocommerce section nav.woocommerce-pagination ul li span:hover {
    background: #562877 !important;
}

.woocommerce section nav.woocommerce-pagination ul li a {
    background: #b6b6b6;
}

.woocommerce section nav.woocommerce-pagination ul li span {
    background: #582e82 !important;
}

section.ecomm-con {
    padding: 60px 0;
}

section.ecomm-con ul.products li .image {
    display: inline-block;
    width: 100%;
}

section.ecomm-con ul.products li .image .colo-back {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    position: relative;
}

section.ecomm-con ul.products li .content p {
    margin-bottom: 7.5px;
    color: #535353;
}

section.ecomm-con ul.products li .content h3 {
    color: #535353;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    padding-top: 0 !important;
}

section.ecomm-con ul.products li .content span.exlcuding {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #535353;
    margin-bottom: 10px;
}

section.ecomm-con ul.products li .content p {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
}

section.ecomm-con ul.products li .content p.price-text {
    vertical-align: bottom;
    margin-bottom: 0;
}

.tax-product_cat ul.products li .image {
    min-height: 300px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 20px 0;
}

.tax-product_cat ul.products li .buy-wrapper {
    display: flex !important;
    justify-content: space-between;
    align-items: center !important;
}

.tax-product_cat ul.products li .buy-wrapper .btn {
    position: relative !important;
    border-radius: 5px;
}

@media only screen and (max-width: 768px) {

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: auto !important;
        float: none !important;
        clear: both;
        margin: 0 !important;
    }

    .tax-product_cat ul.products li .image img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (min-width: 1200px) {
    section.ecomm-con ul.products:not(.related):nth-child(4n+4) {
        margin-right: 0;
    }

    /* section.ecomm-con ul.products li {
        display: flex;
        justify-content: space-between;
    } */

    section.ecomm-con ul.products li .content {
        text-align: left;
        /* padding-left: 20px; */
    }

    section.ecomm-con ul.products li .content a.btn {
        /* left: 20px; */
    }

    section.ecomm-con ul.products li .image,
    section.ecomm-con ul.products li .content {
        flex: 1;
    }



    .taxonomy-description {
        padding-top: 20px;
    }

    .taxonomy-description strong {
        font-weight: bold;
        color: #582e82;
    }

    section.ecomm-con ul.products li h3 {
        font-size: 18px;
    }

    section.ecomm-con ul.products li p {
        font-size: 22px;
    }

    section.ecomm-con ul.products li span.excluding {
        margin: 2px 0 10px;
    }
}

section.product-banner {
    min-height: 150px;
    max-height: 150px;
}

@media only screen and (min-width: 1000px) {
    section.product-banner {
        min-height: 250px;
        max-height: 250px;
    }
}

section.product {
    padding: 0;
}

section.product .wrapper {
    max-width: 1200px;
}

section.product .bread {
    width: 100%;
    padding-bottom: 30px;
}

section.product .info {
    background: #ffffff;
    padding: 45px 0;
    position: relative;
}

section.product .info h1 {
    color: #000000;
}

section.product .info h1 span.colour-swatch {
    display: inline-block;
    border-radius: 5px;
    width: 31px;
    height: 31px;
    vertical-align: top;
    position: relative;
    margin-left: 15px;
}

section.product .info .colour-spec {
    background: #fafafd;
    padding: 30px;
    border-radius: 5px;
    margin-top: 30px;
    display: inline-block;
}

section.product .info .colour-spec h2 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #535353;
    text-transform: capitalize;
}

section.product .info .colour-spec p {
    color: #535353;
    font-size: 16px;
}

section.product .info .colour-spec p span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid #535353;
    margin-bottom: 10px;
}

section.product .info .product-image {
    display: inline-block;
    max-width: 478px;
    margin-bottom: 20px;
}

section.product .info .product-image img {
    vertical-align: top;
}

/* section.product .purchase {
  margin-top: 30px;
} */
section.product .purchase h3.main {
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
}

section.product .purchase .quantity,
section.product .purchase .colourSelected {
    margin-bottom: 15px;
}

section.product .purchase .quantity h3,
section.product .purchase .colourSelected h3 {
    font-weight: 500;
    color: #b2117e;
    font-size: 18px !important;
    margin-top: 0;
}

section.product .purchase .colourSelected .colour-swatch {
    height: 150px;
    border-radius: 5px;
    width: 100%;
}

section.product .purchase button.single_add_to_cart_button.button.alt {
    background: #b2117e;
    color: #ffffff;
    font-size: 16px;
    transition: all .5s ease;
    margin-top: 15px;
    border: solid 1px #b2117e;
}

section.product .purchase button.single_add_to_cart_button.button.alt:hover {
    background: #ffffff;
    color: #b2117e;
}

section.product .purchase .yith_wapo_groups_container .yith_wapo_group_total.yith_wapo_keep_show,
section.product .purchase #yith-wapo-container .yith_wapo_group_total.yith_wapo_keep_show {
    padding: 10px;
}

section.product .purchase .yith_wapo_groups_container .yith_wapo_group_total.yith_wapo_keep_show table,
section.product .purchase #yith-wapo-container .yith_wapo_group_total.yith_wapo_keep_show table,
section.product .purchase .yith_wapo_groups_container .yith_wapo_group_total.yith_wapo_keep_show td,
section.product .purchase #yith-wapo-container .yith_wapo_group_total.yith_wapo_keep_show td,
section.product .purchase .yith_wapo_groups_container .yith_wapo_group_total.yith_wapo_keep_show th,
section.product .purchase #yith-wapo-container .yith_wapo_group_total.yith_wapo_keep_show th {
    font-size: 16px;
    text-align: left;
    color: #535353 !important;
}

section.product .purchase .yith_wapo_groups_container .ywapo_group_container,
section.product .purchase #yith-wapo-container .ywapo_group_container,
section.product .purchase .yith_wapo_groups_container .yith-wapo-block,
section.product .purchase #yith-wapo-container .yith-wapo-block {
    padding: 10px;
}

section.product .purchase .yith_wapo_groups_container .ywapo_group_container label,
section.product .purchase #yith-wapo-container .ywapo_group_container label,
section.product .purchase .yith_wapo_groups_container .yith-wapo-block label,
section.product .purchase #yith-wapo-container .yith-wapo-block label {
    font-size: 15px;
    line-height: 20px;
}

section.product .purchase .yith_wapo_groups_container .ywapo_group_container h3,
section.product .purchase #yith-wapo-container .ywapo_group_container h3,
section.product .purchase .yith_wapo_groups_container .yith-wapo-block h3,
section.product .purchase #yith-wapo-container .yith-wapo-block h3 {
    font-weight: 500;
    color: #b2117e;
    font-size: 18px !important;
    margin-top: 0;
    width: 100%;
    display: block;
}

section.product div.related {
    padding: 60px 0 20px 0;
    position: relative;
    z-index: 1;
}

section.product div.related .wrapper {
    border-top: 1px solid #d9d9d9;
    padding: 4% 0;
}


section.product div.related ul li .content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

section.product div.related ul li .content a.btn {
    align-self: flex-end;
}

section.product div.related .content {
    padding-left: 0 !important;
}

section.product div.related section {
    padding: 0;
}

@media only screen and (min-width: 768px) {
    section.product .purchase {
        position: relative;
        width: 100%;
    }

    section.product .purchase .colourSelected {
        width: 100%;
        margin-bottom: 10px;
    }

    section.product .purchase .yith_wapo_groups_container,
    section.product .purchase #yith-wapo-container {
        flex-wrap: wrap;
        display: flex;
    }

    section.product .purchase .yith_wapo_groups_container .yith_wapo_group_total.yith_wapo_keep_show,
    section.product .purchase #yith-wapo-container .yith_wapo_group_total.yith_wapo_keep_show {
        width: 24%;
        margin-right: 1%;
        margin-bottom: 10px;
    }

    section.product .purchase .yith_wapo_groups_container .quantity,
    section.product .purchase #yith-wapo-container .quantity,
    section.product .purchase .yith_wapo_groups_container #wapo-total-price-table,
    section.product .purchase #yith-wapo-container #wapo-total-price-table {
        width: 32%;
        margin-right: 1%;
        margin-bottom: 10px;
    }

    section.product .purchase .yith_wapo_groups_container .ywapo_group_container,
    section.product .purchase #yith-wapo-container .ywapo_group_container,
    section.product .purchase .yith_wapo_groups_container .yith-wapo-block,
    section.product .purchase #yith-wapo-container .yith-wapo-block {
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
        background: #fafafd;
        border-radius: 5px;
    }

    section.product .purchase .yith_wapo_groups_container .ywapo_group_container .yith-wapo-addon,
    section.product .purchase #yith-wapo-container .ywapo_group_container .yith-wapo-addon,
    section.product .purchase .yith_wapo_groups_container .yith-wapo-block .yith-wapo-addon,
    section.product .purchase #yith-wapo-container .yith-wapo-block .yith-wapo-addon {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    section.product .purchase .yith_wapo_groups_container .ywapo_group_container .yith-wapo-addon .options,
    section.product .purchase #yith-wapo-container .ywapo_group_container .yith-wapo-addon .options,
    section.product .purchase .yith_wapo_groups_container .yith-wapo-block .yith-wapo-addon .options,
    section.product .purchase #yith-wapo-container .yith-wapo-block .yith-wapo-addon .options {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    section.product .purchase .yith_wapo_groups_container .ywapo_group_container .yith-wapo-addon .yith-wapo-option,
    section.product .purchase #yith-wapo-container .ywapo_group_container .yith-wapo-addon .yith-wapo-option,
    section.product .purchase .yith_wapo_groups_container .yith-wapo-block .yith-wapo-addon .yith-wapo-option,
    section.product .purchase #yith-wapo-container .yith-wapo-block .yith-wapo-addon .yith-wapo-option {
        width: 48%;
    }

    section.product .purchase .yith_wapo_groups_container button.single_add_to_cart_button.button.alt,
    section.product .purchase #yith-wapo-container button.single_add_to_cart_button.button.alt {
        width: 24%;
        height: auto;
        align-self: center;
        margin-top: 0px;
        margin-right: 0;
    }
}

@media only screen and (min-width: 1000px) {
    section.product .info .wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    /* section.product .info .content {
    width: 40%;
    margin-right: 4%;
  }
  section.product .info .purchase {
    width: 56%;
  } */
    /* section.product .info .purchase.no-options {
    padding-top: 6%;
  } */
    /* section.product .info .content {
    flex: 1;
  }
  section.product .info .purchase {
    flex: 2;
  } */
}

/* @media only screen and (min-width: 1400px) {
  section.product .info .content {
    width: 48%;
  }
  section.product .info .purchase {
    width: 48%;
  }
} */
@media only screen and (min-width: 1200px) {
    section.product .info .purchase h3.main {
        font-size: 28px;
    }

    section.product .info .colour-spec h2 {
        font-size: 23px;
    }
}

.woocommerce .woocommerce-info {
    background: #000;
    border-color: #000;
    color: #ffffff;
    padding: 20px;
}

.woocommerce .woocommerce-info:before {
    color: #ffffff;
    display: none;
}

.woocommerce .woocommerce-info a {
    background: #582e82;
    color: #1cb8d7;
    display: inline-block;
    padding: 10px 18px;
    margin-left: 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    transition: all 0.3s ease;
    font-weight: 700;
    cursor: pointer;
}

.woocommerce .woocommerce-info a:hover {
    background: #1cb8d7;
    color: #ffffff;
}

.woocommerce-notices-wrapper {
    z-index: 100;
    position: relative;
    background: #000;
}

.woocommerce-notices-wrapper>div {
    margin-bottom: 10px;
    background: transparent;
    border-top: 0;
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-notices-wrapper>div:before {
    color: #ffffff;
    display: none;
}

.woocommerce-notices-wrapper>div a {
    color: #ffffff;
}

.woocommerce-notices-wrapper>div a.button {
    background: #1cb8d7;
    color: #ffffff;
    order: 2;
}

.woocommerce-notices-wrapper>div a.button:hover {
    background: #1cb8d7;
    color: #b2117e;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #535353 !important;
}

.woocommerce .woocommerce-breadcrumb a:hover {
    color: #1cb8d7 !important;
}

section.product_category_description_search {
    padding: 60px 0 20px 0;
}

@media only screen and (min-width: 768px) {
    section.product_category_description_search.nocont .filters {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    section.product_category_description_search.nocont .filters h2 {
        width: 100%;
    }

    section.product_category_description_search.nocont .filters div {
        width: 48%;
    }
}

section.product_category_description_search .desc {
    margin-bottom: 30px;
}

section.product_category_description_search .filters h2 {
    font-weight: 500;
    font-size: 18px !important;
    font-family: 'Poppins', sans-serif;
    color: #535353;
}

section.product_category_description_search .filters>div {
    position: relative;
    margin-bottom: 20px;
}

section.product_category_description_search .filters span.btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

section.product_category_description_search .filters label {
    display: none;
}

section.product_category_description_search .filters input {
    background: #e6e6e6;
    border: none;
    height: 40px;
    width: 100%;
    padding: 0 40px 0 20px;
    font-size: 16px;
    color: #535353;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

section.product_category_description_search .filters input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    color: #535353;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

section.product_category_description_search .filters input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    color: #535353;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

section.product_category_description_search .filters input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
    color: #535353;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

section.product_category_description_search .filters input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
    color: #535353;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (min-width: 1000px) {
    section.product_category_description_search {
        padding: 20px 0;
    }

    section.product_category_description_search .wrapper {
        display: flex;
        justify-content: space-between;
    }

    section.product_category_description_search .desc {
        flex: 1;
        margin-right: 50px;
        margin-bottom: 0;
    }

    section.product_category_description_search .filters {
        flex: 1;
    }
}

@media only screen and (min-width: 1400px) {
    section.product_category_description_search {
        padding: 45px 0;
    }

    section.product_category_description_search.nocont {
        padding: 45px 0;
    }
}

section.colour_banner h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4em;
}

@media only screen and (min-width: 1400px) {
    section.colour_banner h1 {
        font-size: 42px;
    }
}

section.colour_banner+section.two_column_content {
    padding: 60px 0 !important;
}

section.two_column_content {
    padding: 20px 0;
}

section.two_column_content .col {
    margin-bottom: 20px;
}

section.two_column_content .col .map {
    margin-top: 30px;
}

section.two_column_content iframe {
    width: 100%;
    height: 450px;
}

@media only screen and (min-width: 768px) {
    section.two_column_content.map .col.map {
        display: flex;
        margin-bottom: 50px;
    }

    section.two_column_content.map .col.map .left-content {
        width: 48%;
        margin-right: 4%;
    }

    section.two_column_content.map .col.map .map {
        width: 48%;
        margin-top: 0;
    }

    section.two_column_content.map .col.map .map iframe {
        height: 100%;
    }
}

@media only screen and (min-width: 1000px) {
    section.two_column_content .wrapper {
        display: flex;
    }

    section.two_column_content .wrapper .col {
        flex: 1;
        width: 49%;
        margin-right: 2%;
    }

    section.two_column_content .wrapper .col:nth-child(2n) {
        margin-right: 0;
    }

    section.two_column_content+footer {
        margin-top: 40px;
    }
}

form .nf-form-content {
    padding: 0;
}

form .nf-form-content button,
form .nf-form-content input[type=button],
form .nf-form-content input[type=submit] {
    display: inline-block;
    padding: 10px 18px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    transition: all 0.3s ease;
    font-weight: 700;
    cursor: pointer;
    background: #000;
    border-radius: 3px;
    vertical-align: top;
    box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.35);
}

form .nf-form-content button:hover,
form .nf-form-content input[type=button]:hover,
form .nf-form-content input[type=submit]:hover {
    background: #582e82 !important;
    color: #ffffff !important;
}

form .nf-form-content label {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

form .nf-form-content .list-select-wrap .nf-field-element>div,
form .nf-form-content input:not([type=button]),
form .nf-form-content textarea {
    background: transparent;
    border-radius: 5px;
    border: 1px solid #fff;
}

form .nf-form-fields-required {
    display: none;
}

section.blog_filter .desc {
    margin-bottom: 30px;
}

section.blog_filter .filters .inner {
    width: 100%;
}

section.blog_filter .filters h2 {
    font-weight: 500;
    font-size: 18px !important;
    font-family: 'Poppins', sans-serif;
}

section.blog_filter .filters>div {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

section.blog_filter .filters span.btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

section.blog_filter .filters label {
    display: none;
}

section.blog_filter .filters select {
    width: 100%;
    background: #b2117e;
    color: #000000;
    text-transform: uppercase;
    padding: 12px 10px;
    border-radius: 5px;
    font-weight: 700;
    border: none;
    box-shadow: 1px 4px 9px 0px rgba(0, 0, 0, 0.35);
}

@media only screen and (min-width: 1000px) {
    section.blog_filter {
        padding: 60px 0;
    }

    section.blog_filter .wrapper {
        display: flex;
        justify-content: space-between;
    }

    section.blog_filter .desc {
        flex: 1;
        margin-right: 50px;
        margin-bottom: 0;
    }

    section.blog_filter .filters {
        flex: 1;
    }
}

@media only screen and (min-width: 1400px) {
    section.blog_filter {
        padding: 100px 0;
    }
}

section.category-layout {
    padding-top: 0;
}

section.category-layout .news-items li {
    list-style-type: none;
    background: #ebebeb;
    padding: 20px;
}

section.category-layout .news-items li .content {
    margin-bottom: 20px;
}

section.category-layout .news-items li .content span {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
}

section.category-layout .news-items li .content h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

@media only screen and (min-width: 500px) {
    section.category-layout .news-items ul.items {
        display: flex;
    }

    section.category-layout .news-items ul.items li {
        width: 48%;
        margin-right: 4%;
    }

    section.category-layout .news-items ul.items li:nth-child(2n+2) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 1000px) {
    section.category-layout .news-items ul.items li {
        display: flex;
        justify-content: space-between;
    }

    section.category-layout .news-items ul.items li .content {
        width: 48%;
    }

    section.category-layout .news-items ul.items li .image {
        width: 48%;
    }
}

@media only screen and (min-width: 1200px) {
    section.category-layout .news-items li {
        padding: 40px;
    }
}

section.general_content .woocommerce-checkout button.button {
    display: inline-block;
    padding: 10px 18px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    transition: all 0.3s ease;
    font-weight: 700;
    cursor: pointer;
    background: #b2117e;
    border-radius: 3px;
    vertical-align: top;
    box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.35);
}

section.general_content .woocommerce-checkout button.button:hover {
    background: #1cb8d7;
    color: #ffffff;
}

section.general_content .woocommerce-checkout label {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

section.general_content .woocommerce-checkout input:not([type=button]),
section.general_content .woocommerce-checkout textarea {
    background: transparent;
    border-radius: 5px;
    border: 1px solid #707070;
    padding: 10px;
}

p.code {
    margin-bottom: 5px;
}

@media screen and (max-width: 500px) {
    .woocommerce .ecomm-con ul.products.columns-3 li.product {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (min-width: 501px) and (max-width: 768px) {
    .woocommerce .ecomm-con ul.products.columns-3 li.product {
        width: 48%;
        margin-right: 4%;
    }

    .woocommerce .ecomm-con ul.products.columns-3 li.product:nth-child(2n+2) {
        margin-right: 0;
    }
}

@media screen and (min-width: 769px) {
    .woocommerce .ecomm-con ul.products.columns-3 li.product {
        width: 32%;
        margin-right: 2%;
    }

    .woocommerce .ecomm-con ul.products.columns-3 li.product:nth-child(3n+3) {
        margin-right: 0;
    }
}

form.woocommerce-shipping-calculator {
    display: none;
}

.product-thumbnail img {
    display: none;
}

.input-checkbox {
    min-width: auto !important;
    min-height: auto !important;
    margin: 0 5px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.woocommerce-cart section input {
    min-height: 36px;
}

.woocommerce-cart section input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.woocommerce-cart section input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.woocommerce-cart section input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.woocommerce-cart section input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.woocommerce form .form-row textarea {
    font-family: 'Poppins', sans-serif;
}

.woocommerce form .form-row textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.woocommerce form .form-row textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.woocommerce form .form-row textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.woocommerce form .form-row textarea:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.fa-facebook-f:before {
    content: "\f39e" !important;
}

.modal-container.spinner {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1000000;
    background: rgba(0, 0, 0, 0.75);
}

.modal-container.spinner img {
    max-width: 500px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

section.colour_banner {
    z-index: 1;
}

section.colour_banner.no-cont {
    position: relative;
    min-height: 200px;
    display: flex;
    align-items: center;
    z-index: 1;
}

section.colour_banner.no-cont:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
    content: '';
    display: block;
}

@media only screen and (min-width: 1000px) {
    section.colour_banner.no-cont {
        min-height: 300px;
    }
}

@media only screen and (min-width: 1000px) {
    section.tab_content+.two_column_content {
        padding: 60px 0;
    }
}

.details span.vat strong,
.details span.compNo strong {
    display: block;
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
    padding: 0 0 1em 15px;
    font-size: 16px;
    color: #000000;
}

.variation-Baseprice p span {
    color: #000000 !important;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
    font-size: 16px;
    color: #000000;
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
    font-size: 16px;
    color: #000000;
}

section.woocommerce-order-details {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin-bottom: 15px !important;
}

.woocommerce-customer-details {
    padding-top: 0;
}

.stock.in-stock {
    display: none;
}

.ywapo_input_container.ywapo_input_container_radio {
    display: flex;
    align-items: center;
}

.woocommerce form .form-row .ywapo_input_container input[type="radio"] {
    margin-top: 0 !important;
}

.disclaimer {
    margin-top: 15px;
    min-width: 370px;
    padding-bottom: 30px;
}

.disclaimer span.btn {
    background: #000;
    color: #fff !important;
    padding: 3px 12px;
    font-size: 14px;
    border-radius: 5px !important;
}

.disclaimer a {
    font-size: 14px;
    border-radius: 5px !important;
}

.disclaimer .disPop {
    margin-bottom: 20px;
}

span.yith_wccl_tooltip {
    width: 250px !important;
    box-sizing: border-box;
    padding: 10px;
    background: #000;
    font-size: 14px !important;
    line-height: 1.25em !important;
}

.wapo_option_tooltip {
    position: static !important;
}

.woocommerce form .form-row .ywapo_input_container label {
    display: inline-block;
    position: static;
}

.ywapo_input_container.ywapo_input_container_radio {
    position: relative;
}

.yith_wccl_tooltip {
    left: 0 !important;
    margin-left: 0 !important;
}

.wapo_option_tooltip .yith_wccl_tooltip.top span:after {
    bottom: -21px !important;
    left: 0 !important;
    margin-left: 0 !important;
}

.wapo_option_tooltip {
    width: 18px;
    height: 18px;
}

.modal.popup {
    position: fixed !important;
    width: 100% !important;
    margin-right: 0 !important;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 20000000 !important;
    background: rgba(0, 0, 0, 0.5) !important;
}

.modal.popup span.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #1cb8d7;
    font-size: 20px;
    cursor: pointer;
}

.modal.popup .modalcontent {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    max-width: 700px;
    width: 90% !important;
}

p.return-to-shop {
    display: none !important;
}

span.btn.small.disPop {
    margin-bottom: 16px;
}

.social-cart .search {
    margin-right: 15px;
}

@media only screen and (max-width: 991px) {
    .social-cart .search {
        margin-bottom: 10px;
    }
}

.social-cart .search label {
    display: none;
}

.social-cart .search input {
    border: none;
    border-bottom: 1px solid #707070 !important;
    height: 25px;
}

.social-cart .search button#searchsubmit {
    border: none;
    background: #1cb8d7;
    color: #ffffff;
    border-radius: 5px;
    height: 26px;
    width: 30px;
}

.social-cart .search button#searchsubmit:hover {
    background: #b2117e;
    cursor: pointer;
}

.navigation.pagination .nav-links a {
    text-decoration: none;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: inline-block;
    border: 1px solid #d3ced2;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}

.navigation.pagination .nav-links span {
    text-decoration: none;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: inline-block;
    border: 1px solid #d3ced2;
    float: left;
    display: inline;
    overflow: hidden;
    background: #ebe9eb;
    color: #8a7e88;
}

body:not(.home) header.page-header {
    position: static;
    background: #000;
}

@media only screen and (max-width: 991px) {
    body:not(.home) header.page-header img {
        max-width: 75px;
    }
}

@media only screen and (min-width: 1000px) {

    body:not(.home) header.page-header ul.menu li a,
    body:not(.home) header.page-header .phone-social span.phone,
    body:not(.home) header.page-header .phone-social .social-icons li a,
    body:not(.home) header.page-header .phone-social span.phone a {
        color: #fff;
    }
}

@media only screen and (max-width: 991px) {
    header.page-header {
        position: fixed;
        padding: 10px 0;
        background: #000;
    }
}

@media only screen and (max-width: 991px) {
    header.page-header img {
        max-width: 75px;
    }
}

@media only screen and (min-width: 1000px) {
    body.home .banner .inner {
        min-height: 600px;
    }
}

@media only screen and (max-width: 991px) {

    .navigation ul.menu li a,
    .navigation .social-icons li a,
    .navigation .phone-social span.phone,
    .navigation .phone-social span.phone a {
        color: #fff;
    }

    .navigation ul.menu li a:hover,
    .navigation ul.menu li a:active {
        color: #582e82;
    }

    .main-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70vh;
    }

    .main-menu ul li {
        text-align: center !important;
    }

    .main-menu ul li a {
        display: block;
        text-align: center !important;
        font-size: 22px !important;
        line-height: 42px !important;
    }

    .phone-social {
        text-align: center !important;
    }

    header.page-header img {
        transition: none !important;
    }

    header.page-header.fixed img {
        max-width: 75px !important;
    }

    .banner {
        margin-top: 46px;
    }
}

.ywapo_label span.ywapo_option_label {
    color: #535353;
    font-size: 18px !important;
}

.woocommerce-Price-amount bdi,
.woocommerce-Price-amount bdi span {
    color: #000 !important;
    font-size: 12px;


}

ul.products li .content {
    position: relative;
    padding-bottom: 36px;
}

ul.products li .content h3 {
    padding-top: 0;
}

ul.products li .content a.btn {
    position: absolute;
    bottom: 0;
    left: 0px;
}

ul.products li .image {
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    ul.products li {
        margin-right: 1% !important;
    }
}

@media screen and (min-width: 769px) {
    ul.products li.search:nth-child(4n+4) {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 1499px) {
    ul.products li .content {
        text-align: left;
    }
}

section.general_content {
    padding: 4% 0;
}

section.general_content ul {
    padding-left: 16px;
    column-count: 2;
    margin-bottom: 20px;
}

a.basket-link-head {
    width: 24px;
    height: 24px;
    background: #fff;
    color: #000;
    border-radius: 5px;
    font-size: 13px;
    margin-left: 15px;


}

a.basket-link-head i {
    color: #000;
    font-size: 13px;
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

a.basket-link-head span,
a.basket-link-head bdi {
    color: #4a4a4a;
    font-size: 14px;
}

.messageCart {
    background: #582e82;
    padding: 15px;
    color: #ffffff;
    margin-bottom: 20px;
}

.messageCart strong {
    font-weight: 700;
}

.messageCart strong span bdi {
    font-weight: 700;
}

.basket-link-head {
    position: relative;
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: red;
    font-size: 10px !important;
    color: white !important;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    padding: 2px;
}

div.related h2 {
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
}

div.related h3 {
    color: #000 !important;
    font-size: 24px !important;
    font-weight: bold !important;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px !important;
}

div.related .content {
    padding-bottom: 10px !important;
}

div.related .btn {
    border-radius: 5px;
}

div.related .owl-nav button {
    background: transparent;
    border: none;
}

div.related ul.products {
    position: static;
}

div.related ul.products .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

div.related ul.products li {
    width: 100% !important;
    position: relative !important;
    padding-bottom: 50px !important;
    margin-bottom: 0 !important;
}

div.related ul.products li .content {
    position: static;
    padding-bottom: 0;
}

div.related ul.products li a.btn {
    left: 0 !important;
    bottom: 0;
}

div.related ul.products li img {
    width: 100% !important;
    margin-bottom: 20px;
}

.hideElement {
    display: none !important;
}

section.general_content_images table {
    margin: 20px auto;
    width: 100%;
    max-width: 700px;
    overflow: scroll;
}

section.general_content_images table td {
    border: solid 1px #e4e4e4;
    text-align: center;
    padding: 7px;
    font-size: 16px;
}

section.general_content_images table td strong {
    color: #1cb8d7;
    font-weight: 700;
    font-size: 1.25em;
}

#wapo-total-price-table table th,
#wapo-total-price-table table td {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

.wwp_wholesaler_registration input[type="text"],
.wwp_wholesaler_registration input[type="password"],
.wwp_wholesaler_registration input[type="email"] {
    background: transparent;
    border-radius: 5px;
    border: 1px solid #707070;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
}

.wwp_wholesaler_registration label {
    display: block;
    margin-bottom: 7.5px;
}

.wwp_wholesaler_registration p.woocomerce-FormRow.form-row {
    width: 100%;
}

.wwp_wholesaler_registration input[type="submit"] {
    display: inline-block;
    padding: 11px 30px;
    color: #ffffff;
    background: #1cb8d7;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    transition: all 0.6s ease;
    font-weight: 700;
    border: 1px solid #ffffff;
}

@media only screen and (min-width: 768px) {
    .wwp_wholesaler_registration #wholesaler_shipping_address {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .wwp_wholesaler_registration form {
        display: flex;
        flex-wrap: wrap;
    }

    .wwp_wholesaler_registration p.woocommerce-form-row {
        width: 48%;
        margin-right: 2%;
    }

    .wwp_wholesaler_registration h2 {
        width: 100%;
        display: block;
    }
}

@media screen and (min-width: 992px) {
    header.page-header .phone-social span.phone a.button {
        padding: 6px 9px;
        border-radius: 5px;
        font-size: 16px;
        background: #e6e6e6;
        color: #4a4a4a !important;
    }
}

small.option-price span.sign {
    display: none;
}

.yith-wapo-option {
    position: relative;
    padding-left: 30px;
}

.yith-wapo-option span.radiobutton {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.yith-wapo-option label {
    margin-left: 0 !important;
}

section.tiles {
    padding: 20px 0;
}

section.tiles .tile,
div.tiles .tile {
    background: #ffffff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

section.tiles .tile p,
div.tiles .tile p {
    margin-bottom: 15px;
}

section.tiles .tile h3,
div.tiles .tile h3 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #535353;
    text-transform: capitalize;
}

@media only screen and (min-width: 500px) {

    section.tiles .inner,
    div.tiles .inner {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    section.tiles .inner .tile,
    div.tiles .inner .tile {
        width: 50%;
        margin-right: 2%;
    }
}

@media only screen and (min-width: 768px) {

    section.tiles .inner .tile,
    div.tiles .inner .tile {
        width: 32%;
        margin-right: 1.3%;
    }
}

@media only screen and (min-width: 1000px) {

    section.tiles .tile,
    div.tiles .tile {
        padding: 20px;
        padding-bottom: 0px;
        position: relative;
    }

    section.tiles .tile a.btn,
    div.tiles .tile a.btn {
        position: absolute;
        bottom: 20px;
        left: 20px;
    }
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: none !important;
}

section.product .info .product-image.tins {
    margin-top: 0;
    margin-bottom: 40px;
}

@media screen and (max-width: 500px) {
    section.product .info .product-image.tins {
        display: none;
    }
}

div.tiles {
    text-align: center;
    margin-top: 70px;
}

div.tiles img {
    max-width: 75px;
}

div.tiles .inner {
    justify-content: center;
}

@media only screen and (min-width: 1000px) {
    div.tiles a.btn {
        width: 150px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

.yith-wapo-addon {
    background: transparent !important;
}

@media screen and (max-width: 1000px) {

    .woocommerce .woocommerce-error .button,
    .woocommerce .woocommerce-info .button,
    .woocommerce .woocommerce-message .button,
    .woocommerce-page .woocommerce-error .button,
    .woocommerce-page .woocommerce-info .button,
    .woocommerce-page .woocommerce-message .button {
        float: left;
        margin-right: 10px !important;
    }

    .woocommerce-notices-wrapper>div {
        justify-content: flex-start;
    }
}

.wc_payment_methods {
    column-count: 1 !important;
}

.wc_payment_methods li {
    width: 100%;
    max-width: 100%;
    display: inline-block;
}

.wc_payment_methods li .payment_box {
    width: 100%;
}

body.page-id-66757 ul.products {
    display: flex;
    flex-wrap: wrap;
}

section.searchForm {
    text-align: center;
    background: #f4f4f4;
    padding: 50px 0;
}

section.searchForm form {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    max-width: 670px;
    text-align: left;
    margin: 0 auto;
}

section.searchForm form button {
    display: inline-block;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-weight: 700;
    background: transparent;
    border: solid 1px #ffffff;
    border-radius: 7px;
    height: 40px;
    color: #ffffff;
    cursor: pointer;
    vertical-align: top;
}

section.searchForm form button:hover {
    background: #7a99cf;
    border-color: #7a99cf;
    color: #fff;
}

section.searchForm form label {
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    display: none;
}

section.searchForm form input,
section.searchForm form select {
    background: #ffffff;
    color: #000;
    border: solid 1px #f4f4f4;
    border-radius: 7px;
    height: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 7px;
    margin-right: 20px;
    width: 100%;
    flex: 1;
}

section.searchForm form input::-webkit-input-placeholder,
section.searchForm form select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
}

section.searchForm form input::-moz-placeholder,
section.searchForm form select::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
}

section.searchForm form input:-ms-input-placeholder,
section.searchForm form select:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
}

section.searchForm form input:-moz-placeholder,
section.searchForm form select:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
}

@media screen and (max-width: 600px) {

    section.searchForm form input,
    section.searchForm form select {
        width: 100%;
        flex: auto;
        margin-bottom: 20px;
    }
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
}

a.broc {
    display: inline-block;
    font-family: objektiv-mk1, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.6s ease;
    /* padding: 1rem 2rem 1rem 2rem; */
    padding: 8px 15px;
    font-size: 16px;
    line-height: 16px;
    border-color: #b2117e;
    background-color: #b2117e;
    color: #fff;
    border-radius: 0.25rem;
    margin-right: 15px;
}

a.broc:hover {
    background-color: #1cb8d7;
    border-color: #1cb8d7;
    color: #fff;
}

.cookie.popup {
    position: fixed !important;
    width: 100% !important;
    margin-right: 0 !important;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 20000000 !important;
    background: rgba(0, 0, 0, 0.5) !important;
}

.cookie.popup span.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #1cb8d7;
    font-size: 20px;
    cursor: pointer;
}

.cookie.popup .modalcontent {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    max-width: 700px;
    width: 90% !important;
}

section.paint_calculator .wrapper {
    padding: 80px 0 50px 0;
    border-top: 1px solid #d9d9d9;
}

section.paint_calculator .paint_calculator_inner h2 {
    text-align: center;
    width: 100%;
    font-size: 22px;
}

section.paint_calculator .paint_calculator_inner .paint_calculator_accordion {
    margin-bottom: 10px;
}

section.paint_calculator .paint_calculator_inner .paint_calculator_accordion .accordion_inner {
    padding: 20px 20px;
    background-color: #fafafd;
    border-radius: 5px;
}

section.paint_calculator .paint_calculator_inner .paint_calculator_accordion .accordion_inner span {
    width: 100%;
    color: #000000;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
}

section.paint_calculator .paint_calculator_inner .paint_calculator_accordion .accordion_inner .accordion_button_container {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0;
    padding-right: 5px;
}

section.paint_calculator .paint_calculator_inner .paint_calculator_accordion .accordion_inner .accordion_button_container .accordion_title {
    margin-bottom: 0;
    color: #000;
}

section.paint_calculator .paint_calculator_inner .paint_calculator_accordion .accordion_inner .accordion_button_container .fa-chevron-circle-down,
section.paint_calculator .paint_calculator_inner .paint_calculator_accordion .accordion_inner .accordion_button_container .fa-chevron-circle-right {
    font-size: 25px;
    line-height: 30px;
    color: #582e82;
}

section.paint_calculator .paint_calculator_inner .paint_calculator_accordion .accordion_inner .paint_calculator_form {
    padding-top: 20px;
}

section.paint_calculator .paint_calculator_inner .paint_calculator_accordion .accordion_inner .paint_calculator_form div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.paint_calculator .paint_calculator_inner .paint_calculator_accordion .accordion_inner .paint_calculator_form div input[type=range] {
    flex: 1;
    accent-color: #582e82;
    margin-right: 10px;
}

section.paint_calculator .paint_calculator_inner .paint_calculator_accordion .accordion_inner .paint_calculator_form div input[type=number] {
    width: 45px;
    border: 0;
    background-color: #fafafd;
    height: 30px;
    font-size: 16px;
}

@media only screen and (min-width: 500px) {
    section.paint_calculator .paint_calculator_inner .paint_calculator_accordion .accordion_inner .paint_calculator_form div.one_line_slider_and_options {
        flex-wrap: nowrap;
    }

    section.paint_calculator .paint_calculator_inner .paint_calculator_accordion .accordion_inner .paint_calculator_form div.one_line_slider_and_options span {
        width: max-content;
        margin-right: 50px;
        margin-bottom: 0;
    }

    section.paint_calculator .paint_calculator_inner .paint_calculator_accordion .accordion_inner .paint_calculator_form div.one_line_slider_and_options input[type=range] {
        margin-right: 50px;
    }
}

section.paint_calculator .paint_calculator_inner .paint_calculator_accordion .accordion_inner .paint_calculator_form p.paint_summary {
    color: #000000;
    font-size: 20px;
    margin-top: 10px;
}

@media only screen and (max-width: 991px) {

    section.paint_calculator .paint_calculator_inner input[type=number]::-webkit-inner-spin-button,
    section.paint_calculator .paint_calculator_inner input[type=number]::-webkit-outer-spin-button {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    section.paint_calculator .paint_calculator_inner {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    section.paint_calculator .paint_calculator_inner .paint_calculator_accordion {
        flex: 1;

    }

    section.paint_calculator .paint_calculator_inner .paint_calculator_accordion input[type=number] {
        padding: 5px;
        width: 70px !important;
    }

    section.paint_calculator .paint_calculator_inner .paint_calculator_accordion input[type=number]::-webkit-inner-spin-button,
    section.paint_calculator .paint_calculator_inner .paint_calculator_accordion input[type=number]::-webkit-outer-spin-button {
        opacity: 1;
    }
}

@media only screen and (min-width: 1400px) {
    section.paint_calculator .paint_calculator_inner {
        gap: 40px;
    }

    section.paint_calculator .paint_calculator_inner .fa-chevron-circle-down {
        font-size: 25px !important;

    }
}


.button-container {
    margin-top: 80px;
}

/* Styles added by Andy Dyas */
@media only screen and (min-width: 1000px) {
    .single-product .content {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }
}

.single-product ul.products li.product .image img {
    max-width: 160px;
    margin-right: 30px;
}


@media only screen and (max-width: 1000px) {
    .variations {
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid #d9d9d9;
    }
}

.variations {
    display: block;
}

.variations .value {
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.woocommerce-variation-add-to-cart {
    display: flex;
}

.woocommerce-variation-add-to-cart .quantity input {
    height: 40px;
    margin-top: 15px;
    border-radius: 5px 0 0 5px;
    border: 1px solid black;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button {
    height: 40px;
    width: 350px;
}

.woocommerce-Price-amount bdi,
.woocommerce-Price-amount bdi span {
    font-size: 16px !important;
    font-weight: bold !important;

}

.colour-search-input {
    width: 100%;
    border-radius: 5px;
    padding: 8px;
    border: 1px solid #000 !important;
    margin-bottom: 20px;
}

.colour-search-results {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.colour-search-result {
    border-bottom: 0 !important;
    padding: 0 !important;
    border: 0 !important;

}

.colour-search-result h2,
.colour-search-result p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}

.colour-search-result .swatch-btn {
    display: block;
}

.colour-search-result .search-swatch {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 30px;
    color: white;
}

.colour-search-result .search-swatch .hide-check {
    display: none;
}

#custom-swatch-name {
    border: 0 !important;
}

.product .reset_variations {
    display: none !important;
}

.product .prod-ttl {
    display: flex;
    flex-direction: column;
}

.product label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px !important;
}

.product .swp-button {
    display: none;
}

.product .swp-input,
.product select {
    width: 100%;
    border: 1px solid #000 !important;
    border-radius: 5px !important;
    padding: 8px;
    box-sizing: border-box;
    resize: vertical;
}

section.product .purchase button.single_add_to_cart_button.button.alt {
    background-color: #000000 !important;
    border: 0;
}

section.product .purchase button.single_add_to_cart_button.button.alt:hover {
    color: #fff;
}

.single_variation_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

@media only screen and (max-width: 1000px) {
    .single_variation_wrap {
        display: block;
    }
}



.woocommerce-variation-add-to-cart {
    margin-top: -15px;
}

.product-info h3 {
    font-size: 22px !important;
    font-weight: 700;
    margin-bottom: 20px;
}

.accordion-wrapper {
    width: 100%;
    padding: 60px 0 0 0;
    margin-top: 3%;
    border-top: 1px solid #d9d9d9;
}

.accordion {
    background-color: #F9F9FB;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 20px;

    .accordion-content {
        padding-top: 20px;

    }

    h3 {
        margin-bottom: 0;

        a {

            color: black;
            font-size: 16px;
            display: flex;
            justify-content: space-between;

            .fas {
                color: #582e82;
                font-size: 25px;
            }

        }
    }

    .accordion-content {
        font-size: 12px;

        &:last-of-type {
            position: relative;
            top: -1px;
        }

        p {
            margin-bottom: 10px;
        }

        .technical-documents-pdf {
            display: flex;
            font-size: 14px !important;
            line-height: 26px !important;
            color: #000000 !important;
            margin-bottom: 20px;
            a {
                display: flex;
            }

            .pdf-icon {
                font-size: 26px !important;
                margin-right:10px !important;
            }
        }
    }
}






.purple-banner {
    background-color: #582e82;
    padding: 20px 0;
}

@media only screen and (max-width: 850px) {
    .purple-banner {
        display: none;
    }
}

.purple-banner-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.purple-banner-grid-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff
}

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

.home .general_content {
    margin-top: 8%;
}

.latest-products {
    padding: 8% 0;
}

.latest-products .intro {
    max-width: 768px;
    margin: 0 auto;
}

.latest-products h2 {
    font-size: 24px;
    color: black;
}


.latest-products-grid {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}



@media only screen and (max-width: 1000px) {
    .latest-products-grid {
        display: block;
    }

    .latest-products-grid .btn {
        margin-bottom: 30px;
    }
}




.latest-products-grid h3 {
    font-size: 24px !important;
    color: black;
    font-weight: bold;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0;
    margin-bottom: 20px !important;
}

.latest-products-grid p {

    margin-bottom: 20px !important;
}

.latest-products-grid .btn {
    border-radius: 5px;
}

.latest-products-grid-image {
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
    background-color: black !important;
}

.latest-products-grid-image img {
    display: flex;
    width: 100%;
}


.latest-products-grid a img:hover {
    opacity: 0.3;
}


.two-column {
    background-color: #f9f9fb;
    padding: 8% 0;

}

.two-column .wrapper {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

@media only screen and (max-width: 850px) {
    .two-column .wrapper {
        display: block;
    }

    .two-column-main-image {
        margin-bottom: 50px;
    }
}


.two-column-list-items {
    display: flex;
    gap: 30px;

    color: #000000 !important;
}

.two-column-list-items .two-column-list-icon {
    width: 20px !important;
    height: 20px !important;
    margin-top: 5px;
}

.two-column-list-items h4 {
    font-size: 17px;
    font-weight: bold;
}

.two-column-list-items p {
    color: #000000 !important;
    max-width: 460px;
    line-height: 26px;
}

.brand-list {
    padding: 8% 0;
}

.brand-list h2 {
    font-size: 24px;
    text-align: center;
}

.brand-list p {
    text-align: center;
}


@media only screen and (min-width: 850px) {
    .brand-list-grid {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        gap: 20px;
    }
}


.brand-list-grid-item-inner {
    position: relative;
    width: 100%;
    background-color: #000;
}

.brand-list-grid-item-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    margin-bottom: 15px;
}

.brand-list-grid-item-middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.brand-list-grid-item-inner:hover .brand-list-grid-item-image {
    opacity: 0.3;
}

.brand-list-grid-item-inner:hover .brand-list-grid-item-middle {
    opacity: 1;
}

.brand-list-grid-item-btn {
    background-color: #fff;
    color: black;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 6px 30px;
    border-radius: 5px;
}

.brand-list-grid h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.reviews {
    color: #fff;
    padding: 8% 0;
    min-height: 500px;
}

.reviews .reviews-quote {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    max-width: 70%;
    margin: 30px auto;
}

.contact {
    padding: 8% 0;
}

#nf-form-title-1 {
    display: none;
}

@media only screen and (min-width: 850px) {
    .contact-grid {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
    }
}


.contact-grid-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-grid-form {
    background-color: #F5F5F5;
    padding: 30px;
    border-radius: 10px;

}

.contact-grid-form input,
.contact-grid-form textarea {
    background: transparent !important;
}

.contact-grid-form .ninja-forms-field::placeholder {
    font-size: 12px !important;
    color: #000000;
}

.contact-grid-form .nf-error-msg,
.contact-grid-form .nf-field-label label {
    font-size: 12px !important;
}

.contact-grid-form input[type=submit] {
    background: #000 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    border: 0 !important;
    padding: 5px 20px !important;
    height: 30px !important;
}

.footer {
    padding: 6% 0;
}

.footer .footer-logo {
    max-width: 230px;
    margin-bottom: 50px;
}

.newsletter .nf-form-title {
    display: none;
}

.footer #nf-label-field-9 {
    font-size: 12px;
}

.footer #nf-field-49 {
    background: white;
    color: #000000;
    padding: 5px 30px;
    font-size: 12px;
    height: 30px;
    border-color: black !important;
}

.footer #nf-field-8 {
    background-color: white;
}

.footer .social-icons {
    margin-bottom: 30px;
}

.footer .social-icons .fab {
    background: white;
    color: black;
    padding: 7px;
    border-radius: 4px;
    font-size: 10px;
}



@media only screen and (min-width: 1000px) {
    .mid-info {
        display: flex !important;
    }
}

.mid-info {
    display: block;
    border-top: 1px solid #d9d9d9;
    margin-top: 3%;
    padding-top: 3%;
    gap: 20px;
    border-radius: 5px;
}

.other-product {
    display: flex;
    gap: 20px;
    border: 1px solid #d9d9d9;
    padding: 20px;
    margin-bottom: 20px;
}

.other-product .btn {
    border-radius: 5px;
    background-color: black !important;
}

.other-product img {
    max-width: 165px !important;
}

.other-product h3 {
    font-size: 16px;
    font-weight: bold;
}

.wc_upsell_shortcode .up-sells .product-wrapper {
    display: flex;
    gap: 30px
}

.wc_upsell_shortcode .up-sells .product {

    display: flex !important;
    flex-direction: row;
    justify-content: start;
    gap: 30px;
    width: 100% !important;
    border: 1px solid #D9D9D9;
    padding: 20px !important;
    margin: 0 0 20px 0 !important;

}

.wc_upsell_shortcode .up-sells .product .image {
    display: block !important;
    max-width: 160px !important;
}

.wc_upsell_shortcode .up-sells .product .image img {
    border: 1px solid #D9D9D9;
    padding: 0 !important;
    margin: 0 !important;
}

.wc_upsell_shortcode .up-sells .product .content {
    display: block !important;
}

.wc_upsell_shortcode .up-sells .product .content .btn {
    border-radius: 5px;
}

.wc_upsell_shortcode .up-sells .product .content>p:first-of-type,
.wc_upsell_shortcode .up-sells .product .content .category,
.wc_upsell_shortcode .up-sells .product .content .exlcuding {
    display: none;
}


.wc_upsell_shortcode .up-sells h2 {
    font-size: 22px;
    text-align: left !important;
}

.wc_upsell_shortcode .up-sells h3 {
    display: block;
    font-size: 16px !important;
    font-weight: bold !important;
}

.pdf-grid {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-bottom: 50px;

    div {
        text-align: center;
    }

    a {
        display: flex;
        color: #000;
        transition: transform .2s;
    }

    a:hover {
        transform: scale(1.2);
    }

    h3 {
        font-size: 16px;
    }

    img {
        max-width: 80px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1000px) {
    .pdf-grid {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;

    }
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
    background-color: #582e82;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-menu ul li a:hover,
.footer-menu a:hover,
.phone-social a:hover {
    color: #582e82 !important;
}

.nf-field-container .field-wrap .nf-element::placeholder {
    color: black;
}

.cat-ttl {
    color: #000;
    font-size: 28px;
    text-align: center;
    padding-bottom: 30px;
}

/* News Styles */

.news-archive h3 {
    min-height: 85px;
}

.news-archive .post {
    margin-bottom: 80px;
}
@media only screen and (max-width: 1000px) {
    .news-archive h3 {
        min-height: auto;
    }
    .news-archive .post {
        margin-bottom: 40px;
    }
}