html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: #fafafa;
    padding-bottom: unset;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.breadcrumb-container {
    background-color: #ecebeb !important;
    margin: unset !important;
}

.breadcrumb {
    margin-bottom: unset;
    background-color: unset;
}

.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: #171e20;
}

.breadcrumb .breadcrumb-item a:hover {
    color: rgb(228, 129, 24);
}

.breadcrumb-item.active a {
    color: rgb(228, 129, 24) !important;
}

.breadcrumb-item.active span {
    color: rgb(228, 129, 24) !important;
}

/* .navbar-nav {
  align-items: center;
} */
/* .dropdown-toggle:after {
    display: none;
} */

.user-ava {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #34aee2;
}

.user-ava img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url("assets/images/320.png");
    object-fit: cover;
}

.icon-arrow-left {
    background-image: url("../../assets/icon/arrow-left.png");
}
.icon-arrow-right {
    background-image: url("../../assets/icon/arrow-right.png");
}

.bg-nav {
    background-color: #34aee2;
}

.search-bar {
    width: 350px !important;
}

@media (max-width: 768px) {
    .search-bar {
        width: 100% !important;
    }
}

@media (max-width: 426px) {
    .navbar-brand {
        display: none;
    }
}

.bis-container {
    padding-top: 111px;
    max-width: 1200px;
    margin: auto;
    min-height: 100vh;
}

.bis-footer {
    border-color: rgb(52, 174, 226, 0.5);
    box-shadow: 0 0 0 0.2rem rgb(52 174 226 / 50%);
}

.bis-footer a {
    color: #171e20;
    text-decoration: none;
}

.titlesc {
    /* border: 1px black solid; */
    /* margin: 10px 0 10px 0; */
    text-align: center;
    background-color: #ffffff;
    padding: 20px;
}

.captsc {
    padding: 20px;
    /* border: 1px black solid; */
    /* margin: 10px 0 10px 0; */
    text-align: center;
    background-color: #34aee2;
}

.contsc {
    padding: 20px 0 20px 0;
    text-align: justify;
}

.cntcfm {
    background-color: #f9f8f8;
    padding: 20px;
}

.cntcinf {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

/* START CAROUSEL */
.carousel {
    margin: unset;
}

.carousel-item {
    height: 19rem;
    max-height: 19rem;
}

.carousel-item .carousel-caption {
    background-color: #c3bdbd;
    opacity: 0.5;
}

.carousel-item > img {
    min-width: 100%;
    height: unset;
}

.carousel-image {
    /* object-fit: scale-down; */
    width: 100%;
    height: 100%;
    min-width: 500px;
}

.arrow-container {
    height: 100%;
}

/* END CAROUSEL */

/* ------------------------------------------
    SELECT 2 override
---------------------------------------------*/

span .selection {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    height: 100%;
}
.select2-search__field:focus {
    border: 1px solid #ced4da !important;
}
.select2-container--default .select2-selection--single:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5) !important;
    border: 1px solid #ced4da !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 36px !important;
}

.select2 {
    width: 100% !important;
}

/* End Of Select2 */

.title {
    /* margin: auto; */
    /* margin-bottom: 2rem; */
    margin-bottom: 8px;
    padding-left: 15px;
}

.title span {
    font-size: 20px;
}

.title.dark {
    color: #ffffff;
}

.bis-divider {
    margin: 1rem 0;
}

.btn.focus,
.btn:focus {
    box-shadow: 0 0 0 0.2rem rgb(228, 129, 24, 0.25) !important;
}

.login-btn {
    background-color: #ffffff;
}

.login-btn span {
    color: rgb(228, 129, 24);
}

.signup-btn {
    background-color: #e48118;
}

.signup-btn span {
    color: #ffffff;
}

.more-btn {
    margin: auto;
}

.more-btn-outline {
    border-color: #e48118;
    border-width: 1px;
    width: 100px;
    background-color: #ffffff;
    color: #e48118;
}

.section-wrapper {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
    margin-right: auto;
    margin-left: auto;
}

/* breakpoint 576, 768, 992, 1200 */
@media (min-width: 1024px) {
    .section-wrapper {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media (max-width: 992px) {
    .section-wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.bis-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #ffffff;
    border-radius: 0.5rem;
}

.bis-section h2 {
    font-weight: 400;
}
.bis-section .col-lg-4 p {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
    /* color: #ffffff; */
}

/* .bis-section .col-lg-4,
.col-lg-3,
.col-lg-2 {
  margin-bottom: 1.5rem;
} */

.category .col-lg-4,
.col-lg-3,
.col-lg-2 {
    text-align: center !important;
}

.category-list-item {
    text-align: center;
    padding: 1rem;
    border: 1px solid #ecebeb;
}

@media (max-width: 568px) {
    /* .category-list-item {
        padding: 1rem 0.25rem 1rem 0.25rem;
    } */
}

.carousel-section {
    background-color: #f9f8f8;
}

.primary-section {
    background-color: rgb(52, 174, 226, 0.25);
    /* border-color: rgb(52, 174, 226, 0.5); */
    box-shadow: 0 0 0 0.2rem rgb(52, 174, 226, 0.25);
}

.secondary-section {
    /* color: rgb(228, 129, 24); */
    /* background-color: rgb(228, 129, 24, 0.25); */
    /* border-color: rgb(52, 174, 226, 0.5); */
    box-shadow: 0 0 0 0.2rem rgb(228, 129, 24, 0.25);
}

.product-list,
.category-list,
.shop-list {
    overflow-x: scroll;
    display: flex;
    width: 100%;
    border-radius: 0.5rem;
    background-color: #e7e6e6;
    padding: 5px;
}

.product-card {
    position: relative;
    display: block;
    height: 200px;
    min-width: 150px;
    max-width: 150px;
    max-height: 600px;
    margin: 0.5rem;
    background-color: #ffffff;
}

.ovf {
    overflow-x: unset;
}

.lipro {
    /* display: grid; */
    width: 100%;
    border-radius: 0.25rem;
    background-color: #e7e6e6;
    /* grid-template-columns: repeat(6, auto); */
    /* grid-gap: 0px 0px; */
}

.product-card-body {
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
    text-align: left;
}

.procard {
    padding: 1px;
}

.shop-card {
    position: relative;
    display: block;
    min-width: 180px;
    width: 100%;
    /* max-width: 200px; */
    margin: 0.5rem;
    background-color: #ffffff;
    border: 1px solid rgb(0, 0, 0, 0.125);
}

.product-card,
.shop-card,
.procard {
    cursor: pointer;
    border-radius: 0.25em;
}

.product-card-img,
.shop-card-img {
    border-radius: 0.25em 0.25em 0 0;
    /* max-width: 220px;
  object-fit: cover; */
}

.product-card:hover,
.shop-card:hover,
.category-list-item:hover,
.procard:hover,
.prcard:hover {
    -webkit-box-shadow: -1px 9px 20px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 9px 20px -12px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 9px 20px -12px rgba(0, 0, 0, 0.75);
    border: 1px #e48118 solid;
}

.product-category {
    font-size: 0.5rem;
    color: #171e20;
}

.product-name {
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 40px;
    color: #171e20;
}

.product-price {
    font-size: 1rem;
    color: #e48118;
    padding-top: 0.25rem;
}

.product-price-line-through {
    font-size: 0.5rem;
    color: #e48118;
    padding-top: 0.25rem;
    text-decoration: line-through;
}

.image-position {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    position: absolute;
    top: 100px;
}

.image-shop {
    object-fit: cover;
    max-width: 120px;
    max-height: 120px;
    width: 120px;
    height: 120px;
}

@media (max-width: 568px) {
    /* .image-shop {
    min-width: auto;
    max-width: 100px;
    max-height: 100px;
  } */
    .shop-card .shop-card-body {
        margin-top: -50px !important;
        text-align: center;
    }
}

.shop-card .shop-card-body {
    margin-top: -100px;
    text-align: center;
}

.cti {
    min-width: 100px;
    max-width: 100px;
    margin: 0 10px 0 10px;
    height: 100px;
    object-fit: cover;
}

.fft-container {
    background-color: #34aee2;
    width: 100%;
}

.fftct {
    padding: 20px;
}

.fftct .lnkaff ul {
    text-decoration: none;
}

.fqsrc {
    margin-top: 10px;
    align-items: center;
}

.fqsrc input {
    max-width: 50%;
    margin: auto;
}

@media (max-width: 568px) {
    .fqsrc input {
        max-width: 100%;
        margin: auto;
    }
}

.navside {
    background-color: #ffffff;
    /* border: 2px #c4c4c4 solid;
  margin: 20px 0 20px 0; */
}

.link {
    padding: 10px;
}

.link h5 {
    margin-bottom: 20px;
}

.link li {
    padding: 10px 0 10px 0;
}

.link ol li a {
    text-decoration: none;
    color: #e48118;
    cursor: pointer;
}

.link-log {
    margin: auto;
    padding: 10px;
    align-items: center;
    display: grid;
    justify-content: center;
}

.link-log a {
    text-decoration: none;
    color: #e48118;
    cursor: pointer;
}

.link-log a:hover {
    text-decoration: underline;
}

.link ol li a:hover {
    text-decoration: underline;
}

.link-log ul li {
    list-style: none;
    padding: 5px 0 5px 0;
}

.link-log ul li a {
    text-decoration: none;
    color: #e48118;
    cursor: pointer;
}

.link-log ul li a:hover {
    text-decoration: underline;
}

.inperr {
    color: red;
    font-size: 12px;
}

.regfm {
    padding: 2rem;
}

.cent {
    margin: 100px;
}

@media (max-width: 568px) {
    .cent {
        margin: auto;
    }
}

@media (min-width: 1200px) {
    .regfm {
        padding: 0 5rem 0 5rem;
    }
}

.form-control:focus {
    color: #e48118;
    background-color: #fff;
    border-color: #e48118;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(228, 129, 24, 0.25);
}

.gscat {
    position: relative;
    width: 100%;
}

.carousel-arrow--hint {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    background-color: #fff;
}

.carousel-arrow--prev {
    left: 0;
}

.carousel-arrow--next {
    right: 0;
}

.carousel-arrow {
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 12%);
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50%;
    background-color: #fff;
    margin-top: -25px;
    -webkit-transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
    transition: all 0.1s cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 0;
}

.image-carousel__item-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
    padding: 0;
    margin: 0;
}

.actbtn {
    position: relative;
    padding: 1rem;
    margin: 1rem -15px 0;
}

.prdslide {
    margin: 5px -5px;
    position: relative;
    display: flex;
    overflow-x: hidden;
}

.sliner {
    display: inline-block;
    padding: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
}

.sliitm {
    width: 100%;
}

.sliitm:hover,
.sliitm:focus {
    border: 1px #e48118 solid;
}

.icbtn {
    border: 1px solid rgba(0, 0, 0, 0.54);
    background-color: transparent;
    padding: 0;
}

.asd11as {
    position: absolute;
    width: 1.25rem;
    height: 2.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    border: none;
    background-color: rgba(0, 0, 0, 0.2);
}

.xcAd2R {
    right: 5px;
}

.xcAd2L {
    left: 5px;
}

.svgic {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    position: relative;
}

/* .shop-card {
  padding: 1em;
} */

.shop-card-name {
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 40px;
}

.ssmedia {
    margin-top: 10px;
}

.medcontainer-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rtmdls-plc {
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 0.625rem 0.625rem 0;
    position: relative;
    cursor: pointer;
}

.rtmdls-plc:hover {
    border: 3px #e48118 solid;
}

.rtmdls-plc-content {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.rtmdls-rate-content-wrapper {
    width: 100%;
    height: 100%;
}

.shop-overview {
    /* padding: 1rem 1rem; */
    margin-bottom: 1px;
    box-shadow: 0 1px 1px rgb(0, 0, 0 / 5%);
    border: 2px solid rgb(0 0 0 / 12%);
    display: block;
    /* flex-wrap: wrap; */
}

.shop-overview-image {
    width: 200px;

    padding: 10px;
}
.shop-overview-detail {
    width: 300px;
    padding: 10px;
}
.shop-overview-info {
    width: 200px;
    padding: 10px;
}

/*
RIBBON
*/
.container-ribbon {
    position: relative;
}

.container-ribbon__wrapper {
    /* Displayed at the top left corner */
    left: 0px;
    position: absolute;
    top: 0px;

    /* Size */
    height: 100px;
    width: 100px;

    /* Hide the part of its children which is displayed outside */
    overflow: hidden;
}

.container__ribbon {
    /* Position */
    left: -80px;
    position: absolute;
    top: 32px;

    /* Size */
    height: 24px;
    width: 206px;

    /* Displayed diagonally */
    transform: rotate(-45deg);

    /* Background color */
    background-color: rgba(0, 0, 0, 0.3);

    /* Centerize the text content */
    text-align: center;
}

/*
END OF RIBBON
*/

.shop-avatar {
    position: relative;
    display: block;
    max-width: 8rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: auto;
}

.shop-avatar-img {
    /* width: 100%;
  height: 100%; */
    width: 8rem;
    height: 8rem;
    border: 3px solid rgba(0, 0, 0, 0.54);
    object-fit: cover;
    padding: 1px;
    border-radius: 50%;
}

/* Card Bisanara */
.bis-card {
    border-radius: 1rem;
    width: 100%;
    display: block;
    /* margin: 5px; */
}

.prcard {
    border: 1px solid rgb(0, 0, 0, 0.125);
    cursor: pointer;
    width: 100%;
    position: relative;
    margin: 0.5rem;
    min-width: 180px;
}

.prcard.hl,
.shop-card.hl {
    min-width: 180px;
    max-width: 200px;
}

@media (max-width: 479px) {
    .prcard.hl,
    .shop-card.hl {
        min-width: unset;
        max-width: unset;
    }
}

.bis-card-body {
    padding: 8px 0;
}

.bis-card-content {
    width: 100%;
}

.bis-card-content-horizontal {
    display: flex;
}

.bis-card-content-horizontal > .bis-card-content-img {
    width: 30%;
}

.bis-card-content-horizontal > .bis-card-content-info {
    width: 70%;
    padding-left: 0.5rem;
}

.bis-card-content-horizontal {
    display: flex;
}

.bis-card-content-img {
    text-align: center;
    padding-right: 0.5rem;
}

.bis-card-content-img > img {
    object-fit: cover;
}

.bis-card-content-img > img.shop-ava {
    width: 100px;
    height: 100px;
    -webkit-box-shadow: -1px 9px 20px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 9px 20px -12px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 9px 20px -12px rgba(0, 0, 0, 0.75);
    border: 1px solid rgba(228, 129, 24, 0.5);
    /* border-radius: 50%; */
}

.ava-rounded {
    border-radius: 50%;
}

.bis-card-content-img.product-ava {
    /* max-width: 250px;
  max-height: 250px;
  min-height: 180px; */
    width: 100%;
    height: 180px;

    /* object-fit: cover; */
}

/* Floating Button */
.float-btn {
    position: absolute;
    top: 10px;
    right: 21px;
    opacity: 0.7;
}

.bis-card-content-img.product-ava > img {
    width: 100%;
    height: 100%;
    border-radius: 1rem 1rem 0 0 !important;
    object-fit: cover;
}

.bis-card-content-info {
    padding-left: 0.5rem;
    text-align: left;
}

.bis-card-content-info > .bis-card-content-info-title {
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 40px;
}

/* Report */
.report {
    text-align: center;
    display: block;
}

/* Socmed */
.sosmed {
}

.sosmed-wrapper {
    width: 100%;
    padding: 5px;
    display: flex;
}

.sosmed-icon {
    padding: 0 2px;
}
.sosmed-icon > .link {
    text-decoration: none;
    color: #171e20;
}
.sosmed-icon > .link > .icon {
    max-width: 40px;
}

/* COLOR PALETTE */
.color-palette-box h4 {
    position: absolute;
    left: 1.25rem;
    margin-top: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    display: block;
    z-index: 7;
}

.text-center {
    text-align: center;
}
.color-palette-set {
    margin-bottom: 15px;
}

.color-palette {
    height: 35px;
    line-height: 35px;
    text-align: right;
    padding-right: 0.75rem;
}

.color-palette span {
    display: block;
    font-size: 12px;
}

.color-palette.disabled {
    text-align: center;
    padding-right: 0;
    display: block;
}

.color-palette.disabled span {
    display: block;
    text-align: left;
    padding-left: 0.75rem;
}

[class^="bg-"].disabled {
    opacity: 0.65;
}

/* Backgrount Theme */
.bg-primary {
    background-color: #34aee2 !important;
}

.bg-secondary {
    background-color: #c3bdbd !important;
}

.bg-info {
    background-color: #83cceb !important;
}

.bg-success {
    background-color: #28a745 !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.bg-primary,
.bg-secondary,
.bg-info,
.bg-success,
.bg-warning,
.bg-danger,
.bg-primary > a,
.bg-secondary > a,
.bg-info > a,
.bg-success > a,
.bg-warning > a,
.bg-danger > a {
    color: #fff !important;
}

.modal-body .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
/* Avatar Letter */
.avatar {
    /* Center the content */
    display: inline-block;
    vertical-align: middle;

    /* Used to position the content */
    position: relative;

    /* Colors */
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;

    /* Rounded border */
    border-radius: 50%;
    height: 48px;
    width: 48px;
}

.avatar__letters {
    /* Center the content */
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* End Avatar Letter */

/* evidence */
.evidence-del-temp {
    left: 20px;
    top: 8px;
    position: absolute;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.evidence-img {
    width: 50px;
    height: 50px;
    padding: 1px;
    border: 1px solid #ecebeb;
    margin-right: 2px;
    object-fit: cover;
}

.evidence-preview {
    margin: auto;
    width: 100%;
    height: 100%;
}

/* end evidence */
/* review */
.review-wrapper,
.image-wrapper {
    display: flex;
}

.shop-banner-container {
    /* display: contents; */
    width: 100%;
    height: 250px;
}

.shop-banner {
    padding-top: 2px;
    /* max-width: 1200px;
    margin: auto; */
}
.shop-banner-wrapper {
    width: 100%;
    height: 100%;
    border: 1px solid rgb(131, 204, 235, 0.5);
    padding: 2px;
    position: relative;
    text-align: center;
}

.shop-banner-pct {
    width: 100%;
    height: 100%;
    max-height: 250px;
    object-fit: scale-down;
}

.shop-banner-card {
    height: 140px;
    margin: auto;
    object-fit: cover;
    border-radius: 1rem 1rem 0 0 !important;
}

.dropdown-menu {
    right: 0;
    left: unset;
}

@media (max-width: 991px) {
    .notification-gen {
        padding-top: unset !important;
    }

    .user-ava {
        width: 50px;
        height: 50px;
    }
}

.notification,
.notification-gen {
    height: 50px;
    width: 50px;
    text-align: center;
    /* padding-top: 24px; */
}
.notification i,
.notification-gen i {
    font-size: 20px;
    color: #e48118;
}

.icon-notif {
    align-items: center;
    margin: auto;
}

.notification-list {
    height: 70px;
    /*background-color: #723078;*/
    margin: 0 5px;
}

.notification-data {
    padding: 0px 5px;
    height: 100%;
    /*border-bottom: 1px #c9c9c9 solid;*/
}

.notification-data:hover {
    background-color: #34aee2;
    /*border-bottom: 1px #c9c9c9 solid;*/
}

/* Overlay */
#overlay {
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    /* background-color: rgb(0,0,0); */
    background-color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.15s linear;
    overflow-x: hidden;
    overflow-y: auto;
}
#overlay > div {
    height: 80px;
    width: 80px;
    border: 10px solid rgba(255, 255, 255, 0.7);
    border-top-color: rgb(228, 129, 24, 0.7);
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    animation: spin 1.5s infinite linear;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/* Price tag */
:root {
    --price-tag-background: #d66570;
    --price-tag-height: 2rem;
}

.price-tag {
    background: var(--price-tag-background);
    color: #fff;

    font-size: 14px;

    /* Center the price */
    align-items: center;
    display: flex;
    justify-content: center;

    /* Used to position the triangle */
    /* position: relative; */
    position: absolute;

    top: 10px;
    right: 0;

    /* Size */
    height: var(--price-tag-height);

    /* Spacing */
    padding: 0.25rem 0.5rem;
}

/* The triangle */
.price-tag::before {
    content: "";

    border-color: transparent var(--price-tag-background) transparent
        transparent;
    border-style: solid;
    border-width: calc(var(--price-tag-height) / 2)
        calc(var(--price-tag-height) / 2) calc(var(--price-tag-height) / 2) 0rem;

    /* Position */
    left: 0px;
    position: absolute;
    top: 0px;
    transform: translate(-100%, 0px);
}

/* The dot */
.price-tag::after {
    content: "";

    /* Make it like a cirle */
    background: #fff;
    border-radius: 9999rem;

    /* Position */
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(-0.5rem, -50%);

    /* Size */
    height: 0.5rem;
    width: 0.5rem;
}

.icon-center {
    display: flex;
    justify-content: center;
}

.nav-top {
    width: 100%;
    display: flex;
    height: 32px;
    z-index: 3;
    background-color: rgb(243, 244, 245);
    border-bottom: 1px solid rgb(243, 243, 243);
    padding: 0px 32px;
    position: fixed;
    -webkit-box-pack: justify;
    justify-content: space-between;
    left: 0px;
    right: 0px;
}

.nav-top-item {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    min-width: 168px;
    margin-right: 16px;
}

.nav-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-width: 1024px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    z-index: 999;
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 7%);
    -webkit-transition: -webkit-transform 280ms ease;
    -webkit-transition: transform 280ms ease;
    transition: transform 280ms ease;
    height: 110px;
}

.nav-one {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    height: 32px;
    z-index: 3;
    background-color: #f3f4f5;
    border-bottom: 1px solid #f3f3f3;
    padding: 0 32px;
    position: fixed;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0px;
    right: 0px;
}

.nav-two {
    width: 96%;
    left: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    top: 30px;
    position: fixed;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    height: 56px;
    min-width: 150px;
}

.search-input {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    border: solid 1px var(--N75, #e5e7e9);
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    border-radius: 8px;
    -webkit-transition: border 280ms ease;
    transition: border 280ms ease;
    margin-top: 4px;
}

.test {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    width: 533px;
}

.product_social_media {
    left: 0;
    position: fixed;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 999;
}

.product_social_media.collapsed {
    left: -54px;
    position: fixed;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 999;
}

.arrow_expand {
    display: none;
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 9999;
}
.product_social_media_label {
    /* writing-mode: vertical-rl; */
    text-orientation: upright;
    text-align: center;
}

.stamper__inner {
    /* Background color */
    background-color: rgba(0, 0, 0, 0.3);

    /* You can use gradient background color such as
    background: linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%); */

    /* Curved corners */
    border-bottom-left-radius: 50% 40%;
    border-bottom-right-radius: 50% 40%;
}
