p {
    margin-top: 0;
    margin-bottom: 0 !important;
}

ul{
    margin-bottom: 0 !important;
    padding-inline-start: 0;
}

li{
    list-style-type: none;
}

a{
    text-decoration: none;
}

.main-product a:hover,.main-product button:hover{
    opacity: 0.6;
    transition: 0.2s;
}

.main-product {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  text-transform: capitalize;
}

.main-product-title {
  font-size: 35px;
  font-weight: 600;
  padding: 0 0 0.4rem;
}

.main-product-time {
  display: flex;
  align-items: center;
}

.main-product-time-status {
  background-color: rgb(196, 196, 196);
  padding: 0.1rem 0.25rem;
  border-radius: 2px;
  margin: 0 0.2rem 0 0;
  color: #fff;
}

.main-product-time-view {
  display: flex;
  color: rgb(184, 184, 184);
  font-size: 14px;
}

.lines {
  width: 100%;
  height: 1px;
  margin: 0.5rem 0;
  background-color: rgb(196, 196, 196);
}

.main-product-avaliable {
  display: flex;
  font-weight: 600;
  padding: 0.5rem 0;
}

.main-product-avaliable p {
  padding: 0 0.2rem 0 0;
}

.main-product-avaliable span {
  color: rgb(35, 201, 13);
}

.main-product-price {
  display: flex;
  font-weight: 600;
  padding: 0.35rem 0;
  font-size: 20px;
}

.main-product-price p {
  margin: 0 0.2rem 0 0;
}


.main-product-actions{
    padding: 0.6rem 0;
}

.main-product-actions-title {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.main-product-actions-type ul {
  display: flex;
  padding: 0.2rem 0;
}

.main-product-actions-type ul button{
    margin: 0 0.8rem 0 0;
    color: #fff;
    font-size: 20px;
    padding: 0.2rem 0.5rem;
    border-radius: 2px;
}

/* Primary action: brand blue */
.main-product-actions-type ul .btn-seller {
  background-color: #1a66ff;
  font-size: 16px !important;
}
.main-product-actions-type ul .btn-seller:hover {
  background-color: #1450d6;
}

/* Secondary icons: one neutral base; colour signals meaning/state */
.main-product-actions-type ul .btn-heart,
.main-product-actions-type ul .btn-flag,
.main-product-actions-type ul .btn-user {
  background-color: #f1f3f5;
  color: #495057;
  border-radius: 4px;
  transition: background-color 0.15s ease, color 0.15s ease;
}

/* Heart: red only when saved to watchlist, or on hover */
.main-product-actions-type ul .btn-heart:hover,
.main-product-actions-type ul .btn-heart.added_removed {
  background-color: #fde8e8;
  color: #e53935;
}

/* Report: amber/red on hover — signals a serious action (never green) */
.main-product-actions-type ul .btn-flag:hover {
  background-color: #fdece6;
  color: #d9480f;
}

/* Profile: brand blue on hover */
.main-product-actions-type ul .btn-user:hover {
  background-color: #e7f0ff;
  color: #1a66ff;
}

.main-product-details{
    padding: 0.5rem 0;
}

.main-product-details-title {
  font-weight: 600;
  font-size: 22px;
}


.main-product-details-bio {
  padding: 0.2rem 0;
}

.main-product-details-bio-contain {
  display: flex;
  font-weight: 600;
  font-size: 16px;
  align-items: center;
  padding: 0.1rem 0;

}

.main-product-details-bio-contain-1 {
  min-width: 140px;
}

.main-product-details-bio-contain-2 ul {
  display: flex;
  margin: 0.5rem 0;
}

.main-product-details-bio-contain-2 ul a {
  margin: 0 0.5rem 0 0;
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 2px;
}

.main-product-details-bio-contain-2 ul a:nth-child(1) {
  background-color: rgb(236, 205, 24);
}

.main-product-details-bio-contain-2 ul a:nth-child(2) {
  background-color: rgb(18, 83, 158);
}

.main-product-details-bio-contain-2 ul a:nth-child(3) {
  background-color: rgb(27, 166, 231);
}

.main-product-socials ul {
  display: flex;
  margin: 1rem 0;
}

.main-product-socials ul a {
  margin: 0 0.5rem 0 0;
  color: #fff;
  padding: 0.1rem 0.35rem;
  font-size: 12px;
  border-radius: 2px;
}

.main-product-socials ul a:nth-child(1) {
  background-color: rgb(18, 83, 158);
}

.main-product-socials ul a:nth-child(2) {
    background-color: rgb(27, 166, 231);
}

.main-product-socials ul a:nth-child(3) {
  background-color: rgb(206, 15, 15);
}

.main-product-socials ul a:nth-child(4) {
  color: #000;
  background-color: #ececec;
}




@media only screen and (max-width:900px){
 
  
    
    .main-product-title {
      font-size: 25px;
    }
  
  
  
  }
  
  @media only screen and (max-width:400px){
    .main-product {
        margin-bottom: 1.5rem;
    }

    .main-product-time-view {
      display: flex;
      color: rgb(184, 184, 184);
      font-size: 12px;
    }
  }





















  /* Comments */


.container-comments{
    /* margin-top: 2rem; */
    display: flex;
    flex-direction: column;
    margin: 2rem;
    max-width: 800px;
}

.container-comments-title{
    font-size: 22px;
    margin: 1rem 0;
    
}

.container-comments-list-new{
    display: flex;
    /* align-items:flex-end; */
    margin: 0.65rem 0;
}

.container-comments-list-new-image{

}

.container-comments-list-new-image img{
    max-width: 60px;
    border-radius: 50%;
}

.container-comments-list-new-text{
    display: flex;
    flex-direction: column;
    margin: 1rem 0.5rem 0;
}

.container-comments-list-new-text form{

  
}

.container-comments-list-new-text textarea{
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: rgb(197, 197, 197);
    outline: none;
    resize: none;
    width: 100%;
    font-size: 16px;
}

.container-comments-list-new-text textarea:focus{
    transition: all 0.3s ease;
    border-bottom: 1.8px solid #000;
    padding: 0.2rem;
}

.container-comments-list-new-text-btn{
    display: flex;
    justify-content: flex-end;
}

.container-comments-list-new-text button{
    background-color: rgb(2, 74, 133);
    outline: none;
    color: #fff;
    border: none;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    font-size: 15px;
  
}

.container-comments-list-new-text button:hover{
    cursor: pointer;
}

.container-comments-list-new-image-addComment{
    
}

.container-comments-list-new-image-addComment img{
    max-width: 60px;
    border-radius: 50%;
}


/* Prev */

.container-comments-list-old{
    display: flex;
    /* align-items:center; */
    margin: 0.65rem 0 0.2rem;
}

.container-comments-list-old-image{
    
}

.container-comments-list-old-image img{
    max-width: 60px;
    border-radius: 50%;
}

.container-comments-list-old-text{
    display: flex;
    flex-direction: column;
    margin: 0.4rem 1rem;
    font-size: 15px;
}

.container-comments-list-old-text-part1{
    display: flex;
    /* justify-content: space-between; */


}

.container-comments-list-old-text-part1-username{
    font-weight: 600;
    font-size: 15px;
}

.container-comments-list-old-text-part1-time{
    color: rgb(126, 126, 126);
    font-size: 14px;
    margin-left: 0.8rem;
}

.container-comments-list-old-text-forMargin{
    margin-left:0.8rem;
}

.container-comments-list-old-text-part2{
    margin: 0.26rem 0;
    color: rgb(66, 66, 66);

}

.container-comments-list-old-text-part3{

}

.container-comments-list-old-text-part3 button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.container-comments-list-old-text-part3 button span{
    margin-left: 0.4rem;
    color: rgb(51, 51, 51);
    padding:0.2rem 0.4rem;
}


.container-comments-list-old-text-part3 button span:hover{
    background-color: #eeeeee;
    border-radius: 4px;
    transition: all 0.3s ease;
}


/* Reply latest modified */
.comment-reply{
    display: block;

    margin-left: 0.5rem;
}

#btn-view-more{
    display: flex;
    outline: none;
    border: none;
    padding: 0.4rem 1.5rem;
    transition: background 0.9s ease;
    margin: 0.8rem auto;
    border-radius: 4px;
}

#btn-view-more:hover{
    background-color: #333;
    color: #fff;
}

/* Reply */
.container-comments-list-reply{
    display: flex;
    justify-content: space-between;
    margin: 0.1rem 0 0.1rem 4.5rem; 
    align-items:center;
    /* transition: all 5.3s ease; */
}

.container-comments-list-reply2{
    display: flex;
}

.container-comments-list-reply-image{
    max-width: 40px;
}

.container-comments-list-reply-image img{
    width: 100%;
    border-radius: 50%;
}

.container-comments-list-reply-text{
    display: flex;
    flex-direction: column;
    margin: 0.8rem 0 0 0.8rem;
    font-size: 15px;
}



.container-comments-list-reply-text form{

  
}

.container-comments-list-reply-text textarea{
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: rgb(197, 197, 197);
    outline: none;
    resize: none;
    width: 100%;
    
}

.container-comments-list-reply-text textarea:focus{
    transition: all 0.3s ease;
    border-bottom: 1.8px solid #000;
    padding: 0.1rem;
}

.container-comments-list-reply-text-btn{
    display: flex;
    justify-content: flex-end;
}
 .btn-comment-reply{
    background-color: rgb(2, 74, 133);
    outline: none;
    color: #fff;
    border: none;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    font-size: 15px;
  
}

.btn-comment-reply:hover{
    cursor: pointer;
}




/* PRev Comment */

.container-comments-list-prevComment{
    display: flex;
    /* justify-content: space-between; */
    margin: 0.2rem 0 0.1rem 4.5rem; 
    align-items:center;
  
}

.container-comments-list-prevComment-image{
    max-width: 40px;
}

.container-comments-list-prevComment-image img{
    width: 100%;
    border-radius: 50%;
}

.container-comments-list-prevComment-text{
    display: flex;
    flex-direction: column;
    margin: 0.4rem 1.5rem;
    font-size: 15px;
}

.container-comments-list-prevComment-text-part1{
    display: flex;
    /* justify-content: space-between; */


}

.container-comments-list-prevComment-text-part1-username{
    font-weight: 600;
    font-size: 15px;
}

.container-comments-list-prevComment-text-part1-time{
    color: rgb(126, 126, 126);
    font-size: 14px;
    margin-left: 0.8rem;
}

.container-comments-list-prevComment-text-forMargin{
    margin-left:0.8rem;
}

.container-comments-list-prevComment-text-part2{
    margin: 0.26rem 0;
    color: rgb(66, 66, 66);

}









/* Recommended Products */
.recommended-product{
    display: flex;
    flex-direction: column;
    /* margin:4rem 1rem 1rem; */
}

.recommended-product-title{
    font-size: 20px;
    font-weight: 600;
}

.recommended-product-allProducts{
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

.recommended-product-allProducts-product{
    max-width: 220px;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 6px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1rem 0;

}

.recommended-product-allProducts-product-image{
    max-width: 200px;
    max-height: 180px;
    /* background-color: rgb(198 215 233); */
    background-color: rgb(243, 243, 243);
}

.recommended-product-allProducts-product-image img{
    width: 100%;
    height: 180px;
}

.recommended-product-allProducts-product-text{
    margin-top: 0.25rem;
    padding: 0.2rem;
}

.recommended-product-allProducts-product-text-title{
    color: #414141;
    font-weight: 600;
}

.recommended-product-allProducts-product-text-category{
    color: rgb(139, 139, 139);
    padding: 0.2rem 0;
}



@media only screen and (max-width:1350px){
    .recommended-product-allProducts{
        margin-top: 1rem;
        display: grid;
        grid-template-columns: repeat(4,1fr);
    }
}

@media only screen and (max-width:1050px){
    .recommended-product-allProducts{
        margin-top: 1rem;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        place-items: center;
        gap: 15px;
    }
}


@media only screen and (max-width:750px){
    .recommended-product{
        display: flex;
        flex-direction: column;
        margin: 1rem 0.5rem;
    }
    .recommended-product-allProducts-product{
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0;
    
    }
}

@media only screen and (max-width:550px){
    .recommended-product-title{
        font-size: 16px;
    }
    .recommended-product-allProducts{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        place-items: center;
    }
}

@media only screen and (max-width:400px){
    .recommended-product-allProducts{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        place-items: center;
        gap: 10px;
    }

    .recommended-product-allProducts-product{
        padding: 0.6rem;
}
}


.verify-email-btn{
    padding: 0.4rem 1.5rem;
    background-color: rgb(2, 74, 133);
    outline: none;
    color: #fff;
    border: none;
    border-radius: 4px;
    width: 150px;
    font-size: 12.5px;
    font-weight: 600;
}




  /* Profile Page */

  .new-content-edit-profile{
    display: flex;
    flex-direction: column;

    padding: 0.8rem 0 ;
  }

.new-content-edit-profile-title{
    margin: auto;
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 0.5rem;
}


.new-content-edit-profile-image-part1{
    display: flex;
justify-content:center ;
    align-items: center;
    margin: 1rem 0;
    flex-direction: column;
}

.new-content-edit-profile-form{
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 220px;
    
   
}

.new-content-edit-profile-image{
    position: relative;
     cursor: pointer;
}


.new-content-edit-profile-image img{
    width: 100px;
    height: auto;
    border-radius: 50%;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 2px solid #575757;
}



.new-content-edit-profile-form-input p input{
    position: absolute;
    top: 0;
    padding: 2rem 0 2.4rem;
    max-width: 100px;
    opacity: 0;
    cursor: pointer;
}

.profile-edit-img{
    position: absolute;
    /* top: 0; */
    top: 65%;
    left: 58%;
    /* padding: 2rem 0 2.4rem; */
    max-width: 100px;
    display: block;
    font-size: 20px;
    border-radius: 50%;
    color: #fff;
    background-color: #575757;
}






.new-content-edit-profile-image:hover .profile-edit-img{
    display: block;
    cursor: pointer;
}

.profile-edit-img img{
    width: 100px;
    height: auto;
    border-radius: 50%;
    cursor: pointer;
}

.profile-edit-img i{

    cursor: pointer;
    color: #fff;
    padding: 0.5rem;
}

.profile-edit-img i:hover{
    opacity: 0.8;
}

.new-content-edit-profile-form label{
    display: none;
}

.new-content-edit-profile-form-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0.5rem auto;
}

.new-content-edit-profile-form-btn input{
    outline: none;
    border: 1px solid #333;
    padding: 0.2rem 1rem;
    background-color: transparent;
    color: #000;
    border-radius: 4px;
    cursor: pointer;
}

.new-content-edit-profile-form-btn input:hover{
    background-color: #333;
    color: #fff;
}

.note-to-change-image{
    font-size: 12px;
    color: #9e9e9e;
   
}

.new-content-edit-profile-image-part2{
    padding: 10px 26px 0;
   
}

.form-group{
    max-width: 750px;
    flex-direction: column;
    display: flex;
    margin: 1.2rem auto;
}

.form-group input{
    width: 100%;
}

.new-content-edit-profile-image-part2-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-content-edit-profile-image-part2-btn button{
    outline: none;
    border: none;
    padding: 0.4rem 1.5rem;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}



.new-content-edit-profile-image-part2-btn button:hover{
    transition: all 0.9s ease;
    opacity: 0.8;
}


@media screen and (max-width: 575px){
.card{
    margin-left: 0;
}

}




/* Add Third Party Account */
.socialaccount_providers{
    display: flex;
    background-color: #0f86d5;
    padding: 0.2rem 0.4rem;
    width: 200px;
    border-radius: 4px;
    margin: 1.5rem 0 0;
    cursor: pointer;
}

.socialaccount_providers-google-image{
    max-width: 28px;
    background-color: #fff;
}


.socialaccount_providers-text{
    color: #fff;
    padding-left: 0.2rem;
}

.socialaccount_providers li a{
    color: #fff;
    padding-left: 0.2rem;
}


@media only screen and (max-width:450px){
    .main-product-time-view,
    .main-product-time-view p{
        display: flex;
        color: rgb(184, 184, 184);
        font-size: 10px;
    }


    .product-tabs {
        margin-top: 2.5rem;
    }
    .product-tabs__list{
        height: 42px;
    }

    .product-tabs__list a{
        font-size: 15px;
    }

    .product-tabs:not(.product-tabs--stuck) .product-tabs__item {
    padding: 10px 8px;
}

.product-tabs .product-tabs__content {
    padding: 0.5rem 4px;
}

.product-tabs__pane h3,p{
    font-size: 16px;
}

.container-comments-list-new-image-addComment img,
.container-comments-list-old-image img {
    max-width: 45px;
    border-radius: 50%;
    height: auto;
}

.media img {
    width: 45px !important;
    height: auto !important;
}

.container-comments-list-old-text {
    margin: 0.4rem 0.3rem;
  
}

.post__section-title {
    font-size: 18px !important;
}

.container-comments-list-prevComment {
    /* display: flex; */
    /* justify-content: space-between; */
    margin: 0.2rem 0 0.1rem 2rem;
    /* align-items: center; */
}


.container-comments-list-prevComment-text {
    /* display: flex; */
    /* flex-direction: column; */
    margin: 0.4rem 0.5rem;
    /* font-size: 14px !important; */
}

.container-comments-list-old .form-group {
    margin: 0.5rem auto;
}

.container-comments-list-old-text-part1-time p,
.container-comments-list-prevComment-text-part1-time p{
  
    font-size: 12px;

    margin-top: 0.1rem;
}
}