/****************** shop ********************/
#fancybox-outer {
    /*background: transparent;*/
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.fancybox-bg {
    display: none;
}
#ksshop_cart_small_info {
    border-bottom: 1px solid #9ba4a5;
    padding-bottom: 24px;
    margin-bottom: 10px;
}

#ksshop_cart_small_info .title {
    font-weight: bold;
    margin: 0 0 15px 0;
    color: #0088A2;
    text-decoration: none;
}

#ksshop_cart_small_info .action {
    float:right;
}
#ksshop_cart_small_info form {
    display: inline-block;
    float: left;
}

#ksshop_cart_small_info .checkout input.submit,
#ksshop_cart_small_info .action a {
    text-decoration: none;
    float: left;
    display:inline-block;
    background: #009DBC;
    color: white;
    border: 0 none;
    padding: 3px 0.5em;
    font-size: 0.9em;
    line-height: 20px;
    border: none;
    margin-top: 0px;
    margin-left: 6px;
}
.shop-system * {
    box-sizing: border-box;
}
.shop-system  {
    position: relative;
}


#clear-filter {
    cursor: pointer;
}
.filters-wrap {
    width: 100%;
    border-bottom: 1px solid #9ba4a5;
    margin: 0 -2px 20px -2px;
    position: relative;
    z-index: 10;
}
.filters-wrap > .clear-filter,
.filters-wrap > label,
.filters-wrap > .filter {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0 2px;
    vertical-align: middle;
    height:46px;
}

.filters-wrap > .clear-filter,
.filters-wrap > label {
    width : 10%;
    padding-top: 8px;
    text-align: center;
    color: #9ba4a5;
}
.filters-wrap > label {
    padding-top: 13px;
}

.filter {
    width: 16%;
    font-weight: bold;
    position: relative;
    font-size: 11px;
}
.filter .tab {
    background: none repeat scroll 0 0 #9ba4a5;
    -webkit-border-radius: 11px 11px 0 0;
    border-radius: 11px 11px 0 0;
    display: inline-block;
    height: 46px;
    padding-top: 8px;
    text-align: center;
    width: 100%;
    color: white;
    cursor: pointer;
}
.filter .title {
    display: block;

}

.filter > .option {
    display: inline-block;
}
.filter > .option:before {
    content: ' ';
    border-width : 4px 0 4px 5px;
    border-color: transparent transparent transparent white;
    border-style: solid;
    display: inline-block;
    margin-right:2px;
}

.filter .filter-options-wrap {
    display: none;
}
.filter ul.filter-options {
    margin-top: 3px;
    display: table;
    width: 100%;
}

.filter-options .option {
    padding: 2px 0;
    list-style-type: none;
    padding: 0;
    display: table-row;
}
.filter-options .option .title{
    color: white;
    background: none repeat scroll 0 0 #9ba4a5;
    height: 46px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    width:100%;
    border-bottom: 2px solid white;
}
.filter-options .option:last-child .title {
    border:none;
}
.filter-options .option .cat-1 {
    background: none repeat scroll 0 0 #008aae;
}

.filter-options .option .cat-2 {
    background: none repeat scroll 0 0 #c1e0eb;
}

.filter-options .option .cat-3  {
    background: none repeat scroll 0 0 #80c010;
}

.filter-options .option .title:hover{
    text-decoration: underline;
}
.filter-options .option .title:hover:before{
    content: ' ';
    border-width : 4px 0 4px 5px;
    border-color: transparent transparent transparent white;
    border-style: solid;
    display: inline-block;
    margin-right:2px;
}


.article-list {
    margin: 0 -5px;
}
.contentel ul.article-list,
.contentel ul.article-list  li {
    list-style-type: none;
    margin: 0 0 10px 0;
}
.article-wrap {
    width: 33.33%;
    padding: 0 5px;
    float: left;
}

.article {
    border: 2px solid;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    height: 230px;
    position: relative;
    padding: 10px;
    color: white;
    text-align: center;
}
.visible-on-phone {
    display: none;
}
.article a,
.article a:hover {
    text-decoration: none;
}
.article .title {
    height: 60px;
    display: block;
    color: #00343f;
    text-decoration: none;
    /*text-transform: uppercase;*/
}
.article .is-new {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 62px;
    height: 62px;
    -webkit-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
    background: url('../img3/is_new.png') no-repeat;
}
.article .only-download-flag {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 62px;
    height: 62px;
    -webkit-border-radius: 0 0 10px 0; 
    border-radius: 0 0 10px 0;
    background: url('../img3/only_download.png') no-repeat;
}
.opt-3-color-3-1 .article {
    border-color: #018aaf;
    background: #018aaf;
    background: -moz-linear-gradient(top, #018aaf 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#018aaf), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #018aaf 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #018aaf 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #018aaf 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #018aaf 0%,#ffffff 100%);
    -pie-background: linear-gradient(to bottom, #018aaf 0%,#ffffff 100%);
}

.opt-3-color-3-2 .article {
    border-color: #c1e0eb;
    background: #c1e0eb;
    background: -moz-linear-gradient(top, #c1e0eb 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1e0eb), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #c1e0eb 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #c1e0eb 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #c1e0eb 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #c1e0eb 0%,#ffffff 100%);
    -pie-background: linear-gradient(to bottom, #c1e0eb 0%,#ffffff 100%);
}

.opt-3-color-3-3 .article {
    border-color: #82bc22;
    background: #82bc22;
    background: -moz-linear-gradient(top, #82bc22 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82bc22), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #82bc22 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #82bc22 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #82bc22 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #82bc22 0%,#ffffff 100%);
    -pie-background: linear-gradient(to bottom, #82bc22 0%,#ffffff 100%);
}

.shop-item .article {
    padding: 20px 30px;
    height: auto;
    font-size: 14px;
    color: black;
    text-align: left;
}
.shop-item .title {
    font-size: 16px;
    color: black;
    text-align: center;
}
.shop-item img {
    float: left;
}

.shop-item .content {
    margin-left: 122px;
    width: 250px;
}
.shop-item .content > div{
    margin-bottom: 15px;
}
.shop-item .download a {
    text-decoration: underline;
    background: url('../img/horz_transparent.png') 0 0 no-repeat;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    margin-bottom: 5px;
    padding-left: 40px;
}
.shop-item .addToCart {
    height: 32px;
    line-height: 32px;
    margin-bottom: 18px;
}

.shop-item .notInStock {
    height: 32px;
    padding-left: 40px;
    background: url('../img/horz_transparent.png') 0 -64px no-repeat;
    line-height: 32px;
}
.shop-item .advice {
    color: red;
}

input.ksshop_quantity {
    border: 1px solid #7FC31C;
    padding: 2px;
    margin-right: 2px;
    text-align: right;
}
input.ksshop_submit_icon,
input.ksshop_submit {
    border: 0;
    text-decoration: underline;
    margin: 0;
    color: #1F7DA6;
    vertical-align: middle;
}

.shop-item .addToCart * {
    vertical-align: middle;
}
.shop-item .addToCart form span {
}
.shop-item .addToCart form .ksshop_submit {
    padding:0;
    margin:0;
    text-align: left;
}
.shop-item .addToCart form .ksshop_submit_grafic {
    background: url(../img/add1tocart.png) no-repeat;
    padding:0;
    margin:0;
    text-align: left;
    width: 250px;
    height: 69px;
}
input.ksshop_submit_icon {
    background: url('../img/horz_transparent.png') 0 -32px no-repeat;
    width: 32px;
    height: 32px;
}

.shop-item input.ksshop_submit_grafic,
.shop-item input.ksshop_submit:hover {
    cursor: pointer;
}

.add1Item {
    clear: both;
    margin: 10px 0;
    padding: 10px 0 10px 10px;
    border-top: 2px solid #E1E6E6;
    font-size: 12px;
}

.add1Item .addToCart {
    line-height: 120%;
    height: auto;
}
.add1Item input.ksshop_submit_icon {
    background: url('../img/horz.png') 0 -32px no-repeat;
    width: 32px;
    height: 32px;
}

#ksshop_cart_small .article {
    height:auto;
}

#ksshop_cart_small .article .value,
#ksshop_cart_small .article .title {
    color: black;
}

@media only screen
and (max-width : 768px) {
    .article-wrap {
        width: 50%;
    }
    .article-wrap img {
        width: auto;
    }

}

@media only screen and (max-width : 480px) {

    .ksshop_quantity {
        width: 25px;
    }

    .filters-wrap > .clear-filter,
    .filters-wrap > label {
        width: 100%;
    }

    .filters-wrap > .filter {
        height: 52px;

    }

    .filter {
        width: 50%;
    }

    .filter .tab {
        -webkit-border-radius: 11px;
        border-radius: 11px;
    }

    .filter .filter-options-wrap {
        position: relative;
        z-index: 100;
    }
    .article-wrap {
        width: 100%;
    }
    #fancybox-content .article-content img,
    .contentel .article-wrap img {
        width: auto;
    }

    .shop-item .title {
        height: auto;

    }
    .shop-item img {
        float: none;
    }
    .shop-item .content {
        margin-left: 0;
        width: auto;
    }
    .shop-item .content > div {
        margin-bottom: 5px;
    }

}




/****************** checkout ********************/

#ksshop_checkout h2 {
    border: none;
}

#ksshop_checkout .csc-mailform-field fieldset {
    width: auto;
    display: inline;
    border: none;
}
#ksshop_checkout .csc-mailform-field fieldset div.target_group ,
#ksshop_checkout .csc-mailform-field fieldset div.target_group label ,
#ksshop_checkout .csc-mailform-field fieldset div.target_group input {
    float: left;
    width: auto;
}
#ksshop_checkout .csc-mailform-field fieldset div.target_group input {
    margin-right: 5px;
}

#ksshop_checkout input.csc-mailform-check {
    border: none;
}

#ksshop-checkout .csc-mailform-field fieldset div.target_group label {
    padding-right: 10px;
}

#ksshop_checkout {
/*
    margin: 5px 40px;
    border: 1px solid #C1E1ED;
*/
    padding: 0;
    background: transparent;
}

#ksshop_checkout label {
    float: none;
    display: block;
    font-weight: bold;
}

#ksshop_checkout fieldset.checkboxes {
    margin: 0;
    padding: 0;
}

#ksshop_checkout fieldset.checkboxes div.target_group{
    width: 160px;
}

#ksshop_checkout input {
    display: block;
    width: 300px;
/*
    margin-bottom: 8px;
    border: solid 1px #004C5A;
    font-size: 0.9em;
    padding: 3px 4px;
*/
}
/*
#ksshop_checkout input:focus {
    background-color: #CBE9F3;
}
*/
#ksshop_checkout div.csc-mailform-field  input.checkbox {
    width: auto;
}

#ksshop_checkout div.csc-mailform-field input.csc-mailform-submit,
#ksshop_checkout .backToShop {
    background: none repeat scroll 0 0 #009DBC;
    border-color: #009DBC;
    color: white;
    font-size: 12px;
    width: auto;
    float: left;
    border: none;
    margin: 0;
    height: 24px;
    padding: 0 5px;
    overflow: visible;
}
#ksshop_checkout .backToShop a{
    line-height: 24px;
    text-decoration: none;
    color: white;
}

#ksshop_checkout div.csc-mailform-field input.csc-mailform-submit-weiter {
    float: right;
}

#ksshop_checkout div.csc-mailform-field input.csc-mailform-submit-back {
    float: left;
}
#ksshop_checkout fieldset.csc-mailform {
    margin: 0;
    border: none;
    padding: 0;
}

#ksshop_checkout .ksshop_article,
#ksshop_checkout .ksshop_address {
    border-collapse:collapse;
    width: 100%;
    margin-bottom: 10px;
}

#ksshop_checkout .ksshop_article td,
#ksshop_checkout .ksshop_address td {
    border: 1px solid #7FC31C;
    padding:5px;
}
#ksshop_checkout #ksshop_summary {
    margin: 10px 0 30px 0;
}
#ksshop_checkout .formErrMsg {
    color: red;
}

/****************** shopping_cart_smal ********************/
#ksshop_checkout .value,
#ksshop_cart_small .value {
    float: right;
}

#ksshop_cart_small .innerFrame {
    padding: 8px;
}


.ksshop_function {
    width: 16px;
    height: 16px;
    border: 0;
    background: url('../img/horz.png') 0 0 no-repeat;
}

.ksshop_function:hover  {
    cursor: pointer;
}

.ksshop_remove {
    background-position: 0 -160px;
}

.ksshop_update {
    background-position: 0 -176px;
}

.ksshop_increment {
    background-position: 0 -192px;
}

.ksshop_decrement {
    background-position: 0 -208px;
}

/*
#ksshop_cart_small .cart_title {
    background: #c1e1ed url('../img/shopping_cart3-blank.png') 4px center no-repeat;
    padding-left: 35px;
    height: 18px;
}
* */


#ksshop_checkout .small,
#ksshop_cart_small .small {
    font-size: 11px;
    clear: both;
}

#ksshop_checkout .double,
#ksshop_cart_small .double {
    border: 0 #7FC31C double;
    border-bottom-width: 3px;
    margin: 10px 0 5px 0;
}
#ksshop_cart_small .line  {
    float: left;
    width: 234px;
}
#ksshop_checkout .line {
    width: 367px;
}
#ksshop_checkout .line.double strong{
    display: block;
    line-height: 30px;
}
#ksshop_checkout .line .title,
#ksshop_cart_small .line .title {
    float: left;
}

#ksshop_checkout .line .value,
#ksshop_cart_small .line .value {
    float: right;
}

.ruler {
    border: 0 #7FC31C solid;
    border-top-width: 1px;
}
#ksshop_cart_small {
    clear: both;
}

#ksshop_cart_small ol {
    margin: 0 0 0 8px;
    padding: 0;
}

#ksshop_cart_small li {
    margin: 0 0 0 10px;
    padding:0;
    font-size: 11px;
    line-height: 13px;
}

#ksshop_cart_small li .title,
#ksshop_cart_small li .value {
    font-size: 10px;
    float: none;
    display: inline;
}

#ksshop_cart_small li .subtotal {
    margin: 3px 0 0 0;
}
#ksshop_cart_small li .subtotal span {
    padding: 0 0 0 2px;
}

#ksshop_cart_small li .ksshop_cartFunctions {
    float: right;
    width: 100px;
}
#ksshop_cart_small li .ksshop_cartFunctions * {
    vertical-align: middle;
    font-size: 11px;
}

#ksshop_cart_small li .ksshop_cartFunctions form {
    display: inline;
}


#ksshop_cart_small li .subtotal .line,
#ksshop_cart_small li .subtotal .line .title,
#ksshop_cart_small li .subtotal .line .value,
#ksshop_cart_small li .subtotal {
    float: none;
    text-align: right;
    width: auto;
}

#ksshop_cart_small li .border {
    border: 0 #7FC31C solid;
    border-bottom-width: 1px;
    padding: 0 0 5px 0;
    margin: 0 0 5px -15px;
}


#ksshop_cart_small a.hint {
    padding: 0 0 0 15px;
    background: url('../img/horz.png') left -148px no-repeat;
    line-height: 15px;
    font-size: 11px;
}

.checkout input.submit {
    background: #009DBC;
    color: white;
    border: 0 none;
    padding: 3px 0.5em;
    font-size: 0.9em;
    line-height: 150%;
    float: right;
    margin-top: 15px;
}