﻿.flex-half-collapsed-box .flex-item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: 1px;
    margin-right: 1px;
    text-decoration: none;
    background: #fff;
    padding: 0px;
    margin-top: 5px;
}

.flex-half-collapsed-box .flex-item .flex-category-label {
    padding: 13px 10px 16px;
    width: 175px;
    background: #fff;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-half-collapsed-box .flex-item:hover .flex-category-label {
    padding: 13px 10px 16px;
    width: 175px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-half-collapsed-box {
    position: relative;
    border-top: 0px solid #cccccc;
    border-bottom: 0px solid #cccccc;
    margin-top: 45px;
    text-align: center;
}

.flex-half-collapsed-box .flex-show-all-button span:hover {
    color: black;
    text-decoration: none;
    border: 1px solid #e02222;
}

.flex-half-collapsed-box .flex-collapse-button span:hover {
    color: black;
    text-decoration: none;
    border: 1px solid #e02222;
}

.flex-panel-wide .flex-menu ul li:hover>a {
    text-decoration: none;
}

.flex-half-collapsed-box .flex-item .flex-category-icon {
    padding: 23px;
}

.flex-half-collapsed-box .flex-item.flex-first-row {
    margin-top: 5px;
}

.flex-logo {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    width: 130px;
    height: auto;
    margin-top: 0px;
}


/* order - delivery a payment */

.flex-order-form .flex-transports-payments-wrapper {
    display: none;
}

.flex-other-settings .flex-row:nth-last-of-type(1) {
    display: none;
}

.flex-other-settings .flex-row:nth-last-of-type(2) {
    display: none;
}

.flex-order-form .flex-form .flex-row>span.flex-products-not-on-stock {
    width: 230px;
}

.flex-payment-methods-wrapper {
    display: none !important;
}

#OrderRecapPaymentTitle,
#OrderRecapPaymentForm {
    display: none;
}


/* skryte */

#ctl00\$ctl00\$BodyContentPlaceHolder\$ContentCPH\$OrderDetail table tr th:nth-of-type(8) {
    display: none;
}

#ctl00\$ctl00\$BodyContentPlaceHolder\$ContentCPH\$OrderDetail table tr td:nth-of-type(8) {
    display: none;
}