@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital@0;1&family=Roboto+Condensed:ital,wght@0,700;1,700&display=swap');
body{
font-family: 'Roboto Condensed', sans-serif;
padding: 0;
margin: 0;
}
.center {
  text-align: center;
}
.bg-catblack {
  background-color: #191919 !important;
}
.bg-black {
  background-color: #000000 !important;
}
.bg-blacktwo {
  background-color: #1a1a1a !important;
}
.bg-drkgrey {
  background-color: #252525 !important;
}
.bg-ltgrey {
  background-color: #f8f8f8 !important;
}
.catyellow {
  color: #ffcc22 !important;
}
.logo {
  width: auto;
  height: 64px;
}

.supcf {
    position: relative;
    font-size: 45%;
    line-height: 0;
    vertical-align: super;
}

/* table styling */
.tableRowOdd {
  background: #eee;

}

.tableRowOdd, .tableRowEven {
    font-size: 13.5px;
    color: black;
}

.FamilyTbl {
border: 1px solid #ccc !important;
}

@media (max-width: 575.98px) {
.FamilyTbl {
width: 100%
}
}

ul.shipping {
    margin-top: 0;
    margin-bottom: 1rem;
    width: 145px !important;
    padding-left: 10 !important;

}


/* Form */

.mb-2 {
    margin-bottom: 30px !important;
}
.form-signin {
    width: 100%;
    /*max-width: 420px;*/
    margin: auto;
}
label {
    cursor:pointer;
    color: #3f3f3f;
        font-family: 'Noto Sans', sans-serif;
        margin-bottom: 5px;
        font-size: 13px;
  }
  .form-control-catfi {

    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    border-radius: 0;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
-webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:focus, textarea:focus, select:focus{
      outline: none !important;
  }

  input {

    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    color: #3f3f3f;
    padding-bottom: 5px;
  }

 input:hover {
    border: none;
    border-width:0;
    border-bottom: 1px solid #ffcd11;

  }



  select:hover {
     border: none;
     border-width:0;
     border-bottom: 1px solid #ffcd11;

   }

label:focus-within {

}
select {
    text-transform: none;
    font-size: 14px;
    color: #3f3f3f;
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
    padding-bottom: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E')
      !important;
    background-repeat: no-repeat, repeat !important;
    background-position: right .7em top 50%, 0 0 !important;
    background-size: .65em auto, 100% !important;
    border: none;
    border-radius: 0px;
    background-color: #fff;

}

.btn-yellow {
  color: #000 !important;
  background-color: #ffcd11 !important;
  border-color: #ffcd11  !important;

}

.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active, .open>.dropdown-toggle.btn-yellow  {
    color: #FFF !important;
    background-color: #000 !important;
    border-color: #000 !important; /*set the color you want here*/
}
.btn-black {
  color: #fff !important;
  background-color: #000000 !important;
    text-transform: uppercase;
}

.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .open>.dropdown-toggle.btn-black {
    color: #000 !important;
    background-color: #ffcc22 !important;
    border-color: #ffcc22 !important; /*set the color you want here*/
}
.btn-catgrey {
  color: #ffffff !important;
  background-color: #6f6f6f !important;
}
.btn-group-lg > .btn, .btn-lg {
  padding: .3rem 1rem !important;
  font-size: 1.0rem;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.accent-bar {
    width: 40px;
    height: 5px;
    line-height: 1;
    display: block;
    margin: 0 0 22px;
    background-color: #ffcc22
}
.accent-bar-center {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 5px;
    line-height: 1;
    display: block;
    margin: 0 0 22px;
    background-color: #ffcc22
}
p {font-family: 'Noto Sans', sans-serif;}
h1 {
  font-size: 58px !important;
}
h2 {
  font-size: 26px !important;
}
h3 {
  font-size: 26px !important;
}
h1, h2, h3, h4 {
  font-family: 'Roboto Condensed', sans-serif;
}
p {
    font-size: 14px
}
.plg {

font-size: 16px;
}
.psm {
    font-size: 12px;
}
.sup {
    vertical-align: super;
    font-size:16px;
}
.pheader {
    font-size: 18px;
}

.img__container {
  position: relative;
  overflow: hidden;
}
.img__container img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  width: 0;
}
/* header image start */
/* Custom translucent site header
 */
.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}
/*
Header Image Start
 */


.header-ga {
  background:  linear-gradient(to right,#000 15%,rgba(0,0,0,0) 90%), url('https://image.em.cat.com/lib/fe4115707564067e761475/m/1/b5936d48-a371-4969-a612-492a0bc88677.jpg');
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
}
/* header image end */
/*--- navigation bar ---*/

/*--- navigation bar ---*/



.navbar-black {
      align-items: center;
      display: flex;
    position: relative;
background: #000000;
padding: .75rem 0;
}
.nav-link, .navbar-brand {
color: #fff;
cursor: pointer;
margin-right: 2em !important;
margin-left: 0.6em !important;
}
.nav-link   {
margin-right: 1em !important;
font-size: 14px;
line-height: 14px;
text-transform: uppercase;
position: relative;
text-decoration: none;
padding-left: 0 !important;
padding-right: 0 !important;
}
.nav-link:hover {
color: #ffcd11 !important;
}
.nav-link:hover:before  {
content: "";
height: 5px;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
background: #ffcd11;
}
#tab {
font-size: 1.5rem !important;
font-family: 'Roboto Condensed', 'Arial Black', Arial, "sans-serif", helvetica;
}
.navbar-collapse {
justify-content: flex;
}

/*--- navigation bar end ---*/

/*--- sub navigation bar ---*/
.navbar-light{
background: #FFF;
padding: 1.75rem 0;
}
.nav-link-white, .navbar-brand {
color: #000;
cursor: pointer;
margin-right: 2em !important;
margin-left: 0.6em !important;
text-decoration: none !important;
}
.nav-link-white   {
margin-right: 1em !important;
font-size: 14px;
line-height: 14px;
text-transform: uppercase;
position: relative;
text-decoration: none;
padding-left: 0 !important;
padding-right: 0 !important;
}
.nav-link-white:hover {
color: #ffcd11 !important;
}
.nav-link-white:hover:before  {
content: "";
height: 3px;
width: 100%;
position: absolute;
left: 0;
bottom: 5px;
top: 20px;
background: #ffcd11;
}


/*--- sub navigation bar end ---*/
/* Sticky Footer start */
/*.footer {
  position: absolute;
  width: 100%;

  height: 55px;
  line-height: 55px;
  background-color: #f8f8f8;
  bottom: 0;
}*/
/*sticky footer end*/
/* Non-sticky footer */

.footer {
  position: relative;
  width: 100%;
  height: 55px;
  line-height: 55px;
  background-color: #f8f8f8;
    bottom: 0;}

/* Footer Styles */
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #f8f8f8
}
.pfooter {
  font-size: 12px;
  margin-bottom: 0px !important;
}
.pfooter a {
  text-transform: none !important;
  color: #333333 !important;
}
.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}


@media (max-width: 767.98px) {
  .mobileHide {

    display: none !important;
    visibility: hidden !important;
  }
  .pfooter {
    text-align: left !important;
  }
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
  .footer {
    position: relative !important;
  }
    h2 {
  font-size: 30px !important;
}
        h1 {
  font-size: 2.1rem !important;
}
}
@media (max-width: 575.98px) {

  .features {}
  .pfooter {
    text-align: left !important;
  }
  .footer {
    position: relative !important;
  }

.logo {
    position: absolute;
    left: 0 !important;;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: -22px !important; /* 50% of your logo width */
    display: block;
    height: 44px !important;
}

    h2 {
  font-size: 30px !important;
}
    }
