html {
    font-family: 'AvenirNext', sans-serif;
    height: 100%;
    font-weight: 400;
    line-height: 1.15;
    background-color: rgb(245, 245, 245);
    font-size: 14px;
    color: #333;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@supports(font-variation-settings:normal) {
    html {
        font-family: 'AvenirNextVar', Verdana, sans-serif;
        font-variation-settings: "wght" 400;
        font-display: swap
    }
}

@font-face {
    font-family: 'AvenirNextVar';
    src: url('../woff2/avenirnext_variable.woff2') format('woff2-variations');
    font-weight: 1 999;
    font-display: swap
}

@font-face {
    font-family: 'AvenirNext';
    src: url('../woff2/avenirnextcyr-light.woff2') format('woff2'), url('../woff/avenirnextcyr-light.woff') format('woff');
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: 'AvenirNext';
    src: url('../woff2/avenirnextcyr-regular.woff2') format('woff2'), url('../woff/avenirnextcyr-regular.woff') format('woff');
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: 'AvenirNext';
    src: url('../woff2/avenirnextcyr-demi.woff2') format('woff2'), url('../woff/avenirnextcyr-demi.woff') format('woff');
    font-weight: 700;
    font-display: swap
}

body {
    margin: auto;
    width: 100%;
    max-width: 2560px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
    font-display: swap
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

html.w-mod-touch * {
    background-attachment: scroll !important
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}

.body {
    background-color: white
}

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

.w-nav {
    position: relative;
    background: #fff;
    z-index: 1000
}

.w-nav:before,
.w-nav:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.w-nav:after {
    clear: both
}

.w-nav-menu {
    position: relative;
    float: right
}

.w-nav[data-collapse="all"] .w-nav-menu {
    display: none
}

.main-menu-col {
    /* display: block; */
    padding-right: 1vw;
    padding-left: 1vw;
    display: flex;
    align-items: center;
}

.w-row:before,
.w-row:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.w-row:after {
    clear: both
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0
}

.w-col {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.w-col-1 {
    width: 8.33333333%
}

.w-col-2 {
    width: 16.66666667%
}

.w-col-3 {
    width: 25% !important
}

.about-us-text-container .w-col-3 {
    margin-top: 2vw
}

.w-col-4 {
    width: 33.33333333%
}

.w-col-5 {
    width: 41.66666667%
}

.w-col-6 {
    width: 50%
}

.w-col-7 {
    width: 58.33333333%
}

.w-col-8 {
    width: 66.66666667%
}

.w-col-9 {
    width: 75% !important
}

.w-col-10 {
    width: 83.33333333%
}

.w-col-11 {
    width: 91.66666667%
}

.w-col-12 {
    width: 100%
}

.w-col .w-col {
    padding-left: 0;
    padding-right: 0
}

.nav-menu-col {
    text-align: center
}

.nav-menu-3 {
    position: absolute;
    display: none;
    margin-top: 19px;
    text-align: center
}

.w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto
}

.nav-link {
    color: #4d2c60;
    font-weight: 700;
    text-align: left
}

.nav-link:hover {
    color: #8c54aa
}

.sub-nav-menu {
    display: none;
    position: fixed;
    top: 2.6vw;
    left: 10vw;
    height: auto;
    width: 360px;
    background: white;
    overflow: auto;
    z-index: 993
}

.sub-nav-menu-birthday {
    left: 12vw;
    width: 210px;
}

.sub-nav-menu-corporate {
    left: 22vw;
    width: 260px;
}

.sub-nav-menu-birthday ol,
.sub-nav-menu-corporate ol {
    padding-inline-start: 20px !important;
}

.sub-nav-menu-birthday ol li,
.sub-nav-menu-corporate ol li {
    width: 86% !important;
}

.sub-nav-menu:before {
    position: absolute;
    left: 25%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    height: 0;
    width: 0;
    border-bottom: 0.5em solid #fff;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent
}

.sub-nav-menu ol {
    text-transform: none
}

.sub-nav-menu ol li {
    margin: 0 6% 0 0;
    display: inline-block;
    width: 43%;
    text-align: left;
    border-bottom: 1px solid rgb(255, 255, 255)
}

.occasion-menu:hover,
.occasion-menu:hover~.sub-nav-menu-occasion,
.birthday-menu:hover,
.birthday-menu:hover~.sub-nav-menu-birthday,
.corporate-menu:hover,
.corporate-menu:hover~.sub-nav-menu-corporate,
.sub-nav-menu:hover,
.background-mega-menu {
    background-color: #f7f8fa
}

.occasion-menu:hover {
    z-index: 100;
}

.sub-nav-menu ol li a {
    display: block;
    color: #5d4f64;
    padding: 0.75em 0.3em
}

.sub-nav-menu ol li a.active,
.sub-nav-menu ol li a:hover {
    color: #c2495b
}

.top .navigation ol>li.sub-nav .sub-nav-menu ol li a small {
    color: #85718f
}

.display-block {
    display: block
}

.display-none {
    display: none
}

.logo-column {
    text-align: center
}

#searchtoggl {
    display: none;
}

.button-menu {
    display: inline;
    position: absolute;
    top: -16px;
    z-index: 999;
    font-size: 30px;
    display: none
}

.button-menu a {
    text-decoration: none
}

.btn-open:after {
    color: #4D2C60;
    content: "\2630";
    opacity: .5;
    transition-property: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s
}

.btn-open:hover:after {
    color: #8C54AA
}

.btn-close:after {
    color: #4D2C60;
    content: "\00d7";
    transition-property: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s
}

.btn-close:hover:after {
    color: #8C54AA
}

.image-logo-desktop img {
    height: 60px !important;
    text-align: center;
    margin: 5px 0 10px 0;
}

.image-logo {
    display: none;
}

.menu-left-mobile {
    display: flex;
    justify-content: flex-start;
    margin-left: 2vw;
}

.right-menu-col {
    /* margin-top: 35px */
}

.right-menu-col-sup {
    margin-left: 0;
    display: flex;
    justify-content: flex-end;
}

.columns {
    margin-right: 0
}

.search-icon {
    right: 5px;
    text-align: right
}

.search-text {
    padding-left: 0;
    text-align: left;
    margin-top: 4px
}

.account-image-svg {
    opacity: .5;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.right-menu-text-link {
    padding-right: 0;
    padding-left: 0;
    color: #4d2c60;
    font-size: 12px;
    text-align: center;
    text-decoration: none
}

.right-menu-col-mobile {
    display: none
}

.menu-left-mobile {
    flex: 3;
}

.menu-center-mobile {
    flex: 4.5;
}

.menu-right-mobile {
    flex: 3;
}

.search-bar-desktop,
#searchform-desktop,
#searchform-desktop input {
    width: 100%;
}

#searchform-desktop {
    position: relative;
}

#searchform-desktop input {
    border: 1px solid #817554;
    font-family: 'AvenirNext', sans-serif;
    height: 35px;
    outline: none;
    padding: 0 92px 0 15px;
    border-radius: 20px;
}

#searchform-desktop button {
    font-family: 'AvenirNext', sans-serif;
    font-weight: 300;
    font-size: 14px;
    background: #817554;
    color: #ffffffdf;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    border: none;
    padding: 5px 15px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

#searchform-desktop button {
    color: #fff;
    cursor: pointer;
}

.search-results-desktop {
    display: block;
    height: 0;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #ddd;
    transition: height 0.3s ease;
    width: 100%;
}

.search-results-desktop.active {
    height: 115px;
}

.search-results-content {
    padding: 20px;
    padding-top: 10px;
    max-width: 1200px;
    margin: 0 auto;
}

.search-results-desktop .search-header {
    margin-bottom: 15px;
}

.search-results-desktop .search-header h4 {
    font-size: 18px;
    font-weight: 300;
    color: #999898;
    margin: 0;
    text-align: center;
}

.search-results-desktop ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.search-results-desktop ul li {
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    background: #f8f8f8;
    border-radius: 20px;
    border: 1px solid #eee;
}

.search-results-desktop ul li img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.search-results-desktop ul li a {
    color: #333;
    text-decoration: none;
}

.search-results-desktop ul li:hover {
    background-color: #e8e8e8;
    cursor: pointer;
}

form#searchform {
    position: relative
}

#searchbar {
    display: none;
    margin: 0 auto;
    width: 70%;
    height: 32vw;
    padding: 3vw 10px 0 1vw;
    z-index: 9999;
    background: #fff
}

#searchform input::-webkit-input-placeholder {
    color: #c6c6c6
}

#searchform input:-moz-placeholder {
    color: #c6c6c6
}

#searchform input::-moz-placeholder {
    color: #c6c6c6
}

#searchform input:-ms-input-placeholder {
    color: #c6c6c6
}

#s {
    display: block;
    width: 100%;
    margin: 0 auto;
    border: 0;
    outline: none;
    padding: 0;
    height: 60px;
    line-height: 60px;
    font-size: 2em;
    font-weight: 300;
    color: #676767;
    border-bottom: 1px solid #333
}

.search-results .search-header h4 {
    font-size: 1.9vw;
    line-height: 5vw;
    font-weight: 300;
    color: #999898
}

.search-results ul {
    list-style-type: none;
    margin-left: -3vw;
    width: 50%;
    margin-left: 0
}

.search-results ul li img {
    width: 20px;
    height: 20px
}

.search-results ul li {
    font-size: 1.2vw;
    line-height: 2.5vw;
    border-bottom: 1px solid #ecebeb;
    padding-left: 1vw
}

.search-results ul li a {
    color: #333
}

.search-results ul li:last-child {
    border-bottom: none
}

.search-results ul li:hover {
    background-color: #ecebeb;
    cursor: pointer
}

.add-to-cart {
    position: relative
}

.cart-bubble {
    position: absolute;
    top: -21px;
    right: 9px;
    height: 10px;
    width: 28px;
    opacity: 0
}

.cart-qty {
    opacity: 1
}

[data-count]:after {
    position: absolute;
    content: attr(data-count);
    color: white;
    background: #e16d6b;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 8px;
    border-radius: 100%
}

#searchsubmit {
    position: absolute;
    display: block;
    float: right;
    margin-top: 6px;
    right: 0;
    background: none;
    color: #3a3939;
    border: 0;
    outline: none;
    cursor: pointer
}

#searchsubmit img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.clearfix {
    display: inline-block
}

.search-close {
    font-size: 3vw;
    margin-left: -10vw;
    margin-bottom: -1vw;
    height: 0;
    transition: 1s
}

nav {
    text-align: center;
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    background: none
}

nav ul {
    text-align: center
}

nav ul li {
    display: inline-block
}

nav ul li a {
    color: #333;
    display: inline-block;
    padding: 1em 3em;
    text-decoration: none;
    border-bottom: 2px solid #fff;
    transition-property: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    font-size: 16px
}

nav ul li a:hover {
    color: #34B484
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #333;
    overflow: auto;
    z-index: 993
}

.wrap {
    color: #e9e9e9;
    text-align: center;
    max-width: 90%;
    margin: 0 auto
}

.wrap ul.wrap-nav {
    border-bottom: 1px solid #575757;
    text-transform: capitalize;
    padding: 10vw 0 8vw
}

.wrap ul.wrap-nav li {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    width: 24%;
    position: relative
}

.wrap ul.wrap-nav li a {
    color: #34B484;
    display: block;
    padding: 8px 0;
    text-decoration: none;
    transition-property: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s
}

.wrap ul.wrap-nav li a:hover {
    color: #f0f0f0
}

.wrap ul.wrap-nav ul {
    padding: 20px 0
}

.wrap ul.wrap-nav ul li {
    display: block;
    font-size: 13px;
    width: 100%;
    color: #e9e9e9
}

.wrap ul.wrap-nav ul li a {
    color: #f0f0f0
}

.wrap ul.wrap-nav ul li a:hover {
    color: #34B484
}

.social {
    font-size: 25px;
    padding: 20px
}

.social p {
    margin: 0;
    padding: 20px 0 5px;
    line-height: 30px;
    font-size: 13px
}

.gift-type-bar {
    background-color: #817554;
    text-align: center
}

.gift-container {
    display: inline-block;
    width: 80%;
    text-align: center
}

.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px
}

.gift-container .w-layout-grid {
    grid-column-gap: 0
}

.grid-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    /* -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; */
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.we-open-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 125px;
    border-radius: 0 0 25px 0;
    background-color: #2f8461;
    z-index: 9999;
    font-size: 18px;
    color: white;
    padding: 3px 0 0 6px;
}

.we-closed-container {
    font-size: 13px;
    padding: 5px 0 0 6px;
}

.gift-menu-link {
    color: #fff;
    font-size: 0.8vw;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.5px;
    text-decoration: none;
    line-height: 1.5vw
}

.slide-down-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: space-between;
    align-items: center;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    background: #df4f4f;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
    font-display: swap;
    font-size: 16px;
    padding: 4px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: slide-down-banner-slide-in 0.8s ease forwards;
    text-align: center;
    margin: 0 auto
}

.slide-down-banner h3,
.slide-down-banner p.banner-text {
    margin: 0 10px;
    font-size: 40px;
    font-weight: 200
}

.slide-down-banner p {
    font-size: 20px;
    font-weight: 200;
    margin: 0 10px
}

.slide-down-banner p span {
    font-size: 20px;
    font-weight: 200;
    padding: 3px 15px 1px;
    border: 1px solid white;
    border-radius: 17px;
    background-color: #df4f4f;
    color: white
}

.slide-down-banner p span:hover {
    background-color: white;
    color: #df4f4f;
    cursor: pointer
}

#easyCookie {
    display: none;
    bottom: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    padding: 5px 20px;
    box-sizing: border-box;
    background: #FFF;
    border-top: solid 1px #EDEDED;
    border-bottom: solid 1px #EDEDED;
    z-index: 10000
}

section#easyCookie {
    margin-bottom: 0px;
}

#easyCookie>div {
    display: table;
    width: 100%
}

#easyCookie.ec-fixed {
    position: fixed
}

#easyCookie.ec-fixed.ec-top {
    bottom: inherit;
    top: 0
}

#easyCookie.ec-black {
    background: #000
}

#easyCookie a {
    text-decoration: none;
    box-shadow: none;
    outline: 0
}

#easyCookie .ec-infos {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    text-align: center;
}

#easyCookie.ec-infos {
    color: #FFF;
    text-align: center;
}

#easyCookie.ec-infos {
    padding-left: 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left center;
    background-image: url(../index.html)
}

#easyCookie.ec-icon.ec-black .ec-infos {
    background-image: url(../index.html)
}

#easyCookie .ec-btns {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
    width: 100px
}

#easyCookie.ec-double-btn .ec-btns {
    width: 330px
}

#easyCookie .ec-btns>a {
    display: inline-block;
    width: 100px;
    box-sizing: border-box;
    padding: 10px;
    margin: 5px;
    font-size: 12px;
    line-height: 16px;
    color: #FFF;
    text-align: center;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #8C55AA
}

#easyCookie .ec-btns .ec-empty {
    font-size: 14px;
    color: #979797;
    background: 0 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

#easyCookie .ec-btns>a:not(.ec-empty):hover {
    opacity: .9
}

/* SUBSCRIPBE FORM */

.form-subscribe-footer {
    width: 50%;
}

.form-subscribe-footer-mod {
    width: 100% !important;
    margin: 0 auto;
}

form#form-subscribe-footer {
    position: relative;
    display: block;
    height: 70px;
    border-radius: 35px;
    background: white;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

form#form-subscribe-footer input {
    line-height: 70px;
    padding: 0;
    border: none;
    outline: none;
    font-size: 1.2rem;
    font-weight: 300;
    background: #eee;
    letter-spacing: 0.02em;
}

form#form-subscribe-footer input#subscribe-footer-email:not([type=submit]) {
    width: 100%;
    display: block;
    padding: 0 130px 0 15px;
}

form#form-subscribe-footer input#subscribe-footer-submit:not([type=email]) {
    position: absolute;
    height: 50px;
    line-height: 50px;
    top: 10px;
    right: 10px;
    border-radius: 25px;
    padding: 0 25px;
    background: #807554;
    color: white;
    cursor: pointer;
}

form#form-subscribe-footer input#subscribe-footer-submit:not([type=email]):hover {
    background: #8C54AA;
}

form#form-subscribe-footer input:focus {
    outline: none;
    background: white;
}

.at-banner {
    z-index: 999999;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #01a792;
    width: 100%;
    box-sizing: border-box;
    transform: translateY(-150%);
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: at-banner-slide-in 6.8s ease forwards;
    animation: at-banner-slide-in 6.8s ease forwards;
}

.at-banner__content {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    padding: 5px 10px;
    box-sizing: border-box;
}

.at-banner__text {
    font-size: 20px;
    font-weight: 500;
}


@-webkit-keyframes at-banner-slide-in {
    0% {
        transform: translateY(-150%);
    }

    50% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-150%);
    }
}

@keyframes at-banner-slide-in {
    0% {
        transform: translateY(-150%);
    }

    50% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-150%);
    }
}

/* SUBSCRIBE FORM END */

#loader,
#loader-sub-blackout {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 10000
}

#loader2 {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 10000
}

.loader,
.loader-sub-blackout {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto
}

#loader .loader,
#loader2 .loader,
#loader-sub-blackout .loader-sub-blackout {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

#loader-1:before,
#loader-1:after,
#loader-1-sub-blackout:before,
#loader-1-sub-blackout:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #4d2c60
}

#loader-1:before,
#loader-1-sub-blackout:before {
    z-index: 100;
    animation: spin 1s infinite
}

#loader-1:after,
#loader-1-sub-blackout:after {
    border: 10px solid #ccc
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.wrapper-subscribe {
    color: #000;
    font-family: 'Muli', sans-serif;
    font-size: 1rem;
    display: -ms-grid;
    display: grid;
    place-items: center;
    justify-content: center;
    align-content: center;
    z-index: 100002;
    position: fixed;
}

.container-subscribe {
    background-color: #fff;
    padding: 1em;
    border-radius: 1em;
    max-width: 500px;
    display: -ms-grid;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 0;
    -webkit-box-shadow: 0px 17px 34px -20px #232127;
    box-shadow: 0px 17px 34px -20px #231f2c;
}



.text-subscribe {
    font-size: 1rem;
    margin-bottom: 0.8em;
    text-align: center;
}


.img-subscribe {
    width: 100%;
    height: auto;
    border-radius: 1em 1em 0 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.img__container-subscribe {
    height: 230px;
    overflow: hidden;
    position: relative;
    /* margin-bottom: 1.5em; */
}

.title-subscribe {
    font-family: 'Playfair Display', serif;
    margin-block-start: 0.67em;
    margin-block-end: 0.27em;
    font-size: 2.3em;
    font-weight: 400;
    color: #887c59;
    text-align: center;
}


.subtitle-subscribe {
    font-family: 'Playfair Display', serif;
    display: block;
    font-size: 2.1em;
    font-weight: 400;
    color: #85718f;
    margin-block-start: 0.33em;
    margin-block-end: 0.1em;
    text-align: center;
}

#loader-subscribe {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 10001;
    /* display: -ms-grid;
    display: grid; */
    place-items: center;
    justify-content: center;
    align-content: center;
    visibility: hidden;
}

.content-subscribe {
    display: -ms-grid;
    display: grid;
    place-items: center;
    padding: 0 2em;
    margin-bottom: 0.3em;
}

.content-subscribe small {
    margin-block-end: 3.53em;
    font-size: 1em;
    text-align: center;
}

.mail-subscribe {
    padding: 0.5em 0 0.5em 1.5em;
    line-height: 3;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 0.5em;
    margin-bottom: 1em;
}

::-webkit-input-placeholder {
    color: #111127;
}

:-ms-input-placeholder {
    color: #111127;
}

::-ms-input-placeholder {
    color: #111127;
}

::placeholder {
    color: #111127;
}

.subscribe-subscribe {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: #8C54AA;
    padding: 0.9em 0;
    display: inline-block;
    border: none;
    border-radius: 0.5em;
    width: 100%;
    margin-bottom: 1.3em;
}

.subscribe-subscribe:hover {
    background-color: #673980;
}

.text-subscribe {
    font-size: 0.9rem;
    width: 90%;
    text-align: center;
}

.close-btn-subscribe {
    top: 10px;
    right: 15px;
    font-weight: 700;
    cursor: pointer;
    color: rgb(36, 34, 34);
    font-size: 2.3rem;
    position: absolute;
    z-index: 10003;
    transition: transform .7s ease-in-out;
}

.close-btn-subscribe:hover {
    transform: rotate(90deg);
}

#loader-subscribe {
    animation-name: showSubscription;
    /* animation-delay: 5s; */
    animation-fill-mode: forwards;
}

@keyframes showSubscription {
    to {
        visibility: visible;
        width: 100%;
        height: 100%;
    }
}




.navbar {
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    background-color: #5D5064;
}

.navbar .menu {
    position: relative;
    display: flex;
    width: 45%;
    margin: 0 auto;
    padding-inline-start: 0px;
}

.navbar .menu li {
    display: flex;
    transition: background-color .5s ease;
    text-align: center;
    flex: 1;
}

.navbar .menu a {
    position: relative;
    display: inline-flex;
    padding: 5px;
    text-decoration: none;
    color: #fff;
    flex: 1;
    justify-content: center;
}

.navbar .menu a>.fa {
    font-weight: bold;
    margin-left: 8px;
}

.navbar .menu li:hover {
    background-color: #8C55AA;
}

.navbar .menu li:hover .container_submenu {
    display: flex;
}
.navbar .menu li:hover .submenu_corp {
    margin-left: 200px;
}

a.hasDropdown:after {
    position: absolute;
    z-index: 2;
    bottom: -16px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top-color: #25283d;
}

li:hover a.hasDropdown:after {
    content: '';
    border-top-color: #8C55AA;
}

/* End Navigation Bar */

/* Start Single Section Menu */

.container_submenu {
    position: absolute;
    z-index: 1000;
    top: 26px;
    right: 0;
    left: 0;
    display: none;
    margin-bottom: 30px;
    text-align: left;
    background-color: #efeeee;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .06);
    width: 420px;
}

.submenu-daily-deal {
    color: #f9bcf2 !important;
}

.submenu-daily-deal:hover {
    color: #fff !important;
}

.container__list {
    display: flex;
    min-width: 0;
    padding: 0px;
    flex: 1;
    flex-wrap: wrap;
}

.container__listItem {
    overflow: hidden;
    padding: 10px 10px 10px 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 0 0 47%;
    border-bottom: 1px solid #ccc;
    margin: 0 5px 0 0;
}

.container__listItem>div,
.container__listItem div a {
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #db6356;
}

.container__list .container__listItem div a {
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #4d2c60;
}

.container__list .container__listItem div a:hover {
    color: #8C55AA;
    font-variation-settings: "wght" 500;
}

.container__list .container__listItem div {}

/* End Single Section Menu */

/* Start Multiple Section Menu */

.container_submenu.has-multi .container__listItem {
    flex-basis: 100%;
}

.container_submenu.has-multi .container__list {
    border-radius: 4px;
    flex-basis: 33.333%;
}

.container_submenu.has-multi .container__list:not(:last-child) {
    margin-right: 20px;
    border-right: solid 1px #f3f3f3;
}


@keyframes slide-down-banner-slide-in {
    0% {
        transform: translateY(-150%)
    }

    100% {
        transform: translateY(0%)
    }
}

.gift-mobile-show {
    display: none;
}

@media(max-width:2120px) {
    .sub-nav-menu {
        top: 3.5vw;
    }

    .sub-nav-menu-birthday {
        left: 9.5vw;
    }

    .sub-nav-menu-corporate {
        left: 20.5vw;
    }
}

@media(max-width:1920px) {
    .sub-nav-menu {
        top: 3.3vw;
    }

    .sub-nav-menu-birthday {
        left: 9vw;
    }

    .sub-nav-menu-corporate {
        left: 20vw;
    }

    .navbar .menu {
        width: 55%;
    }
}

@media(max-width:1680px) {
    .sub-nav-menu {
        top: 3.8vw;
    }

    .sub-nav-menu-birthday {
        left: 6.8vw;
    }

    .sub-nav-menu-corporate {
        left: 19.8vw;
    }
}

@media(max-width:1440px) {
    .form-subscribe-footer {
        width: 60%;
    }

    #searchsubmit img {
        margin-top: 5px;
        width: 40px;
        height: 40px
    }

    .gift-menu-link {
        line-height: 2.5vw
    }

    .sub-nav-menu {
        top: 4.3vw;
    }

    .sub-nav-menu-birthday {
        left: 5.7vw;
    }

    .sub-nav-menu-corporate {
        left: 18.8vw;
    }

    .w-nav-link {
        padding: 10px;
    }

    .nav-menu-3 {
        margin-top: 29px;
    }

    .navbar .menu {
        width: 65%;
    }
}

@media(max-width:1316px) {
    .sub-nav-menu-birthday {
        left: 8.5vw;
    }
}

@media(max-width:1280px) {
    .search-results ul li img {
        width: 15px;
        height: 15px
    }

    .gift-menu-link {
        font-size: 0.9vw
    }

    .sub-nav-menu {
        top: 4.7vw;
    }

    .navbar .menu {
        width: 75%;
    }

    .form-subscribe-footer {
        width: 70%;
    }

    form#form-subscribe-footer {
        height: 50px;
    }

    form#form-subscribe-footer input {
        line-height: 50px;
    }

    form#form-subscribe-footer input#subscribe-footer-submit:not([type=email]) {
        height: 40px;
        line-height: 40px;
        top: 5px;
        right: 5px;
        padding: 0 15px;
    }
}

@media(max-width:1180px) {

    .menu-left-mobile {
        margin-left: 0;
        display: block;
        flex: 3;
    }

    .menu-center-mobile {
        flex: 4;
    }

    .menu-right-mobile {
        flex: 3;
    }

    .nav-menu-3 {
        margin-top: 15px;
    }

    .right-menu-col {
        /* margin-top: 20px;
        margin-bottom: 10px */
    }

    .sub-nav-menu {
        top: 3.7vw;
    }

    .sub-nav-menu-birthday {
        left: 6vw;
        top: 3.7vw;
    }
}

@media(max-width:1097px) {
    .sub-nav-menu-birthday {
        left: 6.7vw;
    }
}

@media(max-width:1024px) {
    
    .search-results ul li {
        font-size: 2vw;
        line-height: 4vw
    }

    #searchbar {
        height: 42vw
    }

    #searchsubmit img {
        margin-top: 10px;
        width: 30px;
        height: 30px
    }

    .search-close {
        font-size: 6vw;
        margin-bottom: -2vw
    }

    .gift-container .grid-3 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }

    .gift-menu-link {
        font-size: 1.2vw
    }

    .gift-tablet {
        display: none
    }

    .w-col-4-mobile {
        width: 33.33333333%;
        text-align: center
    }

    .w-col-6-mobile {
        width: 50% !important;
        text-align: center
    }

    .sub-nav-menu {
        top: 4.4vw;
    }

    .sub-nav-menu-birthday {
        top: 4.4vw;
    }

    .navbar .menu {
        width: 90%;
    }
}

@media(max-width:991px) {
    .search-bar-desktop {
        display: none;
    }

    .image-logo {
        display: block;
        margin: 10px 0;
    }

    .image-logo img {
        width: 100%;
    }


    .image-logo-desktop {
        display: none;
    }

    #searchtoggl {
        display: block;
    }

    .nav-menu-col {
        text-align: left
    }

    .main-menu-col {
        padding-left: 5vw
    }

    .w-nav[data-collapse="medium"] .w-nav-menu {
        display: none
    }

    .search-text {
        display: none
    }

    .button-menu {
        display: block
    }

    .about-us-text-container .w-col-3 {
        margin-top: 4vw
    }

    .we-open-container {
        left: 100px;
        height: 65px;
        width: 65px;
        border-radius: 45px 45px;
        font-size: 17px;
        padding: 12px 0 0 0;
        text-align: center;
    }

    .we-closed-container {
        border-radius: 45px 45px;
        font-size: 10px;
        padding: 16px 0 0 0;
    }

}

@media(max-width:960px) {
    .gift-menu-link {
        font-size: 1.5vw
    }

    .gift-menu-link {
        line-height: 3.5vw
    }

    .about-us-text-container .w-col-3 {
        margin-top: 5vw
    }

    .slide-down-banner h3,
    .slide-down-banner p.banner-text {
        font-size: 30px
    }

    .form-subscribe-footer {
        width: 40%;
    }
}

@media(max-width:800px) {
    
    .right-menu-col-sup {
        display: none
    }

    .account-image-svg {
        margin: 0 5px
    }

    .right-menu-col-mobile {
        /* width: 100%; */
        display: flex;
        justify-content: flex-end;
    }

    .slide-down-banner p span {
        display: block;
        margin-top: 5px;
    }


    .navbar .menu {
        width: 90%;
    }

    .form-subscribe-footer {
        width: 50%;
    }
}

@media(max-width:767px) {
    .navbar .menu li:hover .submenu_corp {
        margin-left: 120px;
    }
    .submenu-tablet {
        display: none !important;
    }
    .w-row {
        margin-left: 0;
        margin-right: 0
    }

    .slide-down-banner h3,
    .slide-down-banner p.banner-text {
        font-size: 25px
    }

    #easyCookie .ec-infos {
        display: block;
        text-align: center;
        margin: 5px 0
    }

    #easyCookie.ec-icon .ec-infos {
        padding-left: 0;
        background-image: none !important
    }

    #easyCookie .ec-btns {
        display: block;
        width: 100% !important;
        text-align: center
    }
}

@media(max-width:640px) {
    .submenu-tablet2 {
        display: none !important;
    }
    .main-menu-col {
        padding: 0
    }

    .search-results ul li {
        font-size: 2.4vw;
        line-height: 5vw
    }

    #searchbar {
        height: 54vw
    }

    #s {
        line-height: 4vw;
        font-size: 4vw
    }

    .search-results ul {
        width: 100%
    }

    .search-close {
        font-size: 7vw;
        margin-bottom: -3vw;
        margin-left: -14vw
    }

    .wrap {
        margin-top: 5vw
    }

    .wrap ul.wrap-nav>li {
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #575757
    }

    .wrap ul.wrap-nav {
        padding: 30px 0 0
    }

    nav ul {
        opacity: 0;
        visibility: hidden
    }

    .social {
        color: #c1c1c1;
        font-size: 25px;
        padding: 15px 0
    }

    .gift-menu-link {
        font-size: 2vw
    }

    .w-col-12-mobile {
        width: 100% !important
    }

    .slide-down-banner h3,
    .slide-down-banner p.banner-text {
        font-size: 20px
    }

    .we-open-container {
        left: 60px;
    }

    .navbar .menu {
        width: 95%;
    }

    .form-subscribe-footer {
        width: 60%;
    }

    .form-subscribe-footer-mod {
        width: 60% !important;
    }

    form#form-subscribe-footer input#subscribe-footer-submit:not([type=email]) {
        height: 30px;
        line-height: 30px;
        top: 5px;
        right: 5px;
        padding: 0 10px;
    }

    form#form-subscribe-footer {
        height: 40px;
    }

    form#form-subscribe-footer input {
        line-height: 40px;
    }
}
@media(max-width:560px) {
    .navbar .menu li:hover .submenu_corp {
        margin-left: 80px;
    }
}
@media(max-width:520px) {
    .navbar .menu li:hover .submenu_corp {
        margin-left: 40px;
    }
}

@media(max-width:480px) {
    .w-col {
        width: 100%
    }

    .menu-left-mobile {
        width: 20%
    }

    .menu-center-mobile,
    .menu-right-mobile {
        width: 40% !important
    }

    .right-menu-col-mobile img {
        height: 15px;
        width: 15px
    }

    .search-results .search-header h4 {
        font-size: 3.5vw
    }

    .search-results ul li {
        font-size: 4.4vw;
        line-height: 7vw
    }

    #searchbar {
        height: 66vw
    }

    #s {
        line-height: 4vw;
        font-size: 4.6vw;
        height: 40px
    }

    #searchsubmit img {
        margin-top: 5px;
        width: 20px;
        height: 20px
    }

    .search-close {
        font-size: 8vw;
        margin-bottom: -3.5vw;
        margin-left: -13vw
    }

    .gift-container .grid-3 {
        grid-template-columns: 1fr 1fr 1fr
    }

    .gift-menu-link {
        font-size: 3vw;
        line-height: 4.5vw
    }

    .gift-mobile {
        display: none
    }

    .gift-mobile-show {
        display: block;
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto
    }

    .w-col-6-mobile {
        width: 100% !important
    }

    .slide-down-banner h3,
    .slide-down-banner p.banner-text,
    .slide-down-banner p {
        font-size: 16px;
        margin: 5px 0
    }

    .slide-down-banner {
        flex-direction: column
    }

    .we-open-container {
        top: 5px;
        left: 42px;
        height: 45px;
        width: 45px;
        border-radius: 45px 45px;
        font-size: 13px;
        padding: 7px 0 0 0;
    }

    .we-closed-container {
        font-size: 8px;
        padding: 12px 0 0 0;
    }

    .slide-down-banner p span {
        display: inline;
    }

    .submenu-mobile {
        display: none !important;
    }

    .navbar .menu {
        width: 95%;
    }

    .container_submenu {
        width: 300px;
    }

    .container__listItem {
        flex: 0 0 97%;
        border-bottom: 1px solid #ccc;
        margin: 0 5px 0 0;
    }

    .container__listItem {
        margin: 0 0 0 -15px;
    }

    .form-subscribe-footer {
        width: 70%;
    }

    .form-subscribe-footer-mod {
        width: 80% !important;
    }

    form#form-subscribe-footer input#subscribe-footer-submit:not([type=email]) {
        height: 22px;
        line-height: 20px;
        top: 4px;
        right: 4px;
        padding: 0 10px;
    }

    form#form-subscribe-footer {
        height: 30px;
    }

    form#form-subscribe-footer input {
        line-height: 30px;
    }
}
@media(max-width:464px) {
    .container_submenu {
        top: 42px;
    }
}

@media only screen and (max-width: 390px) {
    .container_submenu {
        width: 270px;
    }

    .form-subscribe-footer-mod {
        width: 100% !important;
    }

}

@media(max-width:320px) {
    .slide-down-banner p span {
        display: block;
        margin-top: 5px;
    }

    .container_submenu {
        width: 220px;
    }
}