@media only screen and (max-width: 991px) {
/*Footer*/
.footer_list li {
text-align: center;
}

.footer_title {
text-align: center;
}

.footer {
text-align:center;
}

/*Newsletter*/
.img-box img {
width: 200px;
height: 200px;
}

.background-container {
background: none;
background-color: #f3f3fd;
background-repeat: no-repeat;
background-size: cover;
margin: 0;
padding: 0;
height: 100%;
background-attachment: fixed;
}

/*Newsletter*/
.newsletter_icon {
position:relative;
width:40px;
top:auto;
-webkit-transform:translate(-50%,0px);
-moz-transform:translate(-50%,0px);
-ms-transform:translate(-50%,0px);
-o-transform:translate(-50%,0px);
transform:translate(-50%,0px);
left:50%;
margin-bottom:20px
}

.newsletter_button {
text-align:center;
}

.newsletter_input {
padding-left:40px;
}

.newsletter_form {
float:none;
width:100%
}

.newsletter_title_container {
padding-left:0;
text-align:center
}

.newsletter_title {
font-size:16px
}

.newsletter_title_container {
padding-left:1px;
width:100%
}

.newsletter_content {
width:100%;
margin-top:30px
}

/*Navigation menu*/ 
.navigation-menu {
margin-top:10px;
margin-bottom:10px;
}

/*Section 2*/ 
.section-2 img{
    width:50%;
	left:0px;
}

/*Section 4*/ 
.section-4 img{
    width:50%;
	right:0px;
}

/*Text-image-section*/ 
.text-image-section-2 {
    padding-right: 0px;
	text-align:center;
	padding-top:15px;   
}

.text-image-section-1{
    padding-left: 0px;
	text-align:center;
	padding-bottom:15px;
}

.feature-container {
      justify-content: center;
      text-align:center;
    }
}

@media only screen and (min-width: 767px) {
/*Navigation menu*/
.navigation-menu {
  float: right;
  margin-right: 20px;
  top:10px;
}
}

@media only screen and (max-width: 767px) {
/*Logo*/
.logo_container,.wishlist_cart {
height:72px
}

.logo {
	margin-bottom: 0px;
}

.logo a {
font-size:24px
}
.navigation-menu {
text-align: center;
}

.logo-box {
  float:none;
  display: flex;
  justify-content: center;
}

.standard_dropdown li {
    line-height: 0px;
	margin-bottom: 20px;
}

/*Dropdown*/
.dropdown{
    position:relative;
    display:hidden;
    font-size:3px;
}

.standard_dropdown{
	top:10px;
	text-align: center;
    position:relative;
    display:inline-block;
    font-size:3px;
}
.main_nav_dropdown li {
    margin-right: 0px;
	padding: 10px;
}
.dropdown:hover .dropdown-content{
    visibility: hidden;
}

/*Gallery*/
.product-grid {
width: 90%;
}

.product {
width: 100%;
margin-bottom: 15px;
}

.thumbnails {
justify-content: center;
}

.thumbnail {
width: 50px;
height: 50px;
}

.arrow {
font-size: 24px;
}
}
}

