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

.content-1 {
margin-top:-45px;
}

.footer_title {
text-align: center;
}

.footer {
text-align:center;
}

/* Bullet-points */
.bullet-points h2 {
text-align:center;
}

.bullet-points p {
text-align:center;
padding-bottom:20px;
}

/* Gallery */
.product-grid {

    justify-content: center;
    align-items: center;

}

/* Sidebar */
.sidebar_title {
text-align:center;
font-size:18px;
font-weight:500
}

.sidebar_categories {
margin-top:20px;
margin-bottom: 20px;
text-align:center
}

/* Separator 2 */
.separator-2 {
text-align:center;
}

/* Product grid */
.product-grid {
top: 0px;
}

/* Lightbox */
.left-arrow-lightbox::before, .right-arrow-lightbox::before {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 50px;
    cursor: pointer;
}

.left-arrow-lightbox {
    left: 0px; /* Distance from the left edge */
}

.right-arrow-lightbox {
    right: 0px; /* Distance from the right edge */
}

/* 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_form {
float:none;
width:100%
}

.newsletter_title_container {
padding-left:0;
text-align:center
}
.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;
}
}

@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
}

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

/*Navigation menu*/
.navigation-menu {
text-align: center;
}

/*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;
}
.standard_dropdown li {
    line-height: 0px;
	margin-bottom: 20px;
}
}

@media (max-width: 1024px) {
/*Gallery*/
.product {
width: 48%;
min-height: 0;
}
}

@media (max-width: 768px) {

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

.thumbnails {
justify-content: center;
}

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

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

@media (max-width: 480px) {
/*Gallery*/
.thumbnails {
max-width: 250px;
}

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

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

@media (max-width: 768px) {
/*Modal*/
.modalDialog > div {
padding: 5px 10px 10px 10px;
}

.close-button {
font-size: 32px;
}

.modalDialog h2 {
font-size: 1.5em;
}

.button-2 a {
font-size: 14px;
}
}

@media (max-width: 480px) {
/*Modal*/
.modalDialog > div {
padding: 5px 5px 8px 5px;
margin: 5% auto;
}

.close-button {
right: 5px;
top: 5px; 
}

.modalDialog h2 {
font-size: 1.2em;
}
}