body {
    width: 100%;
    margin: auto;
    font-family: "roboto", sans-serif !important;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7 !important;
    color: #000 !important;
    transition: transform 330ms ease-in-out;
    /* transition-duration: 0.4s; */
    overflow: visible;
}

.cover-bg {
    background: #000000ad;
    width: 100%;
    height: 100%;
    position: fixed;
    padding: 0;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 98;
    display: block;
    overflow: hidden;
    outline: 0;
}

.h4-monthly {
    color: #EB1C24;
    font-weight: bold;
}

.pearl-head.nav-height {
    min-height: 70px;
}

ul li .navbar-toggler {
    padding: 0 1px;
}

.pearl-menu {
    /* position: absolute; */
    z-index: 100;
    margin: 0 auto;
}

.pearl-menu .navbar {
    position: relative;
    display: flex;
    padding: 1rem 0rem;
    width: 100%;
    align-items: center;
}

.pearl-menu .navbar .navbar-brand {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-left: 1rem;
}

.pearl-menu-group.collapse .bg-light {
    background: #fff !important;
}

.pearl-head .pearl-menu-group {
    background: #fff;
    box-shadow: 6px 14px 19px -7px rgb(0 0 0 / 17%);
    width: 100%;
    position: relative;
    padding: 20px;
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    opacity: 1;
    text-align: left;
}

.pearl-menu-group .tab-content,
.pearl-menu-group .tab-content .tab-pane {
    margin-top: -1px;
    background: #fff;
    border: none;
    float: left;
    position: relative;
}

.product-item .item-icon a:hover,
.pearl-head .pearl-menu-group li a:hover {
    text-decoration: none;
    color: #ef3842;
}

.pearl-head .pearl-menu-group ul {
    display: table !important;
}

.pearl-head .pearl-menu-group li {
    display: table-caption;
    font-size: 18px;
    padding: 5px 0;
}

.pearl-head .pearl-menu-group li a,
.pearl-head .pearl-menu-group .submenu-categories02 a {
    color: #0e0e0e;
}

.pearl-head .pearl-menu-group li .submenu-categories h6,
.pearl-head .pearl-menu-group .submenu-categories02 h6 {
    font-size: 18px;
    color: #0e0e0e;
    font-weight: bold;
}

.pearl-head .pearl-menu-group .submenu-categories .nav-pills .nav-link.active,
.pearl-head .pearl-menu-group .submenu-categories .nav-pills .show>.nav-link,
.pearl-head .pearl-menu-group .submenu-categories02 .nav-pills .nav-link.active,
.pearl-head .pearl-menu-group .submenu-categories02 .nav-pills .show>.nav-link {
    color: #ef3842;
    background: none;
}

/* container-layout */

.home-bg .pearl-main-content {
    /* min-height: 380px; */
}

.pearl-container {
    position: relative;
    z-index: 7;
}

.navbar-nav .nav-link.pearl-nav {
    /* background: #fff; */
    padding: 12px 0px;
    min-width: 49px;
    border-radius: 30px;
    text-align: center;
    color: #ef3842;
}

/* -------------------------------------------------------------------------------------------------------------------------------- Header */

.pearl-head.nav-height {
    z-index: 100;
}

.pearl-head ul {
    display: flex;
    width: max-content;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    justify-content: flex-end;
    width: fit-content;
}

.pearl-head ul li {
    width: max-content;
    list-style: none;
    position: relative;
}

.logo.pearl img {
    width: 100%;
}

.pearl-cart-wish {
    border: 1px solid #fff;
    font-size: 1rem;
    color: #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    background: #ef3842;
    text-align: center;
    line-height: 25px;
    top: 0;
    right: 8px;
}

.modal-pearl-cart-wish {
    font-size: 13px;
    color: #fff;
    border-radius: 30px;
    min-width: 30px;
    height: 19px;
    position: absolute;
    background-color: #2f4353;
    background-image: linear-gradient(329deg, #2f4353 40%, #d2ccc4 83%);
    top: -20px;
    right: -6px;
}


/* -------------------------------------------------------------------------------------------------------------------------------- Footer */

.bg-footer {
    background: #DE262D;
    color: #fff;
    padding: 7px 0px;
}

.footer-container a {
    text-decoration: none;
    color: #fff;
}

.footer-container i {
    padding-right: 10px;
}

.side-stickinfo .side-info span {
    text-align: center;
    font-size: 12px;
    position: absolute;
    width: 100%;
    top: 35px;
    color: #fff;
}

.footer-row {
    padding: 10px 20px;
}

/* .footer-title-row{
    margin-bottom: 0;
}
.footer-child-row{
    margin: 0;
} */

/* -------------------------------------------------------------------------------------------------------------------------------- Header */
#userContent.active,
#userContent {
    position: absolute;
    transition: transform 330ms ease-in-out;
    z-index: 32;
    width: 250px;
    margin: auto;
    right: 30px;
    top: 120px;
}

#userContent {
    transform: translate(0, -320vh);
}

#userContent.active {
    transform: translate(0, 0vh);
}

.mobile-user-box {
    /* position: absolute; */
    display: inline-grid;
    background: none;
    right: 0;
    padding: 0px;
    width: 100%;
    top: 0;
    border-bottom: none;
    box-shadow: none;
}

.mobile-user-box a {
    display: inline;
    padding: 10px 0px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.mobile-user-box i {
    display: inline;
    padding: 0 10px;
    font-size: 18px;
}

.mobile-user-box a:hover,
.mobile-user-box a:focus {
    text-decoration: none;
    color: #000;
}

.category-header {
    background-image: url("../assets/metapoint/categories/background-red.png");
    height: 300px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    height: 270px;
    padding-bottom: 30px;
    margin-bottom: 70px;
}

/* -------------------------------------------------------------------------------------------------------------------------------- Category pages */

.category-header-img {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50px;
    width: 50px;
}

.category-header-img.center-img {
    height: 100px;
    width: 100px;
    top: 50%;
    right: 50%;
}

.category-header-img.img-monalisa {
    top: 10%;
    background-image: url("../assets/metapoint/categories/formula.png");
}

.category-header-img.img-timemaker {
    top: 20%;
    right: 39%;
    background-image: url("../assets/metapoint/categories/formula.png");
}

.category-header-img.img-metapoint {
    top: 100%;
    right: 100%;
    background-image: url("../assets/metapoint/categories/metapoint.png");
}

.category-header-img.img-bujishu {
    top: 90px;
    left: 35%;
    background-image: url("../assets/metapoint/categories/metapoint.png");
}

.category-header-img.img-formula {
    top: 60%;
    left: 20%;
    background-image: url("../assets/metapoint/categories/formula.png");
}

.pearl-outline-btn {
    border: none;
    border-radius: 20px;
    color: #272727;
    font-weight: 600;
    position: relative;
    padding-right: 30px;
    width: 120px;
    background: linear-gradient(180deg, #FFFFFF 46.35%, #CBCBCB 84.37%);
    margin: 0 10px;
}

.pearl-outline-btn span.btn-img {
    position: absolute;
    height: 36px;
    right: 2px;
    top: 2px;
    background: url(../assets/metapoint/categories/red-btn-arrow.png);
    width: 35px;
    background-size: contain;
    background-repeat: no-repeat;
}

.category-header .form-control {
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.6;
    color: #151515;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D7D7D7;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pearl-btn {
    border: none;
    padding: 2px 14px;
    border-radius: 20px;
    color: #fff;
    position: relative;
    background: #EB1C24;
}

.cart-icon {
    position: relative;
}

.cart-icon img {
    width: 40px;
}

.category-row {
    height: 300px;
    padding: 0 80px;
}

.card.category-product-card {
    border-radius: 10px;
}

.category-product-card .category-product-card-body {
    padding: 5px 10px;
}

.category-product-card .card-title p {
    font-size: 16px;
    font-weight: 600;
}

.category-product-card .card-body p {
    margin: 0;
    line-height: 16px;
}

.category-product-card .card-body p span {
    color: #e3342f;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.category-product {
    border-radius: 25px;
    margin-top: -95px;
    padding-top: 20px;
    background: #F5F5F5;
}

.secondary-title {
    font-size: 20px;
    font-weight: 600;
    padding: 0px 10px;
    color: #EB1C24;
}

.pearl-dis-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-container h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-container p {
    font-size: 14px;
}

.footer-container .no-lineheight h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

.footer-container .no-lineheight small {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-container .blockquote p {
    font-size: 18px;
    margin-bottom: 2rem;
}

.footer-container .blockquote span {
    font-size: 20px;
    color: #FFE175;
}

.footer-container a:hover {
    color: #FFE175;
    text-decoration: underline;
}

/* -------------------------------------------------------------------------------------------------------------------------------- Modal Popup */


.modal-dialog.modal-dialog-bottom .modal-content {
    border-radius: 30px;
}

.footer-modal.fade .modal-dialog.modal-dialog-bottom {
    transform: translate3d(0, 100vh, 0) !important;
}

.footer-modal.show .modal-dialog.modal-dialog-bottom {
    transform: translate3d(0, 0, 0) !important;
}

.item-quantity {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

.product-add-btn,
.product-minus-btn {
    width: 30px;
    height: 30px;
    background: none;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    color: #fff;
}

[type=button]:focus,
.product-add-btn:focus,
.product-minus-btn:focus {
    outline: none;
}

.pearl-btn.modal-btn {
    padding: 9px;
    width: 110px;
    border-radius: 30px;
}


.item-buy-section-quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 70px;
    font-size: 16px;
    font-weight: 500;
    font-size: 16px;
    color: #252525;
}

.metapoint-red-text {
    color: #e3342f;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}

.footer-modal .btn-close {
    background: transparent;
    border: none;
    font-size: 20px;
    color: grey;
}

.modal-footer.category-modal {
    justify-content: space-between;
}

.point-type {
    list-style-type: none;
    margin: 25px 0 0 0;
    padding: 0;
}

.point-type li {
    float: left;
    margin: 0 5px 0 0;
    width: 120px;
    height: 60px;
    position: relative;
}

.point-type label,
.point-type input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.point-type input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}

.point-type input.modal-categories:checked+label, .Checked+label {
    background: #EB1C24;
    color: #fff;
}

.point-type label {
    text-align: center;
    border: 1px solid #C7C7C7;
    cursor: pointer;
    z-index: 90;
    padding: 6px;
    font-weight: 600;
    line-height: 18px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.point-type label:hover {
    background: #DDD;
}

/*  */
.checkout-text .product-quantity {
    text-align: center;
}

.product-quantity {
    width: 118px;
    border: 1px solid #cecece;
    padding: 3px 3px;
    border-radius: 10px;
    font-size: 12px;
    color: #252525;
    background: #fff;
    border-radius: 30px;
}

.product-quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 50px;
    font-size: 16px;
    font-weight: 500;
    font-size: 16px;
    color: #252525;
    background-color: #fbfbfb;
}

.product-quantity button[class*="btn"] {
    width: 23px;
    height: 25px;
    border: none;
    cursor: pointer;
    margin: 0;
    color: #000;
    padding: 0;
}

.product-detail p {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 17px;
    margin: 0 !important;
}

.product-detail p+p {
    /* font-size: 16px; */
    /* color: #cbcbcb; */
    /* line-height: 20px; */
    /* font-weight: 400; */
}

.product-detail p+p+p {
    color: #ef3842;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

.product-detail .attributes {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.product-detail .attributes.white-attributes {
    color: #000;
    font-weight: 100;
}

.product-detail p a {
    color: inherit;
    text-decoration: inherit;
}

/* .product-minus-btn {
    margin-bottom: 3px;
    background-color: #990000;
background-image: linear-gradient(147deg, #990000 0%, #ff0000 74%);
} */
.item-buy-section-quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 70px;
    font-size: 16px;
    font-weight: 500;
    font-size: 16px;
    color: #252525;
}

.item-buy-section-quantity {
    color: #fff;
    background: linear-gradient(181deg, #FF4747 15.88%, #D70404 57.46%);
    border-radius: 30px;
    margin-left: 10px;
    border: 1px solid grey;
}

.item-buy-section-quantity input {
    width: 70px;
    height: 40px;
}

.product-add-btn {
    margin-top: 2px;
}


/* -------------------------------------------------------------------------------------------------------------------------------- Cart Pages */

.subtitle-namelist {
    color: #000;
    margin: 15px 0;
}

.subtitle-namelist ul {
    padding: 0;
}

.subtitle-namelist li {
    display: inline-block;
}

.subtitle-namelist li a {
    color: #000;
    text-decoration: none;
}

.subtitle-namelist li:last-child a {
    color: #ff0000;
}

.subtitle-namelist li a:hover {
    color: #e67500;
}

.checkout-box {
    width: 100%;
    position: relative;
    background: #fff;
    box-shadow: 6px 6px 16px rgb(0 0 0 / 30%);
    border-radius: 10px;
}

.shop-bg {
    background: url(../assets/metapoint/cart/cart-bg.png) no-repeat 100% 0;
    background-size: contain;
}

.checkout-subtittle {
    padding: 12px 0px 5px 16px;
    display: inline-flex;
    width: -webkit-fill-available;
    box-shadow: 3px 3px 15px 5px rgb(0 0 0 / 30%);
    border-radius: 0px;
    background: #EB1C24;
}

.shopping-tittle p {
    font-weight: 600;
    font-size: 18px;
    line-height: 55px;
    color: #000;
    text-align: left;
    padding: 0px 0px 0px 18px;
    margin: 0px;
}

.checkout-tick {
    margin-right: 10px;
}

.checkout-tick input[type="checkbox"] {
    display: none;
}

.checkout-tick input[type="checkbox"]+label,
.store-details-box input[type="checkbox"]+label {
    background: #fff;
    border: 1px solid #EB1C24;
    height: 22px;
    width: 22px;
    border-radius: 30px;
    display: inline-block;
    padding: 0 0 0 0px;
}

.checkout-tick-all input[type="checkbox"]+label {
    background: #fff;
    border: 1px solid #EB1C24;
    height: 22px;
    width: 22px;
    border-radius: 30px;
    display: inline-block;
    padding: 0 0 0 0px;
    margin-right: 10px;
}

.checkout-subtittle p {
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    width: fit-content;
    margin: 0;
}

.cart-scroll {
    /* overflow: auto; */
    height: auto;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 20px;
    position: relative;
}

#i-cartpage .price-details-1 {
    text-align: left;
    color: #000;
    font-size: 14px;
    width: 122px;
    padding: 3px;
}

#i-cartpage .price-details-2 {
    text-align: right;
    color: #000;
    font-size: 14px;
}

.order-box {
    border-bottom: 1px solid #818181;
    display: inline-flex;
    width: 100%;
    background: url(../assets/metapoint/cart/cart-bg-2.png) no-repeat 100% 0;
    background-size: contain;

}

#i-cartpage .total-price {
    padding: 5px 15px;
    background: none;
    box-shadow: none;
}

.total-price .table {
    width: 100%;
    margin-bottom: 0;
}

.cart-scroll {
    /* overflow: auto; */
    height: auto;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 20px;
    position: relative;
}

.checkout-cart {
    display: inline-flex;
    padding: 14px 16px 14px 16px;
    width: 90%;
    width: -webkit-fill-available;
    border-bottom: 1px solid #00000026;
    position: relative;
}

.checkout-tick input[type="checkbox"],
.checkout-tick-all input[type="checkbox"] {
    display: none;
}

.checkout-tick input[type="checkbox"]:checked+label,
.store-details-box input[type="checkbox"]:checked+label {
    background: #EB1C24;
    height: 22px;
    width: 22px;
    border-radius: 30px;
    display: inline-block;
    padding: 0 0 0 0px;
}

.checkout-tick-all input[type="checkbox"]:checked+label {
    background: #EB1C24;
    height: 22px;
    width: 22px;
    border-radius: 30px;
    display: inline-block;
    padding: 0 0px 0 0px;
    border: 5px solid #fff;
    margin-right: 20px;
}

.checkout-tick input[type="checkbox"] label,
.checkout-tick-all input[type="checkbox"] label,
.store-details-box input[type="checkbox"] label {
    background: #fff;

}

.checkout-tick input[type="checkbox"] label,
.checkout-tick-all input[type="checkbox"] label,
.store-details-box input[type="checkbox"] label {
    background: #fff;

}

.checkout-product {
    width: 20%;
}

.checkout-p1 {
    width: 60%;
}

.checkout-text {
    text-align: left;
    width: 65%;
    padding: 0px 10px;
}

#i-cartpage .price-details-red2 {
    text-align: right;
    color: #ffd465;
    font-weight: 500;
    font-size: 16px;
}

.icon-chekout-1 {
    font-size: 19px;
    color: #fff;
    padding-top: 15%;
}

#i-cartpage .price-details-1 {
    text-align: left;
    color: #000;
    font-size: 14px;
    width: 122px;
}

.coupon-box {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#submitCoupon {
    color: #49342e;
    height: 23px;
    padding: 2px 3px;
    background: linear-gradient(114.95deg, #e6bb7a 15.88%, #ffdd9c 57.46%);
    border-radius: 0px 30px 30px 0px;
    border: none;
}

.voucherField {
    border-radius: 10px 0px 0px 10px !important;
    height: 23px !important;
    font-size: 11px !important;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.total-price .table th,
.total-price .table td {
    padding: 3px 0;
    vertical-align: top;
    border: none;
}

#i-cartpage .price-details-red1 {
    text-align: left;
    color: #EB1C24;
    font-weight: 600;
    font-size: 16px;
}

#i-cartpage .price-details-red2 {
    text-align: right;
    color: #EB1C24;
    font-weight: 600;
    font-size: 16px;
}

.icon-checkout {
    width: 10%;
}

.icon-checkout-2 {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: radial-gradient(87.5% 87.5% at 50% 12.5%, #FF4747 0%, #D70404 81.77%);
    box-shadow: 0px 4px 4px rgb(199 144 63 / 20%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon-chekout-1 {
    font-size: 19px;
    color: #fff;
    padding-top: 15%;
}

.itemSubtotalPrice {
    color: #D70404;
}

.product-quantity.product-detail.read-only {
    background-color: lightgray;
}

.product-quantity input:read-only {
    background: lightgray;
}

/* -------------------------------------------------------------------------------------------------------------------------------- Product Pages */
.meta-brand-intro-black {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    background: linear-gradient(to bottom, #000000d1 0%, #000000e3 100%), url(./img/bg/bujishu-bg.jpg) center;
    background-size: cover;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 30px;
    box-shadow: 0px -4px 58px rgba(0, 0, 0, 0.15);
}

.meta-brand-logo {
    width: auto q;
    padding-bottom: 20px;
}

.meta-brand-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 20px 0; */
}

.meta-star-box {
    display: flex;
}

.star-box-rate h4 {
    font-size: 22px;
    font-weight: bold;
}

.star-box-rate span {
    font-size: 12px;
    padding-left: 3px;
    font-weight: normal;
}

.star-box-icon {
    padding-left: 5px;
}

.light-outline-btn button {
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    padding: 2px 2px 2px 24px;
    color: #fff;
    width: auto;
    background: #fff0;
    font-weight: 500;
}

.round-btn {
    background: linear-gradient(180deg, #FF4747 0%, #D70404 100%);
    border-radius: 100px;
    width: 30px;
    height: 30px;
    padding: 1px 5px;
}

.red-btn button:hover {
    background: linear-gradient(180deg, #FF4E54 0%, #EB1C24 100%);
    text-decoration: underline;
}

.chg-pw-btn button:hover {
    background: linear-gradient(180deg, #FF4E54 0%, #EB1C24 100%);
    text-decoration: underline;
    color: #fff;
    border-radius: 30px;
}

.dark-outline-btn .round-btn svg,
.light-outline-btn .round-btn svg,
.round-btn i {
    font-size: 20px;
    color: #fff;
}

.light-outline-btn button:hover,
.reset-pw.ri-btn .r-color-btn:hover,
.reset-pw-btn .buy-btn:hover {
    background: linear-gradient(180deg, #FF4E54 0%, #EB1C24 100%);
    color: #fff;
    text-decoration: underline;
}

.red-btn button {
    background: linear-gradient(180deg, #fb6f74 0%, #ff3b42 100%);
    border-radius: 100px;
    padding: 7px 24px;
    color: #fff;
    text-align: center;
    width: auto;
    border: none;
}

.meta-info-box p {
    padding-bottom: 0px;
    margin: 0;
    text-align: justify;
}
.meta-info-img-2 img{
    max-width: 100% !important;
}

.meta-info-img p {
    margin-bottom: 0;
}

.test-display {
    display: flex;
}

/* .iselect-box {
    margin-left: 220px;
} */


.row.section3 {
    margin-bottom: 3rem;
}

.meta-info-box {
    padding: 0 50px;
    text-align: left;
}

.row-btn {
    display: flex;
}

.dis-flex {
    display: flex;
    align-items: center;
}

.section1 {
    display: flex;
    align-items: center;
}

.section2 {
    margin-top: 1rem;
    display: flex;
    align-items: top;
}

.section3 {
    display: flex;
    align-items: center;
}

.meta-brand-slider01 {
    width: 100%;
    color: #fff;
}

.meta-brand-slider01 h4 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
}

.meta-brand-slider01 svg {
    padding-right: 5px;
    font-size: 35px;
}

.platform-pages.owl-carousel.meta-owl-theme .owl-item,
.platform-pages.owl-carousel.meta-owl-two .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.platform-pages.owl-carousel.meta-owl-theme.square-theme .owl-item .item {
    width: 100%;
    height: 100%;
    /* width: 300px;
    height: 200px; */
    border-radius: 8px;
    overflow: hidden;
}

.platform-pages.owl-carousel.meta-owl-theme.square-theme-small .owl-item .item img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    object-fit: contain;
    object-position: center;
}

.platform-pages.owl-carousel.meta-owl-two .owl-item .item {
    width: 350px;
    background: #ffffff;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
}

.meta-slider-box {
    width: 100%;
    overflow: hidden;
}

.meta-slider-box.meta-round {
    /* border-radius: 100px; */
    border-radius: 10px;
    /* border: 1px solid #dbdbdb; */
}

.meta-slider-box.meta-square {}

.platform-pages.owl-carousel.meta-owl-two .info-slider-box {
    width: 100%;
    border-radius: 0;
    overflow: hidden;
}

.platform-pages.owl-carousel.meta-owl-three .owl-item .item {
    width: 320px;
    background: #ffffff;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
    height: 200px;
}

.platform-pages.owl-carousel.meta-owl-four .owl-item .item {
    width: 350px;
    overflow: hidden;
    height: 150px;
    color: #2c2c2c;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #ffffff;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.platform-pages.owl-carousel.meta-owl-four .mete-company-info {
    padding-left: 10px;
}

.platform-pages.owl-carousel.meta-owl-four .mete-company-info h6 {
    margin: 0;
    line-height: normal;
    font-weight: bold;
}

.platform-pages.owl-carousel.meta-owl-four .mete-company-info .meta-point {
    margin: 0;
    color: #eb1c24;
    font-weight: bold;
    font-size: 20px;
}

.platform-pages.owl-carousel.meta-owl-four .mete-company-info .meta-point span {
    margin: 0;
    color: #2c2c2c;
    font-weight: 500;
    font-size: 12px;
}

.platform-pages.owl-carousel.meta-owl-four .mete-company-info .meta-tot {
    margin: 0;
    font-size: 14px;
    color: #353535;
}

.platform-pages.owl-carousel.meta-owl-four .mete-company-info .meta-tot span {
    margin: 0;
    /* font-size: 14px; */
    font-weight: bold;
}

.platform-pages.owl-carousel.meta-owl-four img {
    width: 150px;
    height: 200px;
    object-fit: contain;
    object-position: center;
}

.platform-pages.owl-carousel.meta-owl-theme .owl-item.cloned,
.platform-pages.owl-carousel.meta-owl-theme .owl-item.active,
.platform-pages.owl-carousel.meta-owl-theme .owl-item,
.platform-pages.owl-carousel.meta-owl-two .owl-item.cloned,
.platform-pages.owl-carousel.meta-owl-two .owl-item.active,
.platform-pages.owl-carousel.meta-owl-three .owl-item.cloned,
.platform-pages.owl-carousel.meta-owl-three .owl-item.active,
.platform-pages.owl-carousel.meta-owl-two .owl-item,
.platform-pages.owl-carousel.meta-owl-four .owl-item.active,
.platform-pages.owl-carousel.meta-owl-four .owl-item {
    opacity: 0.3;
}

.platform-pages.owl-carousel.meta-owl-theme .owl-item.active.center,
.platform-pages.owl-carousel.meta-owl-two .owl-item.active.center,
.platform-pages.owl-carousel.meta-owl-three .owl-item.active.center,
.platform-pages.owl-carousel.meta-owl-four .owl-item.active.center {
    opacity: 1;
}

.border-radius-bottom {
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px;
    box-shadow: 0px -4px 58px rgb(0 0 0 / 15%);
    background-color: #000;
    margin-bottom: 30px;
}

.meta-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0 0 0;
}

.meta-box2 img {
    border-radius: 5px;
}

.meta-subox p {
    margin-bottom: 0;
}

.meta-box h4,
.meta-box2 h4,
.outlet-add h4 {
    color: #eb1c24;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: center;
}

.meta-box h4 svg,
.meta-box2 h4 svg,
.outlet-add h4 svg {
    padding-right: 5px;
    font-size: 28px;
}

.meta-subox {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.meta-box2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0px 0 30px 0;
}

.meta-subox {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.meta-subox-info {
    margin-top: 10px;
    text-align: center;
}

.meta-subtit {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #353535;
}

.meta-subtit-info {
    margin: 0;
    font-size: 14px;
    color: #353535;
}

.meta-brand-slider01 .owl-carousel .owl-dots {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 30px auto;
}

.meta-brand-slider01 .owl-carousel .owl-nav button.owl-next,
.meta-brand-slider01 .owl-carousel .owl-nav button.owl-prev,
.meta-brand-slider01 .owl-carousel button.owl-dot {
    color: #fff;
    background: #c7c7c77d;
    height: 10px;
    width: 10px;
    margin: 0 6px;
    border-radius: 20px;
}

.meta-brand-slider01 .owl-carousel button.owl-dot.active {
    background: #f00;
}

.dark-outline-btn button {
    border: 1px solid #7B7B7B;
    border-radius: 100px;
    padding: 2px 2px 2px 24px;
    color: #080808;
    width: auto;
    font-weight: 500;
    background: #fff0;
}

.dark-outline-btn button:hover {
    background: linear-gradient(180deg, #FF4E54 0%, #EB1C24 100%);
    border: 1px solid #eb1c24;
    color: #fff;
}

.dark-outline-btn .round-btn svg,
.light-outline-btn .round-btn svg {
    font-size: 20px;
    color: #fff;
}

.meta-mission-box {
    padding: 10px 0px;
    display: flex;
}

.meta-mission-box .meta-ms-box {
    color: #353535;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 0px 10px 0;
    justify-content: center;
}

.meta-mission-box .meta-ms-box img {
    margin-right: 10px;
}

.meta-mission-box .meta-ms-box p {
    margin: 0;
    font-size: 15px;
}

/* -------------------------------------------------------------------------------------------------------------------------------- Payment Pages */

.card.checkout-box {
    width: 100%;
    position: relative;
    background: #fff;
    box-shadow: 6px 6px 16px rgb(0 0 0 / 30%);
    border-radius: 10px;
}

.payment-box {
    width: 100%;
    padding: 0px 20px;
}

.pay-methodbox5 {
    margin: 1rem;
}

.ff ul {
    position: relative;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}

.ff ul li {
    list-style: none;
    display: inline-block;
    width: 25%;
    float: left;
}

.pay-itembox,
.pay-itembox2 {
    background: #fff;
    border-right: 1px solid #d7d7d7;
    box-sizing: border-box;
    box-shadow: 3px 3px 14px -3px rgb(0 0 0 / 42%);
    border-radius: 20px;
    padding: 5px 5px;
    height: 120px;
    width: 140px;
    position: relative;
    margin-right: 3em;
    text-align: center;
}

.pay.checkout-tick,
.pay.checkout-tick-g {
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    padding: 0;
}

.pay-itembox img {
    margin-top: 10px;
    width: 55%;
}

.pay.checkout-tick input[type="radio"],
.pay.checkout-tick-all input[type="radio"],
.pay.checkout-tick-g input[type="radio"] {
    display: none;
}

li.active .paybox-1 .pay.checkout-tick label,
li.active .paybox-1 .pay.checkout-tick-all label,
.pay.checkout-tick input[type="radio"]:checked+label,
.pay.checkout-tick-all input[type="radio"]:checked+label {
    background-color: #EB1C24;
}

.pay.checkout-tick label,
.pay.checkout-tick-all label {
    background: #fff;
    border: 1px solid #EB1C24;
    height: 22px;
    width: 22px;
    border-radius: 30px;
    display: block;
    padding: 0 0 0 0px;
}

.pay-itembox h5,
.pay-itembox2 h5 {
    font-size: 12px;
    margin-top: 5px;
    color: #000;
}

.blue-btn[class*="btn"],
.red-btn-shop[class*="btn"] {
    box-shadow: 0px 4px 4px #ef843838;
    border-radius: 40px;
    padding: 6px 20px;
    color: #000;
    text-align: center;
    font-weight: normal;
    display: table-cell;
    width: fit-content;
    height: auto;
    font-size: 12px;
}

.red-btn-shop[class*="btn"] {
    background: linear-gradient(180deg, #FF4E54 0%, #EB1C24 100%);
    border-radius: 100px;
    color: #fff;
    font-weight: 500;
    float: right;
}

.payment-box label {
    font-size: 14px;
    line-height: 16px;
    color: #2C2C2C;
    text-align: left;
    width: 100%;
}

.payment-box label span {
    color: #EB1C24;
    padding: 0 5px;
}

.payment-box .form-control {
    background: #e4e4e4;
    box-sizing: border-box;
    box-shadow: 3px 3px 14px -3px rgb(0 0 0 / 10%);
    border-radius: 30px;
    display: block;
    width: 100%;
    height: calc(1.8em + 0.75rem + 2px);
    padding: 3px 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-submit-list {
    display: inline-flex !important;
    float: left;
    padding: 0;
}

.dis-flex {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.checkbox-style input[type="checkbox"],
.checkbox-style input[type="radio"] {
    display: none;
}

.checkbox-style input[type="radio"]+label {
    background: #fff0;
    border: 1px solid #EB1C24;
    height: 22px;
    width: 22px;
    border-radius: 30px;
    display: block;
    padding: 0;
    margin: 0 10px 0 0;
}

.checkbox-style input[type="radio"]:checked+label {
    background: #EB1C24;
}

.payment-box .error {
    color: red;
}

div#spinnerDiv {
    background: linear-gradient(180deg, #FF4E54 0%, #EB1C24 100%);
}

div#copyLinkDiv {
    display: flex;
    justify-content: center;
}

.blue-box-bg {
    background: url(../assets/metapoint/payment/header-payment-method.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    border: 1px solid #CDCDCD;
}

button.btn.red-btn-shop.generateLinkDiv {
    float: none;
}

.payment-box .tab-content {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.payment-box {
    width: 100%;
    padding: 0px 20px;
    border-radius: 10px;
}

.checkout-box {
    width: 100%;
    position: relative;
    box-shadow: 6px 6px 16px rgb(0 0 0 / 30%);
    border-radius: 10px;
}

.light-bg {
    background: #EB1C24;
    color: white;
}

.total-price {
    padding: 5px 15px;
    /* background: linear-gradient(90.07deg, #ffebc2 0.03%, #ffde9d 16.16%, #e6bb7b 73.4%, #ac8346 99.94%); */
    /* box-shadow: 3px 3px 15px 5px rgb(0 0 0 / 30%); */
}

.total-price .table {
    width: 100%;
    margin-bottom: 0;
}

.total-price .table th,
.total-price .table td {
    padding: 3px 0;
    vertical-align: top;
    border: none;
}

.price-details-2 {
    text-align: right;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.price-details-1 {
    text-align: left;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.hr-line-cart,
.hr-line-ccpay {
    border-top: 1px solid #dee2e6;
}

.price-details-red1 {
    text-align: left;
    color: #FFE352;
    font-weight: 500;
    font-size: 16px;
}

.price-details-red2 {
    text-align: right;
    color: #FFE352;
    font-weight: 500;
    font-size: 16px;
}

.pay-pd-scroll {
    height: 40vh;
    overflow-y: scroll;
}

.pay-itemlist {
    border-bottom: 1px solid #4e4e4e;
    padding: 10px 0;
}

.product-itemimg {
    width: 100%;
}

.pay-itemlist ul {
    margin: 0;
    padding: 0;
}

.pay-itemlist li {
    list-style: none;
    text-align: left;
    /* padding: 2px 0; */
}

.pay-itemlist p {
    line-height: 17px;
    margin: 0;
    color: #000;
    width: fit-content;
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
}

/* -------------------------------------------------------------------------------------------------------------------------------- Success Pages */

.thank-info {
    /* border-bottom: 2px solid #e6e6e6; */
    padding-bottom: 40px;
}

.thankyou-text h5 {
    font-size: 20px;
    color: #000;
    padding-top: 19%;
    line-height: 30px;
    font-weight: 500;
}

.edit-opt-btn a.btn {
    box-shadow: 0px 4px 4px rgb(255 218 175 / 13%);
    color: #fff;
    border-radius: 20px;
    padding: 8px 25px;
    font-size: 0.9rem;
    line-height: 1.6;
    border: none;
    background: linear-gradient(180deg, #FF4E54 0%, #EB1C24 100%);
}

.error-tittle {
    padding-bottom: 40px;
}

.thankyou-text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 102%;
    color: #EB1C24;
    margin-bottom: 30px;
}

.eror-text {
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}

.eror-text p {
    font-size: 16px;
    line-height: 10px;
    color: #2C2C2C;
}

.my-pearl.container {
    padding: 0;
}

.meta-subox {
    text-align: center;
}

.coming-bg {
    background-image: url(../assets/metapoint/coming-soon/coming-bg.jpg);
    width: 100%;
    height: 90vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.title-coming {
    text-align: center;
}

.title-coming h4 {
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 0.3em;
    font-family: 'Open Sans';
    color: #353535;
}

.title-coming p {
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 18px;
    color: #353535;
    letter-spacing: 0.42em;
}

.my-mt-1 {
    margin-top: 1rem;
}

.my-mt-2 {
    margin-top: 2rem;
}

.my-mt-3 {
    margin-top: 3rem;
}

.my-mt-4 {
    margin-top: 4rem;
}

.my-mt-5 {
    margin-top: 5rem;
}

.my-mt-6 {
    margin-top: 6rem;
}

.my-mt-7 {
    margin-top: 7rem;
}

.my-mt-8 {
    margin-top: 8rem;
}

.my-mt-9 {
    margin-top: 9rem;
}

.my-mt-10 {
    margin-top: 10rem;
}

.my-mb-1 {
    margin-bottom: 1rem;
}

.my-mb-2 {
    margin-bottom: 2rem;
}

.my-mb-3 {
    margin-bottom: 3rem;
}

.my-mb-4 {
    margin-bottom: 4rem;
}

.my-mb-5 {
    margin-bottom: 5rem;
}

.my-mb-6 {
    margin-bottom: 6rem;
}

.my-mb-7 {
    margin-bottom: 7rem;
}

.my-mb-8 {
    margin-bottom: 8rem;
}

.my-mb-9 {
    margin-bottom: 9rem;
}

.my-mb-10 {
    margin-bottom: 10rem;
}

.my-pt-1 {
    padding-top: 1rem;
}

.my-pt-2 {
    padding-top: 2rem;
}

.my-pt-3 {
    padding-top: 3rem;
}

.my-pt-4 {
    padding-top: 4rem;
}

.my-pt-5 {
    padding-top: 5rem;
}

.my-pb-1 {
    padding-bottom: 1rem;
}

.my-pb-2 {
    padding-bottom: 2rem;
}

.my-pb-3 {
    padding-bottom: 3rem;
}

.my-pb-4 {
    padding-bottom: 4rem;
}

.my-pb-5 {
    padding-bottom: 5rem;
}
.my-mr-1{
    margin-right: 1rem;
}
.my-ml-1{
    margin-left: 1rem;
}
.social.footer-child-row {
    display: flex;
}

.social.footer-child-row img {
    width: 45px;
    height: 45px;
}

.footer-bottom {
    display: flex;
    width: 100%;
    padding-right: 10px;
    justify-content: space-between;
    padding-left: 14px;
}

.footer-bottom p {
    font-size: 14px;
    margin-bottom: 0px;
}

.footer-container .hr {
    background: #FE696F;
    height: 1px;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.r-3d-bg {
    background: url(../assets/metapoint/forget-pw/forget-pw-bg.jpg) no-repeat center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.card.resetpw-box {
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F0F0 38.54%, #E4E4E4 100%);
    box-shadow: 0px -13px 15px rgb(255 255 255 / 40%), 30px 30px 30px -27px rgb(83 40 40 / 42%);
    border-radius: 20px;
    border: 1px solid #C7C7C7;
    text-align: left;
}

.resetpw-box label {
    color: #353535;
    font-size: 15px;
    font-weight: 400;
}

.resetpw-box .register-info .form-control {
    border-radius: 4.25rem;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    color: #161616;
    padding: 0.37rem 0.75rem;
    font-size: 15px;
    font-weight: 300;
}

.register-info .form-control {
    background: #fbfbfb;
    border: none;
    box-shadow: 3px 3px 14px -3px rgb(0 0 0 / 10%);
    border-radius: 30px;
    font-size: 15px;
    font-weight: 300;
}

.le-btn {
    text-align: left;
}

.ri-btn {
    text-align: right;
}

.reset-pw-btn .buy-btn {
    background: linear-gradient(180deg, #fb6f74 0%, #ff3b42 100%);
    border-radius: 161px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    border: none;
    margin-bottom: 20px;
    width: auto;
    height: auto;
    padding: 7px 20px;
}

.reset-pw.ri-btn .r-color-btn,
.reset-pw.le-btn .r-color-btn {
    background: linear-gradient(180deg, #fb6f74 0%, #ff3b42 100%);
    border-radius: 100px;
    color: #fff;
    margin: 0 5%;
    font-size: 15px;
    width: auto;
    padding: 7px 20px;
}

.ri-btn .r-color-btn {
    background: linear-gradient(180deg, #fb6f74 0%, #ff3b42 100%);
    border-radius: 100px;
    color: #fff;
    margin: 0%;
    font-size: 15px;
    width: auto;
    padding: 7px 20px;
}

.resetpw-box .margin-0 {
    margin: 0 0%;
}

.resetpw-box .card-header {
    color: #EB1C24;
    font-weight: 600;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(255 255 255 / 3%);
    border-bottom: 1px solid #c7c7c7;
}

.margin-05 {
    margin: 0% 5%;
}


/* -------------------------------------------------------------------------------------------------------------------------------- Home Page */

.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slider-container {
    /* position: absolute; */
    /* height: 100vh; */
    /* width: 100%; */
}

.photo.owl-carousel {
    position: relative;
    margin: 0 auto;
    width: 50%;
    height: auto;
    /* overflow: hidden; */
    top: 2vh;
}

.photo.owl-carousel .owl-item a {
    text-decoration: none;
}

.photo.owl-carousel .item {
    padding: 5px;
    text-align: center;
    font-size: 2rem;
    margin: 45px;
    display: flex;
    align-items: center;
    width: 90%;
    padding: 0 5%;
    height: 150px;
}

.photo.owl-carousel .item .left-box {
    width: 40%;
    background: url(../assets/metapoint/homepage/white-ball-drone.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
}

.photo.owl-carousel .item .right-box {
    width: 60%;
    color: #fff;
    padding: 0 5%;
}

.photo.owl-carousel .item .right-box .title-bg {
    padding: 0px 0;
    /* background: url(/assets/molarisa/item-bg.png) no-repeat center; */
    background-size: contain;
}

.photo.owl-carousel .item .right-box h4 {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.15em;
    color: #000;
    margin: 20px 0px;
}

.photo.owl-carousel .item .right-box span {
    font-family: "arials";
    font-style: italic;
    font-weight: 400;
    font-size: 23px;
    line-height: 23px;
    text-align: center;
    color: #ffffff;
}

.photo.owl-carousel .item .right-box p {
    font-family: "Rubik", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #000c;
}

.photo.owl-carousel .owl-nav {
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    align-content: space-around;
    top: 50%;
}

.photo.owl-carousel .owl-nav button.owl-prev,
.photo.owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    background: #FF434A;
    border-radius: 30px;
    border: 4px solid #FFF;
}

.photo.owl-carousel .owl-nav span {
    color: #fff;
    font-size: 30px;
    line-height: 23px;
    font-weight: normal;
    font-family: Rubik;
}

.photo.owl-carousel .owl-dots {
    /* width: 50%; */
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    justify-content: center;
}

.photo.owl-carousel .owl-dot.active {
    width: 10px;
    height: 10px;
    background: #ffffff;
    background: radial-gradient(84.62% 84.62% at 19.23% 7.69%, #fff1ba 16.67%, #ffd071 73.44%, #dab674 100%);
    border-radius: 100%;
    margin: 0 10px;
}

.photo.owl-carousel .owl-dot {
    width: 10px;
    height: 10px;
    background: #ffffff70;
    border-radius: 100%;
    margin: 0 10px;
}

.img-left-box {
    position: absolute;
    top: 65px;
    left: 6px;
    width: 66%;
}

.banner-container {
    position: relative;
    overflow: hidden;
}

.homepage-icon-1,
.homepage-icon-2,
.homepage-icon-3,
.homepage-icon-4,
.homepage-icon-5,
.homepage-icon-6 {
    position: absolute;
}

.homepage-icon-1 {
    width: 400px;
    bottom: -70px;
    left: -170px;
}

.homepage-icon-2 {
    width: 300px;
    top: 0;
    right: -100px;
}

.homepage-icon-3 {
    width: 150px;
    top: 0;
    right: -60px;
}

.homepage-icon-4 {
    width: 500px;
    bottom: -50px;
    right: -100px;
}

.homepage-icon-5 {
    width: 150px;
    bottom: 120px;
    left: 890px;
}

.homepage-icon-6 {
    width: 100px;
    top: 100px;
    left: 100px;
}

.ctgr-icon {
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
}

.ctgr-icon img {
    width: 74px;
    display: block;
    margin: auto;
}

.ctgr-icon p {
    margin: 0;
    font-size: 12px;
    padding-top: 5px;
    font-weight: bold;
    color: #000;
}

.main-bnr-ctnr {
    position: relative;
}

.sldr-cntr {
    /* padding-bottom: 70px; */
    height: 580px;
    position: relative;
    overflow: hidden;
}

.ctgr-cntr {
    background: #DE262D;
    position: relative;
    height: 80px;
    bottom: -10px;
}

.ctgr-list {
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F0F0 38.54%, #E4E4E4 100%);
    box-shadow: 0px -13px 15px rgb(255 255 255 / 50%), 30px 30px 50px rgb(100 18 18 / 40%);
    border-radius: 100px;
    display: flex;
    width: 60%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: 0 auto;
    position: relative;
    top: -50px;
}
.ctgr-list.ctgr-list-mp {
    width: 70%;
}

.home-bg .pearl-main-content {
    min-height: 55vh;
}

::placeholder {
    color: lightgrey !important;
    font-weight: 400 !important;
    opacity: 1;
    /* Firefox */
}

input {
    color: #000 !important;
    font-weight: 600 !important;
}

/* ----------------------------------------------------------------------------------------------------------------------------- Dashboard Page */
#ag-u-db-m {
    display: none;
}

#ag-u-db {
    display: block;
}

.my-dashboard-container,.panel-dashboard-container {
    padding-top: 20px;
}

.checkout-box-s2,
.checkout-box-s3 {
    width: 100%;
    min-height: 300px;
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 30%);
}

.dashboard-box {
    width: 100%;
    background: linear-gradient(180deg, #FF4E54 0%, #EB1C24 100%);
    border-radius: 15px 15px 0px 0px;
    color: #fff;
}
.panel-dashboard-box {
    width: 100%;
    /* background: linear-gradient(180deg, #FF4E54 0%, #EB1C24 100%); */
    border-radius: 15px 15px 0px 0px;
    color: #fff;
    border-bottom: 1px solid #ff4e54;

}

.dashboard-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dashboard-title p {
    font-weight: 600;
    font-size: 16px;
    line-height: 46px;
    color: #fff;
    text-align: left;
    margin: 0px;
    padding-left: 20px;
}

.my-daily-dis {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.date-box p {
    color: #fff;
    margin-bottom: 0;
}

.dashboard-title.transaction-title {
    padding: 10px 0;
}

.transaction-title.dashboard-title p {
    line-height: normal;
}


.transaction-title.dashboard-title span {
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    text-align: left;
    padding-left: 18px;
    margin: 0px;
}

.body-inner {
    display: flex;
    margin-bottom: 17px;
    padding: 20px 0;
}

.my-dashboard-container h5,.panel-dashboard-container h5,
.voucher-text h6,
.my-value-record-body h4 {
    font-weight: 400;
    font-size: 15px;
}

.dashboard-pt-b {
    margin-bottom: 10px;
}

.change-limit .change-lmt-btn, #ag-u-db.agent .nav-link.active, #ag-u-db.user .nav-link.active, .chg-pw-btn {
    background: linear-gradient(180deg, #FF4E54 0%, #EB1C24 100%);
    box-shadow: 0px 4px 20px rgba(255, 0, 0, 0.25);
    border-radius: 100px;
    border: none;
}

.chg-pw-btn button {
    border: none;
}

#ag-u-db li a p {
    margin: 0;
    color: #000;
}

#ag-u-db li a.nav-link.active p, .chg-pw-btn button {
    color: #fff;
}

.card.my-acc-card {
    width: 85%;
    background: url(../assets/metapoint/my-dashboard/bg-vector.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 30%);
    margin: 20px 0;
}


.my-acc-card .red-left {
    background: #FF4E54;
    height: 80%;
    width: 10px;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    border-radius: 0 10px 10px 0;
}

.my-acc-card .title {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.my-acc-card .title .details {
    padding-left: 10px;
}

.my-acc-card .title .details h5 {
    font-size: 17px;
    margin: 0;
    font-weight: 700;
    color: #000;
}

.my-acc-card .title .details p {
    color: #424242;
}

.my-acc-card .red-right {
    background: #FF4E54;
    height: 80%;
    width: 10px;
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 10px 0 0 10px;
}

.my-acc-card .logo-right {
    width: 100px;
    margin-top: -21px;
}

.pf-link {
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    width: 210px;
}

.pf-link:hover {
    text-decoration: none;
    color: initial;
}

.pf-name {
    padding-left: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.pf-name p, .pf-name h6 {
    margin: 2px;
    font-weight: 600;
}
.pf-name h6 {
    padding-bottom:5px;
}
.pf-name .locked {
    font-size: 11px;
    line-height: 12px;
    color: #000000;
}
.pf-name p {
    color: #FF4E54;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
}

.mp-db-balance {
    margin-top: 10px;
    text-align: left;
    display: flex;
    align-items: center;
}

.mp-db-balance h5 {
    color: #FF4E54;
    font-weight: 600;
    margin: 0;
    font-size: 20px;
}

.mp-db-balance p {
    color: #000;
    font-weight: 600;
    margin: 0;
    line-height: 18px;
}

.my-transaction-details-body .transaction-details {
    background: #FFECEC;
    border-radius: 10px;
    width: 85%;
    margin: 5px auto;
    /* padding: 10px 0; */
}

.transaction-details .img-col img {
    padding: 8px 0;
    width: 532px;
}


.transaction-details .img-col,
.transaction-details .desc-col,
.transaction-details .arrow-col {
    margin: auto 0;
    text-align: left;
}

.transaction-details .desc-col h5 {
    margin: 0;
    font-weight: 600;
    color: #000;
    font-size: 17px;
}

.transaction-details .desc-col p {
    margin: 0;
    color: #000;
}

.my-acc-card .arrow-col i, .transaction-details .arrow-col i {
    color: #EB1C24;
    font-size: 22px;
}

.my-transaction-details-body .body-inner {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    height: 410px;
}

.my-transaction-details-body-recents .body-inner {
    height: auto !important;
}
.my-transaction-details-body-recents .body-inner::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.my-transaction-details-body-recents .body-inner::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(255, 0, 0, 0.66) !important;
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.my-transaction-details-body .body-inner::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.my-transaction-details-body .body-inner::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(0 0 0 / 30%);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.card.connect-platform {
    border-radius: 15px;
    width: 17em;
    height: 20em;
    padding: 0;
    margin: 1em;
    background: url(/background.png) no-repeat;
    background-size: cover;
}

.card.connect-platform .rounded-circle {
    width: 4em;
    height: 4em;
    margin: 0.5em 0.5em;
    object-fit: cover;
}

.card.connect-platform .card-bottom {
    margin-top: auto;
    margin-right: -1px;
    padding: 0.8em;
    background: white;
    border-radius: 10px;
}

.my-transaction-history .top-row {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.my-transaction-history .top-row .logo-left {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
}

.my-transaction-history .middle-row {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.my-transaction-history .logo-left img {
    width: 80px;
    padding-right: 10px;
}

.my-transaction-history .logo-left p {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.btn.dld-btn {
    background: linear-gradient(180deg, #FE5244 0%, #EB2127 100%);
    box-shadow: 0px 4px 11px -1px rgba(255, 79, 2, 0.5);
    border-radius: 10px;
    color: #fff;
}

.my-transaction-history .middle-row .form-control {
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    border-radius: 30px;
}

.input-group-text.icon-cal {
    background: none;
    border-right: none;
    border-radius: 30px 0 0 30px;
    padding-left: 20px;
}

.input-group-text.icon-cal i {
    color: #FE5244;
    font-weight: 900;
    font-size: 17px;
}

.input-date::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.icn-srch {
    height: 10px;
}

.dld-btn.date-fltr {
    border-radius: 30px;
}

/* ----------------------------------------------------------------------------------------------------------------------------- Transaction */
.my-transaction-history .dld-row {
    display: flex;
    justify-content: flex-end;
}

.middle-col .platform-img {
    width: 60px;
}

.middle-col {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
}

.bottom-row .hstr-header {
    background: linear-gradient(180deg, #FE5244 0%, #EB2127 100%);
    margin: 0 auto;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 88%;
    display: flex;
}

.bottom-row .hstr-body {
    margin: 0 auto;
    border-bottom: 1px solid #6c757d69;
    display: flex;
    width: 88%;
    padding: 15px 0;
    cursor: pointer;
}

.hstr-header .hstr-header-1,
.hstr-body .hstr-body-1 {
    width: 20%;
    padding: 0 14px;
}

.hstr-body .hstr-body-1 {
    color: #6c757d;
    font-size: 12px;
}

.hstr-header .hstr-header-2,
.hstr-body .hstr-body-2 {
    width: 65%;
}

.hstr-body .hstr-body-2 .first-row,
.hstr-body .hstr-body-2 .scnd-row {
    display: flex;
}

.hstr-body .hstr-body-2 img {
    width: 40px;
}

.hstr-body .hstr-body-2 h4 {
    font-size: 18px;
    font-weight: 600;
    margin: auto 5px;
}

.hstr-header .hstr-header-3,
.hstr-body .hstr-body-3 {
    width: 20%;
    text-align: right;
    padding-right: 15px;
}

.hstr-body .hstr-body-3 p {
    padding-top: 10px;
    font-weight: 700;
}

.hstr-body .hstr-body-2 .scnd-row {
    color: #6c757d;
    margin-left: 40px;
}

.hstr-body .hstr-body-2 .scnd-row .details-name {
    width: 20%;
}

.hstr-body .hstr-body-2 .scnd-row .details-desc {
    width: 40%;
}

.hstr-body .hstr-body-2 .scnd-row .details-amount {
    width: 30%;
}

.scnd-row .details-name {
    width: 10px;
}

.hstr-body .first-row .date-mb {
    display: none;
}

.hstr-body .hstr-body-2 .scnd-row i {
    padding-top: 4px;
    padding-right: 5px;
}

/*  */
.my-transaction-history-details .top-row.voucher {
    width: 90%;
    height: 220px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.349));
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.349));
}

.my-transaction-history-details .top-row.voucher img {
    width: 100px;
    text-align: center;
}

.my-transaction-history-details .top-row.voucher h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding-top: 10px;
}

h5.text-red {
    color: #ED1C24 !important;
}

h5.text-yellow {
    color: #FFCC00 !important;
}

h5.text-blue {
    color: #000E93 !important;
}

h5.text-orange {
    color: #F05623 !important;
}

h5.text-brown {
    color: #985144 !important;
}

.my-transaction-history-details {
    padding: 20px 0;
}

.my-transaction-history-details .top-row.voucher p {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    /* background: url('../assets/metapoint/my-dashboard/main-voucher.png'); */
}

.my-transaction-history-details .top-row.red-voucher {
    background: url('../assets/metapoint/my-dashboard/red-voucher.png');
    background-size: 100% 100%;

}

.my-transaction-history-details .top-row.yellow-voucher {
    background: url('../assets/metapoint/my-dashboard/yellow-voucher.png');
    background-size: 100% 100%;
}

.my-transaction-history-details .top-row.blue-voucher {
    background: url('../assets/metapoint/my-dashboard/blue-voucher.png');
    background-size: 100% 100%;
}

.my-transaction-history-details .top-row.orange-voucher {
    background: url('../assets/metapoint/my-dashboard/orange-voucher.png');
    background-size: 100% 100%;
}

.my-transaction-history-details .top-row.brown-voucher {
    background: url('../assets/metapoint/my-dashboard/brown-voucher.png');
    background-size: 100% 100%;
}

.my-transaction-history-details .middle-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    width: 85%;
    align-content: flex-start;
    margin: auto;
}

.middle-row .middle-col-1,
.middle-row .middle-col-2 {
    width: 50%;
}

.middle-row p {
    margin: 0;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 0px;
}

.grey-btn button {
    background: linear-gradient(180deg, #b2b2b2 0%, #767676 100%);
    border-radius: 100px;
    padding: 7px 24px;
    color: #fff;
    text-align: center;
    width: auto;
    border: none;
}

.my-transaction-details-body .body-inner a {
    text-decoration: none;
}

.transaction-details small {
    color: #939393;
}

/* ----------------------------------------------------------------------------------------------------------------------------- Agent Dashboard */

.agent-dashboard-title {
    display: flex;
}

.title-width {
    width: 80%;
}

.icon-special2 {
    margin-top: 11px;
}
.icon-special2 i {
    color:#FF4E54;
    font-size:30px
}

.icon-special-2 {
    font-size: 26px;
    color: #fff;
}

.icon-viewmore3 {
    width: 34px;
    height: 34px;
    text-align: center;
    padding-top: 5px;
    background: linear-gradient(180deg, #FF4E54 0%, #EB1C24 100%);
    box-shadow: 0px 13px 30px -3px rgba(253, 0, 0, 0.3);
    border-radius: 100px;
}

.checkout-box-s {
    background: #ffffff;
    box-shadow: 6px 6px 16px rgb(0 0 0 / 30%);
    border: none;
    border-radius: 10px;
    width: 100%;
}

.agent-dashboard-title p {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #000;
    text-align: left;
    padding: 15px 0px 15px 18px;
    margin: 0px;
}

.dashboard-box.agent {
    border-bottom: 1px solid #EB1C24;
    width: 100%;
    background: #ffffff;
    margin-bottom: 10px;
}

.sales-div {
    width: 100%;
    padding: 10px 16px;
    text-align: left;
}

.crown-img {
    padding-right: 12px;
    padding-bottom: 12px;
}

.sales-amt b {
    color: #000;
    font-weight: 700;
}

.logo-img {
    padding-right: 12px;
    /* padding-bottom: 1.5rem; */
}

.announcement-date p {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}

.announcement-text b {
    color: #000;
    font-weight: 400;
}

#ag-u-db-m .slick-next:before, #ag-u-db-m .slick-prev:before {
    color: #ffa700;
    font-size: 26px;
    line-height: 0px;
    opacity: 1;
}

#ag-u-db-m .slick-list.draggable {
    width: 80%;
    margin: auto;
}

#ag-u-db-m .slick-next.slick-arrow {
    right: 0%;
}

#ag-u-db-m .slick-prev.slick-arrow {
    left: 0%;
}

#ag-u-db-m a.nav-link {
    background: none;
    color: #0000006b;
}

#ag-u-db-m a.nav-link img {
    opacity: 0.5;
}

#ag-u-db-m a.nav-link.active img {
    opacity: 1;
}

#ag-u-db-m a.nav-link.active {
    background: none;
    color: #000;
}

/* ----------------------------------------------------------------------------------------------------------------------------- Value record */

p.page-ttl {
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    color: #EB1C24;
    margin-top: -20px;
}

.btn.vr-filt-btn {
    color: rgb(0, 0, 0);
    box-shadow: 0px 13px 30px rgba(207, 149, 0, 0.25);
    width: auto;
    height: auto;
    background: linear-gradient(180deg, #FFE175 0%, #FFA31A 100%);
    border-radius: 30px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 7px 15px;
    text-decoration: none;
}

.btn.vr-filt-red-btn {
    box-shadow: 0px 13px 30px rgba(255, 0, 0, 0.3);
    width: auto;
    height: auto;
    background: linear-gradient(180deg, #FF4E54 0%, #EB1C24 100%);
    border-radius: 30px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 7px 15px;
    text-decoration: none;
}

.btn.vr-filt-red-btn a {
    color: #fff;
}

.row.filter-vr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

input.form-control.col-12.filterDate {
    background: #FBFBFB;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    box-shadow: 3px 3px 14px -3px rgb(0 0 0 / 15%);
    border-radius: 30px;
}

.db-order-no p {
    margin: 0;
}

.vr-or-dt {
    box-shadow: rgb(0 0 0 / 30%) 6px 6px 16px;
    background: #fff;
    border-radius: 10px;
    color: #fff;
    width: 100%;
}

.vr-box {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 10px;
    background: linear-gradient(180deg, #FF4E54 0%, #EB1C24 100%);
    border-radius: 15px 15px 0px 0px;
}

.purchase-list-t {
    width: 33%;
}

.purchase-list-t h3 {
    font-size: 15px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 500;
}

.purchase-list-t h4 {
    font-size: 16px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 600;
    padding-left: 20px;
}

.mrg-top {
    margin-top: 40px
}

.oderdate-t {
    align-items: baseline;
    width: 26%;
}

.my-dashboard-container h5,
.voucher-text h6,
.my-value-record-body h4 {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    margin: 0;
}

.vr-ir-btn {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.vr-btn1 a.btn {
    width: auto;
    font-size: 13px;
    font-weight: 700;
    margin-right: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(92, 92, 92);
    border-image: initial;
    background: #C80000;
    border: 1px solid #FF5858;
    box-sizing: border-box;
    box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    color: #FFF !important;
}

.vr-btn2 a.btn,
.vr-btn3 a.btn {
    color: #000;
    width: auto;
    font-size: 13px;
    font-weight: 500;
    margin-right: 10px;
    background: rgb(255, 204, 0);
    border-radius: 30px;
}

.vr-btn2 a.btn, .vr-btn3 a.btn {
    width: auto;
    font-size: 13px;
    font-weight: 700;
    margin-right: 10px;
    background: linear-gradient(180deg, #FFFFFF 46.88%, #DCDCDC 84.37%);
    border-radius: 100px;
    color: #EB1C24;
}

.vr-order-lst {
    display: flex;
    justify-content: space-between;
    color: #000;
    margin: 0px;
    flex-wrap: wrap;
}

.vr-p-img {
    width: 70%;
    margin: 10px 8px;
}

.vr-item-desc a {
    color: #000;
    text-decoration: none;
}

.vr-item-desc p {
    color: #2C2C2C;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    line-height: 15px;
}

.ordername {
    color: black;
    font-weight: bold;
    /* padding-top: 30px; */
}

.vr-each-item {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.vr-page .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #FF4E54;
    border-color: #FF4E54;
}

.vr-page .page-link {
    color: #FF4E54;

}

.vr-page .page-item.disabled .page-link {
    color: #FF4E54;
}

.pearl-tnc h5 {
    margin-bottom: 1rem;
    font-size: 15px;
    font-weight: 600;
}

.pearl-tnc p {
    margin-bottom: 1rem;
    font-size: 15px;
}

.pearl-tnc span {
    font-weight: 600;
}

.edit-info-modal-box .btn-close {
    color: #fff;
    background: url(../assets/metapoint/btn-close-edit.png) no-repeat;
    background-size: 85%;
    padding: 0;
    margin: 0;
    width: 25px;
    height: 25px;
    border: none;
}

.pearl .modal-header h1 {
    font-size: 18px;
    color: #EB1C24;
    font-weight: 600;
}

.pearl .modal-footer button {
    border: none;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(180deg, #FF4E54 0%, #EB1C24 100%);
    border-radius: 50px;
    width: 100px;
}

.edit-popup-bg .modal-content {
    background: url(../assets/metapoint/modal-footer-bg.png) no-repeat 50% 100%;
    background-color: #fff;
    background-size: 68%;
    border-radius: 1.3em;
}

.categories-img img {
    width: 90%;
}

/* ----------------------------------------------------------------------------------------------------------------------------- Profile */

.my-profile-opt-btn.active {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    background: linear-gradient(180deg, #FF4E54 0%, #EB1C24 100%);
    box-shadow: 0px -3px 4px 1px rgb(170 170 170 / 30%), 0px 4px 6px rgb(0 0 0 / 25%);
    border-radius: 20px 20px 0px 0px;
    width: auto;
    height: auto;
    padding: 10px;
    color: #fff;
}

.my-profile-opt-btn {
    padding: 10px 13px;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 20px 20px 0px 0px;
    color: #000;
    font-weight: normal;
    margin-right: 6px;
    width: auto;
}

.my-profile-opt-btn a,
.my-profile-opt-btn i {
    color: #000;
}

.my-profile-opt-btn.active a, .my-profile-opt-btn.active i {
    color: #fff;
}

.red-text {
    color: #DE262D;
}

.change-limit .change-lmt-btn {
    padding: 7px 15px;
    color: #fff;
}

.transaction-amount-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.all-trns {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.all-trns h5 {
    color: #ED1C24;
    background: #FFECEC;
    font-weight: 700;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 20px;
    margin-right: 10px;
}

.all-trns p {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.spend-on .img-logo {
    width: 60px;
    padding: 4px;
}

.spend-on {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: flex-start;
}

.spend-on-brand {
    display: flex;
    flex-wrap: wrap;
}

.spend-on .spend-value {
    font-size: 12px;
}

.spend-on-col {
    border-top: 1px solid #D5D5D5;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

.limit-modal-row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.amount-insert {
    margin-right: 10px;
}

.change-limit {
    text-align: right;
}

.meta-subox img {
    width: 70%;
}

.my-daily-limit .col-md-12 {
    padding-right: 0;
    padding-left: 0;
}

.container.my-daily-limit {
    padding-right: 15px;
    padding-left: 15px;
}

.spend-box h5 {
    color: #3C3C3C;
}

.my-dashboard-container .all-trns h5 {
    color: #ED1C24;
}

.my-do-text {
    text-align: left;
}

#ag-u-db-m .slick-prev, .slick-next, #ag-u-db-m .slick-prev, .slick-next {
    position: absolute !important;
    display: block !important;
    height: 100% !important;
    width: 30px !important;
    line-height: 0px !important;
    font-size: 0px !important;
    cursor: pointer !important;
    background: transparent !important;
    color: transparent !important;
    top: 29% !important;
    transform: translate(0, -50%) !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
}

#ag-u-db-m p {
    margin-bottom: 0;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
}

.edit-info-modal-box .edit-tittle {
    font-size: 18px;
    text-align: left;
}

.modal-text-align {
    text-align: left;
}

.edit-info-modal-box .form-control {
    display: block;
    width: 100%;
    height: calc(1.6em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dashboard-box.card-header:first-child {
    border-radius: 10px 10px 0px 0px;
}

.chg-pw-box .card {
    border-radius: 10px;
}

.chg-pw-box .col-form-label {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 17px;
}

.my-dis {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.faq-page {
    background: url(../../assets/metapoint/faq/faq-bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-position: bottom;
    padding-top: 30px;
}

.title-faq {
    text-align: center;
    margin-bottom: 2rem;
}
.title-faq h4 {
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.1em;
    font-family: 'Open Sans';
    color: #EB1C24;
    text-transform: uppercase;
}
.title-faq p {
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 18px;
    color: #353535;
    letter-spacing: 0.42em;
    margin-bottom: 0;
}

.faq-left-tabs .faq-nav-link.nav-link{
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
    border-radius: 8px;
    font-size: 14px;
    color: #2C2C2C;
    line-height: 17px;
    text-align: left;
    padding: 13px 16px;
    margin: 5px 0;
    width: 200px;
    font-weight: 700;
}


.faq-left-tabs .faq-nav-link.nav-link.active{
    background-color: #FFFFFF;
    color: #EB1C24 ;
    font-weight: 600;
    border: 1px solid #EB1C24;
    box-shadow: 0px 2px 15px rgba(202, 20, 8, 0.4);
}

.faq-right-tabs.tab-content{
    width: 100%;
    margin: 0 30px;
    background: transparent;
    border: none;
}

.faq-right-tabs .faq-tab-pane {
    padding: 7px 0;
}
.faq-accordion button.accordion-button {
    background: #FFE1E1;
    border-radius: 10px;
    padding: 4px 20px;
    width: 100%;
    border: none;
    text-align: left;
}
.faq-accordion .accordion-item {
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-bottom: 20px;
}

.faq-accordion .accordion-header{
    margin: 0;
}
.faq-accordion .accordion-collapse {
    padding: 0 20px;
}
.faq-accordion .accordion-body{padding-top: 20px;}


.logo.pearl.panel{
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: flex-end;
    width: 360px;
}

.logo.pearl.panel p{
    color: #000;
    font-weight: 700 !important;
    font-family: "Lato", sans-serif;
    font-size: 1.3rem;
    width: auto;
    float: left;
}
.panel-dashboard-container .checkout-box-s2,
.checkout-box-s3 {
    /* border: 1px solid #EB1C24; */

}
.panel-dashboard-container .dashboard-title p {
    font-weight: 600;
    font-size: 16px;
    line-height: 46px;
    color: #000;
    text-align: left;
    margin: 0px;
    padding-left: 20px;
}

.daily-transaction-details p{
    margin: 0;
}
.daily-transaction-details h4{
    font-size: 15px;
    font-weight: 600;
}

.transaction-details-action{
    align-items: center;
    justify-content: flex-end;
}

.redemption-box .my-dis{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.redemption-box .vr-or-dt {
    box-shadow: none;
    background: none;
    border-radius: 0px;
    color: #000;
    width: 100%;
    border-top: 1px solid rgba(235, 28, 36, 0.6);
    padding: 1.5rem 1rem;
}
.redemption-box .vr-ir-btn input{
    width: 18px;
    height: 18px;
}
.redemption-box .vr-box {
    border-bottom: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 13px 0px;
}
.redemption-box .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.redemption-box .pagination {
    margin-bottom: 0px;
}
.redemption-box p{
    margin-bottom: 0px;
}
.color-tab {
    background: #E2E2E2;
    border-radius: 6px 6px 0px 0px;
}
.redemption-dis, .redemption-dis2{
    display: flex;
    width: 100%;
}
.redemption-box .vr-p-img {
    width: 90%;
    margin: 6px 0px;
}
.redemption-box .card-body h5{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}
.redemption-dis .card-body {
    background: #FFECEC;
    margin-top: 1rem;
    width: 350px;
    border-radius: 10px;
}
.amount-redemption p{
    margin-top: 3px;
    color: #EB1C24;
    font-size: 16px;
    font-weight: 600;
}
.redemption-box .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background: linear-gradient(180deg, #FF4E54 0%, #EB1C24 100%);
}
.redemption-box .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #EB1C24;
    border-color: #EB1C24;
}
.redemption-box #bulkactionform input {
    width: auto;
}
.redemption-box #bulkactionform .buy-btn {
    background: linear-gradient(180deg, #FF4E54 0%, #EB1C24 100%);
    border: none;
    padding: 7px 20px;
    border-radius: 30px;
    position: absolute;
    bottom: -72px;
    color: #fff !important;
}
.redemp-relative{
    position: relative;
}
.redemption-box .tab-content{
    margin-bottom: 80px;
}
.archimedesNav {
    min-width: 150px;
    text-align: center;
    font-weight: 700;
}
