/* HIDE DELIVERY BY TRUCK OPTION FROM CHECKOUT FOR NOW AS WE HAVE NOT LAUNCHED THE PLUGIN */
/* p#delivery_by_truck_field {
		display: none;
	} */

.fas-assembly-info {
	margin: 8px 0 12px;
	font-size: 0.95em;
	font-style: italic;
	opacity: 0.9;
	border-left: 5px solid #db3832;
	padding: 10px;
	background: #fcfcfc;
	margin-bottom:20px;

}

button.remove-assembly-btn {
    color: #ffffff;
    font-size: 8px;
    background: none;
    cursor: pointer;
    background-color: var(--color-gray-800);
    padding: 4px;
    min-height: unset;
    border-radius: 30px;
    text-transform: none !important;
    width: 15px;
    height: 15px;
    line-height: 15px;
    margin-left: 6px;
	margin-top:-1px;
}
.fas-assembly-meta {
    font-size: 13.5px;
    margin-top: 7px;
}
.fas-assembly-meta span.woocommerce-Price-amount.amount {
    font-size: 13.5px;
}
.fas-assembly-meta b
{
	color:var(--color-gray-800);
}
tr.fee th {
    width: 60%;
}
#fas-assembly-modal { 
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99999;
	display:none; 
}
.fas-assembly-overlay 
{ 
	position:absolute;
	top:0;left:0;
	right:0;bottom:0;
	background:rgba(0,0,0,0.6); }
.fas-assembly-box {
	position:relative;
	max-width:500px;
	margin:10% auto;
	background:#fff;
	padding:40px 50px 25px 50px;
	border-radius:8px;
	text-align:left;
	background-image: url('/wp-content/plugins/furniture-assembly-service/assets/images/assembly-services.jpg');
	background-position: right bottom; 
	background-size: 48%; 
	background-repeat: no-repeat;
	width: 96%;}
.fas-assembly-close {
    position: absolute !important;
    top: 10px;
    right: 10px;
    border: none !important;
    background: none;
    font-size: 22px !important;
    cursor: pointer !important;
    border-radius: 50% !important;
    width: 10px;
    height: 30px;
    min-width: 30px;
    min-height: 30px !important;
    padding: 0 !important;
}
.fas-assembly-actions { 
	margin-top:20px;
}
.fas-assembly-actions .button { 
	margin : 0 5px 0 0;
	border-radius: 50px; 
}
.fee_for_current_category {
    margin-top: -10px;
    color: #db3832;
    display: inline-block;
    border-bottom: 1px solid #db3832;
    padding-bottom: 0;
    line-height: 19px;
	font-weight:500;
}
.fee_for_current_category span
{
	color:#000;
}
.fas-assembly-box h3 { 
	color: #db3832;
}
button.fas-assembly-accept.button {
	background: #db3832;
	color: #fff;
}
button.fas-assembly-accept.button:hover {
	background:#a21623 !important;
	color: #fff;
}   	 
.fas-dont-ask-again-cover {
    font-size: 12px;
    padding-top: 15px;
}
.fas-minicart-add-assembly {
    margin-top: 5px;
}

.fas-minicart-add-assembly a {
    font-size: 12px;
    color: #db3832;
    text-decoration: underline;
    opacity: .85;
}

.fas-minicart-add-assembly a:hover {
    opacity: 1;
}
.product_list_widget>li>a {
   
    max-height: 70%;
}
.fas-open-assembly-popup.fas-processing {
    pointer-events: none;
    opacity: .85;
}

.fas-loader {
    width: 12px;
    height: 12px;
    border: 2px solid rgba(219,56,50,.2);
    border-top-color: #db3832;
    border-radius: 50%;
    display: inline-block;
    animation: fasSpin .6s linear infinite;
    vertical-align: middle;
}

@keyframes fasSpin {
    to {
        transform: rotate(360deg);
    }
}
@media screen and (max-width:767px)
{
	.fas-assembly-box {
   
    padding: 40px 20px 25px 20px;
   
}
	.fas-assembly-actions .button {
    margin: 0 5px 10px 0;
}
	.fas-dont-ask-again-cover {
   
    padding-top: 2px;
}
}