/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 05 2026 | 10:19:02 */
.woocommerce-cart {
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
    padding: 0px;
}
.footer-top-area .widget.footer-custom-logo img {
    width: 235px !important;
}
img.img-responsive.rtsb-product-image.wp-post-image {
    width: 100% !important;
    height: 260px !important;
    object-fit: cover !important;
}

.woo-category-multi-1 .item-dotted:after {
    position: absolute;
    right: 0;
    width: 3px;
    height: 17px;
    content: '' !important;
    top: 50%;
    transform: translateY(-50%);
}
.rtsb-elementor-container .rtsb-action-btn, .rtsb-secondary-color-bg, .rtsb-tag-fill, .tipsy-inner {
    background-color: transparent !important;
}

#toast-container .toast, #toast-container a, .rtsb-archive-default-filters-wrapper .product-default-filter-reset, .rtsb-archive-default-filters-wrapper .rtsb-apply-filters, .rtsb-ball-clip-rotate, .rtsb-brand-fill, .rtsb-builder-content .woocommerce-info, .rtsb-category-fill, .rtsb-elementor-container .rtsb-action-btn, .rtsb-promotion .rtsb-tag-fill, .rtsb-tag-fill, .rtsb-white-color, .tipsy-inner {
    color: #989ba2 !important;
}

.fa-x-twitter:before {
    content: "\e61b" !important;
}
.fa-pinterest-p:before {
    content: "\f232" !important;
}
p.form-submit input#submit {
    height: auto !important;
}
/* Instagram share button background */
.rtsb-share-btn.telegram {
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285AEB 90%
    );
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
/*     width: 36px;
    height: 36px; */
}

/* SVG color & size */
.rtsb-share-btn.telegram svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
}

/* Hover effect */
.rtsb-share-btn.telegram:hover {
    opacity: 0.85;
    transform: scale(1.05);
    transition: all 0.3s ease;
}
