﻿﻿
.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, 0.1);
    animation-name: fadeInDown;
    animation-duration: 900ms;
    animation-timing-function: cubic-bezier(0.2, 1, 0.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;
        margin-left: 16px;
    }

    .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: 21px 5px 15px 32px;
        font-size: 15px;
        line-height: 30px;
        color: #000;
    }

    .main-menu nav > ul {
        direction: rtl;
    }

        .main-menu nav > ul > li:last-child a {
            border: none;
        }

        .main-menu nav > ul > li > a:hover {
            color: #fcc32c;
        }

.sub-menu > li > a,
.mega-menu-sub > li > a {
    font-weight: 400;
    display: block;
    line-height: 29px;
    text-transform: capitalize;
    color: #5b5a5a;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    text-align: right;
    direction: rtl;
    transition: all 0.3s ease 0s;
}

    .sub-menu > li > a::after,
    .mega-menu-sub > li > a::after {
        position: absolute;
        content: "";
        top: 50%;
        right: 0;
        transform: translate(0px, -50%);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background: #261146;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease 0s;
    }

    .sub-menu > li > a:hover,
    .mega-menu-sub > li > a:hover {
        color: #261146;
        transform: translateX(-10px);
    }

        .sub-menu > li > a:hover::after,
        .mega-menu-sub > li > a:hover::after {
            transform: translate(20px, -50%);
            visibility: visible;
            opacity: 1;
        }

.sub-menu {
    position: absolute;
    min-width: 180px;
    padding: 10px 15px;
    background: #FFF;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    right: 0;
    left: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 99;
    top: 100%;
    text-align: left;
}

    .sub-menu .has-dropdown {
        position: relative;
    }

        .sub-menu .has-dropdown .sub-menu-dv {
            position: absolute;
            min-width: 180px;
            padding: 10px 15px;
            background: #FFF;
            box-shadow: 0 3px 11px 0 rgb(0 0 0 / 10%);
            left: -131%;
            opacity: 0;
            visibility: hidden;
            transition: 0.5s;
            z-index: 99;
            top: 18%;
            text-align: left;
        }

            .sub-menu .has-dropdown .sub-menu-dv li a {
                display: block;
                font-weight: bold;
                color: #212121;
                text-align: right;
                padding: 8px 0;
                font-size: 12px;
            }

        .sub-menu .has-dropdown:hover .sub-menu-dv {
            opacity: 1;
            visibility: visible;
        }

.mega-menu {
    position: absolute;
    min-width: 100%;
    padding: 20px;
    background: #FFF;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    transform-origin: 0 0 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 99;
    top: 100%;
    text-align: left;
}

.mega-menu-inner {
    display: flex;
    flex-wrap: wrap;
}

.mega-menu-item {
    width: 250px;
    margin: 0 15px 20px 15px;
}

.mega-menu-item-title {
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: right;
    color: rgb(14, 14, 14) !important;
    font-size: 13px;
    display: block;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

    .mega-menu-item-title:hover {
        color: #261146;
    }

.mega-menu-sub > li {
    display: block;
}

.main-menu nav > ul > li:hover .sub-menu,
.main-menu nav > ul > li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: perspective(600px) rotateX(0deg);
}

.menu-banner {
    margin-top: 20px;
}

    .menu-banner > a {
        display: block;
        width: 100%;
    }

    .menu-banner img {
        width: 100%;
    }

.mobile-header-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
}

.mobile-menu {
    padding: 5px 0px;
    display: block;
    border-radius: 4px;
    text-align: right;
    direction: rtl;
}

.mobile-menu-dash {
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    margin-top: 5px;
    margin-bottom: 5px;
}

/*****************************
Layout - Offcanvas
*****************************/
.offcanvas {
    z-index: 9999;
    position: fixed;
    top: 0;
    overflow: scroll !important;
    height: 100vh;
    padding: 0px 0 20px 0;
    transition: all 0.3s ease 0s;
    transform: translateX(100%);
    box-shadow: none;
    background: #fff;
    color: #eaeaea;
    width: 234px;
    overflow-x: hidden !important;
    -webkit-box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: -2px 0 4px 0 rgba(0, 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, 0.5);
}

.offcanvas-header {
    margin-bottom: 30px;
    position: absolute;
    left: 13px;
    top: 12px;
}

.offcanvas-close {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: none;
    transition: all 0.3s ease 0s;
    border: none;
    color: #000;
}

    .offcanvas-close:hover {
        color: #261146;
        border-color: #261146;
    }

.offcanvas-title {
    margin-bottom: 40px;
}

/*mobile-menu Top Area*/
.mobile-menu-top {
    justify-content: center;
    flex-direction: column;
    text-align: right;
    display: block;
    padding: 1px 0px 7px 0px;
    color: #262261;
    font-size: 14px;
    font-weight: bold;
    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, 0.2);
    border-radius: 3px;
    transition: all 0.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 Center Area*/
.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 0.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 0.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 0.3s ease 0s;
}

.mobile-action-icon-link:hover .mobile-action-icon-item-count {
    background: #261146;
}

/*Mobile Menu Bottom Area*/
.mobile-menu-bottom {
    position: fixed;
    bottom: 5%;
}

.offcanvas-menu {
    margin: 10px 0;
}

    .offcanvas-menu li {
        position: relative;
        padding: 0px 0px;
    }

    .offcanvas-menu > ul > li {
        border-bottom: 1px solid #f5f5f5;
    }

        .offcanvas-menu > ul > li:last-child {
            border-bottom: none;
        }

        .offcanvas-menu > ul > li > a {
            padding: 12px 20px;
        }

    .offcanvas-menu li a {
        display: block;
        color: #62666d;
        text-decoration: none;
        text-align: right;
        font-size: 13px;
        padding: 12px 0px;
    }

        .offcanvas-menu li a:hover {
            color: #000;
        }

    .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 0.3s ease;
    color: #a1a3a8;
    font-size: 12px;
    font-weight: bold;
    top: 11px;
}

.mobile-sub-menu .offcanvas-menu-expand::after {
    left: 4px;
}

.mobile-menu-top img {
    width: 102px;
    margin-top: 10px;
    margin-right: 15px;
}

.main-menu nav > ul > li > a {
    position: relative;
}

    .main-menu nav > ul > li > a:before {
        position: absolute;
        width: 5px;
        height: 5px;
        bottom: 5px;
        background-color: #fcc42b;
        border-radius: 50%;
        content: "";
        right: 16px;
        display: none;
    }

    .main-menu nav > ul > li > a:after {
        position: absolute;
        width: 12px;
        height: 5px;
        bottom: 5px;
        background-color: #fcc42b;
        border-radius: 5px;
        content: "";
        right: 25px;
        display: none;
    }

.main-menu nav > ul > li.active > a:after, .main-menu nav > ul > li.active > a:before {
    display: block;
}

.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: #806491;
    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: 0px;
        }

        .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: 0.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, 0.59);
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    top: 0;
    z-index: 101;
}

.mobile-header-section {
    position: relative;
    width: 100%;
}

.ti-mn {
    display: block;
    font-size: 13px;
    line-height: 1.571;
    padding: 0px 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);
    }
}

.d-lg-none {
    display: none;
}

.cd-dropdown-wrapper {
    display: inline-block;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 0;
    top: 5px;
    float: right;
}


.cd-dropdown-trigger {
    display: block;
    position: relative;
    color: #000;
}

    .cd-dropdown-trigger:hover {
        color: #fcc42b;
    }

/*.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;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        -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-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -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;
    }
}

.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 #ccc;
    }

    .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 {
        width: 33%;
        float: right;
    }

        .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;
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
        text-align: right;
        padding: 6px 0;
    }

    .has-children a {
        padding: 17px 15px 18px 15px !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: auto;
        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 {
        overflow: hidden;
        width: 550px;
        padding-bottom: 65px;
    }

        .cd-dropdown-content .cd-secondary-dropdown > li > a {
            color: #494949;
            font-size: 13px;
            line-height: 19px;
            font-weight: bold;
        }

            .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:nth-of-type(2n) {
                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-trigger:focus {
    color: #fcc42b;
    background-color: #fff;
}

.cd-dropdown-trigger:active {
    color: #fff;
}

@-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: 50%;
        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: 20px;
        -webkit-transform-origin: 9px 50%;
        -moz-transform-origin: 9px 50%;
        -ms-transform-origin: 9px 50%;
        -o-transform-origin: 9px 50%;
        transform-origin: 9px 50%;
    }

@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 {
        overflow: hidden;
        width: 650px;
        padding-bottom: 65px;
        height: 503px;
        z-index: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        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;
}

.img-mb {
    display: none;
}
