/*
 Theme Name:   Basel Child
 Description:  Basel Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     basel
 Version:      1.0.0
 Text Domain:  basel-child
*/


/* Your customizations starts here */


.cart .quantity {
    display: none;
}

.cart .single_add_to_cart_button.button.alt {
    display: none;
}
.right-column .shopping-cart {
    display: none;
}
.product-grid-item img {
    max-height: 260px;
    min-height: 260px;
}
body .woocommerce-Price-currencySymbol{
    font-family:Arial;
}
.basel-hover-alt .product-element-top img {
    max-height: 260px;
    min-height: 260px;
}
.btn-atc {
       background-color: #000;
    line-height: 1.5;
    text-transform: uppercase;
    position: relative;
    padding: 10px 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.btn-atc a{color:#fff;}
.btn-atc:hover{
    background-color: #ff0000; 

}

@media only screen and (max-width: 767px) {
	.product-grid-item img {
    /*max-height: 150px;
    min-height: 150px;*/
}
	.basel-hover-standard .product-title a {
    font-size: 14px;
}
}