html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size-adjust: 100%
}

html,
body {
    height: 100%
}

body {
    font: normal 300 1.4rem/1.86 "Poppins", sans-serif;
    color: #666;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden
}

::-moz-selection {
    color: #fff;
    background-color: #c96
}

::selection {
    color: #fff;
    background-color: #c96
}

p {
    margin-bottom: 1.5rem
}

ul {
    list-style: none;
    padding: 0;
    margin: 0 0 .7rem
}

i {
    font-style: italic
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

h4 {
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 1.4rem;
    color: #333;
    letter-spacing: -.03em
}

h4 {
    font-size: 2.2rem
}

a {
    color: #c96;
    text-decoration: none;
    transition: color 0.3s ease
}

a:hover,
a:focus {
    color: #bf8040;
    text-decoration: none
}

@media screen and (min-width: 768px) {
    h4 {
        font-size: 2.4rem
    }
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.col,
.col-sm-6,
.col-sm-12,
.col-md-12,
.col-lg-3,
.col-lg-12 {
    padding-right: 10px;
    padding-left: 10px
}

.container {
    width: 1188px;
    max-width: 100%;
}

.page-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform 0.4s ease
}

.mmenu-active .page-wrapper {
    transform: translateX(200px)
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .page-wrapper {
        display: block
    }
}

@media screen and (min-width: 1280px) {
    .container {
        max-width: 1200px
    }
}

.header {
    width: 100%;
    background-color: #fff
}

.header .container {
    position: relative;
    display: flex;
    align-items: center
}

.header-left,
.header-center,
.header-right {
    display: flex;
    align-items: center
}

.header-right {
    margin-left: auto;
    align-self: stretch
}

.header-center {
    margin-left: auto;
    margin-right: auto
}

.logo {
    display: block;
    margin-left: 7px;
    margin-top: 1.7rem;
    margin-bottom: 1.1rem;
    flex-shrink: 0;
    min-height: 25px
}

.logo img {
    display: block;
    max-width: 100%;
    height: auto
}

.header-top {
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.5;
    letter-spacing: 0;
    color: #777;
    margin-bottom: .1rem
}

.header-top a {
    color: inherit
}

.header-top a:hover,
.header-top a:focus {
    color: #c96
}

.header-top .container {
    position: relative
}

.header-top .container:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 10px;
    right: 10px;
    background-color: #ebebeb
}

.header-top .top-menu li+li {
    margin-left: 2.6rem
}

.top-menu {
    text-transform: uppercase;
    letter-spacing: -.01em;
    margin: 0
}

.top-menu>li {
    position: relative
}

.top-menu>li>p {
    display: none
}

.top-menu ul {
    display: flex;
    align-items: center
}

.top-menu li+li {
    margin-left: 3rem
}

.top-menu a {
    display: inline-flex;
    align-items: center
}

.header-middle {
    border-bottom: .1rem solid #f4f4f4
}

.cart-dropdown {
    display: flex;
    align-self: stretch;
    align-items: center
}

.cart-dropdown .dropdown-toggle {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    line-height: 1;
    color: #333
}

.cart-dropdown .dropdown-toggle::after {
    display: none
}

.cart-dropdown:hover .dropdown-toggle {
    color: #c96
}

.cart-dropdown {
    padding-left: 2.5rem
}

.cart-dropdown .dropdown-toggle {
    font-size: 3.2rem
}

.cart-dropdown .dropdown-toggle i {
    display: inline-block;
    margin-top: -3px
}

.cart-dropdown .cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    border-radius: 50%;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    margin-left: .2rem;
    margin-top: .1rem;
    color: #fff;
    background-color: #c96
}

.search-toggle {
    position: relative;
    display: block;
    font-size: 2.4rem;
    line-height: 1;
    min-width: 2.5rem;
    padding: .3rem .2rem;
    font-weight: 400;
    color: #333;
    text-align: center;
    z-index: 11
}

.search-toggle:hover,
.search-toggle:focus {
    color: #c96;
    outline: none !important
}

.header-search {
    position: relative;
    margin: 0;
    font-size: 0;
    line-height: 1;
    padding: 0;
    border: none
}

.header-search .header-search-wrapper {
    position: absolute;
    right: -1.4rem;
    top: 50%;
    margin-top: -20px;
    display: none;
    align-items: stretch;
    overflow: visible;
    border-radius: 20px;
    width: 100%;
    min-width: 270px;
    background-color: #fff;
    border: .1rem solid #ebebeb;
    border-radius: 20px;
    z-index: 10
}

.header-search .search-wrapper-wide {
    width: 570px
}

.header-search form {
    margin: 0
}

.header-search .form-control {
    line-height: 1;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0;
    background-color: #fff;
    margin: 0
}

.header-search .form-control {
    flex: 1 1 auto;
    padding: .9rem 5rem .9rem 2.3rem;
    width: 100%;
    margin: 0;
    height: 38px;
    line-height: 20px;
    border: none;
    border-radius: 20px;
    box-shadow: none
}

.header-search .btn {
    flex: 0 0 40px;
    max-width: 40px;
    min-width: 0;
    height: 40px;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1;
    border: 0;
    padding: 0;
    margin: 0;
    min-width: 0;
    cursor: pointer;
    margin-top: -1px;
    margin-right: -1px;
    margin-bottom: -1rem;
    border-radius: 0 20px 20px 0
}

.header-search .btn i {
    margin: 0 !important
}

.header-search-extended {
    margin-right: 19rem;
    width: 100%;
    max-width: 570px;
    margin-top: 2.2rem;
    margin-bottom: 2.2rem
}

.header-search-extended .header-search-wrapper {
    border-radius: 30px
}

.header-search-extended .form-control {
    font-weight: 300
}

.header-search-extended .form-control {
    height: 44px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-right: 2.4rem;
    border-radius: 30px 0 0 30px
}

.header-search-extended .btn {
    flex: 0 0 70px;
    max-width: 70px;
    height: 46px;
    font-size: 2rem;
    border-radius: 0 30px 30px 0
}

.header-search-visible .search-toggle {
    display: none
}

.header-search-visible .header-search-wrapper {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    margin-top: 0;
    display: flex
}

.mobile-menu-toggler {
    border: none;
    background: transparent;
    color: #666;
    padding: .2rem .25rem;
    font-size: 2.8rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 1rem;
    margin-right: 1rem
}

.header-intro-clearance .header-middle .header-left {
    flex: 0 0 calc((100% + 20px) / 4);
    max-width: calc((100% + 20px) / 4);
    margin: 0
}

.header-intro-clearance .header-middle .header-center,
.header-intro-clearance .header-bottom .header-center {
    flex: 0 0 calc((100% + 20px) / 2 - 20px);
    max-width: calc((100% + 20px) / 2 - 20px);
    margin: 0
}

.header-intro-clearance .header-middle .header-right {
    margin-left: auto
}

.header-intro-clearance .header-bottom .menu>li>a {
    font-size: 1.4rem;
    letter-spacing: -.01em;
    text-transform: none
}

.header-intro-clearance .header-bottom .menu>li>a::before {
    top: 0
}

.header-intro-clearance .header-bottom .menu>li+li {
    margin-left: .7rem
}

.header-intro-clearance .header-bottom .container::before {
    position: absolute;
    content: '';
    left: 28.5rem;
    height: 1.5rem;
    width: .1rem;
    top: 50%;
    background-color: #ccc;
    transform: translateY(-50%)
}

.header-intro-clearance .header-bottom .container::after {
    position: absolute;
    content: '';
    right: 28rem;
    height: 1.5rem;
    width: .1rem;
    top: 50%;
    background-color: #ccc;
    transform: translateY(-50%)
}

.header-intro-clearance .header-middle .header-right p {
    font-size: 1.1rem
}

.header-intro-clearance .top-menu {
    text-transform: none
}

.header-intro-clearance .wishlist,
.header-intro-clearance .cart-dropdown {
    display: flex;
    align-self: stretch;
    align-items: initial
}

.header-intro-clearance .wishlist>a,
.header-intro-clearance .cart-dropdown>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.header-intro-clearance div.icon {
    position: relative;
    height: 3.2rem
}

.header-intro-clearance .wishlist a {
    font-size: 2.8rem;
    color: #333;
    line-height: 1
}

.header-intro-clearance .cart-dropdown .cart-count,
.header-intro-clearance .wishlist .wishlist-count {
    min-width: 1.6rem;
    height: 1.6rem
}

.header-intro-clearance .wishlist .wishlist-count {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    color: #fff
}

.header-intro-clearance .wishlist .wishlist-count {
    position: absolute;
    top: 0;
    right: -.5rem
}

.header-intro-clearance .cart-dropdown .cart-count {
    position: absolute;
    top: 0;
    right: -.3rem
}

.header-intro-clearance .cart-dropdown,
.header-intro-clearance .wishlist {
    padding-left: 3rem
}

.header-intro-clearance .cart-dropdown .dropdown-toggle {
    color: #333
}

@media screen and (min-width: 992px) {
    .mobile-menu-toggler {
        display: none
    }
}

@media screen and (max-width: 1199px) {
    .header-search .search-wrapper-wide {
        width: 480px
    }

    .header-search-extended {
        margin-right: 10rem
    }

    .header-search-extended .btn {
        flex: 0 0 50px;
        max-width: 50px
    }
}

@media screen and (max-width: 991px) {
    .top-menu:not(.top-link-menu) {
        display: flex;
        align-items: center;
        align-self: stretch
    }

    .top-menu:not(.top-link-menu)>li {
        display: flex;
        align-items: center;
        align-self: stretch;
        padding-right: 2.2rem
    }

    .top-menu:not(.top-link-menu)>li>p {
        display: block;
        padding-left: 0;
        padding-right: 0
    }

    .top-menu:not(.top-link-menu)>li::after {
        font-family: "molla";
        content: '\f110';
        position: absolute;
        right: 0;
        top: 50%;
        display: inline-block;
        font-size: 1.2rem;
        line-height: 1;
        margin-top: -.7rem
    }

    .top-menu:not(.top-link-menu) ul {
        display: block;
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 20;
        padding-top: .6rem;
        padding-bottom: .6rem;
        min-width: 180px;
        visibility: hidden;
        opacity: 0;
        margin-top: 1px;
        background-color: #fff;
        box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05), -2px 5px 8px rgba(51, 51, 51, 0.05);
        text-transform: capitalize
    }

    .top-menu:not(.top-link-menu) ul:before {
        content: '';
        display: block;
        width: 100%;
        height: .1rem;
        position: absolute;
        top: -1px;
        left: 0
    }

    .top-menu:not(.top-link-menu):hover ul,
    .top-menu:not(.top-link-menu):focus ul {
        visibility: visible;
        opacity: 1
    }

    .top-menu:not(.top-link-menu) li+li {
        margin-left: 0 !important
    }

    .top-menu:not(.top-link-menu) a {
        padding: .3rem 1.5rem
    }

    .header-search {
        display: none
    }

    .header-search-extended {
        margin-right: 0
    }

    .header-search-extended .btn {
        height: 40px
    }

    .header-search-extended .form-control {
        height: 38px;
        padding-top: .9rem;
        padding-bottom: .9rem
    }

    .header-search-visible .search-toggle {
        display: block
    }

    .header-search-visible .header-search-wrapper {
        position: absolute;
        right: -10rem;
        top: 100%;
        margin-top: .8rem;
        display: none;
        border-width: .4rem
    }

    .header-search-visible .header-search-wrapper:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        right: 10rem;
        bottom: 100%;
        border-style: solid;
        border-width: 0 11px 13px 11px;
        border-color: transparent transparent #ebebeb transparent
    }

    .header-bottom {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .header-search .search-wrapper-wide {
        width: 420px
    }
}

@media screen and (max-width: 575px) {
    .header-search .search-wrapper-wide {
        width: 300px
    }

    .cart-dropdown {
        padding-left: 1.4rem
    }
}

@media (max-width: 340px) {
    .header-search .search-wrapper-wide {
        width: 260px
    }

    .wishlist {
        display: none !important
    }
}

.main-nav {
    margin-left: 2rem;
    display: none
}

.menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu {
    display: flex;
    align-items: center
}

.menu li {
    position: relative
}

.menu .megamenu-container {
    position: static
}

.menu a:not(.btn) {
    display: block;
    position: relative;
    text-decoration: none
}

.menu a:not(.btn):focus {
    outline: none !important
}

.menu {
    line-height: 1.5
}

.menu li>a {
    color: #999999;
    font-weight: 300;
    font-size: 1.3rem;
    letter-spacing: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 3rem;
    padding-right: 3rem
}

.menu>li>a {
    color: #333;
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: -.01em;
    padding: 3.95rem 3rem;
    text-transform: uppercase
}

.menu>li+li {
    margin-left: 0
}

.menu li:hover>a {
    color: #c96
}

.header-bottom .main-nav {
    margin-left: 0
}

.header-bottom .menu>li+li {
    margin-left: 1rem
}

.header-bottom .menu>li>a {
    padding: 1.65rem 1rem
}

.header-bottom .menu>li>a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .1rem;
    background-color: #c96;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform .3s ease
}

.header-bottom .menu li:hover>a:before {
    transform-origin: left center;
    transform: scale(1, 1)
}

@media screen and (min-width: 992px) {
    .main-nav {
        display: block
    }
}

.mobile-menu-container {
    position: fixed;
    left: -280px;
    top: 0;
    bottom: 0;
    z-index: 1001;
    background-color: #333;
    width: 100%;
    max-width: 280px;
    overflow-y: scroll;
    box-shadow: 0.1rem 0 0.6rem 0 rgba(51, 51, 51, 0.5);
    will-change: transform;
    visibility: hidden;
    font-size: 1.2rem;
    line-height: 1.5;
    transition: all 0.4s ease
}

.mmenu-active .mobile-menu-container {
    visibility: visible;
    transform: translateX(280px)
}

.mobile-menu-container .social-icons {
    justify-content: center;
    margin-bottom: 0
}

.mobile-menu-container .social-icon {
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
    background-color: transparent;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.45);
    border-color: rgba(255, 255, 255, 0.45)
}

.mobile-menu-container .social-icon+.social-icon {
    margin-left: .8rem
}

.mobile-menu-container .social-icon:hover,
.mobile-menu-container .social-icon:focus {
    background-color: transparent
}

.mobile-menu-wrapper {
    position: relative;
    padding: 4.2rem 0
}

.mobile-menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: .7rem;
    right: 1rem;
    padding: 0;
    z-index: 9;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    transition: color .35s
}

.mobile-menu-close:hover,
.mobile-menu-close:focus {
    color: #c96
}

.mobile-menu-overlay {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(25, 25, 25, 0.25);
    z-index: 1000;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0
}

.mmenu-active .mobile-menu-overlay {
    visibility: visible;
    opacity: 1
}

.mobile-nav {
    padding: 0;
    margin: 0 0 2.5rem
}

.mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-menu>li>a {
    text-transform: uppercase
}

.mobile-menu li {
    display: block;
    position: relative
}

.mobile-menu li a {
    position: relative;
    display: block;
    padding: 1rem 4.5rem 1rem 2rem;
    color: #fff;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08)
}

.mobile-menu li a:hover,
.mobile-menu li a:focus {
    color: #c96;
    text-decoration: none;
    outline: none !important
}

.mobile-menu li.active>a {
    color: #c96
}

.mobile-menu li ul li a:not(:hover):not(:focus) {
    color: rgba(255, 255, 255, 0.8)
}

.mobile-menu>li>a {
    text-transform: uppercase
}

.mobile-search {
    margin: 1rem 0 1.5rem;
    padding: 0 2rem;
    display: flex;
    align-items: center
}

.mobile-search .form-control {
    height: 36px;
    margin-bottom: 0;
    -webkit-appearance: none;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: .8rem 1.5rem;
    max-width: calc(100% - 36px);
    background-color: #333;
    border-color: rgba(255, 255, 255, 0.1);
    border-right-width: 0
}

.mobile-search .form-control:focus {
    color: #fff;
    border-color: #c96;
    background-color: #333
}

.mobile-search .btn {
    font-size: 1.2rem;
    min-width: 3.6rem;
    padding: .8rem .2rem
}

.mobile-menu-container .tab-content {
    padding: 0;
    margin: 0 0 2.5rem;
    border: none
}

.mobile-menu-container .tab-content .mobile-nav,
.mobile-menu-container .tab-content .mobile-cats-nav {
    margin-bottom: 0
}

.mobile-menu-container .tab-pane {
    padding: 0
}

.nav.nav-pills-mobile {
    display: flex;
    align-items: center;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
    margin: 0 0 .2rem
}

.nav.nav-pills-mobile .nav-item {
    flex-grow: 1;
    flex-basis: 0;
    margin: 0 0 -.1rem
}

.nav.nav-pills-mobile .nav-link {
    color: #fff;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.5;
    text-transform: uppercase;
    border-bottom: .2rem solid transparent;
    background: none;
    padding: .8rem 2rem;
    transition: all .35s ease
}

.nav.nav-pills-mobile .nav-link.active,
.nav.nav-pills-mobile .nav-link:hover,
.nav.nav-pills-mobile .nav-link:focus {
    color: #c96;
    border-bottom-color: #c96
}

.mobile-cats-menu li a {
    position: relative;
    display: block;
    padding: 1rem 4.5rem 1rem 2rem;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08)
}

.mobile-cats-menu li a:hover,
.mobile-cats-menu li a:focus {
    color: #c96;
    text-decoration: none;
    outline: none !important
}

.mobile-menu-light {
    background-color: #fff
}

.mobile-menu-light .mobile-menu-close:not(:hover):not(:focus) {
    color: #666
}

.mobile-menu-light .social-icon {
    color: #999;
    border-color: #999
}

.mobile-menu-light .mobile-menu li a {
    border-bottom-color: #efefef
}

.mobile-menu-light .mobile-menu li a:not(:hover):not(:focus) {
    color: #666
}

.mobile-menu-light .mobile-menu li.active>a {
    color: #c96
}

.mobile-menu-light .mobile-menu li ul li a:not(:hover):not(:focus) {
    color: #666
}

.mobile-menu-light .mmenu-btn:not(:hover):not(:focus) {
    color: #666
}

.mobile-menu-light .mobile-search .form-control {
    color: #666;
    background-color: #fff;
    border-color: #e5e5e5
}

.mobile-menu-light .mobile-search .form-control:focus {
    color: #666;
    border-color: #c96;
    background-color: #fff
}

.mobile-menu-light .nav.nav-pills-mobile {
    border-bottom-color: #efefef
}

.mobile-menu-light .nav.nav-pills-mobile .nav-link:not(:hover):not(:focus):not(.active) {
    color: #333
}

.mobile-menu-light .mobile-cats-menu li a {
    border-bottom-color: #efefef
}

.mobile-menu-light .mobile-cats-menu li a:not(:hover):not(:focus) {
    color: #666
}

.mobile-menu-light .mobile-cats-menu li a:not(:hover):not(:focus).mobile-cats-lead {
    color: #333
}

a {
    font-family: 'Poppins'
}

p {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 300;
    font-family: 'Poppins';
    letter-spacing: 0;
    color: #777
}

.header-2 .btn-primary:not(:disabled):not(.disabled):active,
.header-2 .btn-primary:not(:disabled):not(.disabled).active {
    color: #c96;
    background-color: transparent
}

.header-2 .cart-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-2 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-2 .search-toggle:not(:hover):not(:focus),
.header-2 .wishlist-link:not(:hover):not(:focus) {
    color: #333
}

.header-2 .header-bottom .menu>li:not(:hover):not(.active):not(.show)>a {
    color: #333
}

@media screen and (max-width: 991px) {
    .header-middle .header-center {
        display: none
    }

    .top-menu:not(.top-link-menu) ul {
        min-width: 141px
    }

    .top-menu>li {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

.header-3 .cart-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-3 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-3 .search-toggle:not(:hover):not(:focus),
.header-3 .wishlist-link:not(:hover):not(:focus) {
    color: #fff
}

.header-3 .btn-primary:not(:disabled):not(.disabled):active,
.header-3 .btn-primary:not(:disabled):not(.disabled).active {
    color: #c96;
    background-color: transparent
}

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

    .header-intro-clearance .header-bottom .container::before,
    .header-intro-clearance .header-bottom .container::after {
        visibility: hidden
    }
}

@media screen and (max-width: 399px) {
    .wishlist {
        display: none
    }
}

.header-4 .header-top {
    font-weight: 400;
    font-size: 1.4rem;
    background-color: #f5f6f9;
    margin-bottom: 0;
    letter-spacing: -.01em
}

.header-4 .header-top .container:after {
    display: none
}

.header-4 .header-top .header-left i {
    font-size: 1.6rem;
    margin-right: .5rem
}

.header-4 .top-menu {
    text-transform: capitalize
}

.header-4 .top-menu li+li {
    margin-left: 4rem
}

.header-4 .header-middle {
    border-bottom: none;
    margin-bottom: .1rem
}

.header-4 .header-search-extended {
    margin-top: 2.1rem;
    margin-bottom: 2.1rem
}

.header-4 .cart-dropdown .dropdown-toggle {
    font-size: 3.2rem
}

.header-4 .cart-dropdown {
    padding-left: 3rem
}

.header-4 .cart-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-4 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle {
    color: #333
}

.header-4 .wishlist-link:not(:hover):not(:focus),
.header-4 .search-toggle:not(:hover):not(:focus),
.header-4 .mobile-menu-toggler {
    color: #333
}

.header-4.header-intro-clearance .header-search .header-search-wrapper {
    border-color: #ccc
}

.header-4 .header-bottom {
    background-color: #fff
}

.header-4 .header-bottom .container::before {
    height: 0
}

.header-4 .dropdown.category-dropdown .dropdown-toggle:not(:hover):not(:focus) {
    color: #c96
}

.header-4 .header-search-extended .btn {
    max-width: 40px;
    margin-left: 1rem;
    height: 46px;
    font-size: 2.2rem
}

.header-4 .header-search-extended .form-control {
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
    padding-left: 0;
    height: 44px;
    padding: 1rem 2.4rem 1rem .5rem
}

.header-4 .btn-primary:hover,
.header-4 .btn-primary:focus,
.header-4 .btn-primary:not(:disabled):not(.disabled):active,
.header-4 .btn-primary:not(:disabled):not(.disabled).active {
    color: #c96;
    background-color: transparent
}

.header-4 .dropdown.category-dropdown .dropdown-toggle:not(:hover):not(:focus) {
    color: #333 !important
}

@media screen and (min-width: 992px) {
    .header-4 .header-search-extended {
        margin-right: 7rem
    }
}

@media screen and (min-width: 1200px) {
    .header-4 .header-search-extended {
        margin-right: 15rem
    }
}

@media screen and (max-width: 991px) {
    .header-4 .header-search-visible .header-search-wrapper:before {
        border-bottom-color: #c96
    }
}

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

    .header-4 .cart-dropdown,
    .header-4 .wishlist {
        padding-left: 1.4rem
    }
}

.header-5 .cart-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-5 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle {
    color: #fff
}

.header-5 .wishlist-link:not(:hover):not(:focus),
.header-5 .search-toggle:not(:hover):not(:focus):not(.active),
.header-5 .wishlist-link:not(:hover):not(:focus),
.header-5 .menu>li:not(:hover):not(.active):not(.show)>a {
    color: #fff
}

.header-6 .btn-primary:not(:disabled):not(.disabled):active,
.header-6 .btn-primary:not(:disabled):not(.disabled).active {
    color: #c15454;
    background-color: transparent
}

.header-7 .btn-primary:not(:disabled):not(.disabled):active,
.header-7 .btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #cc6666;
    border-color: #cc6666;
    box-shadow: none
}

.header-8 .header-menu ul a:not(:focus):not(:hover) {
    color: #666
}

@media screen and (max-width: 991px) {
    .header-8 .top-menu ul a:not(:hover):not(:focus) {
        color: #666
    }
}

.header-9 .cart-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-9 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle {
    color: #fff
}

.header-9 .wishlist-link:not(:hover):not(:focus),
.header-9 .search-toggle:not(:hover):not(:focus):not(.active),
.header-9 .wishlist-link:not(:hover):not(:focus),
.header-9 .menu>li:not(:hover):not(.active):not(.show)>a {
    color: #fff
}

.header-10 .cart-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-10 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-10 .search-toggle:not(:hover):not(:focus),
.header-10 .wishlist-link:not(:hover):not(:focus) {
    color: #333
}

.header-10 .header-bottom .menu>li:not(:hover):not(.active):not(.show)>a {
    color: #fff
}

.header-11 .cart-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-11 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle {
    color: #fff
}

.header-11 .wishlist-link:not(:hover):not(:focus),
.header-11 .search-toggle:not(:hover):not(:focus):not(.active),
.header-11 .wishlist-link:not(:hover):not(:focus),
.header-11 .menu>li:not(:hover):not(.active):not(.show)>a {
    color: #fff
}

.header-12 .header-bottom .menu>li:not(:hover):not(.active):not(.show)>a {
    color: #fff
}

.header-13 .cart-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-13 .compare-dropdown:not(:hover):not(.show) .dropdown-toggle,
.header-13 .search-toggle:not(:hover):not(:focus),
.header-13 .wishlist-link:not(:hover):not(:focus) {
    color: #666
}

.header-13 .header-bottom .menu>li:not(:hover):not(.active):not(.show)>a {
    color: #ccc
}

.header-14 .header-bottom .menu>li:not(:hover):not(.active):not(.show)>a {
    color: #fff
}

.header-14 .menu-vertical>li:not(:hover):not(.show):not(.active)>a {
    color: #333
}

.footer {
    width: 100%;
    font-weight: 300;
    font-size: 1.4rem;
    color: #777;
    background-color: #fff
}

.footer a {
    color: inherit
}

.footer a:hover,
.footer a:focus {
    color: #c96
}

.footer .widget {
    margin-bottom: 1rem
}

.footer .widget-title {
    color: #333333;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: -.01em;
    margin-top: 0;
    margin-bottom: 1.9rem
}

.footer-middle {
    padding: 6.7rem 0 2.2rem;
    border-top: .1rem solid #ebebeb
}

.footer-logo {
    margin-bottom: 2rem;
    margin-top: -.8rem
}

.widget-about p {
    max-width: 250px
}

.widget-about p:last-of-type {
    margin-bottom: 3.2rem
}

.widget-list {
    margin-bottom: 0
}

.widget-list li:not(:last-child) {
    margin-bottom: .4rem
}

.widget-newsletter .form-control:not(:focus) {
    border-color: #dadada
}

.footer-bottom .container {
    position: relative;
    display: flex;
    align-content: center;
    flex-direction: column;
    padding-top: 2.1rem;
    padding-bottom: 2.9rem
}

.footer-bottom .container:before {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    background-color: #ebebeb
}

.footer-copyright {
    text-align: center
}

#scroll-top {
    width: 5rem;
    height: 5rem;
    position: fixed;
    right: 50px;
    bottom: 128px;
    z-index: 999;
    color: #cccccc;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    visibility: hidden;
    opacity: 0;
    border-radius: 0;
    border: none;
    background-color: #fafafa;
    font-size: 3rem;
    transition: all 0.4s ease;
    transform: translateY(60px);
    -ms-transform: translateY(60px)
}

#scroll-top:hover,
#scroll-top:focus {
    color: #777;
    background-color: #eaeaea
}

@media screen and (min-width: 768px) {
    #scroll-top {
        display: flex
    }
}

@media screen and (min-width: 992px) {
    .footer-bottom .container {
        text-align: center;
    }

    .footer-copyright {
        margin-bottom: 0;
        text-align: left
    }
}

.footer-dark.footer-2 .widget-about-info a:not(:hover) {
    color: #fff
}

.nav-link:focus {
    outline: none !important
}

.tab-pane {
    padding: 1.4rem 2.2rem
}

.nav.nav-border-anim .nav-link {
    position: relative;
    border-bottom: none
}

.nav.nav-border-anim .nav-link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .1rem;
    background-color: #c96;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform .3s ease
}

.nav.nav-border-anim .nav-link.active:before {
    transform-origin: left center;
    transform: scale(1, 1)
}

.nav.nav-border-anim.nav-pills-mobile .nav-link:before {
    height: .2rem
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .85rem 1.5rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.01em;
    border-radius: 0;
    white-space: normal;
    transition: all 0.3s
}

.btn i:first-child {
    margin-right: 1rem
}

.btn i:last-child {
    margin-left: 1rem
}

.btn:focus {
    box-shadow: none
}

.btn:focus,
.btn:active {
    outline: none !important
}

.btn:active:focus {
    box-shadow: none !important
}

.btn:active {
    outline: none
}

.btn-primary {
    color: #fff;
    background-color: #c96;
    border-color: #c96;
    box-shadow: none
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: none
}

.btn-primary:disabled {
    color: #fff;
    background-color: #c96;
    border-color: #c96
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #c96;
    border-color: #c96;
    box-shadow: none
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #c96;
    border-color: #c96;
    box-shadow: none
}

.btn-white-2:not(:disabled):not(.disabled):active,
.btn-white-2:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: none
}

.btn-primary-white:not(:disabled):not(.disabled):active,
.btn-primary-white:not(:disabled):not(.disabled).active {
    color: #c96;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none
}

.btn-white-primary:not(:disabled):not(.disabled):active,
.btn-white-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #c96;
    border-color: #c96;
    box-shadow: none
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #c96;
    border-color: #c96;
    box-shadow: none
}

.btn-outline:not(:disabled):not(.disabled):active,
.btn-outline:not(:disabled):not(.disabled).active {
    color: #c96;
    background-color: transparent;
    border-color: #ebebeb;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15)
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #c96;
    background-color: transparent;
    border-color: #ebebeb;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05)
}

.btn-outline-primary-2:not(:disabled):not(.disabled):active,
.btn-outline-primary-2:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #c96;
    border-color: #c96;
    box-shadow: none
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
    color: #c96;
    background-color: transparent;
    border-color: #fff;
    box-shadow: none
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
    color: #c96;
    background-color: transparent;
    border-color: #ebebeb;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05)
}

.btn-outline-dark-2:not(:disabled):not(.disabled):active,
.btn-outline-dark-2:not(:disabled):not(.disabled).active {
    color: #c96;
    background-color: #fafafa;
    border-color: #ebebeb;
    box-shadow: none
}

.btn-outline-dark-3:not(:disabled):not(.disabled):active,
.btn-outline-dark-3:not(:disabled):not(.disabled).active {
    color: #c96;
    background-color: transparent;
    border-color: #c96;
    box-shadow: none
}

.btn-outline-darker:not(:disabled):not(.disabled):active,
.btn-outline-darker:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #c96;
    border-color: #c96;
    box-shadow: none
}

.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #c96;
    border-color: #c96;
    box-shadow: none
}

.btn-outline-lightgray:not(:disabled):not(.disabled):active,
.btn-outline-lightgray:not(:disabled):not(.disabled).active {
    color: #c96;
    background-color: #f5f6f9;
    border-color: #ebebeb;
    box-shadow: none
}

.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #c96;
    border-color: #c96;
    box-shadow: none
}

.btn-outline-white-2:not(:disabled):not(.disabled):active,
.btn-outline-white-2:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: none
}

.btn-outline-white-3:not(:disabled):not(.disabled):active,
.btn-outline-white-3:not(:disabled):not(.disabled).active {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none
}

.btn-outline-white-4:not(:disabled):not(.disabled):active,
.btn-outline-white-4:not(:disabled):not(.disabled).active {
    color: #c96;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none
}

.bg-image .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-image .btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #c96;
    border-color: #c96
}

.bg-image .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-image .btn-outline-dark:not(:disabled):not(.disabled).active {
    color: #c96;
    background-color: #fff;
    border-color: #fff
}

.product-action-dark .btn-product:not(:hover):not(:focus) span {
    color: #fff
}

.product.product-3 .btn-product:not(:hover):not(:focus) span {
    color: #333
}

.social-icons {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-between;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
    color: #777;
    margin: 0;
    background-color: transparent;
    border: .1rem solid #e1e2e6;
    border-radius: 50%;
    text-decoration: none;
    opacity: 1;
    transition: all .35s ease
}

.social-icon:not(:last-child) {
    margin-right: 1rem
}

.social-icon:hover,
.social-icon:focus {
    color: #c96;
    border-color: #c96;
    background-color: transparent
}

.social-icon.social-facebook {
    color: #8f79ed
}

.social-icon.social-instagram {
    color: #dd6d9a
}

.social-icon.social-youtube {
    color: #e66262
}

.social-icons-colored .social-icon.social-facebook {
    color: #fff;
    border-color: #1877F2;
    background-color: #1877F2
}

.social-icons-colored .social-icon.social-instagram {
    color: #fff;
    border-color: #dd6d9a;
    background: #833ab4;
    background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
}

.social-icons-colored .social-icon.social-youtube {
    color: #fff;
    border-color: #FF0000;
    background-color: #FF0000
}

.social-icons-colored .social-icon:hover,
.social-icons-colored .social-icon:focus {
    background-color: #fff !important;
    border-color: #d7d7d7 !important
}

.social-icons-colored .social-icon:hover.social-facebook,
.social-icons-colored .social-icon:focus.social-facebook {
    color: #8f79ed
}

.social-icons-colored .social-icon:hover.social-instagram,
.social-icons-colored .social-icon:focus.social-instagram {
    color: #dd6d9a
}

.social-icons-colored .social-icon:hover.social-youtube,
.social-icons-colored .social-icon:focus.social-youtube {
    color: #e66262
}

.form-control {
    height: 40px;
    padding: .85rem 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 300;
    color: #777;
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 0;
    margin-bottom: 2rem;
    transition: all 0.3s;
    box-shadow: none
}

.form-control:focus {
    color: #777;
    background-color: #fff;
    border-color: #c96;
    box-shadow: none;
    outline: none !important
}

label {
    color: #666;
    font-weight: 300;
    font-size: 1.4rem;
    margin: 0 0 1.1rem
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #dadada
}

.cta .form-control:not(:focus):not(.form-control-white) {
    border-color: #dadada
}

button:focus {
    outline: none
}

.footer .widget-title {
    font-weight: 600
}

.widget-about p {
    max-width: 320px
}

.toolbox .form-control:not(:focus) {
    border-color: #d7d7d7
}

.menu-cat.justify-content-center li:lat-child {
    margin-right: 1.8rem
}

.widget {
    margin-bottom: 4.5rem
}

.widget-title {
    color: #333;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin-bottom: 2rem
}

.single-entry .entry-meta a:not(:hover):not(:focus),
.single-entry .entry-cats a:not(:hover):not(:focus) {
    color: #666
}

.member-overlay .social-icon:not(:hover) {
    color: inherit
}

.direction-link {
    display: inline-block;
    margin-top: 1rem;
    line-height: 1
}

.checkout .form-control:not(:focus) {
    background-color: #f9f9f9
}

.dashboard .form-control:not(:focus) {
    background-color: #f9f9f9
}

.soon-content .form-control:not(:focus) {
    border-color: #dadada
}

.mb-3 {
    margin-bottom: 3rem !important
}

/* icon sticky CSS */
.sticky {
    position: fixed;
    top: 0;
    right: 0; 
    display: flex;
    flex-direction: column; 
    gap: 14px; 
    padding: 10px;
    z-index: 1000; 
}

.sticky .icon {
    display: flex;
    align-items: center;
}

.sticky p {
    margin: 0;
    font-size: 12px; 
}

.sticky + .content {
    padding-top: 60px;
}

.sticky p {
    display: none;
}

/* header section stiky code (header-middle:sticky-header) */

/* .sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 10px;
    border-radius: 0px 0px 4px 4px;
    z-index: 999; 
    background-color: #fff; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.sticky-header + .content {
    padding-top: 100px;
} */


@font-face {
    font-family: 'molla';
    src: url("../../fonts/molla0ab2.eot?74273691");
    src: url("../../fonts/molla0ab2.eot?74273691#iefix") format("embedded-opentype"),
         url("../../fonts/molla0ab2.woff2?74273691") format("woff2"),
         url("../../fonts/molla0ab2.woff?74273691") format("woff"),
         url("../../fonts/molla0ab2.ttf?74273691") format("truetype"),
         url("../../fonts/molla0ab2.svg?74273691#molla") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"molla";font-style:normal;speak:none;display:inline-block;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-phone:before{content:'\e806'}.icon-angle-left:before{content:'\f111'}.icon-angle-right:before{content:'\f112'}.icon-arrow-up:before{content:'\f122'}.icon-bars:before{content:'\f131'}.icon-youtube:before{content:'\f167'}.icon-instagram:before{content:'\f16d'}.icon-close:before{content:'\f191'}.icon-whatsapp:before{content:'\f232'}.icon-heart-o:before{content:'\f234'}.icon-minus:before{content:'\f28e'}.icon-plus:before{content:'\f2c2'}.icon-search:before{content:'\f2eb'}.icon-shopping-cart:before{content:'\f2fa'}.icon-facebook-f:before{content:'\f39e'}.icon-telegram:before{content:'\f2c6'}
.icon-bars:before{font-weight:bolder !important}
/*# sourceMappingURL=style.css.map */
