.section-third {
    padding-bottom: 75px;
}

.section-third h1 {
    width: 100%;
    text-align: center;
    margin: 60px 0 0 0;
    font-size: 30pt;
    text-transform: uppercase;
    font-weight: bold;
    color: #444444;
}

.section-third .section-third-green {
    color: #acbf22;
}

/*.section-third*/ .section-third-products {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
}

.section-third .section-third-products .product {
    background-color: #FFFFFF;
    padding-top: 32px;
    width: 304px;
    height:510px;
    text-align: center;
    border-radius: 3px;
    position: relative;
    margin: 56px 9px 0 9px;
}

.section-third .section-third-products .product .product-special {
    font-family: 'Open Sans', sans-serif;
    background-color: #ef353c;
    width: 79px;
    height: 39px;
    line-height: 39px;
    font-size: 11pt;
    font-weight: 200;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    top: 33px;
    left: 0px;
}

.section-third .section-third-products .product .product-details h1 {
    padding: 0 0 16px 0;
    margin: 20px 0 0 0;
    font-size: 18pt;
    font-weight: 200;
    text-transform: uppercase;
    color: #444444;
    background-image: url('../images/product-h1-bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}

.section-third .section-third-products .product .product-details h1 a {
    text-decoration: none;
    color: #444444;
}

.section-third .section-third-products .product .product-details h2 {
    margin: 16px 0 16px 0;
    padding: 0;
    color: #94ab28;
    font-size: 18pt;
    text-transform: uppercase;
}

.section-third .section-third-products .product .product-details h2 a {
    text-decoration: none;
    color: #94ab28;
}

.section-third .section-third-products .product .product-details h2 .product-original-price {
    text-decoration: line-through;
    color: #444444;
    font-size: 10pt;
    font-weight: normal;
    padding-left: 5px;
    text-transform: none;
}
.section-third .section-third-products .product .product-details .product-buy {
   display: block;
   width: 183px;
   height: 47px;
   line-height: 47px;
   font-size: 12pt;
   margin: 0 auto;
   text-transform: uppercase;
   color: #ffffff;
   background-color: #acbf22;
   border-radius: 3px;
   font-weight: bold;
}

.section-third .section-third-products .product .product-details .product-buy i {
    font-size: 17pt;
    position: relative;
    top: 2px;
    left: 3px;
}


.section-third .moreButton{
    background: #94ab28;
    border-radius: 3px;
    color: white;
    display: inline-block;
    font-size: 22px;
    line-height: 45px;
    padding: 0 15px;
    text-transform: uppercase;
}