/* --- Reset --- */
*{
    margin: 0;
    padding: 0;
}

p, a{
    font-size: 1.6rem;
}
h1, h2, h3, h4, h5{

}
h1{
    font-size: 3.4rem;
}
h2{
    font-size:3rem;
}
h3{
    font-size:2.5rem;
}
h4{
    font-size: 2rem;
}
h5{
    font-size: 1.6rem
}
label{
    font-size: 1.2rem;
}
i{
    font-style: normal;
}

/* --- Reusable Elements --- */
.hm-container{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .hm-container{
        width: 750px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .hm-container{
        width: 970px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .hm-container{
        width: 1170px;
    }
}
.underlined-header{
    border-bottom:1px solid black;
    padding:5px 20px;
    width: auto;
    display: inline-block;
}
.discount-block{
    text-align: center;
    margin: 50px 0px 0px;
    background: #E6F7FF;
    padding: 40px 0px;
    display:flex;
}
.button{
    border-radius: 3px;
    padding:8px 16px;
    border:none !important;
    font-size:2rem;
    text-shadow: none;
}
.yellow{
    background:#FCE200;
    color:#000;
}
.yellow:hover{
    background:#FCE200;
    color:#000;
}
.white{
    background:#FFF;
    color:#000;
}
.white:hover{
    background:#FFF;
    color:#000;
}
.success{
    background:#7AB55C;
    color:#FFFFFF !important;
}
.success:hover{
    background:#8FC972;
}
.success-text{
    color:#7AB55C;
}
.white-text{
    color:white;
}
.drop-shadowed{
    box-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}
.text-shadowed{
    text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}
.free-trial-form{
    text-align: center;
}
.sign-up-form{
    margin:10px auto;
    width: auto;
    display: inline-block;
    vertical-align: top;
}
.sign-up-label{
    margin-bottom: 10px;
    display: block;
}
.sign-up-field{
    background:#fff;
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin: 10px 0px;
}
.sign-up-action{
    display: inline-block;
    vertical-align: top;
    margin: 9px 0px;
}
.sign-up-input{
    padding:11px;
    border: none;
}
.form-button{
    padding:10px;
    border:none !important;
    margin: 0;
}
.top-padding-bump{
    padding-top:0px;
}
.marg-md-btm{
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .top-padding-bump{
        padding-top:30px;
    }
}
.white-section{
    margin:50px 0px;
}
/* --- Style Helpers --- */
.text-green{
    color: #7AB55C;
}
.text-bolder{
    font-weight: bold;
    font-size: larger;
}
/* --- Home Page Styles --- */
.home-banner{
    padding: 40px 0px;
}
.home-banner-slogan{
    margin-top: 15%;
}
.brands-block{
    text-align: center;
    background: #E6F7FF;
    clear: both;
    padding: 1px;
}
.brands-block-wrapper{
    margin:40px 0px;
}
.brands-block-box{
    width:32%;
    display: inline-block;
    vertical-align: top;
}
.brands-banner{
    width: 80%;
    margin: auto;
}
.header-underlined{
    border-bottom: 1px solid silver;
    padding:0px 20px;
    display: inline-block;
    margin:10px 0px;
}
.shrink-image{
    width:80%;
    margin:auto;
}
.general-block-content{
    width:50%;
    margin:10px auto;
}
.section-space{
    margin:50px 0px;
}
.section-space-plus{
    margin:150px 0px;
}

.commerce-logos{
    background: none;
    padding:20px 0px;
    margin:60px 0px 0px;
    overflow: hidden;
}
.shipping-banner-content{
    padding:60px 0px;
}
.features-block{
    margin:160px 0px;
    display: block;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}
@keyframes shadow {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}
.floating-box-wrapper{
    margin-top:60px;
}
.float-box{
    width:94%;
    min-width:200px;
}
.float-box-image{
    animation: float 3000ms infinite;
    position: relative;
    z-index: 10;
}
.float-box-shadow{
    animation: shadow 3000ms infinite;
    position: relative;
    z-index: 5;
    margin-top: -50px;
}
.home-icon-block{
    width:80px;
    margin: 0px auto 10px;
}
.home-video-container{
    width: auto;
    margin: auto;
}
.home-video-container iframe{
    width: 100%;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 180px;
}
.platform-link img{
    width:50%;
    margin: auto;
}
@media only screen and (min-width: 768px) {
    .platform-link img{
        width:90%;
        margin: auto;
    }
    .brands-block-box{
        width:19%;
    }
    .home-video-container iframe{
        width: 450px;
        height: 254px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .brands-block-box{
        width:9.5%;
    }
}

/*----------- SlideShow ------------*/
.slide-show-wrapper{
    height: 280px;
}
#prod-slideshow{
    position: relative;
}
#prod-slideshow > div{
    position: absolute;
    top: 0;
    left: 0;
}
.price-slide-wrapper{
    width: 100%;
    display: block;
}
.price-slide-labels{
    text-align: right;
    display:inline-block;
    vertical-align: top;
    width: auto;
}
.price-slide-data{
    text-align: left;
    display:inline-block;
    vertical-align: top;
    width: auto;
}
.price-slide-data div{
    height:43px;
    overflow: hidden;
}
/* --- Category Slider Module --- */
.category-slider{

}
.cats-slider ul{
    list-style: none;
}
.cats-list{
    height: 350px;
    overflow: hidden;
    width: fit-content;
    position: relative;
    margin: auto;
}
.cats-list-item{
    width:100%;
    text-align: center;
    line-height: 70px;
    font-size: 1.5rem;
    height:70px;
}
.cats-list-item a{
    text-decoration: none;
    color:black;
}
.cats-image{
    display: none;
    width: 60%;
    margin: auto;
}

.cats-image img{
    width: 100%;
}
.active a{
    font-weight: bold;
    color:#FF9F00;
    font-size: 2rem;
    /*  -webkit-animation: list-wheel 2000ms infinite;
      -moz-animation:    list-wheel 2000ms infinite;
      -o-animation:      list-wheel 2000ms infinite;
      animation:         list-wheel 2000ms infinite;*/
}
.nextCat a{
    color:black;
    font-size: 1.5rem;
}
.subNextCat a{
    color:#8F8F8F;
    font-size: 1rem;
}

@-webkit-keyframes list-wheel {
    0%   {
        font-weight: normal;
        color:black;
        font-size: 1.5rem;
    }
    10% {
        font-weight: bold;
        color:#FF9F00;
        font-size: 2rem;
    }
    90% {
        font-weight: bold;
        color:#FF9F00;
        font-size: 2rem;
    }
    100% {
        font-weight: bold;
        color:#FF9F00;
        font-size: 2rem;
    }
}
@-moz-keyframes list-wheel {
    0%   {
        font-weight: normal;
        color:black;
        font-size: 1.5rem;
    }
    10% {
        font-weight: bold;
        color:#FF9F00;
        font-size: 2rem;
    }
    90% {
        font-weight: bold;
        color:#FF9F00;
        font-size: 2rem;
    }
    100% {
        font-weight: bold;
        color:#FF9F00;
        font-size: 2rem;
    }
}
@-o-keyframes list-wheel {
    0%   {
        font-weight: normal;
        color:black;
        font-size: 1.5rem;
    }
    10% {
        font-weight: bold;
        color:#FF9F00;
        font-size: 2rem;
    }
    90% {
        font-weight: bold;
        color:#FF9F00;
        font-size: 2rem;
    }
    100% {
        font-weight: bold;
        color:#FF9F00;
        font-size: 2rem;
    }
}
@keyframes list-wheel {
    0%   {
        font-weight: normal;
        color:black;
        font-size: 1.5rem;
    }
    20% {
        font-weight: bold;
        color:#FF9F00;
        font-size: 2rem;
    }
    80% {
        font-weight: bold;
        color:#FF9F00;
        font-size: 2rem;
    }
    100% {
        font-weight: bold;
        color:#FF9F00;
        font-size: 2rem;
    }
}


.grey-bar {
    background: #DCDCDC;
    padding: 20px 0px;
    margin: 30px 0px 0px;
}
.blue-bar{
    background: #47B4E9;
    padding: 20px 0px;
    margin: 30px 0px 0px;
    color:#ffffff;
}

/* ---- CSS Effects ---- */
/* Float Shadow */
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}