/*
Theme Name: Datamark Theme Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.product_content_box .elementor-widget-container p a img.alignnone{display: none;}
.product_content_wrap .elementor-shortcode .enquire_now_btn{
	background-color: #0a82d8;
    padding: 15px 30px;
    color: #fff;
    border-radius: 19px;
}
#wrapper .login-header{
	/*background-color: #5b5b5b;*/
    position: relative;
    z-index: 99;
    display: inline-block;
    width: 100%;
    text-align: right;
    padding: 5px 20px;
}
#wrapper .show-for-medium .login-header{text-align: center;}
#wrapper .login-header a{color: #fff; font-size: 18px;}
.enquire_now_btn img.alignnone{width: 35%;}
#wide-nav{margin-top: 15px;}
#masthead ul.nav-right{flex-direction: column;}
.mobile-nav .login-header{margin-top: 15px;}
.dark a:hover, .dark .widget a:hover{color: #000;}
.product-cat-list .banner-inner .bg.bg-loaded{background-size: 75% !important;}
.product-cat-list .banner{background-color: #fff;}
@media only screen and (max-width: 767px){
	.product_content_wrap .elementor-shortcode{
		text-align: center;
	}
    #header .header-bottom .show-for-medium #header-contact li{line-height: 10px;}
}