.conf__option {
    margin-bottom: 28px;
}

.conf__option-input {
    border: 1px solid #e0e0e0;
    border-radius: 4.99986px;
    box-shadow: none;
    box-sizing: border-box;
    display: block;
    height: 100%;
    min-width: 80px;
    padding: 9px 18px;
    padding: 0.75rem 1.5rem;
    text-align: center;
    vertical-align: middle;
    width: 1px;
    width: 0.08333rem;
    -moz-appearance: textfield;
    background: #e0e0e0;
    background-image: linear-gradient(180deg, #fff, #e0e0e0);
    color: #000;
   
    
}

.conf__option-input::-webkit-outer-spin-button,
.conf__option-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.conf__option-field {
    position: relative;
    display: inline-block;
}

.conf__option-minus,
.conf__option-plus {
    position: absolute;
    top: 0;
    bottom: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0 8px; 
    color: #f9730e;
}

.conf__option-minus {
    left: 0;
}

.conf__option-plus {
    right: 0;
}

.conf__option-minus:after, .conf__option-plus:after {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    content: '';
    display: inline-block;
    height: 0;
    width: 0;
}

.conf__option-minus:after {
    border-right: 4px solid;
}

.conf__option-plus:after {
    border-left: 4px solid;
}

.conf__option-plus:hover, .conf__option-minus:hover {
    color: #b65105;
}

.conf__option-label {
     font-weight: bold;
}

.conf__option-units {
    display: inline-block;
    margin-left: 0.2em;
}

.conf__quantity-table {
    width: 100%;
}

.conf__quantity-del-btn {
    background: url('CROSS_RED.png') center center no-repeat;
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    box-sizing: content-box;
    cursor: pointer;
}

.conf__qt-area {
    text-align: right;
    font-size: 15px;
}

.conf__qt-del-btn {
    text-align: right;
    padding-left: 1em;
    width: 42px;
    box-sizing: border-box;
}

.conf__qt-add-btn-wrap {
    text-align: center;
	margin-bottom: 15px;
}

.conf__qt-add-btn {
    border: 1px solid #e0e0e0;
    background: linear-gradient(to top, #f2f2f2, #fff);
    font-size: 13px;
    height: 32px;
    width: 158px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 30px;
}

.conf__qt-add-btn:hover {
    background: linear-gradient(to top, #ededed, #fdfdfd);
}

.conf__quantity-table td {
    padding-bottom: 16px;
}

.price1line {
    color: #f9730e;
    font-size: 20px;
}

.price1line .price__pdv {
    font-size: 20px !important;
    display: inline-block;
}

.totalareaval {
    font-size: 18px;
}

.totalpriceline {
    color: #f9730e;
    font-size: 32px;
    /*margin-top: 30px;*/
    margin-top: 11px;
}

.buttons {
    margin-bottom: 18px;
    margin-top: 32px;
}

.val-price-per-m2 {
    display: none;
}

.conf__qt-area {
    width: 85px;
}

.configurator__modal-added {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 610;
    transform: translate(-50%, -50%);
    display: none;
}

.configurator__modal-added-inner {
    position: relative;
    background: #fff;
    padding: 2em;
    border-radius: 10px;
}

.configurator__shader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    z-index: 605;
    opacity: 0.4;
    display: none;
}

.added-text {
    text-align: center;
    font-size: 18px;
    padding-bottom: 1em;
}

/* ETC */

.js-buybtn.add2cart:focus{
                                            background-color: #686868 !important;
                                        }

        .file_list {
            display: block;
            position: relative;
        }

        .file_list .file_download {
            display: inline-block;
            position: relative;
            padding-left: 56px;
            background-image: url(/bitrix/templates/sm_default/components/bitrix/catalog.element/catalog/pdf_icon.svg);
            background-size: 36px;
            background-position: left center;
            background-repeat: no-repeat;
            margin: 0 10px 10px 0;
            text-decoration: none;
        }

        .file_list .file_download span {
            display: block;
            position: relative;
            color: #949494;
            font-size: 1.2rem;
            line-height: 1.5rem;
            transition: color 0.3s ease;
        }

        .file_list .file_download span:nth-child(2) {
            font-size: 1.4rem;
        }

        .file_list .file_download:hover span {
            color: #cc3433;
        }



.product.is-incart .detail__btn.added2cart{
            width: 100%;
            text-align: center;
        }
        .product.is-incart .detail__btn.added2cart br{
            display: none;
        }
        .product.is-incart .detail__btn.added2cart svg{
            display: inline-block;
            position: relative;
            vertical-align: middle;
            width: 50px;
        }