/*
	Theme Name:	Xtra Child
	Theme URI:	http://themeforest.net/user/Codevz/portfolio
	Description:Sample child theme of Xtra theme for customization.
	Author:		Codevz
	Author URI:	http://themeforest.net/user/Codevz
	Template:	xtra
	Version:	1.0
*/

#scrolling-box {
    position: fixed;
    top: 350px;
    right: -80px;
    width: 170px;
    background-color: #fff;
    rotate: 90deg;
    padding: 15px;
    border: 2px solid #e42879;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

#scrolling-box .close-btn {
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: left;
    width: 30px;
    height: 30px;
    margin-bottom: 0px;
    float: left;
}

#scrolling-box .content {
    font-size: 17px;
    color: #e42879;
    top: 4px;
    left: 30px;
    rotate: 180deg;
    margin: 0px;
    z-index: -1;
    font-weight: bold;
}

.hidden {
    display: none;
}

.summary.entry-summary span.woocommerce-Price-amount.amount,
.woocommerce ul.products li.product .price {
display:none;
}