/** Shopify CDN: Minification failed

Line 218:0 Expected identifier but found "]"
Line 308:0 Expected "}" to go with "{"

**/


.prevelotek {font-weight: 400;
    font-family: "PreveloTek", Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
  color: #000000;
}

/* STAMPED REVIEWS FORMATTING */
.stamped-review-content-body {
    line-height: 1.5;
}

p.stamped-review-content-body {
    font-family: var(--body-font-family) !important;
}

.stamped-header .stamped-review-options {
    display: none;
}

/* Formatting for product spec under images on product pages */
.topspec-column {
  float: left;
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .topspec-column {
    width: 100%;
  }
}

/* Clear floats after the columns */
.topspec-row:after {
  content: "";
  display: table;
  clear: both;
}

  /* DUB-SPEC TABLE VERT LINES*/
table.spec-table-vert-lines {
    text-indent: 10px;
    border: 1px solid black !important;
  width: 100%;
}

table.spec-table-vert-lines th {
    text-align: center;
    border: 1px solid black !important;
}

table.spec-table-vert-lines tr:not(:first-child):hover {
    background-color: #a9a9a9;
}

table.spec-table-vert-lines tr:not(:first-child) {
    font-size: 14px;
    border: 1px solid black;
}

table.spec-table-vert-lines tr:first-child {
    font-weight: bold;
    text-align: center;
    border: 1px solid black;

}

table.spec-table-vert-lines td:first-child {
    text-align: right;
    text-indent: 0px;
    border: 1px solid black;

}

table.spec-table-vert-lines td:not(:first-child) {
    text-align: center;
    border: 1px solid black;

}

table.spec-table-vert-lines tr:nth-child(even) {
    background: #E7E7E7
}

table.spec-table-vert-lines tr:nth-child(odd) {
    background: #FFF
}

table.spec-table-vert-lines table, tr, td {
    border: 1px solid black;

}

@media only screen and (max-width: 600px) {
table.spec-table table, tr, td, th {
padding-right: 3px;
    padding-left: 3px;
    font-size: 12px;
  }
}


.prevelo-button {
    background: #ff0000;
    color: #ffffff;
    border: 1px solid #ff0000;
    padding: 0 20px;
    text-align: center;
    min-height: 44px;
    height: 40px;
    line-height: 1.2;
    vertical-align: top;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s linear;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    border-radius: 0;
}


/* REG TABLE*/
table.reg-table {
    text-indent: 0px;
  font-size:12px;
  width: 100%;
}

table.reg-table a {
    color: blue;
}

table.reg-table tr:not(:first-child):hover {
    background-color: #a9a9a9;
}

table.reg-table tr:not(:first-child) {
    font-size: 14px;
}

table.reg-table th {
    font-weight: bold;
    text-align: center;

}

table.reg-table td:first-child {
    text-align: left;
    text-indent: 0px;

}

table.reg-table td:not(:first-child) {
    text-align: left;
    margin-left: 0px;

}

table.reg-table tr:nth-child(even) {
    background: #E7E7E7
}

table.reg-table tr:nth-child(odd) {
    background: #FFF
}

table.reg-table table, tr, td, th {
    border: none !important;
}

/* SPEC TABLE*/
table.spec-table {
    text-indent: 10px;
    width:90%;
}

table.spec-table tr:not(:first-child):hover {
    background-color: #a9a9a9;
}

table.spec-table tr:first-child:hover {
    background-color: #a9a9a9;
}

/*table.spec-table tr:not(:first-child) {
    font-size: 14px;
}*/

table.spec-table th {
    font-weight: bold;
    text-align: center;
background: #000000;
  color: #ffffff;
}

table.spec-table td:first-child {
    text-align: right;
    text-indent: 0px;
]]
}

table.spec-table td:not(:first-child) {
    text-align: left;
    margin-left: 10px;

}

table.spec-table tr:nth-child(even) {
    background: #E7E7E7
}

table.spec-table tr:nth-child(odd) {
    background: #FFF
}

table.spec-table table, tr, td, th {
    border: none !important;
}

/* Kid Fit BOXED*/
.kid-fit-boxed {
    border: 2px solid black;
    padding: 1em;
    background-color: #f2f2f2;
}


  .product-info__sticky {
    top: 0px !important;
  }

/* Kid Fit BOXED*/

.bike-thumbnail-details {
  font-size: 14px;
    font-weight: normal;
}

/* Product option Black Friday Style*/
.bold_option_title b {
  background: -webkit-linear-gradient(#7f38ec, #1e90ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.klaviyo-btn.button {
    height: auto;
    background-color: transparent;
    color: black;
    border: 1px solid;
    transition: background-color 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53), color 0.3s linear, border 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    line-height: 1.5;
    padding: 10px 20px;
}

a.klaviyo-btn.button:hover {
    background-color: black;
    color: white;
    border: 1px solid black;
}

/* BASIC TABLE*/
.basic-table {
  border-collapse: collapse !important;
  width: 100% !important;
}

.basic-table th, .basic-table td {
  border: 1px solid black !important; /* Add a black border around all table cells */
  padding: 8px !important;
  text-align: left !important;
}

.basic-table th {
  background-color: #f2f2f2 !important; /* Optional: Add a background color to table headers */
}

table.pv-eb-tabs td {
    padding-top: 3px;
}

@media only screen and (max-width: 600px) {
  table.pv-eb-tabs td {
    padding-right: 16px; 
    padding-left: 16px; 
    padding-top: 10px; 
    font-size: 12px; 
  }
