@font-face {
    font-family: "Autography";
    font-style: normal;
    font-weight: normal;
    src: local("Autography"), url("Autography.woff") format("woff");
}
.btn-outline-primary {
    padding: 8px 10px;
}
a:hover {
    text-decoration: none;
}
.bg-primary,
.bg-success {
    background-color: #f1c651 !important;
    background-image: #f1c651 !important;
}
.btn-primary {
    background-color: #f1c651 !important;
    background-image: #f1c651 !important;
}
.btn-primary {
    border-color: #f1c651 !important;
}

.passeye {
    padding: 10px;
    position: absolute;
    top: 1px;
    right: 15px;
    z-index: 9;
    cursor: pointer;
}
.btn-outline-primary, .btn-success, .btn-success:hover {
    background-color: #f1c651;
    border-color: #f1c651;
    color: #fff;
}
.btn-outline-primary-new {
    background-color: #f1c65100;
    border-color: #000;
    color: #000;
    border-radius: 50px;
}
.btn-outline-primary-new:hover {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
    border-radius: 50px !important;
}
/*
.btn-outline-primary:hover {
    background-color: #f1c651 !important;
    border-color: #f1c651 !important;
    color: #fff !important;
}
*/

.bg-success {
    background-color: #f1c651;
}

.header-text {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link {
    color: #333;
    font-size: 17px;
    padding: 8px 18px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    background: #f1c651;
    color: #fff;
}

.bg-light {
    background: #fff;
    background-color: #fff !important;
}

.text-primary {
    color: #f1c651 !important;
}

.carousel-control-prev {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 1%;
    background: #fff;
    color: #fff;
    border-radius: 3px;
    opacity: 1;
    border: none;
}

.carousel-control-next {
    width: 40px;
    height: 40px;
    top: 50%;
    right: 1%;
    background: #fff;
    color: #fff;
    border-radius: 3px;
    opacity: 1;
    border: none;
}

.carousel-control-next .icon--right-t:before,
.carousel-control-prev .icon--left-t:before {
    color: #333 !important;
    font-size: 18px !important;
}

.f15 {
    font-size: 15px;
}

.f20 {
    font-size: 22px;
}

.maintop-nav ul {
    padding: 0;
}

.maintop-nav ul li {
    float: left;
    list-style: none;
    display: contents;
    margin: 0;
}

.maintop-nav ul li a {
    color: #333;
    font-size: 17px;
    padding: 8px 12px;
    font-weight: 400;
}

.maintop-nav ul li a:hover {
    color: #f1c651;
}

.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 1.25rem;
    left: 5%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 1%;
}

.carousel-indicators [data-mdb-target] {
    background-color: #56be80;
}

.carousel-item h5 {
    font-size: 65px;
    line-height: 70px;
    color: #56be80;
}

.carousel-item p {
    font-size: 22px;
    line-height: 25px;
    color: #333;
}

.bg-grey {
    background-color: #f6f6f9;
    background: #f6f6f9;
}

.btn {
    text-transform: capitalize;
}

.w-70 {
    width: 70% !important;
}

.f12 {
    font-size: 12px;
}

.blog .card .dateshow {
    position: absolute;
    background: #fff;
    padding: 5px 8px;
    bottom: 0px;
    right: 0;
    border-top-left-radius: 10px;
    font-size: 13px;
    font-weight: 600;
}

.blog .card-title {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    background: #fff;
    position: relative;
    height: 65px;
}

.blog p {
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    background: #fff;
    position: relative;
    height: 85px;
}

.card-header {
    position: relative;
}
a .dateshow,
a h5 {
    color: #333;
}

.btnreadmore {
    font-size: 15px;
    margin-top: 10px;
    color: #fff;
    background: #f1c651;
    border-color: #f1c651;
    box-shadow: none;
    display: inline-block;
    padding-bottom: 3px;
}

.slick-prev:before,
.slick-next:before {
    padding: 10px;
    background: #f1c651;
}

.bg-grey-dark {
    background: #f1c651;
}

.newslatter-inner form .form-control {
    height: 60px;
    border-radius: 60px;
    border: 0;
    padding: 10px 150px 10px 30px;
}

.newslatter-inner form .button {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
}

.newslatter-inner form .button .btn {
    border-radius: 50px;
    padding: 10px 26px;
    margin: auto;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.footer ul li a {
    text-decoration: none;
    padding: 7px 10px;
    display: inline-block;
    color: #333;
}

.footer ul li a:hover {
    color: #f1c651;
    font-weight: 600;
}

.footer .btnfoot {
    padding: 5px 10px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
}

.footer .btnfoot:hover {
    color: #f1c651;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}

.bg-img-about {
    background-image: url(https://cdn.pixabay.com/photo/2017/03/01/23/59/texture-2110017_960_720.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-size: cover;
    color: #0c1a08;
}

.mainsearch form .form-control {
    height: 40px;
    border-radius: 60px;
    border: 1px solid #f1f1f1;
    padding: 10px 50px 10px 30px;
}

.mainsearch form .button {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
}

.mainsearch form .button .btn {
    border-radius: 50px;
    padding: 8px 12px;
    margin: auto;
}

.f14 {
    font-size: 14px;
}

.menubg,
.menubg .nav-link:hover {
    background: #d0ffe3;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #333;
}

.navbar-dark .navbar-nav .nav-link:focus {
    color: #333;
}

.w-90 {
    width: 90%;
}

.announcement-bar {
    background-color: #f1c651;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 40px;
    overflow: hidden;
    position: relative;
}

.announcement-text {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    padding: 0 !important;
    display: flex !important;
    flex-flow: row wrap !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 40px !important;
    margin: 0 !important;
    font-weight: bold;
}

.announcement-text a {
    text-decoration: underline;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .announcement-text {
        letter-spacing: normal !important;
        font-size: 11px !important;
        padding: 0 12px 0 !important;
    }
}

/*---cust------*/

/* ==========================================================================
   #HEADER
   ========================================================================== */
.header-stripe {
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background: gray;
}

.header--stripe {
    padding-top: 3px;
}

.header--stripe .header__logo-img {
    padding-top: 15px;
}

.header,
.header__logo,
.header-trigger {
    height: 100px;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
    .header,
    .header__logo,
    .header-trigger {
        height: 84px;
    }
    .header__logo {
        min-height: 84px;
    }
}

.header__logo-img,
.header-trigger {
    max-height: 85px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
    .header__logo-img,
    .header-trigger {
        max-height: 84px;
    }
}

.header {
    position: fixed;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid transparent;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: border-color 0.3s ease-in, opacity 0.3s ease-in;
    -moz-transition: border-color 0.3s ease-in, opacity 0.3s ease-in;
    transition: border-color 0.3s ease-in, opacity 0.3s ease-in;
}

@media screen and (max-width: 768px) {
    .header {
        border-top-width: 1px;
    }
}

.template-cart .header,
.template-blog .header,
.template-article .header,
.template-customers-login .header,
.template-product .header {
    background-color: #fff;
    position: relative;
}

.header.js-header-sticky--border {
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    top: 0px !important;
}

.header__wrapper {
    position: static;
}

.header__logo {
    display: flex;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    max-width: 420px;
}

@media screen and (max-width: 768px) {
    .header__logo {
        max-width: 230px;
    }
}

/* .header__logo img {
    width: 100px;
} */

.header__logo-wrapper {
    align-items: center;
    display: flex;
    margin: 0;
    line-height: 0;
    width: 100%;
}

.header__logo-link {
    display: inline-block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header__logo-link:hover {
    opacity: 0.8;
    text-decoration: none;
}

.header__logo-link--text {
    color: #071906;
    word-break: break-word;
    display: inline-block;
    font-family: AvenirLTPro-Book, sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 1.25em;
}

.header__logo-img {
    vertical-align: baseline;
    padding: 0;
}

.header-navs {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    width: 100%;
    z-index: 99;
}

@media screen and (max-width: 980px) {
    .header-navs {
        padding: 0 18px;
    }
}

.primary-nav {
    text-align: left;
    float: left;
    z-index: 100;
    width: 40%;
}

.primary-nav__items {
    margin-left: 0;
    list-style: none;
    float: left;
    font-family: "Futura PT W01 Demi";
    -webkit-transition: position 0.5s ease;
    -moz-transition: position 0.5s ease;
    transition: position 0.5s ease;
}

.primary-nav__items::after {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    content: "";
    background-color: #fff;
    display: block;
    height: 100vh;
    left: -450px;
    position: fixed;
    top: 0;
    width: 450px;
}

.primary-nav__items.js-active::after {
    left: 0px;
}

.primary-nav__items.js-active::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    display: block;
    height: 100vh;
    left: 0px;
    position: fixed;
    top: 0;
    width: 100vw;
}

.primary-nav__item {
    margin: 0 15px;
    position: relative;
    font-family: AvenirLTPro-Book;
}

.secondary-nav {
    text-align: right;
    float: right;
}

.secondary-nav__item {
    margin-left: 15px;
}

.primary-nav,
.secondary-nav {
    position: relative;
    font-size: 14px;
    width: 40%;
}

.primary-nav__items,
.secondary-nav__items {
    margin: 0;
}

.primary-nav__item,
.secondary-nav__item {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-family: "Futura PT W01 Demi";
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.touch .primary-nav__item .nav__sub,
.touch .secondary-nav__item .nav__sub {
    display: none;
}

.touch .primary-nav__item:hover .nav__sub,
.touch .secondary-nav__item:hover .nav__sub {
    display: block;
}

.touch .nav__sub__item .nav__sub-t {
    display: none;
}

.touch .nav__sub__item:hover .nav__sub-t {
    display: block;
}

.touch .header--mega .nav__sub-t {
    display: block;
}

.nav__sub {
    position: absolute;
    padding-top: 8px;
    text-align: left;
    font-size: 0.9rem;
    left: 0;
    /* margin-left: 15px; */
    margin-left: -10px;
}

@media only screen and (max-width: 600px) {
    #sub-account {
        top: 70px;
    }
}

.nav__sub-wrap {
    border: 1px solid #e4e4e4;
    padding: 12px 0;
    left: 0;
}

.nav__sub-wrap:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 16px;
    height: 0;
    width: 0;
    border-color: transparent transparent white transparent;
    border-width: 10px;
    border-style: solid;
}

.nav__sub-wrap:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    left: 18px;
    box-shadow: -1px 1px 2px -2px #111111;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.nav__sub__items {
    margin: 50px 0 0;
    font-family: AvenirLTPro-Book;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

.nav__link--sub:after {
    content: "\e915";
    font-family: "sb-icons";
    position: relative;
    font-size: 12px;
    margin-left: 6px;
    line-height: 0;
}

.nav__sub__link {
    color: rgba(24, 48, 41, 0.8);
    width: 100%;
    display: inline-block;
    padding: 3px 18px;
    font-size: 18px;
}

.nav__sub__link:hover {
    opacity: 1;
    color: #f1c651;
    background: transparent;
    text-decoration: none;
}

.nav__sub__item--sub .nav__sub__link {
    position: relative;
    padding-right: 6px;
}

.nav__sub__item--sub .nav__sub__link:after {
    content: "\e913";
    font-family: "sb-icons";
    opacity: 0.7;
    position: absolute;
    font-size: 12px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    top: 9px;
    right: 12px;
}

.nav__sub-t {
    position: absolute;
    left: 179px;
    top: auto;
    margin-top: -40px;
}

.header--mega .nav__sub-t {
    -webkit-transition: 0.6s transform ease;
    -moz-transition: 0.6s transform ease;
    transition: 0.6s transform ease;
    background: #e1cde6;
    display: block;
    height: 100vh;
    left: 450px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    top: 40px;
    transition: 0.5s width ease-out;
    white-space: nowrap;
    width: 0;
}

.header--mega .nav__sub__item--sub[aria-expanded="true"] .nav__sub-t {
    position: fixed;
    left: 450px;
    z-index: 100;
}

.header--mega .primary-nav__items.expanded .nav__sub-t {
    width: 250px;
}

.nav__sub-t-wrap {
    background: white;
    width: 180px;
    border: 1px solid #e4e4e4;
    padding: 12px 0;
}

.nav__sub-t__items {
    margin: 0;
}

.nav__sub-t__link {
    width: 100%;
    display: inline-block;
    margin-top: 12px;
    padding: 3px 18px;
    color: rgba(24, 48, 41, 0.8);
}

.nav__sub-t__link:hover {
    opacity: 1;
    color: #fff;
    background: transparent;
    text-decoration: none;
}

.primary-nav__link,
.secondary-nav__link {
    color: #071906;
    font-weight: 600;
    font-size: 15px;
}

.primary-nav__link:hover,
.secondary-nav__link:hover {
    text-decoration: none;
    color: #071906;
}

.primary-nav__link {
    display: block;
    font-size: 15px;
    letter-spacing: 0.15em;
    position: relative;
    z-index: 101;
}

.secondary-nav__link--search {
    position: relative;
    font-size: 18px;
    line-height: 0;
    top: 2px;
    color: #071906;
    display: block;
    overflow: hidden;
    width: 19px;
}

.header--center {
    height: auto;
}

.header--center .header__logo {
    position: relative;
    height: auto;
    margin: 0 auto;
}

.header--center .header__logo--text {
    min-height: 84px;
    max-height: 84px;
}

.header--center .header__logo-link--text {
    margin: 12px 0;
}

.header--center .header__logo-img {
    max-height: none;
    padding: 18px 0;
}

.header--center .header-navs {
    position: static;
}

.header--center .primary-nav {
    width: 100%;
    text-align: center;
    margin: 0 0 12px;
}

.header--center .primary-nav__items {
    float: none;
    padding: 0 108px;
}

.header--center .primary-nav__item {
    margin: 0 9px;
}

.header--center .secondary-nav {
    position: absolute;
    top: 12px;
    right: 30px;
}

@media screen and (max-width: 768px) {
    .header--center {
        height: 84px;
    }

    .header--center .header__logo-img {
        max-height: 84px;
    }
}

.header--mega .primary-nav,
.header--mega .primary-nav__item {
    position: static;
    z-index: 99;
}

.header--mega .primary-nav {
    z-index: 100;
}

.header--mega .primary-nav__item:hover .nav__sub {
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}

.header--mega.header--center .primary-nav .nav__sub {
    padding-top: 13px;
}

.header--mega .primary-nav__item[aria-expanded="true"] .nav__sub {
    transform: translateX(0%);
    margin-left: 0;
}

.header--mega .primary-nav__items:not(.js-active) .nav__sub {
    transform: translateX(-100%);
}

.header--mega .primary-nav__item .js-header-sub-link-a::after {
    content: none;
}

.header--mega .primary-nav__item[aria-expanded="true"] .js-header-sub-link-a {
    border-bottom: solid 1px currentColor;
}

.header--mega
    .primary-nav__item[aria-expanded="true"]
    .nav__sub__item--sub
    .nav__sub__link::after {
    opacity: 1;
}

.header--mega .primary-nav__item .nav__sub {
    -webkit-transition: -webkit-transform 0.6s ease;
    -moz-transition: -moz-transform 0.6s ease;
    transition: transform 0.6s ease;
    height: 100vh;
    padding-top: 75px;
    top: 0;
    transform: translateX(-100%);
    width: 450px;
    z-index: 100;
}

.header--mega .js-nav-close {
    -webkit-appearance: none;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    height: 1rem;
    left: 425px;
    line-height: 0.5;
    margin: auto;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    transition-delay: 0.3s;
    transition: 0.6s opacity ease-out;
    z-index: 101;
}

.header--mega .primary-nav[aria-expanded="true"] + .js-nav-close {
    opacity: 1;
}

.header--mega .primary-nav .js-active + .close {
    opacity: 1;
}

.header--mega .primary-nav .nav__sub-wrap {
    height: 100%;
    border: none;
    position: relative;
}

.header--mega .primary-nav .nav__sub-wrap:before,
.header--mega .primary-nav .nav__sub-wrap:after {
    content: none;
}

.header--mega .primary-nav .nav__sub__items {
    font-size: 0;
    margin-left: 45px;
}

.header--mega .primary-nav .nav__sub__items hr {
    border: none;
    color: transparent;
    background: #111111;
    width: 40%;
    height: 2px;
}

.header--mega .primary-nav .nav__sub__item {
    font-weight: 600;
    vertical-align: top;
    font-size: 1.25rem;
    letter-spacing: 2px;
    list-style: none;
}

.header--mega
    .primary-nav
    .nav__sub__item[aria-expanded="true"]
    .nav__sub__link {
    color: #f1c651;
    transition: 0.2s color ease;
}

.header--mega .primary-nav .nav__sub__link {
    transition: 0.2s color ease;
}

.header--mega .primary-nav .nav__sub__link::after {
    content: none;
}

.header--mega .primary-nav .nav__sub__item--mega-wide {
    width: 50%;
}

.header--mega .primary-nav .nav__sub__item--mega-wide .nav__sub-t__items {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
}

.header--mega .primary-nav .nav__sub__link {
    line-height: 1.2em;
    color: #071906;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.025em;
    margin-top: 12px;
    padding: 3px 1em 3px 0px;
}

.header--mega
    .primary-nav
    .primary-nav__item[aria-expanded="true"]
    .nav__sub__item--sub::after {
    opacity: 1;
    transition-delay: 0.8s;
    transition: 0.2s opacity ease;
}

.header--mega .primary-nav .nav__sub__item--sub {
    position: relative;
    width: 100%;
}

.header--mega .primary-nav .nav__sub__item--sub::after {
    content: " +";
    bottom: 0;
    display: block;
    font-size: inherit;
    font-weight: normal;
    opacity: 0;
    position: absolute;
    right: 30px;
    text-indent: 0.5em;
    top: 8px;
    cursor: pointer;
}

.header--mega .primary-nav .nav__sub__item--sub .nav__sub__link {
    cursor: pointer;
    margin-bottom: 6px;
    width: auto;
    position: relative;
}

.header--mega .primary-nav .nav__sub__item--sub .nav__sub__link:hover {
    background: transparent;
    color: #f1c651;
}

.header--mega .primary-nav .nav__sub__item--sub:hover .nav__sub__link {
    background: transparent;
}

.header--mega .primary-nav .nav__sub-t-wrap {
    background: transparent;
    border: none;
    width: auto;
    padding: 0;
}

.header--mega .primary-nav .nav__sub-t__link {
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 1.3;
    padding: 3px 6px;
}

.header--mega .primary-nav .nav__sub--cta .nav__sub__items,
.header--mega .primary-nav .nav__sub--cta .nav__sub__cta {
    float: left;
}

.header--mega .primary-nav .nav__sub--cta .nav__sub__items {
    width: 75%;
}

.header--mega .primary-nav .nav__sub--cta .nav__sub__cta {
    width: 25%;
    padding-top: 12px;
}

.header--mega .primary-nav .nav__sub--cta .nav__sub__item {
    width: 33.3336%;
}

.header--mega .primary-nav .nav__sub--cta .nav__sub__item--mega-wide {
    width: 66.6666%;
}

.header--mega .primary-nav .nav__sub--cta .nav__sub__cta-image {
    width: 100%;
    margin-bottom: 12px;
}

.header--mega .primary-nav .nav__sub--cta .nav__sub__cta-image-link {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header--mega .primary-nav .nav__sub--cta .nav__sub__cta-image-link:hover {
    opacity: 0.85;
}

.header--mega .primary-nav .nav__sub--cta .nav__sub__cta-title {
    margin-bottom: 3px;
}

.header--mega .primary-nav .nav__sub--cta .nav__sub__cta-text {
    font-family: AvenirLTPro-Book;
    font-weight: 400;
    text-transform: initial;
    font-size: 0.95rem;
    letter-spacing: 0;
    margin-bottom: 3px;
}

.header--mega .primary-nav .nav__sub--cta .nav__sub__cta-link {
    margin-top: 6px;
}

@media screen and (max-width: 980px) {
    .header--mega .primary-nav .nav__sub__wrap {
        padding: 6px 12px 18px;
    }

    .header--mega .primary-nav .nav__sub--cta .nav__sub__items {
        width: 65%;
    }

    .header--mega .primary-nav .nav__sub--cta .nav__sub__cta {
        width: 35%;
    }
}

/* ==========================================================================
   #MOBILE DRAWER AND TRIGGERS
   ========================================================================== */
.header-trigger {
    position: absolute;
    top: 0;
}

.header-trigger--left {
    left: 30px;
}

.header-trigger--right {
    right: 30px;
    text-align: right;
}

.header-trigger--right .header-trigger__link {
    top: -2px;
}

.header-trigger__link {
    position: relative;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 0;
    display: block;
    color: #111111;
}

.header-trigger__link.js-cart-full:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    display: block;
    background: gray;
    top: 0;
    left: -2px;
    border-radius: 50%;
}

@media screen and (max-width: 980px) {
    .header-trigger--right {
        right: 18px;
    }

    .header-trigger--left {
        left: 18px;
    }
}

.mobile-draw-trigger-icon,
.cart-draw-trigger-icon {
    display: none;
}

.mobile-draw {
    min-height: 100%;
    background: #eafaea;
    padding: 24px 18px 48px;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    height: 100%;
    position: relative;
}

.mobile-draw .mfp-close.mfp-close {
    color: white;
    width: 28px;
    height: 28px;
    display: block;
    font-size: 24px;
    line-height: 0;
    text-align: center;
    position: absolute;
    right: 12px;
    top: 24px;
}

.mobile-nav {
    margin-top: 42px;
}

.mobile-nav__items {
    margin: 0;
}

.mobile-nav__item {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-nav__item:last-child {
    border-bottom: none;
}

.mobile-nav__item--sub {
    padding-bottom: 10px;
}

.mobile-nav__link {
    font-family: AvenirLTPro-Book, sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1.05rem;
    display: inline-block;
    width: 100%;
    position: relative;
}

.mobile-nav__link,
.mobile-nav__sub__link,
.mobile-nav__sub-t__link {
    color: rgba(255, 255, 255, 0.8);
}

.mobile-nav__link:hover,
.mobile-nav__sub__link:hover,
.mobile-nav__sub-t__link:hover {
    opacity: 1;
    color: white;
    text-decoration: none;
}

.mobile-nav__link.js-active,
.mobile-nav__sub__link.js-active,
.mobile-nav__sub-t__link.js-active {
    color: white;
}

.mobile-nav__sub.mobile-nav__sub {
    font-size: 1em;
}

.mobile-nav__sub.mobile-nav__sub,
.mobile-nav__sub-t.mobile-nav__sub-t {
    height: 0;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
}

.mobile-nav__sub.mobile-nav__sub.js-active,
.mobile-nav__sub-t.mobile-nav__sub-t.js-active {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: auto;
}

.mobile-nav__sub.mobile-nav__sub {
    margin-left: 18px;
}

.mobile-nav__sub__items,
.mobile-nav__sub-t__items {
    margin: 0;
}

.mobile-nav__sub__item,
.mobile-nav__sub-t__item {
    margin: 3px 0;
}

.mobile-nav__link--sub:after,
.mobile-nav__sub__link--t:after {
    content: "\e917";
    font-family: "sb-icons";
    position: relative;
    font-size: 12px;
    top: 0;
    line-height: 0;
    display: inline-block;
    margin-left: 9px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mobile-nav__link--sub.js-active:after,
.mobile-nav__sub__link--t.js-active:after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-nav__sub__link--t:after {
    font-size: 10px;
}

.mobile-nav__link--sub:after {
    position: absolute;
    right: 6px;
    top: 15px;
}

.mobile-nav__sub-t {
    border-left: 2px solid rgba(255, 255, 255, 0.6);
    padding-left: 12px;
}

.mobile-search {
    margin-top: 24px;
}

.mobile-search__form {
    position: relative;
}

.mobile-search__input {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: white;
    height: 42px;
    line-height: 42px;
}

.mobile-search__input:focus,
.mobile-search__input:active {
    color: white;
}

.mobile-search__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.mobile-search__input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.mobile-search__input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.mobile-search__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.mobile-search__submit {
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    background: transparent;
    padding-right: 9px;
    border: 0;
    color: rgba(255, 255, 255, 0.8);
}

.mobile-footer__contact {
    margin-top: 18px;
}

.mobile-footer__title {
    color: white;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.mobile-footer__text {
    margin: 0;
}

.mobile-footer__text-link {
    color: rgba(255, 255, 255, 0.8);
}

.mobile-footer__social-items {
    margin-top: 12px;
}

.mobile-footer__social-item {
    display: inline-block;
    margin-right: 6px;
    margin-top: 3px;
}

.mobile-footer__social-link {
    display: table;
    width: 38px;
    height: 38px;
    font-size: 15px;
    text-align: center;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.mobile-footer__social-link:hover {
    color: white;
    opacity: 1;
}

.mobile-footer__social-link .icon {
    display: table-cell;
    vertical-align: middle;
}

.mobile-cta {
    margin-top: 18px;
}

.mobile-cta__image {
    width: 100%;
    margin-bottom: 12px;
}

.mobile-cta__image-link {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mobile-cta__image-link:hover {
    opacity: 0.85;
}

.mobile-cta__title {
    margin-bottom: 3px;
}

.mobile-cta__text {
    font-size: 0.95rem;
    margin-bottom: 3px;
}

.mobile-cta__link {
    margin-top: 6px;
}

.mobile-draw--dark .mfp-close.mfp-close,
.mobile-draw--dark .mobile-footer__title {
    color: #111111;
}

.mobile-draw--dark .mobile-search__input,
.mobile-draw--dark .mobile-search__submit,
.mobile-draw--dark .mobile-nav__link,
.mobile-draw--dark .mobile-nav__sub__link,
.mobile-draw--dark .mobile-nav__sub-t__link {
    color: #222222;
}

.mobile-draw--dark .mobile-nav__link:hover,
.mobile-draw--dark .mobile-nav__sub__link:hover,
.mobile-draw--dark .mobile-footer__social-link:hover,
.mobile-draw--dark .mobile-nav__sub-t__link:hover {
    color: #111111;
}

.mobile-draw--dark .mobile-nav__sub-t {
    border-color: rgba(17, 17, 17, 0.8);
}

.mobile-draw--dark .mobile-nav__item {
    border-color: rgba(17, 17, 17, 0.1);
}

.mobile-draw--dark .mobile-search__input {
    border-color: rgba(17, 17, 17, 0.1);
}

.mobile-draw--dark .mobile-search__input::-webkit-input-placeholder {
    color: rgba(17, 17, 17, 0.5);
}

.mobile-draw--dark .mobile-search__input:-moz-placeholder {
    color: rgba(17, 17, 17, 0.5);
}

.mobile-draw--dark .mobile-search__input::-moz-placeholder {
    color: rgba(17, 17, 17, 0.5);
}

.mobile-draw--dark .mobile-search__input:-ms-input-placeholder {
    color: rgba(17, 17, 17, 0.5);
}

.mobile-draw--dark .mobile-footer__text-link,
.mobile-draw--dark .mobile-footer__social-link {
    color: rgba(34, 34, 34, 0.8);
}

.mobile-draw--dark .mobile-footer__social-link {
    border-color: rgba(17, 17, 17, 0.5);
}

.header--mega .nav__sub__items {
    margin: 0;
    padding: 0;
}

.header--mega .nav__sub-t__items {
    margin: 150px 0 0 30px;
    transition: 0.6s opacity ease;
}

.header--mega .nav__sub__item--sub[aria-expanded="false"] .nav__sub-t__items {
    opacity: 0;
}

.header--mega .nav__sub__item--sub[aria-expanded="true"] .nav__sub-t__items {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .u-hidden\@tab-down {
        display: none !important;
    }
}

.mobile-header-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0;
    width: 90%;
}

.mobile-header-wrap .mobile-nav-wrap {
    align-items: center;
    display: flex;
}

.mobile-header-wrap .mobile-logo {
    line-height: 1;
    margin: 4px 0 0 24px;
    width: 65px;
}

.mobile-header-wrap .mobile-logo img {
    display: block;
    padding: 0;
}

.mobile-header-wrap .mobile-actions {
    align-items: center;
    display: flex;
}

.mobile-header-wrap .mobile-actions .mobile-cart-link {
    margin-left: 10px;
}

.mobile-header-wrap .mobile-actions .mobile-login-link {
    display: block;

    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-transform: uppercase;
}

.mobile-header-wrap .mobile-actions #sub-account {
    display: none;
}

@media screen and (min-width: 768px) {
    .u-hidden\@tab-up {
        display: none !important;
    }
}

.rael-menu {
    background-color: #f1c651;
    box-sizing: border-box;
    height: 100vh;
    max-width: 100%;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    will-change: transform;
    z-index: 1000;
}

.rael-menu.open {
    display: block;
    right: auto;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.rael-menu .mobile-rael {
    height: 100vh;
    margin: 0;
    padding: 0 40px;
}

.rael-menu .mobile-rael a {
    color: #071906;

    font-size: 23px;
    letter-spacing: 0.025em;
}

.rael-menu .mobile-rael .tabs ul {
    list-style-type: none;
    margin: 0;
    padding: 35px 0;
    position: relative;
}

.rael-menu .mobile-rael .tabs ul li {
    display: inline-block;

    font-size: 15px;
    letter-spacing: 1.5px;
    margin-right: 30px;
    text-transform: uppercase;
}

.rael-menu .mobile-rael .tabs ul li.close-mobile-nav {
    right: 0;
    margin: -10px -10px 0 0;
    padding: 10px;
    position: absolute;
}

.rael-menu .mobile-rael .tabs ul li.active {
    border-bottom: 1px solid #071906;
}

.rael-menu .mobile-rael .tab-content {
    padding: 0;
    position: relative;
}

.rael-menu .mobile-rael .tab-content hr {
    background-color: #071906;
    border: none;
    height: 2px;
    margin-bottom: 25px;
    width: 60%;
    margin-top: 0px;
}

.rael-menu .mobile-rael .tab-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.rael-menu .mobile-rael .tab-content .mobile-nav-sub-item,
.rael-menu .mobile-rael .tab-content .mobile-nav-link {
    line-height: 1;
    margin-bottom: 20px;
}

.rael-menu .mobile-rael .tab-content .mobile-nav-sub-item a,
.rael-menu .mobile-rael .tab-content .mobile-nav-link a {
    display: block;
    line-height: 1;
}

.rael-menu .mobile-rael .tab-content .parent-link {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.rael-menu .mobile-rael .tab-content .child {
    background-color: #f1c651;
    position: absolute;
    top: 18px;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    width: 100%;
    will-change: transform;
    z-index: 1000;
}

.rael-menu .mobile-rael .tab-content .child.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.rael-menu .mobile-rael .tab-content .back-slide {
    align-items: center;
    display: flex;
    font-size: 14px;

    letter-spacing: 0.15em;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.rael-menu .mobile-rael .tab-content .back-slide img {
    margin-right: 10px;
    margin-top: -2px;
    width: 10px;
}

.rael-menu .mobile-rael .tab-content .see-children {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.rael-menu .mini-menu {
    padding-top: 100px;
}

.rael-menu .mini-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.rael-menu .mini-menu a {
    font-size: 14px;

    letter-spacing: 0.15em;
    margin-bottom: 55px;
    text-transform: uppercase;
}

@media screen and (max-width: 560px) {
    .subscription_page .background-media-text__text {
        margin-top: 40px;
    }
}

.template-search .main {
    padding-top: 160px;
}

.buycard .card-title {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    height: 45px;
    margin: 0;
    overflow: hidden;
}

.buycard .card-subtitle {
    color: #000000;
    font-size: 16px;
    background: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 45px;
    line-height: 46px;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
    position: absolute;
    top: 0px;
    left: -5px;
    border-radius: 40px;
}

.buycard .discount {
    font-size: 15px;
    font-weight: 400;
    color: #ed3c33;
}

.buycard .price {
    font-size: 20px;
    font-weight: 500;
    color: #212121;
}

.buycard .btn {
    font-size: 16px;
    padding: 5px 10px;
}

.buycard .btn:hover {
    color: #fff;
    background-color: #f1c651;
    border-color: #f1c651;
}

.buycard .activeshow {
    display: block;
}

.buycard .hovershow {
    display: none;
}

.buycard:hover .activeshow {
    display: none;
}

.buycard:hover .hovershow {
    display: block;
}

.slick-prev:before,
.slick-next:before {
    font-family: "sb-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: "\e939";
}

.slick-next:before {
    content: "\e93a";
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -21px;
}

.bg-trnsp {
    background-color: rgba(255, 255, 255, 0.66);
    color: #333;
    position: absolute;
    bottom: 0;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.reviewcard {
    text-align: center;
}

.reviewcard img {
    width: 100px;
    height: 100px;
}

.reviewcardsuper {
    text-align: center;
    position: relative;
    padding: 20px;
    margin-top: 50px;
}

.reviewcardsuper img {
    width: 38%;
    position: absolute;
    top: -105px;
    left: 31%;
    height: 120px;
}

.text-yellow {
    color: yellow;
}

.h-100 {
    height: 95vh !important;
}

.card {
    border: 0;
    /* -webkit-box-shadow: 0 10px 15px -3px rgb(0 0 0 / 7%), 0 4px 6px -2px rgb(0 0 0 / 5%);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 7%), 0 4px 6px -2px rgb(0 0 0 / 5%); */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.btn:focus,
.btn:active {
    box-shadow: none;
    border: none;
    outline: none !important;
}

.cart-drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 999999999999;
}

.cart-drawer-overlay .cart-drawer {
    background: #fff;
    position: absolute;
    width: 380px;
    right: 0;
    top: 0;
    height: 100%;
    overflow: auto;
}

.cart-drawer-overlay .cart-drawer .backbtn {
    border-radius: 50%;
}

.cart-drawer-overlay .cart-drawer .backbtn .icon {
    position: relative;
    top: 1px;
}

.cart-drawer-header {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f1f1f1;
    margin: 0 16px;
    border-radius: 32px;
}
.cart-drawer-header .cart-drawer-menu {
    font-size: 14px;
    margin: 0;
    letter-spacing: 0.06em;
    line-height: 16px;
    color: #f1c651;
    letter-spacing: 0;
    cursor: pointer;
    font-weight: 600;
    padding-left: 0;
    width: 50%;
    text-align: center;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    border-radius: 32px;
}
.cart-drawer-header .active {
    background: #f1c651;
    color: #fff;
}
.cart-drawer .card .card-title {
    font-size: 14px;
    display: block;
    line-height: 18px;
    color: #525252;
    font-weight: 500;
    letter-spacing: 0;
}
.f12 {
    font-size: 12px !important;
}
.cartbtn {
    cursor: pointer;
    height: 29px;
    width: 29px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    border-radius: 50%;
    line-height: 27px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    display: inline-block;
}
.btn-cart-close {
    position: absolute;
    top: -12px;
    right: -12px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 900;
    border-radius: 50%;
    height: 26px;
    width: 26px;
}
.cartfooter {
    position: fixed;
    background: #fff;
    width: 100%;
    bottom: 0;
    right: 0;
    height: 110px;
    width: 380px;
    border-top: 1px solid #eee;
}
.cartbodylist {
    height: 83vh;
    overflow-y: auto;
    padding-top: 15px;
    padding-bottom: 70px;
}
.mt100 {
    margin-top: 100px !important;
}
.f15 {
    font-size: 13px;
}
.smallspan {
    font-size: 13px;
}
.menulight #getheader header {
    background: #fff;
}

@media screen and (max-width: 768px) {
    .cart-drawer-overlay .cart-drawer,
    .cartfooter {
        width: 96%;
    }
    .mobilemarginbottom5 {
        margin-bottom: 40px;
    }
}

.card-img-overlay {
    background: rgb(0 0 0 / 30%);
}
.text-muted {
    color: #f6f6f9 !important;
}
a .card-title,
a .card-text {
    color: #333;
}
.card-img-overlay .card-title {
    color: #fff;
}
.btn-danger-black {
    color: #f1c651 !important;
    background-color: #000 !important;
    border-color: #000 !important;
}

.panel-bg-1 {
    background: rgb(231, 243, 205);
    background: linear-gradient(
        138deg,
        rgba(231, 243, 205, 1) 0%,
        rgba(255, 255, 255, 1) 100%
    );
}
.panel-bg-2 {
    background: rgb(255, 255, 255);
    background: linear-gradient(
        138deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(231, 243, 205, 1) 100%
    );
}
.panel-bg-3 {
    background: rgb(255, 255, 255);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 203, 252, 1) 100%
    );
}

.site-navbar-wrap {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
}
.site-navbar-wrap a {
    color: #fff;
}
.site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem;
}

.site-navbar-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-navbar {
    margin-bottom: 0px;
    width: 100%;
}
.site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    top: -7px;
    position: relative;
}
.site-navbar .site-logo a {
    font-weight: 200;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
    font-weight: 500;
}
.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    padding: 10px 5px;
}
.site-navbar .site-navigation .site-menu > li > a {
    padding: 20px 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a.active {
    color: #fff;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #fff;
}
.site-navbar .site-navigation .site-menu > li:last-child {
    padding-right: 0;
}
.site-navbar .site-navigation .site-menu > li:last-child > a {
    padding-right: 0;
}
.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
    border-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #007bff;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
    color: #fff !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li:first-child
    > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li:last-child
    > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block;
}
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li
    > a:hover {
    background: #ebeef0;
    color: #212529;
}
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children
    > a:before {
    content: "\e315";
    right: 20px;
}
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children
    > .dropdown,
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children
    > ul {
    left: 100%;
    top: 0;
}
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children:hover
    > a,
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children:active
    > a,
.site-navbar
    .site-navigation
    .site-menu
    .has-children
    .dropdown
    > li.has-children:focus
    > a {
    background: #ebeef0;
    color: #212529;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #fff;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #dee2e6;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}
.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
    color: #007bff;
}
.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
    color: #007bff;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px;
}

.sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%;
}
.sticky-wrapper + .site-blocks-cover {
    margin-top: 96px;
}
.sticky-wrapper .site-navbar {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar ul li.active a {
    color: #fff;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    padding: 10px 5px;
}
.sticky-wrapper.is-sticky
    .site-navbar
    .site-navigation
    .site-menu
    > li:last-child {
    padding-right: 0;
}
.sticky-wrapper.is-sticky
    .site-navbar
    .site-navigation
    .site-menu
    > li:last-child
    > a {
    padding-right: 0;
}
.sticky-wrapper.is-sticky
    .site-navbar
    .site-navigation
    .site-menu
    > li.has-children
    > a {
    padding-right: 20px;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
    padding: 10px 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
}
.sticky-wrapper.is-sticky
    .site-navbar
    .site-navigation
    .site-menu
    > li
    > a:hover {
    color: #fff !important;
}
.sticky-wrapper.is-sticky
    .site-navbar
    .site-navigation
    .site-menu
    > li
    > a.active {
    color: #fff !important;
}
.sticky-wrapper.is-sticky
    .site-navbar
    .site-navigation
    .site-menu
    > li.active
    a {
    color: #fff;
}

.sticky-wrapper.is-sticky .site-navbar {
    background-color: #fff;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
    color:#007bff;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
    color:#212529;
}
