.post-type-archive-products .content {
    background-color: white;
    border-radius: 4px;
}
.post-type-archive-products .archive-description {
    padding: 2rem;
    margin-bottom: 0;
    width: 44%;
    float: left;
    background:white;
    border-bottom:0;
}
.post-type-archive-products.search-results .archive-description { padding:2rem 2em 0 2em;}
.post-type-archive-products .archive-description:nth-of-type(2) {
    width: 44%;
    clear: both;
    padding:0 2em;
}
.post-type-archive-products .archive-description:nth-of-type(2) .archive-title {
	font-size:24px;
}
.post-type-archive-products .archive-title {
    font-size: 36px;
    margin-bottom:0;
}
.post-type-archive-products .entry-title {
    padding: .5em 0;
    margin: 14px auto 0;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.post-type-archive-products .entry {
    text-align: center;
    float: left;
    border-bottom:0;
}
.post-type-archive-products .entry:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0;
}
.post-type-archive-products .entry-header {
    position: relative;
   /* display: table; */
    margin: 0 auto;
}
.post-type-archive-products .entry-header a {
    position: relative;
   /* display: table-cell; */
    vertical-align: middle;
}
.single-products #product-rating li {
    display: inline-block;
    margin: 0 0;
    width: 90px;
    text-align: center;
}
.single-products #product-rating li input {
    box-shadow: none;
    height: 22px;
    width: 100%;
    text-align: center;
}
.single-products #product-rating label {
    font-size: 22px;
    text-align: center;
    margin-top: -10px;
    padding: 0;
    display: block;
    width: 87px;
}
.single-products #product-rating,
.single-products #product-rating input[type="radio"],
.single-products #product-rating input[type="radio"]:hover + label,
.single-products #product-rating input[type="radio"]:checked + label {
    cursor: pointer;
}
.single-products #product-rating input[type="radio"]:hover + label,
.single-products #product-rating input[type="radio"]:checked + label {
    color: #f90;
}
.single-products #product-rating #status-message {
    display: none;
}
.post-type-archive-products .product-archive-star-rating-wrapper {
    margin: 8px auto;
}
.single-products .product-archive-star-rating-wrapper {
    margin: 0px auto 10px;
}
.post-type-archive-products .empty-stars,
.single-products .empty-stars {
    width: 100px;
    height: 25px;
    background-image: url(images/rating-star-empty.png);
    display: block;
    background-repeat: repeat-x;
    background-size: 20px;
}
.post-type-archive-products .empty-stars {
    text-align: center;
    margin: 0 auto;
}
.single-products .empty-stars {
    float: left;
    margin-right: 10px;
}
.product-archive-star-rating {
    height: 25px;
    background-image: url(images/rating-star-filled.png);
    display: block;
    background-repeat: repeat-x;
    background-size: 20px;
    text-align: left;
}
.product-archive-star-rating-numerical {
    color: #f90;
    font-size: 14px;
    font-weight: 400;
}
.single-products .product-featured-image {
    clear: left;
}
.single-products .entry .entry-footer {
    clear: both;
}
@media screen and (max-width: 767px) {
    .post-type-archive-products .entry-header,
    .post-type-archive-products .entry-header a {
        display: block;
    }
}
.archive-pagination,
.entry-pagination {
    width: 100%;
    margin: 20px;
}
#product-search-wrapper {
    width: 46%;
    float: right;
}

.post-type-archive-products.search-results #product-search-wrapper {
    width: 46%;
    float: right;
    margin-top: -75px;
    margin-bottom: 50px;
}
#product-search {
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}
@media screen and (max-width: 800px) {
    #product-search {
        float: none;
        position: relative;
        margin-top: 36px;
        margin-left: 0;
        margin-right: 0;
        width: 300px;
    }
    #product-search-wrapper {
        width: auto;
    }
}
@media screen and (max-width: 620px) {
    #product-search {
        float: none;
        position: relative;
        margin: 10px 0;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: 300px;
    }
    #product-search-wrapper {
        width: 100%;
        padding: 0 20px;
    }
    .post-type-archive-products .archive-title {
        margin-bottom: 0;
    }
}

