/** Shopify CDN: Minification failed

Line 52:19 Expected ":"

**/
.drawer__close { 
  border: none;
  background-color: transparent;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='15px' height='16px' viewBox='0 0 15 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='2.-Menu' transform='translate(-15.000000, -13.000000)' stroke='%23000000'%3E%3Cg id='Group' transform='translate(15.000000, 13.521000)'%3E%3Cpath d='M0,0.479000129 L15,14.2971819' id='Path-3'%3E%3C/path%3E%3Cpath d='M0,14.7761821 L15,-1.24344979e-14' id='Path-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  box-shadow: none;
  background-repeat: no-repeat;
  background-position: center;
}
.drawer {
  display: none;
}
.drawer__header {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
}
.drawer__footer {
 padding: 0 1.5rem;
  display: flex;
}
/* .drawer__footer {
    position: absolute;
    bottom: 0.5rem;
    width: 100%;
} */
.drawer__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-width: 400px;
  z-index: 9999;
  overflow: auto;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform 0.5s;
  will-change: transform;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(103%);
  -ms-transform: translateX(103%);
      transform: translateX(103%); /* extra 3% because of box-shadow */
  -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
  -webkit-box-shadow: 0 2px 6px #777;
          box-shadow: 0 2px 6px #777;
}

.drawer__close {
  margin: 0;
  padding: 0;
  transition: .5s;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.drawer__content {
  position: relative;
  overflow-x: hidden;
  text-align: center;
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px 10px;
}

.drawer.is-active {
  display: block;
    transition: .5s;
}

.drawer.is-visible .drawer__wrapper {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0);
    transition: .5s;
}

.drawer.is-visible .drawer__overlay {
  opacity: 0.35;
    z-index: 901;
    display: block;
}

.drawer__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  will-change: opacity;
  background-color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ctt-drawer__fooetr {
    width: 100%;
    border-top: 1px solid #eee;
    padding-bottom: 15px;
}

.ctt-drawer__fooetr a#cart_check_btn {
    margin-bottom: 15px;
}


div#mydrawerpanel {
    height: calc(100% - 300px); 
    height: 100%;
    overflow-y: scroll;
}
div#mydrawerpanel::-webkit-scrollbar {
  width: 10px;
}
div#mydrawerpanel::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #34495e; 
  border-radius: 4px;
} 
div#mydrawerpanel::-webkit-scrollbar-thumb {
  background: #34495e; 
  border-radius: 4px;
}
div#footer_cart_check a.button-primary {
    width: calc(50% - 10px);
    display: inline-block;
    text-align: center;
/*     width: 100%; */
}
.drawer__content .cart-items thead {
    display: none;
}
.drawer__content h2.cart-item--content-title {
    font-size: 16px;
    text-align: left;
    font-weight: 600;
}
.drawer__content .cart-item--product-options,.drawer__content .cart-item--content-price {
    text-align: left;
}
.drawer__content .cart-item--image-wrapper {
    width: 80px;
}
.drawer__wrapper .totals,
.drawer__wrapper #footer_cart_check {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#footer_cart_check .button-primary {
    width: calc(50% - 10px);
    display: inline-block;
    text-align: center;
}
.drawer__footer .button-primary {
    background-image: linear-gradient(to bottom,#028d41,#02863e,#02803b,#027938,#027335);
    background: #02863e;
    border: 1px solid #02863e;
    color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 38px; 
}
.drawer__wrapper h3.totals__subtotal, .drawer__wrapper h4#totalAmount {
    width: calc(50% - 10px);
    display: inline-block;
    text-align: center;
    margin: 15px 0 20px;
    padding: 0;
    font-size: 16px; 
    border: none;
}
.drawer__content .cart-col3.cart_original-price {
    display: none;
}
.drawer__content .cart-contents li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.drawer__content .cart-col2 a {
    font-size: 14px;
    text-align: left;
}
.ctt-drawer__fooetr .totals {
    position: relative;
}
.loading-overlay {
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 50%;
}
.loading-overlay img {
    width: 100%;
    max-width: 100px;
}
.loading-overlay.hidden {
    display: none;
}
.drawer__content .cart-col4 a.cart-remove-line {
    display: block;
}
.drawer__content .cart-col4 label,
.drawer__content .cart-col6 {
    display: none;
}
.drawer__content .cart-col1 {
    width: 22%;
}
.drawer__content a.cart-thumb {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
 .drawer__content .cart-col2 {
    width: 40%;
}
 .drawer__content .cart-col4 {
    width: 18%;
}
  .drawer__content .cart-col5 {
    width: 20%;
    display: block;
}
.drawer__content .cart-col4 input {
    width: 100%;
    text-align: center;
    display: block;
    margin: 0;
    padding: 6px 0px;
    max-width: 50px;
}
.drawer__content .cart-col4 a.cart-remove-line {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
} 
#footer_cart_check a#check_btn[disabled="disabled"] {
    cursor: default;
    opacity: .6;
    box-shadow: none;
    pointer-events: none;
}
.cart-drawer-min_ordr_amt {
    font-size: 12px;
    text-align: center;
    width: 100%;
    line-height: 1;
    margin: 10px 0 0;
}
.cart-drawer-min_ordr_amt.hidden {
    display: none;
}
@media screen and (max-width: 749px) {  
.drawer__wrapper {
    max-width: 300px;
}
.drawer__header {
    padding: 1.5rem 1rem;
}
  .drawer__footer {
    padding: 0 1rem;
}
}