.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.vendor-grid {
    margin: 0 0 20px;
}

    .home-page-category-grid .title,
    .sub-category-grid .title {
        text-align: center;
        font-size: 22px;
        font-weight: normal;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .home-page-category-grid .title a,
        .sub-category-grid .title a {
            display: block;
            padding: 0 0 15px;
        }

    .home-page-category-grid .picture,
    .sub-category-grid .picture {
        margin: 0;
        border: 2px solid #EEEEEE;
        border-radius: 4px;
        position: relative;
    }

        .home-page-category-grid .picture a:before,
        .sub-category-grid .picture a:before {
            padding-top: 65%;
        }

.home-page-polls {
    text-align: center;
}

    .home-page-polls .title {
        border-bottom: 1px solid #ddd;
        color: #444;
        font-size: 30px;
        font-weight: normal;
        margin: 0 0 30px;
        padding: 0 0 15px;
    }

        .home-page-polls .title strong {
            font-weight: normal;
        }

    .home-page-polls li {
        display: inline-block;
        margin: 10px;
    }

clockContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 150px;
    border: 1px solid transparent;
}

.clockOut {
    width: 80%;
    height: 80%;
    border: 2px solid #0099CC;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.clockTop {
    border-top: 2px solid #0099CC;
    border-right: 2px solid #0099CC;
    border-left: 2px solid #0099CC;
    width: 50px;
    top: 28px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    height: 30px;
    border-radius: 3px;
}

.clockNeedle {
    width: 107px;
    height: 2px;
    background: #0099CC;
    position: absolute;
    top: 50%;
    left: 0px;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -webkit-animation: needleAnimation 3s linear 0s infinite;
    animation: needleAnimation 3s linear 0s infinite;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes needleAnimation {
    from {
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

/* Standard syntax */
@-moz-keyframes needleAnimation {
    from {
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@keyframes needleAnimation {
    from {
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

#countdown #tiles > span {
    width: 70px;
    max-width: 70px;
    padding: 18px 0;
    position: relative;
}
.brand-item .ccl-content-image{
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
}
.manufacture-item-box {text-decoration: none;background-color: #fff;padding: .3rem 0;border: .1rem solid #eee;position: relative !important;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;display: -webkit-box;display: -ms-flexbox;display: flex;height: 8rem;margin: 0;}
.manufacture-item-box:hover{
    border-color: rgb(0 0 0 / 50%);
}
#countdown .labels {
    width: 100%;
    height: 25px;
    text-align: center;
    position: absolute;
    bottom: 8px;
}

    #countdown .labels li {
        width: 102px;
        font: bold 15px 'Droid Sans', Arial, sans-serif;
        color: #f47321;
        text-shadow: 1px 1px 0px #000;
        text-align: center;
        text-transform: uppercase;
        display: inline-block;
    }

.deal-stopwatch {
    background-color: #f1f1f1;
    width: 100%;
    position: absolute;
    height: 400px;
    vertical-align: top;
    left: 0;
    top: 0;
    -moz-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    cursor: pointer;
    z-index: 99;
    opacity: 0.8;
}

.clockContainer {
    display: block;
    position: relative;
    width: 270px;
    height: 270px;
    margin: 0 auto;
}


div#tiles {
    position: absolute;
    display: block;
    height: 40px;
    text-align: center;
    width: 100%;
    line-height: 40px;
    bottom: 30px;
    font-size: 34px;
    color: #FFA500;
}

.deal-grid-container {
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    height: 420px;
    -webkit-user-select: none;
    overflow-y: hidden;
    padding: 10px;
    position: relative;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    vertical-align: top;
    float: right;
    -moz-transition: 200ms opacity;
    -o-transition: 200ms opacity;
    -webkit-transition: 200ms opacity;
    transition: 200ms opacity;
}

.deals-grid .title p {
    margin-bottom: 0;
    display: block;
    width: 100%;
}

div#HomepageDeals {
    text-align: right;
    overflow: hidden;
}

.deals-grid.home-page-product-deals .owl-carousel {
    height: 350px;
    line-height: 28px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    background-color: #fff;
    text-align: right;
    width: 100%;
    border: 2px solid #CE93D8;
    padding: 5px 0;
}

.deal-grid {
    overflow: hidden;
    height: 100%;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    z-index: 9;
    vertical-align: top;
}

.deal-box {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 10px 15px;
    border-radius: 2px;
}

.deal-item {
    vertical-align: top;
}

    .deal-item .picture {
        position: relative;
        padding: 0;
        margin: 0;
        vertical-align: top;
        height: 160px;
        text-align: center;
    }

        .deal-item .picture a img {
            height: 100%;
            text-align: center;
        }

        .deal-item .picture a {
            height: 100%;
            text-align: center;
            margin: 0;
            padding: 0;
        }

    .deal-item .details {
        position: relative;
        width: 100%;
        height: 150px;
    }

    .deal-item h2.deal-title a {
        font-size: 0.8rem;
        color: #424242;
    }

    .deal-item h2.deal-title {
        height: 60px;
        line-height: 18px;
        padding: 0 5px;
        margin: 10px 0 0;
        text-align: right;
        overflow: hidden;
    }

    .deal-item .deal-prices {
        display: inline-block;
        width: 100%;
        position: relative;
        padding-top: 0px;
    }

    .deal-item span.price.old-deal-price {
        text-decoration: line-through;
        display: inline-block;
        text-align: center;
        line-height: 20px;
        width: auto;
        font-size: 0.8rem;
        font-weight: 500 !important;
        opacity: 0.6;
        transition: 200ms all;
        color: #607D8B;
        padding: 0 0 0 10px;
        vertical-align: middle;
    }

    .deal-item span.price.actual-deal-price {
        color: #66BB6A;
        font-weight: 500;
        width: auto;
        display: inline-block;
        overflow: hidden;
        height: 30px;
        font-size: 1rem;
        line-height: 30px;
        text-align: center;
        vertical-align: middle;
    }

    .deal-item h2.deal-title a {
        font-weight: 300;
        text-align: justify;
        text-align: right;
        width: 100%;
    }

    .deal-item .buttons input {
        background-color: #FF5722;
        color: white;
        border: none;
        padding: 5px;
        border-radius: 2px;
        box-shadow: 0 0 2px #f1f1f1;
        width: 100%;
        font-weight: 700;
        margin-top: 7px;
        transition: 200ms all;
    }

        .deal-item .buttons input:hover {
            background-color: #FF5723;
        }

.deal-price-container {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.deals-grid .title {
    line-height: 26px;
    text-align: center;
    display: inline-block;
    padding: 5px 15px 0;
    background-color: #9C27B0;
    border-radius: 3px 3px 0 0;
    color: #fff;
}

.deal-item .buttons {
    margin: 0;
    position: relative;
    bottom: 5px;
}

.do_fadeout {
    opacity: 0 !important;
}

.do_fadein {
    opacity: 1 !important;
}

div#dealsTimer-box #tiles {
    position: absolute;
    height: 100%;
    font-size: 15px;
    line-height: 30px;
    left: 0;
    top: 0;
}

div#dealsTimer-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 100px;
    background-color: #fff;
    border-radius: 0 3px 3px 0;
    opacity: 0;
    -moz-transition: 250ms opacity;
    -o-transition: 250ms opacity;
    -webkit-transition: 250ms opacity;
    transition: 250ms opacity;
    z-index: 99;
    box-shadow: 0 0 8px #aaa;
}

.deal-grid-container:hover + #dealsTimer-box {
    opacity: 1;
}

.manufacture-item-box img {
    max-width: 100% !important;
    object-fit:contain !important;
    object-position: 50% !important;
}
.mrp-media-image__brand picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
a.manufacture-item-box.item:hover img {
    opacity: 1;
    transition: 200ms all;
}

#homepagebannerA p {
    text-align: center;
}

    #homepagebannerA p img {
        max-width: 100% !important;
        height: auto !important;
    }

.homepageUSP p {
    text-align: center;
}

a.manufacture-item-box.carousel-cell {
    text-align: center;
    line-height: 60px !important;
    display: block;
}

div#HomepageBrands .carousel, div#HomepageBrands .flickity-viewport {
    height: 100% !important;
}

.homepageUSP img {
    max-width: 100%;
    height: auto;
}

.homepageUSP img {
    max-width: 100%;
    height: auto;
}

a.col-sm-12.is-selected img {
    text-align: center;
    max-height: 100%
}

.deal-item:hover .old-deal-price {
    opacity: 1 !important;
}

.deal-item .buttons input:hover {
    background-color: #E64A19;
}

#HomepageUsps {
    width: 100%;
    padding: 0;
    margin: 10px 0;
}

