/*
Theme Name: CPAP Superstore
Description: Wordpress Theme
Version: 1.0
*/
/* Responsive Menu*/
/* Desktop Menu */
/* Woocommerce Overrides */
/* Single Product Page */
/* Woocommerce Styling */
/* Add to Cart Button */
/* Price Filter */
@media only screen and (min-width: 1440px) {
  .container {
    min-width: 1400px;
  }
}
@media only screen and (max-width: 1199px) {
  #header {
    padding-bottom: 0px;
  }
}
#logo {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  #logo {
    text-align: center;
    margin-bottom: 20px;
  }
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #4A4A4A;
  font-weight: 300;
  background: linear-gradient(180deg,#FFFFFF 0%,#EBEBEB 100%);
}
@media only screen and (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}
input,
select,
textarea {
  width: 100%;
  color: #4A4A4A;
  padding: 3px;
  border: 0px;
  border-radius: 5px;
}
img {
  max-width: 100%;
}
a {
  color: #00b193;
}
a:focus,
a:hover {
  color: #00b193;
  text-decoration: none;
}
h2,
h3,
h4 {
  color: #4B4B4B;
}
h2 {
  margin-bottom: 30px;
}
h3 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 40px;
}
#top_menu {
  font-family: 'Poppins', sans-serif;
}
#slideshow .cycle-slideshow {
  overflow: hidden;
  clear: both;
  padding-right: 0px;
}
#slideshow .banner_mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  #slideshow .banner_mobile {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
}
#slideshow .banner_desktop {
  padding-right: 0px;
}
@media only screen and (max-width: 992px) {
  #slideshow .banner_desktop {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  #slideshow .banner_desktop img {
    height: 600px;
  }
}
.banner_text {
  position: absolute;
  margin-left: 50px;
  margin-right: 50px;
  width: 615px;
  padding: 40px;
  background: url('images/banner_text.png');
  height: 310px;
}
.banner_text p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.banner_text a {
  font-weight: bold;
}
@media only screen and (min-width: 1440px) {
  .banner_text {
    top: 200px;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  .banner_text {
    top: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner_text {
    top: 70px;
  }
}
@media only screen and (max-width: 992px) {
  .banner_text {
    display: none;
  }
}
.woocommerce-product-gallery {
  margin-top: -30px;
}
#toggle-shop,
#toggle-top {
  background: #00b193;
  margin-bottom: 10px;
  color: #fff;
  padding: 10px;
  padding-left: 15px;
  display: none;
}
#toggle-shop i,
#toggle-top i {
  margin-right: 7px;
}
@media only screen and (max-width: 1199px) {
  #toggle-shop,
  #toggle-top {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  #top_navigation #top_menu {
    margin-bottom: 20px;
    padding: 0px;
    float: none;
    display: none;
  }
  #top_navigation #top_menu li {
    list-style-type: none;
    float: none;
  }
  #top_navigation #top_menu a {
    padding-left: 0px;
    display: block;
    padding: 10px;
    border-bottom: solid 1px #ccc;
  }
  #woocommerce-sidebar {
    display: none;
  }
}
@media only screen and (min-width: 1199px) {
  #top_navigation #top_menu {
    padding: 0px;
    clear: both;
    padding-top: 20px;
    float: right;
    padding-bottom: 4px;
    border-bottom: solid 2px #ddd;
  }
  #top_navigation #top_menu ul {
    padding: 0px;
    margin: 0px;
  }
  #top_navigation #top_menu li {
    list-style-type: none;
    float: left;
    padding-right: 30px;
  }
  #top_navigation #top_menu li:last-child {
    padding-right: 0px;
  }
  #top_navigation #top_menu a {
    color: #808080;
    padding-bottom: 10px;
  }
  #top_navigation #top_menu .current-menu-item a {
    color: #00b193;
    padding-bottom: 8px;
    border-bottom: solid 2px #00b193;
    font-weight: 500;
  }
}
#top-cart {
  color: #4B4B4B;
  text-align: right;
  float: right;
}
@media only screen and (max-width: 1199px) {
  #top-cart {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
}
#top-cart .delivery {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 10px;
}
#top-cart .price {
  color: #4B4B4B;
  font-weight: bold;
}
#phone {
  float: right;
  padding-right: 20px;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  #phone {
    float: none;
    padding: 0px;
    padding-top: 10px;
    text-align: center;
    clear: both;
  }
}
#top-search {
  float: right;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  #top-search {
    float: none;
    padding-top: 10px;
    padding: 0px;
  }
}
#top-search input {
  width: 200px;
  background: #ECECEC;
  border: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 30px;
  vertical-align: middle;
  padding-left: 10px;
}
#top-search button {
  border: 0px;
  border-radius: 0px;
  background-color: #ECECEC;
  vertical-align: middle;
  height: 30px;
}
#tiles {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  margin-top: 60px;
  margin-bottom: 60px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding-top: 50px;
  padding-bottom: 50px;
  clear: both;
}
@media only screen and (max-width: 1199px) {
  #tiles {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  #tiles div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #tiles img {
    display: block;
    clear: both;
    margin: 0px auto;
    margin-bottom: 10px;
  }
}
.padding-break {
  padding-top: 60px;
  padding-bottom: 60px;
  clear: both;
}
@media only screen and (max-width: 1199px) {
  .padding-break {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#content h1 {
  padding-bottom: 30px;
}
.category-tile {
  font-family: 'Poppins', sans-serif;
  background: #00b193;
  color: #fff;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
  height: 316px;
}
@media only screen and (max-width: 1199px) {
  .category-tile {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0px;
    margin-bottom: 15px;
    height: auto;
  }
}
.category-tile a {
  color: #fff;
}
.button {
  border-radius: 3px;
  background-color: #00b193;
  color: #fff;
  padding: 10px;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 20px;
  display: inline-block;
}
.products {
  list-style-type: none;
  padding: 0px;
  font-family: 'Poppins', sans-serif;
}
.home .product .button {
  display: none !important;
}
li.product {
  float: left;
}
li.product h2 {
  font-size: 18px;
  font-weight: bold;
}
li.product .price {
  display: block;
  font-weight: 400;
  color: #757575;
  font-size: 20px;
}
li.product .button {
  color: #4A90E2;
  background: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 0px;
}
li.product img {
  background: #fff;
  box-shadow: 0px 5px 5px #ccc;
}
#need-help {
  background: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  margin-top: 40px;
}
#need-help h2 {
  font-size: 40px;
  margin-bottom: 0px;
}
#need-help h3 {
  margin-top: 0px;
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 0px;
}
#need-help p {
  margin-top: 30px;
  margin-bottom: 30px;
}
#need-help a {
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  #need-help div:last-child {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  #need-help img {
    max-height: 300px;
    width: auto;
  }
}
.no-bottom-padding {
  padding-bottom: 0px;
}
.account {
  display: inline-block;
  background-color: #F1F1F1;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: 20px;
}
@media only screen and (max-width: 1199px) {
  .account {
    margin-top: 10px;
    display: block;
    margin-left: 0px;
  }
}
.account a {
  color: #4B4B4B;
  margin-right: 20px;
}
.account a:last-child {
  margin-right: 0px;
}
.account .fa {
  color: #00b193;
}
#footer-logos {
  background: #F0F0F0;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.archive #footer {
  margin-top: 60px;
}
#footer {
  font-family: 'Roboto', sans-serif;
  background: #00b193;
  color: #fff;
  font-size: 17px;
}
@media only screen and (max-width: 1199px) {
  #footer {
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  #footer .col-md-3 {
    margin-bottom: 30px;
  }
}
#footer label {
  color: #FFFFFF;
  font-weight: 200;
  font-size: 16px;
}
#footer a {
  color: #FFF;
}
#footer h4 {
  color: #ffffff;
  font-size: 26px;
  padding-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}
#footer textarea {
  height: 100px;
}
#footer input[type='submit'] {
  background-color: #00b193;
  border: solid 3px #FFF;
  border-radius: 3px;
  color: #fff;
  width: 155px;
  float: right;
  padding: 7px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
@media only screen and (max-width: 1199px) {
  #footer input[type='submit'] {
    float: none;
  }
}
#footer .fa {
  float: left;
  margin-right: 20px;
  color: #FFF;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  #footer .fa {
    float: none;
  }
}
#footer .detail {
  clear: both;
}
#footer .quicklinks {
  padding-left: 60px;
}
@media only screen and (max-width: 1199px) {
  #footer .quicklinks {
    padding-left: 0px;
  }
}
#footer #quicklinks_menu {
  padding: 0px;
  margin: 0px;
}
#footer #quicklinks_menu li {
  list-style-type: none;
}
#footer #quicklinks_menu a {
  color: #fff;
}
#footer #quicklinks_menu img {
  display: none;
}
#sale {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  #sale {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.white-bg {
  background: #ffffff;
}
.latest-videos a {
  color: #00b193;
}
.video-item {
  padding-bottom: 30px;
}
#woocommerce-sidebar {
  padding: 30px;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.08);
}
#woocommerce-sidebar h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
#woocommerce-sidebar ul {
  margin: 0px;
  padding: 0px;
}
#woocommerce-sidebar li {
  list-style-type: none;
  font-weight: 500;
  font-size: 18px;
}
#woocommerce-sidebar li li {
  font-size: 16px;
  font-weight: normal;
}
#woocommerce-sidebar a {
  color: #4B4B4B;
}
#woocommerce-sidebar .product-categories {
  margin-bottom: 40px;
}
#woocommerce-sidebar .product-categories .children {
  padding: 15px;
}
#woocommerce-sidebar .price_slider_wrapper .price_label {
  margin-top: 20px;
}
#woocommerce-sidebar .price_slider_wrapper .button {
  color: #fff;
  background: #00b193;
  font-weight: normal;
}
#woocommerce-sidebar .woocommerce-product-search {
  margin-bottom: 50px;
}
#woocommerce-sidebar .woocommerce-product-search input {
  background-color: #EEEEEE;
  border: 0px;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  border-right: 0px;
  border-radius: 0px;
}
@media only screen and (min-width: 1199px) {
  #woocommerce-sidebar .woocommerce-product-search input {
    width: 150px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media only screen and (min-width: 1440px) {
  #woocommerce-sidebar .woocommerce-product-search input {
    width: 210px;
  }
}
#woocommerce-sidebar .woocommerce-product-search button {
  background-color: #D8D8D8;
  border: 0px;
  padding: 6px;
  padding-left: 17px;
  padding-right: 17px;
  margin-left: -5px;
  height: 40px;
  vertical-align: 'middle';
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -3px;
  width: 40px;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}
.woocommerce .woocommerce-ordering {
  display: none;
}
.woocommerce-result-count {
  display: none;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 40px;
}
.woocommerce-checkout #payment input#payment_method_stripe,
#add_payment_method #payment input#payment_method_stripe {
  position: static !important;
  top: auto;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-weight: 400;
}
.woocommerce ul.products li.product .button {
  text-transform: uppercase;
  color: #00b193;
  background: #fff;
  font-size: 16px;
  display: none;
}
.woocommerce ul.products li.product .price {
  color: #4A4A4A;
  font-weight: bold;
  font-size: 18px;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
  color: #4A4A4A;
}
.single-product .woocommerce-breadcrumb {
  visibility: hidden;
}
@media only screen and (max-width: 992px) {
  .single-product .woocommerce-breadcrumb {
    display: none;
  }
}
.woocommerce span.onsale {
  left: auto;
  background: #00b193;
}
.amount,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: solid 1px #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: none;
  border: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 500;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
  padding-top: 60px;
  padding-bottom: 50px;
  font-size: 18px;
}
.woocommerce div.product .woocommerce-tabs .panel p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding-left: 30px;
  padding-right: 30px;
}
.single-product h2 {
  color: #4A4A4A;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 35px;
}
.single-product .brand {
  color: #00b193;
  font-weight: bold;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-family: 'Poppins', sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 52px;
  color: #4A4A4A;
}
.woocommerce .quantity .qty {
  border: solid 1px #00b193;
  color: #00b193;
  border-radius: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  width: 50px;
  margin-right: 30px;
}
.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,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #00b193;
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 3px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.woocommerce-breadcrumb {
  font-weight: bold;
}
.woocommerce-breadcrumb a {
  font-weight: normal;
}
.archive .woocommerce-breadcrumb a {
  font-weight: bold;
}
.variations .label {
  color: #000;
  font-size: 19px;
  margin-top: 1px;
}
.woocommerce table.shop_table {
  border: 0px;
}
.woocommerce-checkout table.shop_table tbody th,
.woocommerce-checkout table.shop_table tfoot td,
.woocommerce-checkout table.shop_table tfoot th {
  border: 0px;
}
.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
  padding: 10px;
  border: 0px;
  vertical-align: middle;
}
.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
  padding: 30px;
}
.woocommerce table.shop_table .quantity {
  text-align: center;
}
.woocommerce-cart-form__contents th {
  background-color: #00b193;
  color: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cart_totals th,
.cart_totals td {
  background: #fff;
}
.woocommerce-cart-form__cart-item,
.actions {
  background: #fff;
  border: 0px;
}
.woocommerce a.remove {
  color: #ccc !important;
  font-weight: 300;
  font-size: 30px;
  margin-left: 10px;
}
.coupon input {
  float: left !important;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 200px;
  float: left;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #00b193;
}
.woocommerce ul.products li.product a img {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.08);
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 150px;
}
.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  background: none;
  padding-left: 0px;
  padding-right: 0px;
}
.woocommerce-product-gallery__wrapper img {
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.08);
  margin-top: 20px;
}
.product-name a {
  color: #4B4B4B;
  font-weight: 500;
}
.woocommerce-cart .quantity .qty,
.woocommerce form .form-row input.input-text {
  background: #ededed;
  border: none;
  color: #4B4B4B;
  box-shadow: inset -2px 2px 1px 0 rgba(0,0,0,0.06);
}
.woocommerce form .form-row input.input-text {
  padding: 10px;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  border: 0px;
  margin: 0px;
  padding: 2px;
  border: solid 1px #ccc;
  padding-left: 5px;
  margin-right: 5px;
}
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  width: auto;
}
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: #fff;
  background: #4b4b4b;
  font-weight: 400;
}
.coupon input[type='submit'] {
  float: left;
  width: 200px;
}
.wc-proceed-to-checkout .button {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  text-transform: uppercase;
  font-weight: 500 !important;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  text-transform: uppercase;
  font-weight: 500;
}
.cart_item img {
  width: 55px;
  border: solid 1px #eee;
}
.woocommerce .col2-set .col-1,
.col-2 {
  background: #fff;
  padding: 30px;
}
.woocommerce .col2-set .col-1 h3,
.woocommerce .col2-set .col-1 #order_review_heading,
.col-2 h3,
.col-2 #order_review_heading {
  font-weight: 500;
  font-size: 25px;
}
.woocommerce .col2-set .col-1 label,
.col-2 label {
  font-weight: 300;
}
.woocommerce .col2-set .col-1 input[type=text],
.woocommerce .col2-set .col-1 input[type=phone],
.woocommerce .col2-set .col-1 input[type=password],
.woocommerce .col2-set .col-1 textarea,
.woocommerce .col2-set .col-1 select,
.woocommerce .col2-set .col-1 #billing_phone,
.woocommerce .col2-set .col-1 #billing_email,
.col-2 input[type=text],
.col-2 input[type=phone],
.col-2 input[type=password],
.col-2 textarea,
.col-2 select,
.col-2 #billing_phone,
.col-2 #billing_email {
  background: #ededed;
  box-shadow: inset -2px 2px 1px 0 rgba(0,0,0,0.06);
  padding: 7px;
}
@media only screen and (max-width: 1199px) {
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 100%;
  }
}
input[type=radio],
.woocommerce form .form-row .input-checkbox {
  float: left;
  margin: 0px;
  margin-top: 9px;
  width: 50px;
  display: inline-block !important;
  position: static;
  margin-left: -15px;
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin-top: 10px;
  margin-left: 20px;
}
.create-account label {
  float: left;
}
.price_slider {
  margin-bottom: 1em;
}
.price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}
.price_slider_amount .button {
  font-size: 1.15em;
}
.price_slider_amount .button {
  float: left;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 0px;
  cursor: pointer;
  background: #00b193;
  outline: none;
  top: -7px;
  border-radius: 15px;
}
.ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: none repeat scroll 0 0 #ccc;
  border-radius: 1em;
}
.price_slider_wrapper .ui-widget-content {
  border-radius: 10px;
  background: #ccc;
}
.ui-slider-horizontal {
  height: 0.2em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: -3px;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: -2px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}
#single-tiles {
  margin-top: 30px;
  padding: 30px;
  padding-top: 0px;
  background: #ededed;
}
@media only screen and (min-width: 1440px) {
  #single-tiles {
    padding-left: 60px;
  }
}
#single-tiles img {
  margin-right: 10px;
}
#single-tiles .row div {
  margin-top: 30px;
}
.product_meta {
  display: none;
}
.tm-options-totals {
  display: none;
}
.tm-final-totals {
  display: none;
}
.summary select {
  background: #e1e1e1;
  padding: 7px;
  font-weight: 300;
}
.summary p {
  padding-bottom: 20px;
}
.summary .price {
  border-bottom: solid 1px #4A4A4A;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
