/* Pattern material lists bulleted list */


/* Pattern material lists */

.patulblue,
.patulgreen,
.patulpink,
.patulpurple {
    list-style: none;
    padding-left: 0;
}

.patulblue li,
.patulgreen li,
.patulpink li,
.patulpurple li {
    position: relative;
    padding-left: 1.6em;
    margin: 10px 0;
    line-height: 1.35;
}

.patulblue li::before,
.patulgreen li::before,
.patulpink li::before,
.patulpurple li::before {
    content: "\2022";
    font-size: 1.45em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.patulblue li::before {
    color: #3366cc;
}

.patulgreen li::before {
    color: #2f8f46;
}

.patulpink li::before {
    color: #d7478f;
}

.patulpurple li::before {
    color: #7b4fc2;
}

/* Material list links with images */

.patmatlink {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    vertical-align: middle;
}

.patmatlink img {
    max-width: 100px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.patmaticon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    vertical-align: middle;
}

.patmaticon img {
    max-width: 100px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

/*  pattern pages when suggesting multiple products for one need */
.pator { 
    list-style: none;
    text-align: left;
    font-weight: 700;
    color: #666;
    margin: 15px 0;
}
/*  pattern pages when suggesting multiple products for one need, add tilde before and after the word OR */
.pator::before,
.pator::after {   
    content: "~";
    padding: 0 10px;
    color: #999;
}

/*   pattern image manipulations */

.patImg100 {
    max-width: 100px;
    width: 100%;
    height: auto;
}
.patImg150 {
    max-width: 150px;
    width: 100%;
    height: auto;
}
.patImg200 {
    max-width: 200px;
    width: 100%;
    height: auto;
}

.patImg250 {
    max-width: 250px;
/*     width: 100%;  */
    height: auto;
}

.patfltlft {
    float: left;
    padding-right: 10px;
}

.patfltrt {
    float: right;
    padding-left: 10px;
}

.imgctr {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* used at the beginning of the pattern instructions field */
.patinstructions {
    font-size: 18px;
    line-height: 1.6;
}
.patinstructions p {
    margin-bottom: 1.5em;
}

.patinstructions h4 {
    margin-top: 2em;
    margin-bottom: .75em;
}

.patinstructions img {
    max-width: 100%;
    height: auto;
}


/* padding top for patterns */

.pattop18 {
    padding-top: 18px;
}

.pattop40 {
    padding-top: 40px;
}

.pattop80 {
    padding-top: 800px;
}

.pattop100 {
    padding-top: 100px;
}

.pattop150 {
    padding-top: 150px;
}




/*  padding left and right for patterns */

.patlft30 {
    padding-left: 30px;
}

.patrt10 {
    padding-right: 10px;
}
.patrt20 {
    padding-right: 20px;
}

/*  padding bottom for patterns */

.patbot30 {
    padding-bottom: 30px;
}

.patbot40 {
    padding-bottom: 40px;
}