@font-face {
	font-family: 'CenturyGothic';
	src: url('../fonts/CenturyGothic.eot');
	src: local('☺'), url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.ttf') format('truetype'), url('../fonts/CenturyGothic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BebasNeue';
	src: url('../fonts/BebasNeue.eot');
	src: local('☺'), url('../fonts/BebasNeue.woff') format('woff'), url('../fonts/BebasNeue.ttf') format('truetype'), url('../fonts/BebasNeue.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/***-----  Shopping Cart list page css  -----***/

.logout {
    float: left;
    width: 99%;
    text-align: right;
}
.logout a {
	color: #312783;
	font-size: 18px;
	padding: 8px 0px;
	margin: 10px 0;
}
.logout a:hover{
	color: #312783;
	text-decoration:none;
}

.shop-center {
    float: left;
    width: 100%;
    padding:0px 0px 25px 0;
    background: #f7f7f7;
}
.input-sec {
    width: 95%;
    margin:25px auto 0 auto;
}
.top-input {
    float: left;
    width: 100%;
    margin: 0;
    line-height: 37px;
    font-size: 26px;
	color:#312783;
}
.shop-btn {
    background: #09a7db;
    border: none;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 16px;
}
.top-input span {
    font-family: CenturyGothic;
}

.shop-center  .input-row {
    float: left;
    width: 100%;
	margin-top: 10px;
}
.shop-center .input-row input {
	width: 100%;
	border: 1px solid #cccccc;
	height: 45px;
	padding: 8px 9px;
	font-size: 17px;
	box-shadow: inset 6px 7px 11px #D4D4D4;
}
.section-header, .steps-header, .steps-name {
  color: #3498DB;
  font-weight: 400;
  font-size: 1.4em;
}

#Steps {
    float: left;
    width: 100%;
    background: #fff;
}

.steps-header {
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
	margin:10px 0 0px;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	font-family: CenturyGothic;
}

.steps-timeline {
  outline: 1px dashed rgba(255, 0, 0, 0);
}
@media screen and (max-width: 641px) {
  .steps-timeline {
    border-left: 2px solid #3498DB;
    margin-left: 25px;
  }
}
@media screen and (min-width: 641px) {
  .steps-timeline {
    border-top: 2px solid #3498DB;
    padding-top: 20px;
    margin-top: 40px;
    margin-left: 10.65%;
    margin-right: 10.65%;
  }
}
.steps-timeline:after {
  content: "";
  display: table;
  clear: both;
}

.steps-one,
.steps-two,
.steps-three {
  outline: 1px dashed rgba(0, 128, 0, 0);
}
@media screen and (max-width: 641px) {
  .steps-one,
  .steps-two,
  .steps-three {
    margin-left: -25px;
  }
}
@media screen and (min-width: 641px) {
  .steps-one,
  .steps-two,
  .steps-three {
    float: left;
    width: 33%;
    margin-top: -50px;
  }
}

@media screen and (max-width: 641px) {
  .steps-one,
  .steps-two {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 641px) {
  .steps-one {
    margin-left: -16.65%;
    margin-right: 16.65%;
  }
}

@media screen and (max-width: 641px) {
  .steps-three {
    margin-bottom: -100%;
  }
}
@media screen and (min-width: 641px) {
  .steps-three {
    margin-left: 16.65%;
    margin-right: -16.65%;
  }
}

.steps-img {
    display: block;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
	border:1px solid #09a7db;
    background: #fff;
	padding-top:4px;
}

.steps-img span {
    display: block;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #09a7db;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
}
@media screen and (max-width: 641px) {
  .steps-img {
    float: left;
    margin-right: 20px;
  }
}

.steps-name{
  margin: 10px;
  font-family:BebasNeue;
  font-size:21px;
  color:#312783;
}

.steps-description {
  margin: 10px;
}

@media screen and (min-width: 641px) {
  .steps-name {
    text-align: center;
  }
}

.steps-description {
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .steps-description {
    text-align: center;
	font-size: 13px;
  }
}

.username {
    color: #312783;
    font-weight: bold;
}

.upload-btn .hide{display:none;}
.upload-btn .btn {
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #333333;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: 1px solid #bbbbbb;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.upload-btn .btn {
border-color: #c5c5c5;
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.upload-btn {
    text-align: center;
}
.upload-btb .btn.btn-large:hover {
    color: #fff;
}
.upload-btn label:hover {
    color: #fff;
}
.upload-btn .btn-large {
padding: 10px 0px;
font-size: 17.5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 0;
width: 180px;
background: #09a7db;
color: #fff;
font-size: 14px;
text-transform: uppercase;
}

.steps-description a {
	background: #09a7db;
	color: #fff!important;
	padding: 10px 0px;
	display: inline-block;
	margin: 15px 0 0 0;
	width: 180px;
	font-size: 14px;
	text-align:center;
	text-transform: uppercase;
}

.steps-description a:hover {
	background: #09a7db;
	color: #fff;
	text-decoration:none;
}

.download-mid {
    border: 1px solid #000;
    text-align: center;
    padding:50px 0 20px;
}
.download-sec {
	padding:70px 0 50px;
	background: #fff;
	float: left;
}
.download-mid h4 {
    font-size: 30px;
    color: #312783;
    font-family: CenturyGothic;
    margin: 0 0 30px;
}

.download-sec p {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 21px;
	padding: 0px 100px 30px;
}

.download-sec p button {
    margin: 0 10px;
}
.btn.btn-primary.shop-btn {
    background: #09a7db;
    border: none;
    border-radius: 0;
    padding: 7px 20px;
    font-size: 16px;
	margin-right: 0px;
	margin-left:10px;
	float:left;
}
.account-users {
	float: left;
	width: 100%;
	background: #f7f7f8;
	padding:30px 15px;
	margin-top: 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.account-users h5 {
    font-size: 20px;
	margin: 0 0 10px;
	padding-left: 5px;
}
.account-users p {
    color: #001b35;
    font-size: 15px;
    margin: 0;
	padding-left: 5px;
}
.account-users .shop-btn {
    width: 180px;
    margin:7px 0 0 0;
}

.shoppping-cart-sec {
    float: left;
    width: 100%;
    background: #fff;
    margin: 20px 0 0 0px;
    padding: 25px 38px;
}
.shoppping-cart-sec h4 {
    font-size: 25px;
    color: #283346;
}
h4.media-heading a {
    font-size: 12px;
    color: #242323;
    text-transform: none;
	font-weight:bold;
}
.shoppping-cart-sec .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    font-size: 16px;
    font-weight: normal;
	color:#312783;
}
.btn.btn-danger {
    background: none;
    color: #f00;
    border: none;
	float:right;
}
#exampleInputEmail1 {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    width: 60px;
    text-align: center;
    height: 50px;
    font-size: 16px;
}
.shoppping-cart-total {
    float: left;
    width: 100%;
}
.shoppping-cart-sec .table > tbody > tr > td > strong {
    font-size: 14px;
    font-weight: normal;
}

.media .thumbnail {
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;
}
.total-box {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #e1e1e1;
	/*border-radius: 10px;*/
	margin: 15px 0 15px 0;
	padding:20px 28px;
}
.btn-box {
	width: 100%;
	border-bottom: 1px solid #e7e6e6;
	padding:0px 0 1px 0;
	float:left;
}
.btn-box.bottom-btn-box {
    margin: 117px 0 0 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: none;
    padding-top: 12px;
}
.sub-total-block {
    float: left;
    width: 98%;
}
.sub-total-block ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
.sub-total-block ul li:first-child {
	border-bottom: 1px solid #e7e6e6;
}
.sub-total-block ul li:last-child {
	border-top: 1px solid #e7e6e6;
	font-size: 16px;
}
.sub-total-block ul li {
	float: left;
	width: 100%;
	list-style: none;
	font-size: 14px;
	color: #21201f;
	padding:0px;
	text-align: right;
	height: 39px;
	margin:0;
	line-height: 39px;
}
.sub-total-block ul li span {
    float: left;
    width: 240px;
    text-align: right;
}
.total-box .btn.btn-primary.shop-btn {
    background: #7d7d7d;
}

.total-row-float {
	float: left;
	width: 100%;
	background: #ebebeb;
	padding:19px 14px 0 17px;
	margin: 0 15px;
}

.total-amt {
    float: left;
}

.view-button a {
    background: #09a7db;
    color: #fff;
    width: 170px;
    display: block;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 18px;
    font-size: 18px;
}

.view-button a:hover {
    background: #09a7db;
    color: #fff;
	text-decoration:none;
}

.total-amt a {
	background: #09a7db;
	font-size: 18px;
	margin: 0 0 0 71px;
	float: right;
	color: #fff;
	width: 150px;
	text-align: center;
	padding: 8px 0px;
}

.total-amt a:hover{
	text-decoration:none;
	color:#fff;
}
.total-amt span {
	font-size: 18px;
	text-align: right;
	width: 202px;
	float: left;
	padding-top: 9px;
}

.download-sec p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 21px;
    padding: 0px 100px 30px;
}

.account-users .shop-btn.btn-primary {
    margin-right: 10px;
}

.sub-total-block span.price {
    float: right;
}

.sub-total-block li {
    display: inline-flex;
}

/***-----  Shopping Cart page css ends  -----***/