﻿.header-bottom {
    background: #fff;
    position: relative;
    box-shadow: 0 3.4px 2.7px rgb(0 0 0 / 1%),0 8.7px 6.9px rgb(0 0 0 / 1%),0 17.7px 14.2px rgb(0 0 0 / 1%),0 36.5px 29.2px rgb(0 0 0 / 1%),0 100px 80px rgb(0 0 0 / 2%)
}

.sticky-header.sticky {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    background: #333;
    box-shadow: 0 0 2px rgba(0,0,0,.1);
    animation-name: fadeInDown;
    animation-duration: .9s;
    animation-timing-function: cubic-bezier(.2,1,.22,1);
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    border-bottom: 0
}

.main-menu {
    position: relative
}

    .main-menu nav > ul > li {
        position: relative;
        display: inline-block
    }

    .main-menu nav > ul > .has-dropdown {
        margin-right: 5px
    }

        .main-menu nav > ul > .has-dropdown:last-child {
            margin-right: 0
        }

    .main-menu nav > ul > .has-megaitem {
        position: static
    }

    .main-menu nav > ul > li > a {
        display: block;
        line-height: 24px;
        padding: 5px 16px 5px 16px;
        font-size: 13px;
        line-height: 30px;
        color: #2a2a2a
    }

.mega-menu-sub > li > a, .sub-menu > li > a {
    font-weight: 400;
    display: block;
    line-height: 29px;
    text-transform: capitalize;
    color: #000;
    padding: 6px 0;
    font-size: 13px;
    position: relative;
    text-align: right;
    direction: rtl;
    transition: all .3s ease 0s
}

.mega-menu-sub > li > a {
    line-height: 26px
}

    .mega-menu-sub > li > a::after, .sub-menu > li > a::after {
        position: absolute;
        content: "";
        top: 50%;
        right: 0;
        transform: translate(0,-50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background: #ff7000;
        visibility: hidden;
        opacity: 0;
    }

    .mega-menu-sub > li > a:hover, .sub-menu > li > a:hover {
        color: #ff7000;
        transform: translateX(-10px)
    }

        .mega-menu-sub > li > a:hover::after, .sub-menu > li > a:hover::after {
            transform: translate(20px,-50%);
            visibility: visible;
            opacity: 1
        }

.sub-menu {
    position: absolute;
    min-width: 180px;
    padding: 10px 0px;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgba(0,0,0,.1);
    transform-origin: 0 0 0;
    right: 0;
    left: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    top: 100%;
    text-align: left
}

.mega-menu {
    position: absolute;
    min-width: 100%;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgba(0,0,0,.1);
    transform-origin: 0 0 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    top: 100%;
    text-align: left
}

.mega-menu-inner {
    display: flex
}

.mega-menu-item {
    width: 25%;
    margin: 0 10px
}

.mega-menu-item-title {
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: right;
    color: #fd6702 !important;
    font-size: 12px;
    display: block;
    font-weight: 700;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    padding-bottom: 5px;
    margin-top: 5px
}

    .mega-menu-item-title:hover {
        color: #261146
    }

.mega-menu-sub > li {
    display: block
}

.main-menu nav > ul > li:hover .mega-menu, .main-menu nav > ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.menu-banner {
    margin-top: 20px
}

    .menu-banner > a {
        display: block;
        width: 100%
    }

    .menu-banner img {
        width: 100%
    }

.mobile-header-wrapper {
    padding-top: 2px;
    padding-bottom: 5px
}

.mobile-menu {
    padding: 3px 15px;
    display: block;
    border-radius: 4px;
    direction: rtl;
    width: 45px;
    float: right
}

.mobile-menu-dash {
    display: block;
    width: 25px;
    height: 2px;
    background: #000;
    margin-top: 5px;
    margin-bottom: 5px
}

.offcanvas {
    z-index: 999999;
    position: fixed;
    top: 0;
    overflow: scroll !important;
    height: 100vh;
    padding: 0px 0 20px 0;
    transition: all .3s ease 0s;
    transform: translateX(100%);
    box-shadow: none;
    background: #fff;
    color: #eaeaea;
    width: 300px;
    overflow-x: hidden !important;
    -webkit-box-shadow: -2px 0 4px 0 rgba(0,0,0,.14);
    box-shadow: -2px 0 4px 0 rgba(0,0,0,.14)
}

.offcanvas-leftside {
    left: 0;
    transform: translateX(-100%)
}

.offcanvas-rightside {
    right: 0;
    transform: translateX(100%)
}

.offcanvas-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0,0,0,.5)
}

.offcanvas-header {
    margin-bottom: 30px;
    position: absolute;
    left: 7px;
    top: 9px;
    font-size: 22px
}

.offcanvas-close {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    transition: all .3s ease 0s;
    border: none;
    color: #484848
}

    .offcanvas-close:hover {
        color: #261146;
        border-color: #261146
    }

.offcanvas-title {
    margin-bottom: 40px
}

.mobile-menu-top {
    justify-content: center;
    flex-direction: column;
    text-align: right;
    display: block;
    padding: 11px 10px 14px 3px;
    color: #ff7000;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    margin: 0 0px
}

.mobile-menu-user-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    justify-content: center
}

    .mobile-menu-user-menu > li {
        margin-right: 40px;
        position: relative
    }

        .mobile-menu-user-menu > li:last-child {
            margin-right: 0
        }

        .mobile-menu-user-menu > li::after {
            position: absolute;
            content: "|";
            top: 50%;
            transform: translateY(-50%);
            right: calc(0% - 20px)
        }

        .mobile-menu-user-menu > li:last-child::after {
            display: none
        }

        .mobile-menu-user-menu > li > a {
            display: inline-block;
            line-height: 46px;
            color: #666 !important
        }

            .mobile-menu-user-menu > li > a:hover {
                color: #261146
            }

.has-mobile-user-dropdown {
    position: relative;
    padding-right: 15px
}

    .has-mobile-user-dropdown::before {
        content: "";
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        font-weight: 400
    }

.mobile-user-sub-menu {
    position: absolute;
    top: calc(100%);
    left: 50%;
    transform: translate(-50%,-30px);
    padding: 10px 15px;
    width: 160px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    border-radius: 3px;
    transition: all .3s ease 0s;
    visibility: hidden;
    opacity: 0;
    z-index: 99
}

    .mobile-user-sub-menu > li {
        display: block;
        border-bottom: 1px solid #eee;
        padding: 5px 0
    }

        .mobile-user-sub-menu > li:last-child {
            border-bottom: none
        }

        .mobile-user-sub-menu > li > a {
            position: relative;
            color: #666;
            display: flex;
            align-items: center
        }

            .mobile-user-sub-menu > li > a:hover {
                color: #261146
            }

.user-sub-menu-link-icon {
    padding-right: 5px
}

.has-mobile-user-dropdown:hover .mobile-user-sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%,0)
}

.mobile-menu-customer-support {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Raleway,sans-serif
}

.mobile-menu-customer-support-icon {
    max-width: 50px;
    overflow: hidden;
    margin-right: 30px
}

    .mobile-menu-customer-support-icon img {
        width: 100%
    }

.mobile-menu-customer-support-text-phone {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    transition: all .3s ease 0s
}

    .mobile-menu-customer-support-text-phone:hover {
        color: #261146
    }

.mobile-menu-customer-support-text {
    font-size: 14px;
    margin: 20px 0
}

.mobile-action-icon {
    display: flex;
    justify-content: center
}

.mobile-action-icon-item {
    margin-right: 40px
}

    .mobile-action-icon-item:last-child {
        margin-right: 0
    }

.mobile-action-icon-link {
    position: relative;
    font-size: 27px;
    color: #333;
    transition: all .3s ease 0s
}

    .mobile-action-icon-link:hover {
        color: #261146
    }

.mobile-action-icon-item-count {
    position: absolute;
    top: 0;
    right: calc(0% - 10px);
    font-size: 11px;
    display: inline-block;
    background: #333;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transition: all .3s ease 0s
}

.mobile-action-icon-link:hover .mobile-action-icon-item-count {
    background: #261146
}

.mobile-menu-bottom {
    position: fixed;
    bottom: 5%
}

.offcanvas-menu {
    margin: 20px 0
}

    .offcanvas-menu li {
        position: relative;
        padding: 0 0
    }

    .offcanvas-menu > ul > li {
        border-bottom: 1px solid transparent
    }

        .offcanvas-menu > ul > li:last-child {
            border-bottom: none
        }

    .offcanvas-menu li a {
        display: block;
        color: #62666d;
        text-decoration: none;
        text-align: right;
        font-size: 13px;
        padding: 8px 20px
    }

        .offcanvas-menu li a:hover {
            color: #ffa02a
        }

    .offcanvas-menu li .mobile-sub-menu {
        display: none;
        background-color: #f0f0f1;
        padding: 5px 16px 0 16px
    }

.offcanvas-menu-expand::after {
    content: "\e874";
    position: absolute;
    font-family: Linearicons-Free;
    left: 20px;
    transition: all .3s ease;
    color: #a1a3a8;
    font-size: 12px;
    font-weight: 700;
    top: 11px
}

.mobile-sub-menu .offcanvas-menu-expand::after {
    left: 4px
}

.active > a {
    color: #ffa02a !important
}

.offcanvas-menu .active > .offcanvas-menu-expand:last-child, .sub-menu > .active .offcanvas-menu-expand:last-child {
    border-bottom: none
}

.offcanvas-menu .active > .offcanvas-menu-expand::after, .sub-menu > .active .offcanvas-menu-expand::after {
    color: #61b502;
    content: "\e873"
}

.mobile-menu-email {
    color: #999;
    text-align: center;
    display: block
}

    .mobile-menu-email:hover {
        color: #261146
    }

.mobile-menu-social {
    margin-top: 25px;
    text-align: center
}

    .mobile-menu-social > li {
        display: inline-block;
        margin-right: 13px
    }

        .mobile-menu-social > li:last-child {
            margin-right: 0
        }

        .mobile-menu-social > li > a {
            display: inline-block;
            font-size: 14px;
            padding: 0;
            line-height: 30px;
            width: 30px;
            height: 30px;
            border-radius: 100%;
            text-align: center;
            color: #fff !important
        }

            .mobile-menu-social > li > a:hover {
                opacity: .7
            }

            .mobile-menu-social > li > a.facebook {
                background: #4867aa
            }

            .mobile-menu-social > li > a.twitter {
                background: #1da1f2
            }

            .mobile-menu-social > li > a.youtube {
                background: #fe0000
            }

            .mobile-menu-social > li > a.pinterest {
                background: #bd081b
            }

            .mobile-menu-social > li > a.instagram {
                background: #b23a94
            }

.offcanvas-cart-item-single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

    .offcanvas-cart-item-single:last-child {
        margin-bottom: 0
    }

.offcanvas-cart-item-block {
    display: flex;
    align-items: center
}

.offcanvas-cart-item-image-link {
    width: 90px;
    overflow: hidden;
    border: 1px solid #eee;
    margin-right: 20px
}

.offcanvas-cart-image {
    width: 100%
}

.offcanvas-cart-item-link {
    display: block;
    font-weight: 700
}

.offcanvas-cart-item-details {
    font-family: Raleway,sans-serif
}

.offcanvas-cart-total-price {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-family: Raleway,sans-serif
}

.offcanvas-cart-total-price-text {
    font-weight: 700
}

.offcanvas-cart-action-button-list {
    margin-bottom: 25px;
    display: block
}

.offcanvas-cart-action-button-link {
    display: block;
    background: #000;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    font-weight: 600
}

    .offcanvas-cart-action-button-link:hover {
        background: #261146;
        color: #fff
    }

.offcanvas-wishlist-item-single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

    .offcanvas-wishlist-item-single:last-child {
        margin-bottom: 0
    }

.offcanvas-wishlist-item-block {
    display: flex;
    align-items: center
}

.offcanvas-wishlist-item-image-link {
    width: 90px;
    overflow: hidden;
    border: 1px solid #eee;
    margin-right: 20px
}

.offcanvas-wishlist-image {
    width: 100%
}

.offcanvas-wishlist-item-link {
    display: block;
    font-weight: 700
}

.offcanvas-wishlist-item-details {
    font-family: Raleway,sans-serif
}

.offcanvas-wishlist-total-price-text {
    font-weight: 700
}

.offcanvas-wishlist-action-button {
    margin-top: 40px
}

.offcanvas-wishlist-action-button-list {
    margin-bottom: 25px;
    display: block
}

.offcanvas-wishlist-action-button-link {
    display: block;
    background: #000;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize
}

    .offcanvas-wishlist-action-button-link:hover {
        background: #261146;
        color: #fff
    }

.ov-mn {
    background-color: rgba(51,51,51,.59);
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    top: 0;
    z-index: 9999
}

.mobile-header-section {
    z-index: 99999;
    position: relative;
    width: 100%
}

.ti-mn {
    display: block;
    font-size: 13px;
    line-height: 1.571;
    padding: 0 20px 10px;
    font-weight: 600;
    color: #484848;
    text-align: right
}

@media only screen and (max-width:990px) {
    .main-menu {
        display: none
    }

    .offcanvas-open .ov-mn {
        opacity: 1;
        visibility: visible
    }

    body.offcanvas-open {
        overflow: hidden;
        position: fixed;
        left: 0;
        width: 100%
    }

    .offcanvas.offcanvas-open {
        transform: translateX(0)
    }
}

.cd-dropdown-wrapper {
    display: inline-block;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 0;
    top: 5px;
    z-index: 9999;
    float: right;
}

.header-section {
    float: right;
}

.cd-dropdown-trigger {
    display: block;
    position: relative;
    padding: 0 20px 10px 20px;
    line-height: 44px;
    color: #000;
    font-weight: bold;
}


body.no-scroll {
    overflow: hidden;
}

    body.no-scroll::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
    }

.cd-dropdown-trigger:hover {
    color: #ffa02a;
}

body.no-scroll:before {
    position: absolute;
    width: 100%;
    height: calc(100vh - 131px);
    background: rgba(0, 0, 0, .6);
    content: "";
    top: 131px;
    z-index: 99;
}

.cd-dropdown-trigger i {
    float: right;
    font-size: 20px;
    margin-left: 5px;
    position: relative;
    top: 9px;
}

.no-touch .cd-dropdown-trigger:hover {
    background-color: #018d90;
    color: #fff;
}
/*.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {

  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 9px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  -moz-transition: width 0.3s, -moz-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
}
.cd-dropdown-trigger::before {
  right: 22px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-dropdown-trigger::after {
  right: 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}*/
@media only screen and (min-width: 1024px) {
    .cd-dropdown-trigger {
        font-size: 1.5rem;
    }

        .cd-dropdown-trigger.dropdown-is-active {
            color: #ffa02a;
        }

    a:focus {
        text-decoration: none;
    }

    .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
        background-color: #059c9f;
        color: #fff;
    }

    .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        width: 14px;
    }

    .cd-dropdown-trigger.dropdown-is-active::before {
        /* transform the arrow into a 'X' */
        -webkit-transform: translateX(5px) rotate(-45deg);
        -moz-transform: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
        -o-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg);
    }

    .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}


.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
    padding: 0 10px;
}

.cd-dropdown {
    position: fixed;
    z-index: 99999999;
    top: 0;
    right: 0;
    width: 75%;
    height: 100%;
    background-color: #fff;
    color: #ffffff;
    visibility: hidden;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
}

    .cd-dropdown h2 {
        position: relative;
        z-index: 1;
        color: #000;
        background-color: #ffffff;
        text-align: right;
        font-size: 17px;
        box-shadow: 0 3px 4px 0 rgba(0,0,0,.08);
        height: 45px;
    }

    .cd-dropdown .cd-close {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        height: 50px;
        width: 50px;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        color: transparent;
    }

        .cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
            /* this is the 'X' icon */
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            bottom: auto;
            right: auto;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            height: 20px;
            width: 2px;
            background-color: #1a1a1a;
        }

        .cd-dropdown .cd-close::after {
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
        }

        .cd-dropdown .cd-close::before {
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        }

    .cd-dropdown.dropdown-is-active {
        visibility: visible;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateY(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
        -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
        transition: transform 0.5s 0s, visibility 0s 0s;
    }

@media only screen and (min-width: 768px) {
    .cd-dropdown .cd-close {
        top: 5px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown {
        position: absolute;
        top: calc(100% - 2px);
        /* reset style*/
        height: auto;
        width: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        background-color: #ffffff;
        color: #111433;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        opacity: 0;
        padding: 10px 0;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    }

    .open-to-left .cd-dropdown {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        right: 0;
        left: auto;
    }

    .cd-dropdown h2, .cd-dropdown .cd-close {
        /* on desktop - hide title and 'X' */
        display: none;
    }

    .cd-dropdown.dropdown-is-active {
        opacity: 1;
        -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    }
}

.tird-dv {
    position: absolute !important;
    width: 270px !important;
    height: 100vh !important;
    right: 100% !important;
    visibility: hidden !important;
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    background: #f1f8ff !important;
    box-shadow: -4px 0 8px 0 rgba(0, 0, 0, .06);
    overflow-y: scroll !important;
}

.cd-dropdown-content .cd-secondary-dropdown > li:hover .tird-dv {
    visibility: visible !important;
}

.tird-dv > li:first-child > a {
    background-color: #fff !important;
}

.tird-dv > li > a {
    font-weight: bold;
    padding: 10px 0;
}

.tird-dv::-webkit-scrollbar {
    width: 0.5em;
}

.colse-btn {
    position: absolute;
    left: 0;
    top: 30px;
}

.tird-dv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.tird-dv::-webkit-scrollbar-thumb {
    background-color: #b0abab;
    outline: 1px solid rgba(255, 255, 255, 0.00);
    border-radius: 5px;
}

.tird-dv ul {
    margin: 0px 10px;
    border-right: 2px solid #d7dee0;
    padding: 0 10px !important;
}

    .tird-dv ul li a {
        font-size: 13px;
        padding: 6px 0 !important;
        color: #333
    }

.cd-dropdown-content, .cd-dropdown-content ul {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    padding-top: 60px;
}

    .cd-dropdown-content a {
        display: block;
        color: #000;
        text-overflow: ellipsis;
        white-space: nowrap;
        border: none;
        text-align: right;
        padding: 19px 10px;
        font-size: 14px;
        border-bottom: 1px solid #f0f0f0;
    }

    .cd-dropdown-content ul a {
        padding: 15px 10px;
    }

    .cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
        border-top-width: 0;
    }

    .cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
        border-bottom-width: 1px;
    }

    .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #0b0e23;
        font-size: 1.1rem;
        font-weight: bold;
        letter-spacing: 1px;
        color: #585a70;
        text-transform: uppercase;
    }

        .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
            border-top-width: 0;
        }

    .cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
        /* Force Hardware Acceleration */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: opacity 0.3s, -moz-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
    }

    .cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
        /* push the secondary dropdown items to the right */
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

        .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
            /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
            opacity: 0;
        }

    .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
        /* push the dropdown items to the left when secondary dropdown slides in */
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 768px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 0;
        overflow: visible;
    }

    .cd-secondary-dropdown > li a {
        padding: 5px 0;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li > a span {
        display: block;
        padding-top: 15px;
        font-size: 15px;
        font-weight: bold;
        color: #000;
    }

    .cd-dropdown-content a, .cd-dropdown-content ul a {
        color: #303030;
        font-size: 14px;
        position: relative;
        text-align: right;
        padding: 6px 0;
    }

    .has-children {
        padding: 0 30px;
    }

        .has-children a {
            padding: 17px 0px 18px 0px !important;
        }

    .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
        background-color: transparent;
        color: #b3b3b3;
        border-top: 1px solid #ebebeb;
    }

        .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
            border-top-width: 1px;
        }

    .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
        opacity: 1;
    }
}

.cd-dropdown-content .see-all a {
    color: #ea1662;
}

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    height: 80px;
    line-height: 80px;
}

    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding-left: 90px;
}

.cd-dropdown-content .cd-dropdown-gallery img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px;
}

.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    padding-left: 75px;
    position: relative;
}

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
        color: #111433;
        font-size: 1.3rem;
        display: none;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
        /* item icon */
        content: '';
        display: block;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 40px 40px;
    }

@media only screen and (min-width: 1024px) {
    .cd-dropdown-content {
        /* reset mobile style */
        position: static;
        height: calc(100vh - 131px);
        width: 280px;
    }

        .cd-dropdown-content > li:last-of-type a {
            border-bottom: none;
        }

    .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
        color: #3f8654;
    }

    .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        right: 100%;
        height: auto;
        background-color: #ffffff;
        border-right: 1px solid #e5e5e5;
    }

        .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
            clear: both;
            content: "";
            display: table;
        }

    .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        left: auto;
        right: 100%;
    }

    .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-in 0.2s;
        -moz-animation: cd-fade-in 0.2s;
        animation: cd-fade-in 0.2s;
    }

    .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-out 0.2s;
        -moz-animation: cd-fade-out 0.2s;
        animation: cd-fade-out 0.2s;
    }

    .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
        display: none;
    }

    .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
        position: absolute;
        bottom: 20px;
        height: 45px;
        text-align: center;
    }

        .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
            margin: 0;
            height: 100%;
            line-height: 45px;
            background: #ebebeb;
            pointer-events: auto;
            -webkit-transition: color 0.2s, background-color 0.2s;
            -moz-transition: color 0.2s, background-color 0.2s;
            transition: color 0.2s, background-color 0.2s;
        }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
        color: #ffffff;
        background-color: #111433;
    }

    .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
        border: none;
    }

    .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        padding: 20px 30px 100px;
    }

        .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
            width: calc(100% - 60px);
        }

    .cd-dropdown-content .cd-secondary-dropdown {
        width: 250px;
        padding-bottom: 65px;
    }

        .cd-dropdown-content .cd-secondary-dropdown > li > a {
            color: #494949;
            font-size: 13px;
            padding: 8px 10px !important;
        }

    .cd-secondary-dropdown > li:first-child > a {
        background: #f3f8fd;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
        /* hide the arrow */
        display: none;
    }

    .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .cd-dropdown-content .cd-secondary-dropdown > li {
        text-align: right;
        border-right-width: 0;
        border-color: rgba(0, 0, 0, 0.00);
        border-style: solid;
        padding: 0 30px;
        font-size: 13px;
        z-index: 1;
    }

        .cd-dropdown-content .cd-secondary-dropdown > li:first-child {
            border-right-width: 0;
        }

        .cd-dropdown-content .cd-secondary-dropdown > li > ul {
            /* reset mobile style */
            -webkit-transform: translate(0);
            -moz-transform: translate(0);
            -ms-transform: translate(0);
            -o-transform: translate(0);
            transform: translate(0);
            position: relative;
            height: auto;
        }

            .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
                display: none;
                height: 0px;
            }

    .cd-dropdown-content .cd-secondary-dropdown a {
        line-height: 25px;
        font-size: 14px;
        padding-left: 0;
    }

        .cd-dropdown-content .cd-secondary-dropdown a:hover {
            color: #ffa02a
        }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
        color: #ea1662;
    }

    .cd-dropdown-content .cd-secondary-dropdown ul {
        padding-bottom: 25px;
        overflow: hidden;
        height: auto;
    }

    .cd-dropdown-content .cd-secondary-dropdown .go-back a {
        padding-left: 20px;
        color: transparent;
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
        color: transparent;
    }

    .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
        left: 0;
    }

    .cd-dropdown-content .cd-secondary-dropdown .see-all {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .cd-dropdown-content .cd-dropdown-gallery {
        width: 600px;
        padding-bottom: 100px;
    }

        .cd-dropdown-content .cd-dropdown-gallery > li {
            width: 48%;
            float: left;
            margin-right: 4%;
        }

            .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
                margin-right: 0;
            }

        .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
            padding: 0;
            height: auto;
            line-height: normal;
            color: #3f8654;
            margin-bottom: 2em;
        }

        .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
        .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
            margin-bottom: 0;
        }

        .cd-dropdown-content .cd-dropdown-gallery img {
            position: static;
            height: auto;
            width: 100%;
            margin: 0 0 0.6em;
        }

    .cd-dropdown-content .cd-dropdown-icons {
        width: 600px;
    }

        .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
            height: 80px;
            line-height: 1.2;
            padding: 24px 0 0 85px;
        }

            .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
                background: #ebebeb;
            }

            .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
                color: #3f8654;
                font-weight: bold;
            }

            .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
                display: block;
                font-size: 1.2rem;
            }

            .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
                left: 25px;
            }

    .cd-dropdown-content > .has-children > ul {
        visibility: hidden;
    }

        .cd-dropdown-content > .has-children > ul.is-active {
            /* when hover over .cd-dropdown-content items - show subnavigation */
            visibility: visible;
        }

    .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
        /* if .cd-secondary-dropdown is visible - show also subnavigation */
        visibility: visible;
    }

    .cd-dropdown-content > .has-children > a.is-active {
        color: #ffa02a;
    }

        .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
            background: #ffa02a;
        }

    .open-to-left .cd-dropdown-content > .has-children > a.is-active {
        box-shadow: inset -2px 0 0 #3f8654;
    }
}

.cd-dropdown-wrapper > a.dropdown-is-active {
    color: #1248a0;
}

    .cd-dropdown-wrapper > a.dropdown-is-active i:before {
        content: "\e870";
    }

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: visible;
    }
}

@keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: visible;
    }
}


.has-children > a, .go-back a {
    position: relative;
}

    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        /* arrow icon in CSS - for element with nested unordered lists */
        content: '';
        position: absolute;
        top: 48%;
        margin-top: -1px;
        display: inline-block;
        height: 1px;
        width: 10px;
        background: #000;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .has-children > a::before, .go-back a::before {
        -webkit-transform: rotate(134deg);
        -moz-transform: rotate(134deg);
        -ms-transform: rotate(134deg);
        -o-transform: rotate(4134deg);
        transform: rotate(134deg);
    }

    .has-children > a::after, .go-back a::after {
        -webkit-transform: rotate(-133deg);
        -moz-transform: rotate(-133deg);
        -ms-transform: rotate(-133deg);
        -o-transform: rotate(-133deg);
        transform: rotate(-133deg);
    }

@media only screen and (min-width: 1024px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        background: #b3b3b3;
    }
}

.has-children > a {
    padding-right: 22px;
}

    .has-children > a:before, .has-children > a:after {
        /* arrow goes on the right side - children navigation */
        left: 0px;
        -webkit-transform-origin: 9px 50%;
        -moz-transform-origin: 9px 50%;
        -ms-transform-origin: 9px 50%;
        -o-transform-origin: 9px 50%;
        transform-origin: 9px 50%;
        display: none;
        content: "";
    }


.has-children:hover > a:before, .has-children:hover > a:after {
    display: block;
}

@media only screen and (min-width: 1024px) {
    .open-to-left .cd-dropdown-content > .has-children > a {
        padding-left: 40px;
        padding-right: 20px;
    }

    .cd-dropdown-content .cd-secondary-dropdown {
        width: 280px;
        padding-bottom: 65px;
        height: 100vh;
        z-index: 1;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        direction: rtl;
        padding: 10px 0 10px 0;
    }

    .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
        right: auto;
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        -moz-transform-origin: 1px 50%;
        -ms-transform-origin: 1px 50%;
        -o-transform-origin: 1px 50%;
        transform-origin: 1px 50%;
    }
}

.cd-dropdown-content .go-back a {
    padding-left: 40px;
}

    .cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
        /* arrow goes on the left side - go back button */
        left: 36px;
        -webkit-transform-origin: 1px 50%;
        -moz-transform-origin: 1px 50%;
        -ms-transform-origin: 1px 50%;
        -o-transform-origin: 1px 50%;
        transform-origin: 1px 50%;
        display: none;
    }

.cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
    display: none;
}

cd-dropdown-content li {
    position: relative;
}

.pn-cp, .power_by a {
    color: #000;
}

.cd-dropdown-trigger {
    padding-right: 0;
}

.ti-bx {
    padding-top: 12px;
}

.cd-dropdown-trigger:focus {
    background: none;
}

ul {
    list-style: none;
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown {
        position: absolute;
        /*top: calc(100% - -38px);*/
    }
}

@media only screen and (max-width:1370px) {
    .header-section {
        float: right;
        width: 60%;
    }

    .main-menu nav > ul > li > a {
        padding: 11px 11px 16px 7px;
    }
}

@media only screen and (max-width:1100px) {

    .cd-dropdown-trigger {
        padding-right: 0;
        padding-left: 5px;
    }

    .main-menu nav > ul > li > a {
        padding: 11px 7px 16px 2px;
    }
}

@media only screen and (max-width:990px) {


    .mobile-header-section {
        top: -10px;
    }

    .btn-login .btn-sb img {
        width: 22px !important;
        top: -6px;
    }
}

.lnr-mn {
    float: left;
    position: relative;
    top: 4px;
    display: none;
}

.cd-dropdown-content .cd-secondary-dropdown > li:hover .lnr-mn {
    display: block;
}



@media only screen and (max-width: 990px) {
    .cd-dropdown-wrapper {
        display: none;
    }
}
