.form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}
/* Full-page blocking loader */
.pageLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.pageLoader .loader-content {
    text-align: center;
}

.opening {
    background-color: rgba(0, 77, 218, 0.05);
    padding: 15px 25px 20px 60px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 0;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span.closed {
    background: #ca3b41;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span.closed:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #7d2528;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #7d2528;
}

.ribbon span.closed:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #7d2528;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #7d2528;
}

.opening i {
    position: absolute;
    left: 25px;
    top: 25px;
    font-size: 2.25rem;
    color: #555;
}

.opening h4 {
    margin-top: 10px;
}

.opening ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.opening ul li span {
    display: inline-block;
    float: right;
}

.product-cart-wrap .product-content-wrap h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-cart-wrap .product-content-wrap h3 a {
    color: #253d4e;
}
