@font-face {
    font-family: 'japan';
    src: url('/frontend/fonts/japan.otf');
    font-weight: normal;
    font-style: normal;
}

.header-user-link {
    float: right;
    text-decoration: underline;
}

.font-akashii {
    font-family: 'japan', sans-serif; ;
    font-size: 40px;
}

.header-topbar {
    background: #ffb4bb;
    text-align: center;
    color: white;
}

.product__sale {
    left: 0;
    top: 18px;
    transform: none;
}

.page__title {
    height: 250px;
    background-color: #f5f5f5;
}

header {
    box-shadow: 0 0 36px -22px grey;
}

#swal2-title {
    font-size: 18px;
}

.swal2-styled {
    font-size: 12px !important;
}

.header__action ul li .mini-cart {
    width: 530px;
    padding: 10px;
}

.header__action ul li .mini-cart .mini-cart-list {
    padding-right: 10px;
}

.header__action ul li .mini-cart .mini-cart-list li .cart-content {
    max-width: 75%;
}

.header__action ul li .mini-cart .total-price {
    border-color: rgb(225, 225, 225);
}

.btn-add-to-cart {
    color: #201f1f;
    background: none;
    font-size: 14px;
    font-weight: 500;
}

.btn-add-to-cart:hover {
    color: #ffb4bb;
}

.product__wrapper .add-cart .btn-add-to-cart::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 100%;
    background: #201f1f;
}

.product__wrapper .add-cart .btn-add-to-cart:hover::after {
    background: #ffb4bb;
}

.cart-update-quantity {
    width: 40px;
    text-align: center;
}

.checkout-form-list, .country-select {
    margin-bottom: 18px;
}

.esewa-qr-wrapper {
    display: none;
}

.radio-styled {
    margin-right: 20px;
}

.radio-styled input {
    position: relative;
    top: 1.2px;
    margin-right: 1px;
}

.esewa-qr-wrapper img {
    border: 1px solid grey;
    margin-bottom: 20px;
}

.checkout-form-list input[type=tel] {
    background: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0;
    height: 45px;
    padding: 0 0 0 10px;
    width: 100%;
}

.page-item.active span.page-link {
    background-color: #ffb4bb !important;
    border-color: #ffb4bb !important;
}

.page-item a.page-link {
    color: #ffb4bb;
}

.page-item .page-link:hover {
    color: #000000;
}

.product__modal-box .nav-tabs .nav-link {
    margin-bottom: 10px;
}

.header__action ul li > a i {
    position: relative;
    top: 2px;
}

span.cart-count-indicator {
    background: #ffb4bb;
    padding: 0px 5px;
    color: white;
    font-size: 10px;
    line-height: 19px;
    position: absolute;
    top: 22px;
    left: 11px;
    height: 19px;
    border-radius: 40px;
}

.myaccount-sidebar li.active a {
    color: black;
    font-weight: bold;
}

.myaccount-sidebar li {
    margin-bottom: 10px;
}

.blog__item {
    position: relative;
}

.blog__thumb {
    border-radius: 20px;
}

.video-play-button {
    position: absolute;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product__modal-content-2 h4 {
    margin-bottom: 10px;
}

#accordionFaq .accordion-header .accordion-button:not(.collapsed) { 
    background: #ffb4bb;
    color: white;
}

#accordionFaq .accordion-header .accordion-button {
    box-shadow: none;
}

.product__thumb {
    aspect-ratio: 1/1;
    background-color: #f5f5f5;
}

.slider__content h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    color: #323232;
    margin-bottom: 14px;
}

.product__modal-box .nav-item {
    margin-right: 8px;
}

.product__modal-des {
    white-space: pre-line;
    padding: 0;
}

.product__price span.old-price {
    margin-right: 0;
}

.product-variant-wrapper {
    margin-right: 5px;
    margin-bottom: 10px;
}

.product-variant-wrapper input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.product-variant-wrapper input:checked + .product-variant-box {
    border-color: #ffb4bb;
    background-color: #ffb4bb1f;
    color: #ffb4bb;
}

.product-variant-box {
    display: inline-block;
    padding: 6px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    cursor: pointer;
    min-width: 60px;
}

.product-variant-box img {
    margin-bottom: 4px;
    width: 80px;
}

.product-variant-title {
    text-align: center;
}

.table-cart-page td {
    font-size: 12px !important;
}

.table-cart-page .table-cart-product {
    text-align: left;
}

.os-btn-pink {
    background-color: #ffb4bb;
    border-color: #ffb4bb;
    color: #ffffff;
}

.static-content {
    background: #fff0f1;
    padding: 30px;
    color: #555;
}

.static-content p {
    color: #555;
}

.static-content h2 {
    font-size: 20px;
}

.static-content h3 {
    font-size: 18px;
}

.static-content ul {
    margin: revert;
    padding: revert;
}

.static-content li {
    list-style: unset;
}

@media (max-width: 1200px) {
    .header__action ul li {
        margin-left: 13px;
    }
}

@media (max-width: 991px) {
    .header__area {
        padding-top: 0px;
    }

    .header__action ul li .mini-cart {
        width: 320px;
    }
}

@media (max-width: 575px) {
    .header-topbar {
        text-align: left;
    }

    span.cart-count-indicator {
        top: 10px;
    }
    
    .logo img {
        width: 65px;
    }

    .header__action ul li > a {
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .banner__area {
        padding-top: 20px;
    }

    .banner__content h5 {
        margin-bottom: 0px;
        line-height: 12px;
        font-size: 10px;
        width: 90%;
    }

    .banner__content .link-btn {
        display: none;
    }

    .page__title-inner {
        margin-top: 0;
    }

    .page__title-inner h1 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .page__title {
        height: 140px;
        background-position: right;
    }

    .extra__info.info-opened .extra__info-inner {
        right: 0px;
    }

    .product__nav-img img {
        width: 50px !important;
    }

    .product__modal-nav {
        margin-right: 10px;
    }

    .page__title-breadcrumb .breadcrumb-item {
        font-size: 9px;
    }

    .product__modal-content {
        margin-top: 10px;
    }

    .cart-plus-minus input {
        width: 85px;
    }

    .product-quantity {
        margin-right: 10px;
    }

    .slider__content h1 {
        font-size: 30px;
    }

    .product__price span {
        font-size: 13px;
    }

    .table-cart-qty {
        display: none;
    }

    .cart-page-buttons {
        margin-top: 20px;
    }

    .cart-page-buttons .coupon {
        float: left;
    }

    .cart-page-buttons .coupon2 { 
        float: right;
        margin-top: 0;
    }

    .cart-page-buttons a {
        padding: 7px 20px;
        height: auto;
        line-height: 20px;
        font-size: 10px;
    }
}