@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-size: 60.5%; */
    font-size: 17px;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #f2f3f7;
}

.color-green {
    color: rgb(9, 182, 9);
}

.wrapper {
    overflow: hidden;
}

.m-top-nav {
    background-color: #fff;
    padding: 0rem 2rem;
}

.m-top-nav ul li {
    margin: 0 1.5rem;
}

.m-top-nav ul li a {
    font-size: 1.6rem;
    color: #333;
    text-decoration: none;
    padding: 1rem 0.3rem;
    display: inline-block;
    position: relative;
}

.m-top-nav ul li a.active {
    color: #dd2d16;
}

.m-top-nav ul li a.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #dd2d16;
    width: 100%;
    height: 4px;
}

.search-wrap i {
    position: absolute;
    top: 55%;
    right: 10px;
    color: #555;
    transform: translateY(-50%);
    font-size: 1.6rem;
}

.search-wrap input {
    width: 300px;
    height: 35px;
    padding: 1rem;
    font-size: 1.5rem;
}

/* CATEGORY */
.category {
    margin: 1rem 0;
    padding: 1.5rem;
    background-color: #FFFFFF;

}

.category .c-card {
    position: relative;
    padding: 1rem;
    margin: 1rem 0;
    background-color: #F8F9FB;
}

.category .c-card:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.category .c-card.line-none:after {

    background-color: transparent;
}

.category .c-card:last-child:after {
    background-color: transparent;
}

.category .c-card .c-part {
    margin-top: 20px;
   
}

.category .c-card h5 {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.category .c-card .c-part p {
    font-size: 0.61rem;
}

.category .c-card .c-icon h4 {
    font-size: 100% !important;
}

.category .c-card .c-text {
    padding-left: 1rem;
}

.category .c-card .c-text p {
    line-height: 1;
    font-size: 100% !important;
    margin-bottom: 0;
    margin-top: 1.4rem;
}

.category .c-card .c-text span {
    font-size: 100% !important;
}

/* seller-rating */

.seller-rating {
    margin: 1rem 0;
    padding: 1.5rem;
    background-color: #F8F9FB;
}

.seller-rating h3 {
    font-size: 100% !important;
    color: #333;
}

.seller-rating .slr-rating {
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
    border-radius: .8rem;

}

.seller-rating .slr-rating h2 {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 0;
}

.seller-rating .slr-rating small {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.4);
}

.seller-rating .slr-rating p {
    font-size: 100% !important;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 0;
}

.rating-progress-wrap {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.rating-progress-wrap .rating-progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: center;
    margin: 1rem 0;
}

.rating-progress-wrap .rating-progress .prg-h {
    width: 25%;
}

.rating-progress-wrap .rating-progress .prg-h h6 {
    font-size: 0.7rem;
}

.rating-progress-wrap .rating-progress .r-progress {
    width: 50%;
    height: 14px;
    background-color: #eff0f5;
}

.rating-progress-wrap .rating-progress .r-progress .r-progress-inner {
    width: 96%;
    height: 100%;
    background-color: #f8cc53;
}

.rating-progress-wrap .rating-progress>span {
    width: 10%;
    font-size: 100% !important;
    color: rgba(0, 0, 0, 0.5);
    margin-left: 0.5rem;
}

.seller-review .s-ui-rating {
    display: flex;
    align-items: center;
}

.seller-review .s-ui-rating a {
    margin: 0.8rem;
    display: inline-block;
}

.seller-review .s-ui-rating a i {
    font-size: 2.1rem;
    color: rgba(0, 0, 0, 0.4);
}

.seller-review .s-ui-rating a:hover i {
    color: #f8cc53;
}

.user-reviews .user-review {
    margin: 0.5rem;
    margin-bottom: 2.5rem;
    padding-right: 30px;
    position: relative;
}

.user-reviw-option {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.user-reviw-option i {
    font-size: 18px !important;
    color: rgba(0, 0, 0, 0.5);
}

.user-reviews .user-review p {
    font-size: 1.5rem;
}

.user-reviews .user-review p img {
    width: 25px;
}

.user-reviews .user-review span {
    font-size: 18px !important;
    color: rgba(0, 0, 0, 0.4);
    margin-right: 0.5rem;
}

.user-reviews .user-review h5 {
    font-size: 18px !important;
    font-weight: 500;
}

.user-reviews .user-review h5 i {
    font-size: 18px !important;
    margin-left: 1rem;
}

span.like {
    font-size: 100% !important;
    color: rgba(0, 0, 0, 0.6);
}

span.like a {
    font-size: 100% !important;
    text-decoration: none;
    margin-right: 1rem;
    color: rgba(0, 0, 0, 0.4);
}

span.like a:hover {
    color: rgba(0, 0, 0, 0.8);
}

.load-btn-wrap {
    margin-top: 4rem;
}

.load-btn-wrap button {
    font-size: 1.8rem;
    padding: 1rem 2rem;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

/* PRODUCT REVIEWS */
.product-reviews {
    margin: 1rem 0;
    padding: 1.5rem;
    background-color: #f8f9fb;
}

.product-reviews h4 {
    font-size: 100% !important;
    margin-bottom: 4rem;
}

.p-review {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 5rem;
}

.product-reviews .r-product-left-img {
    width: 80px;
}

.product-reviews .r-product-left-img img {
    width: 100%;
}

.product-reviews .produt-review-content {
    padding-left: 2rem;
}

.product-reviews .produt-review-content p {
    font-size: 18px !important;
    color: #555;
}

.product-reviews .produt-review-content .p-rating {
    margin-top: 2rem;
    margin-bottom: .5rem;
}

.product-reviews .produt-review-content .p-rating i {
    font-size: 100% !important;
    color: #f8cc53;
}

.product-reviews .produt-review-content .product-review-gallery {
    margin-bottom: .5rem;
}

.product-reviews .produt-review-content .product-review-gallery .p-g-img {
    width: 110px;
    margin: .5rem 1rem;
}

.product-reviews .produt-review-content .product-review-gallery .p-g-img img {
    width: 100%;
}

.cutomer-pro span {
    font-size: 100% !important;
    color: rgba(0, 0, 0, 0.4);
    margin-right: 0.5rem;
}

.cutomer-pro h5 {
    font-size: 100% !important;
    font-weight: 500;
}

.cutomer-pro h5 i {
    font-size: 100% !important;
    margin-left: 1rem;
}

.seller-res {
    margin-top: 1.8rem;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 1.5rem;
    padding-left: .5rem;
    position: relative;
}

.seller-res h5 {
    font-size: 100% !important;
    margin-bottom: 1rem;
}

.color-grey {
    color: rgba(0, 0, 0, 0.2) !important;
}

@media screen and (max-width: 991px) {
    .m-top-nav {
        flex-direction: column;
    }


    .search-wrap {
        width: 100%;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

    .search-wrap input {
        width: 100%;
        height: 35px;
        padding: 1rem;
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 575px) {

    * {
        font-size: 15px;
    }

    .product-reviews .r-product-left-img {
        width: 150px;
    }

    .product-reviews .produt-review-content .product-review-gallery .p-g-img {
        width: 80px;
        margin: .5rem 1rem;
    }

    .m-top-nav ul li {
        margin: 0 0.5rem;
    }

    .m-top-nav ul li a {
        font-size: 100% !important;
        color: #333;
        text-decoration: none;
        padding: 1rem 0.3rem;
        display: inline-block;
        position: relative;
    }
}
.cz-sidebar{
    max-height: fit-content;
}
 .slr-rating > h3{
    font-size: 100% !important;
    padding-top: 20px !important;
}
.seller-review > h3{
    font-size: 100% !important;
}
.user-review > p{
    font-size: 100% !important;
}
.load-btn-wrap > button{
    font-size: 20px;
}
.white-classes{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .085);
    border-radius: 0.4375rem;
    padding: 15px;
}
.nxs{
    padding-left: 0px !important;
    margin-left: 0px !important;
}
.c-card{
    padding-left: 0px !important;
}
.myinput{
    margin-top: 5%;
    width: 50% !important;
    height: 40px !important;
}
.newtext1{
    margin-top: 5% !important;
    height: 40px !important;
}
.mydiv1{
    background-color: white !important;
    padding-bottom: 0px !important;
    margin-bottom: 5%;
    border-radius: 0.4375rem;
}
.mydiv2{
    background-color: white !important;
    padding-bottom: 0px !important;
    margin-bottom: 5%;
    border-radius: 0.4375rem;
}
.mydiv3{
    background-color: white !important;
    padding-bottom: 0px !important;
    margin-bottom: 5%;
    border-radius: 0.4375rem;
}



.cz-sidebar{
    border-radius: 0.4375rem;
}
@media only screen and (max-width: 780px) {
    
  .mydivvi{
display: block;
  }
  .myinput{
    width: 90%;
    height: 20px;
  }
  

}
.newhead{
    display: flex;
    justify-content: center;
}
.mya{
    font-size: 18px !important;
}
@media only screen and (max-width: 575px) {
    .newtext1{
        height: 20px !important;
    }
    .myinput{
        width: 70% !important;
        height: 20px !important;
      }
      .search1{
        font-size: 11px !important;
      }
}
@media only screen and (min-width: 780px) {
    .mydiv2 {
    display: none !important;
  }
}
.mysidebar{
    background-color: white;
    border-radius: 0.465rem;
}
@media only screen and (min-width: 992px) {
    .mydiv3 {
     background-color: white !important;
    display: none !important;
  }
  .mydiv2 {
    display: none !important;
  }
  
}
.mydiv1{
    
    margin-top: -8%;
}
.mydiv3{
    width: 98%;
    margin: 0 auto;
    margin-top: -8%;
    border-radius: 0px !important;
}
@media only screen and (max-width: 992px) {
    
  .mydiv1 {
    display: none !important;
  }
  .mydiv2{
    display: none !important;
  }
}
.c-part .d-flex .align-items-center{
font-size: 20px !important;
}
.p{
    color: black;
    font-size: 20px !important;
}