/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!color: var(--the7-title-color);
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
.elementor-widget-the7-woocommerce-product-price .price span {
	color:white!important;
}
.rnb-select-wrapper h5 {
    color: white;
}
.cart h5 {
    color: white !important;
}
.custom-block {
    color: white;
}
.cu}stom-block span {
    color: white;	
}
.the7-add-to-cart .variations select {
   	color:greenyellow!important;
	background-color: black!important;
}
#cal-submit-btn {
    background-color: #459508;
    color: white;
    min-height: 50px;
    padding: 0 20px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    gap: 8px;
    transition: background-color 0.3s ease;
}
#cal-submit-btn:hover {
    background-color: black;
    color: white;
    min-height: 50px;
    padding: 0 20px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    gap: 8px;
    transition: background-color 0.3s ease;
}
#drop-cal-submit-btn {
    background-color: #459508;
    color: white;
    min-height: 50px;
    padding: 0 20px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    gap: 8px;
    transition: background-color 0.3s ease;
}
#drop-cal-submit-btn:hover{
    background-color: black;
    color: white;
    min-height: 50px;
    padding: 0 20px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    gap: 8px;
    transition: background-color 0.3s ease;
}
#cal-submit-btn:hover {
    background-color: black;
	color: white;
}
.booking-pricing-info {
    background: white;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #000;
    text-align: left;
}
.custom-block span {
    color: white;
}
.price-showing {
    background-color: #f8f7f7;
    padding: 10px 20px 15px 20px;
    text-align: left;
}
.elementor-2741 .elementor-element.elementor-element-eb36d6a .the7-e-button-view-cart .box-button{
	background-color: #459508!important;
    color: white!important;
    min-height: 50px;
    padding: 0 20px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    gap: 8px;
    transition: background-color 0.3s ease;	
}

.elementor-widget-the7-woocommerce-product-price{
	display:none!important;
}

.elementor-2064 .elementor-element.elementor-element-1ceb535 form.cart:not(.grouped_form):not(.variations_form) {
        flex-flow: column!important;
        --quantity-gap: 0 0 var(--quantity-spacing, 30px) 0;
        align-items: var(--content-align);
}
.elementor-2064 .elementor-element.elementor-element-fc409f9 form.cart:not(.grouped_form):not(.variations_form) {
    flex-flow: column!important;
    align-items: center;
    --quantity-gap: 0 var(--quantity-spacing, 30px) 0 0;
    justify-content: var(--content-align);
}
.payable-inventory{
	min-width:100%!important;
}
.date-time-picker .pick-up-time-picker, .date-time-picker .drop-off-time-picker {
    width: 41%!important;
}
.wc-block-components-button__text a:focus,
.wc-block-components-button__text a:hover {
    background: black;
	color:white;
	padding:4%;
	border-radius:25px
	text-decoration:none!important;
}
.wc-block-components-button__text{
    background:  var(--e-global-color-cc4d403);
	color:white;
	padding:4%;
	border-radius:25px;
	text-decoration:none!important;
}
.wc-block-components-button__text a {
    background: var(--e-global-color-cc4d403);
	color:white;
	padding:4%;
	border-radius:25px
	text-decoration:none!important;
}
.wc-block-components-button {
    min-height: 2em;
    border-radius: 25px;
    background-color: var(--e-global-color-cc4d403);
}
.wc-block-components-button:focus {
    min-height: 2em;
    border-radius: 25px;
    background-color: black;
}
/* BitGenius : Fixing compatibility issue The7 RnB on book now button in Product Page for rental product*/

.the7-add-to-cart button.redq_add_to_cart_button {
    display: inline-block !important;
}
.the7-add-to-cart button.button:not(.box-button){
	display: inline-block !important;
}

.the7-add-to-cart button.box-button {
    display: none !important;
}
/* BitGenius : Fin */