.cart-button-wrapper {
    width: 0;
    height: 57px;
    top: calc(calc(50vh) - 60px);
    position: fixed;
    z-index: 999;
    right: 0;
    transition: width 0.3s;
}
.cart-button {
    width: 100%;
    height: 100%;
    background-color: rgb(0 18 79);
    box-shadow: 0px 10px 40px -12px rgb(107 147 214 / 35%);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    justify-content: left;
    align-items: flex-end;
    padding-top: 8px;
    padding-bottom: 13px;
    padding-left: 14px;
    cursor: pointer;
    font-size: 24px;
}
.cart-button i {
    color: #fff;
}
.cart-items-count {
    align-self: flex-start;
    font-weight: bold;
    font-size: 11px;
    line-height: 0;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: #ff731e;
    border-radius: 50%;
    margin-left: -9px;
    margin-top: 3px;
}
.uphoto img {
    object-fit: inherit;
}
.uphoto-all{
    display: flex;
    position: relative;
    flex-direction: unset;
    width: 100%;
    margin: 0;
    bottom: 0;
    padding: 0;
    top: 10px;
    left: 0;
    z-index: 99;
    gap: 0;
}
.uphoto-all img {
    width: 100%;
    max-width: 63px;
    border: 1px solid #ddd;
    margin-bottom: 8px;
    margin-right: 8px;
    cursor: pointer;
}
.ud-feabox{
    width: auto;
}
.ud-feabox a{
    color: #444;
}
input.star-item {
    display: none;
}
.bd-wstar label {
    font-size: 40px;
    margin: 0px 4px;
    color: orange;
}
.text-left {
    text-align: left;
}
.hders1-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgb(225, 234, 254);
    text-align: center;
    margin: 0 auto 16px auto;
    padding: 17px;
}
.hders1-img i{
    color: #3F51B5;
    font-size: 20px;
    line-height: 30px;
}
.price-box {
    display: flex;
    white-space: nowrap;
}

.prc-box-orgnl {
    color: #950a0a;
    font-size: 15px;
    text-decoration: line-through;
    margin-right: 7px;
}

.prc-box-dscntd {
    font-size: 19px;
    font-weight: 700;
    color: #BB0000;
    line-height: 19px;
}
.footer-product{
    z-index: 13;
}
.product_img_box {
    padding: 11px 13px !important
}
.footer-product {
    display: none;
    background: #fff;
    z-index: 999;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    box-shadow: 0 -10px 20px rgba(58, 71, 89, .2)
}
.product_price del {
    font-size: 16px !important;
    color: #ff2727 !important
}
.ud-title h1{
    font-size: 24px;
    font-weight: 500;
}
.gorusyaz1 h2{
    font-size: 26px;
    line-height: 39px;
}
.ud-ftitle h3{
    font-size: 14px;
    color: var(--bs-primary);
    font-weight: 500;
    margin-bottom: 8px;
}
.ud-desc h4{
    font-size: 13px!important;
}
