﻿body {
    background-color: #EEEEEF;
}

.print-only {
    display: none !important;
}

thead {
    display: table-header-group;
}

/*body { background-color: #1a1a1a; }*/
.page-loader { position:relative;}
.page-loader:before {content: '';display: inline-block;width: 100%;height: 100%;background-color: #eeeeef;position: absolute;top: 0;left: 0;right: 0;z-index: 5;}
.page-loader .load-overlay { position: absolute; top: 200px; left: 50%; width: 100px; height: 100px; margin: -90px 0 0 -90px; z-index:10; }
.page-loader .circle { position: absolute; border: 3px solid transparent;  border-radius: 50%; -webkit-animation: rotate linear infinite; animation: rotate linear infinite; }
.page-loader .circle.one { height: 50px; width: 50px; left: 30px; top: 30px; border-top-color: #018594; -webkit-animation-duration: 0.85s; animation-duration: 0.85s; }
.page-loader .circle.two { height: 75px; width: 75px; top: 15px; left: 15px; border-top-color: #f49e22; -webkit-animation-duration: 0.95s; animation-duration: 0.95s; }
.page-loader .circle.three { height: 100px; width: 100px; top: 0; left: 0; border-top-color: #ba3829; -webkit-animation-duration: 1.05s; animation-duration: 1.05s; }
@-webkit-keyframes rotate {
    from { transform: rotateZ(360deg); }
    to { transform: rotateZ(0deg); }
}
@keyframes rotate {
    from { transform: rotateZ(360deg); }
    to { transform: rotateZ(0deg); }
}

.header-contact {
    float: left;
    color: white;
    margin-left: 40px;
    padding-top: 5px;
}

    .header-contact a {
        color: white;
        font-size: 11px;
    }

    .header-contact img {
        margin-top: -8px;
    }

.header__middel {
    background-color: #1e1f22;
}

.header__middel-container {
    position: relative;
}

.absolute-shield {
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 20px;
    height: 120px;
}

.navbar-form .input-group {
    z-index: 2;
}

.f-padding {
    padding: 50px 0;
}

.f-padding-sm {
    padding: 20px 0;
}

.full-width .has-bg {
    width: 100%;
}

.has-bg {
    color: white !important;
}

.teal-bg {
    background-color: #018594;
}

.white-bg {
    background-color: white;
}

.header__middel-container a {
    margin: 0;
}

.f-top-nav {
    padding: 0 60px;
    padding-top: 20px;
    padding-bottom: 7px;
}

    .f-top-nav a {
        padding: 10px 15px;
        color: white;
        text-align: center;
        margin-bottom: 0;
        margin: 0 auto;
    }

    .f-top-nav .active {
        background-color: #D5D5D5;
        color: black;
    }

.f-cat-nav {
    background-color: rgba(211,211,211, 0.9);
    z-index: 20;
    position: relative;
}

    .f-cat-nav a {
        font-size: 13px;
        max-width: 90px;
        text-align: center;
        margin: 0 auto;
    }

    .f-cat-nav .cat-flex {
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
    }

.f-login-section {
    text-align: center;
}

.mini-cart-anchor {
    color: white !important;
}

    .mini-cart-anchor span, .mini-cart-anchor span i {
        color: white;
    }

.f-login-section span {
    font-size: 11px;
}

.f-login-section .dropbtn {
    font-size: 11px;
}


@media(max-width:768px) {
    .f-login-section {
        position: absolute;
        left: 90px;
        right: auto;
        top: 12px;
        text-align: left;
    }
}

@media(max-width:991px) {
    .f-login-section {
        position: absolute;
        right: 25px;
        text-align: left;
    }

    /*.f-login-section  span{
        display:none !important;
    }*/
}

.f-login-section .dropdown {
    max-width: 100px;
    text-align: center;
}

.f-login-section .top-action {
    color: white;
    display: inline-block;
    min-width: 55px;
    max-width: 75px;
}

.promo-square-sections {
    padding-top: 15px;
}

    .promo-square-sections .row {
        margin-bottom: 15px;
    }

    .promo-square-sections .content {
        padding: 35px 0;
    }

@media(min-width:1002px) {

    .promo-square-sections .content {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.promo-square-sections .content .outer-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-square-sections .content .box {
    width: 100%;
    color: white;
    position: relative;
    transition: 0.2s;
    cursor: pointer;
    transition: 0.5s;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

    .promo-square-sections .content .box:hover {
        transform: scale(1.1);
    }

    .promo-square-sections .content .box img {
        width: 45%;
        margin: 0 auto;
        text-align: center;
        display: block;
        padding-top: 20px;
    }

    .promo-square-sections .content .box p {
        display: block;
        text-align: center;
        font-size: 13px;
    }

    .promo-square-sections .content .box:after {
        content: "";
        display: block;
        padding-bottom: 10%;
    }

.breadcrumb-container .breadcrumb a {
    font-size: 12px;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.footer-bottom {
    margin-top: 0;
    background-color: #1e1f22;
}

.breadcrumb-container {
    background: #1e1f22;
}

    .breadcrumb-container p {
        color: white;
        display: inline;
        float: left;
        padding-top: 8px;
        margin-right: 20px;
    }

    .breadcrumb-container .breadcrumb {
        padding: 8px 15px;
        margin-bottom: 0;
        list-style: none;
        background: none !important;
        border-radius: 4px;
        color: white;
    }

        .breadcrumb-container .breadcrumb a {
            color: white;
        }

.btn-white {
    background: white;
    border: solid 1px white;
    border-radius: 0;
}

.nav-mobile .navbar-default {
    background-color: #1e1f22;
    border: none;
}

    .nav-mobile .navbar-default .navbar-brand {
        float: left;
    }

    .nav-mobile .navbar-default .navbar-toggle {
        border: none;
    }

        .nav-mobile .navbar-default .navbar-toggle .icon-bar {
            background-color: white;
        }

@media(max-width:768px) {
    .promo-square-sections .content .box {
        margin-bottom: 15px;
    }

        .promo-square-sections .content .box img {
            width: 35%;
        }

        .promo-square-sections .content .box p {
            font-size: 16px;
        }
}

@media(max-width:550px) {
    .promo-square-sections .content .box img {
        width: 35%;
    }
}

@media(max-width:450px) {
    .promo-square-sections .content .box img {
        width: 45%;
    }
}

@media(max-width:400px) {
    .promo-square-sections .content .box img {
        width: 48%;
    }
}

@media(max-width:350px) {
    .promo-square-sections .content .box img {
        width: 54%;
    }
}







.btn-dark {
    border-radius: 0;
    background-color: #1e1f22;
    border-top: solid 1px #ccc;
    color: white;
    font-size: 18px;
    padding: 7px 0;
}

.navbar-default .navbar-nav > li > a {
    color: white;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none;
}

.square-image {
    object-fit: cover;
    width: 90px;
    height: 90px;
}

@media(max-width:350px) {
    .square-image {
        height: 130px;
    }
}

@media(max-width:400px) {
    .square-image {
        height: 140px;
    }
}

@media(max-width:450px) {
    .square-image {
        height: 160px;
    }
}

@media(max-width:550px) {
    .square-image {
        height: 190px;
    }
}

footer a {
    color: white;
    font-weight: bold;
}

.square-catbox {
    width: 100%;
    background-color: white;
    margin-bottom: 15px;
    transition: 0.5s;
    -webkit-box-shadow: 0px 2px 5px 4px rgba(199,199,199,1);
    -moz-box-shadow: 0px 2px 5px 4px rgba(199,199,199,1);
    box-shadow: 0px 2px 5px 4px rgba(199,199,199,1);
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

    .square-catbox:hover {
        -webkit-box-shadow: 0px 2px 5px 7px rgba(199,199,199,1);
        -moz-box-shadow: 0px 2px 5px 7px rgba(199,199,199,1);
        box-shadow: 0px 2px 5px 7px rgba(199,199,199,1);
    }

    .square-catbox img {
        text-align: center;
        margin: 0 auto;
        display: block;
        padding-top: 15px;
        padding-bottom: 5px;
    }

    .square-catbox p {
        text-align: center;
        font-size: 13px;
    }

    .square-catbox strong {
        font-size: 16px;
    }

    .square-catbox div {
        position: relative;
        min-height: 184px;
    }

        .square-catbox div p:first-of-type {
            /*position: absolute;*/
            width: 100%;
            line-height: 20px;
            /*bottom: 30px;*/
            top: 110px;
        }

        .square-catbox div p:nth-child(3) {
            /*position: absolute;*/
            width: 100%;
            /*bottom: 0;*/
            top: 150px;
            margin-bottom: 0;
            line-height: 16px;
        }

.no-hover:hover {
    text-decoration: none;
}

.categoryDisplay {
    background: white;
    width: 100%;
    padding: 15px;
    -webkit-box-shadow: 0px 2px 5px 4px rgba(199,199,199,1);
    -moz-box-shadow: 0px 2px 5px 4px rgba(199,199,199,1);
    box-shadow: 0px 2px 5px 4px rgba(199,199,199,1);
    margin-bottom: 40px;
}


@media(max-width:764px) {
    #fontenay-table {
        width: 100%;
        overflow-x: auto;
    }
}

.fontenay-table th {
    background-color: #F89B34;
    font-size: 12px;
    vertical-align: baseline !important;
}

.fontenay-table > tbody > tr > td {
    padding: 2px;
}

.fontenay-table td {
    font-size: 12px;
}

.categoryDisplay h1 {
    font-weight: bold;
    text-transform: uppercase;
}


.facet-groups .option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 2px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 13px;
    width: 13px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 10;
}


    .facet-groups .option-input:checked:hover:before {
        background-color: #1165c9;
    }

    .facet-groups .option-input:checked::before {
        height: 100%;
        width: 100%;
        position: absolute;
        content: '✔';
        display: inline-block;
        font-size: 11.66667px;
        text-align: center;
        line-height: 11px;
        border: 0px;
        background: #107dff;
        border-radius: 0px;
    }

   
    .facet-groups .option-input.radio {
        border-radius: 3px;
        background: #ffff;
        border: 1px solid #0000008c;
    }


        .facet-groups .option-input.radio::after {
            border-radius: 50%;
        }


.facet-groups .radio-label {
    display: block;
    margin-bottom: 0px;
}





/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.dropbtn {
    color: white;
    padding: 0;
    padding-bottom: 15px;
}

.dropdown:hover .dropbtn {
    background-color: #1e1f22;
    color: white;
}

.dropdown-content a {
    color: #1e1f22;
}

.mb-20 {
    margin-bottom: 20px;
}

.grid-section .row {
    margin-top: 20px;
}

.download-item-container:hover h2, .download-item-container:hover p, .download-item-container:hover {
    color: #f89b32;
    text-decoration: none;
}

.download-item-container {
}

.download-item {
    padding: 25px;
    min-height: 120px;
    display: block;
    padding-bottom: 0;
}

.download-item-container:nth-child(odd) .download-item {
    background-color: lightgray;
}

.download-item h2 {
    padding-top: 0;
    margin-top: 0;
    font-size: 18px;
    transition: 0.1s;
    margin-bottom: 0;
}

.download-item p {
    margin-top: 0;
}

.download-item-container:hover .fa-circle {
    color: #f89b32;
}

.download-item .icon {
    float: left;
    margin-right: 15px;
    margin-top: 4px;
    margin-bottom: 20px;
}

.download-item .fa-circle {
    color: #333333;
}


.to-edges .container {
    width: 100%;
    padding: 0;
}

.column iframe {
    width: 100% !important;
}

/* Tabs panel */
.tabbable-panel {
    padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
}

    .tabbable-line > .nav-tabs > li {
        margin-right: 2px;
    }

        .tabbable-line > .nav-tabs > li > a {
            border: 0;
            margin-right: 0;
            color: gray;
            font-size: 24px;
            border-bottom: 3px solid #e4e6ea;
            background: none;
            font-weight: 500;
        }

            .tabbable-line > .nav-tabs > li > a > i {
                color: #a6a6a6;
            }

        .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
            color: #a6a6a6;
        }

        .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
            margin-top: 0px;
        }

        .tabbable-line > .nav-tabs > li.active {
            border-bottom: 3px solid #f89b32;
            position: relative;
            background: none;
        }

            .tabbable-line > .nav-tabs > li.active > a {
                border: 0;
                color: black;
                background: none;
            }

                .tabbable-line > .nav-tabs > li.active > a > i {
                    color: #404040;
                }

.tabbable-line > .tab-content {
    margin-top: -3px;
    border: 0;
    padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
}

    .tabbable-line.tabs-below > .nav-tabs > li > a {
        margin-top: 0;
    }

    .tabbable-line.tabs-below > .nav-tabs > li:hover {
        border-bottom: 0;
        border-top: 4px solid #fbcdcf;
    }

    .tabbable-line.tabs-below > .nav-tabs > li.active {
        margin-bottom: -2px;
        border-bottom: 0;
        border-top: 4px solid #f3565d;
    }

.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.nav-tabs > li, .nav-pills > li {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.nav-tabs, .nav-pills {
    text-align: center;
}

@media(max-width:764px) {
    .nav-tabs li {
        width: 100% !important;
    }
}

.facet-groups label {
    font-size: 12px;
    font-weight: 400;
}

    .facet-groups label input {
        margin-right: 3px;
    }

.header_actions {
    display: flex;
    align-items: unset;
    float: right;
    margin-top: 0;
    margin-right: 170px;
    margin-bottom: 20px;
}

.mobile-mini-cart {
    position: absolute;
    right: 18%;
    top: 10px;
}

.header__middel-container .navbar-form .form-control {
    background: transparent;
    border: solid 2px white;
    border-right: none;
}

.header__middel-container .navbar-form .input-group-addon {
    background: transparent;
    border: solid 2px white;
    border-left: none;
}

.search-bar {
    /*    text-align: right;
    margin-right: 140px;*/
}

/*#searchbox{
    min-width:0;
    margin-right:120px;
}
    #searchbox .expanded{
        width:300px;
    }*/
.icon-btn {
    background-color: transparent;
    border: none;
    color: black;
    font-size: 16px;
    cursor: pointer;
}

@media print {
    .no-print {
        display: none !important;
    }

    #Coi-Renew {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }

    #fontenay-table {
        width: auto;
        overflow-x: initial;
    }

    .mt-20p {
        padding-top: 0;
    }

    .container {
        margin-top: -30px;
    }

    .fontenay-table th {
        background-color: #F89B34;
        font-size: 12px;
    }


    .col-md-6 {
        width: 45%;
        float: left;
    }

    .fontenay-table th {
        background-color: #F89B34 !important;
        font-size: 12px;
        -webkit-print-color-adjust: exact;
    }

    .categoryDisplay {
        background-repeat: repeat;
        background: url('/images/fontenay_shield_transparant.png') !important;
        background-size: contain;
        -webkit-print-color-adjust: exact;
    }

    .fontenay-table tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 1px !important;
        border-top: none !important;
    }
}

/*//MD-1 Home page image overlap issue*/
.promo-square-cards img {
    max-width: 100%;
    width: unset !important;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* 29-10-2021 */
header { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; transition: position .3s linear; }
.bodycontent { margin-top: 173px; }
.bodycontent.add-bread { margin-top: 215px; }

/* responsive for checkbox */
@media (max-width: 1199px) {
    .facet-groups .checkbox {
        width: 23.70%;
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
    }

        .facet-groups .checkbox ~ a {
            width: 100%;
            display: block;
        }
    /*.bodycontent { margin-top: 225px; }*/
    .bodycontent.add-bread { margin-top: 267px; }
}

@media (max-width: 991px) {
    .nav-mobile .navbar-header > li {
        display: none;
    }

    .nav-mobile .navbar-header {
        float: right;
    }

        .nav-mobile .navbar-header .f-login-section {
            /*position: unset;*/
            left: auto;
            top: 6px;
        }
    .navbar-toggle { z-index: 99; }
    header.nav-mobile { position: relative; }
    header.nav-mobile > nav { transition: position .3s linear; }
    header.nav-mobile > nav { position: fixed; top: 0; left: 0; width: 100%; z-index: 9999; }
    header.nav-mobile > .container { margin-top: 74px; }
    .bodycontent, .bodycontent.add-bread { margin-top: 0; }

    header.nav-mobile .searchwrap {position: relative; display: inline-block !important; min-width: auto; margin-right: 54px !important;}
    header.nav-mobile .search-btn { display: inline-block !important; min-width: auto; margin-right: 5px; }
    header.nav-mobile .search-barwrap { position: absolute; top: 48px; right: -72px; z-index: 10; background-color: #fff; box-shadow: 0 0 6px rgb(0 0 0 / 30%); border-radius: 5px; padding: 10px 0; width: 285px; }
    header.nav-mobile .search-barwrap .navbar-form { margin: 0; border: 0; padding: 10px 15px; }
    header.nav-mobile .search-barwrap .navbar-form .input-group { width: 100% !important; display: flex; }
    header.nav-mobile .search-barwrap .navbar-form .input-group-addon { padding: 0; min-width: 40px !important; box-shadow: none; border: 0; border-radius: 0; display: flex; }
    header.nav-mobile .search-barwrap .navbar-form button { box-shadow: none; border-radius: 0 4px 4px 0; outline: none; border: 0; background: #000; width: 100%; text-align: center; }
    header.nav-mobile .search-barwrap .navbar-form button img { margin: 0 !important; min-width: auto !important; }
    header.nav-mobile .search-barwrap .navbar-form .input-group input { border: 1px solid #000; }
}

@media (max-width: 767px) {
    .nav-mobile .navbar-header {
        width: 100%;
    }

    .navbar-brand {
        display: block;
        padding: 15px 0;
    }

    .nav-mobile .navbar-header .f-login-section {
        position: absolute;
        top: 7px;
        right: 55px;
        left: unset;
        text-align: right;
    }

    .f-login-section span {
        display: none !important;
    }
    .mobile-mini-cart { right: 125px; }
    header.nav-mobile > .container { margin-top: 55px; }
    header.nav-mobile .searchwrap { margin-right: 34px !important; }
    header.nav-mobile .search-barwrap { top:43px; }

}
.mp-scheme-light.mp-no-controls {
    display:none;
}
@media (max-width: 420px) {
    .facet-groups .checkbox {
        width: 49.45%;
    }
}
@media (min-width: 1200px) {
    .square-catbox div {
        min-height: 215px;
    }

    .square-catbox p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }
}