/*Type here to edit */
.home .promotion-item .button {
    display: none;
}

.home .featured-products-wrapper {
    display: none;
}

#tblNumCopies {
  display: none;
}

.ustore_CheckoutPaymentSubmission {
   display: none;
}

.slider-wrapper-multi .left-btn,
.slider-wrapper-multi .right-btn {
background: black;
border-radius: 15px;
}

.slider-wrapper-multi .right-btn {
bottom: 160px;
}

.slider-wrapper-multi .left-btn {
bottom: 130px;
}

/* .product-item .add-to-cart {
display: none;
}*/

/*.product-quantity .txt-quantity-wrapper-show-indicators {
display: none;
}*/

.category .divider, .home .divider {
display: none;
}
.footer span.fullstop {
    padding: 0 5px;
}
body :focus {
outline: none !important;
}