flatsome-bikemart

.motorbike-services a:hover {color: #EF4E23;}
.motorbike-services a {color: white;}
.motorbike-servicing a:hover {color: #EF4E23;}
.motorbike-servicing a {color: black;}
/** Product List **/
.out-of-stock-label {
display: none;
}
p.stock.out-of-stock {
display: none;
}

/** Product Brand Thumbnail List **/
div.product-brands {
width: 1360px;
display: flex;
margin: 0 auto;
}
.product-brands ul {
margin: 0 auto;
border: 1px solid #ccc;
}
.product-brands ul li {
border: 1px solid #000;
margin: 0px 17px;
}
/** Shop Sidebar **/
#woocommerce_brand_nav-3 .widget-title, #woocommerce_brand_nav-3 .is-divider {
display: none;
}

/*footer logo*/
.footer-logo {
margin:15px auto;
}

/*Contact Form & Servicing Form*/
span#input_1_1_3_container {
padding-right: 0;
}
input#input_1_9, input#input_1_12 {
width: 100%;
}

/*Pricelist Page*/
.wc-product-table-controls div>label input[type=”search”] {
border: 1px solid #000 !important;
}
.price-list-header {
margin-top: -20px;
}

/* Popup Maker */
/* Get In Touch */
div#popmake-9130 .gform_footer.top_label {
padding-bottom: 0px;
margin-bottom: -25px;
}
div#popmake-9130 .gform_wrapper.gravity-theme .gfield textarea.large {
height: 200px;
}

div#popmake-9154 .gform_wrapper.gravity-theme .gfield textarea.large {
height: 150px;
}
/** Product template table **/

.tleft {width:40%; padding: 20px 5px;}
.tright {width:60%; font-weight:bold; color:#fff;}

/** Mobile Only **/
@media only screen and (max-width: 420px) {
div.product-brands {
width: 400px;
}
/* force sidebar load after content for mobile */
.page-wrapper.page-left-sidebar .col-first {
order: 1 !important;
margin-bottom: -60px;
}
/* Pricelist */
.price-list-header {
margin-top: -30px;
margin-bottom: -20px;
}
}

This entry was posted in Uncategorized. Bookmark the permalink.