 /* @import '//fonts.googleapis.com/css?family=Lato:400,400italic|Arvo:700,400,400italic';

body {
    background: #F0EFE7;
    margin: 0;
    padding: 0;
    font: 15px/1.5 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #4E443C;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Arvo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: normal;
  text-rendering: optimizelegibility;
}

h1 {
    color: #4E443C;
    font-size: 36px;
    font-weight: bold;
}

h2, h2 a {
    color: #F14E32;
}

h3, h3 a {
  color: #0388A6;
}

a {
  color: #0388A6;
} */

pre {
  border:1px solid #000;
  overflow-x:auto;
  background: #222;
  color: #fff;
  text-shadow: none;
}

.wrapper {
    max-width: 620rem;
    padding: 0 2rem 4rem 2rem;
    margin: auto;
}
.connected-carousels .prev-navigation {
	top: 1.6rem!important;
}
.connected-carousels .next-navigation {
	right: 0.5rem!important;
	top:1.6rem!important;
} 
.connected-carousels .carousel-navigation {
	height: 6rem!important;
	width: 25rem!important;
}
.connected-carousels .navigation {
	margin: 0 auto!important;
	width: 27rem!important;
}
.connected-carousels .carousel-navigation li.active img {
	border-color: #ccc!important;
}
.connected-carousels .carousel-navigation li img {
	border: 0.3rem solid #fff!important;
}
/* .connected-carousels .prev-navigation, .connected-carousels .next-navigation {
	
} */
.connected-carousels {
	display: grid;
}
.connected-carousels .carousel-stage {
	height: auto!important;
}
/*.connected-carousels .stage {
	width: 47rem!important;
}
.connected-carousels .carousel-stage {
	height: 30rem!important;
}
.slider_img_stage {
	height: 30rem;
	width: 45rem;
}*/
.slider_img {
	height: 4rem;
	width: 5rem;
}
.stage {
	grid-column: 1 ;
    grid-row: 1 ;
}
.navigation {
	/* grid-column: 3 ; */
    grid-row: 2 ;
}
.product_detail {
	grid-column: 2 ;
    grid-row: 1 / span 2 ;
	padding: 1.5rem;
	font-size: 1.2rem;;
}
.product_detail li {
	margin-left: 25px;
}

.info-title {
	color: #00A2AF!important;
	font-size: 1.3rem;
	font-weight: 700;
	font-family: arial;
  }

.connected-carousels .navigation {
	width: auto!important;
}

@media all and (max-width: 1080px) {
	.connected-carousels .stage {
		width: 47rem!important;
	}
	/* .connected-carousels .carousel-stage {
		height: 30rem!important;
	} */
	.slider_img_stage {
		/* height: 30rem; */
		width: 45rem;
	}
}
@media all and (max-width: 735px) {  
	.connected-carousels .stage {
		width: 42rem!important;
	}
	/* .connected-carousels .carousel-stage {
		height: 25rem!important;
	} */
	.slider_img_stage {
		/* height: 25rem; */
		width: 40rem;
	}
}
@media all and (max-width: 525px) {  
	.connected-carousels .stage {
		width: 32rem!important;
	}
	/* .connected-carousels .carousel-stage {
		height: 20rem!important;
	} */
	.slider_img_stage {
		/* height: 20rem; */
		width: 30rem;
	}
}
@media all and (max-width: 375px) {  
	.connected-carousels .stage {
		width: 23rem!important;
	}
	/* .connected-carousels .carousel-stage {
		height: 15rem!important;
	} */
	.slider_img_stage {
		/* height: 15rem; */
		width: 22rem;
	}
}
