/* your styles go here */

button{
    outline: none !important;
}

body {
    --font-color:rgb(109,111,114);
    --primary-color:rgb(117,159,118);
    --secondary-color:rgb(187,188,190);
    --background-color:rgb(255,255,255);
    --section-color:rgb(224,225,226);
    --icon-size:20px;
    font-family: 'Roboto', sans-serif !important;
}

.hide{
    display: none;
}

.header{
    position: fixed;
    width: 100%;
    max-height: 180px;
    z-index: 9999;
}

.primary{
    color:var(--primary-color);
}

.mainLink{
    text-decoration: none;
    padding: 0px !important;
}
.mainLink:hover{
    background:none !important;
    text-decoration: none;
}

.storeFinderLink{
    padding: 5px 10px;
    margin-left: 5px;
    background: var(--primary-color);
    color: white;
    font-size: 15px;
}
.storeLink{
    margin: 10px;
    display: inline-flex;
    padding:10px 5px;
    cursor: pointer;
    color:var(--font-color);
    font-size: 13px;
}
.stateBar {
    display: inline-block;
    color:var(--font-color);
    padding: 0 8px;
    font-weight: 700;
}


nav.navbar a.nav-link.active, nav.navbar a.nav-link:hover{
    color:var(--primary-color);
}

.owl-dots .owl-dot.active span{
    background: var(--primary-color) !important;
}

.btn-primary, .btn-template{
    background: var(--primary-color);
    border-color: var(--primary-color);
}

a.read-more{
    color: var(--primary-color);
}

.megamenu ul a{
    color: white;
}

.megamenu ul a:hover{
    color: white;
}

.learmore{
    width: fit-content;
    border: solid var(--primary-color) 3px;
    color: var(--primary-color);
    margin: 50px auto;
    font-size: 20px;
    padding: 12px 30px;
    text-align: center;
    letter-spacing: 2px;
}

.tagline{
    margin: 40px;
    color: var(--primary-color);
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 23px;
}

.portalTagText{
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    color: grey;
    letter-spacing: 1px;
}
.homepagelink{
    text-decoration: none !important;
    color: var(--primary-color) !important;
}

.dash{
    width: 15%;
    border-bottom: 5px solid var(--primary-color);
    margin: 0px auto 20px;
}

.colorTile{
    background:var(--bg);
    width:50px;
    height:50px;
    margin-right:5px;
    position: relative;
    display: inline-block;
}

.colorTile:hover .tooltiptext{
    visibility: visible;
}

.colorTile .tooltiptext {
    visibility: hidden;
    min-width: 60px;
    bottom: 110%;
    left: 50%; 
    margin-left: -30px;
    background:var(--bg);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    position: absolute;
    z-index: 1;
  }

  .filterOn{
    background: var(--primary-color);
    padding:5px;
    display: inline-block;
    margin-left: 20px;
    color:white;
    padding:4px 15px;
    border-radius: 15px;
  }


  .Teal-bg{
    background: #1faca9 !important;
  }

  .Navy-bg{
    background: #081736 !important;
  }

  .ElectricBlue-bg{
    background: #0070ba !important;
  }

  .MidBlue-bg{
    background: #6c96cf !important;
  }

  .Red-bg{
    background: #ee3a41 !important;
  }
  .Cherry-bg{
    background: #961e39 !important;
  }

  .Grape-bg{
    background: #552766 !important;
  }

  .Charcoal-bg{
      background: #4e5152 !important;
  }

  .Black-bg{
    background: #231f20 !important;
}

    .White-bg{
        background: #ebebeb !important;
    }


.sidebar ul ul a{
    color:var(--font-color);
}

.sidebar ul ul a:hover{
    color:white;
    background: var(--primary-color);
}

.sidebar li.active > a {
    background:var(--primary-color);
}

.productCardName{
    color:var(--font-color);
    text-transform: uppercase;
}

.productCardName:hover{
    color:var(--primary-color);
}

.product .hover-overlay a.active{
    background: var(--primary-color);
}

.page-item.active .page-link {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.downloadLink{
    text-decoration: none;
    border: 1px solid gray;
    color: gray;
    padding: 10px 50px;
    margin: 10px 0px;
    min-width: 200px;
    text-align: center;
}
.downloadLink:hover{
    color: var(--primary-color);
}

.featuredLink{
    padding: 0px !important;
    color: white !important;
}

.featuredLink:hover{
    background: none !important;
}

.colorDotWrapper{
    display: inline-block; 
    margin-right: 5px;
    padding-bottom: 5px;
}

.circle-left {
    border-bottom-left-radius: 18px;
    border-top-left-radius: 18px;
    height: 18px;
    width: 9px;
    /* background: #9e978e; */
    display: inline-block;
}

.circle-right {
    border-bottom-right-radius: 18px;
    border-top-right-radius: 18px;
    height: 18px;
    width: 9px;
    /* background: #9e978e; */
    display: inline-block;
  }

.colorDot{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px lightgray solid;
}
.ativeDot{
    border-bottom:1px solid var(--primary-color);
}

.more_colors{
    color: gray;
    font-weight: bold;
    font-size: 15px;
}
.toRight{
    display: inline-block;
    float: right;
}

.regionDropDown{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border:none;
    background: none;
    color:gray;
    border-bottom: 1px solid var(--primary-color);
    border-radius: 0px;
    outline: none;
    padding: 4px;
    cursor: pointer;
}

.imageIcon{
    width: 14px;
    margin-right: 10px;
}

.storeFinderNav{
    display:inline-flex;
    margin: 20px;
}

.storeFinderFilter{
    display: inline-block;
    font-size: 17px;
    color:gray;
}

.storeFinderFilter input{
    margin: 0px 10px;
    position: relative;
    top: -3px;
    cursor: pointer;
}

/* --------------------- */
input[type="radio"] {
    -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
    -moz-appearance: checkbox;    /* Firefox */
    -ms-appearance: checkbox;     /* not currently supported */
  }



  /* new style for desktop image slider */
 
.slider-button{
    width: 65px;
    height: 100px;
    cursor: pointer;
    display: flex;
}

.slider-button img{
    width: 90%;
    margin: auto;
}

.slider-button img:hover{
    width: 100%;
    margin: auto;
}

.sizeguide{
    margin-top:30px;
}
.sizeguidetable{
    width: 100%;
    text-align: center;
}
.sizeguidetablebody{
    background: rgb(200,201,203);
}
.sizeguidetableempty{
    background:rgb(219,219,220);
}

.sizeguideheader{
    width: 270px;
}

/* test slider css */
body {
    color: #222;
    font: 18px/20px Helvetica, Arial, sans-serif;
    /* font-family: 'Roboto', sans-serif !important; */
  }
.imagescontainer{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.pirate{
    position: -webkit-sticky;
    position: sticky;
    top: 4rem;
}

  .min_content{
    width: min-content;
  }

  .thumbnailLinks{
        padding:0px !important;
        margin-bottom: 5px;
}

  .thumbnailImages{
      width: 70px;
  }

  #nav {
    list-style: none;
    padding-left:80px;
    padding-top: 4px;
  }
  
  #nav > li {
    margin-bottom: 2px;

  }
  #nav > li > a {
    background: #ededed;
    color: #666;
    display: block;
    font-size: 11px;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
  }
  #nav > li > a:hover {
    background: #dedede;
  }
  #nav > li.current > a {
    /* background: #666; */
    color: #ededed;
    background: white;
    border:2px var(--primary-color) solid;
    box-sizing: border-box;
  }
  #container > div.current {
    /* background: green; */
  }
  #container {
    display: inline-block;
    width: 70%;
    margin-left: auto;
    float: right;
  }
  #container > div.section {
    /* border-bottom: 5px solid #ccc; */
    /* padding: 10px 20px 10px 110px; */
  }
  #container > div.section strong {
      font-weight: bold;
  }
  #container > div.section p:last-child {
    margin-bottom: 0;
  }

  /* footer list */
    .footer-list li a:hover{
        color:var(--primary-color) !important;
    }


  @media (max-width: 992px) {
    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
    .subdomainlogo{
        margin-left:0%;
    }
    .responsive{
        display: none;
    }
  }

  @media (min-width: 992px) {
    .mobile{
        display: none;
    }
    .desktop{
        display: block;
    }
    .subdomainlogo{
        margin-left:42%;
    }
    .responsive{
        display: block;
    }
  }

/* country selector */
.countrySelector{
    margin-top: 5px;
    min-width: fit-content;
}

.countrySelector a:hover{
    background: var(--secondary-color);
    text-decoration: none;
}

.contactus input{
    width: 100%;
    height: 45px;
}

.contactus select {
    width: 100%;
    height: 45px;
}

.nav-link{
    border-bottom: 2px white solid;
}

.nav-link:hover{
    border-bottom: 2px var(--primary-color) solid;
}




.tiles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .tile {
    position: relative;
    float: left;
    width: 33.333%;
    height: 100%;
    overflow: hidden;
  }

  .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
  }

  .txt {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 10%;
    left: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    cursor: default;
  }

  .x {
    font-size: 32px;
    line-height: 32px;
  }
