ul.thwmscf-tabs, .thwmscf-tabs li {
    margin: 0;
    padding: 0;
}

ul.thwmscf-tabs {
    list-style: none;
    word-wrap: normal;
}

ul.thwmscf-tabs:before, ul.thwmscf-tabs:after {
    content: " ";
    display: table;
}
ul.thwmscf-tabs:after {
    clear: both;
}

ul.thwmscf-tabs li {
    margin-right: 5px;
    margin-bottom: 10px;
	display:inline-block;
}

ul.thwmscf-tabs.align-left {
    text-align: left;
}
ul.thwmscf-tabs.align-center {
    text-align: center;
}

ul.thwmscf-tabs li a{
	padding: 10px 25px 10px 25px;
	display: block;
	outline: none;
	font-size: 1.1em;
}
ul.thwmscf-tabs li a, ul.thwmscf-tabs li a:visited {
    text-decoration: none;
    border: none;
	
	background: #B2B2B0;
    color: #8B8B8B;
}

ul.thwmscf-tabs li a.active {
    background: #018DC2;
    color: #FFFFFF;
}

.thwmscf-wrapper .thwmscf-buttons{
	text-align: right;
}

.thwmscf-wrapper #order_review, 
.thwmscf-wrapper #order_review_heading {
    width: 100%;
    clear: both;
}

.thwmscf-wrapper form.checkout {
    margin-bottom: 10px;
}

.thwmscf-tab-panels{
	background-color: #F7F7F7;
	padding: 10px 20px 0 20px;
}

.thwmscf-wrapper #payment .place-order {
	text-align: center;
}
.thwmscf-wrapper #payment .place-order .button {
    /*width: auto;*/
}

/*
ul#checkout_steps {
    list-style: none;
    margin: 0px;
    text-align: center;
    padding-right: 15px;
    margin-bottom: 30px;
}
.step { 
    display: inline-block;
    font-size: 1.3em;
    font-weight: 300;
    padding: 5px;
    margin-bottom: 10px;
}
.wmsc_chekout_step {
    display: none;
}
.wmsc_order_head{
	width: 100%;
}
div#wmsc_error {
    background-color: #e2401c;
    padding: 1em 1.618em;
    margin-bottom: 2.617924em;
    color: #fff;
    display: none;
}
ul#wmsc_error_item {
    list-style: none;
    margin-left: 15px;
}
ul#wmsc_error_item li {
    line-height: 24px;
}
ul#wmsc_error_item li strong{
    text-transform: capitalize;
}
.past_step {
    cursor: pointer;
}
/*
########## Horizontal ###########
*/

/*
.horizontal_layout_steps .step {
*	color: #000;
	padding: 10px 20px 10px 20px;
    margin: 0px 8px 10px 0;
}
.horizontal_layout_steps .step.active {
    background: #000;
    color: #fff;
    cursor: pointer;
}
.horizontal_layout_button {
    float: right;
}*/

.theme-astra.woocommerce-page.woocommerce-checkout form .thwmscf-tab-panel #order_review,
.theme-astra.woocommerce-page.woocommerce-checkout form .thwmscf-tab-panel #order_review_heading{
    width: 100%;
}

