body.post-page-product {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(222,223,240,1) 100%);
}

.post-page-product #inner-page-wrapper {
    padding-top: 160px;
}

.post-page-product #inner-page-wrapper .container {
	width: 100%;
	padding: 0;
}

.custom-container {
	max-width: 1170px;
	margin: 0 auto;
}

.accent1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 490px;
    min-height: 440px;
    background: url(../../images/product/s1-accent.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.accent2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 445px;
    min-height: 269px;
    background: url(../../images/product/accent2.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.pr-section1 {
    position: relative;
    padding: 0 0 100px;
}

.pr-s1-title {
    font-size: 53px;
    font-weight: 900;
    color: var(--primary);
}

.pr-s1-col1 {
    margin: 72px 0 0;
}

.pr-s1-photo {
    max-width: 405px;
    margin-left: auto;
    margin-right: 45px;
    position: relative;
}

.pr-s1-photo::after {
    content: '';
    position: absolute;
    top: -20px;
    right: -50px;
    width: 100%;
    max-width: 130px;
    min-height: 125px;
    background: url(../../images/product/fda-logo.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.pr-section2 {
    position: relative;
    padding: 112px 0;
}

.pr-section2 .custom-container {
    position: relative;
    z-index: 5;
}

.pr-sort {
    position: relative;
    text-align: right;
    margin: 0 0 24px;
    padding-right: 20px;
}

.pr-sort select {
    border: none;
    resize: none;
    background: url(../../images/product/dropdown-arrow.png) no-repeat scroll right 1px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    max-width: 190px;
}

.pr-s2-list-holder {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 6px;
}

.pr-s2-list {
    width: calc(100% / 3);
    padding: 0 13px;
    margin: 0 0 26px;
}

.pr-s2-list-inner {
    position: relative;
    min-height: 362px;
    background: #fff;
    border: 2px solid #b5b7d7;
    border-radius: 10px;
    padding: 15px;
}

.pr-s2-photo {
    position: relative;
    max-width: 311px;
    margin: 20px auto 0;
}

.pr-s2-details {
    position: relative;
    padding: 35px 3px 0;
}

.pr-s2-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);
    margin: 0 0 6px;
}

.pr-s2-mg {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 9px;
}

.pr-s2-price {
    font-size: 24px;
    font-weight: 800;
}

.pr-s2-cart-btn a {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 3px solid var(--primary);
    border-radius: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pr-s2-cart-btn a:hover {
	background: var(--primary);
}

em.cart-btn {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../images/product/cart-icon.png) no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pr-s2-cart-btn a:hover em {
	filter: invert(1) brightness(100);
}

.pr-s2-cart-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1366px) {
} 
 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
	.accent1 {
	    max-width: 390px;
	    min-height: 350px;
	}

	.accent2 {
	    max-width: 345px;
	    min-height: 200px;
	}

	.pr-s2-list-inner {
	    min-height: 330px;
	}
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
	.post-page-product #inner-page-wrapper {
	    padding-top: 0;
	}

	.pr-section1 {
	    padding: 0 0 50px;
	}

	.pr-s1-col1 {
	    margin: 60px 0 30px;
	    text-align: center;
	}

	.pr-s1-photo {
	    margin: 0 auto;
	}

	.accent1 {
	    max-width: 290px;
	    min-height: 260px;
	}

	.accent2 {
	    max-width: 245px;
	    min-height: 155px;
	}

	.pr-section2 {
	    padding: 55px 0;
	}

	.pr-s2-list {
	    width: 50%;
	}


} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
	.pr-s1-photo::after {
	    right: 0;
	    max-width: 100px;
	    min-height: 125px;
	}

	.accent1 {
	    max-width: 190px;
	    min-height: 170px;
	}

	.accent2 {
	    max-width: 145px;
	    min-height: 95px;
	}

	.pr-s2-list {
	    width: 100%;
	}
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
	.pr-s1-photo::after {
	    top: -10px;
	    max-width: 75px;
	    min-height: 75px;
	}

	.pr-s2-list-holder {
	    padding: 0;
	}

	.pr-s2-list {
	    padding: 0;
	    margin: 0 0 15px;
	}

	.accent1 {
	    max-width: 130px;
	    min-height: 130px;
	}

	.accent2 {
	    max-width: 115px;
	    min-height: 75px;
	}
}