/*
Theme Name: Planet-Roller
Theme URI: https://bytelab.cl/wordpress/planet-roller
Author: ByteLab
Author URI: https://bytelab.cl
Description: Tienda de patines de 4 ruedas Roller en Santiago de Chile. Patines en línea roller, patinaje, zapatillas con ruedas, rodilleras y mas
Version: 1.0
text-domain: planet-roller
license: GNU General Public License v2 or later
License URI: http://www.gnu.org/license/gpl-2.0.html
Tags: e-commerce, left-sidebar, three-column, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, translation-ready, blog, right-sidebar, sticky-post, threaded-comments
*/
/* 
 Light Blue:  #00B7E3 / rgb(0, 183, 227)
 dark Blue:   #003491 / rgb(0,52,145)
*/

@charset "UTF-8";

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #00b7e3;
  --secondary: #003491;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}

.btn-primary,
.woocommerce button.button.alt,
.woocommerce a button.button.alt,
.woocommerce a.button.alt {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-primary:hover,
.woocommerce button.button.alt:hover,
.woocommerce a button.button.alt:hover,
.woocommerce a.button.alt:hover {
  color: #fff;
  background-color: var(--gray);
  border-color: var(--gray);
}

.btn-primary:focus,
.btn-primary.focus,
.woocommerce button.button.alt:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 183, 227, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: var(--gray);
  border-color: var(--gray);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 183, 227, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.btn-secondary:hover {
  color: #fff;
  background-color: var(--gray);
  border-color: var(--gray);
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 52, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: var(--gray);
  border-color: var(--gray);
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 52, 145, 0.5);
}

.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 39, 83, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: var(--primary);
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 39, 83, 0.5);
}

.btn-outline-secondary {
  color: var(--secondary);
  border-color: var(--secondary);
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 170, 212, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: var(--secondary);
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 170, 212, 0.5);
}

.navbar-toggler-custom {
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: var(--primary);
  border: 0;
  border-radius: 0.25rem;
}

ul.navbar-nav-custom li.nav-item a.nav-link {
  color: var(--primary);
  font-weight: bold;
}
ul.navbar-nav-custom li.nav-item a.nav-link:hover,
ul.navbar-nav-custom li.nav-item a.nav-link:focus {
  color: var(--secondary);
}

/* Theme Support WooCommerce */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* Grid System */
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media all and (max-width: 767px) {
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .container {
    max-width: 90%;
  }
}

/* Coupon Code Input Text */
.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 10rem;
}

/* Main Menu */
#bs-example-navbar-collapse-1,
#bs-example-navbar-collapse-1 a {
  color: var(--primary);
  font-size: 1.1rem;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  border: 0px solid transparent;
  background-color: white;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
  height: calc(2.7rem + 0rem);
  padding: 0.5625rem 1.125rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form-row {
  display: block;
}

h1.page-title {
  font-size: 1.8rem;
  color: var(--primary);
  font-weight: bold;
  margin-bottom: 2rem;
}

.woocommerce a.added_to_cart {
  padding-top: 0.8rem;
  display: inline-block;
  line-height: 1rem;
}

.added_to_cart {
  margin-top: 0.5rem;
  width: 100%;
  background-color: var(--secondary);
  padding: 0.8rem 0rem;
  color: #f8f9fa;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  align-self: center;
}
.added_to_cart:hover {
  background-color: var(--primary);
  color: #fff;
  line-height: 2em;
}
woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  width: 100%;
  background-color: var(--primary);
  padding: 0.8rem 0rem;
  color: #f8f9fa;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
}

.woocommerce span.onsale {
  min-height: 2.5em;
  min-width: 3.236em;
  padding: 0em 0.8em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 2;
  top: 0em;
  left: 0em;
  margin: 0;
  border-radius: 0 0 50% 49%;
  background-color: #b11d1d;
  color: #fff;
  font-size: 0.857em;
  z-index: 9;
}

.woocommerce-cart table.cart img {
  width: 64px;
}

/* Button disbale single product */
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled {
  background-color: var(--secondary);
  color: #fff;
}

.woocommerce button.button.alt.disabled:hover {
  background-color: var(--primary);
  color: #fff;
}

li.widget_shopping_cart {
  list-style: none;
  margin-bottom: 2em;
}

.custom-logo {
  height: 192px;
  width: 192px;
  max-height: 192px;
  max-width: 192px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: var(--primary);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: var(--primary);
}

/* Theme Support WooCommerce */

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  background-color: var(--white);
}

a {
  color: var(--primary);
}

#search-social-top-bar {
  padding: 0.3rem 0;
  background-color: var(--primary);
}

section::after {
  /* height: 50px; */
  content: "";
  display: block;
}

.navbar-brand img {
  height: 8rem;
}
.logo img {
  height: 12rem;
}

.default-template-top-ribbon {
  background-color: var(--primary);
  padding: 1rem 0rem;
}

.form-control {
  color: var(--secondary);
  background-color: var(--white);
  border: 1px solid var(--primary);
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.5rem;
}

.planet_roller_footer_menu li {
  list-style-type: none;
  color: var(--white);
  display: inline-block;
}

.planet_roller_footer_menu li a {
  color: var(--white);
}

/* Default Template Top Parallax */
.parallax-content {
  /* The image used */
  background-image: url("assets/img/parallax.jpg");

  /* Set a specific height */
  min-height: 200px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

#map {
  height: 400px;
  /* The height is 400 pixels */
  /* width: 100%; */
  /* The width is the width of the web page */
}
/* Footer */
section.footer-section {
  margin-top: 8rem;
}
footer {
  background-color: var(--primary);
}
.footer-copyright-menu {
  background-color: var(--secondary);
}
.footer-menu a {
  color: var(--white);
  font-size: 0.8rem;
  font-weight: normal;
}

.footer-columns-menu,
.footer-columns-menu ul li a {
  list-style-type: none;
  color: #fff;
}

.widget_tag_cloud {
  list-style-type: none;
}

li.footer-widgets-list {
  list-style-type: none;
  display: inline-block;
}

li.widget {
  list-style-type: none;
}

.tagcloud a {
  display: block;
  float: left;
  padding: 4px 10px;
  margin-right: 7px;
  margin-bottom: 7px;
  background: #eee;
  color: #666;
  font-size: 11px;
  font-weight: bold;
  text-transform: lowercase;
  text-shadow: 1px 1px 1px #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  text-decoration: none;
}
.tagcloud a:hover {
  background: #f3f3f3;
  color: #000;
  text-decoration: none;
}

.bg-red {
  background-color: red;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

/* Small devices */
@media (max-width: 768px) {
  .logo img {
    height: 10rem;
  }
}
