#pvt-main {
	background:#f2f2f2;
}
#box-middle {
	background:#FFF;
	padding: 30px 15px 0;
}
/* breadrumb style */
#breadrumb {
	background:#f2f2f2;
}
.navation {
	float:right;
	overflow:hidden;
}
.navation>li {
	float:left;
	color:#666666;
	margin-right:5px;
	padding-top:5px;
	font-size:12px;
	padding-bottom:5px;
}
.navation>li:last-child {
	margin-right:0;
}
.navation>li>a {
	color:#00cc33;
}
.navation>li>a:hover {
	color: #00cc33;
}
.navation>li>a::after {
	content: "\f105";
	margin-left:7px;
	color:#999999;
}

/* box-middle style */
.box-middle {
	padding-top:30px;
	padding-bottom:30px;
}

.anton {
	color: #00cc33;
	font-family: 'Anton';
	font-weight:400 !important;
	text-transform: uppercase;
}

/* post-title style */
.box-title {
	margin-bottom:15px;
}
.post-title {
	margin:0;
	color: #00cc33;
	font-size:22px;
	text-align:center;
	position:relative;
	padding-bottom:7px;
	line-height: 1.5em;
	text-transform:uppercase;
}
.post-title::before {
	bottom:0;
	left:50%;
	content:'';
	width:70px;
	height:2px;
	display:block;
	position:absolute;
	background:#ffd727;
	transform:translate(-50%, 0);
	-moz-transform:translate(-50%, 0);
	-webkit-transform:translate(-50%, 0);
}

.post-content {
	background:#FFF;
}
.alert.alert-warning {
	margin-bottom:0;
}
.shopping-title {
	color:#00cc33;
	font-size:16px;
	margin:0;
	padding-bottom:10px;
	text-transform:uppercase;
	border-bottom:2px solid #00cc33;
	font-weight:700;
}
.content-inner {
	padding:20px;
	border:1px solid #e2e2e2;
}
.cart-item-wrap {
	width:100%;
	margin-bottom:30px;
}
.cart-item-wrap thead td {
	color:#FFF;
	font-weight:700;
	padding: 8px;
	background: #00cc33;
	border: 1px solid #00cc33;
}
.cart-item {
	position: relative;
	border-left:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
}
.cart-item:last-child {
	border-bottom:0;
}
.cart-item-wrap tbody td {
	padding-top:10px;
	padding-bottom:10px;
}
.cart-item-wrap tbody tr:last-child td {
	border:none;
}
.cart-item-wrap td.last {
	width:150px;
	text-align: right;
    padding: 10px 20px;
}
.cart-item-wrap tfoot td {
	padding: 10px 15px 0;
	/* background:#f1f1f1; */
	border-left:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
}
.cart-item-wrap .point td {
	border-top: 0;
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom:1px solid #d1d1d1;
}
.cart-item-wrap .point .row_label {
	font-weight: 400;
    text-align: right;
    vertical-align: top;
    display: inline-block;
}
.cart-item-wrap .point .row_value {
	width: 150px;
	font-weight: 400;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}
.cart-item-wrap .point td em {
	color: #888;
	display: block;
	font-size: 12px;
	margin-top: 2px;
}
.cart-item-wrap tfoot .column-left {
	float:left;
}
.cart-item-wrap tfoot .column-left span {
	color:#333;
	font-size:16px;
	font-weight:700;
}
.cart-item-wrap tfoot .column-left span::before {
	font-weight:400;
	margin-right:5px;
	font-family:FontAwesome;
}
.cart-item-wrap tfoot .column-left b {
	color:#ec0e17;
	font-size:20px;
	font-weight: 700;
}
.cart-item-wrap tfoot .column-right {
	float:right;
	font-weight: 700;
}
.remove-item {
	width:32px;
	height:32px;
	float:left;
	display:block;
	font-size:16px;
	margin-left: 10px;
	text-align: center;
    line-height: 32px;
	border-radius:3px;
	border:1px solid #cccdcd;
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
}
.remove-item:hover {
	color:#d10000;
	border-radius:100%;
	border-color:#d10000;
}
.cart-item .thumb {
	width:60px;	
}
.item-thumb {
	height:60px;
	display:block;
	position:relative;
}
.item-thumb img {
	position:absolute;
	top:50%;
	left:50%;
	max-width:90%;
	max-height:90%;
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
}
.qty {
	font-weight: 700;
	position:relative;
	border-radius:4px;
	display:inline-block;
	vertical-align: middle;
	border:1px solid #cccdcd;
	-webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.2);
}
.btn-press {
	width:30px;
	height:30px;
	border:none;
	background:none;
	outline:none;
	text-align:center;
	color:#7e7e7e;
	float:left;
	font-size:12px;
	padding:0;
}
.btn-press:hover {
	color:#00cc33;
}
.btn-press::before {
	font-family:FontAwesome;
}
.minus {
	border-radius:3px 0 0 3px;
}
.quantity {
	width:40px;
	height:30px;
	outline:none;
	text-align:center;
	border:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-khtml-border-radius:0;
	border-left:1px solid #cccdcd;
	border-right:1px solid #cccdcd;
	float:left;
}
.subtotal {
	color:#ec0e17;
	font-weight:700;
}
#price_total .row_value {
	color:#ec0e17;
	font-size:18px;
	font-weight:700;
	width: 150px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.step-by-step {
	text-align:center;
	margin-bottom:15px;
}
.step-by-step li {
	display:inline-block;
	padding:0 25px;
}
.step-by-step li.active {
	color:#00a651;
}
.step-by-step li .icon {
	display:block;
}
.step-by-step li .icon::before {
	width:50px;
	height:50px;
	font-size:26px;
	font-family:FontAwesome;
	display:block;
	border:1px solid #505050;
	margin:0 auto 5px;
	line-height:50px;
	text-align:center;
	border-radius:100%;
}
.step-by-step li.active .icon::before {
	color:#FFF;
	border-color:#00a651;
	background-color:#00a651;
}

/* empty-cart style */
.empty-cart .close {
	display:none;
}

.info-cart .form-wrap {
	margin-bottom:15px;
}
.info-cart .form-field {
	margin-bottom:10px;
}
.info-cart .form-control {
	min-height:40px;
	border-radius:0;
	box-shadow:none;
	border-color:#d3d3d3;
}
.info-cart .form-button button {
	width:100%;
	border-radius:3px;
	height:40px;
	background:#00cc33;
	border:none;
	color:#FFF;
	font-size:16px;
}
.box-info .form-wrap {
	margin:0 !important;
}
.box-info .form-field {
	width:100%;
	display:table;
	overflow: hidden;
}
.form-field.last {
	margin:0 !important;
}
.box-info .form-label,
.box-info .form-input {
	display:table-cell;
	vertical-align: middle;
}
.box-info .form-label {
	width:125px;
}
.box-info .form-label label {
	font-weight:400;
}
.box-info .form-field.required label::after {
	content:'(*)';
	margin-left:5px;
	color:#ec0e17;
}
.form-button {
	text-align:center;
}
.form-button {
	margin-top:30px;
}
.form-button span {
	display:inline-block;
}
.form-button a,
.form-button input {
	background:#00cc33;
	border:none;
	font-weight:700;
	color:#FFF;
	text-transform:uppercase;
	display:block;
	border-radius:3px;
	height:40px;
	line-height:40px;
	padding:0 20px;
	min-width:180px;
	outline:none;
}
.content-left .form-button {
	text-align:right;
}
.content-right .form-button {
	text-align:left;
}

#payment-ship {
	margin-top:30px;
}
#payment-ship .inner {
    border-radius: 3px;
    min-height: 390px;
    padding: 20px 25px;
    border: 1px solid #d6d6d6;
}
#payment-ship .divtitle {
    margin: 0 0 15px;
    font-weight: 700;
    color: #484848;
}
ul.form-wrap {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}
#shippings li, 
#payments li {
    padding: 15px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #f7f7f7;
	position:relative;
	background:#f7f7f7;
}
#shippings li input, 
#payments li input {
    margin: 0;
	position:absolute;
	top:20px;
}
#shippings li label, 
#payments li label {
    margin: 0;
    cursor: pointer;
    margin-left: 8px;
	padding-left:15px;
	text-transform:uppercase;
	display:block;
}
#payments li.active,
#shippings li.active {
	border-color: #00cc33;
	background:none;
}
#shippings li.active label, 
#payments li.active label {
    color: #00cc33;
}
#shippings li .excerpt, 
#payments li .excerpt {
    /* display: none; */
    margin-top: 5px;
    padding: 0 25px;
    color: #888;
}
#shippings li.active .excerpt, 
#payments li.active .excerpt {
    display: block;
}
#check-same {
	margin-left:125px;
	margin-top:15px;
	cursor:pointer;
}
#check-same>span::before {
	font-family:FontAwesome;
	color:#00cc33;
	margin-right:5px;
}
#check-same>span.active::before {
	content: '\f14a';
	font-weight:400;
}
#note-cart {
	margin-top:30px;
	min-height:auto !important;
}
textarea.note-cart {
	box-shadow:none;
	background:#f7f7f7;
	height:130px;
	border:none;
	border-radius:0;
}
.checkout_finished {
	border-radius:5px;
	background:#f2f2f2;
}
.continue_shopping {
	text-align:center;
	margin-top:15px;
}
.customer-info {
	padding:20px;
	padding-left:400px;
	margin-bottom: 10px;
	border:1px solid #0d9d53;
	background:url(../images/cart_finished.png) no-repeat 40px 20px;
}
.customer-info h4 {
	color:#00cc33;
	text-transform:uppercase;
	font-size:14px;
	font-weight:700;
	margin:0 0 5px;
}
.customer-info h5 {
	margin:10px 0 5px;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
}
.checkout_finished h3 {
	font-size:30px;
	font-weight:700;
	color:#00cc33;
	text-transform:uppercase;
	text-align:center;
	margin:0 0 10px;
}
.note-mess {
	font-size:30px;
	text-align:center;
	margin-bottom:10px;
	font-weight:400;
}
.form-button span.loadding {
	position:relative;
}
.form-button span.loadding::before {
	content: "\f110";
	font-family:FontAwesome;
	left:20px;
	position: absolute;
    top: 50%;
	color:#FFF;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
}


/* list-payment style */
.list-payment li {
	margin-bottom:5px;
	background:#f1f1f1;
	position: relative;
	border: 1px solid #f1f1f1;
	padding:10px 15px 10px 30px;
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
}
.list-payment li:last-child {
	margin-bottom:0;
}
.list-payment li.active {
	background:#FFF;
	border-color:#00cc33;
}
.list-payment li input {
	left:10px;
	position:absolute;
}
.list-payment li label {
	margin:0 0 0 2px;
	display:inline-block;
	vertical-align:middle;
}
.list-payment li.active label {
	color:#00cc33;
}
.list-payment li .excerpt {
	color:#666666;
	margin-top:5px;
}

/* list-shipping style */
.list-shipping li {
	margin-bottom:5px;
	background:#f1f1f1;
	position: relative;
	border: 1px solid #f1f1f1;
	padding:10px 15px 10px 30px;
	transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
}
.list-shipping li:last-child {
	margin-bottom:0;
}
.list-shipping li.active {
	background:#FFF;
	border-color:#00cc33;
}
.list-shipping li input {
	left:10px;
	position:absolute;
}
.list-shipping li label {
	margin:0 0 0 2px;
	display:inline-block;
	vertical-align:middle;
}
.list-shipping li.active label {
	color:#00cc33;
}
.list-shipping li .excerpt {
	color:#666666;
	margin-top:5px;
}

/* box-button style */
.group-btn {
	margin-top:15px;
	text-align:center;
}
.group-btn button,
.group-btn a {
	color:#FFF;
	height:40px;
	border:none;
	margin:auto;
	outline:none;
	padding:0 20px;
	line-height:40px;
	border-radius:4px;
	background: #00cc33;
	display: inline-block;
	vertical-align:middle;
}
.group-btn button::before,
.group-btn a::before {
	padding-right:5px;
	font-family:FontAwesome;
}

.sd-mess {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 350px;
	background:url(../images/cart_finished.png) no-repeat 85px center;
}

.continue-shopping {
	margin-bottom:10px;
	text-align:center;
}
.continue-shopping a {
	display:inline-block;
	height:40px;
	line-height:40px;
	color:#FFF;
	padding:0 30px;
	background:#00cc33;
	border-radius:4px;
	vertical-align: top;
}
.continue-shopping a::before {
	font-weight:400;
	margin-right:5px;
}








/* Cart page */
.info-cart {
	margin-top:15px;
	margin-left:-8px;
	margin-right:-8px;
	overflow:hidden;
}
.info-cart .content-left,
.info-cart .content-right {
	width:50%;
	float:left;
	padding-left:8px;
	padding-right:8px;
}

/* box-info style */
.box-info {
	padding:15px;
	background:#FFF;
}
.box-info .divtitle {
	color: #00cc33;
	font-size:18px;
	margin:0 0 20px;
	font-family: 'Anton';
}
#box-login .form-button {
	margin-top:10px;
}
#box-login .form-button button {
    width: 100%;
    height: 40px;
    border: none;
    color: #FFF;
    font-weight:400;
    font-size: 16px;
    border-radius: 3px;
    background: #00cc33;
}
#box-login .form-button button::before {
    font-family: FontAwesome;
    margin-right: 10px;
}

.social-login {
    overflow: hidden;
    margin: 0 -10px;
}
.social-login li {
    float: left;
    width: 50%;
    padding: 0 10px;
    font-weight: 700;
}
.social-login li a {
    text-align: center;
    display: block;
    border-radius: 3px;
    color: #FFF;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.login-fb a {
    background: #3a5897;
}
.login-gg a {
    background: #de4b31;
}
.social-login-wrap {
	margin-top:15px;
	/* background:#ececec; */
	padding:10px 10px 15px;
	color: black;
}
.social-login-wrap .divtitle {
	margin-bottom:15px;
	text-align: center;
}
.social-login li a::before {
    margin-right: 5px;
    font-weight: 400;
}
span.remember-me {
	float:left;
}
span.remember-me * {
	margin:0;
	font-weight:400;
	display: inline-block;
    vertical-align: middle;
}
span.remember-me input {
	position:relative;
}
span.forget-pass {
	float:right;
}

.empty-cart {
	margin-bottom:30px;
}
.empty-cart .alert {
	border-radius:0;
}
span.is-same * {
	margin:0;
	color:#00984a;
	font-weight:400;
}
span.is-same label::before {
	padding-right:5px;
	font-family:FontAwesome;
}

.customer-left,
.customer-right {
	min-height: 290px;
}

.box-comment {
	margin-top:15px;
}
#box-customer {
	min-height:353px;
}
#comment {
	border:none;
	min-height:138px;
	background:#f1f1f1;
}

.checkout_finished {
	margin-bottom:20px;
}

h4.h4 {
	margin: 0 0 20px;
	font-size:20px;
	text-align:center;
	font-family: 'Anton';
}
.box-infomation {
	margin-left:-8px;
	margin-right:-8px;
	overflow: hidden;
}
.box-infomation .box {
	width:50%;
	float:left;
	padding-left:8px;
	padding-right:8px;
	margin-bottom:15px;
}
.box-infomation .inner {
	padding:10px;
	min-height:95px;
	border-radius:4px;
	border:1px solid #d1d1d1;
}

/* Responsive 1200px */
@media screen and (max-width: 1200px)
{
	.continue-shopping {
		margin-bottom: 15px;
	}
}

/* Responsive 768px */
@media screen and (max-width: 768px)
{
	.sd-mess {
		padding-left: 260px;
		background: url(../images/cart_finished.png) no-repeat 20px center;
	}
	.box-infomation .box {
		width: 100%;
		float: none;
	}
	.info-cart .content-left, .info-cart .content-right {
		width: 100%;
	}
	#box-customer {
		min-height: initial;
	}
}

/* Responsive 767px */
@media screen and (max-width: 767px)
{
	#mobile-content {
		padding:10px;
		background:#f1f1f1;
	}
	.post-title {
		color: #00cc33;
		font-size: 22px;
		margin: 5px 0 10px;
		position: relative;
		padding-bottom: 0;
		line-height: 1.5em;
		border-bottom: 0;
		text-align: center;
	}
	.post-title::before {
		display:none;
	}
	.step-by-step li {
		padding: 0 15px;
	}
	.mobile-info-cart {
		background:#FFF;
		margin-bottom:10px;
		border:1px solid #ddd;
		border-radius: 4px;
	}
	.item-cart-wrap {
		padding-left:10px;
		padding-right:10px;
	}
	.item-cart-wrap .item-cart {
		border:none;
		padding:15px 0;
		border-bottom:1px solid #e5e5e5;
	}
	.item-cart-wrap .item-cart:last-child {
		border-bottom:0;
	}
	.item-cart-wrap .item-cart .inner {
		position:relative;
		display:table;
		width:100%;
	}
	.item-cart-wrap .item-cart .thumb,
	.item-cart-wrap .item-cart .text {
		display:table-cell;
		vertical-align:top;
	}
	.item-cart-wrap .item-cart .thumb {
		width:20%;
	}
	.item-cart-wrap .item-cart .text {
		padding-left:10px;
	}
	.item-cart-wrap .item-cart .text li {
		margin-bottom:7px;
	}
	.item-cart-wrap .item-cart .text li:last-child {
		margin-bottom:0;
	}
	.item-cart-wrap .item-cart .text li.pname {
		font-weight:700;
	}
	.item-cart-wrap .item-cart .text li .row0,
	.item-cart-wrap .item-cart .text li .row1,
	.item-cart-wrap .item-cart .text li .row2 {
		display:inline-block;
		vertical-align:middle;		
	}
	.item-cart-wrap .item-cart .text li .row0 {
		min-width:80px;
	}
	.item-cart-wrap .item-cart .remove-item {
		position:absolute;
		bottom:0;
		right:0;
	}
	.info-cart-footer {
		padding:15px;
		text-align:right;
		background:#e5e5e5;
		overflow:hidden;
	}
	span.fa-phone::before {
		padding-right:5px;
		font-family:FontAwesome;
	}
	.info-cart-footer .column-left {
		float:right;
		font-size:16px;
		background:#FFF;
		font-weight:700;
		padding:5px 15px;
		border-radius:4px;
		border:1px solid #bcbcbc;
	}
	.info-cart-footer .column-left b {
		color:#ec0e17;
		font-size:20px;
		font-weight:700;
	}
	.info-cart-footer .column-right {
		float:right;
		font-size:16px;
		font-weight:700;
		margin-bottom:10px;
	}
	#frm-login {
		margin-bottom: 10px;
	}
	.box-info .form-field {
		margin-bottom:10px;
	}
	.box-info .form-field .form-control {
		border-radius:0;
	}
	.social-login {
		margin: 0 -5px;
	}
	.social-login li {
		padding: 0 5px;
	}
	span.remember-me * {
		display: inline-block;
		vertical-align: middle;
	}
	.box-info .divtitle {
		margin: 0 0 15px;
	}
	.box-info .form-label, .box-info .form-input {
		display: block;
	}
	.box-info .form-label {
		width: 100%;
	}
	.box-info .form-label label {
		font-weight:700;
		font-size:13px;
	}
	#box-customer {
		margin-bottom:0;
		min-height: initial;
	}
	.group-btn {
		margin-top: 20px;
		text-align: center;
		margin-bottom: 10px;
	}
	.social-login-wrap {
		margin-top: 15px;
		background: #ececec;
		padding: 10px;
	}
	.box-info {
		padding:10px;
		border-radius: 4px;
		margin-bottom:10px;
		border: 1px solid #ddd;
	}
	.social-login li a {
		font-size: 14px;
	}
	#comment {
		min-height: 100px;
	}
	.checkout_finished {
		border-radius: 4px;
		background: #FFF;
		padding: 10px;
		border: 1px solid #ddd;
	}
	.box-infomation {
		margin-left: 0;
		margin-right: 0;
		overflow: hidden;
	}
	.box-infomation .box {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 10px;
	}
	.box-infomation .box.last {
		margin-bottom:0;
	}
	.entry {
		margin-bottom:20px;
	}
	.empty-cart {
		margin-bottom: 10px;
	}
	.empty-cart .alert {
		border-radius: 4px;
		background: #FFF;
		border: 1px solid #ddd;
		line-height: 1.8em;
		color: #333;
	}
}