/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/



.menu_top_fix {
    position: fixed;
    z-index: 9999;
    background-color: #1a1e22;
    width: 100%;
    top: 0;
    left: 0;
}

 .menu_right_line{
     border-right: 1px solid #7a7a7aa6;
 }

.sidebar{
    background: #f5f7fa;
    padding-top: 20px;
}

.brand-product{
    font-size: 12px;
    color: #e70088;
}

.oc-item {
    background: #FFF;
    text-align: center
}

#aboutwrap{
     background: linear-gradient(rgb(255 255 255 / 30%), rgb(255 255 255 / 50%)), url(../images/bg2.jpg) fixed center center;
     background-size: cover;
 }

.easypink{
    background: #ffeaef!important;:

}

/* custom stylings */
.wrapper, .scroll-wrapper {
    padding: 5px;
}
.scroll-wrapper.mac + .scrollBarContainer{
    background-color: transparent;
}
.scrollBarContainer.animate .scroll{
    transition: 2s opacity ease;
    -ms-transition: 2s opacity ease;
    opacity: 0;
}
.scrollBarContainer:hover .scroll{
    opacity: 0.5;
    transition: none;
    -ms-transition: none;
}

.scroll{
    border-radius: 10px;
}
.wrapper + .scrollBarContainer{
    background-color: #eee9ee;
}

.badge-success {
    background-color: #9e9e9e;
}

.parambutton{
    background: #fee9ee;
}

.myform {
    font-size: 14px;
}

#controlswitch{
    display: none;
}


.optional-rel{
    font-size: 12px;
    letter-spacing: 0.5px;
}

/*.pagination-box{
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}*/

@media (max-width: 991.98px) {
    .side-panel #side-panel-trigger-close a {
        display: block;
        position: absolute;
        z-index: 12;
        top: 0;
        left: auto;
        right: 0;
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        color: #444;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 0 0 0 2px;
    }
}

@media screen and (max-width:576px) {

    #controlswitch{
        display: block;
    }

    #controlpanel {
        padding: 10px 0 0 0;
        margin-bottom: 0px;
    }

    .disme{
        display: none;
    }

    .myform {
        font-size: 11px;
    }
}



