/***** Series Cart Design *****/

/***** 1. Typography *****/
body {
	font-family: sf;
}
.fluid-width {
	width:100%;
}
.float-fix {
	clear: both;
	content: "";
	display: block;
}
ul {
	list-style-type: none;
	margin: 0;
}
a {
	text-decoration: none;
}
.fix {
	overflow: hidden;
}
.align-center {
	text-align: center;
}
.cart-bg {
	background: #F5F5F5;
}




.frame-cart {
	width: 50%;
	display: block;
	margin: 0 auto;
}
.cart-bottom .cart-img {
	width: 50%;
	float: left;
	margin-right: 2%;
}
.cart-img img {
	width: 100%;
}
.cart-text span:first-of-type {
	color: #6B6B6B;
	cursor: pointer;
	padding: 0;
	display: block;
	text-align: left;
	font-size: 15px;
	text-decoration: underline;
}
.cart-text h3 {
	margin: 0;
	font-family: roboto-t;
	font-weight: normal;
	font-size: 22px;
	color: #6B6B6B;
	padding-bottom: 10px;
}
.cart-text span:nth-of-type(2) {
	padding: 0;
	font-family: roboto-t;
	font-size: 13px;
	color: #6B6B6B;
	text-decoration: underline;
}
.cart-text h4 {
	padding: 15px 0;
	font-family: roboto-t;
	font-size: 17px;
	font-weight: normal;
	color: #6B6B6B;
	margin: 0;
}
.form-area input,
.form-area select,
.form-area textarea {
	display: block;
	margin-bottom: 25px;
	max-width: 95%;
	width: 95%;
	padding: 17px 0;
	padding-left: 15px;
	background: #fff;
	outline: none;
	border: 1px solid #626262;
	font-family: roboto-t;
	font-size: 13px;
	color: #6B6B6B;
	-webkit-appearance: none;
	box-sizing: border-box;
	max-height: 50px;
}
.form-area input:nth-of-type(1) {
	width: 80px;
}
.form-area label {
	font-family: roboto-t;
	font-size: 13px;
	color: #6B6B6B;
	padding: 10px;
	display: block;
	text-transform: capitalize;
}
.form-area input[type="submit"] {
	margin-top: 20px;
	background: #FFA678;
	cursor: pointer;
	font-size: 13px;
	color: #fff;
	border: 1px solid #625C59;
}
.cart-text h5 {
	margin: 0;
	font-family: roboto-t;
	font-size: 13px;
	font-weight: normal;
	color: #6B6B6B;
	text-transform: capitalize;
	margin-top: 25px;
}
.form-area p {
	margin: 0;
	margin-top: 25px;
	font-family: roboto-t;
	font-size: 16px;
	color: #6B6B6B;
}
.frame-cart .cart-top {
	padding: 50px 0;
}
.cart-top .breadcrumb {
	float: left;
}
.cart-top .pagination {
	float: right;
}
.breadcrumb li {
	float: left;
	margin-left: 20px;
}
.breadcrumb li:first-child {
	margin-left: 0;
}
.crumb-list a {
	font-family: roboto-t;
	font-size: 15px;
	color: #6B6B6B;
	text-transform: uppercase;
}
.pagination li {
	float: left;
}
.pagination li:last-child {
	float: left;
	margin-left: 10px;
}
.page-item a {
	font-family: roboto-t;
	font-size: 15px;
	color: #6B6B6B;
	text-transform: capitalize;
}
.cart-bottom .img-form {
    padding-bottom: 120px;
    padding-top: 30px;
}
.img-form h3 {
	margin: 0;
	padding-bottom: 5px;
	font-family: roboto-t;
	font-size: 16px;
	color: #6B6B6B;
}
.each-size h5 {
	margin: 0;
	font-family: roboto-t;
	font-size: 14px;
	color: #6B6B6B;
	font-weight: normal
}
.each-size span {
	font-size: 20px;
}
.img-form .each-size {
	padding-bottom: 8px;
	padding-left: 65px;
}
.foot-text {
	padding: 50px 0;
	background: #fff;
	font-family: roboto-t;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
}




















































































