.do-not-update .b-edit {
    display: none !important;
}

.has-button-top .slick-list {
    padding-top: 50px;
    position: relative;
}
.has-button-bottom .slick-list{
    position: relative;
    padding-bottom: 50px;
}

.has-button-bottom .slick-prev, .has-button-bottom .slick-next {
    bottom: 0px;
    top: auto;
    margin: 0;
    z-index: 2;
}

.has-button-top .slick-prev, .has-button-top .slick-next {
    top: 0px;
    margin: 0;
    z-index: 2;
}

.has-button-bottom .slick-next, .has-button-top .slick-next {
    left: 40px;
}


.m-t-15 {
    margin-top: 15px;
}
.m-b-15 {
    margin-bottom: 15px;
}

#header {
    background-color: #F2F2F2;
    z-index: 3;
}

#header .top-search {
    margin: 20px auto;
}
#header .top-search label {
    display: none;
}
#header .top-search .btn-search {
    position: absolute;
    right: 1px;
    top: 50%;
    height: 36px;
    margin-top: -18px;
    width: 40px;
    border-radius: 4px;
    z-index: 1;
}

#header .top-search .btn-search:before {
    font-family: 'FontAwesome';
    line-height: 36px;
    font-size: 20px;
    content: "\f002";
    display: block;
}

#header .top-search .btn-search button {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}


[data-supersized-animate] .container {
    min-height: 180px;
}
.slide-container .slide-content{
    position: absolute;
    padding: 15px;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    width: 320px;
    border-radius: 5px;
    background-color: rgba(225,225,225,.6);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    display: none;
}

.slide-container .slide-content .banner-title {
    font-size: 20px;
}
.slide-container .slide-content .btn {
    border: 1px solid;
    padding-bottom:2px;
    padding-top:2px;
}

.pageid-2 #footer {
    margin-bottom: 60px;
}

.logo-slogan {
    padding-top: 20px;
    font-size: 18px;
}

.short-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.container {
    padding: 0 10px;
}

.error + p {
    padding-top: 10px;
}

#main-menu {
    background-color: #333;
}
#main-menu .desktop-menu > ul > li > a {
    color: #F2F2F2;
    padding: 0 15px;
}
#main-menu .desktop-menu > ul > li.active a {
    background-color: #666;
}
/*User manager style */
.user-function {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: #9a0e04;
    width: 100%;
    padding: 5px 0;
}
.user-adminpage {
    /*padding: 5px 20px;
    border: 1px solid #DDD;*/
    margin-top: 20px;
    border-radius: 5px;
}

.user-adminpage .row-password .form-control-static:before {
    content: "******";
}

.model-update.in > {
    padding: 20px;
    border: 1px solid #DDD;
    border-radius: 5px;
}
.block {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    padding: 15px;
}

.row-price-2,
.row-price-1 .btn-add-to-card,
.slide-container .slide-content-1 {
    display: none !important;
}

.path-url {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.path-url li:first-child {
    padding-left: 0;
}

.path-url li {
    display: inline-block;
    padding-left: 10px;
}

.item-view-products .slick-slider {
    margin: 0 -9px;
}
.item-view-products .slick-slide.item > * {
    padding: 0 10px;
}

.item-view-products .item {

}

.more-content,
.more-content ul {
    padding: 0;
    list-style: none;
}
.more-content li {
    list-style: none;
    display: block;
}

.more-content li:before {
    content: "\f046";
    font-family: 'FontAwesome';
    padding-right: 8px;
    display: inline;
    color: #1DBC60;
}

.side-box.no-title >h3 {
    display: none;
}
.side-box.no-title .side-content {
    border: none;
    padding: 0;
}

.post-form .view-option-boxchat { padding: 5px; }

@media only screen and (max-width: 481px) {
    .user-function .fa + b {
        display: none;
    }

}

@media only screen and (min-width: 768px) {
    [data-supersized-animate] .container {
        min-height: 260px;
    }

    .slide-container .slide-content{
        display: block;
    }

    .short-text {
        max-width: 200px;
    }

    .modal.in .modal-signup {
        width: 480px;
    }

}

@media only screen and (min-width: 992px) {
    [data-supersized-animate] .container {
        min-height: 320px;
    }

    .container {
        width: 960px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 1100px) {

}
