/*
Theme Name: innovativetechnology-child
Theme URI: https://innovative-technology.com
Author: Cornerstone DM
Author URI: https://www.cornerstonedm.co.uk/
Description: The innovativetechnology theme for WordPress. 
Version: 1.00
Template: innovativetechnology
Tags: innovativetechnology

*/

/*
z-index's

1
.logos img:nth-child(2)
.globeOverlay
.ctaPopupOverlay
.productTileOverlay
.basketSummary
.footer
.loading

2
.anchorLinks
.notificationBarFooter

3
header

4
.navMobile .navSubHolderOpen
.navMobile .navTertiaryHolderOpen
.navTabletDesktop .navSecondaryHolderOpen
.navTabletDesktop .navTertiaryHolderOpen

5
.overlay
*/


img.imageStretch
{
  width:100%;
}

video.videoStretch
{
  width:100%;
}

p img
{
  max-width:100%;
  height:auto;
  margin-bottom:5px;
}


.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a
{
  color:inherit;
  outline:none; /*remove outline on image links, looks nicer.  If its needed for accessibility we can put it back in later*/
  
  cursor:pointer; /*for when <a doesn't have href, ie onclick="javascript*/
}

a:hover,
a:focus
{
  color:inherit;
  text-decoration:none;
  outline:none; 
}

h1, h2, h3, h4, h5, h6
{
  padding:0px;
  margin:0px;

  color:#525253;
}

h1, h2, h3
{
  line-height:1.0;
}

p
{
  padding:0px;
  margin:0px;

  line-height:150%;
  padding-bottom:25px;
}

p a
{
  text-decoration:underline;
  color:#cf2e2e;
}


small,
.small
{
  display:inline-block;
  line-height:150%;
}

.container
{
  -webkit-transition:all 0.15s;
  transition:all 0.15s;

}

/* Style adjustments for viewports 320px and over go here, anything smaller than 320 treat it as 320 */
@media all and (min-width: 0px)
{
  html, body
  {
    margin:0;
    padding:0;
    /*height:100%;*/
    
    font-family:'Raleway';
    font-weight:400;
    font-style:normal;
    font-size:14px;
    color:#909090;

    -webkit-text-size-adjust: none; /* Prevent font scaling on iOS devices */
  }

  h1
  {
    font-family:'Raleway';
    font-weight:700;
    font-style:normal;
    font-size:41px;

    margin-bottom:25px;
  }
  h1::before
  {
    content:"";
    display:inline-block;
    height:40px;
    width:6px;
    background-color:#DB193F;
    position:absolute;
    left:0px;
  }

  h2
  {
    font-family:'Raleway';
    font-weight:700;
    font-style:normal;
    font-size:30px;

    margin-bottom:25px;
  }

  h3
  {
    font-family:'Raleway';
    font-weight:700;
    font-style:normal;
    font-size:24px;

    margin-bottom:25px;
  }

  h4
  {
    font-family:'Raleway';
    font-weight:700;
    font-style:normal;
    font-size:24px;

    margin-bottom:25px;
  }

  h5
  {
    font-family:'Raleway';
    font-weight:700;
    font-style:normal;
    font-size:24px;

    margin-bottom:25px;
  }

  h6
  {
    font-family:'Raleway';
    font-weight:500;
    font-style:normal;
    font-size:19px;

    margin-bottom:20px;
  }

  .bodyDarken
  {
    background-color:#FCFCFC;
  }

  .headerWithExtraPadding
  {
    padding-top:9px!important;
    padding-bottom:9px!important;
  }

  .icons .fal
  {
    font-size:19px;
    margin:10px;
  }

  .borderTopRed
  {
    border-top:3px solid #DB193F;
  }
  .borderBottomRed
  {
    border-bottom:3px solid #DB193F;
  }

  .borderLeftRed
  {
    border-left:1px solid #DB193F;
  }
  .borderRightRed
  {
    border-left:1px solid #DB193F;
    border-right:0px solid #DB193F;
  }

  .basketSummary
  {
    position:static;
    z-index:1;
    border-top:3px solid #DB193F;
    background-color:white;
    padding:30px;
    margin-bottom:30px;
  }
  .basketSummary table
  {
    width:100%;
  }
  .basketSummary table td
  {
    vertical-align:top;
    padding-bottom:15px;
    padding-right:10px;
  }

  .productImageHolder
  {
    position:static;
    padding-right:0px;
  }
  .productImageHolder .model
  {
    width:100%!important;
  }

  .globeHolder
  {
    position:static;
  }
  .globe
  {
    display:none;
  }
  .globeOverlay
  {
    text-align:center;
    background-color:transparent;
    border:0px;
    border-radius:0px 0px 0px 0px;
    padding:0px;
    font-size:15px;

    position:static;
  }

  .contactLabel
  {
    display:block;
    min-width:0px;
    padding-right:0px;
    padding-bottom:0px;
  }
  .contactText
  {
    display:block;
    padding-bottom:0px;
  }

  .text-2-columns
  {
    column-count:1;
    column-gap:0px;
  }
  .text-3-columns
  {
    column-count:1;
    column-gap:0px;
  }

  .newsTile
  {
    position:relative;
    overflow:hidden;
  }

  .newsTileOverlay
  {
    color:white!important;
    text-align:center;
    
    width:100%;
    height:100%;
    padding:7%;
    /*transition:background-color 0.5s, height 0.4s, width 0.25s;*/

    position:absolute;
    bottom:0px;
    left:0%;
    right:0%;
    z-index:1;

    
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
   
    background-color:rgba(219, 25, 63, 0.75); 
  }

  .newsTile:hover .newsTileOverlay
  {
    background-color:rgba(219, 25, 63, 0.75);
  }

  .newsTile a
  {
    opacity:1.0;
    
    color:white;
    margin-bottom:0px;
    position:relative;
    top:0px;
    
  }
  .newsTile:hover a
  {
    opacity:1.0;
    color:white; 
    top:0px;
  }

  .newsTile .button
  {
    opacity:1.0;
    
    border:1px solid white;
    color:white;
    margin-bottom:0px;
    position:relative;
    top:0px;
    
    background-color:transparent;
  }
  .newsTile:hover .button
  {
    opacity:1.0;
    border:1px solid white;
    color:white; 
    top:0px;
  }

  .footer > div > div > [class*='col'] > div
  {
    border-top:1px solid #DEDEDE;
    padding-top:30px;
    padding-bottom:30px;
  }
  .footer > div > div > [class*='col']
  {
    border-right:0px;
  }
  .footer > div > div > [class*='col']:last-child
  {
    border-right:0px;
  }

  .footerUsefulLinks
  {
    font-size:0px;
    margin-bottom:40px;
  }
  .footerUsefulLinks a
  {
    font-size:initial;
    display:inline-block;
    width:50%;
    margin-bottom:20px;
  }
  .footerUsefulLinks a:hover
  {
    color:#DB193F;
  }


  .footerSocialLinks
  {
    margin-bottom:40px;
  }
  .footerLinks
  {
    margin-bottom:40px;
  }
  .footerLinks a
  {
    display:inline-block;
  }
  .footerLinks a:hover
  {
    color:#DB193F;
  }

  .woocommerce form .form-row.itl-vat-eori-label
  {
      margin-bottom: -15px !important;
	  display:none !important;
  }

  .woocommerce .currency-download-selector-form
  {
      margin-bottom: 30px;
  }
  .woocommerce .currency-download-table.shop_table th,
  .woocommerce .currency-download-table.shop_table td
  {
      padding: 2px 12px;
  }
  .woocommerce .currency-download-table.shop_table button.button
  {
      font-size: 12px;
      padding: 5px 12px;
  }

  .alert-wrapper
  {
      text-align: center;
      padding: 80px;
  }
  p.alert.alert-danger
  {
      border: 1px solid #db193f;
      text-align: center;
      display: inline-block;
	  background:#fff;
  }
}


/*iPhone 6 or iPhone 5 sideways*/
@media all and (min-width: 375px)
{

}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px)
{
  html, body
  {
    margin:0;
    padding:0;
    /*height:100%;*/
    
    font-family:'Raleway';
    font-weight:400;
    font-style:normal;
    font-size:16px;
    color:#909090;

    -webkit-text-size-adjust: none; /* Prevent font scaling on iOS devices */
  }

  h1
  {
    font-family:'Raleway';
    font-weight:700;
    font-style:normal;
    font-size:55px;

    margin-bottom:25px;
  }
  h1::before
  {
    content:"";
    display:inline-block;
    height:50px;
    width:10px;
    background-color:#DB193F;
    position:absolute;
    left:0px;
  }

  h2
  {
    font-family: 'Raleway';
    font-weight:700;
    font-style:normal;
    font-size:39px;

    margin-bottom:25px;
  }

  h3
  {
    font-family: 'Raleway';
    font-weight:700;
    font-style:normal;
    font-size:35px;

    margin-bottom:25px;
  }

  h4
  {
    font-family: 'Raleway';
    font-weight:700;
    font-style:normal;
    font-size:30px;

    margin-bottom:25px;
  }

  h5
  {
    font-family: 'Raleway';
    font-weight:700;
    font-style:normal;
    font-size:24px;

    margin-bottom:25px;
  }

  h6
  {
    font-family: 'Raleway';
    font-weight:500;
    font-style:normal;
    font-size:20px;

    margin-bottom:20px;
  }

  .bodyDarken
  {
    background-color:transparent;
  }

  .headerWithExtraPadding
  {
    padding-top:30px!important;
    padding-bottom:30px!important;
  }

  .icons .fal
  {
    font-size:17px;
    margin:6px;
  }

  .borderTopRed
  {
    border-top:3px solid #DB193F;
  }
  .borderBottomRed
  {
    border-bottom:3px solid #DB193F;
  }

  .borderLeftRed
  {
    border-left:3px solid #DB193F;
  }
  .borderRightRed
  {
    border-left:0px solid #DB193F;
    border-right:3px solid #DB193F;
  }

  .basketSummary
  {
    position:static;
    z-index:1;
    border-top:3px solid #DB193F;
    background-color:white;
    padding:30px;
    margin-bottom:30px;
  }
  .basketSummary table
  {
    width:100%;
  }
  .basketSummary table td
  {
    vertical-align:top;
    padding-bottom:15px;
    padding-right:10px;
  }

  .productImageHolder
  {
    position:static;
    padding-right:15px;
  }
  .productImageHolder .model
  {
    width:100%!important;
  }

  .globeHolder
  {
    position:relative;
  }
  .globe
  {
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    max-width:500px;
  }
  .globeOverlay
  {
    text-align:left;
    background-color:rgba(255, 255, 255, 0.85);
    border:1px solid #DEDEDE;
    border-radius:5px 5px 5px 5px;
    padding:20px;
    font-size:15px;

    position:absolute;
    width:100%;
    bottom:0px;
    z-index:1;
  }

  .contactLabel
  {
    display:inline-block;
    min-width:150px;
    padding-right:5px;
    padding-bottom:0px;
  }
  .contactText
  {
    display:inline-block;
    padding-bottom:8px;
  }

  .text-2-columns
  {
    column-count:2;
    column-gap:40px;
  }
  .text-3-columns
  {
    column-count:3;
    column-gap:40px;
  }

  .newsTile
  {
    position:relative;
    overflow:hidden;
  }

  .newsTileOverlay
  {
    color:white!important;
    text-align:center;
    
    width:100%;
    height:100%;
    padding:7%;
    /*transition:background-color 0.5s, height 0.4s, width 0.25s;*/

    position:absolute;
    bottom:0px;
    left:0%;
    right:0%;
    z-index:1;

    
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
   
    background-color:transparent; 
  }

  .newsTile:hover .newsTileOverlay
  {
    background-color:rgba(219, 25, 63, 0.75);
  }

  .newsTile a
  {
    opacity:0.0;
    
    color:white;
    margin-bottom:0px;
    position:relative;
    top:100px;
  }
  .newsTile:hover a
  {
    opacity:1.0;
    color:white; 
    top:0px;
  }

  .newsTile .button
  {
    opacity:0.0;
    
    border:1px solid white;
    color:white;
    margin-bottom:0px;
    position:relative;
    top:100px;

    background-color:transparent;
  }
  .newsTile:hover .button
  {
    opacity:1.0;
    border:1px solid white;
    color:white; 
    top:0px;
  }

  .footer > div > div > [class*='col'] > div
  {
    border-top:1px solid #DEDEDE;
    padding-top:30px;
    padding-bottom:30px;
  }
  .footer > div > div > [class*='col']
  {
    border-right:0px;
  }
  .footer > div > div > [class*='col']:last-child
  {
    border-right:0px;
  }

  .footerUsefulLinks
  {
    font-size:0px;
    margin-bottom:40px;
  }
  .footerUsefulLinks a
  {
    font-size:initial;
    display:inline-block;
    width:33.33%;
    margin-bottom:20px;
  }
  .footerUsefulLinks a:hover
  {
    color:#DB193F;
  }

  .footerSocialLinks
  {
    margin-bottom:125px;
  }

  .footerLinks
  {
    margin-bottom:40px;
  }
  .footerLinks a
  {
    display:inline-block;
  }
  .footerLinks a:hover
  {
    color:#DB193F;
  }
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px)
{
  html, body
  {
    margin:0;
    padding:0;
    /*height:100%;*/
    
    font-family:'Raleway';
    font-weight:400;
    font-style:normal;
    font-size:16px;
    color:#909090;

    -webkit-text-size-adjust: none; /* Prevent font scaling on iOS devices */
  }

  h1
  {
    font-family:'Raleway';
    font-weight:700;
    font-style:normal;
    font-size:60px;

    margin-bottom:25px;
  }
  h1::before
  {
    content:"";
    display:inline-block;
    height:55px;
    width:10px;
    background-color:#DB193F;
    position:absolute;
    left:0px;
  }

  h2
  {
    font-family:'Raleway';
    font-weight:700;
    font-style:normal;
    font-size:50px;

    margin-bottom:25px;
  }

  h3
  {
    font-family:'Raleway';
    font-weight:700;
    font-style:normal;
    font-size:25px;

    margin-bottom:25px;
  }

  h4
  {
    font-family:'Raleway';
    font-weight:700;
    font-style:normal;
    font-size:30px;

    margin-bottom:25px;
  }

  h5
  {
    font-family:'Raleway';
    font-weight:700;
    font-style:normal;
    font-size:24px;

    margin-bottom:25px;
  }

  h6
  {
    font-family:'Raleway';
    font-weight:500;
    font-style:normal;
    font-size:20px;

    margin-bottom:20px;
  }

  .bodyDarken
  {
    background-color:transparent;
  }

  .headerWithExtraPadding
  {
    padding-top:30px!important;
    padding-bottom:30px!important;
  }

  .icons .fal
  {
    font-size:17px;
    margin:6px;
  }

  .borderTopRed
  {
    border-top:3px solid #DB193F;
  }
  .borderBottomRed
  {
    border-bottom:3px solid #DB193F;
  }

  .borderLeftRed
  {
    border-left:3px solid #DB193F;
  }
  .borderRightRed
  {
    border-left:0px solid #DB193F;
    border-right:3px solid #DB193F;
  }

  .basketSummary
  {
    position:fixed;
    z-index:1;
    border-top:3px solid #DB193F;
    background-color:white;
    padding:30px;
    margin-bottom:30px;
    transition:all 0.5s
  }
  .basketSummary table
  {
    width:100%;
  }
  .basketSummary table td
  {
    vertical-align:top;
    padding-bottom:15px;
    padding-right:10px;
  }

  .productImageHolder
  {
    /*position:fixed;*/ /*client has changed their mind and no longer wants parallax effect*/
    position:static;
    padding-right:50px;
  }
  .productImageHolder .model
  {
    width:100%!important;
  }

  .globeHolder
  {
    position:relative;
  }
  .globe
  {
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    max-width:450px;
  }
  .globeOverlay
  {
    text-align:left;
    background-color:rgba(255, 255, 255, 0.85);
    border:1px solid #DEDEDE;
    border-radius:5px 5px 5px 5px;
    padding:20px;
    font-size:14px;

    position:absolute;
    width:100%;
    bottom:-150px;
    z-index:1;
  }
  
  .contactLabel
  {
    display:inline-block;
    min-width:150px;
    padding-right:5px;
    padding-bottom:0px;
  }
  .contactText
  {
    display:inline-block;
    padding-bottom:8px;
  }

  .text-2-columns
  {
    column-count:2;
    column-gap:60px;
  }
  .text-3-columns
  {
    column-count:3;
    column-gap:60px;
  }

  .newsTile
  {
    position:relative;
    overflow:hidden;
  }

  .newsTileOverlay
  {
    color:white!important;
    text-align:center;
    
    width:100%;
    height:100%;
    padding:7%;
    /*transition:background-color 0.5s, height 0.4s, width 0.25s;*/

    position:absolute;
    bottom:0px;
    left:0%;
    right:0%;
    z-index:1;

    
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
   
    background-color:transparent; 
  }

  .newsTile:hover .newsTileOverlay
  {
    background-color:rgba(219, 25, 63, 0.75);
  }

  .newsTile a
  {
    opacity:0.0;
    
    color:white;
    margin-bottom:0px;
    position:relative;
    top:100px;
  }
  .newsTile:hover a
  {
    opacity:1.0;
    color:white; 
    top:0px;
  }

  .newsTile .button
  {
    opacity:0.0;
    
    border:1px solid white;
    color:white;
    margin-bottom:0px;
    position:relative;
    top:100px;

    background-color:transparent;
  }
  .newsTile:hover .button
  {
    opacity:1.0;
    border:1px solid white;
    color:white; 
    top:0px;
  }

  .footer > div > div > [class*='col'] > div
  {
    border-top:0px solid #DEDEDE;
    padding-top:30px;
    padding-bottom:30px;
  }
  .footer > div > div > [class*='col']
  {
    border-right:1px solid #DEDEDE;
  }
  .footer > div > div > [class*='col']:last-child
  {
    border-right:0px;
  }

  .footerUsefulLinks
  {
    font-size:0px;
    margin-bottom:40px;
  }
  .footerUsefulLinks a
  {
    font-size:initial;
    display:inline-block;
    width:50%;
    margin-bottom:20px;
  }
  .footerUsefulLinks a:hover
  {
    color:#DB193F;
  }

  .footerSocialLinks
  {
    margin-bottom:125px;
  }
  .footerLinks
  {
    margin-bottom:40px;
  }
  .footerLinks a
  {
    display:inline-block;
  }
  .footerLinks a:hover
  {
    color:#DB193F;
  }
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px)
{
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl
  {
    max-width:1170px;
  }


  h1
  {
    font-family:'Raleway';
    font-weight:700;
    font-style:normal;
    font-size:70px;

    margin-bottom:25px;
  }
  h1::before
  {
    content:"";
    display:inline-block;
    height:65px;
    width:10px;
    background-color:#DB193F;
    position:relative;
    left:0px;
  }


  .globeOverlay
  {
    text-align:left;
    background-color:rgba(255, 255, 255, 0.85);
    border:1px solid #DEDEDE;
    border-radius:5px 5px 5px 5px;
    padding:20px;
    font-size:14px;

    position:absolute;
    width:100%;
    bottom:0px;
    z-index:1;
  }
}

@media (min-width: 1300px)
{
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl
  {
    max-width:1270px;
  }
}


@media (min-width: 1400px)
{
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl
  {
    max-width:1320px;
  }

  .footerUsefulLinks a
  {
    font-size:initial;
    display:inline-block;
    width:33.33%;
    margin-bottom:20px;
  }
}


@media (min-width: 1600px)
{
  
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl
  {
    max-width:1420px;
  }

}


@media (min-width: 1900px)
{
  /*
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl
  {
    max-width:1670px;
  }
  */
}


.overlay
{
  width:100%;
  height:100%;
  position:fixed;
  top:0px;
  left:0px;

  padding-top:15px;
  padding-bottom:15px;
  
  z-index:5;
  
  visibility:visible;
  
  transition:all 0.5s ease 0s;

  overflow-y:auto;
  backdrop-filter:blur(2px);
  -webkit-backdrop-filter:blur(2px);
}
.overlayHide
{
  visibility:hidden;
  
  opacity:0.0;
  filter:alpha(opacity=0); /* For IE8 and earlier */
}


.overlayClose
{
  width:25px;
  display:inline-block;
}
#overlaySearch .overlayClose
{
 position: absolute;
    top: 40px;
    right: 40px;
}


body > header
{
  width:100%;
  position:-webkit-sticky;
  position:sticky;
  top:0px;
  z-index:3;

  background-color:white;
  background-color:rgb(253, 253, 253); /*Just off white*/
  box-shadow: 0px 2px 4px rgba(222, 222, 222, 0.30);
}

.header
{
  /*transition:all 450ms ease-in-out;*/
  transition:all 525ms linear;

  padding-top:9px;
  padding-bottom:9px;
  padding-left:5px;
  padding-right:5px;
}

.logo #logoMobile
{
  height:42px;
}

.logos
{
  position:relative;
  display:inline-block;
}

.logos img:nth-child(1)
{
display: none;
}
.logos img:nth-child(2)
{
  position:static !important;
  z-index:1;
  top:0px;
  left:0px;
  opacity: 1 !important;
  transition:all 0.4s linear;
}


.navMobile
{
  display:none;
}
.navMobile ul.navigation
{
  text-align:center;
  list-style:none;
  padding:0px;
  margin:0px;
}
.navMobile ul.navigation > li
{
  display:block;
  font-family:'Raleway';
  font-weight:500;
  font-style:normal;
  font-size:22px;
  color:#525253;
  margin-left:0px;
  margin-right:0px;
  margin-top:11px;
  margin-bottom:11px;
  padding-left:0px;

  text-align:center;
}
.navMobile ul.navigation > li::before
{
  content:none;
}
.navMobile ul.navigation > li:hover > a,
.navMobile ul.navigation > li a.active
{
  color:#DB193F;
}

.navMobile ul.navigation > li a .fa-chevron-down
{
  position:absolute;
  right:20px;
	top:20px;
}


.navMobile .navSecondaryHolder
{
  display:none;
}
.navMobile .navSecondaryHolderOpen
{
  display:block;
  position:static;
  transform:none;
  z-index:4;
}
/*
.navMobile .arrowMenuUp
{

}
*/
.navMobile .navSecondary
{
  list-style:none;
  padding:0px;
  margin:0px;

  padding-top:14px;
  padding-bottom:14px;

  background-color:transparent;
  color:#525253;

  box-shadow:none;
  border-radius:0px;
  border-bottom:1px solid #DEDEDE; 
}

.navMobile .navSecondary li
{
  padding-top:5px;
  padding-bottom:5px;
  padding-left:0px;
  padding-right:0px;
  margin-bottom:0px;
  font-size:19px;
  text-align:center;

  display:block;
  position:relative;
}
.navMobile .navSecondary li::before
{
  content:none;
}
.navMobile .navSecondary li a
{
  display:block;
}
.navMobile .navSecondary > li > a
{
  padding-right:0px;
}
.navMobile .navSecondary > li > a .fa-chevron-down
{
  position:absolute;
  right:20px;
  top:12px;
}
.navMobile .navSecondary > li:hover > a
{
  color:#DB193F;
}


.navMobile .navTertiaryHolder
{
  display:none;
}
.navMobile .navTertiaryHolderOpen
{
  display:block;
  position:static;
  left:0px;
  top:0px;
  z-index:4;
  min-width:180px;
}

.navMobile .navTertiary
{
  padding:0px;
  margin:0px;
  background-color:transparent;
  border-left:0px;
  box-shadow:none;
  border-radius:0px;
}

.navMobile .navTertiary li
{
  font-size:17px;
  padding-top:2px;
  padding-bottom:2px;
}

.navMobile .navTertiary a:hover
{
  color:#DB193F;
}





.navTabletDesktop
{
  display:inline-block;

  /*Due to the "Innovative Technogy" line in the logo, the text 'looks' hight than it should*/
  position:relative;
  top:1px;
}
.navTabletDesktop ul.navigation
{
  text-align:left;
  list-style:none;
  padding:0px;
  margin:0px;
}

.navTabletDesktop ul.navigation > li
{
  display:inline-block;
  font-family:'Raleway';
  font-weight:500;
  font-style:normal;
  font-size:18px;
  color:#525253;
  margin-left:20px;
  margin-right:20px;
  margin-top:3px;
  margin-bottom:3px;
  padding-left:0px;

  text-align:center;
}
.navTabletDesktop ul.navigation > li::before
{
  content:none;
}
.navTabletDesktop ul.navigation > li:hover > a,
.navTabletDesktop ul.navigation > li a.active
{
  color:#DB193F;
}


.navTabletDesktop .navSecondaryHolder
{
  display:none;
  padding-top:3px;
}
.navTabletDesktop .navSecondaryHolderOpen
{
  display:block;
  position:absolute;
  transform:translate(-20px);
  z-index:4;
}

.navTabletDesktop .arrowMenuUp
{
  display:block;
  height:10px;

  margin-left:12px;
  vertical-align:bottom;
}

.navTabletDesktop .navSecondary
{
  list-style:none;
  padding:0px;
  margin:0px;

  padding-top:15px;
  padding-bottom:15px;

  background-color:white;
  color:#525253;

  box-shadow:10px 10px 50px -20px rgba(0, 0, 0, 0.25);
  border-radius:1px 1px 1px 1px;
}

.navTabletDesktop .navSecondary li
{
  padding-top:8px;
  padding-bottom:8px;
  padding-left:20px;
  padding-right:20px;
  margin-bottom:0px;
  font-size:16px;
  text-align:left;

  display:block;
  position:relative;
}
.navTabletDesktop .navSecondary li::before
{
  content:none;
}
.navTabletDesktop .navSecondary li a
{
  display:block;
}
.navTabletDesktop .navSecondary > li > a
{
  padding-right:25px;
}
.navTabletDesktop .navSecondary > li > a .fa-chevron-right
{
  position:absolute;
  right:20px;
  top:calc(50% - 8px);
}
.navTabletDesktop .navSecondary > li:hover > a
{
  color:#DB193F;
}


.navTabletDesktop .navTertiaryHolder
{
  display:none;
}
.navTabletDesktop .navTertiaryHolderOpen
{
  display:block;
  position:absolute;
  left:100%;
  top:0px;
  z-index:4;
  min-width:180px;
}

.navTabletDesktop .navTertiary
{
  padding:0px;
  margin:0px;
  background-color:white;
  border-left:2px solid #DEDEDE;
  box-shadow:10px 10px 50px -20px rgba(0, 0, 0, 0.25);
  border-radius:1px 1px 1px 1px;
}

.navTabletDesktop .navTertiary a:hover
{
  color:#DB193F;
}


.icons
{
  height:100%;
  text-align:right;
}

.icons a:hover,
.icons .fal:hover
{
  color:#DB193F!important;
}

.notificationBadgeHolder
{
  position:relative;
}
.notificationBadge
{
  position:absolute;
  top:-12px;
  left:20px;
  font-size:12px;
  line-height:12px;
  color:#FFFFFF;
  background-color:#DB193F;
  border-radius:12px;
  padding:2px 6px;
}

.flags
{
  display:inline-block;
  padding-left:30px;
}
.flags > div
{
  display:inline;
}

.wpml-ls-legacy-dropdown-click a
{
  /*border-color:transparent!important;*/
}

.anchorLinks
{
  width:100%;
  position:fixed;
  z-index:2;
  
  padding-top:10px;
  padding-bottom:10px;


  background-color:white;
  background-color:rgba(254, 254, 254, 0.98); /*Just off white*/
  text-align:center;
}

.productStock
{
  padding-left:10px;
  text-align:left;
}
.productStock::before
{
  content:"";
  display:inline-block;
  height:55px;
  width:10px;
  background-color:#DB193F;
  position:absolute;
  left:0px;
}

.stockCircle
{
  width:10px;
  height:10px;
  border-radius:50%;
  display:inline-block;
  vertical-align:middle;

  margin-right:10px;
  position:relative;
  top:-1px;
}
.stockIn
{
  background-color:#86E583;
}
.stockOut
{
  background-color:#DB193F;
}


.progressLabels
{
  background-repeat:no-repeat;
  background-size:100% auto;
  background-position:center center;
}

.progressBar33
{
  background-image:url("images/progressBar33.svg");
}
.progressBar66
{
  background-image:url("images/progressBar66.svg");
}
.progressBar100
{
  background-image:url("images/progressBar100.svg");
}

.progressLabels .col
{
  text-align:center;
}

.progressLabels a
{
  display:block;
  padding-top:45%;
}


.menu-toggle
{
  margin-left:auto;
  margin-right:auto;

  height:28px;
  width:28px;
  /*background-color:red;*/
  
  transition:all 250ms ease-in-out;
}
.menu-toggle:hover
{
  cursor:pointer;
  transform:scale(1.04);
}

.menu-toggle-active
{
  transform:rotate(45deg);
  border-radius:50%;
}
.menu-toggle-active:hover
{
  transform:rotate(45deg);
}
.menu-toggle-active .hamburger
{
  width:0px;
  background-color:#525253!important;
}
.menu-toggle-active .hamburger::before {
  transform:translate(0px, 0px) rotate(-90deg);
  background-color:#525253!important;
}
.menu-toggle-active .hamburger::after
{
  transform:translate(0px, -2px);
  background-color:#525253!important;

  width:28px;
}

.hamburger
{
  margin-left:0px;
  margin-top:10px;
  height:2px;
  width:28px;
  border-radius:1px;
  background-color:#525253;
  transition:all 250ms ease-in-out;
}
.hamburger::before
{
  content:'';
  display:block;
  height:2px;
  width:28px;
  border-radius:1px;
  background-color:#525253;
  transition:all 250ms ease-in-out;
}
.hamburger::after
{
  content:'';
  display:block;
  height:2px;
  width:28px;
  border-radius:1px;
  background-color:#525253;
  transition:all 250ms ease-in-out;
}

.hamburger
{
  transform:translateY(13px);
}
.hamburger::before
{
  transform:translateY(-10px);
}
.hamburger::after
{
  transform:translateY(8px);
}


.notificationBar
{
  text-align:center;
  padding-top:12px;
  padding-bottom:12px;
}

.notificationBar p:last-child
{
  padding-bottom:0px;
}

.notificationBarFooter
{
  text-align:center;
  padding-top:12px;
  padding-bottom:12px;

  position:fixed;
  bottom:0px;
  z-index:2;
  width:100%;
}

.notificationBarFooter p:last-child
{
  padding-bottom:0px;
}


.borderAnimated
{ 
  padding-left:15px;
  padding-right:15px;

  padding-top:30px;
  padding-bottom:15px;

  box-shadow:inset 0 0 0 3px #909090;
  
  position:relative;

  height:calc(100% - 15px);
  margin-bottom:15px;
}

.borderAnimated::before,
.borderAnimated::after
{
  box-sizing:inherit;
  content:'';
  position:absolute;

  pointer-events:none;

  border:3px solid transparent;
  width:0px;
  height:0px;
}
.borderAnimated::before
{
  top:0px;
  left:0px;
}
.borderAnimated::after 
{
  top:0px;
  left:0px;
}

.borderAnimated:hover::before,
.borderAnimated:hover::after
{
  width:100%;
  height:100%;
}
.borderAnimated:hover::before 
{
  border-top-color:#DB193F;
  border-left-color:#DB193F;
  transition: 
    width 0.25s ease-out, 
    height 0.25s ease-out;
}
.borderAnimated:hover::after
{
  border-bottom-color:#DB193F;
  border-right-color:#DB193F;
  transition:
    border-color 0.25s ease-out 0.25s
}


@media (min-width: 1025px)
{
  .borderAnimated
  {
    padding-top:75px;
    padding-bottom:50px;

    display:flex;
    align-items:flex-start;
  }
  .borderAnimated:hover h3
  {
    color:#DB193F;
  }
  .borderAnimated .buttonHider
  {
    opacity:0.0;
    height:0px;
    overflow:hidden;

    transition:height 0.2s linear, opacity 0.2s linear 0.1s;
  }
  .borderAnimated:hover .buttonHider
  {
    opacity:1.0;
    height:50px;
  }

  .borderAnimated table
  {
    transition:all 0.2s linear;
  }
  .borderAnimated:hover table
  {
    margin-top:-50px;
  }
}




.boxRounded
{
  border:1px solid #DEDEDE;
  border-radius:5px 5px 5px 5px;
  padding:20px;
  margin-bottom:30px;
}
.boxShadow
{
  box-shadow:0px 3px 6px rgba(0, 0, 0, 0.16);
}

.ctaPopupHolder
{
  position:relative;
  overflow:hidden;
}

.ctaPopupOverlay
{
  background-color:rgba(219, 25, 63, 1.0);
  color:white!important;
  text-align:center;
  
  
  width:75%;
  height:40px;
  padding-top:5px;
  padding-bottom:5px;

  margin-left:auto;
  margin-right:auto;

  transition:background-color 0.5s, height 0.4s, width 0.25s;

  position:absolute;
  bottom:0px;
  left:0%;
  right:0%;
  z-index:1;

  /*
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  */
}
.ctaPopupOverlay h5
{
  font-weight:500;
  color:white!important;
  margin-bottom:10px;
}

.ctaPopupHolder:hover .ctaPopupOverlay
{
  background-color:rgba(219, 25, 63, 0.75);
  width:100%;
  height:100%;
  padding-left:7%;
  padding-right:7%;
}

.ctaPopupOverlay a
{
  display:block;
  height:100%;
}
.ctaPopupHolder:hover .ctaPopupOverlay a
{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}






.productTile
{
  border:1px solid #DEDEDE;
  border-radius:5px 5px 5px 5px;

  position:relative;
  overflow:hidden;

  height:0px;
  padding-bottom:100%;
  margin-bottom:10px;
}

.productTile img
{
  width:100%;
}

.productTileOverlay
{
  color:white!important;
  text-align:center;
  
  width:100%;
  height:100%;
  padding-top:5px;
  padding-bottom:5px;
  transition:background-color 0.5s, height 0.4s, width 0.25s;

  position:absolute;
  bottom:0px;
  left:0%;
  right:0%;
  z-index:1;

  /*
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  */
}

.productTile:hover .productTileOverlay
{
  background-color:rgba(219, 25, 63, 0.75);

  padding-left:7%;
  padding-right:7%;
}

.productTile a
{
  display:block;
  height:100%;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.productTile .buttonBorder
{
  opacity:0.0;
  border:1px solid white;
  color:white;
  margin-bottom:0px;
  position:relative;
  top:100px;
}
.productTile:hover .buttonBorder
{
  opacity:1.0;
  border:1px solid white;
  color:white; 
  top:0px;
}


.woocommerce ul.products li.product a img:hover
{  
  background-color:rgb(219, 25, 63);
  opacity:0.85;
  box-shadow:0px 0px 0px 5px rgba(219, 25, 63, 0.9);
}

.woocommerce ul.products li.product a img
{
  border:1px solid #DEDEDE;
  border-radius:5px 5px 5px 5px;
  margin-bottom:10px!important;
}
h2.woocommerce-loop-category__title,
h2.woocommerce-loop-product__title
{
  font-family:'Raleway';
  font-weight:500;
  font-style:normal;
  font-size:19px!important;

  margin-bottom:20px!important;
}
h2.woocommerce-loop-category__title .count
{
  display:none;
}

.woocommerce ul.products li.product .button
{
  display:none;
}


.pagination
{
  margin-bottom:75px;
	
}
.page-numbers
{
  display:inline-block;
  width:30px;
  height:30px;
  border-radius:50%;
  border:1px solid #DEDEDE;

  font-size:14px;
  line-height:30px;
  text-align:center;

  margin-left:3px;
  margin-right:3px;
  margin-bottom:10px;
}

.page-numbers *
{

}

.page-numbers.current
{
  font-weight:bold;
  color:#1A1A1A;
}

.footer
{
  padding-bottom:30px;
  color:#525253;

  position:relative;
  z-index:1;
  background-color:white;
}




table.searchHolder
{
  width:100%;
  border-bottom:2px solid white;
}
input.search
{
  width:100%;
  height:40px;
  
  padding-left:0px;
  padding-right:5px;
  padding-top:0px;
  padding-bottom:0px;

  border:0px;

  font-family:'Raleway';
  font-weight:400;
  font-style:normal;
  font-size:16px;
  color:white;

  margin-top:0px;
  margin-bottom:0px;

  -webkit-appearance:none;

  background-color:transparent;
}

.searchIconHolder
{

}

input.text,
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="email"]
{ 
  width:100%;
  height:50px!important;
  
  padding-left:25px!important;
  padding-right:25px!important;
  padding-top:1px!important;
  padding-bottom:0px!important;
  
  border:1px solid #DEDEDE;
  
  font-family:'Raleway';
  font-weight:400;
  font-style:normal;
  font-size:16px!important;
  color:#525253!important;
  
  margin-top:0px;
  margin-bottom:10px;
  
  -webkit-appearance:none;
  border-radius:25px 25px 25px 25px!important;
}

.inputSearch
{
  position:relative;
}

.inputSearch:before
{
  font-family:'Raleway';
  content:"\f002";
  
  position:absolute;
  right:25px;
  top:15px;
}

.inputSearch input.text
{
  padding-right:50px!important;
  margin-bottom:0px;
}


input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"]
{
  cursor:pointer;
  display:inline-block;

  padding-left:25px!important;
  padding-right:25px!important;
  
  max-width:100%;
  height:50px;

  border:1px solid #525253;
  background-color:white;
  color:#525253!important;
  
  font-family:'Raleway';
  font-weight:400;
  font-style:normal;
  font-size:16px!important;
  text-align:center;
  
  margin-bottom:10px;
  
  -webkit-appearance:none;
  border-radius:25px 25px 25px 25px;
}

select,
div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select
{
  width:100%;
  height:50px;
  
  padding-left:25px!important;
  padding-right:45px!important;
  
  border:1px solid #DEDEDE;
  background-color:white; /*iPhone's*/

  font-family:'Raleway';
  font-weight:400;
  font-style:normal;
  font-size:16px;
  color:#525253;
  
  margin-top:0px;
  margin-bottom:10px;

  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
  border-radius:25px 25px 25px 25px;
  
  background-image:url("images/arrow-select.svg");
  background-repeat:no-repeat;
  background-position:calc(100% - 15px - 2px) center;
  background-size:25px 25px;

  cursor:s-resize;
}

.selectFilter
{
  width:100%;
  min-height:50px;
  /*
  padding-top:12px;
  padding-bottom:12px;
  
  padding-left:25px!important;
  padding-right:25px!important;
  */

  border:1px solid #DEDEDE;
  background-color:white; /*iPhone's*/

  font-family:'Raleway';
  font-weight:400;
  font-style:normal;
  font-size:16px;
  color:#525253;
  
  margin-top:0px;
  margin-bottom:10px;

  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
  border-radius:25px 25px 25px 25px;

  position:relative;
}
.selectFilter:hover
{
  background-color:#FAFAFA;
}

.bgGreyWhite .selectFilter:hover
{
  background-color:white;
}

/*
.selectFilter:focus
{
  background-color:white;
}
*/

.selectFilter > a
{
  display:block;
  width:calc(100% - 50px);
  overflow:hidden;
  white-space:nowrap;

  padding-top:12px;
  padding-bottom:12px;
  
  padding-left:25px;
  padding-right:25px;
}

.selectFilter .selectFilterIcon
{
  transition:all 0.4s;
  position:absolute;
  top:13px;
  right:18px;
}

.rotated180
{
  transform:rotate(180deg);
  transform-origin:center center;
}

.selectFilters
{
  /*padding-top:20px;*/
  padding-top:8px;
  padding-left:25px;
  padding-right:25px;
  display:none;
}
.selectFilters > div
{
  margin-top:0px;
  margin-bottom:12px;
}
.selectFilters input[type='checkbox']
{
  float:right;
  position:relative;
  top:5px;
}


textarea, /*must be commented out for editor-style.css*/
div.wpforms-container-full .wpforms-form textarea
{
  border:1px solid #DEDEDE;
  
  width:100%;
  min-height:170px;
  resize:none;

  padding-top:15px!important;
  padding-bottom:15px!important;
  padding-left:25px!important;
  padding-right:25px!important;

  font-family:'Raleway';
  font-weight:400;
  font-style:normal;
  font-size:16px!important;
  color:#525253!important;

  margin-top:0px!important;
  margin-bottom:10px!important;

  -webkit-appearance:none;
  border-radius:25px 25px 25px 25px!important;
}



/*to override WPForms*/
.wpforms-title
{
  font-family:'Raleway';
  font-weight:700;
  font-style:normal;
  font-size:24px!important;

  margin-bottom:25px!important;
    
  color:#DB193F;

  text-align:center;
}

.wpforms-form .wpforms-field
{
  padding-top:0px!important;
  padding-bottom:0px!important;
}

.wpforms-form .wpforms-field input,
.wpforms-form .wpforms-field select
{
  max-width:none!important;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container
{
  padding-top:0px!important;
}

div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"]
{
  background-color:#FFFFFF!important;
  border:1px solid #525253!important;
}

div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
div.wpforms-container-full .wpforms-form input[type="submit"]:active,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
div.wpforms-container-full .wpforms-form button[type="submit"]:active
{
  background-color:#FFFFFF!important;
  border:1px solid #525253!important;
}

div.wpforms-container-full .wpforms-form input[type="checkbox"]
{
  /*margin-bottom:15px!important;*/
}
div.wpforms-container-full .wpforms-form .wpforms-field-gdpr-checkbox
{
  margin-bottom:20px!important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-gdpr-checkbox label
{
  font-size:80%!important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error
{
  /*display:none;*/
  margin-bottom:15px;
}

div.wpforms-container-full .wpforms-form textarea:focus
{
  border:1px solid #525253;
}

.wpforms-form ul li::before
{
  content:none;
}

.wpforms-confirmation-container-full
{
  background-color:#FAFAFA!important;
  border:0px!important;
}
.wpforms-confirmation-container-full p:last-child
{
  padding-bottom:0px;
}

.woocommerce-message .button
{
  color:inherit;
}
.woocommerce-message .button:hover
{
  color:#DB193F;
}

.woocommerce .quantity .qty
{
  width:auto!important;
}


/* The custom-checkbox */
.custom-checkbox 
{
  display:block;
  position:relative;

  margin-bottom:0px;
  cursor:pointer;
  
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;

  font-weight:normal;

  padding-top:5px;
  padding-bottom:25px;

  padding-left:45px;
  padding-right:0px;
}

/* Hide the browser's default checkbox */
.custom-checkbox input 
{
  position:absolute;
  opacity:0;
  cursor:pointer;
}

/* Create a custom checkbox */
.checkmark 
{
  position:absolute;
  top:0px;
  left:0px;
  height:30px;
  width:30px;
  background-color:white;

  border:1px white #CCCCCC;
  border-radius:0px 0px 0px 0px;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark 
{
  /*background-color:#EEEEEE;*/
}

/* When the checkbox is checked, add a teal background */
.custom-checkbox input:checked ~ .checkmark 
{
  background-color:white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after 
{
  content:"";
  position:absolute;
  display:none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after 
{
  display:block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left:10px;
  top:5px;
  width:8px;
  height:15px;
  border:solid #002C56;
  border-width:0px 3px 3px 0px;
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
}

button
{
  border:0px;
}

.button
{
  display:inline-block;

  padding-top:15px;
  padding-bottom:15px;

  padding-left:25px;
  padding-right:25px;

  margin-left:2px;
  margin-right:2px;
  margin-bottom:15px;
  
  font-family:'Raleway';
  font-weight:700;
  font-style:normal;
  font-size:16px;
    line-height:20px;
  color:white;

  border-radius:25px 25px 25px 25px;

  transition:all 0.3s;
}

.button:hover
{
  color:white;
}


.buttonBorder
{
 
 color:#000
	background:#fff;
}
.buttonBorder:hover
{
  border:1px solid #DB193F;
  color:#fff; 
}



.buttonAnchor
{
  display:inline-block;

  padding-top:10px;
  padding-bottom:10px;

  padding-left:30px;
  padding-right:30px;

  margin-left:8px;
  margin-right:8px;
  margin-top:8px;
  margin-bottom:8px;
  
  font-family:'Raleway';
  font-weight:500;
  font-style:normal;
  font-size:18px;
    line-height:20px;
  color:white;

  border-radius:20px 20px 20px 20px;

  transition:all 0.3s;

  background-color:transparent;
  color:#525253;
}

@media (max-width: 1600px) {
    .buttonAnchor
    {
        padding-left:10px;
        padding-right:10px;
    }
}

@media (max-width: 1300px) {
    .buttonAnchor
    {
        padding-left:4px;
        padding-right:4px;
        margin-top:0;
        margin-bottom:0;
        font-size:16px;
    }
}

.buttonAnchor:hover
{
  background-color:#FAFAFA;
  color:#525253;
}
.buttonAnchor.active
{
  background-color:transparent;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
}





.buttonSocial
{
  display:inline-block;
  height:32px;
  width:32px;
  border-radius:50%;
  overflow:hidden;
  text-align:center;
  font-size:18px;
  line-height:32px;
  color:white!important;
  margin-left:8px;
  margin-right:8px;

  transition:all 0.3s;
}
.buttonSocial:hover
{
  background-color:#525253;
  color:white;
}



.panelBg
{
  height:100%;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}
/* 2/7/2024 */

.ytub-main-section {
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}

.ytub-main-section {
  overflow: auto;
  white-space: nowrap;
}

.ytub-subsec{
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  min-width: 30% !important;
}

body.page-id-73 .ytub-main-section.is-layout-flex {
  display: flex;
  overflow: hidden;
  overflow-x: scroll;
}

.contact-left-section {
  padding-top: 0 !important;
}

#sectioncontact-heading-section h1{
   padding-top: 59px !important;
}
.flag-grid-main {
  width: 100%;
  margin: 0 auto;
  max-width: 60%;
  padding-bottom: 20px;
}

.bgGreyWhite {
  background-color:#Fff;
  color:#fff;
  margin-top: 25%;
}
.page-id-79.custom-right-section, .custom-inner-links {
  background: #fff !important;
}
.custom-right-section, .custom-inner-links {
  background: #fff !important;
}
.custom-right-section .bgGreyWhite{
 background: #415A67 !important;
}

 #sectioncontact-heading-section::before{
	height: 156px !important;
}

.lcn-head {
  padding-left: 0 !important;
  font-weight: bold !important;
  font-size: 25px !important;
  margin-top: 40px !important;
  margin-bottom: -30px;
}

.loc-sec .contact-inner-left {
  height: 250px;
}
/* end */



/*
* - slick slider -
*/
.slick-dots
{
  bottom:-50px!important;
  left:0px!important;
}

.slick-dots li
{
  margin-left:1px!important;
  margin-right:1px!important;
}
.slick-dots li::before
{
  content:none;
}
.slick-dots li button::before 
{
  font-size:18px!important;
  /*color:white!important;*/
  color:#97C1EB!important;
}



/*
  Remove ugly default square blue outlines on Firefox and Chrome.
  Remove ugly default square black outline on Microsoft Edge (Chromium).
  Safari's is rounded
*/
/*Any Firefox*/
@-moz-document url-prefix() 
{
  input:focus,
  select:focus,
  textarea:focus,
  button:focus 
  {
    outline:none;
  }
}
/*Chrome 29+*/
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm)
{
  input:focus,
  select:focus,
  textarea:focus,
  button:focus 
  {
    outline:none;
  }
} 



.greyWhite
{
  color:#FAFAFA;
}
.greyLight
{
  color:#DEDEDE ;
}
.greyMid
{
  color:#909090 ;
}
.greyDark
{
  color:#525253;
}
.black
{
  color:#1A1A1A ;
}
.red
{
  color:#DB193F;
}
.white
{
  color:white;
}


/* .bgGreyWhite
{
  background-color:#FAFAFA;
  color:#525253;
} */
.bgGreyLight
{
  background-color:#DEDEDE;
}
.bgGreyMid
{
  background-color:#909090;
  color:white;
}
.bgGreyMid h1,
.bgGreyMid h2,
.bgGreyMid h3,
.bgGreyMid h4,
.bgGreyMid h5,
.bgGreyMid h6
{
  color:white;
}
.bgGreyDark
{
  background-color:#525253;
  color:white;
}
.bgGreyDark h1,
.bgGreyDark h2,
.bgGreyDark h3,
.bgGreyDark h4,
.bgGreyDark h5,
.bgGreyDark h6
{
  color:white;
}
.bgBlack
{
  background-color:#1A1A1A;
  color:white;
}
.bgBlack h1,
.bgBlack h2,
.bgBlack h3,
.bgBlack h4,
.bgBlack h5,
.bgBlack h6
{
  color:white;
}

.bgRed
{
  background-color:#DB193F;
  color:white!important;
}
.bgRed h1,
.bgRed h2,
.bgRed h3,
.bgRed h4,
.bgRed h5,
.bgRed h6
{
  color:white;
}

.bgWhite
{
  background-color:white;
}


.bgGreyDarkAlpha
{
  background-color:rgba(82, 82, 83, 0.95);
  color:white;
}


.dividerGreyLight
{
  margin-top:20px;
  margin-bottom:20px;
  border-top:1px solid #DEDEDE;
}


img.center
{
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.center
{
  text-align:center;
}


.no-gutter > [class*='col']
{
  padding-left:0;
  padding-right:0;
}

.no-padding
{
  padding:0!important;
}

.padding15
{
  padding:15px;
}
.padding30
{
  padding:30px;
}
.padding45
{
  padding:45px;
}

.padding10Percent
{
  padding:10%;
}

.paddingLeftRigth5Percent
{
  padding-left:5%;
  padding-right:5%;
}


iframe
{
  width:100%;
  margin-bottom:30px;
}

.fancybox-skin
{
  background-color:#D3D5D6!important;
  color:inherit!important;
}


.owl-carousel .owl-nav
{
  margin-top:0px!important;
  font-size:40px;
}
.owl-carousel .owl-prev
{
  position:absolute;
  left:-30px;
  top:50%;
}
.owl-carousel .owl-next
{
  position:absolute;
  right:-30px;
  top:50%;
}
.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover
{
  background-color:transparent!important;
  color:initial!important;
}

.owl-carousel-banner .owl-dots
{
  position:absolute;
  left:0px;
  right:0px;
  bottom:10px;
}

.owl-carousel .owl-dot.active span
{
  background-color:#DB193F!important;
}


.owl-carousel-logos .owl-stage-outer
{
  padding-left:2px;
}
.owl-carousel-logos .owl-stage
{
  display:flex;
  align-items:center;
}


.mCustomScrollbar-bar
{
  margin-bottom:10px;
}


.fancybox-skin
{
  background-color:#FAFAFA!important;
  color:inherit!important;
}


#products-grid-holder
{
  position:relative;
}

.loading
{
  position:absolute;
  top:50px;
  left:0px;
  right:0px;
  z-index:1; 
}



.wc-proceed-to-checkout a
{
  display:inline-block !important;
  padding:20px 50px !important;

  border:0!important;
  border-radius:0px !important;
  box-sizing:border-box !important;
  background: #DB193F !important;
  background:linear-gradient(to right, #F5425D, #DB193F)!important;
  color:white!important;
  text-decoration:none !important;
}

#place_order
{
  background:#DB193F!important;
  background:linear-gradient(to right, #F5425D, #DB193F)!important;
}


.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2
{
  max-width:none; /*avoid conflict with bootstrap*/
}

.woocommerce form .form-row
{
  margin-bottom:15px !important;
}

.woocommerce form .form-row label
{
  width:100%;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input
{
  width:100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea
{
  line-height:150%!important;
}

.woocommerce fieldset
{
  border:1px solid silver;
  margin:0 2px;
  padding:.35em .625em .75em;
}
.woocommerce fieldset legend
{
  display:inline;
  width:auto;
  margin-bottom:0rem;
  font-size:1.0rem;
}

.woocommerce-input-wrapper
{
  width:100%;
}


.woocommerce-MyAccount-navigation ul
{
  margin:0px;
  padding:0px;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link
{
  list-style:none !important;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a
{
  border:1px solid #CCCCCC!important;
  text-decoration:none!important;
  color:#525253!important;
  padding:15px 0px;
  display:block;
  text-align:center;
  list-style:none !important;
  margin-bottom:10px;
  transition:all 0.1s ease-in-out 0s; 
}
.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover a
{
  border:0;
  box-sizing:border-box;
  background:#DB193F;
  background:linear-gradient(to right, #F5425D, #DB193F);
  color:white!important;
}
.woocommerce-MyAccount-navigation-link--downloads
{
  display:none!important;
}

.woocommerce-LostPassword a,
.woocommerce-MyAccount-content a
{
  text-decoration:underline;
	color:#cf2e2e;
}

.defaultSupportThumbnail{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  font-size: 90px;
}

/*mimic editor styles*/
.wp-block-table
{
  margin-left:15px!important;
  margin-right:15px!important;
}

@media (min-width: 1200px)
{
  .wp-block-table
  {
    max-width:1170px;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}
@media (min-width: 1300px)
{
  .wp-block-table
  {
    max-width:1270px;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}
@media (min-width: 1400px)
{
  .wp-block-table
  {
    max-width:1320px;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}
@media (min-width: 1600px)
{
  .wp-block-table
  {
    max-width:1420px;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}

.wp-block-table td,
.wp-block-table th
{
  border:1px solid #909090!important;
}

.woocommerce-pagination .page-numbers{
  width: auto !important;
  height: auto !important;
  border: none !important;
  margin-bottom: 30px !important;
}

.woocommerce-pagination .page-numbers li{
  border-right: none !important;
  margin: 3px !important;
}

.woocommerce-pagination .page-numbers li a,
.woocommerce-pagination .page-numbers li span
{
  font-size: 1.1em !important;
}

/*.page-template-page-product-support .anchorLinks{*/
/*  position: relative;*/
/*}*/
/*.page-template-page-product-support .anchorLinks .buttonAnchor.active{*/
/*  box-shadow: none;*/
/*}*/
.breadcrumbs{
  background: whitesmoke;
  padding: 5px 10px;
  color: #525253;
  font-size: 13px;
}
.breadcrumbs span{
  font-weight: bold;
}
.breadcrumbs a:hover{
  text-decoration: underline;
}
.center-cta{
  text-align: center;
  padding: 35px 0;
  background: #FAFAFA;
}
.center-cta__inner{
  max-width: 50%;
  margin: 0 auto
}
.support-area__sidebar ul.parent{
  padding-left: 0;
}
.support-area__sidebar ul.child{
  margin-top: 15px;
  width: 100%;
  padding-left: 15px;
}
.support-area__sidebar ul.parent > li{
  list-style: none;
  font-family: 'Raleway';
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  color: #525253;
  margin-bottom: 15px;
}
.support-area__sidebar ul.child > li{
  list-style: none;
  font-weight: 400;
  margin-bottom: 15px;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 8px;
}
.support-area__sidebar ul.child > li.active{
  border-bottom: none;
  padding-bottom: 0;
}
.support-area__sidebar li.active > .col-11 a{
  color: #DB193F !important;
}
.support-area__sidebar li.active.current > .col-11 a{
    text-decoration: underline;
}
.support-area__sidebar li.active > .col-1 a{
  transform: rotate(180deg);
}
.support-area__sidebar .toggle-children{
  display: block;
  background: #525253;
  text-align: center;
  color: #fff;
  max-width: 30px;
}
.support-area__content-blocks{
  margin-left: 50px;
	margin-right:50px;
}
.support-area__content-blocks .faqs .selectFilter a{
    width: 100%;
}
.support-area__content-blocks .faqs .selectFilter a img{
    float: right;
}
.support-area__content-blocks .child{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-right: -15px; */
  /* margin-left: -15px; */
  width: 100%;
  padding: 15px;
  background: #f9f9f9;
  margin-top: 15px;
}
.support-area__content-blocks .child .row {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0;
  height: max-content;
}

.support-area__content-blocks .parent{
  font-family: 'Raleway';
  font-weight: 700;
  font-style: normal;
  color: #525253;
  margin-bottom: 15px;
}
.support-area__content-blocks .toggle-children {
  display: block;
  background: #525253;
  text-align: center;
  color: #fff;
  max-width: 30px;
  float: right;
  width: 100%;
}
.support-area__content-blocks .child .parent{
  font-family: 'Raleway';
  font-weight: 400;
  color: #909090;
}
.support-area__content-blocks .child .col-2{
  padding: 0;
}
.row-wrapper{
  border: 1px solid #dedede;
  padding: 18px;
}
.child .row-wrapper{
  border: none;
  padding: 0;
}
.support-area__content-blocks .child .child{
  margin: 0;
}
.support-area__content-blocks .child .child .row{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
}
.support-area__sidebar .col-11 a:hover,
.support-area__content-blocks .parent:hover
{
  text-decoration: underline;
}
.support-area__content-blocks .blocks div.child > li.active{
  border-bottom: none;
  padding-bottom: 0;
}
.support-area__content-blocks .blocks div.active > .col-10 a{
  color: #DB193F !important;
}
.support-area__content-blocks .blocks div.active > .col-2 a{
  transform: rotate(180deg);
}
.single-support .support-area h1{
  font-family: 'Raleway';
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  margin-bottom: 25px;
}
.single-support .support-area h1:before{
  content: none;
}
.single-support .support-area h2{
  font-family: 'Raleway';
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  margin-bottom: 25px;
}
.single-support u{
  text-decoration: none;
}
.single-support img{
  max-width: 100%;
}

.product-accordions h1{
  font-family: 'Raleway';
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  margin-bottom: 25px;
}
.product-accordions h2{
  font-family: 'Raleway';
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 25px;
}
.product-accordions h1:before{
  content: none;
}
.product-accordions u{
  text-decoration: none;
}
.selectFilter a{
  width: 100%;
}
.selectFilter img{
  float: right;
}
.incomplete-profile{
  background: white;
  padding: 20px;
  border-radius: 20px;
  color: #525253;
}
.close-incomplete-profile{
  font-size: 23px;
  cursor: pointer;
}
@media (max-width: 990px)
{
  .support-area__content-blocks {
    margin: 0 10px;
  }
  .support-area__content-blocks .child .row {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-wrapper {
    padding: 10px;
  }
  .center-cta__inner {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
    .editor-styles-wrapper h1::before {
        content: "";
        display: inline-block;
        height: 65px;
        width: 10px;
        background-color: #DB193F;
        position: absolute;
        left: 0px;
		margin: 25px;
    }
}
	