.price-tovar {
    width: 306px;
}

.personal_product_price {
    background: #f4f4f4;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0 0 12px rgb(82 82 82 / 25%);
}
.personal_product_price .base_price {
    margin-bottom: 12px;
}
.personal_product_price .base_price .base_price_label {
    font-size: 15px;
    opacity: 0.5;
    margin-bottom: 6px;
}
.personal_product_price .base_price .base_price_prices {
    display: flex;
    align-items: center;
}
.personal_product_price .base_price .base_price_prices .regular_price {
    margin-right: 16px;
    font-size: 20px;
    font-weight: 500;
}
.personal_product_price .base_price .base_price_prices .old_price {
    font-size: 18px;
    font-weight: 200;
    text-decoration: line-through;
}
.personal_product_price .personal_price .price-tovar-main {
    background: url(/images/kolba_new/personal_price_label.svg?v=2) no-repeat right -16px top -22px, #fff;
    background-size: 78px;
    box-shadow: none;
}
.personal_product_price .personal_price .price-tovar-main .price-tovar-new {
    white-space: nowrap;
    font-size: 34px;
}
.personal_product_price .personal_price .personal_price_label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
}
.personal_product_price .personal_price .personal_sale_list {
    margin-bottom: 16px;
}
.personal_product_price .personal_price .personal_sale_list a {
    position: relative;
    display: block;
    font-size: 13px;
    text-decoration: none;
    opacity: 0.6;
}
.personal_product_price .personal_price .personal_sale_list a:after {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    width: 8px;
    height: 6px;
    background: url(/images/kolba_new/city_arrow_down.svg) no-repeat center center;
    transition: all 0.4s;
}
.personal_product_price .personal_price .personal_sale_list a.openned:after {
    transform: rotate(180deg);
}
.personal_product_price .personal_price .personal_sale_list ul {
    display: none;
    margin-top: 8px;
}
.personal_product_price .personal_price .personal_sale_list ul li {
    border-bottom: 1px dotted;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}
.personal_product_price .personal_price .personal_sale_list ul > li:not(:last-child) {
    margin-bottom: 4px;
}
.personal_product_price .personal_price .personal_sale_list ul li span.label {
    background: #fff;
    display: block;
    margin-bottom: -1px;
}
.personal_product_price .personal_price .personal_sale_list ul li span.value {
    background: #fff;
    display: block;
    margin-bottom: -1px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .personal_product_price {
        display: none;
        padding: 0;
        width: 0;
        height: 0;
    }
    .personal_product_price .base_price,
    .personal_product_price .personal_price .personal_price_label,
    .personal_product_price .personal_price .personal_sale_list {
        display: none;
    }
    .personal_product_price .personal_price .price-tovar-main {
        padding: 8px 12px 8px 12px;
        background: #fff;
        box-shadow: 0 0 10px #a7a7a7;
    }
    .personal_product_price .personal_price a.add_to_cart_button {
        width: 100%;
    }
    .price-tovar {
        width: 100%;
    }
    .nalichie {
        background: #f4f4f4;
        border-radius: 4px;
        padding: 16px 16px 8px 16px;
    }

    .product_price_mobile {
        background: #f4f4f4;
        border-radius: 4px;
        padding: 18px 18px 10px 18px;
        margin-bottom: 10px;
    }
    .product_price_mobile .price_numbers {
        display: flex;
        align-items: end;
        margin-bottom: 10px;
    }
    .product_price_mobile .price_numbers .regular_price {
                font-size: 26px;
        font-weight: 500;
        margin-right: 8px;
        color: #717171;
    }
    .product_price_mobile .price_numbers .old_price {
        color: #939393;
        font-weight: 400;
        text-decoration: line-through;
        font-size: 17px;
        margin-left: 5px;
        display: block;
    }
    .product_price_mobile .personal_sale_list {

    }
    .product_price_mobile .personal_sale_list a {
        position: relative;
        display: block;
        font-size: 13px;
        text-decoration: none;
        opacity: 0.6;
    }
    .product_price_mobile .personal_sale_list a:after {
        content: '';
        position: absolute;
        top: 4px;
        right: 0;
        width: 8px;
        height: 6px;
        background: url(/images/kolba_new/city_arrow_down.svg) no-repeat center center;
        transition: all 0.4s;
    }
    .product_price_mobile .personal_sale_list a.openned:after {
        transform: rotate(180deg);
    }
    .product_price_mobile .personal_sale_list ul {
        display: none;
        margin-top: 8px;
    }
    .product_price_mobile .personal_sale_list ul li {
        border-bottom: 1px dotted;
        display: flex;
        justify-content: space-between;
        font-size: 13px;
    }
    .product_price_mobile .personal_sale_list ul > li:not(:last-child) {
        margin-bottom: 4px;
    }
    .product_price_mobile .personal_sale_list ul li span.label {
        background: #f4f4f4;
        display: block;
        margin-bottom: -1px;
    }
    .product_price_mobile .personal_sale_list ul li span.value {
        background: #f4f4f4;
        display: block;
        margin-bottom: -1px;
        font-weight: 500;
    }

    .mobile_price {
        display: none !important;
    }
    .info-tovar {
        display: block;
    }
    .product_page .product_info .variations {
        width: 100%;
        margin-top: 0;
        margin-bottom: 16px;
    }
  /*  .variations ul {
        list-style: none;
        margin: 10px 0px;
        font-size: 0;
    }
    .variations ul li {
        font-size: 14px;
        line-height: 20px;
        color: #333333;
        margin-bottom: 8px;
        display: inline-block;
        margin-right: 8px;
    }
    .variations ul li a {
        display: block;
        background: none;
        background-size: auto 77%;
        padding-left: 0;
        color: #333;
        text-decoration: none;
        background: #f4f4f4;
        padding: 4px 12px;
        border-radius: 4px;
    }
    .variations ul li span {
        font-size: 14px;
        line-height: 20px;
        color: #333333;
        padding-left: 0;
        background: #fddf17;
        padding: 4px 12px;
        border-radius: 4px;
        display: block;
    }  */

    .product_buttons_mobile {
       position: fixed;
        left: 0;
        bottom: 51px;
        z-index: 99;
        width: 100%;
        box-sizing: border-box;
        font-size: 0;
        border-radius: 0;
        padding: 5px 8px 3px 8px;
        background: #000000;
        box-shadow: none;
        border-bottom: 0;
    }
    .product_buttons_mobile .price {
             display: inline-block;
        width: 49%;
        vertical-align: middle;
        white-space: nowrap;
        text-align: left;
        font-size: 0;
        margin-right: 3%;
        padding: 3px 2%;
        border: 0;
        border-radius: 5px;
        background: #373737;
    }
    .product_buttons_mobile .price .regular_price {
              font-size: 18px;
        font-weight: 400;
        margin-right: 8px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        color: #fff;
    }
    .product_buttons_mobile .price .old_price {
        color: #939393;
        font-weight: 400;
        text-decoration: line-through;
        font-size: 13px;
        margin-left: 5px;
        display: inline-block;
        vertical-align: middle;
    }
    .product_buttons_mobile .add_to_cart_button {
        display: inline-block;
        width: 43%;
        vertical-align: middle;
    }
    .product_buttons_mobile .add_to_cart_button a {
        width: 100%;
    }


}








