/* Login Register Model */

.container-login100 {
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 55px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.container-login100::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 153, 0, 0.5);
  background: -webkit-linear-gradient(left, rgba(81, 241, 27, 0.5), rgba(255, 153, 0, 0.5));
  background: -o-linear-gradient(left, rgba(81, 241, 27, 0.5), rgba(255, 153, 0, 0.5));
  background: -moz-linear-gradient(left, rgba(81, 241, 27, 0.5), rgba(255, 153, 0, 0.5));
  background: linear-gradient(left, rgba(81, 241, 27, 0.5), rgba(255, 153, 0, 0.5));
  pointer-events: none;
} 

.wrap-login100 {
  width: 490px;
  background: ##fff;
  border-radius: 10px
  border-radius: 10px;
  overflow: hidden;

  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.login100-form {
  width: 100%;
}

.login100-form-title {
  display: block;
  font-family: "Cairo", sans-serif;
  font-size: 25px;
  color: #4b2354;
  line-height: 1.2;
  text-align: center;
  margin-top: 20px;
}

/* Login Register Model End */

/*-- Rating --*/

.rating-avg {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.rating-avg .rating-stars {
  margin-left: 10px;
}

.rating-avg .rating-stars, .rating .rating-stars {
  display: inline-block;
}

.rating-avg .rating-stars>i, .rating .rating-stars>i {
  color: #E4E7ED;
}

.rating-avg .rating-stars>i.fa-star, .rating .rating-stars>i.fa-star {
  color: chocolate;
}

.rating li {
  margin: 5px 0px;
}

.rating .rating-progress {
  position: relative;
  display: inline-block;
  height: 9px;
  background-color: #E4E7ED;
  width: 120px;
  margin: 0px 10px;
  border-radius: 5px;
}

.rating .rating-progress>div {
  background-color: chocolate;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}

.rating .sum {
  display: inline-block;
  font-size: 12px;
  color: #8D99AE;
}

/*-- Reviews --*/

.reviews li {
  position: relative;
  padding-left: 145px;
  margin-bottom: 5px;
}

.reviews .review-heading {
  position: absolute;
  width: 130px;
  left: 0;
  top: 0;
  height: 70px;
}

.reviews .review-body {
  min-height: 70px;
}

.reviews .review-heading .name {
  color: #95bd35;
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 0px;
}

.reviews .review-heading .date {
  color: #9cad72;
  font-size: 10px;
  margin: 0;
}

.reviews .review-heading .review-rating {
  font-size: 15px;
  margin-top: 5px;
}

.reviews .review-heading .review-rating>i {
  color: #E4E7ED;
}

.reviews .review-heading .review-rating>i.fa-star {
  color: chocolate;
}

.reviews-pagination {
  text-align: center;
}

.reviews-pagination li {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #E4E7ED;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.reviews-pagination li:hover {
  background-color: #E4E7ED;
  color: chocolate;
}

.reviews-pagination li.active {
  background-color: chocolate;
  border-color: chocolate;
  color: #FFF;
  cursor: default;
}

.reviews-pagination li a {
  display: block;
}

/*-- Review Form --*/

.review-form .input {
  margin-bottom: 15px;
}

.review-form .input-rating {
  margin-bottom: 15px;
}

.review-form .input-rating .stars {
  display: inline-block;
  vertical-align: top;
}

.review-form .input-rating .stars input[type="radio"] {
  display: none;
}

.review-form .input-rating .stars>label {
  float: right;
  cursor: pointer;
  padding: 0px 3px;
  margin: 0px;
}

.review-form .input-rating .stars>label:before {
  content: "\f006";
  font-family: FontAwesome;
  color: #E4E7ED;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.review-form .input-rating .stars>label:hover:before, .review-form .input-rating .stars>label:hover~label:before {
  color: chocolate;
}

.review-form .input-rating .stars>input:checked label:before, .review-form .input-rating .stars>input:checked~label:before {
  content: "\f005";
  color: chocolate;
}

.social-icons-fb{
  color: #000;
}

.social-icons-fb:hover{
  color: #4267b2;
}

.social-icons-twit{
color: #000;
}

.social-icons-twit:hover{
  color: #1DA1F2;
  }

.social-icons-ins{
color: #000;
}

.social-icons-ins:hover{
  color: #8A3AB9;
  }

.social-icons-pin{
color: #000;
}

.social-icons-pin:hover{
  color: #E60023;
  }

/* profile Dropdown */

.dropbtn {
  background-color: #04AA6D;
  color: chocolate;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: chocolate;
  min-width: 140px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: greenyellow; color: #000;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

/* Profile Part */

.profile img{
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

  /* Compony Logo Text Part */

.logo-text{
  font-size: 28px;
  font-family: Asiyah Script;
  text-decoration: none;
  color: chocolate;
}
.logo-text2{
  font-size: 28px;
  font-family: Asiyah Script;
  text-decoration: none;
  color: #6b1301;
}
.logo-text3{
  font-size: 20px;
  font-family: Asiyah Script;
  text-decoration: none;
  color: chocolate;
}
.logo-text4{
  font-size: 20px;
  font-family: Asiyah Script;
  text-decoration: none;
  color: #6b1301;
}

/* Compony Logo Text Part End */

/* Order View Part */
.hrline{
  height: 2px;
  border-width: 2px;
  color: chocolate;
  background-color: chocolate;
}
.font{
  color: chocolate;
  font-weight: bold;
}
.form-text{
  color: #000;
  text-decoration: none;
}

/* Order View Part End */

/*Wishlist and Card */
.full-view{
    
};
/*Wishlist and Card End*/

/* Customer Service  */
.cus-ser h1{
  color: chocolate;
  text-decoration: none;
}

/* Customer Service end */

.btn-hover-dark:hover {
  background-color: #1d2124; /* Darker color on hover */
  /* Additional styles for the hover effect go here */
}
.flex-column a:active {
  background-color: #1d2124;
}

.live-chat{
  bottom: 10px;
  right: 10px;
  position: fixed;
}

.state-form{
    height: auto;
    max-height: 200px;
    /* overflow-x: hidden; */
}

/* Mobile Bottom Navigation */
.mobile-bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  background: #fff;
  border-top: 1px solid #eee;
  display: flex;
  z-index: 99999;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.06);
}
.mobile-bottom-nav .mbn-item {
  color: #333;
  text-decoration: none;
  font-size: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mobile-bottom-nav .mbn-item i,
.mobile-bottom-nav .mbn-item img {
  font-size: 20px;
  display: block;
  margin-bottom: 0;
}
.mobile-bottom-nav .mbn-item img.mbn-avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
}
.mobile-bottom-nav .mbn-badge {
  position: absolute;
  top: 6px;
  right: 18px;
  background: #e74c3c;
  color: #fff;
  border-radius: 10px;
  padding: 2px 6px;
  font-size: 11px;
}

/* hide on medium+ screens */
@media (min-width: 768px) {
  .mobile-bottom-nav { display: none !important; }
}

/* Icons-only layout for very small screens: hide labels */
@media (max-width: 575px) {
  .mobile-bottom-nav { height: 52px; }
  .mobile-bottom-nav .mbn-item span { display: none; }
  .mobile-bottom-nav .mbn-item i, .mobile-bottom-nav .mbn-item img { font-size: 22px; }
  .mobile-bottom-nav .mbn-badge { top: 4px; right: 14px; padding: 2px 5px; font-size: 10px; }
}

.style-profile {
  display: block;
  background: #67da39;
  border-radius: 5px;
  margin: 10px;
  color: #6b1411;
  font-size: 18px;
  padding: 8px;
  text-align: center;
}
.style-profile a:hover {
  display: block;
  background: #67da39;
  border-radius: 5px;
  margin: 10px;
  color: #fff;
  font-size: 18px;
  padding: 8px;
  text-align: center;
}
