.custom-product-name {
    display: none;
}


/*11-4-2025 Start*/

@keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.fotorama__stage__frame .fotorama__img {
    aspect-ratio: 1/1;
    object-fit: cover;
    color: transparent;
    background-color: #f6f7f8;
    background-image: linear-gradient(to right,#f6f7f8 0%,#edeef1 20%,#f6f7f8 40%,#f6f7f8 100%);
    background-repeat: no-repeat;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeholderShimmer;
    animation-timing-function: linear;
}
/*11-4-2025 End*/

button.delete-button.checkout_delete_btn {
    border: none;
    background: none;
    position: absolute;
    right: 0;
    height: auto;
    padding: 0;
    bottom: -7px;
}


button.delete-button.checkout_delete_btn:hover svg {
    color: #eb7d1e;
}

.bss-onestepcheckout #checkout #opc-sidebar .opc-block-summary .product-item .subtotal {
    align-items: center;
}

/*19-6-2025 Start*/

.catalog-product-view .pdp-top-part-wraper .product.info.detailed.vertical {
    border:none !important;
}

.catalog-product-view .product.info.detailed.vertical .product.data.items > .item.title {
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
}

.catalog-product-view .product.info.detailed.vertical .product.data.items > .item.content {
    border: 1px solid #D9D9D9;
    padding: 15px;
    margin-top: 50px !important;
}

.product.info.detailed.vertical .product.data.items > .item.title > .switch {
    line-height: 36px !important;
}

.catalog-product-view .product.info.detailed.vertical .product.data.items > .item.title > .switch > span {
    font-size: 14px !important;
    font-weight: normal !important;
}

#product-review-container .review-form {
    max-width: unset;
}

.catalog-product-view .pdp-top-part-wraper .product.data.items {
    min-height: 400px !important;
    overflow: auto;
}

.review-field-ratings > legend.label {
    display: none;
}

#product-review-table .review-field-rating {
    display: flex;
    margin-bottom: 0;
}

#product-review-table .review-field-rating > label.label {
    margin-right: 10px;
    line-height: 40px;
}

.review-control-vote label::before, .review-control-vote::before {
    font-size: 20px !important;
    line-height: 20px !important;;
    height: 20px !important;;
    letter-spacing: 5px !important;;
}

.review-field-rating .control {
    margin-bottom: unset !important;
}

.review-content-container {
    display: block;
    clear: both;
}

/*19-6-2025 Ends*/


/*Responsive styles start from here*/
@media only screen and (max-width : 979px) {

}

@media only screen and (max-width : 767px) {

}

@media only screen and (max-width : 576px) {

    .catalog-product-view .pdp-top-part-wraper .page-title-wrapper { display: none !important; }
    .custom-product-name { display: block; margin: 10px 0; order: -2; }
    .custom-product-name h2 {
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        font-family: Lato;
        font-style: normal;
        margin: 0;
    }

    .catalog-product-view .product.info.detailed.vertical .product.data.items > .item.content {
        margin-top: 0 !important;
    }

}

@media only screen and (max-width : 360px) {

}

@media only screen and (max-width : 320px) {

}
/*Responsive styles ends here*/