/* country and state dropdown jerk issue fix on cart and checkout */
.woocommerce-cart span,
        .woocommerce-checkout span,
        .woocommerce-cart .select2-container *,
        .woocommerce-checkout .select2-container * {
            -webkit-transition: none !important;
            -moz-transition: none !important;
            -ms-transition: none !important;
            -o-transition: none !important;
            transition: none !important;
        }

/* redeem button */
.redeem_button {
    background: black !important;
    padding: 10px !important;
    color: white !important;
    border-radius: 5px !important;
}

/* variable products out of stock button adjustment */
a.button.product_type_variable.cfvsw_ajax_add_to_cart {
    text-align: center;
    padding: 15px 15px;
    margin-top: 10px;
}

div.cirlce_this.cfvsw-swatches-blur-disable {
    border: unset !important;
}

/* increase font size of labels of variations */
.cfvsw-swatches-container .cfvsw-label-option:not(.circle_this){
    font-size: 15px !important;
    padding: 8px 16px;
/*     color: black !important; */
}

/* line for disabled swatches */
.cfvsw-swatches-container .cfvsw-label-option:not(.circle_this) {
    overflow: hidden;
}

/* selected variation color */
.cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch {
    background-color: #202b6b;
    color: white !important;
}
.cfvsw-label-option{
    border-radius:7px !important;
}

/* decreasing margin between label and variation */
.variations label {
    margin-bottom: 0px !important;
    color:black !important;
}
div.product form.cart .variations th {
    margin-bottom: 0px !important;
}
