/*
Theme Name:     Constructo child
Theme URI:      http://anpsthemes.com/constructo/
Description:    Child theme for the Constructo theme 
Author:         Anps
Template:       constructo
Version:        1.0
*/
@import url("../constructo/style.css");

/* products list styles */
.products li {
    text-align: center !important;
}

.products .product-header {
    height: 200px !important;
    position: relative !important;
}

.products .product-header img {
    width: auto !important;
    height: auto !important;
    max-width: 200px !important;
    max-height: 200px !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
}

.products .product-header a {
    font-size: 12px !important;
}

/* product details styles */
.woocommerce div.product div.images {
    text-align: center !important;
    border: solid 1px #ececec;
    padding: 5px;
}

.woocommerce div.product div.images img {
    width: auto !important;
    max-width: 100% !important;
    display: inline-block !important;
}

/* products cart list styles */
.product-thumbnail {
    width: 150px !important;
    height: 140px !important;
    text-align: center !important;
}

.product-thumbnail img {
    width: auto !important;
    height: auto !important;
    max-width: 110px !important;
    max-height: 110px !important;
    display: inline-block !important;
}

/* header current page text color */
.page-heading {
    color: #fff !important;
}
