/* Backend */
#blocks-wrapper .text-center {
    text-align: center !important;
}

.oa_block .edit-link {
    position: absolute;
    top: 25%;
    left: 0;
    z-index: 9999;
    background: #000000;
    color: #ffffff;
    padding: 5px;
    display: none;
}

/* Blocks Archive Page -- Internal */
.blocks-header {
    border-right: 1px dotted rgba(45, 203, 70, 0.5);
    padding-left: 20px !important;
    padding-right: 0 !important;
    background-color: transparent !important;
}

.blocks-header .blocks-cats li {
    margin-right: 0;
}

.blocks-header .blocks-cats li a {
    margin-bottom: 20px;
    padding: 10px 0;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blocks-header .blocks-cats li a.current {
    border-right: 6px solid #2dcb46;
}

.block-shortcode {
    border-top: 1px dotted rgba(45, 203, 70, 0.5) !important;
}

.block-title {
    top: -44px !important;
}

.block-title a {
    opacity: 1 !important;
    font-size: 1.5em;
    font-weight: 700;
    color: #2dcb46;
    border: 1px solid rgba(45, 203, 70, 0.5);
    background-color: #fffffc;
}

/* General */

/* Cookie Bar */
#cookieChoiceInfo {
    font-size: 10px;
    line-height: normal;
    background-color: rgba(238, 238, 238, 0.8) !important;
}

#cookieChoiceInfo div {
    padding-right: 0 !important;
}

#cookieChoiceInfo #cookieChoiceDismissIcon {
    display: none !important;
}

#cookieChoiceInfo a:first-of-type {
    color: black;
    text-decoration: underline;
}

#cookieChoiceInfo #cookieChoiceDismiss {
    margin: 0;
    padding-right: 20px;
    padding-left: 12px;
}

@media only screen and (min-width: 600px) {
    #cookieChoiceInfo {
        font-size: 12px;
    }
}

/* Checkout */
.climatepartner {
    margin: 0 0 30px 0;
}

.climatepartner .climatepartnerImage {
    width: 280px;
}

.shipping__table * {
    color: #231F20;
}

/* Custom checkout validation */
.maxLengthChecker {
    margin-left: 5px;
    color: red !important;
    font-size: 12px;
}

/* Subname on cross sells on cart on flatsome theme, needs to be removed after we publish the new cart and checkout */
.woocommerce-cart .cross-sells .product-subname:before {
  content: " - ";
}
.woocommerce-checkout .page-content .woocommerce-checkout__order-review .payment-checkout__label img{
    margin-top: 12px;
}
