#header-right {
    position: relative;
}
    #header-right .cart-contents-count {
        position: absolute;
        top: -10px;
        right: 8px;
        background: #f83e3d;
        z-index: 20;
        width: 21px;
        height: 21px;
        line-height: 18px;
        border-radius: 100%;
        color: #FFF;
        font-size: 11px;
        text-align: center;
        border: 2px solid #FFF;
    }

@media (max-width: 767px) {
    #header-right .cart-contents-count { display: none; }
}

.woocommerce div.product .wc-pao-addon-select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: 1.2;
    cursor: pointer;
    width: 100%;
    position: relative;
    background: url(../../oxygen-woocommerce/elements/assets/chevron-down.svg), #ffffff;
    background-size: 6px;
    padding-right: 24px;
    background-repeat: no-repeat;
    background-position: right 0.8em center;
}
.woocommerce form .wc-pao-addon-container .form-row {
    padding: 0px;
}

.product-colour-count {
    line-height: 20px;
    font-size: 15px;
    display: block;
    text-align: center;
    color: #555555;
}
    .product-colour-count span {
        display: inline-block;
        line-height: 20px;
        vertical-align: top;
        margin: 0 4px;
    }
    .product-colour-count span.product-colour-count-icon {
        width: 20px;
        height: 20px;
        background: url(./icon-colour-options.jpg) no-repeat;
        background-size: 20px auto;
    }

.woocommerce p.woocommerce-thankyou-order-received {
    font-family: 'Muli';
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 35px;
    text-align: center;
}

#alg_checkout_files_upload_form_1 {
    padding: 50px 0 50px 0;
}
.woocommerce-order-received #alg_checkout_files_upload_form_1 {
    padding: 50px 0 100px 0;
}
    #alg_checkout_files_upload_form_1 h2 {
        margin: 0 0 25px 0;
    }
    #alg_checkout_files_upload_form_1 .ct-text-block {
        margin: 0 0 25px 0;
    }
    #alg_checkout_files_upload_form_1 table { display: block; margin: 0 0 0 -5px; }
    #alg_checkout_files_upload_form_1 table tr { display: inline-block; border: none; padding: 0px; }
    #alg_checkout_files_upload_form_1 table tr td { font-weight: bold; padding: 0 10px 0 0; vertical-align: middle; }
    #alg_checkout_files_upload_form_1 table tr td div { margin-bottom: 0px!important; }

.alg_checkout_files_upload_button {
    display: inline-block;
    background-color: #f83e3d;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 12px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.8px;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    border-radius: 4px;
    color: #ffffff;
    border: none;
    padding-bottom: 12px;
    cursor: pointer;
}
.alg_checkout_files_upload_button:hover {
    background-color: #00b2a9;
}



