.mobicmsshop .my-cart-icon {
  background-color: #fff;
  padding: 7px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 50%;
}
.mobicmsshop .shopcart {
  font-size: 30px;
}
.mobicmsshop .product-image img:hover {
  width: 103.1%;
  cursor: pointer;
}
.mobicmsshop .product-image2 img:hover {
  width: 103.1%;
  cursor: pointer;
}
.mobicmsshop .txt-heading {
  margin: 0px 0px;
  text-align: left;
  background: #cccccc;
  padding: 5px 10px;
  overflow: auto;
}
.mobicmsshop .bg-primary {
  background-color: var(--theme) !important;
  color: #fff !important;
}
.mobicmsshop .btn-primary {
  background-color: var(--theme) !important;
  border-color: var(--theme) !important;
  color: var(--text) !important;
}
.mobicmsshop #shopping-cart .txt-heading {
 background-color: var(--theme) !important;
  border-color: var(--theme) !important;
  color: var(--text) !important;
  
}
.mobicmsshop .btn-outline {
  color: var(--theme) !important;
  border: 1px solid @Theme1 !important;
}
.mobicmsshop .text-theme {
  color: var(--theme) !important;
}
.mobicmsshop .txt-heading-label {
  display: inline-block;
}
.mobicmsshop #shopping-cart .txt-heading .txt-heading-label {
  margin-top: 5px;
}
.mobicmsshop .btnAddAction {
  padding: 3px 10px;
  cursor: pointer;
  border: #CCC 1px solid;
  background: #f3f0f0;
}
.mobicmsshop .cart-item {
  border-bottom: #79b946 1px dotted;
  padding: 10px;
}
.mobicmsshop .product-title {
  position: relative;
  bottom: 33px;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 5px 5px;
  color: #f1f1f1;
}
.mobicmsshop .product-image {
  height: 100%;
  width: 100%;
  position: relative;
}
.mobicmsshop .product-image img {
  object-fit: cover;
  width: 100%;
  height: 75%;
}
.mobicmsshop .product-image2 {
  height: 131%;
  width: 100%;
  position: relative;
}
.mobicmsshop .product-image2 img {
  object-fit: cover;
  width: 100%;
  height: 75%;
}
.mobicmsshop .product-footer {
  padding: 20px 10px 10px;
  overflow: auto;
}
.mobicmsshop .float-left {
  float: left;
}
.mobicmsshop .float-right {
  float: right;
}
.mobicmsshop .input-cart-quantity {
  padding: 6px;
  margin: 0;
  vertical-align: top;
  border: #CCC 1px solid;
  border-right: 0px;
  height: 28px;
}
.mobicmsshop .cart-info {
  text-align: right;
  display: inline-block;
  width: 15%;
}
.mobicmsshop .cart-info.title {
  width: 50%;
  text-align: left;
}
.mobicmsshop .cart-info.quantity {
  width: 90px;
  border: #ccc 0px solid;
  text-align: center;
}
.mobicmsshop .cart-info.price {
  min-width: 20%;
  position: relative;
}
.mobicmsshop .cart-info.action {
  width: 5%;
  vertical-align: middle;
  float: right;
}
.mobicmsshop .cart-item-container {
  padding: 5px 10px;
  border-bottom: #e2e2e2 1px solid;
}
.mobicmsshop .cart-status {
  color: var(--text) !important;
  float: right;
  font-size: 0.8em;
  padding: 0px 10px;
  line-height: 18px;
}
.mobicmsshop #btnEmpty img {
  margin-top: 6px;
  cursor: pointer;
}
.mobicmsshop .cart-item-container.header {
  background-color: var(--theme) !important;
  border-color: var(--theme) !important;
  color: var(--text) !important;
}
.mobicmsshop .btn-increment-decrement {
  display: inline-block;
  padding: 2px 0px;
  background: var(--theme) !important;
  color: #fff !important;
  width: 30px;
  text-align: center;
  cursor: pointer;
}
.mobicmsshop .input-quantity {
  border: 0px;
  width: 30px;
  display: inline-block;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
}
.mobicmsshop table {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.mobicmsshop table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
.mobicmsshop table tr {
  border: 1px solid #ddd;
  padding: .35em;
}
.mobicmsshop table th, .mobicmsshop table td {
  text-align: left;
}
.mobicmsshop table th  {
  font-size: .75em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.mobicmsshop .table td, .mobicmsshop .table th {
  padding: .5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
@media screen and (max-width: 480px) {
  .mobicmsshop table {
    border: 0;
  }
  .mobicmsshop table caption {
    font-size: 1.3em;
  }
  .mobicmsshop table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .mobicmsshop table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  .mobicmsshop table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    font-weight: bold;
  }
  .mobicmsshop table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  .mobicmsshop table td:last-child {
    border-bottom: 0;
  }
}
