/*YOUR CUSTOM STYLES*/
/* if the page empty or content is not long enouph extend the container hieght */
.full-hieght-container{
  min-height: 500px;
}
.control-label .required {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
}

.product-thumb .product-actions-list li{
  display: inline-block;
}
/*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%;*/
 }
 .member-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: 35%;
    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*/

.member_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;
}

/* custom css for checkout summary  (used in checkout view and payment view)*/
.borderless td, .borderless th {
    border: none !important;
}

/**
 * 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{
    height:380px;
    width:100%;
}
.shop-top-promotion img {
    height: 480px;
    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;
}
.portal_welcom_msg{
    font-family: impact;
    padding-left: 5px;
}
@media all and (min-width: 600px) {
  .portal_welcom_msg{
    font-size: 23px !important;
    /*text-shadow: 1px 1px 4px;*/
  }
}
@media all and (max-width: 600px) {
  .portal_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:  auto;
  max-width: 85%;

  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;
}

.disabled_secondary_member_panel > *  {

background-color: #999999;

}
.disabled_secondary_member_panel  h4  {

background-color: #999999;

}
.disabled_secondary_member_panel  a  {
pointer-events: none;
background-color: #999999;
}


.flexnav > li > a {
  /*padding: 0 10px;*/
}
.checkout_notes{
  width:100%;
  height: 65px;
}

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


.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%); 
    }


/********** addons **********/

.addons-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.addons-list ul {
  list-style: none;
}
.addons-list li ul {
  margin-left: 25px;
}
.addon {
  margin-bottom: 15px;
  overflow: hidden;
}

.addon .addon-inner {
  width: 100%;
  display: table;
  margin: 3px 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e6e6e6;
}
.addon .addon-name{
  font-size: 16px;
  color: #7d7d7d;
  margin: 0;
}
.addon .addon-price {
    float: right;
    display: block;
    line-height: 30px;
    text-align: center;
    height: 30px;
    font-weight: 600;
    color: #fff;
    padding: 0 7px;
    background: #1f93c8;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.addon .addon-description{
  /*padding:  5px 0px 5px 0px;*/
}
.addon .addon-like {
  float: right;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  font-size: 12px;
  font-weight: bold;
}
.addon .addon-like [class^="fa fa-"] {
  font-weight: normal;
}
.addon .addon-reply {
  [class^="fa fa-"]: 13px;
}
.addon:hover .addon-like {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}


/**** anniual renewal *****/
.annual-renewal-message{
    font-size: 15px;
    color: #7d7d7d;
    margin: 0;
    display: inline-block;
}
