/*===================================================================*/
/*======================  product page  ===========================*/
/*===================================================================*/

.application-wrapper {
	background-color:white;
    margin-top: 0px;
    min-height: 100vh;
    min-width: 320px;
    overflow: hidden;
    padding-top: 48px;
    position: relative;
    width: 100vw;
    z-index: 20;
}

.page-content>.content {
    padding-bottom: 2rem;
    padding-top: 36px;
	max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    min-width: 281.6px;
    width: 88vw;
    position: relative;
}

.product-page .hero {
	background-color: #f9f7f6;
}

.product-page .product-image-wrapper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.product-page .product-image-wrapper .gallery-link {
    cursor: pointer;
}

.product-page .product-image img {
    margin: 0 auto;
    max-width: 100%;
    transition: margin-bottom .5s ease;
}

.content-title {
	color: #333;
    padding: 2rem 0;
    text-align: center;
	max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    min-width: 281.6px;
    width: 88vw;
	font-size: 1.5rem;
    padding-left: 13%;
    padding-right: 13%;
}

.product-page .content-title__headline  {
	font-size: 1.6rem;
	padding-left: 13%;
    padding-right: 13%;
	font-weight: 700;
}

.gallery-tray {
    background-color: #dedad8;
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}

.gallery-tray .thumb-container {
    padding: 20px 15px;
    text-align: center;
    white-space: nowrap;
}

.gallery-tray .thumb-container .thumb {
    background-color: #fff;
    border-radius: 2px;
    display: inline-block;
    margin: 0 5px;
    height: 50px;
    width: 50px;
}

.gallery-tray .thumb-container .thumb img{
	max-width: 100%;
}

.product-info-container {
	margin-bottom:2.7rem;
	padding-bottom: 2rem;
    border-bottom: 1px solid rgba(182,180,179,.6);
}

.product-details .prefix {
	font-size: 16px;
}

.product-details .product-name {
	font-size: 24px;
}

.product-details .size {
	font-size: 12px;
    margin-top: 0.4rem;
    margin-bottom: 0.8rem;
    color: gray;
}


.product-details .sentence {
    padding-bottom: 3rem;
    padding-top: 0;
    font-weight: 600;
    color: #9d9a99;
    font-size: 18px;
    margin-bottom: 2rem;
	border-bottom: 1px solid rgba(182,180,179,.6);
}

.product-specs {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    width: 25rem;
}

.product-details .spec {
    font-size: 15px;
    margin-bottom: .5rem;
    padding-left: 2rem;
    text-align: left;
    text-indent: -1rem;
}

.product-details .spec:before {
    color: #B6B4B3;
    content: '✔';
    margin-right: 10px;
    margin-left: -11px;
}

.product-details .whatsinside-container {
	font-size: 18px;
	margin-bottom: 2rem;
    border-bottom: 1px solid rgba(182,180,179,.6);
	padding-bottom: 2rem;
	margin-top: 2rem;
    border-top: 1px solid rgba(182,180,179,.6);
	padding-top: 2rem;
}

.product-details .whatsinside span{
	font-weight: 400;
    font-size: 15px;
    padding-top: 12px;
    display: block;
}


.divided-button {
    display: flex;
    font-size: 18px;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 180px;
}

.divided-button--small {
    font-size: 14px;
    line-height: 2rem;
    min-height: 2rem;
    min-width: 115px;
    width: 150px;
}

.divided-button--large {
    font-size: 18px;
    line-height: 2rem;
    min-height: 2.4rem;
    min-width: 180px;
    width: 150px;
}

.divided-button__text {
    text-align: center;
    width: 50%;
}

.divided-button__text:nth-child(2)::before {
    position: absolute;
    top: .5rem;
    bottom: .5rem;
    background-color: rgba(255,255,255,.3);
    content: '';
    display: block;
    width: 1px;
}

.under-page-button {
font-weight: 700;
    transition: all .25s ease;
    font-size: 18px;
    line-height: 40px;
    -webkit-appearance: none;
    background: rgba(0,0,0,0);
    border-radius: 5px;
    border: 1px solid #554740;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
	color:#333;
    text-transform: uppercase;
    min-width: 115px;
    cursor: pointer;
}


.faq {
	padding: 0px 22px 0px 22px;
	text-align: left;
}

.faq-content{
	min-height: 0;
	margin-left: auto;
    margin-right: auto;
    width: 980px;
}

.faq-content > h2{
	font-size:30px;
	font-weight:400;
    padding-top: 40px;
	padding-bottom: 20px;
	color: #333;
}

.faq-block{
	display:block;
}

.faq-block > h3 {
	color: #333;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    padding: 10px 0px 7px 0px;
}

.faq-block > h3:hover {
	text-decoration:underline;
}

.faq-block > p {
	color: #333;
	font-size:12px;
	font-weight:400;
	line-height:140%;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
#fixedbutton {
    position: fixed;
    bottom: 0px;
    right: 0px; 
}

/*===================================================================*/
/*====================  max-width: 600px  ===========================*/
/*===================================================================*/

@media only screen and (max-width: 600px){


}

@media only screen and (max-width: 979px){
	.faq-content {
		width:100%;
	}
}

/*===================================================================*/
/*====================  min-width: 601px  ===========================*/
/*===================================================================*/

@media only screen and (min-width: 601px){

	.product-page .content-title__headline {
		font-size: 2.667rem;
	}

	.product-page .product-image img {
		width: 40rem;
	}
	
}




/*===================================================================*/
/*====================  min-width: 1001px  ==========================*/
/*===================================================================*/

@media only screen and (min-width: 1001px){


}