/** Shopify CDN: Minification failed

Line 558:41 Expected identifier but found "."
Line 1073:1 Unexpected "{"
Line 1163:0 Expected "}" to go with "{"

**/
  /* Start Tooltips montly-finance */
  .montly-finance {
    position: relative;
  }
  .montly-finance .tooltip-link {
    cursor: pointer;
  }
  .montly-finance .tooltip-link .tooltip-text {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 110%;
    left: 0;
    width: 260px;
    background: #000;
    color: #fff;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.4;
    transition: opacity 0.2s ease;
    z-index: 99;
  }
  .montly-finance .tooltip-text:before {
    content: "";
    position: absolute;
    top: -16px;
    left: 100px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #A10F19 transparent;
    filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.1));
  }
  .montly-finance .tooltip-link:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
  }
  /* End Tooltips montly-finance */
  /* start variants price changes */
  .custom--info-wrapers .pdp-price-conatiners{
    display: flex;
    flex-direction: column;
  }
  .custom--info-wrapers .pdp-price-conatiners .font-small-text {
    font-size: 12px;
    font-weight: bold;
    color: #A10F19;
    margin: 5px 0;
  }
  .custom--info-wrapers .pdp-price-conatiners .sp-prices {
   font-weight: bold;
    color: #A10F19;
    font-size: 24px;
  }
  .custom--info-wrapers .save-text-wraps {
   margin: 0;
  }
  .custom--info-wrapers .save-text-wraps .size-text{
    font-weight: 700;
    color: #A10F19;
    font-size: 12px;
  }
  .custom--info-wrapers .pdp-price-conatiners .small-text-list-price {
   font-size: 12px; 
   padding-bottom: 10px;
   color: #2d2d2d;
   /* border-bottom: 1px solid #E5CDCD; */
  }
  .custom--info-wrapers .pdp-price-conatiners .price__was {
    padding-bottom: 10px;
    border-bottom: 1px solid #E5CDCD;
    text-decoration: none;
  }
  .custom--info-wrapers .pdp-price-conatiners .price__was .cp-text{
    text-decoration: line-through;
    font-size: 20px;
    color: #2d2d2d;
  }
  /* End variants price changes */
  .mobile-free-ships{
    display: none;
  }
  .free-shipping-banner {
    width:100%;
    display: inline-block;
    padding: 10px 10px;
    border: 2px solid #a94442;
    border-radius: 8px;
    background-color: #fdeeee;
    color: #a94442;
    font-weight: 900;
    font-size: 16px;
    text-align: center;
    animation: fadeBorder 2s infinite;
  }
  .desktop-shipping {
    display:block;
  }
  .blink-text {
    animation: blinkFade 1.8s infinite;
  }

  @keyframes blinkFade {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
  }

  @keyframes fadeBorder {
    0%, 100% { box-shadow: 0 0 0 rgba(169,68,66,0.3); }
    50% { box-shadow: 0 0 8px rgba(169,68,66,0.4); }
  }
@media only screen and (min-width: 769px) {
    .temp--product .product-main .product-media, .product-main+.product-details>.container {
      border-inline-end: unset;
    }
    .custom--info-wrapers {
     display: flex;
     justify-content: space-between;
    }
    .custom--info-wrapers .custom-info-second {
       width: 60%;
    }
    .product-page-column-thrid {
      width: 40%;
      padding-inline-start: 11px;
    }
    .mobile-title-sku-wraper{
      display:none;
    }
}

.product-main+.shopify-section:not(.product-details):before{
  content: unset;
}
.temp--product .product{
    display: unset;
}
.temp--product .custom-product-page-wapers{
    display: flex;
    justify-content: space-between;
}
.gogle-reviews img{
  width: 15px;
  margin-right: 0px;
}
.temp--product .custom-product-page-wapers .product-media {
  width: 40%;
  padding-inline-end: 11px;
}
.temp--product span.product-vendor {
    color: #2d2d2d;
    padding: 4px 0;
    font-weight: 600;
    border-radius: 8px;
    font-size: 12px;
}
.temp--product .product-info__title+.product-info__rating, .product-price+variant-label {
    margin-top: 0px;
}
.temp--product .discounts-badge {
  background-color: #a70f17; 
  color: #fff;            
  padding: 4px 8px;          
  border-radius: 4px;        
  font-size: 13px;           
  font-weight: bold;
  display: inline-block;     
  text-transform: uppercase; 
}
.temp--product .media-ctrl__btn {
    border-radius: 50px;
    border: 1px solid #2D2D2D;
    background: #F3F3F3;
}
.media-ctrl.media-ctrl--lg-down-static {
 
}
.temp--product .product-vendor-sku {
    display: flex;
    align-items: center;
    gap: 12px;
}
.temp--product .product-breadcrumbs {
    margin-top: 60px;
}

.temp--product .product-main .product-info:before, .product-main .product-info:after{
   content: unset;
}
.temp--product h1.product-title.h5 {
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0;
}
.temp--product .price__current {
  font-size: 13px;
  font-weight: 600;
}
.temp--product .price__was{
  font-size: 13px;
  font-weight: 400;
  color: #B9B9B9;
}
.temp--product .quick-spec-item-conatiner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.review-bar {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 14px;
    color: #333;
    padding-bottom: 10px;
}
.jdgm-preview-badge .jdgm-star.jdgm-star {
    color: #FBBD35;
    font-size: 18px;
}
.review-item {
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
}

.stars {
    color: #FBBD35;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
}
span.review-text {
    color: #2D2D2D;
}
.review-divider {
    width: 1px;
    height: 1.2em;
    background: #ccc;
    display: inline-block;
}

.google-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/* Responsive for mobile */

@media (max-width: 480px) {
.review-bar {
    flex-wrap: wrap;
    gap: 8px;
}
.review-divider {
    display: none;
}
}
.notice-line{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:14px;
    color:#333;
    border-bottom: 1px solid #F3F3F3;
    padding-bottom: 10px;
}

.notice-item{ line-height:1.2; }

.notice-strong{
    font-weight:700;
    color:#b30000;    
}

.notice-divider{
    width:1px;
    height:1em;
    background:#cfcfcf;      
    display:inline-block;
}

/* Small screens: stack text and hide divider */

@media (max-width:767px){
    .desktop-shipping {
      display: none;
    }
    .mobile-free-ships{
      display: block !important;
      margin-bottom: 24px;
    }
    .notice-line{ flex-wrap:wrap; gap:6px; }
    .temp--product .product-breadcrumbs {
       margin-top: 0px;
    }
}
.temp--product .multiloca-availability-container {
  padding: 16px 0;
}
.temp--product .short-description-conatiner {
    border-bottom: 1px solid #F3F3F3;
    padding-bottom: 10px;
}
.short-description-conatiner .specifications-wrpaer {
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid #F3F3F3;
}
.short-description-conatiner a#specifications {
    text-decoration: underline;
    color: #A10F19;
    font-weight: 700;
    font-size: 12px;
}
.short-description-conatiner a#specifications svg{
  height: 10px
}
.temp--product .quick-spec-item-conatiner p.specifications-wrpaer {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 20px;
}
.temp--product .product-info .product-info__block{
  margin: 8px 0;
}
.semi-bold{
    font-size: 12px;
    font-weight: 700;
}
.temp--product .quick-spec-item-conatiner .spec-item {
    width: 50%;
    font-size: 11px;
}
.temp--product .expand-view .location-container .multi_app_grid {
    border: 1px solid #E1E3E5;
    background: #fff;
    border-radius: none;
    margin-bottom: 10px;
}
.temp--product .location-notes-notfullfilment {
  font-size: 14px;
  padding: 5px 14px;
}
.temp--product .location-radio-and-label{
  justify-content: space-between;
}
.location-AvailableHeading {
    margin: 0px 0 10px 0;
    font-size: 12px;
}
.temp--product .multiloca-out-div {
    padding-left: 16px;
}
.temp--product .not-fullfilment {
    font-size: 12px;
    font-weight: 500;
}
.temp--product .qty-input--secondary-btn .qty-input {
  border-radius: 22px !important;
  border-color: #2D2D2D;
}
.temp--product .qty-input__btn{
  color:#2D2D2D !important;
}
.temp--product .product-info__add-to-cart .btn--secondary {
    border-radius: 22px;
    background: #34A651;
    color: #fff;
    border: none;
    max-width: 250px;
}
.temp--product .tablist__tab {
    margin-inline-end: 1.5rem;
    font-size: 14px;
}
.product-spec__value table{
  width: 100%;
}
.temp--product .product-details__block h3{
    font-size: 16px;
}
.temp--product .product-details__block .product-description h2{
    font-size: 18px;
}
/* .jdgm-prev-badge[data-average-rating="1"],
.jdgm-prev-badge[data-average-rating="2"],
.jdgm-prev-badge[data-average-rating="3"] {
    display: none;
} */
.temp--product .custom-scroll-section.product-spec__value {
    height: 500px;
    overflow-y: scroll;
}
/* Hide scrollbar arrows for WebKit browsers */
.custom-scroll-section.product-spec__value::-webkit-scrollbar {
  width: 5px; /* Adjust scrollbar width */
}

.custom-scroll-section.product-spec__value::-webkit-scrollbar-button {
  display: none; /* Hides the arrows */
}

.custom-scroll-section.product-spec__value::-webkit-scrollbar-track {
  background: #ff1f1;
   -webkit-box-shadow: inset 0 0 6px rgba(156, 6, 6, 0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.custom-scroll-section.product-spec__value::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}
.custom-scroll-section.product-spec__value::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.custom-product-page-wapers .product-main .product-info {
  padding-inline-start: 11px;
}
span.product-sku {
  font-size: 11px;
}
/* third column Price section css */
/* Product Third Column Styling */
.temp--product .cps_cart {
    padding: 0 10px;
    border: 1px solid #DDDFE0;
    font-size: 13px;
}
.product-page-column-thrid .product-thrid-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
}
.product-thrid-box .price-box {
    background: #FFF6F6;
    padding: 0 15px;
    text-align: right;
}
/* Pricing */
.product-page-column-thrid .list-price {
    font-size: 12px;
    padding-bottom: 10px;
    color: #2d2d2d;
    border-bottom: 1px solid #E5CDCD;
}
.product-page-column-thrid .list-price s {
    color: #2D2D2D;
    font-size: 20px;
}
.product-page-column-thrid .sale-price {
  font-size: 12px;
  font-weight: bold;
  color: #A10F19;
  margin: 5px 0;
}
.product-page-column-thrid .sale-price span{
    font-size: 24px;
}
.product-page-column-thrid .you-save {
  font-size: 12px;
  color: #2D2D2D;
}
.product-page-column-thrid .you-save span{
  font-weight: 700;
  color: #A10F19;
}
.product-page-column-thrid .guarantee {
  font-size: 12px;
  color: #b00;
  font-weight: bold;
  margin-top: 5px;
}
.product-page-column-thrid .shipping {
  font-size: 11px;
  color: #2D2D2D;
  margin-top: 10px;
}

/* Discounts */
.product-page-column-thrid .discounts {
  margin: 10px 0;
  font-size: 13px;
  color: #2D2D2D;
   padding: 15px;
}
.discounts ul.discoint-list-items {
    list-style-type: disc;
    padding: 0 17px;
}
.discounts ul.discoint-list-items li:nth-child(1) {
  display: flex;
  justify-content: space-between;
}

.discounts ul.discoint-list-items li {
  font-weight: 700;
  font-size: 12px;
  padding-bottom: 10px;
  position:relative;
}
.discounts ul.discoint-list-items li span{
    font-size: 11px;
    font-weight: 400;
}
.need-helps {
  position: relative;
  cursor: pointer;
  color: #a00000;
  font-weight: 600;
  text-decoration: underline;
}
.gogle-reviews{
  display: flex;
  align-items: center;
  gap: 5px;
}
/* .jdgm-widget.jdgm-widget:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 61%;
    background: #000;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
} */
/* Tooltip bubble */
  .tooltip-box {
    position: absolute;
    top: 88%;
    left: 0;
    background:#fff;
    border: 1px solid #ddd;
    padding: 12px 16px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    width: 260px;
    font-size: 14px;
    line-height: 1.4;
    display: none;
    z-index: 100;
  }
  .product-page-column-thrid .discounts ..tooltip-box p {
    font-size: 12px;
    font-weight: 600;
  }
  li:hover .tooltip-box {
    display: block;
  }
/* Tooltip arrow */
.tooltip-box::before {
    content: "";
    position: absolute;
    top: -16px;
    right: 20px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #A10F19 transparent;
    filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.1));
}

/* Show on hover */
.need-helps:hover + .tooltip-box {
  display: block;
}

/* Actions inside tooltip */
.tooltip-actions {
  margin-top: 8px;
  display: flex;
  gap: 12px;
}

.tooltip-actions a {
  color: #a00000;
  font-weight: 600;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 4px;
}

.product-page-column-thrid .discounts p {
  font-size: 14px;
  font-weight: 700;
}
.product-page-column-thrid .discounts p {
  margin: 5px 0;
}
.product-page-column-thrid .discounts a {
    color: #A10F19;
    text-decoration: none;
    font-weight: bold;
    text-decoration: underline;
}
.product-page-column-thrid .add-to-cart {
  background: #c00;
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
}
/* Financing Info */
.product-page-column-thrid .payment-info {
  font-size: 12px;
  padding: 0 8px;
  /* border-top: 1px solid #E5CDCD; */
  margin: 10px 0;
}

.product-page-column-thrid .payment-info {
  margin: 10px 0;
  font-size: 13px;
  line-height: 1.5;
}

.product-page-column-thrid .payment-info .icon-text {
  display: flex;
  align-items: center; 
  gap: 10px;          
}

.product-page-column-thrid .payment-info img {
  width: 39px;
  height: 25px;
  flex-shrink: 0;  
}

.product-page-column-thrid .payment-info p {
  margin: 0;
  color: #2D2D2D;
  padding-top: 12px;
  max-width: 200px;
  font-size: 17px;
  font-weight: 600;
}

.product-page-column-thrid .payment-info a {
    color: #A10F19;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    margin-left: 4px;
    text-decoration: underline;
    /* margin-top: 15px; */
}

/* Upsell */
.product-page-column-thrid .upsell {
    font-size: 12px;
    padding-top: 10px;
    margin: 10px 0;
    background: #F3F3F3;
}
.product-page-column-thrid .upsell .upsell-items {
    padding: 12px 15px;
}
.product-page-column-thrid .upsell a {
  color: #2D2D2D;
  text-decoration: underline;
}

/* Current Offers */
.product-page-column-thrid .offers {
  margin-top: 10px;
  font-size: 12px;
  padding: 10px 15px;
}
.product-page-column-thrid .offers .current_offers {
    font-size: 14px;
    font-weight: 700;
}

.product-page-column-thrid .offers .current_offers {
  margin: 0 0 8px;
  font-weight: bold;
  font-size: 14px;
  color: #2D2D2D;
}

.product-page-column-thrid .offers .offer-item {
  margin-bottom: 12px;
}

.product-page-column-thrid .offers .offer-item a {
  display: block;
  color: #2D2D2D;
  text-decoration: none;
  line-height: 1.4;
}

.product-page-column-thrid .offers .offer-item a:hover {
  text-decoration: underline;
}

.product-page-column-thrid .offers .offer-item .expires {
  display: block;
  font-size: 12px;
  color: #A10F19; 
  margin-top: 2px;
}

.product-page-column-thrid .addcart-quanity-wraper {
    padding: 0 15px;
}
.addcart-quanity-wraper .product-info__add-to-cart quantity-input {
    width: 100%;
    max-width: 77px;
}
.addcart-quanity-wraper .product-info__add-button {
    display: flex;
    flex: unset;
    width: calc(100% - 77px);
}
.addcart-quanity-wraper .btn--plus:after {
    width: 2px;
    height: 10px;
}
.addcart-quanity-wraper .btn--minus:before {
    width: 10px;
    height: 2px;
}
.addcart-quanity-wraper .btn{
    background: #A10F19;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
}
.installation-box {
  background: #f8f8f8;
  padding: 15px;
}

.installation-box .title {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 4px;
  color: #000;
}

.installation-box .subtitle {
  font-size: 12px;
  color: #555;
  margin: 0 0 10px;
}

.zip-input {
  display: flex;
  align-items: center;
  gap: 5px;
}

.zip-input input {
  flex: 1;
  padding: 6px 8px;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.zip-input .zip-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 4px 12px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 3px;
}

.install-guide {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  color: #a50000;
  text-decoration: underline;
}
/* End Price section css */
@media screen and (max-width:767px) {
  .temp--product .custom-product-page-wapers {
    flex-direction: column;
  }
  .custom--info-wrapers {
    display: flex;
    flex-direction: column-reverse;
  }
  .temp--product .custom-product-page-wapers .product-media {
    width: 100%;
    padding-inline-end: 11px;
  }
  .info-block-sku-vendor-wraps {
    display: none;
  }
  .product-page-column-thrid .discounts {
    border-bottom: 1px solid #E5CDCD;
  }
  .desktop-pto-title{
    display: none;
  }
  .temp--product .short-description-conatiner {
    padding-top: 20px;
  }
  .review-bar {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
    .temp--product span.product-vendor {
     font-size: 10px;
    }
    .temp--product .discounts-badge {
      font-size: 10px;  
    }
}

/* Mobile PDP CSS */


/* Custom CSS by Vikas*/

@media only screen and (min-width:1300px){
  .temp--product {
    max-width: 1280px;
    margin: 0 auto;
  }

  .temp--product .container{
    padding: 0 !important; 
  }

body.template-product .header {
    padding-top: 4px;
} 

body.template-product a.logo__link span.flex {
    max-width: 75px !important;
}

body.template-product .header__logo {
   margin-bottom: 7px;
 }

.custom-header-icons, .custom-conatiner-header .flex {
    align-items: center !important;
 }

.product-thrid-box .price-box {
    padding: 5px 15px !important;
}

.product-page-column-thrid .discounts, .product-page-column-thrid .offers, .installation-box
 {
    margin: 0px 0;
    padding: 5px 8px;
}

.addcart-quanity-wraper .product-info__block label
 {
    font-size: 12px;
    line-height: 0;
}

.product-info__add-to-cart.flex {
    align-items: end;
}

.product-info__add-to-cart label.label.qty_label-pdp {
    margin: 0 !important;
    display: initial;
  }

.product-page-column-thrid .payment-info p {
    padding-top: 6px;
    line-height: normal;
    max-width: 100%;
}

.product-page-column-thrid .payment-info img {
    width: 40px;
}

.product-page-column-thrid .upsell
 {
    padding-top: 0px;
    margin: 0px 0;
}

.upsell-items p {
    font-size: 13px;
    font-weight: 600;
}

.indir{
  display: flex;
  gap: 5px;
  align-items: flex-start;
}

.indir input.slect_item {
    margin-top: 3px;
}

.temp--product .multiloca-availability-container {
  padding: 0;
}

}


/*mobile Device */
@media only screen and (max-width:767px){

p.mob-hide {
  display: none;
} 
  
.location-card-multiapp-notfullfilment{
  border-radius: unset !important;
}
.mobile-title-sku-wraper p{
  margin-bottom: 5px;
}
.mobile-title-sku-wraper .product-vendor{
  font-size: 12px;
  font-weight: 700;
}
.mobile-title-sku-wraper .skus{
  font-size: 11px;
}
.mobile-title-sku-wraper .mobile-title{
  font-size: 11px;
  font-weight: 700;
}  


body[gbb-consolidated-design="true"] {
    padding: 0px;
}

.review-item img
 {
    width: 25px;
}

.mobile-title-sku-wraper {
    text-align: left;
    margin-top: -14px;
}

.product .media-gallery__viewer img {
  width: 100%;
  height: 100%;
  padding: 20px;
}

.product-thrid-box .price-box
 {
    padding: 10px 15px;
}

.media.relative.image-blend
{
    padding-top: 100% !important;
}

gallery-zoom-open.gallery-zoom-open.cursor-pointer.w-full {
    --gallery-bg-color: #fff !important;
}

.product-page-column-thrid .discounts {
        text-align: left;
        margin-top: 0;
    }

.discounts ul.discoint-list-items {
    padding: 0 13px;
}   

.product-page-column-thrid .discounts a {
    float: right;
}

.discounts ul.discoint-list-items li:nth-child(1) {
    display: list-item !important;
}

.product-page-column-thrid .payment-info p {
    max-width: 100%;
    padding-top: 0;
    text-align: left;
}

.product-page-column-thrid .payment-info img
 {
    width: 55px;
    height: auto;
    margin-bottom: 0;
}

.product {
        text-align: left;
    }

.temp--product .quick-spec-item-conatiner .spec-item {
    font-size: 12px;
}
.temp--product .quick-spec-item-conatiner .spec-item p{
  margin-bottom :0.5em;
}

.product img {
        margin-bottom: 0px;
    }

 .inner-card {
    padding: 0 10px !important;
}   

.temp--product .cps_cart {
    padding: 0 10px 10px;
    font-size: 13px;
}

.temp--product .multiloca-availability-container {
    padding: 16px 0 0;
}

.inner-card .card, .content-item {
    min-height: 200px !important;
}

.inner-circle-container {
      padding-bottom: 20px;
  }

.description-tabs-container .tab-content {
    padding: 20px 0px !important;
}  

.description-tabs-container .tabs {
        border: 1px solid #ddd;
    }

.description-tabs-container {
    border: none !important;
}

.temp--product .product-info .product-info__block {
    margin: 0;
}


.feature-item-content .title-name, .description-tabs-container .shipping-page-content h3, .spec-section h4, span.review-text {
 {
    font-size: 13px !important;
}

p.small-content {
    margin-bottom: 0;
    font-size: 13px;
}

div#features-container .feature-item-content {
    padding: 0 10px;
}

.description-tabs-container .feature-item {
    padding: 10px 0;
}

.shipping-page-content p {
    margin: 0 0 1em;
    font-size: 12px;
}

.custom-heading {
    margin: 0px 0;
    font-size: 24px !important;
}

h2.h4.section__heading.text-start {
    font-size: 22px;
}


.slick-prev, .slick-next {
        display: none !important;
    }

product-card.card.card--product {
    padding: 0 8px;
}

.price.price--on-sale.price--bottom {
    padding-top: 0;
}

.pt-5.text-xs.product-inventory__status {
    padding-top: 10px;
}

.shopify-section-group-footer-group .icons-with-text {
    padding: 18px;
}

.icons-with-text .slider__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.icons-with-text.section.section--full-width .container {
    padding-left: 0;
}

.cc-icons-with-text .icons-with-text__text>p>strong {
    font-size: 16px;
}

.cc-icons-with-text .icons-with-text__text p {
    line-height: 1.4;
}

.media-thumbs .media-thumbs__btn {
    border: none !important;
    background-color: transparent !important;
}

.media-thumbs__item {
    flex: 0 0 66px;
    margin-top: 10px;
}

.temp--product .location-notes-notfullfilment,
.description-tabs-container .tab-content.active p{
    font-size: 12px !important;
}

.header__logo span.flex {
    max-width: 75px !important;
}

}
