
.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: #00a9e7;
    font-weight: 700;
    line-height: 1;
    font-size: 2.5rem; /*40px*/
}

.result--list-noNumber {
    color: #00a9e7;
    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: #00a9e7;
    color: #fff;
    font-size: 1.3rem;
    padding: 5px 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.pdp-description-promo{
    background: #00a9e7;
    color: #fff;
    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 4rem
}
.margin-bottom-none{
    margin-bottom: 0;
}
.margin-bottom-double{
    margin-bottom: 2.5rem;
}

.pdp-shipping-table {
    border-color: #ffffff;
    border-spacing: 0;
    margin-bottom: 30px;
}
.pdp-shipping-table tr:nth-child(odd) {
    background: #b4e6f8;
}
.pdp-shipping-table th {
    background: #00a9e7;
    color: #ffffff;
}
.pdp-shipping-table td, .pdp-shipping-table th {
    padding: 8px 16px;
    border: 1px #ffffff solid;
}


/* 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;
}

