.product-item {
    box-shadow: none !important;
    border: 1px solid #DCDCDC;
    border-top: 0;
    border-radius: 8px 8px 0 0;
    color: #232323;
    line-height: 35px;
}

.product_item * {
    box-sizing: border-box;
}

.product-item .table-header,
.product-item .mobile-header {
    display: flex;
    color: #fff;
    background: #16A085;
    line-height: 90px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 8px 8px 0 0;
    font-style: normal;
    padding: 0 25px;
    -webkit-box-shadow: 0px -1px 5px #d8d8d8;
    box-shadow: 0px -1px 5px #d8d8d8;
    font-size: 21px;
    font-weight: bold;
}

.product-item .mobile-header {
    display: none;
}

.product-item .table-header.small>div:first-of-type {
    width: 15%;
}

.product-item .table-header>div:first-of-type {
    width: 30%;
}

.product-item .table-header.small,
.product-item .mobile-header.small {
    line-height: 55px !important;
    font-size: 18px !important;

}

.product-wrapper {
    padding: 15px 0;
    height: 190px;
    overflow: hidden;
    width: 100% !important;
    border-bottom: none !important;
}

.product-wrapper  .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding-right: 9px;
    height: 160px;
}

.product-wrapper .product-thumb {
    width: 15%;
    margin: 0 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-wrapper .product-thumb a{
    display: block;
    text-align: center;
}

.product-wrapper .flex-col {
    padding: 0;
}

.product-wrapper .product-thumb { 
    text-align: center;
}

.product-wrapper .product-thumb .product-image, 
.product-wrapper .product-thumb > a > img{
    max-width: 100%;
    max-height: 125px;
}


.product-wrapper .product-thumb .mobile-only {
    display: none;
}

.product-wrapper .product-mobile-info {
    display: none;
}

.product-wrapper .product-content{
    padding-left: 0;
    width: 50%;
    padding-right: 25px;
}

.product-wrapper .product-content .number-one {
    display: inline-block;
    padding: 2px 5px;
    border: 2px solid #F89404;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    min-width: 200px;
    line-height: normal;
}

.product-wrapper .product-content .brand,
.product-wrapper .product-content .title {
    color: #23A085;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin: 5px 0 8px 0;
}

.product-wrapper .product-content .title {
    margin-bottom: 12px;
    margin-top: 0;
}

.product-wrapper .product-content .product-description {
    font-size: 15px;
    line-height: 18px;
}

.product-wrapper .product-rating  {
    width: 35%;
    min-width: 135pxwidth: 35%;
    min-width: 135px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

.product-item  .product-button {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding: 7px 12px 6px 12px;
    border: 1px solid transparent !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    text-decoration: none !important;
    background-color: #fff;
    border-color: #ccc !important;
    color: #333 !important;
}

.product-item .product-button-orange {
    color: #fff !important;
    background: #F89406;
    -webkit-box-shadow: 0 0px 5px #929292;
    box-shadow: 0 0px 5px #929292;
    max-width: 250px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    border-radius: 2em;
    font-style: normal;
    text-transform: uppercase;
    border: 0 !important;
    margin: 0;
    padding: 0 15px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 600px) {
    .product-item .mobile-header.small {
        font-weight: bold;
    }

    .product-item .table-header {
        display: none;
    }
}

@media (max-width: 600px) {
    .product-item .mobile-header {
        display: block;
        color: #fff;
        background: #16A085;
        line-height: 90px;
        text-transform: uppercase;
        text-align: center;
        font-size: 1.25em;
        border-radius: 8px 8px 0 0;
        font-style: normal;
        -webkit-box-shadow: 0 0 5px #d8d8d8;
        box-shadow: 0 0 5px #d8d8d8;
    }

    .product-item .product-wrapper {
        height: auto;
    }

    .product-item .product-wrapper .product-content {
        display: none;
    }

    .product-item .flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: auto;
        padding-right: 0;
    }

    .product-item .product-mobile-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .product-item .product-thumb {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;        
        margin: 0 25px;
        margin-top: 5px;
    }

    .product-item .product-thumb .product-image-link,
	.product-item .product-thumb a[data-aawp-product-id] {
        min-width: 35%;
        padding-left: 10px;
    }

	.product-wrapper .product-thumb .product-image, 
	.product-wrapper .product-thumb > a > img{
		max-width: 100%;
		width: 100%;
		max-height: none;
	}
	
    .product-item .product-thumb .mobile-only {
        line-height: normal;
        padding-left: 10px;
        text-align: left;
        display: block;
        font-size: 15px;
		padding-right: 10px;
        
    }

    .product-wrapper .product-rating {
        order: 3;
    }

    .product-wrapper .product-mobile-info {
        text-align: center;
    }

    .product-wrapper .product-mobile-info .number-one {
        color: #16A085;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 15px;
    }

    .product-wrapper .product-mobile-info .brand {
        font-weight: bold;
        line-height: normal;
        margin: 0;
        font-size: 15px;
    }

    .product-wrapper .product-mobile-info .title {
        text-align: center;
        font-weight: normal;
        margin: 0 0 10px 0;
        line-height: normal;
        font-size: 15px;
    }

    .product-wrapper .product-rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;        
        min-width: 200px !important;
        margin-top: 20px;
    }

    .product-item .product-wrapper {
        padding: 10px 0;
    }
}

