body {
    width: 100%;
    height: 100%;
    margin: 0px;
    font-family: 'Segoe UI Semibold';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Segoe UI Semibold';
}

.ads {
    width: 100%;
    height: 50px;
}


/* offer section */

.offer {
    width: 90%;
    height: 80px;
    overflow: hidden;
    margin: 0px auto;
}

.offer .text {
    float: left;
    width: 85%;
    height: 100%;
    overflow: hidden;
}

.offer .text h1 {
    color: #403E3E;
    font-weight: bolder;
}

.offer .click {
    float: left;
    width: 160px;
    height: 30px;
    background-color: #82569b;
    color: white;
    text-align: center;
    padding-top: 7px;
    border-radius: 5px;
    margin-top: 27px;
}

.ads_sm {
    width: 100%;
    height: 25px;
}

.profileresize {
    width: 94%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}

.profile_data {
    width: 100%;
    height: 70px;
    overflow: hidden;
    margin-bottom: 20px;
}

.profile_data .data {
    width: 90%;
    height: 100%;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
}

.profile_data .data h3 {
    color: #613779;
    text-transform: capitalize;
}

.profile_data .data .msg_btn {
    width: 130px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #613779;
    background-color: #613779;
    color: white;
    position: absolute;
    top: 30%;
    left: 140px;
}

.profile_data .data .msg_btn:hover {
    background-color: #613779;
    cursor: pointer;
}

.profile_data .data .lineunder {
    width: 100px;
    height: 3px;
    background-color: #613779;
    position: absolute;
    left: 0px;
    bottom: 5px;
}

.profile_data .data p {
    width: 100%;
    height: auto;
    opacity: .8;
    padding: 5px;
}

.profileresize .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;
    background-color: white;
}


/*     ////////////////////////*/

.item_part #name {
    opacity: .9;
    width: 98%;
    height: 40px;
    overflow: hidden;
    margin-top: 3px;
}

.item_part .rating {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.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) {
    .offer {
        width: 97%;
        height: 50px;
        margin: 0px auto;
    }
    .offer .text {
        float: left;
        width: 70%;
    }
    .offer .text h1 {
        font-size: 10px;
    }
    .offer .click {
        width: 60px;
        height: 20px;
        font-size: 12px;
        margin-top: 10px;
        margin-left: 10px;
        padding-top: 4px;
    }
    .profileresize {
        width: 97%;
    }
    .parent_items .item_part {
        width: 97%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 200px;
    }
    .item_part a.dark img {
        width: 100%;
        height: 100%;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 0px;
        bottom: 5px;
    }
}

@media only screen and (min-width:321px) and (max-width:375px) {
    .offer {
        width: 97%;
        height: 50px;
        margin: 0px auto;
    }
    .offer .text {
        float: left;
        width: 70%;
    }
    .offer .text h1 {
        font-size: 10px;
    }
    .offer .click {
        width: 60px;
        height: 20px;
        font-size: 12px;
        margin-top: 10px;
        margin-left: 10px;
        padding-top: 4px;
    }
    .profileresize {
        width: 97%;
    }
    .parent_items .item_part {
        width: 97%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 200px;
    }
    .item_part a.dark img {
        width: 100%;
        height: 100%;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 0px;
        bottom: 5px;
    }
}

@media only screen and (min-width:376px) and (max-width:409px) {
    .offer {
        width: 97%;
        height: 50px;
        margin: 0px auto;
    }
    .offer .text {
        float: left;
        width: 70%;
    }
    .offer .text h1 {
        font-size: 10px;
    }
    .offer .click {
        width: 60px;
        height: 20px;
        font-size: 12px;
        margin-top: 10px;
        margin-left: 10px;
        padding-top: 4px;
    }
    .profileresize {
        width: 97%;
    }
    .parent_items .item_part {
        width: 97%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 200px;
    }
    .item_part a.dark img {
        width: 100%;
        height: 100%;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 0px;
        bottom: 5px;
    }
}

@media only screen and (min-width:410px) and (max-width:480px) {
    .offer {
        width: 97%;
        height: 50px;
        margin: 0px auto;
    }
    .offer .text {
        float: left;
        width: 70%;
    }
    .offer .text h1 {
        font-size: 14px;
    }
    .offer .click {
        width: 60px;
        height: 20px;
        font-size: 12px;
        margin-top: 10px;
        margin-left: 10px;
        padding-top: 4px;
    }
    .profileresize {
        width: 97%;
    }
    .parent_items .item_part {
        width: 97%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 300px;
    }
    .item_part a.dark img {
        width: 100%;
        height: 100%;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 0px;
        bottom: 5px;
    }
}

@media only screen and (min-width:481px) and (max-width:550px) {
    .offer {
        width: 97%;
        height: 50px;
        margin: 0px auto;
    }
    .offer .text {
        float: left;
        width: 70%;
    }
    .offer .text h1 {
        font-size: 14px;
    }
    .offer .click {
        width: 60px;
        height: 20px;
        font-size: 12px;
        margin-top: 10px;
        margin-left: 10px;
        padding-top: 4px;
    }
    .profileresize {
        width: 97%;
    }
    .parent_items .item_part {
        width: 97%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 370px;
    }
    .item_part a.dark img {
        width: 100%;
        height: 100%;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 0px;
        bottom: 5px;
    }
}

@media only screen and (min-width:551px) and (max-width:650px) {
    .offer {
        width: 97%;
        height: 50px;
        margin: 0px auto;
    }
    .offer .text {
        float: left;
        width: 70%;
    }
    .offer .text h1 {
        font-size: 14px;
    }
    .offer .click {
        width: 60px;
        height: 20px;
        font-size: 12px;
        margin-top: 10px;
        margin-left: 10px;
        padding-top: 4px;
    }
    .profileresize {
        width: 97%;
    }
    .parent_items .item_part {
        width: 97%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 390px;
    }
    .item_part a.dark img {
        width: 100%;
        height: 100%;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 0px;
        bottom: 5px;
    }
}

@media only screen and (min-width:651px) and (max-width:750px) {
    .offer {
        width: 98%;
        height: 50px;
        margin: 0px auto;
    }
    .offer .text {
        float: left;
        width: 70%;
    }
    .offer .text h1 {
        font-size: 17px;
    }
    .offer .click {
        width: 60px;
        height: 20px;
        font-size: 12px;
        margin-top: 10px;
        margin-left: 10px;
        padding-top: 4px;
    }
    .profileresize {
        width: 97%;
    }
    .parent_items .item_part {
        width: 97%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 430px;
    }
    .item_part a.dark img {
        width: 100%;
        height: 100%;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 0px;
        bottom: 5px;
    }
}

@media only screen and (min-width:751px) and (max-width:900px) {
    .offer {
        width: 98%;
        height: 50px;
        margin: 0px auto;
    }
    .offer .text {
        float: left;
        width: 70%;
    }
    .offer .text h1 {
        font-size: 16px;
    }
    .offer .click {
        height: 20px;
        font-size: 12px;
        margin-top: 10px;
        margin-left: 10px;
        padding-top: 4px;
    }
    .profileresize {
        width: 98%;
    }
    .parent_items .item_part {
        width: 47%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 270px;
    }
    .item_part a.dark img {
        width: 100%;
        height: 100%;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 0px;
        bottom: 5px;
    }
}

@media only screen and (min-width:901px) and (max-width:950px) {
    .offer {
        width: 98%;
        height: 50px;
        margin: 0px auto;
    }
    .offer .text {
        float: left;
        width: 70%;
    }
    .offer .text h1 {
        font-size: 18px;
    }
    .offer .click {
        height: 20px;
        font-size: 12px;
        margin-top: 10px;
        margin-left: 10px;
        padding-top: 4px;
    }
    .profileresize {
        width: 98%;
    }
    .parent_items .item_part {
        width: 47%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 290px;
    }
    .item_part a.dark img {
        width: 100%;
        height: 100%;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 0px;
        bottom: 5px;
    }
}

@media only screen and (min-width:951px) and (max-width:1190px) {
    .offer {
        width: 98%;
        height: 50px;
        margin: 0px auto;
    }
    .offer .text {
        float: left;
        width: 70%;
    }
    .offer .text h1 {
        font-size: 20px;
    }
    .offer .click {
        height: 20px;
        font-size: 12px;
        margin-top: 10px;
        margin-left: 10px;
        padding-top: 4px;
    }
    .profileresize {
        width: 98%;
    }
    .parent_items .item_part {
        width: 47%;
        margin-right: 0px;
        margin-left: 0px;
    }
    .item_part a.dark {
        width: 100%;
        height: 320px;
    }
    .item_part a.dark img {
        width: 100%;
        height: 100%;
    }
    .item_part .addcart {
        width: 95px;
        height: 25px;
        right: 0px;
        bottom: 5px;
    }
}