.overly-mask,
.menu-overly-mask {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 15;
}
.overly-mask.is-visible {
  cursor: pointer;
  opacity: 0.25;
  visibility: visible;
}
.menu-overly-mask.is-visible {
  cursor: pointer;
  opacity: 0.55;
  visibility: visible;
}
.cart-sidebar-content,
.menu-sidebar-content {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}
.menu-sidebar-content {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.cart-sidebar {
  background-color: #fff;
  bottom: 0;
  color: #333;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: fixed;
  right: -380px;
  transition: right 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transition: right 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -moz-transition: right 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -ms-transition: right 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: right 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  width: 380px;
  z-index: 99999;
  height: 100%;
  top: 0;
}
.cart-sidebar .cart-sidebar-header {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
  background-color: #FFF;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.cart-sidebar .cart-sidebar-header h3 {
  color: #333;
  font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: unset;
  letter-spacing: 1px;
  margin-bottom: 0;
  font-weight: bold;
  padding-bottom: 0;
  text-transform: uppercase;
}
.cart-sidebar .cart-sidebar-header .cart-close-trigger {
  color: #ddd;
}
.cart-sidebar .cart-sidebar-header .cart-close-trigger .close {
  opacity: 1;
  text-shadow: none;
}
.cart-sidebar .cart-sidebar-header .cart-close-trigger .close svg {
  width: 23px;
  height: auto;
}
.cart-sidebar .cart-sidebar-header .cart-close-trigger .close svg path{
  fill: #333;
}
.cart-sidebar .cart-sidebar-header .cart-close-trigger .close:hover {
  color: #fff;
}
.cart-sidebar .cartMenu {
  height: 100%;
  position: relative;
}
.cart-sidebar .cartMenu .scroll-pane {
  height: calc(100% - 116px - 55px);
}
.cart-sidebar .cartMenu .scroll-pane .mCSB_container {
  margin-right: auto;
}
.cart-sidebar .cartMenu table tr td {
  padding: 10px 0;
}
.cart-sidebar .cartMenu table tr td.delete {
  padding-left: 10px;
  padding-right: 10px;
}
.cart-sidebar .cartMenu table tr td.delete button.close {
  float: left;
}
.cart-sidebar .cartMenu table tr:last-child {
  border-bottom: none;
}

.cart-sidebar .miniCartProduct .td-qtde {
  width: 75px;
  padding:0 10px;
}

.cart-sidebar .miniCartProduct {
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.cart-sidebar .miniCartProduct:hover {
  background: #f9f9f9;
}
.cart-sidebar .subtotal {
  padding-bottom: 0;
  padding-right: 5px;
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.cart-sidebar .cart-panel-footer {
  border-top: 1px solid #ddd;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 16px 16px 0 16px;
}

.cart-sidebar .cart-panel-footer .btn-addmore {
  background:transparent;
  color:var(--color-loja);
  border: 0;
  display: flex;
  justify-content: center;
  font-size: 18px;
  align-items: center;
  gap: 4px;
}

.cart-sidebar .cart-panel-footer .btn-primary{
  display: flex;
  border-radius: 8px;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.cart-sidebar .cart-panel-footer .btn-addmore svg, .cart-sidebar .cart-panel-footer .btn-primary svg{
  width: 20px;
  height: auto;
}
.cart-sidebar .cart-panel-footer .btn-addmore svg path, .cart-sidebar .cart-panel-footer .btn-primary svg path{
  fill: currentColor;
}
.cart-sidebar .cart-panel-footer .col-sm-6 {
  padding: 10px 5px;
}
.menu-sidebar {
  background-color: #fff;
  bottom: 0;
  color: #333;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: fixed;
  left: -300px;
  transition: left 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transition: left 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -moz-transition: left 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -ms-transition: left 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: left 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  width: 300px;
  z-index: 10000;
  top: 0;
}
.menu-sidebar .cart-sidebar-content {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}
.menu-sidebar.is-visible {
  left: 0;
}
.cart-sidebar.is-visible {
  right: 0;
}
.menu-sidebar-content .inner {
  padding: 48px;
}
.menu-sidebar-content .menu-sidebar-header h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 32px;
  font-weight: 700;
}
.nav-tree-light {
  margin-top: 30px;
}
.nav-tree-light li > a {
  text-transform: uppercase;
}
.nav-tree-light li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: medium none;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 16px 0;
  text-decoration: none;
}
.nav-tree-light li a:hover {
  opacity: .75;
}
.nav-tree-light li ul {
  background: none !important;
}
.nav-tree-light li ul a {
  font-size: 12px;
  padding: 10px 0 10px 15px;
}

.cartMenu .mCustomScrollBox {
  background: #f4f5f7;
}

.cartMenu .boxcarrinho{
  display: flex;
  gap: 6px;
  padding: 12px 12px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: -1px;
  background: #FFF;
}
.cartMenu .boxcarrinho-img{
  flex: 0 0 25%;
}
.cartMenu .boxcarrinho-img img{
  width: 100%;
  max-height: 62px;
  object-fit: contain;
}
.cartMenu .boxcarrinho-info{
  gap: 9px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.cartMenu .boxcarrinho-info-box{
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}
.cartMenu .boxcarrinho-info-txt a{
  font-size: 15px;
  line-height: 16px;
  display: block;
}
.cartMenu .boxcarrinho-info-bt svg path{
  fill: red;
}
.cartMenu .boxcarrinho-info-box .cart-item-price{
  color: var(--color-loja);
  font-size: 15px;
}

.botoessidebar{
  display: flex;
  flex-direction: column;
  padding: 12px;
  gap: 8px;
}