/* Styles */
body {
    background: #efeff1 none repeat scroll 0 0 !important;
}
a {
    color:#ED1c24;
}

li {
    list-style: none;
    border-bottom: 0px dashed #ccc !important;
    padding: 0 0 0 15px !important;
    padding-bottom: 6px !important;
    line-height: 20px;
    margin:10px 0;
    background: none !important;
}

.site-footer__item li,
.site-footer__linklist li {
    list-style: none !important;
    border-bottom: 0px !important;
    padding: 0 0 0 15px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin: 0px;
    background: url('https://cdn.shopify.com/s/files/1/0572/2701/8446/files/ul-arrow.png?v=1623197358') 0 6px no-repeat !important;
}

.site-wrapper {
    max-width: 1350px;
    margin: auto;
}
.template-search .breadcrumbs {
    margin-bottom:45px;
    display:none;
}
.list--inline.pagination {
    padding-bottom:45px;
}
.btn--tertiary {
    border:0px;
}
.page-width {
    padding:0px;
}
.template-page .main-content,
.template-product .main-content {
    padding-top: 25px;
}
.h1, h1 {
    font-family: 'Stratum1 Bold',Staatliches,Oxygen-Bold,sans-serif;
    font-size: 40px;
    color: #000;
}
p, ul, li, td, th {
    font-family:'DIN Next W01 Regular','Arial';
    font-size:17px;
}
a.btn,
input.btn,
.template-product .product-form__cart-submit {
    background-image:url('https://cdn.shopify.com/s/files/1/0572/2701/8446/files/button-img.png?v=1623160173');
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    border:0px;
    font-family:'DIN Next W01 Bold','Arial';
}
label,
#HideRecoverPasswordLink {
    font-family: 'DIN Next W01 Regular';
}
a.btn:hover,
input.btn:hover,
.template-product .product-form__cart-submit:hover {
    transform:scale(1.04);
    transition:0.3s;
    box-shadow:0px 0px 4px #000;
}
.display-flex {
    display:flex;
    align-items:center;
    align-content: center;
}
#shopify-section-header .header-img-wrapper {
    background:#333;
        padding:0px;
        margin:0px;
        width:100%;
}
#shopify-section-header .top-bar {
    background:transparent;
    border-bottom:0!important;
    display: flex;
    justify-content: flex-end;
    padding: 10px 0 8px 0px;
}
#shopify-section-header .top-bar-left {
    width: 25%;
}
#shopify-section-header .top-bar-links {
    width:75%;
}
#shopify-section-header .top-bar-links ul {
    display:flex;
    justify-content: flex-end;
}
#shopify-section-header .top-bar-links li {
    padding: 0 15px 0 15px;
    background-image: none;
    list-style-type: none;
    color: #fff;
    font-family:'DIN Next W01 Regular','Arial';
}
#shopify-section-header .top-bar-links li a {
    color: #fff;
    text-decoration:none;
    font-size:15px;
    list-style:none;
    list-style-type:none;
}
#shopify-section-header .top-bar-links li a:hover {
    color:#fff;
    font-weight:bold;
    text-decoration:underline;
}
#shopify-section-header .top-bar-links li a.top-bar-phone {
    letter-spacing:.5px;
}
#shopify-section-header .top-bar-search {
    width: 25%;
    text-align: right;
    float: right;
    padding: 0px;
    margin: 0px;
    height: 1px;
}
#shopify-section-header .top-bar-search img {
}
.site-header__search-toggle {
    display: block;
    right: -4px;
    float: right;
    position: relative;
    top: -10px;
}
#shopify-section-header .top-bar-search img:hover {
    filter: grayscale(50%);
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%);
  transform:scale(1.01); 
  transition: 0.3s;
}
.site-header,
.site-header__mobile-nav {
    background-color: transparent;
}
.site-header .icon {
    color:gray;
}
.site-header .icon:hover {
    color:#ed1c24;
    transform:scale(1.15); 
    transition: 0.3s;
}
.site-header__logo-image img:hover {
    transform:scale(1.01); 
    transition: 0.3s;
}
.mobile-nav-wrapper {
    display:none !important;
}
#SearchDrawer {
    max-width: 1350px;
    margin: 0 auto;
}
.main-menu-links {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    padding-left: 0px;
    height: 90px;
  }
.main-menu-links .main-menu-main {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px; 
    padding-top: 20px;
}
.site-nav__label,
.main-menu-links .main-menu-main a {
    color:#fff;
    font-size:20px;
    text-align:left;
    font-family:"Stratum1 Bold", "Staatliches","Oxygen-Bold", Sans-serif;
    line-height: 20px;
    display:inline-block;

}
.site-nav__label:hover,
.main-menu-links .main-menu-main a:hover {
    color:#ed1c24;
    transform:scale(1.03);
    transition:0.3s;
    text-shadow: 0 0 4px #000;
}
.mainmenu-submenu {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top:65px;
    border: 2px solid red;
}
.mainmenu-submenu li {
    border-bottom: 0px dashed #CCCCCC !important;
    padding: 25px 9px;
    width: 100% !important;
}
.mobile-nav__item.border-bottom {
    border-bottom: 0px dashed #CCCCCC !important;
}
.mobile-nav__item a,
.mobile-nav__item button {
    color:#ed1c24;
}
.mobile-nav__item a:hover,
.mobile-nav__item button:hover {
    color:#333;
}
.mobile-nav__dropdown .mobile-nav__sublist-header--main-nav-parent {
    color: #ed1c24;
    font-weight: normal;
}
.mainmenu-submenu li:last-child {
    border-bottom:0px !important;
}
.mainmenu-submenu a {
    color:#ed1c24;
}
.mainmenu-submenu a:hover {
    color:#fff;
}
.dropdown:hover .mainmenu-submenu {display: block;}  
.dropdown:hover .fa-chevron-down {
    color:#ed1c24;
}
.dropdown .fa-chevron-down {
    color:#fff;
    position:relative;
    top:0px;
    left:10px;
}
.header-main-menu {
    width:100%;
}
.header-main-icons {
    width:7%;
}
#MainContent {
    min-height:500px;
    background:#fff;
}
.site-footer {
    margin-top:0px;
    background:#333;
}
.footer-credit {
  text-align: center;
    padding-top:10px!important;
    padding-left:30px!important;
    padding-bottom:10px!important;
    color: #ffffff;
    background-color: #333333!important;
  max-width: 100%;
}
.footer-credit a {
    color: #ffffff!important;
}
.footer-credit a:hover {
    color: #ed1c24!important;
}
.site-footer .page-width {
    padding-left:0px;
    padding-right:0px;
}
.site-footer__item {
    margin-bottom:0px;
    padding:0px 15px 0px 0px;
}
.site-footer .h4 {
    color:#fff;
    font-family:"Stratum1 Bold","Oxygen-Bold", sans-serif;
    font-size:24px;
    margin-bottom:0px;
    line-height:40px;
}
.site-footer .site-footer__item li {

}
.site-footer .site-footer__item li a {
    color:#fff;
    font-size:16px;
    line-height:28px;
    text-decoration:none;
    font-family:"DIN Next W01 Regular", sans-serif;
    font-weight:500;
}
.site-footer .site-footer__item li a:hover {
    color:#ed1c24;
    font-size:17px;
    transition:0.3s;
}
.site-footer .footer-social-list {
    width: 100%;
    display:block;
}
.site-footer .footer-social-list li {
    display: table;
    width: 100%;
    height:50px;
}
.site-footer .footer-social-list li a {
        font-size:13px;
        display:table-cell;
}
.site-footer .footer-social-list li a:hover {
    font-size:14px;
}
.site-footer .footer-social-list li a img {
    margin-right:5px;
    float:left;
}
.site-footer .footer-social-list li a img:hover {
    transform:scale(1.05);
    transition:0.3s;
}
.mobile {
    display:none !important;
}
.desktop {
    display:block;
}

/* Home Hero Style 1 */
.index-section--flush.home-hero-style1 {
    padding-bottom:0px;
}
.index-section--flush.home-hero-style1 .hero__inner {
        vertical-align: top;
        padding:25px 0px
}
.index-section--flush.home-hero-style1 .hero__inner .page-width {
    padding:0px;
    max-width:100%;
}
.index-section--flush.home-hero-style1 .hero__inner .mega-title {
    text-transform:uppercase;
    color:red;
    text-shadow: 0 0 4px rgb(255, 255, 255);
    font-family: "Staatliches", sans-serif;
    font-size:52px;
}
/* End Home Hero Style 1 */

/* Home Hero Style 1 - Mobile */
.index-section--flush.home-hero-style1.mobile .hero{
    background-size: contain !important;
}
/* End Home Hero Style 1 - Mobile */


/* Full Width CTA - Style 1 */
.index-section.promo-cta1 {
    padding:0px;
}
.index-section.promo-cta1 .page-width {
    max-width:100%;
}
.rich-text.cta-style1 {
    width: 100%;
    text-align: center;
    background-color: #ffbb18;
    padding: 50px 0;
    margin: 0;
}
.rich-text.cta-style1 .h3,
.rich-text.cta-style1 p {
    font-family: 'Stratum1 Bold','Staatliches', 'Oxygen-Bold', sans-serif;
    font-size:39px;
    color:#000;
    margin:0px;
    line-height:49px;
    font-weight:bold;
}
.rich-text.cta-style1 a {
    font-family: 'Stratum1 Bold','Staatliches', 'Oxygen-Bold', sans-serif;
    font-size:25px;
    color:#000;
    border: 3px solid #000;
    padding: 12px 45px;
    text-transform:uppercase;
    margin-bottom: 0px;
    display: inline-block;
}
.rich-text.cta-style1 a:hover {
    border: 3px solid #fff;
    color:#fff;
    transform:scale(1.03);
    transition:0.3s;
}
.rich-text.cta-style1 .rte-setting {
    margin-bottom:0px;
}
/* Home YMM Search */
.index-section.ymm-search-home {
    padding:0px;
    margin:0px;
}
.index-section.ymm-search-home .entry-content {
    padding:0px;
    margin:0px;
    min-height:1px;
    text-align:center;
}
.index-section.ymm-search-home .page-width {
    padding:60px 0px 40px 0px;
    max-width:100%;
}
.index-section.ymm-search-home .ymm-block .h3 {
    font-family: 'Stratum1 Bold', 'Oxygen-Bold', sans-serif;
    font-size:40px;
    color:#000;
}
.index-section.ymm-search-home .ymm-block p {
    font-family: 'Stratum1 Bold','Staatliches', 'Oxygen-Bold', sans-serif;
    line-height: 26px;
    font-size: 24px;
}
.index-section.ymm-search-home .ymm-block .ymms-bar {
    justify-content: center;
    align-items:center;
    align-content: center;
    max-width:80%;
}
.index-section.ymm-search-home .ymm-block .ymms-bar .ymm-fields {
    width:100%;
    text-align:left;
    font-family: 'Stratum1 Bold', 'Oxygen-Bold', sans-serif;
    font-size:25px;
    margin:25px;
}
.index-section.ymm-search-home .ymm-block .ymms-bar .ymm-fields span {
    text-transform:none;
    color:#000;
    padding-left:5px;
}
.index-section.ymm-search-home .ymm-block .ymms-bar .ymm-fields select {
    width:100%;
    padding: 10px;
    height: 44px !important;
    width: 240px;
    background-color: #CFCFCF !important;
    color: #000000 !important;
    border:0px;
    border-radius:4px;
    font-family:'DIN Next W01 Regular','Arial' !important;
}
.index-section.ymm-search-home .ymm-block .page-width.sema-block-1 {
    padding:0px;
}
.index-section.ymm-search-home .ymm-block .ymms-bar .ymm-fields .catalog-select,
.index-section.ymm-search-home .ymm-block .ymms-bar .ymm-fields .search-controls,
.index-section.ymm-search-home .ymm-block .ymms-bar .ymm-fields .dba-search-btn {
    width:100%;
}
.index-section.ymm-search-home .ymm-block .ymms-bar .ymm-fields button.dba-search-btn {
    color:#fff;
    text-shadow: 0 0px 0 #be6203;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.45) inset;
    text-transform: uppercase;
    display: inline-block;
    border:1px solid #bbb;
    border-radius: 4px;
    font-size:23px;
    min-height:44px;
    font-family: 'Anton','Staatliches', 'Oxygen-Bold', sans-serif;
}
.index-section.ymm-search-home .ymm-block .ymms-bar .ymm-fields button.dba-search-btn:hover {
    transform:scale(1.03);
    transition:0.3s;
}
.index-section.ymm-search-home .ymm-block .sema-block-1 p{
    font-size:15px;
}
.index-section.ymm-search-home .ymm-block .sema-block-1 p a{
    color:red;
    text-decoration:underline;
}
.index-section.ymm-search-home .ymm-block .sema-block-1 p a:hover{
    transform:scale(1.03);
    transition:0.3s;
    display:inline-block;
}
/* End Home YMM Search */

/* Homepage - Info Block */
.index-section.info-block {
    padding:0px;
} 
.index-section.info-block:before {
    content: url('https://cdn.shopify.com/s/files/1/0572/2701/8446/files/down_arrow.png?v=1623138315'); 
    position: absolute;
    color: #fff;
    font-size: 30px;
    left: 50%;
    right: 50%;
    z-index: 1;
    margin-top: -25px;
} 
.index-section.info-block .page-width {
    padding:50px;
    max-width:100%;
    min-height:600px;
    width: 100%;
    position: relative;
}
.index-section.info-block .page-width .h3 {
    color:#fff;
    line-height: 50px;
    font-family:"Stratum1 Regular","Stratum1 Bold", sans-serif;
    font-weight:normal;
    font-size:28px;
}
/* End Homepage - Info Block */

/* Homepage - Info Block 2*/
.index-section.info-block-2 {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom:10px;
    padding-bottom:0px;
}
.index-section.info-block-2 .page-width.cta-infoblock-2 {
    min-height:600px;
    padding:0px;
    font-family:"DIN Next W01 Regular", Arial;
    line-height:32px;
    color:#000;
}
.index-section.info-block-2 .page-width.cta-infoblock-2 .h3 {
    font-size:40px;
    font-family:"Stratum1 Bold", "Staatliches","Oxygen-Bold",sans-serif;
}
.index-section.info-block-2 .page-width.cta-infoblock-2 .h3:after {
    content: url('https://cdn.shopify.com/s/files/1/0572/2701/8446/files/heading-but.png?v=1623141547'); 
    position: relative;
    color: #fff;
    z-index: 1;
    padding-left: 50px;
}
.index-section.info-block-2 .page-width.cta-infoblock-2 .benefit-product-list{
    display:flex;
    margin:45px 0px;
}
.index-section.info-block-2 .page-width.cta-infoblock-2 .benefits-col,
.index-section.info-block-2 .page-width.cta-infoblock-2  .products-col {
    width:50%;
}
.index-section.info-block-2 .page-width.cta-infoblock-2 a {
    margin:15px 0;
    color:var(--color-text-focus);
}
.index-section.info-block-2 .page-width.cta-infoblock-2 a span {
    color:#ED1c24;
}
.index-section.info-block-2 .page-width.cta-infoblock-2 .products-col .btn {
    color:#fff;
}
.index-section.info-block-2 .page-width.cta-infoblock-2 h4 {
    font-size:20px;
    font-family:"DIN Next W01 Bold", Arial;
}
.index-section.info-block-2 .page-width.cta-infoblock-2 .featured-row__subtext a {
    color:#ED1c24 !important;
    font-weight:bold;
    font-family:"DIN Next W01 Bold", Arial;
}
.index-section.info-block-2 .page-width.cta-infoblock-2 .featured-row__subtext a:hover {
    color:#000 !important;
}
.index-section.info-block-2 .page-width.cta-infoblock-2 li {
    list-style:disc;
    margin-left:20px;
}
.index-section.info-block-2 .page-width.cta-infoblock-2  .benefits-col {
    border-right:1px solid #d1d1d1;
}
.index-section.info-block-2 .page-width.cta-infoblock-2  .products-col {
    padding-left:55px;
}
.index-section.info-block-2 .page-width.cta-infoblock-2  .benefits-col a{
    margin:25px 0px;
    display:inline-block;
}
.index-section.info-block-2 .page-width.cta-infoblock-2  .benefits-col a:hover,
.index-section.info-block-2 .page-width.cta-infoblock-2  .products-col ul li span:hover  {
    color:#ED1c24 !important;
    font-weight:bold;
}
.index-section.info-block-2 .page-width.cta-infoblock-2  .products-col ul li {
    list-style:none;
    margin-left:0px;
}
.index-section.info-block-2 .page-width.cta-infoblock-2  .products-col ul li i {
    margin-right:10px;
}
.index-section.info-block-2 .page-width.cta-infoblock-2  .products-col ul li span {
    color:#F23824 !important;
}
.index-section.info-block-2 .page-width.cta-infoblock-2  .products-col .btn {
    padding: 5px 10px;
    border-radius: 0px;
    border: 0px;
}
.index-section.info-block-2 .page-width.cta-infoblock-2  .products-col .btn:hover {
    transform:scale(1.02);
    transition:0.3s;
    box-shadow: 0 0 4px #000;
}
.index-section.info-block-2 .page-width.cta-infoblock-2 .feature-row__text {
    padding-bottom:0px;
}
/* End Homepage - Info Block 2*/

/* Homepage INfo Block 2 Cols */
.index-section.ctablock-2cols {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom:0px;
    padding:0px;
}
.index-section.ctablock-2cols .grid__item {
    padding:50px 0px 100px 0px;
}
.index-section.ctablock-2cols .feature-row__image-wrapper {
    padding:0px;
    margin:0 auto;
    min-height:350px;
}
.index-section.ctablock-2cols .grid__item .h4 {
    font-size:40px;
    color:#000;
    font-family:"Stratum1 Bold", "Staatliches","Oxygen-Bold",sans-serif;
}
.index-section.ctablock-2cols .grid__item .h4:after {
    content: url('https://cdn.shopify.com/s/files/1/0572/2701/8446/files/heading-but.png?v=1623141547');
    position: relative;
    color: #fff;
    z-index: 1;
    padding-left: 50px;
}
.index-section.ctablock-2cols .grid__item p {
    line-height: 32px;  
}
.index-section.ctablock-2cols .grid__item p a {
    font-weight:bold;
    color:#ED1c24 !important;
    text-decoration:underline;
    font-family:"DIN Next W01 Bold", Arial;
}
.index-section.ctablock-2cols .grid__item .btn {
    padding: 15px 20px;
    border-radius: 0;
    border: 0;
    color: #fff;
    font-weight: bold;
}
.index-section.ctablock-2cols .grid__item .btn:hover {
    transform: scale(1.02);
    transition: .3s;
    box-shadow: 0 0 4px #000;
}
.index-section.ctablock-2cols .grid__item:nth-child(1) {
    border-right: 1px solid #d1d1d1;
    padding-right:40px;
}
.index-section.ctablock-2cols .grid__item:nth-child(2) {
    padding-left:50px;
}


/* CTA Block Style 2 */
.index-section.ctablock-style2 {
    padding:0px;
    margin-bottom:0px;
}
.index-section.ctablock-style2 .page-width {
    max-width:100%;
    padding:50px 50px 0px 50px;
}
.index-section.ctablock-style2 .page-width .section-header h2 {
    font-size: 40px;
    color: #fff;
    font-family: "Stratum1 Bold",Staatliches,Oxygen-Bold,sans-serif;
    letter-spacing:0px;
    text-transform:none;
}
.index-section.ctablock-style2 .page-width .section-header p {
    color: #fff;
    line-height: 30px;
    font-family: DIN Next W01 Regular,"Stratum1 Bold",sans-serif;
    font-weight: 400;
    font-size: 20px;
    width:50%;
}
.index-section.ctablock-style2 .page-width .header-row {
    display:flex;
    justify-content: normal;
    align-content: center;
    align-items: center;
}
.index-section.ctablock-style2 .page-width .header-row .difference-btn {
    text-align:right;
    width:40%;
} 
.index-section.ctablock-style2 .page-width .grid__item {
    margin-bottom:0px;
}
.index-section.ctablock-style2 .page-width .grid--flush-bottom {
    margin-bottom:0px;
}
.index-section.ctablock-style2 .page-width .grid__item .feature-row__image-wrapper {
    margin:0px auto;
}
.index-section.ctablock-style2 .page-width .grid__item .feature-row__image-wrapper img:hover {
    transform:scale(1.03);
    transition:0.3s;
}
.index-section.ctablock-style2 .page-width .grid--flush-bottom {
    overflow: hidden;
}
/* Homepage Testimonials Slideshow */
.index-section--slideshow.testimonialslideshow-home {
    margin:0px;
    padding:0px;
}
.index-section--slideshow.testimonialslideshow-home .testimonials-grid{
    display:flex;
    justify-content: center;
    align-items:center;
    align-content: center;
}
.index-section--slideshow.testimonialslideshow-home .testimonials-grid .hometestslideslow,
.index-section--slideshow.testimonialslideshow-home .testimonials-grid .home-client-say {
    width:50%;
    min-height:100%;
    height:100%;
}
.index-section--slideshow.testimonialslideshow-home .testimonials-grid .hometestslideslow {
    padding:0px 25px;
}
.index-section--slideshow.testimonialslideshow-home .testimonials-grid .home-client-say {
    min-height:475px;
}
.index-section--slideshow.testimonialslideshow-home .mega-subtitle, 
.index-section--slideshow.testimonialslideshow-home .mega-title{
    color:#000;
    text-shadow:none;
}
.index-section--slideshow.testimonialslideshow-home .mega-subtitle {
    font-family: DIN Next W01 Regular,"Stratum1 Bold",sans-serif;
    font-weight: 400;
    font-size: 20px;
}
.index-section--slideshow.testimonialslideshow-home .mega-title {
    font-family: DIN Next W01 Regular,"Stratum1 Bold",sans-serif;
    float:right;
    text-align:right;
    margin-top:40px;
    font-size:30px;
}
.index-section--slideshow.testimonialslideshow-home .slick-dots {
    display:none !important;
}
.index-section--slideshow.testimonialslideshow-home .slideshow__arrows .slideshow__arrow {
    width:50%;
}
.index-section--slideshow.testimonialslideshow-home .slideshow__arrows .slideshow__arrow:hover {
    background:#000;
}

/* Cart Page */
.template-cart h1 {
    font-family: 'Stratum1 Bold',Staatliches,Oxygen-Bold,sans-serif;
    font-size: 40px;
    color: #000;
}
/* Breadcrumbs */
.breadcrumbs {
    text-decoration:none;
    font-family: 'Stratum1 Bold','Oxygen-Bold',sans-serif;
    color:#9a9a9a;
    position: relative;
    padding: 0px 0px 12px 25px;
    border-bottom: 1px dotted #ccc;
    margin:0px 30px;
}
.breadcrumbs a {
    color:#ED1c24;
    text-decoration:none;
    display:inline-block;
}
.breadcrumbs a:hover {
    text-decoration:underline;
    transform:scale(1.03);
    transition:0.3s;
}
.breadcrumbs__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .breadcrumbs__item {
    display: inline-block;
  }

  .breadcrumbs__item:not(:last-child):after {
    border-style: solid;
    border-width: .10em .10em 0 0;
    content: '';
    display: inline-block;
    height: .5em;
    margin: 0 .5em;
    position: relative;
    transform: rotate(45deg);
    vertical-align: middle;
    width: .5em;
  }

  .breadcrumbs__link {
    text-decoration: unset;
  }

  .breadcrumbs__link[aria-current="page"] {
    color: inherit;
    font-weight: normal;
    text-decoration: none;
  }

  .breadcrumbs__link[aria-current="page"]:hover,
  .breadcrumbs__link[aria-current="page"]:focus {
    text-decoration: underline;
  }

/* Pages */
.template-page .page-width {
    padding:50px;
    max-width:100%;
}

/* About Us Page */
.template-page .page-about-us .about_list li {
    list-style: none !important;
    border-bottom: 1px dashed #ccc;
    padding: 0 0 0 15px !important;
    padding-bottom: 0px;
    padding-bottom: 6px !important;
    line-height: 20px;
    margin:10px 0;
    background: url('https://cdn.shopify.com/s/files/1/0572/2701/8446/files/ul-arrow.png?v=1623197358') 0 6px no-repeat !important;
}

/* Blog Articles */
.blog-meta-row {
    display:flex;
    align-items:center;
    align-content:center;
}
.blog-meta-row:hover {
    transform:scale(1.01); 
    transition: 0.3s;
}
.template-article,
.template-article p,
.template-article a,
.template-article,
.template-article a,
.template-article p {
    font-size:17px;
}
.article__title.h3 {
    font-size:20px;
    font-family:"DIN Next W01 Regular", Arial;
    color:#ED1c24;
}
.article__title {
    margin-bottom: 0;
}
.article__date {
    min-width:150px;
    margin-bottom:0px;
    display:block;
    text-align:left;
}
.template-article .article__title {
    text-align:left;
    font-size:25px;
    font-family:"DIN Next W01 Regular", Arial;
    color:#ED1c24;
    line-height:60px;
}
.template-article .article__date,
.template-article .article__author {
    text-align:left;
    font-family:"DIN Next W01 Regular", Arial;
}
.template-article a.btn {
    color:#fff;
    margin-bottom:50px;
}
.template-article a.btn:hover {
    color:#000;
}
/* FAQ Page */
.template-page .page-faqs button.accordion {
    color: #ED1c24;
    cursor: pointer;
    padding: 20px 20px 20px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    transition: 0.4s;
    margin-bottom:15px;
    font-family:"DIN Next W01 Bold", Arial;
    background:transparent;
    line-height:24px;
    margin-bottom:0px;
} 

.template-page .page-faqs button.accordion:hover {
    padding: 20px;
}
.template-page .page-faqs button.accordion:before {
    content: '\002B';
    color: #ED1c24;
    font-weight: bold;
    float: left;
    margin-right: 25px;
    font-size:24px;
}
.template-page .page-faqs button.accordion.active:before {
    content: "\2212";
}
.template-page .page-faqs div.panel {
    padding: 0 38px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    font-family:"DIN Next W01 Regular", Arial;
    color:#000;
    font-size:17px;
}
/* Privacy Policy */
.template-page .page-content {
    margin-top:50px;
    font-size:17px;
}
.template-page .page-content ol {
    margin-left:20px;
}
/* Sitemap */
.template-page .page-sitemap .sitemap-row {
    display:flex;
    margin-top:30px;
}
.template-page .page-sitemap .sitemap-row .sitemap-info {
    width:60%;
}
.template-page .page-sitemap .sitemap-row a,
.template-page .page-sitemap a,
.template-page .page-sitemap .sitemap-account a {
    color:#ED1c24;
    font-size:17px;
    display:inline-block;
    font-family:"DIN Next W01 Regular", Arial;
}
.template-page .page-sitemap .sitemap-row a:hover,
.template-page .page-sitemap a:hover,
.template-page .page-sitemap .sitemap-account a:hover {
    color:#000;
    transform:scale(1.02);
    transition:0.3s;
}
/* How to template */

.template-page .page-width.howto-darkstyle {
    background: #efeff1 url("https://cdn.shopify.com/s/files/1/0572/2701/8446/files/find-back.png?v=1623217073") no-repeat center 22%;
    margin-top:-25px;
    padding:25px 0px 50px 0px;
}
.template-page .page-width.howto-darkstyle h1 {
    font-size:30px;
    text-align:center;
    padding-top: 35px;
    margin-bottom: 0px;
    padding-bottom: 0px;
} 
.page-content.howto-container {
    margin-top:0px;
    margin-bottom:20px;
    padding:30px;
}
.page-content.howto-container .howto-wrapper {
    max-width: 53rem;
    padding: 3rem 20px 1.5rem;
    margin: 0 auto .5rem;
}
.page-content.howto-container .howto-wrapper .howto-video  iframe {
    width:100%;
    height:480px;
}
.section-howtotemplate:before {
    content: url('https://cdn.shopify.com/s/files/1/0572/2701/8446/files/down_arrow.png?v=1623138315');
    position: absolute;
    color: #fff;
    font-size: 30px;
    left: 50%;
    right: 50%;
    z-index: 1;
    margin-top: -25px; 
}
.page-content.howto-container .howto-content {
    color: #fff;
    font-family: "DIN Next W01 Regular", Arial;
    font-size: 20px;
    margin: 20px 0px;
}
.page-content.howto-container .howto-pdf a {
    color: #ED1c24;
    font-family: "DIN Next W01 Regular", Arial;
    font-size: 20px;
    display:flex;
}
.page-content.howto-container .howto-pdf img {
    margin-right:10px;
}
.page-sitemap hr {
    margin:0px;
}
.site-footer .page-width {
    padding:0px 50px;
    max-width:100%;
}
/* Comparison Chart */
.template-page .page-comparison-chart .comparison-chart-wrapper {
    display:block;
    margin-top:50px;
    font-family:"DIN Next W01 Regular", sans-serif;
    color:#000;
}
.template-page .page-comparison-chart h2 {
    text-transform:none;
    font-size:30px;
    letter-spacing: 0px;
    font-family:"DIN Next W01 Regular", sans-serif;
}
.template-page .page-comparison-chart p {
    font-size:17px;
}
.template-page .page-comparison-chart a {
    display:flex;
    align-content: center;
    align-items: center;
    font-size:20px;
    margin-top:30px;
    color:#ED1c24;
}
.template-page .page-comparison-chart a img {
    margin-right:10px;
}
.template-page .page-comparison-chart #table93461 {
    margin-top:45px;
}
.template-page .page-comparison-chart #table93461 td {
    border: thin solid #dcdcdc !important;
    padding: 5px !important;
    width: 33%;
}

/* Catalog Request */
.template-page .bcontact-embed {
    width:100% !important;
    box-shadow: none !important;
    margin-top:30px;
}
.template-page .bcontact-embed .bcontact-title {
    display:none;
}
.template-page .bcontact-embed .bcontact-description {
    margin:20px 0px;
}
.template-page .bcontact-content {
    font-family:"DIN Next W01 Regular", sans-serif !important;
}
.bcontact-field input, 
.bcontact-field textarea {
    border-color: #efefef !important;
    color: black !important;
    padding: 20px !important;
    font-family:"DIN Next W01 Regular", sans-serif !important;
}
.bcontact-field input::placeholder {
    color:#000;
}
.bcontact-field .bcontact-submit-btn {
    margin:30px 0px !important;
}
/* New contact Page */ 

.template-page .page-contact-us h1 {
    margin-bottom:40px;
}
.template-page .page-contact-us h4 {
    font-family:"DIN Next W01 Bold", sans-serif;
    font-weight:bold;
    color:#000;
    margin-bottom:10px;
    font-size:20px;
}
.template-page .page-contact-us {
    font-family:"DIN Next W01 Regular", sans-serif;
    font-size:17px;
}
.template-page .page-contact-us a {
    color:#ED1c24;
}
.template-page .page-contact-us .catalog-form {
    margin-top:50px;
}
.template-page .page-contact-us .contact-wrapper {
    display:flex;
}
.template-page .page-contact-us .contact-wrapper .contact-info {
    width:75%;
}
.template-page .page-contact-us .contact-wrapper .contact-catalog {
    display:block;
    width:25%;
}
.template-page .page-contact-us .contact-wrapper .contact-catalog-box {
    display:block;
    width:100%;
}
.template-page .page-contact-us .contact-wrapper .sidebox-title {
    display:block;
    border-radius: 5px 5px 0 0;
    padding: 11px 12px 9px;
    background: #000;
    color:#ED1c24;
    font-family:"Stratum1 Bold", "DIN Next W01 Regular", sans-serif;
    font-size:20px;
    text-align:center;
    width:100%;
    text-transform: uppercase;
    margin-bottom:0px;
}
.template-page .page-contact-us .contact-wrapper .catalogbox-content {
    display: block;
    width: 100%;
    height: 100%;
    border: 5px solid #000;
    text-align: center;
    padding: 20px;
}
.template-page .page-contact-us .contact-wrapper .catalogbox-content a {
    display:block;
}
.template-page .page-contact-us a:hover {
    font-family:"DIN Next W01 Bold", sans-serif;
    text-decoration:underline;
    transform:scale(1.01);
    transition: 0.3s;
}
.template-page .page-contact-us .contact-form {
    margin-top:50px;
}
.template-page .page-contact-us .contact-form h4 {
    margin-bottom:50px;
    font-size:20px;
}
.template-page h1 {
    margin-bottom:45px;
}
.template-page .guides-col {
    width:100%;
}
.template-page .installvideos-col {
    width:100%;
}
.template-page .installguides-wrapper {
    align-items:flex-start;
}
.template-page .installguides-wrapper a {
    color:#000;
    font-size:17px;
    font-family: 'DIN Next W01 Regular';
}
.template-page .installguides-wrapper a span {
    color:#ED1c24;
    font-weight:bold;
}
.template-page .installguides-wrapper a:hover {
    color:#ED1c24;
    transform:scale(1.03);
    transition: 0.3s;
    text-decoration:underline;
}
.template-page .guides-col p a {
    display:flex;
    align-items: center;
}
.template-page .guides-col p a img {
    margin-right:10px;
}
.template-page .installvideos-col p {
    font-size:17px;
    font-family: 'DIN Next W01 Regular';
}

#RecoverHeading {
    font-family: 'Stratum1 Bold',Staatliches,Oxygen-Bold,sans-serif;
    color:#000;
}
.template-page .page-store-locator .locator-disclaimer {
    font-size:17px;
    margin-bottom:30px;
}
a.btn.storemapper-map-directions {
    background: #000;
    padding: 5px 10px;
    margin-top: 5px;
    color: #fff;
}
.template-page .onlineretailers-disclaimer {
    font-size:17px;
    margin-bottom:30px;
}
.logos-flex {
    display: flex;
    flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align:center;
  width:100%;
}
.logos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    text-align:center;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
}
.logos-flex .location-item {
    width:33%;
    flex-basis:33%;
    margin-bottom:20px;
}
.logos-grid .location-item {
    display: grid;
    grid-template-rows: repeat(2, 1fr); 
    align-content:center;
    align-items:center;
}
.logos-grid .location-item:hover {
    transform:scale(1.02);
    transition:0.2s;
    border: 1px solid #efefef;
}
.location-item .location-image {
    min-height:150px;
    text-align:center;
    display:flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding:10px;
}
.location-item .location-info {
    padding:20px;
    font-size:17px;
    font-family: 'DIN Next W01 Regular';
    min-height: 145px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background:#f2e2d3;
    text-align:center;
    min-height: 195px;
    flex-direction:column;
}
.location-item .location-image img {
    max-height:144px;
}
.page-canada-distributors .location-item .location-info {
    min-height:270px;
}
.page-hot-rod-restoration,
.page-hot-rod-restoration p {
    font-size:17px;
}
table {
    margin-top:50px;
}
.page-car-audio-apps tbody th,
.page-hot-rod-restoration tbody th{
    width: 25%;
}

/* Collection Pages */
.template-collection #MainContent {
    padding-top:10px;
}
.template-collection .breadcrumbs {
    padding: 0 0 12px 0px;
    margin-bottom:25px;
}
.template-collection .collection-wrapper {
    display:flex;
    margin:0px 30px;
    padding-bottom:55px;
}
.template-collection .collection-sidebarleft {
    width:25%;
}
.template-collection .collection-content {
    max-width:100%;
    width:100%;
}
.template-collection .collection-content .page-width {
    max-width:100%;
}
.template-collection .collection-content ul.dropdown {
    background: #ed1c24 none repeat scroll 0 0;
    float: left;
    width: 100%;
    color:#fff;
    display:block;
    margin-bottom:25px;
    position:relative;
}
.template-collection .collection-content ul.dropdown li a {
    color:#fff;
    padding: 12px 18px;
    display: inline-block;
    text-align:left;
}
.template-collection .collection-content ul.dropdown li a {
    color: #fff; 
}
.template-collection .collection-content ul.dropdown li ul a {
    color:#000;
    display:block;
    width:100%;
    height:100%;
}
.template-collection .collection-content ul.dropdown a:hover {
    background:#ed1c24;
    color:#fff;
}
.template-collection .collection-content ul.dropdown .b-border.dir {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    float: left;
    width: 60%;
    padding: 0;
    border: 0;
}
.template-collection .collection-content ul.dropdown ul {
    position: absolute;
    top: 100%;
    left: 0;
}

.template-collection .collection-content ul.dropdown li > ul, 
.template-collection .collection-content ul.dropdown li > span > ul {
    display: none;
}
.template-collection .collection-content ul.dropdown li:hover > ul, 
.template-collection .collection-content ul.dropdown li:hover > span > ul {
    display: block;
}
.template-collection .collection-content ul.dropdown-vertical ul {
    border: 1px solid #ffffff;
    margin: 0;
    padding: 10px;
    top: 40px;
    left: 10px;
    width: 50%;
    z-index:9;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.20);
    box-shadow: 0 3px 3px rgba(0,0,0,0.20);
}
.template-collection .collection-content ul.dropdown-vertical ul li ul {
    left:150px;
    top:10px;
}
.template-collection .collection-content .hide-border {
    position: absolute;
    right: 0;
    z-index: 300;
    display: none;
    padding: 0 2px;
    height: 100%;
    background-color: #fff;
}
.template-collection .collection-content ul.dropdown .b-border.dir .hide-border {
    display: none !important;
}


.template-collection .collection-content ul.dropdown-vertical .icon-left-open {
    display: none;
}
.template-collection .collection-content ul.dropdown .b-border.dir ul li.b-border {
    border-bottom: 1px dashed #cdcdcd;
    float: left;
    width: 100%;
}
.template-collection .collection-content ul.dropdown .b-border.dir ul li.b-border {
    display: grid;
    position:relative;
}
.collection-content .b-border .fa-chevron-right {
    margin-left:20px;
    font-size:14px;
}
.template-collection .section-header {
    margin-bottom: 0px;
}
.template-collection .pagination {
    padding-top: 15px;
}
.template-collection .pagination .btn {
    border:0px;
}
.template-collection .section-header {
    display:inline-block;
    width:100%;
}
.template-collection .collection-content h1 {
    width:80%;
    float:left;
}
.template-collection .pagination .btn:hover {
    color:#000;
}
.template-collection .paginationcol-wrapper {
    width:20%;
    float:left;
    text-align:right;
    padding:0px 10px;
    font-family: 'DIN Next W01 Regular',Arial;
}
.template-collection .filters-toolbar__label,
.template-collection .filters-toolbar__input {
    font-size:17px;
    font-family: 'DIN Next W01 Regular';
    text-transform:none;
}
.template-collection .filters-toolbar-wrapper {
    border-top:0px;
    font-size:17px;
}
.template-collection .filters-toolbar-wrapper select {
    padding: 0px !important;
    height: auto;
    color:#ed1c24;
    width:130px !important;
    font-size:17px;
}
.template-collection .filters-toolbar-wrapper select option {
    font-family: 'DIN Next W01 Regular', Arial;
    color:#ED1c24;
    font-size:17px;
}
.template-collection .filters-toolbar-wrapper .filters-toolbar__item-child {
    margin-right: 0rem;
    background-color: #e1e1e1;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e1e1e1));
    background: -webkit-linear-gradient(top,#fff,#e1e1e1);
    background: -moz-linear-gradient(top,#fff,#e1e1e1);
    background: -ms-linear-gradient(top,#fff,#e1e1e1);
    background: -o-linear-gradient(top,#fff,#e1e1e1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);
    border-color: #ccc;
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 4px 0px 9px !important;
    margin-bottom: 20px;
    color:#ed1c24;
    font-size:17px;
    width:225px;
}
.template-collection .list-view-item__title-column .list-view-item__title,
.product-card__title {
    color:#ED1c24;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 20px;
    font-family: "DIN Next W01 Regular", sans-seirf !important;
    text-decoration:none;
}
.template-collection .list-view-item__image-column {
    width:25%;
    text-align:center;
}
.template-collection .list-view-item__image {
    max-height: 200px;
}
.template-collection .list-view-item__price {
    display:flex;
    margin-top:10px;
}
.template-collection .list-view-item__price span {
    margin-right:10px;
}
.template-collection .price-item {
    color: #a80006;
}
.product-card:focus-within .product-card__title, 
.product-card:hover .product-card__title,
.product-card:hover .list-view-item__image {
    border-bottom-color: var(--color-text);
    border-bottom: 0px;
    transform: scale(1.02);
    transition: 0.3s;
}
.template-collection .paginations-toolbar__item-child .list--inline.pagination {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom:0px;
}
.template-collection .list--inline.pagination {
    margin-bottom:50px;
}
.template-collection .list-view-item__price-column a.btn {
    display: inline-block;
    padding: 7px 15px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 0 #be6203;
    color: #fff;
    border: 1px solid #fb8913;
    cursor: pointer;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.45);
    -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.45);
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.45);
    border-color: #cd6a03;
    text-transform:none;
}
.template-collection .collection-sidebarleft {
padding-right:25px;
}
.template-collection .collection-sidebarleft .sidebar-block {
    display: block;
    width: 100%;
    margin-bottom:25px;
}
.template-collection .collection-sidebarleft .sidebar-box {
    display: block;
    width: 100%;
}
.template-collection .collection-sidebarleft .sidebox-title {
    display: block;
    border-radius: 5px 5px 0 0;
    padding: 11px 12px 9px;
    background: #000;
    color: #ed1c24;
    font-family: "Stratum1 Bold","DIN Next W01 Regular",sans-serif;
    font-size: 20px;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 0;
}
.template-collection .collection-sidebarleft .sidebox-content {
    display: block;
    width: 100%;
    height: 100%;
    border: 5px solid #000;
    padding: 20px;
}
.template-collection .collection-sidebarleft .sidebox-content .sidebar-account {
    background-color: #f3f3f3;
    border-top-color: #dedede;
    padding: 17px 20px;
    border-top: 1px solid #dedede;
    border-radius: 0px 0px 3px 3px;
}
.template-collection .collection-sidebarleft .sidebox-content .sidebar-account ul {
    display:flex;
    list-style: none;
    list-style-type: none;
}
.template-collection .collection-sidebarleft .sidebox-content .sidebar-account ul li:first-child {
    border-right: 1px solid #000;
    padding:0px 15px 0px 0px;
}
.template-collection .collection-sidebarleft .sidebox-content .sidebar-account ul li:last-child {
    border-right: 0px solid #000;
    padding:0px 0px 0px 15px;
}
.predictive-search-item__title-text,
.input-group__field--connected input,
.cart-subtotal__price {
   font-family: "DIN Next W01 Regular",sans-serif;
}
.template-collection .collection-sidebarleft .search-form__connected-submit {
    background-color:#ED1c24;
}
.template-collection .collection-sidebarleft .search-form__connected-submit .fa-search {
    color:#fff;
}
.template-collection .collection-sidebarleft .search-form__connected-submit:hover {
    background-color:#000;
}
.template-collection .tm_tracking_span span,
.template-collection .tm_tracking_content .tm_tracking_one {
    text-align:left;
    font-family: "DIN Next W01 Bold",sans-serif;
}
.template-collection .sidebar-myaccount .trackorder-form h4 {
    margin-bottom:0px;
    padding-bottom:0px;
}
.template-collection .sidebar-myaccount .tm_tracking_content {
    padding:10px;
    background:#efefef;
}
.template-collection .collection-sidebarleft .cf-label.cf-title {
    display:none;
}
.template-collection .collection-sidebarleft .cf-options-container label {
    font-size:17px;
    font-family:"DIN Next W01 Bold", sans-serif;
}
.template-collection .collection-sidebarleft .cf-options-container label input {
    margin-right:5px;
}

.template-collection .collection-sidebarleft .cf-options-container label:first-child {
    display:none;
}
.template-collection #ymmbox.cm-sdc-filters,
.template-page #ymmbox.cm-sdc-filters{
    position: relative;
    margin: 20px 0;
    background: #fff;
    margin: 0px 30px 30px 30px;
}
.template-collection .cm-sdc-filters .ty-product-filters__wrapper,
.template-page .cm-sdc-filters .ty-product-filters__wrapper {
    border: 5px solid #EE382A;
    border-radius: 6px;
    background-position:top;
    background-image: url('https://cdn.shopify.com/s/files/1/0572/2701/8446/files/find-back.png?v=1623217073') !important;
    background-repeat: no-repeat;
    background-size:cover;
}
.template-collection .cm-sdc-filters .ty-product-filters__wrapper h2,
.template-page .cm-sdc-filters .ty-product-filters__wrapper h2{
    background-color:#EE382A;
    padding:15px 0px;
    text-align:center;
    font-family: "Stratum1 Bold","DIN Next W01 Regular",sans-serif;
    color:#000;
    text-transform:none;
    letter-spacing:0px;
    font-size:33px;
}
.template-collection .cm-sdc-filters .ty-product-filters__wrapper p.custom_prize_txt,
.template-page .cm-sdc-filters .ty-product-filters__wrapper p.custom_prize_txt{
    color: #000;
    font-size: 24px;
    line-height: 32px;
    font-family: 'DIN Next W01 Regular','Arial';
    padding-bottom: 30px;
    margin-bottom: 35px;
    text-align: center;
}
.template-collection .cm-sdc-filters .ty-product-filters__wrapper p.bot_text,
.template-page .cm-sdc-filters .ty-product-filters__wrapper p.bot_text {
    color: #000;
    font-size: 17px;
    line-height: 32px;
    font-family: 'DIN Next W01 Regular','Arial';
    padding-bottom: 30px;
    margin-bottom: 35px;
    text-align: center;
}
.template-collection .collection-description {
    margin-bottom: 0px;
    margin-top: 5px;
    color:rgb(149, 55, 52);
}
.template-collection .collection-description p{
    color:rgb(149, 55, 52);
    font-size:20px;
}

#ymm_searchbox h2 {
    display:none !important;
}
#ymm_searchbox {
    width: 50%;
    max-width: 350px;
    margin: 30px auto;
    background-color: transparent !important;
}
#ymm_searchbox .ymm_label {
    font-family: 'Stratum1 Bold',Oxygen-Bold,sans-serif;
    font-size: 21px;
}
#ymm_searchbox select {
    padding: 10px;
    height: 44px !important;
    width: 240px;
    background-color: #cfcfcf !important;
    color: #000 !important;
    border: 0;
    border-radius: 4px;
    font-family: 'DIN Next W01 Regular',Arial !important;
}
#ymm_actions .btn[disabled] {
    color:#000 !important;
}
.home-ymm-p {
    font-size:14px !important;
    text-align:center;
}
.filters-toolbar .icon-chevron-down {
    right: -20px;
}
/* Product Page */
.template-product .product-template__container {
    margin: 20px 55px;
}
.template-product .product-template__container .product-single__meta h1.product-single__title {
    font-size:30px;
}
.template-product .product-template__container .product-single__media-group {
    border: 1px solid #ebebeb;
    padding:25px;
}
.template-product .product-template__container .product-single__thumbnails-item--small {
    flex: auto;
}
.template-product .product-template__container .product-sku,
.template-product .product-template__container span,
.template-product .product-template__container p,
.template-product .product-template__container,
.msg-tooltip {
    font-family: 'DIN Next W01 Regular',Arial;
    font-size:17px;
}
.template-product .product-template__container .product-sku span {
    margin-left:20px;
}
.template-product .product-template__container .product-form__item.qty-selector {
    display: flex;
    align-content: center;
    align-items: center;
}
.template-product .product-template__container .product-form__item.qty-selector label {
    margin-right:10px;
    margin-bottom:0px;
    line-height:45px;
}
.template-product .product-template__container .product-stockmsg {
    margin:20px 0px 0px 0px;
}
.template-product .product-template__container .product-stockmsg.red {
    font-size:20px;
    color:#ED1c24 !important;
}
.template-product .product-template__container .product-stockmsg.red * {
    color:#ED1c24 !important;
  
}
.cart-popup-item__title {
    font-size:14px;
}
.cart-popup__cta-link.btn--secondary-accent {
    color:#fff;
}
.cart-popup__cta-link.btn--secondary-accent:hover {
    color:#000;
}
.template-product .product-form__item--payment-button {
    display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 20px;
grid-row-gap: 0px;
}
.template-product .product-form__cart-submit,
.wishlist-btn {
    width:100% !important;
}
.template-product .product-form--payment-button-no-variants {
    max-width: 100%;
}
.template-product .product-form__item--no-variants {
    max-width: 500px;
}
.wishlist-btn {
    background-image:none !important;
    background-color: transparent;
}
.template-product .price-item.price-item--regular {
    font-size:20px !important;
    color:#a80006;
}
.template-product .prodtabs-wrapper {
    margin:0px 25px;
}
.template-product .tab {
    overflow: hidden;
    font-family: 'DIN Next W01 Regular',Arial;
    font-size: 17px;
    margin-bottom:-1px;
}
.template-product .tab button {
    background-color: #f1f1f1;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    border: 1px solid #ccc;
    border-right:0px;
    color:#ED1c24;
}
.template-product .tab button:last-child {
      border-right:1px solid #ccc;
}

.template-product .tab button:hover {
    background-color: #ddd;
}

.template-product .tab button.active {
    background-color: #fff;
    color:#ED1c24;
    border-bottom: 1px solid #fff;
}
.template-product .tabcontent {
    display: none;
    padding: 26px 15px;
    border: 1px solid #ccc;
} 
.return-link-wrapper {
    padding-bottom:50px;
}
.product-recommendations__inner h2 {
    font-family: 'Stratum1 Bold',Staatliches,Oxygen-Bold,sans-serif;
}
.product-recommendations__inner .grid--view-items {
    overflow: hidden;
}
.btn--secondary {
    color:#fff;
}
.btn--secondary:hover,
.btn--secondary:focus, 
.btn--secondary:not([disabled]):hover {
    color:#000;
}

.template-product .faqs-accordions-section button.accordion {
    color: #ed1c24;
    cursor: pointer;
    padding: 20px 20px 20px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 17px;
    transition: .4s;
    margin-bottom: 15px;
    font-family: "DIN Next W01 Bold",Arial;
    background: 0 0;
    line-height: 24px;
    margin-bottom: 0;
}
button.accordion::before {
    content: '\002B';
    color: #ed1c24;
    font-weight: 700;
    float: left;
    margin-right: 25px;
    font-size: 24px;
}
div.panel {
    padding: 0 38px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    font-family: "DIN Next W01 Regular",Arial;
    color: #000;
    font-size: 17px;
}
.template-product .product-single__guides p a{
    display:flex;
    text-decoration:none;
    align-items:center;
    align-content:center;
    border-bottom:0px;
}
.template-product .tabcontent h1 {
    font-size:25px;
}
.template-collection .product-sku {
    margin:20px 0px 0px 0px;
}
.template-cart form {
    margin-bottom:55px;
}
.template-cart p,
.template-cart span,
.template-cart a,
.cart-subtotal__price,
.cart__shipping,
.cart th {
    font-family: "DIN Next W01 Regular",sans-serif;
    font-size:17px;
 }
.cart__submit {
    padding:20px 55px;
    font-size:20px;
    border-color: #bbb;
text-shadow: 0 0px 0 #be6203;
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.45) inset;
}
.template-cart .cart__remove a {
    color:#ED1c24;
    font-size:13px;
}
.cart-subtotal__price {
    font-size:22px !important;
    color:rgb(149, 55, 52);
}
p.head-block {
    display:block;
    width:100%;
    background:#ED1c24;
    padding:5px 20px;
}
p.head-block a {
    color:#fff;
    font-size:17px;
}
.use-item {
    margin-bottom: 40px;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
}
/* YMM Page Result Custom */
.ymm-grid .grid {
    width:100%;
    max-width:75%;
    margin: 0 auto !important;
}
.ymm-grid .grid__item {
    width: 100% !important;
    border: 1px !important;
    border-bottom: 1px dotted #333 !important;
    padding-bottom:40px;
}
.ymm-grid .ymm-product-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
.ymm-grid .product-thumb {
    position: relative;
    margin: 0 50px 0 0 !important;
    float: left;
    min-width:250px;
}
.ymm-grid .grid-view-item__meta {
    margin-top: 8px;
    text-align: left;
    font-family: "DIN Next W01 Regular",sans-serif;
    font-size: 17px;
}
.search-result-ctm .grid-view-item__title a {
    /* color:#ED1c24 !important; */
    font-size:23px;
}
.search-result-ctm .grid-view-item__title a:hover {
    color:#333 !important;
    transform: scale(1.02);
    transition: 0.2s;
    display:block;

}
/* New Homepage slideshow */
.index-section--slideshow .slideshow {
    position: relative;
    max-height: 490px !important;
}
.index-section--slideshow .slideshow__image {
    background-size: contain;
}
.index-section--slideshow h2 {
    text-transform: uppercase;
    color: red;
    text-shadow: 0 0 4px rgb(255, 255, 255);
    font-family: "Staatliches", sans-serif;
    font-size: 52px;
}
.index-section--slideshow .page-width  {
    max-width:100%;
}
.slideshow__text-wrap--desktop .slideshow__text-content {
    top: 10%;
}
/* End New Homepage slideshow */
.testimonialslideshow-home .slideshow__text-wrap--desktop .slideshow__text-content {
    top: 50%;
}
.collection-allblock-wrapper {
    display:block;
    width:100%;
    float:left;
    position:relative;
    margin-bottom:20px;
}
.collection-allblock-txt h3,
.collection-allblock-txt h2  {
    font-family: "DIN Next W01 Regular",sans-serif;
}
.collection-allblock-txt h3 {
    color:#ED1C24;
    font-size:17px;
    padding: 14px 0 10px;
    margin-bottom:0px;
}
.collection-allblock-txt h2 {
    font-size:20px;
    color:rgb(149, 55, 52);
    text-transform:none;
    letter-spacing:0px;
}
.collection-allblock-txt .subcategories ul > li {
    display:inline-block;
    margin: 0px 10px 0px 0px;
}
.collection-allblock-txt .subcategories ul > li a span {
    color:#343434;
}
.collection-allblock-txt .subcategories ul > li a span:hover {
    color:#ED1c24;
}
.template-customers-register .account-benefits {
    padding-left: 25%;
}
.bcontact-145688 .bcontact_select {
    min-height:42px;
}
.index-section--slideshow.desktop .slideshow__controls{
    top: 100%;
}
.product-sku {
    font-style: italic;
}
.template-search .product-sku span {
}
.template-search .list-view-item__price {
    display:flex;
    gap:10px;
}
.flex-center {
    display:flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.pid-block {
    margin:10px 0;
    font-style:italic;
}
.template-search .page-width.list-view-items {
    padding-bottom:50px;
}
.shopify-section.install-guides-videos {
    width:75%;
    margin-right: 30px;
}
.install-guides-pdfs .guide-item a span {
    color:#000;
    font-weight: normal;
}
.install-guides-pdfs .guide-item {
    margin-bottom:15px;
}
.install-guides-pdfs .guide-item a span:hover {
    color:red;
    text-decoration: underline;
}
.flex-start {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    gap:10px;
}
.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 20px; 
    text-align: center;
}
.gap-20 {
    gap:20px;
}
.guidetab-videos-col {
    width:80%;
}
.guidetab-wrapper {
    align-items:flex-start;
    align-content:flex-start;
}
.hushmat-chart {
    overflow-x:auto;
}

.announcement-bar__message {
    color: #fff !important;
}


/* END DESKTOP */









/* Tablet */
@media(max-width:1200px){
    .slideshow__text-wrap--desktop .slideshow__text-content {
        top: 13%;
    }
    .index-section--slideshow h2 {
        font-size: 47px;
    }
    #FeatureRowImageWrapper-1623138784b32c29ae {
        max-width: 408.0px;
    }
    #shopify-section-1623138784b32c29ae .feature-row__text--left {
        padding-left: 0;
        padding-right: 40px;
    }
    .page-width {
        padding: 0px 50px;
    }
    #shopify-section-1623142464964a64a5 .page-width {
            padding:0px 50px;
    }

}

@media(max-width:1024px){
    .site-header {
        padding: 0 25px;
    }
    .slideshow__text-wrap--desktop .slideshow__text-content {
        top: 18%;
    }
    .main-menu-links .main-menu-main a {
        font-size: 18px;
    }
    .template-collection .collection-sidebarleft .sidebox-content .sidebar-account ul {
        display:inline-block;
    }
    .template-collection .collection-sidebarleft .sidebox-content .sidebar-account ul li:first-child {
        border-right: 0px solid #000;
        padding: 0px 0px 0px 0px;
        width: 100%;
    }
    .template-collection .collection-sidebarleft .sidebox-content .sidebar-account ul li:last-child {
        border-right: 0px solid #000;
        padding: 0px 0px 0px 0px;
    }
    .grid-2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 20px;
        text-align: center;
    }

}

@media(max-width:991px){
    #shopify-section-header .top-bar-links {
        width: 100%;
    }
}
@media(max-width:834px){
    .site-header__menu {
        display: block;
    }
    .mobile-nav-wrapper.js-menu--is-open {
        display: block !important;
        z-index: 9;
    }
    .main-menu-links .main-menu-main {
        display:none;
    }
    .feature-row__item {
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%;
        max-width: 100%;
    }
    .index-section.info-block-2 .page-width.cta-infoblock-2 {
        padding:0px 40px;
    }
    .index-section.ctablock-2cols .grid__item:nth-child(1) {
        border-right: 0px solid #d1d1d1;
    }
    .index-section.ctablock-2cols .grid__item:nth-child(2) {
        padding-left: 0px;
    }
    .cta-infoblock-2 .feature-row {
        display: grid;
    }
    .ctablock-2cols .grid--flush-bottom {
        display:grid;
    }
    .ctablock-2cols .medium-up--one-half {
        width: 100%;
    }
    .index-section--slideshow.testimonialslideshow-home .mega-subtitle {
        font-size:17px;
    }
    .index-section--slideshow.testimonialslideshow-home .mega-title {
        font-size: 22px;
    }
    .index-section.info-block .page-width .h3 {
        font-size: 23px;
        line-height: 36px;
    }
    .index-section.ctablock-style2 .page-width .grid--flush-bottom {
        
    }
}

@media(max-width:800px){
    .site-footer__content {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .site-footer__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 33%;
        -webkit-flex: 1 1 33%;
        -moz-flex: 1 1 33%;
        -ms-flex: 1 1 33%;
        flex: 1 1 33%;
        margin-bottom: 55px;
    }
    .index-section.ymm-search-home .page-width {
        padding: 60px 40px 40px 40px;
        max-width: 100%;
    }
    .index-section.ymm-search-home .ymm-block p {
        line-height: 24px;
        font-size: 21px;
    }
    .template-collection .collection-sidebarleft {
        display: none;
    }
    .template-collection .collection-content ul.dropdown .b-border.dir {
        width: 80%;
    }

}
@media(max-width:768px){ 
    .index-section.ymm-search-home .ymm-block p {
        line-height: 24px;
        font-size: 20px;
    }
    .index-section.ymm-search-home .ymm-block .h3 {
        font-size: 34px;
    }
    #shopify-section-header .top-bar-links li {
        padding: 0 10px 0 10px;
    }
    .template-customers-register .main-content .grid {
        display:grid;
    }
    .template-customers-register .register-form-block {
        order:2;
    }
    .template-customers-register .account-benefits-block {
        order 1;
    }
    .template-customers-register .account-benefits {
        padding-left: 0;
        margin-bottom:40px;
        text-align: center;
    }
    .flex-start,
    .flex-center {
        flex-direction: column;
    }
    .guidetab-videos-col {
        width: 100%;
        text-align:center;
    }
}
@media(max-width:640px){


}

/* Mobile */
@media(max-width:480px){
    .mobile {
        display:none !important;
    }
    .desktop {
        display:block !important;
        opacity:0px;
    }
    .mobile-nav-wrapper {
        display:block !important;
    }
    #shopify-section-header .top-bar-links ul {
        justify-content: flex-start;
    }
    #shopify-section-header .top-bar-links li:nth-child(-n+2) {
       
    }
    .site-header__search-toggle {
        padding:0px;
    }
    #shopify-section-header .top-bar-search img {
        right:0px;
    }
    #shopify-section-header .top-bar-left {
        display: none;
    }
    .header-img-wrapper {
        background-size:cover !important;
    }
    .site-footer {
        background-color:#333;
    }
    .site-footer__item {
        margin-bottom:20px;
    }
    .site-footer__linklist {
        margin-left:10px;
    }
    .breadcrumbs {
        margin:0px;
    }
    .template-page .page-width {
        padding: 20px;
    }
    .page-about-us iframe,
    .page-about-us img {
        max-width:100% !important;
        width:100% !important;
    }
    .page-width {
        padding:0px 20px;
    }
    .template-article .article__title {
        line-height:30px;
        margin-bottom:20px;
    }
    .page-content.howto-container .howto-wrapper .howto-video iframe {
        width: 100%;
        height: 320px;
    }
    .section-howtotemplate::before {
        left:45%;
    }
    .template-page .page-sitemap .sitemap-row {
        display:inline-block;
        margin-top:30px;
    }
    .template-page .page-sitemap .sitemap-row .sitemap-info {
        width:100%;
    }
    .sitemap-account {
        margin-top:30px;
    }
    .hero--large {
        height: 449px;
    }
    .index-section.ymm-search-home .ymm-block .ymms-bar {
        max-width: 90%;
        margin: 0 auto;
    }
    .index-section.ymm-search-home .ymm-block .ymms-bar .ymm-fields {
        margin:15px 0px;
    }
    .rich-text.cta-style1 .h3, .rich-text.cta-style1 p {
        font-size: 23px;
        padding: 0 20px;
        line-height: 30px;
    }
    .index-section.ymm-search-home .page-width {
        padding: 60px 20px;
    }
    .index-section.ymm-search-home .ymm-block .h3 {
        font-size: 35px;
        line-height: 36px;
    }
    .index-section.ymm-search-home .ymm-block p {
        line-height: 26px;
        font-size: 17px;
    }
    .index-section.info-block .page-width .h3 {
        line-height: 33px;
        font-size: 23px;
    }
    .index-section.info-block-2 {
        padding:30px;
    }
    .index-section.info-block-2 .page-width.cta-infoblock-2 .benefit-product-list {
        display: block;
        width:100%;
    }
    .index-section.info-block-2 .page-width.cta-infoblock-2 .benefits-col {
        border-right: 0px solid #d1d1d1;
    }
    .index-section.info-block-2 .page-width.cta-infoblock-2 .benefits-col, 
    .index-section.info-block-2 .page-width.cta-infoblock-2 .products-col {
        width: 100%;
    }
    .index-section.info-block-2 .page-width.cta-infoblock-2 .products-col {
        padding-left: 0px;
    }
    .index-section.info-block-2 .page-width.cta-infoblock-2 .products-col ul li i {
        font-size: 12px;
    }
    .index-section.info-block-2 {
        border-bottom:0px;
    }
    .index-section.ctablock-2cols .grid--flush-bottom {
        overflow: auto;
        width: 100%;
        margin: 0px;
    }
    .index-section.ctablock-2cols .grid__item:nth-child(1) {
        border-right: 0px solid #d1d1d1;
        padding-right: 0px;
    }
    .index-section.ctablock-2cols .grid__item .h4 {
        font-size: 35px;
    }
    .index-section.ctablock-2cols .grid__item .h4::after,
    .index-section.info-block-2 .page-width.cta-infoblock-2 .h3::after {
        padding-left: 20px;
    }
    .index-section.ctablock-2cols .grid__item:nth-child(2) {
        padding-left: 0;
    }
    .index-section.ctablock-style2 .page-width {
        max-width: 100%;
        padding: 50px 20px 0 30px;
    }
    .index-section.ctablock-style2 .page-width .header-row {
        display: block;
    }
    .index-section.ctablock-style2 .page-width .section-header p {
        width:100%;
    }
    .index-section.ctablock-style2 .page-width .grid__item {
        margin-bottom: 30px;
    }
    .index-section--slideshow.testimonialslideshow-home .testimonials-grid {
        display: block;
    }
    .index-section--slideshow.testimonialslideshow-home .testimonials-grid .home-client-say, .index-section--slideshow.testimonialslideshow-home .testimonials-grid .hometestslideslow {
        width: 100%;
    }
    .hometestslideslow .slideshow-wrapper {
        position: relative;
        display: initial;
    }
    .index-section--slideshow.testimonialslideshow-home .testimonials-grid .hometestslideslow {
        padding: 0 25px;
        margin: 0px 0px 50px 0px;
    }
    .index-section--slideshow.testimonialslideshow-home .slideshow__arrows .slideshow__arrow:hover {
        background: transparent;
    }
    .index-section.ctablock-2cols .grid__item {
        padding: 50px 0 50px 0;
    }
    .site-footer .page-width {
        padding: 50px 10px;
    }
    .site-footer__content {
        padding: 10px;
    }
    .template-page .page-comparison-chart #table93461 td {
        font-size: 10px !important;
        width: 25% !important;
    }
    .template-page .page-comparison-chart #table93461 p {
        font-size:10px !important;
    }
    .bcontact-field--1_3 {
        flex-basis: 100% !important;
    }
    .bcontact-submit--right {
        text-align: center !important;
    }
    .template-page .page-contact-us .contact-wrapper {
        display: block;
    }
    .template-page .page-contact-us .contact-wrapper .contact-catalog {
        display: block;
        width: 100%;
        margin-top: 40px;
    }
    .template-page .page-contact-us .contact-form h4 {
        margin-bottom: 0px;
        font-size: 20px;
    }
    .display-flex {
        display:block;
    }
    .template-page .guides-col {
        width:100%;
    }
    .logos-grid {
        display:block;
        width:100%;
        padding:0px;
    }
    .logos-grid .location-item {
        display:block;
        border: 1px solid #efefef;
        margin-bottom: 20px;
        width: 100%;
        padding:10px 0px 0px 0px;
    }
    .location-item .location-info {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .page-hot-rod-restoration td,
    .page-hot-rod-restoration th,
    .page-hot-rod-restoration td p,
    .page-hot-rod-restoration tr
     {
        font-size:10px;
        padding: 10px 5px;
    }
    .page-hot-rod-restoration iframe {
        max-width:100%;
        width:100%;
    }
    .template-product .breadcrumbs,
    .template-page .breadcrumbs {
        padding:0px 10px;
    }
    .template-collection .breadcrumbs {
        padding: 25px 10px 20px 10px;
    }
    .template-collection .collection-content ul.dropdown .b-border.dir {
        width: 100%;
    }
    .template-collection .cm-sdc-filters .ty-product-filters__wrapper h2 {
        font-size:22px;
    }
    .template-collection .cm-sdc-filters .ty-product-filters__wrapper p.custom_prize_txt,
    .template-collection .cm-sdc-filters .ty-product-filters__wrapper p.bot_text {
        font-size:19px;
        line-height:25px;
        padding:10px;
    }
    .template-collection .collection-content ul.dropdown li a {
        display:contents;
    }
    .template-collection .collection-content ul.dropdown {
        padding:10px;
    }
    .template-collection .collection-content ul.dropdown-vertical ul {
        width:95%;
    }
    .template-collection .collection-content h1 {
        width:100%;
    }
    .template-collection .page-width {
        padding: 0;
    }
    .template-collection .paginationcol-wrapper {
        width: 100%;
        text-align: left;
        font-size: 20px;
    }
    .template-collection .filters-toolbar-wrapper .filters-toolbar__item-child {
        width:100%;
    }
    .template-collection .filters-toolbar__label {
        display:inline;
    }
    .template-collection .list-view-item__image-column {
        width: 100%;
        text-align: center;
    }
    .list-view-item__link {
        display: block;
        width: 100%;
    }
    .list-view-item__title-column {
        display: block;
    }
    .list-view-item__price-column {
        display: block;
        text-align: center;
        vertical-align: middle;
        width: 100%;
    }
    .template-collection .product-card {
        position: relative;
        border: 1px solid #efefef;
        padding: 10px;
        text-align: center;
    }
    .template-collection .list-view-item__image-column {
        display: block;
        text-align:center;
    }
    .template-collection .list-view-item__price {
        justify-content: center;
    }
    .template-collection .collection-sidebarleft {
        width: 100%;
        order: 2;
    }
    .template-collection .collection-wrapper {
        display: flex;
        margin: 0 30px;
        padding-bottom: 55px;
        flex-direction: column;
    }
    .filters-toolbar__item-wrapper {
        display:block;
    }
    .filters-toolbar-wrapper {
        border-bottom: 0px solid var(--color-border);
    }
    .universal-filter {
        display:none !important;
    }
    .template-collection #ymmbox.cm-sdc-filters {
        margin: 0 10px 30px 10px;
    }
    .template-collection .collection-wrapper {
        margin: 0 10px;
    }
    .breadcrumbs a,
    .breadcrumbs__item {
        display:inline;
    }
    .template-product .product-template__container {
        margin: 20px 10px;
    }
    .grid {
        margin-left: 0;
    }
    .template-product .tab button {
        width:100%;
        border-right: 1px solid #ccc;
    }
    #backToCollection {
        padding-bottom:40px;
    }
    .grid__item {
        padding-left: 0;
    }
    #shopify-section-header .top-bar {
        padding: 5px 0 3px 0;
    }
    .index-section--slideshow .slideshow__image {
        background-size: cover;
    }
    .index-section--slideshow .slideshow {
        position: relative;
        max-height: 100% !important;
    }
    .index-section--slideshow + .index-section--flush {
        margin-top: -35px;
    }
    .slideshow__arrows--mobile ~ .slideshow__text-content--mobile {
        padding-top: 0;
        margin-top: 0px;
    }
    .slideshow__text-wrap--mobile {
        top: 0.5rem;
    }
    .slideshow__pause {
        display:none;
    } 
    .index-section--slideshow h2 {
        font-size: 37px;
    }
    .site-footer__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        -webkit-flex: 1 1 50%;
        -moz-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        margin-bottom: 55px;
    }
  
  .ymm-grid .ymm-product-item {
    display:block;
  }
  .ymm-grid .product-thumb {
    min-width:100%;
    margin: 0 0 10px 0 !important;
  }
  .ymm-grid .ymm-product-price, 
  .ymm-grid .compare_price {
  font-size: 22px !important;
  text-align: center;
  width: 100%;
  display: block;
	}

    .shopify-section.install-guides-videos {
        width: 100%;
        margin-right: 0;
    }
    .install-guides-pdfs {
        margin-top:35px;
    }
    .installguides-wrapper h4 {
        text-align: center;
    }


}
/* end 480 mobile */
@media(max-width:414px) {

}
/* end 414 mobile */
@media(max-width:375px) {
    .hero--large {
        height: 407px;
    }
}
/* end 375 mobile */
@media(max-width:360px) {
    
}
/* end 360 mobile */

@media(max-width:320px) {
    
}
/* end 320 mobile */
.template-index .video-section {  
    background-image: url(//cdn.shopify.com/s/files/1/0572/2701/8446/t/5/assets/background-bg01.jpg?v=3937875…);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}

