/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 8 août 2022, 16:06:37
    Author     : Jeremy Dorilas <jeremy@kowidi.ai>
*/


.shop-feed-div {
    border: 1px solid #000;
    margin-bottom: 15px;
    text-align: center;
}

.shop-feed-logo {
    height: 185px;
}

.shop-feed-logo img {
    width: 100%;
}

.shop-feed-btn {
    border-radius: 5px;
    border: 0;
    font-weight: bold;
    color: #fff;
    height: 35px;
    width: 150px;
    margin-bottom: 15px;
}

.shop-feed-follow {
    background-color: #0012F4;
}

.shop-feed-unfollow {
    background-color: #dc3545;
}

#home-feed-content {
    height: 100%;
    background-color: #edf1f4;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    right:0;
    top: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.feed-back {
    border: 0;
    background-color: #fff;
    color: #000;
    font-size: 30px;
    height: 60px;
    border: 0;
    vertical-align: middle;
    width: 42px;
}

#feed-shop-name {
    height: 60px;
    border: 0;
    background-color: #fff;
    vertical-align: middle;
    width: calc(100% - 42px);
}

#feed-content-body {
    width: 100%;
    margin-top: 62px;
    padding-top: 20px;
    padding-left: 8px;
    background-color: #edf1f4;
}

.capsule {
    border-radius: 5px;
    background-color: #fff;
}

.capsule-text {

}

.capsule-img {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position:center center;
    background-repeat:no-repeat;
    background-clip:content-box;
    border-radius: 5px 5px 0 0;
}

.get-shop-feed a {
    cursor: pointer;
}

#feed-top-bar {
    position: fixed;
    top: 0;
    font-size: 25px;
    z-index: 10000;
    width: 100%;
    height: 62px;
    background-color: #fff;
}

.capsule-option {
    padding-right: 10px;
    padding-left: 10px;
}

.capsule-message {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}