div,img{
 max-width:100% !important;
}
html, body{
  width:100%;
  margin:0;
}
.header{
 background-size: 100%;
 background-repeat:no-repeat;
 display:block;
}
.headerContent{
 width:100%;
 height:33%;
 clear: left;
}
.cartBlock{
 width:94%;
 padding:3%;
 height:36%;
 font-size:80%;
 line-height:103%;
 background-color:#cccccc;
 clear: left;
}
.cartBlock img{ 
 width:17%;
 margin-top:-3%;
}
.head2Container{
 margin-top:-3.5%;
}
.menuContent{
 display:none;
}
.menuContentMobile{
 display:block;
 background-color:#52514f;
 color:#ffffff;
 padding:2%;
}
.menuContentMobile a:link,
.menuContentMobile a:active,
.menuContentMobile a:visited{
 color:#ffffff;
 text-decoration:none;
 font-weight:bold; 
}
.mobileMenuList{
 display:none;
 border-top:1px dotted #ffffff;
 margin-top:3px;
}
.mobileMenuList a:link{
 display:inline-block;
 width:95%;
 padding:5px;
 text-align:center;
 border-bottom:1px dotted #ffffff;
}
.serchBox{
 margin-top:3%;
 margin-bottom:3%;
}
.mobileIcons{
 display:block;
}
#desktopAttributeList{
  display:none;
  position:absolute;
  top:0;
  background-color:#ffffff;
  left:0;
  min-height:100%;
  border:1px solid #a9a9a9;
  -webkit-box-shadow: -1px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: -1px 10px 5px 0px rgba(0,0,0,0.75);
}
#attrMegse{
 display:initial;
}
.attrBlock{
 width:98%;
}
.attrTitle{
 width:100%;
}
#desktopCategoryList{
 //display:none;
}
.mainContent{
 width:94%;
}
.footer{
 width:95%;
}
.leftContent{
 display:none;
}
.rightContent{
 width:98%;
 padding-left:0.5%;
 padding-right:0.5%;
}

#mobileCategoryList{
 top:0;
 left:0;
 display:none;
 position:absolute;
 background-color:#ffffff;
 width:100%;
 overflow: scroll;
}
#mobileCategoryList a:link,
#mobileCategoryList a:active,
#mobileCategoryList a:visited{
 display:block;
 text-align:left;
 text-decoration:none;
 border-bottom:1px dotted #a9a9a9;
 color:#52514f;
 height:25px;
 padding:4px;
}
.sorterBox{
 text-align:center;
}
.ppup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
	z-index:0;
}
.ppup-inner {
    max-width:90%;
	width:90%;
	height:80%;
    padding:40px;
    position:absolute;
    top:40%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
	z-index:3;
	margin-top:40px;
	overflow:scroll;
}
.cartProductName{
 width:100%;
}
.productPictureBox{
 width:100%;
 text-align:center;
}
.productNameBox{
 text-align:center;
}
.productShortDc{
 margin-bottom:15px;
}
.productPrice{
 font-size:140%;
}
.productNameH1{
text-align:center;
width:100%;
font-size:150%;
}
.productOnePictureBlock{
 width:100%;
 text-align:center;
}
.toCartBox{
 margin-top:25px;
}
.textTitle{
 width:100%;
}
.inputRow input[type=text]{
 width:90%;
}
.cartBtn{
 margin-bottom:10px;
}
textarea{
 max-width:94%;
}
.prodAttrBox{
 width:90%;
}
.prodAttrBoxTitle{
 width:92%;
}
.prodAttrBoxA{
 width:45%;
}
.prodAttrBoxVal{
 width:92.6%;
}
.productBox{
 width:95%;
}
#attrCont{
 display:initial !important;
 border:1px solid #333333;
}
iframe {
        max-width: 90% !important;
        width: auto !important;
        height: auto !important;
    }