<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  moskates
*/

/* VARIABLES */
:root {
  --green-color: rgb(71, 193, 60);
  --peach-color: rgb(245, 154, 87);
}

::selection {
  color: #fff;
  background: #f59a57;
}

/*QUITAMOS CAPITALIZE*/
.widgettitle,
.widget-title,
legend,
h1,
h2,
h3,
h4,
h5,
h6,
.title,
.wd-nav-main &gt; li &gt; a,
.wd-nav-secondary &gt; li &gt; a {
  text-transform: unset !important;
}

/* SINGLE PRODUCTS */
.product-template-default .product-details-custom {
  margin-bottom: 3rem;
}

/* RADIO BUTTON CHECKOUT */
.wc_payment_methods.payment_methods.methods li label {
  cursor: pointer;
}
.wc_payment_methods.payment_methods.methods li input[type="radio"] {
  accent-color: var(--peach-color);
}

/* CUSTOMIZATION OF ELEMENTS */

/* BARRA ENVIO GRATIS */
.wd-progress-bar .progress-bar {
  background-color: #10a110;
}
.wd-rating-summary-item .wd-progress-bar .progress-bar {
  background-color: #eabe12;
}

/* SOBRE NOSOTROS */
.page-sobre-nosotros .team-member .member-image img {
  border-radius: 9999px;
}

/* BANNER COOKIES y PAG. COOKIES */
.cmplz-header .cmplz-title {
  font-weight: 600 !important;
}
.cmplz-links.cmplz-documents a {
  color: #fff !important;
}
#cmplz-document {
  max-width: unset !important;
}
#cmplz-document h2:not(:first-child) {
  margin-top: 3rem;
}
#cmplz-document #cmplz-cookies-overview summary,
#cmplz-document .cmplz-categories summary {
  background-color: var(--peach-color);
  color: #fff;
  border-radius: 12px;
  padding: 10px !important;
}
#cmplz-document .cmplz-categories summary .cmplz-category-header {
  background-color: unset !important;
  padding: unset !important;
}
#cmplz-document
  .cmplz-categories
  summary
  .cmplz-category-header
  .cmplz-category-title {
  padding: 0 5px;
  font-size: 18px;
  color: rgb(36, 36, 36);
  font-weight: 700;
}
#cmplz-document
  .cmplz-categories
  summary
  .cmplz-category-header
  .cmplz-always-active {
  color: #fff !important;
}

/* PRODUCT BUTTONS - GRID */
.wd-product .product-element-top.wd-quick-shop .wd-buttons {
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1) !important;
}

/*WPFORM SUBMIT*/
.wpcf7-submit,
.moskates-btn,
aside.sidebar-container .wp-block-search__button {
  background-color: #f59a57;
  color: #fff;
  padding: 5px 20px;
  min-height: 42px;
  font-size: 13px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: 0px solid transparent;
  border-radius: 0;
  box-shadow: none;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease,
    border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  border-radius: 35px;
}
.wpcf7-submit:hover,
.moskates-btn:hover {
  color: #fff;
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  background-color: #df8c4f;
}
.moskates-btn.big {
  padding: 20px 30px;
  font-size: 18px;
}

/* REGISTRO / INICIO SESION */
.wd-switch-to-register {
  color: #fff !important;
  background-color: #f59a57 !important;
  transition: background-color 0.25s ease;
}
.wd-switch-to-register:hover {
  color: #fff !important;
  background-color: #df8c4f !important;
}

/* FOOTER */
.footer-widget p {
  margin-bottom: 0 !important;
}
.footer-column {
  margin-bottom: 0 !important;
}
.footer-sidebar {
  padding-block: 20px !important;
}

/*CTA*/
.cta-equipacion {
  background: #fab785;
  background-image: linear-gradient(
    180deg,
    #f1ba8b 0%,
    #d5224e 100%
  ); /* fallback */
  background-image: linear-gradient(180deg, #f1ba8b99 0%, #d5224e 100%),
    url(/img/skating-start-background-cta.png); /* W3C */
  background-repeat: no-repeat;
  background-position: 45% 15%;
}

.cta-equipacion h2 span,
.cta-equipacion .elementor-widget-wd_text_block p span {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

/*BLOG*/
aside.sidebar-container .wp-block-search__label {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}
aside.sidebar-container .wp-block-search__input {
  width: -webkit-fill-available;
  width: -moz-fill-available;
  width: fill-available;
}
aside.sidebar-container .wp-block-search__button {
  margin-top: 20px;
}

/*WHATSAPP*/
.joinchat {
  --bottom: 60px;
}

/*CLASES*/
.slider-small-text,
.slider-small-text p,
.slider-small-text p span {
  font-size: 50%;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1400px) {
  /* SINGLE PRODUCT */
  .elementor-711 .elementor-element.elementor-element-68e9212 {
    --padding-inline-start: 15px !important;
    --padding-inline-end: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .footer-column-1,
  .footer-column-2 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 575px) {
  .footer-column-3 {
    margin-bottom: 20px !important;
  }
  .footer-widget p {
    text-align: center !important;
  }
}
</pre></body></html>