@media (min-width: 992px) {
    /* 992px */
    .c-layout-header .c-brand {
        margin: 50px 0 37px 0;
    }

    .c-layout-header.c-layout-header-2 {
        background: rgba(30, 36, 42, 0.75);
        border-bottom: 0;
    }

    .c-layout-header-fixed .c-layout-page {
        margin-top: 144px;
    }

    .vs-greece-is .c-layout-breadcrumbs-1:not(.eshop-breadcrumb){
        /*background-color: red;*/
        padding: 60px 0 10px 0 !important;
    }

    .eshop-breadcrumb {
        padding: 46px 0 11px 0 !important;
    }
}

@media (max-width: 991px) {
    .c-layout-header-fixed.c-layout-header-mobile-fixed .c-layout-page {
        margin-top: 110px;
    }

    .vs-greece-is .c-layout-breadcrumbs-1:not(.eshop-breadcrumb){
        /*background-color: red;*/
        padding: 10px 0 10px 0 !important;
    }

    .eshop-breadcrumb {
        padding: 11px 0 11px 0 !important;
    }
}


.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.vs-radio-pos {
    position: absolute;
    display: block;
    top: 2px;
    left: 11px;
}

.vs-subscription-header {
    font-size: 18px !important;
    font-weight: 500 !important;
    padding-left: 30px !important;
}

.vs-subscription-sub-header {
    font-size: 13px !important;
    font-weight: 300 !important;
    padding-left: 30px !important;
}

.no-highlight{
    background: #fff;
}
.highlight {
    background: #b5e5f1 ;
}

.vs-grid .c-content-feature-2 {
    padding: 15px 40px 15px 40px;
}

/* front page tab coloring */
.c-content-tab-4.c-opt-200 > .nav > li > a {
    color: #ffffff;
    background-color: lightgray; }
.c-content-tab-4.c-opt-200 > .nav > li > a:hover, .c-content-tab-4.c-opt-200 > .nav > li > a:focus {
    background-color: darkgrey; }

.c-content-tab-4.c-opt-200 > .nav > li.active > a,
.c-content-tab-4.c-opt-200 > .nav > li:active > a {
    color: #ffffff;
    background-color: #f6f9fb; }

.c-content-tab-4.c-opt-200 > .nav > li:nth-child(even) > a {
    background-color: lightgrey; }
.c-content-tab-4.c-opt-200 > .nav > li:nth-child(even) > a:hover, .c-content-tab-4.c-opt-200 > .nav > li:nth-child(even) > a:focus {
    background-color: darkgrey; }

.c-content-tab-4.c-opt-200 > .nav > li:nth-child(even).active > a, .c-content-tab-4.c-opt-200 > .nav > li:nth-child(even):active > a {
    color: #ffffff;
    background-color: #f6f9fb; }

.c-content-tab-4.c-opt-200 > .tab-content {
    background-color: #f6f9fb; }
.c-content-tab-4.c-opt-200 > .tab-content .c-tab-items > li h4 {
    color: #5f6f77; }
.c-content-tab-4.c-opt-200 > .tab-content .c-tab-items > li p {
    color: #9aaab3; }

/* Breadcrump for greece is */
.eshop-breadcrumb {
    /*padding: 60px 0 11px 0 !important;*/
    background-color: #9e9e9e !important;
}

.eshop-font {
    color: #ffffff !important;
}

.eshop-breadcrumb .c-page-breadcrumbs > li,
.eshop-breadcrumb .c-page-breadcrumbs > li > a {
    color: #ffffff !important;
}

.c-layout-header .c-topbar-dark .c-top-menu > .c-ext > li.c-lang > .dropdown-menu > li > a:hover {
    background: #cbd0d6; }

.vs-instalments {
    background: #ffffff !important;
    color: #000000 !important;
}