.footer-top {
    padding: 4em 0 3em;
    background: #4D4D4F;
}
div#cartpage {
    /*background: url(../images/slide2-.jpg) no-repeat 0px 0px;*/
    background-color: #DDDDDD;
    background-size: cover;
    min-height: 100vh;
    background-position: center;
}
.agileinfo-dot1 {
    /*background: url(../images/dott.png)repeat 0px 0px;*/
    background-size: 5px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
    min-height: 100vh;
}




/* footer */
.footer-top {
    padding: 4em 0 3em;
    background: #4D4D4F;
}
.footer-grid h3, .footer-list h3, .agile-footer-grid h3 {
    font-size: 1.4em;
    margin: 0 0 1em 0;
    color: #fff;
    text-transform: uppercase;
}
.footer-logo  a {
    color: #FFFFFF;
    font-size: 2em;
	font-weight:600;
    text-decoration: none;
}
.footer-grid p {
    color: #bbbbbb;
    font-size: .9em;
    line-height: 1.8em;
    margin:1em 0;
}
.footer-grid ul, .footer-list ul {
    padding: 0;
    margin: 0;
}
.footer-grid ul li, .footer-list ul li {
    display: block;
    margin: .2em 0;
}
.footer-logo li {
    display: inline-block !important;
}
.footer-logo ul li a {
    color: #bbb;
    font-size: 1.2em;
    text-decoration: none;
    padding-right: 15px;
}
.footer-list ul li {
    color: #bbb;
    font-size: 1em;
}
.footer-grid span.fa {
    margin-right: 10px;
}
.footer-grid span.addr {
    padding-left: 28px;
}
.footer-grid ul li a,.footer-grid ul li {
    color: #bbb;
    font-size: 15px;
    text-decoration: none;
    line-height: 2em;
	/*letter-spacing: .5px;*/
}
.footer-grid ul li a:hover{
    color: #FFDA00;
}
.agile-footer-grid ul {
    padding: 0;
    margin: 0;
}
ul.w3agile_footer_grid_list li {
    list-style-type: none;
    color: #bbbbbb;
    line-height: 1.8em;
    font-size: 1em;
}
ul.w3agile_footer_grid_list li a {
    color: #ff9900;
    text-decoration: none;
}
ul.w3agile_footer_grid_list li span {
    display: block;
    margin: 1em 0 0;
}
ul.w3agile_footer_grid_list i.fa.fa-twitter {
    margin-right: 1em;
}
.agile-footer-grid input[type="email"],.agile-footer-grid input[type="text"]{
	outline:none;
    padding: 11px 20px;
	background:#fff;
	border:none;
	font-size:14px;
	color:#212121;
    margin-top: 1em;
	width:100%;
}
.agile-footer-grid input[type="submit"] {
    outline: none;
    padding: 11px 20px;
    border: none;
    font-size: 14px;
    color: #4D4D4F;
    margin: 1em 0 0;
    border: 2px solid #FFDA00;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    background-color: #FFDA00;
    letter-spacing: 1px;
    font-family: "HelveticaNeue Heavy";
}
.agile-footer-grid input[type="submit"]:hover{
    border: 2px solid #FFDA00;
    background-color: transparent;
	color: #FFDA00;
}
.footer-logo a {
    color: #FFFFFF;
    font-size: 2em;
    font-weight: 600;
    text-decoration: none;
}
.footer-grid p {
    color: #bbbbbb;
    font-size: 15px;
    line-height: 1.8em;
    margin: 1em 0;
}
.wthree_copy_right p {
    margin-top: 40px;
    text-align: center;
    color: #c1c1c1;
    border-top: 1px solid #999;
    padding: 40px 0 0;
    font-size: 14px;
    text-transform: capitalize;
    /*letter-spacing: 2px;*/
}
.wthree_copy_right a {
    color: #fff;
}
/*-- //footer --*/



input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
/*a {
    color: #FFDA00 !important;
    text-decoration: none;
}

.coupon_message{
	color: red;
    text-align: center;
    float: left;
    border-radius: 0px 10px 10px 10px;
    padding: 6px;
    margin-top: 1%;
    background-color: rgba(255, 255, 255, 0.5);
}*/
.btn-close{
	float: left;
    width: 15%;
    padding: .75em 0;
    border-radius: 0 1em 1em 0;
    text-align: center;
    border: 1px solid #ccc;
    font-size: .85em;
    background: #ccc;
    color: red;
}
.btn-hide{
	display: none !important;
}
.btn-show{
	display: block;
}