/* 20251217162006 - v2 */
.gui,
.gui-block-linklist li a {
  color: #4f4f4f;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #14617f;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #14617f;
  box-shadow: 0 0 2px #14617f;
}

.gui-select.gui-focus .gui-handle {
  border-color: #14617f;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #4f4f4f;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
/* Name: Julien Delpech | Date: March 15, 2018 Time: 8:27 PM | Reason: change color of burger menu for mobile version | Ticket: #463869 | Begin. */
.navigation .burger img {
    filter: invert(100%);
}
/* Name: Julien Delpech | Date: March 15, 2018 Time: 8:27 PM | End. */

/* Name: Julien Delpech | Date: March 22, 2018 Time: 10:26 AM | Reason: padding for banners mobile version | Ticket:466073| Begin. */
.col-md-6,
col-sm-6 {
  padding-bottom: 5px;
  padding-top: 5px;
}

.page-content {
  overflow-x: clip !important;
}
#product-section-1 {
  margin-top: 100px;
}

/* Remove Horiztonal Scrollbar display */
* ::-webkit-scrollbar {
  display: none;
}

/* Desktop */ @media screen and (min-width: 992px) {

  #gift-cards-page {
  margin-top: 100px;
  }
  
  .container {
    padding: 0px !important; 
  }
  
  
  /* Hero Slider */
.hero {
  max-width: 1170px !important;
  margin: auto !important;
  }
  
.site-header {
  max-width: 1170px !important;
  margin: auto !important; 
  }
  
   /* New Rental Page 2025  */
  
  iframe {
      width: 1px;
      min-width: 100%;
      border-width: 0px;
    	height: 1000px;
    }

  
  
  /* Rental Page  */

  .rental-card-div {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    gap: 20px;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .rental-card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px;
    background-color: white;
  }

  .rental-banner {
    background-color: #222222;
    width: 100%;
    color: white;
    padding: 10px;
    text-align: center;
  }

  .rental-button {
    margin: 10px;
    color: white;
    background-color: #13778e;
    border: none;
    font-size: 1.5rem;
    padding: 0.8rem;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
  }

  .rental-img {
    width: 80%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
  }
  
  .trailforks-iframe {
    height: 350px !important; 
  }

  .trailforks {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 20px;
    margin-top: 100px;
  }

  .trailforks-card {
    padding: 20px;
  }

  /* Repairs Page */
  
  .repair-body {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
  }

  .repairs {
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    justify-items: center;
    gap: 0px;
    justify-content: center;
    text-align: center;
    margin-top: 40px;
    align-items: start;
  }

  .repairpackage {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
     margin: 0px !important;
    align-items: center;
  }
  
  .repair-p {
    margin-bottom: 0 !important;
  }

  .repairimg {
    width: 200px;
    display: flex;
    transition: 100ms linear;
    margin-bottom: 20px;
  }

  .repairimg:hover {
    opacity: 60%;
    cursor: pointer;
  }
  .repairdescription {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin: 0;
  }
  .product-brand {
    font-size: 14px;
  }

  .repair-description {
    margin-top: 20px;
  }
  .repairtext {
    display: flex;
    width: 60%;
    margin: auto;
  }

  /* Repair Package Page - Desktop */

 .repairpackagetitle {
    display: flex;
    flex-direction: column;
   
  }

  .pleasecall {
    font-style: italic;
    margin-bottom: 20px !important;
  }

  .repairpackagepage {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 100px;
  }
  
  .repairpackagetext {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    width: 50%;
    
  }

  .repairprice {
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .repairpackagedetail {
    margin: 0;
  }
  
  /* Repair Table - Desktop */ 
  
  .grid-overflow {
    overflow-x: auto !important;
  }
   .grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto; /* Added auto-sized row for the header */
    gap: 0px;
    width: 90%;
    margin: auto;
    white-space: nowrap;
  }

  .grid-item {
    border-bottom: 1px solid rgb(230, 230, 230);
    padding: 2vw;
    box-sizing: border-box;
    color: #222;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-wrap: wrap;
  }

  .left {
    grid-column: span 2;
  }

  .grid-header {
    position: sticky;
    background-color: #efefef;
    top: 0;
    z-index: 1;
  }
} /* Desktop */

/* Tablet */ @media screen and (min-width: 601px) and (max-width: 991px) {
  
  /* New Rental Page 2025  */
  iframe {
      width: 1px;
      min-width: 100%;
      border-width: 0px;
    	height: 1000px;
    }

  
  /* Rental Page  */

  .rental-card-div {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .rental-card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
  }

  .rental-banner {
    background-color: #222222;
    width: 100%;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 0.8rem;
  }

  .rental-button {
    margin: 10px;
    color: white;
    background-color: #13778e;
    border: none;
    font-size: 1rem;
    padding: 0.8rem;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
  }

  .rental-img {
    width: 90%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
  }
  
   .trailforks-iframe {
    height: 350px !important; 
  }
  /* Repair Page */
  
  .repair-body {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
  }

  .repairs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    gap: 10px;
    justify-content: center;
    text-align: center;
    margin-top: 40px;
    align-items: start;
  }

  .repairpackage {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0px !important;
  }

  .repairimg {
    width: 200px;
    display: flex;
    transition: 100ms linear;
    margin-bottom: 20px;
  }
  
   .repair-p {
    margin-bottom: 0 !important;
  }

  .repairimg:hover {
    opacity: 60%;
    cursor: pointer;
  }
  .repairdescription {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin: 0;
  }
  .product-brand {
    font-size: 14px;
  }

  .repair-description {
    margin-top: 20px;
  }
  .repairtext {
    display: flex;
    width: 60%;
    margin: auto;
  }

  /* Repair Package Page - Tablet */

  .repairpackagetitle {
    display: flex;
    flex-direction: column;
  }

  .pleasecall {
    font-style: italic;
    margin: 0;
  }

  .repairpackagepage {
    display: flex;
    flex-direction: row;
  }
  
  .repairpackagetext {
    display: flex;
    flex-direction: column;
    align-items: left;
    margin-left: 50px;
    
  }

  .repairprice {
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .repairpackagedetail {
    margin: 0;
  }
  /* Repair Table - Desktop */ 
   .grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto; /* Added auto-sized row for the header */
    gap: 0px;
    width: 100%;
    margin: auto;
    white-space: nowrap;
  }

  .grid-item {
    border-bottom: 1px solid rgb(230, 230, 230);
    padding: 2vw;
    box-sizing: border-box;
    color: #222;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-wrap: wrap;
  }

  .left {
    grid-column: span 2;
  }

  .grid-header {
    position: sticky;
    background-color: #efefef;
    top: 0;
    z-index: 1;
  }
  

} /* Tablet */

/* Mobile */ @media (max-width: 600px) {
  
/* New Rental Page 2025  */
  iframe {
      width: 1px;
      min-width: 100%;
      border-width: 0px;
    	height: 1000px;
    }
    
  
  
  /* Rental Page  */
  .rental-card-div {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 25px;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .rental-card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: space-between;
    min-width: 300px;
    background-color: #fff;
    margin-bottom: 20px;
  }

  .rental-banner {
    background-color: #222222;
    width: 100%;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 1rem;
  }

  .rental-button {
    margin: 10px;
    color: white;
    background-color: #13778e;
    border: none;
    font-size: 1.5rem;
    padding: 0.8rem;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
  }

  .rental-img {
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .card {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  .trailforks-iframe {
    height: 350px !important; 
  }

  /* Repairs Page - Mobile */
  
  .repair-body {
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  .repairs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    margin-left: 20px;
    padding-right: 50px;
    align-items: start;
  }

  .repairpackage {
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .repairimg {
    width: 100%;
    display: flex;
    transition: 100ms linear;
    margin-bottom: 20px;
  }
  
   .repair-p {
    margin-bottom: 0 !important;
  }

  .repairimg:hover {
    opacity: 60%;
    cursor: pointer;
  }

  .repairdescription {
    font-weight: 600;
    text-align: center;
    margin: 0px !important;
  }

  .product-brand {
    font-size: 14px;
    text-align: center;
  }

  .new-price {
    text-align: center;
  }

  .repairtext {
    display: flex;
    width: 60%;
    margin: auto;
    text-align: center;
  }

  /* Repair Package Page - Mobile */

  .repairpackagetitle {
    display: flex;
    flex-direction: column;
  }

  .pleasecall {
    font-style: italic;
    margin-bottom: 20px !important;
    text-align: center;
  }

  .repairpackagepage {
    display: flex;
    flex-direction: column;
  }
  
  .repairpackagetext {
    display: flex;
    flex-direction: column;

    
  }

  .repairprice {
    margin-bottom: 10px;
    font-size: 2rem;
    text-align: center;
  }

  .repairpackagedetail {
    margin: 0;
  }
  
  /* Repair Table - Desktop */ 
   .grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto; /* Added auto-sized row for the header */
    gap: 0px;
    width: 100%;
    margin: auto;
    white-space: nowrap;
  }

  .grid-item {
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    color: #222;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-wrap: wrap;
    font-size: 14px;
  }

  .left {
    grid-column: span 2;
  }

  .grid-header {
    position: sticky;
    top: 0px;
    background-color: #EFEFEF;
    z-index: 2;
  }
} /*Mobile*/



 
/* Name: Julien Delpech | Date: March 22, 2018 Time: 10:26 AM | End. */

.
