.flip-card {
    border-radius: 50px !important;
    background-color: #2a3842;
}

.flip-card .flip-front {
    border-radius: 50px !important;
    background-color: #a6ce3a;
}

.flip-card .flip-back {
    border-radius: 50px !important;
    background-color: #2e3192;
}
.shop .products .product .quick-view {
    background: rgba(0, 136, 204, 0.7);
    width: 100%;
    border: 0;
}
.shop .products .product:hover .quick-view:hover {
    background: #0088cc;
}
.product .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:hover {
    color: #fff;
    background: #0088cc;
}
.product .product-thumb-info .countdown-offer-wrapper {
    background: #0088cc;
}
.shop .products .product-thumb-info-image {
    background-color: #e1e1e1 !important;
}
.circle {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: right !important;
}
