.navbar-brand {
    width: 207px;
}

.pj-sm-hidden {
    padding-top: 10px;
    display: block;
}

.pj-sm-show {
    padding-top: 10px;
    display: none;
}

.float-right {
    float: right !important;
}

@media (max-width: 501px) {
    #slide-home1{
        display:block !important;
    }
    #slide-home2{
        display:none !important;
    }
}
@media (min-width: 502px) {
    #slide-home1{
        display:none !important;
    }
    #slide-home2{
        display:block !important;
    }
}

@media (max-width: 1440px) {
    .pj-sm-hidden {
        display: none;
    }
    .pj-sm-show {
        display: block;
    }
    .search-bar-header {
        min-width: 100px !important;
    }
    .search-bar {
        width: 100px;
    }
}

@media (max-width: 767px) {
    .nopadding {
        padding: 0 !important;
        margin: 0 !important;
    }
    .float-left {
        float: left !important;
    }
    .float-right {
        float: right !important;
    }
    .mobile-show {
        display: block;
    }
    .pj-sm-show {
        display: none;
    }
    .tp-sm-show {
        display: none;
    }
    .navbar-brand img{
        width:180px;
    }
    .navbar-nav li{
        font-size:10px;
    }
    .menubar {
        /* padding-left: 40px !important; */
    }
    .navbar-nav {
        margin-left: 0px !important;
    }
    nav.navbar-inverse .navbar-nav>li>a{
        font-size:11pt !important;
        margin:0px 8px !important;
    }
    .headerr{
        padding-left:0 !important;
    }
}

@media (min-width: 768px) {
    .headerr{
        width:100% !important;
    }
    .mobile-show {
        display: none !important;
    }
    .navbar-brand {
        padding-left: 0px !important;
    }
    .headerr{
        padding:0;
        margin:0;
    }
    .navbar-brand img{
        width:155px;
    }
}

@media(min-width:1200px) {
    .lgnopadding {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    nav.navbar-inverse .navbar-nav>li>a{
        font-size: 14px !important;
        margin:0px 8px !important;
    }
}

@media(min-width:1024px) {
    .menubar {
        padding-left: 60px !important;
    }
    .navbar-nav {
        margin-left: 30px;
    }
    nav.navbar-inverse .navbar-nav>li>a{
        font-size: 12px ;
        margin:0px 8px ;
    }
    .tp-sm-show{
        float:right !important;
    }
    .navbar-brand img{
        width:180px;
    }
}

.pad-pj {
    padding-top: 23px !important;
}

@media screen and (max-width: 1023px) {
    .menubar {
        padding-left: 60px !important;
    }
    .navbar-nav {
        margin-left: 30px;
    }
}



@media (min-width: 2560px) {
    .navbar-nav {
        margin-left: 435px !important;
    }
}

.header-sidebar {
    font-size: 26px;
    font-weight: bolder;
    padding-bottom: 20px;
}

.content-sidebar {
    max-height: 180px;
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    /* position:fixed; */
    overflow: hidden;
}

.content-sidebar:hover {
    overflow-y: scroll;
}

.category:hover {
    font-size: larger;
    font-weight: bold;
    cursor: pointer;
}

.loc:hover {
    font-size: larger;
    font-weight: bold;
    cursor: pointer;
}

.active {
    font-size: larger;
    font-weight: bold;
}

.reset {
    position: relative;
    background-color: rgb(255, 106, 106);
    border: none;
    padding: 10px;
    width: 200px;
    text-align: center;
    border-radius: 1.5em;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    color: #fff;
}

.reset:hover {
    background: #fff;
    box-shadow: 0px 2px 10px 5px #97B1BF;
    color: #000;
}

.reset:after {
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

.reset:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

.searchInput {
    position: relative;
    background-color: rgba(0, 0, 0, 0.144);
    border: none;
    padding: 10px;
    width: 200px;
    text-align: center;
    border-radius: 1.5em;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    color: #fff;
    margin-bottom: 20px;
}

.searchInput:hover {
    background: #fff;
    box-shadow: 0px 2px 10px 5px #97B1BF;
    color: #000;
}

.searchInput:focus {
    background: #fff;
    box-shadow: 0px 2px 10px 5px #97B1BF;
    color: #000;
}

.thumb-img-shop {
    border-radius: 0.5em;
}

@media (min-width: 1024px) {
    .shopp {
        min-width: 20% !important;
        max-width: 20% !important;
    }
}

@media(max-width:1024px) {}