﻿.dangky {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background: #EC3237;
    margin-top: 15px;
    border: 0px;
    color: #fff;
    width: auto;
    position: absolute;
    right: 0px;
    top: 0;
    margin-top: 0;
}

.message {
    color: red;
}


ul.product_list_widget li a {
    display: block;
    font-weight: 700;
    float: left;
    width: 100%;
}

ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none;
}

ul.product_list_widget li img {
    float: left;
    width: 80px;
    margin-right: 10px;
}
.woocommerce-ordering {
    float: right;
}
.woocommerce-ordering {
    margin: 0 0 1em;
}
.woocommerce-ordering {
    color: #333;
    font-size: 13px;
    max-width: 100%;
}
.woocommerce-ordering  {
    vertical-align: top;
}
.woocommerce-ordering  {
    padding: 8px;
}
.woocommerce-result-count {
    margin: 0 0 1em;
}
.woocommerce-result-count {
    float: left;
}

.gr-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .gr-price .new {
        color: var(--p-3, #A80014);
        text-align: justify;
        font-size: 16px;
        font-weight: 700;
    }
.btn-style-add {
    margin-right: 15px;
    padding-left: 69px;
    border: none;
    position: relative;
    display: inline-block;
    margin-top: 12px;
    background: #f44f00;
    line-height: 48px;
    font-weight: bold;
    height: 48px;
    width: 200px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: -webkit-gradient(linear,center top,center bottom,from(#ec1010),to(#da0b00));
    background: linear-gradient(#ec1010,#da0b00);
    background-color: #da0b00;
}
    .btn-style-add .icon_cart_btn {
        background: url(../images/icon_cart_btn.png) center center no-repeat #c11212;
        width: 48px;
        height: 48px;
        position: absolute;
        left: 0;
        top: 0;
    }
.variant-style input#quantity {
    background: #FFF;
    font-weight: 600;
    height: 32px;
    padding: 0;
    text-align: center;
    width: 70px;
    border: 1px solid #E5E5E5;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    float: left;
    -webkit-appearance: none;
}

.variant-style input.qty-btn {
    float: left;
    background: #EEE;
    border: solid 1px #E5E5E5;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 0;
}


.form-control {

    margin-bottom: 10px;
    display: block;
}