/*
Theme Name: Safe Ride News

WooCommerce styles override
*/
/**
 * Imports
 */
/**
 * WooCommerce color variables
 */
/**
 * Shop tables
 */
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none; }
table.shop_table_responsive tbody th {
  display: none; }
table.shop_table_responsive tr td {
  display: block;
  clear: both; }
  table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    float: left;
    margin-right: 5px; }
  table.shop_table_responsive tr td.product-thumbnail:before {
    content: '';
    margin-right: 0; }
  table.shop_table_responsive tr td.product-remove {
    border: none; }
    table.shop_table_responsive tr td.product-remove a {
      text-align: left; }
    table.shop_table_responsive tr td.product-remove:before {
      display: none; }
  table.shop_table_responsive tr td.product-thumbnail {
    text-align: center; }
  table.shop_table_responsive tr td.product-name a {
    font-weight: bold;
    text-decoration: none; }
  table.shop_table_responsive tr td.product-name .variation {
    font-size: 16px;
    font-size: 1rem; }
  table.shop_table_responsive tr td.product-name dd {
    margin: 0; }
  table.shop_table_responsive tr td.actions, table.shop_table_responsive tr td.download-actions {
    border: none;
    padding: 1rem 0; }
    table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
      display: none; }
    table.shop_table_responsive tr td.actions .coupon, table.shop_table_responsive tr td.download-actions .coupon {
      display: inline-block;
      margin: 1rem 1rem 1rem 0; }
  table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center; }
  table.shop_table_responsive tr td dl.variation {
    list-style: square;
    list-style-image: url(images/bullet.svg);
    padding-left: 1.2em; }
    table.shop_table_responsive tr td dl.variation dt {
      display: none; }
    table.shop_table_responsive tr td dl.variation dd {
      display: list-item; }
    table.shop_table_responsive tr td dl.variation dd p {
      margin-bottom: 0; }
  table.shop_table_responsive tr td ul.woocommerce-shipping-methods {
    list-style-image: none;
    padding-left: 5px; }
    table.shop_table_responsive tr td ul.woocommerce-shipping-methods input {
      margin-right: 10px; }

@media (max-width: 30em) {
  table.shop_table_responsive tr {
    position: relative;
    clear: left;
    display: block; }
    table.shop_table_responsive tr.cart_item {
      border: solid 1px #999;
      margin-top: 1em; }
    table.shop_table_responsive tr td {
      border: none; }
      table.shop_table_responsive tr td.product-remove {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        z-index: 99; }
        table.shop_table_responsive tr td.product-remove a {
          padding: .5em; } }
@media (min-width: 30em) and (max-width: 48em) {
  table.shop_table_responsive tr {
    position: relative;
    clear: left;
    display: block; }
    table.shop_table_responsive tr td {
      clear: right; }
      table.shop_table_responsive tr td.product-thumbnail {
        max-width: 200px;
        float: left;
        padding: 0; }
      table.shop_table_responsive tr td.product-name, table.shop_table_responsive tr td.product-price, table.shop_table_responsive tr td.product-quantity, table.shop_table_responsive tr td.product-subtotal {
        margin-left: 210px;
        border: none; }
      table.shop_table_responsive tr td.product-remove {
        position: absolute;
        top: 0;
        left: -25px;
        padding: 0; } }
@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group; }
    table.shop_table_responsive thead th {
      display: table-cell;
      border: none; }
  table.shop_table_responsive tbody th {
    display: table-cell;
    border: none; }
  table.shop_table_responsive tr th, table.shop_table_responsive tr td {
    text-align: left; }
  table.shop_table_responsive tr td {
    display: table-cell; }
    table.shop_table_responsive tr td:before {
      content: '';
      display: none;
      margin-right: 0; }
    table.shop_table_responsive tr td.product-thumbnail {
      max-width: 200px; } }
.cart_totals table.shop_table_responsive {
  width: auto; }
  .cart_totals table.shop_table_responsive td {
    border: none; }
  .cart_totals table.shop_table_responsive th {
    vertical-align: top;
    font-weight: bold;
    display: table-cell;
    border: none; }
  .cart_totals table.shop_table_responsive .order-total {
    font-weight: bold; }

/**
 * Products
 */
/**
 * Products
 */
.woocommerce-ordering {
  display: none; }

ul.products {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 2.5rem 0 0 0;
  padding: 0;
  width: 100%; }
  ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 2em;
    text-decoration: none; }
    ul.products li.product .woocommerce-LoopProduct-link {
      text-decoration: none; }
    ul.products li.product .woocommerce-loop-product__title {
      font-size: 20.8px;
      font-size: 1.3rem;
      color: #026591;
      margin-top: 1em; }
    ul.products li.product img {
      display: block;
      /*border: solid 1px #999;*/ }
    ul.products li.product .button {
      display: none; }
    ul.products li.product p.subtitle {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.3; }

.cross-sells ul.products li.product .woocommerce-loop-product__title {
  font-size: 17.6px;
  font-size: 1.1rem; }

.woocommerce-pagination {
  font-size: 19.2px;
  font-size: 1.2rem; }
  .woocommerce-pagination ul {
    list-style-type: none;
    list-style-image: none;
    padding-left: 0; }
    .woocommerce-pagination ul li {
      display: inline-block; }
      .woocommerce-pagination ul li span.current {
        display: inline-block;
        text-decoration: none;
        border: none;
        background: linear-gradient(#ccc, #ddd);
        color: white;
        font-weight: bold;
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        padding: .5em 1em;
        cursor: pointer;
        margin-top: 10px;
        cursor: auto;
        margin: 0 .25rem; }
        .woocommerce-pagination ul li span.current:hover, .woocommerce-pagination ul li span.current:active, .woocommerce-pagination ul li span.current:focus {
          background: linear-gradient(#51072c, #a5051e);
          color: white; }
        .woocommerce-pagination ul li span.current:visited {
          color: white; }
        .woocommerce-pagination ul li span.current:hover, .woocommerce-pagination ul li span.current:active, .woocommerce-pagination ul li span.current:focus {
          background: linear-gradient(#ccc, #ddd); }
      .woocommerce-pagination ul li a {
        display: inline-block;
        text-decoration: none;
        border: none;
        background: linear-gradient(#026591, #0d7ca2);
        color: white;
        font-weight: bold;
        font-size: 16px;
        font-size: 1rem;
        line-height: 24px;
        padding: .5em 1em;
        cursor: pointer;
        margin-top: 10px;
        margin: 0 .25rem; }
        .woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li a:active, .woocommerce-pagination ul li a:focus {
          background: linear-gradient(#51072c, #a5051e);
          color: white; }
        .woocommerce-pagination ul li a:visited {
          color: white; }

@media screen and (min-width: 48em) {
  ul.products li.product {
    float: left;
    margin-right: 3.8%; }
    ul.products li.product.first {
      clear: both; }
    ul.products li.product.last {
      margin-right: 0; }

  ul.products.columns-2 li.product {
    width: 48.1%; }

  ul.products.columns-3 li.product {
    width: 30.7966666667%; }

  ul.products.columns-4 li.product {
    width: 22.15%; }

  ul.products.columns-5 li.product {
    width: 16.96%; }

  ul.products.columns-6 li.product {
    width: 13.4933333333%; }

  .columns-1 ul.products li.product {
    float: none;
    width: 100%; } }
.woocommerce-cart .cross-sells ul.products {
  display: block;
  margin: inherit;
  padding-left: 1.25em;
  overflow: visible;
  line-height: 120%; }
  .woocommerce-cart .cross-sells ul.products li.product {
    float: none;
    width: auto;
    margin-right: 0;
    list-style: inherit; }
    .woocommerce-cart .cross-sells ul.products li.product a {
      display: block; }
      .woocommerce-cart .cross-sells ul.products li.product a h2 {
        font-size: 20.8px;
        font-size: 1.3rem; }
  .woocommerce-cart .cross-sells ul.products img {
    display: none; }

/**
 * Single product
 */
/**
 * Single Product
 */
.single-product div.product {
  content: "";
  display: table;
  table-layout: fixed;
  position: relative; }
  .single-product div.product .woocommerce-product-gallery {
    position: relative;
    max-width: 40%;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em; }
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
      position: absolute;
      top: 1em;
      right: 1em;
      display: block;
      z-index: 99; }
    .single-product div.product .woocommerce-product-gallery .flex-viewport {
      margin-bottom: 1em; }
    .single-product div.product .woocommerce-product-gallery img {
      /* border: solid 1px #999; */ }
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
      content: "";
      display: table;
      table-layout: fixed;
      margin: 0;
      padding: 0; }
      .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
        list-style: none;
        cursor: pointer;
        float: left; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
          opacity: .5; }
          .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
            opacity: 1; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
          opacity: 1; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
      width: 48.1%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
      width: 30.7966666667%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
      width: 22.15%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
      width: 16.96%; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
        clear: both; }
  .single-product div.product .entry-summary {
    margin-top: .5rem; }
  .single-product div.product .product_title {
    clear: right;
    font-size: 32px;
    font-size: 2rem; }
  .single-product div.product .variations {
    width: auto;
    border: none;
    clear: both;
    margin-right: 1.5em;
    display: block;
    margin-bottom: .5rem; }
    .single-product div.product .variations tbody, .single-product div.product .variations tr, .single-product div.product .variations td {
      display: block; }
    .single-product div.product .variations td {
      border: none;
      vertical-align: top;
      padding: 0;
      margin: .75rem 0; }
      .single-product div.product .variations td.label {
        font-weight: bold;
        font-size: 20.8px;
        font-size: 1.3rem;
        color: #4d4d4d; }
      .single-product div.product .variations td.value label {
        margin-left: 5px; }
      .single-product div.product .variations td.value .reset_variations {
        margin-left: 10px; }
  .single-product div.product .product-addon .addon-name {
    font-size: 20.8px;
    font-size: 1.3rem; }
    .single-product div.product .product-addon .addon-name .required {
      text-decoration: none; }
  .single-product div.product .product-addon .addon-description p {
    font-size: 1rem;
    font-style: normal;
    color: #4d4d4d; }
  .single-product div.product .product-addon p.form-row {
    margin: 1em 0; }
  .single-product div.product .product-addon input[type="text"] {
    height: auto;
    padding: 3px 5px;
    line-height: 1.1;
    margin-left: 10px; }
  .single-product div.product .product-addon input[type="file"] {
    display: block;
    margin: .5em 0; }
  .single-product div.product .product-addon-totals dt:first-child {
    display: none; }
  .single-product div.product .product-addon-totals dd:nth-child(2) {
    display: none; }
  .single-product div.product .product_meta {
    display: none; }
  .single-product div.product .single_variation_wrap {
    padding-top: .5em; }
    .single-product div.product .single_variation_wrap .woocommerce-variation-description {
      font-size: 16px;
      font-size: 1rem;
      color: #4d4d4d;
      margin-top: -.5rem; }
      .single-product div.product .single_variation_wrap .woocommerce-variation-description p {
        margin-bottom: 1rem; }
    .single-product div.product .single_variation_wrap .woocommerce-variation-price {
      margin-top: -.5rem;
      margin-bottom: 1.5rem; }
    .single-product div.product .single_variation_wrap .price {
      font-weight: bold; }
    .single-product div.product .single_variation_wrap .woocommerce-variation-add-to-cart {
      margin-top: .5em;
      margin-bottom: 3rem; }
  .single-product div.product .woocommerce-tabs {
    clear: both; }
    .single-product div.product .woocommerce-tabs .wc-tabs {
      display: none; }

.stock:empty:before {
  display: none; }
.stock.in-stock {
  display: none;
  color: #77a464; }
.stock.out-of-stock {
  color: #a5051e; }

/**
 * Checkout
 */
/**
 * Checkout
 */
.woocommerce-checkout h3, .woocommerce-checkout h3:first-child {
  margin-bottom: 1rem;
  margin-top: 2rem; }
.woocommerce-checkout .woocommerce-billing-fields label, .woocommerce-checkout .woocommerce-shipping-fields label {
  display: block;
  margin-bottom: 5px; }
.woocommerce-checkout .woocommerce-billing-fields .select2-container, .woocommerce-checkout .woocommerce-shipping-fields .select2-container {
  max-width: 300px; }
.woocommerce-checkout .woocommerce-billing-fields input, .woocommerce-checkout .woocommerce-shipping-fields input {
  height: auto;
  padding: 3px; }
.woocommerce-checkout .woocommerce-billing-fields .select2-container--default .select2-selection--single, .woocommerce-checkout .woocommerce-shipping-fields .select2-container--default .select2-selection--single {
  border: 1px solid black;
  border-radius: 0; }
.woocommerce-checkout abbr {
  border-bottom: none;
  text-decoration: none; }
.woocommerce-checkout #payment ul {
  list-style-type: none;
  list-style-image: none;
  padding-left: 0; }
.woocommerce-checkout #payment .payment_box p {
  padding: .75rem;
  border: solid 1px #999;
  margin-top: 5px; }
.woocommerce-checkout .shop_table .product-name {
  font-weight: bold; }
  .woocommerce-checkout .shop_table .product-name .variation {
    font-size: 13.4px;
    font-size: 0.8375rem; }
    .woocommerce-checkout .shop_table .product-name .variation dd {
      font-weight: normal; }
    .woocommerce-checkout .shop_table .product-name .variation p {
      margin-bottom: 1em; }

form.woocommerce-checkout {
  max-width: 900px; }

.woocommerce-checkout #content #payment .payment_method_stripe label[for=payment_method_stripe] {
  padding-left: 16px; }

#content form#order_review #payment_method_stripe {
  margin: 0; }

@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%; }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0; }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%; } }
/**
 * General WooCommerce components
 */
/**
* Widget cart
*/
#secondary .widget_shopping_cart img, #secondary .widget_shopping_cart .variation {
  display: none; }
#secondary .widget_shopping_cart .cart_list {
  list-style: none;
  padding-left: 0; }
  #secondary .widget_shopping_cart .cart_list li {
    margin: .5rem 0; }
#secondary .widget_shopping_cart a {
  font-weight: bold; }
#secondary .widget_shopping_cart .button {
  margin-right: 5px; }
  #secondary .widget_shopping_cart .button:last-child {
    margin-right: 0; }

/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
  content: "";
  display: table;
  table-layout: fixed; }
  .site-header-cart .cart-contents {
    text-decoration: none; }
  .site-header-cart .widget_shopping_cart {
    display: none; }
  .site-header-cart .product_list_widget {
    margin: 0;
    padding: 0; }

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.3em;
  font-family: 'star';
  font-weight: 400; }
  .star-rating:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #026591; }

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400; }
  p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "star";
    content: "\53";
    color: black;
    text-indent: 0;
    opacity: .25; }
  p.stars a:hover ~ a:before {
    content: "\53";
    color: black;
    opacity: .25; }
p.stars:hover a:before {
  content: "\53";
  color: #026591;
  opacity: 1; }
p.stars.selected a.active:before {
  content: "\53";
  color: #026591;
  opacity: 1; }
p.stars.selected a.active ~ a:before {
  content: "\53";
  color: black;
  opacity: .25; }
p.stars.selected a:not(.active):before {
  content: "\53";
  color: #026591;
  opacity: 1; }

.quantity {
  display: inline-block; }
  .quantity input {
    width: 100px; }

.price {
  color: #77a464; }

.product-remove a, a.remove_from_cart_button {
  display: inline-block;
  background-color: #a5051e;
  padding: .05em .2em;
  color: white;
  line-height: 1;
  text-decoration: none;
  vertical-align: text-bottom; }
  .product-remove a:hover, a.remove_from_cart_button:hover {
    text-decoration: none; }

.variation dd {
  margin: 0; }

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left; }
  .woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative; }
    .woocommerce-tabs ul.tabs li a {
      padding: 1em 0;
      display: block; }
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em; }

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right; }
  .woocommerce-password-strength.strong {
    color: #77a464; }
  .woocommerce-password-strength.short {
    color: #a5051e; }
  .woocommerce-password-strength.bad {
    color: #a5051e; }
  .woocommerce-password-strength.good {
    color: #026591; }

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #77a464; }
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #a5051e; }

.required {
  color: #a5051e; }

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
  border: solid 2px #77a464;
  padding: .75em;
  margin: 1em 0;
  width: 100%; }
  .woocommerce-message .button,
  .woocommerce-info .button,
  .woocommerce-error .button,
  .woocommerce-noreviews .button,
  p.no-comments .button {
    margin-right: 1rem; }

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  border-color: #026591; }

.woocommerce-error {
  border-color: #a5051e; }

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #026591;
  z-index: 9999; }

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block; } }
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em; }
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em; }
  .widget_price_filter .price_slider_amount .button {
    float: left; }
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #026591;
  box-sizing: border-box;
  margin-top: -.25em;
  opacity: 1; }
  .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em; }
  .widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1); }
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #026591; }
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1); }
.widget_price_filter .ui-slider-horizontal {
  height: .5em; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%; }

/*# sourceMappingURL=woocommerce.css.map */
