/**************************************************************************************
* DEFAULT FONTS
**************************************************************************************/
@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/HelveticaNeueLight.eot');
  font-weight: 300;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/HelveticaNeueLight.woff') format('woff'), url('https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/HelveticaNeueLight.svg#HelveticaNeue-Light') format('svg');
  font-weight: 300;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/HelveticaNeue.eot');
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/HelveticaNeue.woff') format('woff'), url('https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/HelveticaNeue.svg#HelveticaNeue') format('svg');
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/HelveticaNeueMedium.eot');
  font-weight: 600;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/HelveticaNeueMedium.woff') format('woff'), url('https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/HelveticaNeueMedium.svg#HelveticaNeue-Medium') format('svg');
  font-weight: 600;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/HelveticaNeueBold.eot');
  font-weight: bold;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/HelveticaNeueBold.woff') format('woff'), url('https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/HelveticaNeueBold.svg#HelveticaNeue-Bold') format('svg');
  font-weight: bold;
}
/**************************************************************************************/
/* MAIN EMED STYLE - LOTS OF GENERIC STYLING */
/**************************************************************************************/
@media only screen and (max-device-width: 480px) {
  #page {
    margin: 0 17px 0 0 !important;
  }
  #main {
    margin: 0 17px 0 0 !important;
  }
  #shopping-cart.top {
    top: initial !important;
    position: relative !important;
    margin-left: 0 !important;
  }
  #scrollwrap {
    display: none !important;
  }
  .productAdded {
    position: absolute;
    top: 150px;
    width: 150px;
    height: 100px;
    left: 0;
    background: #D2E4EF;
    display: none;
  }
  .productAdded.show {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #page {
    margin: 0 17px 0 0 !important;
  }
  #main {
    margin: 0 17px 0 0 !important;
  }
  #shopping-cart.top {
    top: initial !important;
    position: relative !important;
    margin-left: 0 !important;
  }
  #scrollwrap {
    display: none !important;
  }
  .productAdded {
    position: absolute;
    top: 150px;
    width: 150px;
    height: 100px;
    left: 0;
    background: #D2E4EF;
    display: none;
  }
  .productAdded.show {
    display: block;
  }
}
html {
  background-color: transparent;
}
body {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, arial, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #444444;
}
/**************************************************************************************
* WRAPPER
**************************************************************************************/
#wrapper {
  width: 1600px;
  padding: 0px 3%;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (min-width: 1601px) {
  #wrapper {
    width: 100%;
    padding: 0px 10%;
    max-width: 1800px;
  }
}
@media screen and (max-width: 1600px) {
  #wrapper {
    width: 100%;
  }
}
#page {
  width: 100%;
}
/**************************************************************************************
* DEFAULT A LINKS
**************************************************************************************/
a {
  color: #0D93BC;
  text-decoration: none;
}
a:hover {
  color: #1D5179;
  /*color:#07305b;*/
  /*color:#70B5D3;*/
}
/**************************************************************************************
* IMAGE LINKS / LINK IMAGES
**************************************************************************************/
a img {
  border: 0;
  outline: none;
}
img a {
  border: 0;
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  width: 100%;
}
/**************************************************************************************
* HEADINGS
**************************************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #005286;
  text-decoration: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #33bdee;
}
h1 {
  color: #07305b;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
}
h2 {
  color: #07305b;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-weight: normal;
  margin: 0;
  line-height: 1.5;
}
h2 span {
  font-weight: 300;
}
h2.widgettitle {
  color: #07305b;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-transform: none;
}
h3 {
  font-size: 18.5px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, arial, sans-serif;
  text-decoration: none;
  font-weight: 600;
  color: #07305b;
}
h3 span {
  font-weight: 300;
}
h4 {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, arial, sans-serif;
  font-weight: 600;
}
h5 {
  margin: 0;
  padding: 0;
}
h5.productname {
  min-height: 50px;
  overflow: hidden;
}
h5.productname a {
  font-size: 14px !important;
}
.darkblue {
  color: #02416E;
}
/**************************************************************************************
* ALIGNMENT OF IMAGES
**************************************************************************************/
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/**************************************************************************************
* DEFAULT BUTTONS
**************************************************************************************/
.btn,
.button,
.woocommerce a.button,
.woocommerce #checkout #checkout-button,
.woocommerce #cart INPUT.update-button,
FORM#cart big a,
#slideshow .slides a,
#shopping-cart .mini-cart-group .button,
.woocommerce #shopping-cart .mini-cart-group .button,
a.readmore,
.acf-form input[type="submit"],
#loginform #wp-submit,
.woocommerce #content table.cart td.actions .button.alt,
.woocommerce #content table.cart td.actions .input-text + .button,
.woocommerce table.cart td.actions .button.alt,
.woocommerce table.cart td.actions .input-text + .button,
.woocommerce-page #content table.cart td.actions .button.alt,
.woocommerce-page #content table.cart td.actions .input-text + .button,
.woocommerce-page table.cart td.actions .button.alt,
.woocommerce-page table.cart td.actions .input-text + .button,
.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button,
.woocommerce button.button.alt,
#commentform input[type="submit"] {
  display: inline-block;
  padding: 0px 12px;
  text-align: center;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, arial, sans-serif;
  font-weight: normal;
  background-color: #005286;
  background-repeat: no-repeat;
  font-size: 14px;
  border-radius: 4px;
  color: #07305b;
  cursor: pointer;
  font-weight: 600;
  padding: 5px 20px;
}
.btn:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce #checkout #checkout-button:hover,
.woocommerce #cart INPUT.update-button:hover,
FORM#cart big a:hover,
#slideshow .slides a:hover,
#shopping-cart .mini-cart-group .button:hover,
.woocommerce #shopping-cart .mini-cart-group .button:hover,
a.readmore:hover,
.acf-form input[type="submit"]:hover,
#loginform #wp-submit:hover,
.woocommerce #content table.cart td.actions .button.alt:hover,
.woocommerce #content table.cart td.actions .input-text + .button:hover,
.woocommerce table.cart td.actions .button.alt:hover,
.woocommerce table.cart td.actions .input-text + .button:hover,
.woocommerce-page #content table.cart td.actions .button.alt:hover,
.woocommerce-page #content table.cart td.actions .input-text + .button:hover,
.woocommerce-page table.cart td.actions .button.alt:hover,
.woocommerce-page table.cart td.actions .input-text + .button:hover,
.woocommerce #content table.cart td.actions .button:hover,
.woocommerce table.cart td.actions .button:hover,
.woocommerce-page #content table.cart td.actions .button:hover,
.woocommerce-page table.cart td.actions .button:hover,
.woocommerce button.button.alt:hover,
#commentform input[type="submit"]:hover {
  background-color: #02406e;
  border-color: #ffffff;
  color: white;
}
.btn.light,
.button.light,
.woocommerce a.button.light,
.woocommerce #checkout #checkout-button.light,
.woocommerce #cart INPUT.update-button.light,
FORM#cart big a.light,
#slideshow .slides a.light,
#shopping-cart .mini-cart-group .button.light,
.woocommerce #shopping-cart .mini-cart-group .button.light,
a.readmore.light,
.acf-form input[type="submit"].light,
#loginform #wp-submit.light,
.woocommerce #content table.cart td.actions .button.alt.light,
.woocommerce #content table.cart td.actions .input-text + .button.light,
.woocommerce table.cart td.actions .button.alt.light,
.woocommerce table.cart td.actions .input-text + .button.light,
.woocommerce-page #content table.cart td.actions .button.alt.light,
.woocommerce-page #content table.cart td.actions .input-text + .button.light,
.woocommerce-page table.cart td.actions .button.alt.light,
.woocommerce-page table.cart td.actions .input-text + .button.light,
.woocommerce #content table.cart td.actions .button.light,
.woocommerce table.cart td.actions .button.light,
.woocommerce-page #content table.cart td.actions .button.light,
.woocommerce-page table.cart td.actions .button.light,
.woocommerce button.button.alt.light,
#commentform input[type="submit"].light {
  background-color: #F1F2F2;
  color: #07305B;
  border-color: #F1F2F2;
}
.btn.light:hover,
.button.light:hover,
.woocommerce a.button.light:hover,
.woocommerce #checkout #checkout-button.light:hover,
.woocommerce #cart INPUT.update-button.light:hover,
FORM#cart big a.light:hover,
#slideshow .slides a.light:hover,
#shopping-cart .mini-cart-group .button.light:hover,
.woocommerce #shopping-cart .mini-cart-group .button.light:hover,
a.readmore.light:hover,
.acf-form input[type="submit"].light:hover,
#loginform #wp-submit.light:hover,
.woocommerce #content table.cart td.actions .button.alt.light:hover,
.woocommerce #content table.cart td.actions .input-text + .button.light:hover,
.woocommerce table.cart td.actions .button.alt.light:hover,
.woocommerce table.cart td.actions .input-text + .button.light:hover,
.woocommerce-page #content table.cart td.actions .button.alt.light:hover,
.woocommerce-page #content table.cart td.actions .input-text + .button.light:hover,
.woocommerce-page table.cart td.actions .button.alt.light:hover,
.woocommerce-page table.cart td.actions .input-text + .button.light:hover,
.woocommerce #content table.cart td.actions .button.light:hover,
.woocommerce table.cart td.actions .button.light:hover,
.woocommerce-page #content table.cart td.actions .button.light:hover,
.woocommerce-page table.cart td.actions .button.light:hover,
.woocommerce button.button.alt.light:hover,
#commentform input[type="submit"].light:hover {
  background-color: #02406e;
  border-color: #07305b;
  color: white;
}
.btn.add_to_cart_button.product_type_simple,
.button.add_to_cart_button.product_type_simple,
.woocommerce a.button.add_to_cart_button.product_type_simple,
.woocommerce #checkout #checkout-button.add_to_cart_button.product_type_simple,
.woocommerce #cart INPUT.update-button.add_to_cart_button.product_type_simple,
FORM#cart big a.add_to_cart_button.product_type_simple,
#slideshow .slides a.add_to_cart_button.product_type_simple,
#shopping-cart .mini-cart-group .button.add_to_cart_button.product_type_simple,
.woocommerce #shopping-cart .mini-cart-group .button.add_to_cart_button.product_type_simple,
a.readmore.add_to_cart_button.product_type_simple,
.acf-form input[type="submit"].add_to_cart_button.product_type_simple,
#loginform #wp-submit.add_to_cart_button.product_type_simple,
.woocommerce #content table.cart td.actions .button.alt.add_to_cart_button.product_type_simple,
.woocommerce #content table.cart td.actions .input-text + .button.add_to_cart_button.product_type_simple,
.woocommerce table.cart td.actions .button.alt.add_to_cart_button.product_type_simple,
.woocommerce table.cart td.actions .input-text + .button.add_to_cart_button.product_type_simple,
.woocommerce-page #content table.cart td.actions .button.alt.add_to_cart_button.product_type_simple,
.woocommerce-page #content table.cart td.actions .input-text + .button.add_to_cart_button.product_type_simple,
.woocommerce-page table.cart td.actions .button.alt.add_to_cart_button.product_type_simple,
.woocommerce-page table.cart td.actions .input-text + .button.add_to_cart_button.product_type_simple,
.woocommerce #content table.cart td.actions .button.add_to_cart_button.product_type_simple,
.woocommerce table.cart td.actions .button.add_to_cart_button.product_type_simple,
.woocommerce-page #content table.cart td.actions .button.add_to_cart_button.product_type_simple,
.woocommerce-page table.cart td.actions .button.add_to_cart_button.product_type_simple,
.woocommerce button.button.alt.add_to_cart_button.product_type_simple,
#commentform input[type="submit"].add_to_cart_button.product_type_simple {
  background-image: url("https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/../images/cart_03.png");
  background-color: #005286;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 22px auto;
  border-color: #082f5a;
  color: white;
  line-height: 14px;
  padding-left: 44px;
}
.btn.add_to_cart_button.product_type_simple:hover,
.button.add_to_cart_button.product_type_simple:hover,
.woocommerce a.button.add_to_cart_button.product_type_simple:hover,
.woocommerce #checkout #checkout-button.add_to_cart_button.product_type_simple:hover,
.woocommerce #cart INPUT.update-button.add_to_cart_button.product_type_simple:hover,
FORM#cart big a.add_to_cart_button.product_type_simple:hover,
#slideshow .slides a.add_to_cart_button.product_type_simple:hover,
#shopping-cart .mini-cart-group .button.add_to_cart_button.product_type_simple:hover,
.woocommerce #shopping-cart .mini-cart-group .button.add_to_cart_button.product_type_simple:hover,
a.readmore.add_to_cart_button.product_type_simple:hover,
.acf-form input[type="submit"].add_to_cart_button.product_type_simple:hover,
#loginform #wp-submit.add_to_cart_button.product_type_simple:hover,
.woocommerce #content table.cart td.actions .button.alt.add_to_cart_button.product_type_simple:hover,
.woocommerce #content table.cart td.actions .input-text + .button.add_to_cart_button.product_type_simple:hover,
.woocommerce table.cart td.actions .button.alt.add_to_cart_button.product_type_simple:hover,
.woocommerce table.cart td.actions .input-text + .button.add_to_cart_button.product_type_simple:hover,
.woocommerce-page #content table.cart td.actions .button.alt.add_to_cart_button.product_type_simple:hover,
.woocommerce-page #content table.cart td.actions .input-text + .button.add_to_cart_button.product_type_simple:hover,
.woocommerce-page table.cart td.actions .button.alt.add_to_cart_button.product_type_simple:hover,
.woocommerce-page table.cart td.actions .input-text + .button.add_to_cart_button.product_type_simple:hover,
.woocommerce #content table.cart td.actions .button.add_to_cart_button.product_type_simple:hover,
.woocommerce table.cart td.actions .button.add_to_cart_button.product_type_simple:hover,
.woocommerce-page #content table.cart td.actions .button.add_to_cart_button.product_type_simple:hover,
.woocommerce-page table.cart td.actions .button.add_to_cart_button.product_type_simple:hover,
.woocommerce button.button.alt.add_to_cart_button.product_type_simple:hover,
#commentform input[type="submit"].add_to_cart_button.product_type_simple:hover {
  background-color: #02406e;
  color: #FFFFFF;
  border-color: #33bdee;
  /*background-image:url("https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/../images/add-to-cart-bg-hover.png");
            .retina-image("../images/add-to-cart-bg-hover@2x.png");*/
}
.btn.add_to_cart_button.product_type_variable,
.button.add_to_cart_button.product_type_variable,
.woocommerce a.button.add_to_cart_button.product_type_variable,
.woocommerce #checkout #checkout-button.add_to_cart_button.product_type_variable,
.woocommerce #cart INPUT.update-button.add_to_cart_button.product_type_variable,
FORM#cart big a.add_to_cart_button.product_type_variable,
#slideshow .slides a.add_to_cart_button.product_type_variable,
#shopping-cart .mini-cart-group .button.add_to_cart_button.product_type_variable,
.woocommerce #shopping-cart .mini-cart-group .button.add_to_cart_button.product_type_variable,
a.readmore.add_to_cart_button.product_type_variable,
.acf-form input[type="submit"].add_to_cart_button.product_type_variable,
#loginform #wp-submit.add_to_cart_button.product_type_variable,
.woocommerce #content table.cart td.actions .button.alt.add_to_cart_button.product_type_variable,
.woocommerce #content table.cart td.actions .input-text + .button.add_to_cart_button.product_type_variable,
.woocommerce table.cart td.actions .button.alt.add_to_cart_button.product_type_variable,
.woocommerce table.cart td.actions .input-text + .button.add_to_cart_button.product_type_variable,
.woocommerce-page #content table.cart td.actions .button.alt.add_to_cart_button.product_type_variable,
.woocommerce-page #content table.cart td.actions .input-text + .button.add_to_cart_button.product_type_variable,
.woocommerce-page table.cart td.actions .button.alt.add_to_cart_button.product_type_variable,
.woocommerce-page table.cart td.actions .input-text + .button.add_to_cart_button.product_type_variable,
.woocommerce #content table.cart td.actions .button.add_to_cart_button.product_type_variable,
.woocommerce table.cart td.actions .button.add_to_cart_button.product_type_variable,
.woocommerce-page #content table.cart td.actions .button.add_to_cart_button.product_type_variable,
.woocommerce-page table.cart td.actions .button.add_to_cart_button.product_type_variable,
.woocommerce button.button.alt.add_to_cart_button.product_type_variable,
#commentform input[type="submit"].add_to_cart_button.product_type_variable {
  background-color: #e2e2e2;
  color: #005286;
  border-color: #082F5A;
  padding-left: 20px;
  background-size: 15px 15px;
  background-position: 12px center;
  background-repeat: no-repeat;
  /*background-image:url("https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/../images/cart_03.png");
        /*.retina-image("../images/add-to-cart-bg@2x.png");*/
}
.btn.add_to_cart_button.product_type_variable:hover,
.button.add_to_cart_button.product_type_variable:hover,
.woocommerce a.button.add_to_cart_button.product_type_variable:hover,
.woocommerce #checkout #checkout-button.add_to_cart_button.product_type_variable:hover,
.woocommerce #cart INPUT.update-button.add_to_cart_button.product_type_variable:hover,
FORM#cart big a.add_to_cart_button.product_type_variable:hover,
#slideshow .slides a.add_to_cart_button.product_type_variable:hover,
#shopping-cart .mini-cart-group .button.add_to_cart_button.product_type_variable:hover,
.woocommerce #shopping-cart .mini-cart-group .button.add_to_cart_button.product_type_variable:hover,
a.readmore.add_to_cart_button.product_type_variable:hover,
.acf-form input[type="submit"].add_to_cart_button.product_type_variable:hover,
#loginform #wp-submit.add_to_cart_button.product_type_variable:hover,
.woocommerce #content table.cart td.actions .button.alt.add_to_cart_button.product_type_variable:hover,
.woocommerce #content table.cart td.actions .input-text + .button.add_to_cart_button.product_type_variable:hover,
.woocommerce table.cart td.actions .button.alt.add_to_cart_button.product_type_variable:hover,
.woocommerce table.cart td.actions .input-text + .button.add_to_cart_button.product_type_variable:hover,
.woocommerce-page #content table.cart td.actions .button.alt.add_to_cart_button.product_type_variable:hover,
.woocommerce-page #content table.cart td.actions .input-text + .button.add_to_cart_button.product_type_variable:hover,
.woocommerce-page table.cart td.actions .button.alt.add_to_cart_button.product_type_variable:hover,
.woocommerce-page table.cart td.actions .input-text + .button.add_to_cart_button.product_type_variable:hover,
.woocommerce #content table.cart td.actions .button.add_to_cart_button.product_type_variable:hover,
.woocommerce table.cart td.actions .button.add_to_cart_button.product_type_variable:hover,
.woocommerce-page #content table.cart td.actions .button.add_to_cart_button.product_type_variable:hover,
.woocommerce-page table.cart td.actions .button.add_to_cart_button.product_type_variable:hover,
.woocommerce button.button.alt.add_to_cart_button.product_type_variable:hover,
#commentform input[type="submit"].add_to_cart_button.product_type_variable:hover {
  background-color: #005286;
  color: #ffffff;
  border-color: #33bdee;
  /*background-image:url("https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/../images/add-to-cart-bg-hover.png");
            .retina-image("../images/add-to-cart-bg-hover@2x.png");*/
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover {
  background-color: #02406e;
  color: #ffffff;
}
.largest {
  color: #005286;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, arial, sans-serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 35px;
}
.blue-btn {
  background: url("https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/../images/btn-bg.jpg") no-repeat scroll 0 0 transparent;
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 15px;
  height: 27px;
  font-weight: normal;
  margin: 0 0 15px;
  overflow: hidden;
  padding: 4px 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 180px;
}
.blue-btn:hover {
  text-decoration: underline;
  color: #FFF;
}
.menu-navigation-container {
  float: left;
}
.menu-search-container {
  float: left;
  width: 150px;
}
.menu-topics-container {
  float: left;
  clear: left;
  margin: -5px 0 10px;
  width: 210px;
}
.menu-conditions-container {
  float: left;
  clear: left;
  margin: -5px 0 10px;
  width: 210px;
}
#sResultLeft {
  width: 400px;
  float: left;
}
#sResultRight {
  width: 250px;
  float: right;
}
#sResultRight img {
  width: 200px;
  margin: auto;
}
#fullWrapper {
  float: left;
  clear: both;
  width: 100%;
}
#fullWrapper.grey {
  background-color: #F1F2F2;
}
#fullWrapper.lightblue {
  background-color: #d2e4ef;
  padding: 25px 0px;
}
#fullWrapper.footer {
  border-top: 1px solid #d0d0d0;
  min-width: 100%;
  position: relative;
}
.floatLeft {
  float: left;
  margin: 0 1em 1em 0;
}
.floatRight {
  float: right !important;
  margin: 0 0 1em 1em;
}
.topBtmPad30 {
  padding: 30px 0px;
}
#loginform #user_login,
#loginform #user_pass {
  border-radius: 3px;
  border: 1px solid #DDD;
}
#loginform #wp-submit {
  float: right;
}
.btn a {
  color: #07305b;
}
.btn a:hover {
  color: #1F537B;
}
.cart-head {
  float: left;
  color: #07305b;
}
.cart-head img {
  float: left;
  display: block;
}
.goShopping {
  font-weight: bold;
  color: #07305b;
}
/*  MAIN CONTENT */
#main {
  clear: left;
  float: left;
  margin: 0 0 0;
  width: 100%;
  background-color: white;
}
#main-content-page {
  clear: left;
  float: left;
  width: 100%;
}
#article-banner {
  background: none repeat scroll 0 0 #FFFFFF;
  clear: left;
  float: left;
  height: 135px;
  margin: -6px 0 0 2px;
  padding: 0 20px 0 50px;
  width: 914px;
}
#article-banner.hidden-banner {
  display: none;
}
#page-divider.hidden-banner {
  visibility: hidden;
}
.article-text {
  font-size: 50px;
  color: #4eb4e2;
  padding: 35px 20px;
  font-weight: normal;
}
#article-banner-img {
  float: left;
  width: 200px;
}
#article-banner-heading {
  float: left;
  width: 674px;
  font-size: 50px;
  color: #4eb4e2;
  padding: 35px 20px;
  font-weight: normal;
}
#page-divider {
  background: url("https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/../images/article_top_08a.jpg") no-repeat scroll 0 0 #ffffff;
  clear: left;
  float: left;
  height: 138px;
  margin: 0 0 0 2px;
  width: 987px;
}
#content-wide {
  float: right;
  margin: 20px 0 20px;
  padding: 0 30px 00px;
  width: 100%;
  box-sizing: border-box;
}
#content {
  float: right;
  margin: 18px 0 20px;
  padding: 0;
  position: relative;
  top: -6px;
  width: 728px;
  width: 75%;
  z-index: 5;
}
#breadcrumbs {
  /*    border-bottom: 1px solid #CCCCCC;
*/
  clear: left;
  float: left;
  padding: 10px 0 10px;
  width: 100%;
  position: relative;
}
#breadcrumbs a {
  float: none;
  width: auto;
}
.breadcrumbs {
  overflow: hidden;
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 12px;
}
#breadcrumbs .breadcrumbs a:hover {
  color: #02416E;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #0D93BC;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 0px;
  padding: 0px;
  font-size: inherit;
  color: inherit;
}
.print {
  float: right;
  font-size: 11px;
  margin: -5px 0 0;
  padding: 0 10px 0 0;
  text-align: left;
  width: 80px;
}
.print a {
  color: #808080;
  font-size: 11px;
}
.print a:hover {
  color: #000;
  text-decoration: none;
}
.printButton {
  float: right;
  text-align: right;
  width: 500px;
}
#content-copy {
  clear: left;
  float: left;
  padding: 0px 0 0;
  width: 100%;
}
#content-copy p {
  line-height: 1.71em !important;
}
#content-copy li {
  line-height: 1.71em !important;
}
#content-copy-wide {
  clear: left;
  float: left;
  padding: 20px 0 0;
  width: 100%;
}
#home-banner {
  background: url("https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/../images/home-banner.jpg") no-repeat scroll 0 0 transparent;
  clear: left;
  float: left;
  height: 418px;
  width: 100%;
}
#home-main {
  float: left;
  clear: left;
  width: 100%;
}
#main-image {
  float: left;
  width: 100%;
  overflow: hidden;
}
#main-img {
  left: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 461px;
  z-index: 99999;
  text-align: center;
}
#main-img img {
  text-align: center;
}
#main-text {
  font-weight: normal;
  width: 40%;
  z-index: 99999;
  font-size: 14px;
  color: #58595b;
  padding-top: 64px;
  position: absolute;
  right: 0px;
  padding-right: 10%;
}
/**************************************************************************************/
/* COMMENT FORM */
/**************************************************************************************/
#commentform .form-allowed-tags {
  display: none;
}
#commentform .comment-form-comment label {
  float: left;
  clear: left;
}
#commentform .comment-form-comment textarea {
  float: left;
  clear: left;
  margin-bottom: 15px;
}
#commentform .form-submit {
  float: left;
  clear: left;
  width: 100%;
  text-align: right;
}
.avatar-div {
  float: left;
  clear: left;
}
.user-role {
  clear: left;
  float: left;
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
}
.user-info {
  clear: left;
  float: left;
  font-size: 11px;
  line-height: 16px;
  margin: 0 0 10px;
}
.notifications {
  background: none repeat scroll 0 0 #D2E4EF;
  border: 1px solid #02416E;
  border-radius: 5px 5px 5px 5px;
  clear: both;
  color: #444444;
  float: left;
  margin: 0 0 20px;
  padding: 20px;
  width: 100%;
  width: calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
}
.notifications * {
  margin-bottom: 0px;
}
.notifications p {
  margin: 10px;
}
DIV#previous-prescription-item .notifications {
  padding: 20px;
  background-color: #eee;
  border: 0px;
}
#recommendations {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 5px 5px;
  clear: left;
  float: left;
  margin: 0 0 20px;
  padding: 0 20px;
  width: 590px;
}
#rec-comment {
  border-left: 1px solid #D2E4EF;
  float: right;
  margin: 20px 0;
  padding: 0 0 0 20px;
  width: 240px;
}
#comments h3 {
  margin: 0 0 10px;
}
#products_arts {
  float: left;
  width: 314px;
  margin: 20px 0;
}
#products_arts h3 {
  margin: 0 0 10px;
}
#products {
  float: left;
  clear: left;
}
#articles {
  border-top: 1px solid #D2E4EF;
  clear: left;
  float: left;
  margin: 20px 0 0;
  padding: 20px 0;
  width: 100%;
  height: 26px;
  line-height: 26px;
}
.down-button {
  float: right;
  margin: 20px 0 1em 1em;
}
#comment {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 5px 5px;
  clear: left;
  float: left;
  margin: 0 0 0;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}
#rec-comments {
  float: right;
  margin: 0 10px 0 0;
  width: 260px;
}
.product_arts {
  float: left;
  margin: 20px 0 0 !important;
}
#rProductsHolder {
  float: left;
  clear: left;
  width: 100%;
}
#rProductsHolder ul {
  margin: 0;
  padding: 0;
}
#rProductsHolder h5.productname {
  height: auto;
}
.rec-arts {
  float: left;
  width: 100%;
}
.articleContainer label {
  float: left;
  padding: 7px 5px 0 0;
}
.articleContainer input {
  float: left;
  margin: 0px 5px 5px 0 !important;
  padding: 2px 5px;
}
.articleContainer a.searchLink {
  float: left !important;
  margin: 0 0 0 2px;
}
/**************************************************************************************/
/* THAT RANDOM AS LINE CODE */
/**************************************************************************************/
.dashboard-section {
  margin-bottom: 20px;
}
body.post-type-archive-user-dashboard .archive-header h2,
body.single-user-dashboard .archive-header h2,
body.post-type-archive-user-dashboard .woocommerce h2,
body.single-user-dashboard .woocommerce h2 {
  padding-bottom: 10px;
  margin-bottom: 15px;
}
body.post-type-archive-user-dashboard .woocommerce h2:last-child,
body.single-user-dashboard .woocommerce h2:last-child {
  margin-bottom: 0px;
}
body.post-type-archive-user-dashboard .archive-header:last-child h2,
body.single-user-dashboard .archive-header:last-child h2 {
  margin-bottom: 0px;
}
.archive-header + .break {
  display: none;
}
.break {
  background: none repeat scroll 0 0 #02416E;
  clear: left;
  float: left;
  height: 1px;
  margin: 0 0 15px;
  width: 100%;
}
/**************************************************************************************/
/* END RANDOM ASS LINE CODE */
/**************************************************************************************/
#productsHolder {
  float: left;
  clear: left;
}
#articleHolder {
  float: left;
  clear: left;
  width: 100%;
}
.articleContainer,
productContainer {
  border-top: 1px dotted;
  margin: 0px 0px 10px 0px !important;
  padding: 5px 0px 0px !important;
  position: relative;
}
.articleContainer input {
  clear: left;
  float: left;
  width: 194px;
}
.articleContainer a#addArticleLink {
  float: right;
  clear: right;
  width: 65px;
  text-align: center;
  height: 26px;
  line-height: 26px;
}
.articleContainer select {
  margin-top: 5px !important;
  width: 100% !important;
}
#recommendationComments {
  margin: 10px 0;
}
h2.gsection_title {
  color: #07305C;
  font-size: 22px !important;
  font-weight: normal;
  text-transform: none;
  font-weight: normal !important;
}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
  float: left;
}
.gform_wrapper li#field_3_58 ul.gfield_radio li {
  float: left;
  width: 5%;
}
.gform_wrapper .ginput_container_radio:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.gform_wrapper .ginput_container_radio {
  display: block;
}
.gform_wrapper textarea.medium {
  height: 75px !important;
}
#field_12_16,
#field_12_24,
#field_12_18,
#field_12_25,
#field_12_21,
#field_12_26,
#field_12_20,
#field_12_25,
#field_12_22,
#field_12_20,
#field_12_27,
#field_12_19,
#field_12_26 {
  clear: none;
  display: inline !important;
  float: left;
  width: 41% !important;
}
#input_12_36 li {
  width: 33%;
}
.gform_previous_button {
  float: left !important;
  clear: none !important;
}
.edit-link {
  float: left;
  clear: left;
  margin: 20px 0;
}
input#insert_user {
  background: url("https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/../images/btn-bg.jpg") no-repeat scroll 0 0 #1488c4;
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 4px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 180px;
  border: none;
  clear: both;
}
div.comments-area {
  background: none repeat scroll 0 0 #F1F2F2;
  border: 1px solid #082F5A;
  border-radius: 5px 5px 5px 5px;
  clear: left;
  color: #444444;
  float: left;
  margin: 20px 0 10px;
  padding: 20px 20px 0;
  width: 100%;
  box-sizing: border-box;
}
ul.commentlist {
  list-style-type: none;
  margin: 10px 0 0;
  padding: 0;
}
article.comment {
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 5px 5px;
  margin: 0;
  padding: 20px;
}
.comment-content p.edit-link {
  display: none;
}
ul.sidebar_login_links {
  margin: 10px 0 0 0 !important;
  float: left;
  width: 100%;
  padding: 0;
}
ul.sidebar_login_links li {
  margin: 5px 0;
  float: left;
  width: 100%;
}
.really_simple_share_prepend_above {
  display: none;
}
.question {
  font-weight: bold;
  color: #4EB4E2;
}
.gsection_title {
  margin: 20px 0 10px;
}
ul.comment-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li.comment {
  border-bottom: 1px solid #DDDDDD;
  float: left;
  margin: 10px 0 0;
  padding: 10px 0;
}
div.reply {
  float: right;
}
div.comment-author cite.fn {
  font-weight: bold;
}
div#respond {
  float: left;
  clear: left;
  margin: 10px 0 0;
  width: 100%;
}
h1.comments-title {
  margin: 0;
}
/*  PRESCRIPTIONS  */
.preferences-edit {
  border: 1px solid #DDDDDD;
  padding: 20px 10px;
  position: absolute;
  right: 50px;
  width: 172px;
}
.gchoice_1_1 {
  display: none !important;
}
#oclinks_pge1 {
  display: none !important;
}
.note {
  background: #E8F3FA;
  clear: left;
  color: #000000;
  float: left;
  padding: 0 2%;
  width: 96%;
}
.note *:last-child {
  margin-bottom: 0px;
}
.note a {
  color: #02416E;
}
.overShroud {
  width: 290px;
}
.overShroud.restrictedBox {
  position: relative;
  top: 0px;
  left: 0px;
  margin-left: 0px;
  margin-top: 0px;
  width: 100%;
  height: 190px;
}
.restricted {
  background: #082F5A;
  clear: left;
  color: #FFFFFF;
  float: left;
  padding: 10px;
  width: 270px;
}
.signups-logins {
  background: #EBE9EB;
  clear: left;
  color: #414042;
  float: left;
  padding: 10px;
  width: 270px;
  margin: 0 0 20px;
}
.preferences {
  border: 1px solid #DDDDDD;
  padding: 20px 10px;
  position: absolute;
  right: 50px;
  width: 172px;
}
.floatright {
  float: right;
  margin: 0 0 1em 1em;
}
iframe[id^="oauth2relay"] {
  position: fixed !important;
}
.productAdded {
  background: none repeat scroll 0 0 #D2E4EF;
  display: none;
  height: 95px;
  left: 24px;
  padding: 0 5px;
  position: absolute;
  text-align: center;
  top: 73px;
  width: 104px;
  z-index: 9;
}
.productAdded.show {
  display: block;
}
/**********************************************************************************************************************************************************/
/* RESTRICTED PRODUCT MESSAGE  */
/**********************************************************************************************************************************************************/
.product-slide .not-allowed {
  width: 90%;
  margin: 5%;
}
.not-allowed {
  width: 100%;
  position: absolute;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  height: 205px;
  color: #414042;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
}
.not-allowed.under {
  background-color: white;
  opacity: 0.75;
}
.featured-on-emed-wrapper .not-allowed.under {
  padding-top: 100%;
}
.not-allowed.message {
  padding-top: 135px;
  height: 205px;
  background-image: url("https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/../images/new-lock.png");
  background-position: center 30px;
  background-repeat: no-repeat;
}
a.readmore.centre {
  text-align: center;
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: 94px;
}
#featured-conditions-wrapper h2 {
  margin-bottom: 20px;
  text-align: center;
}
/**********************************************************************************************************************************************************/
/* RELATED PRODUCTS */
/**********************************************************************************************************************************************************/
#relatedProductsHolder {
  float: left;
  width: 100%;
  clear: both;
  position: relative;
}
#relatedProductsHolder .relatedProduct {
  float: left;
  width: 25%;
  padding: 2%;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
#relatedProductsHolder .relatedProduct .relatedProductsImage {
  margin-bottom: 20px;
  min-height: 150px;
  display: -moz-box;
  display: -webkit-box;
  display: box;
  box-pack: center;
  box-align: center;
  -moz-box-pack: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
#relatedProductsHolder .relatedProduct:nth-of-type(4n-7) {
  clear: left;
}
#relatedProductsHolder .relatedProduct h3 {
  display: block;
  width: 100%;
  text-align: center;
  min-height: 50px;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  #relatedProductsHolder .relatedProduct {
    width: 50%;
  }
  #relatedProductsHolder .relatedProduct:nth-of-type(odd) {
    clear: left;
  }
}
#livechat-full iframe div.outline {
  background-color: #02406E !important;
}
.woocommerce ul {
  margin: 0;
  padding: 0;
}
form.validate {
  float: left;
  clear: left;
  width: 100%;
}
/**********************************************************************************************************************************************************/
/* 5.2 ADDITIONS */
/**********************************************************************************************************************************************************/
body.user-dashboard-prescribe-patients #ui-datepicker-div {
  display: none;
}
/* taken from style-shared.css which is now empty and removed */
div.panes {
  float: left;
  clear: both;
  width: 100%;
}
div.panes > div {
  padding-top: 10px;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
/* EMED 5.3 ADDITIONS */
#hiddenOptions {
  height: 30px;
  line-height: 30px;
}
/* none of this is used until ... */
.cat-post.shopp-restricted-search {
  height: 175px;
}
.cat-post.shopp-restricted-search .not-allowed.under.search {
  width: 100%;
  height: 155px;
  opacity: 0.6;
}
.cat-post.shopp-restricted-search .not-allowed.message {
  width: 100%;
  height: 35px;
}
.cat-post.shopp-restricted-search .cat-text {
  padding-left: 10px;
}
/* ... up until here, instead this is now used ... */
.cat-post.search-shroud .cat-img {
  padding: 0px;
}
/* ... until here */
#sidebar #advSearchformSidebar {
  display: none;
}
#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
  z-index: 9999;
  display: none;
}
#loader {
  background: none repeat scroll 0 0 #ffffff;
  display: none;
  height: 200px;
  left: 50%;
  margin-left: -211px;
  margin-top: -121px;
  padding: 20px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 379px;
  z-index: 99999;
}
/**************************************************************************************/
/* NEWS, CLINIC, ETC STYLINGS */
/**************************************************************************************/
.cat-post {
  float: left;
  width: 100%;
  border-top: 1px #DDDDDD solid;
  padding: 15px 0;
}
.news-text {
  float: left;
  height: 158px;
  overflow: hidden;
  padding: 0 30px 0 0;
  width: 480px;
}
.news-text p {
  line-height: 12px !important;
  padding: 7px 0 !important;
  margin: 0 !important;
}
.news-text p span {
  line-height: 12px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.news-text br {
  line-height: 12px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cat-text {
  float: left;
  overflow: hidden;
  padding: 0 5% 0 0;
  width: 65%;
}
.cat-text p {
  text-align: left;
}
.cat-img {
  float: right;
  width: 30%;
  padding: 20px 0 10px;
  text-align: center;
}
.cat-img img {
  max-width: 100%;
  height: auto;
}
.news-img {
  float: left;
  width: 157px;
}
.blog-text {
  float: left;
  width: 458px;
  padding: 0 30px 0;
}
.blog-img {
  float: left;
  width: 150px;
}
.product.has-default-attributes.has-children > .images {
  opacity: 1;
}
body.category-blog .cat-post {
  border: none;
  width: 100%;
  border-top: 1px solid #CCCCCC;
  padding: 20px 0;
  margin: 20px 0 0;
}
body.category-blog .cat-post .cat-img {
  clear: both;
  float: right;
  padding: 0;
  text-align: center;
  width: 250px;
}
body.category-blog .cat-post .cat-text {
  width: calc(100% - 300px);
}
/**************************************************************************************
* LOADER
**************************************************************************************/
.my-loader,
.yith-infs-loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.6em solid rgba(255, 255, 255, 0.2);
  border-right: 0.6em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.6em solid rgba(255, 255, 255, 0.2);
  border-left: 0.6em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  background: transparent;
  background-image: none;
  display: block;
}
.my-loader img,
.yith-infs-loader img {
  display: none;
}
.yith-infs-loader {
  border-top: 0.6em solid rgba(0, 0, 0, 0.2);
  border-right: 0.6em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.6em solid rgba(0, 0, 0, 0.2);
  border-left: 0.6em solid black;
}
.my-loader,
.my-loader:after,
.yith-infs-loader {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**************************************************************************************
* FEATURED
**************************************************************************************/
.featured-on-emed-wrapper {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.featured-on-emed-wrapper .featured-on-emed-top {
  margin: 30px 0px;
  text-align: center;
  line-height: 1;
}
.featured-on-emed-wrapper .featured-on-emed-top h2,
.featured-on-emed-wrapper .featured-on-emed-top a,
.featured-on-emed-wrapper .featured-on-emed-top .button {
  display: inline-block;
  margin-right: 20px;
}
.featured-on-emed-wrapper .featured-on-emed-top h2:last-child,
.featured-on-emed-wrapper .featured-on-emed-top a:last-child,
.featured-on-emed-wrapper .featured-on-emed-top .button:last-child {
  margin-right: 0px;
}
.featured-on-emed-wrapper .featured-on-emed-bottom .featured-product {
  width: 25%;
  box-sizing: border-box;
  padding: 28px;
  float: left;
  border-radius: 3px;
  transition: background-color 0.15s ease-in-out;
  position: relative;
}
.featured-on-emed-wrapper .featured-on-emed-bottom .featured-product .name {
  line-height: 1.4;
  font-size: 14px;
  margin-bottom: 10px;
}
.featured-on-emed-wrapper .featured-on-emed-bottom .featured-product .name a {
  color: #07305b;
}
.featured-on-emed-wrapper .featured-on-emed-bottom .featured-product .name a:hover {
  color: #33bdee;
}
.featured-on-emed-wrapper .featured-on-emed-bottom .featured-product .image-holder {
  margin-bottom: 20px;
  text-align: center;
}
.featured-on-emed-wrapper .featured-on-emed-bottom .featured-product .woocommerce.add_to_cart_inline {
  border: 0px !important;
  padding: 0px !important;
  margin: 0px;
}
.featured-on-emed-wrapper .featured-on-emed-bottom .featured-product .woocommerce.add_to_cart_inline > span {
  margin-right: 5px;
}
.featured-on-emed-wrapper .featured-on-emed-bottom .featured-product .woocommerce.add_to_cart_inline > span + span {
  margin-left: 5px;
}
.featured-on-emed-wrapper .featured-on-emed-bottom .featured-product .woocommerce.add_to_cart_inline > span,
.featured-on-emed-wrapper .featured-on-emed-bottom .featured-product .woocommerce.add_to_cart_inline > ins {
  width: 100%;
  color: #33bdee;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  font-weight: bold;
}
.featured-on-emed-wrapper .featured-on-emed-bottom .featured-product .woocommerce.add_to_cart_inline > ins {
  display: block;
}
.featured-on-emed-wrapper .featured-on-emed-bottom .featured-product .woocommerce.add_to_cart_inline > del {
  width: 50%;
  float: right;
  text-align: right;
  color: #BE1E2D;
  font-size: 11px;
  text-decoration: line-through;
  line-height: 40px;
  height: 40px;
}
.featured-on-emed-wrapper .featured-on-emed-bottom .featured-product .woocommerce.add_to_cart_inline > del + ins {
  width: 50%;
  float: right;
  text-align: left;
  text-decoration: none;
  display: inline-block;
}
.featured-on-emed-wrapper .featured-on-emed-bottom .featured-product .woocommerce.add_to_cart_inline > span:last-of-type {
  zoom: 1;
  margin-right: 0px;
}
.featured-on-emed-wrapper .featured-on-emed-bottom .featured-product .woocommerce.add_to_cart_inline > span:last-of-type:after {
  content: "";
  display: table;
  clear: both;
}
body.woocommerce-page .featured-on-emed-wrapper .featured-on-emed-top {
  border-bottom: 1px solid #bfbfbf;
  text-align: left;
  padding: 0px 0px 22px 0px;
}
body.woocommerce-page .featured-on-emed-wrapper:first-child .featured-on-emed-top {
  margin-top: 0px;
}
.featured-on-emed-wrapper .featured-on-emed-bottom .featured-product {
  padding: 15px;
}
body.home .featured-on-emed-wrapper {
  margin-bottom: 60px;
}
/**************************************************************************************
* STOREFRONT PANELS - JUNE 2016
**************************************************************************************/
.shop-tabs-wrapper .shop-tabs-links {
  border-bottom: 1px solid #DDD;
  margin-top: 20px;
  margin-bottom: 30px;
}
.shop-tabs-wrapper .shop-tabs-links .shop-tabs-link {
  border-bottom: 5px solid white;
  color: #33bdee;
  height: 56px;
  line-height: 56px;
  min-width: 25%;
  max-width: 33%;
  font-size: 18px;
  display: inline-block;
  cursor: pointer;
  padding-right: 15px;
  font-family: "museo-sans";
  box-sizing: border-box;
}
.shop-tabs-wrapper .shop-tabs-links .shop-tabs-link.activeSlide {
  border-color: #005286;
  color: #005286;
}
.shop-tabs-wrapper .shop-tabs-links .shop-tabs-link:first-child {
  color: #33bdee;
}
.shop-tabs-wrapper .shop-tabs-links .shop-tabs-link:first-child.activeSlide {
  border-color: #005286;
  color: #005286;
}
.shop-tabs-wrapper .shop-tabs-links .shop-tabs-link:last-child {
  color: #33bdee;
}
.shop-tabs-wrapper .shop-tabs-links .shop-tabs-link:last-child.activeSlide {
  border-color: #005286;
  color: #005286;
}
.shop-tabs-wrapper .shop-tabs-panel {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .shop-tabs-wrapper .shop-tabs-links .shop-tabs-link {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
  }
}
/**************************************************************************************
* OVERRIDE OF PRODUCTS CONTAINER STYLING CAUSE IT'S BAD
**************************************************************************************/
ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid #DDD;
  margin-top: 20px;
  margin-bottom: 30px;
  min-height: 56px;
  padding: 0px;
}
ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none !important;
}
ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0px;
  background-color: transparent;
  border-bottom: 5px solid white;
  height: 56px;
  line-height: 1;
  min-width: 20%;
  max-width: 33%;
  display: inline-block;
  padding-right: 15px;
  box-sizing: border-box;
}
ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  padding: 0px;
  font-weight: normal;
  cursor: pointer;
  color: #515151;
}
ul.tabs li a.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li a.active {
  color: #33bdee;
}
ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none !important;
}
ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-color: #33bdee;
}
ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #33bdee;
}
@media only screen and (max-width: 600px) {
  ul.tabs {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
  }
}
