@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/bg.jpg) repeat-x #fff;
	margin: 0px;
	padding: 0px;
	font-family: 'TitilliumText22LRegular', Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #46484a;
}
.clear{clear:both;}
ul, ol, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style-type: none;
}
img {
	border: none;
}
.text-right{
	text-align: right;
}
.container {
	width: 960px;
	margin: 0 auto;
}

header {
	float: left;
	width: 100%;
}
.logo {
	float: left;
	width: 30%;
	margin: 10px 0;
}
.header-right {
	float: right;
	margin: 22px 0 0;
	text-align: right;
}
.header-right a {
	margin: 0 0 0 5px;
	padding: 0 ;
	text-align: left;
	text-decoration: none;
	 color: #333333;
	  font-size: 14px;
}
.header-right a:hover{
	color: #A50301;
}
.header-right p {
	margin: 0 0 8px;
}
.shopping-cart-text {
	color:#a60201;
	font-weight:bold;
	position: relative;
	top: -4px;
}
.item{
	 color: #333333;
    font-weight: bold;
    position: relative;
    top: -3px;
}
/*breadcrumb*/
.category .breadcrumb_area{
	background: none;
	margin-bottom:8px;
}
.breadcrumb_area{
	float: left;
	width: 100%;
	background: #fff;
}
.breadcrumb {
    /*background-color: #F5F5F5;*/
    border-radius: 4px;
    list-style: none outside none;
    margin-bottom: 10px;
    padding: 8px 15px;
}
.breadcrumb > li {
    display: inline-block;
    float: left;
}
.breadcrumb > li > a{
	   color: #777777;
    text-decoration: none;
}
.breadcrumb > li > a:hover{
	color: #F75657;
}
.breadcrumb > li + li:before {
    color: #999;
    content: "\21D2";
    padding: 0 5px;
}
.breadcrumb > .active > a {
    color: #F75657;
}

/*nav css*/
.navbar {
	background: url("../images/nav_bg.jpg") repeat-x scroll 0 0;
	-ms-background: url("../images/nav_bg.jpg") repeat-x scroll 0 0;
	
	
	float: left;
	margin: -4px 0 10px;
	padding: 0 1% 0 0;
	width: 99%;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}
.nav-btn {
	display: none;
	position: relative;
}
.nav-btn img{
	  position: absolute;
    right: 11px;
    top: 9px;
}
nav {
	display: block;
}
nav ul {
	float: left;
	margin: 0;
	padding: 0;
}

nav ul li {
	background: url("../images/nav_bg.jpg") repeat-x scroll 0 0;
	-ms-background: url("../images/nav_bg.jpg") repeat-x scroll 0 0;
	border-right: 1px solid;
	float: left;
	height: 40px;
	line-height: 40px;
	list-style: none outside none;
	padding: 0 15px;
	text-align: center;
	background-size: auto 100%;
	-ms-background-size: auto 100%;
	
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
nav ul li:hover, nav ul li.active {
	background: url("../images/product-header-bg.jpg") repeat-x scroll 0 0;
	
	-ms-background: url("../images/product-header-bg.jpg") repeat-x scroll 0 0;
	background-color:#A90406;
	background-size: auto 100%;
	-ms-background-size: auto 100%;
}
nav ul li:first-child {
	border-bottom-left-radius: 10px;
	-ms-border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	-ms-border-top-left-radius: 10px;
	padding: 0 15px 0 20px;
}

nav ul li a {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
.search-area .download{
	background: url("../images/nav_div.png") no-repeat scroll center right;
	  color: #E20000;
    float: left;
    font-weight: bold;
    margin: 0 6px;
    padding:7px;
    text-decoration: none;
    width:104px;
    
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.search-area .download span{
	
	-webkit-background:  url("../images/download.png") no-repeat scroll 0 -14px / 100% auto, url("../images/download-bg.png") no-repeat scroll 0 0 / 100% auto;
	-moz-background:  url("../images/download.png") no-repeat scroll 0 -14px / 100% auto, url("../images/download-bg.png") no-repeat scroll 0 0 / 100% auto;
	-o-background:  url("../images/download.png") no-repeat scroll 0 -14px / 100% auto, url("../images/download-bg.png") no-repeat scroll 0 0 / 100% auto;
	-ms-background:  url("../images/download.png") no-repeat scroll 0 -14px / 100% auto, url("../images/download-bg.png") no-repeat scroll 0 0 / 100% auto;
	background:  url("../images/download.png") no-repeat scroll 0 -14px / 100% auto, url("../images/download-bg.png") no-repeat scroll 0 0 / 100% auto;
	
    display: block;
    float: right;
    height: 17.5px;
    margin: 0 0 0 3px;
    position: relative;
    top: -1px;
    width: 18px;
    
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.search-area .download:hover span{
	  -webkit-background: url("../images/download.png") no-repeat scroll 0px 3px / 100% auto, url("../images/download-bg.png") no-repeat scroll 0 0 / 100% auto ;
	  -moz-background: url("../images/download.png") no-repeat scroll 0px 3px / 100% auto, url("../images/download-bg.png") no-repeat scroll 0 0 / 100% auto ;
	  -o-background: url("../images/download.png") no-repeat scroll 0px 3px / 100% auto, url("../images/download-bg.png") no-repeat scroll 0 0 / 100% auto ;
	  -ms-background: url("../images/download.png") no-repeat scroll 0px 3px / 100% auto, url("../images/download-bg.png") no-repeat scroll 0 0 / 100% auto;
	  background: url("../images/download.png") no-repeat scroll 0px 3px / 100% auto, url("../images/download-bg.png") no-repeat scroll 0 0 / 100% auto ;
}
.search-area .download:hover{
	  text-shadow: 0 0 8px #D80101;
    color: #ccc;
}
/*.search-area .download img{
	 position: relative;
    top: 3px;
    width: 18px;
}*/
.search-area form{
	float: right;
}
.search-area {
	float: right;
	margin: 4px 8px 3px 0;
}
.search-area span {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0 2px 0 0;
	position: relative;
	text-transform: uppercase;
	top: 3px;
}
.search-text-box {
	background-color: #FFF;
	border: 1px solid #020000;
	color: #46484a;
	padding: 2px;
	width: 170px;
	height: 18px;
	position: relative;
	top: 3px;
}
.search-btn {
	background: url(../images/search-btn.png);
	background-repeat: no-repeat;
	border: 0px;
	width: 28px;
	height: 31px;
	cursor: pointer;
	font-size: 0;
}
/*sliderArea*/
.sliderArea {
	background-image: url(../images/slider-bg.png);
	background-repeat:repeat-x;
	float: left;
	margin: 0 0 10px  ;
	min-height: 206px;
	width: 100%;
	position: relative;
}
.sliderArea ul li img {
	/*width: 100%;*/
	max-height: 200px;
}
.sliderArea ul li {
	/*position: relative;*/
}
.slid-cont {
	position: absolute;
	right: 31px;
	z-index: 100;
	top: 34%;
	width: 30%;
	font-family: 'TitilliumText22LRegular', Arial, sans-serif;
}
.slid-cont span {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	left: 47px;
	position: absolute;
	top: -26px;
}
.slid-cont h1 {
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
}
.slid-cont h1 span {
	color: #fff;
	font-size: 56px;
	font-weight: bold;
	position: static;
}
.slid-cont h3 {
	color: #000000;
	font-size: 23px;
	font-weight: bold;
	left: 36px;
	position: relative;
	text-transform: uppercase;
	top: 17px;
}
.slid-cont label {
	color: #FFFFFF;
	float: right;
	font-size: 11px;
	margin: 8% 18%;
	text-transform: uppercase;
}
/*Scroll area*/
.scroolArea {
	float: left;
	width: 98.4%;
	background: url(../images/banner_bg.jpg) repeat-x;
	margin: 0 0 10px;
	padding: 8px;
	background-size: auto 100%;
	position: relative;
}
.scroolArea ul {

}
.scroolArea ul li {
	float: left;
}
.scroolArea .bx-controls-direction {
	display: none;
}

.scroolArea .feature {
	left: 0px;
	position: absolute;
	top: 0;
	z-index: 100;
}
/*middle-section*/
.middle-section {
	float: left;
	width: 100%;
	min-height: 350px;
}

h2 {
	color: #FFFFFF;
	font-family: 'TitilliumText22LBold', Arial, sans-serif;
	font-size: 16px;
	margin: 0 0 7px;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
}

/*left-panel*/
.left-panel{
	 float: left;
    margin-right: 1.05%;
     width: 81.05%;
}

/*left section*/
.left-section {
	background: #D10909;
	padding: 5px;
	float: left;
	width: 24%;
}

ul.left-bullet {
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	font-size: 13px;
}
.left-bullet li {
  color: #FFFFFF;
    font-size: 13px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.left-bullet li:last-child{
	border: none;
	/*margin-bottom: 10px;*/
}
.left-bullet li ul {
	margin: 3px 0 8px;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
}
.left-section ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	 padding: 0 0 0 4px;
}
.left-section ul li a:hover {
	/*color: #D10909;*/
	text-decoration: none;
}

.left-bullet > li > a.trigger{
	border: 1px solid #fff;
}
.left-bullet > li > a.open{
	border: 1px solid #000;
}
/*accordion*/
.accordion {
    margin: 0;
    padding: 0;
}
.accordion li {
    list-style-type: none;
    margin-bottom: 10px;
}
.accordion li.last-child {
    border: medium none !important;
    list-style-type: none;
    /*margin-left: 5px;*/
}
#side ul.accordion ul {
    background-color:#fff;
    margin: 0;
    padding: 0;
}
.accordion .outer {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #DADADA;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
}
.accordion .inner {
    margin-bottom: 0;
    overflow: hidden;
    padding: 0.5em 20px 0;
}
.accordion .inner .inner {
    padding-bottom: 0;
}
.accordion .h {
    padding-top: 0.3em;
}
.accordion p {
    margin: 0.5em 0 1em;
}
a.trigger {
   background-color: #D10909;
    background-image: url("../images/plus_acc.png");
    background-position: 96% 50%;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    display: block;
    /*font-weight: 700;*/
    padding: 4px 14px 4px 4pxx;
}
a.trigger.open {
     background-color: #000000;
    background-image: url("../images/minus.png");
    /*border: 1px none #000000;*/
    color: #FF0000 !important;
}
.last-child a.trigger {
     background-color: #ffbbbb !important;
    background-image: none;
    border: 1px solid #FFFFFF;
    font-weight: normal;
    padding-left: 26px !important;
     background-position: 13px center !important;
}
.last-child a.open{
	 background-color: #fff !important;
}
#main a.trigger {
    background-color: #F0F0F0;
}
#main a.trigger.open {
    background-color: #E7E7E7;
    border-color: #DADADA;
}
#main a.trigger.open:hover, #main a.trigger.open:focus, #main a.trigger.open:active {
    border-color: #BBCCDD;
    cursor: default;
}
#side a.active {
    color: #FF7722;
    font-weight: 700;
    text-decoration: none;
}
#side ul.accordion ul li a {
      background-image: url("../images/left_arrow.png");
      background-repeat:no-repeat;
      background-position:left center;
        background-color:#fff;
    color: #000;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    padding-left: 13px;
    text-transform: capitalize;
}
#side ul.accordion ul li {
   border-bottom: 1px solid #FF4D4D;
    margin-bottom: 0;
   
}
#side ul.accordion ul li:last-child{
	border-bottom: none;
}
#dashboardAccordian a {
    background-color: #D8D8D8;
}
#dashboardAccordian ul.accordion ul li a:hover {
    background-color: #212121;
}
#dashboardAccordian ul.accordion li {
    margin-bottom: 1px !important;
}

a:focus{
	outline: none;
}








/*mid-section*/
.mid-section {
	background: none repeat scroll 0 0 #F5F3F3;
    float: right;
    margin: 0 0 0 1%;
    padding: 0.5%;
    width: 72%;
}
.mid-section h2 {
	border-bottom: 1px solid #ccc;
	color: #333;
	padding: 3px 0;
}

.product-block {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 0 2px 0 #555555;
	float: left;
	margin: 1%;
	width: 48%;
}
.product-block h3 {
	background-image: url("../images/product-header-bg.jpg") ;
	background-repeat:repeat-x;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	height: 29px;
	line-height: 29px;
	padding-left: 5px;
	text-transform: uppercase;
	border: 1px solid #AE0405;
	  font-weight: bold;
}
.product-cont {
	float: left;
	margin: 10px 0;
	padding: 0 0 0 3%;
	height:120px;
}
.product-block .product-img {
	float: left;
	width: 40%;
	max-height:auto;  /*119px*/
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	/*border: 1px solid #aaa;*/
}
.product-block .product-img img {
	max-width: 100%;
}
.product-detls {
	float: left;
	margin: 0 0 0 5px;
	width: 56%;
}
/*.prodetails{
	min-height:58px;
}*/
.product-detls p {
	 color: #46484A;
    float: left;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 5px;
    min-height: 37px;
    width: 100%;
}
.product-detls a {
	float: left;
	margin: 2px 9px 0 0;
}
.product-detls label {
	width: 100%;
	float: left;
	text-align: center;
	
	font-size: 12px;
}
.product-detls label.off-price {
	font-size:13px;
	color: #46484A;
}
.product-detls label.off-price span{
	text-decoration: line-through;
}
.product-detls label.our-price {
	color: #d10908;
	font-weight: bold;
	margin: 0 0 9px;
}

.black-btn{
	background: url("../images/black-btn.png") repeat-x;
	/*background-position: center 0%;*/
	 color: #FFFFFF;
	    padding: 4px 12px;
	    text-decoration: none;
     background-size:auto 100%;
     border-radius:2px;
     border: none;
     text-transform: capitalize;
     cursor: pointer;
}
.black-btn:hover{
	background: url("../images/red-btn.png") repeat-x;
	 background-size:auto 100%;
}
.red-btn{
	background: url("../images/red-btn.png") repeat-x;
 	color: #FFFFFF;
    padding: 4px 21px;
    text-decoration: none;
    background-size: auto 100%;
    border-radius:2px;
     border: none;
     text-transform: capitalize;
     cursor: pointer;
}
.red-btn:hover{
	background: url("../images/black-btn.png") repeat-x;
	  background-size: auto 100%;
}

/*right-section*/

.right-section {
    float: right;
    width: 17.9%;
}
.hot-deal {
	float: left;
	width: 100%;
}
.hot-deal img {
	width: 100%;
}
.subscribe {
	margin: 10px 0 0;
	background: #d10908;
	padding:13px 5px;
	float: left;
	color: #fff;
	font-size: 12px;
}
.subscribe p {
	margin-bottom: 8px;
}
.subscribe  input[type="text"] {
	border: none;
	background: #fff;
	padding: 5px;
	color: #333;
	margin: 0 0 7px;
	width: 93%;
}
.subscribe-btn {
	background: url("../images/subscribe-btn.png") no-repeat scroll top center rgba(0, 0, 0, 0);
	border: 0 none;
	cursor: pointer;
	height: 27px;
	width: 90px;
	float: right;
	color: #fff;
}
.subscribe-btn:hover {
	background: url("../images/subscribe-btn.png") no-repeat scroll bottom center rgba(0, 0, 0, 0);
}

/*footer*/
footer {
	background: url("../images/footer_bg.jpg") repeat-x scroll 0 0 #FFFFFF;
	font-size: 12px;
	padding: 5px 0;
	float: left;
	width: 100%;
	color: #aaa;
	font-size: 12px;
	margin: 10px 0 0;
}
.ftr-left {
	float: left;
	width: 50%;
}
.ftr-menu {
	float: left;
	width: 100%;
}
.ftr-menu a {
	color: #aaa;
	font-size: 12px;
	text-decoration: none;
}
.ftr-menu a:hover{
	color: #fff;
}
.ftr-menu p {
	margin: 5px 0 0;
	float: left;
	width: 100%;
	color: #696b6d;
	font-size: 12px;
}

.ftr-right {
	float: right;
	width: 40%;
	text-align: right;
}
.ftr-right a {
	/*margin: 0 0 0 5px;*/
	text-decoration: none;
}
.ftr-right a.fb {
	background: url("../images/facebook_btn.png") no-repeat;
	background-position: center top;
	background-size:100% auto;
	display: inline-block;
    height: 28px;
    position: relative;
    top: -7px;
    width: 28px;
    
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ftr-right a.fb:hover {
	background-position: center bottom;
}

.ftr-right a.tw {
	background: url("../images/twitter_btn.png") no-repeat;
	background-position: center top;
	background-size:100% auto;
	display: inline-block;
    height: 28px;
    position: relative;
    top: -7px;
    width: 28px;
    
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ftr-right a.tw:hover {
	background-position: center bottom;
}
.ftr-right a.gp {
	background: url("../images/gplus.png") no-repeat;
	background-position: center top;
	background-size:100% auto;
	display: inline-block;
    height: 28px;
    position: relative;
    top: -7px;
    width: 28px;
    
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ftr-right a.gp:hover {
	background-position: center bottom;
}
.ftr-right a.youtube {
	background: url("../images/youtube.png") no-repeat;
	background-position: center top;
	background-size:100% auto;
	display: inline-block;
    height: 28px;
    position: relative;
    top: -7px;
    width: 28px;
    
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ftr-right a.youtube:hover {
	background-position: center bottom;
}

.ftr-right a img{
	width: 25px;
}
.ftr-right span {
	line-height: 25px;
	position: relative;
	top: -2px;
}

/*Product details */
.product-sec{
	  background: #FFFFFF;
    padding: 2%;
    width: 96% !important;
}
.product-img-section{
	   border: 1px solid #ddd;
    float: left;
    margin-top: 20px;
    padding: 1%;
    width: 30%;
    overflow: hidden;
      background: #FFFFFF;
}
.product-img-section .product-img{
	display: table-cell;
    height: 215px;
    max-width: 100%;
    text-align: center;
    vertical-align: middle;
    width: 1%;
}
.product-img-section .product-img img{
	max-width: 100%;
	
}
.product-detail-section{
	float: left;
    margin-left: 1%;
    margin-top: 20px;
    width: 39%;
}
.product-title{
	 color: #2E3A47;
	 line-height: 25px;
    font-size: 1.667em;
    /*font-weight: 600;*/
    margin: 0 0 4px;
    position: relative;
    text-transform: uppercase;
}
.product-name{
	color: #888888;
    margin: 0 0 10px;
}
.product-item{
	color: #2E3A47;
    font-size: 1.12em;
    margin: 10px 0 15px;
    position: relative;
    text-transform: capitalize;
	border-bottom:1px solid #dddddd;
	padding-bottom:10px;
}
.price{
	 border-bottom: 1px solid #DDDDDD;
    color: #AC0404;
    font-family: 'Trebuchet MS';
    font-size: 2.5em;
    font-weight: bold;
    margin: 10px 0;
    padding: 0 0 15px;
}
.product-description{
	    font-size: 1.05em;
    line-height: 22px;
    margin: 0 0 20px;
}
.product-description h4{
	 margin: 0px 0 5px;
	 color: #2E3A47;
    font-size: 1.12em;
}

.socialsharing_product{
	 float: left;
    width: 100%;
}
.socialsharing_product a{
	 background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #EEEEEE;
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 45px;
    margin: 0 3% 0 0;
    padding: 1%;
    text-align: center;
    text-decoration: none;
    width: 22%;
}

.product-price-section{
	   border-left: 1px solid #EEEEEE;
    float: left;
    margin-left: 0;
    margin-top: 20px;
    padding: 1% 1% 1% 2%;
    width: 95%;
}
.product-price-section label{
	width: 100%;
	float: left;
	margin: 0 0 8px;
}
.product-price-section label span{
	width: 32%;
	float: left;
	margin: 0 0 5px;
}
.product-price-section label input[type="text"], 
.product-price-section label select{
	  border: 1px solid #EEEEEE;
    color: #888888;
    padding: 3px;
    width: 64%;
}
.product-price-section label input[type="text"]{
	width: 61% !important;
}

.cart-btn{
	/*background-image: url("../images/Cart02-128.png");*/
    border: medium none;
    color: #FFFFFF;
    display: block;
    font-size: 17px;
    height: 45px;
    line-height: 43px;
    margin: 12px auto 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
	padding:0 47px;
	cursor:pointer;
	text-transform:uppercase;
    /*width: 42%;*/
}
.cart-btn img{
	  position: relative;
    top: 9px;
}

/*Image zoomContainer*/
.zoomContainer{
	
}
.zoomLens{
	
}
.zoomWindowContainer{
	
}
.zoomWindow{
	top:-1% !important;
	height: 350px !important;
}



/*catalog*/
.catalog {
    background: none repeat scroll 0 0 #AAAAAA;
    border: 1px solid #CCCCCC;
    float: left;
    margin: 0 9px 12px 0;
    padding: 0.7%;
    text-align: center;
    vertical-align: middle;
    width: 22%;
	/*min-height:170px;*/
}
.catalog:nth-child(4n+4) {
    margin-right: 0;
}
.catalog img {
    max-width: 100%;
}
.catImg {
    background: none repeat scroll 0 0 #FFFFFF;
	min-height:100px;
}
.catalog h3 {
    border-bottom: 1px solid #CCCCCC;
    float: left;
    margin: 1px 0 4px;
    text-align: left;
    width: 100%;
    height: 40px; overflow: hidden;
}
.catalog h3 a {
    color: #333333;
    font-size: 14px;
    text-decoration: none;
}
.catalog a:hover {
    color: #AC0404;
}
.catalog .price {
    border: medium none;
    float: left;
    font-size: 1.3em;
    margin: 0;
    padding: 0;
}
.catalog .buy {
    color: #FFFFFF;
    float: right;
    font-size: 1em;
    padding: 3px 11px;
    text-decoration: none
}
.catalog .buy:hover{
	 color: #FFFFFF;
}
.new-productButton{
	text-align: center;
}
.load_more{
	  background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    display: inline-block;
    margin: 20px 0 10px;
    padding: 5px 6px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    border-radius:3px; 
}
.load_more:hover{
	background: #B70505;
}
/*cart*/

.cart h1{
	color: #008000;
    font-size: 23px;
}

.cart h2{
	  color: #A60304;
    text-align: center;
}
.button-area{
	   display: inline-block;
    float: left;
    height: auto;
    margin: 20px 0;
    text-align: right;
    width: 100%;
}
.button-area a{
	   display: inline-block;
    font-size: 18px;
    margin: 0 0 0 7px;
    padding: 1.3% 2%;
}
.unit-price{
	width: 11%;
}
.product-image{
	  width: 15%;
}
.product-image img{
	   max-width: 100%;
}
.text-left{
	text-align: left !important;
}
.edit-delet{
	  text-align: center;
    width: 10%;
}
.edit-delet img{
	  border-right: 1px solid #CCCCCC;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    width: 16px;
}
.table {
    border-spacing: 0;
    float: left;
    margin: 27px 0 0;
    width: 100%;
    border: 1px solid #ccc;
}
.table tr th {
    background: none repeat scroll 0 0 #ccc;
    font-size: 17px;
    text-align: center;
    vertical-align: middle;
    padding: 5px 5px;
    border-left: 1px solid #AAAAAA;
}
.table tr td {
    color: #555;
    font-size: 14px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
.table tr td:first-child, .table tr th:first-child{
	border-left: none;
}
/*.table tbody:last-child tr td{
	 border-bottom: none;
}*/
.table tr td a {
    color: #333;
    text-decoration: none;
}
.table tr td input[type="text"]{
	  border: 1px solid #D7D7D7;
    color: #555;
    font-weight: bold;
    padding: 3px;
    text-align: center;
    width: 65px;
}
.table tr td input[type="text"]:focus{
	box-shadow: 0 0 2px -1px #999999;
}
/*responsive-table*/
.responsive-table{
	width: 100%;
	overflow: auto;
}
.responsive-table .table{
	  width: 921px !important;
}

/*Checkout*/
.checkout{
	
}
.checkout h1{
	 color: #008000;
    font-size: 26px;
    margin: 0 0 9px;
    text-transform: uppercase;
}
.checkout h4{
	 border-bottom: 1px solid #EEEEEE;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0 0 6px;
}

.billing-form{
	float: left;
	width: 98%;
	padding: 1%;
	background: #eee;
}
.billing-form .col3{
	 margin: 0 1%;
	 float:left;
    width: 50%;
}
.billing-form .form-list{
	padding: 0;
	margin: 0;
}
.billing-form fieldset{
	   border: 1px solid #CCCCCC;
    margin: 11px 0 ;
    width: 100%;
}
.billing-form .form-list li{
	
}
.form-list li textarea, .form-list li input[type="text"]{
	 border: 1px solid #CCCCCC;
    margin: 0 0 10px;
    padding: 3px;
    width: 95%;
}
.form-list li select{
	 border: 1px solid #CCCCCC;
    margin: 0 0 10px;
    padding: 3px;
    width: 97%; /*98.5%;*/
}

.billing-form fieldset li{
	 float: left;
    margin: 0 2% 1%;
    width: 45%;
}
.billing-form fieldset li em{
	 color: #FF0000;
    font-family: 'Times New Roman';
}

.billing-form .col2{
	  float: left;
    margin: 0 0 0 2%;
    width: 45%;
}

.checkout-review-table {
    border: 1px solid #CCCCCC;
    float: left;
    margin: 11px 0 ;
    width: 100%;
}
.checkout-review-table table{
	margin: 0;
}
.checkout-review-table table th {
    text-align: left;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}
.checkout-review-table table tr{
	
}
.checkout-review-table table tr td{
	 border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}
.checkout-review-table table tr td:first-child{
	 border-left: none;
}
.checkout-review-table table tr:last-child td{
	 border-bottom: none;
}

.trms-cndtn{
	 float: left;
    margin: 10px 5px;
    width: 98%;
}
.trms-cndtn .left{
	float: left;
	line-height: 20px;
   
}

.order{
	 float: right;
    margin: 55px 0 0;
    padding: 2% 4%;
}


/*Login Page*/
.login-left{
	/*float: left;
	width: 56%;
	margin: 0% 1% 0 0;
	padding: 0 1% 0 0;*/
	
	  background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #DDDDDD;
    float: left;
    margin: 0 1% 0 0;
    padding: 2%;
    width: 50%;
}
.heading{
	 border-bottom: 1px solid #DDDDDD;
    margin: 0 0 30px;
    padding: 0 0 15px;
}
.login-row{
	float: left;
	width: 100%;
}
.login-row span{
	float: left;
    font-weight: bold;
    margin: 0 5% 0 0;
}
.login-row label:first-child{
	width: 35%;
}
.login-row label{
	 /*color: #555555;
    float: left;
    font-size: 14px;
    font-weight: bold;
    
	margin: 0 0 10px;
    width: 35%;*/
   
     color: #555555;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
    width: 46%;
}

.login-row label a{
	font-size: 14px;
	font-weight: normal;
	color: #A70000;
	text-decoration: none;
}
.login-row label input {
    border: 1px solid #CCCCCC;
    color: #555555;
    height: 20px;
    padding: 1% 2%;
    width: 104%;
}
.login-row label select{
	 border: 1px solid #CCCCCC;
    color: #555555;
    height: auto;
    padding: 2%;
    width: 109%;
}
.login-row  input.black-btn {
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    height: auto;
    padding: 4px 10px;
    text-transform: capitalize;
    width: auto;
}

.login-Right {
    /*background: none repeat scroll 0 0 #EEEEEE;
    float: left;
    margin: 0;
    padding: 3% 4%;
    text-align: center;
    width: 31%;*/
   
    /*border-left: 1px dashed #CCCCCC;*/
    float: left;
    margin: 0;
    padding: 3% 0 0 4%;
    text-align: left;
    width: 37%;
}
.login-Right h2 {
    color: #C90908;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 17px;
}
.login-Right p {
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 13px;
}
.login-Right span {
    display: list-item;
    list-style: square inside none;
    margin: 5px 0;
}
.login-Right .red-btn{
	  border: medium none;
    padding: 10px 30px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 18px 0 0;
    float: left;
}
.login-Right img{
	width: 100%;
}


/*signup*/
.signup label{
	width: 100%;
}
.signup .login-row{
	 float: left;
    margin: 0 4% 0 0;
    width: 45%;
}
.signup .login-row input{
	width: 98%;
}
.signup .login-row select{
	width: 102%;
	  padding:  2%;
}
.signup .login-row .black-btn{
	width: auto;
	float: right;
}
.signup.login-left{
	width: 55%;
}
.signup.login-Right{
	width: 30%;
	background: none;
}
.page-title{
	  border-bottom: 1px solid #CCCCCC;
    color: #C90908;
    font-size: 22px;
    margin: 0 0 10px;
    padding: 0 0 8px;
    width: 100%;
}


/*signup2*/
.signup2{
	
}

.signup2.login-left {
    /*background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 #DDDDDD;
    float: left;
    margin: 2% 0 0 9.5%;
    padding: 2% 1% 1% 3%;
    width: 78%;*/
}

.signup2 .login-row {
    float: left;
    margin: 0 4% 0 0;
    width: 46%;
}

.signup2 label {
    width: 100% !important;
}
.signup2 label textarea{
	border: 1px solid #CCCCCC;
    color: #555555;
    height: 84px;
    padding: 1% 2%;
    width: 98%;
    resize: none;
}
.signup2 .black-btn{
	margin: 10px 0;
    padding: 5px 10px;
    text-transform: uppercase;
	cursor:pointer;
	border: none;
}
.left{float: left;}
.right{float: right;}
.text-center{
	text-align: center;
}

.signup-right{
	padding: 2% 1%;
}

/*contact-section*/
.contact-section{
	
}
.contact-section .login-row label{
	width: 100%;
}
.contact-section .login-row input{
	width: 95%;
}
.contact-section .login-row textarea{
	    border: 1px solid #CCCCCC;
    height: 65px;
    padding: 1% 2%;
    resize: none;
    width: 95%;
}
.contact-fild{
	float: left;
	width: 50%;
}
.contact-fild .black-btn{
	padding: 5px 10px;
}
.address{
	  color: #555555;
    float: left;
    font-size: 14px;
    line-height: 23px;
    margin: 0px 0 22px;
}
.address h2{
	float: left;
	color: #555;
	width: 100%;
	margin: 0 0 10px;
}

.map-container{
	  float: right;
    margin: 20px 0;
    width: 44%;
}


/*Dashboard*/
.dashboard-nav{
	float: left;
	width: 25%;
}
.dashboard-container{
	float: right;
	width: 72%;
	margin-left: 3%;
}
.dashboard-nav li {
	list-style:none;
	display:block;
	width: 100%
}

.dashboard-nav li a {
	  border-bottom: 1px dashed #CCCCCC;
    color: #555555;
    display: block;
    margin: 0 0 4px;
     padding: 0 10px 7px;
    text-decoration: none;
    
    transition: 0.5s;
}

.dashboard-nav li a img{
	  margin: 0 4px 0 0;
    position: relative;
    top: 5px;
    width: 20px;
}
.dashboard-nav li a.active, .dashboard-nav li a:hover {
  	background: none repeat scroll 0 0 #AA0406;
    border-bottom: 1px dashed #AA0406;
    color: #fff;
    display: block;
    margin: 0 0 4px;
    text-decoration: none;
}
.dashboard-container .login-left{
	background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #EAEAEA;
    margin: 0;
    padding: 3%;
    width: 94%;
}
.dashboard-container .login-row{
      margin: 0 12px 5px 0;
    padding: 0 0 5px;
    width: 48%;
}

.dashboard-container .login-row label:first-child{
	  /*margin: 0 64px 0 0;
    text-align: right;
    width: 20%;*/
   font-weight: bold;
    margin: 0 18px 0 0;
    text-align: left;
    width: 33%;
}
.dashboard-container .login-row label{
	 color: #555555;
    float: left;
    font-size: 14px;
    margin: 0 0 0px;
    width: 53%;
    font-weight: normal;
}
.dashboard-container .login-row span{
	float: left;
	margin-right: 9px;
}
.edit-pf .login-row label input{
	width: 100%;
}
.edit-pf .login-row {
	margin-bottom: 10px;
}
.edit-pf .login-row label select{
	padding:  2%;
    width: 105%;
}
.edit-pf .login-row label textarea{
	  border: 1px solid #CCCCCC;
    color: #555555;
    height: 50px;
    padding: 1% 2%;
    width: 100%;
}
.change-password{
	width: 65%;
	float: none;
	margin: 0 auto;
}
.change-password .login-row{
	width: 100%;
	margin-right: 0;
}

.order-hist .login-row-head, .order-hist .login-row-cont{
	width: 100%;
	float: left;
}
.order-hist table{
	width: 100%;
	border-spacing: 0;
	border: 1px solid #CCCCCC;
	 margin: 0 0 20px;
}
.order-hist table tr th{
	 background: none repeat scroll 0 0 #EEEEEE;
    border-left: 1px solid #CCCCCC;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin: 0;
    /*min-width: 13.8%;*/
    text-align: center;
    text-transform: uppercase;
}
.order-hist table tr th:first-child{
	border-left: 1px none #CCCCCC;
}
.order-hist table tr td:first-child{
	border-left: none ;
}
.order-hist table tr td{
	 border-left: 1px solid #CCCCCC;
    height: 35px;
    line-height: 35px;
    margin: 0;
    /*min-width: 13.8%;*/
    text-align: center;
    text-transform: uppercase;
}

.custoName{
	width: auto;
}

/*.login-row_new{float:none !important; width:100% !important;}*/



/*Registration Error*/

.relative, .login-row{
	position: relative;
}
.signup2 label em, .requir-txt em, .login-row label em{
	 color: #FF0000;
    font-family: verdana;
    font-size: 12px;
    position: relative;
    top: 0px;
}
.requir-txt{
	   float: left;
    position: relative;
    top: -27px;
    width: 100%;
}
/*.user_errr p:after{
	border-color: #B30000 transparent;
    border-style: solid;
    border-width: 9px 9px 0 7px;
    bottom: -9px;
    content: "";
    left: 8px;
    position: absolute;
}   
.user_errr p.hint{
	color: #FFFFFF !important;
	background: none repeat scroll 0 0 #B30000;
    border-radius: 3px;
    bottom: 70%;
    margin: 0;
    padding: 3px 9px;
    position: absolute;
    right: -57%;
    width: 150px;
    z-index: 1;
}*/

.user_errr{
	position: relative;
	top: -9px;
	
}
.error{
	position: relative;
	  font-size: 12px;
	 color: #FF0000;
}


/*New product page*/

.new-pro-section .product-block{
	  margin: 0 1.6% 3%;
    width: 30%;
}
.new-pro-section h2 {
    border-bottom: 1px solid #CCCCCC;
    color: #333333;
    padding: 3px 0;
     margin: 0 0 20px;
}


.img-container{
	width: 68%;
	/*margin: auto;*/
}






.total-sec td{
	  font-size: 15px !important;
    /*font-weight: bold;*/
    text-align: right;
}
.color-red{
	 color: #A60304 !important;
}


.cp-light-tbl{
	    border-spacing: 0;
    width: 100%;
     border: 1px solid #AAAAAA;
}
.cp-light-tbl th {
    background: none repeat scroll 0 0 #CCCCCC;
    border-bottom: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    padding: 4px 6px;
    text-align: left;
    /*border-top: 1px solid #AAAAAA;*/
}
.cp-light-tbl td {
     border-bottom: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
    color: #4C4C4C;
    font-size: 14px;
}
.cp-light-tbl td:first-child, .cp-light-tbl th:first-child{
	border-left:none;
}
.cp-light-tbl td p{
	 line-height: 18px;
    margin: 2px 0 2px 10px;	
}
.ountt{
	 text-align: center !important;
    width: 70px;
}
.proname{
	width: 150px;
}
.lighi-price{
	text-align: center !important;
    width: 70px;
    font-weight: bold;
     line-height: 40px;
}
.order-hist{
	min-height: 300px;
}



/*src-page*/
.src-page{
	 background: none repeat scroll 0 0 #EEEEEE;
    margin: 0 0 32px;
    padding: 9px 12px;
}
.src-txt{
	font-size: 21px;
    font-weight: bold;
    margin: 0 6px 0 0;
    position: relative;
    top: 4px;
}
.search-text-input{
	   border: 1px solid #AAAAAA;
    color: #88191B;
    height: 25px;
    line-height: 25px;
    padding: 0 6px;
    position: relative;
    top: 3px;
    width: 40%;
    margin: 0 6px 0 0;
}
.search-btn-input {
   background: url("../images/search.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    font-size: 0;
    height: 32px;
    position: relative;
    top: -1px;
    width: 32px;
}



/*thank you*/
.thanks{
	float: left;
    margin: 25px 0;
    padding: 4px 0 40px;
    text-align: center;
    width: 100%;
}
.thanks h1{
	 color: #82B014;
    font-size: 27px;
    margin: 0 0 22px;
}
.thanks h1 img{
	 position: relative;
    top: 4px;
}
.thanks h1 span{
	 left: -8px;
    letter-spacing: 2px;
    position: relative;
}
.thanks p{
	font-size: 18px;
}
.product-price-section span font{
	font-family: arial;
	margin: 0 3px;
}





/*21/07/2014--------------------*/

.billininfo li{
	line-height: 20px;
    width: 86% !important;
}
.billininfo li label strong{
	width: 30%;
	float: left;
}
.billininfo li label span{
	float: left;
	margin: 0 10px 0 0;
	  font-weight: bolder;
}
.lg-btn{
	 padding: 10px 22px;
}
.opc-col-right{
	 padding: 10px 0 0;
}
.header-right a:hover .logout{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.logout{
	position: relative;
    top: -2px;
      
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
/*----------------------------------- Note: Design for a width of 320px ------------------------------------------*/

@media only screen and (max-width: 767px) {

	body {
		background-size: auto 100%;
	}

	.container {
		width: 95%;
	}

	.logo {
		float: none;
		margin: 10px 0;
		width: 100%;
		text-align: center;
	}
	.logo img {
		width: 94%;
	}

	.header-right {
		float: none;
		margin: 22px 0 0;
		text-align: center;
		width: 100%;
	}

	.navbar {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		padding: 0;
		width: 100%;
	}

	nav {
		display: none;
	}
	nav ul {
		float: left;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	nav ul li:first-child {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		padding: 0;
	}
	nav ul li {
		background: url("../images/nav_bg.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
		-webkit-background-size: auto 100%;
		-moz-background-size: auto 100%;
		-o-background-size: auto 100%;
		-ms-background-size: auto 100%;
		background-size: auto 100%;
		border-right: medium none;
		float: none;
		height: 40px;
		line-height: 40px;
		list-style: none outside none;
		padding: 0;
		text-align: center;
		transition: all 0.5s ease 0s;
		width: 100%;
	}

	.search-area {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		float: left;
		margin: 5px 0;
		padding: 4px 0 39px;
		position: relative;
		text-align: center;
		width: 100%;
	}

	.search-area .download {
		background: none repeat scroll 0 0 #000000;
		bottom: -3px;
		display: block;
		float: none;
		height: 30px;
		line-height: 30px;
		margin: 0;
		padding: 0;
		position: absolute;
		width: 100%;
	}

	.search-area .download span {
		display: block;
		height: 18px;
		position: absolute;
		right: 12px;
		top: 5px;
		transition: all 0.5s ease 0s;
		width: 18px;
	}
	.search-area form {
		background: none repeat scroll 0 0 #222222;
		float: none;
		padding: 3px 0;
	}

	.nav-btn {
		background: none repeat scroll 0 0 #252525;
		color: #FFFFFF;
		display: block;
		font-size: 20px;
		margin: 5px auto;
		padding: 12px 0px;
		text-align: center;
		text-decoration: none;
		width: 100%;
	}
	.nav-btn:hover, .nav-btn:focus {
		background: #C10B09;
	}

	.left-panel {
		float: left;
		margin: 0;
		width: 100%;
	}

	.left-section {
		float: left;
		width: 96.5%;
		margin: 0 0 10px;
	}

	.mid-section {
		float: left;
		margin: 10px 0;
		padding: 5px;
		width: 96.5%;
	}

	.product-block, .new-pro-section .product-block {
		float: left;
		margin: 1px 0 9px;
		width: 100%;
	}

	.right-section {
		float: none;
		width: 100%;
	}
	.subscribe {
		width: 97%;
	}
	footer {
		background-size: auto 100%;
	}

	.ftr-left {
		float: none;
		width: 100%;
		position: relative;
	}

	.ftr-right {
		float: none;
		text-align: center;
		width: 100%;
		margin: 0 0 27px;
	}

	.ftr-menu {
		float: left;
		margin: 0 0 5px;
		text-align: center;
		width: 100%;
	}

	.ftr-left p {
		margin: 11px 0;
		text-align: center;
		width: 100%;
	}
	.ftr-menu a {
		/*color: #FFFFFF;*/
		font-size: 12px;
		letter-spacing: 1px;
		text-decoration: none;
	}

	.sliderArea .bx-viewport {
		overflow: visible !important;
	}
	.slid-cont {
		display: none;
	}
	.scroolArea {
		padding: 0;
	}
	.scroolArea .bx-wrapper {
		padding: 7% 0;
	}

	.hot-deal {
		text-align: center;
	}

	.hot-deal img {
		width: 75%;
	}

	.subscribe input[type="text"] {
		width: 96.3%;
	}

	.bx-wrapper {
		margin: 26px auto !important;
	}

	.catalog {
		border: 1px solid #CCCCCC;
		float: left;
		margin: 0 3px 6px 0;
		padding: 1%;
		text-align: center;
		vertical-align: middle;
		width: 46%;
	}

	.product-img-section {
		border: 1px solid #EEEEEE;
		float: left;
		margin-top: 20px;
		padding: 1%;
		width: 97.5%;
	}

	.product-detail-section {
		float: left;
		margin-left: 1%;
		margin-top: 20px;
		width: 98%;
	}

	.product-title {
		color: #2E3A47;
		font-size: 1.39em;
		margin: 0 0 4px;
		position: relative;
		text-transform: uppercase;
	}
	.socialsharing_product a {
		width: 32%;
		margin: 0 5% 0 0;
	}

	.product-price-section {
		border-left: 1px none #EEEEEE;
		float: left;
		margin-left: 0;
		margin-top: 20px;
		padding: 1% 1% 1% 2%;
		width: 97%;
	}

	.zoomWindow {
		/*height: 350px !important;
		left: -20% !important;
		top: 100% !important;
		width: 295px !important;*/
		height: 212px !important;
    left: 0 !important;
    top: 100% !important;
    width: 97% !important;
	}
	.button-area {
		text-align: center;
	}
	.button-area a {
		padding: 3%;
		
	}
	
	
	.billing-form .col3 {
	    float: left;
	    margin: 0 1% 5%;
	    width: 91%;
	}
	
	.billing-form .col2 {
	    float: left;
	    margin: 0 0 5% 2%;
	    width: 95.5%;
	}
	
	.dashboard-nav {
    float: left;
    width: 100%;
}
.dashboard-nav li{
	/*text-align: center;*/
}
.dashboard-nav li a{
	 padding: 5px 0;
}
	
	.dashboard-container {
    float: left;
    margin-left: 0;
    width: 100%;
}
	.login-row, .signup .login-row {
	    float: left;
	    width: 100%;
	}
	.order-hist table{
		width: 980px;
	}
	.signup2 label{
		width: 97% !important;
	}
	.login-left, .signup.login-left {
		width: 95%;
	}
	.login-row label{
		width: 92%;
	}
	.login-Right{
		 margin: 10px 0 0;
		 width: 92%;
	}
	

	.hide-xs{visibility: none;display: none;}
	
	.dashboard-container .login-row, .change-password{
		width: 100%;
	}
	.change-password label{
		width: 88% !important;
	}
	.change-password span{display: none;}
	
	.billing-form fieldset li{
		width: 96%;
	}
	.contact-fild{
		width: 100%;
	}
	.map-container{
		width: 100%;
	}
	.map-container iframe{
		width: 100%;
	}
/*------------------------------------------------ added by Abhaya on 18.07.14 -------------------------------- */
	.button-area a {
		
		width:180px;
		margin-bottom:10px;
	}
	.heading {
		font-size:20px;
	}
.login-row label:first-child {
	width:25%;
}
.formError {
	left:auto !important;
	right: 15px;
}

.cart-btn{
	 left: 6px;
	 position: relative;
}


.product-price-section label span{
	 width: 31%;
}
.prodetails .product-detail-section{
	width: 98% !important;
}
.formError .formErrorContent{
	 width: 83% !important;
	 min-width: 99px !important;
}



.img-container {
    width: 95%;
}

.form-left-reg {
	width:100% !important;
	float:none !important;
}
.form-right-reg {
	width:100% !important;
	float:none !important;
}
.signup2 .form-left-reg .login-row, .signup2 .form-right-reg .login-row {
	width:99% !important;
}


}


/* Note: Design for a width of 480px */

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.slid-cont {
		font-family: 'TitilliumText22LRegular', Arial, sans-serif;
		position: absolute;
		right: 48px;
		top: 117%;
		width: 68%;
		z-index: 100;
	}

	.product-block .product-img img {
		width: 70%;
	}
	.hot-deal {
		text-align: center;
	}

	.hot-deal img {
		width: 55%;
	}
	
.subscribe input[type="text"] {
    width: 97.5%;
}
.logo img {
		width: auto;
	}

.bx-wrapper{
	margin: 0 auto !important;
}



.catalog {
    border: 1px solid #CCCCCC;
    float: left;
    margin: 7px 15px 0;
    padding: 1%;
    text-align: center;
    vertical-align: middle;
    width: 40%;
}

.new-pro-section .product-block, .product-block {
		float: left;
		 margin: 1px 5px 9px;
    	width: 48%;
	}
	.product-detls a {
		margin-right:2px !important;
	}

}



/*------------------------------- note design for tab------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 979px) {
	.container {
		width: 743px;
	}
	.middle-section {
		width: 100.5%;
	}
	.right-section {
		float: right;
		width: 18%;
	}

	.product-price-section label input[type="text"], .product-price-section label select {
		border: 1px solid #EEEEEE;
		color: #888888;
		float: right;
		padding: 3px;
		width: 65.5%;
	}
	.socialsharing_product a {
		width: 38%;
	}
	.product-price-section label span {
		width: 30%;
		font-size: 11px;
	}

	.product-detls a {
		margin: 2px 4px 0 0;
	}
	.product-detls p {
		min-height: 45px;
	}

	.black-btn {
		/*background-size: 95% auto*/
		font-size: 12px;
		padding: 2px 10px;
		border-radius: 2px;
	}
	.red-btn {
		/*background-size: 95% auto;*/
		font-size: 12px;
		padding: 2px 19px;
		border-radius: 2px;
	}
	.product-detls a img {
		width: 100%;
	}
	.product-block .product-img {
		width: 35%;
	}
	.product-detls {
		width: 61%;
	}

	.slid-cont {
		font-family: 'TitilliumText22LRegular', Arial, sans-serif;
		position: absolute;
		right: -12px;
		top: 48%;
		width: 38%;
		z-index: 100;
	}
	.slid-cont span {
		color: #000000;
		font-size: 14px;
		font-weight: bold;
		left: 30px;
		position: absolute;
		top: -20px;
	}
	.slid-cont h1 {
		color: #FFFFFF;
		font-size: 22px;
		text-transform: uppercase;
	}
	.slid-cont h1 span {
		color: #FFFFFF;
		font-size: 34px;
		font-weight: bold;
		position: static;
	}
	.slid-cont h3 {
		color: #000000;
		font-size: 17px;
		font-weight: bold;
		left: 36px;
		position: relative;
		text-transform: uppercase;
		top: 4px;
	}
	.slid-cont label {
		color: #FFFFFF;
		float: right;
		font-size: 11px;
		margin: 1% 27%;
		text-transform: uppercase;
	}

	nav ul li {
		border-right: 1px solid;
		float: left;
		height: 37px;
		line-height: 38px;
		list-style: none outside none;
		padding: 0 6px;
		text-align: center;
		transition: all 0.5s ease 0s;
	}

	nav ul li:first-child {
		padding: 0 11px 0 13px;
	}

	nav ul li a {
		font-size: 13px;
	}
	.search-area {
		float: right;
		margin: 4px 2px 1px 0;
	}

	.search-text-box {
		background-color: #FFFFFF;
		border: 1px solid #020000;
		color: #46484A;
		height: 18px;
		padding: 2px;
		position: relative;
		top: 3px;
		width: 93px;
	}

	.left-panel {
		float: left;
		margin-right: 1.05%;
		width: 80.5%;
	}

	.catalog {
		border: 1px solid #CCCCCC;
		float: left;
		margin: 0 10px 12px 0;
		padding: 1%;
		text-align: center;
		vertical-align: middle;
		width: 29%;
	}

	.catalog:nth-child(4n+4) {
		margin-right: 10px;
	}
	/*
	.catalog:nth-child(3n+1) {
		margin-right: 0;
	}*/
	
	.responsive-table .table{
	  width: 100% !important;
	}
	.unit-price {
    	width: 13%;
	}
	.login-Right h2{
		line-height: 22px;
	}
	
	.dashboard-container .login-row, .change-password{
		width: 100%;
	}
	
	.img-container {
    width: 54%;
}

.map-container iframe{
		width: 100%;
	}
	.formError {
	left: auto !important;
	right: 30px !important;
}
	.formError .formErrorContent{
		min-width: 78px !important;
		width: 82% !important;
		font-size: 10px !important;
	}
	
	.zoomWindow {
    height: 321px !important;
    top: -1% !important;
    width: 300px !important;
}

}


@media only screen and (min-width: 980px) and (max-width: 1024px) {
	.formError {
	left: auto !important;
    right: 30px !important;
}
}

/*------ Added by argha 15-07-14 ------*/

.checkout h1.err-msg{
	color:#e20000;
	padding-bottom:10px;
	font-size:16px;
	font-weight:normal;
	background:#ffc0c0;
	border:#ff585d 1px solid;
	padding:8px 10px;
	/*margin-bottom:20px;*/
}

.login-left h1.err-msg{
	color:#e20000;
	padding-bottom:10px;
	font-size:16px;
	font-weight:normal;
	background:#ffc0c0;
	border:#ff585d 1px solid;
	padding:8px 10px;
	margin-bottom:20px;
}

.login-left h1.suc-msg{
	color:#578134;
	padding-bottom:10px;
	font-size:16px;
	font-weight:normal;
	background:#cdeaca;
	border:#77c26a 1px solid;
	padding:8px 10px;
	margin-bottom:20px;
}

.contact-fild h1.suc-msg{
	color:#578134;
	padding-bottom:10px;
	font-size:16px;
	font-weight:normal;
	background:#cdeaca;
	border:#77c26a 1px solid;
	padding:8px 10px;
	margin-bottom:20px;
}

.billing-form .col_full_row{
	width:96% ;
	}

/*------ Added by argha 15-07-14 ------*/
/*------added by Abhaya on 29.07.14 ---------------------*/
.prodetails .product-detail-section{
	float: left;
    margin-left: 2%;
    margin-top: 20px;
    width: 65%;
}
/*.prodetails .product-price-section {
	width:64%;
}*/
.prodetails .cart-btn {
	float:right;
}
.prodetails .product-price-section label input[type="text"] {
	width:66% !important;
}
.prodetails .product-price-section label select {
	width:68% !important;
}
.mid-section h2 span#item_no {
	color:#ac0404;
}

.form-left-reg {
	width:45%;
	float:left;
}
.form-right-reg {
	width:45%;
	float:right;
}
.signup2 .form-left-reg .login-row, .signup2 .form-right-reg .login-row {
	width:99%;
}

/*------ added on 06-02-15 ------*/

.thanks h2{
	color: #82b014;
    font-size: 20px;
    font-family: "TitilliumText22LBold",Arial,sans-serif;
    font-weight: normal;
    margin: 0 0 7px;
    padding: 0;
    text-transform: uppercase;
}

.trans_details{
	margin-top:20px;
}

.trans_details h3{
	background:#CCCCCC;
	font-size:17px;
	padding:9px 0;
}

.trans_details .para_div{
	border-bottom: 1px solid rgb(170, 170, 170);
    border-left: 1px solid rgb(170, 170, 170);
    border-right: 1px solid rgb(170, 170, 170);
	padding: 9px 0;
}

.trans_details div p{
	font-size: 15px;
}

.span_details_left{
	display: table;
    float: left;
    text-align: right;
    width: 49%;
}

.span_details_right{
	display: table;
    float: right;
    text-align: left;
    width: 49%;
}

.new_but_area a.red-btn{
	display: table;
    font-size: 18px;
    margin: 0 auto;
    padding: 1.3% 2%;
    width: 115px;
}
/*--------------*/
.billing-form .form-list{
	width: 100%;
}
.billing-form .form-list .form-left-reg{
	width: 50%;
}
.billing-form .col_full_row {
    width: 100%;
}
.billing-form h3{
	margin: 0 0 15px;
}
.billing-form  .input-box textarea{
	height: 33px;
	resize: none;
}
.billing-form li label{
	margin: 0 0 7px;
	display: block;
}
.form-list li textarea, .form-list li input[type="text"]{
	padding: 8px 3px;
}
.form-list li select{
	padding: 7px 3px;
}