/*********************************
7. New Arrivals
*********************************/

.arrivals {
    padding-top: 88px;
    padding-bottom: 95px;
}

.products_container {
    margin-top: 0px;
}

.product {}

.product_image {
    width: 100%;
}

.product_image img {
    max-width: 100%;
}

.rating {
    margin-top: 24px;
}

.rating i {
    font-size: 10px;
    margin-right: 1px;
    color: #e0e3e4;
}

.rating i:last-child {
    margin-right: 0px;
}

.rating_1 i:first-child {
    color: #f5c06f;
}

.rating_2 i:first-child {
    color: #f5c06f;
}

.rating_2 i:nth-child(2) {
    color: #f5c06f;
}

.rating_3 i:first-child {
    color: #f5c06f;
}

.rating_3 i:nth-child(2) {
    color: #f5c06f;
}

.rating_3 i:nth-child(3) {
    color: #f5c06f;
}

.rating_4 i:first-child {
    color: #f5c06f;
}

.rating_4 i:nth-child(2) {
    color: #f5c06f;
}

.rating_4 i:nth-child(3) {
    color: #f5c06f;
}

.rating_4 i:nth-child(4) {
    color: #f5c06f;
}

.rating_5 i:first-child {
    color: #f5c06f;
}

.rating_5 i:nth-child(2) {
    color: #f5c06f;
}

.rating_5 i:nth-child(3) {
    color: #f5c06f;
}

.rating_5 i:nth-child(4) {
    color: #f5c06f;
}

.rating_5 i:nth-child(5) {
    color: #f5c06f;
}

.product_content {
    margin-top: 7px;
}

.product_info {
    float: left;
}

.product_name a {
    font-size: 16px;
    font-weight: 600;
    color: #232323;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product_name a:hover {
    color: #937c6f;
}

.product_price {
    font-size: 24px;
    font-weight: 600;
    color: #8a8a8a;
    margin-top: 0px;
}

.product_options {
    float: right;
    transform: translateY(11px);
}

.product_option {
    width: 37px;
    height: 37px;
    cursor: pointer;
}

.product_buy {
    display: inline-block;
    background: #937c6f;
    vertical-align: middle;
    margin-right: 4px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product_buy img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 23px;
    height: 23px;
}

.product_buy:hover {
    background: #2f2f2f;
}

.product_fav {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    color: #232323;
    background: #e0e3e4;
    line-height: 37px;
    text-align: center;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product_fav:hover {
    color: #FFFFFF;
    background: #232323;
}