/**
 * ------------------------------------------------------------------------------------------------------
 * Custom styles goes here
 * ------------------------------------------------------------------------------------------------------
**/

.grecaptcha-badge { visibility: hidden; }


.search-suggest-item-more {
    text-align: center;
    background-color: #ba0048;
    border-top: 1px #ba0048 solid;
}

.search-suggest-item-more:hover {
    text-align: center;
    background-color: #de0051;
    border-top: 1px #ba0048 solid;
}

.search-suggest-item-more div {
    width: 100%;
    color: #ffffff;
}




@media only screen and (max-width: 767px) {
	.tcent {
		text-align: center !important;
		line-height: 14px;
		margin-top: 5px;
	}
}

/* test */

.product-media, .product-media img {
    max-height: none;
}
.product-media a {
    height: auto;
}
.product-body {
    padding-top: 0.8rem;
}
.product-title, .product-title a {
    line-height: 2.5rem;
    position: relative;
    font-family:Montserrat, sans-serif;;
    padding: 1.1rem 0.7rem 2.2rem;
}

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

.product-title, .product-title a {
    line-height: 2.5rem;
    position: relative;
    font-family:Montserrat, sans-serif;;
    padding: 1.1rem 0.7rem 0.2rem;
}
}