/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.1
 Text Domain:  woodmart
*/


.wd-header-cart .wd-tools-icon.wd-icon-alt:before{
	color: #242424 !important;
}

.tmjs-terminal-finder h2{
		margin-top: 10px !important;
	}

.tmjs-close-modal-btn {
    right: 17px;
    top: 15px;
}

@media only screen and (max-width: 600px) {
	.tmjs-terminal-finder h2{
		margin-top: 20px !important;
	}
	
	.tmjs-close-modal-btn {
		right: 0px;
		top: 10px;
	}
}

.wd-builder-off :is(.woocommerce-thankyou-order-received,.woocommerce-thankyou-order-failed){
	color: rgba(80, 173, 85, 1) !important;
	border-color: rgba(80, 173, 85, 1) !important;
}


.omnivalt-logo {
    height: 40px !important;
}
.omnivalt-logo {
    max-height: 40px !important;
    margin-top: -9px !important;
}

#omnivaLt_modal_title{
		display: block !important;
    	margin-top: 15px !important;
	}

#omnivaLtModal #omniva-search form input {
		height: 42px;
		border-right-color: #ffffff !important;
		border-right-width: 0px !important;
		
		width: calc(100% - 40px) !important;
	}
#omnivaLtModal .btn-marker{
	background: #ff6319 !important;
	color: #ffffff !important;
	padding-left: 25px !important;
	padding-right: 25px !important;
	
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}

@media only screen and (max-width: 600px) {
	.omniva-modal-body{
		display: flex !important;
        flex-direction: column;
	}
	
	#omnivaLt_modal_title{
		display: block !important;
    	margin-top: 15px !important;
	}
	
	#terminalsModal{
		top: 6px !important;
	}
	
	#omnivaLtModal #omniva-search form input {
		height: 42px;
		border-right-color: #ffffff !important;
		border-right-width: 0px !important;
		
		width: calc(100% - 40px) !important;
	}
	
	h4#omnivaLt_modal_search{
		margin-top: 15px !important;
	}
}