﻿/* START - HOME */
.homeTitle {
    font-size: 30px;
}
.homeDesc {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.homeListItemsHead {
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #4d4d4d;
}
.homeListItemsBody {
    margin-bottom: 15px;
}
.homeListItem {
    font-size: 13px;
    display: inline-block;
    padding-right: 5px;
    color: #4d4d4d;
    line-height: 30px;
}
/* END - HOME */
/* COUPON LIST ITEM START */
.cpnWrapper {
    min-height: 120px;
    margin-left: 0px;
    margin-bottom: 15px;
    /*margin-top: 15px;*/
    padding-bottom: 10px;
    padding-top: 15px;
    border-bottom: 1px solid #e9e9e9;
    background-color: #fff;
    box-shadow: 0 1px 2px #d9dadb;
}

.cpnTitle {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #212121;
}

    .cpnTitle a {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        margin-top: auto;
        color: #212121;
    }

.cpnFeatures {
    font-size: 12px;
    color: #585858;
}

.anchorBeautyR, .anchorBeautyB, .anchorBeautyG {
    font-size: 11px;
    line-height: 18px !important;
    display: inline-block !important;
    /*width: 86px;*/
    height: 20px;
    margin-right: 5px;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 0px 5px;
}

    .anchorBeautyR:hover, .anchorBeautyB:hover, .anchorBeautyG:hover {
        color: #fff !important;
    }

.anchorBeautyR {
    border: 1px solid #f30 !important;
    color: #f30 !important;
}

    .anchorBeautyR:hover {
        border: 1px solid #f30 !important;
        background-color: #f30 !important;
    }

.anchorBeautyB {
    border: 1px solid #009ddc !important;
    color: #009ddc !important;
}

    .anchorBeautyB:hover {
        border: 1px solid #009ddc !important;
        background-color: #009ddc !important;
    }

.anchorBeautyG {
    border: 1px solid #079712 !important;
    color: #079712 !important;
}

    .anchorBeautyG:hover {
        border: 1px solid #079712 !important;
        background-color: #079712 !important;
    }

/*.tagG, .tagB {
    font-size: 14px;
    line-height: 26px;
    position: relative;
    height: 28px;
    margin: 1px 10px 10px 0;
    padding: 0 20px 0 23px;
    -webkit-transition: all .4s;
    border: 1px solid #eee;
    border-radius: 2px;
    display: inline-block;
    color: #25282b;
}*/
.tagG:hover, .tagB:hover {
    color: #fff !important;
}

.tagG:hover {
    border-color: #079712 !important;
    background-color: #079712 !important;
}

.tagB:hover {
    border-color: #009ddc !important;
    background-color: #009ddc !important;
}

.storeTags {
    position: inherit !important;
    padding: 0 5px 0 5px !important;
    line-height: 21px !important;
    height: 24px !important;
}

/* COUPON LIST ITEM END */

/* STORE PAGE START */
.storeCatItem {
    padding: 0 56px 0 20px;
    border-bottom: 1px solid #e6e7eb !important;
}
/* STORE PAGE END */

/* PRODUCTS START */
.product-title {
    margin: 10px 5px;
    min-height: 65px;
    max-height: 65px;
    overflow: hidden;
}

    .product-title a {
        font-size: 15px;
        font-weight: 400;
        line-height: 28px;
        margin-top: auto;
        color: #212121;
        font-family: 'Open Sans', sans-serif;
    }

.productStoreTitle {
    display: inline-block;
    float: left;
    padding-left: 25px;
    vertical-align: middle;
    /* display: flex; */
    margin-top: 15px;
}

.productStoreLogo {
    /*max-width: 250px;*/
    float: left;
    /*width: 120px;*/
    width: 100% !important;
}

.productBlock {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
    text-align: center;
}

.productMiniValue {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin: 5px 0 0;
    color: #f30;
}

.productValue {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin: 15px 0 0;
    color: #f30;
}
/* PRODUCTS END */

/* STORES CATEGORY  */
.storeHead {
    margin-left: 15px;
    width: 99%;
    margin-bottom: 20px;
}

.allStoresHead {
    margin-bottom: 20px;
}


.widStoreListItem {
    height: 45px !important;
    padding: 0px 10px !important;
    border-bottom: 1px solid #eee !important;
}

    .widStoreListItem a {
        text-decoration: none;
        padding: 0px !important;
        color: #333 !important;
        line-height: 45px !important;
        height: 45px !important;
        border-bottom: none !important;
    }

.widStoreListItemImgBox {
    width: 30%;
    float: left;
}

.widStoreListItem img {
    height: 40px !important;
}

.widStoreListItemName {
    width: 70%;
    float: left;
    line-height: 45px;
    padding-left: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.widStoreThumbListItem {
    width: 45%;
    border-bottom: 1px solid #eee;
    display: inline-block;
    margin: 5px 5px;
    cursor: pointer;
}

    .widStoreThumbListItem img {
        height: 45px !important;
        margin: auto;
    }

.storeFaqs {
    margin: 25px 0px;
}

.storeMoreDetails {
    margin: 20px 0px;
    padding: 20px 0px;
    background-color: #fff;
}

/* STORES */

/* FOOTER START */
.darkFoot {
    background-color: #25282e !important;
    color: white !important;
}

    .darkFoot p {
        color: #ededed8f !important;
        line-height: 1.75;
        text-align: justify;
    }

    .darkFoot h3 {
        color: white !important;
    }

    .darkFoot h4 {
        color: white !important;
    }

    .darkFoot ul {
        background-color: #25282e !important;
    }

        .darkFoot ul li a {
            color: #ededed8f !important;
            padding-left: 0px !important;
            border-bottom: 1px solid #ededed8f !important;
        }
        .darkFoot ul li a:hover {
            color: white !important;
        }

#footer strong {
    color: #FFF !important;
}
/* FOOTER END */

/* OVERRIDES START */
#navigation {
    top: 144px !important;
}

body {
    padding-top: 0px !important;
}

.header {
    position: inherit !important;
}

.widget {
    box-shadow: 0 1px 2px 2px #241e1e29 !important;
}

/*.container2 {
    width: 80% !important;
}*/

/* OVERRIDES END */

/* GENERIC START */
.noPad {
    padding: 0px !important;
}

.noMargin {
    margin: 0px !important;
}

.noMarin-T {
    margin-top: 0px !important;
}

.min-h-500 {
    min-height: 500px;
}

.showDetails {
    font-size: 0.8em;
}

.autoCenter {
    margin: auto;
}

#toTop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    cursor: pointer;
    display: none;
    z-index: 5000;
}

.inlineBlock {
    display: inline-block;
}

.social {
    margin: 10px 0;
}

    .social a {
        color: white;
        padding: 5px;
        font-size: 18px;
    }

.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* GENERIC END */

/* OVERRIDES START */
.btn-code span.partial-code {
    min-width: 135px;
}
 /* OVERRIDES END */