.stage_sp
{
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.qty_text {
    line-height: 41px;
    font-size: 17px;
    float: right;
    color: #000000;
    margin-left: 10px;
}
#cancelShowPrice
{
    display: block;
    background-size: 20px 20px;
    position: absolute;
    right: -14px;
    top: 10px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer;
    z-index: 3;
    line-height: 27px;
    font-size: 31px;
    text-indent: 3px;
    color: #000000;
    background: transparent;
    border-radius: 6px;
    padding: 0 3px;
    text-align: center;
}
#cancelShowPrice:hover
{
    background-size: 20px 20px;
}

sup.required
{
    color: #cd6760;
    font-weight: bolder;
    font-size: 15px;
    font-weight: bolder;
}

#form_show_price
{
    background: #ebebeb;
    position: absolute;
    z-index: 9999;
    max-width: 400px;
    border-radius: 10px;
}
#form_show_price .wrapp_form_content
{
    padding: 0 25px;
}
#form_show_price .content_form
{
    background: transparent;
    border: 0;
    position: relative;
    padding: 1px 0;
}
#form_show_price .title
{
    padding: 0;
    font-size: 26px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    padding-top: 20px;
    line-height: 34px;
    border-bottom: 0;
}
#form_show_price .footer
{
    padding: 10px 10px;
    text-align: left;
    margin-top: 10px;
    color: #333333;
}

#form_show_price .row_field:not(:last-child)
{
    margin-bottom: 10px;
    text-align: center;
}

.row_field input[type=text] {
    font-size: 17px;
    width: 282px;
    color: #000000;
    padding: 0 9px;
    border: 1px solid #707477;
    line-height: 39px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    height: 41px;
}
.row_field input[type=text]:hover,.row_field input[type=text]:active,.row_field input[type=text]:focus
{
    border: 1px solid #1ba1e2;
    box-shadow: 0 0 5px #1ba1e2;
    outline: none;
}

.row_field textarea
{
    width: 282px;
    height: 104px;
    padding:0 9px;
    font-size: 17px;
    border: 1px solid #707477;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-top: 9px;
    color: #333333;
}

.row_field textarea:hover, .row_field textarea:active, .row_field textarea:focus
{
    border: 1px solid #1ba1e2;
    box-shadow: 0 0 5px #1ba1e2;
    outline: none;
}

#form_show_price .hlp
{
    width: 281px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 14px;
    text-align: left;
    color: #333;
}


.errorShowPrice
{
    width: 280px;
    margin: 0 auto;
    color: #cd6760;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-size: 13px;
    border: 1px dashed #cd6760;
    background: rgba(255, 255, 255, 0.7);
}

.row_field input.not_valid, .row_field textarea.not_valid
{
    border: 1px solid #cd6760!important;
    box-shadow: 0 0 5px #cd6760!important;
}

.row_field input.valid, .row_field textarea.valid
{
    border: 1px solid #62a75d!important;
    box-shadow: 0 0 5px #62a75d!important;
}

.success_stage_sp
{
    position: absolute;
    top: 0px;
    width: 100%;
    border-radius: 10px;
    background: rgb(129, 192, 124);
    z-index: 2;
    line-height: 42px;
    font-weight: bolder;
    font-size: 30px;
    color: #000000;
    text-align: center;
    padding-top: 47%;
    height: 100%;
}

#form_show_price .form-control
{
    display: inline-block;
}
#sendShowPrice
{
    margin-top: 10px;
    text-transform: uppercase;
    border: 0;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 38px;
    width: auto!important;
    outline: -webkit-focus-ring-color auto 0px;
}
.btn_shop_price
{
    float: right;
    border-left: 1px solid #515151;
}
#openShowPrice
{
    display: block;
    color: white;
    font-weight: bold;
    padding: 8px 10px 11px 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    line-height: 18px;
}

.quantity_field
{
    display: inline-block;
}
.quantity_field .wrapp_action_quantity
{
    display: inline-block;
    width: 23px;
    border: 1px solid #696c6e;
    border-left: 0;
    background: #f4f4f4;
    float: right;
    height: 41px;
    position: relative;
}

.quantity_field .wrapp_action_quantity .action_quantity
{
    position: absolute;
    top: 10px;
    left: 6px;
    width: 10px;
    height: 8px;
    display: block;
}
.quantity_field input
{
    width: 36px!important;
}
.quantity_field .wrapp_action_quantity .up_quantity
{
    background: url(../img/action_quantity_up.png);
}
.quantity_field .wrapp_action_quantity .down_quantity
{
    background: url(../img/action_quantity_down.png);
    top: 20px;
}

.see_price
{
    border: 0;
    margin: 15px 0;
    outline: -webkit-focus-ring-color auto 0px;
}
#form_show_price *
{
    box-sizing: border-box;
}
.quickview button.see_price {
    display: none;
}
.box-cart-bottom {
    text-align: center;
}
#cancelShowPrice:hover {
    opacity: 0.7;
}
.quantity_field .wrapp_action_quantity .action_quantity:hover {
    opacity: 0.7;
}