.nav-top-bar {
    color: #6c7177;
    background-color: #fff;
    font-size: 14px;
    line-height: 22px;
}

#nav-header {
    background-color: #fff;
}

.nav-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

header {
    display: block;
}

.header-text {
    float: left;
}

.header-item {
    position: relative;
    float: left;
    margin-right: 20px;
    padding: 12px 0;
}

.nav-top-links {
    position: relative;
    float: right;
}

    .nav-top-links ul {
        margin: 0;
    }

.nav-top-bar a {
    color: #333;
}

    .nav-top-bar a:hover {
        text-decoration: underline;
    }

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.nav-top-links {
    position: relative;
    float: right
}

    .nav-top-links a {
        position: relative;
        display: block;
        margin-left: 20px;
        padding: 12px 0;
        line-height: 22px;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease
    }

.form-control {
    color: #333;
}

@media (max-width: 767px) {
    .nav-top-links a {
        margin: 0;
        padding: 5px 20px
    }
}

.nav-top-links ul {
    margin: 0
}

    .nav-top-links ul li {
        padding: 0
    }

@media (max-width: 767px) {
    .nav-top-links ul li {
        display: block
    }
}

.nav-top-links .dropdown-menu {
    font-size: 14px
}

.navbar .navbar-nav {
    margin-top: 31px;
}

img.navbar-logo {
    width: 140px;
}


@media (max-width: 992px) {

    ul.nav.navbar-nav {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 768px) {
    .nav-top-links .dropdown-menu {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        border: 0;
        background-color: transparent;
        z-index: 2000;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media (max-width: 767px) {
    .nav-top-links .dropdown-menu {
        margin: 0;
        padding: 10px 0 12px;
        left: auto;
        right: 0;
        background-color: #fff;
    }

        .nav-top-links .dropdown-menu a:hover {
            border-left: 3px solid #9bc600;
            background: rgba(17,17,17, 0.1);
        }

    .navbar .navbar-nav .dropdown .basket-dropdown .basket-btns .btn, .navbar .navbar-nav .dropdown .basket-dropdown .basket-btns .btn-ghost-light, .navbar .navbar-nav .dropdown .basket-dropdown .basket-btns .btn-text, .navbar .navbar-nav .dropdown .basket-dropdown .basket-btns .btn-text-light, .navbar .navbar-nav .dropdown .basket-dropdown .basket-btns .btn-ghost, .navbar .navbar-nav .dropdown .basket-dropdown .basket-btns .btn-light {
        display: block;
        padding: 5px;
        float: none;
        margin: 5px;
    }
}

@media (max-width: 490px) {
    .navbar .navbar-nav .dropdown .basket-dropdown {
        width: 100%;
        background: #fff;
    }
}

.nav-top-links-button {
    cursor: pointer;
    display: block;
    padding: 12px 14px 12px 0;
    color: #6c7177;
    text-align: center
}

    .nav-top-links-button:after {
        content: '\f107';
        position: absolute;
        top: 11px;
        right: 0;
        font-family: "FontAwesome";
        font-size: 16px
    }

@media (min-width: 768px) {
    .nav-top-links-button {
        display: none
    }
}

.nav-top-links .dropdown-menu {
    font-size: 14px;
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid #c6c9d2;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 13px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.75;
        color: #333;
        white-space: nowrap;
        cursor: pointer
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #3bb18f
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed
        }

.open > .dropdown-menu {
    display: block;
    z-index: 10000
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.75;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

.navbar .navbar-nav li a {
    font-size: 0.85em;
    padding: 15px 8px;
    text-transform: uppercase
}

.navbar .navbar-nav .dropdown .dropdown-menu li {
    line-height: 1.5;
}

    .navbar .navbar-nav .dropdown .dropdown-menu li a {
        font-size: 0.85em;
        cursor: pointer
    }

.dropdown-menu div div a {
    display: block;
    width: 100%;
    padding: 0;
}

/* Category View */
.category-view .fa-2x {
    vertical-align: middle;
}

.category-view a {
    color: #999
}

.category-view .btn-short {
    padding: 8px 12px 7px 14px
}

.category-view a.active {
    text-decoration: none;
}


@media (max-width: 472px) {
    .header-item.header-email {
        display: none
    }
}

.pt-large,
.pt-small {
    margin-top: 144px;
}


.sku {
    float: right;
    text-align: right;
    width: 48%;
    font-size: 0.9em;
    padding-right: 2%;
}

p.sku {
    margin-bottom: 0;
}

.rating-container {
    float: right;
    clear: right;
}

a.review-link {
    color: #555;
}

.product-meta:after, .shop-sidebar .shop-widget .basket-item:after {
    content: "";
    display: table;
    clear: both;
}

.basket-dropdown a:hover {
    box-shadow: none !important;
}

.page-title .subheading {
    color: #f1f1f1;
}

.easy-autocomplete-container ul li {
    width: 370px !important;
    padding: 2px 5px !important;
    line-height: 1.1;
}

    .easy-autocomplete-container ul li a {
        padding: 4px 5px !important;
        margin: 2px 0 !important;
        text-transform: capitalize !important;
        font-size: 0.7em !important;
    }


/* ---- 27.2 Shop Product Card ---- */


.shop-product-card {
    height: 580px;
}

.product-list {
    margin-bottom: 25px;
}

.shop-product-card .product-meta .product-short-description {
    display: none;
}
/* ---- 27.2 Shop Category List - List View ---- */
.shop-product-card.category-list-view {
    display: block;
    height: 350px;
    border-top: 1px solid #f8f8f8;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 100%;
}

    .shop-product-card.category-list-view .product-image-wrapper {
        max-width: 263px;
        float: left;
        margin-right: 15px;
    }


    .shop-product-card.category-list-view .product-meta {
        display: inline;
        text-align: left;
        padding-top: 15px;
        padding-bottom: 0;
    }


        .shop-product-card.category-list-view .product-meta .product-price {
            display: inline-block;
            padding-bottom: 1px;
            font-family: "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
            font-weight: 400;
            font-size: 14px;
            line-height: 14px;
            color: #111;
            padding: 0;
            margin-right: 7%;
        }

        .shop-product-card.category-list-view .product-meta .sku {
            display: inline-block;
            float: none;
            width: auto;
            padding: 0;
        }

        .shop-product-card.category-list-view .product-meta .product-sep {
            display: none;
        }

        .shop-product-card.category-list-view .product-meta .product-short-description {
            display: block;
            margin-left: 278px;
            margin-top: 10px;
        }

            .shop-product-card.category-list-view .product-meta .product-short-description p {
                line-height: 1.5;
            }

            .shop-product-card.category-list-view .product-meta .product-short-description ul {
                list-style: circle inside;
                padding-left: 10px;
            }

            .shop-product-card.category-list-view .product-meta .product-short-description li {
                display: block;
                line-height: 1.5;
            }

@media (max-width: 992px) {
    .shop-product-card.category-list-view {
        overflow-y: scroll;
    }

        .shop-product-card.category-list-view .product-meta .product-short-description ul,
        .shop-product-card.category-list-view .product-meta .product-short-description li {
            padding-left: 0;
        }

        .shop-product-card.category-list-view .product-meta .rating-container {
            margin: 0 10px 0 5px;
            clear: none;
        }
}

@media (max-width: 552px) {
    .shop-product-card.category-list-view {
        overflow-y: visible;
        height: auto;
    }

        .shop-product-card.category-list-view .product-meta {
            display: block;
            padding: 10px;
        }

        .shop-product-card.category-list-view .product-image-wrapper {
            float: none;
            display: block;
            margin-bottom: 20px;
            margin-right: 0;
            margin: 0 auto;
        }

        .shop-product-card.category-list-view .product-meta .product-short-description {
            margin-left: 0;
        }
}
/*.inline-form { display: inline-block;}*/

.shop-layout-options form .form-group {
    display: block;
    position: relative;
    margin-right: 50px;
}

.shop-layout-options .form-group select {
    display: block;
    width: 100%;
    height: 42px;
    padding-left: 20px;
    margin-right: 70px;
    border: none;
    background: rgba(204, 204, 204, 0.1);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.shop-layout-options select:focus {
    outline: none;
    background: rgba(204, 204, 204, 0.15);
}

.shop-layout-options form .form-group button {
    position: absolute;
    display: block;
    top: 0;
    right: -50px;
    width: 50px;
    height: 42px;
    border: none;
    color: #999;
    background: #ececec;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .shop-layout-options form .form-group button i {
        padding-top: 5px;
        font-size: 20px;
    }

    .shop-layout-options form .form-group button:focus {
        outline: none;
    }

    .shop-layout-options form .form-group button:hover {
        color: #111;
        background: #bebebe;
        border-color: #bebebe;
    }

#list-view {
    margin-left: 8px;
}


.loading {
    display: none;
    width: 16px;
    height: 16px;
    background-image: url(/graphics/loading.gif);
    vertical-align: text-bottom;
}
/* autocomplete adds the ui-autocomplete-loading class to the textbox when it is _busy_, use general sibling combinator ingeniously */
#search-box.ui-autocomplete-loading ~ .loading {
    display: inline-block;
}

.ui-autocomplete .m-icon {
    float: left;
    max-width: 60px;
}

.ui-autocomplete .x-icon {
    float: left;
    width: 60px;
    opacity: .5;
    font-size: small;
    text-align: center;
}

.ui-autocomplete .m-name {
    display: block;
    margin-left: 70px;
    font-size: 0.85em;
}

.ui-autocomplete .m-supplier {
    display: inline-block;
    margin-left: 10px;
    font-size: smaller;
    width: 100px;
}

.ui-autocomplete .m-sku {
    display: inline-block;
    font-size: smaller;
}

.ui-autocomplete div::after {
    content: "";
    display: table;
    clear: both;
}

.ui-autocomplete li {
    list-style: none;
    padding: 0;
    width: auto;
}

.ui-autocomplete {
    padding: 0;
    margin: 0;
}

    .ui-autocomplete.ui-front {
        max-height: 600px;
        overflow-y: auto; /* prevent horizontal scrollbar */
        overflow-x: hidden; /* add padding to account for vertical scrollbar */
        z-index: 1000 !important;
    }

.mobile-nav .ui-autocomplete.ui-front {
    max-height: 300px;
}

.ui-menu:hover {
    border: none;
}

.ui-menu-item {
    background: rgba(255, 255, 255, 0.93);
}

    .ui-menu-item:hover {
        border-left: 3px solid #9bc600;
        background: rgba(17,17,17, 0.1);
    }

        .ui-menu-item:hover .ui-menu-item-wrapper {
            padding: 2px 1em 2px .4em;
            background: none;
            font-weight: normal;
            color: #111;
        }

.shop-product-card.category-list-view .product-meta .rating-container {
    margin-right: 15px;
    margin-top: 25px;
}


/* ---- 27.2 Sub Category List - Hover ---- */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 1%;
    width: 98%;
    background: #000;
    text-align: center;
    cursor: pointer;
}

    .grid figure img {
        position: relative;
        display: block;
        max-height: 100%;
        max-width: 100%;
        opacity: 0.8;
    }

    .grid figure figcaption {
        padding: 2em;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .grid figure figcaption::before,
        .grid figure figcaption::after {
            pointer-events: none;
        }

        .grid figure figcaption,
        .grid figure figcaption > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            /* Anchor will cover the whole item by default */
            /* For some effects it will show as a button */
            .grid figure figcaption > a {
                z-index: 1000;
                text-indent: 200%;
                white-space: nowrap;
                font-size: 0;
                opacity: 0;
            }

    .grid figure h4 {
        word-spacing: -0.15em;
        font-weight: 600;
        color: #fff;
    }

        .grid figure h4 span {
            font-weight: 800;
        }

    .grid figure h4,
    .grid figure p {
        margin: 0;
    }

    .grid figure p {
        letter-spacing: 1px;
        font-size: 68.5%;
    }
/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

figure.effect-chico:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-chico figcaption {
    padding: 3em;
}

    figure.effect-chico figcaption::before {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        border: 1px solid #fff;
        content: '';
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    figure.effect-chico figcaption::before,
    figure.effect-chico p {
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

figure.effect-chico h4 {
    padding: 15% 0 20px 0;
}

figure.effect-chico p a {
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    color: #fff;
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-chico:hover p {
    font-weight: bold;
}


.pull-right .dropdown-menu:after {
    left: auto;
    right: 13px;
}

.pull-right .dropdown-menu {
    left: auto;
    right: 0;
}


.navbar-toggle {
    padding: 12px 10px 9px 10px;
}

.navbar-fw .navbar-header {
    margin-left: 65px;
    width: 20%;
}

.navbar .navbar-header.pull-left {
    margin-top: 6px;
}

.navbar-fw .navbar-header.pull-right {
    width: 180px;
    margin-left: 35px;
}

@media (max-width: 992px) {
    .navbar .navbar-header.pull-left {
        /*width: 58%;*/
    }
}

@media (max-width: 767px) {
    #navbar .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        #navbar .navbar-nav .open .dropdown-menu > li > a,
        #navbar .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        #navbar .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            #navbar .navbar-nav .open .dropdown-menu > li > a:hover,
            #navbar .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

#best-sellers .slider-nav,
#recently-viewed .slider-nav {
    display: inline-block;
    position: absolute;
    margin-top: -50px;
    top: 50%;
    width: 50px;
    height: 50px;
    border: none;
    background: #111;
    line-height: 0;
    color: #ececec;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

#best-sellers, #recently-viewed {
    position: relative;
}

    #best-sellers .best-seller-slider-nav,
    #recently-viewed .recently-viewed-slider-nav {
        position: absolute;
        bottom: -70px;
        width: 40px;
        height: 40px;
        border: none;
        background: #ececec;
        color: #999;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: background 0.35s, color 0.35s, opacity 0.5s;
        transition: background 0.35s, color 0.35s, opacity 0.5s;
    }

        #best-sellers .best-seller-slider-nav span,
        #recently-viewed .recently-viewed-slider-nav span {
            display: inline-block;
            padding-top: 6px;
            font-size: 22px;
        }

        #best-sellers .best-seller-slider-nav:hover,
        #recently-viewed .recently-viewed-slider-nav:hover {
            background: #111;
            color: #ececec;
        }

        #best-sellers .best-seller-slider-nav:focus,
        #recently-viewed .recently-viewed-slider-nav:focus {
            outline: none;
        }

    #best-sellers .best-seller-slider-nav-down,
    #recently-viewed .recently-viewed-slider-nav-down {
        left: 50px;
        border-left: solid 1px #ececec;
    }

    #best-sellers .best-seller-slider-nav-up,
    #recently-viewed .recently-viewed-slider-nav-up {
        left: 0;
        border-right: solid 1px #ececec;
    }


.social-share-icons {
    margin-top: 30px;
}

    .social-share-icons span {
        border: 1px solid #dddddd;
        border-radius: 50px;
        display: block;
        float: left;
        height: 32px;
        line-height: 32px;
        margin-right: 10px;
        text-align: center;
        width: 32px;
        cursor: pointer;
    }

    .social-share-icons:hover .list-inline {
        width: 85%;
    }

    .social-share-icons ul {
        display: block;
        margin: 0;
        overflow: hidden;
        white-space: nowrap;
        width: 0;
        -webkit-transition: width 0.6s ease 0s;
        -moz-transition: width 0.6s ease 0s;
        -o-transition: width 0.6s ease 0s;
        transition: width 0.6s ease 0s;
    }

    .social-share-icons li {
        margin-right: 3px;
        padding: 0;
    }

        .social-share-icons li:last-child {
            margin-right: 0;
        }

        .social-share-icons li a {
            border: 1px solid #dddddd;
            border-radius: 50px;
            display: block;
            height: 32px;
            line-height: 32px;
            text-align: center;
            width: 32px;
        }

            .social-share-icons:hover span,
            .social-share-icons li a:hover {
                background-color: #333;
                border-color: #333;
                color: #fff;
            }

ul.product-image-slider.no-js {
    height: 600px;
    overflow-y: scroll
}


.product-info.product-meta .product-price {
    display: inline-block;
    padding-bottom: 1px;
    font-family: "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.8em;
    color: #111;
    padding: 0;
    margin-right: 12%;
    font-size: 1.8em;
    letter-spacing: 2.5px;
}

.product-info.product-meta .sku {
    display: inline-block;
    float: none;
    width: auto;
    padding: 0;
}

.product-info.product-meta .sku {
    font-size: 1em;
    background: #fff;
    color: #000;
    border: solid 1px #000;
    padding: .3em .6em .4em;
    font-weight: bold;
    line-height: 1.2;
}

.product-info.product-meta .rating-container {
    margin-right: 15px;
    margin-top: 11px;
    font-size: .85em
}

span.chosen-option {
    font-size: 1em;
    padding-left: 20px;
    float: left
}

.form-group label {
    margin-bottom: 0;
}

.form-group .form-control.product-quantity {
    display: block;
    width: 75px;
    text-align: center;
}


@media (max-width: 422px) {
    header.page-title {
        margin-top: 174px;
    }
}







.item-slick.slick-slide.slick-current.slick-active {
    outline: none !important;
}

.slider-for {
    margin-bottom: 15px;
    max-width: 450px;
    max-height: 600px;
    margin-left: auto;
    margin-right: auto;
}

    .slider-for img {
        width: 100%;
        height: auto;
    }

.slider-nav {
    margin: auto;
}

    .slider-nav .item-slick {
        max-width: 240px;
        margin-right: 15px;
        outline: none !important;
        cursor: pointer;
    }

        .slider-nav .item-slick img {
            max-width: 100%;
            background-size: cover;
            background-position: center;
        }

.product-img .product-thumbs-slider-nav {
    position: absolute;
    top: -322px;
    width: 40px;
    height: 40px;
    border: none;
    background: #ececec;
    color: #999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: background 0.35s, color 0.35s, opacity 0.5s;
    transition: background 0.35s, color 0.35s, opacity 0.5s;
    outline: none !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .product-img .product-thumbs-slider-nav {
        top: -262px;
    }
}

.product-img .product-thumbs-slider-nav span {
    display: inline-block;
    padding-top: 6px;
    font-size: 22px;
}

.product-img .product-thumbs-slider-nav:hover {
    background: #fff;
    color: #111;
}

.product-img .product-thumbs-slider-nav:focus {
    outline: none;
}

.product-img .product-thumbs-slider-nav-right {
    right: 0;
    border-left: solid 1px #ececec;
}

.product-img .product-thumbs-slider-nav-left {
    left: 0;
    border-right: solid 1px #ececec;
}





.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
    cursor: pointer;
}

.mfp-container:hover {
    cursor: default;
}

.image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/*BLUR background */
* {
    transition: filter 0.25s ease;
}

.mfp-wrap ~ * {
    filter: blur(5px);
}


/* start state */
/* animate in */
/* animate out */
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
    opacity: 0;
    transition: all 0.3s ease-out;
    transform: scale(0.95);
}

.mfp-zoom-in .mfp-preloader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready .mfp-preloader {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
    transform: scale(0.95);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing .mfp-preloader {
    opacity: 0;
}

.mfp-iframe-scaler {
    overflow: visible;
}

.mfp-zoom-out-cur {
    cursor: auto;
}

    .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
        cursor: pointer;
    }

    /*** Gallery ****/
.hover-default .p-hover .p-content,
.hover-default .p-hover:hover .p-content {
    top: 50%;
    text-align: center;
}
.portfolio-columns-fw .p-content a {
    color: #999;
    text-align: center;
}
.btn.size-link {
    margin-left: 45px;
    padding: 4px 12px 2px;
    line-height: 24px;
}

.size-link span {
    font-size: 24px !important;
    text-align: left;
}

.recommended-products {
    position: relative;
}

    .recommended-products .recommended-products-slider-nav {
        position: absolute;
        bottom: -50px;
        width: 40px;
        height: 40px;
        border: none;
        background: #ececec;
        color: #999;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: background 0.35s, color 0.35s, opacity 0.5s;
        transition: background 0.35s, color 0.35s, opacity 0.5s;
    }

        .recommended-products .recommended-products-slider-nav span {
            display: inline-block;
            padding-top: 6px;
            font-size: 22px;
        }

        .recommended-products .recommended-products-slider-nav:hover {
            background: #111;
            color: #ececec;
        }

        .recommended-products .recommended-products-slider-nav:focus {
            outline: none;
        }

    .recommended-products .recommended-products-slider-nav-right {
        right: 0;
        border-left: solid 1px #ececec;
    }

    .recommended-products .recommended-products-slider-nav-left {
        right: 50px;
        border-right: solid 1px #ececec;
    }


/* Modal Popup Style*/

.mfp-modal-popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

    .mfp-modal-popup .mfp-close-btn-in .mfp-content .mfp-close {
        color: #a94442 !important;
    }

/* Recently Viewed Button */

a.btn.btn-light.recently-viewed-link {
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    padding: 0;
    background: #ececec;
    color: #999;
    bottom: -50px;
    left: 115px;
}

    a.btn.btn-light.recently-viewed-link span {
        display: inline-block;
        padding-left: 2px;
        padding-top: 12px;
        font-size: 14px;
    }

    a.btn.btn-light.recently-viewed-link:hover {
        background: #111 !important;
        color: #ececec !important;
    }

    a.btn.btn-light.recently-viewed-link:focus {
        outline: none;
    }

/* Home Banner Slideshow*/

#home-slider-container {
    position: relative;
    margin-top: 144px;
}

    #home-slider-container.no-js {
        height: 600px;
        overflow-y: scroll
    }


.home-slider .slick-prev,
.home-slider .slick-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border: none;
    background: #ececec;
    color: #111;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.home-slider:hover .slick-prev,
.home-slider:hover .slick-next {
    opacity: 1;
}

.home-slider .slick-prev span,
.home-slider .slick-next span {
    display: inline-block;
    line-height: 65px;
    font-size: 30px;
}

.home-slider .slick-prev:focus,
.home-slider .slick-next:focus {
    outline: none;
}

.home-slider .slick-prev:hover,
.home-slider .slick-next:hover {
    background: #111;
    color: #ececec;
}

.home-slider .slick-prev {
    top: 75%;
    right: 0;
    z-index: 2;
}

.home-slider .slick-next {
    margin-top: -62px;
    right: 0;
    top: 75%;
    z-index: 2;
}

.home-slider-hero {
    position: relative;
    width: 100%;
    /*height: 600px;*/
}

    .home-slider-hero .home-slider .home-slider-item {
        position: relative;
        width: 100%;
        height: 600px;
    }

        .home-slider-hero .home-slider .home-slider-item .bg-overlay {
            position: absolute;
            width: 100%;
            height: 600px;
            top: 0;
            left: 0;
        }

        .home-slider-hero .home-slider .home-slider-item .hero-content-wrapper {
            display: table;
            width: 100%;
            height: 600px;
        }

            .home-slider-hero .home-slider .home-slider-item .hero-content-wrapper .hero-content {
                display: table-cell;
                width: 100%;
                height: 600px;
                vertical-align: middle;
                text-align: left;
            }

    .home-slider-hero .bg-overlay {
        background: rgba(17, 17, 17, 0.6);
    }

    .home-slider-hero .hero-content {
        text-align: center !important;
    }


    .home-slider-hero .hero-lead {
        margin-bottom: 50px;
        font-size: 5em;
        font-weight: 700;
        letter-spacing: 5px;
        color: #ececec;
        text-transform: uppercase;
        text-shadow: 2px 2px 10px #555;
        line-height: 1.1;
    }

    .home-slider-hero .hero-subheading {
        margin-bottom: 50px;
        font-size: 2em;
        font-weight: 700;
        letter-spacing: 5px;
        color: #ececec;
        text-transform: uppercase;
        text-shadow: 2px 2px 10px #555;
        line-height: 1.1;
    }

    .home-slider-hero .hero-cta {
        margin-bottom: 50px;
        font-size: 1.5em;
        font-weight: 700;
        letter-spacing: 2px;
        color: #ececec;
        text-transform: uppercase;
        line-height: 1.1;
    }

@media (max-width: 414px) {
    .home-slider-hero .hero-lead {
        font-size: 2.25em;
    }

    .home-slider-hero .hero-subheading {
        font-size: 1.75em;
    }

    .home-slider-hero .hero-cta {
        font-size: 1.3em;
    }
}

@media (max-width: 320px) {
    .home-slider-hero .hero-lead {
        font-size: 2em;
    }

    .home-slider-hero .hero-subheading {
        font-size: 1.5em;
    }

    .home-slider-hero .hero-cta {
        font-size: 1.2em;
    }
}

.slick-active .hero-lead {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.slick-active .hero-subheading {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.slick-active .hero-cta {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.slick-active .slider-animated-1 a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

/* Basket Page */

.currency {
    text-align: right;
}

.delete-column {
    width: 50px !important
}

.checkout-table {
    width: 98%;
    margin: 0 auto;
}

    .checkout-table tbody tr td:last-child a {
        padding-right: 0;
    }

    .checkout-table tfoot tr td {
        background: #fff;
        text-align: right;
    }

/* Navbar Hide All on scroll for mobiles, TopBar Hide on Desktop */

.navbar {
    transition-duration: 0.2s;
}

.navbar-scroll-custom {
    transform: translateY(-52px);
    transition-duration: 0.6s;
}

@media (max-width: 768px) {
    .navbar-scroll-custom {
        transform: translateY(-174px);
        transition-duration: 0.6s;
    }
}


.blog-cta-link .blog-cta-wrapper {
    padding-top: 50px;
    padding-bottom: 0;
    text-align: center;
}

.testimonials-3col .t-item blockquote p.testimonial-title {
    font-weight: bold;
}

.testimonials-3col .t-item blockquote p:before {
    content: none;
    margin: 15px auto 0 auto;
    border-top: none;
}

.testimonials-3col .t-item blockquote p.testimonial-title:before,
.testimonials-3col .t-item blockquote p:after {
    content: '';
    display: block;
    position: relative;
    width: 70%;
    margin: 0 auto 15px auto;
    border-bottom: 1px solid #f1f1f1;
}

.testimonials-3col .t-item blockquote p:after {
    margin: 15px auto 0 auto;
}

.testimonials-3col .t-item blockquote p.testimonial-title:after {
    content: none;
    margin: 0 auto;
    border-top: none;
}

.archived-posts-widget ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

    .archived-posts-widget ul li {
        line-height: 1.75;
    }

        .archived-posts-widget ul li a {
            color: #999
        }

            .archived-posts-widget ul li a:hover {
                color: #111
            }

        .archived-posts-widget ul li i {
            padding-right: 5px;
        }

html {
    webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.text-justify {
    text-align: justify
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.enquiry-further-info {
    display: none;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

    .row.no-gutter [class*='col-']:not(:first-child),
    .row.no-gutter [class*='col-']:not(:last-child) {
        padding-right: 0;
        padding-left: 0;
    }

.grid figure.effect-chico.home-box figcaption {
    padding: 0;
}

.grid figure.effect-chico.home-box img {
    opacity: 0.85;
}

.grid figure.effect-chico.home-box:hover img {
    opacity: 0.5;
}

.grid figure.home-box h4 {
    text-shadow: 2px 2px 10px #555;
}

.grid figure.home-box {
    width: 97%;
    margin: 3% 1.5% 0 1.5%;
}

.container-fluid.full-width {
    padding: 0;
}

.form-group small {
    display: block;
}


.tooltip-inner {
    background-color: #4dadec;
    min-width: 100px;
}

.checkbox-inline .tooltip-inner {
    min-width: 250px;
    max-width: 250px;
    width: 250px;
}

[data-placement="top"] + .tooltip > .tooltip-arrow {
    border-top-color: #4dadec;
}

[data-placement="right"] + .tooltip > .tooltip-arrow {
    border-right-color: #4dadec;
}

[data-placement="bottom"] + .tooltip > .tooltip-arrow {
    border-bottom-color: #4dadec;
}

[data-placement="left"] + .tooltip > .tooltip-arrow {
    border-left-color: #4dadec;
}

nav .container-fluid {
    padding-right: 5px;
    padding-left: 5px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    nav .container-fluid,
    ul .nav.navbar-nav {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .navbar .navbar-header.pull-left {
        width: 19% !important;
        margin-top: 6px;
    }

    ul.nav.navbar-nav li a {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.form-group.align-bottom {
    padding-top: 27px;
}

#notfound {
    position: relative;
    height: 100vh;
}

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound {
    max-width: 767px;
    width: 100%;
    line-height: 1.4;
    padding: 0px 15px;
}

    .notfound .notfound-404 {
        position: relative;
        height: 150px;
        line-height: 150px;
        margin-bottom: 25px;
    }

        .notfound .notfound-404 h1 {
            font-family: 'Titillium Web', sans-serif;
            font-size: 186px;
            font-weight: 900;
            margin: 0px;
            text-transform: uppercase;
            color: #f1f1f1;
        }

    .notfound h2 {
        font-family: 'Titillium Web', sans-serif;
        font-size: 26px;
        font-weight: 700;
        margin: 0;
    }

    .notfound p {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

    .notfound a {
        font-family: 'Titillium Web', sans-serif;
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        border: none;
        background: #5c91fe;
        padding: 10px 40px;
        font-size: 14px;
        font-weight: 700;
        border-radius: 1px;
        margin-top: 15px;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .notfound a:hover {
            opacity: 0.8;
        }

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        height: 110px;
        line-height: 110px;
    }

        .notfound .notfound-404 h1 {
            font-size: 120px;
        }
}

.highlight-panel {
    background: #ececec;
}

.highlight-panel {
    margin-top: 50px;
    margin-bottom: 100px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

    .highlight-panel .panel {
        border-radius: 0;
        border: none;
    }

        .highlight-panel .panel .panel-heading {
            background: #fff;
            padding: 30px 40px;
            border: none;
        }

    .highlight-panel .panel-group .panel .panel-heading .panel-title a:focus {
        text-decoration: none;
    }

    .highlight-panel .panel .panel-collapse .panel-body {
        border: none;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 30px;
    }

    .highlight-panel .single-panel .panel-heading .panel-title .collapsed {
        color: #ccc;
    }

button.btn.submit-contact {
    margin-top: 3px
}

#your-account .tab-content {
    min-height: 400px;
}

.tab-pane {
    background: #fff;
    padding: 40px;
}

dt {
    text-transform: uppercase;
    font-size: 0.8em
}

dd {
    margin-bottom: 15px;
}

td.order-status {
    font-size: 0.85em;
}

.table tbody tr td.link-column {
    max-width: 241px;
    width: 241px !important;
}

#return-link {
    position: fixed;
    left: 0;
    top: 10px;
    padding: 10px 15px 10px 5px;
    border-top: solid 1px #cacaca;
    border-bottom: solid 1px #cacaca;
    border-right: solid 1px #cacaca;
    border-radius: 0 15px 15px 0;
    background: #cacaca;
    color: #000;
    z-index: 10000;
}

img.p-thumb {
    width: 50px !important;
}

.pending-review-count {
    display: inline-block;
    position: relative;
    padding-left: 1px;
    width: 16px;
    height: 16px;
    top: -8px;
    right: 3px;
    border-radius: 100px;
    background: #EF413F;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}

.tiny-group {
    position: relative;
}

    .tiny-group textarea.editor {
        position: absolute;
        top: 28px;
        right: -17px;
        transform: translateX(-50%);
        display: block !important;
        width: 1px;
        height: 1px;
        opacity: 0;
    }

.steps-container .inner-container {
    border: 3px solid #f0f0f0;
    display: block;
    padding: 30px 30px 0;
    width: 100%
}

@media(min-width:480px) {
    .steps-container .inner-container.steps-page {
        margin-bottom: 90px
    }
}

@media(min-width:768px) {
    .steps-container .inner-container.steps-page {
        margin-bottom: 30px
    }
}


.steps-container .inner-container .well {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    margin-bottom: 50px;
    background: #f0f0f0;
    padding: 20px 30px
}

    .steps-container .inner-container .well .pager {
        margin: 0
    }

        .steps-container .inner-container .well .pager li a {
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            transition: all .3s ease-in-out
        }

            .steps-container .inner-container .well .pager li a:hover {
                opacity: .8
            }

            .steps-container .inner-container .well .pager li a i {
                font-size: 18px;
                padding-left: 5px
            }

            .steps-container .inner-container .well .pager li a.hideContent {
                display: none
            }

        .steps-container .inner-container .well .pager li.previous a {
            background-color: #dedede;
            color: #252525
        }

            .steps-container .inner-container .well .pager li.previous a:hover {
                background-color: #47bac1;
                color: #fff
            }

.steps-container .inner-container .orderBox .table-responsive .table tbody tr td {
    text-transform: capitalize
}

    .steps-container .inner-container .orderBox .table-responsive .table tbody tr td .checkbox-area {
        margin: 0;
        float: none
    }

.steps-container .inner-container .step2.checkbox-area {
    margin-bottom: 25px
}

    .steps-container .inner-container .step2.checkbox-area label {
        font-size: 13px;
        color: #797979
    }

.steps-container .review-inner form {
    margin: 0
}

.steps-container .review-inner .table-responsive .table thead tr th {
    border-right: none
}

.steps-container .review-inner .table-responsive .table tbody tr td input.quantity {
    border: 0;
    background: 0 0 !important
}

.steps-container .order-confirm {
    padding: 60px 0 90px
}

    .steps-container .order-confirm h2 {
        font-size: 30px;
        line-height: 1;
        font-weight: 700;
        margin-bottom: 15px
    }

    .steps-container .order-confirm span {
        display: block;
        font-size: 13px;
        color: #797979
    }

    .steps-container .order-confirm p {
        font-size: 15px;
        line-height: 30px;
        color: #797979;
        margin: 42px 0 50px
    }

    .steps-container .order-confirm .btn {
        font-weight: 700;
        letter-spacing: 2px;
        font-size: 15px
    }

.progress-wizard {
    padding: 0 15px 50px
}

    .progress-wizard .progress-wizard-step {
        padding: 0;
        position: relative
    }

        .progress-wizard .progress-wizard-step .progress-wizard-step-number {
            color: #797979;
            padding-bottom: 5px
        }

@media(max-width:479px) {
    .progress-wizard .progress-wizard-step .progress-wizard-step-number {
        font-size: 12px;
        height: 55px
    }
}

@media(min-width:480px) {
    .progress-wizard .progress-wizard-step .progress-wizard-step-number {
        font-size: 10px;
        height: 36px
    }
}

@media(min-width:768px) {
    .progress-wizard .progress-wizard-step .progress-wizard-step-number {
        font-size: 12px;
        height: auto
    }
}

@media(min-width:992px) {
    .progress-wizard .progress-wizard-step .progress-wizard-step-number {
        font-size: 16px
    }
}

.progress-wizard .progress-wizard-step .progress-wizard-info {
    color: #999;
    font-size: 14px
}

.progress-wizard .progress-wizard-step .progress-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #000;
    left: 50%;
    margin-top: -17px;
    margin-left: -15px;
    border-radius: 50%;
    padding-left: 11px;
    padding-top: 2px;
    color: #fff;
}

@media(min-width:480px) {
    .progress-wizard .progress-wizard-step .progress-wizard-dot {
        top: 60px;
        margin-top: -14px
    }
}

@media(min-width:768px) {
    .progress-wizard .progress-wizard-step .progress-wizard-dot {
        top: 43px;
        margin-top: -10px
    }
}

.progress-wizard .progress-wizard-step .progress {
    position: relative;
    border-radius: 0;
    height: 4px;
    box-shadow: none;
    background-color: #f0f0f0;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #e9ecef;
    border-radius: .25rem;
}

@media(min-width:480px) {
    .progress-wizard .progress-wizard-step .progress {
        margin: 16px 0 0
    }
}

.progress-wizard .progress-wizard-step .progress .progress-bar {
    width: 0;
    box-shadow: none;
    background: #000;
}

.progress-wizard .progress-wizard-step.complete .progress .progress-bar {
    width: 100%
}

.progress-wizard .progress-wizard-step.complete:first-child .progress {
    left: 0;
    width: 100%
}

    .progress-wizard .progress-wizard-step.complete:first-child .progress .progress-bar {
        width: 50%
    }

.progress-wizard .progress-wizard-step.complete:last-child .progress {
    width: 100%
}

    .progress-wizard .progress-wizard-step.complete:last-child .progress .progress-bar {
        width: 100%
    }

.progress-wizard .progress-wizard-step.complete.fullbar .progress .progress-bar {
    width: 100%
}

.progress-wizard .progress-wizard-step.active .progress .progress-bar {
    width: 50%
}

.progress-wizard .progress-wizard-step.active .progress-wizard-step-number {
    color: #252525
}

.progress-wizard .progress-wizard-step.disabled .progress-wizard-dot {
    background-color: #f0f0f0;
    color: #000;
    font-weight: bold;
    padding-left: 11px;
}


.steps-container .inner-container.steps-page .panel {
    border-radius: 0;
    border: 3px solid #f0f0f0;
    box-shadow: none;
    margin-bottom: 30px
}

    .steps-container .inner-container.steps-page .panel .panel-heading {
        background-color: #f0f0f0;
        border-color: #f0f0f0;
        border-radius: 0
    }

        .steps-container .inner-container.steps-page .panel .panel-heading .panel-title {
            font-size: 15px;
            margin-bottom: 0;
            font-weight: 700;
            text-transform: capitalize;
            color: #252525
        }

    .steps-container .inner-container.steps-page .panel .panel-body address {
        font-size: 13px;
        line-height: 30px;
        margin-bottom: 0
    }

        .steps-container .inner-container.steps-page .panel .panel-body address strong {
            font-size: 15px;
            font-weight: 400
        }

        .steps-container .inner-container.steps-page .panel .panel-body address span {
            font-size: 15px
        }

        .steps-container .inner-container.steps-page .panel .panel-body address a {
            font-size: 15px;
            color: #252525;
            transition: all .3s ease-in-out
        }

            .steps-container .inner-container.steps-page .panel .panel-body address a:hover {
                opacity: .8
            }

        .steps-container .inner-container.steps-page .panel .panel-body address p {
            line-height: 24px;
            margin-bottom: 0;
            color: #252525
        }

.section-header h4 {
    margin-top: 40px;
}

.page-header.no-steps {
    margin-top: 0;
}

input.invalid {
    border-color: red;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    padding-right: 5px;
    position: relative;
    z-index: 2;
}

.accepted-cards img {
    width: 60px;
}

#checkout-stage-3 img {
    width: 60px;
}

.product-info.product-meta .vat-relief h3.product-price {
    font-size: 14px;
}


.business-rating-container .br-theme-fontawesome-stars-o {
    display: inline-block;
}

.business-rating-container {
    color: #fff;
    font-weight: bold;
    text-align: left;
}

.google-rating-container .br-theme-fontawesome-stars-o {
    display: inline-block;
}

.dark-business-rating-container {
    color: #000;
}

.google-rating-container {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

    .google-rating-container img {
        height: 25px;
    }

#nav-header {
    margin-bottom: 5px;
    border-bottom: 5px solid #3c763d;
}

.portfolio-columns-fw, .portfolio-columns-boxed {
    margin-top: 0;
}

h4.portfolio-overlay {
    color: #fff;
    text-align: center;
    min-height: 2.4em !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    padding: 10px 0;
}
.hover-default:hover h4.portfolio-overlay {
    opacity: 0.2;
}
    #home-hover-boxes-page-block .hover-default .p-hover .p-content, #home-hover-boxes-page-block .hover-default .p-hover:hover .p-content {
    top: 50%;
    text-align: center;
}

.image-2-columns {
    max-width: 46%;
    padding: 0 2%;
    height: auto;
}

.image-3-columns {
    max-width: 31%;
    padding: 0 1%;
    height: auto;
}

.image-4-columns {
    max-width: 23%;
    padding: 0 1%;
    height: auto;
}

.portfolio-item {
    padding: 5px;
}

.clearfix {
    clear: both;
}

.eupopup-container {
    background-color: rgba(25, 25, 25, 0.9);
    color: #efefef;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;
    display: none;
    z-index: 9999999;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.eupopup-container-fixedtop {
    position: fixed;
}

.eupopup-container-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.eupopup-container-bottomleft {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 300px;
}

.eupopup-container-bottomright {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 300px;
}

.eupopup-closebutton {
    font-size: 16px;
    font-weight: 100;
    line-height: 1;
    color: #a2a2a2;
    filter: alpha(opacity=20);
    position: absolute;
    font-family: helvetica, arial, verdana, sans-serif;
    top: 0;
    right: 0;
    padding: 5px 10px;
}

    .eupopup-closebutton:hover,
    .eupopup-closebutton:active {
        color: #fff;
        text-decoration: none;
    }

.eupopup-head {
    font-size: 1.2em;
    font-weight: bold;
    padding: 7px;
    color: #fff;
}

.eupopup-body {
    color: #a2a2a2;
}

.eupopup-buttons {
    padding: 7px 0 5px 0;
}

.eupopup-button_1 {
    color: #f6a21d;
    font-weight: bold;
    font-size: 14px;
}

.eupopup-button_2 {
    color: #f6a21d;
    font-weight: normal;
    font-size: 12px;
}

.eupopup-button {
    margin: 0 10px;
}

    .eupopup-button:hover,
    .eupopup-button:focus {
        text-decoration: underline;
        color: #f6a21d;
    }

body .eupopup-color-inverse {
    color: #000;
    background-color: rgba(255, 255, 255, 0.9);
}

    body .eupopup-color-inverse .eupopup-head {
        color: #000;
    }

body .eupopup-style-compact {
    text-align: left;
    padding: 8px 30px 7px 20px;
    line-height: 15px;
}

    body .eupopup-style-compact .eupopup-head,
    body .eupopup-style-compact .eupopup-body,
    body .eupopup-style-compact .eupopup-buttons {
        display: inline;
        padding: 0;
        margin: 0;
    }

    body .eupopup-style-compact .eupopup-button {
        margin: 0 5px;
    }
/* ---------------------- Cookie Banner ---------------------- */
.eupopup-buttons .btn {
    background: transparent;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.eupopup-buttons .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

/* ---------------------- Cookie Control Pop Up ---------------------- */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.2);
    min-height: 447px;
}

@media(max-width:475px) {
    .white-popup .btn {
        margin-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

#cookie-control-modal.checkbox label .toggle,
.checkbox-inline .toggle {
    margin-left: -20px;
    margin-right: 5px;
}

#cookie-control-modal .toggle {
    position: relative;
    overflow: hidden;
}

    #cookie-control-modal .toggle input[type="checkbox"] {
        display: none;
    }

#cookie-control-modal .toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left 0.35s;
    -webkit-transition: left 0.35s;
    -moz-user-select: none;
    -webkit-user-select: none;
}

#cookie-control-modal .toggle.off .toggle-group {
    left: -100%;
}

#cookie-control-modal .toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
}

#cookie-control-modal .toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}

#cookie-control-modal .toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
    width: 0px;
    border-width: 0 1px;
}

#cookie-control-modal .toggle.btn {
    min-width: 59px;
    min-height: 34px;
}

#cookie-control-modal .toggle-on.btn {
    padding-right: 24px;
}

#cookie-control-modal .toggle-off.btn {
    padding-left: 24px;
}

#cookie-control-modal .toggle.btn-lg {
    min-width: 79px;
    min-height: 45px;
}

#cookie-control-modal .toggle-on.btn-lg {
    padding-right: 31px;
}

#cookie-control-modal .toggle-off.btn-lg {
    padding-left: 31px;
}

#cookie-control-modal .toggle-handle.btn-lg {
    width: 40px;
}

#cookie-control-modal .toggle.btn-sm {
    min-width: 50px;
    min-height: 30px;
}

#cookie-control-modal .toggle-on.btn-sm {
    padding-right: 20px;
}

#cookie-control-modal .toggle-off.btn-sm {
    padding-left: 20px;
}

#cookie-control-modal .toggle.btn-xs {
    min-width: 35px;
    min-height: 22px;
}

#cookie-control-modal .toggle-on.btn-xs {
    padding-right: 12px;
}

#cookie-control-modal .toggle-off.btn-xs {
    padding-left: 12px;
}

#cookie-control-modal .btn {
    padding: 6px 12px !important;
    background: transparent;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    #cookie-control-modal .btn.btn-dark {
        background-color: #111;
        border-color: #111;
    }

    #cookie-control-modal .btn.btn-success {
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    #cookie-control-modal .btn.btn-default {
        background-color: #e6e6e6;
    }

    #cookie-control-modal .btn.btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }

#cookie-control-modal .btn-default:hover, #cookie-control-modal .btn-default:focus, #cookie-control-modal .btn-default:active, #cookie-control-modal .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

#cookie-control-modal .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

@media (max-width: 767px) {
    #cookie-control-modal .btn {
        margin-bottom: 10px;
    }
}

@media (max-width: 452px) {
    #cookie-control-modal .btn {
        font-size: 12px;
    }

    #cookie-control-modal .tab-pane {
        padding: 10px;
    }
}
.colour_option_circles {
    text-align: center;
    padding: 25px 0;
}
.colour_option_circles .option {
    width: 19%;
    display: inline-block;
    margin-bottom: 30px;
}
.oak_surfaces {
    text-align: center;
    padding: 25px 0;
    overflow: hidden;
}
.oak_surfaces .option {
    width: 25%;
    float: left;
    padding: 10px;
    margin-bottom: 20px;
}