body {
    font-size:16px;
}
.top-navbar-1 {
    padding-top: 10px;
    padding-bottom: 10px;
}

input[type=search] {
    padding-left: 15px;
}

.button {
    border-radius: 20px;
}

input[type=search] {
    border-radius: 20px;
}

.top-navbar-2 {
    border-radius: 20px;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
}

.product-list.list_thumb_static .product > .row {
    border-radius: 20px;
    border: 1px solid #ed89a4;
}

.h2 {
    color: #ed89a4;
    font-weight:600 !important;
    text-transform: none !important;
}

body .content .tabs li {
    margin-left:10px;
}


.tabpanel .tabs li.active {
    border:none !important;
}
body .content .tabs li a {
    background: #fff;
    color:#ed89a4;
    border: 1px solid #ed89a4;
    border-radius:20px;
}
body .content .tabs li.active a {
    background: #ed89a4;
    color:#fff;
    border-radius:20px;
}

.well {
    background: #fff;
    border: 1px solid #ed89a4;
    border-radius:70px;
    padding: 50px !important;
}

.editor_content ul li {
    list-style-type:  none;
}

.toTop.outside {
    border-radius:20px;
}

.sidebar .heading {
    color: #ed89a4;
    text-align: left !important;
    position: relative;
}

.well h1 {
    background-color: #ed89a4;
    color: #fff;
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.bullet-icon {
    color: #ed89a4;
    display:none !important;
}
.bullet-body {
    text-align:center;
}
.bullet-heading {
    background-color: #ed89a4;
    color: #fff;
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom:10px;
    text-align:center;
}

@media only screen and (min-width: 768px) {
.sidebar_bg.sidepos_left
 {
        border: 1px solid #ed89a4;
        border-radius:40px;
        margin-top:10px;
    }
.nav_holder, .sidebar .acco .acco_section, .sidebar .tabs li {
        border:none;
    }
}