@import 'https://fonts.googleapis.com/css?family=Open+Sans';

/******* fonts **********/

body,
button,
input,
textarea,
.ui-dialog,
.ui-autocomplete,
.ui-datepicker,
.ui-tabs,
.profile-info-box,
.latest-posts {
    font-size: 14px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    color: #444;
}

/************* General ******************/

a:hover {
    color: #ed1c24;
}

.admin-header-links a.administration {
    color: #FFF;
}

    .admin-header-links a.administration:hover {
        color: #ed1c24;
    }

.breadcrumb li a {
    color: #ed1c24;
}

    .breadcrumb li a:hover {
        color: #444;
    }


/***** header *****/
.header-logo a img {
    padding-top: 8px;
}

.header-selectors-wrapper,
.header-upper {
    border: none;
}

.header-menu {
    border: none;
    width: 90%;
    max-width: none;
}

    .header-menu > ul > li > a:hover {
        color: #444;
    }

.header-links li {
    margin: 0 10px;
}

.header-links a:hover {
    color: #ed1c24;
}

.header-links span, .header-links a {
    font-size: 15px;
}

.header-menu > ul > li > a {
    font-size: 20px;
    color: #ed1c24;
}

#topcartlink {
    background-color: #eee;
}

.mini-shopping-cart {
    font-size: 15px;
}



/******* products *******/
.item-box .product-title {
    color: #ed1c24;
}

    .item-box .product-title a:hover {
        color: #444;
    }

.item-box .actual-price {
    margin: 0 5px 0 0;
    font-size: 16px;
    color: #444;
}

.overview .value a,
.variant-overview .value a {
    color: #444;
}

    .overview .value a:hover,
    .variant-overview .value a:hover {
        text-decoration: none;
        color: #ed1c24;
    }

.pager li span {
    background-color: #ed1c24;
}

    .pager li span:hover {
        background-color: #444;
    }

.cart-total .order-total {
    color: #ed1c24;
}

.terms-of-service a {
    color: #ed1c24;
}

    .terms-of-service a:hover {
        font-weight: bold;
    }

.post-title:hover,
.news-title:hover {
    color: #ed1c24;
}

.news-list-homepage .view-all a {
    color: #444;
}

    .news-list-homepage .view-all a:hover {
        color: #ed1c24;
    }

.cart a:hover,
.data-table a:hover,
.forum-table a:hover {
    color: #ed1c24;
}

.cart .product a:hover,
.data-table .product a:hover,
.data-table .info a:hover {
    color: #ed1c24;
}

.cart-footer .total-info {
    border-bottom: 1px solid #B6AE95;
}

input[type="text"],
input[type="password"],
textarea, select {
    padding: 0 0 0 5px;
}

.write-review .button-1 {
    background-color: #ed1c24;
}

    .write-review .button-1:hover {
        background-color: #444;
    }

.product-reviews-page h1 a {
    color: #ed1c24;
}

    .product-reviews-page h1 a:hover {
        color: #444;
    }
/**********checkout **************/
.login-page .new-wrapper .text {
    background-color: #EFEFEF;
}

.form-fields {
    background-color: #EFEFEF;
}

.personal-message-note {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 10px;
}

    .personal-message-note label {
        display: block;
        width: 100%;
        color: #000;
        text-align: center;
        white-space: pre-wrap;
    }

.order-completed .details a {
    color: #ed1c24;
    font-weight: bold;
}

.order-details-page .order-overview .order-total strong {
    color: #ed1c24;
}

.order-details-page .repost .button-2 {
    background-color: #ed1c24;
}

    .order-details-page .repost .button-2:hover {
        background-color: #444;
    }

.order-details-page .actions input:first-child {
    background-color: #ed1c24;
}

    .order-details-page .actions input:first-child:hover {
        background-color: #444;
    }

.order-details-page .total-info {
    background-color: #eee;
}

.order-review-data > div, .order-details-area > div, .shipment-details-area > div {
    background-color: #eee;
}

.order-details-page .page-title a {
    background-color: #ed1c24;
}

    .order-details-page .page-title a:hover {
        background-color: #444;
    }
/********** payment status ***********/
.statusNotDownloadable {
    min-width: 50px;
    border: none;
    padding: 5px 20px;
    color: #000;
    vertical-align: central;
    background-color: #F24A02;
    display: block;
}

.statusDownloadable {
    min-width: 50px;
    border: none;
    padding: 5px 20px;
    color: #000;
    vertical-align: central;
    background-color: #7BBA7B;
    display: block;
}

.statusIsNotPaid {
    min-width: 50px;
    border: none;
    padding: 5px 20px;
    color: #000;
    vertical-align: central;
    /*background-color: #F24A02;*/
    display: block;
}

.statusIsPaid {
    min-width: 50px;
    border: none;
    padding: 5px 20px;
    color: #000;
    vertical-align: central;
    background-color: #7BBA7B;
    display: block;
}



/***** footer *****/
.footer {
    background-color: #eee;
}

.footer-block {
    font-size: 16px;
}

    .footer-block .title {
        background-color: #ed1c24;
        font-size: 22px;
    }

    .footer-block .list a:hover {
        color: #ed1c24;
    }

.footer-upper {
    border-bottom: 1px solid #B6AE95;
}

.follow-us .social ul {
    border-bottom: 1px solid #B6AE95;
}

.follow-us .social .title {
    color: #FFF;
}

.follow-us .newsletter .title {
    color: #FFF;
}

.footer-powered-by a {
    color: #444;
}

    .footer-powered-by a:hover {
        text-decoration: none;
        color: #ed1c24;
    }

.cart-footer .totals {
    background-color: #eee;
}




/***** buttons *****/
.search-box .search-box-button {
    background-color: #ed1c24;
}

    .search-box .search-box-button:hover {
        background-color: #444;
    }

.blog-posts .buttons .read-more, .news-items .buttons .read-more {
    background-color: #ed1c24;
}

    .blog-posts .buttons .read-more, .news-items .buttons .read-more:hover {
        background-color: #444;
    }

.newsletter-subscribe-button {
    background-color: #ed1c24;
}

    .newsletter-subscribe-button:hover {
        background-color: #444;
    }

.menu-toggle {
    background-color: #ed1c24;
}

.search-input .button-1 {
    background-color: #ed1c24;
}

    .search-input .button-1:hover {
        background-color: #444;
    }

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
    background-color: #ed1c24;
}

    .registration-page .button-1:hover,
    .registration-result-page .button-1:hover,
    .login-page .button-1:hover,
    .password-recovery-page .button-1:hover,
    .account-page .button-1:hover,
    .return-request-page .button-1:hover {
        background-color: #444;
    }

.item-box .product-box-add-to-cart-button {
    width: 74%;
    background-color: #ed1c24;
}

    .item-box .product-box-add-to-cart-button:hover {
        background-color: #444;
    }

.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
    width: 13%;
    background-color: #EAEAEA;
}

    .item-box .add-to-compare-list-button:hover,
    .item-box .add-to-wishlist-button:hover {
        background-color: #CCC;
    }

.overview .button-2,
.variant-overview .button-2 {
    background-color: #EAEAEA;
}

    .overview .button-2:hover,
    .variant-overview .button-2:hover {
        background-color: #CCC;
    }

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    background-color: #ed1c24;
}

    .overview .add-to-cart-button:hover,
    .variant-overview .add-to-cart-button:hover {
        background-color: #444;
    }

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    background-color: #ed1c24;
}

    .contact-page .button-1:hover,
    .email-a-friend-page .button-1:hover,
    .apply-vendor-page .button-1:hover {
        background-color: #444;
    }

.shopping-cart-page .common-buttons input:first-child {
    background-color: #ed1c24;
}

    .shopping-cart-page .common-buttons input:first-child:hover {
        background-color: #444;
    }

.cart-footer .checkout-button {
    background-color: #ed1c24;
}

    .cart-footer .checkout-button:hover {
        background-color: #444;
    }

.new-comment .button-1 {
    background-color: #ed1c24;
}

    .new-comment .button-1:hover {
        background-color: #444;
    }

.compare-products-page .clear-list {
    background-color: #ed1c24;
}

    .compare-products-page .clear-list:hover {
        background-color: #444;
    }
/* peronalization text button*/
input.personalization-button,
button.personalization-button {
    font-size: 15px;
    min-width: 150px;
    margin: 5px;
    border: none;
    background-color: #ed1c24;
    padding: 10px 20px;
    color: #FFF;
}

    input.personalization-button:hover,
    button.personalization-button:hover {
        background-color: #444;
    }
/* peronalization text button*/
input.personalization-button-back,
button.personalization-button-back {
    font-size: 15px;
    min-width: 150px;
    margin: 5px;
    border: none;
    background-color: #aaa;
    padding: 10px 20px;
    color: #FFF;
}

    input.personalization-button-back:hover,
    button.personalization-button-back:hover {
        background-color: #777;
    }
/*** checkout ***/
.checkout-page .button-1 {
    background-color: #ed1c24;
}

    .checkout-page .button-1:hover {
        background-color: #444;
    }

.opc .allow .step-title {
    background-color: #ed1c24;
}

    .opc .allow .step-title .number {
        background-color: #eee;
        color: black;
    }
/*Disable product selector*/
.product-selectors {
    display: none;
}
/*Disable product filters*/
.product-filters {
    display: none;
}

.block .list a:hover {
    color: #ed1c24;
}

input.button-1.course-booking-button {
    background-color: #ed1c24;
}

input.button-1.course-booking-button {
    min-width: 140px;
    border: none;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}


/************** Smartphone vertical *******************/
@media all and (max-width: 480px) {

    .search-box {
        margin-bottom: 15px;
    }
}
/*** End media max 480 ***/



/************** Smartphone Landscape *******************/
@media all and (min-width: 481px) {

    .header-logo {
        display: block;
    }

    .header-row {
        display: block;
    }

    .header-selectors-wrapper {
        border: none;
        padding: 0;
    }

    .language-selector select {
        height: 27px;
        padding: 0;
        margin-top: 2px;
    }

    .search-box {
        height: 45px;
    }

        .search-box input.search-box-text {
            width: 200px;
            height: 27px;
        }

        .search-box .search-box-button {
            height: 27px;
        }
}
/*** End media min 481 ***/





/************** small Tablets *******************/
@media all and (min-width: 769px) {

    .footer-block .title {
        background: none;
    }

    .follow-us .social .title {
        background-color: #ed1c24;
        padding: 10px 15px;
        color: #FFF;
    }

    .follow-us .newsletter .title {
        background-color: #ed1c24;
        padding: 10px 15px;
        color: #FFF;
    }
}

/************** Tablets *******************/
@media all and (min-width: 1001px) {

    .header-upper {
        border-bottom: 1px solid #ddd;
    }

    .header-logo {
        float: left;
        max-width: 240px;
    }

        .header-logo a img {
            padding-right: 20px;
        }

    .header-row {
        float: right;
        display: block;
        margin-bottom: 5px;
    }

    .language-selector {
        float: left;
        padding-top: 5px;
        margin-left: 20px;
    }

        .language-selector select {
            height: 27px;
        }

    .search-box {
        height: 45px;
    }

        .search-box input.search-box-text {
            width: 200px;
            height: 27px;
        }

        .search-box .search-box-button {
            height: 27px;
        }

    .mini-shopping-cart .name a {
        color: #ed1c24;
        font-weight: bold;
    }

        .mini-shopping-cart .name a:hover {
            color: #444;
        }

    .mini-shopping-cart input[type="button"] {
        background-color: #ed1c24;
    }

        .mini-shopping-cart input[type="button"]:hover {
            background-color: #444;
        }
    /* Show 4 products on one line (just for onepage layout) */
    .item-box {
        width: 23.33333%;
        margin: 0 0.5% 50px;
    }

        .item-box:nth-child(2n+1) {
            clear: none;
        }

        .item-box:nth-child(3n+1) {
            clear: none;
        }

        .item-box:nth-child(4n+1) {
            clear: both;
        }

    .button-3 {
        display: inline-block;
        margin: 10px 0;
        border: none;
        padding: 10px 15px;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }

        .button-3:hover {
            background-color: #444;
        }

    .button-3 {
        background-color: #ed1c24;
    }
}
/*** End media min 1001 ***/



/************ Mobile Checkout *************/

.qrcode {
    max-width: 100%;
    padding: 20px;
}

.mobilecheckout-page .qty-input {
    height: 40px;
    vertical-align: middle;
}

.mobilecheckout-page .decrement-button {
    display: inline-block;
    border: none;
    background-color: #ed1c24;
    padding: 10px 30px;
    text-align: center;
    min-width: 50px;
    width: 50px;
    vertical-align: middle;
    background-image: url('../images/minus.png');
    background-repeat: no-repeat;
    background-position: center;
}

.mobilecheckout-page .increment-button {
    display: inline-block;
    border: none;
    background-color: #ed1c24;
    padding: 10px 30px;
    text-align: center;
    min-width: 50px;
    width: 50px;
    vertical-align: middle;
    background-image: url('../images/plus.png');
    background-repeat: no-repeat;
    background-position: center;
}

@media all and (min-width: 1001px) {
    th.quantity-title {
        display: none;
    }

    td.unit-amount {
        display: none;
    }

    td.quantity {
        min-width: 222px;
    }
}

/*** end mobile checkout ***/

/*Template selection*/

.template-selection label {
    width: auto;
    text-align: left;
}

.template-selection-box {
    width: auto;
    position: relative;
    text-align: center;
    display: inline-block;
}

.template-selection {
    min-width: 200px;
    border: solid 2px #AAA;
    border-radius: 15px;
    margin: 0px 20px 0px 0px;
    padding: 15px;
    position: relative;
    text-align: left;
    display: inline-block;
}

.template-selection-image {
    margin: 10px;
}
/*end Template selection*/

/* Cardrenewal-Management*/
/* peronalization text button*/
input.cardmanagement-button,
button.cardmanagement-button {
    display: inline-block;
    font-size: 15px;
    margin: 5px;
    border: none;
    background-color: #ed1c24;
    padding: 10px 20px;
    color: #FFF;
}

    button.cardmanagement-button.disabled,
    button[disabled] {
        display: inline-block;
        font-size: 15px;
        margin: 5px;
        border: none;
        background-color: #ed1c24;
        padding: 10px 20px;
        color: #FFF;
    }

    input.cardmanagement-button:hover,
    button.cardmanagement-button:hover {
        background-color: #444;
    }
