*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}
/* checkout */
.shop-image-ns img{
    width: 100px;
    height: 10 0px;
    border-radius: 50%;
}
.shop-value-ns button{
    font-size: 20px;
    background-color:#eee;
    padding: 0 5px;
    border: none;
}

/* account buyer */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.rr-product-card {
    border-radius: 12px;
    overflow: hidden;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.rr-product-image {
    position: relative;
    padding-top: 100%;
    background: #f8f9fa;
}

.rr-product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1rem;
}

.rr-wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #1948FF;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 7px;
    /* font-size: 8px !important; */
}

.rr-wishlist-btn svg {
    fill: white;
    width: 16px;
    height: 16px;
}

.rr-product-info {
    padding: 1rem;
}

.rr-product-title {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.rr-product-price {
    font-size: 1.1rem;
    color: #4169e1;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.rr-product-location {
    font-size: 0.8rem;
    color: #6c757d;
}
.rr_user_image_box{
    width: 100px;
    height: 100px;
}
.rr-account_airy_balance{
    /* height: 131px; */
}
.rr_account_icon i{
    display: inline-block;
    background-color: #1948FF;
    color: white;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    border-radius: 10px;
    padding: 7px;
    font-size: 15px;
}
.rr_account_buyer_option{
    height: 90px;
    /* border-radius: 10px; */
}
/* .rr-Notification-para{
    line-height: 10px;
} */
.transaction-item-ns img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: contain;
}
.shoppages .accordion-body{
    /* margin-top: 15px; */
    padding: 0;
}
.shoppages a{
    display: block;
    color: black;
    /* font-weight: 500; */
}
.shoppages i{
    background-color: blue;
    color: white;
    padding: 8px 8px;
    margin-bottom: 15px;
    border-radius: 15px;
    font-size: 14px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
/* .shoppages .accordion-body a i{
    background-color: blue;
    color: white;
    padding: 12px 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
} */
.shoppages span{
    padding-left: 5px ;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0  !important;
}

button:focus:not(:focus-visible) {
    outline: none !important;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent !important;
    /* outline: 0; */
    box-shadow: 0 !important;
}

.accordion-button:not(.collapsed) {
    /* color: var(--bs-accordion-active-color); */
    background-color: transparent !important;
    box-shadow: 0 !important;
}
button:focus:not(:focus-visible) {
    outline: none !important;
}
@media screen and (max-width:600px){
    .rr_user_image_box{
        width: 60px;
        height: 60px;
    }
    .rr-product-title{
        font-size: 0.6rem;
    }
    .rr_account_airy_balance{
        height: 90px !important;
        margin: 0 10px !important;
    }
}
@media screen and (min-width:600px) and (max-width: 992px) {
    .rr_user_image_box{
        width: 80px;
        height: 80px;
    }
    .rr_account_airy_balance{
        height: 112px !important;
    }
}

/* Account Setting  */

*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}
.setting-icon i{
    padding: 10px 13px;
    background-color: blue;
    color: white;
    margin-right: 10px;
    border-radius: 14px;
}
.offcanvas-btn-ns{
    background-color: transparent;
}
.account-img-ns img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.content-ns{
    padding: 10px;
}
.offcanvas{

    overflow: scroll;
}

/* Tracking order */
*{
    padding: 0;
    margin: 0;
}
.a-text{
    text-decoration: none;
    color: black;
}
.header-main-NK{
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: white;
}
.in-laptop-none-NK{
    display: none !important;
}
.in-laptop-block-NK{
    display: block !important;
}
@media screen and (min-width:0px) and (max-width:600px) {
 .in-mobile-none-NK{
    display: none !important;
 }
 .in-mobile-block-NK{
    display: block !important
 }
}
@media screen and (min-width:601px) and  (max-width:992px) {
  .in-tablet-block-NK{
    display: block !important;
  }
  .in-tablet-none-NK{
    display: none !important;
  }
}

/* order history and Signin and Signup and Search Page */
.a-text{
    text-decoration: none;
    color: black;
}
.header-main-NK{
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: white;
}
.in-laptop-none-NK{
    display: none !important;
}
.in-laptop-block-NK{
    display: block !important;
}
@media screen and (min-width:0px) and (max-width:600px) {
 .in-mobile-none-NK{
    display: none !important;
 }
 .in-mobile-block-NK{
    display: block !important
 }
}
@media screen and (min-width:601px) and  (max-width:992px) {
  .in-tablet-block-NK{
    display: block !important;
  }
  .in-tablet-none-NK{
    display: none !important;
  }
}



