@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/Themes/Admin/fonts/MaterialIcons-Regular.eot);
    src: local('Material Icons'),local(MaterialIcons-Regular),url(/Themes/Admin/fonts/MaterialIcons-Regular.woff2) format("woff2"),url(/Themes/Admin/fonts/MaterialIcons-Regular.woff) format("woff"),url(/Themes/Admin/fonts/MaterialIcons-Regular.ttf) format("truetype")
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: .7;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: liga;
    -moz-osx-font-smoothing: grayscale
}

    .material-icons:hover, .fa-heart:hover {
        cursor: pointer
    }

.shopping-cart {
    width: 750px;
    height: 423px;
    margin: 80px auto;
    background: #FFF;
    box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.10);
    border-radius: 6px;
    display: flex;
    flex-direction: column
}

.titleFavorite {
    border-bottom: 1px solid #E1E8EE;
    padding: 10px;
    color: #5E6977;
    font-size: 18px;
    font-weight: 400
}
.carousel-inner .item {
    border-bottom: 0px;
}
.item {
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    padding: 2px;
    margin: 0 !important
}

    .item:nth-child(3) {
        border-top: 1px solid #E1E8EE;
        border-bottom: 1px solid #E1E8EE
    }

.delete-btn {
    display: inline-block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: url(/Module/imageModule/delete-icn.svg) no-repeat center
}

.like-btn {
    position: absolute;
    top: 9px;
    left: 15px;
    display: inline-block;
    background: url(twitter-heart.png);
    width: 60px;
    height: 60px;
    background-size: 2900%;
    background-repeat: no-repeat;
    cursor: pointer
}

.is-active {
    animation-name: animate;
    animation-duration: .8s;
    animation-iteration-count: 1;
    animation-timing-function: steps(28);
    animation-fill-mode: forwards
}

@keyframes animate {
    0% {
        background-position: left
    }

    50% {
        background-position: right
    }

    100% {
        background-position: right
    }
}

.image {
    margin-right: 0;
    display: inline-block
}

.description {
    margin-right: 5px;
    display: inline-block;
    vertical-align: top
}

    .description span {
        display: block;
        font-size: 12px;
        color: #43484D;
        font-weight: 400
    }

        .description span:first-child {
            margin-bottom: 5px
        }

        .description span:last-child {
            font-weight: 300;
            margin-top: 8px;
            color: #86939E
        }

div.cartButton {
    position: absolute;
    padding: 5px;
    color: #fff;
    right: 0;
    z-index: 10000
}

    div.cartButton.active {
        background-color: #4CAF50
    }

.cart {
    position: absolute;
    display: none;
    top: 30px;
    right: 0;
    background-color: #fff;
    border: 1px solid #8080801a;
    border-radius: 10px;
    z-index: 10000000000;
    color: #000
}

@media (max-width: 800px) {
    .shopping-cart {
        width: 100%;
        height: auto;
        overflow: hidden
    }

    .item {
        height: auto;
        flex-wrap: wrap;
        justify-content: center
    }

    .image img {
        width: 50%
    }

    .W-100 {
        width: 95% !important
    }
}

.blogBox {
    box-sizing: border-box
}

    .blogBox .item:hover {
        background: #e8e8e8;
        cursor: pointer
    }

    .blogBox .item img {
        width: 100%
    }

        .blogBox .item img:hover {
            background: #e8e8e8
        }

    .blogBox .item p {
        padding-bottom: 40px
    }

    .blogBox .item .blogTxt {
        padding: 25px
    }

    .blogBox .item h2 {
        margin: 15px 0;
        font-family: 'Roboto',sans-serif
    }

    .blogBox .item .blogCategory a {
        padding: 5px 10px 2px;
        border: 1px solid #616161;
        color: #616161;
        text-transform: uppercase;
        font-size: 14px;
        font-family: 'Roboto',sans-serif;
        -webkit-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out
    }

        .blogBox .item .blogCategory a:hover {
            background: #616161;
            color: #fff;
            text-decoration: none
        }

#loadMore {
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    width: 100%
}

    #loadMore a {
        background: #042a63;
        border-radius: 3px;
        color: #fff;
        display: inline-block;
        padding: 4px 7px;
        transition: all .25s ease-out;
        -webkit-font-smoothing: antialiased
    }

        #loadMore a:hover {
            background-color: #021737
        }

.W-100 {
    width: 100%;
    display: flex;
}

@media screen and (min-width: 1200px) {
    .blogBox .featured h2 {
        font-size: 42px
    }
}

@media screen and (min-width: 991px) {
    .blogBox .featured h2 {
        font-size: 30px;
        font-style: italic
    }

    .blogBox .featured .blogTxt {
        max-width: 50%;
        width: 100%;
        padding: 50px;
        float: left;
        background: inherit;
        min-height: 378px
    }

    .blogBox .featured img {
        max-width: 50%;
        width: 100%;
        float: left;
        min-height: 378px
    }
}

.lblCountFavorite {
    background-color: #da0a0a;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 28px;
    color: #fff;
    padding: 0 5px;
    margin-right: 5px;
    font-size: 14px
}
