/*
Theme Name: Davis Spence
Theme URI: https://www.mytheme.com/themes/revolution/
Author: the Creative team
Author URI: https://www.mytheme.com/
Description: The Davis Spence theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: davis-spence
*/

/*------------------------------------------------------
	overwrite css start
------------------------------------------------------*/

.overlay-loader-blk{display: block; background-color: rgba(255,255,255,0.9); position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 999;}
.overlay-loader-blk .overlay-loader{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 80px; height: 80px;}


.siteloader {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .8);
	left: 0;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

	
}
.siteloader img,
.siteloader svg {
	max-width: 110px;
}
.siteloader svg path,
.siteloader svg rect{
  fill: $loader-color;
}
.tax-industries .p-0.m-0.breadcrumb-main {
    display: none;
}

.return-to-shop{
	display: none;
}
.panel.list-sub.mg-show.activeItem {
    display: block !important;
}

.list_actions{margin:0;padding:0;list-style:none;display: flex;flex-wrap: wrap;}
.list_actions li{margin-bottom:5px; width: 40%;}
.list_actions li:first-child{width: 60%}
.my-lists .shop_table .order-number,.my-lists .shop_table .quotes-number{width:44%}
.my-lists .woocommerce table.shop_table .quotes-date{width:calc(100% - 44% - 326px);}
.my-lists .woocommerce table.shop_table td:last-child{width:326px}
#rename_form-content {    max-width: 500px;width: 100%}
.list_actions li .remove{    padding: 0 0 0 54px !important;    margin: 20px 0 0 auto !important}

.list_actions li .btn{min-width: 100%;    padding: 14px 12px;}

@media(max-width: 991px){
	.my-lists .shop_table .order-number, .my-lists .shop_table .quotes-number {
    width: 30%;
}
	.my-lists .woocommerce table.shop_table .quotes-date {
    width: calc(100% - 30% - 296px);
}
.my-lists .woocommerce table.shop_table td:last-child {
    width: 296px;
}
