body {
    width: 100%;
    height: 100%;
    margin: 0px;
    font-family: 'Segoe UI Semibold';
}


/* print */

.parent_print {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: +20;
    background-color: #0d0d0d7e;
}

.popup_print {
    display: none;
    width: 80%;
    height: 540px;
    background-color: white;
    border-radius: 13px;
    overflow: hidden;
    position: fixed;
    top: 100px;
    left: 10%;
    z-index: +21;
    text-align: center;
}

.popup_print .head {
    width: 100%;
    height: 95px;
    overflow: hidden;
    text-align: center;
}

.head h1 {
    font-size: 40px;
}

.popup_print .parent_cats {
    width: 90%;
    height: 380px;
    overflow: auto;
    margin: 0px auto;
    text-align: center;
}

.parent_cats .cat {
    width: 300px;
    height: 320px;
    float: left;
    margin-left: 2%;
    text-align: center;
    border: 1px solid #686767;
    border-radius: 7px;
    padding: 5px;
    margin-bottom: 15px;
}

.cat img {
    width: 100%;
    height: 230px;
    border-radius: 7px;
}

.cat img:hover {
    cursor: pointer;
}

.cat b {
    font-size: 35px;
}

.catbetween {
    width: 100%;
    height: 4px;
    overflow: hidden;
}

.popup_print #txprint {
    display: none;
}

.popup_print .continuebtn {
    width: 90%;
    height: 50px;
    font-size: 28px;
    color: white;
    background-color: #633668;
    border-radius: 13px;
    overflow: hidden;
    border: 1px solid white;
}

.continuebtn:hover {
    cursor: pointer;
}


/* print */

#loaderparent {
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: +14;
    overflow: hidden;
}

#logoloader {
    display: block;
    width: 300px;
    height: 300px;
    margin: auto;
    position: absolute;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: +15;
}

.ads {
    width: 100%;
    height: 50px;
}

.filter3mob {
    display: none;
}

.detail_info .path_product {
    float: left;
    width: 100%;
    height: 50px;
    overflow: hidden;
    text-transform: capitalize;
}

.path_product .infopath {
    float: left;
    width: 60%;
    height: 100%;
    overflow: hidden;
    text-transform: capitalize;
    margin-left: 5%;
}

.infopath p {
    width: 98%;
    height: 10px;
    color: #8D8D8D;
}

.infopath #spancat {
    color: #613779;
}

.infopath #micon {
    width: 20px;
    height: 20px;
}

.infopath .arro {
    width: 11px;
    height: 11px;
    margin-left: 5px;
}


/**/

.detail_info {
    width: 100%;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
}

.detail_info .num_cat {
    float: right;
    width: 15%;
    height: 100%;
    margin-right: 7%;
}

.detail_info .num_cat h2 {
    float: right;
    color: #623667;
}

.detail_info .path_filters {
    float: left;
    min-width: 28%;
    height: 100%;
    overflow: hidden;
    text-transform: capitalize;
    margin-left: 5%;
}

.path_filters h2 {
    color: #3A3A3A;
}

.detail_info .filtercontent {
    float: left;
    width: 30%;
    height: 100%;
    overflow: hidden;
    text-transform: capitalize;
    margin-left: 1%;
}

.detail_info .filtercontent .u {
    float: left;
    margin-top: 18px;
    margin-left: 5px;
    border-radius: 10px;
    padding-top: 9px;
    background-color: #F8F7FC;
    padding-left: 4px;
}

.detail_info .filtercontent .u a {
    text-decoration: none;
    color: black;
}

.detail_info .filtercontent .u a:hover {
    color: #613779;
}

.filtercontent .u .clo {
    float: right;
}

.filtercontent .u .clo:hover {
    cursor: pointer;
}


/*  all  =================================================*/

.all {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.all .leftfilter {
    float: left;
    width: 15%;
    height: auto;
    overflow: hidden;
    margin-left: 6%;
}

.leftfilter .search {
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}

.leftfilter .search .load {
    display: none;
    width: 10px;
    height: 10px;
    background-color: #82569b;
    border-radius: 50%;
    position: absolute;
    right: 20%;
    top: 21%;
    z-index: +15;
}

.search #iconsearch {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    left: 7px;
    z-index: +7;
}

.search input {
    width: 85%;
    height: 25px;
    border: 1px solid #613779;
    border-radius: 10px;
    padding-left: 25px;
    color: #613779;
    font-weight: bold;
}

.search input:focus {
    outline: none;
}

.leftfilter .parentfilter {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.parentfilter .filterhead {
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.filterhead span {
    color: #613779;
    text-decoration: underline;
}

.parentfilter .filter_link {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.filter_link a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-transform: capitalize;
    text-decoration: none;
    color: #707070;
    margin-left: 4%;
}

.filter_link a:hover {
    color: #613779;
}


/**/

.leftfilter .cats {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cats a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-decoration: none;
    color: #707070;
    font-size: 20px;
    text-transform: capitalize;
    margin-left: 4%;
    font-weight: bold;
}

.cats a:hover {
    color: #613779;
}


/*  end of filter */

.all .products {
    float: left;
    width: 70%;
    height: 600px;
    overflow: auto;
    margin-left: 2%;
}

.products .parent_items {
    width: 100%;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
}

.parent_items .item_part {
    float: left;
    width: 300px;
    height: auto;
    margin-left: 10px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #cccaca;
    border-radius: 10px;
    padding: 5px;
}

.item_part a.dark {
    width: 100%;
    height: 229px;
    display: inline-block;
    border-radius: 7px;
    padding: 0;
}

.item_part a.dark img {
    display: block;
    width: 100%;
    height: 230px;
    border-radius: 7px;
}

.item_part .addcart {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: +5;
    width: 110px;
    height: 25px;
    color: white;
    background-color: #633668;
    border: 1px solid #633668;
    border-radius: 7px;
}

.item_part .addcart:hover {
    cursor: pointer;
}

.item_part .remove_cart {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: +3;
    width: 110px;
    height: 25px;
    color: white;
    background-color: #633668;
    border: 1px solid #633668;
    border-radius: 7px;
}

.item_part .remove_cart:hover {
    cursor: pointer;
}


/*     ////////////////////////*/

.item_part #name {
    opacity: .9;
    width: 98%;
    height: 40px;
    overflow: hidden;
    margin-top: 3px;
}

.item_part .rating {
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.rating .printicon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 55px;
    top: 10px;
    z-index: +1;
}

.printicon:hover {
    cursor: pointer;
}

.rating .over-star {
    width: 25px;
    height: 25px;
    float: left;
}

.rating .over-star img {
    width: 22px;
    height: 22px;
    margin: 1px;
    margin-top: 13px;
}

.rating .rat_value {
    width: 140px;
    height: 30px;
    float: left;
    font-size: 15px;
    color: #918989;
    margin-left: 5px;
}

.rating .rat_value p {
    float: left;
    margin-left: 9px;
}

.rating .heart .save {
    width: 50px;
    height: 40px;
    overflow: hidden;
    float: right;
}

.rating .heart .save img {
    width: 28px;
    height: 25px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.rating .ro {
    width: 100%;
    height: 5px;
    overflow: hidden;
}

.item_part .price {
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.item_part .price #cost {
    float: left;
    color: black;
    font-weight: bold;
    font-size: 18px;
}

.price #disc {
    margin-left: 2px;
    color: #918989;
}

.price #after {
    margin-left: 2%;
    color: #FF0303;
}


/* pagination*/

.pag {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.pag .loadmore {
    width: 99%;
    height: 40px;
    border: 1px solid white;
    border-radius: 13px;
    background-color: #613779;
    color: white;
}

.pag .loadmore:hover {
    cursor: pointer;
}

.pag nav {
    width: 100%;
    height: auto;
}

.pag .pagination {
    width: 90%;
    margin: auto;
    list-style-type: none;
}

.pag .pagination .page-item {
    float: left;
    margin: 5px;
    text-decoration: none;
    padding: 8px 16px;
    font-size: 23px;
    /* background-color: #ddd;*/
    border: 2px solid #ddd;
    border-radius: 10px;
}

.active {
    float: left;
    margin: 5px;
    text-decoration: none;
    padding: 8px 16px;
    font-size: 23px;
    background-color: #d14b5d;
    color: white;
    border-radius: 10px;
}

.active:hover {
    cursor: pointer;
    color: white;
}

.pag nav {
    width: 100%;
    height: 170px;
    overflow: hidden;
    margin: 0px auto;
}


/* next prev*/

.pag nav a {
    color: black;
    text-decoration: none;
}

.pag p {
    display: none;
    width: 300px;
    height: auto;
    font-size: 18px;
}


/* current number*/

.pag nav span span {
    width: 20px;
    margin: 10px;
    color: rgb(8, 47, 223);
    float: left;
    font-size: 18px;
    float: left;
    padding: 8px 16px;
}

span span.leading-5 {
    background-color: #ddd;
    display: inline-block;
}

.pag nav span {
    width: 80%;
    height: auto;
}

.pag nav span a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #ddd;
    border-radius: 5px;
    margin: 3px;
}

.pag span a.active {
    background-color: #4CAF50;
    color: white;
    border-radius: 5px;
}

.pag span a:hover:not(.active) {
    color: green;
    font-weight: bold;
    border-radius: 5px;
}


/* left and right < >*/

.pag span svg {
    width: 20px;
    height: 20px;
    float: left;
    margin: 10px;
}

@media only screen and (min-width:280px) and (max-width:320px) {
    .path_product {
        display: none;
    }
    .detail_info {
        display: none;
    }
    .all .leftfilter {
        width: 100%;
    }
    .leftfilter .cats {
        display: none;
    }
    .leftfilter .search {
        margin-top: 15px;
        width: 97%;
    }
    /* end filter */
    .all .products {
        width: 97%;
        height: 400px;
    }
    .parent_items .item_part {
        width: 97%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 200px;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 0px;
        bottom: 5px;
    }
}

@media only screen and (min-width:321px) and (max-width:375px) {
    .path_product {
        display: none;
    }
    .detail_info {
        display: none;
    }
    .all .leftfilter {
        width: 100%;
    }
    .leftfilter .cats {
        display: none;
    }
    .leftfilter .search {
        margin-top: 15px;
        width: 97%;
    }
    /* end filter */
    .all .products {
        width: 97%;
        height: 400px;
    }
    .parent_items .item_part {
        width: 97%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 250px;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 0px;
        bottom: 5px;
    }
}

@media only screen and (min-width:376px) and (max-width:409px) {
    .path_product {
        display: none;
    }
    .detail_info {
        display: none;
    }
    .all .leftfilter {
        width: 100%;
    }
    .leftfilter .cats {
        display: none;
    }
    .leftfilter .search {
        margin-top: 15px;
        width: 97%;
    }
    /* end filter */
    .all .products {
        width: 97%;
        height: 400px;
    }
    .parent_items .item_part {
        width: 97%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 250px;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 0px;
        bottom: 5px;
    }
}

@media only screen and (min-width:410px) and (max-width:480px) {
    .path_product {
        display: none;
    }
    .detail_info {
        display: none;
    }
    .all .leftfilter {
        width: 100%;
    }
    .leftfilter .cats {
        display: none;
    }
    .leftfilter .search {
        margin-top: 15px;
        width: 97%;
    }
    /* end filter */
    .all .products {
        width: 97%;
        height: 500px;
    }
    .parent_items .item_part {
        width: 97%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 350px;
    }
    .item_part a.dark img {
        width: 100%;
        height: 100%;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 2%;
        bottom: 5px;
    }
}

@media only screen and (min-width:481px) and (max-width:550px) {
    .path_product {
        display: none;
    }
    .detail_info {
        display: none;
    }
    .all .leftfilter {
        width: 100%;
    }
    .leftfilter .cats {
        display: none;
    }
    .leftfilter .search {
        margin-top: 15px;
        width: 97%;
    }
    /* end filter */
    .all .products {
        width: 97%;
        height: 500px;
    }
    .parent_items .item_part {
        width: 97%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 350px;
    }
    .item_part a.dark img {
        width: 100%;
        height: 100%;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 2%;
        bottom: 5px;
    }
}

@media only screen and (min-width:551px) and (max-width:650px) {
    .path_product {
        display: none;
    }
    .detail_info {
        display: none;
    }
    .all .leftfilter {
        width: 100%;
    }
    .leftfilter .cats {
        display: none;
    }
    .leftfilter .search {
        margin-top: 15px;
        width: 97%;
    }
    /* end filter */
    .all .products {
        width: 97%;
        height: 500px;
    }
    .parent_items .item_part {
        width: 97%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 350px;
    }
    .item_part a.dark img {
        width: 100%;
        height: 100%;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 2%;
        bottom: 5px;
    }
}

@media only screen and (min-width:651px) and (max-width:750px) {
    .path_product {
        display: none;
    }
    .detail_info {
        display: none;
    }
    .all .leftfilter {
        width: 100%;
    }
    .leftfilter .cats {
        display: none;
    }
    .leftfilter .search {
        margin-top: 15px;
        width: 97%;
    }
    /* end filter */
    .all .products {
        width: 97%;
        height: 500px;
    }
    .parent_items .item_part {
        width: 46%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 280px;
    }
    .item_part a.dark img {
        width: 100%;
        height: 100%;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 2%;
        bottom: 5px;
    }
}

@media only screen and (min-width:751px) and (max-width:900px) {
    .path_product {
        display: none;
    }
    .detail_info {
        display: none;
    }
    .all .leftfilter {
        width: 100%;
    }
    .leftfilter .cats {
        display: none;
    }
    .leftfilter .search {
        margin-top: 15px;
        width: 97%;
    }
    /* end filter */
    .all .products {
        width: 97%;
        height: 500px;
    }
    .parent_items .item_part {
        width: 46%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 280px;
    }
    .item_part a.dark img {
        width: 100%;
        height: 100%;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 2%;
        bottom: 5px;
    }
}

@media only screen and (min-width:901px) and (max-width:950px) {
    .path_product {
        display: none;
    }
    .detail_info {
        display: none;
    }
    .all .leftfilter {
        width: 100%;
    }
    .leftfilter .cats {
        display: none;
    }
    .leftfilter .search {
        margin-top: 15px;
        width: 97%;
    }
    /* end filter */
    .all .products {
        width: 97%;
        height: 500px;
    }
    .parent_items .item_part {
        width: 46%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 280px;
    }
    .item_part a.dark img {
        width: 100%;
        height: 100%;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 2%;
        bottom: 5px;
    }
}

@media only screen and (min-width:951px) and (max-width:1190px) {
    .path_product {
        display: none;
    }
    .detail_info {
        display: none;
    }
    .all .leftfilter {
        width: 100%;
    }
    .leftfilter .cats {
        display: none;
    }
    .leftfilter .search {
        margin-top: 15px;
        width: 97%;
    }
    /* end filter */
    .all .products {
        width: 97%;
        height: 500px;
    }
    .parent_items .item_part {
        width: 32%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 240px;
    }
    .item_part a.dark img {
        width: 100%;
        height: 100%;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 2%;
        bottom: 5px;
    }
}