

.pt-2 {
    padding-top: 1.5rem!important
}

.mr-1 {
    margin-right: 1rem!important;
}


.text-center {
    text-align: center !important;
}

.position-relative {
    position: relative !important;
}

.icon-bell-alt:before {
    font-size: 24px;
}

:focus {
    outline: none !important;
}

.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;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}

#cancelShowPrice
{
    display: block;
    background-size: 20px 20px;
    position: absolute;
    right: -22px;
    top: 0px;
    -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: white;
    position: absolute;
    z-index: 9999;
    /*border-radius: 10px;*/
    transition: all .6s ease;
}

@media (max-width: 767px) {
    .form_show_price
    {
        width: 100%;
    }
}

.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: 22px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
    text-align: center;
    padding-top: 20px;
    line-height: 34px;
    border-bottom: 0;
    text-transform: uppercase;
}
.form_show_price .footer
{
    padding: 10px 10px;
    text-align: left;
    margin-top: 10px;
    color: #333333;
}

.row_field input[type=text] {
    font-size: 17px;
    color: #000000;
    padding: 0 9px;
    border: 1px solid #707477;
    line-height: 39px;
    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
{
    height: 99px;
    padding: 5px 9px;
    font-size: 17px;
    border: 1px solid #707477;
    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: 100%;
    text-align: left;
}

.errorShowPrice
{
    margin: 5px auto;
    color: #cd6760;
    padding: 5px 10px;
    font-size: 13px;
    border: 1px dashed #cd6760;
    background: rgba(255, 255, 255, 0.7);
    display: none;
}

.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.not_valid + .errorShowPrice, .row_field textarea.not_valid + .errorShowPrice
{
    display: block;
}

.row_field input.valid, .row_field textarea.valid
{
    border: 1px solid #62a75d!important;
    box-shadow: 0 0 5px #62a75d!important;
}

.success_stage_sp
{
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#form_show_price .form-control
{
    display: inline-block;
}
#sendShowPrice, .contacts-btn, .close-btn
{
    margin-top: 10px;
    text-transform: uppercase;
    border: 0;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 28px;
    width: auto!important;
    outline: -webkit-focus-ring-color auto 0px;
    cursor: pointer;
}
#sendShowPrice:hover, #sendShowPrice:disabled, .contacts-btn:hover
{
    opacity: 0.75;
}
.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
{
    display: block;
    padding: 6px;
}

.quantity_field .wrapp_action_quantity .action_quantity:before
{
    width: 10px;
    height: 8px;
    display: block;
}
.quantity_field input
{
    width: 36px!important;
}
.quantity_field .wrapp_action_quantity .up_quantity:before
{
    content: "";
    background: url(../img/action_quantity_up.png);
}
.quantity_field .wrapp_action_quantity .down_quantity:before
{
    content: "";
    background: url(../img/action_quantity_down.png);
    top: 20px;
}

.see_price
{
    border: 0;
    margin: 15px 0;
    outline: -webkit-focus-ring-color auto 0px;
}

.see_price:hover
{
    opacity: 0.75;
}

#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;
}
