/*  
Theme Name: Hair & Makeup PROS
Version: v1
Author: Good Creations
Author URI: http://www.goodcreations.com
Description: Custom WordPress theme for Hair & Makeup PROS website featuring custom layout options and a responsive layout that looks great on any device, big or small.
*/

body {
	margin: 0;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size: 18px;
	vertical-align: top;
	color: #000;
	background-color: #ffffff;
}
a {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: none;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
b, strong {
	color: #9492ac;
}
h2, h3, h4 {
	clear: left;
	margin-bottom: 1.25em;
}
h2 {
	font-size: 	1.5em
}
h3 {
	font-size: 1.375em;
}
h4 {
	font-size: 1.25em;
}
.alignleft {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.alignright {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry .clearfix {
	margin: 20px 0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.small-text {
		font-size: 14px;
}
.red {
	color: #9c1a1a;
}
.circle img {
	border-radius: 50%;
}
.shadow {
	-webkit-box-shadow: 0px 5px 5px 0px rgba(209,209,209,1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(209,209,209,1);
    box-shadow: 0px 5px 5px 0px rgba(209,209,209,1);
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

/* HEADER ELEMENTS */

#fpheader-wrapper {
	width: 100%;
	display: table;
}
#header-container {
	width: 100%;
	margin: 10px 0;
    display: table;
    
}
.header-wrapper {
	max-width: 1400px;
    margin: 0 auto;
	/*z-index: 999;*/
	position: relative;
}
#logo { 
	width: 96%;
	max-width: 376px;
	margin: 10px auto 10px;
	float: none;
	text-align: center;
}

/* Nav Menu Elements */

#nav-wrapper {
    z-index: 999;
	position: relative;
	float: right;
	margin: 20px auto 0;
}
#mega-menu-wrap-main_nav #mega-menu-main_nav li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    margin: -30px 0 0 6px !important;
}

/* Nav Menu Elements */



/* Container Elements */
#container-wrapper {
    z-index: 980;
    position: relative;
}
#container {
	width: 92%;
	margin: 3% auto 1% auto;
	max-width: 1200px;
	text-align: left;
	padding: 0 2% 2%;
	clear: both;
	overflow: hidden;
	z-index: 980;
	position: relative;
}
.content-container  {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	display: table;
}
/* Front Page Elements */

#fp-slider {
	clear: both;
    height: auto;
    width: 100%;
	z-index: 980;
	position: relative;
}
.fpslider-text {
	color: #ffffff;
    font-size: 100%;
    max-width: 350px;
    padding: 2% 1% 2% 1%;
    display: table;
    width: 100%;
	text-align: center;
	background-color: rgba(78,139,216,0.80);
}
.fpslider-text h3 {
	font-size: 220%;
    margin: 0;
    font-weight: 400;
	color: #ffffff;
	line-height: 1.3;

}
.fpslider-text a {
	color: #ffffff;
}
.fpslider-text h5 {
	margin: 4% auto 4% auto;

}
.fpslider-text h5 a {
    font-size: 180%;
	padding: 1.5% 3%;
	font-weight: 300;
	text-decoration: none;
	color: #0e243b;
	background-color: #ffffff;
	border-radius: 20px;
}
.fpslider-text h5 a:hover {
	background: #0e243b;
	color: #ffffff;
}
#fp-about-wrapper {
	display: table;
	padding: 0 1%;
	width: 98%;
	background-color: #e3def6;
}
#fp-about {
	width: 100%;
	max-width: 1300px;
	margin: 40px auto;
	text-align: center;
	display: table;
}
#fp-about h2 {
	margin: 0;
	font-size: 48px;
	font-weight: 400;
}
#fp-about ul {
	margin: 0 auto;
	width: 80%;
    max-width: 400px;
    padding: 0;
}
#fp-about ul li {
	text-align: left;
}
#fp-stylists {
	width: 98%;
	padding: 0 1% 0 1%;
	display: table;
	max-width: 1300px;
	margin: 20px auto 60px auto;
}
#fp-stylists h2 {
    text-align: center;
	font-size: 48px;
	font-weight: 400;
}
#fp-stylists-content {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap; 
	justify-content: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fp-stylists-post {
	width: 392px;
	margin: 0 1% 3%;
	overflow: hidden;
	display: inline-flex;
	flex-basis: auto;
	border: 1px solid #e3def6;
	border-radius: 10px;
	max-height: 133px;
}

.fp-stylists-pic img:hover {
	opacity: 0.5;
}
.fp-stylists-textbox {
	float: left;
	width: 63%;
	line-height: 1.1;
	font-size: 14px;
}
.fp-stylists-pic {
    float: left;
    width: 45%;
    margin-right: 10px;
}
.fp-stylists-textbox h4 {
	margin: 6px 0 0;
	padding: 0;
	width: 75%;
	font-size: 22px;
}
.fp-stylists-textbox h4 a {
text-decoration: none;
}
.fp-stylists-textbox p {
	margin: 6px 0 0;
	line-height: 1.4;
}
.fp-stylists-textbox a {
	text-decoration: none;
}
#fp-howitworks-wrapper {
	display: table;
	padding: 0 1%;
	width: 98%;
	background-color: #e3def6;
}
#fp-howitworks {
	margin: 0 auto;
	width: 100%;
	max-width: 1300px;
}
#fp-howitworks h2 {
    text-align: center;
	font-size: 48px;
	font-weight: 400;
}
#fp-howitworks ul {
	padding: 0;
	text-align: center;
	display: flex;
	flex-flow: row wrap; 
	justify-content: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#fp-howitworks ul li {
	flex-basis: auto;
	width: 380px;
	list-style-type: none;
	list-style-image: none;
}
#fp-howitworks ul li img {
	min-height: 130px;	
}
#fp-howitworks ul li h4 a {
	text-decoration: none;
}
#fp-testimonials-wrapper {
	width: 100%;
	padding: 40px 0;
	margin-top: 60px;
	display: table;
}
#fp-testimonials-content {
	width: 96%;
	max-width: 1300px;
	padding: 0;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap; 
	justify-content: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#fp-testimonials {
	flex-basis: auto;
	order: 1;
	margin: 20px auto 0 auto;
	max-width: 900px;
	color: #000;
	font-size: 22px;
	font-weight: 300 !important;
	line-height: 1.3;
}
#fp-testimonials-img {
	flex-basis: auto;
	order: 2;
	margin: 20px auto 0 auto;
	width: 200px;
}
#fp-testimonials a {
	color: #ffffff;
}
#fp-testimonials p {
	margin: 0 auto;
    text-align: center;
}
#fp-testimonials h4 {
	display: none;
}
.testimonial_rotator_quote span, .testimonial_rotator_author_info p span {
	font-weight: 300 !important;
}
.testimonial_rotator_author_info p span {
	font-size: 18px !important;
}
.gform_button.button {
	 font-size: 24px;
	padding: 1% 8%;
	text-decoration: none;
	color: #ffffff;
	background: #000000;
	margin: 0 auto;
	display: table;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
} 
#gform_wrapper_2 .gform_button.button {
    text-align: center !important;
	display: table !important;
	margin: 0 auto !important;
}

/* Sidebar Elements */


#sidebar {
	float: right;
	padding: 0;
	width: 30%;
	max-width: 300px;
}
#sidebar ul {
	padding: 0;
	margin: 0;
}
#sidebar li {
	list-style-type: none;
	list-style-image: none;
}
#sidebar h4 {
	font-size: 22px;
	margin: 0 0 10px 0;
}
#sidebar a {
	color: #363636;
	text-decoration: none;
}
#sidebar .widget {
	margin-bottom: 1.875em;
}
#sidebar ul ul li {
	padding: 0.625em 0;
	border-bottom: 1px solid #cccccc;
}
#sidebar ul ul {
	margin: 0;
	padding: 0;
}
#searchform {
	margin-top: 0.938em 0;
}
#searchform label {
	display: none;
}
.execphpwidget {
	padding-bottom: 0.938em;
}
#pagenav ul {
	padding: 1.563em;
}
#pagenav li {
	margin-bottom: 0.5em;
}
.cat-blog-post {
	float: none;
	width: 95%;
	margin: 0 0 3% 0;
	overflow: hidden;
	display: table;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
}
.cat-blog-pic {
	width: 21%;
	max-width: 200px;
	margin-right: 15px;
	float: left;
}
.cat-blog-textbox {
	float: left;
	width: 70%;
	line-height: 1.3;
	font-size: 22px;
}
.cat-blog-textbox h4 {
	margin: 0 !important; 
	padding: 0;
	font-weight: 700;
	font-size: 26px;
	}
.cat-blog-textbox p {
	margin-top: 10px;
}

/* H4 Removal */



/* POST  */

.post {
	width: 65%;
	float: left;
	margin-right: 4%;
	min-height: 500px;
}
.fullpage-post {
	width: 100%;
	max-width: 1300px;
	min-height: 470px;
}
.post h1, .fullpage-post h1 {
	font-weight: bold;
	font-size: 46px;
	padding: 0 0 0 0;
    margin: 0 auto 30px auto;
	text-align: center;
	line-height: 1.2;
	color: #9492ac;
	}
  
.post h2, .post h3, .post h4, .fullpage-post h2, .fullpage-post h3, .fullpage-post h4, .post h5, .fullpage-post h5 {	
	margin: 35px 0 0 0;
   }
.entry {
	line-height: 1.5;
	width: 100%;
	overflow: visible;
}


ul.nospace {
	margin-top: 0;
	padding-top: 0;
}
h3.nospace, h2.nospace {
	margin-bottom: 0;
}
blockquote {
	font-style: italic;
	width: 85%;
	padding: 20px 30px;
	background:#ececec;
	position: relative;
	margin: 0;
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -5px;
	top: -10px;
	color: #7a7a7a;
}

blockquote cite {
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}

blockquote cite:before {
	content: "\2014 \2009";
}
.gform_wrapper .top_label textarea.textarea {
	width: 80% !important;
}
.gform_wrapper .top_label .gfield_label {
	margin-top: 30px;
}
div.featuredbox {
	border: 1px solid #770f1e;
	padding: 25px 15px 0 15px;
	margin: 20px 0;
	display: table;
	width: 96%;
	background-color: #f5d9ad;
}



/* Category Page */

.comments-template {
	clear: both;
	padding-top: 0.938em;
}
#postmeta, #postmeta a {
	color: #949292;
}
.columns {
	float: left;
	width: 47%;
	margin: 0 30px 40px 0;
	display: table;
	min-height: 280px;
}


/* Footer */

#footer-wrapper {
	width: 100%;
	background-color: #9492ac;
    padding: 5px 0% 0;
	display: table;
	text-align: center;
}
#copyright {
	margin-top: 0;
	font-size: 16px;
	font-weight: 200;
	padding: .75% .75% 0;
	line-height: 1.3;
	color: #ffffff;
}
#copyright a {
	color: #ffffff;
}
#copyright a:hover {
	text-decoration: none;
}

/* Media Query Section */

@media screen and (max-width: 1300px) {

}
@media screen and (max-width: 1150px) {

.fullpage-post, .content-container  {
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width:991px) and (min-width:768px) {
		.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,.woocommerce-MyAccount-content button {
		max-width: 100% !important;
	}
}
@media screen and (max-width:767px) {
		.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,.woocommerce-MyAccount-content button {
		max-width: 100% !important;
	}
}
}
@media screen and (max-width: 780px) {	
	#fpheader-wrapper {
    border: 0;
}
	#header-container {
    width: 100%;
    margin: 10px 0 0;
    display: table;
}
#fp-services ul li {
	width: 96%;
    margin: 0 auto 20px;
    flex-basis: auto;
    text-align: center;
    list-style-type: none;
    padding: 15px;
	font-weight: 500;
	font-size: 24px;
}
.wp-block-columns {
    justify-content: center;
	}

.cat-blog-post {
	float: none;
	width: 96%;
	margin: 0 auto 3% auto;
	overflow: hidden;
	display: table;
}
	#fp-blog {
    float: none;
	width: 98%;
	margin: 10px auto;	
}
.fp-blog-post {
	float: none;
	width: 96%;
	margin: 0 auto 3% auto;
	overflow: hidden;
	display: table;
}
.cat-blog-post {
	float: none;
	width: 96%;
	margin: 0 auto 3% auto;
	overflow: hidden;
	display: table;
}	
.fp-blog-pic, .post .fp-blog-pic {
	float: none;
	width: 100%;
	max-width: 400px;
	margin: 0 auto 15px auto;
	text-align: center;
}

.fp-blog-textbox {
	float: none;
	width: 94%;
	margin: 0 auto 4% auto;
	overflow: hidden;
	text-align: center;
}
.post {
	width: 100%;
	float: none;
	margin-right: 0;
	min-height: 0;
	margin-bottom: 30px;
}
#sidebar {
	float: none;
	padding: 10px;
	width: 90%;
	max-width: none;
	text-align: center;
}
div.woocommerce-tabs, div.related {
	margin-top: 10px;
}
div.images {
	float: none !important;
	width: 95% !important;
	margin: 0 auto 40px auto !important;
}
div.summary {
	float: none !important;
	width: 95% !important;
	overflow: hidden;
	margin-bottom: 0 !important;
}
}
	

@media screen and (max-width: 650px) {
.fp-stylists-post {
	width: 96%;
	margin: 0 auto 40px;
}
#fp-howitworks ul li {
	width: 96%;
	margin: 0 auto 40px;
}
.entry-img {
	float: none;
	margin: 0 auto 25px auto;
	width: 94%;
	text-align: center;
}
.entry-content {
	float: none;
	margin: 0 auto 25px auto;
	width: 94%;
	text-align: center;
}
.post h1, .fullpage-post h1 {
	text-align: center;
	margin: 0 auto;
}
.cat-blog-pic {
    width: 96%;
    max-width: 300px;
    margin: 0 auto 15px auto;
    float: none;
	text-align: center;
}
.cat-blog-textbox {
    float: none;
    width: 96%;
    line-height: 1.3;
    font-size: 22px;
	margin: 0 auto 20px auto;
	text-align: center;
}	
}



/*pankaj css*/
/*
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{padding: 7px 5px;}*/
.container .woocommerce .woocommerce-form-login,.woocommerce-ResetPassword{width: 450px;
    margin: 50px auto;}
 .woocommerce form.login,.woocommerce-ResetPassword  {border: 1px solid #f9f9f9!important;background: #fbfbfb;padding: 20px!important;}  
.control-group .controls input, .control-group .controls select{box-shadow: none;border:1px solid #ccc!important;background:#fff!important;}  
.select2-container--default .select2-selection--multiple{
    border: 1px solid #ccc!important;
}  
.select2-container .select2-search--inline .select2-search__field{margin-top: 0px!important; color: #000!important; font-size: 15px!important; border: none!important;}    
/*#wwt_booking_registration .col-md-6{width: 41.66%!important}*/
/*	#wwt_booking_registration .btn-default{border-color: #ccc;
    background-color: #dfdcde!important;
    background-image: none!important;
    color: #515151!important;
    margin-top: 2em;
    padding: 7px 18px;
}*/
div#ui-datepicker-div {
    padding: 0px!important;
}
.woocommerce-form-login .form-row-wide{margin:0 0 17px!important;}
.woocommerce-form-login__rememberme{margin: 10px 0px;}
.woocommerce-LostPassword{text-align: center;
    margin-top: 10px;}
.fullpage-post input:focus,.fullpage-post select:focus ,.fullpage-post textarea:focus,.select2-selection:focus {
    border-color: #66afe9!important;
    box-shadow: none!important;
    /*outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);*/
}
.fullpage-post{min-height: 80vh;}
label{    color: #757575!important;}
.busi_hours{font-size: 13px!important; }
select > option{color: #000!important;}
#register_form{display: block!important;margin: 30px auto;max-width: 30%!important;}
.dashboard_main_parent_div ul.nav.nav-tabs {
    background-image: linear-gradient(to left, #74ebd5, #9492ac)!important;}
 .dashboard_main_parent_div .nav-tabs>li>a{color: #fff!important;}   

.take-a-look-profile-text a{background-image: linear-gradient(to left, #74ebd5, #9492ac)!important;
box-sizing: border-box!important;
  font-size: 14px!important;
  font-weight: 700!important;
  color: #fff!important;
  text-transform: uppercase!important;
  border-radius: 5px;
}
.fc-button,.fc-widget-header,.btn-primary,.artist_view_profile_service .get_user_profile,.wizard button[type=submit],.woocommerce-checkout-payment button[type=submit]{background:#9492ac!important;
color: #fff!important; 
text-shadow: none!important;
border-color:#9492ac!important }
.artist_view_profile_service .get_user_profile{padding: 5px 8px;
    border-radius: 5px;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{    color: #555!important;}
button[type=submit],input[type=submit] {
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  box-sizing: border-box!important;
  font-size: 14px!important;
  font-weight: 700!important;
  color: #fff!important;
  text-transform: uppercase!important;
  border: none;
  background-color: #9492ac!important;
  }

  input[type=text],input[type=password],input[type=email],select,input[type=search],.select2-selection,input[type=tel] {
  width: 100%!important;
  border: 1px solid #ebebeb!important;
  border-radius: 5px!important;
  height: 45px!important;
  padding: 7px 15px!important;
  box-sizing: border-box!important;
  font-size: 14px!important;
  font-weight: 500!important;
  color: #000!important; 
background: #fff!important;
    box-shadow: none!important;}
    .dashboard_main_parent_div fieldset legend{display: none;}

.dashboard_main_parent_div .tab-content .tab-pane:nth-child(1) table thead tr th:last-child,.dashboard_main_parent_div .tab-content .tab-pane:nth-child(1) table tbody tr td:last-child {float: right;margin-right: 10px;}
.dashboard_main_parent_div .tab-content>.tab-pane{margin-bottom: 40px;    border: 1px solid #eee!important;}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{border:none!important;}
.dashboard_main_parent_div .tab-content .tab-pane .col-lg-6:first-child .small-box{background:#9492ac!important;  }
.entry .dashboard_main_parent_div .tab-content .tab-pane .col-lg-6:last-child .small-box{background:#74ebd5!important; }
.entry .dashboard_main_parent_div .small-box .inner h3,.dashboard_main_parent_div .small-box .inner h4{color: #fff!important;}
.dashboard_main_parent_div .tab-content .tab-pane .col-md-12 > h2{
    padding-bottom: 10px;
margin-bottom: 20px;}
    .dashboard_main_parent_div .tab-content .tab-pane .col-md-12 table thead tr{background:#9492ac!important;
color: #fff!important;}

.fullpage-post .wizard{    border: 1px solid #eee;
    padding: 20px 30px;
    margin-bottom: 50px!important;
    margin-top: 25px!important;
    background: #fbfbfb;
}
.fullpage-post .wizard  .category-selection-wrapper{margin: 0px!important;}
.category-selection-wrapper > .row .col-md-6:first-child{border-right: 0px solid #eee;padding-right: 25px!important;} 
.category-selection-wrapper > .row .col-md-6:last-child{padding-left: 25px!important;}
/*.category-selection-wrapper  > .row .col-md-6:last-child*/ .form-group .main-option label,.artist_checkbox_service label{margin-bottom: 0px!important;}
.category-selection-wrapper > .row .col-md-6:last-child .form-group {margin-bottom: 30px!important;}
input[type=radio], input[type=checkbox]{margin: 0px 5px 0px 0px!important;}
.user_profile_modal .modal-dialog .main-profile-wrapper-box .row:nth-child(1) {background: #eee;padding-top: 15px;margin: 0px!important;}
.user_profile_modal .modal-dialog .main-profile-wrapper-box .profile-info-img-content-wrapper .row {
    margin: 0px!important;
    padding: 11px 0px!important;
}
.user_profile_modal .modal-dialog .main-profile-wrapper-box .profile-info-img-content-wrapper .row .col-md-7 {padding-left: 0px;}
/*.modal-dialog .modal-content{height: 85vh;}
*/.modal-header{background-color: #fff!important;
min-height: 0px!important;
border-bottom: none;}
.modal .modal-header button.close{ color: #9492ac!important;
    top: 7px!important;
    right: 4px!important;
    font-size: 25px!important;
    transform: none!important;
    padding: 0px 6px;
    border: 1px solid #9492ac;
    border-radius: 50%;
    z-index: 99999;}
 .main-profile-wrapper-box .profile-info-img-content-wrapper .profile-info-label-content{font-size: 20px!important;
    font-weight: 600;}   
 .modal-footer{    border-top: 2px solid #9492ac!important;}   

.user_profile_modal .modal-dialog .main-profile-wrapper-box{padding: 0px!important;}
.user_profile_modal .modal-dialog .main-profile-wrapper-box .row .profile-images-wrapper img,.artist-wrap img {
   border: 1px solid #b3b3b3;}
   .artist_checkbox_view_profile{margin-top: 30px!important;}
/*.user_profile_modal .modal-dialog .main-profile-wrapper-box .row .profile-images-wrapper img{border-radius: 50%;max-height: 170px!important;height:100%; }*/
.user_profile_modal .modal-dialog .main-profile-wrapper-box .row .col-md-3 .profile-info-label{margin-top: 40px;}
.user_profile_modal .modal-dialog .main-profile-wrapper-box .row .col-md-3,.user_profile_modal .modal-dialog .main-profile-wrapper-box .row .col-md-9{width: 100%!important}
.user_profile_modal .modal-dialog .main-profile-wrapper-box .profile-info-label,.user_profile_modal .modal-dialog .main-profile-wrapper-box .services-info-label{color: #fff;background:#9492ac!important; }
.user_profile_modal .modal-dialog .main-profile-wrapper-box .row .col-md-9 .Portfolio-images-wrapper,.user_profile_modal .modal-dialog .main-profile-wrapper-box .row .col-md-9 .profile-info-label-content{padding: 10px!important;}
.main-profile-wrapper-box{padding: 0px!important;}
.woocommerce-checkout h3,.woocommerce-order-details__title,.woocommerce-column__title,label.control-label-main{    background: #9492ac;
    padding: 10px;
margin: 0px;
color: #fff;
font-size: 20px!important;}
label.control-label-main{
	background: #9492ac;
    padding: 8px;
margin: 15px 0px;

color: #fff!important;
font-size: 18px!important;
width: 100%
}
.woocommerce-notice--success{padding: 1em 2em 1em 3.5em;
    background-color: #f7f6f7;
    border-top: 3px solid #1e85be;
    text-align: center;
    font-size: 18px;}
 .content-wrap{ padding: 40px!important;}   
.woocommerce-billing-fields__field-wrapper{background: #f7f7f7;padding: 15px;}
.customer_details{margin-bottom: 40px;}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,.woocommerce-MyAccount-content button {
	float: none!important;
    max-width: 25%;
    margin: 25px auto!important;
	display: block!important;
}
#customer_details{border: 1px solid #eee;
    margin-bottom: 28px;
    padding: 10px;}
 .swal2-popup{width: 25em!important;height: 22em;} 
 .swal2-popup .swal2-styled.swal2-confirm{background-color: #9492ac;}  
 .woocommerce-customer-details address{padding: 20px!important;}
 .woocommerce-customer-details address > p{margin-top: 20px;}
 .woocommerce ul.order_details {
    border: 1px solid #eee;
    padding: 14px 11px;
    background: #f7f7f7;}
 /*.fullpage-post{margin: 50px auto!important;}*/
 #step2_in_that_city_data h3{font-size: 20px;margin-top: 12px;
    color: #737373;}   
 .woocommerce-MyAccount-navigation{width: 20%;
    float: left;}
   .woocommerce-MyAccount-navigation ul li{list-style: none;
    background: #9492ac;
    padding: 10px 34px;
    border-bottom: 1px solid #f1f1f1;} 
    .woocommerce-MyAccount-navigation ul li a{color: #fff;font-size: 16px;}
   .woocommerce-MyAccount-navigation  ul{padding: 0px 25px 0px 0px!important;}
/* -------------------- Changes by The Tailor I/O Begins */
  .woocommerce-MyAccount-content{width: 100%;float:left;border: 1px solid #eee;
    padding: 15px 20px;}
/* -------------------- Changes by The Tailor I/O Ends */
    .woocommerce-MyAccount-content .woocommerce-Address-title h3{    margin-bottom: 15px;
    font-size: 18px;
}
.woocommerce h2{text-align: center;}

.selection .select2-selection {
	height: auto !important;
	min-height: 45px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	max-height: none !important;
	margin-top: 0 !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
	height: 29px !important;
}