/*
Theme Name:		 Rise Child
Theme URI:		 https://rise.uicore.co/
Description:	 Child theme for Rise - Business & Consulting WordPress Theme
Author:			 UiCore
Author URI:		 https://uicore.co
Template:		 rise
Version:		 1.0.0
Text Domain:	 rise
*/


/*
    Add your custom styles here
*/

.elementor-toggle-title { line-height: 1.6; }

.uicore-zoom-wrapper img {
    border: 10px solid #173d72!important; /* Adjust the border width and color as needed */
    padding: 20px!important; /* Adjust the padding as needed */
    background-color: white!important; /* Adjust the background color as needed, this is what will appear as the space */
}


.woocommerce .uicore-reveal-wrapper {
	height: 50px!important;
}


/* Target the span inside the left navigation button */
#default_prev {
    background-color: #173d72!important; /* Set the background color to purple */
    padding: 10px!important; /* Add padding around the content */
    border-radius: 50%!important; /* Make the background rounded */
    display: inline-block!important; /* Ensure the padding and border-radius are applied correctly */
	height: 50px!important;
	width: 50px!important;
	left: auto!important;
	display: none!important;
}

/* Target the span inside the right navigation button */
#default_next {
    background-color: #173d72!important; /* Set the background color to purple */
    padding: 10px!important; /* Add padding around the content */
    border-radius: 50%!important; /* Make the background rounded */
    display: inline-block!important; /* Ensure the padding and border-radius are applied correctly */
	height: 50px!important;
	width: 50px!important;
	right: auto!important;
}

.woocommerce .ywcps-wrapper .ywcps-nav-next #default_next {
	top: 16%!important;
}


.uicore-reveal { display: none;} 

.uicore-reveal-wrapper {
    display: flex!important; /* Using flexbox for layout */
    justify-content: space-between!important; /* Justify content for spacing */
    align-items: flex-start!important; /* Align items to the start */
    clear: both!important; /* Clear floats */
}

.uicore-reveal-wrapper .price {
	font-size: large!important;
	font-weight: bold!important;
    color: #173d72!important; /* Blue color for price */
    margin: 0!important; /* Remove margin if any */
    display: block!important; /* Display as block to ensure it formats correctly */
}

.uicore-reveal-wrapper div {
    text-align: right!important; /* Align text to the right for the price and VAT container */
}

