.note-container{
    padding: 0 15px;
    width: 100%;
}
.note-container.note-grid .note-item {
    position: relative;
    padding: 16px 16px;
    margin-right: 0;
    margin-left: 5px;
    margin-bottom: 8px;
    width: 100%;
    
    border-radius: 6px;
    display: inline-flex;
    background: #f5f5f585;
    transition: all ease 0.4s;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 5px;
}
.note-container.note-grid .note-item .note-inner-content {
    border-radius: 4px;
    width: 100%;
    min-height: 100px;
}
.note-container.note-grid .note-item .note-inner-content .note-title {
    font-size: 19px;
    font-weight: 600;
    color: #3b3f5c;
    margin-bottom: -1px;
    letter-spacing: 0px;
   
}
.note-container.note-grid .note-item .note-inner-content .meta-time {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 12px;
    color: #969696;
    display: inline-block;
    border-bottom-left-radius: 8px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #ffffff;
    padding: 4px 10px;
    border: 1px solid #f5f5f5;
}
.note-description{
    word-break: break-all;
}

.pulse {
    display: block;
    position: absolute;
    top: 3px;
    right: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0ba360;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(34, 192, 60, 0.9);
    animation: pulse 2s infinite;
    animation-duration: .9s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(34, 192, 60, 0.9);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(34, 192, 60, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(34, 192, 60, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(34, 192, 60, 0.9);
        box-shadow: 0 0 0 0 rgba(34, 192, 60, 0.7);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(34, 192, 60, 0);
        box-shadow: 0 0 0 10px rgba(34, 192, 60, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(34, 192, 60, 0);
        box-shadow: 0 0 0 0 rgba(34, 192, 60, 0);
    }
}
.message-pulse{
    top: 8px;
    right: 8px;
    width: 9px; 
    height: 9px;
}
.grey-background{
    background: #e5e5e5  !important;
}
.unseen-message-info{
    width: 50%;
    margin: 10px auto;
    text-align: center;
    padding: 5px;
}

.fadeinout
{
  animation: fadeinout 3s infinite;
}

@keyframes fadeinout
{
  0%{
    opacity:0.2;
  }
  50%
  {
    opacity:1;
  }
  100%
  {
    opacity:0.2;
  }
}
.kupon-select:focus{
    border-color: #3bb77e;
}
.spanLink{
    color: #12bd60; 
    cursor: pointer;
}
.spanLink:hover{
    text-decoration: underline;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: rgb(248, 248, 248);
    overflow-x: hidden;
    transition: 0.5s;
    
  }

  
  .sidenav a:hover {
    color: #ff0000;
  }
  
  .sidenav .closebtn {
    transition: 0.3s;
    font-size: 25px;
    
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
  .all {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.2);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
.toptan-form{
    padding: 10px 34px;
}
.toptan-form .form-group input{
    height: 48px;
} 
.toptan-form .form-group label{
    font-size: 16px;
    font-weight: bold;
    color: black;
} 
.product-cart-wrap .product-img-action-wrap .product-img a {
    /* height: 349px; */
    justify-content: center;
    align-items: baseline;
    display: flex;
}
@media only screen and (min-width: 1200px){
    .col-lg-1-5 {
        width: 16%;
    }
}
.product-cart-wrap .product-img-action-wrap .product-img {
    position: relative;
    overflow: hidden;
    height: 150px;
    margin-bottom: 10px;
}


.product-cart-wrap .product-content-wrap h2 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
}
.product-cart-wrap .product-img-action-wrap {

    padding: 5px;
}
.product-cart-wrap .product-content-wrap {
    padding: 5px 10px;
}
.action-btn{
    width: 30% !important;
}

.product-action-1{
    width: 65% !important;
    text-align: center;
    /* left: 50%; */
    top: none;
    bottom: -15px;

}