::-webkit-scrollbar-thumb {
    background: #623667;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #623667;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #623667;
}

.closemenu {
    height: 0px;
}


/********************/

#myaccount {
    width: 80px;
    height: 15px;
    padding-top: 5px;
    margin-top: 10px;
    background-color: #EFD0FD;
    border: 1px solid #707070;
    color: #623667;
    border-radius: 25px;
    margin-left: 10px;
}


/********************/

.menus {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 8px;
    right: 1%;
    z-index: +18;
    font-size: 28px;
    color: #5a5959;
}

.menus:hover {
    cursor: pointer;
}

.close_menus {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 8px;
    right: 1%;
    z-index: +18;
    font-size: 28px;
    color: #ffffff;
}

.close_menus:hover {
    cursor: pointer;
}

.bar {
    width: 100%;
    height: 3px;
    background-color: #5a5959;
}

.bar2 {
    width: 100%;
    height: 1px;
    background-color: #a39d9d;
}

.cartfix {
    float: left;
    margin-top: 15px;
    margin-left: 15px;
}

.cartfix:hover {
    cursor: pointer;
}

.title {
    width: 150px;
    height: 30px;
    color: #5a5959;
    border-radius: 5px;
    background-color: white;
    position: absolute;
    display: none;
    top: 110px;
    right: 50px;
    z-index: +15;
}

.as {
    display: none;
    width: 130px;
    height: 80px;
    color: white;
    border-radius: 5px;
    background-color: #623667;
    position: absolute;
    top: 105px;
    right: 30%;
    z-index: +15;
}

.as a {
    margin-top: 2px;
    margin-bottom: -15px;
}

.top {
    width: 100%;
    height: 60px;
    overflow: hidden;
    background-color: #623667;
}

#logoimg {
    float: left;
    width: 200px;
    height: 80%;
    margin-left: 1%;
    background-color: #623667;
}

.navbar {
    height: 60px;
    overflow: hidden;
    background-color: #623667;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.subnav {
    float: left;
    overflow: hidden;
}

.subnav .subnavbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 0;
}

.navbar a:hover,
.subnav:hover .subnavbtn {
    color: #EFD0FD;
}

.subnav-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: #623667;
    width: 100%;
    height: auto;
    z-index: +8;
}

.subnav-content ul {
    width: 90%;
    height: auto;
    list-style-type: none;
    float: left;
}

.subnav-content ul li a {
    width: 30%;
    text-align: left;
    color: white;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.subnav-content a:hover {
    color: #fabb6b;
}


/*
.subnav:hover .subnav-content {
    display: none;
}
*/

#signup_shape {
    width: 80px;
    height: 15px;
    padding-top: 5px;
    margin-top: 10px;
    background-color: #623667;
    border: 1px solid #707070;
    border-radius: 25px;
    margin-left: 10px;
}

#loginas {
    width: 80px;
    height: 15px;
    padding-top: 5px;
    margin-top: 10px;
    background-color: #EFD0FD;
    border: 1px solid #707070;
    color: #623667;
    border-radius: 25px;
}

#language {
    margin-left: 15px;
}

#cart {
    margin-top: 15px;
    margin-left: 15px;
}


/**/

.main-color {
    color: #82569b;
    color: #fabb6b;
    color: #f0717c;
    color: #d53e95;
}

.info {
    width: 100%;
    height: 30px;
    overflow: hidden;
    background-color: antiquewhite;
}


/*  ============================================  */

.ads {
    width: 100%;
    height: 10px;
}

@media only screen and (min-width:280px) and (max-width:431px) {
    .close_menus {
        display: block;
    }
    #logoimg {
        width: 180px;
        height: 50px;
    }
    #language {
        display: none;
    }
    /**/
    #loginas {
        width: 50px;
        height: 10px;
    }
    #signup_shape {
        height: 10px;
    }
    /**/
    .top {
        height: 270px;
    }
    .navbar {
        width: 100%;
        height: 300px;
    }
    #signup_shape {
        display: none;
    }
    .as {
        top: 200px;
    }
    .divprofile {
        top: 42px;
        right: 10%;
    }
    .filter3mob {
        position: absolute;
        top: 170px;
        right: 5%;
        display: block;
    }
    .filter3 {
        display: none;
    }
    #shop {
        display: none;
    }
}

@media only screen and (min-width:432px) and (max-width:467px) {
    .close_menus {
        display: block;
    }
    #logoimg {
        width: 180px;
        height: 50px;
    }
    .top {
        height: 190px;
    }
    .navbar {
        width: 100%;
        height: 300px;
    }
    .navbar a {
        font-size: 14px;
    }
    #signup_shape {
        display: none;
    }
    .as {
        top: 200px;
        right: 50%;
    }
    .divprofile {
        top: 42px;
        right: 10%;
    }
    .filter3mob {
        position: absolute;
        top: 170px;
        right: 5%;
        display: block;
    }
    .filter3 {
        display: none;
    }
    .pfilter {
        display: none;
    }
    #shop {
        display: none;
    }
}

@media only screen and (min-width:468px) and (max-width:480px) {
    .close_menus {
        display: block;
    }
    #logoimg {
        width: 180px;
        height: 50px;
    }
    .top {
        height: 250px;
    }
    .navbar {
        width: 100%;
        height: 300px;
    }
    #signup_shape {
        display: none;
    }
    .as {
        top: 150px;
        right: 5%;
    }
    .divprofile {
        top: 42px;
        right: 10%;
    }
    .filter3mob {
        position: absolute;
        top: 170px;
        right: 5%;
        display: block;
    }
    .filter3 {
        display: none;
    }
    .pfilter {
        display: none;
    }
    .search img {
        width: 170px;
        height: 50px;
    }
    #shop {
        display: none;
    }
}

@media only screen and (min-width:481px) and (max-width:539px) {
    .close_menus {
        display: block;
    }
    #logoimg {
        width: 180px;
        height: 50px;
    }
    .top {
        height: 200px;
    }
    .navbar {
        width: 90%;
        height: 150px;
    }
    #signup_shape {
        display: none;
    }
    .as {
        top: 150px;
        right: 5%;
    }
    .divprofile {
        top: 42px;
        right: 10%;
    }
    .filter3mob {
        position: absolute;
        top: 170px;
        right: 5%;
        display: block;
    }
    .filter3 {
        display: none;
    }
    .pfilter {
        display: none;
    }
    #shop {
        display: none;
    }
}

@media only screen and (min-width:540px) and (max-width:612px) {
    .close_menus {
        display: block;
    }
    #logoimg {
        width: 180px;
        height: 50px;
    }
    #signup_shape {
        display: none;
    }
    .top {
        height: 250px;
    }
    .navbar {
        width: 80%;
        height: 150px;
    }
    .as {
        top: 150px;
        right: 14%;
    }
    .divprofile {
        top: 42px;
        right: 10%;
    }
    .filter3mob {
        position: absolute;
        top: 170px;
        right: 5%;
        display: block;
    }
    .filter3 {
        display: none;
    }
    .pfilter {
        display: none;
    }
    #shop {
        display: none;
    }
}

@media only screen and (min-width:612px) and (max-width:721px) {
    #logoimg {
        width: 180px;
        height: 50px;
    }
    #signup_shape {
        display: none;
    }
    .top {
        height: 200px;
    }
    .navbar {
        width: 85%;
        height: 150px;
    }
    .as {
        top: 150px;
        right: 45%;
    }
    .divprofile {
        top: 42px;
        right: 10%;
    }
    .filter3mob {
        position: absolute;
        top: 170px;
        right: 5%;
        display: block;
    }
    .filter3 {
        display: none;
    }
    .pfilter {
        display: none;
    }
    .navbar {
        display: block;
    }
    #shop {
        display: none;
    }
}

@media only screen and (min-width:722px) and (max-width:800px) {
    #logoimg {
        width: 180px;
        height: 50px;
    }
    .top {
        height: 150px;
    }
    .navbar {
        width: 80%;
        height: 150px;
    }
    .as {
        top: 150px;
        left: 10%;
    }
    .divprofile {
        top: 42px;
        right: 10%;
    }
    .filter3mob {
        position: absolute;
        top: 170px;
        right: 5%;
        display: block;
    }
    .filter3 {
        display: none;
    }
    .pfilter {
        display: none;
    }
    .navbar {
        display: block;
    }
    #shop {
        display: none;
    }
}

@media only screen and (min-width:801px) and (max-width:910px) {
    #logoimg {
        width: 180px;
        height: 50px;
    }
    .top {
        height: 100px;
    }
    .navbar {
        width: 70%;
        height: 100px;
    }
    .as {
        top: 100px;
        right: 5%;
    }
    .divprofile {
        top: 42px;
        right: 10%;
    }
    .filter3mob {
        position: absolute;
        top: 170px;
        right: 5%;
        display: block;
    }
    .filter3 {
        display: none;
    }
    .pfilter {
        display: none;
    }
    .navbar {
        display: block;
    }
    #shop {
        display: none;
    }
}

@media only screen and (min-width:911px) and (max-width:1060px) {
    #logoimg {
        width: 180px;
        height: 50px;
    }
    #signup_shape {
        display: none;
    }
    .top {
        height: 100px;
    }
    .navbar {
        width: 60%;
        height: 100px;
    }
    .as {
        top: 100px;
        right: 10%;
    }
    .divprofile {
        right: 10%;
    }
    .pfilter {
        display: none;
    }
    .search img {
        width: 170px;
        height: 50px;
    }
    #shop {
        display: none;
    }
    .search #search {
        width: 35%;
        left: 30%;
    }
    #icon_search {
        display: none;
    }
}

@media only screen and (min-width:1061px) and (max-width:1170px) {
    #logoimg {
        width: 180px;
        height: 50px;
    }
    .top {
        height: 100px;
    }
    .navbar {
        width: 70%;
        height: 100px;
    }
    .as {
        display: none;
        top: 100px;
        right: 20%;
    }
    .divprofile {
        right: 15%;
    }
}

@media only screen and (min-width:1171px) and (max-width:1190px) {
    #logoimg {
        width: 180px;
        height: 50px;
    }
    .top {
        height: 100px;
    }
    .navbar {
        width: 75%;
        height: 100px;
    }
    .as {
        display: none;
        top: 100px;
        right: 20%;
    }
    .divprofile {
        right: 15%;
    }
}