h3 {
  font-weight: bolder !important;
}

label {
  margin: 0;
}

button {
  cursor: pointer;
}

html {
  scrollbar-width: none;
}

body {
  -ms-overflow-style: none;
}

.no-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}

.no-scroll::-webkit-scrollbar:vertical {
  width: 0px;
}

.no-scroll::-webkit-scrollbar:horizontal {
  height: 0px;
}

/* should match background, can't be transparent */
html {
  scrollbar-width: none;
}

body {
  -ms-overflow-style: none;
}

.no-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}

.no-scroll::-webkit-scrollbar:vertical {
  width: 0px;
}

.no-scroll::-webkit-scrollbar:horizontal {
  height: 0px;
}

/* should match background, can't be transparent */
.main-content::-webkit-scrollbar {
  display: none;
}

.comment_container::-webkit-scrollbar {
  display: none;
}

.no-scroll::-webkit-scrollbar {
  display: none;
}

.sideBarIcon {
  max-width: 100%;
  width: 30%;
  height: 30%;
  transform: rotateZ(0deg);
}

.video-container {
  padding: 0 3%;
}

.shop-items {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop-items-div::-webkit-scrollbar {
  display: none;
}

p {
  margin: 0;
}

.navbar {
  position: absolute;
}

.main-content {
  overflow: scroll;
}

.shop-car::-webkit-scrollbar {
  display: none;
}

.shop-car-title {
  color: black;
  display: flex;
  font-size: 1.2rem;
  margin: 1rem 0;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
}

.shop-item-price {
  margin: 0.5rem 0;
  display: flex;
  margin: 15px 5%;
  align-items: center;
}

.shop-car-animation-none > div {
  display: none;
}

.shop-car-animation-block > div {
  display: block;
}

.shop-car-check-button-container {
  display: flex;
  width: 100%;
  height: 1.5rem;
  font-weight: bolder;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}

.shop-car-check-button-container > button {
  color: white !important;
  background-color: #FF821E !important;
  height: 100% !important;
  width: 80% !important;
}

.cart-car-container > div {
  color: black;
}

.cart-item-name {
  font-size: 10px;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 500;
}

.cart-item-price {
  font-size: 10px;
  line-height: 20px;
}

.cart-items {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 70% 30%;
  margin: 1rem 0;
  padding: 0 10px;
}

.cart-item-delete > button {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  background-color: red !important;
  color: white !important;
}

.shop-items {
  width: 100% !important;
  border-radius: 10px;
  cursor: pointer;
  margin: 0.5rem 0;
  padding: 0 0.2rem;
}

.shop-item-title {
  margin-bottom: 1rem;
}

.shop-item-title > p,
.shop-item-desc > p {
  font-weight: bolder;
  font-size: 15px;
  word-wrap: break-word;
  word-break: normal;
  line-height: 20px;
}

.shop-item-desc > p {
  font-size: 10px;
}

.shop-item-image-container > img {
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
  margin-bottom: 1rem;
}

.shop-item-container {
  padding: 10px;
}

.shop-item-button {
  width: 100%;
  height: 25px;
  border-radius: 1rem;
  margin: 5px 0;
  color: white !important;
}

.shop-item-speicftion,
.shop-item-amount {
  display: flex;
  justify-content: space-between !important;
  align-items: center;
  margin-bottom: 10px;
}

.img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0.5rem;
}

.commentBar {
  mask-image: linear-gradient(transparent, black 30%);
  -moz-mask-image: linear-gradient(transparent, black 30%);
  -o-mask-image: linear-gradient(transparent, black 30%);
  -webkit-mask-image: linear-gradient(transparent, black 30%);
}

.commentBar::-webkit-scrollbar,
.commentInput::-webkit-scrollbar {
  display: none;
}

.shop-item-button-container {
  margin-bottom: 1rem;
}

.comment-item {
  height: auto;
  width: 100%;
  color: white;
  white-space: pre-wrap;
  word-break: break-all;
  text-align: start;
  padding: 5px 10px;
  font-size: 15px;
}

.cart-item-desc {
  padding: 5px 10px;
  background-color: #ccc;
  margin-right: 4px;
  border-radius: 3px;
  max-width: 100%;
  cursor: pointer;
}

.commentInputText {
  height: 100%;
  width: 100%;
  border: none;
  padding: 0 1rem;
}

.commentInputText:focus-visible {
  outline: none;
}

.commentInputButton {
  height: 100%;
  width: 100%;
}

.modal-container {
  height: auto;
  width: 30%;
  max-width: 30%;
  background: white;
  color: black;
  padding: 2%;
}

.modal-btn {
  background-color: #FF821E !important;
  border-radius: 5px;
  color: white !important;
  width: 6rem;
  height: 1.5rem;
}

.modal-input {
  border: 1px solid #dccc;
  height: 20px;
  outline: none;
}

.cart-item-desc > div {
  margin: 3px 0;
}

.cart-item-spec {
  line-height: 18px;
  margin: 5px 0;
}

.save-order-success {
  text-align: center;
  line-height: 15px;
}

.save-order-success {
  text-align: center;
  margin: 1rem 0;
}

.save-order-success-info {
  padding: 0 10%;
}

.save-order-success-info > div {
  line-break: anywhere;
  margin: 0.5rem;
  line-height: 20px;
}

.vjs-control-bar {
  z-index: 20;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "";
  background-image: url("/images/home/play-icon.png");
  background-repeat: no-repeat;
  background-size: 46px;
  background-position: 55% calc(50% - 0px);
  border: none !important;
  box-shadow: none !important;
}

.video-js .vjs-big-play-button {
  border: none !important;
  background-color: inherit !important;
}

.comment_container {
  background: #00000080;
  height: 30%;
}

#emoji_btn:active {
  background-size: 55% !important;
}

.EffectBox_Things_ {
  position: absolute;
  left: 0;
  background-position: top center;
  top: 82%;
  width: 5rem;
  height: 100%;
  background-image: url("https://dev.ishowlife.com/templates/player/css/img/effect/01.png");
  background-repeat: no-repeat;
  background-size: 50%;
  /* background-color: #FFF; */
  animation: EmojiMove_ 5s infinite;
  /*IE*/
  -moz-animation: EmojiMove_ 5s infinite;
  /*FireFox*/
  -webkit-animation: EmojiMove_ 5s infinite;
  /*Chrome, Safari*/
}

.live_watch_counts {
  z-index: 100;
}

#storeItemSlide {
  position: absolute;
  width: 25rem;
  height: 25%;
  z-index: 1;
  right: 100%;
  opacity: 0;
  margin: 10px 0;
  max-height: 7rem;
}

.storeItemSlideClsForwards {
  -webkit-animation-name: storeItemSlideAnimate;
          animation-name: storeItemSlideAnimate;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.storeItemSlideClsBackwards {
  -webkit-animation-name: storeItemSlideAnimateBack;
          animation-name: storeItemSlideAnimateBack;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.storeItemSlide {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem 0 0 0.5rem;
  border-right: 3px solid #e87838;
  background: #333333;
  padding: 10px;
}

.storeItemSlidContainer {
  display: flex;
  height: 100%;
}

.storeItemSlideTitle {
  font-size: 18px;
  padding: 5%;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  max-width: 100%;
  margin: 0px auto;
  line-height: 1.5;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: bolder;
}

.shop-item-title > p {
  color: white;
  height: 43px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  max-width: 100%;
  margin: 0px auto;
  line-height: 1.19;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bolder;
}

.shop-item-speicftion > div > select {
  width: 100%;
  border: 1px solid #555;
  border-radius: 25px;
  height: 2.5rem;
  padding: 0 0.8rem;
  background: #333333;
  color: #fff;
  font-size: 14px;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  font-weight: bolder;
}

.shop-item-button-container > button:nth-child(1) {
  width: 100%;
  border: 1px solid #555555;
  border-radius: 25px;
  height: 2.5rem;
  padding: 0px 0.8rem;
  background: #404040;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  font-weight: bolder;
}

.shop-item-button-container > button:nth-child(2) {
  background: #FF821E;
  width: 100%;
  border: 1px solid #555555;
  border-radius: 25px;
  height: 2.5rem;
  padding: 0px 0.8rem;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  font-weight: bolder;
}

.commentInput {
  grid-template-columns: 1fr 13%;
}

.cart_image {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 8px;
}

.comment_container_ {
  overflow: scroll;
  height: 100%;
  width: 100%;
  font-weight: bolder;
  white-space: pre-wrap;
  word-break: break-all;
  text-align: start;
  font-size: 15px;
  padding-right: 5rem;
  padding-left: 5rem;
}

.loginModel {
  width: 50%;
  background: white;
  border-radius: 5px;
  padding: 20px;
}

.showShopItemDetail {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
}

.showShopItemMore {
  color: #ff821e;
  font-weight: 600;
  font-size: 0.8rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .shop-item-price {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .shop-item-price > p:nth-child(1) {
    font-size: 14px;
    margin: 0 !important;
  }

  .shop-item-price > p:nth-child(2) {
    margin: 0 !important;
    margin-top: 3px !important;
    font-size: 12px;
  }

  .shop-item-title > p {
    height: 36px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

  .shop-item-speicftion > div > select {
    font-size: 12px !important;
  }

  .shop-item-button-container > button:nth-child(1) {
    font-size: 12px !important;
  }

  .shop-item-button-container > button:nth-child(2) {
    font-size: 12px !important;
  }

  .commentInput {
    grid-template-columns: 1fr 20%;
  }

  .cart_image {
    height: 2.5rem;
    width: 2.5rem;
  }

  .comment_container_ {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .loginModel {
    height: 85vh;
    overflow: scroll;
  }

  .showShopItemDetail {
    font-size: 0.8rem;
  }

  .showShopItemMore {
    font-size: 0.5rem;
  }

  .storeItemSlide {
    width: 100%;
    height: 100%;
    border-radius: 0.5rem 0 0 0.5rem;
    border-right: 3px solid #e87838;
    background: #333333;
    padding: 5px 10px;
  }

  #storeItemSlide {
    width: 20rem;
    height: 35%;
  }

  .shop-item-desc {
    padding: 10px 8px !important;
  }
}
@-webkit-keyframes storeItemSlideAnimate {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes storeItemSlideAnimate {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes storeItemSlideAnimateBack {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes storeItemSlideAnimateBack {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes EmojiMove_ {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  from {
    top: 82%;
  }
  to {
    top: 0%;
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px) rotate(2deg);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(5px) rotate(-2deg);
  }
}
@-webkit-keyframes EmojiMove_ {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  from {
    top: 82%;
  }
  to {
    top: 0%;
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px) rotate(2deg);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(5px) rotate(-2deg);
  }
}

/*# sourceMappingURL=videojstest.sass.css.map*/