.mobicmsshop color: var(--theme);
::-webkit-scrollbar {
  width: 8px;
}
.mobicmsshop ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.mobicmsshop  ::-webkit-scrollbar-thumb {
  background: #888;
}
.mobicmsshop  ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.mobicmsshop .bg-primary {
  background-color: var(--theme) !important;
  color: var(--text) !important;
}
.mobicmsshop .btn-primary {
  background-color: var(--theme) !important;
  border-color: var(--theme) !important;
  color: var(--text) !important;
}
.mobicmsshop .text-theme {
  color: var(--theme) !important;
}
.mobicmsshop .btn{
margin: 0.0rem 0.0rem !important;	
}
* {
  box-sizing: border-box;
}
.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 .page-link {
  padding: .4rem .85rem !important;
}
.mobicmsshop #search {
  outline: none;
  border: none;
  display: inline-block;
}
.mobicmsshop #burgundy {
  color: @Theme2 !important;
}
.mobicmsshop #orange, .mobicmsshop select,.mobicmsshop .btn {
  color: var(--theme);
}
.mobicmsshop label {
  padding-left: 10px;
}
.mobicmsshop .form-group:last-child {
  margin-bottom: 0;
}
.mobicmsshop h6 {
  margin-bottom: 0px;
}
.mobicmsshop #sort {
  outline: none;
  border: none;
}
.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;
}
.mobicmsshop .product-card {
    transition: all 0.4s ease;
    overflow: hidden;
	background-color: #fff:
}

.mobicmsshop .product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}
.mobicmsshop .product-img {
 
   transition: transform 0.5s ease;
}
.mobicmsshop .product-card:hover .product-img {
    transform: scale(1.0);
}
.mobicmsshop .btn-animated {
    transition: all 0.3s ease;
    transform: translateY(20px);
    display: none;
}
.mobicmsshop .pname {
font-size: 1.24rem;
}
.mobicmsshop .product-card .view-btn {
  position: absolute;
  top: 10px;
  right: -5px;
  border: none;
  background: white;
  border-radius: 50%;
  padding: 6px 8px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  transition: background 0.3s ease, color 0.3s ease;
}
.mobicmsshop .product-card:hover .btn-animated {
    transform: translateY(0);
    display: block;
}
.mobicmsshop .card {
  border: none;
}
@-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 .add-to-cart {
  border: 1px solid var(--theme);
  border-radius: 999px !important;
  background-color: #fff;
  box-shadow: 0 10px 24px rgba(138, 92, 61, 0.24);
}
.mobicmsshop .form-control, .mobicmsshop form {
  min-height: 41px;
}
.mobicmsshop .search-input {
  font-size: 1.1rem !important;
  border-top-left-radius: 10px 10px !important;
  border-bottom-left-radius: 10px 10px !important;
}
.mobicmsshop .btn-search {
  border-top-right-radius: 10px 10px !important;
  border-bottom-right-radius: 10px 10px !important;
}
.mobicmsshop .btn:hover {
  color: #fff !important;
  background-color: var(--theme) !important;
}
.mobicmsshop .btn-primary {
  color: #fff;
  background-color: var(--theme);
}
.mobicmsshop .card-body {
  padding: 4px;
}
.mobicmsshop .filter {
  width: 100%  !important;
}
.mobicmsshop .filterbtn {
  width: 110px  !important;
}
.mobicmsshop .sign {
  width: 25px;
  height: 25px;
}
.mobicmsshop .discount {
  border: 1px solid var(--theme);
  border-radius: 5px;
  width: 65px;
  position: absolute;
  top: 2%;
}
@media (min-width: 1200px) {
  .mobicmsshop #search {
    width: 300px;
    padding: 5px;
    padding-left: 20px;
  }
  .mobicmsshop .search-nav-item {
    margin-left: 400px;
    width: 350px;
  }
  .mobicmsshop .fa-user-o {
    margin-left: 300px;
  }
  .mobicmsshop .text {
    display: none;
  }
  .mobicmsshop .fa-user-o,.mobicmsshop .fa-shopping-cart {
    font-size: 20px;
    padding-left: 20px;
  }
  .mobicmsshop #sidebar {
    width: 20%;
    padding: 20px;
    float: left;
  }
  .mobicmsshop #products {
    width: 80%;
    padding: 10px;
    margin: 0;
    float: right;
  }
  .mobicmsshop .card {
    border: none;
  }
  .mobicmsshop .card-img-top {
    width: 100%;
    border-radius: 10px;
  }
  .mobicmsshop del {
    padding-right: 2px;
  }
  .mobicmsshop .filter,#mobile-filter {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mobicmsshop #search {
    width: 300px;
    padding: 5px;
    padding-left: 20px;
  }
  .mobicmsshop .search-nav-item {
    margin-left: 200px;
    width: 350px;
  }
  .mobicmsshop .fa-user-o {
    margin-left: 160px;
  }
  .mobicmsshop .text {
    display: none;
  }
  .mobicmsshop #sidebar {
    width: 20%;
    padding: 20px;
    float: left;
  }
  .mobicmsshop #products {
    width: 80%;
    padding: 10px;
    margin: 0;
    float: right;
  }
  .mobicmsshop .card {
    width: 200px;
    height: 330px;
    border: none;
  }
  .mobicmsshop .card-img-top {
    width: 200px;
    height: 200px;
    border-radius: 10px;
  }
  .mobicmsshop .fa-plus,.fa-minus {
    font-size: 12px;
  }
  .mobicmsshop .sign {
    height: 25px;
  }
  .mobicmsshop .price {
    width: 99px;
  }
  .mobicmsshop .filter, .mobicmsshop #mobile-filter {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mobicmsshop #search {
    width: 300px;
    padding: 5px;
    padding-left: 20px;
  }
  .mobicmsshop .search-nav-item {
    margin-left: 60px;
    width: 350px;
  }
  .mobicmsshop .fa-user-o {
    margin-left: 80px;
  }
  .mobicmsshop .text {
    display: none;
  }
  .mobicmsshop #sidebar {
    width: 100%;
    padding: 20px;
    float: left;
    display: none;
  }
  .mobicmsshop #products {
    width: 100%;
    padding: 10px;
    margin: 0;
    float: right;
  }
  .mobicmsshop .card {
    border: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .mobicmsshop .text {
    display: none;
  }
  .mobicmsshop .search-nav-item {
    margin-left: 35px;
    width: 270px;
  }
  .mobicmsshop #search {
    width: 240px;
    padding: 5px;
    padding-left: 20px;
  }
  .mobicmsshop #sidebar {
    width: 100%;
    padding: 20px;
    float: left;
    display: none;
  }
  .mobicmsshop #products {
    width: 100%;
    padding: 10px;
    margin: 0;
    float: right;
  }
  .mobicmsshop .card {
	border-bottom: 1px solid rgba(0,0,0,.125);
  }
 .mobicmsshop  #off {
    padding-left: 2px;
  }
  .mobicmsshop #sorting span,#res {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .mobicmsshop .search-nav-item {
    margin: 0;
    width: 100%;
    margin-top: 10px;
  }
  .mobicmsshop #search {
    width: 80%;
    padding-left: 10px;
    margin-top: 10px;
    padding-right: 10px;
  }
  .mobicmsshop .fa-search {
    font-size: 18px;
  }
  .mobicmsshop #sidebar {
    display: none;
  }
  .mobicmsshop #sorting, .mobicmsshop #res {
    font-size: 12px;
    margin-top: 2%;
  }
}
