.tab-pane h2{
    display:none;
}

.sirus-list{
    list-style-type: disc;
}

.menu-icon:before{
    font-size:50px;
    display:block;
    text-align:center;
}

.menu-icon{
    text-align:center;
    margin:0 1em;
}

.navbar.mega-menu{
    background-color:#0091CE !important;
    /* background-color:#fff !important; */
}

.main-contain{
    /* background-color:#f5811f; */
}



.page-bg-color-style2{
    background-color:#fff;
}

.product img{width:100%;}

.nav.navbar-nav i,
.nav.navbar-nav a{color:#fff;}

.cd-navbar{text-align:center;}
.cd-navbar h6{
    display:block;
    font-size:10px;
    margin:0 !important;
    padding:0px !important;
    margin-top:-20px !important;
    text-align:center;
    color:#fff;
    line-height:1.5;
}

.menu-icons-list img{
    width:30px;
}
.header .header-right-sidebar {
    margin-top:50px;
}

body{
    background-color:#fff;
}
.product{
    border: 1px solid #c3c3c3;
}
.product:hover{
    box-shadow:1px 1px 25px 1px #c3c3c3;
}
.ajax_add_to_cart{cursor:pointer;}


#detail_product{
    max-height:690px;
    padding-left:5%;
    overflow:overlay;
}

#detail_product::-webkit-scrollbar {
    width: 8px !important;
    height: 8px !important;
    
}

/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
#detail_product::-webkit-scrollbar-thumb {
    background: rgba(246, 129, 31,0.4);
    border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
#detail_product::-webkit-scrollbar-thumb:hover {
    background: rgba(246, 129, 31, 0.8);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.6);
}

/* Cambiamos el fondo cuando esté en active */
#detail_product::-webkit-scrollbar-thumb:active {
    background-color: rgba(246, 129, 31, 1)
}

#detail_product::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

/* Cambiamos el fondo cuando esté en active o hover */
#detail_product::-webkit-scrollbar-track:hover,
#detail_product::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}

@media all and (max-width:768px){
    .cd-navbar .navbar-nav{
        
        
        
    }
    .cd-navbar .navbar-nav li{
        padding:0 1%;
        
        display:inline-block;
        min-height:120px;
    }
    .cd-navbar a{
        width:100%;
        
    }
    .cd-navbar h6{
        
        font-size:10px;
        margin-top:0px !important;
        position:absolute;
        width:100%;
    }
}