/**
* Style for  Member area & Shop
*/

body #footer-action #wpss-cart-id{
    background-color: #cca94d !important;
    background-image: url("images/button-arrow.png");
    background-position: right top;
    background-repeat: no-repeat;
    border: medium none;
    color: #fff;
    display: table;
    font-size: 2rem;
    height: 50px;
    width: 80%;
    line-height: 30px;
    margin: 15px auto !important;
    padding: 10px 20px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
body #footer-action #wpss-cart-id:hover{
    background-position: right bottom;
    background-color: #103249!important;
}
body #footer-action .wpss-product-card, body #footer-action .wpss-product-card.col-sm-6 {
    width: 100%!important;
}
body #footer-action .wpss-product-card .inner-product-card, body #footer-action .wpss-product-card.col-sm-6 .inner-product-card{
    border: none;
}

/* shop */
.wpss-product-card .inner-product-card {
    border: 2px solid #eee;
    margin: 10px;
    min-height: 230px !important;
    padding: 2% 3%;
}
.wpss-showcase-prodcut-types-toolbar {
    margin: 2% 0 4%;
}
.wpss-showcase-prodcut-types-toolbar ul {
    padding: 0;
    text-align: center;
}
.wpss-showcase-prodcut-types-toolbar li {
    display: inline-block;
    list-style: none outside none;
}
.wpss-showcase-prodcut-types-toolbar ul li a {
    background: #cdaa4e;
    color: #fff;
    display: block;
    padding: 6px 10px;
    text-transform: uppercase;
}
.wpss-showcase-prodcut-types-toolbar ul li a:hover {
    background: #103249;
}
.wpss-product-card .inner-product-card .wpdk-title{
    margin: 10px 0 0 !important;
}
.wpss-product-card-terms.cursive > a {
    border: 1px solid;
    padding: 0 10px;
    text-transform: lowercase;
}
#footer-product-action{
    margin: 20px 0;
    text-align: center;
}

#wpss-product-variant-form #wpss-cart-id,
body.term-abbigliamento .wpss-cart-add input[type=button] {
    background-color: #cca94d !important;
    background-image: url("images/button-arrow.png");
    background-position: right top;
    background-repeat: no-repeat;
    border: medium none;
    color: #fff;
    height: 50px;
    line-height: 30px;
    margin: 15px auto !important;
    padding: 0px 40px 0 20px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#wpss-product-variant-form #wpss-cart-id:hover,
body.term-abbigliamento .wpss-cart-add input[type=button]:hover {
    background-position: right bottom;
    background-color: #103249!important;
}
.product .product-thumb img{
    margin-top: -20%;
    width: 100%;
}
.product #footer-action{
    padding: 0;
    margin: 0;
}
.product #footer-action .wpss-product-card .inner-product-card {
    min-height: inherit!important;
}
body.term-abbigliamento .wpss-product-variant p.evidence,
body.term-abbigliamento #wpss-product-variant-form-Size .wpss-product-variant-weight,
body.term-abbigliamento #wpss-product-variant-form-Size .wpss-product-variant-values-weight,
body.term-abbigliamento #wpss-product-variant-form-Size .wpss-product-variant-model
{
    display: none;
}

@media (max-width: 530px) {

}
@media (max-width: 1024px) {

}