body{
    background: #fefbf1 !important;
}
.mainmenu ul li.active>a {
    text-decoration: unset !important;
    color: #fa2c2c;
}
input#terms{
    width: unset !important;
}

.member__thumb img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    background-position: center;
}
.story__inner:hover .story__content h4 {
    color: #fa2c2c;
    text-decoration: none !important;
}
.select2-container--default .select2-selection--multiple {
    background-color: #eaf2fc !important;
    border: 1px solid #eaf2fc !important;
}
.form-style{
    border: 1px solid #ffe7e8 !important;
    border-radius: .5rem !important;
}
.dropdown-menu[data-bs-popper] {
    left: 115px !important;
}
.bg-pink{
    background-color: #fa2c2c !important;
}

.default-btn-custom{
    box-shadow: none;
    cursor: pointer;
    outline: none;
    border: none;
    color: #fa2c2c;
    --font-size: 16px;
    --duration: .44s;
    --move-hover: -4px;
    --shadow: 0 2px 8px -1px rgba(0, 175, 255, 0.15);
    --font-shadow: var(--font-size);
    padding: 17px 32px;
    font-weight: 500;
    line-height: var(--font-size);
    border-radius: 4px;
    display: inline-block;
    outline: none;
    text-decoration: none;
    font-size: var(--font-size);
    letter-spacing: 0.5px;
    transform: translateY(var(--y)) translateZ(0);
    transition: all 0.3s ease;
    background-color: #f988a48f !important;
}
.default-btn-custom:hover{
    border-radius: 25px;
    letter-spacing: 0.85px;
    box-shadow: var(--shadow);
}
.modal {
    top: 80px !important;
}
.shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3){
    text-align: start !important;
}
hr.line{
    border: 1px solid #fa2c2c !important;
}
.theme-text-color {
    color: #fa2c2c;
}
.toggle-password {
    position: absolute;
    right: 15px;
    top: 12px;
    cursor: pointer;
    font-size: 18px;
    user-select: none;
    color: #888;
}

.toggle-password:hover {
    color: #000;
}
