@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
body {
    font-family: 'Montserrat', sans-serif;
}
.blue1:nth-child(odd) {
    border: 3px solid #1d519e;
    background-color: #1D519E;
}
.blue1:nth-child(even) {
    border: 3px solid #0079BD;
    background-color: #0079BD;
}
.blue2 {
    border: 3px solid #0079bd;
    background-color: #0079BD;
}
.blue1,.blue2 {
    border-radius: 0 0 15px 15px;
}
.blue1 a:hover,.blue2 a:hover {
    text-decoration: none;
}
.blue_bg {
    background-color: #FFF;
    width: 100%;
    height: 100%;
}
.category_img img {
    padding: 10px;
}
.blue1 img,.blue2 img {
    -o-object-fit: contain;
       object-fit: contain;
       width: 100%;
}
.blue1 h4,.blue2 h4 {
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    padding: 5px 0;
    margin: 0;
    font-weight: bold;
    min-height: 44px;
}
.header-button {
    background-color: #1D519E;
    border-radius: 50px 0 0 50px;
    color: #FFF;
    padding: 8px 8px 8px 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.header-button a {
    color: #FFF;
}
.header-button a:hover {
    text-decoration: none;
}
.header-tel a {
    font-size: 24px;
    color: #1D519E;
}
.header-tel a:hover {
    text-decoration: none;
}
.header-tel i {
    color: #D93831;
}
.header-nav-menu-item a {
    color: #A8A9AC;
}
.header-nav-menu-item a:hover {
    color: #1D519E;
}
.product_detail_title a {
    color: #000000;
}
.product_detail_title a:hover {
    text-decoration: none;
}
.product_detail_title small {
    font-size: 0.5em;
}
.product_detail_disclaimer {
    font-size: 0.8em;
}
.product_detail_tin {
    position: absolute;
    top: 20px;
    right: 35px;
    max-width: 120px;
    max-height: 120px;
    border: solid 1px #999999;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.product_detail_main_image {
    border: solid 1px #999999;
    border-radius: 10px;
}
.circle-colour {
    height: 80px;
    width: 80px;
    margin-left: 15px;
    margin-bottom: 15px;
    border: 1px #999 solid;
    border-radius: 10px;
    background-color: #faa;
    font-size: 11px;
    padding: 5px 5px 5px 8px;
    cursor: pointer;
}
.ral-colour {
    height: 250px;
    width: 100%;
    border: 1px #999 solid;
    border-radius: 10px;
    background-color: #faa;
    font-size: 24px;
    padding: 5px 5px 5px 8px;
    display: block;
}
.swatch-white-text {
    color: #ffffff;
}
.hand_on_hover {
    cursor: pointer;
}
.hover-hand {
    cursor: pointer;
}
.footer-col-1,.footer-col-2,.footer-col-3 {
    color: #FFF;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}
.footer-col-1 {
    background-color: #0079BD;
}
.footer-col-2 {
    background-color: #1D519E;
}
.footer-col-3 {
    background-color: #D93831;
}
.footer-col-3 h4 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.footer-col-3 h5 {
    font-size: 32px;
    font-weight: bold;
}
.footer-col-3 h6 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    background-color: #1D519E;
    border-radius: 5px;
    padding: 5px;
    margin-top: 20px;
    text-align: center;
}
.footer-col-1 a, .footer-col-2 a {
    color: #FFF;
    text-decoration: none;
}
.footer-col-1 a:hover, .footer-col-2 a:hover {
    text-decoration: underline;
}
.footer-col-3 a {
    color: #ffffff;
    text-decoration: none;
}
.footer-col-3 a:hover {
    text-decoration: none;
}
.footer-row {
    background-color: #404040;
    color: #FFF;
    padding: 20px 0;
}
.footer-row a {
    color: #FFF;
}
.footer-copyright {
    background-color: #111;
    color: #666;
    font-size: 0.8em;
    text-align: center;
    padding: 15px 0;
}
.footer-copyright a {
    color: #666;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  -webkit-box-shadow: 0 1px 3px 0 #e6ebf1;

          box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: -webkit-box-shadow 150ms ease;
  transition: -webkit-box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease, -webkit-box-shadow 150ms ease;
}

.StripeElement--focus {
  -webkit-box-shadow: 0 1px 3px 0 #cfd7df;
          box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.whatsapp-speech-bubble {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}
.whatsapp-speech-bubble:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}