/*
	Theme Name: Rehub child theme
	Theme URI: https://wpsoul.com
	Description: A Hybrid magazine/shop/review/news Wordpress Theme
	Author: Sizam
	Author URI: https://wpsoul.com
	Version: 9.4
	Template: rehub-theme
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

.fs-restricted-user-msg{
	text-align: center;
	margin: 40px 0;
}
.fs-anchor {
	text-decoration: underline;
}
.fs-footer-social-icon i.rhicon {
    font-size: 25px;
    padding: 0 20px 0 0;
}
.fs-required {
	color: #ff0000;
}

/* 13-03-2021 CSS Start */
.woocommerce table.cart a.remove { line-height: 26px !important; }
.fs-home-product-slider button.controls {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fs-home-product-slider button.controls.prev { left: 10px; }
.fs-home-product-slider button.controls.next { right: 10px; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ff0000;
    color: #ff0000;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #008000;
    color: #008000;
}
.wpcf7 .ajax-loader {
    margin: 10px 0 0;
}
@media(max-width: 1024px) {
	.main-nav.dark_style {
    	max-height: initial;
    	background: #000000;
	}
	.responsive_nav_wrap {
		padding: 20px 0;
	}
	.dl-menuwrapper button {
		height: auto;
	}
	.header_icons_menu #dl-menu a.logo_image_mobile img {
	    max-width: 100%;
	    max-height: initial;
	    width: 90px;
	}
}
@media(max-width: 767px) {
	.woocommerce-notices-wrapper .woocommerce-message {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: start;
	    -ms-flex-align: start;
	    align-items: flex-start;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    padding: 10px!important;
	}
	.woocommerce-notices-wrapper .woocommerce-message .button {
    	margin: 0 0 15px 50px;
	}
	#wcfm-main-contentainer label {
	    margin: 0 0 15px !important;
	    width: 100% !important;
	    text-align: left;
	}
	#wcfm-main-contentainer .wcfm_filters_wrap .select2-container, 
	#wcfm-main-contentainer .wcfm_products_filter_wrap .select2-container,
	#wcfm-main-contentainer .wcfm_products_filter_wrap .select2-selection--single {
    	min-width: 100% !important;
    	max-width: 100% !important;
    	text-align: left !important;
	}
	#wcfm-main-contentainer .dataTables_wrapper .dataTables_filter input {
		width: 100% !important;
	}
	#wcfm-main-contentainer .wcfm_products_filter_wrap input.wcfm_bulk_edit, 
	#wcfm-main-contentainer .wcfm_products_filter_wrap a.wcfm_bulk_delete {
    	margin: 0 0 10px !important;
	}
	div#poststuff .chart-placeholder.main, 
	div#poststuff .chart-placeholder.main canvas#chart-placeholder-canvas {
    	width: 100% !important;
	}
}
/* 13-03-2021 CSS End */

/* 22-03-2021 CSS Start */
.quick_buy_container .fs-quick-buy {
    width: 100%;
    background-color: #b07c01 !important;
    font-weight: 700 !important;
}