	/*
Required WordPress CSS
*/
/*  ----------------------------------------------
            CSS TABLE OF CONTENTS
    ------------------------------------------------- */
/*
1:  Base CSS;
2:  Preloader CSS;
3:  Owl default Theme Styles;
4:  Login CSS;
5:  Header CSS;
	5.1: Navigation
6:  Footer;
7:  Sidebar;
8:  Page Content;
		8.01: Active Quotes
		8.02: Single Order Page 
		8.03: Product Category Page 
		8.04: Single Quote Entry Page
		8.05: Single Product Page
		8.06: Cart page
		8.07: My Account Page
		8.08: Checkout Page
		8.09: Single branches
		8.10: Special Product Category
		8.11: Single Product Page
9:	Blog Page Design
10:	Bootstrap 3 Media Queries  
/*
----------------------------------------------------- */

/* 1:   Base CSS 
/* ---------------------------------------------- */
html, body {
	height:100%;
	font-family: 'Ubuntu', sans-serif;
	color: #6f6f6f;	
	font-size: 16px;
}
button, input, optgroup, select, textarea, label {
	font-family: 'Ubuntu', sans-serif;
}
input:focus {
	outline:none;
}
a, button, img {
	transition:0.2s all ease-in;
	-moz-transition:0.2s all ease-in;
	-webkit-transition:0.2s all ease-in;
	-ms-transition:0.2s all ease-in;
	-o-transition:0.2s all ease-in;
}
.column-1 .branch-detail {
	margin-bottom: 10px !important;
}
.big-title {
	font-size: 40px;
	font-weight: 600;
}
h1 {
	font-size: 45px;
}
h2 {
	font-size: 23px;
    font-weight: 400;
}
h3 {
	font-size: 23px;
	font-weight:400;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size:12px;
}
a:hover {
	outline: none;
	text-decoration: none;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 0;
}
.alignright {
	display: inline;
	float: right;
	margin-left:0;
}
.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, .clearfix:after {
	clear: both;
}
.row, .clearfix {
	zoom: 1;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}
.aligncenter {
	display: block;
	margin: 0 auto 15px;
}
.brance-address .branch-zone-container {
	display: inline-block;
	width: 100%;
}
.brance-address .branch-zone-container div:last-child {
	border-bottom: 0 !important;
}
.margin-b-0,
.contact-icon-container .wpb_single_image,
.forgot-page .login_logo, .checkout-form-design .form-group,
.enquire-form .wpb_text_column, .no-margin-bottom .wpb_raw_html, .left-call .wpb_raw_html,
.right-number .wpb_text_column, .special_product_lising .product-thumb {
	margin-bottom:0;
}
.p-t-80 {
	padding-top: 80px;
}
.p-b-80 {
	padding-bottom: 80px;
}
.p-t-b-60 {
	padding: 60px 0;
}
.margin-top-60 {
	margin-top: 60px;
}
.m-t-80 {
	margin-top: 80px;
}
.margin-bottom-60 {
	margin-bottom: 60px;
}
.default-list {
	margin-left:0;
	padding-left:0;
	list-style:none;
}
.seperator_25 {
	clear:both;
	float:left;
	width:100%;
	height:25px;
}
.btn-default,
#main-column .post, #main-column .page {
	border:0;
}

.single-post .wptrigger_content {
	text-align: center;
}


.single-post .wptrigger_content input {
	width: 400px;
	margin: 0 auto;
}

/*Input field with icon style*/
.input-group .icon-addon .form-control {
	border-radius: 0;
}
.icon-addon {
	position: relative;
	color: #555;
	display: block;
}
.icon-addon:after, .icon-addon:before {
	display: table;
	content: " ";
}
.icon-addon:after {
	clear: both;
}
.icon-addon.addon-md .glyphicon, .icon-addon .glyphicon, .icon-addon.addon-md .fa, .icon-addon .fa {
	font-size: 19px;
	left: 10px;
	margin-bottom: 0;
	margin-left: -2.5px;
	padding: 12px 0;
	position: absolute;
	text-align: center;
	top: 1px;
	width: 25px;
	z-index: 2;
	color: #939393;
}
.icon-addon.addon-lg .form-control {
	line-height: 1.33;
	height: 46px;
	font-size: 18px;
	padding: 10px 16px 10px 40px;
}
.icon-addon.addon-sm .form-control {
	height: 30px;
	padding: 5px 10px 5px 28px;
	font-size: 12px;
	line-height: 1.5;
}
.icon-addon.addon-lg .fa, .icon-addon.addon-lg .glyphicon {
	font-size: 18px;
	margin-left: 0;
	left: 11px;
	top: 4px;
}
.icon-addon.addon-md .form-control, .icon-addon .form-control {
	padding-left: 35px;
	float: left;
	font-weight: normal;
}
.icon-addon.addon-sm .fa, .icon-addon.addon-sm .glyphicon {
	margin-left: 0;
	font-size: 12px;
	left: 5px;
	top: -1px
}
.icon-addon .form-control:focus + .glyphicon, .icon-addon:hover .glyphicon, .icon-addon .form-control:focus + .fa, .icon-addon:hover .fa {
	color: #cd2c33;
}
.view-all-news {
  background: #f2f2f2 none repeat scroll 0 0;
  border-radius: 5px;
  color: #6f6f6f;
  padding: 17px 40px;
  display: inline-block;
  float: right;
  margin-top: 20px;

}
#main.site-main {
  border-bottom: 0px solid #f2f2f2;
  margin-top: 45px;
}
.home #main.site-main {
  margin-top: 0px;
}
.single-post #main.site-main {
  margin-top: 0px;
}
.single-post .site-content {
  margin-top: 45px;
}
article#post-14 {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.home-latest-news, .site-main {
  display: inline-block;
  padding-top:0px;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}
.term-victoria-branches .site-main {
  display: inline-block;
  padding-top:0px;
  width: 100%;
  border-bottom: 0px solid #f2f2f2;
}
.head-top-login a {
color:#fff;
text-decoration:underline;
}
.post-type-archive-branches .google-map-wrap.dd {
	height: auto !important;
}
.head-top-login i { color:#fff;}
.head-top-login {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-color: currentcolor #fff #fff;
  border-image: none;
  border-style: none dashed dashed;
  border-width: 0 2px 2px;
  color: #fff;
  padding: 11px 15px 16px;
  margin-top: -5px;
}
/* 2:   Preloader CSS 
/* ---------------------------------------------- */
#preloader {
	background-color: #eee;
	display: table;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.spinner-area {
	height: 40px;
	margin: 100px auto;
	position: relative;
	text-align: center;
	max-width:150px;
}
.preloader2 {
	width:72px;
	height:8px;
	display:inline-block;
	padding:0px;
	text-align:left;
}
.preloader2 span {
	position:absolute;
	display:inline-block;
	width:8px;
	height:8px;
	border-radius:100%;
	background:#d52d36;
	opacity:0.2;
	-webkit-animation:preloader21 2s linear infinite alternate;
	-moz-animation:preloader21 2s linear infinite alternate;
	-ms-animation:preloader21 2s linear infinite alternate;
	animation:preloader21 2s linear infinite alternate;
}
.preloader2 span:nth-child(2) {
	animation-name:preloader22;
	-webkit-animation-name:preloader22;
}
.preloader2 span:nth-child(3) {
	animation-name:preloader23;
	-webkit-animation-name:preloader23;
}
.preloader2 span:nth-child(4) {
	animation-name:preloader24;
	-webkit-animation-name:preloader24;
}
.preloader2 span:nth-child(5) {
	animation-name:preloader25;
	-webkit-animation-name:preloader25;
}
@keyframes preloader21 {
 0% {
margin-left:0px;
}
 50% {
margin-left:64px;
}
 100% {
margin-left:64px;
}
}
@-webkit-keyframes preloader21 {
 0% {
margin-left:0px;
}
 50% {
margin-left:64px;
}
 100% {
margin-left:64px;
}
}
@keyframes preloader22 {
 0% {
margin-left:0px;
}
 37.5% {
margin-left:48px;
}
 87.5% {
margin-left:48px;
}
 100% {
margin-left:64px;
}
}
@-webkit-keyframes preloader22 {
 0% {
margin-left:0px;
}
 37.5% {
margin-left:48px;
}
 87.5% {
margin-left:48px;
}
 100% {
margin-left:64px;
}
}
@keyframes preloader23 {
 0% {
margin-left:0px;
}
 25% {
margin-left:32px;
}
 75% {
margin-left:32px;
}
 100% {
margin-left:64px;
}
}
@-webkit-keyframes preloader23 {
 0% {
margin-left:0px;
}
 25% {
margin-left:32px;
}
 75% {
margin-left:32px;
}
 100% {
margin-left:64px;
}
}
@keyframes preloader24 {
 0% {
margin-left:0px;
}
 12.5% {
margin-left:16px;
}
 62.5% {
margin-left:16px;
}
 100% {
margin-left:64px;
}
}
@-webkit-keyframes preloader24 {
 0% {
margin-left:0px;
}
 12.5% {
margin-left:16px;
}
 62.5% {
margin-left:16px;
}
 100% {
margin-left:64px;
}
}
@keyframes preloader25 {
 0% {
margin-left:0px;
}
 50% {
margin-left:0px;
}
 100% {
margin-left:64px;
}
}
@-webkit-keyframes preloader25 {
 0% {
margin-left:0px;
}
 50% {
margin-left:0px;
}
 100% {
margin-left:64px;
}
}
/* 3: Owl default Theme Styles
/*--------------------------------------------*/ 
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	border: 2px solid #b3b3b3;
	border-radius: 20px;
	display: block;
	height: 15px;
	margin: 5px 7px;
	opacity: 0.5;
	width: 15px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background-color:#b3b3b3;
	opacity: 1;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/* 4:   Login CSS 
/* ---------------------------------------------- */

.wrapper.login {
	background-image:url(../images/login-bg.jpg);
	height:100%;
	display:block;
	width:100%;
	background-size:cover;
	overflow:auto;
}
.login_logo {
	margin-bottom: 15%;
	display: inline-block;
}
.form-signin {
	padding: 0;
	margin: 0 auto;
}
.wrapper.login > .container {
	height: 100%;
}
.display_table {
	display: table;
	height: 100%;
	width: 100%;
}
.display_table .valign_center {
	display: table-cell;
	vertical-align: middle;
}
.form-signin-heading {
	color: #fff;
	font-weight: 300;
	margin-bottom: 15px;
}
.form-signin-heading strong {
	font-weight:bold;
}
.form-group {
	margin-bottom:10px;
}

/*Float Input Fields*/
.login-2 .icon-addon.addon-md .form-control, .login-2 .icon-addon .form-control {
	background-color: transparent;
	font-size: 14px;
	padding: 15px 15px 0;
	position: relative;
	z-index: 3;
}
.login-2 .form-group label.float-label {
	font-size: 15px;
	left: 0;
	margin-left: 0;
	padding-bottom: 0;
	padding-left: 15px;
	padding-top: 0;
	position: absolute;
	text-align: left;
	top: 14px;
	width: 100%;
	transition:0.3s all;
	-moz-transition:0.3s all;
	-webkit-transition:0.3s all;
	-ms-transition:0.3s all;
}
.login-2 .form-group label.float-label:before {
	font-size:18px;
}
.login-2 .form-group .number-field label.float-label:before {
    font-size: 26px;
    vertical-align: middle;
}
.login-2 .form-group .number-field label.float-label {
    position: absolute;
    top: 11px;

}
.login-2 .form-group .float-field {
	background: #fff none repeat scroll 0 0;
	border-radius: 6px;

}
.login-2 .form-group .float-field textarea#comment {
    border: 0px;
}
.login-2 .form-group label.float-label span {
	font-family: 'Ubuntu', sans-serif;
}
.fa-exclamation::before {
	font-family:FontAwesome;
}
.login-2 .form-group .float-field input:focus ~ label.float-label, .has-content.form-control ~ label.float-label {
 top: 7px;
 font-size: 12px;
 color: #383838;
 transition: 0.3s;
 -moz-transition: 0.3s;
 -webkit-transition: 0.3s;
 -ms-transition: 0.3s;
 z-index:5;
}

.login-2 .form-group .float-field input:focus ~ label.float-label:before, .has-content.form-control ~ label.float-label:before {
 font-size:12px !important;
}
.enquire-form button.btn-submit {
	background: #d3222b;
	color: #fff;
	font-weight: 600;
	padding-bottom: 10px;
	padding-top: 7px;
	border:4px solid transparent;
	font-size: 25px;
	font-weight: 600;
}
button.btn-submit:hover {
	border-color: #303030;
	background-color:#303030;
	color:#fff;
}
.form-control {
	box-shadow:none;
}
.chekbox-rememberME label {
	color:#fff;
	font-size: 14px;
	font-weight:bold;
	line-height:1em;
}
.checkbox label::before {
	border: 2px solid #811419;
}
.login-page input[type="text"], .login-page input[type="password"], .login-page input[type="email"],
.enquire-form input {
	background: #fff;
	border: 0 none;
	color: #000;
	font-size: 16px;
	height: 45px;
	padding:0;
}

.enquire-form .wpcf7-form .input-group-icon i{
    color: #858585;
    font-size: 18px;
}
.enquire-form .wpcf7-form .input-group-icon.lage-size i {  font-size: 27px;}
.input-group-icon.lage-size {
    top: 11px;
}
.responsive-table {
    width: 100%;
    overflow: auto;
}
.input-group-icon {
    left: 9px;
    position: absolute;
    top: 14px;
    z-index: 9;
}
.login-page input[type="text"]:focus, .login-page input[type="password"]:focus, .login-page input[type="email"]:focus {
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-ms-box-shadow:none;
}
.login-foot {
	color: #fff;
	margin: 0 auto;
	max-width: 400px;
}
.become-member-block .foot-phone a {
    color: #ffffff;
    font-size: 23px;
    margin-left: 0;
    text-decoration: none;
	font-weight:normal;
}
.foot-phone a:hover{
	color:rgba(255,255,255,0.5);	
}
.become-member-block {
	border-bottom: 1.5pt solid #d14147;
	display: block;
	padding: 15px 0;
}
.foot-phone i {
	display: inline-block;
	font-size: 31px;
	vertical-align: top;
}
.become-member a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10%;
	text-decoration: underline;
}
.become-member a:hover{
	color:rgba(255,255,255,0.5);	
}
.l-copyright {
	font-size: 13px;
	margin: 20px 0;
}
.forgot-box .checkbox {
	padding-left: 14px;
}
.forgot-btn a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.forgot-btn {
	margin: 13px 0;
}

.form-info {
	color: #fff;
	font-size: 16px;
	text-align:center;
}
.form-info span {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.forgot-page .form-signin-heading, .margin-b-10 {
	margin-bottom: 10px;
}
div#visible_on_click{
	display:none;	
}
.margin-b-15 {
	margin-bottom:15px !important;
}
.margin-top-30 {
	margin-top:30px !important;
}
.forgot-page .become-member-block {
	display:inline-block;
	width:84%;
	padding-top: 0;
}
.forgot-page .become-member a {
	margin-left:0;
}
.form-notes {
	color: #fff;
	font-size: 12px;
	opacity: 0.5;
	text-align:left;
	border: 1px dashed;
	padding: 13px 15px;
	border-radius: 5px;
}
.form-notes span, .table-product-info p span, .right-shipping, .pickup-section h1, .branch-name, .price-left-title, .place-order-btn .btn-nearest {
	font-weight: bold;
}
.forgot-page .form-signin {
	max-width: 388px;
}
.number-field {
	float: left;
	width: 70%;
}
.state-dropdown {
	float: left;
	width: 27%;
	margin-left: 3%;
}
.state-dropdown button, .form-dropdown button {
	width: 100%;
	text-align:left;
	color: #939393;
	font-size: 15px;
	border:0;
	padding: 11.8px 12px;
}
.state-dropdown .dropdown-menu > li > a, .form-dropdown .dropdown-menu > li > a {
	padding: 3px 9px;
	margin-left: 0;
	text-decoration: none;
}
.state-dropdown .caret, .form-dropdown .caret {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px dashed;
	position: absolute;
	right: 8px;
	top: 20px;
}
.become-member .form-group, .location-container, .add-column-container, .product-totle-section, .procunt-price-column, .sidebar .widget, .enquire-form .form-group {
	display:inline-block;
	width:100%;
}
.branch-dropdown {
	margin-bottom: 14px;
}
.form-signin textarea {
	font-size:16px !important;
	padding: 9px 15px 0 !important;
	height: 120px;
	resize: none;
}
.form-signin .icon-addon label.fa span {margin-left: 5px;}



/* 5:   Header CSS 
/* ---------------------------------------------- */

.block_inline > div {
  display: inline-block;
  vertical-align: top;
}
.header_btns .callNum {
    color: #fff !important;
    font-size: 45px;
	line-height:1em;
}
.header_btns .calltext {
    font-size: 19px;
    color: #fff;
    line-height: 1em;
}
.callBtn{
	text-align:right;
}
.header_flex {
    overflow: hidden;
    display: flex;
	display: -webkit-flex;
	display:-moz-flex;
    width: 100%;
}
.sheader-bottom-bar {
    margin-top: 26px;
	float:right;
}
.sheader-bottom-bar > div,
.header-center > div {
    display: inline-block;
    vertical-align: middle;
     margin-left: 19px;
}
.header-widgets .topbar{
	float:right;	
	width: 100%;
}
.topbar .list-right {
	width: 100%;
	text-align: right;
}
.point_counts a {
    color: #f79f1a;
    border: 2px solid #fbd7a0;
    display: block;
    border-top: 0;
    padding: 10px 20px;
    border-radius: 0 0 5px 5px;
    font-size: 16px;
	font-weight:bold;
}
.topbar_buttons.btn-group {
    background: #f2f2f2;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
	display: inline-block !important;
}
.topbar .point_counts { margin-right: 1%;}
.topbar_buttons.btn-group a {
    padding: 10px 16px !important;
    color: #fff;
    text-decoration: underline;
	font-size:16px;
	border-radius:0;
}
a.btn.btn-account {
    background: #f2f2f2;
    color: #9a9a9a;
}
header#header {
	background-image:url('https://www.aad.net.au/wp-content/uploads/2017/09/login-bg.jpg');
	background-size:cover;
	background-position:left center;
}

.list-filter .ppageview.count-product.pull-right{
    float: left !important;
    width: 100%;
    margin-bottom: 0;
}
.navbar-toggle .icon-bar {
	width: 28px;
	background: #fff;
	transition: .5s ease;
}
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
	transform: rotate(0)translateY(0)translateX(0);
	-moz-transform: rotate(0)translateY(0)translateX(0);
	-webkit-transform: rotate(0)translateY(0)translateX(0);
	-ms-transform: rotate(0)translateY(0)translateX(0);
}
.navbar-toggle.collapsed .icon-bar:nth-child(3) {
	opacity:1
}
.navbar-toggle.collapsed .icon-bar:nth-child(4) {
	transform:rotate(0)translateY(0)translateX(0);
	-moz-transform:rotate(0)translateY(0)translateX(0);
	-webkit-transform:rotate(0)translateY(0)translateX(0);
	-ms-transform:rotate(0)translateY(0)translateX(0);
}
.navbar-toggle .icon-bar:nth-child(2) {
	transform: rotate(-45deg)translateY(5px)translateX(-5px);
	-moz-transform: rotate(-45deg)translateY(5px)translateX(-5px);
	-webkit-transform: rotate(-45deg)translateY(5px)translateX(-5px);
	-ms-transform: rotate(-45deg)translateY(5px)translateX(-5px);
}
.navbar-toggle .icon-bar:nth-child(3) {
	opacity: 0
}
.navbar-toggle .icon-bar:nth-child(4) {
	transform:rotate(45deg)translateY(-4px)translateX(-3px);
	-moz-transform:rotate(45deg)translateY(-4px)translateX(-3px);
	-webkit-transform:rotate(45deg)translateY(-4px)translateX(-3px);
	-ms-transform:rotate(45deg)translateY(-4px)translateX(-3px);
}
.header-top {
	float: left;
}
div.logo {
    margin:20px 0 0;
    padding-bottom: 10px;
}
div.logo img {
	max-width:350px;
}
.header-widgets {
	float: right;
	margin-top: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.header-widgets > div, .welcome-user > div{
	margin-left:0;	

}
.header-widgets .header_btns > div {
  display: inline-block;
  margin-right: 10px;
}
.header-widgets .header_btns > div:last-child{
	margin-right:0;	
}
.usr_name {
	margin-right: 10px;
}
.welcome-user {
	color: #fff;
	font-size: 16px;
	margin-right: 15px;
}
.header-widgets .btn.btn-default {
	border: 0 none;
	color: #fff;
	font-size: 18px;
	padding: 17px 28px;
	position:relative;
	overflow:hidden;
}
a.btn-balance {
	background: #be2830 none repeat scroll 0 0;
}
a.btn-cart {
	background: #d3222b none repeat scroll 0 0;
}
a.btn-balance i {
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 11px;
    height: 25px;
    line-height: 22px;
    margin-right: 5px;
    vertical-align: middle;
    width: 25px;
}
a.icon-cir {
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 23px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	width: 50px;
	margin-left:5px;
}
a.icon-cir .fa-mobile{
	font-size:28px;
	line-height:45px;
}
a.btn-default {
	position:relative;
}
a.btn-default:after {
	background: #fff;
	content: "";
	height: 155px;
	left: -75px;
	opacity: .05;
	position: absolute;
	top: -50px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 50px;
	z-index: 1;
}
a.btn-default:hover {
	background-color:#be2830;
}
a.btn-default.btn-cart:hover {
	background:#f79f1a;
}
a.btn-default:hover:after {
	left: 120%;
	-webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
/* 5.1:   Navigation 
/* ---------------------------------------------- */

.navigation ul {
    position: relative;
    border-bottom: 0;
}
.navigation li:last-child {
    border: none
}
.navigation li:hover, .navigation li.active {
    color: #5EA15C;
}
.nav-wrap { margin: 50px auto;  background-color: rgba(0,0,0,0.6); border-top: 2px solid white; border-bottom: 2px solid white; }
#example-one { margin: 0 auto; list-style: none; position: relative; width: 960px; }
#example-one li { display: inline; }
#example-one li a { color: #bbb; font-size: 14px; display: block; float: left; padding: 6px 10px 4px 10px; text-decoration: none; text-transform: uppercase; }
#example-one li a:hover { color: white; }
#magic-line { position: absolute; bottom: -2px; left: 0; width: 100px; height: 2px; background: #fe4902; }




.navbar-custom {
	border-radius:0;
	border:none;
	background:transparent;
}
nav.navbar-custom::after {
    background-color: #c02028;
    content: "";
    height: 61px;
    left: 50%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 1;
    display:block;
}
nav.navbar-custom .navigation {
	background: #383838;
	overflow: visible;
    position: relative;
    display: inline-block;
    width: 100%;
}

nav.navbar-custom .navigation .caret {
	border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px dashed #ffffff5c;
}

nav.navbar-custom .navigation .dropdown-menu {
	border: 0;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #be2830;
}

/*
nav.navbar-custom .navigation:before {
    background: url(https://www.aad.net.au/wp-content/uploads/2017/07/nav_img_left.png);
    content: "";
    position: absolute;
    left: -39px;
    width: 43px;
    height: 61px;
    display: inline-block;
}
nav.navbar-custom .navigation:after {
    background: url(https://www.aad.net.au/wp-content/uploads/2017/07/nav_img_right-1.png);
    content: "";
    position: absolute;
    right: -39px;
    width: 43px;
    height: 61px;
    display: inline-block;
	background-repeat:no-repeat;
}
*/
.row.flex-display .page_title
{
	z-index: 20;
}
.row.flex-display .responsive_breadcrumb{
	z-index: 10;
}
.active-search .row.flex-display .page_title{
	z-index: -1;
}
.navbar-custom .page-title {
  background: #c02028 none repeat scroll 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 61px;
  line-height: 30px;
  margin: 0 0 0 -25px;
  overflow: hidden;
  padding: 15px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 11;
  width: 100%;
}
.search-field.pull-right
{
	left:0px;
}
.navbar-custom .page-title span {
	font-weight:normal;
}
.flex-display > div {
	align-items: center;
}
.row-with-vspace {
    margin-bottom: 16px;
}
nav.navbar-custom ul.nav a {
	color: #fff;
	font-size: 16px;
	padding:20.5px 12px;
	transition:0.3s all ease-in;
	-moz-transition:0.3s all ease-in;
	-webkit-transition:0.3s all ease-in;
	-ms-transition:0.3s all ease-in;
}
nav.navbar-custom ul.nav a:hover, nav.navbar-custom ul.nav li.active a {
  background-color: #d3222b;
  text-decoration: none;
  color:#fff;
}
.product_description table tr th,
.product_description table tr td {
    padding: 0 15px;
}
nav.navbar-custom ul.nav li.active a {
	font-weight:normal;
	color:#fff;
}
.nav > li > a:hover, .nav > li > a:focus {
	background:#454545;
	color:#fff;
}
/*Search*/
.search-field .search-icon {
    background: rgb(69, 69, 69);
    color: #fff;
    display: block;
    font-size: 20px;
    height: 60px;
    line-height: 39px;
    padding: 10px;
    text-align: center;
    width: 56px;
    z-index: 101;
    position: relative;
}
.search-field .search-icon, .search-field .search-box {
    display: inline-block;
    font-size: 18px;
    color: #fff;
}
nav.navbar.navbar-custom
{
	background-color :rgb(56,56,56) !important;
}
.page_title {
    position: absolute;
    right: -38px;
}
.search-form.form
{
	background-color: rgb(69,69,69);
}
#sidebar-right form.search-form.form {
    background: transparent;
}
.search h1.page-title, .search .page-header {
    margin-top: 0;
}
.search-box {
    height: 60px;
    opacity: 1;
    position: static;
    right: -33.33%;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: calc(100% - 60px);
	transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-webkit-transition: 0.3s all ease-in;
	-ms-transition: 0.3s all ease-in;
    z-index: 2;
}
.form-control:focus {
	box-shadow:none;
}
nav.active-search .search-box {
  left: auto;
  opacity: 1;
  padding-left: 0;
  top: 0;
  z-index: 100;
}
.search-field {
    background: #2e2e2e;
    max-width: 100%;
    width:306px;
	position:relative;
	/* width: 180px; */
}
/*
.search-field:before {
    border-left: 40px solid transparent;
    border-top: 0px solid transparent;
    content: "";
    border-bottom: 60px solid #2e2e2e;
    left: -40px;
    position: absolute;
    top: 0;
}
*/
.search-box input {
    background: rgb(69,69,69);
    border: 0 none;
    text-indent: 10px;
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 100%;
    margin-left: 0;
    padding: 15px 5px;
    -moz-border-radius:0;
	-webkit-border-radius:0;
	transition:0.2s all ease-in;
	-webkit-transition:0.2s all ease-in;
	-ms-transition:0.2s all ease-in;
	-moz-transition:0.2s all ease-in;
    width: 100%;
}
.search-box input:focus {
	background-color: rgb(69,69,69);
	color: #fff;
}
ul.navbar-nav {
	transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-webkit-transition: 0.3s all ease-in;
	-ms-transition: 0.3s all ease-in;
}
.page-title-seciton .sub-header { background:#454545;}
.page-title-seciton .breadcrumb {
    padding: 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: #f2f2f2;
	font-weight:bold;
	font-size:14px;
}
.page-title-seciton .breadcrumb a {
    color: #6f6f6f;
    text-decoration: none;
	font-weight:normal;
	font-size:14px;
}

.page-title-seciton {
    margin-top: -32px;
}
.main-title-section > h1 {
    margin: 0;
	color:#ffffff;
	font-size:40px;
	font-weight:bold;
}
.main-title-section > h3 span { font-weight: 200;}
.main-title-section {
    float: left;
    margin-bottom: 36px;
    margin-top: 60px;
    width: calc(100% - 267px);
}
.page-title-seciton .header-btn {
  float: right;
  margin-top: 57px;
  width: 267px;
}
.header-btn .btn.head-btn-link {
  background: #be2830;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: noraml;
  padding: 15px 25px;
  box-shadow: none;
  border: 0 none;
}
.header-btn .btn.head-btn-link:hover { background:#a7232a;}
.page-template-default-page-template .entry-header,
.page-template-right-sidebar-template .entry-header,
.header-btn .btn.head-btn-link:empty,
.page-template-left-sidebar-template .entry-header { display:none;}
.page-template-left-sidebar-template .entry-content .col-md-4 { padding-left:0;}
.page-template-left-sidebar-template .entry-content .col-md-4 {
     padding-left: 15px; 
}
.page-template-right-sidebar-template .entry-content .col-md-4.sidebar-form { padding-right:0;}


/* 6:   Footer 
/* ---------------------------------------------- */
footer#footer {
	background: #383838;
	padding:70px 0;
}
.footer-links > .widget {
	float: left;
	width: 33.33%;
}
.widget ul {
	padding-left:0;
	margin-left:0;
	list-style:none;
	margin-bottom:0px;
}
.widget-heading {
	color: #717375;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}
.blog-sidebar .col-md-3 .widget ul li a {
	color: #6f6f6f;
	display: inline-block;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 4px;
}
.blog-sidebar .col-md-3 .widget ul li {
  padding-left: 20px;
  position: relative;
  transition: 0.2s all ease-in;
  -moz-transition: 0.2s all ease-in;
  -webkit-transition: 0.2s all ease-in;
  -ms-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
}
.blog-sidebar .col-md-3 .widget ul li:hover::before,
.blog-sidebar .col-md-3 .widget ul li.active::before{
  background-color: #c02028; 	
}
.blog-sidebar .col-md-3 .widget ul li.active a,
.blog-sidebar .col-md-3 .widget ul li:hover a{
	text-decoration:underline;	
}
.blog-sidebar .col-md-3 .widget ul li::before {
  background: #b0b0b0 none repeat scroll 0 0;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: 10px;
  width: 12px;
  position: absolute;
  left: 0;
  top: 8px;
  transition: 0.1s all ease-in;
  -moz-transition: 0.1s all ease-in;
  -webkit-transition: 0.1s all ease-in;
  -ms-transition: 0.1s all ease-in;
  -o-transition: 0.1s all ease-in;
}
ul.linklist li a {
  color: #6f6f6f;
  font-size: 16px;
  line-height: 1.2em;
}
.copyright-text p {
	color: #717375;
	font-size: 14px;
}
p.copyright {
	font-size: 12px;
}

.background-sep::after {
	background-image: url("../images/footer-sep.png");
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	right: -40px;
	top: 0;
	width: 150px;
}
.search-range p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
	padding: 40px 50px 40px 0;
}
.btn.btn-nearest {
    background-color: #383838;
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    overflow: hidden;
    /* border: 0; */
    background: #383838;
    border: 0;
    box-shadow: none;
}
.btn.btn-nearest:hover {
	background:#2e2d2d;
}
.footer-phone {
	color: #fff;
	font-size: 26px;
	padding: 10px 0 0;
}
.footerSearch{
	cursor:pointer;	
}
.footer_search {
  height: 100%;
  left: 15px;
  opacity: 0;
  position: absolute;
  right: 100px;
  top: 0;
  visibility: hidden;
  z-index: 2;
  transition:0.2s all ease-in;
  -moz-transition:0.2s all ease-in;
  -webkit-transition:0.2s all ease-in;
  -ms-transition:0.2s all ease-in;
}
.active_footer_search > p{
	opacity:0;	
}
.footer_search .fildStyle{
  display:table;
  height:100%;
  vertical-align:middle;
  width:100%;
}
.verticalMiddle{
  display: table-cell;
  vertical-align:middle;
}
.active_footer_search p span{
	opacity:0;
}	
.active_footer_search p span .fa-search{
	opacity:1;	
}
.active_footer_search .footer_search {
  opacity: 1;
  visibility: visible;
}
a.tel{
	color:#fff;
	text-decoration:none;	
}
a.tel:hover{
	color:rgba(255,255,255,0.5);	
}
.footerSearch_form {
  background: #c01f29 none repeat scroll 0 0;
  padding: 0 14px;
  color:#fff;
  font-size:18px;
  border-radius:6px;
}
.footer_search .footerSearchInput {
  background: #c01f29 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 100%;
  height:45px;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
}
.footerSearch_form > span {
  display: inline-block;
  width: 30px;
  text-align:center;
}
.footer_search input.footerSearchInput::placeholder{
	color:#ffffff !important;
	opacity:0.5;
}
.footer_search input.footerSearchInput::-moz-placeholder{
	color:#fff !important;
}
.footer_search input.footerSearchInput::-webkit-placeholder{
	color:#fff;
}
.footer-logo .footer-phone {
  color: #606163;
  font-size: 27px;
}
.footer-nearest .container {
	position:relative;
}
.footer-nearest .container::before {
	background-image: url("../images/footer-bg.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	bottom: auto;
	content: "";
	height: 150px;
	position: absolute;
	top: -118px;
	width: 60%;
	z-index: -1;
}
footer .footer-phone a.tel{
	color:#606163;	
}
footer ul li a { color:#d1d2d2;}

/* 7:   Sidebar 
/* ---------------------------------------------- */
.sidebar .widget, .default-style-block {
	background: #fafafa none repeat scroll 0 0;
	border: 2px solid #ececec;
	border-radius: 4px;
	padding: 20px;
	position: relative;
	z-index: 10;
}
.blog-sidebar .col-md-3 .widget h1.widget-title {
	background: #d3222b none repeat scroll 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	padding: 4px 10px 4px;
}
.sidebar .widget .title.no-bg {
	background: transparent none repeat scroll 0 0;
	color: #6f6f6f;
	padding:0;
	font-weight: bold;
}
.sidebar .check-list {
	padding: 0 5px;
}
.small-logos .sidebar .checkbox label {
	color: #6f6f6f;
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
}
.sidebar .radio, .sidebar .checkbox {
	margin-bottom: 0;
	margin-top: 0;
}
.sidebar .checkbox label::before {
	background-color: #b0b0b0;
	border:none;
	border-radius: 2px;
	display: inline-block;
	height: 14px;
	margin-left: -19px;
	top: 5px;
	width: 14px;
}
.checkFilter > label {
  color: #d3222b;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
}
.checkbox label span {
  color: #b5b5b5;
}
.check-list .checkbox label {
  color: #6f6f6f;
  font-size: 16px;
  padding-left: 0px;
}
.sidebar .widget ul {
	margin-bottom:0;
}
.sidebar .checkbox label::after {
	top: 4px;
}
.sidebar .widget > div {
	margin-bottom: 25px;
}
.sidebar .widget > div:last-child {
	margin-bottom:0;
}
.sidebar .widget {
	margin-bottom: 20px;
}
.sidebar .widget .title.no-bg {
}
.sidebar .small-img img {
	display: inline-block;
	margin-right: 2%;
}
.sidebar .small-img.larg-img-sidebar img{
	margin-right:12px;
}
.small-logos li {
  display: inline-block;
  margin-left: -3px;
  width: 25%;
  padding:0 2px;
}
.small-logos li img{
	max-width:100%;
}
.sidebar_search input#search_products {
	font-size: 14px;
	border-radius: 0;
	border: 1px solid #ececec;
}
/*Checkbox Style 2*/
.check_style2 .checkbox label::before {
	background-color: #fff;
	border: 1px solid #9d9d9d;
	border-radius: 0;
	height: 11px;
	top: 7px;
	width: 11px;
}
.check_style2 .checkbox label::after {
	color: #d3222b;
	font-size: 16px;
	left: -2px;
	top: -2px;
}
/*----------------------------------------------- */
/* 8:   Pages Content 
/* ---------------------------------------------- */

/* 8.01:   Active Quotes 
/* ---------------------------------------------- */
.main-wrapper {
	min-height: 400px;
	margin-top: 30px;
}
.list-filter .dropdown-toggle.btn-default, .list-filter .search_filter input[type="text"] {
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 0;
	color: #6f6f6f;
	font-size: 14px;
	height: 40px;
	box-shadow: none;
	background-image: none;
}
.list-filter .icon-addon .glyphicon {
	padding:8px 0;
}
.default-style-block, .default-style-block-2 {
	color: #6f6f6f;
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}
.default-style-block-2 {
	border: 0 none;
	font-size: 18px;
	font-weight: normal;
	padding: 8px 20px 20px;
}
.caret {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 9px dashed #c2c2c2;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
	top:42%;
}
.table tbody tr td {
	background: #fafafa none repeat scroll 0 0;
}
table.table tr td, table.table tr, table.table tr th {
	border: medium none;
	text-align: center;
	vertical-align: middle;
	color: #6f6f6f;
}
table.table thead th, table.table thead tr {
	background: #f2f2f2 none repeat scroll 0 0;
	color: #6f6f6f;
	font-size: 18px;
	height: 50px;
	vertical-align: middle;
	text-align:left;
	padding-top: 0px;
	padding-bottom: 0px;

}
table tbody tr:nth-child(2n) td {
	background: #f2f2f2 none repeat scroll 0 0;
}
.responsive-table table tbody tr th {
    border: 1px solid #ccc;
}
.quotes_table.searchResult table tr td a, .text-underline {
  text-decoration: underline;
}
.quotes_table.searchResult table tr td a.btn {
    text-decoration: none;
}
table.table thead tr::after {
	background: #f2f2f2 none repeat scroll 0 0;
	content: "";
	left: 4px;
	position: absolute;
	right: 6px;
	top: 0;
	z-index: -1;
	height: 55px;
}
table.table a,
table tbody tr td.red, table tbody tr td.red a {
	color: #d3222b;
	font-weight: bold;
}
table.table {
	border-collapse: separate;
	border-spacing: 5px;
	position:relative;
	font-size:16px;
}
.table tbody tr td {
	background: #fafafa none repeat scroll 0 0;
	padding: 15px 10px;
	text-align: left;
}
.btn.btn-red {
	background: #d3222b none repeat scroll 0 0;
	color: #fff;
	font-weight: normal;
}
table.table tbody tr td.completing {
	color: #30a227;
}
.table tbody tr td.alignleft {
	text-align: left;
}
.order_again {
	background: #ffedef none repeat scroll 0 0;
	border: 2px solid #ffb5b9;
	border-radius: 5px;
	margin-top: -35px;
	padding: 33px 11px 11px;
	position: relative;
	margin-left:10px;
}
/* 8.02:   Single Order Page 
/* ---------------------------------------------- */
.order-details .order-ref {
	color: #6f6f6f;
	font-size: 25px;
	font-weight:normal;
}
.order-short-desc > ul li {
	border-right: 1px solid #d0d0d0;
	display: inline-block;
	font-size: 20px;
	padding: 6px 10px;
	font-size: 18px;
	font-weight: 300;
	color:#6f6f6f;
}
.order-short-desc > ul li:first-child {
	padding-left:0;
}
.inline-item > div {
	display:inline-block;
}
.order-short-desc > ul li:last-child {
	border-right:none;
}
.order-short-desc > ul li strong {
	font-weight:800;
}
.order-short-desc .btn-red {
	margin-left: 15px;
}
.order-short-desc > ul li.total,
.pager li > a, .pager li > span,
.red-title, .red-pra, .red-pra a, .branch-red-title, .post-section span, footer ul li a:hover,
.single-post .entry-meta span, .single-post .entry-meta span a {
	color:#d3222b;
}
.order-short-desc .default-list {
	margin-bottom:0;
}
.order-details .default-style-block {
	background: #fafafa none repeat scroll 0 0;
	border: 2px solid #ececec;
	border-radius: 4px;
	padding: 15px 20px;
}
/* 8.03:   Product Category Page 
/* ---------------------------------------------- */
.text-block {
	color: #6f6f6f;
	margin-bottom: 30px;
	font-size:16px;
}
.text-block h3.title {
	margin-bottom: 5px;
	margin-top:0;
}
.product_lising {
	margin-top: 25px;
}
.list-filter .listing_view > div {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}
.listing_view .with-nav-tabs .nav-tabs {
	border:0;
}
.listing_view .with-nav-tabs .nav-tabs a, .listing_view .with-nav-tabs .nav-tabs li.active a {
	border: 1px solid #ececec;
	border-radius: 0;
	margin: 0;
	padding: 7px 15px;
	color:#c5c5c5;
}
.listing_view .with-nav-tabs .nav-tabs li:nth-child(even) a {
	border-left-color:#fff;
}
.listing_view .with-nav-tabs .nav-tabs li a i {
	font-size:24px;
	display:inline-block;
	vertical-align:middle;
}
.listing_view .with-nav-tabs .nav-tabs li.active a {
	border-color:#d98185;
	color:#d98185;
}
.listing_view {
	margin-left: 25px;
}
.list-filter .count-product {
	color: #a0a0a0;
	font-size: 14px;
	margin: 9px 0;
}
.list-filter .pager,
.red-title, .red-sub-title, .gray-title, .gray-sub-title {
  margin: 0;
}
.pagerContent.list-filter .count-product {
  margin: 0;
}

.product-thumb .product-image {
	border: 1px solid #f1f1f1;
	padding: 15px;
}
.product-thumb {
	position: relative;
	margin-bottom:30px;
}
.product_desc .name, .product_desc .name a {
	color: #d3222b;
	font-size: 22px;
	font-weight: bold;
	line-height: 1em;
	text-decoration: underline;
}
.product_desc {
	margin-top: 15px;
}
.product_desc > div {
	margin-bottom: 14px;
}
.product_desc .availability_code {
	color: #6f6f6f;
	font-size: 16px;
	font-weight: bold;
}
.product_desc .availability_code .availability .stock {
	color: #30a227;
}
.product_desc .availability_code .p_code span {
	font-weight: normal;
}
.btn.btn-default {
	overflow:hidden;
}
.cart_process .btn-cart {
	font-size: 18px;
	font-weight: normal;
	padding: 16px 0;
	border:0;
	width: 100%;
	overflow:hidden;
}
.product_lising .cart_process .btn-cart:hover {
	background-color:#d52d36;
}
.price_quan {
	display: block;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	color: #6f6f6f;
}
.quantity > input[type="text"] {
	border: 1px solid #ccc;
	height: 40px;
	max-width: 45px;
	text-align: center;
	font-weight:normal;
}
.price_quan .price {
	color: #d3222b;
	font-size: 25px;
	font-weight:bold;
}
.overlay_badge {
	left: 0;
	position: absolute;
	top: 15px;
}
.overlay_badge .hot_deals_bedge {
	background-color: #e47625;
}
.overlay_badge > div {
	background: #2269d3 none repeat scroll 0 0;
	border-radius: 0 8px 8px 0;
	color: #fff;
	font-family: "Permanent Marker", cursive;
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 5px;
	height: 50px;
	padding: 7px 12px;
	text-align: center;
	width: 70px;
}
.overlay_badge .vert-center {
	display: table;
	float: none;
	height: 100%;
	vertical-align: middle;
}
.overlay_badge .vert-center span {
	display: table-cell;
	vertical-align: middle;
}
.table tbody tr td.product_name a {
	text-decoration: underline;
}
table tbody tr td.green, table tbody tr td.green a {
	color: #30a227;
	font-weight:bold;
}
table tbody tr td.price {
	font-size:20px;
}
.short-bar { line-height: 32px;}

select.theme-select {
    background: #fff;
    padding: 12px 6px;
    border: none;
    border-radius: 6px;
    border: 1px solid #ececec;
}

/* 8.04:   Single Quote Entry Page 
/* ---------------------------------------------- */
.sidebar_order_widget .btn_order {
	font-size: 18px;
	padding: 19px 0;
	width: 100%;
	font-weight:bold;
}
.sidebar_order_widget {
	background: #ffedef none repeat scroll 0 0;
	border: 2px solid #ffb5b9;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 20px;
}
.btn.btn_order > i.fa-shopping-cart {
	margin-right: 10px;
}
/* 8.05:   Single Product Page
/* ---------------------------------------------- */
.carousel_item .product_list_item {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid #ececec;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 15px;
}
.carousel_item .product_list_item > div {
	display: inline-block;
	vertical-align: middle;
}
.carousel_item .product_list_item > div.producy_image {
	text-align: center;
	width: 120px;
}
.carousel_item .product_list_item > div.product_short {
	width: calc(100% - 125px);
	width: -webkit-calc(100% - 125px);
}
.single_product_show .product-thumb {
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #f1f1f1;
	padding: 30px 10px;
	position: relative;
	text-align:center;
}
.pro_details .pro_name {
	color: #6f6f6f;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2em;
}
hr.border-grey {
	border-color: #f1f1f1;
	margin: 10px 0;
}
.pro_reference {
	color: #6f6f6f;
	font-size: 16px;
}
.pro_reference .availability span {
	font-weight: bold;
}
.pro_reference .availability.stock span {
	color: #30a227;
}
a.btn-brochure {
	background: #ececec none repeat scroll 0 0;
	color: #6f6f6f;
	font-size: 18px;
	font-weight: bold;
	margin-top: 12px;
	padding: 17px 0;
	width: 100%;
}
a.btn-brochure:hover {
	background-color:#dadada;
}
a.btn-brochure i {
	margin-right:5px;
}
.sidebar .widget_similar_project .title {
	background: transparent none repeat scroll 0 0;
	color: #6f6f6f;
	font-size: 23px;
	padding: 0;
	margin-bottom:5px;
}
.widget .text-details {
	color: #6f6f6f;
	font-size: 16px;
	text-align: center;
}
.single_product_show .qty_cart > div {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
.single_product_show .qty_cart > div.qunatity {
	text-align: left;
	width: 115px;
}
.qty_cart .cart_process .btn-cart {
	font-size: 25px;
}
.pro_details .price {
	color: #d3222b;
	font-size: 25px;
	font-weight: bold;
}
.single_product_show .qty_cart > div.cart-button {
	width: calc(100% - 118px);
	width : -webkit-calc(100% - 120px);
}
.product_short {
	font-size: 16px;
	color: #6f6f6f;
}
.product_short .p_title {
	color: #d3222b;
	font-weight: bold;
	line-height: 1em;
	text-decoration: underline;
}
.product_short .price {
	color: #d3222b;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2em;
}
.product-thumb > img {
	display: inline-block;
}
/*Default Tabs (Description)*/
.default_tabs .tab-content {
	background-color: #f2f2f2;
	color: #6f6f6f;
	padding: 5px 15px;
	font-size: 16px;
}
/* remove border radius for the tab */

.product_description .default_tabs .nav.nav-pills > li {
	width: 30%;
    float: left;
}

.default_tabs .nav-pills > li > a {
	background: #f8f8f8 none repeat scroll 0 0;
	border-radius: 0;
	color: #6f6f6f;
	font-size: 18px;
	padding:15px 0;
}
.default_tabs .nav-pills > li.active > a, .default_tabs .nav-pills > li.active > a:hover, .default_tabs .nav-pills > li.active > a:focus {
	background-color: #f2f2f2;
	color: #6f6f6f;
	font-weight:bold;
}
.default_tabs .nav.nav-pills {
	display: table;
	width: 100%;
}
.default_tabs .nav.nav-pills > li {
	display: table-cell;
	float: none;
	text-align: center;
	background: #fff;
	vertical-align:bottom;
	padding-right: 4px;
}
.header-center .cupon_box .text-uppercase {
  font-size: 14px;
  color:#fff;
  font-weight: 500;
}
.default_tabs .tab-content {
	padding: 30px 20px;
}
.default_tabs .nav.nav-pills > li:last-child {
	padding-right:0;
}
.default_tabs .nav-pills > li.download-menual-tab > a {
	background: #e99095 none repeat scroll 0 0;
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
}
table.table_description {
	margin: 0;
	width: 100%;
}
.table_description tbody tr td, .table_description thead tr th {
	background-color: transparent;
	border-width: 2px;
	padding: 6px 15px;
	text-align: center;
	vertical-align: middle;
	border-color: #6f6f6f;
}
.table-bordered > thead > tr > th {
	border-bottom:0;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
	border-color: #6f6f6f;
	border-width: 2px;
}
.table-bordered {
	border: 2px solid #6f6f6f;
}
.default_tabs .table_description thead tr th {
	background-color:#d4d4d4;
}
.table_subtitle {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom:10px;
}
/* 8.06:   Cart page
/* ---------------------------------------------- */

.sm-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.secure-section .small-img a {
	display: inline-block;
	margin-right: 2%;
	max-width: 47%;
}
.payment-type-right {
	padding-left: 30px;
}
.secure-measure-left {
	padding-right: 30px;
	border-right:1px solid #d6d6d6;
}
.secure-section {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.table-product-info a, .right-shipping, .branch-name, .account-box a, .check-closest-branch-inner p span, .branch-name a {
	color:#d3222b;
}

.contact-icon-container a { color:#d3222b !important;}
.right-shipping {
	font-size:17px;
}
.table-product-info a, .qus-title {
	font-size: 16px;
	font-weight: bold;
}
.table-product-info p, .sm-title, .product_price, .qus-title, .qus-section ul li a, .right-ship-info, .pickup-section h1, .pickup-section h2, .address-title, .branch-detail, .price-amount, .price-left-title, .order-later .btn-nearest, .account-box h3, .account-box p, .checkout-left-section p, .pickup-section-container .column-2 li a, .post-section a {
	color:#6f6f6f;
}
.table-product-info p, .product_price, .qus-section ul li a, .right-ship-info, .branch-detail, .account-box p, .account-box a, .checkout-left-section p, .checkout-form-design label {
	font-size:15px;
}
.text-underline a, .text-underline{
	text-decoration:underline;
}
.table-product {
	float: left;
	width: 30%;
}
.table-product-info {
	float: left;
	margin-left: 2%;
	text-align: left;
	width: 68%;
}
.quotes_table .text-left {
	text-align:left !important;
}
.no-margin {
	margin-bottom:0;
}
.product-qty input {
	width: 50px;
	text-align:center;
	display: inline;
}
.qus-section ul, .brance-address .column-2 ul {
	padding:0;
	margin:0;
	list-style:none;
}
.qus-title, .checkout-form-design .form-group > div {
	margin-bottom:15px;
}
.default-style-block.pd-30 {
	padding:30px;
}
.qus-section {
  border-right: 1px solid #d6d6d6;
  float: left;
  padding-right: 30px;
  width: 45%;
}
.coupon-box {
  float: left;
  padding-left: 30px;
  width: 55%;
}
.faq_content_style > .tab-content{
	width:100%;	
	padding:15px;
	text-align:center;
	font-size:16px;
	font-weight:normal;
}
.faq_content_style > .tab-content #shipping_tab{
	text-align:left;
	font-weight:normal;
}
.faq_content_style, .cupon-box-container,
.header-center > .cupon_box,
.contact-icon-container .wpb_single_image .vc_figure, .align-content  {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	
}
.contact-icon-container .wpb_single_image .vc_figure { min-height: 90px;}
.faq_content_style{
	background:#fff;
	border:2px solid #e7e7e7;
	border-radius:5px;
	min-height: 152px;	
}
.larg-img-sidebar {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.coupon-right-text {
    line-height: 19px;
    margin-left: 0%;
    margin-top: 0px;
    vertical-align: top;
    width: 70%;
}
.postid-160 .coupon-right-text {
    line-height: 19px;
    margin-left: 0%;
    margin-top: 0px;
    vertical-align: top;
    width: 69% !important;
}
.pickup-section h1, .pickup-section h2 {
	font-size:40px;
	margin:0;
}
.pickup-section h2 {
	font-weight:100;
}
.pickup-section-container.section-border-top {
	border-top:0px solid #f2f2f2;
	padding-top: 25px;

}
.pickup-section-container {
	margin-top:40px;
}
.location-container {
	background: #f2f2f2 none repeat scroll 0 0;
	border-radius: 12px;
	padding: 25px 30px;
	margin-top: 50px;
}
.address-title, .account-box h3 {
	font-size:23px;
	font-weight: 500;
}
.location-container .brance-address {
	width: 63%;
	float:left;
	margin-right: 2%;
}
.location-container .location-info {
	width: 33%;
	float:right;
}
.brance-address .column-1 {
	width: 60%;
	float:left;
}
.brance-address .column-2 {
    width: 38%;
    float: right;
    
}
.brance-address .column-2 ul {
    float: right;
}
.column-2 ul li.icon_mobile {
    float: right;
}
.brance-address .column-1 {
	display: -webkit-flex;
	display: flex;
}
.add-sec {
	margin-left: 2%;
}
.branch-name, .price-left-title, .price-amount {
	font-size:20px;
}
.add-sec .branch-name {
  line-height: 1em;
}
.map-icon > img {
	margin-top:2px;
}
.brance-address .column-2 ul li{
	display:inline-block;
	vertical-align:middle;
}	
.brance-address .column-2 ul li a {
	background: #dedede;
	border-radius: 10px;
	color: #6f6f6f;
	display: inline;
	font-size: 16px;
	font-weight: bold;
	margin-right: 5px;
	padding: 7px 19px;
	float: left;
	text-align:center;
}
.brance-address .column-2 ul li:last-child a{
	margin-right:0;	
}
.brance-address .column-2 ul li.icon_map > a {
  height: 35px;
  line-height: 35px;
  padding: 0;
  text-align: center;
  width: 35px;
}
.brance-address .column-2 ul li.icon_envelope > a {
  height: 35px;
  line-height: 33px;
  padding: 0;
  text-align: center;
  width: 35px;
  font-size:13px;
}
.location-container .brance-address .column-2 ul li a:hover {
  background: #d3222b none repeat scroll 0 0;
  color: #fff;
}
.brance-address .column-2 ul {
	float:right;
}
.brance-address .column-2 ul li:last-child, .margin-0 {
	margin:0 !important;
}
.add-column-container {
    border-bottom: 1px solid #cacaca;
    margin-top: 6px;
    padding-bottom: 2px;
    float: left;
    padding-top: 8px;
}
.brance-address .address-title {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 5px;
}
.border-b-0 {
	border-bottom:0 !important;
}
.second-zone-border {
    border-top: 0;
    margin-top: 0;
    padding-top: 15px;
}
.location-info .coupon-right-text,
.cupon_box .coupon-right-text{
  font-weight: 500;
  margin-left: 0;
  margin-top: 0;
  vertical-align: middle;
}
/*
.location-info .coupon-left-img > img {
  max-width: 80px;
}
*/
.location-info .cupon-box-container {
	margin-bottom: 30px;
}
.location-info .cupon-box-container,
.header-center .cupon_box {
  align-items: center;
  background: transparent none repeat scroll 0 0;
  border: 2px solid #e7e7e7;
  border-radius: 12px;
  display: flex;
  min-height: 152px;
  justify-content: center;
}

.become-member-card {
    align-items: center;
    background: #f2f2f2;
    border: 2px solid #e7e7e7;
    border-radius: 5px;
    display: flex;
    min-height: 116px;
    justify-content: center;
    padding: 0 20px;
    padding-left: 47px !important;
}
.postid-160 .become-member-card {
    align-items: center;
    background: #f2f2f2;
    border: 2px solid #e7e7e7;
    border-radius: 5px;
    display: flex;
    min-height: 116px;
    justify-content: center;
    padding: 0 20px;
    padding-left: 48px !important;
}
.header-center .cupon_box {
  border: 0 none;
  max-width: 232px;
  min-height: 0;
}
.google-map-wrap + div {
    display: none;
}
.google-map-wrap {
    margin-bottom: 11px;
}
.product-totle-section {
	border: 2px solid #b3b3b3;
}
.procunt-price-column {
	border-bottom: 2px solid #b3b3b3;
	float:left;
	display: -webkit-flex;
	display: flex;
}
.price-left-title {
	float: left;
	width: 50%;
	border-right: 2px solid #b3b3b3;
	padding: 10px;
	background: #e3e3e3;
	text-align:center;
}
.price-amount {
	float: left;
	width: 50%;
	padding: 10px;
	text-align:right;
	word-break: break-all;
}
.place-order-btn .btn-nearest {
	background: #d3222b;
}
.order-later .btn-nearest {
	background: #e3e3e3;
}
.place-order-btn .btn-nearest:hover {
	background:#e5323b;
}
.order-later .btn-nearest:hover {
	background:#d5d2d2;
}
.place-order-btn .btn-nearest {
	font-size: 25px;
	width: 100%;
}
.order-later .btn-nearest {
	font-size: 18px;
	width: 100%;
}
.margin-b-30 {
	margin-bottom:30px;
}
.page-hr {
	border: 0px solid #f2f2f2;
	margin-top: 0px;
}
.qus-section ul li a {
	font-weight:normal;
	padding:0;
}
.qus-section ul.nav li a:hover,
.qus-section ul.nav li.active a{
	background:transparent;
	color:#3f3f3f;
	text-decoration:underline;
}
.qus-section ul.nav li a:focus{
	background:transparent;
	color:#6f6f6f;	
}
/* 8.07:   My Account Page
/* ---------------------------------------------- */

.my-account-section {
	border: 1px solid #f2f2f2;
	display: inline-block;
	margin-bottom: 60px;
	margin-top: 20px;
	text-align: center;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.contact-icon-container > .wpb_column > .vc_column-inner  { border: 1px solid #f2f2f2;}
.contact-icon-container .vc_row-fluid .wpb_column.vc_col-sm-3,
.contact-icon-container .vc_row-fluid .wpb_column.vc_col-sm-4 { border-right:1px solid #f2f2f2; border-bottom:1px solid #f2f2f2;} 
.contact-icon-container .vc_row-fluid .wpb_column.vc_col-sm-3,
.contact-icon-container .vc_row-fluid .wpb_column.vc_col-sm-4 .vc_column-inner  {
	padding-bottom: 15px;
	padding-top: 50px;
}
.contact-icon-container .vc_row-fluid div:last-child {
    border-right: 0 none !important;
}
.second-box-icon .wpb_column.vc_col-sm-3 { border-bottom: 0 none !important;}
.account-box {
	padding: 30px 66px;
	align-items: center;
	justify-content: center;
	display: flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	display: -webkit-flex;
	min-height: 340px;
	border-right:1px solid #f2f2f2;
	width:33.33%;
	float:left;
	border-bottom:1px solid #f2f2f2;
}
.border-t-0 {
	border-top:0;
}
.my-account-section div:nth-child(3n+0) {
	border-right: 0 none;
}
.account-box a:hover {
	opacity:0.7;
}
.account-box-inner .anchor_style,
.contact-icon-container a{
	text-decoration:underline;	
}
/* 8.08:   Checkout Page
/* ---------------------------------------------- */

.checkout-step-section .panel-heading {
	background-color: #fafafa;
	border-color: #ececec;
	padding: 17px 15px;
}
.checkout-step-section .panel-title, .step-title {
	font-size:23px;
	font-weight:500;
	line-height: 25px;
	color:#5a5a5a;
}
.checkout-step-section .active a,
.collapse.in .step-title,
.pickup-section-container .column-2 li a:hover {
	color:#d3222b;
}
.checkout-step-section .panel-title a {
	text-decoration:none;
	outline:none;
}
.success_step .panel-title > a {
  color: #d3222b;
}
.checkout-step-section .panel-body {
	padding: 15px 0;
	background-color: #fafafa;
	border-color: #ececec;
}
.checkout-left-section p {
	line-height: 18px;
	margin-top: 5px;
}
.checkout-form-design label {
	color:#5a5a5a;
	font-weight:500;
}
.checkout-form-design input, .checkout-form-design .dropdown-toggle {
	height: 44px;
	font-size:15px;
	color:#5a5a5a !important;
	border: 1px solid #bebebe;
}
.padding-r-0 {
	padding-right:0;
}
.padding-l-0 {
	padding-left:0;
}
.bg-fill input {
	background:#ececec;
}
.form-control::-moz-placeholder {
color:#5a5a5a !important;
opacity:1
}
.search-box .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
}
.search-box .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
}
.search-box .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}
.search-box .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
}
.checkout-form-design .submit-btn {
	background: #d3222b;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 15px 8px;
}
.checkout-form-design .submit-btn:hover {
	opacity:0.8;
}
.check-closest-branch {
	background: #ffffff;
	margin-bottom: 20px;
}
.check-closest-branch-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	min-height: 80px;
}
.check-closest-branch-inner p {
	font-size:15px;
	color:#6f6f6f;
	text-transform:uppercase;
	font-weight: 500;
	margin-left: 15px;
	margin-bottom:0;
}
.check-closest-branch-inner .checkbox label::after {
	color: #d3222b;
	font-size: 30px;
	margin-left: -24px;
	padding-top: 1px;
	top: -18px;
}
.check-closest-branch-inner .checkbox input {
	outline:0;
}
.check-closest-branch-inner .checkbox label::before {
	border: 2px solid #d1d1d1;
}
.checkout-form-design .dropdown-toggle {
	width: 100%;
	text-align: left;
}
.checkout-form-design .caret {
	position: absolute;
	right: 10px;
	top: 19px;
}
.checkout-form-design .close-branch-drolpdown .caret {
	position: absolute;
	right: 26px;
	top: 19px;
}
.open .dropdown-toggle:focus .open .dropdown-toggle:active {
	outline:0;
	border:0;
}
.dlvry-pic-box > div {
	margin-bottom:20px;
}
.cal-section .fa-calendar {
	color:#b2b2b2;
}
.panel-group.checkout-step-section .panel {
	margin-bottom: 26px;
}
.payment-select .bootstrap-select, .dlvry-pic-box .bootstrap-select, .form-signin .bootstrap-select {
	width: 100% !important;
}
.panel-heading.active {
	display:none;
}
.checkout-step-section .caret {
	top: 49% !important;
}
.checkout-step-section .collapse.in .panel-body {
	border:0;
}
.check-closest-branch-inner img {
	margin-left: 8px;
}


/*Styles Date Picker*/
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{
	background-color:#d3222b;	
}
.dateCustom {
    position: relative;
}
 
/*replace the content value with the
corresponding value from the list below*/
 
.dateCustom:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #c2c2c2;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 13px;
    left: 13px;
}
.dateCustom input.form-control {
  padding-left: 35px;
}
.dateCustom::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px dashed #c2c2c2;
  content: "";
  display: inline-block;
  height: 0;
  margin-left: 2px;
  margin-top: 0;
  position: absolute;
  right: 10px;
  top: 42%;
  vertical-align: middle;
}

/*-------------------*/
.banner_bg {
  /*background-image: url("https://www.aad.net.au/wp-content/uploads/2017/07/banner-bg.jpg");*/
  background-image: url("https://www.aad.net.au/wp-content/uploads/2017/09/aad-home-banner-van-loading.jpg");
  background-size: cover;
  margin-top: -21px;
  height: 470px;
  position:relative;
  background-position:center;
}
.banner_bg .container{
	position:relative;
	height:100%;	
}
.navbar-custom{
	margin-bottom:0;	
}
.banner_text {
    margin-top: 25%;
	color:#fff;
}
.first_heading {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2em;
}
.banner_text > .heading_sub {
  font-size: 36px;
  line-height: 1em;
  margin-bottom: 20px;
      max-width: 447px;
}
.banner_text .button a {
  border: 3px solid;
  color: #fff;
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  padding: 2px 20px;
  width: auto;
}
.flyer_content {
    position: absolute;
    bottom: 0;
    right: 0;
}

.flyer_grid {
    background: #2a2a2a;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    font-size: 15px;
	display:inline-block;
	margin-left:12px;
	vertical-align:bottom;
	transition:0.2s all ease-in-out;
	-moz-transition:0.2s all ease-in-out;
	-webkit-transition:0.2s all ease-in-out;
	-ms-transition:0.2s all ease-in-out;
}

.flyer_grid:hover {
    background: #d3222b;
}
.flyer_grid a > img, .flyer_grid a > div {
    display: inline-block;
    vertical-align: middle;
}
.flyer_grid a > img {
    margin-top: -40px;
}
.flyer_grid .text-style {
    color: #fff;
	text-transform:uppercase;
}
.flyer_grid .text-style .font-style-1 {
    line-height: 1em;
    font-size: 1.5em;
    font-weight: bold;
}
.flyer_grid .text-style .subfont-style-1 {
    font-size: 1.35em;
    line-height: 1em;
    text-align: center;
    font-weight: lighter;
}
.flyer_grid .text-style .subfont-style-1 span {
    font-size: 0.95em;
}
.font-style-2,
.font-style-3 {
    font-size: 2.6em;
    letter-spacing: -1px;
    font-weight: bold;
    line-height: 1em;
}
.subfont-style-2, .subfont-style-3 {
    font-size: 0.95em;
    line-height: 1em;
    font-weight: bold;
}
.subfont-style-2 span,
.subfont-style-3 span {
    font-size: 0.85em;
}
.flyer_grid.second-flyer {
    padding-top: 19px;
}
.font-style-3 {
    font-size: 2.39em;
}

/**17-7-017*/
.featured_banner .wpb_column .wpb_text_column .wpb_wrapper {
    display: flex;
	dislay: -webkit-flex;
	display: -moz-flex;
	align-items: center;
    justify-content: center;
}
.featured_banner .wpb_column .wpb_text_column .wpb_wrapper > div.icon-text {
    margin-left: 10px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2em;
	font-size:0.9em;
}
.featured_banner .wpb_column .wpb_text_column .wpb_wrapper > div.icon-text a{
	color:#fff;	
}
.featured_banner > div {
    opacity: 0.6;
	transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
	-ms-transition: 0.2s all ease-in-out;
	cursor:pointer;
}
.featured_banner > div:hover{
	opacity:1;	
}
.featured_banner .wpb_column .wpb_text_column .wpb_wrapper > div {
    display: inline-block;
    vertical-align: middle;
}
.featured_banner .wpb_column .wpb_text_column .wpb_wrapper > div.icon-text small {
    font-size: 0.7em;
    float: left;
    width: 100%;
    line-height: 1.2em;
    margin-top: 3px;
}
.flex-item a {
    display: flex;
	display: -webkit-flex;
	display: -moz-flex;
    align-items: center;
	align-items: center;
    justify-content: center;
	padding: 20px 20px;
	min-height:130px;
}

.flex-item .heading-text {
    color: #fff;
    margin-left: 15px;
    font-size: 28px;
    line-height: 1em;
    font-weight: bold;
}
.flex-item .heading-text small {
    clear: both;
    display: block;
    font-size: 0.5em;
    line-height: 1.5em;
    font-weight: normal;
}
.content-heading h2 {
    margin: 0;
}
.unit_items {
    border-radius: 10px;
}
.wpb_wrapper p a {
    color: #6a6a6a;
    text-decoration: underline;
}
.wpb_wrapper p strong {
	font-weight: 700;
	color: #d3222b;
}
.wpb_wrapper p strong a{
	color: #d3222b;	
}
.main-content {
    border-top: 1px solid #f2f2f2;
    border-bottom:1px solid #f2f2f2;
}
.brand_icons .vc_column-inner > .wpb_wrapper {
    border: 1px solid #f2f2f2;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}
.grid_icon_images {
    width: 300px;
    display: inline-block;
}


.contact-icon-container h3{ margin-top: 14px; color:#6f6f6f;}
.contact-icon-container p, .contact-icon-container h3, .contact-icon-container a,
.last-link-main { text-align:center;}
.contact-icon-container a {display: block;margin-top: 16px;}
.last-link-main a { margin-top:0; display: inline;}
.last-link-main {margin-top: -7px;}
.mobile-left {
    float: left;
    width: 70%;
}
.state-right {
    float: left;
    margin-left: 2%;
    width: 28%;
}

.member-section input { width:auto; height: auto;}
.member-section {
  background: #4d71a2;
  color: #ffffff;
  padding: 15px;
  border-radius: 5px;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
}
.member-section .already-menber {
    margin-right: 9px;
}
.enquire-form h4 { color:#fff; text-align:center; font-weight: 600; margin-top:0; font-size: 40px;}
.enqure-info { color:#fff; text-align:center;}
.note-border {
  border: 2px dashed #446ea9;
  border-radius: 5px;
  color: #83b2f2;
  font-size: 12px;
  padding: 12px;
  	text-align: center;
}
.enquire-form h4 span {
	font-size: 25px;
    font-weight: 400;
    display: block;
    color: #ffffff80;
    margin-bottom: 10px;
}
.enquire-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5a5a5a;
  opacity: 1;
}
.enquire-form input::-moz-placeholder { /* Firefox 19+ */
  color: #5a5a5a;
  opacity: 1;
}
.enquire-form input:-ms-input-placeholder { /* IE 10+ */
  color: #5a5a5a;
  opacity: 1;
}
.enquire-form input:-moz-placeholder { /* Firefox 18- */
  color: #5a5a5a;
  opacity: 1;
}

.member-download-form {
	background: #be2830 !important;
    border: 3px solid #a9131b !important;
	margin-top: 25px;
    margin-bottom: 25px;	
}

.member-download-form input.wptrigger {
	width: 100%;
	background: #fff;
    border: 0 none;
    color: #000;
    height: 45px;
    font-size: 16px;
    padding: 15px 15px;
    position: relative;
    z-index: 3;
	border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.member-download-form .note-border {
	border: 2px dashed #e86169;
    color: #ff9298;
}

	.member-download-form .note-border a, .member-download-form .note-border a:visited {
		color: #ff9298;
		text-decoration: underline;
	}

.enquire-form {
    background: #2b5996;
    padding: 20px;
    border-radius: 5px;
    border: 3px solid #1f4c8a;
    float: left;
    width: 100%;
}
.enquire-form .btn-default { background-image:none;}
.featured_units {
    width: 48%;
}
.featured_components {
    width: 48%;
    float: right;
}

/*==================================================
=            Default-Page-Design            	=
==================================================*/
.red-title, .gray-title { font-weight:bold; font-size:40px;}
.red-sub-title, .gray-sub-title {  font-size:40px; font-weight: 300;}
.first-title { font-size:23px;}
.branch-name a:hover { color:#2b5996;}


/*==================================================
=            Become-A-Member-Page-Design          	=
==================================================*/
.right-ship-info span {
    display: block;
    font-size: 10px;
    line-height: 12px;
    width: 95%;
}
.sidebar-form h2 {
  background: #8dc63f;
  border: 2px dashed #537f17;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  margin: 0 0 15px;
  padding: 18px 5px;
  text-align: center;
}
/*
.container.page-container {
    display:none;
}*/
.term-3 .container.page-container {
    margin-top:0px;
}
.term-victoria-branches .container.page-container {
    margin-top:0px;
}

/* 8.09:   Single branches
/* ---------------------------------------------- */
.single-branches .container.page-container,
.home .container.page-container {
    margin-top: 0;
}
.single-branches #main-column .page { padding-top:0;}
.call-action, .call-action-number {
	font-size:25px;
	color:#fff;
	font-weight:bold;
	margin:0;
}
.call-action { margin-top: 4px;}
.call-action-number { text-align:right;}
.call-action span { font-weight: 400;}
.left-call .vc_column-inner, .right-number .vc_column-inner  {
    padding: 0 !important;
}
.call-to-action-box {
	border-radius: 10px;
	margin: 0;
	padding: 18px 15px;
}
.branch-red-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.wpb_column .featured-logo .isotope-item {
    left: 0 !important;
    margin-right: 14px !important;
    position: relative !important;
    right: 0 !important;
    width: auto;
	bottom:0 !important;
	top:0 !important;
	  min-height: 45px;
	  
}
.section-top-border { border-top:2px solid #f2f2f2;}
.section-bottom-border {border-bottom:2px solid #f2f2f2;}
.featured-logo {
  background: #fff;
  border: 2px solid #e9e9e9;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 28px;
  padding: 15px 15px 0;
  width: 100%;
}
.wpb_column .featured-logo li.isotope-item:nth-child(5),
.wpb_column .featured-logo li.isotope-item:nth-child(10),
.wpb_column .featured-logo li.isotope-item:nth-child(15),
.wpb_column .featured-logo li.isotope-item:nth-child(20),
.wpb_column .featured-logo li.isotope-item:nth-child(25) {
  margin-right: 0px !important;
}
.wpb_column .featured-logo li.isotope-item:last-child { width: 20%; text-align: center;}
.wpb_column .featured-logo li.isotope-item:last-child img { display:inline;}
.single-img-title h2.wpb_singleimage_heading {
    color: #5a6165;
    font-size: 12px;
	margin:0;
	width: 100%;
}
.single-img-title .wpb_single_image{
  align-items: center;
   -webkit-align-items: center;
  border: 2px solid #e9e9e9;
  border-radius: 10px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  min-height: 155px;
}
.add-column-container.last-branch-address {
  border-bottom: 0 none;
}



/* 8.10:   Special Product Category
/* ---------------------------------------------- */
.special_category-logo .wpb_single_image { width: 31%; float: left; margin-right: 2%; min-height:85px; margin-bottom: 15px !important;}
.single-img-title .wpb_single_image:nth-child(3n) {margin-right: 0;}
.special_category-logo .wpb_single_image img {    
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	opacity: 0.5;
	max-height: 55px !important;
}
.special_category-logo .wpb_single_image:hover img {
	filter: none;
	-webkit-filter: grayscale(0%);
	opacity: 1;
}
.special_product_lising .product-thumb .product-image {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	min-height: 250px;
}
.special_product_lising .product_desc {
	margin-top: 0;
}
.special_product_lising .cart_process .btn-cart {
	border-radius: 0 0 10px 10px;
}

.special_product_lising .col-lg-4 {
 margin-bottom: 15px !important;
}
.special-aside-box {
    margin-top: 20px;
}
.special-aside-box .become-member-card { margin-bottom: 20px;}
.catelogue-section {
	background: #2b5996;
	border-radius: 5px;
	padding: 45px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.special_product_catelog .catelogue-section{
	padding:10px;
}
.page-id-290 main header.entry-header{display:none;}
.download-text {width: 27%; margin-right: 2%;}
.downlaod-notes {width: 32%; margin-right: 3%;}
.download_catelogue_btn {width: 36%;}
.download-text h1 { font-size:46px; margin:0; color:#fff;  line-height: 41px; font-weight: bold;}

.downlaod-notes .note-border { font-size: 14px; margin:0;}
.btn-catelogue {
  font-size: 29px;
  font-weight: 400;
  padding: 14px 44px;
}


/* 8.11:   Single Product Page
/* ---------------------------------------------- */
.member-login-produt-btn-section a.trade-member-btn {
	float: left;
	font-size: 18px;
	height: auto;
	line-height: 22px;
	margin-right: 4%;
	min-height: 78px;
	overflow: hidden;
	padding: 10px;
	white-space: inherit;
	width: 48%;
	margin-top: 10px;
	display: inline-block;
	padding-top: 15px;
}
.member-login-produt-btn-section a.member-login_btn {
	float: left;
	font-size: 18px;
	height: auto;
	line-height: 22px;
	margin-right: 4%;
	min-height: 78px;
	overflow: hidden;
	padding: 10px;
	white-space: inherit;
	width: 48%;
	margin-top: 10px;
	display: inline-block;
	padding-top: 25px;
}
.trade-member-btn span, .member-login_btn span {
    font-weight: lighter !important;
}
.member-login_btn { margin-right:0 !important;  background: #2b5896 !important;}

/* 9:	Blog Page Design
/* ---------------------------------------------- */
.t-series {
	background: #fefefe; 
	background: -moz-linear-gradient(top, #fefefe 0%, #f8f8f8 54%); 
	background: -webkit-linear-gradient(top, #fefefe 0%,#f8f8f8 54%);
	background: linear-gradient(to bottom, #fefefe 0%,#f8f8f8 54%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f8f8f8',GradientType=0 ); 
	# border: 1px solid #ddd;
	# padding-bottom: 20px;
	# padding-left: 30px;
}
.blog-company-name h1, .blog-company-name h2 {color: #125dab; font-size: 40px; margin: 0;}
.blog-company-name h1 {font-weight: 600;}
.blog-company-name h2 { font-weight: 200;}
.blog-company-name, .blog-product-img, .view-range-btn {margin-top: 20px;}
.view-range-btn {
  color: #125dab;
  display: inline-block;
  font-weight: 500;
  padding-right: 30px;
  text-align: right;
  width: 100%;
}
.no-padding {
    padding: 13px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px;
}
.post-section h1 {font-size: 23px;margin: 0;}
.post-section span {
  display: block;
  margin-bottom: 5px;
}
.blog-product-list, .post-section {
  margin-bottom: 40px;
}
.blog-sidebar .col-md-3 { width:100%; background:#fafafa; border:2px solid #ececec; padding:25px; border-radius: 6px;}
.blog-sidebar .col-md-3 .widget { border: 0 none !important; padding:0 !important;}
.blog-sidebar .col-md-3 .widget .search-form #form-search-input {
	line-height: 1.33;
	height: 40px;
	font-size: 18px;
	padding: 10px 16px 10px 35px;
	 z-index: 2;
	border: 1px solid #ececec;
}
.blog-sidebar .col-md-3 .widget .search-form .input-group-btn .btn.btn-default {
  background: transparent none repeat scroll 0 0;
  font-size: 0;
  height: 40px;
  width: 37px;
  box-shadow: inherit;
}
.blog-sidebar .col-md-3 .widget .search-form .input-group-btn { position:absolute; height: 40px; width: 37px;}
.blog-sidebar .col-md-3 .widget .search-form .input-group-btn .btn.btn-default:before { 
	font-family: FontAwesome;
	content: "\f002";
	font-family: FontAwesome;
	font-size: 18px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 6px;
	z-index: 999;
	color:#a9a9a9;
}

.single-post .entry-meta, .thumbnail-img { margin-bottom:25px;}

#menu-item-243 a {
    color: #6f6f6f;
    text-shadow: none;
}
#menu-item-243 a:hover {
    color: #fff;
}
.by_category .title, .by_brand .title, .by_kW .title {
    padding: 3px 10px;
    background: #d3222b;
    color: #fff;
    margin-bottom: 10px;
}
.table-responsive .table th {
    text-align: left;
}

form.search-form.form .input-group {
    width: 100% !important;
}
form.search-form.form .input-group #form-search-input {
	border-radius: 0px;
}
.short-bar.pull-left span {
    margin-top: 5px;
}
/*.home .container.page-container:after {
    content: '';
    width: 100%;
    background: #f2f2f2;
    height: 1px;
}*/
.post-type-archive-products .site-main {
    padding-top: 0px;
}
.page-template-special-product-category .row-with-vspace {
    margin-bottom: 0px;
}
.term-3 .row-with-vspace #main-column {
    margin-bottom: 0px;
    margin-top: 0px;
}

.location_popup {
    width: 572px;
}

.heading {
    background: #c3232b;
    color: #fff;
    padding: 14px 10px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    width: 50%;
    float: left;
    margin-left: 18px;
}
.location_map {
    width: 100% !important;
    background: #383838;
    float: left;
    border-radius: 10px;
}
.heading h1 {
    font-size: 20px;
    text-align: center;
    margin-top: 0px;
    font-weight: normal;
    margin-bottom: 0px;
}
.heading h4 {
    font-size: 12px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: normal;
    margin-top: 0px;
}
.img_left {
    float: left !important;
    margin: 14px;
}
.address_details {
    float: left;
    width: 38%;
    margin-top: 10px;
    margin-left: 28px;
}
.img_left img {
    width: 100%;
    border-radius: 12px;
    border: 3px solid #fff;
}
.address_details ul li {
    margin-bottom: 20px;
    padding-top: 10px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    list-style: none;
    position: relative;
    padding-left: 20px;
}
.get_directions {
    margin-bottom: 20px;	
    float: left;
    width: 100%;
}
.get_directions a {
    padding: 8% 17.7%;
    background: #383838;
    border-radius: 5px;
    text-decoration: none !important;
    font-size: 25px;
    color: #fff !important;
    font-weight: 100;
    font-family: 'Ubuntu',sans-serif;
    float: left;
    width: 100%;
}
.get_directions a i {
    margin-right: 9px;
}
.get_directions a strong {
    font-weight: bold;
    color: #fff;
    padding: 0;
    margin: 0;
}
.address_details ul li i {
    position: absolute;
    left: -10px;
    font-size: 29px;
    font-weight: lighter;
    text-align: center;
}
.address_details ul {
    padding-left: 0px;
}
.vic_branches {
    border-radius: 12px;
}
.vic_inner_one .vc_column-inner {
    padding: 20px 27px !important;
}
.vic_inner_one .vc_column-inner {
    padding-top: 20px;
    padding-bottom: 8px;
    padding-right: 10px;
    padding-left: 27px;
}
.vic_inner_one .wpb_text_column, .location-info .wpb_text_column {
    margin-bottom: 0px;
}
.vc_column-inner .cupon-box-container {
    margin-bottom: 20px !important;
}

.location-info .deliver_pick {
    margin-bottom: 27px !important;
}
.sidebar-content .vc_column-inner {
    border-radius: 9px !important;
    padding: 22px;
}

.add-column-container:last-child {
    border-bottom: 0px;
}
.sidebar-content .wpb_content_element {
    margin-bottom: 0px;
}
.state-dropdown .theme-select {
    float: left;
    width: 97% !important;
    margin-left: 3%;
    height: 45px !important;
}
.blog-product-list, .post-section {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}
article#post-14 {
    padding-top: 0px !important;
}
.post-section {
    margin-right: 20px;
    width: 48%;
    float: left;
}
.post-section:nth-child(even) {
    margin-right: 0px !important;
}
.home .container.page-container {
    border-bottom: 1px solid #f2f2f2;
}
.postid-160 #main.site-main {
    border-bottom: 0px solid #f2f2f2;
    margin-top: 45px;
}
/*.google-map-wrap {
    height: 398px !important;
}*/
.right-ship-info {
    font-weight: 500;
}
.coupon-left-img {
    width: 33%;
    margin-right:18px;
    margin-bottom: 7px;
    padding-right: 0px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.textwidget p {
    margin-bottom: 0px;
}
.coupon-left-img img {
    float: right;
}
.sidebar-form .vc_column-inner {
    padding: 0px;
    margin: 0px;
}
.header_btns .callNum a {
    color: #fff;
}
article#post-297 {
    padding-top: 0px !important;
}
.cupon-box-container{
	padding: 0px 50px;
}
.single-post .site-content {
    margin-top: 45px !important;
}
.page-template-blog-page-template .post-section h2,
.category-latest-news .post-section h2,
.archive .post-section h2  {
font-family: 'Ubuntu',sans-serif;
color: #6f6f6f !important;
font-size: 16px !important;
}
.page-template-blog-page-template .post-section p:empty,
.page-template-blog-page-template .post-section p br,
.category-latest-news .post-section p:empty,
.category-latest-news .post-section p br,
.archive .post-section p:empty,
.archive .post-section p br { display: none; }

.branchcategory {
    background: #f2f2f2 !important;
    padding: 20px;
    border-radius: 15px;
display: inline-block;    
}
.col-md-12.content-area {
	padding: 0;
}
.container.page-container {
    padding: 0 0 0 3px;
}

.catelogue-section.btm_fullwidth {
    max-width: 1140px;
    margin: 0 auto;
    padding: 45px !important;
}
.btmfull_bg .special_product_catelog {
    background: transparent !important;
    border: 0 !important;
}
.google-map-wrap {
    height: auto !important;
}
.single-branch-enquire {
    margin-top: -36%;
}

.branch-specifics {
    background: #383838;
    padding: 30px;
    clear: both;
    border-radius: 10px;
    margin-bottom: -10px !important;
    color: #fff;
}

	.branch-specifics strong {
		color: #ffffff40 !important;
	}

.left {
	width: 48%;
    float: left;
}

.right {
	width: 48%;
	margin-left: 4%;
    float: left;
}
/*Responsive css start*/

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
@media only screen and (min-width : 992px) {
.flex-display {
	display: flex;
	display:-webkit-box;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	position:relative;
	z-index:2;
}
.navbar-nav.collapse {
	display:block;
}
.footer-nearest .flex-display {
	align-items: center;
	justify-content: center;
}
.footer-links .quickLinks {
  width: 45%;
}
.footer-links .melbourne {
  width: 30%;
}
.footer-links .sydney {
  width: 25%;
}

}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
nav.navbar-custom ul.nav a {
	padding:20px 10px;
}
.qty_cart .cart_process .btn-cart {
	font-size:18px;
}

}
@media (max-width:1199px) {
.qus-section {
	width: 100%;
	padding-right: 0;
	border-right: 0;
	float:none;
	text-align: center;
	border-bottom:1px solid #d6d6d6;
	padding-bottom: 30px;
}
.asked-qus-section .coupon-box {
	float: none;
	padding-left: 0;
	width: 380px;
	margin: 30px auto 0;
}
.dlvry-pic-box .close-branch-drolpdown {
	padding-right:0;
}
.checkout-form-design input, .checkout-form-design .dropdown-toggle {
	font-size: 12px;
}
.brance-address .column-1 {
	width: calc(100% - 269px);
}
.brance-address .column-2 {
    width: 263px;
    margin-left: 6px;
}
.search-range p{
	padding-right:80px;
}
.header_btns .callNum { font-size: 30px;}
.header-top {width: 25%;}
.header-widgets {width: 75%;}	
div.logo img {
	max-width:246px;
}
.banner_text {
  margin-top: 12%;
}
.homeBanner .col-md-5 {
  width: 69.667%;
}
.contact-icon-container .vc_row-fluid .wpb_column.vc_col-sm-3 .vc_column-inner {
  min-height: 400px;
}
.contact-icon-container h3 {
  min-height: 52px;
}
.number-field, .state-dropdown {
    float: none;
    width: 100%;
}
.state-dropdown { margin-left:0; margin-top:13px;}
.form-signin textarea {
    font-size: 14px !important;
	}
	.enquire-form button.btn-submit,
	.call-action, .call-action-number { font-size: 22px;}
	.branch-red-title {font-size: 28px;}
	.wpb_column .featured-logo li.isotope-item:nth-child(5), .wpb_column .featured-logo li.isotope-item:nth-child(10), .wpb_column .featured-logo li.isotope-item:nth-child(15), .wpb_column .featured-logo li.isotope-item:nth-child(20), .wpb_column .featured-logo li.isotope-item:nth-child(25), .wpb_column .featured-logo .isotope-item {
    margin-right: 10px !important;
}
.wpb_column .featured-logo li.isotope-item:last-child {
    width: auto;
}
.location-info .cupon-box-container { width:100% !important;}
.become-member-card { padding: 0 26px;}
.download-text h1 {font-size: 38px;}
.btn-catelogue {font-size: 26px;padding: 14px 28px;}
.member-login-produt-btn-section a.btn {font-size: 15px; line-height: 19px;}
.secure-measure-left {padding-right: 25px;}
.payment-type-right {padding-left: 25px;}

.location-container .location-info {
    width: 35%;
    float: right;
}

}
/* Medium Devices, Desktops */

@media only screen and (max-width :1920px) {

.footer-nearest {
background: -moz-linear-gradient(123deg, rgba(192,31,41,1) 53%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 39.7%, rgba(211,34,43,1) 87.7%) !important; /* ff3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(192,31,41,1)), color-stop(55%, rgba(192,31,41,1)), color-stop(50%, rgba(211,34,43,1)), color-stop(50%, rgba(211,34,43,1))) !important; /* safari4+,chrome */
background: -webkit-linear-gradient(123deg, rgba(192,31,41,1) 53%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 39.7%, rgba(211,34,43,1) 87.7%) !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(123deg, rgba(192,31,41,1) 53%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 39.7%, rgba(211,34,43,1) 87.7%) !important; /* opera 11.10+ */
background: -ms-linear-gradient(123deg, rgba(192,31,41,1) 53%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 39.7%, rgba(211,34,43,1) 87.7%) !important; /* ie10+ */
background: linear-gradient(123deg, rgba(192,31,41,1) 53%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 35.7%, rgba(211,34,43,1) 87.7%) !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c01f29', endColorstr='#d3222b',GradientType=1 ); /* ie6-9 */ 
margin-top: 13%;
}
.footer-nearest .container::before {
    background-image: url(../images/footer-bg.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: auto;
    content: "";
    height: 150px;
    position: absolute;
    top: -129px;
    width: 66.5%;
    z-index: -1;
}

	}
@media (max-width:1366px ){

.footer-nearest {
background: -moz-linear-gradient(123deg, rgba(192,31,41,1) 54.3%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 39.7%, rgba(211,34,43,1) 87.7%) !important; /* ff3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(192,31,41,1)), color-stop(55%, rgba(192,31,41,1)), color-stop(50%, rgba(211,34,43,1)), color-stop(50%, rgba(211,34,43,1))) !important; /* safari4+,chrome */
background: -webkit-linear-gradient(123deg, rgba(192,31,41,1) 54.3%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 39.7%, rgba(211,34,43,1) 87.7%) !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(123deg, rgba(192,31,41,1) 54.3%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 39.7%, rgba(211,34,43,1) 87.7%) !important; /* opera 11.10+ */
background: -ms-linear-gradient(123deg, rgba(192,31,41,1) 54.3%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 39.7%, rgba(211,34,43,1) 87.7%) !important; /* ie10+ */
background: linear-gradient(123deg, rgba(192,31,41,1) 54.3%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 35.7%, rgba(211,34,43,1) 87.7%) !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c01f29', endColorstr='#d3222b',GradientType=1 ); /* ie6-9 */ 
margin-top: 13%;
}
.footer-nearest .container::before {
    background-image: url(../images/footer-bg.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: auto;
    content: "";
    height: 150px;
    position: absolute;
    top: -129px;
    width: 66.5%;
    z-index: -1;
}
}

@media (max-width:1400px){

.single-branch-enquire {
    margin-top: -27%;
}	
.get_directions a {
    padding: 8% 17.7%;
}
}
@media only screen and (max-width :1024px) {
.view-all-news {
    padding: 17px 20px;
}
.get_directions a i {
    margin-right: 5px;
}
select.theme-select {
    background: #fff;
    padding: 13px 6px;
    border: none;
    border-radius: 6px;
    border: 1px solid #ececec;
    width: 100% !important;
}
.list-filter .count-product {
    color: #a0a0a0;
    font-size: 13px;
    margin: 0px;
    width: 33%;
    margin-top: 10px;
}
.main-title-section > h3 {
    text-align: center;
}
.page-title-seciton .header-btn {
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.main-title-section {
    float: left;
    margin-bottom: 36px;
    margin-top: 60px;
    width: 100%;
}
.get_directions a {
    padding: 36px 44px;
}
.state-dropdown .theme-select {
    float: left;
    width:100% !important;
    margin-left: 0%;
    height: 45px !important;
}

.page_title {
    right: -27px!important;
    width: 15.5%;
}
.navbar-custom .page-title {
    width: 100% !important;
}
.sheader-bottom-bar > div, .header-center > div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
}
.footer-nearest {
background: -moz-linear-gradient(123deg, rgba(192,31,41,1) 46.3%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 39.7%, rgba(211,34,43,1) 87.7%) !important; /* ff3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(192,31,41,1)), color-stop(55%, rgba(192,31,41,1)), color-stop(50%, rgba(211,34,43,1)), color-stop(50%, rgba(211,34,43,1))) !important; /* safari4+,chrome */
background: -webkit-linear-gradient(123deg, rgba(192,31,41,1) 46.3%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 39.7%, rgba(211,34,43,1) 87.7%) !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(123deg, rgba(192,31,41,1) 46.3%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 39.7%, rgba(211,34,43,1) 87.7%) !important; /* opera 11.10+ */
background: -ms-linear-gradient(123deg, rgba(192,31,41,1) 46.3%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 39.7%, rgba(211,34,43,1) 87.7%) !important; /* ie10+ */
background: linear-gradient(123deg, rgba(192,31,41,1) 46.3%,rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 35.7%, rgba(211,34,43,1) 87.7%) !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c01f29', endColorstr='#d3222b',GradientType=1 ); /* ie6-9 */ 
margin-top: 13%;
}
.footer-nearest .container::before {
    background-image: url(../images/footer-bg.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: auto;
    content: "";
    height: 150px;
    position: absolute;
    top: -97px;
    width:59.5%;
    z-index: -1;
}
/*.google-map-wrap {
    height: 313px !important;
}*/

.postid-160 #main.site-main {
    border-bottom: 0px solid #f2f2f2;
    margin-top: 45px;
}
.postid-160 .become-member-card {
    padding-left: 33px !important;
}
.postid-160 .coupon-right-text {
    width: 91% !important;
}
.google-map-wrap {
    height: 202px !important;
}
.single-branch-enquire {
    margin-top: -18%;
}
}
@media(min-width:990px) and (max-width:1200px)
{
.page_title {
    right: -120px;
}
.navbar-custom .page-title
{
	width:70%;
}
}
@media(min-width:1080px) and (max-width:1920)
{
	.page_title {
    right: -145px !important;
}
}
@media only screen and (max-width : 991px) {
.main-title-section {
  display: inline-block;
  float: none;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  text-align:center;
}
.sidebar .widget .title.no-bg, .small-logos, .small-img.larg-img-sidebar {
    text-align: center;
    float: none !important;
}
.post-type-archive-branches .col-md-12.content-area {
    padding: 0 15px;
}
.get_directions {
    float: none !important;
        display: inline-block;
}
p#breadcrumbs {
    float: none !important;
    text-align: center;
    width: 100%;
}
.single-post .breadcrumb .entry-meta {
    float: none !important;
    text-align: center;
    margin-top: 8px;
}
.coupon-left-img img {
    width: auto;
    height: auto;
    max-width: 100%;
}
.all-news-button a {
    margin: auto;
    text-align: center;
    width: 250px;
    padding: 17px 20px;
}
.all-news-button {
    display: flex;
    display: -webkit-flex;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.blog-product-list h2, .blog-product-list h3, .blog-product-list .big-title {
    text-align: center;
}
.blog-product-list {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.blog-product-list .col-lg-4.col-md-4.col-sm-12.col-xs-12 {
    width: 33.33%;
    float: left;
}
.services-list {
    padding: 0 30px;
}
.search-field
{
	width: 100% !important;
}
.search-field.pull-right
{
	left:0;
}
.search-box input
{
	padding : 15px 5px 15px 11px !important; 
}
.navbar-custom .page-title
{
	width: 100%;
}
.search-form
{
	position: static !important;
}
nav.active-search .search-box
{
	left: 0;
    opacity: 1;
    right: 0;
    top: 60px;
    z-index: 50;
}
.search-field .search-icon
{
	padding: 10px 0 0;
	width: 49px;
}
.active-search .row.flex-display .page_title
{
	z-index: 99;
}
.row.flex-display > div.page_title {
	width: calc(100% - 162px);
	width: -webkit-calc(100% - 162px);
	right:0;
}

.gm-style-iw
{
	display:none;
}
.page-title-seciton .header-btn {
  display: inline-block;
  float: none;
  margin-bottom: 20px;
  margin-top: 0;
  width: 100%;
  text-align:center;
}
.call-action, .call-action-number {
    font-size: 17px;
}
.enquire-left-content, .single-branch-enquire,
.branch-products-img .vc_col-sm-4:last-child  { width:100%; margin-bottom: 20px;}
.single-branch-enquire { margin-top:30px;}
.branch-products-img .vc_col-sm-4 { width:50%;}
.location-info .cupon-box-container { padding: 0 20px !important;}
.branch-products-img .vc_col-sm-4:last-child .wpb_single_image { width:46%; float:left; margin-right: 8%}
.branch-products-img .vc_col-sm-4:last-child .wpb_single_image:nth-child(2),
.branch-products-img .vc_col-sm-4:last-child .wpb_single_image:nth-child(4) {
	margin-right: 0 !important;
}
.special-aside-box .become-member-card {
  float: left;
  margin-right: 4%;
  width: 48%;
}
.special-aside-box .become-member-card:nth-child(2n) { margin-right:0;}
.catelogue-section {padding: 20px;}
.download-text h1 {font-size: 28px; line-height: 27px;}
.btn-catelogue {padding: 14px 20px; font-size: 21px;}
.secial-product-sidebar { margin-top:30px;}
.blog-product-list, .blog-sidebar {
  display: inline-block;
  width: 100%;
}

}

@media only screen and (max-width : 992px) {
.container {
    width: 100%;
}
.contact-icon-container > .vc_col-sm-12{
    padding-left: 8px;
    padding-right: 14px;
}
.navbar-toggle .icon-bar {
  width: 18px;
}
.navbar-header {
	float: none;
}
nav.navbar-custom .navigation::before,
nav.navbar-custom .navigation::after{
	background-image:none;	
}
.navbar-toggle {
	display: block;
}
a.icon-cir .fa-mobile{
	line-height:1em;
}	
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin: 7.5px -15px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
button.navbar-toggle {
	display:block;
}
div.logo img {
	max-width: 300px;
}
.header-widgets .btn.btn-default {
	padding: 8px 15px;
	line-height:1em;
}
.header-widgets .btn.btn-default {
  font-size: 18px;
  line-height: 1em;
}
a.btn-balance i {
  border: 1px solid #fff;
  font-size: 9px;
  height: 20px;
  line-height: 18px;
  margin-right: 0;
  width: 20px;
}
a.icon-cir {
	height: 45px;
	line-height: 38px;
	width: 45px;
}
button.navbar-toggle {
	background: #383838 none repeat scroll 0 0;
	float: left;
	height: 60px;
	margin: 0;
	padding-left: 15px;
	position: relative;
	z-index: 52;
	border-radius:0;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	width: 106px;
}
ul.navbar-nav {
	border: 0 none;
	padding: 0;
}
nav.navbar-custom .navigation {
	min-height: 60px;
	padding-top: 60px;
}
nav.navbar-custom .navigation {
	min-height: 60px;
}
ul.navbar-nav {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	padding: 0;
	box-shadow: none;
}
nav.navbar-custom ul.nav a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  padding: 15px 12px;
  text-align: left;
}
.single-branches #main-column .page {
    padding: 0 31px;
}
nav.navbar-custom ul.nav a:focus {
	background: transparent none repeat scroll 0 0;
}
/*ResponsiveToggleMenus*/
	html {
	height:100%;
}
html, body {
	overflow-x: hidden;
	width: 100%;
}
.push-content {
	position:relative;
	-webkit-transition: left 0.4s ease-in-out;
	-moz-transition: left 0.4s ease-in-out;
	-ms-transition: left 0.4s ease-in-out;
	-o-transition: left 0.4s ease-in-out;
	transition: left 0.4s ease-in-out;
	left: 0;
}
.push-content .sb-slidebar {
	background: #000 none repeat scroll 0 0;
	left: -240px;
	position: fixed;
	top: 0;
	-webkit-transition: left 0.4s ease-in-out;
	-moz-transition: left 0.4s ease-in-out;
	-ms-transition: left 0.4s ease-in-out;
	-o-transition: left 0.4s ease-in-out;
	transition: left 0.4s ease-in-out;
	width: 240px;
	bottom:0;
}
.sb-slidebar.sb-left {
    position: fixed;
    z-index: 1;
    background: #383838;
    width: 240px;
    overflow-y: auto;
	box-shadow: inset 0 -10px 50px #232323;
	-moz-box-shadow: inset 0 -10px 50px #232323;
	-o-box-shadow: inset 0 -10px 50px #232323;
    -webkit-box-shadow: inset 0 -10px 50px #232323;
}
.push-content.open-sidebar .sb-slidebar {
	left:0;
	overflow:hidden;
}
.search-field > form {
	float: left;
}
.search-field > button > div, .search-field > button > span {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin-right: 5px;
}
.open-sidebar {
	left: 240px;
	overflow:hidden !important;
}
nav .row.flex-display > div {
	display: inline-block;
	width: auto;
}
.row.flex-display > div.responsive_breadcrumb {
	width: 100%;
	position: static;
}
.row.flex-display > div.page_title {
	width: calc(100% - 138px);
	width: -webkit-calc(100% - 138px);
	z-index:52;
}
.search-field .search-icon {
    padding: 10px 0 0;
    width: 59px;
}
.navbar-custom .page-title {
	height: 61px;
	line-height: 1.5em;
}
/*/Responsive Toggle Menus*/
	
	
.search-box input{
	margin-left:0;
	padding: 15px 5px 15px 41px;
}	
	.navbar-custom .flex-display > div {
	padding: 0;
}
.search-field { 
	position: absolute;
	top: 0;
	width:295px;
}
.navbar-custom .page-title {
	margin:0;
}
ul.navbar-nav {
	margin:0;
}
nav.navbar-custom::after {
    background-color: #c02028;
    content: "";
    height: 61px;
    left: 50%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 1;
}
.search-box {
	position:static;
}
.search-field .search-icon {
	float:right;
}
.search-box {
	left: auto;
	position: absolute;
	right: 0;
	width: 100%;
	top:0;
}
nav.active-search .search-box {
    opacity: 1;
    top: 60px;
    z-index: 50;
}
.nearest-branch-block {
	text-align: right;
}
.nearest-branch-block > div {
	float: none !important;
	margin-bottom: 12px;
}
.footer-logo > img, .footer-logo > div {
	display: inline-block;
	margin: 0 10px;
}
.footer-logo {
	margin-bottom: 30px;
	text-align: center;
}
.footer-logo > div.footer-phone {
	display:none;
}
.copyright-text {
	float: left;
	text-align: center;
	width: 100%;
}
.footer-links > .widget {
	text-align: center;
	margin-bottom: 20px;
}
/*Responsive Table Styles*/
	table.table thead th, table.table thead tr {
	font-size:15px;
}
.footer-nearest .container::before {
	top: -65%;
	width: 60%;
}
.order-details.default-style-block > div {
	width: 100%;
}
.location-container .brance-address, .location-container .location-info {
	width:100%;
	margin:0;
	float:none;
}
.location-info .cupon-box-container {
	float: none;
	padding-left: 0;
	width: 380px;
	margin:0 auto 30px !important;
}
.secure-repsonsive, .pickup-section h1, .pickup-section h2 {
	text-align: center;
	font-size: 30px;
}
.address-title {
	text-align:center;
}
.account-box {
	width: 50%;
}
.business-dtl-box .padding-l-0, .confirm-business-container .padding-l-0, .padding-l-0.delivery-form-below, .padding-l-0.payment-select {
	padding-left:15px;
}
.business-dtl-box .padding-r-0 {
	padding-right:15px;
}
.confirm-business-container .padding-l-0.business-form-below {
	padding:0;
}
.checkout-form-design .submit-btn {
	margin-left: 15px;
}
.delivery-form-below .submit-btn {
	margin-left: 0px;
}
.checkout-form-design input, .checkout-form-design .dropdown-toggle {
	font-size: 16px;
}
.small-logos li {
  display: inline-block;
  margin-left: 0;
  width: auto;
}
a.icon-cir .fa-mobile{
	font-size:24px;	
}
.header_btns .callNum { font-size: 30px;}
.header-top, .header-widgets, .header-widgets .topbar, .sheader-bottom-bar, .homeBanner .col-md-5 {width: 100%;}
.header_flex {display: block;}
.header-top .logo, .header-top, .topbar .list-right { text-align:center;}
.header-widgets .topbar, .sheader-bottom-bar{ float:none; text-align:center; display:inline-block;}
.point_counts a {border-top: 2px solid #fbd7a0; border-radius: 5px;}
.sheader-bottom-bar {margin-bottom: 20px;  margin-top: 20px;}
nav.navbar-custom .navigation { padding-top: 60px; position: relative;}
div.logo img { display:inline;}
.header-center .cupon_box .text-uppercase{ text-align:left;} 
.banner_text {margin-top: 6%;}
.flyer_grid a > img {
       height: 80px;
}
.flyer_grid .text-style {
    font-size: 12px;
}
.banner_bg {
    height: 376px;
}
.flyer_content {
    left: 0;
    margin: 0 auto;
    text-align: center;
}
.flyer_grid { padding: 10px 8px; margin-left: 4px; font-size: 11px; width: 29.33%;}
.flyer_grid.second-flyer {
    padding-top: 9px;
}
.contact-icon-container .vc_row-fluid .wpb_column.vc_col-sm-3 { width: 50%;}
.contact-icon-container .vc_row-fluid .wpb_column.vc_col-sm-3 .vc_column-inner {
  min-height: 374px;
}
.second-box-icon .wpb_column.vc_col-sm-3 {
  border-bottom: 1px solid #f2f2f2 !important;
}
.mobile-left, .state-right, .sidebar-content, .sidebar-form {
  float: none;
  width: 100%;
}
.state-right {
  margin-left: 0%;
  margin-top: 10px;
}

.search-form {
    display: flex;
	display: -webkit-flex;
    position: relative;
    width: calc(100% - 106px);
}
.enquire-form {
    margin: 30px auto 0;
    width: 96%;
    float: none;
}
.page-title-seciton {
    margin-top: -5px;
}



}

@media only screen and (max-width : 930px) {
.home-left-content { width: 56.667%;}
.brand_icons { width: 43.333%;}
}

 @media only screen and (max-width : 900px) {
 .featured_banner .vc_col-sm-3  { width:50%;}
 .flex-item .heading-text.heading-responsive-text { font-size:28px; word-break:break-all;}
 }

 @media only screen and (max-width : 768px) {
.no-padding {
    padding: 19px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.branch-products-img .vc_col-sm-4:last-child .wpb_single_image {
    width: 46%;
    margin-right: 8%;
}
.header_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: space-between; 
    margin: 0 !important;
    padding: 16px 0;       
}
.welcome-user.header-center {
    display: none;
}
div.logo img {
    width: auto !important;
}
.logo img.hidden.visible-xs {
	display: block !important;
}
.logo .hidden-xs {
	display: none;
}
.header_flex .header-top {
  width: auto !important;
}
/*.header-widgets { display: none; }*/
.branch-zone-container.last-container .map-icon
{
	margin-right: 10px !important;
}
.become-member-card .coupon-left-img
{
	float: left;
	margin-top: 24px !important;
	width:25%;
}
.become-member-card .coupon-right-text
{
float: right;
width: 63% !important; 
margin-top: 0px !important;
}
.t-series {
    margin-bottom: 15px;
    padding-right: 0;
}
.view-range-btn {
    padding-right: 0px;
}


.all-news-button a {
    margin: auto;
    text-align: center;
    width: 250px;
}
select.theme-select {
    width: 100% !important;
}
.sidebar .widget > div:last-child {
    float: left;
}
.list-filter.default-style-block.pagerContent {
    margin-bottom: 15px;
}
#sidebar-right .search-form {
    display: flex;
    display: -webkit-flex;
    position: relative;
    width: calc(100% - 0px);
}
.home-latest-news, .site-main {
    display: inline-block;
    padding-top: 0px;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}
.brance-address .column-2 {
    width: 263px;
    margin-left: 6px;
}
.location-container .location-info {
    margin-top: 30px !important;
}


.google-map-wrap {
    height: auto !important;
}
.row-with-vspace {
    margin-bottom: 0px;
}
.container.page-container {
    margin-top: 10px;
}
.get_directions {
    margin-bottom: 55px;
    margin-top: 34px;
}
.get_directions a {
    padding: 36px 84px;
}
.state-dropdown .theme-select {
    float: left;
    width: 100% !important;
    margin-left: 0px;
    height: 45px !important;
}
.search-field .search-icon {
    height: 60.5px;
}
/*.sheader-bottom-bar {
    display: none;
}*/
.header_flex .head-top-login {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-radius: 5px;
  border-color: currentcolor #fff #fff;
  border-image: none;
  border-style: dashed;
  border-width: 2px;
  color: #fff;
  padding: 11px 15px 16px;
  margin-top: -5px;
  float: right;
}
.header_flex .header-top {
    width: 34%;
}
.header_flex .header-widgets {
    float: right;
    width: auto;
}
/*.sheader-bottom-bar {
    display: none;
}*/
section.footer-nearest {
background: -moz-linear-gradient(123deg, rgba(192,31,41,1) 58.3%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 39.7%, rgba(211,34,43,1) 87.7%) !important; /* ff3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(192,31,41,1)), color-stop(55%, rgba(192,31,41,1)), color-stop(50%, rgba(211,34,43,1)), color-stop(50%, rgba(211,34,43,1))) !important; /* safari4+,chrome */
background: -webkit-linear-gradient(123deg, rgba(192,31,41,1) 58.3%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 39.7%, rgba(211,34,43,1) 87.7%) !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(123deg, rgba(192,31,41,1) 58.3%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 39.7%, rgba(211,34,43,1) 87.7%) !important; /* opera 11.10+ */
background: -ms-linear-gradient(123deg, rgba(192,31,41,1) 58.3%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 39.7%, rgba(211,34,43,1) 87.7%) !important; /* ie10+ */
background: linear-gradient(123deg, rgba(192,31,41,1) 58.3%,rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 35.7%, rgba(211,34,43,1) 87.7%) !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c01f29', endColorstr='#d3222b',GradientType=1 ); /* ie6-9 */ 
margin-top: 13%;
}
#main.site-main {
    border-bottom: 0px solid #f2f2f2;
    margin-top: 0px;
}
.footer-nearest .container::before {
    top: -70%;
    width: 71%;
}

.get_directions {
    margin-bottom: 0px;
    margin-top: 0px;
    float: left;
    width: 100%;
}

.single-branch-enquire {
    width: 100%;
     margin-top: 0px;
}
.get_directions a {
    padding: 36px 44px;
}
.vc_custom_1501502537807 {
    background-color: #f2f2f2 !important;
    margin: 0px;
}
}

@media (max-width: 767px){
		.flyer_grid {
    font-size: 11px;
}
.page-template-left-sidebar-template .entry-content .col-md-4.sidebar-form {
    padding-right: 15px;
}
.branch-products-img .vc_col-sm-4:last-child .wpb_single_image { width:47%; float:left; margin-right: 6%}
.wpb_content_element h1 {
    font-size: 30px;
}
.location-info .cupon-box-container {
    max-width: 300px;
}
.special_category-logo .wpb_single_image {
    width: 48%;
}
.featured_banner .wpb_column .wpb_text_column .wpb_wrapper > div.icon-text {
    width: 94%;
}
.blog-product-list .col-lg-4.col-md-4.col-sm-12.col-xs-12 {
    width: 100%;
    float: left;
}
.services-list {
    padding: 0;
}
.flyer_grid a > img {
    height: 63px;
}
/*.sheader-bottom-bar {
    display: none !important;
}*/
section.footer-nearest {
background: -moz-linear-gradient(123deg, rgba(192,31,41,1) 44.3%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 39.7%, rgba(211,34,43,1) 87.7%) !important; /* ff3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(192,31,41,1)), color-stop(55%, rgba(192,31,41,1)), color-stop(50%, rgba(211,34,43,1)), color-stop(50%, rgba(211,34,43,1))) !important; /* safari4+,chrome */
background: -webkit-linear-gradient(123deg, rgba(192,31,41,1) 44.3%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 39.7%, rgba(211,34,43,1) 87.7%) !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(123deg, rgba(192,31,41,1) 44.3%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 39.7%, rgba(211,34,43,1) 87.7%) !important; /* opera 11.10+ */
background: -ms-linear-gradient(123deg, rgba(192,31,41,1) 44.3%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 39.7%, rgba(211,34,43,1) 87.7%) !important; /* ie10+ */
background: linear-gradient(123deg, rgba(192,31,41,1) 44.3%,rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 35.7%, rgba(211,34,43,1) 87.7%) !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c01f29', endColorstr='#d3222b',GradientType=1 ); /* ie6-9 */ 
margin-top: 13%;
}
.become-member-card .coupon-left-img {
    float: left;
    margin-top: 12px !important;
    width: 25%;
}
.become-member-card .coupon-right-text {
    float: right;
    width: 64%;
    margin-top: 0px !important;
}
}
@media only screen and (max-width : 767px) {
/*.flyer_content {
    display: flex;
	 display: -webkit-flex;
    margin-top: 55px;
    text-align: center;
}*/
.flyer_grid {
    font-size: 10px;
}
/*.flyer_grid a > img {
    width: 70px;
}*/
.flyer_grid a > img {
    margin-top: 0;
    width: auto;
}
.banner_bg {
    height: 439px;
}

.product_desc
{
	text-align: center;
}
#post-14 .sidebar-form .enquire-form.login-2
{
	margin-top:20px;
}
.gm-style-iw {
   width: -100px !important;
}
 .pickup-section .brance-address li.icon_mobile
    {
    	float:none !important;
    	margin:0 auto !important;
    	
    }
    .pickup-section .brance-address li.icon_mobile > a
    {
    	margin-top: 5px !important;
    }
.banner_bg
{
	margin-top: -17px !important;
}
.page-template-left-sidebar-template .entry-content .col-md-4
{
	padding-right:0px;
}
.main-title-section > h1
{
	font-size: 32px;
}
.footer-nearest
{
	margin-top: 0px !important;
}
.sidebar-form
{
	margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.header_flex
{
	margin-bottom:0px;
}
.wpb_wrapper .icon_img
{
	width:50%;
    text-align: right;	
}
.icon_img img
{
	margin:auto;
    display: block;
}
ul#navbarCollapse {
    height: 100%;
    overflow-y: scroll;
}
.header-center .cupon_box 
{
	max-width: 325px;
}
.center-item, .download-text, .downlaod-notes {margin-bottom:15px !important;}
header .header-widgets .welcome-user .usr_name {
	float: right;
	margin: 9px 0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.search-range p {
	margin-bottom: 0;
	padding:0;
	line-height: 2em;
}
.footer-nearest .search-range {
    padding: 25px 15px;
    text-align: left;
}
footer#footer {
	padding:15px 0;
}
.short-bar, .search_filter, .catelogue-section {
	width:100%;
	text-align:center;
}
.list-filter .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: calc(100% - 65px);
}
.short-bar {
	margin-bottom:5px;
}
.footer-nearest .container::before {
	bottom: 54%;
	top: auto;
	width: 60%;
}
.list-filter .short-bar {
	width: 30%;
}
.product_lising .list-filter .short-bar {
	width: 36%;
}
.list-filter .count-product {
	width: 25%;
}
.default-style-block-2 > div {
	width: 100%;
	margin-bottom: 5px;
}
.order_again {
	padding: 6px;
	position: relative;
	margin-top:0;
}
.default_tabs .nav.nav-pills > li {
	display: inline-block;
	float: none;
	padding-right: 0;
	width: 50px;
	height: 48px;
}
.default_tabs .nav-pills > li.download-menual-tab > a {
	padding: 12px 15px;
}
.default_tabs .nav-pills > li.download-menual-tab {
	width: auto;
}
.table-responsive > .table-bordered {
	border:2px solid #6f6f6f;
}
.product-price-table table {
	width:728px;
	max-width:none;
}
.google-map{
	max-height: 450px !important;
}
/*Responsive Toggle*/

div.logo {
    margin: 15px 0;
}
header .header-widgets > div.welcome-user {
  margin: 0;
  width: auto;
  float: left;
}
/*Account Page*/
.my-account-section .account-box {
	background-color: #f9f9f9;
	box-sizing: border-box;
	min-height: 0;
	padding: 15px;
	text-align: center;
	width: 33.33%;
	border-color: #d7d7d7;
}
.my-account-section .icon-img {
	height: 60px;
	display: table;
	width: 100%;
}
.my-account-section .icon-img .valign_center {
	display: table-cell;
	vertical-align: middle;
}

.my-account-section {
	border: 1px solid #d7d7d7;
	width: 100%;
	border-bottom:0;
	border-radius:8px;
	overflow:hidden;
}
.my-account-section .account-box h3 {
	color: #6f6f6f;
	font-size: 18px;
	font-weight: 500;
	margin-top: 5px;
}
.footer-nearest .container::before {
	content:none;
	background-image:none;
}
.footer-nearest {
	margin-top:0;
}
.navbar-custom{
	z-index:20;	
}
.main-wrapper {
  margin-bottom: 50px;
  margin-top: 30px;
  min-height: 0;
  z-index:10;
}
.my-account-section {
  margin-bottom: 0;
  margin-top: 0;
}
.header-widgets div.actions-btn {
  float: left;
  margin-left: 10px;
}
aside.sidebar.quotes-sidebar {
    margin-top: 20px;
}
.default-style-block-2 {
  padding: 8px 0 20px;
}
a.icon-cir {
  font-size: 25px;
  height: 40px;
  line-height: 35px;
  width: 40px;
}
.map-maker a.icon-cir {
    font-size: 20px;
}
header .header-widgets .welcome-user .usr_name {
    margin: 13px 0 0;
}
.header-widgets .header_btns{
	float:right;
	width: 100%;
	text-align: right;
}
nav.navbar-custom .navigation { padding-top: 60px; position: absolute;}
.sheader-bottom-bar {
    display: flex;
	display: -webkit-flex;
    justify-content: center;
	-webkit-justify-content: center;
}
.welcome-user, .topbar .point_counts { margin-right:0; width: 50%;}
.topbar_buttons.btn-group a { padding: 10px 20px;}
.banner_text {
    margin-top: 12%;
}
.contact-icon-container .vc_row-fluid .wpb_column.vc_col-sm-3 {
  float: left;
}

.state-dropdown { width:100%; margin-left: 0; margin-top: 12px;}
.page-title-seciton {
    margin-top: 0;
}
.flex-item .heading-text.heading-responsive-text { font-size:28px;}
.home-left-content, .brand_icons,
.enquire-form label, .number-field { width: 100%;}
.services-list .wpb_raw_html { margin-bottom: 0;}
.single-branch-icon-box .vc_col-sm-6 { width: 50%; float: left;}
.branch-products-img .vc_col-sm-4 {float: left;}

.red-title, .gray-title, .red-sub-title, .gray-sub-title {
  font-size: 34px;
}

.catelogue-section {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.download-text, .downlaod-notes, .download_catelogue_btn {
  margin-right: 0;
  width: 100%;
}
select.theme-select {
    width: 100% !important;
}
.listing_view {
    margin-left: 12px;
}
.product-image img {
    margin-left: 36px !important;
}
.sidebar .widget > div:last-child {
    float: left;
}
.brand_icons .vc_column-inner > .wpb_wrapper {
    margin-bottom: 15px;
}
.product-image img {
    margin-left: auto !important;
    margin-right: auto !important; 
}
.member-login-produt-btn-section a.btn {
    font-size: 15px;
    line-height: 0px !important;
    min-height: 1.3em;
    margin-top: 12px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding:27px;
}
.member-login-produt-btn-section a:last-child {
    float: right;
}
.call-action, .call-action-number {
    text-align: center;
}
.call-action-number {
    text-align: center;
}
.featured_units {
    width: 100%;
}
.featured_components {
    width: 100%;
    float: right;
}
a.tel {
    color: #fff;
    text-decoration: none;
    line-height: 2.5em;
}
.home .container.page-container{
    border-bottom: 0px solid #f2f2f2;
}
.coupon-left-img {
    width: 33%;
    margin-right: 10px;
    margin-bottom: 0px;
    padding-right: 0px;
    align-items: center;
    justify-content: center;
    display: flex;
}
}


 @media (max-width:689px) {
 .sheader-bottom-bar {
    display: block;
}
.header-widgets .header_btns { float:none !important;/* margin-top: 20px;*/}
.view-all-news {
    padding: 17px 20px;

}


.list-filter .short-bar {
    width: 33%;
}
.list-filter .count-product {
    width: 25%;
}
.product_lising .list-filter .short-bar {
    width: 47%;
    text-align: left;
}
 }

 @media (max-width:650px) {
.secure-section {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.secure-measure-left {
	border-bottom: 1px solid #d6d6d6;
	border-right: 0 none;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-right: 0;
	text-align: center;
	width: 100%;
}
.payment-type-right {
	padding-left: 0px;
	width:100%;
	text-align: center;
}
a.icon-cir .fa-mobile {
  font-size: 25px;
  line-height: 1em;
}
.single-branch-icon-box .vc_col-sm-6 { width: 100%; float: none;}
.single-branch-icon-box .no-margin-bottom { margin-top: 35px;}

.list-filter .short-bar {
    width: 100%;
    margin-bottom: 17px;
}
.list-filter .count-product {
    width: 48%;
    margin-top: 7px;
}
}

@media (max-width:600px) {
.contact-icon-container .vc_row-fluid .wpb_column.vc_col-sm-3 {float: none;width: 100%;}
.red-title, .red-sub-title { font-size: 25px;}
.first-title {font-size: 20px;}
.single-img-title .wpb_single_image:nth-child(3n) { margin-right: 0%;}
.single-img-title .wpb_single_image:nth-child(2n) { margin-right: 0;}
.special-aside-box .become-member-card {float: none; margin-right: 0; width: 100%;}
.coupon-right-text {
    text-align: center;
}
.banner_text > .heading_sub {
    max-width: 378px;
}
.list-filter .short-bar form {
    width: 100%;
}
.flyer_grid .text-style {
    font-size: 11px;
}

/*.flyer_grid a > img {
    width: 46px;
}*/
.first_heading {
    font-size: 40px;
}
.banner_text > .heading_sub {
    font-size: 26px;
}
.banner_text .button {
    margin-bottom: 39px;
}
a.btn.trade-member-btn.btn-default.btn-red.align-content {
    width: 100%;
}
.member-login-produt-btn-section a:last-child {
    width: 100%;
}
.header-top .logo { text-align: center !important; }
/*.header-top div.logo img {
    width: 250px !important;
}*/
.coupon-left-img {
    width: 33%;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    align-items: center;
    justify-content: center;
    display: flex;
}
}

@media (max-width:570px) {
	.flyer_grid .text-style {
    font-size: 10px;
}
.flyer_grid a > img {
    height: 47px;
}
.flyer_grid {
    padding: 10px 2px;
        width: 31.33%;
}
	}

@media (max-width:550px) {
.location-info .cupon-box-container, .asked-qus-section .coupon-box {
	width:100%;
}
.brance-address .column-2 ul {
	float:none;
}
.brance-address .column-1, .brance-address .column-2 {
	width:100%;
}
.brance-address .column-2 {
	margin-bottom:20px;
}
.map-icon{
	float:left;
	width:100%;	
}
.brance-address .column-2 {
  margin-left: 0;
}
.brance-address .column-2 ul li a{
	margin-right:3px;	
}
.brance-address .column-1 {
  display: block;
  text-align: center;
}
.brance-address .column-2 ul {
	display: inline-block;
}
.brance-address .column-2 {
	text-align:center;
}
.product-thumb > img {
  max-width: 100%;
}
.product-thumb .product-image {
  text-align: center;
}
.topbar .point_counts { margin-bottom:10px;}
.special_category-logo .wpb_single_image {
  margin-right: 0;
  width: 100%;
}
.special_product_lising .col-xs-6 { 
	width: 100%; float:none;
}
.map-icon img {
    display: inline-block;
}
}
@media (max-width : 550px){
.header-widgets .header_btns {
  float: right;
  text-align: right;
  margin-left: 0;
}
.header-widgets .btn.btn-default {
  font-size: 14px;
  height: 35px;
  line-height: 1em;
  padding-bottom: 0;
  padding-top: 9px;
}
a.btn-balance i {
  font-size: 9px;
  height: 19px;
  line-height: 16px;
  width: 19px;
  margin-top:-2px;
}
a.icon-cir {
  height: 38px;
  line-height: 30px;
  width: 38px;
}
a.icon-cir .fa-mobile{
	font-size:22px;	
}
}
@media (max-width : 510px){
header .header-widgets > div.welcome-user{
	display:none;	
}
}
/* Extra Small Devices, Phones */ 

@media only screen and (max-width : 499px) {
.banner_bg { height: 585px;}
/*.flyer_content > div:first-child {
    margin-bottom: 50px;
}*/
.flyer_content {
    display: block;
}
}
@media only screen and (max-width : 490px) {
.banner_bg { height: 100%;}
/*.flyer_content > div:first-child, .flyer_content .second-flyer {
    margin-bottom: 50px;
}*/
.flyer_content {
    position: static;
}
.view-all-news {
    padding: 17px 20px;

}
}

@media only screen and (max-width : 480px) {
.footer-phone{
	font-size:19px;	
}
.banner_text > .heading_sub {
    max-width: 292px;
}
.header_btns .calltext {
    font-size: 15px;
}
.header_btns .callNum {
    font-size: 20px;
}
.flyer_grid a > img {
    margin-top: 0;
}
.first_heading {
    font-size: 30px;
}
.banner_text .button a {
    font-size: 16px;
}

.flyer_grid {
    font-size: 10px;
}
.banner_text > .heading_sub {
    font-size: 20px;
}

.order-short-desc > ul li {
	font-size: 14px;
	padding: 3px 5px;
}
.header-widgets {
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}
.form-signin-heading {
	font-size: 1.3em;
}
.form-signin {
	margin: 0 auto;
	max-width: 100%;
	padding: 15px 0 15px;
}
.foot-phone {
	font-size: 2em;
}
.become-member-block > span {
	display: block;
	width: 100%;
}
.become-member a {
	font-size: 1em;
	margin-left: 0;
}
.footer-links > .widget {
	width:100%;
}
.welcome-user, .topbar .point_counts {
    margin-right: 0;
    width: 100%;
}
#grid_view div[class*="col-"] {
	display: inline-block;
	max-width: 100%;
	text-align: left;
	width: 100%;
	float:none;
}
.product-image img {
    margin-left: auto !important;
    margin-right: auto !important;
}
#grid_view {
	text-align: center;
}
.list-filter .short-bar {
	width:100%;
}
.listing_view {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}
.inline-item > div {
	margin-bottom:10px;
}
.product_lising .list-filter .short-bar {
    width: 100%;
    text-align: center;
}
header .header-widgets .welcome-user .usr_name {
	margin: 15px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.my-account-section .icon-img img {
  max-height: 50px;
}
.my-account-section .account-box {
  padding: 5px 20px;
}
.order_again{
	margin-left:0;	
}
.order-short-desc > ul li{
	margin-bottom:10px;	
}
.order-short-desc > ul li.total {
  font-size: 22px;
}
.footer_search .footerSearchInput{
	height:35px;	
}
.footerSearch_form {
  font-size: 15px;
  padding: 0 5px;
}
.footer_search .footerSearchInput {
  font-size: 14px;
  height: 35px;
  padding: 0 4px;
}
.active_footer_search .footer_search .fildStyle form{
	border-width:1px;	
}
.right-ship-info {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
}
.right-shipping {
  font-size: 16px;
}
.location-container{
	margin-top:30px;	
}

a.icon-cir {
	height: 40px;
	line-height: 35px;
	width: 40px;
}

.header-widgets .btn.btn-default {
  font-size: 15px;
  overflow: hidden;
  padding: 9px 8px;
}
.header-widgets .header_btns > div{
	margin-right:0;	
}
.welcome-user .center-item { margin-bottom: 20px;}
.header-widgets .header_btns { margin-top:0;}


.branch-products-img .vc_col-sm-4 {
    float: none;
    width: 100%;
}
.branch-products-img .vc_col-sm-4:last-child .wpb_single_image { width:100%; float:none; margin-right: 0;}

.list-filter .short-bar form {
    width: 100% !important;
}
select.theme-select {
    width: 100%!important;
}
.list-filter .count-product {
    width: 100%;
    margin-top: 11px;
    margin-bottom: 0px;
    font-size: 12px;
}
select.theme-select {
    border: 1px solid #ececec;
}
.callBtn {
    text-align: center;
    width: 100%;
}
.header-widgets .header_btns {
    width: 100%;
}
.footer-phone {
    line-height: 2.6em;
}
}

@media (max-width:450px) {
	.flyer_grid .text-style {
    font-size: 9px;
}
.flyer_grid a > img {
    height: 39px;
}
}

@media (max-width:414px) {
div.logo {
    margin: 15px 0;
    margin-bottom: 0px;
}
.flyer_grid a > img {
    height: 35px;
}
.flyer_grid .text-style {
    font-size: 8px;
}
.header_flex .header-top {
    width: 40%;
}
.add-sec .branch-name {
    font-size: 15px;
}
.header_flex .head-top-login {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-radius: 5px;
    border-color: currentcolor #fff #fff;
    border-image: none;
    border-style: dashed;
    border-width: 2px;
    color: #fff;
    padding: 5px 5px 6px;
    margin-top: -5px;
    float: right;
    font-size: 14px;
}
.footer-nearest {
background: -moz-linear-gradient(90deg, rgba(192,31,41,1) 40%, rgba(192,31,41,1) 0%, rgba(211,34,43,1) 0%, rgba(211,34,43,1) 0%) !important; /* ff3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(192,31,41,1)), color-stop(55%, rgba(192,31,41,1)), color-stop(50%, rgba(211,34,43,1)), color-stop(50%, rgba(211,34,43,1))) !important; /* safari4+,chrome */
background: -webkit-linear-gradient(90deg, rgba(192,31,41,1) 40%, rgba(192,31,41,1) 0%, rgba(211,34,43,1) 0%, rgba(211,34,43,1) 0%) !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(90deg, rgba(192,31,41,1) 40%, rgba(192,31,41,1) 0%, rgba(211,34,43,1) 0%, rgba(211,34,43,1) 0%) !important; /* opera 11.10+ */
background: -ms-linear-gradient(90deg, rgba(192,31,41,1) 40%, rgba(192,31,41,1) 0%, rgba(211,34,43,1) 0%, rgba(211,34,43,1) 0%) !important; /* ie10+ */
background: linear-gradient(90deg, rgba(192,31,41,1) 40%, rgba(192,31,41,1) 0%, rgba(211,34,43,1) 0%, rgba(211,34,43,1) 0%) !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c01f29', endColorstr='#d3222b',GradientType=1 ); /* ie6-9 */ 
margin-top: 13%;
}
.footer-phone {
    color: #fff;
    font-size: 26px;
    padding: 20px 0 0;
}
.nearest-branch-block {
    text-align: right;
    width: 68%;
    float: left;
}
.footer-nearest .search-range {
    padding: 17px 14px;
    width: 31% !important;
    padding-top: 31px !important;
}
}

@media (max-width:413px) {

.header_btns .callNum {
    font-size: 16px;
}
.header_btns .calltext {
    font-size: 12px;
}
.sheader-bottom-bar {
	margin:0 !important;
}
.header_btns .calltext {
    font-size: 15px;
}

.flyer_grid {
    font-size: 7px;
}
	}

@media (max-width:600px) {
a.icon-cir .fa-mobile{
	font-size:20px;	
}


.footer-nearest .search-range {
  padding: 17px 15px;
}
.background-sep::after{
	z-index:-1;	
}
.cupon-box-container {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	height: auto;
	padding: 20px !important;
}
.payment-type-right .small-logos li {
	margin-bottom:10px;
}
.footer_search {
  right: 15px;
}
.small-logos li {
  width: 22%;
}
.secure-repsonsive, .pickup-section h1, .pickup-section h2 {
  font-size: 22px;
  text-align: center;
}


header .header-widgets {
  width: auto;
  float:right;
}
a.icon-cir {
	height: 35px;
	line-height: 29px;
	width: 35px;
	font-size:18px;
}

.red-title, .gray-title, .red-sub-title, .gray-sub-title {
  font-size: 26px;
}
.btn-catelogue {
  font-size: 19px;
  padding: 14px 13px;
}
.header_flex {
    margin-bottom: 0px;
}
div.logo img {
    max-width: 100% !important;
    width: 100% !important;
}
.header_flex .header-top {
    width: 48% !important;
}
.header-top .logo{
	text-align: left;
}
.header_flex .head-top-login {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-radius: 5px;
    border-color: currentcolor #fff #fff;
    border-image: none;
    border-style: dashed;
    border-width: 2px;
    color: #fff;
    padding: 5px 8px 6px;
    margin-top: -5px;
    float: right;
    font-size: 14px;
    margin:auto;
}
.header_flex .header-widgets {
    float: right;
    margin-bottom: 0px
}
.list-right.pull-right.block_inline {
    display: inline-flex;
}
section.footer-nearest {
background: -moz-linear-gradient(90deg, rgba(192,31,41,1) 44.3%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 39.7%, rgba(211,34,43,1) 87.7%) !important; /* ff3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(192,31,41,1)), color-stop(55%, rgba(192,31,41,1)), color-stop(50%, rgba(211,34,43,1)), color-stop(50%, rgba(211,34,43,1))) !important; /* safari4+,chrome */
background: -webkit-linear-gradient(90deg, rgba(192,31,41,1) 44.3%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 39.7%, rgba(211,34,43,1) 87.7%) !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(90deg, rgba(192,31,41,1) 44.3%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 39.7%, rgba(211,34,43,1) 87.7%) !important; /* opera 11.10+ */
background: -ms-linear-gradient(90deg, rgba(192,31,41,1) 44.3%, rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 39.7%, rgba(211,34,43,1) 87.7%) !important; /* ie10+ */
background: linear-gradient(90deg, rgba(192,31,41,1) 40.3%,rgba(192,31,41,1) 39.7%, rgba(211,34,43,1) 35.7%, rgba(211,34,43,1) 87.7%) !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c01f29', endColorstr='#d3222b',GradientType=1 ); /* ie6-9 */ 
margin-top: 13%;
}
.nearest-branch-block .footer-phone{
	padding:0px;
	margin:0px;
	line-height:0px;
}
.footer-nearest .search-range {
    padding: 0 !important;
    text-align: center !important;
    width: 47% !important;
    padding-top: 13px!important;
    line-height: 0px;
}
}
@media (max-width : 370px){
	header .header-widgets .welcome-user .usr_name {
	margin: 4px 0 0;
}
.flyer_grid .text-style {
    font-size: 7px;
}
.flyer_grid a > img {
    height: 24px;
}
.flyer_grid {
    padding: 10px 2px;
    width: 30.33%;
}
.my-account-section .icon-img img {
	max-height: 40px;
}	
.my-account-section .account-box h3 {
  font-size: 14px;
}

header .header-widgets > div.welcome-user{
	display:none;	
}
.enquire-form button.btn-submit {
  font-size: 20px;
}
.form-signin textarea { font-size: 14px !important;
}
li.icon_mobile {
    padding-top: 14px;
}
.member-login-produt-btn-section a.btn {
    font-size: 13px;
}
.get_directions a {
    padding: 36px 46px;
    background: #383838;
    border-radius: 5px;
    text-decoration: none !important;
    font-size: 22px;
    color: #fff !important;
    font-weight: 100;
    font-family: 'Ubuntu',sans-serif;
}
.brance-address li.icon_mobile {
    padding-top: 0px;
}
.footer-phone {
    font-size: 20px;
}

.header_flex .head-top-login {
    padding: 5px 9px 6px;
    font-size: 12px;
}
.footer-nearest .search-range {
    padding-top: 7px!important;
}
.become-member-card {
    padding: 0px 14px !important;
    padding-left: 14px !important: 
}
.postid-160 .become-member-card {
    padding-left: 22px !important;
}
.become-member-card .coupon-right-text {
    float: right;
    width: 73% !important;
    margin-top: 0px !important;
}
.flex-item .heading-text {
    font-size: 21px;
}
.flex-item .heading-text.heading-responsive-text {
    font-size: 21px;
}
}



.header_flex
{
	margin-bottom: 10px;
}
.footer-nearest {
background: -moz-linear-gradient(327deg, rgba(192,31,41,1) 54.7%, rgba(192,31,41,1) 54.7%, rgba(211,34,43,1) 54.7%, rgba(211,34,43,1) 54.7%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(54.7%, rgba(192,31,41,1)), color-stop(55%, rgba(192,31,41,1)), color-stop(50%, rgba(211,34,43,1)), color-stop(50%, rgba(211,34,43,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(327deg, rgba(192,31,41,1) 54.7%, rgba(192,31,41,1) 54.7%, rgba(211,34,43,1) 54.7%, rgba(211,34,43,1) 54.7%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(327deg, rgba(192,31,41,1) 54.7%, rgba(192,31,41,1) 54.7%, rgba(211,34,43,1) 54.7%, rgba(211,34,43,1) 54.7%); /* opera 11.10+ */
background: -ms-linear-gradient(327deg, rgba(192,31,41,1) 54.7%, rgba(192,31,41,1) 54.7%, rgba(211,34,43,1) 50%, rgba(211,34,43,1) 54.7%); /* ie10+ */
background: linear-gradient(123deg, rgba(192,31,41,1) 54.7%, rgba(192,31,41,1) 54.7%, rgba(211,34,43,1) 54.7%, rgba(211,34,43,1) 54.7%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c01f29', endColorstr='#d3222b',GradientType=1 ); /* ie6-9 */ 
margin-top: 153px;
}
.page-id-14 .footer-nearest {
margin-top: 3%;
}

#menu-item-30 > a
{
	color:#d98185;
}
#menu-item-30 > a:hover
{
	color: #fff;
}
div.logo img {
    max-width: 100%;
    width: 304px;
}
#form-search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size:16px !important;
}
#form-search-input::-moz-placeholder { /* Firefox 19+ */
  font-size:16px !important;
}
#form-search-input:-ms-input-placeholder { /* IE 10+ */
  font-size:16px !important;
}
#form-search-input:-moz-placeholder { /* Firefox 18- */
  font-size:16px !important;
}
.blog-product-list h3 {
    font-size: 43px;
    font-weight: 100;
    margin: 0;
}
.widget.sydney li:last-child {
    margin-bottom: 17px;
}
.blog-product-list h2
{
	margin:0px;
	line-height: 37px;
}
.by_kW
{
	width: 100%;
}
.pickup-section-container.section-border-top{
    border-top: 1px solid #f2f2f2;
}
.single_product_show .product_description .table
{
	margin-bottom: 100px;
}
.pickup-section-container.section-border-top {
    margin-top: 80px;
    padding-top: 40px;
    }
.state-dropdown .theme-select
    {
    	padding:10px !important;
    }
   .row-with-vspace .entry-content .col-md-8 .brance-address.singlebranch {
    background-color: #f2f2f2;
    padding: 32px;
    border-radius: 10px;
    margin-bottom: 20px;
}
p#breadcrumbs {
    margin-bottom: 0px;
}
@media(min-width : 993px) and (max-width : 1200px)
{
	nav.navbar-custom ul.nav a {
    padding: 20px 8px !important;
}
.search-field
{
	width:178px !important;
}
.navbar-nav .menu-item.menu-item-243 {
    padding-left: 0px !important;
}
.search-box input {
    width: 100%;
}
}
@media(max-width:575px)
{
	.post-section
{
	width: 100% !important;
}
}
select#country
{
	padding: 10px;
}
.gm-style-iw + div
{
	left: 571px !important;
	top:75px !important;
	border-radius: 50% !important;
    position: absolute !important;
}
#products_section.row {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex !important;
   -webkit-flex-wrap: wrap !important;
}
.flex-display {
    display: flex;
    display: -webkit-flex;
    vertical-align:middle;
}
nav
{
	height:61px;
}
footer.entry-meta{display:none;}
.single.single-post .entry-content img{
	max-width:100%;
	height:auto;
}
.single-img-title.special_category-logo {
    clear: both;
    float: left;
    width: 100%;
}
.single_branch_map_img img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.all_brands_img {
    background: #fff;
    border: 2px solid #e9e9e9;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 28px;
    padding: 15px 15px 15px;
    width: 100%;
}
.sidebar_images{
	margin-top:20px;
	float: left;
    width: 100%;
}
.widget_media_image {
    text-align: center;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    background: #fafafa;
    border: 2px solid #ececec;
    border-radius: 6px;
}

p#breadcrumbs {
    float: left;
    width: auto;
}
.single-post .breadcrumb .entry-meta {
    margin-bottom: 0;
    float: right;
}
.pagination-row {
    clear: both;
}
.search_box .post-section{width:100%;}
.search-results article{padding:0;}
.home .home-hide {
    display: none;
}
.sub-menu.dropdown-menu{
position: absolute;
background: linear-gradient(to bottom, rgba(59,59,59,1) 0%,rgba(51,51,51,1) 100%) !important;
}
.sub-menu.dropdown-menu li.active a {
    background-color: #d3222b;
    text-decoration: none;
    color: #fff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	background-image: none !important;
}
@media (min-width: 768px){
.contact-icon-container .vc_row-fluid .wpb_column.vc_col-sm-4 .vc_column-inner {
    min-height: 350px;
}

nav .search-form.form{
	height: 61px;
}
}
@media (min-width: 768px and max-width: 900px){
.second-box-icon{
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
}
}


@media(max-width: 991px){

	.google-map-wrap {
    height: auto !important;
}
}
@media (max-width: 767px){
	.brance-address .column-2 ul li a{
		margin-right: 0;
	}
	body img {
		visibility: visible !important;
	}
.featured_banner .vc_col-sm-3 {
    width: 100%;
    margin: 0 auto;
    max-width: 348px;
}
	.services-list > .vc_col-sm-4 > .vc_column-inner  {
		padding-top: 0 !important;
	}
	.r-padding .vc_column-inner {
    padding-top: 0 !important;
}
.r-padding .vc_column-inner .wpb_text_column.wpb_content_element,
.t-padding .vc_column-inner .wpb_text_column.wpb_content_element {
	    margin-bottom: 20px;
}
	.brance-address .column-1{
		display: inline-block !important;
		width: 100%;
	}
	.brance-address .column-2{
		margin-left: 0 !important;
	}
	.contact-icon-container .vc_row-fluid .wpb_column.vc_col-sm-4 {
    width: 33.33%;
    float: left;
}
.contact-icon-container .vc_row-fluid .wpb_wrapper p,
.last-link-main {
    display: none;
}
.contact-icon-container > .wpb_column > .vc_column-inner {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    background: #f9f9f9;
}
.contact-icon-container .vc_row-fluid .wpb_wrapper h3 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 0;
    min-height: 0;
}
.contact-icon-container .wpb_single_image img {
    max-width: 40px;
}
.contact-icon-container .vc_row-fluid .wpb_column.vc_col-sm-4 .vc_column-inner{
	padding-top:15px;
	min-height: 140px;
}
.contact-icon-container .wpb_content_element,
.contact-icon-container .vc_row-fluid .wpb_column.vc_col-sm-4 .vc_column-inner{
	margin-bottom: 0;
}
.contact-icon-container .wpb_single_image .vc_figure {
    min-height: 50px;
}
.contact-icon-container .vc_column_container.vc_col-sm-4 > .vc_column-inner{
	padding-left: 5px;
	padding-right: 5px;
}
.contact-icon-container .vc_row-fluid .wpb_column.vc_col-sm-3,
.contact-icon-container .vc_row-fluid .wpb_column.vc_col-sm-4 {
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
.contact-icon-container > .wpb_column > .vc_column-inner {
    border: 1px solid #D7D7D7;
}
.brance-address .add-column-container > a, .brance-address .add-column-container > div {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.add-column-container > a {
    width: calc(100% - 135px);
}
.brance-address .column-1 > div {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    float: none;
}
.add-column-container {
    border-bottom: 1px solid #cacaca;
    margin-top: 0;
    padding: 5px 0;
}
.add-column-container > .column-2 {
    width: 130px;
    margin-top: 0;
    margin-bottom: 0;
}
.pickup-section .brance-address li.icon_mobile > a{
	margin-top: 0 !important;
}
.column-2 ul li.icon_mobile{
	float: none;
}
.page-title-seciton .header-btn{
	display: none;
}
.brance-address .column-2 ul li a {
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.brance-address .column-1{
	text-align: left;
}
.blog-product-img > img {
    display: inline-block;
}
.blog-product-list{
	text-align: center;
}
}
@media (max-width: 600px){
	h2 {
    font-size: 22px;
}
.blog-product-list h3{
	font-size: 20px;
}
.location-container{
	padding: 25px 10px;
}
.single-products #content > div.content-area{
	padding: 0;
}
}
.no-results input[name=s] {
    border: 1px solid #ececec;
}
.page-title-seciton + .container #content {
    padding: 0;
    margin: 0;
}
@media (max-width: 340px){
.add-sec .branch-name {
    font-size: 14px;
}
}