/**
 * Theme Name: Promask WordPress Theme
 * Theme URI: https://www.plinkfizz.com/
 * Author: Plinkfizz
 * Author URI: https://www.plinkfizz.com/
 * Description: https://www.plinkfizz.com/
 * Version: 1.0.0
 */
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/v19/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/v19/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/v19/4iCv6KVjbNBYlgoCxCvTtw.ttf) format('truetype');
}
/**
  * Colours.
  */
/**
  * Other Styles.
  */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Ubuntu', sans-serif;
  color: #25526d;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #25526d;
}
h1,
.banner h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 36px;
  margin-bottom: 15px;
  color: #ffffff;
  text-transform: uppercase;
}
h2,
h2 a {
  color: #25526d;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  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:last-of-type {
  margin-bottom: 0;
}
P.headline {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
P.headline.blue {
  color: #007bf8;
}
P.headline.yellow {
  color: #dddb3d;
}
a {
  text-decoration: none;
  color: #000000;
}
@media only screen and (min-width: 1000px) {
  h1,
  .banner h2 {
    font-size: 42px;
    line-height: 1.4em;
  }
  h2 {
    font-size: 32px;
    line-height: 1.4em;
  }
  p {
    font-size: 16px;
    line-height: 1.4em;
  }
  h3 {
    font-size: 26px;
  }
}
.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: #25526d;
}
/**
 * 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.clear {
  background-color: transparent;
  border-color: #ffffff;
}
.btn.clear:hover {
  background-color: #25526d;
  border-color: #25526d;
}
.btn.clear.blue {
  border-color: #c4c5c7;
  color: #25526d;
}
.btn.clear.blue:hover {
  color: #ffffff;
}
.btn.yellow {
  background: #dedb3e;
  color: #535353;
}
.btn.yellow:hover {
  background: #ffffff;
  color: #dedb3e;
}
@media only screen and (min-width: 1000px) {
  .btn {
    font-size: 19px;
    padding: 8px 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn {
    font-size: 23px;
    padding: 10px 20px;
  }
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Ubuntu', 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%;
  height: auto;
}
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 {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  padding: 20px 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: rgba(0, 0, 0, 0.75);
  padding: 20px 0;
}
header.page-header.fixed img {
  max-width: 200px;
}
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: 200px;
  height: auto !important;
  border-radius: 5px;
}
header.page-header span.burger {
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .navigation {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: -100%;
    width: 100%;
    height: 90vh;
    padding-top: 120px;
    transition: all .6s ease;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#25526e+0,256b8f+100 */
    background: #25526e;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #25526e 0%, #256b8f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #25526e 0%, #256b8f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #25526e 0%, #256b8f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25526e', endColorstr='#256b8f', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
  }
  .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;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-right: 15px;
  }
  .navigation .phone-social span.phone a {
    color: #ffffff;
  }
  .navigation .phone-social span.phone a:hover {
    color: #dddb3d;
  }
  .navigation .social-icons {
    display: inline-block;
    float: left;
    clear: none;
  }
  .navigation .social-icons li {
    display: inline-block;
    margin-right: 20px;
    list-style-type: none;
  }
  .navigation .social-icons li:hover a {
    color: #dddb3d;
  }
  .navigation .social-icons li a {
    letter-spacing: .2px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    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: 15px;
    margin-left: -100px;
    list-style-type: none;
    text-align: left;
    opacity: 0;
  }
  .navigation ul.menu li > ul {
    margin-top: 15px;
  }
  .navigation ul.menu li:hover > a {
    color: #ffffff;
  }
  .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;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4em;
    -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;
  }
}
@media only screen and (min-width: 1000px) {
  header.page-header {
    padding: 40px 0;
  }
  header.page-header.fixed ul.menu li.menu-item-has-children > a:after {
    color: #ffffff;
  }
  header.page-header .controls {
    display: none;
  }
  header.page-header img {
    max-width: 300px;
  }
  header.page-header .navigation {
    width: 75%;
    text-align: right;
  }
  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: #ffffff;
    margin-left: 5px;
    font-size: 16px;
    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;
    text-transform: uppercase;
  }
  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: #dedb3e;
    z-index: 10000;
  }
  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: #c7c422;
  }
  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: #183547;
  }
  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: #183547;
  }
  header.page-header ul.menu li > .sub-menu li > .sub-menu li {
    background: #0b1921;
  }
  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;
  }
  header.page-header .inner .main-menu {
    order: 2;
  }
  header.page-header .phone-social {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
  }
  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: 18px;
    color: #ffffff;
  }
  header.page-header .phone-social span.phone a:hover {
    color: #dddb3d;
  }
  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: #dddb3d;
  }
}
@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: 15px;
  }
  header.page-header ul.menu li a {
    font-size: 17px;
  }
}
.banner {
  height: 100vh;
  max-height: 700px;
  display: flex;
  position: relative;
  z-index: 1;
}
.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;
}
.banner .banner_content {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
  height: auto !important;
}
.banner .banner_content h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4em;
}
.banner .banner_content p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
}
.banner .owl-nav {
  margin-top: 40px !important;
  height: 0px !important;
}
.banner .owl-nav span {
  font-size: 31px;
  color: #dddb3d;
  border-radius: 50%;
  padding: 0;
  border: solid 1px #dddb3d;
  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;
  }
  .banner .banner_content h1 {
    font-size: 42px;
    line-height: 33.5px;
  }
  .banner .banner_content p {
    font-size: 21px;
    line-height: 33.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner .banner_content p {
    font-size: 31px;
    line-height: 43.5px;
  }
}
.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: 45px 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;
  }
}
.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/#25526d+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='#25526d', 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: 150px;
  }
  .content_tiles .heading p {
    padding: 0 10%;
    margin-bottom: 53px;
  }
}
.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: 150px;
  }
  .content_tiles_rounded_corner .heading p {
    padding: 0 10%;
    margin-bottom: 53px;
  }
}
.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: 100px;
  }
  .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 {
  margin-top: 40px !important;
}
.products .owl-nav span {
  font-size: 31px;
  color: #25526d;
  border-radius: 50%;
  padding: 0;
  border: solid 1px #25526d;
  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: 100px;
  }
}
.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: #25526d;
}
.contact .columns .column a:hover {
  color: #183547;
}
.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: 100px;
  }
}
footer.footer {
  padding-top: 200px;
  padding-bottom: 60px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#25526d+0,256b8f+100 */
  background: #25526d;
  /* Old browsers */
  background: -moz-linear-gradient(top, #25526d 0%, #256b8f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #25526d 0%, #256b8f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #25526d 0%, #256b8f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25526d', endColorstr='#256b8f', GradientType=0);
  /* IE6-9 */
}
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 a:hover,
footer.footer span:hover {
  color: #dddb3d;
}
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: 15px;
  line-height: 33.5px;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}
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 {
    padding-top: 350px;
  }
  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 .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: #b2117e !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;
}
@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 .content {
    text-align: left;
  }
  section.ecomm-con ul.products li h3 {
    font-size: 18px;
  }
  section.ecomm-con ul.products li p {
    font-size: 22px;
  }
}
section.product-banner {
  min-height: 300px;
  max-height: 300px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1000px) {
  section.product-banner {
    min-height: 450px;
    max-height: 450px;
  }
}
section.product-banner .wrapper {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
section.product {
  padding: 0;
}
section.product .wrapper {
  max-width: 1200px;
}
section.product .bread {
  width: 100%;
}
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;
  margin-top: 30px;
  max-width: 478px;
}
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 {
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  display: inline-block;
  min-width: 20%;
  margin-right: 30px;
}
section.product .purchase .quantity h3 {
  font-weight: 500;
  color: #535353;
  font-size: 18px !important;
  margin-top: 0;
}
section.product .purchase button.single_add_to_cart_button.button.alt {
  background: #dedb3e;
  color: #535353;
  font-size: 16px;
  transition: all .5s ease;
  margin-top: 15px;
  border: solid 1px #dedb3e;
  box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.35);
}
section.product .purchase button.single_add_to_cart_button.button.alt:hover {
  background: #ffffff;
  color: #dedb3e;
}
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 {
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 20px;
}
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 {
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 20px;
}
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: 16px;
}
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: #535353;
  font-size: 18px !important;
  margin-top: 0;
}
section.product div.related {
  padding: 60px 0 20px 0;
  position: relative;
  z-index: 1;
}
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 .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: 24%;
    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: 24%;
    margin-right: 1%;
    margin-bottom: 10px;
  }
  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%;
    margin-top: 0 !important;
    height: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  section.product .info .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section.product .info .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  section.product .info .content h2 {
    font-size: 25px !important;
    text-transform: none;
  }
  section.product .info .content p {
    font-size: 16px !important;
  }
  section.product .info .content .int {
    flex: 2;
    margin-right: 50px;
  }
  section.product .info .content .product-image {
    flex: 1;
  }
}
@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: #25526d;
  border-color: #25526d;
  color: #ffffff;
  padding: 20px;
}
.woocommerce .woocommerce-info:before {
  color: #ffffff;
  display: none;
}
.woocommerce .woocommerce-info a {
  background: #dedb3e;
  color: #25526d;
  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: #25526d;
  color: #ffffff;
}
.woocommerce-notices-wrapper {
  background: #25526d;
}
.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;
  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: #25526d;
  color: #dedb3e;
  order: 2;
  font-size: 16px;
  transition: all .5s ease;
}
.woocommerce-notices-wrapper > div a.button:hover {
  background: #25526d;
  color: #ffffff;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #535353 !important;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #25526d !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: 'Ubuntu', 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: 'Ubuntu', 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: 'Ubuntu', sans-serif;
}
section.product_category_description_search .filters input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  color: #535353;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
}
section.product_category_description_search .filters input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
  color: #535353;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
}
section.product_category_description_search .filters input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  color: #535353;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
}
@media only screen and (min-width: 1000px) {
  section.product_category_description_search {
    padding: 60px 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: 100px 0 100px 0;
  }
  section.product_category_description_search.nocont {
    padding: 100px 0 40px 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: #dedb3e;
  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: #25526d;
  color: #ffffff;
}
form .nf-form-content label {
  font-family: 'Ubuntu', 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 #ffffff;
}
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: 'Ubuntu', 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: #dedb3e;
  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: 'Ubuntu', 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: #dedb3e;
  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: #25526d;
  color: #ffffff;
}
section.general_content .woocommerce-checkout label {
  font-family: 'Ubuntu', 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-width: 200px;
  min-height: 36px;
}
.woocommerce-cart section input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
}
.woocommerce-cart section input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
}
.woocommerce-cart section input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
}
.woocommerce-cart section input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
}
.woocommerce form .form-row textarea {
  font-family: 'Ubuntu', sans-serif;
}
.woocommerce form .form-row textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
}
.woocommerce form .form-row textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
}
.woocommerce form .form-row textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
}
.woocommerce form .form-row textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  font-family: 'Ubuntu', 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;
}
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;
}
.disclaimer a {
  position: static !important;
}
.disclaimer span.btn {
  background: #b2117e;
  border-color: #b2117e;
  padding: 3px 12px;
  font-size: 16px;
}
.disclaimer p {
  font-size: 14px;
}
span.yith_wccl_tooltip {
  width: 250px !important;
  box-sizing: border-box;
  padding: 10px;
  background: #b2117e;
  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: #25526d;
  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: #25526d;
  color: #ffffff;
  border-radius: 5px;
  height: 26px;
  width: 30px;
}
.social-cart .search button#searchsubmit:hover {
  background: #dedb3e;
  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;
}
.ywapo_label span.ywapo_option_label {
  color: #535353;
  font-size: 18px !important;
}
.woocommerce-Price-amount bdi,
.woocommerce-Price-amount bdi span {
  color: #25526d;
}
ul.products {
  display: flex;
  flex-wrap: wrap;
}
ul.products li {
  display: flex;
  flex-wrap: wrap;
}
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;
  }
}
@media screen and (min-width: 1500px) {
  ul.products {
    display: flex;
  }
}
section.general_content {
  padding: 60px 0;
}
a.basket-link-head {
  background: #e6e6e6;
  color: #4a4a4a;
  padding: 2px;
  border-radius: 5px;
  font-size: 16px;
  margin-left: 15px;
}
a.basket-link-head i {
  color: #4a4a4a;
  font-size: 16px;
}
a.basket-link-head span,
a.basket-link-head bdi {
  color: #4a4a4a;
  font-size: 16px;
}
.messageCart {
  background: #dedb3e;
  padding: 15px;
  color: #ffffff;
  margin-bottom: 20px;
}
.messageCart strong {
  font-weight: 700;
}
.messageCart strong span bdi {
  font-weight: 700;
}
div.related {
  background: #f9f9fc;
}
div.related h2 {
  color: #535353;
  font-size: 25px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
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: static !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;
}
a.yellow {
  background: #dedb3e;
  color: #535353;
  font-size: 16px;
  transition: all .5s ease;
  margin-top: 15px;
  border: solid 1px #dedb3e;
  box-shadow: 1px 4px 5px 0px rgba(0, 0, 0, 0.35);
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  position: relative;
  top: 20px;
}
section.contact form .nf-form-content .list-select-wrap .nf-field-element > div,
section.contact form .nf-form-content input:not([type=button]),
section.contact form .nf-form-content textarea {
  border-color: #25526d;
}
section.general_content h2 {
  font-size: 25px !important;
}
section .woocommerce #respond input#submit.alt,
section .woocommerce a.button.alt,
section .woocommerce button.button.alt,
section .woocommerce input.button.alt {
  background: #25526d !important;
}
.hideElement {
  display: none !important;
}
.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;
}
#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: #25526d;
  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;
  }
}
html.proedger .overlapping-image img.overlap {
  width: 70%;
  display: block;
  margin: -13% auto 0;
}
html.proedger header.page-header.fixed {
  background: #283561;
  padding: 20px 0;
}
html.proedger footer.footer {
  padding-top: 200px;
  padding-bottom: 60px;
  background: #1e5799;
  background: -moz-linear-gradient(top, #1e5799 25%, #208fe5 100%);
  background: -webkit-linear-gradient(top, #1e5799 25%, #208fe5 100%);
  background: linear-gradient(to bottom, #1e5799 25%, #208fe5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#208fe5', GradientType=0);
}
@media screen and (min-width: 850px) {
  html.proedger footer.footer {
    padding-top: 350px;
  }
}
.woocommerce-checkout-review-order div.form-row.place-order button {
  margin-top: 15px;
}
section.ecomm-con.product .content .int ul {
  padding-left: 17px;
}
section.ecomm-con.product .content .product-image img {
  width: 100%;
}
