p {
    margin: 16px 0 .5em;
}

.tile .btn.showquickview, .catalog-single .tile .showquickview.ctct-form-button {
    font-size: .775em;
    display: none;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    display: none;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fa-shopping-bag:before {
    content: "\f291";
    font-size: 1.0em;
    color: #1b6ca8;
    background-color: white;
    border-radius: 50px;
    padding: 4px;
}

.toolbar .cart-btn>.btn { background: #1b6ca8;
box-shadow: 0 0 8px 0 rgba(0,0,0,.4);
 }

.toolbar .cart-btn > .btn span.minicart_count {
    border: 2px solid #fff;
    border-radius: 50%;
    background: #1b6ca8;
    color: #fff;
}

.shop-filters .filter-title {
background: #1b6ca8;
padding: 18px 15px;
border-radius: 8px 8px 0 0;
font-size: 1.2rem;
color: white;
letter-spacing: 0;
font-weight: 900;
text-align: center;
position: relative;
bottom: 8px;
}

.shop-filters .filter-title {
    background-color: #1b6ca8;
}

.toolbar .cart-btn>.btn {
    background: #ff8c33;
}

.header-full .logo img {
/* Change this for desktop */
    max-width: 220px !important;
    height: auto !important;
    max-height: none !important;
}

.toolbar .cart-btn .btn i,
.toolbar .cart-btn:hover > .btn i {
color: #white;
}

.product-sku {
    font-size: 1rem;
    color: #1b6ca8;
}

.menu ul.catalog > li:hover {
    background-color: #00b3ec;
}

.out-stock {
    color: #d22f25;
}

.in-stock {
    color: #83c241;
}