/** Shopify CDN: Minification failed

Line 347:8 Expected ":"

**/
.shopify-section.shopify-section--text-with-icons
  .section-spacing.section-spacing--tight {
  margin-top: 0px;
}

.ymm-pages-background {
  background-image: url(/cdn/shop/files/ars_banner.jpg?v=1683311583);
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 80px;
}
.ymm-pages-header {
  width: auto;
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
  margin: 0 0 40px 0;
  text-align: center;
}
.ymm-pages-dropdown-container {
  background-color: #2f6190;
  padding: 16px 0 5px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.ymm-pages-dropdown {
  width: 25%;
  margin: 0 5px;
  text-align: center;
  position: relative;
}
.ymm-pages-select-wrapper {
  display: inline-flex;
  align-items: center;
  flex: 1;
  position: relative;
  width: 100%;
  cursor: pointer;
}

.ymm-pages-select {
  font-size: 1.125rem;
  line-height: 1.75rem;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 0.5rem 3rem 0.5rem 1.5rem;
  height: 54px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
  text-align-last: center;

  cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/cdn/shop/files/arrow-red.svg?v=1683491933) no-repeat;
    background-position: right 0.5rem center;
    background-size: 1rem;
    padding-right: 2rem;
    background-color: #fff;
}
.arrow-icon {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-image: url(/cdn/shop/files/arrow-red.svg?v=1683491933);
  background-size: contain;
  background-repeat: no-repeat;
}

.ymm-pages-btn {
  align-items: center;
  margin-left: 18px;
}

.ymm-pages-search-btn {
  padding: 0.75rem 1.5rem;
  background-color: #e3342f;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  height: 54px;
  transition: background-color 0.3s ease;
  display: inline-flex;
}

.ymm-pages-search-btn:hover {
  background-color: #cc1f1a;
}

/* For desktop */
@media (min-width: 1200px) {
  .ymm-pages-background {
    background-size: 100%;
  }
  .ymm-pages-header {
    font-size: 4rem;
  }
  .ymm-pages-dropdown-container {
    width: 80%;
  }
  .ymm-pages-select-wrapper {
    margin: 0 12px 12px;
  }
  .ymm-pages-dropdown {
    width: 25%;
  }
  .ymm-pages-select {
    padding: 0.75rem 4rem;
  }
  .ymm-pages-button {
    margin-left: 10px;
  }
}

/* For tablet */
@media (min-width: 768px) and (max-width: 1199px) {
  .ymm-pages-background {
    background-size: cover;
  }
  .ymm-pages-header {
    font-size: 3rem;
  }
  .ymm-pages-dropdown-container {
    width: 90%;
  }
  .ymm-pages-select-wrapper {
    margin: 0 8px 8px;
  }
  .ymm-pages-dropdown {
    width: 25%;
  }
  .ymm-pages-select {
    padding: 0.5rem 2rem;
  }
  .ymm-pages-button {
    margin-left: 5px;
  }
}



.ymm-pages-loading-spinner-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 100000;
}

.ymm-pages-loading-spinner {
  width: 60px;
  height: 60px;
}

.shopify-section--collection-banner
  > .relative.section-spacing.section-spacing--tight {
  margin-top: 5px;
  margin-bottom: 5px;
}

.free-shipping-bubble {
  font-size: 13px;
  color: #2f6190;
  font-weight: 700;
  display: inline-block;
  margin-top: -12px !important;
}

.show-ymm {
  width: 100%;
  background-color: #2f6190;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  position: relative;
}
.future-date {
  color: rgb(0 140 0);
  padding-left: 5px;
  cursor: pointer;
  text-decoration: underline;
}
.ship-date {
  color: rgb(0 140 0);
  padding-left: 5px;
}

.ship-popup {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  align-items: center; /* align vertical */
  justify-content: center; /* align horizontal */
}
.ship-popup-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 20px; /* rounded corners */
  max-width: 600px; /* max width for mobile friendly */
}
.section-spacing--tight {
  margin-top: 10px !important;
}
.product-info__block-item[data-block-type="inventory"] {
    font-size: 22px;
    float: left;
    width: auto;
    text-align: right;
    padding: 0px 0 0 0 !important;
    margin: 0 !important;
}

.product-info__block-list .product-info__block-item:nth-child(3){
    margin: 0 !important;
    font-size: 20px;
    float: left;
    text-align: right;
    padding: 3px 0px 0 5px !important;
    width: auto;
}
.product-info__block-item[data-block-type="price"] {
  width: 100%;
  float: left;
  margin: 0 !important;
}

.product-info__block-item[data-block-type="@app"] {
  margin: 0 !important;
  clear: both;
  width: 100%;
}
.accordion__content table {
  width: 100%;
  border-collapse: collapse;
}

.accordion__content table td {
  border: 1px solid #dddddd;
  padding: 8px;
}

.accordion__content table td:first-child {
  width: 40%; /* Adjust this as needed */
}

@media only screen and (max-width: 600px) {
  .accordion__content table {
    width: 100%;
    display: block;
  }
}

.spec-table td:first-child {
  text-align: right;
  font-weight: bold;
}
.spec-table td {
  display: table-cell;
}
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip .tooltiptext {
  visibility: hidden;
  font-size: 18px;
  font-weight: 400;
  width: 320px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 30%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.icon-spec {
  float: right;
  font-size: 16px;
  background-color: #f2f2f2;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #333;
  cursor: pointer;
}
.phone-icon {
  background-image: url(/cdn/shop/files/phone.svg?v=1689363157);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: cover; /* This is the key property for a responsive background image */
  background-position: center center;
}

.back-in-stock-btn{
  width: 100% !important;
  margin 5px 0;
}

button.button.button--outline.w-full, a.button.button--outline{
  color: #ffffff;
    background-color: #2F6190;
    font-weight: bold;
}
.button.button.button--outline.w-full:hover, a.button.button.button--outline:hover {
  background-color: #548ec4;
}
a.button.button.button--outline  {
    max-width: 180px;
}

.inventory {
    font-style: normal;
}
/* For mobile */
@media (max-width: 767px) {
  .ymm-pages-background {
    background-size: cover;
  }
  .ymm-pages-header {
    font-size: 2rem;
  }
  .ymm-pages-dropdown-container {
    width: 90%;
  }
  .ymm-pages-select-wrapper {
    margin: 0 4px 4px;
  }
  .ymm-pages-dropdown {
    width: 100%;
  }
  .ymm-pages-select {
    padding: 0.25rem 1rem;
  }
  .ymm-pages-button {
    width: 100%;
  }
  .header__logo {
    margin-left: -60px;}
  .header__secondary-nav {
    width: 100px;}
  button.button.button--outline.w-full {
    padding: 10px 15px;}
  h1.product-title {
    font-size: 20px !important;}

  .product-info__block-list .product-info__block-item:nth-child(3) {
    float: right;
    text-align: right;
    font-size: 16px;
    padding: 5px 5px 0 0 !important;
    width: auto;
}
  
.product-info__block-item[data-block-type="inventory"] {
   font-size: 16px;
  float: right;
  width: auto;
  text-align: right;
  padding: 5px 3px 0 0 !important;
  margin: 0;
}
  .ymm-pages-background {
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ymm-pages-header {
    font-size: 2rem;
  }
  .ymm-pages-dropdown-container {
    flex-direction: column;
    width: 100%;
    padding: 12px;
  }
  .ymm-pages-select-wrapper {
    margin: 0 auto 12px;
  }
  .ymm-pages-dropdown {
    width: 100%;
    margin: 6px 0;
  }
  .ymm-pages-select {
    padding: 0.25rem 1rem;
  }
  .ymm-pages-button {
    width: 100%;
    margin: 12px auto 0;
  }
  .ymm-pages-search-btn {
    width: 100%;
    padding: 0.75rem 0;
    display: block;
  }
  .ymm-pages-btn {
    margin-left: 0;
  }
  h2 {
    display: none;
  }
  .product-info__block-item[data-block-type="price"] {
    width: 50%;
  }
}
h3.pay-install-h3 {
    padding: 10px;
    text-align: center;
}
.free-shipping-bar > span.text-subdued {
    font-weight: bold;
    color: #ffffff;
}
.cart-drawer .free-shipping-bar {
    background-color: #333333;}
.correct-rim{
  font-weight:bold;
  font-size:18px;
}
.search-all {
  padding-left: 5px;
  font-weight: bold;
}
