@media (max-width: 575.98px) {
    #top-cart {
        display: inherit !important;
    }

    #top-search {
        display: none !important;
    }

    #shop {
        margin-top: 30px !important;
    }

    .container.tkinterfood-team-area{
        padding: 0 !important;
    }
}

.shop .product-title h3 a {
    padding: 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
}

.postcontent{
    margin-top: 50px;
}

.shop .product-image{
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.shop .product-desc{
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.shop .product-image, .product-desc{
    border-color: #BE2430 !important;
}

.si-share span{ float: left; margin-right: 15px; }
div.si-share > div{ float: left; }
.si-share .si-gplus{ display: none; }
.col_two_fifth.product-desc.col_last .line{ border: 1px solid #BE2430; }

#page-title {
    background-color: #dde2e3 !important;
}

#primary-menu ul li>a {
    font-size: 15px !important;
}

.flip-card-front,
.flip-card-back {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.list-group-item.active {
    background-color: #be2430 !important;
    border-color: #be2430 !important;
}

#footer.dark {
    background-color: #be2430 !important;
    color: #ffffff !important;
}

.dark #footer .social-icon.si-borderless,
#footer.dark .social-icon.si-borderless {
    color: #ffffff !important;
}

.dark #copyrights {
    color: #ffffff;
}


/* BLOG */
.blog-thumb .blog-date {
    font-size: 14px;
    position: absolute;
    top: 30%;
    width: 100%;
    color: #333;
}

.blog-thumb {
    height: 300px;
    position: relative;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}

#blog-carousel .blog-thumb {
    border: 10px solid #fff;
}

.blog-caption {
    background-color: rgba(255, 255, 255, 0.5);

    bottom: 0px;
    height: auto;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;

    transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);

    transform-origin: center center;
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
}

.blog-thumb:hover .blog-caption {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}

.blog-icon {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    position: absolute;
    right: 50%;
    margin-right: -25px;
    top: 50px;
}

.blog-exc {
    line-height: 150%;
    text-align: center;
}

.blog-more {
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    position: absolute;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    top: 50%;
    color: white !important;
}

.blog-more a {
    color: white !important;
}


/* FOOTER */


.dark #copyrights {
    padding: 10px 0px;
    font-size: 11px;
}


/* OPTIONS */

.noafterborderbottom:after {
    border-top: none !important;
}

/* HOME PAGE */
.product-desc-rec {
    text-align: center;
}

.si-line i {
    width: 28px;
    height: 28px;
    font-size: 32px;
    line-height: 31px;
    margin-top: -1px;
    margin-bottom: 5px;
}

.dark a.si-line:hover i:last-child {
    color: #00B900 !important;
    margin-top: -4px;
}

.si-line:hover i {
    color: #00B900;
    border-radius: 40px;
    background-color: white;
}

.fb_reset>div{
    left: 10px;
}

.fb_iframe_widget > span > iframe{
    left: 0 !important;
    /*padding-left: 10px !important;*/
}