
/* Дополнительные платные опции */
#opt_wrap_field label,
label.radio-label,
div.opt_wrap
{
    font-size: 14pt;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    user-select: none;
    cursor: pointer;
    /*width: calc(100% - 30px);*/
    border: 1px solid #cccccc;
    padding: 0 10px 0 10px;
    border-radius: 5px;
    transition: all 0.2s;
}

.opt-num
{
    text-align: center;
    width: 45px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin-left: 5px;
    height: 25px;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}

#opt_wrap_field label:nth-child(2),
label.radio-label
{
    margin-left: 0px !important;
}

#opt_wrap_field label:hover,
label.radio-label:hover
{
    background: #f0f0f0;
    color: #000;
    transition: all 0.2s;
}

.label-error
{
    box-shadow: 0px 0px 10px rgba(255, 0, 0, .3), 0px 0px 5px rgba(255, 0, 0, .5), 0px 0px 3px rgba(255, 0, 0, .6), 0px 0px 1px rgba(255, 0, 0, .7);
}

#opt_wrap_field label.active,
.quantity label.active
{
    color: #fff;
    border: 1px solid #fec486;
    background: #FF8A0C;
    padding: 0 10px 0 10px;
    border-radius: 5px;
}

.opt-title,
.all-total-wrap,
.sum-dop-wrap,
.sum-osn-wrap
{
    font-size: 16pt;
    color: #FF8A0C;
}

#opt_wrap_field
{
    margin-bottom: 20px !important;
}

.sum-dop-wrap
{
    padding-left: 20px;
}

.all-total-wrap
{
    color: #000;
    margin-bottom: 20px;
}

.all-total,
.sum-dop,
.sum-osn
{
    display: inline;
}

#opt_wrap_field .input-radio
{
    font-size: 14pt;
    display: none;
}

.cart-link-wrap
{
    position: absolute;
    display: inline-block;
    right: 100px;
    top: -100px;
    width: auto;
    transition: all 0.2s;
    padding: 3px;
    border-radius: 5px;
}

.cart-link-wrap:hover
{
    box-shadow: 0px 0px 10px rgba(254, 138, 13, .3), 0px 0px 5px rgba(254, 138, 13, .5), 0px 0px 3px rgba(254, 138, 13, .6), 0px 0px 1px rgba(254, 138, 13, .7);
}

.cart-link-wrap-main
{
    right: unset;
    /*left: 50px;*/
    left: 200px;
    z-index: 18999;
    top: 15px;    
}

.fa-shopping-cart
{
    color: #FF8A0C;
}

.cart-link-wrap .cart-link a
{
    color: #000;
}

div.summary.entry-summary p.price,
div.summary.entry-summary div.woocommerce-product-details__short-description
{
    display: none;
}

#opt_wrap_field
{
    margin-bottom: 0px;
}

@keyframes show-error
{
  from 
  {
    box-shadow: 0px 0px 10px rgba(255, 0, 0, .3), 0px 0px 5px rgba(255, 0, 0, .5), 0px 0px 3px rgba(255, 0, 0, .6), 0px 0px 1px rgba(255, 0, 0, .7);
  }
  50% 
  {
    box-shadow: none;
  }
  to 
  {
    box-shadow: 0px 0px 10px rgba(255, 0, 0, .3), 0px 0px 5px rgba(255, 0, 0, .5), 0px 0px 3px rgba(255, 0, 0, .6), 0px 0px 1px rgba(255, 0, 0, .7);
  }
}

.msg-text
{
    width: 100%;
    text-align: center !important;
    font-size: 22pt;
}

.but-cont
{
    width: 100%;
    text-align: center;
}

.err-but
{
    margin-bottom: 30px;
    font-size: 16pt;
    width: 200px;
    line-height: 20pt;
    border-radius: 5px !important;
    border: 1px solid #ccc !important;
}

.wnd-close-but
{
    top: 3px !important;
}

.msg-text
{
    margin: 30px 0px 30px 0 !important;
}

.msg-title
{
    font-weight: normal !important;
}

.wnd-close-but 
{
    color: #ff8c00 !important;
}

.wnd-close-but:hover
{
    filter: drop-shadow(0px 0px 3px #ff8c00) !important;
}

.form-normal
{
    /*display: none;*/
    margin-bottom: 30px;
}

.all-normal
{
    margin-top: 60px;
    margin-bottom: 10px;
}

.cart-cnt
{
    background: #fec486;
    color: #000;
    font-size: 10pt;
    position: absolute;
    left: 13px;
    top: -13px;
    border-radius: 50%;
    width: auto;
    padding: 0px 7px;
}

.cart-sum
{
    margin-left: 5px;
}

.group_table
{
    margin-bottom: 0px;
}

.added_to_cart.wc-forward
{
    display: none;
}

.cart-prod-added
{
    box-shadow: 0px 0px 10px rgba(254, 138, 13, .3), 0px 0px 5px rgba(254, 138, 13, .5), 0px 0px 3px rgba(254, 138, 13, .6), 0px 0px 1px rgba(254, 138, 13, .7);
}

form.cart
{
    position: relative;
}

.cart-alert
{
    position: absolute;
    bottom: 20px;
    left: 150px;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0px 0px 10px rgba(254, 138, 13, .3), 0px 0px 5px rgba(254, 138, 13, .5), 0px 0px 3px rgba(254, 138, 13, .6), 0px 0px 1px rgba(254, 138, 13, .7);
}

.cart-alert-2
{
    left: 400px;
}

a.alink-cart
{
    color: #ff8c00 !important;
    text-decoration: none;
}

a.alink-cart:hover
{
    text-decoration: underline;
}

/* Дополнительные платные опции */

/* сопровождение */

.sopr_wrap
{
    border: unset !important;
}

.but_sopr,
.but_sopr_otr,
.but_skid
{
    border: 1px solid #cccccc !important;
    border-radius: 5px !important;
    font-size: 18px !important;
    padding: 5px 10px !important;
    height: auto !important;
    line-height: 20px !important;
    background: #fff !important;
    margin-left: 10px !important;
    font-weight: 500 !important;
    transition: all 0.2s !important;
    outline : none !important;
}

.but_sopr:hover,
.but_sopr_otr:hover,
.but_skid:hover
{
    background: #f0f0f0 !important;
}

.but_sopr_active,
.but_skid_active
{
    border: 1px solid #fec486 !important;
    background: #FF8A0C !important;
    color: #fff !important;
}

.but_sopr_active:hover,
.but_skid_active:hover
{
    background: #FF8A0C !important;
}

.sopr_otr_table tr:nth-child(2n-1) td
{
    background: #fdfdfd !important;    
}

.tr-sopr td:nth-child(1),
.tr-sopr td:nth-child(3)
{
    background: #fbfbfb;
    width: 12.5%;
}

.tr-sopr td:nth-child(2)
{
    background: #fbfbfb;
    width: 75%;
}

.tr-sopr td:nth-child(1) .but_sopr,
.tr-sopr td:nth-child(1) .but_sopr_otr,
.tr-sopr td:nth-child(1) .but_skid
{
    margin-left: 0 !important;
}

/*.tr-sopr td:nth-child(3)
{
    font-size: 16px;
}*/

/* сопровождение */

.woocommerce-grouped-product-list-item__label
{
    width: 75%;
}
