@charset "utf-8";
@media only screen and (max-width: 1200px) {

.image_list {
 flex-wrap: wrap;
}
.image_list li img {
    width: 58px;
    display: block;
}
}

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

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

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

.footer_title {
text-align: center;
}

.footer {
text-align:center;
}

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

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

/* 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;
}

.image_list {
justify-content:center;
}

.image_selected {
    width:100%;
}
  .col-lg-5 {
    text-align: center;
  }
  
  .product_price {
    text-align: center;
}

.product_shipping {
    text-align: center;;
}

.product_color {
    justify-content: center;
}

.product_color_title {
    text-align: center;
}

.product-grid-title {
text-align:center;
padding-top:20px;
margin-bottom: 20px;
padding-left: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
}

button {
  margin-bottom:5px;
}

/*Separator 1*/ 
.separator-1 {
    margin-top: 50px;
}

/*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;
}
	
.text-image-section-3{
text-align: center;
padding-right: 0px;
}

.text-image-section-3 p{
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
}

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

.product-card {
  width: 48%;
}

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

/*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) {
/*Gallery*/
.product-grid {
  gap: 5px;
}

.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;
}
}