/* CSS Document */

/*common style start*/
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
border:0;
font-size:12px;
color: #333;
margin:0;
padding:0;
vertical-align:baseline;
font-family:'Muli',arial;
}


#wrapper, header, #bodyMainWrap, #topNavWrap, #searchWrap, #footerTopWrap, #footerLastWrap, #breadcrumCatTitleWrap {
	width: 100%;	
	
}

.bodyMain, .footer, .search, .footerTop, .footerMid, .footerLast, .banner, .breadcrumCatTitle {	
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.clearBoth {
	clear: both;
}


.errormsg 
{
    margin: 0px;
    padding: 0px;    
    position: relative;
}

.errorLabel 
{
    position: absolute;
}

.pageError 
{
	font-size: 25px;
	color: #f35531;
}

.note 
{
	font-size: 12px;
}

.btCommon 
{
	border: 1px solid #666;
	padding: 5px 10px;
	background: #faf9f9;
	cursor: pointer;
}

.btCommon:hover 
{
	
	background: #f1f1f1;
}

.redNote 
{
    font-weight: normal;
    font-size: 12px;
    color: #ff0000;
}



/*header style start*/

header 
{
	background: #f7f7f7;
	border-bottom: 1px solid #d6d6d6;
	box-shadow: 10px 10px 5px #888888;
}

.logoWrap, .secureHeader
{
	display: inline-block;
	vertical-align: middle;
}


.secureHeader div
{
	float: left;
	margin-left: 10px;	
	padding-left: 10px;
	line-height: 44px;
	vertical-align: middle;
	border-left: 1px solid #e5e5e5;
}	

.secureHeader div p, .secureHeader div img 
{
	display: inline-block;
	vertical-align: middle;
	margin: 0px 3px;
	line-height: normal;
}
.secureHeader div p span 
{
	display: block;
	font-size: 10px;
}
/*body style start*/
#bodyMainWrap {
	background: #fff;
			
}
.bodyMain {
	min-width: 303px;	
	min-height: 550px;
}

/*footer style start*/
footer 
{
	border-top: 1px solid #b6b6b6;
	padding: 4px 0px;
	margin-top: 20px;
}

.secure {
	margin-top: 5px;
	text-align: center;	
}

.secureIcon, .secureMessage 
{
	display: inline-block;
	vertical-align:middle;
	font-size: 16px;
} 
.secureIcon, .secureIcon img  
{
	width: 139px;
	height: 47px;
}

.secureMessage 
{
	padding: 3px 0px 3px 5px;
	margin-left: 5px;
	border-left: 1px solid #d0d0d0;
}

.helpText 
{
	display: block;
	padding: 10px 0px;
	text-align: center;
}

p.needHelp 
{	
	line-height: normal;
	display: block;
	vertical-align: middle;
	
}
/*shopping cart start*/
.shoppingContainer {
  margin: 0px auto;
  width: 984px;	
}

.shoppingContainer table {
	border-collapse: collapse;
}

.shoppingContainer table th {
	background: #f0efef;
	padding: 10px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #737373;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.shoppingContainer table th:last-child {
	border-right: 0px;
}

.shoppingContainer table th
 {
	font-family: Arial;
    font-size: 13px!important;
}

.shoppingContainer table th.col2 {
	width: 8%;
}

.shoppingContainer table th.col3 {
	width: 15%;
}

.shoppingContainer table th.col4 {
	width: 19%;
}

.cartImg, .cartProDesc {
	width: 20%;
	display: inline-block;
	vertical-align: middle;	
}

.cartImg img {	
	width: 100px;
    display: block;
    max-width: 100%;
}

.cartProDesc {
	width: 75%;
	color: #000;
	font-weight: bold;
}

.txtQty{
	width: 30px;
	padding: 2px;
	border: 1px solid #666;
}

.shopDetail {
	max-height: 500px;
	overflow: auto;
	margin: 0px 10px;
	
}

.cartContetnRight {
	text-align: right;
}
.cartContentCenter {
	text-align: center;	
}

.cartContentValign {
	vertical-align: middle;
}

td.tdSubTotal div:first-child {
	font-weight: bold;
}

.tdSubTotal div:first-child, .cartDelBt {
  	display: inline-block;
	vertical-align: middle;
}

.cartDelBt {
	background: #f7f7f7;
	color: #797878;
	border: 1px solid #e1e1e1;
	border-radius: 17px;
	font-size: 10px;
	padding:2px 7px;
	margin-left: 10px;
	cursor: pointer;
}

.cartDelBt:hover {
	border: 1px solid #666;
	color: #000;
}

.cartDisc {
	display: block;	
	margin-top: 5px;
	color: #0C0;
	
}

.cartDisc, .cartDisc span.WebRupee {
	font-size: 12px;
	color: #7f7f7f;
	font-weight: normal;
	font-style: italic;
}

.cartDiscTotal {
	display: block;	
	margin-top: 5px;
	font-style: italic;
	font-size: 14px;
	color: #5d5d5d;
	
}

.couponLable {
	color: #7f7f7f;
}

.cartFooter {
	padding: 10px;
	background: #eeeeee;
	border-top: 1px solid #e2e2e2;
	position: relative;
}
.cartRight {
	float: right;
	margin-right: 15px;	
	text-align: right;
}
.cartLeft {
	float: left;
}

.cartEstimateTotal, .cartEstimateTotal span {
	font-size: 19px;
	color: #000;
}

.cartEstimateSubTotal, .cartEstimateSubTotal span, .cartEstimateSubTotal i, .pshippingCharges span, .pshippingCharges i, .pshippingCharges, .productDesc, .productDesc .productDesc i
  {
  	font-size: 16px;  	
  	color: #656565;
  }
  

.cartEstimateSubTotal i, .pshippingCharges i, .productDesc i  
{
	font-size: 14px;	
}

.cartEstimateTotal i
{
	font-size: 16px;
	font-weight: normal;	
}
.textRight 
{
	text-align: right;
}

.couponCode .form-group
{
	margin: 0px;
}
.couponCode input 
{
	display: inline-block;
}

.cartFInner 
{	
	
}

.cartBt, .continue {
	padding:5px 10px;	
	background: #fd7801;
	border: 1px solid #BF5A01;
	font-size: 20px;	
	color: #fff;
	cursor: pointer;
}

.cartBt:hover {	
	background: #ff8b24;
	border: 1px solid #BF5A01;	
}

.continue {	
	border: 1px solid #b9b9b9;
	background: #f8f8f8;	
	color: #666;
}

.continue:hover {	
	background: #fff;
	border: 1px solid #878787;	
}


/*checkout page*/ 

.paymentRightContainer
{
	margin-top: 30px;
}

#divEmptyLink h2
{
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	margin-top: 80px;
}
#divEmptyLink p
{
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
}
#divEmptyLink p a 
{
	font-size: 16px;
	color: #1f5ad4;
	text-decoration: underline;	
}
#divEmptyLink p a:hover 
{
	text-decoration: none;
	color: #123b8e;
}
 .cartInfo {		
	 border: 1px solid #e2e2e2;
	 padding: 0px;
	 width: 100%;
	 margin-bottom: 20px;
 }
  .cartInfo .shoppingContainer {
	  width: 100%;
  }
   .cartInfo .shopDetail {
	   max-height: 450px;
	   min-height: 230px;
   }
  .cartInfo .shoppingContainer table th 
  {
  	border: 0px;
	   border-bottom: 1px solid #CCC;	  
	   background: #fff;
	   font-size: 11px;
	   color: #000;
   }
  .cartInfo .cartRight{
	  display: block;
	  float: none;
  }
  
  .productName 
  {
  	font-size: 13px;
  	font-weight: bold;
  }   
    
  .productFT, .productFTValue 
  {
  	font-family: Calibri;
  	font-size: 13px; 
  	color: #878787; 	
  }
  
  .productFTValue 
  {
  	font-weight: normal;
  	font-size: 14px;
  	color: #000;
  }
  
  .paymentContainer {	
	 vertical-align: top;	
	 border: 1px solid #e2e2e2;
	 padding: 5px;
	 margin-top: 30px;
  }
  
   .loginActive, .loginDeactive, .shippingActive, .shippingDeactive, .paymentActive, .paymentDeactive, .shippingDeactive1, .paymentDeactive1 {
	  margin: 0px;	
	  width: 33.3%;
	  padding: 10px 0px;
	  background:none;
	  border: 0px;
	  float: left;
	  display: table-cell;	 
	  font-size: 12px;
	  font-weight: bold;	  
	  color: #666;
	  border-bottom: 1px solid #b0b0af;
	  cursor: pointer;
	  text-align: center;
	  text-decoration: none!important;
	  position: relative;
  }
  .loginActive, .shippingActive, .paymentActive {
	  border-bottom: 1px solid #fe5502;
  }
  
.loginDeactive i, .shippingDeactive i, .paymentDeactive i, .shippingDeactive1 i, .paymentDeactive1 i  
{
	display: none;
}
  
  .loginActive i, .shippingActive i, .paymentActive i {
	  border-bottom: 2px solid #fe5502;
	  display: block;
	  position: absolute;
	  bottom: 0px;
	  width: 100%;
  }
  
  
  .shippingDeactive1, .paymentDeactive1 
  {
      cursor: default;
  }
  .loginActive span, .loginDeactive span, .shippingActive span, .shippingDeactive span, .paymentActive span, .paymentDeactive span, .shippingDeactive1 span, .paymentDeactive1 span  {
	  background: url(img/checkout-tab-icon.png) no-repeat top left;	 
	  height: 49px;
	  width: 47px;
	  display: block;
	  margin: 0px auto;
	  
  }
  
  #headerTab a p
  {
  	height: 22px;
  }
  
  .loginActive span {
	  background-position: 0px 1px;
  }
  
  .loginDeactive span {
	  background-position: 0px -143px;
  }
  
  .shippingActive span{
	  background-position: 0px -47px;
  }
  
  .shippingDeactive span, .shippingDeactive1 span {
	  background-position: 0px -191px;
  }
  
  .paymentActive span {
	  background-position: 0px -95px;
  }
  
  .paymentDeactive span, .paymentDeactive1 span {
	  background-position: 0px -239px;
  }
  
  .clickedBefore p, .clicked p {
	  margin-top: 10px;
  }
  .tabSpecification {	 
  }
  
 .tabSpecification p {
	 margin: 20px 0px;
 }
 
 .inlineshortLabel, .inlineContainer{
	 display: inline-block;
	 vertical-align: middle;
 }
 
 .inlineContainer {
	 width: 60%;	 
 }
 
 .shortTextBox {
	 width: 66.5%;
	 padding: 5px;
	 border: 1px solid #CCC;
 }
 
 .shortSelect {
	 width: 70%;
	 padding: 5px;
	 border: 1px solid #CCC;	 
 }
 .requiredField {
	 border-left: 2px solid #ff6f6f;
 }
 
 .inlineshortLabel {
	 width: 30%;
	 font-size: 11px;
	 font-weight: bold;
	 color: #666;
	 text-align: right;
	 margin-right: 5%;
 }
 
 .inputContainer {
	 margin-bottom: 10px;
 }
 .cartInfoHeader {
	padding: 5px 0px;
	margin-bottom: 5px;
	background: #f9f9f9;
	border-bottom: 1px solid #e2e2e2; 	
 }
 .cartItemShow{
	 background:  url(img/menu-cart.gif) no-repeat center center;
	 width: 38px;
	 height: 28px;	 
	 display: inline-block;
	 vertical-align: middle;	   
 }
 
 .cartItemShow span {
	 font-color: #F30;
	 width: 34px;
	 text-align: center;	
	 display: block;
	 color: #fe5502;	 
	 vertical-align: center;		 	 
 }
 
 .secureShopping {
	 font-size: 15px;
	 display: inline-block;	 
	 vertical-align: middle;
	 width: 82%;
	 padding-left: 10px;
	 font-weight: bold;
	 color: #666;
 }
 .tabTitle {
	 font-size: 19px;
	 color: #000;
 }
 .btOrange {
	 padding: 2px 20px;
	 background: #fd7801;
	 text-decoration: none;
	 font-size: 20px;
	 color: #fff;
	 border: 1px solid #bf5a01;	 
 }
 .btOrange:hover {
    background: none repeat scroll 0 0 #FF8B24;
    border: 1px solid #BF5A01;
    color: #FFFFFF;
    vertical-align: middle;
}

.radioComment {
	margin-left: 25px;
	font-size: 12px;
	color:#939392;
	font-family: Calibri;
	font-style: italic;
	
}

.radio table td
{
	padding: 5px;
}

.radio input 
{
	margin: 1px;
}

.payOptionMenu 
{
    position: relative;  
    display: block;
}

.payOptMenuInn 
{
    position: absolute;z-index: 9999; top: 0px; right: -1px;width:  100%;
}
.payOptionWrap 
{
    border: 1px solid #666;
    
    padding: 10px;
    z-index:999;
}



.Initialh, .Clickedh {
	display: block;
	background: #fff;
	border: 1px solid #848383;
	width: 100%;
	padding: 5px 2px;
	font-size: 12px;
	color: #999;
}
.Clickedh {
	border-right: 1px solid #fff;
	color: #000;
}

.payTitle {   
    font-size: 16px;
    padding-bottom: 5px;
}
.payableAmt {
    font-size: 14px;
    margin-top: 20px;
	font-weight: bold;
}
.payableAmt span {
    color: #000;
    font-size: 14px;
	font-weight: normal;
}
.codVerification {
    border-bottom: 1px solid #565655;
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 5px;
}
.codTotal span{
	font-size: 18px;
}
.codTotal i {
	font-size: 16px;
}

.slelectBank ul li {
	list-style: none;
	display: inline-block;
	margin: 5px 10px;
}
.slelectBank ul li label
{
	margin-left: 5px;
	font-weight: normal;	
}
.comments1 {
	color: #999;
	font-size: 13px;
}
.comments3 
{
	font-size: 13px;
}

.shippingConfirmation {
	width: 100%;
	border: 1px solid #e2e2e2;	
	margin-top: 20px;
}
.shippingConfTitle {	
	border-bottom: 1px solid #CCC;
	font-size: 15px;
	color: #666;
	font-weight: bold;
	padding: 10px;
	background: #f9f9f9;
}

.shippingConfData 
{
	margin: 0px 10px;
}
.shippingConfirmation p{
	margin-bottom: 10px;
}
.form-group 
{
	display: block;
}

.lgForm {	
	position: relative;
	margin-top: 20px;
	border-right: 1px solid #999;
	padding-bottom: 5px;
	padding-right: 40px;	
	}
.or 	
	{	
	right: -15px;
	bottom: 45%;
	position: absolute;	
	padding: 5px;
	background: #fff;
	color: #000;	
	font-weight: bold;
	font-size: 16px;	
}

.loginOption {			
	text-align: center;
}

.loginOption p {
	text-align: center;
}

.loginOption p:first-child {
	font-size: 18px;	
}

.fbLogiin {
background: none repeat scroll 0 0 #2F4B93;
display: inline-block;
font-size: 16px;
margin: -3px auto 10px auto;
padding: 2px 0px;
width: 126px;
overflow: hidden;
}

.fbLogiin i {
border-right: 1px solid #5681f0;
display: inline-block;
padding-bottom: 5px;
background: url("img/social-icons-buy.png") no-repeat 9px 4px;
width: 35px;
height: 26px;
float: left;
vertical-align: -5px;
}

.fbLogiin span {
display: inline-block;
float: left;
padding: 2px 2px 0px 8px;
color: #FFFFFF;
font-size: inherit;
font-family: Arial;
}

.gogleLogiin {
background: none repeat scroll 0 0 #dd4b39;
display: inline-block;
font-size: 16px;
margin: 0 auto 10px auto;
padding: 2px 0px;
width: 126px;
overflow: hidden;
}

.gogleLogiin i {
border-right: 1px solid #ff8778;
display: inline-block;
padding: 5px;
background: url("img/social-icons-buy.png") no-repeat scroll center -22px;
width: 35px;
height: 26px;
float: left;
vertical-align: -5px;
}

.gogleLogiin span {
display: inline-block;
float: left;
padding: 2px 2px 0px 8px;
color: #FFFFFF;
font-family: Arial;
font-size: inherit;
}

.lgForm .inlineshortLabel{
	width: 70px;
}
.editDetails {
	background: url(img/edit-details.png) no-repeat 5px center;
	padding: 4px 5px 4px 25px;
	float: right;
}

.orangeText, .orangeText span, .orangeText i {
	color: #fd7801;
	font-weight: bold;
	font-size: 14px;
}

.orangeText i 
{
	font-weight: normal;
}

.cartHoroTitle {	
	padding-bottom: 3px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	color: #000;
}
.productWrap
{
	border-bottom: 1px dotted #666;
	padding: 10px 0px;
	margin: 5px 0px;
}

.horoBox table td{	
	border: 0px;
}

.horoBoxPrice {	
	text-align: right;
}
.horoBox table td p {
	color: #999;
}

.spComment 
{
	font-size: 12px;
	font-family: Trebuchet MS;
	font-style: italic;
	padding-left: 14px;
	background: url(img/up-arrow.png) no-repeat top left;
	color: #de970d;
	margin-top: 4px;
	display: block;
}
.mainTabWidth 
{
	width: 50%;	
}
.lgFormWidth 
{
	width: 90%;
	padding: 0px;
	border: 0px;
}

/*thank you start*/
.topMessage 
{
	text-align: center;
	margin-top: 20px;
}
.msgSign, .msgContent 
{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.msgContent 
{	
	margin-left: 10px;
	width: 80%;
}

.msgContent h2 
{
	font-size: 35px;
}
.msgContent h2 span 
{
	font-size: 35px;
	color: #4fc62a;
}

.msgContent h2 span.failureText
{	
	color: #ef3535;
}

.msgContent p 
{
	font-size: 18px;
}

.txtOrange 
{
	color: #ff6238;
	font-size: 14px;
	font-weight: bold;
}

.thankSectionTitle 
{
	font-size: 23px;
	font-weight: normal;
	margin-top: 20px;
	margin: 20px 0px 20px;
	border-bottom: 1px solid #b9b9b9;
	padding-bottom: 5px;
	color: #ff6238;
}
.orderBx 
{
	margin-bottom: 20px;
	
}

.orderBx div
{
	 margin-bottom: 10px;
}

.orderBx h3
{
	font-size: 13px;	
	font-weight: bold;
	margin-bottom: 0px;	
	
	overflow: hidden;
}

.orderBx p 
{
	font-size: 13px;
	color: #6e6e6e;
	margin-bottom: 0px;	
}

.moreProduct 
{
	text-align: center;
}
.moreProduct h3 
{
	margin-bottom: 10px;
}
.moreProduct p a 
{
	color: #1774de;
}
.imgWrap 
{
	padding: 5px;
	border: 1px solid #e8e8e8;
	display: inline-block;	
}

.imgWrap img 
{
    max-width: 100px;
    height: auto;
}

.orderBt, .orderBt:active, .orderBt:focus, .orderBt:hover
{
	background: #ff6238;
}

.btcontinueShopping, .btcontinueShopping:active, .btcontinueShopping:hover, .btcontinueShopping:focus 
{
	background: #dfdfdf url(img/cont-shop-arrow.png) no-repeat 230px center;
	
	color: #646464;	
	border: 0px;
	font-size: 19px;
	padding: 12px 50px 12px 15px;
}


.btContinuePayment 
{
	background: #fff URL(img/bt-continue.jpg) no-repeat top left;
	width: 164px;
	height: 47px;
	line-height: 47px;
	border: none;
}
.productPrice p
{
	color: #666;	
}
.productPrice p span {
	
	font-size: 17px;
	font-weight: normal;
}

.productPrice p span i 
{
	color:#fd7801;
	font-size: 14px;
}

.failureAction 
{
	padding-left: 60px;
	position: relative;
	margin-bottom: 10px;
}

.failureAction h2 
{
	padding: 10px 0px;
	font-weight: bold;
	font-size: 16px;
}

.failureAction h2 small 
{
	font-size: 90%;
}

.failureAction ul 
{
	margin-left: 20px;
}

.failureAction ul li 
{
	margin-bottom: 10px;
	line-height: 20px;
}

.circleImg 
{
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 50%; 
	width:30px; 
	line-height: 30px; 
	text-align: center; 
	background: #acacac; 
	color: #fff;
}
.support 
{
	margin-bottom: 20px;
}


.support h3 
{
	font-size: 20px;
	font-weight: normal;
}

.support p 
{
	font-size: 16px;
	color: #959595;
}

.support h4 
{
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
}

/*footer start*/
footer 
{
  border-top: 1px solid #bfbfbf;
  padding: 10px 0px;
  margin-top: 20px;
}

footer p 
{
	font-size: 12px;
	text-align: center;
}

.fsupport p 
{
	font-size: 16px;
	color: #000;
}

.fsupport p span 
{
	font-size: 16px;
	color: #6b6b6b;
}

@media screen and (max-width: 1359px) { /* Columns increased to 5 */	
	li.cateBoxWrap 
	{
	 width : 33%;	
	}	
	
}

@media screen and (max-width: 1280px) 
{
	.newProductWrap {
		display: block;
		width: 100%;
		margin-top: 20px;	
		clear: both;	
	}
	
	.bannerWrap {
		width: 73.6%;				
	}
	.popularPickWrap {
		width: 26%;
	}
	
	.banner {
		width: 100%;
	}	
	.newProductWrap ul li {
		display: inline-block;
		width: 49%; 	
		margin-left: 8px;	
	}
	.specialOffer 
	{
		margin-top: 20px;
	}
	
}

@media screen and (max-width: 1212px) { /* Columns increased to 5 */	
	body{
		-webkit-text-size-adjust: auto;
	}
	.productDetailsWrap {	
	width: 60%;
	}
	.offerZonesWrap {	
	  width: 20%;	
	}	
	.priceWrap{
		width: 34%;
	}
	.offerMsrp{
		display: block;
	}
	.dealOftheDay ul li.offerImg {
		margin-right: 10px;
	}	
	.msgContent 
	{
	width : 80%;
	margin-left: 10px;
	}
}

@media screen and (max-width: 1024px) { /* Columns increased to 5 */
	
	div.fadehoverWrap {		
		width: 33%;
		margin: 20px 0px;		
	}
	
	div.popularPickWrap {		
		display: none;	
	}
	div.newProductWrap {		
		display: none;	
	}
	div.bannerWrap 
	{		
		height: 500px;
		width: 100%;
		margin: atuo;
	}	
	
}

@media screen and (max-width:992px) 
{
	.fpTextLogo 
	{
		display: none;
	} 
	
	.lgForm {	
	position: relative;
	margin-top: 20px;
	border-right: 0px;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;	
	}
	.lgFormWidth
	{
		border: 0px;
	}
	.or 	
		{	
		right: 45%;
		bottom:-15px;
		position: absolute;	
		padding: 5px;
		background: #fff;
		color: #000;	
		font-weight: bold;
		font-size: 16px;	
	}
	
	.msgContent 
	{	
	margin-left: 10px;
	}
	
	.payOptionWrap 
	{
	    margin: 0px;
	    margin-top: -12px;
	    width: 100%;
		padding-top: 66px;
		box-sizing: border-box;
	}
	
	.payOptionMenu 
	{
	    display: block;
	    height: 40px;
	    width: 100%;
	}
	
	.payOptionMenu input
	{
	    float: left;
	    width:50%;
	    border: 1px solid #848383;
	}
	
	.payOptionMenu input.Clickedh 
	{	  
	
        border-bottom: 1px solid #fff;
		color: #fff;
		background: #fd7801;
    }
 	
	
}

@media screen and (max-width:985px) {
	.offerZonesWrap {
	display: none;
	}
	.productDetailsWrap {	
	width: 100%;
	}
	
	.shoppingContainer {
		width: 100%;
	}
	
	.cartImg img {
		width: 100%;
		max-width: 100px;	
	}
	.continueWrap span{
		display: block;
		text-align: center;
		margin-top: 10px;
		
	}
	
}

@media screen and (max-width:970px) {
	.priceWrap {
		display: block;
		width: auto;
	}
	.reviewWrap {
		display: block;
		width: 100%;
	}
	
	.reviewForm {
		width: 100%;
		margin: 0px auto;
	}
	
	.secureHeader
	{
		display: none;
	} 
	.fpTextLogo 
	{
		display: inline-block;
	}
	
	
}
@media screen and (max-width:768px) 
{
	p.needHelp 
	{
		padding-bottom: 3px;
		border-bottom: 1px solid #e2e2e1;
		margin-bottom: 5px;
	}
	.msgContent 
	{
		width : 90%;
		text-align: center;	
	}
	
	.lgFormWidth
	{
		margin-left: 5%;
	}	
}

@media screen and (max-width:480px) {
	.secureMessage 
	{
		padding: 0;
		margin-left: 0px;
		margin-top: 10px;
		
	}
	.shoppingContainer table td.tdPrice {
		display: none;
	}
	.shoppingContainer table td.tdSubTotal {
		width: 30%;
	}
	.shoppingContainer table th.col3{
		display: none;
	}
	.cartRight, .cartLeft {
		width: 100%;
		display: block;				
	}
	
	.continueWrap {
		text-align: right;
		padding-right: 15px;
		margin-top: 5px;
	}
	
	.cartCouponCont {
		position: absolute;
		top: 15px;
		width: 100px;
	}
	
	.cartCouponCont input[type='text'] {
       width: 99%;
	}
	
	.msgContent 
	{
		width : 100%;		
	}

	
	
}

@media screen and (max-width:320px) {
	.continueWrap {
		text-align: right;
		padding-right: 0px;
		margin-top: 5px;
	}
	
	.cartRight {
		margin: 0px;
	}
	
	.shopDetail {
		height:240px;
	}
	
}

