.order-wrapper:hover {
    transform: scale(1.05);
}

.order-box {
    min-height: 400px;
    border: 1px solid rgba(220, 220, 220, 0.5);
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 10px;
    -webkit-box-shadow: -10px 10px 31px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -10px 10px 31px -15px rgba(0, 0, 0, 0.75);
    box-shadow: -10px 10px 31px -15px rgba(0, 0, 0, 0.75);
}

.order-box h3 {
    color: #F1C30E;
    border-bottom: 1px solid gainsboro;
    margin: 0px;
    padding: 15px 0px;
    text-align: center;
}

.box-header {
    padding: 15px 0px 10px 0px;
    border-bottom: 1px solid gainsboro;
    min-height: 105px !important;
}

.box-header h4 {
    font-weight: bold;
    color: #424242;
    text-align: center;
    margin-bottom: 0px;
    font-size: 2.3em;
}

.box-header h4 span {
    font-weight: normal;
    font-size: 0.3em;
    font-weight: 500;
    float: right;
    line-height: 0px;
}

.box-header h4 span:last-of-type {
    margin-top: 0px;
    text-align: center;
    display: block;
    float: none;
    line-height: inherit;
}

.box-header .text {
    font-size: 0.9em;
    text-align: justify;
}

.info-list {
    padding: 20px 0px 10px;
    min-height: 190px !important;
}

.info-list li span {
    font-size: 0.9em;
}

.order-button {
    font-size: 1.1em;
    width: 100%;
    padding: 6px 10px;
    background: #F1C30E;
    color: #fff;
    border-radius: 16px;
    display: block;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

/*
.order-wrapper:nth-child(3n-1) .order-box {
    background: #202125;
}


.order-wrapper:nth-child(3n-1) * {
    color: #fff;
}

.order-wrapper:nth-child(3n-1) .order-button {
    background: #fff;
    color: #202125;
    border: 1px solid #202125;
}
.order-wrapper:nth-child(3n-1) .fa{
    color: #fff !important;
}

.order-wrapper:nth-child(3n-1) .order-button:hover {
    background: #202125;
    color: #fff;
    border: 1px solid #fff;
}

.order-wrapper:nth-child(3n-1) .order-box {
    -webkit-box-shadow: 0px 6px 20px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 20px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 6px 20px -4px rgba(0, 0, 0, 0.75);
    border-color: #202125;
}
*/


.order-wrapper{
    margin-bottom: 20px;
}
