/* CSS Document */

.white-panel {
	background: #fff;
	padding: 10px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.5);
}
.white-panel .store-product-list-name {
	font-family: 'suzukiproregularregular';
	color: inherit;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: 3px;
}
.hproduct {
	background-color: #e7e7e8;
	margin-top: 10px;
	padding: 10px;
	position: relative;
	min-height: 110px;
}
.store-product-list-price {
	font-size: 20px;
	font-weight: bold;
}
.white-panel p {
	margin: 0;
}
.product_attribute {
	font-size: 12px;
}
.white-panel .store-btn-add-to-cart {
	background: none repeat scroll 0 0 #e6048c;
	border: medium none;
	box-shadow: -3px -4px 4px rgba(44, 45, 55, 1) inset, 4px 5px 3px rgba(218, 218, 218, 0.8) inset;
	color: #fff;
	text-transform: uppercase;
}
.store-product-list-item {
	margin-bottom: 30px;
}
.in-bl .store-product-list.row {
	margin-right: -7px;
	margin-left: -7px;
}
.col3asdef {
	padding-right: 7px;
	padding-left: 7px;
}
.hproduct .texto {
	position: relative;
	height: 180px;
	overflow: hidden;
	margin-bottom: 0;
}
.store-product-options {
	margin-bottom: 48px;
}
.store-product-option.form-control {
	width: 46%;
}

.hproduct .texto::after {
	content: '';
	/*text-align: right;*/
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 50px;
	background: linear-gradient(to bottom, rgba(231, 231, 232, 0), rgba(231, 231, 232, 1) 50%);
}
.store-product-list-description a[title$="pdf"] {
	display: none
}

.store-product-list.row.store-product-list-per-row-3 {
	display: flex;
}
.white-panel {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.hproduct.clearfix.cf {
	height: 100%;
}
.blue-star {
	position: absolute;
	right: 17px;
	top: -69px;
}

/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
.btn {
	padding: 6px 9px !important;
}
.store-product-quantity.form-group {
	width: 36px !important;
}

.form-control {
	padding: 6px 9px;
}
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
.store-product-list.row.store-product-list-per-row-3 {
	display: block;
}

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }