﻿/* -------------------------------------------------- */
/*                  BASIC PAGE SETUP                  */
/* -------------------------------------------------- */
body {
    color: #333333;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background: #ffffff;
    overflow-x: hidden
    }

body, html {
    height: 100%;
    }

@font-face {
    font-family: 'adelon';
    src: url('../font/adelon-serial-extrabold-regular-webfont.woff2') format('woff2'),
         url('../font/adelon-serial-extrabold-regular-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'adelon';
    src: url('../font/adelon-serial-light-regular-webfont.woff2') format('woff2'),
         url('../font/adelon-serial-light-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* -------------------------------------------------- */
/*                     NAVIGATION                     */
/* -------------------------------------------------- */
.navbar-background {
    border: 0px;
    }

.navbar-container {
    margin: 0px auto;
    max-width: 1200px;
    }

.navbar-default {
    border: 0px;
    border-radius: 0px;
    background-color: #e40b8d;
    }

.nav {
    float: none;
    text-align: left
    }

.navbar {
    border: 0px solid transparent;
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    }

.navbar-nav {
    width: 100%;
    margin: 0px;
    text-align: left;
    }

.dropdown-menu {
    background-color: #e40b8d;
    border: 1px solid #ffffff;
    }

.navbar-nav > li {
    float: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    line-height: auto;
    }

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-size: 14px;
    margin-top: 0px;
    font-weight: bold;        
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 14px;
    padding-right: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #efbbda;
    text-decoration: none;
    background-color: transparent;
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #efbbda;
    text-decoration: none;
    background-color: #e40b8d;
    }

.dropdown-menu > li > a {
    font-size: 14px;
    padding: 3px 20px;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 1px;
    }
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #e40b8d;
    background-color: #efbbda;
    }
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #e40b8d;
    }

.navbar-default .navbar-toggle {
    margin-top: 10px;
    border-color: #ffffff;
    background-color: #efbbda;
    }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #efbbda;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
    }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #ffffff;
    }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
        color: #e40b8d;
        background-color: #efbbda;
      }

@media (max-width: 767px) {
    .navbar {
        border: 0px solid transparent;
        position: relative;
        min-height: 40px;
        margin-bottom: 0px;
        }

    .navbar-nav > li {
        float: none;
        color: #ffffff;
        display: block;
        line-height: 40px;
        }

    .navbar-default .navbar-nav > li > a {
        width: 100%;
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
        }

    .dropdown-menu > li > a {
        font-size: 14px;
        padding: 3px 20px;
        font-weight: normal;
        color: #ffffff!important;
        letter-spacing: 1px;
        }
    .dropdown-menu > li > a:hover {
        color: #efbbda!important;
        }

    .navbar-default .navbar-nav > li > a:hover {
        text-align: center;
        margin-top: 10px;
        }
    }    
    

/* -------------------------------------------------- */
/*                     MAIN LAYOUT                    */
/* -------------------------------------------------- */
#skiptomain {
    display: none;
    }

#headcontainer {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    }

.headcontent {
    clear: both;
    color: #000000;
    margin: 0px auto;
    padding: 20px;
    position: relative;
    max-width: 1200px;
    }

    .banner {
        width: 100%;
        margin: 2px 0px 0px 0px;
        padding: 0px;
        }
        .banner img { width: calc(100vw) }

.parallax {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
    background-size: cover;
    background-image: url(../image/parallax.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
    }

.maincontent, .productcontent {
    clear: both;
    margin: 0px auto;
    padding: 100px 20px;
    position: relative;
    max-width: 1200px;
    }
    .productcontent {
        padding: 20px 20px 100px 20px;
        }

.colourblock {
    background-color: #a6d609;
    }

#footer {
    height: auto;
    margin: 0px auto;
    padding: 50px 20px;
    border-top: 2px solid #ffffff;  
    padding-bottom: 0px;
    max-width: 1200px;
    }

.nomore {
    display: none !important;
    }

@media screen and (max-width: 1024px) {
    .maincontent { padding: 50px 20px; }
    .parallax {
        padding: 40px 0px;
        }
    }

/* -------------------------------------------------- */
/*                    TYPOGRAPHY                      */
/* -------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    /*font-family: 'adelon', Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    }

h1 {
    color: #e40b8d;
    margin: 0px 0px 30px 0px;
    padding: 0px;
    font-size: 46px;
    text-align: left;
    line-height: 50px;
    font-weight: bold;
    }

h2 {
    color: #1d4788;
    margin: 0px;
    padding: 0px;
    font-size: 38px;
    text-align: left;
    line-height: 46px;
    }
    .parallax h2 { color: #ffffff}

h3 {
    color: #000000;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    font-size: 18px;
    text-align: left;
    line-height: 20px;
    text-transform: uppercase;
    }

h4 {
    color: #e40b8d;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    text-transform: uppercase;
    }

h5 {
    color: #7ea21e;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    font-size: 20px;
    text-align: center;
    line-height: 18px;
    text-transform: uppercase;
    }

h6 {
    color: #e40b8d;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px;
    font-size: 20px;
    text-align: left;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    }

.category_heading {
    background-color: #e40b8d;
    padding: 10px;
    z-index: 100;
    color: #ffffff;
    position: absolute;
    width: 80%;
    margin: -60px 5% 0px 5%;
    text-align: center;
    font-family: 'adelon', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: bold;
}

p {
    color: #333333;
    margin: 5px 0px 30px 0px;
    padding: 0px;
    hyphens: auto;
    font-size: 16px;
    text-align: justify;
    line-height: 24px;    
    font-family: Arial, Helvetica, sans-serif;
    }

p.logo {
    margin: 0px;
    padding: 10px;
    text-align: center;
    }

p.footer {
    color: #e40b8d;
    margin: 0px;
    padding: 0px 0px 50px 0px;
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    letter-spacing: 1px;
    }
p.credits {
    color: #1d4788;
    margin: 0px 20px 0px 20px;
    padding: 0px 0px 10px 0px;
    font-size: 10px;
    text-align: right;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;;
    }

.forms {
    margin: 5px 0px;
    }

hr {
    width: 150px;
    margin: 20px auto 20px 0px;    
    border: 3px solid #e40b8d;
    }
    hr.blue {  
        border: 3px solid #1d4788;
        }
    hr.white { border: 3px solid #ffffff;}
    hr.products { width: 150px; margin: 20px auto 40px 0px; border: 3px solid #1d4788; }

@media screen and (max-width: 767px) {
    h1 {
        font-size: 40px;
        line-height: 40px;
        }
    }


ul.navbar-nav {
    margin: 0px;
    padding: 0px !important;
    }


/* -------------------------------------------------- */
/*                     7. LINKS                       */
/* -------------------------------------------------- */
a:link, a:visited, a:hover, a:active {
    text-decoration: none
    }

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

a:link, a:visited {
    color: #333333;
    }
    
 a:hover, a:active {
    color: #e40b8d;
    }

.footer a:link, .footer a:visited {
    color: #e40b8d;
    border: 0px;    
    padding: 0px 0px 5px 0px;    
    margin-right: 10px;
    }
.footer a:active, .footer a:hover {
    color: #1d4788;
    border: 0px;    
    padding: 0px 0px 5px 0px;    
    margin-right: 10px;
    }

a.credits:link, a.credits:visited { color: #1d4788 }
a.credits:hover, a.credits:active { color: #e40b8d }
    

/* -------------------------------------------------- */
/*                   COLOURS                          */
/* -------------------------------------------------- */
.clr1 { color: #e40b8d; } /* pink */
.clr2 { color: #1d4788; } /* blue */
.clr3 { color: #ffffff; } /* white */


/* -------------------------------------------------- */
/*                      IMAGES                        */
/* -------------------------------------------------- */
img {
    width: auto\9; /* ie8 */
    height: auto\9;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    border-style: none;
    border-color: inherit;
    border-width: 0;
    }

img.action { margin-bottom: 40px; }
img.category { border: 2px solid #ffffff; z-index: 1; margin-bottom: 40px; }

.productcontent img { margin-top: 50px; }

@media screen and (max-width: 816px) {
    img.action { margin-bottom: 11px; } 
    }

/* ------------------------------------------------- */
/*                      FORMS                        */
/* ------------------------------------------------- */
.ackermans-form {
    width: 100%;
    color: #e40b8d;
    border: 0px;
    height: 42px;
    padding: 5px 10px;
    font-size: 16px;
    max-width: 100%;
    text-align: justify;
    background: #ffffff;
    line-height: 26px;
    letter-spacing: 1px;
    border-bottom: 1px solid #1d4788
    }

textarea.ackermans-form { height: 85px; }
.submit { text-align: center; }

:-moz-placeholder { color: #5e6e85; }
::-moz-placeholder { color: #5e6e85 !important; opacity: 1 }
:-ms-input-placeholder { color: #5e6e85; }
::-webkit-input-placeholder { color: #5e6e85; }


/* ------------------------------------------------- */
/*                    PRODUCTS                       */
/* ------------------------------------------------- */

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    background-color: #e40b8d;
    border-radius: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    }

.product-thumb {
  margin-bottom: 20px;
  overflow: auto;
    }
.product-thumb p { text-align: center;}

.product-thumb .button-group {
    background-color: #e40b8d;
    overflow: auto;
    }
button { 
    background-color: #e40b8d; 
    color: #ffffff;
    /*float: left;*/    
    border: none;
    padding: 5px 5px 2px 5px;  
    font-size: 11px;
    text-align: center;      
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    }
    button:hover { background-color: #efbbda; color: #333333 }

button.cart { width: 60%; }
button.heart, button.compare { width: 20%; border-left: 1px solid #ffffff; }
button.list, button.grid { width: auto; font-size: 1.5em; padding: 3px 6px; margin-right: 2px; }
.bi-cart4, .bi-suit-heart-fill, .bi-arrow-left-right { font-size: 2em}

    .price-new { font-size: 1.5em; font-weight: bold; color: #1d4788 }
    .price-old { text-decoration: line-through; color: #cccccc}
    .price-tax { display: block}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #1d4788;
  border-color: #1d4788;
}
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5dfec;
  }

/* -------------------------------------------------- */
/*                   GOOGLE MAPS                      */
/* -------------------------------------------------- */
.google-maps {
    position: relative;
    padding-bottom: 0%; /* This is the aspect ratio */
    height: 0;
    overflow: hidden;
    min-height: 240px;
    margin: 0px;
    width: 100%;
    margin: 5px 0px;
    border: 2px solid #ffffff;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
    
.place-name {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 500;
        font-size: 14px;
        color: #ffffff;
        visibility: hidden!important;
        display: none
    }

