.opacity{
  opacity: 0.5;
}

.category-slide .active{
  color:#708A81!important;
}

.rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
  margin-bottom:20px;
}

.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
}

.rating label:last-child .icon {
  color: #ddd;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: #FFBA49;
}

.rating label .icon.active {
  color: #FFBA49;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #ddd;
  text-shadow: 0 0 5px #FFBA49;
}

.fixed-panel button {
  width:100%;
  text-align:center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #222222;
  font-size: 16px;
  position: relative;
}

.fixed-panel button i {
  margin-right: 10px;
}

.helpme {
  position: fixed;
  bottom: 60px;
  right: 20px;
  margin: 0.5em;
  z-index: 1000;
}

.form-floating > .form-select, .form-floating > .form-control {
  padding-top:10px!important;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
  40% {transform: translateY(-30px);} 
  60% {transform: translateY(-20px);} 
} 

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.animated-btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.btn-wa {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  background-color: #4DC247;
  color: #ffffff;
  border: none;
  color: white;
  /* padding: 20px; */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}


.cream{
  text-decoration:underline;
  color:#C2956E;
}

#canvas { position: relative; width: 100%; height: 100%; border: solid red 1px; }
#the_image{width:100%;}
#nearest { position: absolute; background: yellow; }
.add{
  border:dotted 1px #dadada !important;
}
.absolute-text{
  position: absolute;
  background:#fff;
  top:10px;
  width:200px;
}

.absolute-icon{
  position:absolute;
  padding:5px;
  background: rgba(255,255,255,0.5);
  top:10px;
}

.left{
  left:10px;
}
.right{
  right:10px;
}
.flex{
  display: flex;
  justify-content: center;
}
.subtotal{
  text-align:right;
}
.textEx{
  position: absolute;
  background-color: #E5D188;
  border-radius:10%;
  padding:5px;
  cursor:pointer;
  box-shadow:5px 5px 5px rgba(68, 68, 68, 0.6);
}
.textEx:hover{
  padding:7px;
  box-shadow:5px 5px 5px rgba(255, 255, 255, 0.6);
}
.size-detail .size-select li {
  width:auto!important;
  padding:5px;
}

#but {
  width: 220px;
  height: 120px;
  background: #222;
  color: #fff;
  text-align: center;
  line-height: 120px;
  font-size: 40px;
}

.ripple {
  width: 10px;
  height: 10px;
  background-color: transparent;
  position: fixed;
  border-radius: 50%;
  border: 1px solid #ffffff59;
}

@keyframes ripple-effect {
  to {
     transform:scale(15);
     opacity: 0.01;
  }
}
.order-track-step .order-track-status-dot{
  color:#fff;
}

.order-track-step.in-finish .order-track-status-dot{
  background:#C2956E !important;
}

.order-track-step.in-finish .order-track-status-line{
  background:#C2956E !important;
}

.order-track-step.in-finish .order-track-text-stat{
  color:#C2956E !important;
}