@charset "UTF-8";

/* Main */

:root {
    --color-red: #ec2d3f;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
    --color-btn-frame: #cc7d05;
    --color-web-chinese-yellow: #ffb205;
    --color-web-dark-liver: #4d4d4d;
    --color-web-mustard-brown: #cc7d05;
    --color-web-red: #ff0000;
    --font-title: 'UTMCookies';
    --font-bold: 'Inter-Bold';
    --font-semibold: 'Inter-SemiBold';
    --font-medium: 'Inter-Medium';
    --font-regular: 'Inter-Regular';
}

#body-container.is-index {
    background: #e19fe5;
}


/* General */

.--font-bold {
    font-family: var(--font-bold) !important;
}

.home__title {
    text-align: center;
}

.home__title h2 {
    font-family: var(--font-title);
    font-size: clamp(24px, 3.5vw, 30px);
    text-transform: uppercase;
}

.home__title.--color-mustard-brown h2 {
    color: var(--color-web-mustard-brown);
}

#body-container.is-index .home__title.--color-mustard-brown h2 {
    color: #fff;
}

.home__title.--color-chinese-yellow h2 {
    color: var(--color-web-chinese-yellow);
}

#body-container.is-index .home__title.--color-chinese-yellow h2 {
    color: #fff;
}

.home__title.has-shape span {
    margin: 0.375rem 0 0.25rem;
}

.home__title.has-slogan q {
    font-size: 14px;
    color: var(--color-web-dark-liver);
}

#body-container.is-index .home__title.has-slogan q {
    color: #fff;
}

.home__title.has-slogan q:before,
.home__title.has-slogan q:after {
    content: unset;
}

.main__title {
    text-align: center;
    margin-bottom: 1.25rem;
}

.main__title h2 {
    font-family: var(--font-title);
    font-size: clamp(24px, 3.5vw, 30px);
    color: var(--color-web-mustard-brown);
    text-transform: uppercase;
}

.main__time {
    color: #999999;
    margin-bottom: 0.75rem;
}

.main__time i {
    vertical-align: top;
    margin: 3px 7px 0px 0px;
}

.main__time span {
    display: inline-block;
    vertical-align: top;
}

.share {
    line-height: normal;
    border-radius: 5px;
    background: #80808026;
    padding: 17px 15px 10px 15px;
    margin-top: 15px;
}

.share b {
    display: block;
    margin-bottom: 5px;
}

.control-owl {
    --width: 45px;
    --height: 45px;
    --position: 20px;
    position: absolute;
    left: 0px;
    top: calc(50% - var(--height)/2);
    width: 100%;
    z-index: 2;
}

.control-owl button {
    opacity: 0.5;
    position: absolute;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--width);
    height: var(--height);
    font-size: 25px;
    color: #fff;
    text-align: center;
    outline: none;
    border: 0px;
    border-radius: 3px;
    background-color: #000000;
    padding: 0px;
    margin: 0px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    cursor: pointer;
}

.control-owl button:hover {
    opacity: 1;
}

.control-owl button.owl-prev {
    left: var(--position);
}

.control-owl button.owl-next {
    right: var(--position);
}

.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
    height: calc(1em + 1.25rem + 8px);
}


/* Lazyload */

img.lazy {
    opacity: 0;
}

img:not(.initial) {
    transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
    opacity: 1;
}

img:not([src]) {
    visibility: hidden;
}


/* Header */

.header {
    position: relative;
    background: #fff;
    padding: 5px 0;
    z-index: 102;
}

#body-container.is-index .header {
    background: #e19fe5;
}

.header.scroll-down {
    transition: all 0.1s;
}

.header.scroll-up {
    transition: all 0.3s;
}

.header.scroll-active {
    box-shadow: 0px 2px 5px 0px #00000080;
}
.logo img{
    max-height:100px;
}
.header__inner--right {
    width: 75%;
}

.header__inner--right>.--top {
    position: relative;
    gap: 0.5rem 1rem;
    border-bottom: 1px solid #e6e6e6;
    padding: 0.75rem 0;
    z-index: 2;
}

.header .funcion__list {
    gap: 0.5rem 3.125rem;
}

.header .function__item {
    display: flex;
    align-items: center;
    gap: 0.25rem 0.75rem;
}

.header .function__item:not(:has(a)):hover {
    color: var(--color-web-mustard-brown);
    text-decoration: underline;
}

#body-container.is-index .header .function__item:not(:has(a)):hover {
    color: #fff;
}

.header .function__item .__content {
    font-family: var(--font-medium);
    font-size: 14px;
    color: var(--color-web-mustard-brown);
    text-transform: uppercase;
}

#body-container.is-index .header .function__item .__content {
    color: #fff;
}

.header .function__item .__content .--top a:hover {
    text-decoration: underline;
}

.header .account {
    position: relative;
    cursor: pointer;
}

.header .account span i {
    color: #000;
    transition: all 0.3s ease-out;
}

#body-container.is-index .header .account span i {
    color: #fff;
}

.header .account:hover span i {
    color: var(--color-web-mustard-brown);
    transform: rotateZ(-90deg);
}

.header .account ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    min-width: 220px;
    list-style: none;
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 2px 5px 1px #00000040;
    padding: 0.75rem 0.5rem;
    margin: 0;
    transform: scaleY(0);
    transform-origin: 100% 0%;
    transition: transform 0.2s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out;
    z-index: 2;
}

.header .account:hover ul {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.header .account ul li:not(:last-child) {
    margin-bottom: 0.25rem;
}

#body-container.is-index .header .account ul li a {
    color: #1a1a1a;
}

.header .account ul li:has([href]):hover a {
    text-decoration: underline;
}

.header .language__list {
    gap: 0.25rem;
}

.header .language__item-inner {
    display: block;
}

.goog-te-banner-frame {
    visibility: hidden !important;
}

#google_language_translator {
    width: 0px !important;
    overflow: hidden;
    height: 0px;
}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0px !important;
}

.goog-tooltip,
.goog-tooltip:hover,
.skiptranslate {
    display: none !important;
}

.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}


/* Menu */

#body-container.is-index .menu {
    background: #e19fe5;
}

.menu {
    position: relative;
    background: #fff;
    padding: 0;
}

.menu .menu__inner {
    gap: 0.5rem 1rem;
}

.menu #nav {
    flex: 1;
}

.menu ul {
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: auto;
}

.menu ul li {
    position: relative;
    z-index: 1;
}

.menu ul li.separate {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #7d7d7d;
}

#body-container.is-index .menu ul li.separate {
    background: #fff;
}

.menu ul li a {
    --pading-horizon: 10px;
    position: relative;
    display: block;
    font-size: 14px;
    color: var(--color-web-dark-liver);
    text-transform: uppercase;
    padding: 16px 5px;
}

#body-container.is-index .menu ul li a {
    color: #fff;
}

.menu ul li a.has-child {
    padding-right: 16px;
    margin-right: 8px;
}

.menu ul li a.has-child.level-0 {
    padding-right: calc(var(--pading-horizon) + 7px);
    margin-right: 0;
}

.menu ul li a.has-child:after {
    content: '';
    position: absolute;
    right: 5px;
    bottom: calc(50% - 4px/2);
    width: 5px;
    height: 5px;
    border: 1px solid var(--color-web-dark-liver);
    border-top: 0px;
    border-left: 0px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#body-container.is-index .menu ul li a.has-child:after {
    border-color: #fff;
}

.menu ul li a.has-child.level-0:after {
    right: calc(var(--pading-horizon) - 2px);
}

.menu ul li>a.active,
.menu ul li:hover>a {
    color: var(--color-web-mustard-brown);
}

.menu ul li:hover>a.has-child:after,
.menu ul li a.active.has-child:after {
    border: 1px solid var(--color-web-mustard-brown);
}

.menu ul li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 250px;
    border-radius: 0.25rem;
    background: #fff;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    margin-top: -5px;
    -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    transition: all .5s;
}

.menu ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    transition: all .7s;
}

.menu ul li ul li {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.menu ul li ul li a {
    text-align: left;
    border-bottom: 1px solid #ececec;
}

#body-container.is-index .menu ul li ul li a {
    color: #1a1a1a;
}

.menu ul li ul li:last-child>a {
    border-bottom: 0px;
}

.menu ul li ul li a.has-child {
    margin-right: 0px;
}

.menu ul li ul li a.has-child:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#body-container.is-index .menu ul li ul li a.has-child:after {
    border-color: #1a1a1a;
}

#body-container.is-index .menu ul li ul li a.active,
#body-container.is-index .menu ul li ul li:hover>a {
    color: var(--color-web-mustard-brown);
}

#body-container.is-index .menu ul li ul li:hover>a.has-child:after,
#body-container.is-index .menu ul li ul li a.active.has-child:after {
    border-color: var(--color-web-mustard-brown);
}

.menu ul li ul li a {
    text-transform: capitalize;
    padding: 10px 0px 9px 0px;
}

.menu ul li ul li ul {
    top: -0.75rem;
    left: 100%;
    margin-top: 0px;
}


/* Search Block */

.search__block {
    --child-height: 28px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 160px;
    border: solid 1px #dadada;
    border-radius: 10px 5px 5px 10px;
    box-shadow: inset 0px 0px 5px 0px #dadada;
    padding: 0px;
}

.search__block .search__icon {
    flex: 1;
    display: grid;
    place-items: center;
    height: calc(var(--child-height) + 2px);
    font-size: 16px;
    color: #000;
    text-align: center;
    border-left: solid 2px #dadada;
    border-radius: 5px;
    margin: -2px 0;
    cursor: pointer;
}

#body-container.is-index .search__block .search__icon {
    color: #fff;
}

.search__block .search__input {
    width: calc(100% - 40px);
    height: var(--child-height);
    font-size: 12px;
    color: #1a1a1a;
    text-indent: 10px;
    outline: none;
    border: 0px;
    background: transparent;
    padding: 0px;
}

#body-container.is-index .search__block .search__input {
    color: #fff;
}

.search__block .search__input::-webkit-input-placeholder {
    color: #ccc;
}

#body-container.is-index .search__block .search__input::-webkit-input-placeholder {
    color: #fff;
}

.search__block .search__input:-ms-input-placeholder {
    color: #ccc;
}

#body-container.is-index .search__block .search__input:-ms-input-placeholder {
    color: #fff;
}

.search__block .search__input:-moz-placeholder {
    color: #ccc;
}

#body-container.is-index .search__block .search__input:-moz-placeholder {
    color: #fff;
}

.search__block .search__input::placeholder {
    color: #ccc;
}

#body-container.is-index .search__block .search__input::placeholder {
    color: #fff;
}


/* Search Toggle */

.search__toggle {
    --height: 40px;
    position: relative;
}

.search__toggle .search__icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: var(--height);
    font-size: 17px;
    color: #fff;
    margin: 0px;
    cursor: pointer;
}

.search__toggle .search__icon.active {
    color: var(--color-red);
    border-radius: 100%;
    background: #fff;
}

.search__toggle .search__grid {
    opacity: 0;
    position: absolute;
    top: 50px;
    display: flex;
    align-items: center;
    right: 0px;
    width: 0px;
    height: var(--height);
    border: 1px solid var(--color-red);
    border-radius: 25px;
    background: #fff;
    overflow: hidden;
    z-index: 2;
}

.search__toggle .search__grid .search__icon-inner {
    display: grid;
    place-items: center;
    width: 35px;
    height: calc(var(--height) - 2px);
    font-size: 17px;
    color: var(--color-red);
    cursor: pointer;
}

.search__toggle .search__grid .search__input {
    width: calc(100% - 35px);
    line-height: calc(var(--height) - 2px);
    color: var(--color-red);
    text-indent: 15px;
    outline: none;
    border: none;
}

.search__toggle .search__grid input::-webkit-input-placeholder {
    color: #ccc;
}

.search__toggle .search__grid input:-moz-placeholder {
    color: #ccc;
}

.search__toggle .search__grid input::-moz-placeholder {
    color: #ccc;
}

.search__toggle .search__grid input:-ms-input-placeholder {
    color: #ccc;
}


/* Mmenu */

.menu-res {
    --menu-res-height: 50px;
    position: relative;
    height: var(--menu-res-height);
    line-height: normal;
    background: var(--color-web-mustard-brown);
    z-index: 10;
}

.menu-res__bar {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--menu-res-height);
    padding: 0px 15px;
}

#hamburger {
    position: relative;
    display: block;
    width: 40px;
    height: 23px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    content: '';
    position: absolute;
    left: 0px;
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
}

#hamburger:before {
    top: 0px;
}

#hamburger span {
    top: 10px;
}

#hamburger:after {
    top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity;
}

.menu-res #nav {
    display: none;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
    top: 10px;
}

.mm-wrapper_opening #hamburger span {
    left: -50px;
    opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
    transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
    transform: rotate(-45deg);
}

.mm-menu_opened {
    display: block !important;
}


/* Slideshow */

.slideshow__list {
    position: relative;
}

.slideshow__item {
    display: block;
    cursor: pointer;
}

.control-slideshow {
    opacity: 0;
}

.slideshow:hover .control-slideshow {
    opacity: 1;
}


/* Breadcrumb */

.breadCrumbs {
    background: #eee;
}

.breadCrumbs .wrap-content {
    padding: 0.75rem 15px;
}

.breadCrumbs .wrap-content .breadcrumb {
    display: block;
    border-radius: 0;
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadCrumbs .wrap-content .breadcrumb-item {
    display: inline;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: unset;
    display: inline;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
    color: var(--color-black);
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
    color: var(--color-gray);
}


/* Video */

.video .video__list {
    --margin-bottom: 0.75rem;
    margin-bottom: calc(-1 * var(--margin-bottom));
}

.video .video__item {
    margin: 0 0 var(--margin-bottom);
    cursor: pointer;
}

.video__photo {
    position: relative;
}

.video__photo:before {
    --width: 50px;
    --height: 35px;
    content: '';
    position: absolute;
    top: calc(50% - var(--height)/2);
    left: calc(50% - var(--width)/2);
    width: var(--width);
    height: var(--height);
    background: url(../images/play.png) center / contain no-repeat;
    z-index: 1;
}

.video__name {
    font-family: var(--font-bold);
    font-size: 15px;
    color: #000;
    text-align: center;
}

.video__item:hover .video__name {
    color: var(--color-red);
}


/* Album */

.album .album__list {
    --margin-bottom: 0.75rem;
    margin-bottom: calc(-1 * var(--margin-bottom));
}

.album .album__item {
    margin: 0 0 var(--margin-bottom);
}

.album__name {
    font-family: var(--font-bold);
    font-size: 15px;
    color: #000;
    text-align: center;
}

.album__item:hover .album__name {
    color: var(--color-red);
}


/* Product */

.product .product__list {
    --item-quantity: 4;
    --space-both-side: 10px;
    --margin-bottom: calc(var(--space-both-side)*2);
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 calc(-1 * var(--space-both-side)) calc(-1 * var(--margin-bottom));
}

.product .product__item {
    width: calc(100%/var(--item-quantity) - calc(var(--space-both-side)*2));
    margin: 0 var(--space-both-side) var(--margin-bottom);
}

.product__item-inner {
    position: relative;
    display: block;
}

.product__photo {
    margin-bottom: 0.625rem;
}

.product__photo-inner {
    border-radius: 12px;
}

.product__info {
    text-align: center;
}

.product__name {
    font-family: var(--font-medium);
    font-size: 14px;
    color: #1e1e1e;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

#body-container.is-index .product__name {
    color: #fff;
}

.product__name.text-split {
    -webkit-line-clamp: 1;
}

.product__item-inner:hover .product__name {
    color: var(--color-red);
}

#body-container.is-index .product__item-inner:hover .product__name {
    color: #000;
}

.product__price {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    gap: 0px 0.75ch;
}

.product__price--text {
    font-family: var(--font-regular);
    font-size: 14px;
    color: #1e1e1e;
}

#body-container.is-index .product__price--text {
    color: #fff;
}

.product__price--new {
    font-family: var(--font-bold);
    font-size: 14px;
    color: var( --color-web-red);
}

#body-container.is-index .product__price--new {
    color: #000;
}

.product__price--old {
    font-size: 13px;
    color: #4e4e4e;
    text-decoration: line-through;
}

#body-container.is-index .product__price--old {
    color: #ddd;
}

.product__price--per {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 21px;
    border-radius: 999px;
    background: var(--color-red);
    z-index: 10;
}

.product__price--per:before {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border: 1px dashed #fff;
    border-radius: inherit;
}

.product__price--per span {
    position: relative;
    font-size: 10px;
    color: #fff;
    z-index: 2;
}


/* .product__price--per:before,
.product__price--per:after {
    content: '';
    position: absolute;
} */


/* .product__price--per:before {
    --triangle-tag-height: 12.5px;
    --triangle-tag-width: 9px;
    top: 0;
    left: calc(-1 * var(--triangle-tag-width));
    border-top: var(--triangle-tag-height) solid transparent;
    border-right: var(--triangle-tag-width) solid var(--color-red);
    border-bottom: var(--triangle-tag-height) solid transparent;
} */


/* .product__price--per:after {
    --price-per-circle-size: 6px;
    top: calc(50% - var(--price-per-circle-size)/2);
    left: 0px;
    width: var(--price-per-circle-size);
    height: var(--price-per-circle-size);
    aspect-ratio: 1;
    border-radius: 50%;
    background: #fff;
} */

.product__status {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}


/* Product Detail */

.grid-pro-detail {
    margin-bottom: 3rem;
}

.left-pro-detail {
    position: relative;
    text-align: center;
}

.left-pro-detail .MagicZoom {
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fff;
    padding: 7px;
}

.gallery-thumb-pro {
    position: relative;
    margin-top: 10px;
}

.owl-pro-detail {
    padding: 0px 30px;
}

.control-pro-detail button {
    opacity: 1;
    width: 25px;
    font-size: 23px;
    color: #222;
    background-color: transparent;
}

.control-pro-detail button:hover {
    opacity: 0.7;
}

.control-pro-detail button.owl-prev {
    left: 0px;
}

.control-pro-detail button.owl-next {
    right: 0px;
}

.thumb-pro-detail {
    display: block !important;
    border: 1px solid #eee;
    border-radius: 3px;
    background-color: #fff;
    padding: 5px;
    cursor: pointer;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
    border-color: #cecfd2;
}

.thumb-pro-detail img {
    filter: brightness(100%) !important;
    border-bottom: 0px !important;
    box-shadow: none !important;
    padding-bottom: 0px !important;
}

.title-pro-detail {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.comment-pro-detail {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.social-plugin-pro-detail {
    margin-top: 0px !important;
    margin-bottom: 1rem;
}

.desc-pro-detail {
    margin-bottom: 1rem;
}

.attr-pro-detail {
    list-style: none;
    padding: 0px;
}

.attr-pro-detail li {
    margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
    font-family: var(--font-bold);
    color: #000;
    margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
    display: block;
    margin: 0px 0px 5px 0px;
}

.attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px;
}

.price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: var(--color-red);
}

.price-old-pro-detail {
    font-weight: 500;
    color: var(--color-gray);
    text-decoration: line-through;
    padding-left: 10px;
}

.color-pro-detail {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 30px;
    border: 1px solid transparent;
    vertical-align: top;
    margin: 0px 0px 3px 0px;
    cursor: pointer;
}

.size-pro-detail {
    position: relative;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 3px 10px 4px 10px;
    cursor: pointer;
}

.size-pro-detail.active,
.color-pro-detail.active {
    color: #e5101d;
    border-color: #e5101d;
}

.size-pro-detail.active:after,
.color-pro-detail.active:after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 13px;
    height: 13px;
    background: url(../images/check-cart.png) center center / contain no-repeat;
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio] {
    display: none;
}

.quantity-pro-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 110px;
    width: 100%;
    line-height: normal;
    text-align: center;
}

.quantity-pro-detail span {
    width: 30px;
    height: 30px;
    color: #5f5f5f;
    font-size: 22px;
    line-height: 25px;
    border: 1px solid #ccc;
    padding: 0px;
    cursor: pointer;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    border-right: 0px;
}

.quantity-pro-detail input {
    width: calc(100% - 60px);
    height: 30px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px;
}

.cart-pro-detail {
    margin-bottom: 1rem;
}

.cart-pro-detail a {
    font-size: 14px;
    color: #fff !important;
    text-transform: uppercase;
    background: var(--color-web-mustard-brown);
    transition: all 0.3s ease-out;
}

.cart-pro-detail a:hover {
    filter: brightness(1.1);
}

.voucher-pro-detail__name {
    font-family: var(--font-bold);
    font-size: 14px;
    color: var(--color-web-red);
    text-transform: uppercase;
}

.tags-pro-detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tags-pro-detail a {
    font-size: 13px;
    padding-bottom: 0.375rem;
    margin: 0px 5px 5px 0px;
}

.tags-pro-detail a i {
    font-size: 11px;
    margin: 5px 5px 0px 0px;
}

.tabs-pro-detail {
    margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs .nav-link {
    border-top-width: 3px;
    font-size: 13px;
}

.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
    border-top-color: #555;
}


/* Tags */

.tags .tags__list {
    --columns: 4;
    --space-both-side: 5px;
    --margin-bottom: calc(var( --space-both-side)*2);
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 calc(-1 * var(--space-both-side)) calc(-1 * var(--margin-bottom));
}

.tags .tags__item {
    width: calc(100% / var(--columns) - calc(var(--space-both-side) * 2));
    margin: 0 var(--space-both-side) var(--margin-bottom);
}

.tags__item-inner {
    display: block;
    height: 100%;
    border: 1px solid #e0e0e0;
    padding: 10px;
}

.tags__photo {
    margin-bottom: 0.75rem;
}

.tags__name {
    font-family: var(--font-bold);
    font-size: 15px;
    color: #000;
    margin-bottom: 0.375rem;
}

#body-container.is-index .tags__name {
    color: #fff;
}

.tags__item-inner:hover .tags__name {
    color: #ec2d3f;
}

#body-container.is-index .tags__item-inner:hover .tags__name {
    color: #000;
}

.tags__desc {
    font-size: 14px;
    line-height: 2;
    color: #555;
}

#body-container.is-index .tags__desc {
    color: #fff;
}

.tags__name.text-split,
.tags__desc.text-split {
    -webkit-line-clamp: 2;
}


/* Agency */

.agency .agency__item {
    margin-bottom: 1.25rem;
}

.agency__item-inner {
    height: 100%;
    border: 1px solid var(--color-web-mustard-brown);
    padding: 8px;
}

.agency__location {
    margin-bottom: 0.625rem;
}

.agency__location-inner {
    position: relative;
    height: 300px;
}

.agency__location-inner>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.agency__name {
    font-family: var(--font-bold);
    font-size: 17px;
    color: #000;
    text-transform: capitalize;
}

.agency__item-inner:hover .agency__name {
    color: var(--color-web-mustard-brown);
}

.agency__name.text-split {
    -webkit-line-clamp: 2;
}

.agency__desc {
    font-size: 14px;
    color: #555;
}


/* News */

.news .news__item {
    margin-bottom: 1.25rem;
}

.news__name {
    margin-bottom: 0.5rem;
}

.news__name a {
    font-family: var(--font-bold);
    font-size: 16px;
    color: #333;
}

#body-container.is-index .news__name a {
    color: #fff;
}

.news__name a:hover {
    color: var(--color-red);
}

#body-container.is-index .news__name a:hover {
    color: #000;
}

.news__name a.text-split {
    -webkit-line-clamp: 2;
}

.news__time {
    color: #84878a;
    margin-bottom: 0.25rem;
}

.news__desc {
    line-height: 1.6em;
    color: #333;
    margin-top: 5px;
}

#body-container.is-index .news__desc {
    color: #fff;
}


/* News Other */

.news-other b {
    margin-bottom: 10px;
}

.news-other>ul {
    list-style: square;
    padding-left: 17px;
}

.news-other>ul li {
    margin-bottom: 2px;
}

.news-other>ul li a {
    color: #333;
    text-transform: none;
}

.news-other>ul li a:hover {
    color: var(--color-red);
}


/* Contact */

.contact-article {
    margin-bottom: 3rem;
}

.contact-input {
    position: relative;
    margin-bottom: 15px;
}

.contact-input textarea {
    resize: none;
    height: 150px;
}

.contact-input .custom-file-label::after {
    content: attr(title);
}

.contact-map {
    position: relative;
    height: 500px;
}

.contact-map iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
}


/* Product Featured */

.product-list__header {
    --ml: 0.75rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.875rem;
}

.product-list__header:before,
.product-list__header:after {
    content: '';
    position: absolute;
    right: 0;
    left: var(--ml);
}

.product-list__header:before {
    bottom: 3px;
    border-bottom: 1px dashed #cccccc;
}

#body-container.is-index .product-list__header:before {
    border-bottom: 1px dashed #fff;
}

.product-list__header:after {
    bottom: 0;
    height: 1px;
    background: #dbc33f;
}

.product-list__header .__title {
    position: relative;
    min-width: 200px;
    max-width: calc(100% - 100px);
    border-radius: 8px 20px 0px 0px;
    background: #ce9a33;
    background: linear-gradient(0deg, #ce9a33 0%, #ffcc33 50%, #cc9933 100%);
    padding: 0.625rem 1.5rem 0.5rem;
    margin-left: var(--ml);
}

.product-list__header .__title h2 {
    font-family: var(--font-bold);
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}

.product-list__header .__title h2.text-split {
    -webkit-line-clamp: 1;
}

.product-list__header .__title .__icon {
    position: absolute;
    top: calc(50% - 30px/2);
    left: calc(-1 * var(--ml));
    display: block;
}

.product-list__header .__btn {
    width: 75px;
}

.product-list__header .__btn a {
    font-family: var(--font-bold);
    font-size: 14px;
    color: var(--color-web-red);
    text-transform: capitalize;
}

#body-container.is-index .product-list__header .__btn a {
    color: #fff;
}

.product-list__header .__btn a:hover {
    text-decoration: underline;
}

.product-list__body {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 1rem 30px;
}

.product-list__item:nth-child(2n) .product-list__body {
    flex-direction: row-reverse;
}

.product-list__body>.--left {
    flex-shrink: 0;
}

.product-list__photo {
    overflow: hidden;
    display: inline-block;
    border-radius: 10px;
}

.product-list__body>.--right {
    flex: 1;
}

.product-list .product__list {
    --columns: 3;
    --space-both-side: 10px;
    --margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(-1 * var(--space-both-side)) calc(-1 * var(--margin-bottom));
}

.product-list .product__item {
    width: calc(100% / var(--columns) - calc(var(--space-both-side) * 2));
    margin: 0 var(--space-both-side) var(--margin-bottom);
}


/* Answer and Newsletter */

.answer-newsletter {
    /* background: url(../images/newsletter-bg.png) center / cover no-repeat; */
    background: url(../images/bg.jpg) center / cover no-repeat;
}


/* Answer */

.answer {
    width: 52.5%;
}

.answer__inner {
    text-align: center;
}

.answer .__title {
    font-family: var(--font-bold);
    font-size: clamp(27px, 4vw, 37px);
    color: #fff;
    text-transform: uppercase;
}

.answer .__line {
    display: inline-block;
    width: 160px;
    height: 2px;
    background: #fff;
}

.answer .__slogan {
    display: block;
    font-size: clamp(16px, 2.75vw, 20px);
    color: #fff;
}

.answer .__slogan:before,
.answer .__slogan:after {
    content: unset;
}

.answer .__hotline {
    font-family: 'OpenSans-Regular';
    font-size: clamp(40px, 7vw, 70px);
    letter-spacing: 2px;
    color: #ffc700;
}


/* Newsletter */

.newsletter {
    width: 60%;
}

.newsletter>.__inner {
    border-radius: 10px;
    background: #ffffff26;
    padding: 1.875rem 1.25rem 3.125rem;
}

.newsletter__input-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 14px 8px;
}

.newsletter__input-row>.newsletter__input {
    width: calc(50% - 14px/2);
}

.newsletter__input,
.newsletter__textarea {
    margin-bottom: 14px;
}

.newsletter__input input {
    height: 40px;
}

.newsletter__textarea textarea {
    height: 70px;
}

.newsletter__input input,
.newsletter__textarea textarea {
    font-size: 14px;
    color: var(--color-web-dark-liver);
    border: none;
    background: #fff;
}

.newsletter__input input::placeholder,
.newsletter__input input:focus,
.newsletter__textarea textarea::placeholder,
.newsletter__textarea textarea:focus {
    font-size: 14px;
    color: var(--color-web-dark-liver);
    background: #fff;
    box-shadow: none !important;
}

.newsletter__button {
    width: 100%;
}

.newsletter__button input {
    width: 100%;
    height: 40px;
    font-family: var(--font-bold);
    font-size: 14px;
    color: #883443;
    text-transform: uppercase;
    outline: none;
    border-radius: 5px;
    background: var(--color-web-chinese-yellow);
    padding: 0px 30px;
}

.newsletter__button input::placeholder,
.newsletter__button input:focus {
    box-shadow: none !important;
}

.newsletter__button input:hover {
    color: var(--color-web-chinese-yellow);
    background: #883443;
}


/* Tags and News Featured */

.tags--featured-news--featured>.__inner {
    gap: 15px;
}


/* Tags Featured */

.tags--featured {
    width: 65.834%;
}


/* News Featured */

.news--featured {
    width: 31.667%;
}

.news__list {
    overflow: hidden;
}

.news__list .slick-list {
    margin-bottom: -10px;
    padding-top: 2px;
}

.news--featured .news__item {
    border: 1px solid #e0e0e0 !important;
    padding: 8px;
    margin: 0px 0px 10px;
}


/* Footer */

.footer--top {
    background: url(../images/footer-top-bg.png) center / cover no-repeat;
}

.footer-article--1 {
    width: 35%;
}

.footer-article--2 {
    width: 30%;
}

.footer-article--3 {
    width: 27.5%;
}

.footer__info {
    font-size: 14px;
    color: #1a1a1a;
}

.footer__social {
    gap: 5px 10px;
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

.footer__social li.__title span {
    font-size: 14px;
    color: #000;
}

.footer__social li a img {
    transition: all 0.5s ease-out;
}

.footer__social li a:hover img {
    transform: rotateZ(360deg);
}

.newsletter-sale {
    isolation: isolate;
    position: relative;
    padding: 0 40px;
}

.newsletter-sale:before {
    content: '';
    position: absolute;
    top: calc(-1 * var(--spacing));
    right: 0;
    bottom: calc(-1 * var(--spacing));
    left: 0;
    background: #0000004d;
    z-index: -1;
}

.newsletter-sale__title {
    text-align: center;
    margin-bottom: 0.75rem;
}

.newsletter-sale__title h2 {
    font-family: var(--font-bold);
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.newsletter-sale__title span {
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #ffffff40;
    margin-bottom: 0.5rem;
}

.newsletter-sale__title q {
    display: block;
    font-size: 14px;
    color: #fff;
}

.newsletter-sale__title q:before,
.newsletter-sale__title q:after {
    content: unset;
}

.newsletter-sale__input {
    margin-bottom: 10px;
}

.newsletter-sale__input input,
.newsletter-sale__textarea textarea {
    font-size: 14px;
    color: var(--color-web-dark-liver);
    border: none;
    background: #fff;
}

.newsletter-sale__input input::placeholder,
.newsletter-sale__input input:focus,
.newsletter-sale__textarea textarea::placeholder,
.newsletter-sale__textarea textarea:focus {
    font-size: 14px;
    color: var(--color-web-dark-liver);
    background: #fff;
    box-shadow: none !important;
}

.newsletter-sale__input input {
    height: 40px;
}

.newsletter-sale__row {
    position: relative;
}

.newsletter-sale__textarea textarea {
    height: 80px;
}

.newsletter-sale__button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
}

.newsletter-sale__button button::placeholder,
.newsletter-sale__button button:focus {
    border: 0 !important;
    box-shadow: none !important;
}

.footer-powered {
    position: relative;
    background: #000;
    padding: 15px 0px;
}

.footer-copyright {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.footer-copyright span {
    font-family: var(--font-bold);
    color: #fff500;
    text-transform: uppercase;
}

.footer-copyright a:hover {
    color: #fff500;
    text-decoration: underline;
}

.footer-statistic {
    font-size: 14px;
    color: #1a1a1a;
    text-align: right;
}

.footer-statistic span {
    padding-right: 10px;
}

.footer-statistic span:last-child {
    padding-right: 0px;
}

.delivery {
    position: fixed;
    left: 20px;
    bottom: 180px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 20;
}

#footer-map {
    position: relative;
    height: 500px;
}

#footer-map iframe {
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
}


/* Like Share */

.social-plugin {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.social-plugin .at-share-btn {
    margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
    margin-left: 3px;
}


/* Paging */

.pagination-home .pagination .page-item .page-link {
    font-size: .875rem;
    color: #555;
}

.pagination-home .pagination .page-item.active .page-link {
    color: #fff;
    border-color: #555;
    background-color: #555;
}


/* Paging Ajax */

.pagination-ajax {
    text-align: center;
    margin-top: 20px;
}

.pagination-ajax a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-size: 13px;
    color: #666 !important;
    text-decoration: none !important;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    margin: 0px 3px 3px 3px;
    cursor: pointer;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
    color: #fff !important;
    border-color: var(--color-web-mustard-brown);
    background-color: var(--color-web-mustard-brown);
}

.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
    position: relative;
    text-indent: -9999px;
    background-color: #fff !important;
}

.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}

.pagination-ajax a.first:before {
    background-image: url(../images/page-first.png);
}

.pagination-ajax a.last:before {
    background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev:before {
    background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next:before {
    background-image: url(../images/page-next.png);
}


/* Popup */

#popup .modal-body {
    padding: 0px;
}


/* Hidden Google Captcha */

.grecaptcha-badge {
    visibility: hidden !important;
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    overflow: hidden;
}


/* Hidden Check Grammar Coccoc */

coccocgrammar {
    display: none;
}


/* Scroll Top */

.scrollToTop {
    position: fixed;
    bottom: 65px;
    right: 25px;
    display: none;
    width: 41px;
    height: 41px;
    font-weight: bold;
    color: #444;
    text-align: center;
    text-decoration: none;
    z-index: 10;
    cursor: pointer;
}


/* Text Hide */

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}


/* Transition All */

.transition {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}


/* Button Frame */

.btn-frame {
    --btn-frame-circle-ratio: 50px;
    --kenit-circle: 10px;
    --kenit-circle-fill: 20px;
    position: fixed;
    right: 20px;
    display: block;
    width: var(--btn-frame-circle-ratio);
    height: var(--btn-frame-circle-ratio);
    aspect-ratio: 1;
    z-index: 10;
    cursor: pointer;
}

.btn-frame .btn-frame__icon {
    position: relative;
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: var(--btn-frame-circle-ratio);
    height: var(--btn-frame-circle-ratio);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    aspect-ratio: 1;
    background: var(--color-btn-frame);
    z-index: 1;
}

.btn-frame .btn-frame__icon img {
    vertical-align: middle;
    width: 70%;
}

.btn-frame .animated.infinite {
    animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
    opacity: .5;
    position: absolute;
    top: calc(50% - calc(var(--btn-frame-circle-ratio) + var(--kenit-circle))/2);
    right: calc(50% - calc(var(--btn-frame-circle-ratio) + var(--kenit-circle))/2);
    width: calc(var(--btn-frame-circle-ratio) + var(--kenit-circle));
    height: calc(var(--btn-frame-circle-ratio) + var(--kenit-circle));
    border: 2px solid var(--color-btn-frame);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    aspect-ratio: 1;
    background-color: transparent;
}

.btn-frame .zoomIn {
    animation-name: zoomIn;
}

.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
    opacity: .4;
    position: absolute;
    top: calc(50% - calc(var(--btn-frame-circle-ratio) + var(--kenit-circle-fill))/2);
    right: calc(50% - calc(var(--btn-frame-circle-ratio) + var(--kenit-circle-fill))/2);
    width: calc(var(--btn-frame-circle-ratio) + var(--kenit-circle-fill));
    height: calc(var(--btn-frame-circle-ratio) + var(--kenit-circle-fill));
    border: 2px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    aspect-ratio: 1;
    background-color: #00000059;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.btn-frame .pulse {
    animation-name: pulse;
}


/* Zalo */

.btn-zalo {
    bottom: 310px;
}


/* Phone */

.btn-phone {
    bottom: 230px;
}


/* Messenger */

.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
    display: none !important
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-tooltip {
    display: none;
    position: fixed;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
    z-index: 1.0E+30
}

.js-facebook-messenger-close-tooltip {
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px
}

.js-facebook-messenger-box.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

.js-facebook-messenger-box.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-box {
    display: block;
    position: fixed;
    cursor: pointer;
    bottom: 150px;
    right: 17px;
    width: 56px;
    height: 56px;
    text-align: center;
    background: var(--color-btn-frame);
    border-radius: 100%;
    overflow: hidden;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3)
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box svg#fb-msng-icon {
    width: 32px;
    height: 33px;
    position: absolute;
    top: 13px;
    left: 12px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
    transform: rotate(-45deg)
}

.js-facebook-messenger-box svg#close-icon {
    opacity: 0;
    width: 19px;
    height: 20px;
    position: absolute;
    top: 19px;
    left: 19px;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-container {
    position: fixed;
    opacity: 0;
    transform: translateY(50px);
    bottom: 110px;
    right: 90px;
    border-radius: 10px;
    pointer-events: none;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
    -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    -moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    -o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    transition: transform 160ms ease-in-out, opacity 160ms ease-in-out
}

.js-facebook-messenger-top-header {
    width: 220px
}

.js-facebook-messenger-top-header {
    color: #fff;
    background: var(--color-btn-frame)
}

.js-facebook-messenger-top-header {
    display: block;
    position: relative;
    width: 220px;
    background: var(--color-btn-frame);
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-top-header {
    color: #fff;
    background: var(--color-btn-frame)
}

.js-facebook-messenger-top-header {
    width: 220px
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff
}

.js-facebook-messenger-container.open {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
    opacity: 0
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box.open svg#close-icon {
    opacity: 1
}


/* Cart Fix */

.cart-fixed {
    position: fixed;
    right: 20px;
    bottom: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff !important;
    text-align: center;
    border-radius: 100%;
    background: var(--color-btn-frame);
    z-index: 10;
}

.cart-fixed i {
    font-size: 20px;
}

.cart-fixed span {
    position: absolute;
    top: 0px;
    right: -5px;
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    background: var(--color-red);
}


/* Toolbar */

.toolbar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    background: var(--color-web-mustard-brown);
    padding: 8px;
    z-index: 500;
}

.toolbar ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.toolbar ul li {
    width: 25%;
    text-align: center;
}

.toolbar ul li a {
    display: block;
    width: 100%;
    cursor: pointer;
}

.toolbar ul li a img {
    width: auto;
    height: 25px;
}

.toolbar ul li a span {
    display: none;
    font-size: 3.5vw;
    font-weight: 400;
    color: #fff;
}
