﻿* { box-sizing: border-box; }

body {
    background-color: #ffffff;
    font-weight: 400;
    overflow-x: hidden;
}

a:focus, a:hover {
    color: #0072e1;
}

p {
    font-weight: 400;
}

.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: 250px; height: 20px; 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; }

/* Second Loader */
.page-loader .load-overlay { position: absolute; top: 200px; left: 50%; width: 250px; height: 20px; margin: -90px 0 0 -90px; z-index:10; }
.page-loader .loader--dot { animation-name: loaders; animation-timing-function: ease-in-out; animation-duration: 3s; animation-iteration-count: infinite; height: 20px; width: 20px; border-radius: 100%; background-color: black; position: absolute; border: 2px solid white; }
.page-loader .loader--dot:first-child { background-color: #00CCFF; animation-delay: 0.5s; }
.page-loader .loader--dot:nth-child(2) { background-color: #00A3FF; animation-delay: 0.4s; }
.page-loader .loader--dot:nth-child(3) { background-color: #007AFF; animation-delay: 0.3s; }
.page-loader .loader--dot:nth-child(4) { background-color: #0052FF; animation-delay: 0.2s; }
.page-loader .loader--dot:nth-child(5) { background-color: #0000FF; animation-delay: 0.1s; }
.page-loader .loader--dot:nth-child(6) { background-color: #0700C4; animation-delay: 0s; }
.page-loader .loader--text { position: absolute; top: 200%; left: 0; right: 0; width: 4rem; margin: auto; }
.page-loader .loader--text:after { content: "Loading"; color:#000; font-weight: bold; animation-name: loading_text; animation-duration: 3s; animation-iteration-count: infinite; }

@keyframes loaders {
    15% { transform: translateX(0); }
    45% { transform: translateX(230px); }
    65% { transform: translateX(230px); }
    95% { transform: translateX(0); }
}
@keyframes loading_text {
    0% { content: "Loading"; }
    25% { content: "Loading."; }
    50% { content: "Loading.."; }
    75% { content: "Loading..."; }
}

.grid-section { overflow-x: hidden; }

@-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;
}

header.hidden-xs .header__middel-container {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    width: 100%;
}

.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: black !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 {
        text-align: left;
    }

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

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

.f-login-section .top-action {
    color: #212121;
    display: inline-block;
    min-width: 55px;
    max-width: 75px;
    font-weight: 700;
}

.f-login-section a.mini-cart-anchor {text-align: center;position: relative;padding: 12px 8px;}
.f-login-section a.mini-cart-anchor span {position: absolute; z-index:2; top: -5px;right: -5px;width: 25px;height: 25px;color: #fff;background-color: #338ee7;border-radius: 30px;display: inline-flex;align-items: center;justify-content: center;font-weight: 700;}

.f-login-section .top-action img,
.mobile-mini-cart .mini-cart-anchor img {
    filter: brightness(0);
}

.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: black;
}

.breadcrumb-container {
    background: #338ee7;
}

    .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: #fff;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 0 6px rgb(0 114 225 / 20%);
}

    .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: black;
        }

@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;
}

.btn-light {
    border-radius: 0;
    background-color: #fff;
    border-top: dotted 1px #ccc;
    color: #000;
    font-size: 18px;
    padding: 7px 0;
}

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

.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: #e8f1ff;
    margin-bottom: 30px;
    transition: 0.3s ease-in-out;
    /*-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 1px 8px 3px rgba(199,199,199,1);
        -moz-box-shadow: 0px 1px 8px 3px rgba(199,199,199,1);
        box-shadow: 0px 1px 8px 3px rgba(199,199,199,1);
    }

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

    .list-view .square-catbox img {width: auto;}

    .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: #6fafee;
    font-size: 12px;
    vertical-align: baseline !important;
}

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

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e8f1ff;
}

.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: black;
    padding: 0;
    padding-bottom: 15px;
}

.dropdown:hover .dropbtn {
    background-color: transparent;

}

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

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

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

/*.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;
}

.form-control[readonly] {background-color: #e8f1ff;}

.header__middel-container .navbar-form .form-control {
    background: #e8f1ff;
    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; }

/* Header Style */
header .submenu_item {padding: 35px 0; display: none; background-color: rgba(211,211,211, 0.9); width: 100%;position: absolute;top: 100%;left: 0;right: 0;z-index: 1000;}
header .submenu_item .container {padding-left: 75px;padding-right: 75px;}
header .smenu-list {width: 100%;display: block; }
header .smenu-list .list-itm a {max-width: 100%;text-align: left;display: inline-flex;line-height: 24px;font-size: 14px;}
header .smenu-list .list-itm {width: 100%;margin: 0 0 5px;}
header .smenu-list .list-itm:last-child {margin-bottom: 0;}
header .submenu-main {font-size: 16px;font-weight: 700;position: relative;display: inline-block;margin-bottom: 21px;max-width: 100%;text-align: left;}
header .submenu-main:before {content: '';display: inline-block;width: 100%;height: 2px;background-color: #212121;position: absolute;bottom: -12px;left: 0;}
header .megamenu-childwrap {margin-bottom: -30px;display: flex;flex-wrap: wrap;width: auto;}
header .megamenu-childwrap .megamenu-childitem {padding-bottom: 30px; background: transparent; display:block;}
.nav-mobile .mg-item .child-icon {display:none; }

/* Header Style */
header.hidden-xs .f-top-nav { padding-top: 2px; padding-bottom:2px; }
header.hidden-xs .header__middel {background-color: #fff;}
header.hidden-xs .header__middel.header_mega {background-color: #0072e1;}
header.hidden-xs .header-contact a {color: #000;font-weight: 400;}
header.hidden-xs .header-contact a img {filter: brightness(0);max-width: 23px;margin-top: -5px;height: auto;}
header.hidden-xs .f-login-section {float: right;}
header.hidden-xs .f-login-section a {box-shadow: 0 0 5px rgb(0 0 0 / 30%);border-radius: 6px;}
header.hidden-xs .f-login-section .dropdown-content a { box-shadow:none; border-bottom: 1px solid #e8f1ff;}
header.hidden-xs .f-login-section .dropdown-content a:last-child {margin-bottom: 0;}
header.hidden-xs .f-login-section .top-action {color: #000;font-weight: 400;}
header.hidden-xs .f-login-section .top-action img {filter: brightness(0);}
header.hidden-xs .f-login-section .dropdown.top-action { box-shadow: 0 0 5px rgb(0 0 0 / 30%); border-radius: 6px; padding: 2px 12px 8px;}
header .f-login-section .dropdown.top-action { max-width: 100%;}
header .f-login-section .dropdown.top-action .dropbtn {display: block;padding:3px 0 0 !important;font-weight: 400;vertical-align: middle;}
header.hidden-xs .header-contact, 
header.hidden-xs .header_actions {width: 100%;}
header.hidden-xs .header__middel-container {display: inline-flex;flex-wrap: wrap;align-items: center;}
header.hidden-xs .header-logo {display: inline-block; width: 240px;}
header.hidden-xs .header-logo img {max-width: 100%;max-height: 100px;width: auto;height: auto;object-fit: contain;}
header.hidden-xs .header-content {width: calc(100% - 240px);float: right;justify-content: flex-end;display: inline-flex;flex-wrap: wrap;}
header.hidden-xs .header_actions {margin-bottom: 0; margin-right: 0; justify-content: flex-end;}
header.hidden-xs .header-contact {margin-left: 0;text-align: right;margin-bottom: 10px;}
header.hidden-xs .header-contact br {display: none;}
header.hidden-xs .header-contact a {margin-left: 30px;}
header.hidden-xs .header-contact a:first-child {margin-left: 0;}
header .header-content .navbar-form .input-group {
    box-shadow: 0 0 3px #000;
    padding: 10px;
    background-color: #0072e1;
    border-radius: 5px;
}
header .header-content .navbar-form {margin: 0;}
header .header_mega {background-color: #1e1f22;}
header .header_mega .header__middel-container {display: inline-block;}
header .header_mega .header__middel-container a {display: inline-block;}

/* 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; }
    header.hidden-xs .header__middel-container {padding-top: 18px;padding-bottom: 18px;}
    header.hidden-xs .header_mega .header__middel-container { padding-top: 1px;padding-bottom: 1px; }
    header.hidden-xs .header-logo img {max-height: 90px;}
}

@media (min-width:992px) {
    .navbar-toggle { display:none; }
}

@media (max-width: 991px) {
    .nav-mobile .navbar-header > li {
        display: none;
    }
    .nav-mobile .navbar-nav a {display: inline-block;width: 100%;padding: 10px 0;text-align: center;border-top: 1px dotted #ccc;font-size: 16px;line-height: 20px;}
    .nav-mobile .navbar-toggle {box-shadow: 0 0 4px rgb(0 114 225 / 20%); width:42px; height:32px;}
    .nav-mobile .navbar-header {
        width: auto;
    }

    .nav-mobile .navbar-toggle .icon-bar {transition: all .6s ease-in-out;}
    .nav-mobile .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(1) {transform: rotate(225deg);margin-top: 0px;}
    .nav-mobile .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {transform: rotate(45deg);opacity: 0;visibility: hidden;}
    .nav-mobile .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {transform: rotate(-225deg);margin-top: -8px;}

        .nav-mobile .navbar-header .f-login-section {
            left: auto;
            top: 0;
            margin: 0 15px 0 0;
        }

    .navbar-toggle {
        z-index: 99;
    }

    header.nav-mobile {
        position: relative;
    }
    .f-login-section span { 
        display: inline-block !important;
    }

        header.nav-mobile > nav {
            transition: position .3s linear;
        }

        header.nav-mobile > nav {
            position: relative;
            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;
    }

    header.nav-mobile .search-btn {
        display: inline-block !important;
        min-width: auto;
        margin-right: 5px;
    }

    header.nav-mobile .search-barwrap {
        position: absolute;
        top: calc(100% + 10px);
        right: -5px;
        z-index: 10;
        background-color: #fff;
        box-shadow: 0 0 6px rgb(0 0 0 / 30%);
        border-radius: 5px;
        padding: 5px 0;
        width: 285px;
    }

        header.nav-mobile .search-barwrap .navbar-form {
            margin: 0;
            border: 0;
            padding: 10px 15px;
        }

        header.nav-mobile .search-barwrap .form-group {
            width: 100%;

        }

            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: #0072e1;
                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 #0072e1;
            }

    /* Header Design */
    .navbar-toggle {
        display: inline-block;
    }

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

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

    .nav-mobile #navbar .navbar-nav {
        width: 100%;
    }

        .nav-mobile #navbar .navbar-nav > li {
            width: 100%;
            float:none;
        }

    .nav-mobile .navbar-nav > li > a {
        text-align: center;
    }
    .nav-mobile .navbar-nav > li:first-child > a {
        border-top:0;
    }

    .nav-mobile #navbar {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        margin: 0;
        /*max-height: calc(100vh - 80px);*/
        overflow-y: auto;
        height: auto !important;
        z-index:99;
        transition: all .4s ease-in-out;
        transform: scale(0);
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
    }
    .nav-mobile #navbar.in {transform: scale(1); opacity: 1; visibility: visible;}

    .nav-mobile .mg-item {
        position: relative;
    }

        .nav-mobile .mg-item a.has-children {
            padding-right: 40px;
        }

        .nav-mobile .mg-item .submenu_item {
            position: relative;
            display: none;
            padding: 0;
            background-color: transparent;
            border-top: 1px dotted rgb(255 255 255 / 20%);
            border-bottom: 1px dotted rgb(255 255 255 / 20%);
        }

        .nav-mobile .mg-item .child-icon {
            display: inline-block;
            width: 40px;
            height: 40px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 2;
            background-color: rgba(255,255,255,.2);
        }

        .nav-mobile .mg-item .submenu_item .container {
            padding-left: 0;
            padding-right: 0;
            width:100%;
        }

    header .megamenu-childwrap {
        margin: 0;
    }

        header .megamenu-childwrap .megamenu-childitem {
            padding: 0;
            width: 100%;
            background-color: rgb(0 114 225 / 2%);
        }

    header .submenu-main {
        width: 100%;
        margin: 0;
    }

        header .submenu-main:before {
            display: none;
        }

    header .smenu-list .list-itm {
        margin: 0;
    }

    .nav-mobile .mg-item a {
        color: #000;
        padding: 10px 15px;
        line-height: 20px;
        font-weight: 400;
        font-size: 16px;
    }

    .nav-mobile .mg-item a.has-child {
        padding-right: 40px;
    }

    header .smenu-list {
        background-color: rgba(0,114,225,.03);
        display: none;
    }

        header .smenu-list .list-itm a {
            font-size: 16px;
            line-height: 20px;
        }

    /*02-05-2022*/
    .nav-mobile .navbar-collapse.collapse {
        display: none !important;
    }

        .nav-mobile .navbar-collapse.collapse.in {
            display: block !important;
        }

    .nav-mobile .navbar-default .navbar-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }

    .header-actions {
        display: inline-flex;
        justify-content: space-between;
        margin-left: auto;
        align-items: center;
    }

    .nav-mobile .navbar-header .f-login-section,
    header.nav-mobile .searchwrap {
        position: relative;
    }

    .nav-mobile .navbar-toggle {
        margin: 0;
    }

    .nav-mobile .mg-item .child-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
    }
    .btn-light { font-size:16px; line-height:20px; }
    .nav-mobile .btn-light {
        margin: 0;
        padding-top: 9px;
        padding-bottom: 9px;
    }
        .nav-mobile .mg-item i.child-icon::after {
            border-style: solid;
            border-width:2px 2px 0 0;
            content: '';
            display: inline-block;
            height: 11px;
            transform: rotate(135deg);
            vertical-align: top;
            width: 11px;
            background: transparent;
            color: #000;
            transition: all .3s ease-in-out;
        }
    .nav-mobile .mg-item i.child-icon.active::after {
        transform: rotate(-45deg);
    }
    .mobile-mini-cart {position: relative;right: auto;top: auto;display: inline-block; margin-right:15px;}
    .mini-cart-anchor span { background-color: #338ee7;border-radius: 30px;font-size: 11px;vertical-align: super;width: 20px;height: 20px;display: inline-flex;align-items: center;justify-content: center;margin: 0 0 0 -10px;z-index: 10;position: relative; }
    header .f-login-section .dropdown.top-action .dropbtn { padding-top:0 !important; display:inline-block; }

}
@media (min-width: 767px) and (max-width: 991px) {
    .nav-mobile .navbar-collapse {
        border-top: 1px solid #e7e7e7;
        -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    }
    .navbar-nav {
        float: unset;
        margin: 7.5px 0;
    }
}
    @media (max-width: 767px) {
        .nav-mobile .navbar-header .f-login-section {
            text-align: right;
        }
        .f-login-section .top-action {
            min-width: auto;
        }
        .nav-mobile .navbar-header .f-login-section {margin-right: 10px;}

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

        .mobile-mini-cart {
            right: auto;
            margin-right:10px;
        }

        header.nav-mobile > .container {
            margin-top: 55px;
        }

        header.nav-mobile .search-barwrap {
            right: -50px;
        }
        .nav-mobile #navbar { padding-left:0; padding-right: 0; }
        .nav-mobile #navbar .navbar-nav {margin-left: 0;margin-right: 0;}
    }

    .mp-scheme-light.mp-no-controls {
        display: none;
    }

    @media (max-width: 420px) {
        .facet-groups .checkbox {
            width: 49.45%;
        }
        .list-view .square-catbox img {
            max-width:50%;
        }
    }

    @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;
        }
    }
/*changes-07062022*/
.page-loader .load-overlay {
    margin: 0 auto;
    transform: translateX(-50%);
}
@media (max-width: 768px) {
    .list-view .product-grid .col-md-3 .square-catbox > div {
        flex-wrap: wrap;
    }
    .list-view .product-grid .col-md-3 .square-catbox div p:first-of-type {
        text-align: center;
    }
    #addresses,
    .table {
        overflow-x: auto;
        display: block;
    }
}
 