

.img-detail {
	    padding: 0 10px;
}
.img-detail img{
	    width: 30%;
}
.img-detail h4{
	font-size: 23px;
    font-weight: 500;
    line-height: 50px;
}


.tbm-checkboxed-filter {
	font-size: 0;	
}
	
	.tbm-checkboxed-filter li {
		display: inline-block;
		margin-right: 10px;
	}

	.tbm-checkboxed-filter li label {
		display: block;
		position: relative;
	}
	
	.tbm-checkboxed-filter li label input {
		position: absolute;
		top: 0;
		left: 0;
		visibility: hidden;
	}
	
	.tbm-checkboxed-filter li label span {
		border: 1px solid #cccccc;
	    color: #000;
	    padding-top: 2px;
	    padding-right: 6px;
	    padding-bottom: 2px;
	    padding-left: 6px;
	    text-decoration: none;
	    background: #ffffff;
	    font-size: 15px;
	}
	
	.tbm-checkboxed-filter li label:hover span,
	.tbm-checkboxed-filter li label input:checked ~ span {
		background: #e9af30;
		color: #fff;
		border:1px solid rgb(174, 134, 96);
	}


.mt-20 {
	margin-top: 20px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mlr--15 {
	margin-left: -15px;
	margin-right: -15px;
}

.clearfix{
    overflow: hidden;
    clear: both;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}	
	
	
.bath-det p{
	padding-bottom: 5px;
}

	.col-md-3 {
		padding: 0 10px;
		width: 25%;
		float: left;
	}
	.col-md-left img{width: 100%}
	.col-md-left {
		padding: 0 10px;
		width:58%;
		float: left;
	}
	.col-md-right {
		padding: 0 10px;
		width:35%;
		float: left;
	}
	
	.col-md-4 {
		padding: 0 10px;
		width: calc(33.3% - 20px);
		float: left;
	}

.tbm-show-result-bath-item {
    width: calc(100% - 40px);
    padding: 20px;
    background-repeat: repeat;
    background-position: 0 0;
    border: 1px solid #DCD0C0;
    background-color: #FCFCFC;
    -moz-box-shadow: 2px 2px 11px -5px #000000;
    -webkit-box-shadow: 2px 2px 11px -5px #000000;
    box-shadow: 2px 2px 11px -5px #000000;
    margin: 0 auto;
}

	.tbm-srbi-img,
	.tbm-srbi-name,
	.tbm-srbi-price-size,
	.show-full-button {
		
	}

	.tbm-srbi-img img {
		width: 100%;
	}
	
	.tbm-srbi-name {
		text-shadow: 1px 1px 1px #faf7e8;
	    font-family: 'Roboto Slab', serif;
	    font-size: 16px;
	    line-height: 24px;
	    letter-spacing: 0px;
	    color: #754f44;
	    font-weight: 700;
	    text-transform: none;
	    text-align: center;
	    
	    margin: 20px 0 15px;
	}
	
	.tbm-srbi-price-size {
		margin-bottom: 7px;
		padding: 0 5px;
	}

	.tbm-srbi-price-size .price {
		color: #CC0000;
		font-size: 18px;
		font-weight: bold;
	}
	
	.tbm-srbi-price-size .size {
		font-family: Tahoma, Geneva, sans-serif;
	    font-size: 13px;
	    color: #575648;
	    line-height: 20px;
	    margin-top: 4px;
	}
	
	.show-full-button {
	    cursor: pointer;
	    color: #FFFFFF;
	    text-decoration: none;
	    font-family: 'Open Sans Condensed', sans-serif;
	    font-weight: 700;
	    text-transform: uppercase;
	    font-size: 14px;
	    line-height: 17px;
	    background: #e9af30 repeat 0 0;
	    border-radius: 3px;
	    -webkit-transition: all 0.2s ease;
	    -moz-transition: all 0.2s ease;
	    -o-transition: all 0.2s ease;
	    transition: all 0.2s ease;
	    padding-top: 8px;
	    padding-bottom: 8px;
	    text-align: center;
	    margin: 20px auto 0;
	    width: 170px;
	    display: block;
	}
	
	.show-full-button:hover {
		background: #B88B26;
	}
	
.float-left {
	float: left;
}	

.float-right {
	float: right;
}
