﻿/*=============================================================*/
/* File name: common.css
/* Copyright (c) 2019 Roman Buger
/* Site autor: http://art-ucoz.ru/ & https://shopthemes.ru/
/*=============================================================*/
@import url('//cdn.shopthemes.ru/fonts/ionicons/css/ionicons.min.css?v=2.0.0');

.sections__block {
    width: 585px;
}

.upanel {
    float: right;
    margin-left: 25px;
}

.track__item {
    padding: 3px 0;
}

[id*="entryID"] {
    width: 50%;
    padding: 3px 32px;
    display: inline-block;
}

.track__item-btn {
    justify-content: center;
}
.paging-wrapper-bottom {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}
.sections_name {
    padding: 0 35px 30px;
    display: flex;
    justify-content: center;
}
.u-comboedit:hover {
    background: linear-gradient(to right,rgba(202,111,221,1) 0%,rgba(114,144,220,1) 100%) !important;
}
.u-combolist {
    color: inherit !important;
    border: 5px solid #b974dd !important;
    height: auto !important;
    font-size: inherit !important;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 1px 5px 14px 0 rgba(158,98,213,.86);
    border-radius: 25px;
    padding-bottom: 25px !important;
}

.u-combolist > div input[checked] + label {
    background: linear-gradient(to right,rgb(202, 111, 221) 0%,rgb(114, 144, 220) 100%) !important;
    border-radius: 50px;
}
.u-combolist > div input[name="ocat"][data-parentid] {
    top: -1px !important;
}
.u-combolist > div:hover {
    border-radius: 50px;
}
form#addEntForm span[id*="iCode"].added {
    border-radius: 50px;
}
form#addEntForm .iCode_block {
    display: flex;
    align-items: center;
}
form#addEntForm span[id*="gbut"] {
    width: 27px !important;
}
div[id*="imblock"] + span {
    background: linear-gradient(to right,rgb(202, 111, 221) 0%,rgb(114, 144, 220) 100%) !important;
    border-radius: 50px;
}
.com-order-block {
    display: none;
}