﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

h1 {
    font-size: 28px;
    font-family: 'Lato';
    font-weight: 300;
}

h2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}

h6 {
    font-weight: 400;
}

hr {
    border: 1px solid #556C76;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nav-link {
    color: #333 !important;
    font-size: 14px;
}

    .nav-link:hover {
        color: #94B2A2 !important;
    }

a.dropdown-item {
    color: #333 !important;
}

    a.dropdown-item:hover {
        color: #94B2A2 !important;
    }

    a.dropdown-item:active {
        background-color:transparent !important;
    }

    a.dropdown-item:focus {
        background-color: transparent !important;
    }

li.nav-item.nav-item-product {
    font-family: 'Lato';
    font-weight: 300;
}

    li.nav-item.nav-item-product.active {
        color: #94B2A2 !important;
        background-color: transparent;
        border-bottom: 4px solid #94B2A2 !important;
        font-family: 'Lato';
    }

    li.nav-item.nav-item-product a.nav-link[aria-expanded=true] {
        color: #94B2A2 !important;
        background-color: transparent;
        border-bottom: 4px solid #94B2A2 !important;
        font-family: 'Lato';
    }

@media all and (max-width: 768px) {
    li.nav-item.nav-item-product a.nav-link:after {
        font-family: FontAwesome;
        content: "\f106";
        float: right;
    }

    li.nav-item.nav-item-product a.nav-link.collapsed:after {
        font-family: FontAwesome;
        content: "\f107";
    }
}

li.dropdown:hover > .dropdown-menu {
    display: block;
}

@media all and (max-width: 660px) {

    li.dropdown:hover > .dropdown-menu {
        display: none;
    }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    /* Margin bottom by footer height */
    /*    margin-bottom: 60px; */
    font-family: 'Lato';
    letter-spacing: 0.08em;
    /*background-color: #eeeeee;*/
    background: #f6f6f6;
    max-width: 1380px;
    margin: 0 auto;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.vanilla-background {
    background-color: white;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*    white-space: nowrap;  */
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 1.5; /* Vertically center the text there */
    letter-spacing: 0.08em;
    background-color: #eeeeee;
}

@font-face {
    font-family: "Lato";
    src: url("/fonts/Lato-Regular.eot?#iefix");
    src: url("/fonts/Lato-Regular.eot?#iefix") format("eot"),url("/fonts/Lato-Regular.woff") format("woff"),url("/fonts/Lato-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Lato';
    src: url("/fonts/Lato-Light.eot?#iefix");
    src: url("/fonts/Lato-Light.eot?#iefix") format("eot"),url("/fonts/Lato-Light.woff") format("woff"),url("/fonts/Lato-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Lato Light';
    src: url("/fonts/Lato-Light.eot?#iefix");
    src: url("/fonts/Lato-Light.eot?#iefix") format("eot"),url("/fonts/Lato-Light.woff") format("woff"),url("/fonts/Lato-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Mrs Saint Delafield";
    src: url("/fonts/mrs-saint-delafield-v6-latin-regular.eot#iefix");
    src: url("/fonts/mrs-saint-delafield-v6-latin-regular.eot#iefix") format("eot"),url("/fonts/mrs-saint-delafield-v6-latin-regular.woff") format("woff"),url("/fonts/mrs-saint-delafield-v6-latin-regular.ttf") format("truetype"),url("/fonts/mrs-saint-delafield-v6-latin-regular.svg#mrs-saint-delafield-v6-latin-regular") format("svg");
}

.seablue {
    color: #556C76;
}

.champagne {
    background-color: #E6DCD1;
}

.minionyellow {
    color: #F8CA53;
}

.latolight {
    font-family: 'Lato';
    font-weight: 300;
}

.delafield {
    font-family: 'Mrs Saint Delafield';
}

.delafield-medium {
    font-size: 28px;
    color: #F8CA53;
}

.delafield-large {
    font-size: 42px;
    color: #F8CA53;
}

.btn-link {
    background-color: #94B2A2;
    color: #ffffff;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.08em;
    border: 1px solid #94B2A2;
    border-radius: 0;
    line-height: 1.2;
    vertical-align: middle;
    padding: 5% 6%;
    /*min-width: 150px*/
}

    .btn-link:hover, .btn-link:active {
        text-decoration: none;
        cursor: pointer;
        background-color: #F8CA53;
        border: 1px solid #F8CA53;
        color: #556C76;
    }

.btn-link-blue {
    background-color: #556C76;
    color: #ffffff !important;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.08em;
    border: 1px solid #556C76;
    border-radius: 0;
    line-height: 1.2;
    vertical-align: middle;
    padding: 5% 6%;
}

    .btn-link-blue:hover, .btn-link-blue:active {
        text-decoration: none;
        cursor: pointer;
        background-color: #E6DCD1;
        color: #FFFFFF;
    }

.btn-link-design-now {
    padding: 3% 33%;
    border-radius: 6px;
    background-color: #F8CA53;
    border: 1px solid #F8CA53;
}
    .btn-link-design-now:hover, .btn-link-design-now:active {
        background-color: #94B2A2;
        border: 1px solid #94B2A2;
    }

.section-heading {
    font-size: 28px;
    font-family: 'Lato';
    font-weight: 300;
}

@media all and (max-width: 768px) {

    .section-heading {
        font-size: 24px;
    }
}

.home-hero-div {
    width: 1380px;
/*    height: 400px; */
}

.home-hero-div-category {
    padding-top: 8%;
    padding-left: 10%;
    padding-right: 55%;
    color: #556C76;
}

@media all and (max-width: 1104px) {

/*    .home-hero-div {
        width: 100%;
        height:auto;
    }
*/
    .home-hero-div-category {
        margin-top: 2%;
        margin-bottom: 0;
        padding-top: 8%;
        padding-left: 10%;
        padding-right:55%;
    }
}

/*
@media all and (max-width: 480px) {

    .home-hero-div-category {
        padding-right: 5%;
    }
}
*/

.hero-div-image {
    width: 1380px;
    height: 245px;
}

.hero-div-category {
    margin-top: -17%;
    margin-left: 5%;
    margin-right: 40%;
}

@media all and (max-width: 768px) {

    .hero-div-category {
        margin-top: 2%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0;
    }
}

.hero-image {
    max-width: 1104px;
}

.hero-div {
    margin-top: -25%;
    margin-left: 5%;
    color: white;
}

.hero-title {
    font-size: 40px;
    font-weight: 300;
/*    line-height: 1.1;*/
}

.hero-heading {
    font-size: 16px;
/*    font-weight: bold; */
}

.hero-summary {
    font-size: 16px;
    text-align:center;
}

@media all and (max-width: 768px) {

    .hero-title {
        font-size: 25px;
/*        line-height: 1.1; */
    }

    .hero-heading {
        font-size: 14px;
    }

    .hero-summary {
        display: none;
    }
}

.card {
    border-color: #94B2A2;
    border-radius: 0;
}

.card-title {
    font-size: 15px;
    font-family: 'Lato';
    font-weight: 300;
}

.card-img-top {
    border-radius: 0;
}

.pt-10 {
    padding-top: 10%;
}

.ml-10 {
    margin-left: 10%;
}

.mr-10 {
    margin-right: 10%;
}

@media all and (max-width: 768px) {

    .ml-10 {
        margin-left:0;
    }

    .mr-10 {
        margin-right: 0;
    }

}

.mlh-10 {
    margin-left: 10%
}

.mrh-10 {
    margin-right: 10%;
}

@media all and (max-width: 768px) {

    .mlh-10 {
        margin-left: 0;
    }

    .mrh-10 {
        margin-right: 0;
    }
}

.px-10 {
    padding: 0 12%;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-18 {
    font-size: 18px;
}

.w-177 {
    width: 170px;
}

@media all and (max-width: 660px) {

    .w-177 {
        width: 136px;
    }
}

.w-264 {
    width: 264px;
}

@media all and (max-width: 660px) {

    .w-264 {
        width: 136px;
    }
}

.w-228 {
    width: 228px;
}

.footer-nav {
    line-height: 2.5;
}

    .footer-nav ul li {
        font-family: 'Lato';
        font-weight: 300;
    }

        .footer-nav ul li a {
            color: #333;
            font-family: 'Lato';
            font-weight: 300;
        }

            .footer-nav ul li a:hover {
                color: #94B2A2;
            }

            .footer-nav ul li a img {
                width: 20px;
            }

.footer-bottom {
    padding: 5% 8%;
    font-size: 14px;
    background-color: white;
}

.copyright {
    font-size: 12px;
}

.navbar-menu {
    font-size: 14px;
    color: #333;
}

.text-link a {
    color: #333;
}

    .text-link a:hover {
        color: #94B2A2;
    }

.newsletter-signup {
    background-color: #556C76;
}

    .newsletter-signup .newsletter-offers {
        padding-left: 10px;
    }

    .newsletter-signup .left {
        color: white;
        line-height: 1.2;
        letter-spacing: 0.08em;
        padding-left: 8%;
    }

        .newsletter-signup .left .delafield {
            font-size: 1.8em;
            color: #F8CA53;
        }

    .newsletter-signup .right {
        font-size: 14px;
        letter-spacing: 0.08em;
    }

        .newsletter-signup .right .text {
            width: 100%;
            height: 40px;
            text-indent: 25px;
        }

        .newsletter-signup .right .button {
            width: 160px;
            height: 40px;
            background-color: #F8CA53;
            border: 1px solid #F8CA53;
        }

@media all and (max-width: 660px) {

    .newsletter-signup {
        text-align: center;
    }
}

.header-logo {
    width: 20%;
}

.footer-logo {
    padding: 10px 0 20px 0;
    width: 50%
}

@media all and (max-width: 992px) {

    .header-logo {
        width: 50%;
    }

    .footer-logo {
        width: 20%
    }
}

.key-selling-points {
    text-align: center;
    padding: 2% 10%;
}

    .key-selling-points .title {
        font-size: 28px;
        color: #556C76;
    }

    .key-selling-points .delafield {
        font-size: 40px;
    }

    .key-selling-points img {
        width: 68px;
        height: 50px;
    }

.breadcrumb {
    background-color: white;
    font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: none;
}

.iFramePB {
    margin-left: 0px;
    margin-bottom: -5px;
    margin-right: 0px;
    width: 100%;
    height: 950px;
    border: 0px;
    overflow: hidden;
}

.stage1border {
    border-width: 2px;
}

.stage2border {
    border-width: 2px;
}

.stage3border {
    border-width: 2px;
}

.stage4border {
    border-width: 2px;
}

.stage5border {
    border-width: 2px;
}

.online-footer {
    background-color: #556C76;
    color: white;
}

.online-footer-title {
    font-size: 22px;
}

.external-stage1-final {
    color: #556C76;
    background-color: #E6DCD1;
}

    .external-stage1-final .text-link a {
        color: #556C76;
    }

    .external-stage1-final .delafield {
        font-size: 40px;
    }

.background-grey {
    background-color: #f4f4f4;
}

.align-centre {
    text-align:center;
}

.align-right {
    text-align: right;
}

.table-header {
    background-color: #94B2A2;
    color: white;
}

.itemQty {
    width: 100px;
    text-align: center;
}

.spinner-td {
    max-width: 80px;
}


/***********Product Pages Changes */

.nav.nav-tabs.nav-justified {
    width: 100%;
}

@media screen and (max-width: 600px) {
    .nav {
        display: block;
    }

        .nav.nav-tabs.nav-justified .nav-item {
            float: none;
        }
}



/*************PRODUCT PAGE************/
.product-highlight-section {
    background: #f4f4f4;
    padding: 35px 20px;
}

    .product-highlight-section li {
        margin-bottom: 25px;
        padding: 0;
    }


/***********PRODUCT GALLERY************/
.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
}

#image-gallery .modal-footer {
    display: block;
}

.img-thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0;
    width: 100%
}

.mag-glass {
    background: #FFF;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    font-size: 12px !important;
    color: #6B6B6B;
}

/********** Client*********/

.section_clients {
    background: #f4f4f4;
    margin-top: 80px;
}

.client_img_wraper {
    padding: 5px 10px;
    display: flex;
    text-align: center;
}

/********** Testimonials *********/



.sec_testimonials {
    padding: 80px 0;
}

.star-rating i {
    font-size: 10px;
    color: #fff;
    background: #53af7e;
    padding: 2px;
    line-height: 0px;
}

.rating-comment {
}

.rating-comment-desc {
}

.customer-name {
    margin-top: 30px;
}

/**************Home Banner**************/
.hero-banner-container {
    background: #eee;
}

.banner-left-content {
    background: #eee;
    padding: 30px;
}

/**************print finishes***************/
.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}

    .view img {
        position: relative;
        display: block;
    }

.btn-floating i {
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #000;
}

.btn-floating {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    background: #fff;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    transition: all .2s ease-in-out;
    padding: 5px 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
}


/** TABS CSS ***/
.nav-tabs {
    border-bottom: 1px solid #eee;
    /*background-color: #eeeeee;*/
}

    .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        border-color: none;
        background-color: #f4f4f4;
    }

    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
        border-color: none;
    }


    .nav-tabs .nav-item .nav-link {
        border: 0;
        color: #333333;
    }

        .nav-tabs .nav-item .nav-link.active {
            border-bottom: 3px solid #a8baa8;
            font-weight: 700;
        }



/***My Account Tiles***/

.myAccountTile {
    background-color: #f4f4f4;
    margin: 8px 10px 0px 0px;
    text-align: center;
    display: inline-block;
    padding: inherit;
    min-height: 14rem;
    border: none;
}

    .myAccountTile a {
        text-decoration: none;
        color: #556C76;
    }

    .myAccountTile:hover {
        background-color: #556C76;
    }

        .myAccountTile:hover .fa-user:before {
            color: white;
            opacity: 0.4;
        }

        .myAccountTile:hover .fa-book:before {
            color: white;
            opacity: 0.4;
        }

        .myAccountTile:hover .fa-tv:before {
            color: white;
            opacity: 0.4;
        }

    .myAccountTile i {
        margin-top: 30px;
        font-size: 32px;
    }

    .myAccountTile:hover p {
        color: white !important;
    }

    .myAccountTile a img {
        width: 40px;
        height: 40px;
        margin-top: 30px;
    }

.myAccountTileTitle {
    padding-top: 10px;
    font-size: 21px;
    font-family: inherit;
    color: #556C76 !important;
}

.myAccountTileDesc {
    font-size: 16px;
    color: #556C76 !important;
}

.edit-link a {
    color: #94B2A2;
}

    .edit-link a:hover {
        color: #333;
    }

.address-link a {
    color: #556C76;
}

    .address-link a:hover {
        color: #333;
    }

.delete-link a {
    color: red;
}

    .delete-link a:hover {
        color: #333;
    }

.dropdown-menu {
    margin-top: 0;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 3px;
        top: 40%;
    }

    .dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu {
        display: flex;
        flex-direction: column;
        position: absolute !important;
        margin-top: -30px;
        left: 100%;
    }

@media (max-width: 992px) {
    .dropdown-menu {
        width: 50%;
    }

        .dropdown-menu .dropdown-submenu {
            width: auto;
        }
}

.social-icons {
    padding-top: 10px;
    text-align: right;
    font-size: 14px;
}

@media (max-width: 992px) {
    .social-icons {
        text-align: left;
        padding-left: 0;
        width: 260px;
    }
}

.col-sm-6.browse-products {
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
}

    .col-sm-6.browse-products:nth-child(2n) {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

.card-margin {
    margin-right: 1em;
}

    .card-margin:nth-child(4) {
        margin-right: 0;
    }

@media all and (max-width: 660px) {

    .card-margin {
        margin-right: 1em;
    }

        .card-margin:nth-child(2) {
            margin-right: 0;
        }
}

.card-margin-6 {
    margin-right: 1em;
    padding-bottom: 1em;
}

    .card-margin-6:nth-child(6n) {
        margin-right: 0;
    }

@media all and (max-width: 660px) {

    .card-margin-6 {
        margin-right: 1em;
        padding-bottom: 1em;
    }

        .card-margin-6:nth-child(2n) {
            margin-right: 0;
        }
}

.fa {
    color: #556C76;
}

button.navbar-toggler {
    border: none;
}

.range-row {
    flex-direction: row;
}

    .range-row:nth-child(2n) {
        flex-direction: row-reverse;
    }

@media all and (max-width: 660px) {

    .range-row {
        flex-direction: column-reverse;
    }

        .range-row:nth-child(2n) {
            flex-direction: column-reverse;
        }
}

.product-overview-image {
    padding-bottom: 0;
    padding-right: 1em;
}

    .product-overview-image:nth-child(-n+3) {
        padding-right: 0;
        padding-bottom: 0;
        bottom: 1em;
    }

@media all and (max-width: 660px) {

    .product-overview-image {
        margin-right: 0;
        padding-top: 1em;
        padding-left: 0;
        bottom: 0;
    }

        .product-overview-image:nth-child(-n+3) {
            padding-top: 1em;
            padding-bottom: 0;
            bottom: 0;
        }
}

.product-overview-image-mag-glass {
    bottom: 0;
}

    .product-overview-image-mag-glass:nth-child(-n+3) {
        bottom: 0;
    }

@media all and (max-width: 660px) {

    .product-overview-image-mag-glass {
        bottom: 0;
    }

        .product-overview-image-mag-glass:nth-child(-n+3) {
            bottom: 0;
        }
}

@media all and (max-width: 660px) {

    .trustpilot-image-div {
        display: none;
    }

}

.trustpilot-image-div {
    display: normal
}

.trustpilot-image-div img {
    top: 50%;
    left: 0;
    position: fixed;
}

@media all and (max-width: 660px) {

    .trustpilot-image-div {
        display: none;
    }
}

.confirm-email {
    display:none;
}

.offerbanner {
    background-color: #333333;
    color: #E3C6C2;
    text-align: center;
    font-size: 13px;
    padding: 10px 0;
}

    .offerbanner .offerbanner-link {
        color: white;
        text-decoration: underline;
        font-style: italic;
    }

        .offerbanner .offerbanner-link:hover {
            text-decoration: none;
        }

@media all and (max-width: 992px) {
    .offerbanner {
        display: none;
    }
}

#ajax-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

    #ajax-loading .bg {
        background: #000000;
        opacity: 0.7;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

    #ajax-loading > div:first-child {
        width: 250px;
        height: 75px;
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        font-size: 16px;
        z-index: 10;
        color: #ffffff;
    }

.footer-contact {
    display: normal;
}

@media all and (max-width: 768px) {

    .footer-contact {
        display: none;
    }
}

.category-from-price {
    color: #556c76;
    font-style: italic;
}

.from-price {
    font-size: 16px;
    font-weight: 500;
}

.banner-column-1 {
    max-width: 6.7%;
}

.show-modal {
    cursor: pointer;
    text-decoration: none;
}

    .show-modal:hover {
        text-decoration: underline;
    }

.invoice-pdf {
    font-family: Arial !important;
}

.badge {
    border-radius: 10rem;
}

.menu-new {
    background-color: #20C1DD;
    color: white;
}

.menu-outofstock {
    background-color: red;
    color: white;
}

.menu-badge {
    font-size: 8px;
}

.validation-message {
    color: red;
}
