@font-face {
    font-family: HeroNewLight;
    src: url(font/DMSans-Regular.ttf);
}
@font-face {
    font-family: HeroNewThin;
    src: url(font/HeroNewThin.otf);
}
@font-face {
    font-family: HeroNewMedium;
    src: url(font/HeroNewMedium.otf);
}
body {
    color: #454242;
    font-family: HeroNewLight;
}
body.home {
    height: 100%;
}
.box-shadow {
    -webkit-box-shadow: 0 4px 9px rgb(119 112 105 / 64%);
    box-shadow: 0 4px 9px rgb(119 112 105 / 64%);
}
a:hover {
    color: #333;
    text-decoration: none;
}
ul.breadcrumb {
    font-size: 12px;
    padding: 0.5rem 1rem;
    background: #ceced0;
    margin-bottom: 1.5rem;
    width: 100%;
    border-radius: 0;
}
ul.breadcrumb li {
    display: inline-block;
    text-transform: capitalize;
    font-size: 13px;
    margin-right: 3px;
    padding-right: 13px;
    position: relative;
    line-height: 1.5;
}
ul.breadcrumb li {
    position: relative;
}
ul.breadcrumb li a {
    color: #e30d72;
}
ul.breadcrumb li:before {
    position: absolute;
    content: "/";
    right: 0;
    top: 50%;
    transform: translatey(-50%);
}
ul.breadcrumb li:last-child {
    margin-right: 0;
}
ul.breadcrumb li:last-child:before {
    display: none;
}
.blur {
    filter: blur(25px);
    animation-name: example;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
.medium-img {
    overflow: hidden;
}
.no-blur {
    filter: blur(0);
    transition: filter 0.5s 0.5s ease-in;
    width: 100%;
}
#toggle-menu {
    position: absolute;
    top: 70px;
    left: 0;
    padding: 10px 10px 4px 6px;
    line-height: 1.5;
    text-decoration: none;
    font-size: 19px;
    z-index: 10;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #eee;
    border-left: none;
    background: #e30d72;
    color: #fff;
    -webkit-box-shadow: 2px 0 15px #777069;
    box-shadow: 2px 0 15px #777069;
}
.header_top ul li {
    background: unset;
    border: 2px solid #e5e5e5;
}
body .main_button {
    border: 1px solid #efdfe5;
    -webkit-box-shadow: 0 0 15px #d6cfd2;
    box-shadow: 0 0 15px #d6cfd2;
}
body .main_header {
    padding: 15px;
    padding-bottom: 50px !important;
    padding-top: 40px;
}
.logo-css {
    text-align: center;
    margin: 0 auto;
    max-width: 45px;
}
body ul#menu li.have_sub.active:after {
    border-right-color: #e30d72;
}
#toggle-menu .text {
    display: inline-block;
    line-height: 21px;
    height: 21px;
    font-weight: 700;
    vertical-align: middle;
}
#menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 170px;
    padding: 0;
    margin: 0;
    height: 100%;
    list-style: none;
    overflow-y: scroll;
    z-index: 10;
    background: #e30d72;
}
ul#menu li {
    position: relative;
}
ul#menu li.have_sub:after {
    right: 5px;
    top: 35px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #e9e9e4;
    border-width: 5px;
    margin-top: -6px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
ul#menu li.have_sub ul {
    display: none;
}
ul#menu li a img {
    display: inline-block;
    max-width: 40px;
}
ul#menu li a span.name {
    padding-left: 10px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
#menu a {
    display: flex;
    font-size: 13px;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    padding: 15px;
    flex-flow: row;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    position: relative;
}
#menu li.active > a {
    border-right: 3px solid #ececec;
    flex-direction: column;
    justify-content: initial;
    align-items: center;
    border-right-color: #e30d72;
}
#menu li.active > a span.name {
    margin-top: 10px;
    padding: 0;
    text-align: center;
    height: 40px;
}
#menu li.active > a:after {
    right: 0;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-right-color: #e30d72;
    border-width: 5px;
    margin-top: -6px;
}
#menu li.have_sub.active:after {
    right: 3px;
    top: 60px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-right-color: #cdc6bd;
    border-width: 5px;
    margin-top: -6px;
}
#menu li.have_sub.active ul {
    display: block;
}
body.catalog .main {
    padding-bottom: 20px;
}
#page {
    position: relative;
    z-index: 20;
    padding-bottom: 40px;
}
.animating #menu,
.menu-visible #menu {
    display: block;
}
.animating #page {
    transition: transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
}
.animating.left #page {
    transform: translate3d(-170px, 0, 0);
    -webkit-transform: translate3d(-170px, 0, 0);
}
.animating.right #page {
    transform: translate3d(170px, 0, 0);
    -webkit-transform: translate3d(170px, 0, 0);
}
.menu-visible #page {
    left: 170px;
}
#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    width: 30px;
    height: 21px;
    position: relative;
    float: left;
    margin: 0;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    height: 2px;
    width: 22px;
    background: #fefbf7;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
#nav-icon1.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
}
#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#nav-icon1.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
}
html {
    height: 100%;
}
.content {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 65vh;
    width: 100%;
}
body.home .content {
    background: #ececec !important;
    height: 100%;
    min-height: unset;
    float: none;
}
.home .banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    height: 55%;
    position: relative;
}
.body_menu {
    z-index: 5;
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    align-items: center;
    height: 30%;
}
body.home .logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
}
img {
    max-width: 270%;
}
.home_menu_button {
    margin: 0 auto 20px;
    display: block;
}
.home_menu_button a {
    display: block;
    margin: 0 auto;
    color: #000;
    margin-bottom: 20px;
    padding: 15px;
    background: #403838;
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
    border-radius: 30px;
    border: none;
    -webkit-box-shadow: 0 0 15px #d6cfd2;
    box-shadow: 0 0 15px #d6cfd2;
    max-width: 165px;
}
.main_button {
    border: 1px solid #cdc6bd;
    padding: 10px 5px 8px;
    margin-bottom: 20px;
    font-size: 12px;
    border-radius: 6px;
    color: #5a5148;
    font-weight: 600;
    -webkit-box-shadow: 0 0 15px #cdc6bd;
    box-shadow: 0 0 15px #b1a18d;
}
.transform_uppercase {
    text-transform: uppercase;
}
.ta-center {
    text-align: center;
}
.menu-icon {
    display: block;
    border: 2px solid #e5e5e5;
    padding: 9px 0;
    margin: 0 auto;
}
.menu-icon img {
    width: 75px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgb(173 173 173);
    box-shadow: 0 0 8px rgb(173 173 173);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.menu-icon:hover img {
    background: #e30d711c;
}
.menu-icon span {
    display: block;
    color: #403838;
    font-size: 14px;
    font-weight: 500;
}
@media only screen and (min-width: 600px) {
    body.home .logo {
        bottom: -28px;
    }
    body.home .logo img {
        width: 50%;
    }
    .menu-icon img {
        width: 100px;
    }
    .map-button {
        padding: 25px 120px 25px 120px !important;
    }
}
.product {
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
}
.product .detail {
    padding: 0;
    margin-top: 9px;
}
.product .detail span.status {
    font-size: 15px;
    color: #0a0a0a;
}
.product .detail span.name {
    display: block;
}
.product .image img {
    height: 130px;
    width: 100%;
    object-fit: cover;
}
.product .detail > span {
    margin-top: 3px;
}
.product .detail span.name {
    font-size: 13px;
    font-weight: 600;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 15px;
    color: #000;
    padding: 8px 0;
}
.product .detail span.price {
    display: block;
    font-size: 12px;
    color: #817d7d;
}
ul.pagination {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 20px 0;
}
ul.pagination li {
    margin-right: 10px;
}
ul.pagination li a {
    color: #fff;
    padding: 10px 11px 5px;
    border-radius: 10px;
    color: #fff;
    background: #24211d;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    -webkit-box-shadow: 0 0 15px #777069;
    box-shadow: 0 0 15px #777069;
}
ul.pagination li.current a {
    background: #403838;
}
.main_header {
    max-height: 50px;
}
.main_header .logo {
    text-align: center;
}
.main_header .go_back {
    position: absolute;
    top: 9px;
    right: -2px;
    background: #e30d72;
    color: #fff;
    padding: 8px;
    padding-bottom: 6px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 2px 0 10px #777069;
    box-shadow: 2px 0 10px #777069;
}
.no-border-radius {
    border-radius: 0 !important;
}
body.catalog .header_top {
    top: -5px;
    padding-top: 0;
    padding-right: 6px;
    padding-bottom: 0;
    padding-left: 0;
}
.header-home {
    right: 0;
    left: 15px !important;
    top: 25px !important;
}
.product_detail {
    margin: 0 auto;
}
.product_detail .detail span.product_name {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 20px;
}
.product_detail .detail {
    text-align: center;
    margin-bottom: 20px;
    color: #332525;
}
.product_detail .detail .bordered_area {
    border-top: 3px solid #453e37;
    border-bottom: 3px solid #453e37;
    display: inline-block;
    padding: 10px 30px 7px;
    position: relative;
    margin-bottom: 20px;
}
.product_detail .detail .bordered_area:before {
    content: "";
    position: absolute;
    top: -21px;
    left: calc(50% - 10px);
    border: solid transparent;
    border-color: transparent;
    border-bottom-color: #332525;
    border-width: 10px;
    height: 0;
    width: 0;
    pointer-events: none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.product_detail .detail .bordered_area:after {
    content: "";
    position: absolute;
    bottom: -21px;
    left: calc(50% - 10px);
    border: solid transparent;
    border-color: transparent;
    border-top-color: #332525;
    border-width: 10px;
    height: 0;
    width: 0;
    pointer-events: none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.product_detail .detail span.product_name {
    text-transform: capitalize;
    margin: 0 auto;
    text-align: center;
}
.product_detail .detail span.product_price {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
}
.product_detail .detail span.product_description {
    display: block;
    text-align: center;
    padding: 10px 70px;
    line-height: 1.5;
    font-size: 13px;
}
.product_detail .detail span.product_allergens {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 15px;
    gap: 15px;
}
.product-category {
    font-size: 14px;
    border: 1px solid #bfbfbf;
    padding: 8px 5px;
    margin: 2px;
    color: #a3a3a3;
    display: inline-block;
}
body.catalog h2 {
    font-weight: 700;
    font-size: 20px;
    color: #332525;
    margin: 20px 0;
    text-align: left;
}
.related_products {
    padding: 0 15px;
    max-width: 100%;
}
.related_products .product {
    margin-bottom: 0;
}
.related_products .owl-carousel .owl-stage-outer {
    padding-bottom: 30px;
}
.related_products .owl-carousel .owl-nav {
    top: 40%;
    outline: 0;
}
.owl-carousel .owl-nav button.owl-next,
.related_products .owl-carousel .owl-nav button.owl-prev {
    background: #403838 !important;
    line-height: 46px !important;
    outline: 0;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: 0 !important;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.related_products .owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #403838 !important;
    outline: 0 !important;
}
.main.category h1 {
    display: block;
    width: 100%;
    color: #333;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    z-index: 20;
    padding: 0 15px;
    line-height: 1.5;
}
.fancybox-inner {
    line-height: 2;
    text-align: justify;
}
.copyright {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 199;
    color: #727372;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    font-size: 13px;
}
.copyright img {
    width: 25px;
    display: inline;
}
.bg-primary {
    background-color: #e30d72 !important;
}
.prices_favorites {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 199;
    color: #727372;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    font-size: 13px;
}
.fav__menu {
    position: fixed;
    bottom: 60px;
    background-color: #fbfbfb;
    width: 100%;
    height: 3.7rem;
    padding: 0 1rem;
    display: grid;
    border-top: 1px solid #bfbfbf;
    align-content: center;
    transition: 0.4s;
}
.price-detail {
    text-align: right;
}
.price-detail .title {
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
}
.price-detail .sub-title {
    font-size: 18px;
    font-weight: 700;
    color: #9e9e9e;
}
.btn-black {
    background: #343434;
    color: #e7e7e7 !important;
    border-radius: 0;
    font-size: 12px;
    padding: 8px 17px;
}
.favorite-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
}
.favorite-title h2 {
    margin: 11px 0 !important;
}
.favorite-title p {
    font-size: 13px;
    color: #c1c1c1;
    font-weight: 200;
    margin-bottom: 14px;
}
.fancybox-margin {
    margin-right: 17px;
}
.hscroll {
    width: 100%;
    text-align: center;
}
.sticky2 {
    background: #fff;
    width: 100%;
    text-align: center;
    position: fixed;
    top:40px;
    z-index: 150;
}
.sticky {
    background: #fff;
    width: 100%;
    text-align: center;
    position: fixed;
    top:-5px;
    z-index: 150;
}
.product-menu {
    background: #fff;
    width: 100%;
    text-align: center;
    font-family: HeroNewThin !important;
    padding: 15px;
    z-index: 100000;
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    color: #332525;
}
#hscroll-1 {
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 100000;
    white-space: nowrap;
    overflow-y: hidden;
}
#hscroll-2 {
    overflow-y: hidden;
    white-space: nowrap;
    padding: 10px;
    font-size: 14px !important;
    margin-bottom: 20px;
}
.hscroll-fav {
    background: #fff;
    width: 100%;
    text-align: center;
    font-family: HeroNewThin !important;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 100000;
    font-size: 17px;
    margin-bottom: 2rem;
}
#hscroll-1 .hscroll-item {
    margin-right: 5px;
    padding-top: 5px;
    padding-right: 7px;
    padding-bottom: 5px;
    padding-left: 7px;
    border: 1px solid #bfbfbf;
}
.hscroll-item {
    margin-right: 5px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    color: #000;
    border: 1px solid #bfbfbf;
}
.hscroll-item.active {
    background: #5D5848;
    color: #ffff;
    border: 1px solid #5D5848;
}
.hscroll-item:hover {
    background: #5D5848;
    color: #ffff;
}
#hscroll-1 .hscroll-item2 {
    margin-right: 5px;
    padding-top: 5px;
    padding-right: 7px;
    padding-bottom: 5px;
    padding-left: 7px;
}
.hscroll-item2 {
    margin-right: 5px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    color: #000;
    scroll-behavior: smooth;
    border: 1px solid #bfbfbf;
}
.hscroll-item2.active {
    background: #AD887B;
    color: #ffff;
    border: 0px solid #AD887B;
}
.product-fav {
    color: #333;
    font-size: 22px;
    font-weight: 400;
}
.product-list {
    margin-left: 1px;
    margin-right: 1px;
}
.product-list-box {
    margin-bottom: 15px;
}
.product-tag {
    position: absolute;
    bottom: 35px;
    left: -10px;
    height: 60px;
    z-index: 10;
}
.categorySubMenu .menu-icon img {
    width: 40px;
}
.categorySubMenu .menu-icon span {
    font-size: 13px;
}
.categorySubMenu .menu-icon {
    margin-right: 13px;
    margin-top: 15px;
    text-align: center;
}
.map-button {
    margin: 14px auto;
    border: 2px solid #e5e5e5;
    padding: 20px 15px 40px 110px;
    background: 0 0;
    display: block;
    height: 35px;
}
.map-button span {
    font-weight: 500;
    color: #5a5a5a;
    text-align: right;
    float: right;
}
.map-button:hover {
    opacity: 0.8;
    transition: opacity 1s;
}
.svg-banner {
    position: absolute;
    width: 0;
    height: 0;
}
.home-video {
    width: 100%;
}
.clipped-banner {
    -webkit-clip-path: url(#my-clip-path);
    clip-path: url(#my-clip-path);
    height: 250px;
}
#splash {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}
.logo-img {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.search-bar {
    width: 89%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0 0;
    margin-top: -33px;
    margin-left: -3px;
    background-color: #fff;
    z-index: 9999999;
    position: relative;
}
.search-bar input {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #bfbfbf;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
    padding: 6px;
    border-radius: 0;
    z-index: 99999999;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}
.search-bar.closed {
    display: none;
}
search-bar.opened {
    display: block;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border: 1px solid #bfbfbf;
    border-radius: 0;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    border-left: 0;
}
@media (min-width: 320px) and (max-width: 480px) {
    .clipped-banner {
        height: 220px;
        width: 100%;
    }
    .logo-img {
        margin-top: 80px;
    }
    #splash {
        margin-top: 60px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .clipped-banner {
        height: 430px;
        width: 100%;
    }
}
.grid {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-auto-rows: 20px;
}
.photothumb {
    width: 100%;
}
.contents {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 1vh !important;
}
.snackbar-container {
    transition: all 0.5s ease;
    transition-property: top, right, bottom, left, opacity;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    min-height: 14px;
    background-color: #070b0e;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    line-height: 22px;
    padding: 18px 24px;
    bottom: -100px;
    top: -100px;
    opacity: 0;
    z-index: 9999;
}
.snackbar-container .action {
    background: inherit;
    display: inline-block;
    border: none;
    font-size: inherit;
    text-transform: uppercase;
    color: #4caf50;
    margin: 0 0 0 24px;
    padding: 0;
    min-width: min-content;
    cursor: pointer;
}
@media (min-width: 640px) {
    .snackbar-container {
        min-width: 288px;
        max-width: 568px;
        display: inline-flex;
        border-radius: 2px;
        margin: 24px;
    }
}
@media (max-width: 640px) {
    .snackbar-container {
        left: 0;
        right: 0;
        width: 100%;
    }
}
.snackbar-pos.bottom-center {
    top: auto !important;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.snackbar-pos.bottom-left {
    top: auto !important;
    bottom: 0;
    left: 0;
}
.snackbar-pos.bottom-right {
    top: auto !important;
    bottom: 0;
    right: 0;
}
.snackbar-pos.top-left {
    bottom: auto !important;
    top: 0;
    left: 0;
}
.snackbar-pos.top-center {
    bottom: auto !important;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.snackbar-pos.top-right {
    bottom: auto !important;
    top: 0;
    right: 0;
}
@media (max-width: 640px) {
    .snackbar-pos.bottom-center,
    .snackbar-pos.top-center {
        left: 0;
        transform: none;
    }
}

.product .detail p.name {
  font-size: 13px;
  font-weight: 600;
  display: block;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  line-height: 15px;
  color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
}

.product .detail p.name {
  font-size: 13px;
  font-weight: 600;
  display: block;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  line-height: 15px;
  color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
}
.ui-tooltip {
  position: relative;
  display: inline-block;
}

.ui-tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  line-height: 1;
  background-color: black;
  color: #fff;
  margin: 3px;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 25;
}

.ui-tooltip:hover .tooltiptext {
  visibility: visible;
}
