﻿.no-shipping-methods-available {
    color: red !important;
    font-weight: bold !important;
    font-size: large !important;
}

/*
    Start Misc css 
    This CSS is small patches and bug fixes.
*/
@media (min-width: 992px) {
    header .tagline {
        font-size: 1.8rem !important;
    }
}

.category {
    max-height: 200px;
    line-height: initial;
    min-height: 158px;
}

header .tagline {
    padding-right: 0px !important;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    padding-right: 15px;
    line-height: 145px;
}

section main .subcategory img {
    max-height: 150px;
}

.felipe {
    display: none;
}

#felipe {
    display: none;
}

.grid-item-image {
    width: auto !important;
}

.over-thirteen {
    display: none !important;
}


.disc li {
    list-style: inside disc !important;
}

.center {
    margin: 0px auto;
    width: 100%;
}

.half {
    float: left;
    width: 50%;
    text-align: center;
}

.full {
    float: left;
    width: 100%;
    text-align: center;
}

.third {
    float: left;
    width: 33%;
    text-align: center;
}

.clear {
    clear: both !important;
}

.announcement {
    background-color: #e8e8e8;
    color: #333333;
    font-size: 0.9rem;
    line-height: 30px;
    text-align: center;
    padding: 0 5%;
}

.all {
    background: #0066cc none repeat scroll 0 0;
    color: white;
    font-size: 11pt;
    font-weight: bold;
    height: 35px;
    margin-top: 10px;
    padding: 7px 0;
    text-align: center;
    width: 240px;
    margin-left: 15%;
}

#q {
    text-indent: 10px; /* Search Bar Add Indent - JLM */
    height: 27px; /* Fixing IE11's Inability to Pad Line-Height - JLM */
}

section.detail .detail-content.detail li, section.detail .detail-content.specifications li, section.detail .detail-content.part-number li {
    float: left !important;
    width: 50% !important;
} /* Fix Product Desc. Width - JLM */

/* End Misc CSS */

/* 
    START CSS used for responsive top bar and announcement bar
*/
@media all and (min-width: 1201px) {
    .x1800 {
        display: block;
    }

    .x1200 {
        display: none;
    }

    .x900 {
        display: none;
    }

    .x600 {
        display: none;
    }
}

@media all and (max-width: 1200px) {
    .x1800 {
        display: none;
    }

    .x1200 {
        display: block;
    }

    .x900 {
        display: none;
    }

    .x600 {
        display: none;
    }
}

@media all and (max-width: 900px) {
    .x1800 {
        display: none;
    }

    .x1200 {
        display: none;
    }

    .x900 {
        display: block;
    }

    .x600 {
        display: none;
    }
}

@media all and (max-width: 600px) {
    .x1800 {
        display: none;
    }

    .x1200 {
        display: none;
    }

    .x900 {
        display: none;
    }

    .x600 {
        display: block;
    }
}
/* 
    END CSS used for responsive top bar and announcement bar
*/

/* 
    CSS used for full page content - new design
*/
.wide-div {
    width: 99.5vw;
    margin-left: calc(-50vw + 50%);
    margin-bottom: 20px;
}

.yellow-bar {
    background-color: #ffdd16;
    padding: 5px 0 15px;
}

.box {
    position: relative;
}

.bottom_right {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 10%;
    right: 17%;
    font-weight: bold;
    line-height: initial;
    padding: 20px;
}

h6 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
}

p {
    text-align: justify;
}

.yellow-bar h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.yellow-bar h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.container {
    margin-top: 0 !important;
}

.hero-image {
    /*background-image: url("photographer.jpg");*/
    height: 30vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    bottom: 0%;
    right: 9%;
    transform: translate(-50%, -50%);
    color: white;
    line-height: initial;
    padding: 10px;
    font-weight: bold;
}


/* 
    Start of new Breakpoints
*/


@media (min-width: 768px) {
    section.content .banner {
        text-align: left;
    }

        section.content .banner .description {
            border-left: 10px solid #ffdd16;
            padding-left: 30px;
            margin-top: 0;
        }

    section.content .banner {
        padding: 120px 0;
    }
}

@media (min-width: 992px) {
    section.content .banner h1 {
        font-size: 2.2rem;
    }
}
/* 
    END of new Breakpoints
*/




/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 4s;
    animation-name: fade;
    animation-duration: 4s;
}

@-webkit-keyframes fade {
    from {
        opacity: .8
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .8
    }

    to {
        opacity: 1
    }
}

/* 
    Start HandsOnTable Customizations
*/
.wtBorder {
}
/* Specific column (B) */
.ht_master tr > td:nth-child(1) {
}
/* Every odd row */
.ht_master tr:nth-of-type(odd) > td {
    background-color: lightgray;
}

.hot-container {
    width: 60%;
}

.bulkInstructions {
    float: right;
    width: 39%;
    height: 200px;
}
/* 
    End HandsOnTable Customizations
*/

/*
    Start Tweaking Parker Content Syndication CSS
*/
.CspInlineContainer h1.CspInlineProductTitle {
    font-size: 36px !important;
    text-transform: none !important;
    color: black !important;
}

.CspInlineContainer .img-desc {
    float: right !important;
    width: 299px !important;
    height: 295px !important;
}

    .CspInlineContainer .img-desc .img-thumb {
        width: 299px !important;
        height: 295px !important;
    }

.CspInlineContainer .short-desc {
    min-width: 280px !important;
    width: calc(50% - 180px) !important;
    padding-top: 25px !important;
    max-width: 450px !important;
}
/*
    End Tweaking Parker Content Syndication CSS
*/

/*
    Start Image Fade Customizations
*/
.fades {
    position: relative;
}



    .fades .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        transition: .5s ease;
        background-color: #FFDD16;
    }

    .fades:hover .overlay {
        opacity: 0.8;
    }

    .fades .text {
        color: black;
        width: 90%;
        position: absolute;
        text-align: justify;
        top: 50%;
        left: 50%;
        opacity: 1;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
/*
    End Image Fade Customizations
*/

/*
    Homepage Nav Images JLM 12/28/2020
*/

section.product-categories .category {    
    border: 1px solid #e1e1e1;
    width:250px !important;
    height:250px !important;
}

section.product-categories .category img{
    
    width:100% !important;
    height:100% !important;
}
section.product-categories .category-img:hover {    
    transform: scale(.9) !important; 
}

.subnav {
    box-shadow: 0px 15px 10px rgb(0,0,0,0.5);
    border-radius: 0px 0px 1px 1px;
}

/* Nav Bar Edit JLM 2/4/21 */
/* https://www.hydradynellc.com:89/admin/stringresource.aspx?stringid=9611 Search Part No. / Keyword */
header .utility {
    padding-right: 0px;
}

header .utility form {
    width: 100% !important;
    text-align: left;
}

header .utility form input {
    margin-top: 0px;
}

.navbar-container {
    display: flex;
    align-items: center;
}