.modal-dialog {
    max-width: 600px;
    height: 400px;
}

.title-popup {
    color: var(--text-color-1, #333) !important;
    font-size: 30px;
    font-family: Poppins;
    font-weight: 600;
}

.desc-popup {
    color: var(--text-color-1, #222);
    font-size: 14px;
    font-family: Poppins;
}

.signin-popup {
    text-align: center;
   
    width: 263px;
    height: 44px;
    background: #0058B3;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
}

.popup-desc2 {
    color: #222;
    font-size: 14px;
    font-family: Poppins;
    opacity: 0.5;
}

.sellerrating {
    font-weight: 500;
    color: #2874f0;
    position: relative;
    display: inline;
    cursor: pointer;
}

.sellerrat {
    line-height: normal;
    display: inline-block;
    color: #fff;
    padding: 2px 4px 2px 6px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
    vertical-align: middle;
    background-color: #388e3c;
}

.sellerimg {
    margin-left: 8px;
    border-radius: 10px;
    background: #2874f0;
    font-size: 11px;
}

.sellernoret {
    margin: 12px 0 -4px;
}

.sellerresult {
    color: #212121;
    position: relative;
    padding-bottom: 8px;
}

.sellerAppli {
    margin-left: -37px;
}

.sellerque {
    display: inline-block;
    position: relative;
}

.question {
    border-radius: 50%;
    background-color: #fff;
    color: #878787;
    font-weight: 500;
    width: 16px;
    height: 16px;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .2);
    vertical-align: middle;
    margin: 0 2px 0 8px;
    cursor: pointer;
}

.seeother {
    margin-top: 8px;

    color: #212121;
}

.seeothersell {
    color: #2874f0;
    font-weight: 500;
    cursor: pointer;
}
ul {    
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

li {
    list-style: none;
}

.returnredicebtn {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #878787;
    ;
    margin-top: 5px;
    margin-right: 8px;
}

.check-tab {
    text-align: center;
    line-height: 38px;
    width: 75px;
    height: 42px;
    background: #0058B3;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
}

input[type=text] {
    /* padding-left: 25px; */
    font-size: 14px;
    font-family: Poppins;
}

.select_address {
    display: flex;
    align-items: center;
}

.address-box {
    border: .8px solid rgba(212, 210, 210, 0.74) !important;
    border-radius: 5px;
}

.nameAccount {
    font-size: 12px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.addressAccount {
    font-size: 12px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.default-Address {
    font-size: 12px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    opacity: 0.5;
}


/* ------------login popup----------- */

.login-title {
    color: #000;
    font-size: 14px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.background-popup {
    width: 816px;
    height: 317px;
    border-radius: 5px;
    background: var(--blue-primary-color, #0058B3);
    position: absolute;
    left: -146px;
}

.login-popup {
    width: 494px;
    height: 381px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    left: 180px;
}

.popup-background-text {
    color: #FFF;
    font-size: 30px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
}

.popup-background-small {
    color: #FFF;
    /* text 1 */
    font-size: 14px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.privacy-text {
    color: #948F8F;
    /* text 1 */
    font-size: 14px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.privacy-link {
    color: #0058B3;
    text-decoration: underline;
    font-size: 14px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.login-content {
    padding: 37px;
}

.continue-btn {
    border-radius: 5px;
    background: var(--text-color-1, #222);
    width: 415px;
    height: 60px;
    color: #FFF;
    font-size: 16px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.existing-text {
    text-align: center;
    width: 415px;
    height: 60px;
    color: var(--text-color-1, #222);
    font-size: 16px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.close-btn {
    color: white;
    position: absolute;
    top: -51px;
    left: 493px;
}

.otp-title {
    font-family: poppins;
    font-size: 18px;
}

.input-field-otp input {
    height: 45px;
    border: none;
    margin: 7px;
    width: 42px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.input-field-otp input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.otp-content {
    display: grid;
    text-align: center;
}

.change-no {
    font-family: poppins;
    font-size: 18px;
    color: #0058B3 !important;
}


/*-- Coded by B --*/
.aiz-category-menu .sub-cat-menu {
    top:125px;
}

.aiz-category-menu .sub-cat-menu {
    width: calc(84%);
    left: 8%;
    height: calc(55vh);
}   
.byminlogo{

    width: 20%;

}
.rating {
  
    
    align-items: center;    
}
.borderimg{
    border: 2px solid black;
}
#section {
    width: 500px;
    height: 400px;
    word-wrap: break-word;
  }
  
  .moretext {
    display: none;
  }
  .Deliveryform{
    font-size: 14px;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  } 
  .warraty{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    opacity: 50%;
 }
 .specibox{
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: rgba(51, 51, 51, 1);
 }
 .warratyphon{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: rgba(51, 51, 51, 1);

 }
 .freedis{
    color: rgba(82, 138, 10, 1);
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-left: 3px;
 }
 .del{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: rgba(0, 0, 0, 1);
 }
 .timeorder{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 1);
 }
/* shanker css */
.shstar{
    color:#FEDD28;
 }
.description{
    color: red;
    float: right;

}
.productrate{
    font-weight: 500;
    font-size: 21px;     
    font-family: Roboto,Arial,sans-serif;
    

}
.descript{ 
    width: 100%;
    height: 160px;
}

.ratingsuccess {
    font-weight: bold;
    color: #333;
}
.star_excellent {
    color: #30A013;
    font-weight: bold;
}
.title{
    font-weight: bold;
}
.widthcamera{
    width: 42px;
    height: 43px;
    background-color: gray;
}
.camerapadding{
    padding: 13px;
}
.buttonwidth{
    display: flex;
    align-items: center;
    justify-content: end;
}

.boderDescription{
    border: white;
    resize: none;
}

#description{
    word-wrap: break-word;
}  
    
.rating {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    flex-direction: row; 
}

.rating input {
    display: none;
    
}

.rating label {
    font-size: 25px;
    color: #ccc;
    cursor: pointer;
}

.rating label:hover,
.rating label:hover ~ label {
    color: #ffe11b;
}

.rating input:checked ~ label {
    color: #ffcc00;
}

.popup {
    display: none;
    position: absolute;
    /* background-color: #140b0b; */
    /* border: 1px solid #1d0e0e; */
    padding: 5px;
    font-size: 15px;
    transform: translate(2.492px, -82.812px);

}

.rating :hover + .popup {
    display: block;
}
.selected-image {
    max-width: 60px;
    height: 60px;
    margin: 5px; 
    
}
.imgremoveicon{
    transform: translate(53.508px, -78.812px);
    font-size: 20px;
    line-height: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #212121;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}

#description-error {
    display: none;
    color: red; 
}

#thank-you-message {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
     
.buttonmessage{
    font-size: 18px;
    font-weight: 900;
    color: white;
}

.reviewratingtotal{
    text-align: right;
 }  

.ratingandreview{
   font-size: 22px;
   font-weight: 600;
}
.productnamecol{
    font-size: 16px;
}
.starratingicon{
    line-height: normal;
    display: inline-block;
    color: #fff;
    padding: 2px 4px 2px 6px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    vertical-align: middle;
    background-color: #388e3c;
}
.starreviewtotel{
    padding-left: 8px;
    font-weight: 600;
    color: #878787;
}

@media (max-width:375px) {
    .login-popup{
left: 3px;
    }   
    
}


@media screen and (min-width: 1601px) {
    .aiz-category-menu .sub-cat-menu {
        top: 100% !important;
    }
}