/*YOUR CUSTOM STYLES*/

.control-label .required {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
}

/*Restricting text in two lines using css only*/
.product-thumb .product-desciption{ 
     height: 34px;
     overflow: hidden;
 }
/*Restricting text in 8 lines using css only*/
.product-info .product-desciption{ 
     height: 170px;
     overflow: hidden;
 }
 #action_notification{
    z-index: 10;
/* 	  position: fixed;
    top: 5px;
    left: 35%;
    width: 25%;*/
 }
 .customer-profile{
    margin-top: 0px;
    max-width: 100%;
 }
.product_cart_info {
	margin: 15px;
}

/*  cart product quantity input css in the product details
  remove border css because it will be taken from .form-control class*/
 .product_cart_info .cart-quantity{
 	  width: 50px;
    text-align: center;
    outline: none;
    display: inline-block;
    line-height: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
 }
 /*  cart product size selcet css in the product details
  remove border css because it will be taken from .form-control class*/
 .product_cart_info .product_size{
    margin-left: 30px;
    width: 40%;
    background-color: #ffffff;
    filter: none !important;
    outline: none;
    display: inline-block;
}

/*  error message class help-block for cart validation
  this to override .has-error .help-block */
  .product_cart_info .help-block {
      color: #a94442;
  }
  .cart-table .help-block {
      color: #a94442;
  }

.product-info-price-box{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
  }

.product-info  .product-info-price{
  display: inline-block;
}
.product-info-old-price {
  color: #858585;
  text-decoration: line-through;
  margin: 0px 10px;
}
.product-info-save-percent {
  font-weight: 600;
}
/*label for number of items in the cart*/
.cart_number_label {
    position: absolute;
    left: 12px;
    top: 1px;
}
.cart-table .cart-item-image img {
    width: 70px;
}
.cart-table .cart-item-quantity .cart-quantity{
  padding: 0px;
  width: 40px;
}
/*sales labe always in the top exp.. product details images*/
.product-label {
  z-index:10;
}

/*turn-off-number-input-spinners*/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}



/*Form Wizard*/

.bs-wizard {margin-top: -20px; margin-bottom:40px; }
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #dddddd;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

.customer_billing_address_legend{
  font-size: 18px;
}

.payment_section {
  text-align: center;
}

.proceed_to_payment{
    display: block;
    margin: 25px auto;
    padding: 15px;
    font-weight: 700;
    font-size: 15px;
}

.payment_btn{
  padding : 0px;
}

.price_gst_tag{
  font-size: 9px;
}

#product_filters{
  height: 31px;
  font-size: 13px;
}



.message-secure-block{
  padding: 0px 0px 0px 0px;
}
.message-secure {
    clear: both;
    position: relative;
    /*display: block;*/
    font-size: 0.9em;
    padding: 10px 10px 10px 30px;
    text-align: left; }
    .message-secure:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        height: 20px;
        width: 20px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../images/icons/icon-payment-secure.svg");
        transform: translate(0, -50%); }
      }


/**
 * Custom CSS for  the subcategory list
 * note : these should be customized for each club color schemas as well;
 */

/*** sub category list arrow ***/
ul.shop-category-list > li > a .sub_categories_arrow {
  background: inherit !important;
  left: 75% !important;
  border:none !important;
}

/*** sub category ul  ***/
ul.shop-category-list > li > ul.sub-menu {
  margin: 0px !important;
}

/*** sub category li  ***/
ul.shop-category-list > li > ul.sub-menu > li {
  margin: 0px;
  margin-top: 1px !important;
}
/*** sub category a  ***/
ul.shop-category-list > li > ul.sub-menu > li > a {
  padding-left: 75px !important;
}
ul.shop-category-list > li > ul.sub-menu > .active > a {
  background: #a4ccde !important; /* background color for subcategories*/
}

ul.shop-category-list > li > ul.sub-menu > .active > a .fa {
  background: #a4ccde !important; /* background color for subcategories*/
  border-right: 1px solid #e6e6e6 !important;
}

ul.shop-category-list > li > ul.sub-menu  > li > a:hover .fa {
  background: #a4ccde !important; /* background color for subcategories*/
}  

ul.shop-category-list > li > ul.sub-menu > .active > a:before {
  display: none !important; /* remove triangle at the end*/
}

/*** on hover shake the subcategory to the left (orginal padding : 75px new padding 90px)  ***/
ul.shop-category-list > li > ul.sub-menu  > li > a:hover {
  padding-left: 90px !important;
}
/*** on hover if the subcategory is cative (selected) Don't shake it (keep orginal padding : 75px)  ***/
ul.shop-category-list > li > ul.sub-menu  > .active > a:hover {
  padding-left: 75px !important;
}

/**
 * Custom CSS for  club logos 
 * note : these should be customized for each club color schemas as well otherwise WAFC logo will be in use
 */
#club_shop_logo {
    background: url("/site_files/market.wafc.com.au/images/logos/wafc_logo.png") no-repeat;
    height: 75px;  /* wafc logo */
    width: 130px; /* wafc logo */
    margin: auto;
}
/**
 * Custom CSS for  Shop Contact us Form
 */
#contact-dialog {
  max-width: none;
}
/**
 * Custom CSS for  Shop about us hr
 */
.shop-hr {
  border-top: 1px solid #999999 !important;
}

.owl-carousel .owl-item img{
    max-height:380px;
    max-width:100%;
}
.shop-top-promotion img {
    max-height: 480px;
    max-width: 100%;
}
.top-main-area {
    padding: 5px 0;
}
.search_result_total_rows{
  font-size: 14px !important;
  color: inherit !important;
}

/**
 * custom css for shop categories as a text menu 
 * reduce padding and font size to allow up to 6 menu items
 */
@media all and (min-width: 800px) {
.shop-category-text-menu  > li > a {
  padding: 0 10px !important;
  font-size: 12px !important; 
  /*/text-transform: uppercase; !important;*/
}
}
.login-register > li > a {
    padding: 0 10px !important;
}

.header-features > li .header-feature-title a {
    font-family: impact;
}
.shop_welcom_msg{
    font-family: impact;
    padding-left: 5px;
}
@media all and (min-width: 600px) {
  .shop_welcom_msg{
    font-size: 25px !important;
    /*text-shadow: 1px 1px 4px;*/
  }
}
@media all and (max-width: 600px) {
  .shop_welcom_msg{
    font-size: 15px !important;
    /*text-shadow: 1px 1px 4px;*/
  }
}

 /**
  * Sponsors scroller custom css
  */
.simply-scroll .simply-scroll-list li { 
  margin: 0 20px !important; 
  width: auto !important; 
  height: inherit !important; 
}
.simply-scroll { 
  height: inherit !important; 
  width: 100% !important; 
  margin-bottom: 0 !important;
}
.simply-scroll .simply-scroll-clip { 
  width: 100% !important; 
  height: auto !important; 
}

/************************************************
  Footer
************************************************/


#footer-nav {
  float: left;
  margin-bottom: 5px;
  }


#footer-nav p {
  margin-bottom: 5px;
    font-size: 10px;
}


#footer-nav ul {
  clear: both;
  display: inline;
  margin-bottom: 5px;
  }

#footer-nav ul li {
  border-right: 1px solid #777;
  display: inline;
  float: left;
  margin: 0 10px 5px 0;
  padding: 3px 10px 3px 0;
  }

#footer-nav ul li:last-child {
  border-right: none;
  }

#footer-nav ul li a {
  color: #ccc;
  font: 700 8px/8px 'Open Sans', sans-serif;
}

#footer-nav ul li ul {
  display: none;
}

#copyright {
  float: left;
  padding-bottom: 10px;
  width: 100%;
  }


.footer-copyright {
    padding-top:20px !important;
}
.footer-sponsors {
  display: block;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 25px;
}

.footer-sponsors ul {
  margin: 0 auto;
  max-width: 85%;
  margin-right: 5px;
  padding:0px;

}
.footer-sponsors ul li:first-child {
  margin-left:0px;


}
.footer-sponsors ul li {
  float: left;
  margin-left:25px;
  display: inline;

}
.footer-sponsors ul li img {
  height: 43px;
  max-width: 100%;
  width: inherit;
}

/*---------------------------------- Share to Social Media - Articles ----------------------------*/
/* Social article ------------------*/
/* line 2433, ../sass/main.scss */
.share-to-social-links {
  padding: 20px 0 20px 0 !important;
  list-style: none;
  text-align: left;
}
/* line 2437, ../sass/main.scss */
.share-to-social-links li {
  margin: 0 5px 0 5px;
  display: inline-block;
  text-align: center;
  border: 0 !important;
  padding: 0 !important;
}
/* line 2443, ../sass/main.scss */
.share-to-social-links li a {
  color: #fff;
}
/* line 2446, ../sass/main.scss */
.share-to-social-links li:hover div {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
/* line 2454, ../sass/main.scss */
.share-to-social-links li:hover a.facebook {
  color: #3B5998;
}
/* line 2457, ../sass/main.scss */
.share-to-social-links li:hover a.twitter-icon {
  color: #4099FF;
}
/* line 2460, ../sass/main.scss */
.share-to-social-links li:hover a.youtube {
  color: #bb0000;
}
/* line 2463, ../sass/main.scss */
.share-to-social-links li:hover a.google-plus {
  color: #dd4b39;
}
/* line 2466, ../sass/main.scss */
.share-to-social-links li:hover a.vimeo {
  color: #1ab7ea;
}
/* line 2469, ../sass/main.scss */
.share-to-social-links li div {
  width: 35px;
  height: 35px;
  background: #2c2c2c;
  border-radius: 50%;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
/* line 2479, ../sass/main.scss */
.share-to-social-links li i {
  font-size: 15px;
  line-height: 35px;
}

/* social medai background colors  */
.facebook_background_color {
  background: #3B5998!important;;
}

.twitter_background_color {
  background: #55ACEE!important;;
}

.google_background_color {
  background: #dd4b39!important;;
}

.linkedin_background_color{
  background: #007bb5!important;;
}

.youtube_background_color {
  background: #bb0000!important;;
}

.nstagram_background_color {
  background: #125688;
}

.wafl_share_on_socila_media > .fa-pinterest {
  background: #cb2027;
}

.snapchat-ghost_background_color {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype_background_color {
  background: #00aff0;
  color: white;
}

.android_background_color {
  background: #a4c639;
  color: white;
}

.dribbble_background_color {
  background: #ea4c89;
  color: white;
}

.vimeo_background_color {
  background: #45bbff;
  color: white;
}

.tumblr_background_color {
  background: #2c4762;
  color: white;
}

.vine_background_color {
  background: #00b489;
  color: white;
}

.foursquare_background_color {
  background: #45bbff;
  color: white;
}

.stumbleupon_background_color {
  background: #eb4924;
  color: white;
}

.flickr_background_color {
  background: #f40083;
  color: white;
}

.yahoo_background_color {
  background: #430297;
  color: white;
}

.soundcloud_background_color {
  background: #ff5500;
  color: white;
}

.reddit_background_color {
  background: #ff5700;
  color: white;
}

.rss_background_color {
  background: #ff6600;
  color: white;
}

.checkout_notes{
  width:100%;
  height: 65px;
}
.contactus-google-map{
  width:100%; 
  height:400px; 
  position: relative; 
  margin:10px 10px 20px 10px
}




