body {
    /* background-color: #FFEBEF; */
    background-color: #fff7f8;
}

.itsn-logo {
    height: 100px !important;
    width: auto !important;
}

.itsn-fs-100 {
    font-size: 100px;
}

.wpcf7-submit:hover {
    color: #ffffff;
    background-color: #333;
}

.itsn-slider-img {
    height: auto;
    width: 100%;
}

.itsn-brightness-50 {
    filter: brightness(50%);
}

.modal_loader {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.itsn-modal-old-price .woocommerce-Price-amount,
.itsn-modal-old-price .woocommerce-Price-currencySymbol {
    color: #000;
}

.password-field {
    position: relative;
}

.password-field input {
    width: 100%;
    padding-right: 30px;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

/* rating css  */
.ion-android-star.active {
    color: red;
}

.ion-android-star {
    color: black;
}

.ion-android-star-half.active {
    color: red;
}

.itsn-clear-filter-container {
    border-top: 1px solid rgb(237, 237, 237);
    padding: 1rem 0;
    border-bottom: 1px solid rgb(237, 237, 237);
}

.widget_list.widget_filter form input {
    width: auto;
}

.itsn-clear-filter {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    text-transform: capitalize;
    color: #ffffff;
    background: #333;
    border: 0;
    border-radius: 30px;
    float: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;

    &:hover {
        background: #d52121;
        color: white;
    }
}

.itsn-single-prod-addtocart-btn {
    height: 30px !important;
    line-height: 30px !important;
    padding: 0 20px !important;
    text-transform: capitalize !important;
    color: #ffffff !important;
    background: #d52121 !important;
    border: 0 !important;
    border-radius: 30px !important;
    float: left !important;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;

    &:hover {
        background: #333 !important;
        color: white !important;
    }
}

.itsn-banner-text {
    color: #E64473;
}

.itsn-banner-text p,
.itsn-banner-text a:hover {
    color: white;
}

.banner_thumb::before {
    content: "";
    border: 1px solid #E64473;
}


.cart-item-attributes {
    margin-bottom: 20px;
}

.attribute-wrapper {
    margin-bottom: 15px;
}

.attribute-wrapper label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.attribute-value {
    display: inline-block;
    padding: 5px 10px;
    background: #f8f8f8;
    border-radius: 4px;
}

.itsn-header-min-cart-lg {
    min-width: 200px;
}

.itsn-header-min-cart-lg ul li a {
    display: block;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 30px;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;

    &:hover {
        color: #d52121;
    }
}

.woocommerce-ordering {
    margin-bottom: 0 !important;
}

.woocommerce-ordering .orderby {
    padding: 8px;
    border-radius: 8px;
}

.checkout_form .nice-select ul.list {
    width: 100%;
    height: auto;
    overflow: auto;
}

.itsn-price-filter {
    border: 0.5px solid #d52121;
}

#cart-count {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #d52121;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    top: -12px;
    left: 25px;
}

.itsn-light-pink {
    background-color: #fff7f8 !important;
}

.itsn-dark-pink {
    background-color: #ffdae161;
}

.active {
    color: #E54070 !important;
}

.main_menu nav>ul>li:hover>a {
    color: #E54070 !important;
}

.action_links ul li a:hover {
    color: #fff;
    background: #E54070;
}

.account_form input {
    /* border: 1px solid #E54070; */
    border: 1px solid #dcdcdc;
    border-radius: 8px;
}

.pagination ul li.current {
    background: #E54070;
    color: #ffffff;
}

.single_product,
.small_product_area .product_thumb {
    border: none;
}

.breadcrumb_content ul li {
    color: #E54070;
}

.dashboard_tab_button ul li a:hover {
    background: #E54070;
    color: #ffffff;
}

.dashboard_tab_button ul li a.active {
    background: #E54070;
}

.dashboard-list .nav-link.active {
    color: white !important;
}

.itsn_payment_button {
    background-color: #5C2C90 !important;
    border: 1px solid #5C2C90 !important;
}

/* Small Devices */
@media (max-width:767.98px) {
    .itsn-logo {
        height: 65px !important;
        width: auto !important;
    }

    .itsn-slider-img {
        height: auto;
        width: 100%;
    }

    #cart-count {
        top: -15px;
        left: 17px;
    }
}

.khalti-payment-details {
    margin: 20px 0;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #eee;
}

.khalti-payment-details ul {
    list-style: none;
    padding: 0;
}

.khalti-payment-details li {
    margin-bottom: 10px;
}

.khalti-product-details th,
.khalti-product-details td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

/* Medium Device */
@media (min-width:768px) and (max-width:991.98px) {
    .itsn-logo {
        height: 80px !important;
        width: auto !important;
    }

    .itsn-slider-img {
        height: auto;
        width: 100%;
    }

    #cart-count {
        top: -15px;
        left: 17px;
    }
}

/* Large Device */
@media(min-width:992px) {
    .header_middle {
        padding: 0.5rem 0;
    }
}

@media only screen and (max-width: 767px) {
    .canvas_open {
        left: 0;
    }
}

.canvas_open {
    left: 0px;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.itsn-changepwd-btn {
    background-color: #dc3545 !important;
    color: white !important;
        &:hover{
        background-color: #bb2d3b !important;
    }
}