﻿@keyframes changec
{
    0%      {background:#152c60;color:#fff;}
    50%     {background:#bc192e;color:#fff;}
    100%    {background:#152c60;color:#fff;}
}
@keyframes flipping {
	0% {-webkit-transform: rotate(0deg);bottom: 0%;}
	100% {-webkit-transform: rotate(-180deg);bottom: 230px; margin-bottom: 3.5%;}
}
@keyframes rflipping {
	0% {-webkit-transform: rotate(-180deg);bottom: 230px;margin-bottom: 3.5%;}
	100% {-webkit-transform: rotate(0deg);bottom:0%;}
}

.flippingClass {
	animation-name: flipping;
    animation-duration: 0.55s;
    animation-timing-function: cubic-bezier(0.42,0,0.58,1);
    animation-fill-mode: forwards;
}
.rflippingClass {
	animation-name: rflipping;
	animation-duration: 0.55s;
	animation-timing-function: cubic-bezier(0.42,0,0.58,1);
	animation-fill-mode: forwards;
}

/* ============================= General Styles ====================== */
* {
	margin: 0;
	padding: 0;
}
html {
	margin:0;
	padding:0;
}
body {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align:center;
	margin:0;
	padding:0;
	background:url(images/bg.jpg);
	background-size: 100% 100%;
	color: #1F1F1F;
}

h1 {
    font-size: 11px;
    margin: 0;
    padding: 0 0 0 10px;
    color: #929292;
    position: relative;
    z-index: 101;
    margin-top: -7px;
    margin-bottom: 7px;
    float: right;
	}
h2 {
	margin:0 0 20px 0;
	color:#152c60;
	font-size:1.5em;
    text-align: center;
}

img {
	border:0px;
	margin-top: 0px;
}
p {
	margin: 0 1% 1% 0.5%;
	line-height: 21px;
	text-align: justify;
	line-height: 140%;
	padding-top: 12px;
	font-size: 15px;
}
a {
	color: #4c4d3b;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}

em{
	font-weight:bold;
	font-style: normal;
	font-family: arial;
}
/* ============================= Container ====================== */

#container {
	width:100%;
	margin:0 auto;
	text-align:left;
}
#wrapper {
	width: 95%;
	margin: 7px auto 0px auto;

}
/* ============================= Header ====================== */
#header {
	width: 100%;
	margin: 0 auto 20px;
	z-index:100;
	position:fixed;
	margin-top: -19px;
    background: #fff;
	padding-top: 1%;
    box-shadow: 0px 5px 15px #fff;
}
#header .logo {
    float: left;
    margin: 10px 10px 0px 10px;
    max-width: 28%;
}
#header .logo img{
    height: 100px;
    max-width: 100%;
}
.action {
    float: right;
    text-align: center;
    margin-top: 1%;
    margin-right: 1%;
    background: #152c60;
    padding: 1%;
    box-shadow: 2px 2px 33px #fff;
    border: 1px #fff solid;
    text-shadow: 1px 1px 2px #191919;
		    }
.action:hover {
    background: #000;
		    }
		    
.action p {
	margin:4px;
}
.action a {
	text-transform:uppercase;
	color: #fff;
    font-size: 90%;
    font-weight: bold;
    }
.action .number {
    margin-top: 5px;
    font-size: 180%;
    color: #fff;
    display: block;
    text-shadow: none;
}
.number2 {
    font-size: 24px;
    color: #202020;
    font-weight: bold;
        	}

#header .top-menu {
	width: 100%;
	margin: 5px 0;
	float: left;
	text-align: center;
}
/* ============================= pgbody ====================== */

.col .cta, .cta2, .col-in3 .cta{
	-webkit-box-shadow: black 2px 3px 10px;
    -moz-box-shadow: 2px 3px 10px #000;
    box-shadow: 2px 3px 10px #000;
    text-align: center;
    padding: 12px;
    font-size: 15px;
	width: 91%;
	margin: 5% auto;
	background: rgba(255,255,255,.6);
}
.cta img{
	width: 98% !important;
}

/* ============================= Content ====================== */

#sb{
	margin-top: 175px;
}
.mid-page{
	width: 100%;
}
.mid-page .col-1 {
	width: 88%;
	padding: 20px;
}
.mid-page .col {
    width: 21%;
    float: left;
    padding: 1%;
    }
.mid-page .col li a{
display:block;
}

.mid-page .col img {
	width: 100%;
}
.mid-page .col-3 {
    width: 75%;
    float: left;
    min-height: 241px;
    padding: 5px;
    margin: .5%;
    text-align: justify;
    line-height: 1.6em;
    background: rgba(255,255,255,.7);
	}
.mid-page .col-3 p img{
    float: left;
    margin: 5% 0;
	}

.mid-page .col-3 h3 {
    font-size: 20px;
    color: #8d6c47;
    text-align: center;
    margin-top: 10px;
}
.mid-page .col-3 #cart h3 {
    min-height: 74px;
}
/* ============================= Footer ====================== */

#footer {
    width: 98%;
    clear: both;
    margin-top: 0px;
    padding: 15px 1%;
    display: none;
    position: fixed;
    bottom: 4%;
    background: -webkit-linear-gradient(#152c60, #fff, #fff,#c2112b);
    background: -o-linear-gradient(#152c60, #fff, #fff,#c2112b);
    background: -moz-linear-gradient(#152c60, #fff, #fff,#c2112b);
    background: linear-gradient(#152c60, #fff, #fff,#c2112b);
    border-top: 4px #fca145 solid;
    font-weight: bold;
}
#footer h2 {
	color: #474950;
	font-weight: bold;
	font-size: 13px;
	text-align:left;
	margin-top:7px;
}
#footer ul {
	list-style: none;
	text-align: left;
	margin-top: 10px;
}
#footer li {
	line-height:20px;
	
}

#footer .col {
    width: 17%;
    float: left;
    padding: 1%;
    margin: 1%;
    background: rgba(255,255,255,.7);
    box-shadow: 0 0 15px #122b64;
		    }
#footer .col .social {
	float: left;
	margin-right: 0;
	width: 100%;
}
/* ============================= blog footer ====================== */

.$bs-recent-posts-widget {margin:10px 0px;padding:0px;}
.ybr li  {border-bottom:0px #cccccc dotted; padding:0px 0px 10px 0px!important;}
.pipesTitle {padding-top:0px;}
.pipesDescription {display:true;}
.pipesThumbnail {display:none!important;}
.ycdr {background:transparent url(https://3.bp.blogspot.com/-oxTuqVj1ziA/T6P6wtxqsgI/AAAAAAAACBE/wWR0bb2gfuE/s1600/logo.png) 0px 0px no-repeat; padding: 1px 0px 0px 19px; height:auto; margin: 4px 0px 0px 0px;line-height:14px;}
.ycdr, .ycdr a {color:#999999;}
.widget .popular-posts ul {padding-left:0;}
/* ============================= blog footer ====================== */


#galfooter {
	width: 500px;
	margin: 10px;
	clear: left;
	float: left;
	font-size: 12px;
}
#galfooter p {
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 0;
	padding-bottom:10px;
}
#galfooter a {
	font-size: 11px;
	color: #bbbbbb;
}
strong {
	color: #7B7A79;
	font-size: 11px;
	font-weight: normal;
	float: right;
	margin: 0;
	padding-top:12px;
}
.clear{
	clear:both;
	width:100%;
	height:0px;
}
/* ZIPCODE PAGES
	********************************/
.mid-page .col h3 {
    color: #dc2b19;
    margin: 5px auto;
	font-size: 20px;
}
#contact-side{
    width: 100%;
    margin: 6% 0;
    box-shadow: 2px 3px 10px #000;
    background: -webkit-linear-gradient(#c6140a, #ffffff);
    background: -o-linear-gradient(#c6140a, #ffffff);
    background: -moz-linear-gradient(#c6140a, #ffffff);
    background: linear-gradient(#c6140a, #ffffff);
    border: 1px solid #152c60;
    }
#contact-side form{
	padding: 15px;
}
#contact-side h3{
    font-size: 16px;
    background: #152c60;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    text-shadow: 1px 1px 1px #000;
}
#contact-side form ul {
	list-style: none;
	margin: 0;
}
#contact-side form ul li{
	clear: both;
	margin: 10px 0 4px 0;
}
#contact-side form ul li label span{
	color: #D8182A;
}
#contact-side form ul li label, #contact-side form ul li textarea, #contact-side form ul li input[type=text], #contact-side form ul li select {
	font: normal normal normal 14px / 22px "Arial", Helvetica, Arial, Verdana, sans-serif;
	word-spacing: normal;
	color: #080924;
	width: 85.2%;
	padding: 2px 10px 2px;
}
#contact-side form ul li select {
	width: 91.5% !important;
}
#contact-side form ul li label {
	padding-left: 0;
}
#contact-side form ul li textarea, #contact-side form ul li input[type=text], #contact-side form ul li select {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #E0E0E0;
	background-color:#fff;
	box-shadow: 1px 1px 2px #000;
}
#contact-side form ul li textarea:focus, #contact-side form ul li input[type=text]:focus, #contact-side form ul li select:focus {
	outline: none;
}
#contact-side form .btn {
    width: 98%;
    margin: 15px 0;
   	cursor: pointer;
	font: normal normal normal 13px / 30px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
}
.gmap{
	float: right;
	margin: 5px;
		}

.top-menu{
    background: #202020;
	margin-bottom: 9px;
	box-shadow: 0px 2px 2px #8E8E8B;
}
#footer h3 a {
    margin-top: 11px;
    font-weight: bold;
    font-size: 18px;
}

.col h2 {
		font-size: 25px;
		color: #eac34a;
		margin-bottom: 20px;
		margin-left: -10px;
	}
.col-3 h2,.col-4 h2 {
    text-align: left;
    margin: 20px 44px;
    font-size: 2.5em;
		}
.col h3 a {
	color: #202020;
}
#col-4{
	clear:both;
	width:93%;	
	}
#footer .col .sdmenu li {
	line-height:12px;
	}
.item-list {
	padding-top: 0;
	border-top: 1px solid #e9e9e9;
}
.item-list ul {
	margin-left: 0;
}
.item-list ul li {
    float: left;
    width: 19%;
    display: block;
    margin-left: 1%;
    margin-bottom: 11px;
    text-align: center;
    background: #fff;
    box-shadow: 2px 2px 2px #272424;
    height: 380px;
        	}
.item-list ul li img{
    width: 95%;
    margin-bottom: 10px;
    border: 1px solid #103e6d;
    background: #31A5D7;
    margin: 2px 5px !important;

}    	
.item-list ul li a{
    color: #2173AF;
    font-size: 14px;
    }
.item-list ul li h4{
    padding: 1%;
    text-align: center;
    color: #2173af;
}
.top-menu input[type=checkbox], .top-menu label{
	display:none;
}
#header .mid-head {
    padding: .5%;
    float: left;
    margin: 1.5% auto 1% auto;
    width: 37%;
    font-size: 32px;
    text-align: center;
    background: rgb(21, 44, 96);
    box-shadow: 2px 2px 33px #c6384a;
    border: 1px #fff solid;
    color: #fff;
    	    }
#header .mid-head .brd-logo img {
    height: 52px;
    margin: 10px 1%;
    float:left;
}

#header img.houzz-award {
	height:40px;
    margin: 10px auto;
    float:right;
}
input[type=submit] {
    -webkit-animation: changec 4s infinite;
    animation: 4s infinite changec;
    width: 78%;
    border: none;
    font-size: 14px;
    padding: 10px 0.5%;
    margin: 14px 1%;
    display: block;
    cursor: pointer;
    font-weight: bold;
    background: #bf1d2c;
    border-radius: 4px;
    color: #fff;
    box-shadow: 2px 2px 2px #000;
    text-align: center;
	}
.social .fa{
    margin: 2%;
    font-size: 30px;
}
#menu{
	display:none;
}
.menu1{
    background: -webkit-linear-gradient(#152c60, #ffffff,#ffffff,#bc192e);
    background: -o-linear-gradient(#152c60, #ffffff,#ffffff,#bc192e);
    background: -moz-linear-gradient(#152c60, #ffffff,#ffffff,#bc192e);
    background: linear-gradient(#152c60, #ffffff,#ffffff,#bc192e);
    margin-bottom: 9px;
    box-shadow: 0px 2px 2px #8E8E8B;
    width: 98%;
    float: left;
    text-align: center;
    font-family: 'BenchNine', sans-serif;
    font-size: 17px;
    margin: 0 1% 8px 1%;
    }
.brds li{
    float: left;
    width: 15%;
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #B6B4B5;
    box-shadow: 4px 4px 8px #A9A4A4;
    height: auto;
    margin: .5%;	
}
.brds li h4{
    background: #152c60;
} 
.brds a{
	 	color:#fff;
}

.brds li img{
	float: none;
    margin: 1%;
    width: 98%;
   }
.kitchen-cabs{
    width: 75%;
    margin: 0 auto;	
}   
.kitchen-cabs li{
    float: left;
    width: 30%;
    display: block;
    text-align: center;
    background: #fff;
	border: 1px solid #B6B4B5;
	box-shadow: 4px 4px 8px #A9A4A4;
	height: auto;
    margin: 1%;	
} 
.kitchen-cabs li h4 {
    background: #937a60;
    letter-spacing: 2px;
}
.kitchen-cabs a {
    color: #fff;
}
.kitchen-cabs li img{
    width: 100%;
}
.sidemenu {
    width: 220px;
    height: auto;
    overflow: hidden;
    background: #D2D2D2;
    float: left;
    padding: 10px;
    margin-top: 15px;
    font-size: 11px;
    color: #fff;
}
.sidemenu li {
    line-height: 22px;
    text-align: center;
    padding: 4px;
    background-color: #424546;
    margin: 5px;
}
.sidemenu a {
    color: #fff;
}
.sidemenu h4 {
    font-size: 120%;
    color: #352029;
}

.col .sidemenu {
	width: 95%;
	background: #B7B5B6;
	margin: 10px 2px;
	font-size: 11px;
}
.col .sidemenu ul {
    margin-left: 0;
    list-style: none;
}
.col .sidemenu li {
    padding: 7px;
    background-color: #E5E5E5;
    margin: 1px;
} 
.col .sidemenu li a{
	color:#DC2B19;
	font-size: 120%;
} 
.zipcodes li{
	float: left;
    width: 22%;
    height: 40px;
    margin: 0.5%;
    padding: 0.5%;
    text-align: center;
    background: #fff;
    display: block;
}
.zipcodes a:hover {
    background: #E4E4E4;
}
#kitchen-cabs li {
    float: left;
    width: 46%;
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #B6B4B5;
    box-shadow: 4px 4px 8px #A9A4A4;
    height: auto;
    margin: 1%;
    font-size: 11px;
}
#kitchen-cabs li img {
    width: 100%;
}
.social-top{
    position: absolute;
    top: 49%;
    right: 1%;
    width: 15%;
 }  
.social-top .fa{
    font-size:24px;
    color: #400600;
    margin: 2%;
 }
 .blogs {
    overflow-y: scroll;
    height: 200px;
    text-align: justify;
    padding: 3px;
    font-size: 13px;
    font-weight: normal;
} 
.blogs h3{
	color: #380904;
} 

.bigimg img {
    width: 80%;
    display: block;
    margin: 2% auto;
    box-shadow: 0 0 15px;
}
.bigimg{
	background: #eaebee url("images/bg.jpg") no-repeat;
	padding: 1px 0;
}
.right-head{
	float:right;
	width: 25%;
}
a.btn{
    display: block;
    width: 95%;
    padding: 5px 0.5%;
    margin: 5px 1%;
    display: block;
    cursor: pointer;
    font-weight: bold;
    background: #c02238;
    border-radius: 4px;
    color: #fff;
    box-shadow: 2px 2px 2px #063750;
    float: right;
    text-align: center;
}
a.btn2{
    -webkit-animation: changec 4s infinite;
    animation: 4s infinite changec;
    width: 96%;
    border: none;
    font-size: 14px;
    padding: 5px 1%;
    margin: 5px 1%;
    display: block;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
    color: #fff;
    box-shadow: 2px 2px 2px #000;
    float: right;
    text-align: center; 
	} 
a.btntp{
    -webkit-animation: changec 4s infinite;
    animation: 4s infinite changec;
    width: 85%;
    padding: 0.5% 2%;
    margin: 1% auto;
    display: block;
    cursor: pointer;
    font-weight: bold;
    border: none;
    color: #fff;
    box-shadow: 1px 1px 1px #000;
    font-size: 30px;
    text-align: center;
 }
.mid-page .col-2.cn{
    background: -webkit-linear-gradient(#d4ebff, #ffffff);
    background: -o-linear-gradient(#d4ebff, #ffffff);
    background: -moz-linear-gradient(#d4ebff, #ffffff);
    background: linear-gradient(#d4ebff, #ffffff);
	}
.mid-page .col-2 {
    width: 42%;
    float: left;
    height: 405px;
    padding: 1%;
    margin: 1% 2%;
    -webkit-box-shadow: black 2px 3px 10px;
    -moz-box-shadow: 2px 3px 10px #000;
    box-shadow: 2px 3px 10px #000;
    font-size: 22px;
    background: #ffffff;
	}
.mid-page .col-2 h2{
	font-size: 30px;
    margin: 10px 0;
}
.mid-page .col-2 .social {
    width: 98%;
    margin: 0 AUTO;
}
.mid-page .col-2 #contact-side {
    width: 93%;
    margin: 1% 3%;
}
.mid-page .col-2 iframe{
	width: 96%;
    padding: 1%;
    height: 320px;
}

#mob{
	display:none;
}
.ifm {
    width: 50%;
    float: right;
    margin: 0.5% 1%;
    font-size: 12px;
    padding: 0.5%;
    text-align: center;
}
.ifm iframe {
    width: 98%;
    margin: 0.5%;
    height: 218px;
}
iframe.ifm2 {
    width: 98%;
    height: auto;
    margin: 5px 0.5% 9px;
}
.col-5 {
	width: 95%;
    padding: 1%;
    margin: 1%;
}
.col-5 ul {
    margin-left: 2%;
}
.col-5 li {
	font-size:16px;
	margin:3px;
	} 
.color1	{
	color:#dc2b19;
}
.btns3 {
}

.btns3 ul{
	list-style:none;
}
.btns3 ul li{
    width: 16%;
    height: 19px;
    margin: 15px 2% 5px;
    padding: 14px 4.5% 7px;
    float: left;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 3px 0 #c2c1bf;
    text-shadow: 0 1px rgba(255,255,255,.5);
}
.btns3 ul li:hover{
	background:#e1e0de;
}
.btns3 ul li:active {
    box-shadow: 0px 1px 0px 0px #c2c1bf;
}
.btns3 ul li a{
    white-space: nowrap;
    color: #585858;
} 
.btns3 ul li:nth-child(2){
    width: 28%;
	
}
.share{
	position: fixed;
    right: 5px;
    top: 205px;
    font-weight: bold;
    font-size: 11px;
    padding: 3px;
    line-height: 10px;
    color: #000;
    text-align: center;
}
.share .fa{
	display: block;
    font-size: 22px;
    margin-top: 4px;
    color: #152c60;
}
.share .fa:hover{
	color: #9a1002;
}
div#drndsld ul {
    list-style: none;
    white-space: nowrap;
}
div#drndsld ul li{
	float: left;
    margin: 10px 13px;
    width: 10%;
    font-size: .8em;
    padding: 12px;
    text-align: center;
    overflow: hidden;
    background: #fff;
    border: solid 1px #cecbcb;
    box-shadow: 3px 3px 8px #5e71b4;
		}
div#drndsld ul li img{
    height: 41px;
    width: 100%;
	}
div#catlst ul{
    padding-left: 3%;
}
div#catlst ul li{
	float: left;
    margin: 10px 1%;
    width: 21%;
    font-size: .8em;
    padding: 0.5%;
    text-align: center;
    overflow: hidden;
    background: #fff;
    border: solid 1px #cecbcb;
    box-shadow: 3px 3px 8px #5e71b4;
    min-height: 285px;
		}
		
div#catlst ul li img {
    height: auto;
    max-width: 100%;
}
i.fa.fa-shopping-cart {
    color: #152c60;
    right: 13%;
}
#prdlst i.fa.fa-shopping-cart {
    color: #c8dd50;
}
div#hdcrt {
    float: right;
    width: 10%;
    margin: 11px 0.5% 2px;
    padding: 1%;
    border-radius: 7px;
    border: solid 1px #e9e9e9;
	font-size: .9em;
}
.catimg{
	float:left;
	margin:1%;
}
.prc{

}
.deals .prc {
    color: #1590ce;
    font-weight: bold;
     font-size: 1em; 
    margin-top: 5%;
}
#catlst h4{
    font-size: 1.3em;
    min-height: 74px;
    color: #bd8940;
	}
.cart_g{
	width:100%;
}
li#lineItem{
    width: 14%;
    margin: 7px 0.5%;
    padding: 1%;
    border: 2px outset #e8e6e6;
    float:left;
    list-style:none;
    background: #fff;
}
li#lineItem img{
    width: 90%;
    border: solid 1px #1c3264;
	}
li#lineItem div{
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    color: #152c60;
	}
.rmv {
    text-align: right !important;
	margin-bottom: -33px;
}
input[type=text], input[type=password], select {
    width: 94%;
    padding: 1%;
    margin: 1%;
    color: #000;
}
.col-3 select {
	 padding: 3%;
	 font-size:1.5em;
	text-align-last: center;
 }
.col select {
    padding: 1% 0%;
    font-size: 14px;
    width: 97%;
    color: #8b7575;
	 }

.cart {
	padding: 1%;
    width: 92%;
    border-radius: 13px;
    line-height: 1.5em;
    font-size: 1.3em;
    margin-bottom: 6%;
    text-align: center;
    box-shadow: 2px 3px 10px #000;
    background: -webkit-linear-gradient(#cef4ff, #ffffff);
    background: -o-linear-gradient(#cef4ff, #ffffff);
    background: -moz-linear-gradient(#cef4ff, #ffffff);
    background: linear-gradient(#cef4ff, #ffffff);
    border: 1px solid #152c60;
	}
.dt{
    width: 46.9% !important;
}
#brdcrmbs {
	padding: 1%;
	width:	90%;
}
#brdcrmbs li:last-child span{
    color: #6c76b4;
}
#brdcrmbs h4{
	float: left;
	margin-right: 7px;
}

.chkout{
	float:right;
	width: 33%;
    text-align: center;
}
#catlst2 i.fa.fa-file-pdf-o {
    color: #bb0706;
    text-align: center;
    margin-bottom: 12px;
}
.cart-total {

}
.cart-total.sml {
    color: #f3a53c;
    font-size: .9em;
    line-height: 15px;
}
.cart-total.fshp {
    color: #BB192E;
    font-size: 1.2em;
    margin: 7px 0 0px 0;
	}
.cart-total.tot {
    font-size: 1.2em;
    margin: 7px 0 0px 0;
    background: rgb(21, 44, 96);
    width: 80%;
    margin: 3% auto;
    color: #FFEB3B;
    padding: 1%;
	}
.infbx {
    margin: 2%;
    padding: 2%;
    box-shadow: 2px 3px 10px #000;
    background: -webkit-linear-gradient(#cef4ff, #ffffff);
    background: -o-linear-gradient(#cef4ff, #ffffff);
    background: -moz-linear-gradient(#cef4ff, #ffffff);
    background: linear-gradient(#cef4ff, #ffffff);
    width: 85%;
    border-radius: 5%;
    line-height: 1.4em;
}
.cl.btn {
	padding: 1%;
    border-radius: 7px;
    background: #bb192e;
    font-size: .7em;
    width: 36%;
    margin: 2px auto;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    color: #f5efef;
    font-style: italic;
    position: relative;
    top: -44px;
    right: -127px;
    box-shadow: 1px 1px 3px #888787;
			}
i.fa.fa-times {
	color: #a2ce5d;
    position: relative;
    top: -15px;
    left: -97%;
    padding: 3px;
    background: #000;
    box-shadow: 0px 0px 5px #152c60;
    border-radius: 50%;
	}
img.catimg {
    margin-top: -15px;
}
#catlst .item1{
    float: right;
    margin: 1%;
    width: 19%;
    text-align: center;
}
#catlst .item1 select {
    width: 94%;
    padding: 1%;
    margin: 1%;
    color: #a9a9a9;
    text-align-last: center;
    font-size: 1.5em;
}
#catlst .itemcart{
	padding: 10px 1%;
    background: #e4e4e4;
    border-radius: 7px;
    box-shadow: 2px 4px 4px #c6c6c6;
    height: 90px;
}
#catlst .itempdf{
    padding: 10px 1% 2px;
    background: #901f13;
    border-radius: 7px;
    box-shadow: 2px 2px 2px #b3b3b3;
    margin: 5px 0 10px;
	font-weight: bold;
}
#catlst .itempdf a{
	color:#fff;
}
#catlst .item2{
	float:left;
	margin: 1%;
	width: 23%;
}
#catlst .item2 img{
	width: 100%;
}
#brdcrmbs li{
	list-style: none;
	float: left;
	margin-right: 7px;
	font-weight:bold;
}
li.srch {
    margin-left: 1%;
	margin-top: .3%;
}
input#srchbx {
    float: left;
    margin: 3px 1%;
    padding: 1%;
    width: 61%;
}
li.srch input[type=submit] {
    float: left;
    padding: 3px;
    margin: 4px 4px;
    width: 27%;
    font-style: italic;
}
.srch{
	font-size:2em;
}
.clgn{
float: right;
    width: 20%;
    margin: 2% 1% 1% 1%;
    padding: 1.5% 1%;
    border-radius: 7px;
    border: solid 1px #e9e9e9;
    font-size: .7em;
    text-align: center;
    background: #f8f8f8;
	}
#loginform{
    width: 250px;
    position: absolute;
    z-index: 999;
    top: 30px;
    right: 25%;
    background: #fff;
    padding: 8px;
    border-radius: 8px;
	opacity:0.95;
}
#loginform #x{
	cursor:pointer;
	float:right;
}
.fpass{
	cursor:pointer; 
	font-weight:500; 
	text-decoration:underline;
}
.clgn a {
    font-size: .9em;
}
ul.ordrs li{
	list-style:none;
	border-bottom: 1px solid #bdbdbd;
}
ul.ordrs li:first-child{
	background: #e2e2e2;
}
ul.ordrs li a {
    width: 32%;
    display: inline-block;
    font-size: 16px;
    margin: 2px 0.3%;
}
#order-receipt {
	width: 880px;
	padding: 0 20px;
    margin: 0 auto;
}
.order-box{
    width: 26%;
    float: left;
    padding: 0.5%;
    margin: 1% 2%;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    color: #c11f36;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 0px 5px #0f0f0f;
}
#order-receipt p {
	font-size: 14px;
}
#order-receipt .billing {
	width: 31%;
	height: 150px;
	background:#fff;
	float: left;
	padding: 0 5px;
	border-radius: 10px;
	margin-bottom: 20px;
}
#order-receipt .billing h2 {
	height: 15px;
	background: #1c3666;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	text-transform: none;
    padding: 10px 5px;
    margin: 10px 0;
    width: 250px;
}
#order-receipt .shipping {
	width: 31%;
    height: 150px;
    padding: 0 5px;
	background: #fff;
	float: left;
	margin-left:25px;
	border-radius: 10px;
	margin-bottom: 20px;
}
#order-receipt .shipping h2 {
	height: 15px;
	background: #1c3666;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	text-transform: none;
    padding: 10px 5px;
    margin: 10px 0;
    width: 250px;
}
#order-receipt .pimg {
    width: 130px;
    float: left;
	margin-right: 5px;
}
#order-receipt .pimg img {
    width: 98%;
    margin: 1%;
}
#title-line {
	width: 100%;
	height: 34px;
	background: #1c3666;
	float: left;
	margin-top: 20px;
	color:#fff;
}
#title-line .dsc, #order-line .dsc {
	width: 40%;
	float: left;
	padding: 10px;
	font-size: 14px;
	font-family: Calibri, Helvetica, sans-serif;
}
#title-line .quantity, #order-line .quantity {
	width: 70px;
	padding: 10px;
	float: left;
	font-size: 14px;
	font-family: Calibri, Helvetica, sans-serif;
}
#title-line .price, #order-line .price {
	width: 100px;
	padding: 10px;
	float: left;
	font-size: 14px;
	font-family: Calibri, Helvetica, sans-serif;
}
#title-line .paidby, #order-line .paidby {
	width: 70px;
	padding: 10px;
	float: left;
	font-size: 14px;
	font-family: Calibri, Helvetica, sans-serif;
}

#order-line {
    width: 100%;
    background: #FFFFFF;
    border-bottom: 1px dotted #999;
    float: left;
    color: #000;
}
#order-total {
    width: 42%;
    clear: left;
    float: right;
    padding: 4% 1%;
    margin: 1%;
    background: #ffdde2;
    border-radius: 20px;
	}
#order-total #costBox {
	width: 350px;
	float: right;
}
#order-total #costBox p {
	padding: 15px 0;
	margin: 0;
}
#costBox p span.left {
	width: 45%;
	height: 25px;
	background: #000000;
	color: #FFFFFF;
	padding: 0;
	padding-left: 20px;
	margin: 0;
	float: left;
	font-weight: bold;
}
#costBox p span.right {
	width: 40%;
	height: 21px;
	background: #FFFFFF;
	padding: 0;
	padding-top: 2px;
	padding-left: 20px;
	margin: 0;
	float: left;
	border: 1px solid #000;
}
div#ordrs {
    overflow-y: scroll;
}
#ordrs h3{
    text-align: left;
	padding:1%;
	background:#eaeaea;
}
#mnls{
	font-style: oblique;
    text-decoration: line-through;
    color: #aba3a3;
    margin: 3%;
	}
.infbx1 {
    margin: 1%;
    padding: 2%;
    background: -webkit-linear-gradient(#cef4ff, #ffffff);
    background: -o-linear-gradient(#cef4ff, #ffffff);
    background: -moz-linear-gradient(#cef4ff, #ffffff);
    background: linear-gradient(#cef4ff, #ffffff);
    width: 20%;
    border-radius: 5%;
    line-height: 1.6em;
    float: left;
    height: 90px;
	position:relative;
}
.infbxp {
    margin: 10px 1%;
    padding: 1%;
    width: 18%;
    border-radius: 5%;
    float: left;
    position: relative;
}
.infbxp input.updatepass {
    padding: 8%;
    border-radius: 10px;
    background: #dc2b19;
    color: #fff;
    font-style: italic;
    cursor: pointer;
}
.infbx2 {
    margin: 2%;
    padding: 2%;
    background: -webkit-linear-gradient(#cef4ff, #ffffff);
    background: -o-linear-gradient(#cef4ff, #ffffff);
    background: -moz-linear-gradient(#cef4ff, #ffffff);
    background: linear-gradient(#cef4ff, #ffffff);
    width: 20%;
    border-radius: 10px;
    line-height: 1.6em;
    float: left;
}
.infbx2 .pch i{
	position:absolute;
	padding: 7px 5px;
	cursor: pointer;
}
.infbx1 .rt, .infbxp .rt {
    position: absolute;
    top: 5px;
    right: 5px;
}
.col-3 .infbx2 select, .col-3 .infbx3 select {
    padding: 1%;
    font-size: .8em;
    width: 45%;
    float: left;
	}
.col-3 .infbx2 .zip, .col-3 .infbx3 .zip{
    padding: 1%;
    font-size: .8em;
    width: 46%;
    float: left;
    text-align: center;
	}
.order-box h2 {
    margin: 0px 1% 15px;
    text-align: center;
}
iframe#ifm{
	width: 98%;
	margin: 1%;
	height:700px;
}
div#catlst2 ul li {
    float: left;
    margin: 10px 1.5%;
    width: 19%;
    font-size: .8em;
    padding: 1%;
    text-align: center;
    overflow: hidden;
    background: #fff;
    border: solid 1px #cecbcb;
    box-shadow: 3px 3px 8px #5e71b4;
}
div#catlst2 ul li img {
    height: 30px;
	margin: 5px 0;
	max-width:100%;
}
div#catlst2 ul li h4 {
	margin-bottom: 5px;
}
img.fleft{
    float: left;
    margin: 0% 3%;	
}
.topbn{
    float: left;
    margin: 7px 0 0 5%;
    max-width: 17%;
}
.topbn img{
    width: 100%;
}
.txtlist li{
	margin-left: 5%;
}
ul.deals{
    height: 334px;
    list-style: none;
    overflow-y: scroll;
	}
ul.deals h4{
    font-size: 12px;
}
ul.deals li{
    width: 30%;
    margin: -6px 0.3%;
    padding: 1%;
    float: left;
    font-size: .7em;
    background: #ebf6ff;
		}
ul.deals li img{
    width: 50%;
}
ul.deals li a.btn{
    padding: 1px;
    margin: 0;
}
.infbx3 {
    margin: 1%;
    padding: 2%;
    background: -webkit-linear-gradient(#cef4ff, #ffffff);
    background: -o-linear-gradient(#cef4ff, #ffffff);
    background: -moz-linear-gradient(#cef4ff, #ffffff);
    background: linear-gradient(#cef4ff, #ffffff);
    width: 27%;
    border-radius: 10px;
    line-height: 1.6em;
    float: left;
    height: auto;
    box-shadow: 1px 1px 3px #888787;
}
.infbx4 {
    margin: 1%;
    padding: 2%;
    background: -webkit-linear-gradient(#cef4ff, #ffffff);
    background: -o-linear-gradient(#cef4ff, #ffffff);
    background: -moz-linear-gradient(#cef4ff, #ffffff);
    background: linear-gradient(#cef4ff, #ffffff);
    width: 27%;
    border-radius: 10px;
    line-height: 1.6em;
    float: left;
    height: 80px;
    box-shadow: 1px 1px 3px #888787;
    text-align: center;
	}
.Shipg {
    margin-top: -30px;
}
.infbx4 h4 {
    background: #b8192f;
    color: #fff;
}
lable {
    padding: 8%;
}
.qty input{
	padding: 2%;
    font-size: 1em;
    text-align-last: center;
    width: 80%;
    text-align: center;
}
li#lineItem div input[type=number]::-webkit-outer-spin-button, li#lineItem div input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}
#fencecat ul li {
    width: 23%;
    float: left;
    margin: 5px 0.5%;
    padding: 0.5%;
    background: #e9e9e9;
    text-align: center;
    font-size: .8em;
    border-radius: 10px;
	list-style:none;
}
ul.tx-list {
    margin-left: 5%;
}
#prdlst {
    width: 71%;
    padding: 0 0.5%;
    float:left;
}
.col-in3 {
    float: right;
    width: 26%;
    margin: 0 1% 1% 1%;
}
#prdlst ul li {
    list-style: none;
    float: left;
    margin: 10px 1%;
    width: 21%;
    font-size: .8em;
    padding: 0.5%;
    text-align: center;
    overflow: hidden;
    background: #fff;
    border: solid 1px #cecbcb;
    box-shadow: 2px 2px 5px #333333;
}
#prdlst ul li.nopic h4 {
    height: 24px;
    font-size: 1em;
    line-height: 1em;
}
#prdlst ul li img {
    height: auto;
    max-width: 100%;
}
#prdlst li div a{
	   color: #bc192e;
}
#prdlst li .frght{
	float: right;
    width: 22%;
    padding: 0;
    margin: 0.5%;
    font-size: 1.4em;
    background: #fff;
}
#prdlst li .btn-chk{
    color: #912731;
    font-weight: bold;
    width: 95%;
    padding: 5px 0.5%;
    margin: 5px 1%;
    display: block;
    cursor: pointer;
    font-weight: bold;
    background: #659a83;
    /* border-radius: 4px; */
    color: #fff;
    text-align: center;
}
#prdlst li a.btn-add{
    color: #912731;
    font-weight: bold;
    width: 95%;
    padding: 5px 0.5%;
    margin: 5px 1%;
    display: block;
    cursor: pointer;
    font-weight: bold;
    background: #cb3e51;
    color: #fff;
    box-shadow: 2px 2px 2px #063750;
    text-align: center;
}
.nm {
    text-align: left;
    padding-left: 2% !important;
}
#fedex {
    margin: 2%;
    padding: 2%;
	background: rgba(255,255,255,.6);
    width: 85%;
    border-radius: 5%;
    line-height: 1.6em;
    box-shadow: 1px 1px 3px #888787;
}
#fedex select{
    width: 97%;
}
.quan
	{
	padding: 0 !important;
    font-size: 1em !important;
	width:auto;
}
.nar select{
	width:96%;
}
#catlst .item3 {
    float: left;
    background: rgba(255,255,255,.6);
    width: 49%;
    padding: 5px 2% 10px;
    margin: 10px 0.5%;
}
.item1 .btn-chk {
    animation: 4s infinite changec;
    width: 96%;
    border: none;
    font-size: 14px;
    padding: 5px 1%;
    margin: 5px 1%;
    display: block;
    cursor: pointer;
    font-weight: bold;
    border-radius: 4px;
    color: #fff;
    box-shadow: 2px 2px 2px #000;
    float: right;
    text-align: center;
}
.social a {
    color: #9e000f;
}
.deals a.btn-chk {
    font-weight: bold;
    background: #c11a2e;
    border-radius: 4px;
    color: #fff;
    box-shadow: 2px 2px 2px #063750;
    text-align: center;
    width: 95%;
    display: block;
}
.infopy {
    width: 86%;
    margin: 0 auto;
    background: rgba(255,255,255,.5);
}
.infbx-ck {
    margin: 1% auto;
    width: 600px;
    padding: 0.5%;
    max-width: 100%;
}
.infbx-cks {
    float: left;
    margin: 1% 1% 1% 0;
    width: 47%;
    padding: 0.5%;
}
.infbx-cks h4 {
    color: #777;
}
.infbx-ck input.btn-checkout {
    animation: initial;
}
.infbx-ck .totals{
    margin: 12px 0 5px 2%;
    font-size: 1.2em;
    line-height: 1.5em;
}
.infbx-ck .totals span.tl {
    font-size: 1.6em;
    line-height: 1.8em;
}
.mid-page .col-3 .infopy h3 {
    background: #868686;
    color: #fff;
    font-size: 1.8em;
    padding: 5px 1%;
    margin: 1% 0;
}
.infopy label {
    display: block;
    margin:1% 0;
}
.infopy label.sz {
    font-size: 1.4em;
}
.tm-chx {
    margin: 1%;
    padding: 1%;
    background: rgba(255,255,255,.6);
    width: 92%;
    border-radius: 5%;
    box-shadow: 1px 1px 3px #888787;
    text-align: center;
}
.tm-chx input[type=image] {
    display: inline-block;
}
#prdlst p {
    padding: 1%;
    background: rgba(255,255,255,.6);
}
#footer-m {
    background: #152c60;
    position: fixed;
    bottom: 0;
    width: 98%;
    padding: 3px 1% 0;
    height: 4%;
    color: #fff;
    z-index: 900;
    border-top: 1px solid;
    }
#footer-m a {
    color: #fff;
}
#footer-m .fa {
    margin-left: 1%;
}
#footer-m #arrow {
    position: absolute;
    right: 1%;
    bottom: 4%;
    cursor: pointer;
    padding-bottom: 8px;
    font-size:1.2em;
}
#footer-m .social {
    position: absolute;
    right: 0;
    width: 15%;
    top: 0;
}
a.btntk {
    padding: 5px 25px;
    display: inline-block;
    cursor: pointer;
    background: #bb1426;
    background: linear-gradient(to bottom, #ff405c 0%, #bb1426 100%);
    background: -webkit-linear-gradient(to bottom, #ff405c 0%, #bb1426 100%);
    background: -o-linear-gradient(to bottom, #ff405c 0%, #bb1426 100%);
    background: -moz-linear-gradient(to bottom, #ff405c 0%, #bb1426 100%);
    border-radius: 4px;
    color: #fff;
    box-shadow: 2px 2px 2px #000;
    font-size: 1.2em;
}
.col-2 .address {
    display: block;
    width: 300px;
    margin: 0 auto;
}
span.simg {
    width: 100%;
    padding-top: 83%;
    display: block;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.mob {
    display: none;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
	  /* For general iPad layouts */
#header .logo {
    margin: 5px 0;
}
#header .logo img {
    height: 85px;
}
#wrapper {
    width: 100%;
}
.action {
	margin-top: 2%;
    width: 42%;
    padding: 1%;
}

.action a {
	font-size: 70%;
}
.clgn {
    width: 49%;
	line-height: 2em;
}
#header .mid-head {
    width: 47%;
    margin-top: 15px;
    font-size: .8em;
    margin: 0 0 0 3%;
	}
#header .mid-head img {
    height: 50px;
}
.right-head {
    width: 360px;
    margin-right: 0.2%;
}
a.btntp {
    width: 97%;
    padding: 0.5% 1%;
    margin: 1% 0.5%;
}
.mid-page {
    margin-top: 2%;
}
.mid-page .col-3 {
    width: 72%;
	}
.item-list ul li {
    float: left;
    width: 32%;
    display: block;
    margin-left: 1%;
    text-align: center;
	height: auto;
}
.item-list ul li img{
    width: 90%;
}
.item-list ul li p{
    display: none;
}
.mid-page .col-3 h3 {
    font-size: 27px;
}
.col-3 h2, .col-2 h2, .col-4 h2 {
    font-size: 19px;
}
.item-list2 ul li {
    width: 30%;
}
#footer .col {
    width: 29%;
    height: 192px;
}
.item-list ul li h4 {
    font-size: 15px;
}
.nav1 a {
    padding: 12px 8px !important;
}
.social-top {
    top: 38%;
    width: 20%;
}
.srch {
    position: absolute!important;
    top: 40px;
    left: 28%;
	width: 20%;
}
li.srch input[type=submit] {
    font-size:.4em;
}
#sb {
    margin-top: 135px;
}
.infbx1, .infbx2 {
    height: auto;
    font-size: .7em;
}
.infbxp input.updatepass {
    font-size: 1em;
}
#epass .infbx2 {
    width: 93%;
    height: auto;
}
.infbx2 input[type=text], .infbx2 input[type=password], .infbx2 select {
    margin: 5px 1%;
}
div#catlst ul li:nth-child(4n+1) {
	clear:left;
}
div#catlst2 ul li:nth-child(4n+1) {
	clear:left;
}
li#lineItem {
    width: 30%;
}
.topbn{
	display:none;
}
.cl.btn {
    width: 90%;
    top: -56px;
    right: 0px;
}
.clgn a {
    font-size: .9em;
    background: #d1d0d0;
    padding: 3% 6%;
}
#prdlst ul li {
    width: 46%;
}
#footer-m .social {
    width: 22%;
}
ul.ordrs li a {
    font-size: 13px;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait){
#header {
    zoom: .8;
}
.col-2 .address {
    width: 100%;
    font-size: .7em;
}
}
}
@media only screen and (max-width: 767px) {
.mob {
    display: block;
}
#wrapper {
	width: 100%;
}
	
#container {
		width: 100%;
		height: auto;
	}
h2 {
margin: 20px 0 10px;
margin-top: 0;
padding: 0;
font-size: 18px;
font-weight: normal;
}
	#header {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
/* replace text for  mobile*/
#header .logo {
    max-width: 59%;
    float: none;
    margin: 1px;
    text-align: center;
    margin-left: 35px;
}	
#header .logo img {
	width: auto !important;
    margin-left: 0;
    margin: 0;
    height: 57px;
}
.action a {
    font-size: .7em;
}		
.action .number {
    font-size: 170%;
}
#header	.top-menu {
		width: 100%;
		padding-top: 7px;
		padding-bottom: 7px;
		margin:auto;
		clear:both;
	}
	
.action {
    display: none;
    float: left;
    width: 43%;
    text-align: center;
    margin: 2px 0.5%;
    font-size: 13px;
    padding: 2px 0.5%;
}
.clgn {
    display: none;
	width: 50%;
    padding: 0.2%;
    margin: 0px 0.5%;
    padding: 1%;
    line-height: 1.7;
    float: left;
    font-weight: bold;
    background: #e4e4e4;
    font-size: .7em;
}
.clgn a {
    font-size: .9em;
    padding: 3% 4%;
    background: #fff;
    margin: 1%;
}		
	.mid-page {
		width: 100%;
		clear: both;
		margin: auto;
	}
	.mid-page .col {
		width: 90%;
		float: left;
		height: auto;
		padding: 3px;
		margin: 11px;
		clear:both;
	}
	
	.mid-page .col img{
		width: 100%;
	}

	.mid-page .col-3 {
		width: 95%;
		float: left;
		height: auto;
		padding: 1%;
    	margin: 10px 0.5%;
		clear:both;
	}

	.mid-page .col-3 p {
		text-align:justify;
	}
	.mid-page .col-3 img{
		height: auto;
	}
	
.mid-page .col-4 {
	margin: 5px 0;
	width: 100%;
}
.mid-page .col-4 img {
	width: 96%;
	margin: auto;
	text-align:justify;
}
#footer {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}
#galfooter {
width: 100%;
clear: left;
float: left;
margin-top:60px;
}
#galfooter a{
font-size:12px;
}
#galfooter img{
width:auto;
}

	strong {
		float: left;
		clear: left;	
	}
	
#footer .col {
	width: 90%;
	float: left;
	height: auto;
	padding: 3px;
	margin: 11px;
	clear:both;
}
#footer .col:nth-child(5) {
	display:block;
}
h1 {
		width: 100%;
		margin: 0 auto;
		text-align: left;
	}
	
	body {
		overflow-x: hidden;	
	}
textarea{
	float:left;
}

.top-menu{
	width:100%;
}
#footer ul {
	margin:0;
}
#footer li a {
    display: block;
    padding: 9px 9px;
    margin: 5px 0px;
    background: #152c60;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
#footer li a:hover {
    text-decoration: none;
    background: #01415D;
    color:#f0551f;
}

#menu-lable{
	display:block;
	color:#fff;
	padding:5px 6px;
}
.top-menu input[type=checkbox] ~ .menu1{
    display: none;
}

.top-menu input[type=checkbox]:checked ~ .menu1{
    display: block;
}
#header .mid-head {
	display:none;
	width:91%;
    padding: 3%;
    float: none;
    margin: auto;
    font-size: .9em;
}
.item-list ul li {
    width: 100%;
    height:auto;
    }
#header {
    position: fixed;
 }
#header .mid-head img {
    width: 22%;
    height: auto;
} 
.col-3 .cta {
    margin-left: 1%;
    width: 97%;
}
	#menu{
		position: absolute;
	    top: 20px;
	    left: 10px;
	    z-index: 100;
	    font-weight: bold;
	    font-size: 27px;
	    display:block;
	}
	.menu1{
		display:none;
		background-image: url(images/bg.jpg);
	}
.col-3 h2, .col-2 h2, .col-4 h2 {
    font-size: 20px;
    } 
#scroller {
    height: 170px;
}
.brds a, .kitchen-cabs a {
    font-size: .8em;
}
.brds li, .kitchen-cabs li {
    width: 48%;
    margin: .5%;
}
.kitchen-cabs{
    width: 99%;
}
#scroller {
	margin: 0 auto;
}

#sb {
    margin-top: 50px;
}
.social-top {
    display: none;
}
#kitchen-cabs li {
    width: 46%;
}
#lightbox-container-image-box,#lightbox-container-image-data-box{
	width:100% !important;
	height: auto !important;
}
.zipcodes li {
    width: 98%;
}
.right-head{
	width:100%;
}
a.btn2 {
    width: 98%;
    padding: 1%;
    font-size: 18px;
    margin: 1% 0;
}
a.btntp {
    width: 97%;
    padding: 1% 0.5%;
    font-size: 13px;
    margin: auto;
    float: none;
	}
a.btn {
    width: 94%;
    padding: 2%;
    margin: 1%;
}
.mid-page .col-2 {
    width: 94%;
    height: auto;
	margin-top: 10px;
}
#mob{
	display:block;
}

#ifm{
	display:none;
}
.btns3 ul li:nth-child(2){
    width: 86%;
	
}
.btns3 ul li{
    width: 86%;
    margin: 0px 2% 5px;
}
span.blog b{
	color: #000;
} 
.col-5 {
    padding: 3% 1%;
    margin: 1% 3%;
}
.share{
	display:none;
}
div#catlst ul li,div#drndsld ul li {
    width: 85%;
	margin: 10px 6%;
}
	div#hdcrt{
	position: absolute;
		right: 2px;
		top: 2px;
		zoom: .8;
		margin: 2% 3%;
		width: 21%;
		text-align: center;
		}
	div#hdcrt a.btn2 {
		width: 91%;
		padding: 1%;
		font-size: 14px;
		margin: 1% 0;
	}
	li#lineItem {
		width: 44%;
		margin: 1%;
		padding: 1%;
		line-height:1.5em;
		min-height: 200px;
	}
	.cart {
		padding: 1%;
		width: 96%;
	}
	.chkout{
		width: 95%;
	}
	.infbx {
		width: 94%;
	}
		li.srch input[type=submit] {
		    margin: 9px;
    }
.infbx2 {
    width: 93%;
    height: auto;
}
.infbx1, .infbxp {
    margin: 20px 5% 0;
    width: 88%;
	height: auto;
}
#catlst .item1, #catlst .item2 {
    float: none;
    margin: 1% auto;
    width: 200px;
}
#catlst .item2 img{
    width: auto;
}
#order-receipt {
    width: 99%;
    padding: 0 0.5%;
}
.order-box {
    width: 70%;
    margin: 1% 10%;
}
#order-receipt .billing, #order-receipt .shipping {
    width: 90%;
    margin: 5px 2%;
}
#order-receipt .pimg {
    display: none;
}
#title-line, #order-line {
    width: 100%;
}
#title-line .dsc, #order-line .dsc {
    width: 39%;
    padding: 5px 0.3%;
}
#title-line .quantity, #order-line .quantity {
    width: 15%;
    padding: 5px 0.2%;
}
#title-line .price, #order-line .price {
    width: 20%;
    padding: 5px 0.5%;
    margin-left: 2%;
}
#order-total #costBox {
    width: 100%;
}
#costBox p span.left {
    width: 30%;
}
#costBox p span.right {
    width: 45%;
}
#order-total {
    width: 80%;
}
#brdcrmbs {
    display: none;
}
div#drndsld ul li img, div#catlst2 img {
    width: auto;
}
div#catlst2 ul li {
    width: 94%;
}
div#catlst2{
    padding-top: 20px;
}   
.topbn{
	display:none;
}
.infbxp input.updatepass {
    margin-left: 22%;
}
#loginform {
    top: 77px;
    right: 4%;
    width: 82%;
    padding: 5%;
}
.infbx2 .pch{
	width: 90%;
}
.infbx4, .infbx3 {
    width: 95%;
    height: auto;
}
i.fa.fa-times {
    top: -17px;
    right: -8px;
    padding: 2px;
    font-size: .6em;
}
.cl.btn {
    top: -30px;
    right: -100px;
}
input[type=submit] {
    width: 100%;
}
input[type=checkbox] {
    zoom: 2;
}
.clgn a#login{
	line-height: 4em;
}
#prdlst{
    width: 98%;
}
#prdlst ul li {
    width: 97%;
}
.col-in3,.infbx-ck,.infbx-cks {
    float: none;
    width: 96%;
}
#catlst .item3 {
    width: 95%;
}
#footer-m {
    display: none;
}
}