/* 
Theme Name:		 Tonton Nails
Theme URI:		 https://tontonnails.co.uk/
Description:	 Tonton Nails Bespoke Theme Design
Author:			 Freelance-Creator
Author URI:		 https://www.freelance-creator.com/
Template:		 astra
Version:		 1.0.0
Text Domain:	 Astra-child
-------------------------------------------------------------- */ 

/* =Theme customization starts here
------------------------------------------------------- */
/* Astra Header/Footer Builder CSS */
#ast-desktop-header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#ast-desktop-header.active {
	background: rgba(0,0,0,0.8);
	box-shadow: 0px 1px 1px #111;
	padding: 0;
}

#ast-desktop-header.active img.custom-logo {
    width: 100px;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#ast-mobile-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#ast-mobile-header.active {
	background: rgba(0,0,0,0.8);
	box-shadow: 0px 1px 1px 111;
	padding: 0;
}

.ast-logo-title-inline .site-logo-img {
	padding-right: 0;
}

#coupon-tab {
	display: none!important;
}

.sln-steps-duration:before {
	content: 'Duration ';
}

/*.sln-steps-duration:after {
	content: 'Minutes';
}*/

/* Table */
table.services h5 {
	margin-bottom: 0;
}

table.services {
	border: 0;
}

table.services th {
	font-size: 20px;
}

table.services td, table.services th {
	border: 0;
	padding: 20px 10px;
}

table.services td {
	border-top: 1px solid #F2F5F7;
}

.services-align {
	text-align: center;
}

.cell-width-1 {
	width: 60%;
}

.cell-width-2 {
	width: 20%;
}

.cell-width-3 {
	width: 20%;
}

@media screen and (max-width: 576px) {
	table.services th {
		text-align: center;
		width: 100%;
	}
	
	table.services tr {
		display: flex;
		flex-wrap: wrap;
	}
	
	table.services td {
		text-align: center;
		width: 100%;
    }
	
	.services-title {
		display: none;
	}
}