﻿@charset "UTF-8";
/* CSS Document */
html,body{
	font-size: 13px;
	line-height: 1.8;
	height:100%;
        margin: 0;
        padding: 0;
}

a{
	color: #81b119;
}

/* header*/

.navbar{
	border-top: none;
	//border-bottom: 1px solid #ccc;
	margin-bottom: 0;
	border-radius: 0;
}

.hd-logo{
	display: block;
	width: 159px;
}

.navbar-nav{
	margin-top: 0;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.navbar-nav > li{
		//border-bottom: 1px solid #bbb;
	}

	.navbar-nav > li:first-child{
		//border-top: 1px solid #bbb;
	}
}

.navbar-nav > li > a{
	position: relative;
	padding: 10px 30px;
	color: #222;
	line-height: 1.2;
	text-align: center;
	
}

.navbar-nav > li > a:hover, 
.navbar-nav > li > a:focus{
	background-color: #fff;
}

.navbar-nav > li > a:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	transition: all .3s ease;
  	-webkit-transition: all .3s ease;
}

.navbar-nav > li.current > a:before,
.navbar-nav > li > a:hover:before{
	background-color: #81b119;
}

.navbar-nav > li > a > span{
	color: #aaa;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
}

/* hamburger */
.navbar-toggle {
	border-color: #aacc06;
}

.navbar-toggle .icon-bar{
	background-color: #aacc06;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

/* 開いた時 */
.menu--open .icon-bar:first-child{
	transform: translateY(6px) rotate(-45deg);
	-webkit-transform: translateY(6px) rotate(-45deg);
}

.menu--open .icon-bar:nth-child(2){
	opacity: 0;
}

.menu--open .icon-bar:last-child{	
	transform: translateY(-6px) rotate(45deg);
	-webkit-transform: translateY(-6px) rotate(45deg);
}

/* slider */
.slider-wrap{
	position: relative;
	margin: 0 auto;
	background-color: #000;
	width: 100%;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-slide {
	position: relative;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.slick-slide:not(.slick-current) {
	opacity: .15;
}

.slider__item img{
	display: block;
	margin: 0 auto;
	width: 100%;
}

.slider__text{
	display: block;
	position: absolute;
	width: 85%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size:1.25rem;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.6);
}


.control{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.control__item img{
	display: block;
	width: 100%;
	max-width: 100%;
}

.slick-next,
.slick-prev{
	width: 25px;
	height:59px;
	top: 50%;
 -webkit-transform: translate(0%, -50%);
 transform: translate(0%, -50%);
}

.slick-next{
	right: -10px;
}

.slick-prev{
	left: -10px;
}

@media (max-width: 767px) {
	.control{
		width: 100%;
	}
	
	.slick-next{
	right: 6px;
}

.slick-prev{
	left: 6px;
}
	.slick-dots {
		bottom: 10%;
	}
}

@media (min-width: 768px) {
	.slider__item img {
		max-width: 750px;
	}
	.slider__text{
		font-size:31px;
	}
}

@media (min-width: 992px) {
	.slider__item img {
		max-width: 970px;
	}
}
@media (min-width: 1200px) {
	.slider__item img {
		max-width: 1170px;
	}
}

/* main */
.main{
	min-height:calc(100% - 320px);
	/* min-height:100vh; */

}
.main-sec{
	//margin-bottom: 30px;
}

.main-h-wrap{
	/*background: url(../images/h1-bg-pattern.png) top left repeat;*/
	background-color: #fff;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

.main-h{
	padding: 20px 0;
	margin: 0;
	/*border-left: 1px solid #81b119;*/	
	font-size: 21px;
	color: #81b119;
}

.h2-style01{
	padding: 25px 0;
	margin: 0 auto;
	border-top: 4px solid #81b119;
	font-weight: bold;
	font-size: 16px;
	color: #81b119;
	text-align: center;
}

.h2-style02{
	padding: 15px 0;
	margin: 0 auto 30px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background-color: #aacd06;
	border-radius: 4px;
}

/* top main */
.have-card {
	position:relative;
	background-color: #000;
}
	
.have-card:hover img {
	opacity: 0.7;
}
.top-card-wrap{
	padding-top: 30px;
	//background-color: #eee;
	margin-bottom: 15px;
}

.top-card-link{
	text-decoration: none;
}

.top-card-link:hover{
	text-decoration: none;
}

.top-card-link *{
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.top-card {
	position:relative;
	margin-bottom: 15px;
	background-color: #000;
}

.top-card:hover img {
	opacity: 0.7;
}

.top-card-text-wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.top-card-img{
	width: 100%;
	max-width: 100%;
}

.top-card-text--jp,
.top-card-text--en{
	display: block;
	text-align: center;
}

.top-card-text--jp{
	color: #fff;
	font-size: 19px;
}

.top-card-text--en{
	color: #222;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

.top-card-subttl{
	position: relative;
	display: block;
	background-color: #333;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.top-card-subttl:before{
	position: absolute;
	content: "";
	display: inline-block;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-top: -7px;
	margin-left: -2.8em;
	background: url(../images/icon-arrow.png) center center no-repeat;
	background-size: 12px 12px;
}

.top-card:hover .top-card-subttl{
	color: #81b119;
}
.have-card:hover .top-card-subttl{
	color: #81b119;
}
.news-wrap{
	//padding: 15px 0;
	//margin-bottom: 0px;
}

.news{
	//border-bottom: 1px solid #ccc;
}

.news:first-child{
	//border-top: 1px solid #ccc;
}

.news-inner{
	position: relative;
	//padding: 45px 15px 15px 15px;
	//border-left: 1px solid #ccc;
	//border-right: 1px solid #ccc;
}

.news-date{
	width: 15%;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

.news-title{
	margin-bottom: 0;
	font-weight: bold;
}

.news-category{
	position: absolute;
	display: inline-block;
	top: 15px;
	left: 15px;
	padding: 0 1em;
	border: 1px solid #095687;
	border-radius: 3px;
	color: #095687;
}

.list-label{
	font-size: 12px;
	margin-top: 0;
}

.list-label > span{
	display: inline-block;
	background-color:#222;
	color:#fff;
	padding: 0.25em 1em;
	border-radius: 2px;
}

.dl-style-item{
	overflow: hidden;
	padding: 15px 0;
}

.dl-style-item:nth-child(odd){
	background-color: #ddd;
}

.dl-style--info .dl-style-item:first-child{
	background-color: #aacd06;
}

.dl-style dt,
.dl-style dd{
	line-height: 1.8;
}

/* 代表挨拶 */

.message{
	margin-bottom: 2em;
	font-size: 14px;
}

.message-photo img{
	margin-bottom: 1em;
	display: block;
	max-width: 100%;
}

.message-sign{
	font-weight: bold;
	font-family: serif;
}

.sign--en{
	font-style: italic;
}

/* 事業案内 */
.b-card{
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 3em 2em;
	margin-bottom: 20px;
}

.b-card-icon{
	display: block;
	margin: 0 auto 30px;
	width: 81px;
}

.b-card-h{
	position: relative;
	padding-bottom: 15px;	
	font-size: 16px;
	text-align: center;
}

.b-card-h:after{
	position: absolute;
	content: "";
	display: block;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	width: 2em;
	height: 1px;
	background-color: #aacd06;
}

/* アクセス */

.map-wrap{
	position: relative;
}

.map{
	height: 300px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.map-label{
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 0.1em 0.5em;
	background-color: #222;
	color: #fff;
	z-index: 1;
}


/* form */
.form-wrap{
	padding: 45px 0;
/*	background-color: #f2f2f2; */
}

.form-wrap--step{
	background-color: transparent;
}

.form-group{
	margin-bottom: 20px;
}

.form-confirm{
	border-top: 1px dashed #ddd;
	margin-bottom: 30px;
}

.form-confirm__item{
  overflow: hidden;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dashed #ddd;
}

.form-confirm__item p{
	margin-bottom: 0;
}

.form-confirm__label{
  color: #888;
}

.form-confirm__input{
  padding-bottom: 0.5em;
}

.formmsg-wrap{
	padding: 2em;
	border: 2px solid #81b119;
	border-radius: 8px;
	font-size: 14px;
}

/* button */
.btn{
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 0.75em 1.5em;
}

.btn-green{
	border-color: #81b119;
	background-color: #81b119;
	color: #fff;
}

.btn-green:hover{
	border-color: #81b119;
	background-color: #fff;
	color: #81b119;
}

.btn-group-inline{
	text-align: center;
}

/* パンくず */

.progressbar {
	counter-reset: step;
	margin-bottom: 40px;
}

.progressbar li {
	list-style-type: none;
	width: 33.3333333333%;
	width:calc(100%/3);
	float: left;
	font-size: 12px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #bbb;
}

.progressbar li:before {
	width: 30px;
	height: 30px;
	content: counter(step);
	counter-increment: step;
	line-height: 30px;
	border: 2px solid #bbb;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: #fff;
}

.progressbar li:after {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #bbb;
	top: 15px;
	left: -50%;
	z-index: -1;
}

.progressbar li:first-child:after {
	content: none;
}

.progressbar li.active {
	color: #81b119;
	font-weight: bold;
}

.progressbar li.active:before {
	border-color: #81b119;
}

/*  .progressbar li.active + li:after {
      background-color: #81b119;
  }*/
/* footer */
.footer{
	position: relative;
	background-color: #ddd;
	padding-top: 40px;
}

.to-top{
	position: absolute;
	display: block;
	width: 68px;
	height: 40px;
	top: 1px;
	right: 0;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.to-top:hover{
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.3);	
}

.ft-logo{
	display: block;
	width: 127px;
	margin: 0 auto 40px;
}

.ft-profile{
	text-align: center;
	margin-bottom: 40px;
}

.ft-nav{
	text-align: center;
}

.ft-nav__item{
	display: inline-block;
	margin-bottom: 15px;
	text-align: center;

}

.ft-nav__item a{
	
	padding: 0 1.5em;
	border-left: 1px solid #adadad;
	color: #000;
}

@media (max-width: 767px) {
	.ft-nav__item:last-child a,
	.ft-nav__item:nth-child(3n) a{
		border-right: 1px solid #adadad;	
	}
}

.ft-copyright{
	margin-top: 20px;
	margin-bottom: 0;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 11px;
}

.ft-copyright{
	font-family: 'Montserrat', sans-serif;
}

/* Text */

.font-weight-bold{
	font-weight: bold;
}

@media (min-width: 768px) {
	
	/* header */
	
	.hd-logo{
		width: 194px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.navbar-nav > li > a{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	/* main */
	.main-h-wrap{
		margin-bottom: 60px;
	}
	.main-sec{
		margin-bottom: 60px;
	}	
	
	.top-card-wrap{
		padding-top: 0;
	}
	.top-card {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	
	.news-inner{
		//padding: 0;
		border: none;
		//border-left: 1px solid #ccc;
		letter-spacing: -1em
	}

	.news-date,
	.news-text,
	.news-category{
		display: inline-block;
		//padding: 15px 20px;
		vertical-align: top;
		letter-spacing: 0em
	}

	.news-date{
		width: 15%;
		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
	}

	.news-text{
		width: 85%;
		//border-left: 1px solid #ccc;
		//border-right: 1px solid #ccc;
		padding-right: 11em;
	}
	
	.news-category{
		padding: 0 15px;
		right: 15px;
		left: auto;
	}
	
	/* アクセス */
	.map{
		height: 450px;
	}

	.map-address{
		float:left;
	}

	.map-link{
		float:right;
	}	
	
	/* form */
	.form-confirm{
		margin-bottom: 45px;
		border: 1px solid #ccc;
    border-radius: 4px;
	}
		
	.form-confirm__item{
		padding: 0;
		border: none;
	}

	.form-confirm__item > *{
    float: left;
    padding: 1.5em;
    min-height: 100%;//2.45em;
  }
	
	.form-confirm__item + .form-confirm__item {
    border-top: 1px dashed #ddd;
	}

  .form-confirm__label{
    width: 25%;
    padding-right: 1em;
    text-align: right;
		color: #888;
		font-weight: bold;
  }


  .form-confirm__input{
    width: 75%;
		border-left: 1px solid #ddd;
  }
	
	.formmsg-wrap{
		text-align: center;
	}
	
	.progressbar {
		margin-bottom: 60px;
	}

	/* footer */
	.footer{
		padding-top: 60px;
	}

	.ft-profile-wrap{
		position: relative;
		float: left;
		margin-bottom: 30px;
	}
	
	.ft-logo{
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.ft-profile{
		text-align: left;
		padding-left: 157px;
	}

	.ft-nav{
		float: right;
		padding: 0;
	}
	
	.ft-nav__item:first-child a{
		border-left: none;
	}
}

.navbar-nav {
  float: none;
  text-align:center;
}
ul.nav.navbar-nav  li {
    float:none;
    display: inline-block;
    margin: 0em;
}

/* 二階メニュー */
.nav__list {
	display: none;
	font-size: 14px;
	font-weight: 500;
	pointer-events: auto;
  }
  .nav__item {

	width: 100%;
  }
  .nav__item:hover .menu {
	transition: .1s all;
	opacity: 1;
	visibility: visible;
	width: 100%;
  }
  .nav__link {
	color: #fff;
  }
  .nav__menu, .nav__link {
	position: relative;
	padding-bottom: 5px;
  }
  .nav__menu:hover, .nav__link:hover {
	cursor: pointer;
  }
  .nav__menu:hover:after, .nav__link:hover:after {
	width: 100%;
  }
  
  
  .menu {
	position: absolute;
	width: 300px;
	background: #fff;
	padding: 10px;
	border-radius: 3px;
	transition: .1s all;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	z-index: 1;
  }
  
  .menu__link {
	display: block;
	position: relative;
	padding: 15px;
	transition: .1s;
	color: #000000;
  }
  
  .menu__link:hover {
	transition: .1s;
	background: #efefef;
	color: #81b119;
  }
  .menu__link:hover::after {
	right: 10px;
	transition: .1s;
  }

@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}


/* #portfolio-area {
    min-width:100%;
} */

.portfolio-wrap {
    //-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    //box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    //padding: 30px;
    //border-radius: 4px;

	
}
@media screen and (max-width:3600px){
.portfolio-wrap {
	width: 276px;
	}
}
@media screen and (max-width:1024px){
	.portfolio-wrap {
		width: 206px;
	}
}
@media screen and (max-width:768px){
	.portfolio-wrap {
		width: 136px;
	}
}
@media screen and (max-width:768px){
	.portfolio-wrap {
		width: 136px;
	}
}
@media screen and (max-width:426px){
	.portfolio-wrap {
		width: 316px;
	}
}
@media screen and (max-width:375px){
	.portfolio-wrap {
		width: 266px;
	}
}
@media screen and (max-width:320px){
	.portfolio-wrap {
		width: 210px;
	}
}
.portfolio-details h4 {
    font-weight: 700;
    color: #81b119;
    margin: 0 0 5px
}

.portfolio-details h6 {
    font-weight: 600;
    color: #fff;
    background-color: #130f40;
    padding: 2px 12px;
    display: inline-block;
    border-radius: 4px;
    margin: 0 0 15px;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 1px
}

.portfolio-details ul li {
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 2px 0;
    font-weight: 500;
    color: #130f40;
}

.portfolio-details ul li span {
    font-weight: 700;
    padding-right: 4px;
}

.portfolio-details a {
    display: inline-block;
    background-color: #81b119;
    font-weight: 600;
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px;
    margin: 20px 0 0;
}

.portfolio-carousel.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    text-align: center
}

.portfolio-carousel.owl-carousel .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    border: 2px solid #81b119;
    outline: 0;
    margin: 0 12px
}

.portfolio-carousel.owl-carousel .owl-dot.active {
    background-color: #81b119;
}

/* cart */
main p {
	font-size: 16px;
  }
  .page-title {
	padding-top: 30px;
	text-align: center;
  }
  main .cartbtn,
  header .cartbtn {
	background: #81b119;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 0;
	color: #fff;
	border-radius: 0;
  }
  main .cartbtn i,
  header .cartbtn i {
	padding-right: 5px;
  }
  main .cartbtn:hover,
  header .cartbtn:hover,
  main .cartbtn:active,
  header .cartbtn:active,
  main .cartbtn:focus,
  header .cartbtn:focus {
	background: #5f5f5f;
	color: #fff;
  }
  main .ct-product {
	text-align: center;
	margin-bottom: 30px;
  }
  main .ct-product:hover .inner {
	background: #81b119;
  }
  main .ct-product:hover .inner *,
  main .ct-product:hover .inner .ct-product-price {
	color: #fff;
  }
  main .ct-product .image img {
	width: 100%;
  }
  main .ct-product .inner {
	-webkit-transition: background 0.25s ease;
	transition: background 0.25s ease;
	position: relative;
	padding: 35px 15px 15px;
  }
  main .ct-product .inner .cartbtn {
	position: absolute;
	width: 55px;
	height: 55px;
	line-height: 46px;
	text-align: center;
	background: #81b119;
	padding: 0;
	border: 5px solid #fff;
	border-radius: 50%;
	font-size: 35px;
	left: 0;
	right: 0;
	top: 0;
	margin: -27.5px auto 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
  }
  main .ct-product .inner .cartbtn:hover {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  main .ct-product .inner .cartbtn:hover:active {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
  main .ct-product .inner .cartbtn i {
	position: relative;
	left: 4px;
  }
  main .ct-product .inner .ct-product-title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: center;
  }
  main .ct-product .inner .ct-product-price {
	margin-top: 10px;
	color: #81b119;
	display: block;
  }
  main .widget {
	padding-bottom: 50px;
	background: #fff;
	padding: 0 15px 15px;
  }
  main .ct-cart-empty {
	padding-top: 20px;
  }
  main .ct-cart {
	position: relative;
  }
  main .ct-cart:before,
  main .ct-cart:after {
	content: "";
	display: table;
	clear: both;
  }
  main .ct-cart .ct-cart-total:before {
	content: "合計: ";
	padding-right: 10px;
  }
  main .ct-cart ol {
	list-style: none;
	padding: 20px 0;
  }
  main .ct-cart ol li {
	position: relative;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
  }
  main .ct-cart ol li:first-child {
	border-top: 1px solid #eee;
  }
  main .ct-cart ol li button {
	position: absolute;
	top: 50%;
	margin-top: -12.5px;
	right: 10px;
	width: 25px;
	height: 25px;
	background: 0 0;
	border: 0;
	color: #81b119;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
  }
  main .ct-cart ol li button:hover {
	background: #81b119;
	color: #fff;
  }
  main .ct-cart ol li .ct-cart-name {
	display: block;
  }
  main .ct-cart ol li input,
  main .ct-cart ol li .ct-cart-price {
	color: #81b119;
	border: 0;
  }
  main .ct-cart ol li input {
	width: 50px;
  }
  main .ct-cart ol li .ct-cart-price:after {
	content: "x";
	padding: 0 10px;
  }
  main .ct-cart .ct-cart-checkout,
  main .ct-cart .ct-cart-clear {
	width: 45%;
	padding: 10px 0;
	border: 0;
	color: #fff;
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;
  }
  main .ct-cart .ct-cart-checkout:hover,
  main .ct-cart .ct-cart-clear:hover {
	background: #5f5f5f;
  }
  main .ct-cart .ct-cart-checkout {
	float: right;
	background: #81b119;
  }
  main .ct-cart .ct-cart-clear {
	float: left;
	background: #00c680;
  }
  main .ct-cart-empty {
	padding-top: 0;
	bottom: auto;
	top: -30px;
	left: 1px;
	text-align: left;
  }
  /* 注文-パンくず */

.cartprogressbar {
	counter-reset: step;
	margin-bottom: 40px;
}

.cartprogressbar li {
	list-style-type: none;
	width: 33.3333333333%;
	width:calc(100%/5);
	float: left;
	font-size: 12px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #bbb;
}

.cartprogressbar li:before {
	width: 30px;
	height: 30px;
	content: counter(step);
	counter-increment: step;
	line-height: 30px;
	border: 2px solid #bbb;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: #fff;
}

.cartprogressbar li:after {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #bbb;
	top: 15px;
	left: -50%;
	z-index: -1;
}

.cartprogressbar li:first-child:after {
	content: none;
}

.cartprogressbar li.active {
	color: #81b119;
	font-weight: bold;
}

.cartprogressbar li.active:before {
	border-color: #81b119;
}