/** Shopify CDN: Minification failed

Line 69:1 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.t4s-drawer {

  background: #000000;

}
.t4s-drawer__header span {
color: #ffffff;
}

.t4s-drawer-menu__close {
    background-color: #000;
}
div.t4s-when-cart-emty.t4s-mini_cart__tool.t4s-mini_cart__tool_icon.t4s-text-center {
  background-color: #000000
  
}

div.t4s-minicart-recommendations__title.t4s-text-center {
  background-color: #000000;
}

.t4s-mini_cart__tool {
    transition: .35s;
    background-color: #000000;
}
.t4s-minicart-recommendations__title {
    background-color: #000000;


.t4s-drawer__header span {
color: #ffffff;
}

.t4s-drawer-menu__close {
    background-color: #000;
}
.t4s-mini_cart-tool__content.is--discount.t4s-pe-none.is--opend {
  background-color: #222222
  
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}