.woocommerce ul.pmsc_tabs {
	display: inline-block;
	list-style: none;
	padding: 0;
}

.woocommerce ul.phoen_multistep_style1 li {
	float: left;
	list-style: outside none none;
	position: relative;
	margin: 0;
}

.woocommerce ul.phoen_multistep_style1 li:before {
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: -19px;
}

.woocommerce ul.phoen_multistep_style1 li:first-child:before {
	left: 50%;
}

.woocommerce ul.phoen_multistep_style1 li:last-child:before {
	right: 50%;
}

.woocommerce ul.phoen_multistep_style1 li:after {	
	border-radius: 50%;
	height: 25px;
	left: 50%;
	line-height: 22px;
	position: absolute;
	text-align: center;
	top: -32px;
	transform: translateX(-50%);
	width: 25px;
	z-index: 9;
	font-size: 12px;
}

.woocommerce ul.phoen_multistep_style1 li:first-child:after {
	content: "1";
}

.woocommerce ul.phoen_multistep_style1 li:nth-child(2):after {
	content: "2";
}

.woocommerce ul.phoen_multistep_style1 li:nth-child(3):after {
	content: "3";
}

.woocommerce ul.phoen_multistep_style1 li:nth-child(4):after {
	content: "4";
}

.woocommerce ul.phoen_multistep_style1 li:nth-child(5):after {
	content: "5";
}

.woocommerce ul.phoen_multistep_style1 li:nth-child(6):after {
	content: "6";
}

.woocommerce ul.phoen_multistep_style1 {
	display: inline-block;
	margin-top: 60px;
}

.woocommerce ul.phoen_multistep_style1 li.selected::after {
	vertical-align: middle;
}

/************************************ For Style 2 ****************************************/

.woocommerce ul.phoen_multistep_style2 {
	list-style: none;
	padding: 0;
	display: inline-block;
}

.woocommerce ul.phoen_multistep_style2 li {
	display: inline-block;
	position: relative;
}

.woocommerce ul.phoen_multistep_style2 li::after {
	position: absolute;
	left: 0;
	width: 0;
	height: 3px;
	content: '';
	bottom: 0;
	transition: all 0.3s ease;	
}

.woocommerce ul.phoen_multistep_style2 li.selected:after {
   width: 100%;
}

/************************************ For Style 2 ****************************************/


/************************************ For Style 3 ****************************************/

.woocommerce ul.phoen_multistep_style3 li {
    display: inline-block;
    float: left;
    margin: 0 20px 5px 0;
    min-width: 100px;
    position: relative;
	max-height: 45px;
    min-height: 45px;
    line-height: 45px;
}

.woocommerce ul.phoen_multistep_style3 li:last-child {
	margin: 0;
}

.woocommerce ul.phoen_multistep_style3 li::after {
    border-style: solid;
    border-width: 23px 18px;
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
}

.woocommerce ul.phoen_multistep_style3 li:last-child:after {
	display: none;
}


.woocommerce ul.phoen_multistep_style3 li::before {
    border-style: solid;
    border-width: 23px 18px;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}

/************************************ For Style 3 ****************************************/


/************************************ For Style 4 ****************************************/

.woocommerce ul.phoen_multistep_style4 {
	float: left;
	width: 23%;
}

.woocommerce .phoen_multi_step_hor_view {
	float: right;
	width: 75%;
	margin-top: 20px;
}

.woocommerce ul.phoen_multistep_style4 li {
    
	position: relative;
	
}

.woocommerce ul.phoen_multistep_style4 li.selected {
	border-radius: 8px;
	z-index: 9;
}

.woocommerce ul.phoen_multistep_style4 li::after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	right: 0;
	transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
	height: 0;
	z-index: -1;
	
}

.woocommerce ul.phoen_multistep_style4 li.selected::after {
	height: 100%;
}

/************************************ For Style 4 ****************************************/


/************************************ For Style 5 ****************************************/

.woocommerce ul.phoen_multistep_style5 {
	display: inline-block;
	
}

.woocommerce ul.phoen_multistep_style5 li {
	float: left;
	background-color: transparent;
	margin: 0;
}


/************************************ For Style 5 ****************************************/


/************************************ For Style 6 ****************************************/

.woocommerce ul.phoen_multistep_style6 li {
	float: left;
    list-style: outside none none;
    margin-left: 30px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
    position: relative;
	margin-right: 0;
	margin-top: 0;
}

.woocommerce ul.phoen_multistep_style6 li:last-child {
	padding: 0;
}


.woocommerce ul.phoen_multistep_style6 li:after {
    border-radius: 50%;
    font-size: 12px;
    height: 25px;
    left: -30px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    z-index: 9;
}

.woocommerce ul.phoen_multistep_style6 li:first-child:after {
	content: "1";
}

.woocommerce ul.phoen_multistep_style6 li:nth-child(2):after {
	content: "2";
}

.woocommerce ul.phoen_multistep_style6 li:nth-child(3):after {
	content: "3";
}

.woocommerce ul.phoen_multistep_style6 li:nth-child(4):after {
	content: "4";
}

.woocommerce ul.phoen_multistep_style6 li:nth-child(5):after {
	content: "5";
}

.woocommerce ul.phoen_multistep_style6 li:nth-child(6):after {
	content: "6";
}

.woocommerce ul.phoen_multistep_style6 {
	display: inline-block;
}


.woocommerce ul.phoen_multistep_style6 li::before {
    border-style: solid;
    border-width: 8px;
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce ul.phoen_multistep_style6 li:last-child:before {
	display: none;
}
/************************************ For Style 6 ****************************************/


/************************************ For Style 7 ****************************************/

.woocommerce ul.phoen_multistep_style7 {
	display: inline-block;
}

.woocommerce ul.phoen_multistep_style7 li {
 
    float: left;
    margin-right: -20px;
    position: relative;
	border-radius: 30px 0 0 30px;
	margin-bottom: 10px;
	max-height: 45px;
    min-height: 45px;
    line-height: 45px;
	margin-left: 0;
	margin-top: 0;
}

.woocommerce ul.phoen_multistep_style7 li:last-child {
	border-radius: 30px;
}

.woocommerce ul.phoen_multistep_style7 li:after {
	
    border-radius: 50%;
    height: 44px;
    left: 2px;
    line-height: 44px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    z-index: 9;
}

.woocommerce ul.phoen_multistep_style7 li:first-child:after {
	content: "1";
}

.woocommerce ul.phoen_multistep_style7 li:nth-child(2):after {
	content: "2";
}

.woocommerce ul.phoen_multistep_style7 li:nth-child(3):after {
	content: "3";
}

.woocommerce ul.phoen_multistep_style7 li:nth-child(4):after {
	content: "4";
}

.woocommerce ul.phoen_multistep_style7 li:nth-child(5):after {
	content: "5";
}

.woocommerce ul.phoen_multistep_style7 li:nth-child(6):after {
	content: "6";
}

.woocommerce ul.phoen_multistep_style7 li::before {
    border-left: 2px solid #fff;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 47px;
    left: -1px;
    position: absolute;
    top: 0;
    width: 53px;
}

.woocommerce ul.phoen_multistep_style7 li:first-child:before {
	display: none;
}




/************************************ For Style 7 ****************************************/



/************************************ For Style 8 ****************************************/

.woocommerce ul.phoen_multistep_style8 {
	list-style: none;
	padding: 0;
	display: inline-block;
	margin-bottom: 0;
}

.woocommerce ul.phoen_multistep_style8 li {
	display: inline-block;
	position: relative;
}

.woocommerce ul.phoen_multistep_style8 li::after {
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
	opacity: 0;
}



.woocommerce ul.phoen_multistep_style8 li.selected:after {
	opacity: 1;
}

/************************************ For Style 8 ****************************************/



/************************************ For Style 9 ****************************************/

.woocommerce ul.phoen_multistep_style9 {
	list-style: none;
	padding: 0;
	display: inline-block;
	position: relative;
}

.woocommerce ul.phoen_multistep_style9::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: skew(21deg, 0deg);
}

.woocommerce ul.phoen_multistep_style9 li {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin: 0;
}

.woocommerce ul.phoen_multistep_style9 li.selected::after {
    content: "";
    height: 113%;
    left: 0;
    position: absolute;
    right: 0;
    top: -4px;
    transform: skew(3deg, 5deg);
    z-index: -1;
}

/************************************ For Style 9 ****************************************/


/************************************ For Style 10 ****************************************/

.woocommerce ul.phoen_multistep_style10 {
	list-style: none;
	padding: 0;
	display: inline-block;
}

.woocommerce ul.phoen_multistep_style10 li {
	display: inline-block;
	position: relative;
	background-color: transparent;
	border-radius: 8px;
}




.woocommerce ul.phoen_multistep_style10 li.selected:after {
	
    z-index: 9;
}

.woocommerce ul.phoen_multistep_style10 li:after {
    border-radius: 50%;
    font-size: 12px;
    height: 25px;
    left: -13px;
    line-height: 23px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    z-index: 9;
}

.woocommerce ul.phoen_multistep_style10 li:first-child:after {
	content: "1";
}

.woocommerce ul.phoen_multistep_style10 li:nth-child(2):after {
	content: "2";
}

.woocommerce ul.phoen_multistep_style10 li:nth-child(3):after {
	content: "3";
}

.woocommerce ul.phoen_multistep_style10 li:nth-child(4):after {
	content: "4";
}

.woocommerce ul.phoen_multistep_style10 li:nth-child(5):after {
	content: "5";
}

.woocommerce ul.phoen_multistep_style10 li:nth-child(6):after {
	content: "6";
}

/************************************ For Style 10 ****************************************/


/************************************ For Style 11 ****************************************/

.woocommerce .phoe_multistep_main_data .phoen_checkout_page_button.phoen_slider_active:before {
	position: absolute;
}
 
.woocommerce form#phoen_checkout_validate_form {
	width: 100%;
}

.woocommerce .phoe_multistep_main_data .phoen_checkout_page_button.phoen_slider_active::before {
    content: "";
    left: -120px;
    position: absolute;
    top: 10px;
    background: url("../images/arrow.jpg") left top no-repeat;
	width: 106px;
	height: 39px;
	cursor: default;
}

.woocommerce .phoe_multistep_main_data .phoen_checkout_page_button.phoen_slider_active::after {
	background: rgba(0, 0, 0, 0) url("../images/checkout.jpg") no-repeat scroll left top;
    content: "";
    cursor: default;
    height: 40px;
    left: -190px;
    position: absolute;
    top: 50px;
    transform: rotate(-6deg);
    width: 120px;
}

.phoe_checkout_page_slider .phoen_button_next.button,
#phoen_checkout_validate_form .phoen_button_next.button,
#phoen_checkout_validate_form .phoen_button_prev.button {
	margin-bottom: 15px;
}


/************************************ For Style 11 ****************************************/



@media only screen and (max-width:599px) {
	
	.woocommerce .phoen_multi_step_hor_view,
	.woocommerce ul.phoen_multistep_style4 {
		width: 100%;
	}
	
}