﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

body {
    /*font-family: "Open Sans",sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
    white-space: normal;
}

#header-site {
    background: #262727 none repeat scroll 0 0;
    border-bottom: 2px solid #cf4137;
    float: left;
    position: fixed;
    top: 0;
    width: 100%;
}

.logo-site {
    float: left;
    height: 50px;
    margin: 5px 0 0px 10px;
    width: 140px;
}

    .logo-site h1 {
        margin: 0;
    }

        .logo-site h1 a {
            float: left;
            height: 40px;
            width: 131px;
            text-indent: -999px;
            background-image: url('https://eshop.sexshopargentino.com.ar/images/Logo.jpg');
            background-repeat: no-repeat;
            background-position: 0px;
            background-size: 100px;
        }

/*Notification Bell dropdown*/
.top-nav {
    padding: 0 5px;
}

    .top-nav > li {
        display: inline-block;
        float: left;
    }

        .top-nav > li > a {
            color: #fff;
            font-size: 13px;
            line-height: 20px;
            padding-bottom: 12px;
            padding-top: 12px;
        }

        .top-nav > li span.badge {
            background: #ca3f02 none repeat scroll 0 0;
            border: 3px solid #262727;
            font-family: "Open Sans",sans-serif;
            font-size: 11px;
            font-weight: 300;
            padding: 2px 5px;
            position: absolute;
            right: 3px;
            top: 3px;
        }

.dropdown-notification .dropdown-menu {
    width: 275px;
    max-width: 275px;
    min-width: 160px;
}

.dropdown-notification > a {
    font-size: 18px !important;
    line-height: 29px !important;
}

.top-nav .dropdown-menu .dropdown-menu-list {
    list-style: outside none none;
    padding-left: 0;
    padding-right: 0 !important;
}

.top-nav > li.dropdown-notification .dropdown-menu > li.external {
    border-radius: 4px 4px 0 0;
    display: block;
    letter-spacing: 0.5px;
    overflow: hidden;
    padding: 15px;
}

    .top-nav > li.dropdown-notification .dropdown-menu > li.external > h3 {
        display: inline-block;
        float: left;
        font-size: 13px;
        margin: 0;
        padding: 0;
    }

    .top-nav > li.dropdown-notification .dropdown-menu > li.external > a {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 0 none;
        color: #888;
        clear: inherit;
        display: inline-block;
        font-size: 13px;
        font-weight: 300;
        margin-top: -1px;
        padding: 0;
        position: absolute;
        right: 10px;
    }

.top-nav > li.dropdown-notification .dropdown-menu > li.external {
    background: #eaedf2 none repeat scroll 0 0;
}

.top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list {
    list-style: outside none none;
}

    .top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li > a {
        clear: both;
        display: block;
        font-size: 13px;
        font-weight: 300;
        line-height: 20px;
        padding: 16px 15px 18px;
        text-shadow: none;
        white-space: normal;
        border-bottom: 1px solid #eff2f6 !important;
    }

    .top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .time {
        float: right;
        font-size: 11px;
        font-weight: 400;
        max-width: 75px;
        opacity: 0.7;
        padding: 1px 5px;
        text-align: right;
        background: #f1f1f1 none repeat scroll 0 0;
    }

    .top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details {
        font-size: 13px;
    }

        .top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li a .details .label-icon {
            border-radius: 50%;
            margin-right: 10px;
        }

.top-nav > li > a:hover, .top-nav > li > a:focus, .top-nav > .open > a, .top-nav > .open > a:hover, .top-nav > .open > a:focus {
    background-color: #171717;
    color: #999999;
}

.top-nav > li.dropdown-notification .dropdown-menu .dropdown-menu-list > li > a:hover {
    background: #f8f9fa none repeat scroll 0 0;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #ca3f02;
}

/*Toggle Navigation design*/
.navbar-default .navbar-toggle {
    border: none;
}

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: none;
    }

@media(max-width:768px) {
    .navbar-collapse {
        clear: both;
    }
}