/* shopping_cart/token/product_list_grid.css */
.shop-product-list-grid-container {
    margin: 5px 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    justify-content: start;
}

.product-list-grid {
    float: left;
    width: 25%;
    height: 205px;
    overflow: hidden;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
}

.product-list-grid .img {
    /* background-color: #FFFFFF;
    border: 1px solid #fff; */
    border-radius: 5px;
    /* box-shadow: 0px 0px 10px #BFBFBF; */
    height: 120px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 4px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.product .product-description {
    padding: 10px 0;
}

.product {
    padding: 15px 0;
}

.product-list-grid .img span {
    display: block;
    height: 110px;
    line-height: 110px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.product-list-grid .img img {
    max-width: 150px;
    max-height: 110px;
    vertical-align: middle;
}

.product-list-grid .name {

}

.products_short_image {
    margin: 5px 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    justify-content: start;
}

.products_short_image .product {
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
}

.shop_image_large /*800px*/ .product {
    width: 100%;
}

.shop_image_med /*300px*/ .product {
    width: 100%;
}

.shop_image_result /*130px*/ .product {
    width: 50%;
}

.shop_image_small /*35px*/ .product {
    width: 25%;
}

.shop_image_mini /*16px*/ .product {
    width: 20%;
}

@media only screen and (min-width: 576px) {
    .shop_image_large /*800px*/ .product {
        width: 100%;
    }

    .shop_image_med /*300px*/ .product {
        width: 50%;
    }

    .shop_image_result /*130px*/ .product {
        width: 33.333%;
    }

    .shop_image_small /*35px*/ .product {
        width: 25%;
    }

    .shop_image_mini /*16px*/ .product {
        width: 20%;
    }
}

@media only screen and (min-width: 768px) {
    .shop_image_large /*800px*/ .product {
        width: 50%;
    }

    .shop_image_med /*300px*/ .product {
        width: 33.333%;
    }

    .shop_image_result /*130px*/ .product {
        width: 25%;
    }

    .shop_image_small /*35px*/ .product {
        width: 20%;
    }

    .shop_image_mini /*16px*/ .product {
        width: 16.667%;
    }
}

.products_short_image .product .product-image {
    /* background-color: #FFFFFF;
    border: 1px solid #fff; */
    border-radius: 5px;
    /* box-shadow: 0px 0px 10px #BFBFBF; */
    height: 120px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 4px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.products_short_image .product .product-image img {
    max-width: 150px;
    max-height: 110px;
}


@media only screen and (max-width: 991px) {

    .product-list-grid {
        width: 50%;
    }

    .products_short_image .product {
        width: 50%;
    }

    .shopping_vertical_grid .product {
        width: 48%;
    }




}

@media only screen and (max-width: 575px) {

    .product-list-grid {
        width: 100%;
    }
    .products_short_image .product {
        width: 100%;
    }

    .shopping_vertical_grid .product {
        width: 100%;
    }
    .shopping_vertical_grid .product .img .imginner {
        height: auto;
    }

}

/* shopping_cart/shopping_vertical_grid.css */


.shopping_vertical_grid .product-add-cart .btn {
    display: block;
    width: 30px;
    height: 27px;
    text-align: left;
    margin-top: 5px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.shopping_vertical_grid .product-add-cart .btn span {
    position: absolute;
    bottom: 50%;
    right: 50%;
    margin-right: -.8em;
    margin-bottom: -.8em;
    font-size: 1.5em;
    font-weight: bold;
}

.shopping_vertical_grid .product {
    width: 25%;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
    height: auto;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    margin: 0;
}

.shopping_vertical_grid .break {
    margin-right: 0px;
}

.shopping_vertical_grid .product-title a {
    color: #2d2d2d;
    text-decoration: none;
}

.shopping_vertical_grid .product-title a:hover {
    text-decoration: none;
}

.shopping_vertical_grid .product .product-list-price {
    text-decoration: line-through;
    display: inline-block;
}

.shopping_vertical_grid .product .price {
    font-size: 13px;
    color: #2d2d2d;
    padding: 0;
    display: inline-block;
}

.shopping_vertical_grid .product .img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 7px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.shopping_vertical_grid .product .img .imginner {
    padding: 7px 0;
    border: 1px solid #ebebeb;
    border-width: 1px 0 1px 0;
    height: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.shopping_vertical_grid .product .img .imgwrap a {
	display: block;
	background-color: #fff;
	text-align: center;
	width: 100%;
}

.shopping_vertical_grid .product .img img {
    vertical-align: middle;
    max-width: 100%;
}

.shopping_vertical_grid .product .img a:hover {
    opacity: 0.88;
}

.shopping_vertical_grid .product .img img.no_icon {
    min-height: 0;
    max-width: 100%;
    vertical-align: middle;
}

.shopping_vertical_grid .product .product-title {
    padding-top: 4px;
}

.shopping_vertical_grid .product .product-title, .shopping_vertical_grid .product .product-title a {
    color: #4c4c4c;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shopping_vertical_grid .product .product-description {
    color: #4c4c4c;
    font-size: 0.8em;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2em;
    margin: 4px 0;
    z-index: 2;
    position: relative;
}

.mini_cart_item {
    padding: 2px 0;
    font-size: 11px;
}

.mini_cart_item + .mini_cart_item {
    padding-top: 0;
}

.mini_cart_total {
    border-top: 1px solid #c0c1c1;
    padding-top: 5px;
}
