#main{
    max-width: 100%;
    padding: 0;
}

.row .row{
    margin: 0 auto;
}

.header-banner{
    padding: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 105px;
}

.title{
    margin: 15px 0;
}

.subtitle{
    margin: 0;
    font-size: 22px !important;
    margin-bottom: 10px;
}

.container-categories{
    text-align: left;
    width: 300px;
    /*position: fixed;*/
    /*top: 196px;*/
    font-size: 13px;
}

.list-content {
    margin-top: 35px;
    width: calc(100% - 300px);
    /*margin-left: 300px;*/
    /*float: left !important;*/
}

.is-sticky{
    position: fixed;
    top: 62px;
}

.div-sort{
    right: 16px;
    width: 156px;
    position: fixed;
    top: 210px;
    text-align: left;
    z-index: 10 !important;
}

.nav-sortby{
    width: 100%;
    background-color: #fff;
    cursor: pointer;
}

.nav-store{
    padding: 10px;
    width: 270px;
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 2px;
}

.nav-categories{
    margin-top: 14px;
}

.title-explore{
    background-color: #fff;
    padding: 8px;
    margin-bottom: 2px;
}

.tree-subcategories{
    background-color: #fff;
    margin-bottom: 2px;
}

.back-top{
    background-color: #fff;
    display: none;
    opacity: 0;
    transition: opacity 0.7s;
    cursor: pointer;
    margin-top: 30px;
}

.listofsubs{
    margin-bottom: 20px;
}

.listofsubs a.subcategories {
    padding: 3px;
}


.listofsubs a.subcategories:hover {
    border: 0;
    margin: 15px;
    padding: 3px;
}

.tree-subcategories ul li{
    min-height: 30px;
}

.tree-subcategories ul{
    margin-bottom: 0;
}

.tree-subcategories ul li:last-child{
    padding-bottom: 10px;
}

.tree-subcategories ul li:hover .children{
    color: #555;
}

.children{
    text-decoration: none;
    color: #555;
    vertical-align: -webkit-baseline-middle;
    font-size: 13px;
    margin-left: 15px;
}

.scrollClass{
    overflow: auto;
}


.title-back-top{
    color: #555;
    margin-left: 1.1rem;
    font-size: 13px;
    padding: 5px;
}

.back-top-mobile{
    position: fixed;
    bottom: 0 !important;
    width: 100%;
    display: none;
    opacity: 1;
    z-index: 9999;
    text-transform: uppercase;
    text-align: center;
    left: 0;
    background: white;
}

.back-top-mobile p{
    margin-top: 15px;
    font-size: 16px;
}

.back-top-mobile p span{
    display: none;
}

.hidden {
    display: none;
}

.loading {
    width: 64px !important;
    height: 64px !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.error-container{
    display: none;
    text-align: center;
    color: red;
}

.order-objects{
    width: 35%;
    margin: 0 auto;
}

.order-objects a{
    color: #000;
    text-decoration: none;
}

.sort-title{
    text-transform: uppercase;
    background-color: rgba(63, 188, 156, 0.8);
}

#sortme{
    font-size: 13px;
    line-height: 35px;
    margin-left: 18px;
}

.mobile-categories{
    z-index: 9999;
    top: 30px;
    display: none;
    width: 100%;
    position: inherit;
}

.sort-value{
    cursor: pointer;
    padding: 5px;
    background-color: #a4a4a4;
}

.sort-link{
    text-transform: uppercase;
}

#sortsub{
    position: absolute;
    z-index: 10;
    display: none;
    width: 270px;
    left: -3px;
}

.content-over{
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0%;
    height: 100%;
    transition: opacity 0.5s;
    -webkit-transition: -webkit-opacity 0.5s;
}

.content-over-min{
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0%;
    height: 100%;
}

.icons-container{
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 100% !important;
    margin: 0 !important;
}

.profile-container{
    position: absolute;
    top: 0;
    width: 100% !important;
}

.result:hover .thumbnail > .content-over {
    display: inline-block;
    transform: translate3d(0,0,0);
    opacity: 1;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 27%);
}

.result:hover .thumbnail > .content-over-min {
    display: inline-block;
    opacity: 1;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 27%);
}

.thumbnail a {
    height: 0;
}

.btn-over{
    width: 32px;
    height: 32px;
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    background-size: cover;
    outline: 0;
    margin-top: 13px;
    -webkit-transition: -webkit-opacity 0.5s;
    transition: opacity 0.5s;
}

.btn-over:hover{
    background-size: 95%;
    background-position: 50% 50%;
}

.btn-save-later{
    background-image: url('/images/categories/clock.png');
}

.btn-like{
    background-image: url('/images/categories/like.png');
}

.liked{
    background-image: url('/images/categories/heart-green.png');
}

.saved{
    background-image: url('/images/categories/clock-green.png');
}

.no-padding{
    padding: 0;
    height: 100%;
    line-height: 40px;
}

.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
}

.tree-parents{
    text-align: left;
    margin-left: 17px;
    margin-bottom: 10px;
}

.searchtext{
    height:25px;
    text-align:left;
    text-transform: none;
    color: #555;
    background: rgb(233, 233, 233);
    font-size: 13px;
    padding: 6px;
    width: 100%;
    float: left;
}

.search-text-designer{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.link-profile{
    width: auto;
    float: left;
}

.visits{
    font-size: 13px;
    color: #555;
    position: absolute;
    right: 0;
}

.username{
    color: #555;
}

.searchtitle:visited, .username:visited{
    color: #555;
}

.searchtitle:hover, .username:hover{
    color: #444;
    text-decoration: underline;
}

.search-result-each{
    height: 285px;
    margin: 10px;
    background: #e9e9e9;
    border-radius: 6px;
}

@media only screen and (max-width: 1040px) {
    .container-adv-left-cat{
    display: none !important;
    }
}


/* Media queries */
@media only screen and (max-width: 65em) {

    .content-over{
        opacity: 1;
        background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 27%);
    }

    .btn-over{
        -webkit-transition: none;
        transition: none;
    }

    .container-categories{
        height: auto;
        width: 100%;
        position: inherit;
        top: 0;
        margin-top: 25px;
    }

    .nav-categories{
        width: 78%;
        margin: 0 auto;
    }

    .div-sort{
        right: 0;
        width: 100%;
        position: inherit;
        top: 0;
    }

    .nav-sortby {
        width: 100%;
        margin: 0 auto;
    }

    .nav-store{
        width: 100%;
    }

    #sortsub{
        top: auto;
        left: auto;
        margin: 0;
    }

    .list-content{
     width: 100%;
    }
}

/* Google advs */
.container-adv-left-cat{
    margin-top: 20px;
    width: 270px;
}

.txtSponsored{
    font-size: 0.6em;
    color: #555;
    float: right;
}

.container-remix{
    position: absolute;
    top: 4px;
    left: 6px;
}

.container-remix img{
    height: 30px;
}

/* Store */
.search-result-each-store{
    border: 1px solid #3fbc9c;
}

.searchtitle-store, .searchtext-store{
    color: white !important;
    background-color: #3fbc9c !important;
}

.searchtext-store{
    height: inherit !important;
}

.searchtext-store .username, .searchtext-store .visits{
    color: white !important;
}

.searchtext .visits{
    right: 6px !important;
}

.search-result-each-store .result:hover .thumbnail > .content-over {
    background: linear-gradient(to top, rgba(63,188,156,1) 0%, rgba(0,0,0,0) 27%);
}

.link-store, .link-store:visited, .link-store:active{
    color: #333;
}

.flag-brand{
    position: absolute;
    z-index: 1;
    right: 5px;
    top: -5px;
    width: 50px;
}

@media only screen and (max-width: 1024px) {
    .limit-size{
        max-width: 600px;
    }
    .jewelleryblocks img{
        max-width: 400px;
    }
}

.btn-add-basket{
    background-image: url('/images/categories/basket.png');
    width: 40px;
    height: 40px;
    margin-top: 7px;
}

.btn-rem-basket{
    background-image: url('/images/categories/basket-green.png');
    width: 40px;
    height: 40px;
    margin-top: 7px;
}

_:-webkit-full-screen:not(:root:root), .result-adv{
    position: relative;
    top: -64px;
}