﻿.cart-content {
    background: #fff;
}
.cart-content h2 {
    font-size: 16px;
    margin-bottom:15px;
    color: #23487b;
    font-weight: 600;
    position: relative;
}
.table-css thead tr th {
    vertical-align: middle !important;
    text-align: center;
    background: #ca222f;
    border-bottom: none;
    height: 50px;
    font-weight: 500;
    color:#fff;
    font-size: 13px;font-weight:bold;
    font-size: 1.2em;
}
.table-css tbody tr td {
    vertical-align: middle;
    padding: 10px;
    border-top: none;
}
.a-table {
    color: #000;
    padding-bottom: 5px;
    display: block;
    font-size: 14px;
    margin-top: 10px;
}
a.a-table{
    font-size:14px;
    color:red;
}
.pad-bot-20 {
    padding-bottom: 20px;
}
a.btn {
    height: 40px;
    line-height: 25px;
}
a.btn.view-more-btn
{
    border-radius:0;
    font-size:16px;
}
a.btn-danger.view-more-btn{
    background:#ca222f
}
.p-table {
    color: #e12519 !important;
    font-weight: 700;
    font-size: 18px!important;
    line-height: 22px;
    white-space: nowrap;
}
.two-but li {
    display: inline-block;
    margin-left: 20px;
}
.table-css tbody tr td input {
    width: 65px;
    padding: 0 10px;
    height: 40px;
    /* border-color: #03A9F4; */
    border-radius: 5px;
    border: 1px solid #bdbbbb;
}
.pricefrom{
    color:#808080;
    text-decoration:line-through;font-size:90%;
    margin-left:10px;
}
.price-field {
    display: table;
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
}
.lbl-cell {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    font-size: 13px;
}
.price-field .lbl-cell {
    display: table-cell;
    white-space: nowrap;
    padding-right: 30px;
    text-align: right;
}
.price-field .info-cell {
    display: table-cell;
    text-align: right;
    width: 120px;
    font-weight: 700;
}.ckeckout{
	padding:6em 0em;
}
a.add-cart {
    text-decoration: none;
    color: #fff;
    background: #847057;
    padding: 0.4em 0.8em;
    font-size: 0.9em;
    margin-top: 1.3em;
    display: inline-block;
}
a.add-cart:hover {
	background:#EA572D;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.close1, .close2, .close3 {
    background: url('../img/close-1.png') no-repeat 0px 0px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 1%;
    top: 40%;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.check-in {
	width:100%;
	margin: 2em 0 2em;
}
ul.unit{
	background:#ca222f;
	padding:1em;
}
ul.unit li {
	display:inline-block;
	width:20%;
	float:left;
}
 ul.unit li span{
	display:inline-block;
	color:#fff;
	font-size:1.2em;
	text-align:center;
}
ul.cart-header,ul.cart-header1{
	padding:1em;
	background:#FFFFFF;
	  margin: 0em 0em 1.5em 0em;
	  box-shadow:0px 0px 4px #D2D1D1;
}
ul.cart-header2{
	padding:1em;
	background:#fff;
	  box-shadow: 0px 0px 4px #C2C2C2;
}
 ul.cart-header li, ul.cart-header1 li,ul.cart-header2 li{
	display:inline-block;
	width:20%;
	float:left;
}
ul.cart-header li span,ul.cart-header1 li span,ul.cart-header2 li span{
	display: block;
	color:#000;
	font-size:1.2em;
	text-align:left;
	margin-top:1.5em;
}
ul.cart-header li span.no-mar-more,ul.cart-header1 li span.no-mar-more,ul.cart-header2 li span.no-mar-more{
    margin-top: 1em;
}
.in-check {
	margin-top: 2%;
}
.cart-header,.cart-header1,.cart-header2{
	position:relative;
}
.cart-items.heading h1 {
    font-size: 1.5em;
    color:#847057;
}
ul.cart-header li span h6,ul.cart-header1 li span h6,ul.cart-header2 li span h6{
    font-size: 0.7em;
    color: #969393;
}
@media (max-width: 480px)
{
ul.cart-header li span, ul.cart-header1 li span, ul.cart-header2 li span {
    font-size: 0.8em;
    margin-top: 1.1em;
}
}


