
/************************************************************************************
smaller than 981
*************************************************************************************/
@media screen and (min-width: 1370px) {
.logo2{
    left: 37%;
    top: 20%;
}
	}

@media screen and (max-width: 1370px) {
.logo2{
     left: 35%;
    top: 20%;
}
.shopimg{
    width: 400px;
}
	}

	
@media screen and (max-width: 1025px) {
.logo2{
  left: 25%;
    top: 20%;
}
.shopimg{
       width: 70%;
}
p{
    width: 100%;
	    left: 0%;
    right: 30%;
}
.logos a{
display:none;
}

}


	
@media screen and (max-width: 1001px) {
.logo2{
     left: 35%;
    top: 15%;
}
.shopimg{
    width: 400px;
}
a{
 font-size: 8px;
}
}	

	
@media screen and (max-width: 1000px) {
.logo2{
  left: 20%;
    top: 20%;
}
.shopimg{
       width: 70%;
}
p{
    width: 100%;
	    left: 0%;
    right: 30%;
}
.logos a{
display:none;
}

}
@media screen and (max-width: 767px) {
.logo2{
  left: 0%;
    top: 20%;
}
.shopimg{
       width: 70%;
}
p{
    width: 100%;
	    left: 0%;
    right: 30%;
}
.logos a{
display:none;
}

}	

	
