﻿.classtext {
  color: #000; width:100%;
  font-family: Arial, Helvetica, sans-serif;
  margin: 5px 0;
  padding: 9px 5px;
  outline: none;
  font-size: 13px;
  border: 1px solid #ebebeb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}


.cart-step {
	margin: 30px 0px 15px 0px; background:#fff;
	overflow: hidden
}
ol.progtrckr {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol.progtrckr li {
	display: inline-block;
	text-align: center;
	float: left
}
ol.progtrckr[data-progtrckr-steps="4"] li {
	width: 33.33%;
}
ol.progtrckr li.progtrckr-done {
	color: #36414b; background:#f2f2f2;
	border-top: 10px solid #0b4a89;
	padding: 10px 4%
}
ol.progtrckr li.progtrckr-done a {
	font-weight: bold;
	color: #36414b;
}
ol.progtrckr li.progtrckr-todo a {
	color: #d8d8d8
}
ol.progtrckr li.progtrckr-todo {
	color: #d8d8d8;
	border-top: 10px solid silver;
	padding: 10px 4%
}
ol.progtrckr li:before {
	position: relative;
	bottom: -2.5em;
	float: left;
	left: 50%;
	line-height: 1em;
}
ol.progtrckr li.progtrckr-done span.step {
	color: white;
	background: #c50003;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 16px;
	padding: 6px;
	display: block;
	font-weight: bold;
	float: left
}
ol.progtrckr li.progtrckr-done p {
	float: left;
	line-height: 28px;
	padding-left: 15px
}
ol.progtrckr li.progtrckr-todo p {
	float: left;
	line-height: 28px;
	padding-left: 15px
}
ol.progtrckr li.progtrckr-todo span.step {
	color: silver;
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 16px;
	padding: 4px;
	display: block;
	border: 2px solid #d8d8d8;
	font-weight: normal;
	float: left
}	
.cart-list {
	overflow: hidden
}
.cart-list li.thead {
	background: #6b96ae  !important
}
.cart-list li.thead div {
	color: #fff !important
}
.cart-list li, .block .heading {
	display: table;
	width: 100%;
	float: left;
	color: #000;
	border-bottom: 1px solid #dddddd
}
.cart-list li:nth-child(1n) {
	background: #f9f9f9
}
.cart-list li:nth-child(2n) {
	background: #fff
}
.cart-list li:before, .cart-list li:after {
	content: "";
	display: table;
	clear: both
}
.cart-list li div {
	height: 100%;
	display: table-cell;
	vertical-align: top;
	text-align: center;
	padding: 12px 1%
}
.cart-list li div span {
	color: #000;
	display: none
}
.cart-list li div.name > p {
	margin: 0;
	font-size: 14px
}
.cart-list li div:last-child {
	border: 0
}
.cart-list li div.name {
	text-align: left;
	font-weight: 700;
	font-size: 12px;
	color: #333;
	width: 30%
}
.cart-list li div.name img {
	width: 92px;
	height: 88px;
	float: left;
	border: 1px solid #e7e7e7;
	margin: 0 15px 5px 0;
	padding: 3px
}
.cart-list li div.name div {
	display: block;
	height: 100%;
	overflow: auto;
	width: auto;
	padding: 0
}
.cart-list li div.name div span {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: left
}
.cart-list li div.name div.product_attr.cart_attr {
	display: inherit
}
.cart-list li div.name div.product_attr.cart_attr p {
	color: #454545;
	text-align: left;
	font-weight: normal;
	margin-left: 10px
}
.cart-list li div.name div.product_attr.cart_attr .name_group {
	font-weight: bold !important;
	margin: 0px
}
.cart-list li div.name div.product_attr.cart_attr .name_attr i {
	padding-right: 5px
}
.cart-list li div.amount {
	width: 11%;
	font-weight: 700;
	font-size: 12px;
	color: #333;
	vertical-align: middle
}
.cart-list li div.amount input {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px;
	outline: none;
	font-size: 13px;
	border: 1px solid #ebebeb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-align: center;
	width: 60px
}
.cart-list li div.unit-price {
	width: 17%;
	font-weight: 700;
	font-size: 12px;
	color: #333;
	vertical-align: middle
}
.cart-list li div.price {
	width: 19%;
	font-weight: 700;
	font-size: 12px;
	color: #333;
	vertical-align: middle
}
.cart-list li div.action {
	width: 6%;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	color: #fff
}
.cart-list li div.stt
{
    width: 6%;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	color: #333;
	vertical-align:middle;
}
.cart-list li div.del a.delete {
	display: block;
	width: 9px;
	margin: 0 auto
}
.cart-list li.total div.unit-price {
	color: #333;
	font-weight: 700
}
.cart-list li.total div.price {
	color: red;
	font-weight: 700
}
.cart-list.guidi li div.num-order {
	width: 10%
}
.cart-list.guidi li div.name {
	width: 44%
}
.cart-list li div.cs, .cart-list li div.del {
	width: 7%;
	text-align: center;
	vertical-align: middle; cursor:pointer;
}
.cart-list li div.cs a, .cart-list li div.del a {
	color: #fff
}
 
/* Total */
.total {
	background: #fff;
	border: 1px solid #ebebeb;
	margin: 15px 0;
	position: relative;
	overflow: hidden
}
.total .left.col-lg-8.col-md-8.col-sm-12.col-xs-12 {
	padding: 0px
}
.total .left .coupon {
	background: #f9f9f9;
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid #ebebeb
}
.total .left .coupon span {
	line-height: 40px;
	margin-right: 10px;
	color: #878787;
	float: left
}
.total .left .coupon input {
	float: left; width:200px;
	margin: 0px
}
.total .left .coupon a {
	color: #fff;
	background: #23c8a8;
	font-weight: 700;
	float: left;
	margin: 1px 0px 0px 6px;
	padding: 9px 15px;
	border: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer
}
.total .left .payment-notifi {
	background: #f9f9f9;
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid #ebebeb
}
.total .info {
}
.total .info li {
	font-size: 12px;
	line-height: 25px
}
.total .info li img {
	margin-right: 15px
}
.confirm {
	background: #f9f9f9;
	padding: 15px 20px;
	height: 100%;
	right: 0px;
	border-left: 1px solid #ebebeb
}
.confirm li {
	display: block;
	border-bottom: 1px dotted #ccc;
	clear: both;
	padding: 10px 0;
	overflow: hidden
}
.confirm li:first-child {
	padding-top: 0px
}
.confirm li:last-child {
	border-bottom: none;
	padding-bottom: 0px
}
.confirm li a i {
	color: #F00
}
.confirm .red1 {
	color: red
}
a.cart-continue, input[type=submit].cart-continue {
	display: block;
	color: #fff;
	background: #fb544e;
	font-weight: 700;
	outline: none;
	border: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer;
	padding: 9px;
	margin-bottom: 15px
}
a.cart-continue-shopping {
	display: block;
	color: #06a0ed;
	margin-bottom: 15px;
	font-weight: 700;
	outline: none;
	border: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer;
	padding: 9px 0px;
	text-decoration: underline
}
a.cart-continue-shopping i {
	padding-right: 10px
}
a#checkout_express {
	background: #36414b;
	margin-left: 10px
}
.panel.panel-default.cart-step-two {
	background: #fff;
	border: 1px solid #eaeaea
}
.cart-step-two .panel-heading {
	padding: 0px
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel+.panel {
  margin-top: 5px;
}
.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.cart-step-two .panel-heading .panel-title {
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
}
.cart-step-two .panel-heading .panel-title a {
	display: block;
	font-weight: bold;
	font-size: 13px;
	text-shadow: 0px 2px 0px rgba(255, 255, 255, 1)
}
.cart-step-two .panel-body {
	padding: 15px 30px 15px 15px;  
}
.cart-step-two .panel-body ul li {
	line-height: 25px;
	color: #515151
}
.cart-step-two .panel-body ul li i {
	padding-right: 10px
}
.cart-step-two .panel-body .radio label input[type=radio] {
	margin-top: 4px
}
.cart-step-two .panel-body .radio ul li {
	line-height: 25px;
	color: #878787
}
.cart-step-two .panel-body .radio ul li i {
	padding-right: 10px
}
.cart-step-two .panel-body .radio .block {
	border: none
}
.cart-step-two .panel-body .radio .block .main label {
	display: inline-block;
	font-size: 13px;
	width: 20%;
	margin-left: 20px
}
.cart-step-two .panel-body .radio .block .main {
	background: #f5f5f5;
	margin-top: 10px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: none;
	overflow: hidden
}
.cart-step-two .panel-body .radio .block .main p.title {
	font-weight: bold
}
.cart-step-two .panel-body .radio .block .main input, .cart-step-two .panel-body .radio .block .main select {
	width: 72%
}
.total-step-two {
	margin-bottom: 15px
}
.total-step-two .confirm {
	position: relative;
	right: inherit;
	border: 1px solid #ddd;
	border-top: none
}
.total-step-two .confirm li span.name-product {
	font-size: 11px;
	width: 50%
}
.total-step-two .heading {
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	display: block;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	text-shadow: 0px 2px 0px rgba(255, 255, 255, 1);
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
a#new_shipping {
	color: #000
}
#pop_create_new_shipping_address, #news_pop_create_new_customer, #news_pop_create_checkout_express {
	background: #fff;
	width: 50%;
	margin: 0 auto;
}
#pop_create_new_shipping_address .mfp-close, #news_pop_create_new_customer .mfp-close, #news_pop_create_checkout_express .mfp-close {
	color: #000
}
#pop_create_new_shipping_address .block, #news_pop_create_new_customer .block, #news_pop_create_checkout_express .block {
	border: none
}
#pop_create_new_shipping_address .block .main-inner, #news_pop_create_new_customer .block .main-inner, #news_pop_create_checkout_express .block .main-inner {
	padding: 20px
}
#pop_create_new_shipping_address [type=submit], #news_pop_create_new_customer [type=submit], #news_pop_create_checkout_express [type=submit] {
	float: right
}
/* LOADING SHIPPING */
#shipping_loading {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=50);
}
.sk-spinner-wave.sk-spinner {
	height: 30px;
	text-align: center;
	font-size: 20px;
	display: block;
	width: 200px;
	margin: 150px auto;
	position: relative
}
.sk-spinner.sk-spinner-wave p {
	color: #fff;
	font-weight: normal;
	font-size: 15px
}
.sk-spinner-wave div {
	background-color: #fff;
	height: 200%;
	width: 6px;
	margin-right: 4px;
	display: inline-block;
	-webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
	animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-spinner-wave .sk-rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-spinner-wave .sk-rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-spinner-wave .sk-rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-spinner-wave .sk-rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
 @-webkit-keyframes sk-waveStretchDelay {
 0%, 40%, 100% {
 -webkit-transform: scaleY(0.4);
 transform: scaleY(0.4);
}
 20% {
 -webkit-transform: scaleY(1);
 transform: scaleY(1);
}
}
 @keyframes sk-waveStretchDelay {
 0%, 40%, 100% {
 -webkit-transform: scaleY(0.4);
 transform: scaleY(0.4);
}
 20% {
 -webkit-transform: scaleY(1);
 transform: scaleY(1);
}
}