.pass-eye{
	position: relative;
}
.pass-eye input.form-control{
	padding-right: 30px;
}
.pass-eye .hidden-eye {
	position: absolute;
	top: 38px;
	right: 8px;
	cursor: pointer;
}
.pass-eye .pass-view{
	display: none;
	color:#E0E0E0;
}
.pass-eye .pass-hide{
	color:#E0E0E0;
}
.bootstrap-tagsinput {
	border: 1px solid #ddd;
	border-radius: .25rem;
	position: relative;
}
.bootstrap-tagsinput input {
	border: none;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 0px;
  padding: 2px 2px 2px 7px;
  border-radius: 4px;
  color: white;
  background-color: #5390ad;

}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.overly-blur{
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}

.product-box {
  display: block;
  padding: 10px;
}
.product-box-details {
  padding: 30px;
  border: 1px solid #fcfcfc;
  margin-bottom: 30px;
  background: #fcfcfc;
}
.pb-img {
  display: inline-block;
  max-width: 202px;
  vertical-align: top;
  margin-right: 20px;
  border: 1px solid #f7f7f7;
}
.product-box {
  display: block;
  padding: 15px;
}
.pb-img-details{
  display: inline-block;
  max-width: 300px;
  vertical-align: top;
  margin-right: 20px;
  border: 1px solid #f7f7f7;
}
.pb-info {
  display: inline-block;
  width: calc(100% - 230px);
  vertical-align: top;
}
.pb-info-details {
  display: inline-block;
  width: calc(100% - 330px);
  vertical-align: top;
  font-size: 16px;
  line-height: normal;
}
.pb-img img {
  max-width: 100%;
  height: auto;
}
.pb-img-details img {
  max-width: 100%;
  height: auto;
}
.product-box .pb-info h4 {
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.product-box .pb-info h4 a {
  color: #2291d3;
}
.product-box .pb-info h4 a:hover{
  color: #ef2424;
  text-decoration: none;
}
.product-wrapp {
  border: 1px solid #f7f7f7;
}
.pb-right .pbr-box{
  background: #f7f7f7;
}
.pbr-box {
  padding: 15px;
}
.pb-right .pbr-box h4 {
  font-size: 21px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.pb-right .pbr-box h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #2291d3;
}
.pwd-box-details .cmp-info {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.action-buttons .btn {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  max-width: 250px;
}
.pb-info-details h4 {
  text-transform: capitalize;
  font-size: 22px;
  color: #2291d3;
}
.pwd-box-details .cmp-info h4 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.pwd-box-details .cmp-info h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  background: #2291d3;
}
.pwd-box-details .cmp-info .action-buttons button.btn{
  display: inline-block;
}
.pwd-box-details .pwd-tabs {
  margin: 30px 0px;
}
.pwd-box-details .tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 18px;
  font-size: 16px;
}
.pwd-tabs .nav-tabs .nav-item.show .nav-link, 
.pwd-tabs .nav-tabs .nav-link.active {
  color: #2291d3;
}

.btn.btn-like{
    color: #ef2424;
}
.btn.btn-like {
    padding: 0px;
    box-shadow: none;
    font-size: 20px !important;
}
.btn.btn-like .fa {
    font-size: 20px !important;
}
.btn-like.active{
    box-shadow: none !important;
}
.btn-like .fa-heart.fill{
  display: none;
  visibility: hidden;
}
.btn-like:hover .fa-heart.fill,
.btn-like:active .fa-heart.fill,
.btn-like.active .fa-heart.fill{
  display: inline-block;
  visibility: visible;
}
.btn-like:hover .fa-heart.fill-out,
.btn-like.active svg.svg-inline--fa.fa-heart.fa-w-16.fill-out{
  display: none !important;
  visibility: hidden;
}
.like-relevent {
    display: flex;
    max-width: 250px;
    margin-top: 30px;
}


.live-rating {
  font-size: 43px;
  margin-left: 10px;
  color: hotPink;
  top: -3px;
  position: relative;
}
.my-rating-9 .jq-star {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  padding: 0px 3px;
}
.my-rating-9 .jq-star svg {
  max-width: 19px;
  max-height: 19px;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0,15%);
  -ms-transform: translate(0,15%);
  -o-transform: translate(0,15%);
  transform: translate(0,15%);
}

.review-wrapp .rw-ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 20px;
}
.review-wrapp .rw-ul li{

}
.review-wrapp .rw-ul li strong {
  font-size: 22px;
  font-weight: normal;
  position: relative;
  min-width: 145px;
  display: inline-block;
  vertical-align: top;
}
.review-wrapp .rw-ul li strong::before {
  content: ":";
  position: absolute;
  top: 0;
  right: 0;
}
.review-wrapp .rw-ul li span{
  display: inline-block;
  vertical-align: bottom;
}
.review-wrapp .rw-ul li .live-rating {
  font-size: 19px;
  line-height: normal;
}
.review-form label {
  font-size: 18px;
  font-weight: normal;
}
.rate-model .modal-title {
  font-size: 24px;
}
.review-form .btn {
  border-radius: 0px;
  padding: 8px 25px;
  font-size: 20px;
}
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.69);
}

.btn-blue {
    /* background-image: linear-gradient(to right, #33ccff 0%, #2291d3 51%, #14608c 100%); */
  color: #fff;
  border: none;
  border-radius: 15px;
  background-color: #2291d3;
}
.btn-blue:hover{
  color: #fff !important;
  background-image: unset;
  background-color: #1e81bc;
}
/*login page css*/
.regi-as {
    padding: 20px 0px 20px;
    border-top: 1px solid #f4f4f4;
    margin-top: 20px;
}
.bt-f4f4f4{
    border-top-color: #f4f4f4;
}
.rau-ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.rau-ul li{
    padding: 0px 10px;
}
.rau-ul li a {
    display: block;
}
.rau-ul li a img {
    max-width: 30px;
    /*filter: grayscale(100);*/
}
.rau-ul li a:hover img {
    filter: grayscale(0);
}
.mob-label{
  display: block;
}
/*end of login page css*/

@media (max-width: 991px){
  .pb-img-details {
    max-width: 170px;
  }
  .pb-info-details {
    width: calc(100% - 200px);
  }
  .pb-img {
    max-width: 140px;
  }
  .pb-info {
    width: calc(100% - 170px);
  }
}
@media (max-width: 767px){
 .pb-img-details, .pb-img {
    max-width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .pb-info-details, .pb-info {
    width: calc(100% - 0px);
  }
}
@media (max-width: 575px){
  .form-body {
    padding: 15px;
  }
  h3.frm-head {
    font-size: 22px;
  }
}
@media (max-width: 479px){
  .pwd-tabs .nav-tabs .nav-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pwd-tabs .nav-tabs .nav-item.show .nav-link, 
  .pwd-tabs .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #f6f6f6;
    border-color: transparent;
  }
}


.custom-file-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.cf-upload {
    border: none;
    color: #fff;
    background-color: #11ad1d;
    padding: 5px 20px;
    border-radius: 3px;
    font-size: 16px;
}

.custom-file-btn input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.custom-file-btn .file-desc{
  margin:10px 0px 0px 0px; 
      display: block;
}
.astric {
    color: red;
    font-size: 19px;
    font-weight: bold;
    vertical-align: middle;
  }



.op-slider .item {
    padding: 59px 20px;
    border: 1px solid #ddd;
    border-radius: 300px;
    overflow: hidden;
}
.op-slider .item img {
    object-fit: contain;
    object-position: center center;
    margin: 0 auto;
    min-height: 180px;
    min-width: 180px;
    width: auto;
    max-width: 180px;
}
@media (max-width: 1800px){
  .op-slider .item {
      padding: 48px 20px;
  }
}
@media (max-width: 1700px){
  .op-slider .item {
      padding: 40px 20px;
  }
}
@media (max-width: 1600px){
  .op-slider .item {
      padding: 32px 20px;
  }
}
@media (max-width: 1500px){
  .op-slider .item {
      padding: 33px 20px;
  }
  .op-slider .item img {
      min-height: 150px;
      min-width: 150px;
      max-width: 150px;
  }
}
@media (max-width: 1400px){
  .op-slider .item {
      padding: 30px 20px;
  }
}
@media (max-width: 1300px){
  .op-slider .item {
      padding: 23px 20px;
  }
}
@media (max-width: 1260px){
  .op-slider .item {
      padding: 20px 20px;
  }
}
@media (max-width: 1200px){
  .op-slider .item {
      padding: 30px 20px;
  }
  .op-slider .item img {
      min-height: 120px;
      min-width: 120px;
      max-width: 120px;
  }
}
@media (max-width: 1130px){
  .op-slider .item {
      padding: 25px 20px;
  }
}
@media (max-width: 999px){
  .op-slider .item {
      padding: 55px 20px;
  }
}
@media (max-width: 900px){
  .op-slider .item {
      padding: 42px 20px;
  }
}
@media (max-width: 800px){
  .op-slider .item {
      padding: 35px 20px;
  }
}