﻿
.product-tile {
	margin-top: 60px;
    margin-bottom: 60px;
	padding-top: 40px;
}

.product-tile__container {
	/* height: 533px;									UPDATE 11/08 */
}

.product-tile__cell {
	min-height: 100%;
	border: 1px solid #e8e8e8;
	position: relative;
	width: 100%;
}

.product-tile__cell:last-child {
	border-right: 1px solid #e8e8e8;
}

.product-tile__card {
	position: relative;
}

.product-tile__category {
	position: absolute;
	margin-left: 30px;
	z-index: 1;
}

.product-tile__link {
	display: block;
    text-decoration: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
	
}

.product-tile__img {
	width: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
	margin-top: 20px;
	
}

.product-tile__inner {
	padding: 15px;
    overflow: hidden;
	padding: 30px 20px 15px 20px;
}

.product-tile__title {
	font-size: 1.2rem;
    display: block;
    margin-bottom: 12px;
    color: #333;
    font-weight: bold;
    line-height: 1.2;

}

.product-tile__description {
	margin: 0;
    overflow: hidden;
    color: #717171;
    text-decoration: none;
	font-size: 0.9rem;
	font-weight: 500;
}

.product-tile__footer {
	position: absolute;
    bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    border-top: 1px solid #e8e8e8;
}

.product-tile__footer-inner {
	position: relative;
    padding: 4px 15px;
}

.product-tile__footer-tooltip {
	display: inline-block;
    margin-right: 3px;
    text-decoration: none;
    font-weight: 300;
}

.product-tile__icon {
	color: #717171;
    font-size: 2rem;
    text-align: center;
    vertical-align: bottom;
    font-weight: 400;
}

.ricoh-break__icon {
	-webkit-touch-callout: none;
    -webkit-user-select: none; 
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none; 
            user-select: none;
    vertical-align: bottom;
	display: inline-block;
	padding: 16px;
}

_:-ms-lang(x),.ricoh-break__icon {
	padding: 15px 16px;
}

.product-tile__tool {
	padding-bottom: 20px;
}

.sort-by__label--modifier {
	text-align: left;
}

.product-tile__tool-browser__category {
	padding-left: 0 !important;
	padding-right: 5px !important;
}

.product-tile__tool-sortby {
	text-align: right;
	padding-right: 0 !important;
	padding-left: 5px !important;
}

.product-tile__container .flickity-viewport {
    max-height: 100% !important;
}

.product-tile__container .flickity-prev-next-button {
    width: 24px;
	height: 24px;
	top: 85%;
	transform: translateY(-85%);
}

@media screen and (max-width: 360px) {
	.product-tile__img {
		 height: 175px;
	}
	.product-tile .sort-by .sort-by__title {
		font-size: 78.5%;
		margin-right: 0px;
	}
	
	.product-tile .sort-by .selectric-wrapper {
		width: 100%;
	}
	
	.product-tile__tool-browser__category {
		padding-right: 5px !important;
	}

	.product-tile__tool-sortby {
		padding-left: 5px !important;
	}
}

@media screen and (max-width: 650px) {

	.sort-by__label--modifier {
		text-align: right;
	}
	.sort-by__label--modifier .sort-by__title {
		display: block;
	}
	
	.sort-by__label--modifier .sort-by__title,
	.sort-by__label--modifier .selectric-wrapper {
		text-align: left;
	}
	
}

@media screen and (min-width: 540px) {
    .product-tile__cell{
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .product-tile__cell{
        width: 50%;
    }
}

@media screen and (min-width: 960px) {
	.product-tile__container {
		/* height: 482px;						UPDATE 11/08 */
	}
    .product-tile__cell{
        width: 25%;
    }
	
	.product-tile__tool-browser__category .sort-by .selectric-wrapper {
		width: 330px;
	}
	
	.product-tile__tool .sort-by .sort-by__title {
		font-size: 100%;
	}
	
	.product-tile {
		margin-top: 84px;
		margin-bottom: 84px;
	}
}


@media screen and (min-width: 1190px) {
	.product-tile__container {
		/* height: 480px;						UPDATE 11/08 */
	}
}
@media screen and (min-width: 768px) {
    .product-tile__container .flickity-prev-next-button {
        display: none;
    }
}

.product-tile__container .flickity-prev-next-button .arrow {
    fill: #c9c9c9;
}