body,
html {
    font-family: 'Titillium Web', sans-serif !important;
    font-weight: 400;
    height: 100%;
}

body {
    /* background: #f5f5f7; */
}

/* SELECTION */
::selection { background: #dfeff2; }
::-moz-selection { background: #dfeff2; }

#page-content {
    flex: 1 0 auto;
}

#notice {
    background: rgba(235,235,235,0.75); 
    color: #000; 
    padding: 14px; 
    font-size: 16px;
    text-align: center;
}
#notice img {
    width: 30px;
    margin-right: 5px;
}

#breadcrumbs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    margin-bottom: 35px;
}
#breadcrumbs li {
    display: flex;
    align-items: center;
    color: #555;
}
#breadcrumbs li + li::before {
    content: "›"; /* or use "/" or "→" for a different style */
    margin: 0 8px;
    color: #999;
}
#breadcrumbs li a {
    text-decoration: none;
    transition: color 0.2s ease;
}


#sticky-footer {
    flex-shrink: none;
    background: #3399cc;
    color: #fff;
    padding: 20px 40px;
}

.container {
    max-width: 1200px;
}

a {
    color: #3399cc;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #3399cc;
}

small {
    line-height: 11px !important;
}

#cart-count {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    color: #FFF;
    border-radius: 50%; 
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}


h1 {
    font-size: 55px;
    line-height: 60px;
    color: #b6b6b6;
}
.h1 {
  font-size: 32px; 
  color: #b6b6b6;
    letter-spacing: 0;
}

h2 {
    font-size: 40px;
    color: #3399cc;
}
.h2 {
    font-size: 26px;
    color: #000;
}
.h2-sml {
   font-size: 22px;
  color: #b6b6b6;
}

h3, .h3 {
    font-size: 25px;
}
.h3-sml {
   font-size: 18px;
    color: #000;
}

small {
    line-height: 11px !important;
}

.nav-link {
    padding-left:  .6rem !important;
    padding-right: .6rem !important;
}

.navbar-collapse {
    margin-top: 10px;
}

.r {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px  !important;
    border-radius: 5px !important;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
    >.col,
    >[class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

/* BUTTONS */
.btn-outline {
    color: #3399cc;
    background-color: none;
    border: 2px solid #3399cc;
    padding: 4px 20px;
    font-size: 17px;
}
.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus,
.btn-outline.active {
    background: #3399cc;
    color: #ffffff;
    border-color: #3399cc;
}

.btn-outline-sml {
    color: #3399cc;
    background-color: none;
    border: 2px solid #3399cc;
    padding: 0 10px;
}

.btn-whitebknd {
    background: #FFF;
}

#home-promos {
    padding: 0 30px;
}

/* CLIENT LOGOS */
#clients {
    text-align: center;
}

#clients ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

#clients ul li {
    list-style: none;
    padding: 0;
    margin: 10px 13px 0 13px;
}

#clients ul li img {
    width: 100%;
    height: auto;
    max-width: 90px;
    filter: grayscale(100%);
    opacity: 0.75;
}
#clients ul li img:hover {
    filter: none; 
    opacity: 1;
}

/* FOOTER */
#cards {
    margin: 0 auto;
    padding: 0;
}
#cards ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 0;
    margin: 0;
}
#cards li {
    list-style: none;
    
    color: #FFF;
    padding: 0;
    margin: 0 10px;
}
#cards li img {
    width: 100%;
    height: auto;
    max-width: 50px;
    /* height: 100%;
    max-height: 35px;
    width: 45px; */
}


#footer-links {
    margin: 0 auto 10px auto;
    padding: 0;
}
#footer-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 0;
    margin: 0;
}
#footer-links ul li {
    list-style: none;
    margin: 0 15px;
}
#footer-links ul li a {
    color: #FFF;
}

.pod {
    display: flex;
    height: 680px;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
    transition-duration: 0.2s;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
    text-align: center;
}
.pod-sml {
    height: 350px !important;
}

/* .pod-navi {
    background-image: url('i/T3D-NAVI.jpg');
} 
.pod1 {
    background-image: url('i/T3D-CT10-MIN.jpg');
}
.pod2 {
    background-image: url('i/T3D-CT10-MAX.jpg');
}*/

.pod .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.pod:hover {
    transform: scale(1.01);
    color: #fff;
    text-decoration: none;
}

.pod .overlay:hover {
    background-color: rgba(0,0,0,0.4); 
}

.pod h2 {
    font-size: 48px;
    color: #FFF;
    text-align: center;
}
.pod h3 {
    text-align: center;
}
.pod:hover .btn {
    color: #FFF;
    background: #3399cc;
}



.form-signin {
    margin: 15px 0 0 0;
    background-color: rgba(235,235,235,0.4);
    padding: 40px !important;
    width: 100%;
    max-width: 100%;
}


.form-label-group {

}
.form-label-group label {
  margin-bottom: 5px;
}
.form-label-group .form-control {
    margin-bottom: 12px;
}

/* RESPONSIVE */
@media only screen and (max-width: 778px) {
    h1 {
        font-size: 38px;
        line-height: 40px;
    }
    h2 {
        font-size: 30px;
        line-height: 35px;
    }
    h3 {
        font-size: 20px;
        line-height: 28px;
    }
    #home-promos {
        padding: 0;
    }
    .pod {
        height: 400px;
    }
    .pod h2 {
       font-size: 35px;
       padding: 0 30px;
    }
    .pod h3 {
        font-size: 20px;
        padding: 0 30px;
     }

}

.form-error {
    border: 1px solid #FF0000;
    background-color: #fff2f2 !important;
    background: #fff2f2 !important;
}

.product-details__product-description ul li {
    margin: 0 !important;
    padding: 0 !important;
}
.product-details__product-title {
    font-size: 32px !important;
}

#mc_embed_signup input.email {
}
#mc_embed_signup .button {
    color: #FFF !important;
    background: #3399cc !important;
}
/* 
.table * {
    padding: 5px;
} */

.sale {
    display: inline-block;
    padding: 1px 14px;
    border: 2px dashed #3399cc;
}

.items a {
    display: block;
    text-decoration: none !important;
}
.items a:hover > .btn {
    background-color: #3399cc;
    color: #FFF;
}

.table-sm * {
    padding-left: 15px !important;
}

.buy-now-btn {
  display: block;
  padding: 10px 28px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  background: linear-gradient(to bottom, #2d79c7 0%, #1f5fa3 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  text-align: center;
}
.buy-now-btn:hover {
  color: #FFF;
  background: linear-gradient(to bottom, #3487dc 0%, #246bb8 100%);
  text-decoration: none;
}

.gallery {

}
.gallery img {
    display: block;
    margin-bottom: 10px;
}