/* here you can put your own css to customize and override the theme */
.ecommerce .site-logo {
    padding-top: 10px;
    padding-bottom: 3px;
}
li{
        padding-bottom: 5px;
}
.socio-top{
        font-size: 22px;
}
.socio{
        font-size: 50px;
}
.ico-whatsapp{
    color: #bdda04;
}
.ico-fb{
    color: #4c80f3;
}
.ico-insta{
    color: #fb6363;
}
.price-old{
    text-decoration: line-through;
    font: 18px 'PT Sans Narrow', sans-serif;
    float: right;
    padding-top: 1px;
    color:#ccc;
}
.price-old-rand{
    text-decoration: line-through;
    font: 15px 'PT Sans Narrow', sans-serif!important;
    padding-top: 1px;
    color:#ccc!important;
}
.box {
    position: relative;
}
.ribbon {
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#A1AB3F 0%, #A1AB3F 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
}
.ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #A1AB3F;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #A1AB3F;
}
.ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #A1AB3F;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #A1AB3F;
}
.ecommerce h2 {
    font-size: 25px;
}
.pro-name{
    min-height: 55px;
}
.hand{
    cursor: pointer;
}
.btn-default {
    color: #fff;
    background-color: #69BB45;
    border-color: #69BB45;
}
.product-item h3 {
    font: 300 14px 'Open Sans', sans-serif;
    padding-top: 10px;
    padding-bottom: 4px;
    font-size: 13px!important;
}
.price-availability-block {
    border-bottom: none!important;
    padding-bottom: 12px;
    margin-bottom: 17px;
}
.price-availability-block .price strong {
    font-size: 35px!important;
}
.panel-rakan{
    color:#fff!important;
    margin-bottom: 20px;
    background-color: #434443;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    min-height: 300px;
}
.panel-rakan a{
    color: #7edc50!important;

}
.panel-rakan a:hover{
    color: #68b542!important;
    text-decoration: none;
}
.ecommerce .header-navigation > ul > li > .dropdown-menu {
    margin-top: -12px!important;
}
.pi-price {
    font: 30px 'PT Sans Narrow', sans-serif;
}