/*
Theme Name: Tile Importer Child
Author: Vibes Design
Template: tile-importer
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


#auction-nudge-items .image-container a {
  vertical-align: top!important;
}
.an-image.an-img-size {
	height:240px!important;
}
.header-block {
    width: auto;
}
.dark, .dark p, .dark td {
    color: #fff;
}
.below-hero .img .img-inner {
    overflow: visible;
    position: relative;
}
.below-hero img {
    margin-top: -220px;
    position: relative;
    top: 80px;
}

.header-button-1 span {
    position: relative;
    top: -5px;
}
.header-button-1 span:after {
    content: "We will get back to you within 2hrs";
    position: absolute;
    font-size: 8px;
    display: block;
    left: 3px;
    top: 21px;
}
.quote-button, .quote-button1  {
    min-height: 3.6em;
}
.quote-button span, .quote-button1 span {
    position: relative;
    top: -5px;
}
.quote-button span:after {
    content: "for your next building or renovation project";
    position: absolute;
    font-size: 8px;
    display: block;
    left: 3px;
    top: 21px;
}
.quote-button1 span:after {
    content: "Grab a bargain clearance centre";
    position: absolute;
    font-size: 8px;
    display: block;
    left: 3px;
    top: 21px;
}
.showroom .img .img-inner{
	 overflow: visible;
    position: relative;
}
.showroom img {
    bottom: 0px;
    position: absolute;
    left: 300px;
    z-index: 99;
}
textarea {
    min-height: 70px;
}
.woocommerce-ordering{
	display:none;
}
.quick-view-added{
	
}
.AVANSERnumber-A.button a{
	color:#fff;
}
.an-view {
    background: #00A269;
    text-align: center;
    padding: 10px 5px;
}
.an-view a{
    color:#fff;
}
.off-canvas .sidebar-menu {
    padding: 0px 0;
}
.header-block-block-2 i{
    color: rgba(17,17,17,0.85);
}
td {
    color: #0A1C28;
}
h1.shop-page-title.is-xlarge, h1.product-title.entry-title {
    text-transform: uppercase;
}
.page-title{
	background:#ebebeb;
}
#auction-nudge-items .image-container img {
  /* Change this number to match the specified the 'image size' value */
  width: 250px !important; 
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.showroom img {
	display:none;
}

}