.dd {
    min-width: 160px;
    font-size: 10px;
    width: auto !important;
}

.dd .ddChild li {
    font-size: 10px;
}

.dd .divider {
    border-left: none !important;
    border-right: none !important;
    right: auto !important;
}

.dd .ddChild {
    height: 300px !important;
}

.estimate .calc .calc__block__total .calc__total__num {
    height: 95px;
}

.order_end_text {
    text-align: center;
    font-size: 18px;
}

.order_list table {
    background-color: transparent;
    width: 80%;
    border: 1px solid #aaa;
}

.order_list table th {
    border: 1px solid #aaa;
    text-align: center;
}

.order_list table td {
    border: 1px solid #aaa;
    text-align: center;
}

.order_list table th {
    border: 1px solid #aaa;
    text-align: center;
}

h4, .h4 {
    font-size: 18px;
    border-bottom: 1px solid #aaa;
    font-weight: bold;
    margin-top: 50px;
}

.excel_list ul {
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    margin-right: 25px;
    width: 80%;
}

@media screen and (max-width:720px) {
    .excel_list ul {
        width: 100%;
        flex-wrap: wrap;
    }

    .order_list table {
        width: 100%;
    }
}

#designer {
    border: solid 1px #ddd;
}

.fpd-sidebar.fpd-sidebar-right.fpd-tabs-side .fpd-navigation {
    float: none;
    display: flex;
    height: 76px;
    width: 100%;
}

.fpd-navigation {
    height: 76px;
}

.fpd-container .fpd-primary-bg-color, .fpd-actions-wrapper>.fpd-action-btn:hover, .fpd-actions-wrapper>.fpd-action-btn.fpd-active, .fpd-thumbnail-preview>.fpd-preview-price {
    background-color: #ddd;
}

.fpd-navigation>div {
    border: 1px solid #ddd;
    height: 75px;
}

.fpd-content {
    width: 100% !important;
    max-height: 85%;
}

.fpd-actions-wrapper>.fpd-action-btn {
    width: 45px;
    height: 45px;
    font-size: 29px;
    padding: 12px 0px 0px 2px;
}

.fpd-container.fpd-sidebar {
    min-height: 600px;
}

.registration {
    width: 250px;
    margin: 25px auto;
    display: block;
    font-size: 20px;
    height: 60px;
    background-color: #ffd900;
    color: #000;
}
.registration:hover {
    opacity: .7;
}
