body {
    margin: 0
}

.gee7-slider-mobile-replacement {
    display: none !important;
}

.gee7-slider-holder a {
    text-decoration: none !important;
}

.gee7-slider-mobile-replacement a {
    position: relative;
    text-decoration: none !important;
}

.gee7-slider-mobile-replacement .image-holder {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.gee7-slider-mobile-replacement .text-holder {
    float: left;
    height: 70%;
    width: 57%;
    overflow: hidden;
    color: #ffffff;
    box-sizing: border-box;
    margin: 10px;
}

.gee7-slider-mobile-replacement .short-text {
    font-size: 6vw;
}

.slider-image {
    position: relative;
}

.price-drop-price-holder {
    width: 100%;
    box-sizing: border-box;
}

.price-drop-price {
    text-align: center;
    font-size: 45px;
    font-size: 3.5vw;
    line-height: 3.5vw;
    font-weight: normal;
    padding: 0 20px;
    margin: 0;
    color: #202020;
}

.price-drop-content-holder {
    width: 66%;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    display: flex;
}

.price-drop-content-image-holder {
}

.price-drop-content-text-holder {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.price-drop-content-description {
    font-size: 18px;
    font-size: 1.2vw;
    line-height: 2vw;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    color: #202020;
    width: 100%;
}

.price-drop-content-full-price {
    font-size: 22px;
    font-size: 2vw;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    color: #2d68b2;
}

.price-drop-buy-now-btn {
    margin: 0;
    height: fit-content;
    max-height: 38px;
    font-size: 1vw;
    line-height: 2.6vw;
}

@media (min-width: 1100px) {
    .price-drop-buy-now-btn {
        font-size: 11px !important;
        line-height: 38px !important;
    }
}

@media (min-width: 1225px) {
    .price-drop-content-full-price {
        font-size: 22px !important;
    }

    .price-drop-content-description {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .price-drop-price {
        font-size: 45px !important;
        line-height: 45px !important;
    }

    .gee7-slider-content-header-text {
        font-size: 19px !important;
    }

    .gee7-slider-content-sub-text {
        font-size: 19px !important;
    }
}

.gee7-slider-holder {
    position: relative;
    max-height: 426px;
    box-sizing: border-box;
    padding-bottom: 37px;
}

.slider-tabs-holder {
    position: absolute;
    min-width: 100px;
    width: 30%;
    height: 100%;
    max-height: 400px;
    z-index: 101;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    font-size: 15px;
}

.left-tab {
    position: relative;
    box-sizing: border-box;
    margin-top: 3%;
    width: 100%;
    height: 17%;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    /*background-image: url("../img/HomePageSlider/lban-company-off.png");*/
    clear: both;
    overflow: hidden;
}

.shopping-tab {
    background-color: #00b3e5;
}

    .shopping-tab:hover {
        background-color: #00e4ff;
    }

.love-shop-tab {
    background-color: #d97da6;
}

    .love-shop-tab:hover {
        background-color: #eca4c6;
    }

.daily-offers-tab {
    background-color: #440a7b;
}

    .daily-offers-tab:hover {
        background-color: #5f219d;
    }

.sale-tab {
    background-color: #af0060;
}

    .sale-tab:hover {
        background-color: #e700a4;
    }

.dining-tab {
    background-color: #6d2912;
}

    .dining-tab:hover {
        background-color: #af603a;
    }

.price-drop-tab {
    background-color: #2798c2;
}

    .price-drop-tab:hover {
        background-color: #7ed2f1;
    }

.gardening-tab {
    background-color: #567525;
}

    .gardening-tab:hover {
        background-color: #87b144;
    }

.sizzling-tab {
    background-color: #000000;
}

    .sizzling-tab:hover {
        background-color: #270101;
    }

.default-tab {
    background-color: #af0060;
}

    .default-tab:hover {
        background-color: #e700a4;
    }

.left-tab .image-holder {
    height: 100%;
    width: 33%;
    float: right;
    margin-right: -5px;
    text-align: right;
}

.left-tab .text-holder {
    float: left;
    height: 70%;
    width: 57%;
    overflow: hidden;
    color: #ffffff;
    box-sizing: border-box;
    margin: 10px;
}

    .left-tab .text-holder .short-text {
        display: none;
    }

    .left-tab .text-holder p {
        margin: 0;
        font-size: 14px;
        line-height: 16px;
    }

    .left-tab .text-holder h2 {
        font-size: 12px
    }

.left-tab .image-holder img {
    height: 100%;
}


.gee7-slider img {
    width: 100%;
}



.daily-deal-closed {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.daily-deal-text-holder {
    font-size: 18px;
    margin-top: 9%;
    color: #202020;
}

.DailyOfferHeaderText {
    line-height: 1.5vw !important;
    text-transform: none !important;
}

.daily-deal-image-holder {
}

.daily-deal-guage-holder {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.gee7-slider-content-holder {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 4%;
    width: 100%;
    height: 100%;
    max-height: 340px;
    justify-content: space-between;
}


.gee7-slider-content-box {
    width: 32%;
    box-sizing: border-box;
}

.gee7-slider-content-left-text-holder {
    position: relative;
    top: 48%;
    font-size: 18px;
    color: #202020;
}

.gee7-slider-content-header-text {
    width: 100%;
    font-size: 18px;
    font-size: 1.2vw;
    line-height: 2.2vw;
    font-weight: normal;
    padding: 0px;
    margin: 0 0 10px 0;
    color: #202020;
    text-transform: uppercase;
}

.gee7-slider-content-sub-text {
    font-size: 18px;
    font-size: 1.2vw;
    line-height: 1.5vw;
    padding: 0px;
    margin: 0px;
    color: #202020
}




@media only screen and (min-width: 0px) and (max-width: 745px) {
    .gee7-slider {
        display: none !important;
    }

    .slider-tabs-holder {
        display: none !important;
    }

    .gee7-slider-mobile-replacement {
        display: block !important;
    }
}


@media only screen and (min-width: 0px) and (max-width: 885px) {
    .left-tab .text-holder .short-text {
        display: block;
    }

    .left-tab .text-holder .full-text {
        display: none;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1250px) {
    .left-tab .text-holder .full-text {
        font-size: 1.2vw;
        line-height: 1.4vw;
    }

    .daily-deal-text-holder {
        font-size: 1.5vw;
    }
}
