/* Tabs list font size */
.c-product__information {
    font-size: 14px;
}

.result--list {
    display: flex;
    flex-direction: column;
    padding: 0;
    list-style: none;
    margin: 20px 0;
}

@media only screen and (min-width: 990px) {
	.result--list {
		flex-direction: row;
		justify-content: space-between;
	}
}

.result--list-item {
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.25rem; /*20px*/
}

@media only screen and (min-width: 990px) {
	.result--list-item {
		flex: 0 0 32%;
        font-size: 0.875rem; /* 14px*/
        padding: 0 4rem; /* 64px */
	}
}

.result--list-item span {
    display: block;
	margin-bottom: 10px;
}

.result--list-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5rem; /*24px*/
}

@media only screen and (min-width: 990px) {
	.result--list-title {
		font-size: 1.25rem; /*20px*/
	}
}

.result--list-number {
    color: #00809e;
    font-weight: 700;
    line-height: 1;
    font-size: 2.5rem; /*40px*/
}

.result--list-noNumber {
    color: #00809e;
    font-weight: 700;
    line-height: 1;
    font-size: 2.5rem; /*40px*/
}


.result--list-item {
    margin-bottom: 20px;
    text-align: center;
	font-size: 1.25rem; /*20px*/
}

@media only screen and (min-width: 990px) {
	.result--list-item {
		flex: 0 0 32%;
		font-size: 0.875rem; /* 14px*/
	}
}

.pdp-heading {
    background: #ebf1f6;
    color: #000;
    font-size: 1rem;
    padding: 5px 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.pdp-description-promo{
    background: #ebf1f6;
    color: #000;
    padding: 20px;
    margin-top: 20px;
    display: flex;
    text-align: center;
}
.pdp-description-promo .promo-item{
    width: 50%;
}
.pdp-how-to-steps .how-to-item{
    padding: 0 1.5rem
}
@media only screen and (min-width: 990px) {
    .pdp-how-to-steps .how-to-item{
        padding: 0 4rem
    }
}
.pdp-how-to-steps .how-to-item a{
    font-weight: 600;
}
.margin-bottom-none{
    margin-bottom: 0;
}
.margin-bottom-double{
    margin-bottom: 2.5rem;
}
.util-align-center{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
@media only screen and (min-width: 990px) {
    .util-width-70{
        width: 70%;
    }
}


ul.pdp-blue-list{
    margin-left: 0;
}
.pdp-blue-list li{
    list-style: none;
}
.pdp-blue-list li:before{
    content: '+ ';
    vertical-align: middle;
    color: #00809e;
    font-weight: bold
}


.pdp-step-routine-img {
    width: 175px !important;
    margin-bottom: 10px;
}


.pdp-shipping-table {
    border-color: #ffffff;
    border-spacing: 0;
    margin-bottom: 30px;
}
.pdp-shipping-table tr:nth-child(odd) {
    background: #ebf1f6;
}
.pdp-shipping-table th {
    background: #00809e;
    color: #ffffff;
}
.pdp-shipping-table td, .pdp-shipping-table th {
    padding: 8px 16px;
    border: 1px #ffffff solid;
}


/* PDP Video section */
.c-video-asset {
    max-width: 800px;
    margin: 0 auto;
}

/* PDP Article Section */
.pdp-expert-advice{
    margin: 15px 0 30px;
    flex-wrap: wrap;
}
.pdp-expert-article {
    width: 25%;
    padding: 15px;
}
/* .pdp-expert-article:last-child {
    padding-right: 0;
} */
.pdp-expert-article .article-content{
    margin: 10px 0;
}
.pdp-expert-article .article-content h3{
    font-size: 1.1rem;
}
@media screen and (max-width: 63.9375em) and (min-width: 48em){
    .pdp-expert-article {
        width: 50%;
    }
}
@media screen and (max-width: 47.9375em){
    .pdp-expert-article {
        width: 100%;
    }
}



.longword, .longname {
    word-break: break-all;
}

