/**********************************************************************************************************************************************************/
/* SHOP ADVERTISMENTS (APRIL FOOLS) */
/**********************************************************************************************************************************************************/
.ad-container {
  width: 100%;
  float: none;
  clear: both;
  margin: 20px auto;
}
.ad-container .left-ad {
  width: 48%;
  float: left;
  opacity: 1 !important;
}
.ad-container .right-ad {
  width: 48%;
  float: right;
  opacity: 1 !important;
}
.ad-container .full-ad {
  width: 100%;
  float: left;
  opacity: 1 !important;
}
.ad-container .left-ad a,
.ad-container .right-ad a,
.ad-container .full-ad a {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  clear: both;
}
.ad-container .left-ad a img,
.ad-container .right-ad a img,
.ad-container .full-ad a img {
  width: 100%;
  height: auto%;
  display: block;
  float: left;
  clear: both;
}
/**************************************************************************************
* HIDE THE ADDED TO CART MESSAGE
**************************************************************************************/
.woocommerce ul.products li.product a.added_to_cart {
  display: none;
}
/**************************************************************************************/
/* MINI CART */
/**************************************************************************************/
.woocommerce ul.cart_list li img {
  width: 45px;
}
/**************************************************************************************/
/* ADD TO CART BUTTON STYLING */
/**************************************************************************************/
.woocommerce div.product form.cart .button {
  margin-left: 0px;
}
.woocommerce div.product form.cart div.quantity {
  margin: 0px 0px 1em;
}
/**************************************************************************************/
/* SLIDERS */
/**************************************************************************************/
.emed-shop-sliders-wrapper .wide-products-wrapper {
  margin-bottom: 20px;
}
.emed-shop-sliders-wrapper .wide-products-wrapper .wide-products {
  border: 1px solid #DDD;
  border-radius: 5px;
  float: left;
  margin: 0px 0px 0px;
  padding: 0px;
  width: 100%;
  position: relative;
  min-height: 285px;
  overflow: hidden;
}
.emed-shop-sliders-wrapper .wide-products-wrapper .wide-products h2 {
  margin: 15px 0px 5px;
  float: left;
  clear: none;
  width: 45%;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  text-transform: none !important;
  padding: 0px 0px 0px 15px;
}
.emed-shop-sliders-wrapper .wide-products-wrapper .wide-products h2 a {
  color: #0D93BC;
}
.emed-shop-sliders-wrapper .wide-products-wrapper .wide-products .smallpad {
  padding: 15px 15px 0px 0px;
}
.emed-shop-sliders-wrapper .wide-products-wrapper .wide-products .catLink {
  clear: none;
  float: right;
  text-align: right;
}
.emed-shop-sliders-wrapper .wide-products-wrapper .wide-products .catLink a {
  text-align: right;
  font-size: 11px;
  width: 35%;
}
.emed-shop-sliders-wrapper .wide-products-wrapper .wide-products div.products-frame ul {
  min-height: 240px;
  margin-bottom: 10px;
  padding-top: 10px;
  list-style: none;
  padding-left: 15px;
  padding-right: 15px;
}
.emed-shop-sliders-wrapper .wide-products-wrapper .wide-products div.products-frame ul li.product-slide {
  float: left;
  padding: 10px;
  width: 142px;
  min-height: 205px;
  margin: 0px 10px;
  position: relative;
}
.emed-shop-sliders-wrapper .wide-products-wrapper .wide-products div.products-frame ul li.product-slide.active {
  background-color: #F5F5F5 !important;
  border-radius: 5px;
}
.emed-shop-sliders-wrapper .wide-products-wrapper .wide-products div.products-frame ul li.product-slide .shopp-image {
  display: block;
  float: left;
  height: 116px;
  margin: 0px 0px 10px;
  position: relative;
  width: 100%;
  background-color: #FFF;
  text-align: center;
}
.emed-shop-sliders-wrapper .wide-products-wrapper .wide-products div.products-frame ul li.product-slide .details {
  float: left;
  text-align: left;
  font-size: 15px;
  width: 100%;
  position: relative;
}
.emed-shop-sliders-wrapper .wide-products-wrapper .wide-products div.products-frame ul li.product-slide .details h5.productname {
  text-align: center;
  margin-bottom: 10px;
}
.emed-shop-sliders-wrapper .wide-products-wrapper .wide-products div.products-frame ul li.product-slide .details h5.productname a {
  color: #0D93BC;
}
.emed-shop-sliders-wrapper .wide-products-wrapper .wide-products div.products-frame ul li.product-slide .add-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.emed-shop-sliders-wrapper .wide-products-wrapper .wide-products div.products-frame ul li.product-slide .add-btn .add_to_cart_inline {
  border: 0px !important;
  padding: 0px !important;
  margin-bottom: 0px;
  text-align: center;
}
.emed-shop-sliders-wrapper .wide-products-wrapper .wide-products div.products-frame ul li.product-slide .add-btn .add_to_cart_inline a {
  margin-bottom: 0px;
}
.emed-shop-sliders-wrapper .wide-products-wrapper .wide-products div.products-frame ul li.product-slide .add-btn .add_to_cart_inline span {
  display: none;
}
.emed-shop-sliders-wrapper .wide-products-wrapper .wide-products div.products-frame ul li.product-slide .add-btn .add_to_cart_inline .added_to_cart {
  display: none;
}
/**************************************************************************************/
/* SLIDERS - Additional styling */
/**************************************************************************************/
.c {
  width: 95%;
  padding: 0px 5% 0px 0px;
}
.frame .slidee {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}
.frame .slidee li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  width: 120px;
  height: 100%;
}
#frame-one {
  clear: left;
  float: left;
  height: 235px;
  margin: 0;
  overflow: hidden;
  width: 628px;
}
#frame-two {
  clear: left;
  float: left;
  height: 235px;
  margin: 0 0;
  overflow: hidden;
  width: 628px;
}
.aScrollbar {
  background: none repeat scroll 0 0 #EEEEEE;
  height: 9px;
  float: left;
  line-height: 0;
  margin: 0 20px 0 0;
  width: 100%;
}
.aScrollbar .handle {
  width: 100px;
  height: 100%;
  background: #02416E;
  cursor: pointer;
}
.aScrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}
.slidee li {
  float: left;
  height: 100%;
  margin: 10px 0 0 !important;
  padding: 10px 10px 10px 10px !important;
  background: #fff;
  text-align: center;
  cursor: pointer;
  margin: 0 -20px;
  position: relative;
}
#shopp .products-frame .slidee li {
  transition: background-color 0.25s linear;
}
#shopp .slidee li.active {
  background-color: #F5F5F5 !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.buttons-left {
  position: absolute;
  top: 130px;
  left: 0px;
}
.buttons-left a {
  background-image: url('https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/images/btnLeft.png');
  background-repeat: no-repeat;
  background-position: top left;
  width: 19px;
  height: 19px;
  display: block;
}
.buttons-right {
  position: absolute;
  top: 130px;
  right: 0px;
}
.buttons-right a {
  background-image: url('https://www.thespinalcentre.com.au/wp-content/themes/spinalcentre_2016/css/images/btnRight.png');
  background-repeat: no-repeat;
  background-position: top left;
  width: 19px;
  height: 19px;
  display: block;
}
.buttons-left a:hover,
.buttons-right a:hover {
  background-position: bottom left;
}
.buttons-left a.disabled,
.buttons-right a.disabled {
  opacity: 0;
}
.condition-image {
  float: left;
  margin: 0 5px 10px 5px;
  text-align: center;
  width: 124px;
  height: 155px;
}
/**************************************************************************************/
/* ADD TO CART - AJAX */
/**************************************************************************************/
.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
  margin-left: 10px;
}
.woocommerce a.added_to_cart {
  text-align: center;
  padding-top: 0px;
  display: block;
}
/**************************************************************************************/
/* ADD TO CART LOADER */
/**************************************************************************************/
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  right: 10px;
  top: 0px;
}
/**************************************************************************************/
/* CENTER IMAGE AND WIDTH */
/**************************************************************************************/
.woocommerce ul.products li.product a img {
  margin: 0px auto 1em;
  max-width: 100%;
  width: auto;
  max-height: 212px;
}
.woocommerce-page div.product div.images {
  position: relative;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 40%;
  float: left;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 58%;
  float: right;
}
.woocommerce div.product div.images img {
  max-width: 100%;
  width: auto;
  margin: 0px auto;
  max-height: 350px;
}
/**************************************************************************************/
/* CATEGORY PAGES */
/**************************************************************************************/
.term-description {
  margin-bottom: 40px;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin: 0px 0px 20px;
}
.woocommerce .my-category-image {
  float: right;
  padding-left: 20px;
  padding-bottom: 20px;
}
.woocommerce .woocommerce-result-count {
  line-height: 21px;
}
.woocommerce .woocommerce-ordering + ul.products {
  padding-top: 20px;
  border-top: 1px solid #DDD;
}
.woocommerce .product-category.product a {
  display: block;
  box-sizing: border-box;
}
.woocommerce-page ul.products li.first {
  clear: none;
}
.count {
  background: none;
}
/**************************************************************************************/
/* TABS */
/**************************************************************************************/
/*.woocommerce div.product .woocommerce-tabs ul.tabs
{
    li
    {
        border-radius: 3px 3px 0px 0px;
        padding:0px;
        a
        {
            color:#333;
            font-size: 11px;
            display: block;
            height: 30px;
            line-height: 30px;
            padding:0px;
            min-width:134px;
            text-align: center;
            padding:0px 15px;
        }
    }
}*/
/**************************************************************************************/
/* CART AND CHECKOUT */
/**************************************************************************************/
body.woocommerce-checkout #content,
body.woocommerce-cart #content {
  width: 100%;
  margin: 18px 0px 0px 0px;
}
body.woocommerce-checkout #content #content-copy,
body.woocommerce-cart #content #content-copy {
  width: 100%;
}
body.woocommerce-checkout #content #content-copy #customer_details,
body.woocommerce-cart #content #content-copy #customer_details {
  float: left;
  width: 48%;
}
body.woocommerce-checkout #content #content-copy #customer_details .col-1,
body.woocommerce-cart #content #content-copy #customer_details .col-1,
body.woocommerce-checkout #content #content-copy #customer_details .col-2,
body.woocommerce-cart #content #content-copy #customer_details .col-2 {
  width: 100%;
}
body.woocommerce-checkout #content #content-copy #customer_details .col-1 #order_comments,
body.woocommerce-cart #content #content-copy #customer_details .col-1 #order_comments,
body.woocommerce-checkout #content #content-copy #customer_details .col-2 #order_comments,
body.woocommerce-cart #content #content-copy #customer_details .col-2 #order_comments {
  font-family: 'Helvetica';
  font-size: 11px;
}
body.woocommerce-checkout #content #content-copy #order_review_heading,
body.woocommerce-cart #content #content-copy #order_review_heading {
  float: right;
  width: 48%;
  text-align: right;
}
body.woocommerce-checkout #content #content-copy #order_review,
body.woocommerce-cart #content #content-copy #order_review {
  float: right;
  width: 48%;
}
body.woocommerce-checkout #content #content-copy #order_review #payment,
body.woocommerce-cart #content #content-copy #order_review #payment {
  background: #f2f2f2;
}
body.woocommerce-checkout #content #content-copy #order_review #payment #place_order,
body.woocommerce-cart #content #content-copy #order_review #payment #place_order {
  background-color: #c5d933;
  background-repeat: no-repeat;
  border: 1px solid #c5d933;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  color: #07305b;
  cursor: pointer;
  display: inline-block;
  font-family: HelveticaNeue, "Helvetica Neue", "Helvetica", Helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 33px;
  line-height: 30px;
  padding: 0 12px;
  text-align: center;
}
body.woocommerce-checkout #content #content-copy #order_review #payment #place_order:hover,
body.woocommerce-cart #content #content-copy #order_review #payment #place_order:hover {
  background-color: #07305b;
  border-color: #07305b;
  color: white;
}
body.woocommerce-checkout #content #content-copy .shop_table .coupon #coupon_code,
body.woocommerce-cart #content #content-copy .shop_table .coupon #coupon_code {
  padding: 10px 6px;
  width: 150px !important;
  font-size: 12px;
}
body.woocommerce-checkout #content #content-copy .shop_table input.button,
body.woocommerce-cart #content #content-copy .shop_table input.button {
  line-height: 30px;
}
body.woocommerce-checkout #content #content-copy .cart-collaterals a.checkout-button,
body.woocommerce-cart #content #content-copy .cart-collaterals a.checkout-button {
  background-color: #c5d933;
  background-repeat: no-repeat;
  border: 1px solid #c5d933;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.5);
  color: #07305b;
  cursor: pointer;
  display: inline-block;
  font-family: HelveticaNeue, "Helvetica Neue", "Helvetica", Helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 33px;
  line-height: 33px;
  padding: 0 12px;
  text-align: center;
  float: right;
}
body.woocommerce-checkout #content #content-copy .cart-collaterals a.checkout-button:hover,
body.woocommerce-cart #content #content-copy .cart-collaterals a.checkout-button:hover {
  background-color: #07305b;
  border-color: #07305b;
  color: white;
}
/**************************************************************************************/
/* CART AND CHECKOUT MOBILE */
/**************************************************************************************/
@media screen and (max-width: 600px) {
  body.woocommerce-checkout #content #content-copy #customer_details,
  body.woocommerce-cart #content #content-copy #customer_details {
    float: left;
    width: 100%;
  }
  body.woocommerce-checkout #content #content-copy #order_review_heading,
  body.woocommerce-cart #content #content-copy #order_review_heading {
    float: right;
    width: 100%;
    text-align: left;
  }
  body.woocommerce-checkout #content #content-copy #order_review,
  body.woocommerce-cart #content #content-copy #order_review {
    float: right;
    width: 100%;
  }
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-size: 14px;
  padding: 0px 15px;
}
body.woocommerce-cart #shopping-cart .mini-cart-group .mini-cart-top .buttons .mini-cart-custom-button .mini-cart-dropdown-button,
body.woocommerce-checkout #shopping-cart .mini-cart-group .mini-cart-top .buttons .mini-cart-custom-button .mini-cart-dropdown-button {
  display: none;
}
body.woocommerce-cart #shopping-cart .mini-cart-group .mini-cart-top .buttons .mini-cart-custom-button .mini-cart-cart-button,
body.woocommerce-checkout #shopping-cart .mini-cart-group .mini-cart-top .buttons .mini-cart-custom-button .mini-cart-cart-button {
  border-radius: 4px;
  border: 0px;
}
/**************************************************************************************
* SINGLE ADD TO CART
**************************************************************************************/
.woocommerce div.product form.cart .button {
  margin-left: 20px;
}
/**************************************************************************************
* FIX THE STUFF
**************************************************************************************/
.woocommerce_before_shop_loop_item_title {
  min-height: 116px;
}
.woocommerce_before_shop_loop_item_title img {
  margin-bottom: 0px;
}
/**************************************************************************************
* FIX FOR CHECKOUT / CART
**************************************************************************************/
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  border: 0px;
}
