header {
    position: fixed;
    width: 100%;
    background: transparent;
    z-index: 99;
    top: 0;
    transition: all 0.3s ease-in-out;
}
body.search-blur-bg:before,
body.has-blur-bg:before {
    position: absolute;
    top: 0px;
    content: '';
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    opacity: 1;
    background: rgba(17, 17, 17, 0.6);
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}
body.has-blur-bg {
    overflow: hidden;
}


header.banner_transparent:hover {
    /* background: #fff; */
}

body.scroll-down header {
    /* opacity: 0;
    visibility: hidden; */
}
/* 
body.has-blur-bg.scroll-down header.banner_transparent {
    opacity: 1;
    visibility: visible;
} */

#header-cart .dropdown-cart.is-visible{
    list-style: none;
}

header #logo {
    margin: 0;
    height: 54px;
}
.common-home header #logo,
.homepage header #logo {
    margin: 15px 0 -15px;
}
body.search-blur-bg header #logo,
body.has-blur-bg header #logo,
header.fixed #logo {
    margin: 0;
}
body.has-blur-bg .container.menu-container #menu.navbar.navbar-expand-lg{
    overflow: auto;
}

body.has-blur-bg header.banner_transparent.scroll {
    background: transparent;
    transition: none;
}

body.search-blur-bg header,
body.has-blur-bg header,
body.has-blur-bg header.banner_white {
    background: #111111;
}

header.banner_transparent img.logo-black{
    display: none;
}

header #logo img{
    width: auto;
    height: 54px;
    transition: all 0.3s ease;
    max-width: none;
}
.common-home header #logo img,
.homepage header #logo img{
    height: 100px;
}
body.search-blur-bg header #logo img,
body.has-blur-bg header #logo img,
header.fixed #logo img {
    height: 54px;
}
header.banner_transparent.scroll{
    background: #111111;
    transition: all .5s;
}

header.banner_transparent.scroll span.white {
    display: none;
}

header.banner_transparent.scroll span.black {
    display: block;
}

header.banner_transparent.scroll img.logo-white{
    display: none;
}

header.banner_transparent.scroll img.logo-black{
    display: block;
}

header.banner_white img.logo-white{
    display: none;
}

header.banner_white {
    background: #111111;
}

header.banner_transparent:not(:hover) span.black, header.banner_transparent:hover span.white, .scroll-up header.banner_transparent span.black{
    display: none;
}

header.banner_transparent:not(:hover) span.white, .scroll-up header.banner_transparent span.white{
    display: block;
}

header.banner_white span.white{
    display: none;
}


header.banner_white span.black{
    display: block;
}


.menu-container #menu a.see-all:hover{
    background: transparent;
    text-decoration: underline;
}
.menu-drawer {
    position: fixed;
    width: 100vw;
    background: #1E1E1E;
    clip-path: inset(0% 0% 100%);
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 9;
}

body.has-blur-bg .menu-drawer {
    clip-path: inset(0% 0% 0%);
}
.menu-trg {
    transition: transform .6s cubic-bezier(.16,1,.3,1), opacity 1.2s cubic-bezier(.16,1.08,.38,.98);
    width: 28px;
}

.menu-trg .line {
    background: #FFFFFF;
    height: 1px;
    width: 100%;
    transform-origin: 0% 0%;
    transform: translate(0px, 0px);
    animation: auto ease 0s 1 normal none running none; transform: translate(0px, 0px);
    position: relative;
}
.line-0 {
    animation: scaleUp0 0.5s forwards;
}
.line-1 {
    animation: scaleUp1 0.5s forwards;
}
.line-2 {
    animation: scaleUp2 0.5s forwards;
}
@keyframes scaleUp0 {
    0% { transform: translate(0px, 0px) scale(0, 1); }
    100% { transform: translate(0px, 0px) scale(1, 1); }
}
@keyframes scaleUp1 {
    0% { transform: translate(0px, 0px) scale(0, 1); }
    100% { transform: translate(0px, 0px) scale(1, 1); }
}
@keyframes scaleUp2 {
    0% { transform: translate(0px, 0px) scale(0, 1); }
    100% { transform: translate(0px, 0px) scale(1, 1); }
}


/* .menu-trg .line::before {
    content: '';
    background: currentColor;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .75s cubic-bezier(.19,1,.22,1);
}

header a#toggleMenu:hover .menu-trg .line::before {
    transform: scaleX(1);
    transform-origin: left;
} */


.menu-trg .line+.line {
    margin: 6px 0 0;
}

header.banner_transparent:not(:hover) .menu-trg .line, .scroll-up header.banner_transparent .menu-trg .line{
    /* background: #111111; */
}

nav#menu {background: transparent;}

nav#menu a {
    color: #fff;
    line-height: 140%;
}

body.search-blur-bg header #logo,
body.has-blur-bg header #logo {
    pointer-events: none;
}

.megamenu>li{
    opacity: 0;
    visibility: hidden;
    transform: translateY(200px);
    transition: all 1s ease-in-out;
}

body.has-blur-bg .megamenu>li{
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}

.menu-fs__img img {
    will-change: transform;
}


.menu-drawer .featured-category a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    object-fit: cover;
    will-change: transform;
    transition: all 1s ease-in-out;
}

body.has-blur-bg .menu-drawer .featured-category a img {

    transform: scale(1);
}
header.fixed {
    background: #111111;
}
.menu-trg__hold {
    height: 100%;
}
header a#toggleMenu {
    display: inline-flex;
    width: auto;
    cursor: pointer;
    align-items: center;
    margin-left: 42px;
    color: #ffffff;
    vertical-align: top;
}
header a#toggleMenu .text {
    margin-right: 4px;
    font-size: 18px;
}
header a#toggleMenu .text-close {
    display: none;
}
header a#toggleMenu span.close-menu{
    display: none;
}
.has-blur-bg header a#toggleMenu span.close-close{
    display: inline-block;
}
.has-blur-bg header a#toggleMenu span.close-menu{
    display: none;
}
body.has-blur-bg header a#toggleMenu .visible-desktop.text-close {
    display: block;
}
body.has-blur-bg header a#toggleMenu .visible-desktop.text-menu {
    display: none;
}
body.has-blur-bg header a#toggleMenu .text.text-menu {
    display: none;
}
body.has-blur-bg header a#toggleMenu .text.text-close {
    display: block;
}


body.has-blur-bg header a#toggleMenu span.close-menu {
    display: block;
}

body.has-blur-bg header a#toggleMenu span.open {
    display: none;
}

.scroll-up header.banner_transparent {
    /* background: #FFFFFF; */
}

header.banner_transparent:not(:hover) #logo img, .scroll-up header.banner_transparent #logo img {
    /* filter: brightness(0) invert(1); */
}

header.banner_transparent:not(:hover) .list-inline-item a, .scroll-up header.banner_transparent .list-inline-item a{
    /* color: #fff; */
}

header.banner_transparent .dropdown-menu.show {
    /* background: #FFFFFF; */
}
.header-left {
    display: flex;
    align-items: center;
}

header .menu-header >div {
    width: 50%;
}

header #logo a{
    cursor: pointer;
}

header #search.input-group{
    display: none;
    position: relative;
    z-index: 7;
}
header #search.input-group .close {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    line-height: 25.2px;
    letter-spacing: 0.04em;
    position: absolute;
    right: 0;
    top: 33px;
}
header #search.input-group .close:hover svg path {
    fill: #F79F00;
}
header #search.input-group #random-products .col .product-thumb .image .add-wistlist i {
    display: none;
}
header #search.input-group .close span {
    margin-left: 10px;
}
header #search .form-control-lg {
    width: 100%;
    padding: 0 0 0 50px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: 0.04em;
    text-align: left;
    min-height: inherit;
    height: 34px;
}
header #header-cart .btn-lg .count {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    font-family: Roboto;
    font-size: 9.53px;
    font-weight: 300;
    line-height: 13.35px;
    letter-spacing: 0.04em;
    color: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 3px;
    right: 1px;
}
header #search.input-group:before {
    content: '';
    background: #1E1E1E;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: -100%;
    top: 0;
    position: absolute;
}
header #search.input-group:after {
    content: '';
    background: #1E1E1E;
    width: 100%;
    height: 100%;
    z-index: -1;
    right: -100%;
    top: 0;
    position: absolute;
}
header #search.input-group .search-input {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 87.838%;
    margin: 0 auto;
    padding-bottom: 50px;
}
header ul.list-inline .col-md-4.mb-2{
    margin: 0 !important;
}

header .list-inline-item{
    cursor: pointer;
}

header .list-inline-item:not(:last-child) {
    margin-right: 18px;
}

header .list-inline-item:last-child {
    margin-left: 0px;
}
header .list-inline-item a {
    font-size: 18px;
    font-weight: 300;
    line-height: 21.94px;
    color: #FFFFFF;
    text-align: left;
    text-transform: uppercase;
}

header .list-inline-item.currency a span {
    display: none !important;
}

header .list-inline-item.currency a i {
    display: none;
}
header .list-inline-item a.dropdown-toggle {
    display: inline-flex;
    align-items: center;
}

header .list-inline-item.currency a.dropdown-toggle:after {
    content: '';
    position: static;
    top: 8px;
    right: 0;
    width: 14px;
    height: 6px;
    display: inline-block;
    background-image: url(../../images/icon-select.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    transition: all .5s;
    margin-left: 10px;
    margin-top: 1px;
}

header.banner_transparent:not(:hover) .list-inline-item.currency a.dropdown-toggle:after,
.scroll-up header.banner_transparent .list-inline-item.currency a.dropdown-toggle:after{

    background-image: url(../../images/icon-select-white.svg);
}

header .list-inline-item.currency a.dropdown-toggle.show:after {
    transform: rotate(180deg);
}

header .list-inline-item.currency form {
    margin-bottom: 0;
}

header .list-inline-item a strong {
    font-weight: 300;
}


header .list-inline-item .dropdown-menu a {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    padding: 6px;
    background-color: transparent;
    color: #fff;
}

header.banner_transparent .list-inline-item .dropdown-menu a{
    color: #fff;
}

header .menu-drawer .megamenu li .sub-menu .content .hover-menu .menu ul{
min-width: auto;
}

.single .row {
    margin-left: 0;
    margin-right: 0;
}

.menu-drawer-inner {
    display: flex;
    align-items: stretch;
}

.featured-collection {
    width: 37%;
    position: absolute;
    right: 0;
    height: 100%;
}

section.header-featured-collection-section, .menu-drawer .featured-category {
    height: 100%;
}

.menu-drawer .featured-category a {
    display: block;
    height: 100%;
    position: relative;
}

.menu-drawer .featured-category a * {
    color: #fff;
}

.menu-drawer .featured-category a:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.67%, rgba(0, 0, 0, 0.4) 95.07%);
}

.menu-drawer .featured-category a .category-inner {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 40px 42px;
    z-index: 2;
    flex-wrap: wrap;
}

.menu-drawer .featured-category a .cat-title {
    margin-bottom: 0;
}

.menu-drawer .featured-category a .button {
    display: flex;
}

.menu-drawer .featured-category a:hover .button:after{
    right: -10px;
}

header .dropdown-menu.show {
    width: 153px;
    min-width: 153px;
    padding: 18px 10px;
    background: transparent;
    border: 0;
    border-radius: 0;
    left: -28px !important;
    right: auto !important;
}

header .dropdown-menu {
    top: 29px !important;
}

div#information-information .breadcrumb {
    display: none;
}

header ul.list-inline {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

header .menu-header {
    padding: 17.5px 0 16.5px;
    justify-content: space-between;
    align-items: center;
    height: auto;
    z-index: 7;
    position: relative;
    display: flex;
    transition: all 0.3s ease-in-out;
}

header .float-end {
    float: none !important;
    display: flex;
    width: auto;
    align-items: center;
    justify-content: flex-end;
}
header #search .btn-lg{
    padding: 0;
    border: 0;
    background: transparent;
    position: absolute;
    left: 2px;
    top: 2px;
}
header #search .product-thumb .image-inner .add-wistlist.wishlist-added {
    background-image: url(../images/wishlish-added.svg);
}
header #search .product-thumb .image-inner .add-wistlist{
    background-image: url(../images/wishlish-icon.svg);
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}
header #search.input-group #random-products .col:hover .image-inner .add-wistlist{
    opacity: 1;
}
header #search.input-group {
    padding-top: 59px;
    background: #1E1E1E;
    padding-bottom: 41px;
    position: relative;
    margin-bottom: 0 !important;
}
header #search.input-group #random-products .col .product-thumb {
    margin-bottom: 0;
}
header #search .btn-lg svg {
    width: 28px;
    height: 28px;
}
.success-text{
    display: none;
    color: #F79F00;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 18.75px;
    margin-bottom: 23px;
    letter-spacing: 0;
}
header #search.input-group #random-products .col {
    max-width: 25%;
    padding: 0 13px;
}
header #search.input-group #random-products {
    margin-left: -13px;
    margin-right: -13px;
}
header #search.input-group #random-products .col .product-name:empty {
    display: none;
}
header #search.input-group #random-products .col .content-right {
    opacity: 0;
}
header #search.input-group #random-products .col:hover .content-right {
    opacity: 1;
}
header #search.input-group #random-products .col .content-left h4 {
    margin: 0;
}
header #search.input-group #random-products .col .product-thumb .image {
    margin-bottom: 15px;
}
header #search.input-group .content {
    max-width: 87.838%;
    margin-left: auto;
    margin-right: auto;
}
header .dropdown.d-grid {
    display: block;
}

header #header-cart .btn-lg,  header #header-cart .btn-lg:hover {
    height: 32px;
    width: 32px;
    margin-top: 0px;
    font-size: 0;
    padding:  0;
    border: 0;
    border-radius: 0;
    content: '';
    display: block;
    background: transparent;
    position: relative;
    transition: none;
}

.megamenu-main .megamenu .with-sub-menu .menulabel {
    font-size: 18px;
    line-height: 140%;
    text-transform: capitalize;
    color: #FFA400;
    display: block;
    margin-bottom: 29px;
}

.megamenu-main .megamenu.menu-category .with-sub-menu.submenu-full {
    width: 100%;
}
.megamenu-main .megamenumenu-category .with-sub-menu {
    width: 50%;
}
.megamenu-main .megamenu.menu-category .with-sub-menu {
    width: 50%;
}
.menu-drawer ul.megamenu > li > .sub-menu {
    position: static;
    visibility: visible;
    z-index: 0;
    border: 0 !important;
    margin: 0 !important;
    outline: none !important;
}

.menu-drawer #mega_menu ul.megamenu > li > a.menutitle {
    font-size: 20px;
    text-align: left;
    padding: 0;
    margin: 0 0 24px;
    width: auto;
    display: inline-block;
}
.menu-drawer #mega_menu ul.megamenu a {
    font-weight: 300 !important;
    font-family: 'Roboto', serif !important;
}
.menu-drawer #mega_menu ul.megamenu > li > .sub-menu.single .content ul .main_link h3 a {
    font-size: 16px;
    text-align: left;
    padding: 0;
    position: relative;
    font-weight: 300 !important;
}
.menu-drawer #mega_menu .megamenu.menu-page > li > .menutitle {
    font-size: 18px;
    color: #FFA400 !important;
    margin-bottom: 29px;
    line-height: 140%;
}
.container-megamenu .item-account .text:before,
.menu-drawer #mega_menu ul.megamenu a.menutitle::before{
    content: '';
    background: currentColor;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .75s cubic-bezier(.19,1,.22,1);
    color: #F79F00;
}
.container-megamenu .item-account:hover .text:before,
.menu-drawer #mega_menu ul.megamenu a.menutitle:hover::before{
    transform: scaleX(1);
    transform-origin: left;
    color: #F79F00;
}
.menu-drawer #mega_menu ul.megamenu > li > a.menutitle:not([href]) {
    cursor: default;
}

.menu-drawer #mega_menu ul.megamenu > li > a.menutitle:not([href]):before {
    display: none;
}

ul.megamenu > li > .sub-menu.single .content ul .information:not(:last-child) .main_link h3.subtitle1 {
    margin: 0 0 24px;
    padding: 0;
}

.menu-drawer #mega_menu ul.megamenu > li > .sub-menu.single .content ul .main_link h3 a {
    padding-left: 0;
}

.menu-drawer ul.megamenu > li > .sub-menu  {
    margin: 0;
}
.menu-drawer ul.megamenu.slide > li > .sub-menu > .content.bgcontent {
    /* padding-bottom: 100% !important; */
    background-size: cover;
    max-width: 327px;
    height: 327px;
}
.container-megamenu {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
}

.container-megamenu .megamenu-images {
    width: 25.15%;
    margin-left: 8%;
}

.container-megamenu .megamenu-wrapper {
    width: 57.7%;
    margin-left: auto;
    max-width: 749px;
}

.container-megamenu .megamenu-images .megamenu {
    flex-wrap: wrap;
    position: relative;
}
.container-megamenu .megamenu-images .megamenu .with-sub-menu {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.container-megamenu .megamenu-images .megamenu .with-sub-menu.active {
    opacity: 1;
    visibility: visible;
}
.container-megamenu .megamenu-images .megamenu .with-sub-menu:not(first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.container-megamenu ul.megamenu > li {
    padding: 0;
}
.megamenu-main {
    display: flex;
}

.megamenu-main .megamenu {
    flex-wrap: wrap;
    align-content: flex-start;
}
.megamenu-main .megamenu.menu-category {
    width: 41.5%;
}
.megamenu-main .megamenu.menu-page {
    width: 48%;
    margin-left: auto;
    /* max-width: 168px; */
    flex-wrap: nowrap;
    gap: 5px;
}
.megamenu-main .megamenu .with-sub-menu {
    width: 100%;
}
.megamenu-main .megamenu.menu-page .with-sub-menu {
    width: auto;
}
.menu-drawer #mega_menu ul.megamenu > li > a.menutitle {
    font-size: 16px;
}


.menu-drawer div#mega_menu {
    padding-top: 65px;
    padding-bottom: 80px;
    padding-left: 71px;
    padding-right: 71px;
    width: 100%;
    min-height: 456px;
}
header .menu-drawer .megamenu > li > .sub-menu.single {
    width: auto;
    min-width: auto;
    max-width: 100%;
}

.menu-drawer  ul.megamenu.slide > li.active > .sub-menu > .content, 
.menu-drawer  ul.megamenu.slide > li.active > .sub-menu > .container > .content{
    border: 0;
}


.menu-drawer ul.megamenu.slide > li > .sub-menu > .content, .menu-drawer ul.megamenu.slide > li > .sub-menu > .container > .content{
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
    border: 0;
    outline: none;
    padding: 0 !important;
}

header.banner_transparent #header-cart .btn-lg.has-item:after {
    background: #FFF;
}

.container.menu-container {
    width: 100%;
    max-width: 36%;
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    padding: 0;
    background: #fff;
    z-index: 6;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -moz-transform: translate3d(100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -ms-transform: translate3d(100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -o-transform: translate3d(100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform: translate3d(100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transition: all 0.35s ease-in-out;
       -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
         -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
    opacity: 0;
}

.container.menu-container.active {
    transform-style: preserve-3d;
    will-change: transform;
    -webkit-transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
       -moz-transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        -ms-transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
         -o-transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
            transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transition: all 0.35s ease-in-out;
       -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
         -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
    opacity: 1;
}

body{
    position: relative;
}

.container.menu-container #menu.navbar.navbar-expand-lg {
    height: 100%;
    display: block;
    background: #fff !important;
    border: 0;
    padding: 80px 34px 0;
}

.container.menu-container .navbar-expand-lg .navbar-nav {
    display: block;
}

.container.menu-container #menu .navbar-nav > li > a {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.74px;
    position: relative;
    text-shadow: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 22px;
}

.container.menu-container #menu .navbar-nav > li > a.nav-link.dropdown-toggle:before{
    position: absolute;
    top: 16px;
    content: '';
    display: block;
    background: url('../../images/arrow-down.svg');
    background-repeat: no-repeat;
    background-size: contain;
    right: -8px;
    transition: all .5s;
    width: 12px;
    height: 12px;
}

.container.menu-container #menu .navbar-nav > li > a.nav-link.dropdown-toggle.active:before{
   transform: rotate(-180deg);
   top: 13px;
}


.menu-drawer  .menu-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}
body.has-blur-bg .menu-drawer {
    opacity: 1;
    visibility:visible;
    pointer-events: all;
}
.container.menu-container .button-close-container a.button-close {
    text-align: right;
    display: inline-block;
    padding: 0;
    cursor: pointer;
}
.container.menu-container .button-close-container {
    display: flex;
    justify-content: flex-end;
    padding: 25px 90px 0px;
}
.container.menu-container #menu .navbar-nav > li > a:hover {
    background-color: transparent;
}
.container.menu-container #menu .dropdown-inner ul li a:hover {
    background: transparent;
}
.container.menu-container #menu li.nav-item.dropdown .dropdown-menu {
    position: relative;
    border: 0;
    display: block;
    padding: 0 0 7px;
    background: transparent;
}
.container.menu-container #menu  li.nav-item {
    padding: 10px 0;
}
.container.menu-container #menu .dropdown-inner a {
    min-width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.1px;
    padding: 4px 24px;
}
.list-inline-item.account.mobile {
    display: none;
}
.visible-mobile {
    display: none;
}
#product-search #content {
    padding-top: 152px;
}
#product-search #content .pagination {
    display: none;
}
.text-results {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
    letter-spacing: 0.04em;
    text-align: left;
    margin-bottom: 64px;
}
#product-search #content .search-result {
    font-family: Cinzel;
    font-size: 36px;
    font-weight: 400;
    line-height: 50.4px;
    letter-spacing: 0.04em;
    text-align: left;
    margin-bottom: 41px;
}
#product-search #content .pagination {
    display: none;
}
.product-search main,
.product-search header.banner_white{
    overflow: hidden;
}
@media (min-width: 768px){
    #product-search #content #back-to-top-mobile{
        display: none;
    }
    #product-search #content .category-description-bottom {
        padding: 56px 0 63px;
        margin-top: 49px;
    }
    ul.megamenu.slide.item-account.visible-mobile {
        display: none;
    }
    .megamenu {
        display: flex;
        justify-content: space-between;
    }

    .hide-desktop.account-currency{
        display: none;
    }
    .menu-drawer .featured-category a .button {
        display: flex;
        margin-bottom: 6px;
    }

    header .menu-drawer .megamenu > li:last-child > .sub-menu.single {
        display: block !important;
    }
}
@media screen and (min-width: 1600px) {
    #product-list .col{
        width: 25%;
    }
}
@media (min-width: 768px ) and (max-width: 1024px){
    header .list-inline-item:not(:last-child) {
        margin-right: 13px;
    }
}

@media screen and (max-width: 1300px) {
    .container.menu-container .button-close-container {
        padding: 25px 20px 0px;
    }

    .menu-drawer div#mega_menu {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 34px;
        padding-bottom: 34px;
        min-height: 0;
    }
    .megamenu-main .megamenu.menu-category .with-sub-menu {
        width: 49%;
    }
    .megamenu-main .megamenu.menu-category {
        width: 49%;
    }
    .menu-drawer .featured-category a .category-inner {padding: 20px;}
    .container-megamenu .megamenu-images {
        margin-left: 0;
    }
    .menu-drawer ul.megamenu.slide > li > .sub-menu > .content.bgcontent {
        height: auto;
        max-width: 100%;
        padding-bottom: 100% !important;
    }
}

@media (max-width: 1200px){
    .menu-drawer .featured-category a .category-inner .button-link {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 1023px){
    .featured-collection {
        display: none;
    }

    .menu-drawer .menu-container{
        width: 100%;
    }
    .container-megamenu .megamenu-wrapper {
        width: 71%;
    }
}

@media screen and (max-width: 991px) {
    .container.menu-container .collapse:not(.show) {
        display: block;
    }

    .container.menu-container {
        max-width: 70%;
    }
    .container.menu-container .collapse {
        max-height: calc(100% - 17px);
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media screen and (max-width: 767px) {
    body.has-blur-bg:before {
        display: none;
    }
    .visible-desktop {
        display: none;
    }    
    .visible-mobile {
        display: block;
    }
    header #header-cart .btn-lg, header #header-cart .btn-lg:hover {
        /* width: 23px;
        height: 23px; */
    }
    .menu-drawer {
        height: var(--app-height);
        background-color: #111111;
        top: 0;
        z-index: 0;
        padding-top: var(--header-height, 72px);
    }
    body.has-blur-bg header {
        background: transparent;
    }
    
    body.has-blur-bg .menu-drawer div#mega_menu {
        opacity: 1;
        transition: 1s var(--easeOutExpo);
        transition-delay: 0.6s;
    }
    .menu-drawer-inner {
        max-height: 100%;
    }

    .menu-drawer .menu-container {
        overflow-y: scroll;
    }

    .nav.float-start {
        display: none;
    }
    .common-home header #logo,
    .homepage header #logo {
        margin: 9px 0 -9px;
    }
    header #logo img {
        height: 50px;
    }
    .common-home header #logo img,
    .homepage header #logo img {
        height: 77px;
    }
    body.search-blur-bg header #logo img, 
    body.has-blur-bg header #logo img, 
    header.fixed #logo img {
        height: 50px;
    }
    body.search-blur-bg header #logo, 
    body.has-blur-bg header #logo, 
    header.fixed #logo {
        margin: 0;
    }
    header #logo {
        width: auto;
        padding: 0;
        margin: 0;
        height: 50px;
    }
    
    header .menu-header >div.float-end {
        width: auto;
        margin-left: auto;
        align-items: flex-start;
    }
    
    header #header-cart .btn-lg {
        width: 32px;
        height: 32px;
    }
    header a#toggleMenu .text {
        display: none;
    }
    header .list-inline-item svg {
        width: 32px;
        height: 32px;
    }

    .list-inline-item.account.mobile .dropdown {
        display: flex;
        align-items: center;
    }

    .menu-drawer .account-currency .icon {
        margin-right: 16px;
        display: block;
    }
    
    .menu-drawer div#mega_menu .megaMenuToggle {
        display: none;
    }
    
    .menu-drawer div#mega_menu .megamenu-wrapper {
        display: block;
        padding-bottom: 0;
    }

    .megamenu-main .megamenu.item-account {
        margin-bottom: 49px;
    }
    
    .megamenu-main .megamenu.item-account .with-sub-menu {
        padding: 0;
    }
    
    .megamenu-main .megamenu.item-account .with-sub-menu .slide-account {
        padding: 0 !important;
        font-size: 16px;
        align-items: center;
        display: flex;
    }
    header .menu-drawer .megamenu > li:last-child > .sub-menu.single {
        display: block !important;
    }

    header .menu-drawer .megamenu > li:last-child > .sub-menu.single .content {
        padding: 5px 8px !important;
    }
    
    .menu-drawer .account-currency {
        position: absolute;
        bottom: 48px;
        left: 0;
        right: 0;
        max-width: 100%;
        z-index: 9;
    }
    
    .menu-drawer .account-currency ul {
            width: 100%;
        display: flex;
        justify-content: space-between;
        background-color: transparent;
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu-drawer .megamenu > li.with-sub-menu .open-menu:before, .menu-drawer .megamenu > li.active .close-menu:before {
        content: '';
        position: absolute;
        top: 1px;
        right: 0;
        width: 15px;
        height: 6px;
        display: inline-block;
        background-image: url(../../images/icon-select-white.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: all .5s;
        margin-left: 41px;
        margin-top: 9px;
        vertical-align: top;
    }


    .menu-drawer .megamenu > li.active .open-menu:before{
        transform: rotate(180deg);
    }

    header .list-inline-item.currency a.dropdown-toggle:after{
        background-image: url(../../images/icon-select-white.svg);
    }

    header .list-inline-item.currency a.dropdown-toggle.show:after{
        transform: rotate(0deg);
    }

    .menu-drawer .account-currency ul .dropdown-menu {
        display: none;
    }
    
    .menu-drawer .account-currency ul .dropdown-menu.show {
        display: none;
    }


    header .account-currency .list-inline-item .dropdown-menu a {
        color: #fff;
    }

    .menu-drawer .account-currency .list-inline-item.account a {
        text-transform: capitalize;
    }
    

    .menu-drawer ul.megamenu > li > .sub-menu.single .content ul .main_link h3 {
        padding: 0;
        margin: 0 0 24px;
    }

    .menu-drawer #mega_menu ul.megamenu > li > a.menutitle {
        padding: 0 !important;
        margin: 0 0 24px;
    }

    .menu-drawer .megamenu > li.active .close-menu {
        height: 24px;
        margin-bottom: 0;
        padding-bottom: 20px;
        opacity: 0;
    }

    .menu-drawer .megamenu > li.active .open-menu {
        display: block;
        z-index: -1;
    }

    header .account-currency .list-inline-item.account .dropdown-menu a {
        text-transform: capitalize;
    }
    
    .menu-drawer .horizontal ul.megamenu > li {
        border-top: 0;
        max-width: 233px;
        padding-bottom: 0;
        transform: none;
        transition: none;
    }
  	
  	.list-inline-item.account.mobile .account-link{
  		display: inline-block;
  	}

    .menu-drawer .account-currency a {
        display: flex;
        justify-content: space-between;
        background-color: transparent;
        align-items: center;
        color: #fff;
    }

    header #header-cart .btn-lg {
        margin-top: 0;
    }

    header a#toggleMenu {
        margin: 0;
    }

    header .menu-drawer .megamenu > li:last-child p {
        display: none !important;
    }

    .container.menu-container{
        max-width: 100%;
    }

    header .menu-header .col-md-3.col-lg-4 {
        width: auto;
        display: block;
        padding-right: 0;
    }

    header .float-end li.list-inline-item.account{
        display: none;
    }

    header .menu-header {
        padding: 11px 0;
        justify-content: flex-start;
    }
    header .list-inline-item:last-child {
        margin-left: 0px;
    }

    header .list-inline-item:not(:last-child), 
    header .list-inline-item {
        margin-right: 13px;
    }
    header .list-inline-item.item-search {
        order: -1;
    }
    .container.menu-container #menu .dropdown-inner a {
        padding: 4px 0;
    }

    .container.menu-container #menu .navbar-nav > li > a {
        padding: 10px 0px;
    }

    .container.menu-container #menu.navbar.navbar-expand-lg {
        padding: 50px 20px;
    }

    .menu-container #menu a.see-all{
        padding: 4px 0;
    }

    .container.menu-container #menu .navbar-nav > li > a.nav-link.dropdown-toggle:before {
        top: 16px;
        right: -29px;
    }

    .container.menu-container #menu .navbar-nav > li > a.nav-link.dropdown-toggle.active:before {
        top: 12px;
    }
    header a#toggleMenu .text,
    body.has-blur-bg header a#toggleMenu .text.text-close,
    body.has-blur-bg header a#toggleMenu .text.text-menu,
    body.has-blur-bg header a#toggleMenu .visible-mobile.text-menu,
    body.has-blur-bg header a#toggleMenu .visible-desktop.text-close,
    header a#toggleMenu .visible-dessktop.text-close,
    header a#toggleMenu .visible-mobile.text-close {
        display: none;
    }
    body.has-blur-bg header a#toggleMenu .visible-mobile.text-close {
        display: block;
    }
    .container-megamenu .megamenu-images {
        display: none;
    }
    
    .container-megamenu .megamenu-wrapper {
        width: 100%;
    }
    
    .megamenu-main .megamenu.menu-category {
        width: 100%;
        display: flex;
    }
    
    .megamenu-main .megamenu.menu-page {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }
    .megamenu-main .megamenu.menu-page .with-sub-menu {
        padding-top: 5px;
    }
    .megamenu-main {
        flex-wrap: wrap;
    }
    .menu-drawer div#mega_menu {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 40px;
        padding-bottom: 21px;
        opacity: 0;
    }
    .container-megamenu .item-account .text {
        margin-left: 16px;
        position: relative;
        display: inline-block;
    }
    .megamenu-main .megamenu.menu-category .with-sub-menu.submenu-full {
        padding: 0;
    }
    
    .megamenu-main .megamenu.menu-category .with-sub-menu {
        padding-left: 8px;
        width: 48%;
        padding-right: 10px;
        padding-bottom: 0;
        max-width: 100%;
    }
    .menu-drawer #mega_menu .megamenu.menu-page > li > .menutitle {
        margin-bottom: 29px;
    }
    header ul.megamenu > li.with-sub-menu .open-menu {
        display: none;
    }
    header .menu-drawer ul.megamenu.slide > li > .sub-menu > .content {
        padding: 5px 8px !important;
    }
    header ul.megamenu > li > .sub-menu {
        display: block;
    }
    nav#menu {
        margin: 0;
    }
    body.has-blur-bg nav#menu {
        opacity: 1;
        transition-delay: .4s;
        transition: 1s cubic-bezier(.190,1.000,.220,1.000);
        transition-delay: .4s;
    }
    header #search.input-group .close span{
        display: none;
    }
    header #search.input-group .container {
        padding: 0;
    }
    header #search.input-group {
        padding-top: 28px;
        padding-bottom: 40px;
    }
    header #search.input-group .close{
        right: 10px;
    }
    header #search.input-group #random-products {
        flex-wrap: wrap;
        max-height: calc(100vh - 220px);
        overflow-y: auto;
    }
    header #search.input-group #random-products .col {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 60px;
    }
    header #search.input-group .close{
        z-index: 2;
    }
    header #search.input-group .search-input{
        padding-right: 38px;
        max-width: inherit;
        padding-bottom: 0;
    }
    header #search.input-group #random-products .col .content-right {
        opacity: 1;
    }
    .success-text{
        font-size: 16px;
        line-height: 18.75px;
        margin-bottom: 40px;
        margin-top: 45px;
    }
    header #search.input-group #random-products .col .product-thumb .image {
        margin-bottom: 24px;
    }
    header #search.input-group #random-products .col .content-left {
        margin-bottom: 8px;
    }
    header #search.input-group .content {
        max-width: inherit;
    }
}