/* .pad-row{
    padding: 3.5% 0 !important;
} */

.flex-row{
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-homepage-banner-carousel{

}

.new-homepage-banner-carousel .carousel-img{
    /* max-height: 100%; */
    width: 100%;
    max-height: 500px !important;
    object-fit: contain !important;
}

/* Video Sections */
.video-section{

}

.video-row{

}

.video-col iframe{
    width: 100%;
    height: 260px;
    margin-bottom: 15px;
}

.video-col-med iframe{
    width: 100%;
    height: 410px;
    margin-bottom: 15px;
}

/* Mega Deals Section */
.mega-deals-card{
    background: #FFF;
    border: 1px solid #ADADAD;
}

.mega-deals-card img{
    height: 300px;
    width: 100%;
    object-fit: contain;
}

.mega-deals-card h3{
    text-align: left;
    font-size: 20px;
    height: 44px;
}

.mega-deals-card .excerpt{
    text-align: left;
    margin-bottom: 40px;
}

.mega-deals-card .star-rating{
    height: 50px;
}

.mega-deals-card span{
    margin-bottom: 10px;
    text-align: left;
}

.redbutton{
    background-color: #d83a29;
    padding: 15px;
    width: 50%;
    margin: 0 auto;
    color: white;
    border-radius: 3em;
    font-size: large;
    margin-top: 1em;
}

/* Whats new and hot section */
.new-hot-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-left: 70px;
    padding-right: 70px;
}

.new-homepage-catitems .cat-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFF;
    border: 1px solid #adadad;
    max-height: unset;
    height: auto;
    padding-bottom: 25px;
    padding-top: 25px;
}

.new-homepage-catitems .cat-item .b_10_px{
    padding: 0;
    left: 0;
    position: relative;
    display: block;
}

.new-homepage-catitems .cat-item .b_10_px a{
    background-color: #d83a29;
    padding: 10px;
    width: 100%;
    max-width: 175px;
    margin: 0 auto;
    color: white;
    border-radius: 3em;
    font-size: large;
    margin-top: 1em;
}

.new-homepage-catitems .cat-item .item_label{
    bottom: unset;
    right: 0;
    top: -45px;
}

/* Biggest Brands Section */
.logo-img-grid{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    column-gap: 15px;
    row-gap: 15px;
}

.logo-img {
    width: 100%;
    height: auto;
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
    height: 60px;
    width: 100%;
    object-fit: contain;
}
/* .logo-img:hover {
    filter: grayscale(0%);
} */

/* Get a quote section */
a.quotebutton{
    transition: 0.3s ease;
    background-color: #FFF !important;
}

a.quotebutton:hover{
    background-color: #000 !important;
    color: #FFF;
}

/* Reviews Section */
.new-reviewbg{

}

.year25{
    border-left: 1px solid #000;
}


/* Benefits of Imprint CTA Section */
.custom-list {
    list-style: none; /* Remove default bullets */
    padding-left: 0;
}
.custom-list li {
    position: relative;
    padding-left: 30px; /* Space for checkmark */
    margin-bottom: 10px;
    font-size: 20px;
}
.custom-list li::before {
    content: "\2713"; /* Unicode checkmark */
    color: green;
    font-weight: bold;
    position: absolute;
    left: 0;
    font: normal normal normal 30px/1 FontAwesome;
    font-weight: 700;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Tablet/Mobile Styling */
@media(max-width: 1080px){
    .row{
        margin: 0 !important;
    }

    #craig_kellye{
        max-width: 70% !important;
        display: block !important;
        margin: 0 auto !important;
        float: none !important;
        width: 70vw !important;
        margin-top: 25px !important;
        margin-bottom: -35px !important;
    }

    .about_text{
        text-align: center !important;
        width: 100% !important;
        margin-bottom: 50px !important;
        float: none !important;
    }

    .new-hot-items{
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    span.arrow-right{
        right: 10px !important;
    }

    span.arrow-left{
        left: 10px !important;
    }

    .mega-deals-card{
        margin: 0 !important;
        margin-bottom: 15px !important;
    }

    
} 

@media(max-width: 650px){
    .flex-row{
        flex-wrap: wrap;
    }

    h2{
        font-size: 30px !important;
        text-align: center !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .sitemsg{
        display: none !important;
    }

    .custom-hr{
        margin-bottom: 2em !important;
    }
}

