
.checkoutform label{
    font-size: 14px;
    font-weight: 500;
    list-style-type: square;
}
.checkoutform input{
    font-size: 14px;
    color: blue;
    border: 1px solid lightgrey;
}
.checkoutform textarea{
    font-size: 14px;
    color: blue;
    border: 1px solid lightgrey;
}
.checkoutform .mydiv{
    color: blue;
    border: 1px solid lightgrey;
}
.whatsapp-chat{
    position: fixed;
    bottom: 5%;
    left: 3%;
}
.left-panel a:hover{
    color: blue;
    background-color: gainsboro
}
.alertify-notifier .ajs-message.ajs-success {
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    font-weight: 700;
  }
.popup{
    width:400px;
    background: #fff;
    border-radius: 6px;
    position:absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    text-align: center;
    padding: 0, 30px, 30px;
    color: #333;
    visibility: hidden;
    transition: transform 0.4s, top 0.4s;
}
.open-popup{
    visibility: visible;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
}
.popup img{
    width: 100px;
    margin-top: -50px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.popup h2{
    font-size: 38px;
    font-weight: 500;
    margin: 30px 0, 10px;
}
.popup button{
    width: 80%;
    margin-bottom: 20px;
    padding: 10px 0px;
    background: rgba(0, 164, 0);
    color: #fff;
    border: 0;
    font-size: 18px;
    border-radius: 4px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
input[type='checkbox'] {
    width:20px;
    height:20px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
}
.review:hover{
    color: rgb(0, 102, 255);
}
.hover-border:hover{
    border:1px solid green;
}

input.number-to-text::-webkit-outer-spin-button,
input.number-to-text::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.nav-item:hover{
    font-weight:500;
    text-decoration: underline;
    color: white;
}

/*********************************  menu *******************************/
.div-menu ul{
    list-style-type: none;
    background-color:rgba(9, 116, 62, 0.678);
    color: white;
}
.div-menu ul li{
    display: inline-block;
    padding: 10px;
}
.div-menu ul li:hover{
    background-color: rgb(16, 202, 16);
    color: black;
    cursor: pointer;
}
.div-dropdown{display: none;}
.div-menu ul li:hover .div-dropdown{
    display: block;
    position: absolute;
    margin-left: -0.5cm;
    margin-top: 0.28cm;
}
.div-dropdown ul{
    margin: 0;
    padding: 0;
}
.div-dropdown ul li{
    display: block;
}
.div-dropdown-2{display: none;}
.div-dropdown ul li:hover .div-dropdown-2{
    display: block;
}
.div-dropdown-2{
    position: absolute;
    margin-left: 5.38cm;
    margin-top: -0.85cm;
}
.btn-checkout .circle{
    display: none;
    border: 2px solid ivory;
    border-top: 2px solid black;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation: loader 0.6s infinite;
}

/******************************/
.btn-rzrpay {
    display: grid;
    place-content: center;
}
.loader {
    pointer-events: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    animation: an1 1s ease infinite;
}
@keyframes an1 {
    0% {transform: rotate(0turn);}
    100% {transform: rotate(1turn);}
}

/******************************/
.rate > input{
    display: none;
}
.rate{
    display: inline-block;
    border: 0;
}
.rate > label{
    float: right;
}
.rate > label:before{
    display: inline-block;
    font-size: 2.1rem;
    font-family: FontAwesome;
    content: "\f005";
    margin: 0;
    padding: 0.2rem .5rem;
    cursor: pointer;
}
.rate .half:before{
    content: "\f089";
    position: absolute;
    padding-right: 0;
}
input:checked ~ label, label:hover ~ label{
    color: orange;
}
input:checked + label:hover, input:checked ~ label:hover, input:checked ~ label:hover ~ label,
label:hover ~ input:checked ~ label{
    color: #cc9000;
}
.checked{
    color: orange;
}
.star > span{
    margin: 0;
    padding: 0;
    float: right;
}
.star > span:before{
    display: inline-block;
    font-size: 1.2rem;
    font-family: FontAwesome;
    content: "\f005";
    margin: 0;
    padding: 0.0rem .2rem;
}
.star .half:before{
    content: "\f089";
    position: absolute;
    padding-right: 0;
}
/******************************/

.txt-confirmed{
    color: rgb(28,28,228);
}
.txt-shipped{
    color: rgb(128,128,0);
}
.txt-delivered{
    color: rgb(0,192,0);
}
.txt-return-request{
    color: rgb(192, 64, 64);
}
.txt-returned{
    color: rgb(150,0,150);
}

