@import url(https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
.col-item
{
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background: #FFF;

}
.col-sm-4 > .col-item{
    position: relative;
    min-height: 326px;

    display: flex;
    justify-content: center;
    align-items: center;
}
.col-sm-4 > .col-item .photo {
    margin-bottom: 110px;
}
.col-item .photo img
{
    margin: 0 auto;
    /*width: 100%;*/
}

.col-item .info
{
    padding: 10px;
    border-radius: 0 0 5px 5px;
    margin-top: 1px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.col-item:hover .info {
    background-color: #F5F5DC;
}
.col-item .price
{
    /*width: 50%;*/
    float: left;
    margin-top: 5px;
}

.col-item .price h5
{
    line-height: 20px;
    margin: 0;
}

.price-text-color
{
    color: #219FD1;
}

.col-item .info .rating
{
    color: #777;
}

.col-item .rating
{
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator
{
    border-top: 1px solid #E1E1E1;
}

.clear-left
{
    clear: left;
}

.col-item .separator p
{
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.col-item .separator p i
{
    margin-right: 5px;
}
.col-item .btn-add
{
    width: 50%;
    float: left;
}

.col-item .btn-add
{
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
    width: 50%;
    float: left;
    padding-left: 10px;
}
h5{
	font-family: inherit;
	font-weight: 700;
	line-height: 1.1
}
.controls
{
    margin-top: 20px;
}
[data-slide="prev"]
{
    margin-right: 10px;
}
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.sponsorTitle{margin-left:18px}
.sponsorTitle a{
	color:#333333;
}
.sponsorTitle a:hover{
	color:#333333;
}
.sponsorImage{border:0px}
.vcenter{
    display: flex;
    justify-content:center;
    align-items: center;
}
.withoutcategory img{
	width: 80%
}
.select2-container .select2-choice {
	padding: 0 0 33px 8px !important;
	line-height: 33px !important;
	background-image: none !important;
}
.select2-container .select2-choice .select2-arrow {
	background: none !important;
}
.select2-container .select2-choice .select2-arrow b {
	margin-top: 3px;
}

/*################################## eval when show the sponsor in the main content */
/*@media (min-width: @screen-xs-max) {
	.side-vertical-sponsor{
		display:none
	}
 }*/
