/* Minification failed. Returning unminified contents.
(1787,21): run-time error CSS1039: Token not allowed after unary operator: '-width-Body'
 */
/*
-----------------------------------------------------------------
Header
-----------------------------------------------------------------
*/
/* Base */
/* ------------------------------- Colors ------------------------------- */
/* ------------------------------- Fonts ------------------------------- */
/* ------------------------------- Borders ------------------------------- */
/* ------------------------------- Table ------------------------------- */
/* ------------------------------- Other ------------------------------- */
/*
-----------------------------------------------------------------
Mixins Directory
-----------------------------------------------------------------
*/
/* 
-----------------------------------------------------------------
Flexbox Mixins
-----------------------------------------------------------------
*/
/* Flexbox Containers */
/* Flexbox Direction */
/* Flexbox Wrap */
/* Flexbox Flow (shorthand) */
/* Flexbox Order */
/* Flexbox Grow */
/* Flexbox Shrink */
/* Flexbox Basis */
/* Flexbox "Flex" (shorthand) */
/* Flexbox Justify Content */
/* Flexbox Align Items */
/* Flexbox Align Self */
/* Flexbox Align Content */
/*
-----------------------------------------------------------------
Navigation
-----------------------------------------------------------------
*/
.header.header-mobile {
    /*mobile menu UI*/
    /*for mobile menu*/
    /*Left*/
    /*Right*/
}

    .header.header-mobile .form-control--header-search {
        border: 1px solid #cccccc;
        height: 60px;
    }

    .header.header-mobile .search-suggestion {
        display: block;
        padding: 10px 0 10px 30px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M34.305 30.189h-2.168l-.768-.741a17.76 17.76 0 0 0 4.309-11.61C35.678 7.987 27.69 0 17.838 0 7.987 0 0 7.986 0 17.839c0 9.852 7.986 17.839 17.839 17.839 4.418 0 8.48-1.62 11.609-4.31l.74.77v2.167L43.912 48 48 43.91 34.305 30.19zm-16.466 0a12.333 12.333 0 0 1-12.35-12.35c0-6.834 5.516-12.35 12.35-12.35 6.833 0 12.35 5.516 12.35 12.35 0 6.833-5.517 12.35-12.35 12.35z' fill='%23666666' id='a'/%3E%3C/defs%3E%3Cuse fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
        background-size: 18px 18px;
        background-repeat: no-repeat;
        background-position: 0 center;
    }

    .header.header-mobile .search-nav {
        margin: 40px 30px;
    }

        .header.header-mobile .search-nav .btn-search {
            border: 1px solid #fff;
            width: 100%;
            text-align: left;
            margin-bottom: 20px;
            color: #fff;
        }

            .header.header-mobile .search-nav .btn-search .icon {
                width: 18px;
                height: 18px;
                fill: #fff;
            }

    .header.header-mobile .header__logo--white {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 72.93 52.53' fill='%23fff' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M11.27 41.26h5.51l15.34-29.99h-5.5zm41.75 0h5.45L43.39 11.27h-.74 0-5.42v29.99h5.48V35.1h7.16l3.15 6.16zm-5.37-10.55h-4.93v-9.67l4.93 9.67zm-15.14-9.66l-4.92 9.69h4.92zM22.25 41.27h10.28v-6.06h-7.21zM60.09 37c.87 0 1.56.71 1.56 1.59 0 .9-.69 1.6-1.57 1.6a1.58 1.58 0 0 1-1.58-1.6c.01-.89.71-1.59 1.59-1.59h0zm0 .24c-.7 0-1.28.6-1.28 1.35 0 .76.57 1.35 1.28 1.35.71.01 1.28-.6 1.28-1.34 0-.75-.57-1.36-1.28-1.36h0zm-.31 2.28h-.28v-1.78c.15-.02.29-.04.5-.04.27 0 .45.06.55.14s.16.2.16.37c0 .23-.16.38-.35.43v.01c.16.03.26.17.3.43.04.27.09.38.11.44h-.3c-.04-.06-.08-.22-.12-.45s-.15-.31-.38-.31h-.2v.76zm0-.99h.21c.23 0 .43-.08.43-.3 0-.16-.11-.31-.43-.31l-.21.01v.6z'/%3E%3C/svg%3E");
        margin-left: -11px;
    }

    .header.header-mobile .modal-header__nav {
        background-color: #A20106;
        padding: 10px 20px 10px 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    .header.header-mobile .btn--header-close {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 21L45 0l3 3-21 21 21 21-3 3-21-21L3 48l-3-3 21-21L0 3l3-3 21 21z' fill='%23ffffff' fill-rule='nonzero'/%3E%3C/svg%3E");
    }

    .header.header-mobile .modal-body__nav {
        background-color: #A20106;
        padding: 0;
    }

    .header.header-mobile .modal-header {
        border-bottom: 1px solid #A20106;
    }

    .header.header-mobile .modal-header--b-gray {
        border-bottom: 1px solid #f2f2f2;
    }

    .header.header-mobile .profile, .header.header-mobile .sign-in {
        padding-left: 30px;
        padding-right: 30px;
    }

    .header.header-mobile .nav .nav__link {
        padding: 20px 30px;
    }

        .header.header-mobile .nav .nav__link:after {
            right: 30px;
        }

    .header.header-mobile .modal.left .modal-dialog, .header.header-mobile .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    .header.header-mobile .modal.left.fade .modal-dialog {
        -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
        -o-transition: opacity 0.3s linear, left 0.3s ease-out;
        transition: opacity 0.3s linear, left 0.3s ease-out;
    }

    .header.header-mobile .modal.left.fade.in .modal-dialog {
        left: 0;
    }

    .header.header-mobile .modal.right.fade .modal-dialog {
        -webkit-transition: opacity 0.1s linear, right 0.2s ease-out;
        -moz-transition: opacity 0.1s linear, right 0.2s ease-out;
        -o-transition: opacity 0.1s linear, right 0.2s ease-out;
        transition: opacity 0.1s linear, right 0.2s ease-out;
        width: 100%;
    }

    .header.header-mobile .modal.right.fade.in .modal-dialog {
        right: 0;
    }

    .header.header-mobile .nav__link {
        position: relative;
        color: #ffffff;
        display: inline-block;
        font-size: 20px;
        height: 60px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        transition: all 0.3s ease;
        text-decoration: none;
        border-bottom: 0;
    }

        .header.header-mobile .nav__link:hover {
            text-decoration: none;
        }

        .header.header-mobile .nav__link:after {
            content: "";
            display: block;
            width: 30px;
            height: 30px;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -15px;
            background-color: transparent;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.177 26.005H0v-3.057h42.177L29.48 10.153 31.65 8 48 24.477 31.65 40.953 29.48 38.8l12.697-12.795z' fill='%23ffffff' fill-rule='nonzero'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: 30px 30px;
        }

.dropdown-menu--main-nav {
    top: calc(100% + 2px);
}

.header .nav {
    border-top: 2px solid #850004;
    margin-bottom: 70px;
}

    .header .nav .nav__item {
        height: auto;
    }

    .header .nav .nav__link {
        color: #ffffff;
        text-decoration: none;
        font-size: 18px;
        height: auto;
        border-bottom: 2px solid #850004;
        padding: 20px 20px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }

        .header .nav .nav__link.is-active {
            background-color: #c90107;
        }

        .header .nav .nav__link:after {
            content: "";
            display: block;
            width: 30px;
            height: 30px;
            position: absolute;
            right: 20px;
            top: 50%;
            margin-top: -15px;
            background-color: transparent;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.177 26.005H0v-3.057h42.177L29.48 10.153 31.65 8 48 24.477 31.65 40.953 29.48 38.8l12.697-12.795z' fill='%23ffffff' fill-rule='nonzero'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: 0 0;
            background-size: 30px 30px;
        }

        .header .nav .nav__link.dropdown-toggle:after {
            transition: all 0.3s ease;
            transform-origin: 50% 50%;
            background-size: 25px 25px;
            height: 25px;
            width: 25px;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' fill-rule='nonzero' d='M2.755 10.415l-3.17 3.17 24 24 24-24-3.17-3.17-20.83 20.83z'/%3E%3C/svg%3E");
        }

        .header .nav .nav__link.dropdown-toggle.is-open:after {
            transform: rotate(180deg);
        }

    .header .nav .nav__link--vehicles, .header .nav .nav__link--ac {
        display: none;
    }

    .header .nav .nav__link--company, .header .nav .nav__link--news {
        display: none;
    }

    .header .nav .dropdown-menu {
        position: relative;
        border: 0 none;
        box-shadow: none;
        float: none;
        background-color: #850004;
        margin: 0;
        height: auto;
        max-height: none;
    }

        .header .nav .dropdown-menu li > a {
            border: 0 none;
            color: #ffffff;
            padding: 12px 12px 12px 50px;
        }

            .header .nav .dropdown-menu li > a:hover {
                color: #ffffff;
                background-color: #850004;
            }

        .header .nav .dropdown-menu li.is-active > a {
            background-color: #c90107;
        }

            .header .nav .dropdown-menu li.is-active > a:hover {
                background-color: #c90107;
            }

    .header .nav.nav--secondary {
        border: 0 none;
        display: inline-block;
        margin: 0;
    }

        .header .nav.nav--secondary .nav__item {
            display: inline-block;
        }

        .header .nav.nav--secondary .nav__link {
            display: inline-block;
            padding: 0;
            border: 0 none;
            font-size: 14px;
            margin-left: 20px;
        }

            .header .nav.nav--secondary .nav__link:hover {
                background-color: transparent;
            }

            .header .nav.nav--secondary .nav__link:after {
                display: none;
            }

@media only screen and (min-width: 992px) {
    .nav.nav-desktop {
        margin-bottom: 0;
        border-top: 0 none;
        white-space: nowrap;
    }

        .nav.nav-desktop .nav__item {
            padding: 0 5px;
            display: inline-block;
            height: 65px;
            margin-left: 3px;
            margin-right: 3px;
            border-bottom: 3px solid transparent;
            box-sizing: border-box;
        }

            .nav.nav-desktop .nav__item.dropdown {
                background: #f2f2f2;
                padding-right: 32px;
                background-color: #ffffff;
                background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23c90107' fill-rule='nonzero' d='M5.92 10.026l-5.946 5.948 24 24 24-24-5.948-5.948L23.974 28.08z'/%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: right 10px top 27px;
                background-size: 12px 12px;
            }

                .nav.nav-desktop .nav__item.dropdown:hover .dropdown-menu {
                    display: block;
                }

            .nav.nav-desktop .nav__item.is-active {
                border-color: #c90107;
            }

            .nav.nav-desktop .nav__item:hover .nav__link {
                color: #c90107;
            }

        .nav.nav-desktop .nav__link {
            color: #000000;
            font-size: 14px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            text-decoration: none;
            border-bottom: 0;
            color: #222222;
            padding: 0;
            height: 65px;
        }

            .nav.nav-desktop .nav__link:hover {
                text-decoration: none;
            }

            .nav.nav-desktop .nav__link:after {
                display: none;
            }

        .nav.nav-desktop .nav__link--vehicles, .nav.nav-desktop .nav__link--ac {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
        }

        .nav.nav-desktop .nav__link--vehicles-dropdown, .nav.nav-desktop .nav__link--ac-dropdown {
            display: none;
        }

        .nav.nav-desktop .nav__link--company-dropdown, .nav.nav-desktop .nav__link--news-dropdown {
            display: none;
        }

        .nav.nav-desktop .nav__link--company, .nav.nav-desktop .nav__link--news {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
        }

        .nav.nav-desktop .dropdown-menu {
            position: absolute;
            float: left;
            width: auto;
            min-width: 22.5rem;
            margin: 1px 0;
            background-color: #ffffff;
            border: 0.1rem solid #cccccc;
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
        }

            .nav.nav-desktop .dropdown-menu li > a {
                color: #222222;
                padding: 8px 12px;
                border-bottom: 0.1rem solid #cccccc;
            }

                .nav.nav-desktop .dropdown-menu li > a:hover {
                    background-color: #ffffff;
                    color: #c90107;
                }

            .nav.nav-desktop .dropdown-menu li.is-active > a {
                color: #ffffff;
                cursor: default;
            }

        .nav.nav-desktop.nav--secondary .nav__item {
            height: 20px;
            margin: 0;
        }

            .nav.nav-desktop.nav--secondary .nav__item:hover .nav__link {
                color: #ffffff;
            }

        .nav.nav-desktop.nav--secondary .nav__link {
            height: 20px;
            color: #ffffff;
            margin-left: 5px;
        }

            .nav.nav-desktop.nav--secondary .nav__link:hover {
                color: #ffffff;
                text-decoration: underline;
            }
}

@media only screen and (min-width: 1200px) {
    .nav.nav-desktop .nav__item {
        height: 80px;
        margin-left: 8px;
        margin-right: 8px;
    }

        .nav.nav-desktop .nav__item.dropdown {
            background-position: right 10px top 34px;
        }

    .nav.nav-desktop .nav__link {
        height: 80px;
        font-size: 16px;
    }

    .nav.nav-desktop.nav--secondary .nav__item {
        height: 40px;
    }

    .nav.nav-desktop.nav--secondary .nav__link {
        height: 40px;
        font-size: 16px;
        display: inline-flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }
}

.dropdown--profile .dropdown-backdrop {
    display: none;
}

.nav-open {
    overflow: hidden;
}

.btn-search {
    background-color: #A20106 !important;
}

.tooltip-rtl {
    direction: rtl;
}

.header .header__primary .profile .tooltip {
    font-size: 1.3rem;
    z-index: 9999;
}

.header .header__primary .profile .tooltip-inner {
    max-width: 70rem !important;
}

/*
.tooltip-rtl1 {
    direction: rtl;
}

*/
.header {
    background-color: #ffffff;
    z-index: 999;
    height: 170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 0;
}

.header__branding {
    position: relative;
    margin-left: 10px;
    display: flex;
    align-items: center;
    z-index: 1000;
}

.header__logo {
    display: block;
    height: 30px;
    width: 50px;
    z-index: 2;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72.93 52.53' fill='%23c90107' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M11.27 41.26h5.51l15.34-29.99h-5.5zm41.75 0h5.45L43.39 11.27h-.74 0-5.42v29.99h5.48V35.1h7.16l3.15 6.16zm-5.37-10.55h-4.93v-9.67l4.93 9.67zm-15.14-9.66l-4.92 9.69h4.92zM22.25 41.27h10.28v-6.06h-7.21zM60.09 37c.87 0 1.56.71 1.56 1.59 0 .9-.69 1.6-1.57 1.6a1.58 1.58 0 0 1-1.58-1.6c.01-.89.71-1.59 1.59-1.59h0zm0 .24c-.7 0-1.28.6-1.28 1.35 0 .76.57 1.35 1.28 1.35.71.01 1.28-.6 1.28-1.34 0-.75-.57-1.36-1.28-1.36h0zm-.31 2.28h-.28v-1.78c.15-.02.29-.04.5-.04.27 0 .45.06.55.14s.16.2.16.37c0 .23-.16.38-.35.43v.01c.16.03.26.17.3.43.04.27.09.38.11.44h-.3c-.04-.06-.08-.22-.12-.45s-.15-.31-.38-.31h-.2v.76zm0-.99h.21c.23 0 .43-.08.43-.3 0-.16-.11-.31-.43-.31l-.21.01v.6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 151px 90px;
}

.header__secondary {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
}

.header__secondary-container {
    background: #434343;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.header__primary {
    width: 100%;
}

.header__primary-inner {
    display: none;
    background-color: #A20106;
    z-index: 999;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(100vh - 60px);
    overflow: auto;
    padding-top: 2rem;
}

@media (min-width: 992px) {
    .header__primary-inner {
        padding-top: 0;
    }
}

.header__search-container {
    background: #f2f2f2;
    padding: 0;
    height: 70px;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.header__search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.header.is-active {
    background: #A20106;
}

    .header.is-active .btn--mobile-search,
    .header.is-active .header__secondary-container {
        display: none;
    }

    .header.is-active .header__logo {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 72.93 52.53' fill='%23fff' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M11.27 41.26h5.51l15.34-29.99h-5.5zm41.75 0h5.45L43.39 11.27h-.74 0-5.42v29.99h5.48V35.1h7.16l3.15 6.16zm-5.37-10.55h-4.93v-9.67l4.93 9.67zm-15.14-9.66l-4.92 9.69h4.92zM22.25 41.27h10.28v-6.06h-7.21zM60.09 37c.87 0 1.56.71 1.56 1.59 0 .9-.69 1.6-1.57 1.6a1.58 1.58 0 0 1-1.58-1.6c.01-.89.71-1.59 1.59-1.59h0zm0 .24c-.7 0-1.28.6-1.28 1.35 0 .76.57 1.35 1.28 1.35.71.01 1.28-.6 1.28-1.34 0-.75-.57-1.36-1.28-1.36h0zm-.31 2.28h-.28v-1.78c.15-.02.29-.04.5-.04.27 0 .45.06.55.14s.16.2.16.37c0 .23-.16.38-.35.43v.01c.16.03.26.17.3.43.04.27.09.38.11.44h-.3c-.04-.06-.08-.22-.12-.45s-.15-.31-.38-.31h-.2v.76zm0-.99h.21c.23 0 .43-.08.43-.3 0-.16-.11-.31-.43-.31l-.21.01v.6z'/%3E%3C/svg%3E");
    }

    .header.is-active .btn--mobile-nav {
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 21L45 0l3 3-21 21 21 21-3 3-21-21L3 48l-3-3 21-21L0 3l3-3 21 21z' fill='%23ffffff' fill-rule='nonzero'/%3E%3C/svg%3E");
    }

    .header.is-active .header__user {
        display: none;
    }

.header .dropdown {
    position: relative;
    width: auto;
    min-width: inherit;
}

.header .dropdown-menu > li > a {
    display: block;
    padding: 8px 12px;
    clear: both;
    font-weight: normal;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
    transition: all 0.3s ease;
    color: #222;
    text-decoration: none;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 16px;
}

.header .dropdown-menu > li:last-child a {
    border-bottom: none;
}

.header {
    /*    .input-group .form-control:focus {
      border-color: $color-icon-light;
  }*/
}

    .header .form-control.form-control--search {
        background-image: url("data:image/svg+xml,%0A%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.672 37.957a20.923 20.923 0 0 1-13.667 5.053C9.405 43.01 0 33.606 0 22.005 0 10.405 9.404 1 21.005 1c11.6 0 21.005 9.404 21.005 21.005 0 5.219-1.903 9.993-5.053 13.667L48 46.715 45.715 49 34.672 37.957zm4.58 4.58l2.285-2.285-2.285 2.285zM21.005 4.232c-9.816 0-17.773 7.957-17.773 17.773 0 9.816 7.957 17.774 17.773 17.774 9.816 0 17.774-7.958 17.774-17.774S30.82 4.232 21.005 4.232z' fill='%23666666' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
        background-position: 15px 50%;
        background-size: 22px 22px;
        background-repeat: no-repeat;
        padding-left: 50px;
    }

        .header .form-control.form-control--search:focus {
            box-shadow: none;
        }

    .header .form-control--header-search {
        height: 50px;
        border: 0 none;
        font-size: 16px;
    }

        .header .form-control--header-search:focus {
            border: 1px solid #1d67b2;
        }

    .header .btn--header-filter {
        height: 50px;
        background-color: #ffffff;
        border-left: 2px solid #E8E8E8;
        color: #434343;
        -webkit-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        box-sizing: border-box;
    }

        .header .btn--header-filter .icon {
            box-sizing: border-box;
            margin-left: 0;
        }

    .header .btn--header-search {
        height: 40px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 0 4px 4px 0;
        -webkit-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .header .input-group__sitesearch {
        position: relative;
        align-items: center;
        transition: ease-in-out, width 0.35s ease-in-out;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .header .form-control__site-search {
        height: 3rem;
        width: 173px;
        font-size: 1.4rem;
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M32.5877644,29.1572327 L30.7810177,29.1572327 L30.1406518,28.539737 C32.3819325,25.9325329 33.731275,22.5477416 33.731275,18.8656375 C33.731275,10.6552316 27.0760435,4 18.8656375,4 C10.6552316,4 4,10.6552316 4,18.8656375 C4,27.0760435 10.6552316,33.731275 18.8656375,33.731275 C22.5477416,33.731275 25.9325329,32.3819325 28.539737,30.1406518 L29.1572327,30.7810177 L29.1572327,32.5877644 L40.5923385,44 L44,40.5923385 L32.5877644,29.1572327 Z M18.8656375,29.1572327 C13.1709548,29.1572327 8.57404231,24.5603202 8.57404231,18.8656375 C8.57404231,13.1709548 13.1709548,8.57404231 18.8656375,8.57404231 C24.5603202,8.57404231 29.1572327,13.1709548 29.1572327,18.8656375 C29.1572327,24.5603202 24.5603202,29.1572327 18.8656375,29.1572327 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/svg%3E%0A");
        background-position: 10px 50%;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        border: 1px solid transparent;
        color: #ffffff;
        padding-left: 35px;
        transition: ease-in-out, width 0.35s ease-in-out;
    }

@media (min-width: 1200px) {
    .header .form-control__site-search {
        height: 4rem;
        width: 173px;
        font-size: 1.6rem;
    }
}

.header .form-control__site-search:focus {
    /*border-color: $color-icon-light;*/
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill-rule='evenodd' fill='%23ccc'%3E%3Cpath d='M32.5877644,29.1572327 L30.7810177,29.1572327 L30.1406518,28.539737 C32.3819325,25.9325329 33.731275,22.5477416 33.731275,18.8656375 C33.731275,10.6552316 27.0760435,4 18.8656375,4 C10.6552316,4 4,10.6552316 4,18.8656375 C4,27.0760435 10.6552316,33.731275 18.8656375,33.731275 C22.5477416,33.731275 25.9325329,32.3819325 28.539737,30.1406518 L29.1572327,30.7810177 L29.1572327,32.5877644 L40.5923385,44 L44,40.5923385 L32.5877644,29.1572327 Z M18.8656375,29.1572327 C13.1709548,29.1572327 8.57404231,24.5603202 8.57404231,18.8656375 C8.57404231,13.1709548 13.1709548,8.57404231 18.8656375,8.57404231 C24.5603202,8.57404231 29.1572327,13.1709548 29.1572327,18.8656375 C29.1572327,24.5603202 24.5603202,29.1572327 18.8656375,29.1572327 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/svg%3E%0A");
}

.header .form-control__site-search:hover {
    border-color: transparent;
}

.header .form-control__site-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
}

.header .form-control__site-search::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
}

.header .form-control__site-search:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
}

.header .form-control__site-search:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
}

.header .btn-secondary {
    background-color: #e8e8e8;
    border: 0.1rem solid transparent;
    color: #222;
}

.header .btn-search {
    background-color: #A20106 !important;
}

.header .js-site-search {
    width: 400px;
    border: 1px solid #999;
    border-radius: 4px 0 0 4px;
    border-right: 0;
    /*    &:focus {
      border-color: #999;
  }*/
}

.header .form-control--header-search,
.header .btn--header-filter,
.header .btn--header-search {
    height: 4rem;
}

.header .btn__site-search {
    height: 3rem;
    padding: 0 2rem;
}

@media (min-width: 1200px) {
    .header .btn__site-search {
        height: 4rem;
    }
}

.header .btn__site-search {
    border-radius: 0 4px 4px 0;
}

    .header .btn__site-search:hover {
        background-color: #ccc;
        border-color: #ccc;
        color: #222;
    }

.header .js-input-group-btn {
    display: none;
    margin-right: 20px;
}

.header .dropdown-menu--suggestions {
    padding: 10px 20px;
    z-index: 99;
}

.header #SuggestionList li {
    display: block;
    margin-bottom: 0;
    padding: 6px 0 6px 22px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M34.305 30.189h-2.168l-.768-.741a17.76 17.76 0 0 0 4.309-11.61C35.678 7.987 27.69 0 17.838 0 7.987 0 0 7.986 0 17.839c0 9.852 7.986 17.839 17.839 17.839 4.418 0 8.48-1.62 11.609-4.31l.74.77v2.167L43.912 48 48 43.91 34.305 30.19zm-16.466 0a12.333 12.333 0 0 1-12.35-12.35c0-6.834 5.516-12.35 12.35-12.35 6.833 0 12.35 5.516 12.35 12.35 0 6.833-5.517 12.35-12.35 12.35z' fill='%23666666' id='a'/%3E%3C/defs%3E%3Cuse fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position: 0px 11px;
    font-size: 14px;
}

    .header #SuggestionList li:hover {
        color: #c90107;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M34.305 30.189h-2.168l-.768-.741a17.76 17.76 0 0 0 4.309-11.61C35.678 7.987 27.69 0 17.838 0 7.987 0 0 7.986 0 17.839c0 9.852 7.986 17.839 17.839 17.839 4.418 0 8.48-1.62 11.609-4.31l.74.77v2.167L43.912 48 48 43.91 34.305 30.19zm-16.466 0a12.333 12.333 0 0 1-12.35-12.35c0-6.834 5.516-12.35 12.35-12.35 6.833 0 12.35 5.516 12.35 12.35 0 6.833-5.517 12.35-12.35 12.35z' fill='%23C90107' id='a'/%3E%3C/defs%3E%3Cuse fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
        cursor: pointer;
    }

.header #SuggestionList .suggestionlstLable {
    font-size: 14px;
    margin-top: 15px;
    font-weight: 700;
    font-family: "Roboto Condensed", arial, sans-serif;
    color: #222222;
    text-transform: uppercase;
}

header.header-mobile {
    height: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

    header.header-mobile .header__logo {
        display: block;
        height: 30px;
        width: 50px;
        z-index: 2;
        text-indent: -9999px;
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 72.93 52.53' fill='%23C90107' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M11.27 41.26h5.51l15.34-29.99h-5.5zm41.75 0h5.45L43.39 11.27h-.74 0-5.42v29.99h5.48V35.1h7.16l3.15 6.16zm-5.37-10.55h-4.93v-9.67l4.93 9.67zm-15.14-9.66l-4.92 9.69h4.92zM22.25 41.27h10.28v-6.06h-7.21zM60.09 37c.87 0 1.56.71 1.56 1.59 0 .9-.69 1.6-1.57 1.6a1.58 1.58 0 0 1-1.58-1.6c.01-.89.71-1.59 1.59-1.59h0zm0 .24c-.7 0-1.28.6-1.28 1.35 0 .76.57 1.35 1.28 1.35.71.01 1.28-.6 1.28-1.34 0-.75-.57-1.36-1.28-1.36h0zm-.31 2.28h-.28v-1.78c.15-.02.29-.04.5-.04.27 0 .45.06.55.14s.16.2.16.37c0 .23-.16.38-.35.43v.01c.16.03.26.17.3.43.04.27.09.38.11.44h-.3c-.04-.06-.08-.22-.12-.45s-.15-.31-.38-.31h-.2v.76zm0-.99h.21c.23 0 .43-.08.43-.3 0-.16-.11-.31-.43-.31l-.21.01v.6z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 151px 53px;
        margin-left: 0;
        margin-right: 0;
    }

    header.header-mobile .flag {
        width: 1.8rem;
        height: 1.8rem;
        margin-left: auto;
        margin-right: 1rem;
    }

    header.header-mobile .panel-group {
        border: 0;
    }

    header.header-mobile .panel-heading {
        border-bottom: 1px solid #f2f2f2;
    }

    header.header-mobile .panel-title a {
        height: 8rem;
    }

    header.header-mobile .header__branding {
        margin-left: 0;
    }

    header.header-mobile .header__mobile-buttons {
        margin-right: 0;
    }

    header.header-mobile .form-control--search-mobile {
        border-radius: 4px 0 0 4px;
    }

    header.header-mobile .btn--search-mobile {
        border-radius: 0 4px 4px 0;
        padding: 1rem 1.5rem;
        -webkit-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        header.header-mobile .btn--search-mobile .icon {
            fill: #ffffff;
            width: 2rem;
            height: 2rem;
            margin: 0;
        }

.header__mobile-buttons {
    height: 6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-right: 1rem;
}

.btn.btn--header-mobile {
    padding: 0 1.2rem;
}

    .btn.btn--header-mobile .icon {
        margin: 0;
        width: 24px;
        height: 24px;
    }

.btn--mobile-nav {
    width: 4.8rem;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48 6v3.2H0V6h48zm0 16v3.2H0V22h48zm0 16v3.2H0V38h48z' fill='%23222222' fill-rule='nonzero'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
}

.header__nav-container {
    display: none;
    background-color: #c90107;
    z-index: 999;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(100vh - 60px);
    overflow: auto;
}

.keyword-input-container.dropdown {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
}

.link__switch-search {
    display: block;
    text-align: center;
    margin-top: 3rem;
}

@media only screen and (min-width: 768px) {
    .header.header-desktop .header__logo {
        height: 60px;
        width: 100px;
        background-size: 136px 70px;
    }

    .keyword-input-container.dropdown {
        flex-direction: row;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
    }
}

@media only screen and (min-width: 992px) {
    .header.header-desktop {
        height: 155px;
        padding: 0;
        display: block;
    }

        .header.header-desktop.is-active {
            background-color: #ffffff;
        }

        .header.header-desktop .header__branding {
            margin: 0;
        }

        .header.header-desktop .header__mobile-buttons {
            display: none;
        }

        .header.header-desktop .header__search-container {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            height: 55px;
        }

        .header.header-desktop .header__search {
            padding-left: 130px;
        }

        .header.header-desktop .btn--header-search {
            padding-left: 40px;
            padding-right: 40px;
        }

        .header.header-desktop .header__secondary-container {
            display: block;
        }

        .header.header-desktop .header__secondary {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            height: 35px;
        }

        .header.header-desktop .header__primary-inner {
            display: flex !important;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
            justify-content: space-between;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            background-color: #ffffff;
            height: 65px;
            overflow: visible;
            position: static;
            top: 0;
            padding-left: 130px;
        }

        .header.header-desktop .header__logo {
            display: block;
            height: 120px;
            width: 120px;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 2;
            text-indent: -9999px;
            background-color: #C90107;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 72.93 52.53' fill='%23fff' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M11.27 41.26h5.51l15.34-29.99h-5.5zm41.75 0h5.45L43.39 11.27h-.74 0-5.42v29.99h5.48V35.1h7.16l3.15 6.16zm-5.37-10.55h-4.93v-9.67l4.93 9.67zm-15.14-9.66l-4.92 9.69h4.92zM22.25 41.27h10.28v-6.06h-7.21zM60.09 37c.87 0 1.56.71 1.56 1.59 0 .9-.69 1.6-1.57 1.6a1.58 1.58 0 0 1-1.58-1.6c.01-.89.71-1.59 1.59-1.59h0zm0 .24c-.7 0-1.28.6-1.28 1.35 0 .76.57 1.35 1.28 1.35.71.01 1.28-.6 1.28-1.34 0-.75-.57-1.36-1.28-1.36h0zm-.31 2.28h-.28v-1.78c.15-.02.29-.04.5-.04.27 0 .45.06.55.14s.16.2.16.37c0 .23-.16.38-.35.43v.01c.16.03.26.17.3.43.04.27.09.38.11.44h-.3c-.04-.06-.08-.22-.12-.45s-.15-.31-.38-.31h-.2v.76zm0-.99h.21c.23 0 .43-.08.43-.3 0-.16-.11-.31-.43-.31l-.21.01v.6z'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: 151px 90px;
        }

        .header.header-desktop .header__user {
            display: flex !important;
        }

        .header.header-desktop .profile {
            background-color: #ffffff;
            height: auto;
            padding: 0;
            order: 2;
            margin-left: auto;
        }

        .header.header-desktop .profile__info {
            font-size: 14px;
            color: #222222;
        }

            .header.header-desktop .profile__info a {
                color: #222222;
            }

                .header.header-desktop .profile__info a:hover {
                    color: #c90107;
                }

        .header.header-desktop .profile__divider {
            display: inline-block;
        }

        .header.header-desktop .dropdown-menu > li > a {
            font-size: 14px;
            display: block;
            white-space: normal;
        }

        .header.header-desktop .dropdown-menu .divider {
            display: block;
            height: 5px;
            background: #f2f2f2;
            border-bottom: 1px solid #ccc;
            margin: 0;
        }

        .header.header-desktop .dropdown-filter__item {
            -webkit-box-flex: 0 0 50%;
            -webkit-flex: 0 0 50%;
            -moz-box-flex: 0 0 50%;
            -moz-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        }

    .keyword-input-container.dropdown {
        flex-direction: row;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
    }
}

.icon-header-flags {
    width: 18px;
    height: 13.5px;
}

@media only screen and (max-width: 768px) {
    .container-img-flex {
        flex-direction: column;
    }

    .container-img-flex__item {
        width: 50%;
    }
}

@media only screen and (min-width: 1200px) {
    .header.header-desktop {
        height: 200px;
        z-index: 3;
    }

        .header.header-desktop .header__search-container {
            height: 70px;
        }

        .header.header-desktop .header__search {
            padding-left: 170px;
        }

        .header.header-desktop .form-control--header-search,
        .header.header-desktop .btn--header-filter,
        .header.header-desktop .btn--header-search {
            height: 50px;
        }

        .header.header-desktop .header__secondary {
            height: 50px;
        }

        .header.header-desktop .header__primary-inner {
            padding-left: 170px;
            height: 80px;
        }

        .header.header-desktop .header__logo {
            height: 150px;
            width: 150px;
            background-size: 151px 90px;
        }

        .header.header-desktop .keyword-input-container {
            width: 100%;
            position: relative;
        }

            .header.header-desktop .keyword-input-container .btn--header-filter {
                position: absolute;
                right: 0;
                top: 0;
            }

        .header.header-desktop .dropdown-menu__filter {
            overflow: auto;
            max-height: none;
            padding: 40px;
        }

            .header.header-desktop .dropdown-menu__filter .irs--round {
                height: 45px;
            }

        .header.header-desktop .dropdown-filter {
            margin-left: -15px;
            margin-right: -15px;
        }

        .header.header-desktop .dropdown-filter__item {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -moz-box-flex: 1;
            -moz-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding: 0 15px;
        }

        .header.header-desktop .profile {
            height: 80px;
            margin-left: auto;
        }

            .header.header-desktop .profile .flag {
                margin-right: 20px;
            }

        .header.header-desktop .profile__info {
            font-size: 16px;
        }

        .header.header-desktop .dropdown-menu > li > a {
            font-size: 16px;
            display: block;
            white-space: normal;
        }

    .keyword-input-container.dropdown {
        flex-direction: row;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
    }
}

.header .flag-gb, .header .flag-ca {
    width: 1.6rem;
    height: 1.2rem;
    display: inline-block;
    margin-right: 1rem;
}

.header .dropdown.open .form-control.select-control {
    border: 0;
}

.header .form-control.select-control__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-size: 1.4rem;
    cursor: pointer;
    padding-right: 45px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' fill-rule='nonzero' d='M5.92 10.026l-5.946 5.948 24 24 24-24-5.948-5.948L23.974 28.08z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 12px 12px;
    color: #fff;
}

@media (min-width: 1200px) {
    .header .form-control.select-control__header {
        font-size: 1.6rem;
    }
}

.header .form-control.select-control__header .icon {
    fill: #fff;
    height: 2.4rem;
    width: 2.4rem;
    margin-left: 2rem;
}

.header .form-control.select-control__header:focus {
    border: 1px solid #1d67b2;
}

.header .dropdown-menu__international {
    position: absolute;
    right: 1.7rem;
    left: auto;
    top: calc(100% + 1.2rem);
    width: 25.6rem;
}

@media (min-width: 768px) {
    .header .dropdown-menu__international {
        top: calc(100% + 0.2rem);
        width: 22.5rem;
    }
}

.header .dropdown-menu__international-new {
    position: absolute;
    right: 1.7rem;
    left: auto;
    top: calc(100% + 1.3rem);
    width: 25.6rem;
}

@media (min-width: 768px) {
    .header .dropdown-menu__international-new {
        top: calc(100% + 1.3rem);
        width: 40rem;
        padding: 2rem;
        max-height: 40rem;
    }
}

.header .uae-information {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #ccc;
}

.header .sorting-item {
    padding: 1rem 2rem;
    margin: 0 -2rem;
}

    .header .sorting-item a img {
        border: 1px solid #fff;
    }

.header .sorting .active {
    background-color: #c90107;
}

    .header .sorting .active a {
        color: #fff;
    }

.header .sorting-item:hover {
    background-color: #c90107;
}

    .header .sorting-item:hover a {
        color: #fff;
    }

.header .sorting-item a:hover {
    color: #fff;
}

[dir=rtl] {
    /* Header Mobile */
}

    [dir=rtl] .header__primary-inner {
        padding-right: 170px;
        padding-left: 0;
    }

    [dir=rtl] .header.header-desktop .sign-in {
        margin-left: inherit;
        margin-right: auto;
    }

    [dir=rtl] .header.header-desktop .header__search {
        padding-left: 0;
        padding-right: 170px;
    }

    [dir=rtl] .header .js-input-group-btn {
        margin-right: 0;
        margin-left: 20px;
    }

    [dir=rtl] .btn__site-search {
        border-radius: 4px 0 0 4px;
    }

    [dir=rtl] .header.header-desktop .header__logo {
        left: auto;
        right: 0;
    }

    [dir=rtl] .nav.nav-desktop .nav__item.dropdown {
        padding-right: 0;
        padding-left: 32px;
        background-position: left 10px top 34px;
    }

    [dir=rtl] .header .form-control__site-search {
        padding-left: 0;
        padding-right: 35px;
        background-position: 145px 50%;
    }

    [dir=rtl] .header .form-control.form-control--search {
        padding-right: 50px;
        padding-left: 15px;
        background-position: right 15px top 50%;
    }

    [dir=rtl] .header .input-group .form-control:focus {
        background-position: 370px 50%;
        border-right: 1px solid #999;
    }

    [dir=rtl] .header.header-desktop .keyword-input-container .btn--header-filter {
        right: auto;
        left: 0;
    }

    [dir=rtl] .header .btn--header-filter {
        border-left: 0;
        border-right: 2px solid #e8e8e8;
    }

        [dir=rtl] .header .btn--header-filter .icon {
            float: right;
            margin-left: 10px;
            margin-right: 0;
        }

    [dir=rtl] .header .btn--header-search {
        border-radius: 4px 0 0 4px;
    }

    [dir=rtl] .header .form-control.select-control__header {
        padding-left: 45px;
        padding-right: 0;
        background-position: left 20px bottom 50%;
    }

    [dir=rtl] .header .form-control.select-control .icon {
        margin-left: 5px;
        margin-right: 20px;
    }

    [dir=rtl] .header .dropdown-menu {
        text-align: right;
    }

    [dir=rtl] .header .dropdown-menu__international {
        right: auto;
        left: 0;
    }

    [dir=rtl] .header.header-desktop .profile {
        height: 80px;
        margin-right: auto;
        margin-left: inherit;
    }

    [dir=rtl] .header.header-desktop .header__primary-inner {
        padding-left: 0;
    }

    [dir=rtl] header.header-mobile {
        padding-right: 3rem;
        padding-left: 2rem;
    }

        [dir=rtl] header.header-mobile .modal-header__nav {
            padding: 1rem 3rem 1rem 2rem;
        }

        [dir=rtl] header.header-mobile .search-nav .btn-search {
            text-align: right;
        }

    [dir=rtl] .header .nav .nav__link:after {
        left: 3rem;
        right: unset;
    }

    [dir=rtl] .header .nav .nav__item:not(.dropdown) .nav__link:after {
        transform: rotate(180deg);
    }

    [dir=rtl] .header .btn > .icon {
        margin-left: 1rem;
        margin-right: 0;
        float: right;
    }

.container-header-primary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    height: auto;
    margin-left: auto;
}

.profile__info {
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-bottom: 0;
    color: #ffffff;
    width: 100%;
}

    .profile__info a {
        color: #ffffff;
        text-decoration: none;
    }

        .profile__info a:hover {
            color: #ffffff;
            text-decoration: underline;
        }

.profile__divider {
    display: none;
    margin: 0 15px;
    color: #666666;
}

.dropdown--profile {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: 0.5rem;
}

    .dropdown--profile .dropdown-toggle {
        padding-right: 2.7rem;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23c90107' fill-rule='nonzero' d='M5.92 10.026l-5.946 5.948 24 24 24-24-5.948-5.948L23.974 28.08z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 7px top 50%;
        background-size: 12px 12px;
        display: flex;
        align-items: center;
        height: 6rem;
        text-decoration: none;
    }

        .dropdown--profile .dropdown-toggle:hover {
            text-decoration: none;
        }

@media (min-width: 1200px) {
    .dropdown--profile .dropdown-toggle {
        height: 8rem;
    }
}

.dropdown--profile .user-name {
    display: block;
    padding: 1rem;
    background-color: #f2f2f2;
    border-bottom: 0;
    font-size: 1.4rem;
    color: #222222;
}

.dropdown--profile .user-name__welcome {
    font-weight: 600;
}

.dropdown--profile .dropdown-menu {
    left: auto;
    right: 0;
    width: 25rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    max-height: unset;
}

    .dropdown--profile .dropdown-menu a {
        border-bottom: 1px solid #ccc;
        padding: 0.8rem 1.2rem;
    }

        .dropdown--profile .dropdown-menu a:hover {
            color: #c90107;
            background-color: #fff;
        }

.dropdown--profile .dropdown-avatar {
    margin-left: 0.5rem;
    margin-right: 0;
    border-radius: 50%;
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.4rem;
    border: 0.3rem solid #D8D8D8;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 2rem 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5 24c4.696 0 8.5-3.804 8.5-8.5S29.196 7 24.5 7a8.498 8.498 0 00-8.5 8.5c0 4.696 3.804 8.5 8.5 8.5zm-.5 3c-5.674 0-17 3.127-17 9.333V41h34v-4.667C41 30.127 29.674 27 24 27z' fill-rule='evenodd' fill='%23434343'/%3E%3C/svg%3E");
}

@media (min-width: 768px) {
    .dropdown--profile .dropdown-avatar {
        width: 4rem;
        height: 4rem;
        background-size: 2.5rem 2.5rem;
    }
}

.dropdown--profile .dropdown-initials {
    border-radius: 50%;
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.4rem;
    border: 0.3rem solid #D8D8D8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

@media (min-width: 768px) {
    .dropdown--profile .dropdown-initials {
        width: 4rem;
        height: 4rem;
        font-size: 1.6rem;
    }
}

.dropdown--profile.open {
    background-color: #f2f2f2;
}

.header__user {
    display: flex;
    align-items: center;
    margin: 0;
}

    .header__user a {
        font-size: 1.4rem;
        color: #222222;
    }

@media (min-width: 1200px) {
    .header__user a {
        font-size: 1.6rem;
    }
}

.header__user a:hover {
    color: #c90107;
    text-decoration: underline;
}

.header__user .or {
    font-size: 1.4rem;
    color: #666;
    margin: 0 0.5rem;
}

.header__avatar-name {
    font-size: 1.4rem;
    font-weight: 600;
    white-space: nowrap;
}


 
.header__secondary-container > .container, .header__primary > .container, .header__search-container > .container {
    max-width: var(--width-Body);
    padding: 0;
}

.header .nav .nav__link.dropdown-toggle:after {
    border: none !important;
}

.environmentName {
    color: #f1f0f0;
    font-size: large;
    text-align: center;
    background-color: #d60000;
    display: inline-block;
    height: 100%;
    margin: 0px;
    padding: 1.5rem 1.5rem 0 1.5rem;
    position: absolute;
    top: 0px;
    left: 15px;
}

.header {
    padding: 0px !important;
}

    .header .flag-gb, .header .flag-ca, .header .flag-us, .header .flag-au {
        width: 1.6rem;
        height: 1.2rem;
        display: inline-block;
        margin-right: 1rem;
    }

    .header .flag-au img {
        width:1.6rem;
    }

    .header__secondary .top_nav__link {
        color: #fff;
        font-size: 1.4rem;
        margin-right: 4rem;
        overflow-wrap: revert;
        text-wrap: nowrap;
    }

    .header__secondary .top_nav__link > * {
        display: inline-block;
    }

    .header__secondary .top_nav__link:hover {
        color: #fff !important;
        text-decoration: underline;
    }

    .header__secondary .top_nav__link.nohover:hover {
        color: #fff !important;
        text-decoration: none;
        cursor: default;
    }


.profile-userName {
    line-height: 2rem;
    max-width: 40rem;
    margin: auto 0;
    text-align: right;
    /*padding-right: 8rem;*/
    font-size: 1.6rem;
}

.dropdown--profile a::after {
    display: none !important;
}


.header .dropdown-menu > li > a {
    display: block;
    padding: 8px 12px;
    clear: both;
    font-weight: normal;
    white-space: nowrap !important;
    border-bottom: 1px solid #ccc;
    transition: all 0.3s ease;
    color: #222;
    background-color: white;
    text-decoration: none;
    box-sizing: border-box;
}


.header.is-active .nav .dropdown-menu li > a {
    color: #fff;
    background-color: #850004;
}

.header .header__mobile-buttons .btn:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) !important;
}

.header #btnSearch {
    margin-top: 5px;
}


.header .form-control.select-control__header .icon {
    margin-left: 0 !important;
}

@media only screen and (min-width: 1200px) {
    .nav.nav-desktop .nav__item {
        height: 80px;
        margin-left: 0px !important;
        margin-right: 14px !important;
    }

    .nav.nav-desktop .nav__link {
        height: 78px !important;
    }

    .nav.nav-desktop.nav--secondary .nav__item {
        height: 20px;
    }

    .header .header__secondary a, .header .header__secondary a *, .header .dropdown-menu > li > a, .header__avatar-name {
        font-size: 1.4rem !important;
    }
}

@media only screen and (min-width: 1300px) {
    .nav.nav-desktop.nav--secondary .nav__item {
        height: 20px !important;
    }

    .header .header__secondary a, .header .header__secondary a *, .header .dropdown-menu > li > a, .header__avatar-name {
        font-size: 1.6rem !important;
    }
}

@media only screen and (min-width: 992px) {
    .nav.nav-desktop .nav__item.dropdown {
        padding-right: 28px !important;
    }
}

@media only screen and (max-width: 768px) {
    .header__branding, .header__logo {
        margin-left: .1rem !important;
    }
}

@media only screen and (max-width: 625px) {
    .nav.nav-desktop.nav--secondary .flag-ca {
        margin-right: 2px !important;
    }

    .header__secondary .top_nav__link {
        margin-right: 1rem;
    }

    .header__secondary .select-control__header {
        padding-left: 0px;
    }
}

