body{
    background-color: #f7f7f7;
}

.monospaced { font-family: 'Ubuntu Mono', monospaced ; }

.topheader{
    background-image: url("topheaderbg.png");
    height: 105px;
}

.navbar-brand{
    padding: 0;
}

.brand-name{
    font-family: 'Playfair Display SC', serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 69px;
}

.termeszetes{
    font-family: 'Allura', cursive;
    font-size: 28px;
    line-height: 36px;
    margin-left: 120px;
    color: #5b4432;
}

.topmenu{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.topmenu a{
    color: #555555;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.topmenu a:hover{
    color: #a97c50;
}

.topmenu_bottom{
    line-height: 36px;
    font-family: 'Open Sans', sans-serif;
    color: #555555;
}

.topmenu_bottom a{
    color: #555555;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

.topmenu_bottom a:hover{
    color: #a97c50;
}

.navbar-default{
    background-color: #4147B5;
}

.navbar-default .navbar-nav>li>a{
    color: white;
}

.navbar{
    border: 0px;
    border-radius: 0;
}

.shop-top-nav{
    /*background-color: #1d3d8e;*/
    background-color: #f5f5f5;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #9d9d9d;
    font-weight: bold;
}

.add-to-cart .btn-qty {
    width: 52px;
    height: 46px;
}

.add-to-cart .btn { border-radius: 0; }

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover{
    background-color: #3863cd;
}

.shop-container{
    margin-top: 180px;
}

.shop-container .row .shop-panel{
    margin-top: 0px;
}

.shop-leftCategory-mainCategory{
    text-decoration: none;
}

.shop-leftCategory-mainCategory:hover{
    text-decoration: none;
}

.shop-leftCategory-mainCategory:focus{
    text-decoration: none;
}

.shop-panel-fooldal-marka-fejlec{
    background-color: #3863cd;
    color: white;
    text-align: center;
    font-weight: bold;
}

.shop-panel-fooldal-marka-body{
    background-color: #D2DAED;
}

.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*border: 1px solid #D2DAED;*/
    border-radius: 0.25rem;
    margin-bottom: 10px;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
    min-height: 4rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    max-height: 150px;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    cursor: zoom-in;
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-group .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }
    .card-group .card:only-child {
        border-radius: 0.25rem;
    }
    .card-group .card:only-child .card-img-top {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .card-group .card:only-child .card-img-bottom {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {
        border-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.shop-card-img-div{
    height:150px;
}

.shop-card-img-div img{
    max-width: 100%;
}

.shop-product-image{
    max-width: 100%;
    cursor: zoom-in;
}

.product-img-top{
    width: 100%;
}

.shop-category-price{
    font-weight: bold;
    font-size: 1.4em;
    color: #1d3d8e;
}

.shop-leftCategory-link{
    text-decoration: none;
    color: #1d3d8e;
}

.shop-leftCategory-link:hover{
    text-decoration: none;
}


.copyright{
    background-color:#f0f0f0;
}

.copyright p{
    margin:15px 0px;
}

footer{
    /*background-color: #1d3d8e;*/
    background-color: #f5f5f5;
    padding: 60px 0px;
}

footer .menu li a{
    color:#b1aca1;
    padding:10px;
    text-decoration:none;
}

footer .menu li a:hover{
    color:#7dabdb;
}

.fa.fa-facebook , .fa.fa-dropbox, .fa.fa-flickr , .fa.fa-github , .fa.fa-linkedin ,.fa,fa-tumblr ,.fa.fa-google-plus , .fa.fa-tumblr {
    color:#b1aca1;
    font-size:20px;
    padding:10px;
}

.fa.fa-facebook:hover , .fa.fa-dropbox:hover , .fa.fa-flickr:hover  , .fa.fa-github:hover  , .fa.fa-linkedin:hover  ,.fa,fa-tumblr:hover  ,.fa.fa-google-plus:hover  , .fa.fa-tumblr:hover  {
    color:#6794c2;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}