.cms-page-links {
    padding-top: 25px;
}

.cms-page-links a {
    display: block;
    margin: 10px 20px;
    border: 8px solid;
    font-size: 20px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    text-align: center;
    padding: 10px;
}

.cms-page-links a:nth-child(odd) {
    color: #b8a87e;
    border-color: #9fc098;
}

.cms-page-links a:nth-child(even) {
    color: #9fc098;
    border-color: #e1cb90;
}

.subheading {
    color: #222222;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 37px;
    text-transform: capitalize;
}

.cmspagestatic p {
    font-size: 16px;
    margin-bottom: 20px;
}

.cmspagestatic {
    font-family: Verdana, Arial, sans-serif;
}

.cmspagestatic table {
    border: 1px solid #dddddd;
}

.cmspagestatic td {
    padding: 8px;
}

.cmspagestatic h4 {
    font-size: 26px;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 1.45;
    color: #222222;
}

.cmspagestatic h4 font {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 28px;
    display: block;
}

.staticcategoryproducts {
    background-color: #E4EBE2;
    padding: 20px 20px;
}

.staticcategoryproducts .medium-3 {
    width: 25%;
    float: left;
}

.staticcategoryproducts ul {
    color: #333333;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.staticcategoryproducts .title {
    text-align: center;
}

.staticcategoryproducts .title a {
    color: #666666;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
}

.staticcategoryproducts li:not(.title) {
    text-align: center;
    margin: 10px 10px;
    background-color: #ffffff;
    padding: 10px 5px;
}

.staticcategoryproducts li a {
    max-width: 100%;
}

.staticcategoryproducts li img {
    max-width: 100%;
    max-height: 200px
}