::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.mobicmsshop a:link {
  color: black;
  text-decoration: none;
}
.mobicmsshop a:visited {
  text-decoration: none;
  color: black;
}
.mobicmsshop a:hover {
  text-decoration: none;
  color: black;
}
.mobicmsshop a:active {
  text-decoration: none;
  color: black;
}
.mobicmsshop .form-control, .mobicmsshop form .btn, .mobicmsshop .divcart .btn {
  min-height: 41px;
}
.mobicmsshop #snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 50%;
  font-size: 17px;
}
.mobicmsshop #snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
.mobicmsshop button, .mobicmsshop input, .mobicmsshop optgroup, .mobicmsshop select, .mobicmsshop textarea {
  margin: 0;
  margin-bottom: 0px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.mobicmsshop *, .mobicmsshop ::after, .mobicmsshop  ::before {
  box-sizing: border-box;
}
.mobicmsshop .btn {
  border: 1px solid var(--theme);
  border-radius: 0px;
  background-color: #fff;
  border-top-right-radius: 10px 10px !important;
  border-bottom-right-radius: 10px 10px !important;
}
.mobicmsshop .search-input {
  font-size: 1.1rem !important;
  border-top-left-radius: 10px 10px !important;
  border-bottom-left-radius: 10px 10px !important;
}
.mobicmsshop .bg-primary {
  background-color: var(--theme) !important;
  color: #fff !important;
}
.mobicmsshop .btn:hover {
  color: #fff !important;
  background-color: var(--theme) !important;
}
.mobicmsshop .btn-primary {
  border-top-right-radius: 10px 10px !important;
  border-bottom-right-radius: 10px 10px !important;
  color: #fff !important;
  background-color: var(--theme) !important;
  border: var(--theme) !important;
}
.mobicmsshop .text-theme {
  color: var(--theme) !important;
}
.mobicmsshop .card {
  background-color: #fff;
  padding: 14px;
  border: none;
}
.mobicmsshop .demo {
  width: 100%;
}
.mobicmsshop ul {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
}
.mobicmsshop li {
  display: block;
  float: left;
  margin-right: 6px;
  cursor: pointer;
}
.mobicmsshop .imgs {
  display: block;
  height: auto;
  max-height: 400px;
}
.mobicmsshop .stars i {
  color: #f6d151;
}
.mobicmsshop .stars span {
  font-size: 13px;
}
.mobicmsshop hr {
  color: #d4d4d4;
}
.mobicmsshop .badge {
  padding: 5px !important;
  padding-bottom: 6px !important;
}
.mobicmsshop .badge i {
  font-size: 10px;
}
.mobicmsshop .profile-image {
  width: 35px;
}
.mobicmsshop .comment-ratings i {
  font-size: 13px;
}
.mobicmsshop .username {
  font-size: 12px;
}
.mobicmsshop .comment-profile {
  line-height: 17px;
}
.mobicmsshop .date span {
  font-size: 12px;
}
.mobicmsshop .p-ratings i {
  color: #f6d151;
  font-size: 12px;
}
.mobicmsshop .btn-long {
  padding-left: 35px;
  padding-right: 35px;
}
.mobicmsshop .buttons {
  margin-top: 15px;
}
.mobicmsshop .buttons .btn {
  height: 46px;
}
.mobicmsshop .buttons .cart {
  border-color: var(--theme) !important;
  color: var(--theme) !important;
}
.mobicmsshop .buttons .cart:hover {
  background-color: var(--theme) !important;
  color: #ffffff;
}
.mobicmsshop .dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.mobicmsshop .bullet-text {
  font-size: 12px;
}
.mobicmsshop .my-color {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mobicmsshop label.radio input:checked + span {
  color: #fff;
  position: relative;
}
.mobicmsshop label.radio input:checked + span::before {
  opacity: 1;
  content: '\2713';
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  left: 4px;
}
.mobicmsshop .card-body {
  padding: 0.3rem 0.3rem 0.2rem;
}
