.elementor-kit-6{--e-global-color-primary:#429BD7;--e-global-color-secondary:#01022E;--e-global-color-text:#000000;--e-global-color-accent:#004581;--e-global-color-37f2933:#FFFFFF;--e-global-color-4cd016f:#EEF6FB;--e-global-color-c2460ae:#FFF7F8;--e-global-color-7182603:#BF2132;--e-global-typography-primary-font-family:"neue-haas-grotesk-display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"neue-haas-grotesk-text", Sans-serif;font-size:16px;font-weight:400;line-height:28px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:"neue-haas-grotesk-display", Sans-serif;font-size:18px;font-weight:700;letter-spacing:0.3px;color:var( --e-global-color-secondary );border-radius:28px 28px 28px 28px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 a:hover{color:var( --e-global-color-accent );}.elementor-kit-6 h1{color:var( --e-global-color-secondary );font-family:"neue-haas-grotesk-display", Sans-serif;font-size:48px;font-weight:700;}.elementor-kit-6 h2{color:var( --e-global-color-secondary );font-family:"neue-haas-grotesk-display", Sans-serif;font-size:36px;font-weight:700;line-height:43px;}.elementor-kit-6 h3{color:var( --e-global-color-secondary );font-size:28px;font-weight:700;line-height:33px;}.elementor-kit-6 h4{color:var( --e-global-color-secondary );font-size:18px;font-weight:700;line-height:26px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{color:var( --e-global-color-37f2933 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6 h1{font-size:40px;}.elementor-kit-6 h2{font-size:32px;}.elementor-kit-6 h3{font-size:24px;}.elementor-kit-6 h4{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:32px;}.elementor-kit-6 h2{font-size:26px;line-height:1.2em;}.elementor-kit-6 h3{font-size:22px;line-height:1em;}.elementor-kit-6 h4{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Store search */ 

.wpsl-input{
    position: relative;
}

.custom-store-search form{
    display: flex;
     gap: 10px;
}

.custom-store-search #wpsl-widget-search{
    border: 0px;
    border-radius: 25px;
    width: 350px;
}

.custom-store-search  #wpsl-widget-submit {
    background-color: var(--e-global-color-7182603);
    color: white;
}

@media only screen and (max-width: 600px) {
    .custom-store-search #wpsl-widget-search{
        width: 100%;
    }
    
    .custom-store-search form{
         flex-direction: column;
    }
    
    .custom-store-search #wpsl-widget-submit{
        width: 100%;
    }
    
    .custom-store-search .wpsl-icon-direction{
        right: 10px;
        top: 0px;
        left: unset !important;
    }
}

.custom-map-form .wpsl-store-listing:before{
    content: unset !important;
}

.custom-map-form .wpsl-store-listing:after{
    position: absolute;
    content: '';
    bottom: 6px;
    right: 0;
    background-image: url('../svg/chevron-right-3-1.svg');
    width: 20px;
    height: 20px;
}


.custom-store-search #wpsl-widget-submit{
    border: 0px;
    padding: 8px 20px 8px 20px;
    font-size: 16px;
}

.custom-store-search .wpsl-icon-direction{
      position: absolute !important;
    left: 305px;
    color: #ffffff00 !important;
    background-image: url('../svg/crosshair-1.svg');
    background-repeat: no-repeat; 
    background-position: center;
    background-position: center;
}


.custom-store-search--velocity .wpsl-icon-direction{
    background-image: url('../png/crosshair-red.png');
    background-size: 24px;
}


/* Store search map*/
.custom-map-form .wpsl-search{
    background-color: #EEF6FB;
    padding: 20px;
}



.custom-map-form .wpsl-input{
    margin: 0px !important;
    float: unset !important;
    display: flex !important;
}

.custom-map-form .wpsl-input label{
    display: flex !important;
     margin: 0px !important;
    float: unset !important;
    line-height: unset !important;
    width: unset;
   
}
.custom-map-form .wpsl-input input{
    border-radius: 25px !important;
}

.custom-map-form #wpsl-search-wrap div{
    display: flex;
    align-items: center;
    font-weight: 700;
}

.custom-map-form .wpsl-search-btn-wrap{
     margin: 0px !important;
    float: unset !important;
    display: flex !important;
}

.custom-map-form .wpsl-search-btn{
    margin: 0px !important;
}

.custom-map-form .wpsl-search-btn-wrap input{
    font-size: 14px !important;
    font-weight: 700 !important;
    background-color: #429BD7 !important;
    font-family:"neue-haas-grotesk-display", Sans-serif !important;
    border-radius: 28px !important;
    padding: 10px 20px 10px 20px !important;
    border: solid 1px #429BD7;
    transition: all ease 0.3s;
    letter-spacing: 0.5px !important;
    background-image: unset !important;
    color: white !important;
}

.custom-map-form .wpsl-search-btn-wrap input:hover{
     background-color: white !important;
     color: black !important;
}


.custom-map-form form{
   display: flex;
    align-items: center;
   gap: 20px;
}



/* Store map list */
.custom-map-form #wpsl-stores ul{
   display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 15px;
}

.custom-map-form #wpsl-stores ul li{
    border: 0px !important;
    width: calc((100% / 3) - 10px);
    padding: 20px !important;
    flex-grow: grow;
    display: flex;
    flex-direction: column;
    background: #EEF6FB;
    border-radius: 25px;
    margin-bottom: 15px;
}




@media only screen and (max-width: 800px) {
    .custom-map-form #wpsl-stores ul li{
          width: calc((100% / 2) - 10px);
    }
}

@media only screen and (max-width: 500px) {
    .custom-map-form #wpsl-stores ul li{
          width: 100%;
    }
}


.custom-map-form #wpsl-stores ul li .wpsl-store-location p{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
} 


.custom-map-form #wpsl-stores ul li .wpsl-store-location p .wpsl-country{
  order: -1;
  background-color: white;
  width: auto;
  padding: 5px 15px 5px 15px;
  text-align: center;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #429BD7;
   letter-spacing: 0.5px !important;
}







/* WP button styles */
.wp-block-button__link{
    font-size: 18px !important;
    font-weight: 700 !important;
    background-color: #429BD7;
    font-family:"neue-haas-grotesk-display", Sans-serif !important;
    border-radius: 28px !important;
    padding: 10px 20px 10px 20px !important;
    border: solid 1px #429BD7;
    transition: all ease 0.3s;
    letter-spacing: 0.5px !important;
}

.wp-block-button__link:hover{
     background-color: white;
}




/* Bullet point Default */
li::marker{
    color: #429BD7;
}



/* Category menu */
.custom-top-level-menu ul{
    list-style: none;
    padding-left: 0px;
}

.custom-top-level-menu li{
    border-bottom: solid 1px #EEEEEE;
    padding: 10px;
    
    background-image: url('../svg/chevron-right-3-1.svg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 25px;

}

.custom-top-level-menu li a{
    display: block;
}


/* Product Category List - Child cat pages */

.waters-cats-prods{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
}

.waters-cats-prods__category{
     width: calc((100% / 5) - 50px);
}

@media only screen and (max-width: 1500px) {
   .waters-cats-prods__category{
          width: calc((100% / 4) - 50px);
    }
}

@media only screen and (max-width: 1200px) {
   .waters-cats-prods__category{
          width: calc((100% / 3) - 50px);
    }
}


@media only screen and (max-width: 800px) {
   .waters-cats-prods__category{
          width: calc((100% / 2) - 50px);
    }
}


@media only screen and (max-width: 600px) {
   .waters-cats-prods__category{
          width: 100%;
    }
}

.waters-cats-prods__category-image{
     border-radius: 25px;
     position: relative;
     background-color: #EEF6FB;
     display: inline-block;
     overflow: hidden;
     
}


.waters-cats-prods--large .waters-cats-prods__subcategory-image img{
    mix-blend-mode: multiply;
}

.waters-cats-prods__category img{
   width: 250px;
   height: 250px;
   object-fit: contain;
   padding: 20px;
   transition: all linear 0.3s;
   mix-blend-mode: multiply;
}

.waters-cats-prods__category img:hover{
    scale: 1.1;
    transition: all linear 0.3s;
}


.waters-cats-prods__category ul{
    list-style: none;
    padding-left: 0px; 
}

.waters-cats-prods__category ul li{
    padding: 10px 0px 10px 0px;
    border-bottom: solid 1px #DCDCDC;
}

.waters-cats-prods__category ul li a{
height: 100%;
display: flex;
line-height: 25px;
}


.waters-cats-prods__category h2{
    font-size: 24px;
    line-height: 28px;
}



/* End Level Styles */

.waters-cats-prods--large{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
}
 .waters-cats-prods--large li h2{
     padding: 20px;
     text-align: center;
 }

 .waters-cats-prods--large li{
    width: calc((100% / 4) - 50px) !important;
    background-color: #EEF6FB;
    border-radius: 25px;
    align-items: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}  

@media only screen and (max-width: 1500px) {
  .waters-cats-prods--large li{
          width: calc((100% / 4) - 50px) !important;
    }
}

@media only screen and (max-width: 1200px) {
   .waters-cats-prods--large li{
          width: calc((100% / 3) - 50px) !important;
    }
}


@media only screen and (max-width: 800px) {
   .waters-cats-prods--large li{
          width: calc((100% / 2) - 50px) !important;
    }
}


@media only screen and (max-width: 600px) {
 .waters-cats-prods--large li{
          width: 100% !important;
    }
}



/* End level Sku */

.custom-product__sku{
    display: flex;
    position: absolute;
    gap: 5px;
    top: 10px;
    left: 10px;
    flex-direction: column;
}

.custom-product__sku a{
    background-color: white;
    padding: 5px 15px 5px 15px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 25px;
}



 /* Downloads - Video Section */
 
 
.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.cpt-by-sku.cpt-by-sku--video {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.cpt-by-sku--1.cpt-by-sku--video {
    grid-template-columns: 1fr;
    max-width: 800px;
    margin: 0 auto;
}

.cpt-by-sku--3.cpt-by-sku--video {
    grid-template-columns: 1fr 1fr 1fr;
}

.cpt-by-sku.cpt-by-sku--video .embed-container {
    padding-top: 30px;
    position: relative;
    padding-bottom: 52.25%;
    height: 0;
    overflow: hidden;
}

.cpt-by-sku.cpt-by-sku--video

.cpt-by-sku__video {
    flex-grow: 1;
}

.no-videos {
    background-color: #eef6fb;
    text-align: center;
    padding: 90px 20px 76px;
    margin: -20px -10%;
    overflow-x: hidden;
}/* End custom CSS */