div#t4s-mini_cart {
  background: #fffff5;
}
.t4s-drawer {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: calc(100vw - 65px);
  height: 100%;
  max-height: 100vh;
  max-height: none;
  z-index: 469;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
    visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: var(--t4s-light-color);
  box-shadow: none;
  touch-action: manipulation;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  -webkit-transform: translate3d(-104%, 0, 0);
  transform: translate3d(-104%, 0, 0);
}
.rtl_true .t4s-drawer,
.t4s-drawer__right {
  right: 0;
  left: auto;
  -webkit-transform: translate3d(104%, 0, 0);
  transform: translate3d(104%, 0, 0);
}
.t4s-drawer__bottom-to-top,
.t4s-drawer__top-to-bottom {
  visibility: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
  transform: translateY(104%) translateZ(0);
  -webkit-transform: translateY(104%) translateZ(0);
  -webkit-transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
  transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
}
.t4s-drawer__top-to-bottom {
  transform: translateY(-104%) translateZ(0);
  -webkit-transform: translateY(-104%) translateZ(0);
}
.rtl_true .t4s-drawer__right {
  right: auto;
  left: 0;
  -webkit-transform: translate3d(-104%, 0, 0);
  transform: translate3d(-104%, 0, 0);
}
.t4s-drawer[aria-hidden="false"] {
  pointer-events: auto;
  visibility: visible;
  transform: none;
  -webkit-transform: none;
  opacity: 1;
}
.t4s-drawer__content {
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.t4s-drawer__header {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 40px 0px;
}
.t4s-drawer__header span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 16px;
  color: var(--t4s-dark-color);
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
button.t4s-drawer__close {
  padding: 0;
  background-color: transparent;
  color: var(--t4s-dark-color);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
button.t4s-drawer__close:hover {
  background-color: #f5f5f5;
  color: var(--t4s-dark-color);
}
.t4s-drawer__wrap {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: 100%;
}
.t4s-drawer__main {
  position: relative;
  flex: 1 1 auto;
}
.t4s-drawer__main .t4s-drawer__scroll {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 100%;
}
.t4s-drawer__bottom {
  flex: 0 0 auto;
  padding-bottom: 15px;
  opacity: 0;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.t4s-drawer[aria-hidden="false"] .t4s-drawer__bottom {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s,
    -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s,
    transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s,
    -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
}
.t4s-drawer {
  opacity: 1;
}
.t4s-drawer__bottom-to-top,
.t4s-drawer__top-to-bottom {
  opacity: 0;
}
.t4s-drawer__bottom-to-top-lg[aria-hidden="false"],
.t4s-drawer__bottom-to-top[aria-hidden="false"],
.t4s-drawer__top-to-bottom-lg[aria-hidden="false"],
.t4s-drawer__top-to-bottom[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 641px) {
  .t4s-drawer {
    width: 100%;
    max-width: 398px;
  }
}
@media screen and (min-width: 1025px) {
  .t4s-drawer__bottom-to-top-lg,
  .t4s-drawer__top-to-bottom-lg {
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px;
    -webkit-perspective: 800px;
    transform: translateY(104%) translateZ(0);
    -webkit-transform: translateY(104%) translateZ(0);
    -webkit-transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
    transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
  }
  .t4s-drawer__top-to-bottom-lg {
    transform: translateY(-104%) translateZ(0);
    -webkit-transform: translateY(-104%) translateZ(0);
  }
}
.t4s-section-sidebar {
  display: block;
}
@media (max-width: 360px) {
  .t4s-drawer {
    width: calc(100vw - 15px);
  }
}
.t4s-drawer__header * {
  text-align: left;
  font-size: 16px;
  line-height: 1;
}
.quantity_info_container span {
  font-size: 14px;
  color: #000 !important;
  font-weight: 500;
}
.quantity_info_container input {
  padding: 0;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.quantity_info_container {
  line-height: 1;
}
p.t4s-cart_meta_variant {
  /* display: none; */
  /* color: black; */
    margin-top: 5px;
}
#drawer-currency-t4s-fixed .t4s-drawer__header {
  text-align: left !important;
  display: flex;
  justify-content: space-between;
  min-height: 50px;
  padding: 0 0 0 20px;
}
#drawer-currency-t4s-fixed span {
  color: #000;
  text-align: left;
}
div#drawer-currency-t4s-fixed {
  background: #fffff5;
}
[data-predictive-search] .t4s-drawer__header > span {
  text-align: left;
  font-weight: 600 !important;
}
img.search-icon {
  right: 45px !important;
}
/* ------- */
@media (min-width:1024px){
  .t4s-drawer.t4s-drawer__right.chart_drawers{
    z-index:9999999;
    /* width:500px; */
    width:48%!important;
    max-width:50%!important;
  }
}
@media (max-width:1024px){
  .t4s-drawer.t4s-drawer__right.chart_drawers{
    z-index:9999999;
    width:95%;
  }
}
.size-chart-metafield{
  overflow: auto;
}
.t4s-container-.t4s-product-quick-view a.t4s-pr.CustomSizeChart,
.t4s-product-quick-shop.initProducts__enabled a.t4s-pr.CustomSizeChart{
  display:none;
}
div#t4s-chart-hidden{
  transition:transform .7s cubic-bezier(.645, .045, .355, 1),visibility .5s cubic-bezier(.645, .045, .355, 1);
}
div#t4s-chart-hidden .t4s-drawer__header{
  padding:0;
}