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

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

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

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

.pd-section1 {
    position: relative;
    padding: 0 0 98px;
}

.pd-s1-col1 {
    padding: 0 0 0 15px;
}

.pd-s1-photo {
    max-width: 544px;
    margin-left: auto;
    position: relative;
}

.pd-s1-photo::after {
    content: '';
    position: absolute;
    top: -9px;
    left: -85px;
    width: 100%;
    max-width: 130px;
    min-height: 125px;
    background: url(../../images/product/fda-logo.png) no-repeat;
    background-size: contain;
    background-position: center;
    display: none !important;
}

.pd-s1-photo-list {
    position: relative;
    font-size: 0;
    text-align: center;
    margin: 57px 0 0;
}

.pd-s1-photo-list a {
    display: inline-flex;
    vertical-align: middle;
    margin: 0 4px;
    width: 71px;
    height: 71px;
    align-items: center;
    justify-content: center;
    border: 2px solid #bfbfdd;
    border-radius: 7px;
}

.pd-s1-photo-list span:first-child a {
    border: 2px solid #3c4197;
}

.pd-s1-col2 {
    padding-left: 54px;
}

.pd-s1-head {
    margin: 14px 0 0;
}

.pd-s1-title {
    font-size: 57px;
    font-weight: 700;
    color: var(--primary);
    margin: 0 0 13px;
}

.pd-s1-title span {
    display: block;
    font-size: 40px;
    font-weight: 500;
    color: #444444;
    margin: 10px 0 0;
}

span.pd-s1-g {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #444444;
    margin: 0 0 28px;
}

.pd-action {
    max-width: 160px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 29px;
}

.pd-action button {
    border: 1px solid #bfbfdd;
    border-radius: 10px;
    width: 39px;
    min-width: 39px;
    height: 51px;
    background: #fff;
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    -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;
}

.pd-action button:hover {
	background: var(--primary);
	color: #fff;
	border: 1px solid var(--primary);
}

.pd-action button span {
    display: block;
    position: relative;
    top: -3px;
}

button.pd-plus {
    background: var(--primary);
    color: #fff;
}

button.pd-plus:hover {
	background: #fff;
	color: var(--primary);
}

.pd-quantity {
    font-size: 29px;
    font-weight: 900;
    width: 61px;
    min-width: 61px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #bfbfdd;
    border-radius: 10px;
}

.pd-total {
    font-size: 40px;
    font-weight: 800;
    margin: 0 0 28px;
}
.pd-total > del {
    opacity: 0.4;
}
.pd-checkout a {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    max-width: 168px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    -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;
}

.pd-checkout a:hover {
	background: var(--secondary);
}

.pd-section1 .custom-container {
    position: relative;
    z-index: 5;
}

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

.pd-section2 {
    position: relative;
    padding: 120px 0 100px;

    display: none;
}

.pd-s2-holder {
    max-width: 864px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.pd-s2-title {
    font-size: 35px;
    font-weight: 700;
    color: var(--primary);
    line-height: 1.2;
    margin: 0 0 22px;
}

.pd-s2-text p {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    line-height: 1.7;
    display: block;
    margin: 0 0 14px;
}

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

/*******************************************************
 *
 * 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) {
	.pd-s1-photo {
	    max-width: 444px;
	}

	.pd-s1-col2 {
	    padding-left: 30px;
	}

	.pd-s2-holder {
	    max-width: 755px;
	}

	.pd-s2-title {
	    font-size: 30px;
	}
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
	.pd-s1-photo {
	    max-width: 544px;
        margin: auto;
	}

	.pd-s1-col2 {
	    padding-left: 0;
	    text-align: center;
	    margin: 35px 0 0;
	}

	.pd-action {
	    margin: 0 auto 29px;
        max-width: 210px;
	}

	.pd-checkout a {
	    margin: 0 auto;
	}

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

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

	.pd-s1-col1 {
	    padding: 0;
	}
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
	.pd-s1-photo {
	    max-width: 365px;
	}

	.pd-s1-photo::after {
	    left: -60px;
	    max-width: 95px;
	    min-height: 95px;
	}

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

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

    .pd-section2 .accent1 {
        max-width: 175px;
        min-height: 165px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
	.pd-s1-photo::after {
	    left: 5px;
	    max-width: 70px;
	    min-height: 70px;
	}

	.pd-s1-photo-list span {
	    width: 61px;
	    height: 61px;
	}

}