html, body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color:#696969;
	font-family:Arial, Helvetica, sans-serif, "微軟正黑體";
	/*font-family:"Times New Roman", Times, serif, "微軟正黑體", sans-serif;*/
	/*background:url(../images/topnav_line.jpg) repeat-x 0 154px;*/
}
/*common*/
a {
	color:#777777;
	text-decoration: none;
}
a:hover {
	color:#000;
}
.clear {
	clear:both;
}
strong {
	font-weight:bold;
}
input[type="text"], textarea, select {
	width: 100%;
    border: #E6E6E6 1px solid;
    padding: 8px;
    vertical-align: middle;
    margin: 0;
	outline:none;
	box-sizing: border-box;
}
.float_l {
	float:left;
}
.float_r {
	float:right;
}

.wrapper {
	position:relative;
	width:100%;
	float:left;
	padding-top:64px;
}

/*header*/
.ad_txt {
	float: left;
	width: 100%;
	background-color: #efeeef;
	padding: 10px 0;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ad_txt.opened {
	visibility: visible;
	height: auto;
	opacity: 1;
    filter: alpha(opacity=1);
}
.ad_txt.close {
	visibility: hidden;
	height: 0;
	opacity: 0;
	padding: 0;
    filter: alpha(opacity=0);
}
.ad_box .block {
	position: relative;
}
.ad_box .ad_content {
	padding-right: 20px;
}
.btn_ad_close {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 10px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 20px;
	height: 20px;
	z-index: 10;
	text-indent: -9999px;
	cursor: pointer;
}
.btn_ad_close::before, .btn_ad_close::after {
	content: "";/* upper and lower lines of the menu icon */
	position: absolute;
	top: 10px;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #000;/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;/* apply transition to transform property */
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.btn_ad_close::before {
	-webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.btn_ad_close::after {
	-webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}
.btn_ad_open.opened {
	visibility: visible;
	opacity: 1;
    filter: alpha(opacity=1);
}
.btn_ad_open {
	display: inline-block;
	visibility:hidden;
	position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.btn_ad_open:before {
	z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 40px solid #000;
    border-left: 40px solid transparent;
    border-bottom: none;
    content:" ";
}
.btn_ad_open:after {
	text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 5px;
    right: 6px;
    z-index: 2;
    color: #FFF;
    font-weight: bold;
	content: "+";
}
.header {
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	background:#FFF;
	width:100%;
	height:64px;
	border-bottom:#e5e5e5 1px solid;
}
.logo {
	float:left;
}
.logo img {
	width:auto;
	height:63px;
}
.social_btn {
	float:right;
}
.social_btn li {
	float:left;
	border-left:#e5e5e5 1px solid;
}
.social_btn li a {
	display: block;
    height: 64px;
    line-height: 45px;
    font-size: 18px;
    padding: 10px 20px 10px 65px;
    text-align: center;
    background-size: 35px;
	background-repeat:no-repeat;
	background-position:20px 15px;
	transition: background 0.25s ease;
}
.social_btn li.social_btn_fb {
	
}
.social_btn li.social_btn_fb a {
	color:#4d5893;
	background-image:url(../images/facebook.svg);
}
.social_btn li.social_btn_line {
	
}
.social_btn li.social_btn_line a {
	color:#75c100;
	background-image:url(../images/line.svg);
}
.social_btn li.social_btn_fb a:hover, .social_btn li.social_btn_line a:hover {
	background-color: #F3F3F3;
}
.social_btn li.btn_buy a {
	padding:8px 10px;
	color:#FFF;
}
.social_btn li.btn_buy a span {
	display:block;
	position:relative;
	padding:0px 50px 0 40px;
	background:#EF860B;
	border-radius:30px;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	transition: background 0.25s ease;
}
.social_btn li.btn_buy a:hover span {
	position:relative;
	background:#ff981f;
	top:1px;
	left:1px;
}
.social_btn li.btn_buy a span i {
	position:absolute;
	top:0px;
	right:10px;
}
/*banner*/
.banner {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:60px;
	margin-top:10px;
}
.banner img {
	max-width:100%;
	height:auto !important;
}

/*main*/
.block {
	position:relative;
	margin:0 auto;
}
.main {
	float:left;
	width:100%;
	background:#FFF;
}
.title {
	clear:both;
	font-size:18px;
	color:#000;
	padding:10px 0;
	letter-spacing:1px;
	background: #F3F3F3;
}
.title span {
	padding:15px;
	/*background:#FFF;*/
}
.title span.en {
	font-size:17px;
	/*font-family:"Courier New", Courier, monospace;
	font-family: '-webkit-pictograph','Georgia';*/
	text-transform: uppercase;
	/*text-transform:capitalize;*/
}
.title span.zh {
	font-size:14px;
	background:url(../images/title_line.gif) no-repeat left center;
}
.title img {
	display:none;
}
.title.btn_cart_open {
	text-align:center;
	font-size:15px;
	background: #F3F3F3;
}
.title.btn_cart_open i {
	display:inline-block;
	-moz-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-o-transform:rotate(0deg);
-ms-transform:rotate(0deg);
transform:rotate(0deg);
-moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.title.btn_cart_open .collapsed i {
	-moz-transform:rotate(180deg);
-webkit-transform:rotate(180deg);
-o-transform:rotate(180deg);
-ms-transform:rotate(180deg);
transform:rotate(180deg);
}
.content {
	float:left;
	width:100%;
	padding:30px;
}
.buy_info {
	float:left;
	width:100%;
	padding:30px;
}
.desc_edit {
	float:left;
	width:100%;
}
.desc_edit img {
	max-width:100%;
	height:auto !important;
}


/*首頁廣告*/
.home_ad {
	/*width: 460px;
	height: 520px;*/
	width:300px;
	height:400px;
	text-align: left;
	position: fixed;
	top: 250px;
	right: 0px;
	z-index: 99999;
}
a.ad_close {
	display: block;
	width: 21px;
	height: 21px;
	background: url("../images/icon_close.gif") no-repeat center;
	left:0;
	top:-21px;
	position:absolute;
}
.ad_img {
	float: left;
	width: 300px;
	height: 400px;
	overflow: hidden;
}
/**/

/*footer*/
.footer {
	float:left;
	width:100%;
	margin: 15px 0;
}
.fix_scroll_btn {
	position:fixed;
	top:45%;
	right:15px;
}
.fix_scroll_btn li {
	margin-bottom:5px;
}
.fix_scroll_btn li a {
	display:block;
	width:66px;
	height:66px;
	line-height:66px;
	font-size:26px;
	text-align:center;
	color:#d6d6d6;
	background:#FFF;
	border:#e9eaec 2px solid;
	border-radius:10px;
}
.fix_scroll_btn li a.scrollToCart {
	font-size:35px;
	color:#FFF;
	background:#A9A9A9;
}
.fix_scroll_btn li a span {
	display:none;
}

/***** SEO用 *****/
h1.h1_seo {
	padding: 0px;
	margin: 0px;
	height: 0;
	position: absolute;
	text-indent: -9999px;
}
h2.h2_seo {
	padding: 0px;
	margin: 0px;
	height: 0;
	position: absolute;
	text-indent: -9999px;
}
h3.h3_seo {
	padding: 0px;
	margin: 0px;
	height: 0;
	position: absolute;
    text-indent: -9999px;
}
/**/
/*modal*/
#modal{
	display: none;
    position: fixed;
    background-color: #333333;
    top: 0;
    left: 0;
    filter: alpha(opacity = 60); /* 滤镜 IE */
    opacity: 0.6;
    z-index: 100002;
}
#tips{
	width: 32px;
	height: 32px;
	display: none;
	position: fixed; 
	top: 46%; 
	left: 49%; 
    z-index: 100003;
}
.success{
	position: fixed; 
	top: 40%; 
	left: 40%; 
    z-index: 100003;
    background-color: #ccaa90;
	text-align: center;
	font: bold 18px/34px "微軟正黑體", sans-serif;
	padding: 20px 30px;
}
/*==========以下部分是Valid form必须的===========*/
.Validform_checktip{
	margin-left:0;
	line-height:31px;
	height:31px;
	overflow:hidden;
	color:#999;
	font-size:12px;
}
.Validform_right{
	color:#71b83d;
	padding-left:20px;
	background:url("../images/right.png") no-repeat left center;
}
.Validform_wrong{
	color:red;
	padding-left:20px;
	white-space:nowrap;
	background:url("../images/error.png") no-repeat left center;
	width: auto;
}
.Validform_loading{
	padding-left:20px;
	background:url("../images/onLoad.gif") no-repeat left center;
}
.Validform_error{
	background-color:#ffe7e7;
}
#Validform_msg{color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');}
#Validform_msg .iframe{position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#000;}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{color:#cc0;}
#Validform_msg .Validform_info{padding:8px;border:1px solid #000; border-top:none; text-align:left;}
.info{
	border:1px solid #ccc; 
	padding:0 20px 0 5px; 
	color:#666; 
	position:absolute;
	display:none;
	line-height:20px;
	background-color:#fff;
	z-index:99;
}
.dec {
    bottom: -8px;
    display: block;
    height: 8px;
    overflow: hidden;
    position: absolute;
    left: 10px;
    width: 17px;
}
.dec s {
    font-family: simsun;
    font-size: 16px;
    height: 19px;
    left: 0;
    line-height: 21px;
    position: absolute;
    text-decoration: none;
    top: -9px;
    width: 17px;
}
.dec .dec1 {
    color: #ccc;
}
.dec .dec2 {
    color: #fff;
    top: -10px;
}

/* -------------------------------- 

Basic Style

-------------------------------- */
.cd-breadcrumb, .cd-multi-steps {
  width: 100%;
  padding: 0.5em 1em;
  margin: 1em auto;
  background-color: #edeff0;
  border-radius: .25em;
}
.cd-breadcrumb:after, .cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1.2rem;
  color: #2c3f4c;
}
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  /* selected step */
  color: #96c03d;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #96c03d;
}
.cd-breadcrumb.custom-separator li::after, .cd-multi-steps.custom-separator li::after {
  /* replace the default arrow separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(../img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li > *::before, .cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}
.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}
.cd-breadcrumb.custom-icons li.current:first-of-type > *::before, .cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(2) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(3) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}
.cd-breadcrumb.custom-icons li.current:nth-of-type(4) > *::before, .cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}

  .cd-breadcrumb, .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li, .cd-multi-steps li {
    margin: 1.2em 0;
  }
  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 1.2rem;
  }


/* -------------------------------- 

Triangle breadcrumb

-------------------------------- */

  .cd-breadcrumb.triangle {
    /* reset basic style */
    background-color: transparent;
    padding: 0;
  }
  .cd-breadcrumb.triangle li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
  }
  .cd-breadcrumb.triangle li:last-of-type {
    margin-right: 0;
  }
  .cd-breadcrumb.triangle li > * {
    position: relative;
    padding: 1em .8em 1em 2.5em;
    color: #2c3f4c;
    background-color: #edeff0;
    /* the border color is used to style its ::after pseudo-element */
    border-color: #edeff0;
  }
  .cd-breadcrumb.triangle li.current > * {
    /* selected step */
    color: #ffffff;
    background-color: #96c03d;
    border-color: #96c03d;
  }
  .cd-breadcrumb.triangle li:first-of-type > * {
    padding-left: 1.6em;
    border-radius: .25em 0 0 .25em;
  }
  .cd-breadcrumb.triangle li:last-of-type > * {
    padding-right: 1.6em;
    border-radius: 0 .25em .25em 0;
  }
  .no-touch .cd-breadcrumb.triangle a:hover {
    /* steps already visited */
    color: #ffffff;
    background-color: #2c3f4c;
    border-color: #2c3f4c;
  }
  .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after {
    /* 
    	li > *::after is the colored triangle after each item
    	li::after is the white separator between two items
    */
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    height: 0;
    width: 0;
    /* 48px is the height of the <a> element */
    border: 24px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
  }
  .cd-breadcrumb.triangle li::after {
    /* this is the white separator between two items */
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #ffffff;
    /* reset style */
    margin: 0;
  }
  .cd-breadcrumb.triangle li > *::after {
    /* this is the colored triangle after each element */
    z-index: 2;
    border-left-color: inherit;
  }
  .cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type > *::after {
    /* hide the triangle after the last step */
    display: none;
  }
  .cd-breadcrumb.triangle.custom-separator li::after {
    /* reset style */
    background-image: none;
  }
  .cd-breadcrumb.triangle.custom-icons li::after, .cd-breadcrumb.triangle.custom-icons li > *::after {
    /* 50px is the height of the <a> element */
    border-top-width: 25px;
    border-bottom-width: 25px;
  }

  @-moz-document url-prefix() {
    .cd-breadcrumb.triangle li::after,
    .cd-breadcrumb.triangle li > *::after {
      /* fix a bug on Firefix - tooth edge on css triangle */
      border-left-style: dashed;
    }
  }

/* -------------------------------- 

Custom icons hover effects - breadcrumb and multi-steps

-------------------------------- */

  .no-touch .cd-breadcrumb.triangle.custom-icons li:first-of-type a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:first-of-type em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:first-of-type a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:first-of-type em::before {
    /* change custom icon using image sprites - hover effect or current item */
    background-position: 0 -40px;
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(2) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(2) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(2) em::before {
    background-position: -20px -40px;
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(3) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(3) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(3) em::before {
    background-position: -40px -40px;
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(4) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(4) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(4) em::before {
    background-position: -60px -40px;
  }

/* -------------------------------- 

Multi steps indicator 

-------------------------------- */

  .cd-multi-steps {
    /* reset style */
    background-color: transparent;
    padding: 0;
    text-align: center;
  }

  .cd-multi-steps li {
    position: relative;
    float: none;
    margin: 0.4em 40px 0.4em 0;
  }
  .cd-multi-steps li:last-of-type {
    margin-right: 0;
  }
  .cd-multi-steps li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    content: '';
    height: 3px;
    background: #edeff0;
    /* reset style */
    margin: 0;
  }
  .cd-multi-steps li.visited::after {
    background-color: #E49A3D;
  }
  .cd-multi-steps li > *, .cd-multi-steps li.current > * {
    position: relative;
    color: #2c3f4c;
  }

  .cd-multi-steps.custom-separator li::after {
    /* reset style */
    height: 4px;
    background: #edeff0;
  }

  .cd-multi-steps.text-center li::after {
    width: 100%;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-1px);
    -moz-transform: translateY(-50%) translateX(-1px);
    -ms-transform: translateY(-50%) translateX(-1px);
    -o-transform: translateY(-50%) translateX(-1px);
    transform: translateY(-50%) translateX(-1px);
  }
  .cd-multi-steps.text-center li > * {
    z-index: 1;
    padding: .6em 1em;
    border-radius: .25em;
    background-color: #edeff0;
  }
  .no-touch .cd-multi-steps.text-center a:hover {
    background-color: #2c3f4c;
  }
  .cd-multi-steps.text-center li.current > *, .cd-multi-steps.text-center li.visited > * {
    color: #ffffff;
    background-color: #96c03d;
  }
  .cd-multi-steps.text-center.custom-icons li.visited a::before {
    /* change the custom icon for the visited item - check icon */
    background-position: 0 -60px;
  }

  .cd-multi-steps.text-top li, .cd-multi-steps.text-bottom li {
    /*width: 80px;*/
    text-align: center;
  }
  .cd-multi-steps.text-top li::after, .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    left: 50%;
    /* 40px is the <li> right margin value */
    width: calc(100% + 35px);
  }
  .cd-multi-steps.text-top li > *::before, .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #edeff0;
  }
  .cd-multi-steps.text-top li.visited > *::before,
  .cd-multi-steps.text-top li.current > *::before, .cd-multi-steps.text-bottom li.visited > *::before,
  .cd-multi-steps.text-bottom li.current > *::before {
    background-color: #E49A3D;
  }
  .no-touch .cd-multi-steps.text-top a:hover, .no-touch .cd-multi-steps.text-bottom a:hover {
    color: #96c03d;
  }
  .no-touch .cd-multi-steps.text-top a:hover::before, .no-touch .cd-multi-steps.text-bottom a:hover::before {
    box-shadow: 0 0 0 3px rgba(150, 192, 61, 0.3);
  }

  .cd-multi-steps.text-top li::after {
    /* this is the line connecting 2 adjacent items */
    bottom: 4px;
  }
  .cd-multi-steps.text-top li > * {
    padding-bottom: 20px;
  }
  .cd-multi-steps.text-top li > *::before {
    /* this is the spot indicator */
    bottom: 0;
  }

  .cd-multi-steps.text-bottom li::after {
    /* this is the line connecting 2 adjacent items */
    top: 3px;
  }
  .cd-multi-steps.text-bottom li > * {
    padding-top: 20px;
  }
  .cd-multi-steps.text-bottom li > *::before {
    /* this is the spot indicator */
    top: 0;
  }

/* -------------------------------- 

Add a counter to the multi-steps indicator 

-------------------------------- */
.cd-multi-steps.count li {
  counter-increment: steps;
}

.cd-multi-steps.count li > *::before {
  content: counter(steps) " - ";
}


  .cd-multi-steps.text-top.count li > *::before,
  .cd-multi-steps.text-bottom.count li > *::before {
    /* this is the spot indicator */
    content: counter(steps);
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 1rem;
    color: #ffffff;
  }

  .cd-multi-steps.text-top.count li:not(.current) em::before,
  .cd-multi-steps.text-bottom.count li:not(.current) em::before {
    /* steps not visited yet - counter color */
    color: #2c3f4c;
  }

  .cd-multi-steps.text-top.count li::after {
    bottom: 11px;
  }

  .cd-multi-steps.text-top.count li > * {
    padding-bottom: 34px;
  }

  .cd-multi-steps.text-bottom.count li::after {
    top: 11px;
  }

  .cd-multi-steps.text-bottom.count li > * {
    padding-top: 34px;
  }
