@font-face {
    font-family: "MuseoSans-700";
    src: url("../fonts/MuseoSans-700.otf");
}


@font-face {
    font-family: "MuseoSans-500";
    src: url("../fonts/MuseoSans-500.otf");
}

@font-face {
    font-family: "MuseoSans-300";
    src: url("../fonts/MuseoSans-300.otf");
}

@font-face {
    font-family: "MuseoSans-100";
    src: url("../fonts/MuseoSans-100.otf");
}

@font-face {
    font-family: "MuseoSans-900Italic";
    src: url("../fonts/MuseoSans-900Italic.otf");
}
.monospace {
    width: 90px !important;
}

header {
    margin-top: 10px;
    margin-bottom: 10px;
}

header, nav {

    background-color: white !important;
    border: none;
    padding: 0px !important;
}

main {
    margin-top: 10px;
    background-color: #f3f4f6;
}

nav {
    margin-left: 12%;
    margin-right: 12%;
}

.navbar-brand {
    padding: 0px !important;
}

.navbar-brand img {
    height: 115px;
    width: 175px;
    border: none;
}

.navbar-brand a {
    height: 115px;
    width: 175px;
    border: none;
}

.width-control {
    max-width: 1280px;
}

.custom-toggler {
    float: right;
    margin-right: 30px;
    margin-top: 10px;
}

.custom-toggler .navbar-toggler-icon {

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(4, 103, 173)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border: 1px solid rgb(4, 103, 173);
}

.nav-item, .dropdown {
    margin-left: 35px;
}

.nav-item a {
    font-family: MuseoSans-500;
    color: #464646;
    font-size: 20px;
    line-height: 20px;

    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.dropdown {
    border: 1px solid rgb(4, 103, 173);
    border-radius: 10px;
    height: 40px;
    padding: 10px 20px 10px 20px;
}

.dropdown a {
    font-family: MuseoSans-300;
    color: rgb(4, 103, 173);
    font-size: 20px;
    line-height: 20px;
    padding-top: 0px !important;
}

.nav-item a:hover {
    text-decoration: none;
    border-bottom: 1px solid rgb(4, 103, 173);
    padding-bottom: 9px !important;
}

.dropdown a:hover {
    text-decoration: none;

}

/* General sizing */
ul.dropdown-lr {
    width: 300px;
}

/* mobile fix */
@media (max-width: 768px) {
    .dropdown-lr h3 {
        color: #eee;
    }

    .dropdown-lr label {
        color: #eee;
    }
}

.profileIcon {
    height: 20px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.addCartHeader {
    width: 110px;
    height: 40px;
    background: url('../images/cartIconButton.png') no-repeat left center #0467ad;
    background-position-x: 10px;
    color: #fff !important;
    font-family: "MuseoSans-500";
    padding-left: 38px;
    border-radius: 10px;
}
.addFridgeHeader {
    width: 155px;
    height: 40px;
    background: url('../images/cartIconButton.png') no-repeat left center #0467ad;
    background-position-x: 10px;
    color: #fff !important;
    font-family: "MuseoSans-500";
    padding-left: 38px;
    border-radius: 10px;
}

.addCartHeader:hover, .addCartHeader:active, .addCartHeader:focus, .addFridgeHeader:hover, .addFridgeHeader:active, .addFridgeHeader:focus {
    outline: none;
    text-decoration: none;
    box-shadow: none;

}

.card {
    border-radius: 10px !important;
}

.roundedCardHeader {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.productDetailsContainer .card-img-top {
    border-radius: 10px !important;
}

/***********Slider*************************/

.carousel {
    width:100%;
}

.sliderContainer {
    padding: 0px !important;
}

.carouselContent {
    position: absolute;
    width: 40%;
    right: 12%;
    bottom: 100px;
    font-family: MuseoSans-300;

}
.carousel-item img{
    width: 100vw;
}

.carousel-indicators .active {
    background-color: #0099dd;
}

.carouselContentH {
    font-family: MuseoSans-100;
    font-size: 50px;
    color: #464646;
    line-height: 60px;
    text-align: right;
    width: 100%;

}

.carouselContentP {
    margin-top: 20px;
    color: #9aa2a9;
    text-align: right;

}

.carouselContentButtons {
    text-align: right;
}

.carouselContentButtons a {
    display: inline-block;
    width: 215px;
    height: 50px;
    background-color: #9aa2a9;
    color: #fff;
    border-radius: 5px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    text-transform: uppercase;

}

.carouselContentButtons a:hover {
    background-color: #0467ad;
    text-decoration: none;
}

.carousel-control-next, .carousel-control-prev {
    width: 12% !important;
}

@media screen and (max-width: 1500px) {

    .carouselContentH {
        font-size: 35px;
        line-height: 45px;

    }

    .carouselContent {
        position: absolute;
        width: 35%;

    }

    .carouselContentButtons a {
        width: 200px;
        height: 50px;
        font-size: 18px;
        line-height: 50px;
        margin-top: 30px;
    }

}

@media screen and (max-width: 1100px) {

    .carouselContentH {
        font-size: 30px;
        line-height: 45px;

    }

    .carouselContent {
        position: absolute;
        width: 50%;
        right: 5%;

    }

}

@media screen and (max-width: 1025px) {

    .carouselContentH {
        font-size: 35px;
        line-height: 45px;

    }

    .carouselContent {
        position: absolute;
        width: 50%;
        bottom:50px;

    }

    .carouselContentP {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .carouselContentH {
        font-size: 30px;

    }

    .carouselContentButtons a {
        display: none;
    }

}

@media screen and (max-width: 500px) {
    .carouselContentH {
        display: none !important;
    }

    .carouselContentButtons a {
        display: none;
    }

}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #9aa2a9;
    border-radius: 2px;
}

.carousel-indicators li .active {
    background-color: #0467ad;
}

/*************************diagonal ares*******************************************/
.diagonalArea {

    background-image: url('../images/maci_bg.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    margin: 0;
    padding: 0;
    min-height: 500px;
    background-size: 100%;
    padding-top: 60px;
    padding-bottom: 200px;

}

.diagonalArea p {
    color: #9aa2a9;
    text-align: justify;

    padding-right: 50px;
}

.diagonalArea p span {
    font-family: MuseoSans-700;
}

.diagonalArea p span .upper {
    text-tansform: uppercase;
}

.diagonalArea img {
    width: 100%;

}

/****************************** Partner********************************/
.partners {
    min-height: 400px;
    margin-top: -180px;
    padding-top: 180px;

    background: url('../images/cloud.png') no-repeat top center;
    background-size: 100% auto;

}

.partners h2 {
    width: 100%;
    text-align: center;
}

.partners ul {
    text-align: center;
    margin-bottom: 95px;
    padding:0px;
}

.partners ul li {
    display: inline;
    margin-right: 40px;
}

.partners ul li:last-of-type {
    margin-right: 0px;
}

.partners .partnerContent {
    background-color: #fff;
}

/*******************************Rendelési felületek**********************/
.order {
    background: url('../images/feluletek_b.jpg');
    background-size: 100% 100%;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 50px;
}

.order h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 55px;
    color: #fff !important;
}

.caption {
    display: block;
    text-align: center;
}

.orderContent {
    text-align: center;
}

.order a {
    color: #fff;
}

.order a:hover {
    text-decoration: none;
}

.orderItem {
    margin-right: 70px;
}

.orderItem:last-of-type {
    margin-right: 0px;
}

.order figure figcaption {
    font-size: 22px;
    padding-top: 10px;
}
.order ul{
    list-style-type: none;
    padding:0px;
}
.order ul li{

    display: inline-block !important;
    margin-right: 40px;
}
.order ul li:last-of-type{
    margin-right: 0px;
}

/*******************************Footer********************************/
footer {
    min-height: 80px;
    background-color: #2a2f33;
    color:#fff;


}

footer ul {
    margin: 0;
    padding-left: 0px;
}

footer ul li {
    line-height: 80px;
    color: #929699;
    display: inline;
    float: left;
    padding-right: 20px;
}

footer ul li a {
    line-height: 80px;
    color: #929699;
    padding: 0px;
}

footer ul li a:hover {
    color: #fff;
    text-decoration: none;
}
.footerMargin{
    margin-bottom:15px !important;
}
/*******************************Forms**************************************/
.formH3 {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    font-family: MuseoSans-500 !important;
    font-size: 20px;
    color: #464646;
    width: 100%;
    text-align: left;

}

.form-group {
    margin-bottom: 10px !important;
}

.dropdown-menu {
    margin-top: 20px;
    width: 300px !important;
}
.buttonContainer{
    padding:0px;
}
.dropdown-menu input[type="submit"], .btn-success {
    width: 60%;
    float: right;
    font-family: MuseoSans-500 !important;
    line-height: 18px;
    background-color: #0467ad;
    border: solid 1px #0467ad;
}
.dropdown-menu input[type="button"], .btn-success {
    width: 60%;
    float: right;
    font-family: MuseoSans-500 !important;
    line-height: 18px;
    background-color: #0467ad;
    border: solid 1px #0467ad;
}

.dropdown-menu input[type="submit"]:hover, .btn-success:hover {
    background-color: #055186;
    border: solid 1px #055186;
    outline: none;
}
.dropdown-menu input[type="button"]:hover, .btn-success:hover {
    background-color: #055186;
    border: solid 1px #055186;
    outline: none;
}
.forgottenPass {

   background: #fff !important;
    font-family: MuseoSans-100 !important;
    float: left;
    text-align: center;
    border: none;
    color: #464646;
    font-style: italic;
    size: 12px;
    padding-left:0px;

}



.forgottenPass:focus, .forgottenPass:active , .forgottenPass:hover{
    color: #0467ad !important;
    border: none !important;
    background:#fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.signup {
    background: url('../images/signup.png') no-repeat left;
    font-family: MuseoSans-100 !important;
    float: left;
    text-align: center;
    padding-left: 30px !important;
    border: none;
    color: #464646 !important;
    font-style: italic;
    outline: none;
}
.signup:hover, .signup:active, .signup:focus{
    background: url('../images/signup_over.png') no-repeat left !important;
    border: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
    color: #0467ad !important;
}
.signupMobileMenu{
    text-align: left;
}
.dropdown-menu .col-lg-12{

}

.passwordItiner{
    margin-top:15px;
    color: #464646;
    font-family: "MuseoSans-700";
    text-align: justify;
}


input[type="text"], input[type="password"], input[type="email"], select, textarea {
    border: solid 1px #9aa2a9;
    border-radius: 5px;
    width: 100%;
    height: 34px;
}



.loggedinButtons {

    font-family: MuseoSans-300 !important;
    float: left;
    line-height: 35px !important;
    text-align: center;
    border: none;
    color: #464646;
    size: 12px;
}

.loggedinButtons i {
    margin-right: 15px;
}

.loggedinButtons:focus, .loggedinButtons:active, .loggedinButtons:hover {
    color: #0467ad !important;
    border: none !important;

    text-decoration: none !important;
    box-shadow: none !important;
}
.acceptText{
    color: #464646 !important;
    margin-top:15px;
    padding-left:0px!important;
}

/**********************************Termékek*************************/
.productElementContainer {
    margin: 0 !important;;
    padding: 0 !important;
    padding-right: 15px !important;
}

.productElement {
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    margin-bottom: 15px;

}
.categoryColor{

    height:40px;
    line-height: 40px;
    text-align: center;
    font-family: MuseoSans-900Italic;
    color:#fff;


    width:50px;
    height:50px;
    border: 1px solid ;
    border-radius: 50px;
    position:absolute;
    top:10px;
    left:10px;


}
.egyeb{
    background-color: RGBA(130,241,121,1);
}
.daralt{
    background-color: RGBA(243,231,39,1);
}
.jegpohar{
    background-color: RGBA(249,185,47,1);
}
.nagyhenger{
    border: 1px solid RGBA(231,45,48,1) ;
    background-color: RGBA(231,45,48,1);
}
.vegyes{
    background-color: RGBA(23,148,254,1);
}
.listContainer {
    padding-top: 15px;
}

.productElement img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

.card-body {
    padding: 10px;
}

.card-body p {
    margin-bottom: 10px !important;
    min-height: 25px;
}

.itemPriceOriginal {

    font-family: "MuseoSans-900Italic";
    color: #9aa2a9;
    font-size: 14px;
    text-align: right;
    text-decoration: line-through;
    min-height: 15px !important;

}
.itemPriceOriginal span {
    font-size: 10px;
}
.itemPrice {
    font-family: "MuseoSans-900Italic";
    font-size: 20px;
    color: #0467ad;
    text-align: right;

}

.itemPrice span {
    font-size: 24px;
}

.itemName {
    color: #464646;
    font-family: "MuseoSans-700";
    text-align: justify;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.itemNameNonEllipsis {
    color: #464646;
    font-family: "MuseoSans-700";
    text-align: left;
}

.itemNameNonEllipsis span {
    color: #464646;
    font-family: "MuseoSans-700";
    text-align: left;
}
.itemTitle {
    color: #464646;
    font-family: "MuseoSans-900Italic";
    font-size:24px;
    text-align: justify;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.itemName i{
    color:red;
    font-size:18px;
    font-weight: bold;
    font-style: italic;
}
.itemName span{
    font-family: "MuseoSans-500";


}
.blueSpan{
    font-family: "MuseoSans-900Italic" !important;

    color: #0467ad !important;
}
.itemName span.noSale{
    color:red;
    font-size:18px;
    font-weight: bold;
    font-style: italic;
}

.iceCount {
    width: 50px;
    height: 40px;
    color: #9aa2a9;
    border: solid 1px #dbdbdb;
    border-radius: 5px;
    line-height: 38px;
    padding-left: 5px;
    margin-right: 15px;
    margin-bottom:10px;
}


.iceCount::-webkit-inner-spin-button,
.iceCount::-webkit-outer-spin-button {
    opacity: 1;
    height: 50px;

}

.add-cart {
    width: 110px;
    height: 40px;
    background: url('../images/cartIconButton.png') no-repeat left center #0467ad;
    background-position-x: 10px;
    color: #fff;
    font-family: "MuseoSans-500";
    padding-left: 38px;
    border: solid 1px #0467ad;
}

.add-cart:hover, .add-cart:focus, .add-cart:active {
    background: url('../images/cartIconButton.png') no-repeat left center #055186 !important;
    background-position-x: 10px !important;
    border: solid 1px #055186 !important;
    outline: none !important;

}

.inactiveButton {
    width: 110px;
    height: 40px;
    background: url('../images/cartIconButton.png') no-repeat left center #9aa2a9;
    background-position-x: 10px;
    color: #fff;
    font-family: "MuseoSans-500";
    padding-left: 38px;
    border: solid 1px #9aa2a9;
}

.inactiveButton:hover, .inactiveButton:focus, .inactiveButton:active {
    background: url('../images/cartIconButton.png') no-repeat left center #9aa2a9 !important;
    background-position-x: 10px !important;
    border: solid 1px #9aa2a9 !important;
    outline: none !important;
}

.card-header {
    background-color: #fff;

}

.card-header:first-of-type {

}

.card-header h3 {
    font-family: "MuseoSans-500";
    font-size: 20px;
    color: #464646;

}

.card-header h5 button {
    font-family: "MuseoSans-500";
    font-size: 20px;
    color: #464646;
    border: 0;
    padding: 0;
}

.card-header h5 button:hover, .card-header h5 button:focus, .card-header h5 button:active {
    text-decoration: none;
    color: #464646;
    border: none;

}

.productSearch {
    background-color: #fafafa;
    color: #9aa2a9 !important;
}

.miniCartContainer {
   
    margin-bottom: 15px;

}

.mainContainer .miniCartContainer {
    margin-top: 0 !important;
    margin-bottom: 15px;
}

.productCategories {
    margin-top: 15px;
}

.productListContainer {
    padding-top: 110px;
}

.productListContainer .callerContainer {
    margin-top: 15px;
}

.refresh-cart {
    background-color: #0467ad;
}

.refresh-cart:hover, .refresh-cart:focus, .refresh-cart:active {
    background: #055186 !important;
    border: solid 1px #055186 !important;
    outline: none !important;
    box-shadow: none !important;
}

/************************************kapcsolatlista******************************/
.callerContainer {
    /*margin-top: 15px;*/

}

.callElement {
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.125);

}

.callElement:last-of-type {
    border: none;
}

.callElement a {
    font-family: "MuseoSans-500";
    color: #464646;
}

.callElement a:hover {
    ountline: none;
    border: none;
    color: #0467ad;
    text-decoration: none;

}

.callElement i {
    color: #0467ad;
}

/************************miniCart*************************/
.itemNameMiniCart {
    color: #464646;
    font-family: "MuseoSans-500";
    text-align: left;
    line-height: 16px;
    min-height: 16px !important;

}

.itemPriceMiniCart {
    font-family: "MuseoSans-900Italic";
    font-size: 16px;
    color: #0467ad;

}

.itemPriceMiniCart span {
    font-size: 16px;
}
.removeButton{
    display: inline-block;
    color: red;
    font-family: MuseoSans-500 !important;
    line-height: 30px;
    background-color: #fff;
    border: solid 1px red;
    font-size:16px;
    min-height: 30px;
    border-radius: 5px;

    height: 30px !important;
    text-align: center;
    width: 100%;
}
.removeButton:hover, .removeButtonn:active, .removeButton:focus {
    outline: none;
    color: #ffffff;
    text-decoration: none;
    background-color: red;
    border: solid 1px red;
}
.orderButton {
    display: inline-block;
    color: #fff;
    font-family: MuseoSans-500 !important;
    line-height: 30px;
    background-color: #0467ad;
    border: solid 1px #0467ad;
    font-size:16px;
    min-height: 30px;
    border-radius: 5px;

    height: 30px !important;
    text-align: center;
    width: 100%;

}

.orderButton:hover, .orderButton:active, .orderButton:focus {
    outline: none;
    color: #fff;
    text-decoration: none;
    background-color: #055186;
    border: solid 1px #055186;
}
.nextButton{
    display: inline-block;
    color: #fff;
    font-family: MuseoSans-500 !important;
    line-height: 30px;
    background-color: #0467ad;
    border: solid 1px #0467ad;
    font-size:16px;
    min-height: 40px;
    border-radius: 5px;

    height: 40px !important;
    text-align: center;
    width: 100%;
    min-width: 200px !important;
}
.prevButton{
    display: inline-block;
    color: #0467ad;
    font-family: MuseoSans-500 !important;
    line-height: 30px;
    background-color: #fff;
    border: solid 1px #0467ad;
    font-size:16px;
    min-height: 40px;
    border-radius: 5px;
    height: 40px !important;
    text-align: center;
    width: 100%;
    min-width: 200px !important;
}
.nextButton:hover, .nextButton:active, .nextButton:focus , .prevButton:hover, .prevButton:active, .prevButton:focus {
    outline: none;
    color: #fff;
    text-decoration: none;
    background-color: #055186;
    border: solid 1px #055186;
}

.remove-all {
    padding-top: 0px;
    margin-top: 15px;
}

.miniCartItem {
    border-top: solid 1px rgba(0, 0, 0, 0.125);
    padding-top: 30px;
    margin-left: 0px;
    margin-right: 0px;
}

.miniCartItemContainer {
    margin-top: 15px;
}

.remove-cart {
    background-color: transparent;
    color: red;
    border: none;
    outline: none;
    font-family: "MuseoSans-900Italic";
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.remove-cart:hover, .remove-cart:active, .remove-cart:focus {
    background-color: transparent !important;
    color: red !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.itemDeleteMiniCart {
    height: 30px !important;
    margin: 0px;
    padding: 0px;
}

/****************************productdetails*************************/
.productDetailsContainer {

    padding-top: 110px;
}

.productH1 {
    font-family: "MuseoSans-500";
    font-size: 32px;
    color: #0467ad;;
    margin-bottom: 30px;
}

.productDetailsContainer ul {

}

.textCardElement {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 1px #9aa2a9;
    background-position: left;
    background-position-x: 10px;
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 55px;
}

.textCardElement:last-of-type {
    margin-bottom: 15px;
}

.textCardElement p, .textCardElement span {
    line-height: 30px !important;
    min-height: 30px;
    margin-bottom: 0px !important;
}

.productH2 {
    margin-top: 60px !important;
}

.productDetailsContainer ul li {
    font-family: "MuseoSans-500";
    color: #0467ad;
}

.productDetailsContainer ul li span {
    color: #464646;
}

.productToCart {
    margin-bottom: 15px;
}

.itemPriceSmall {
    color: #0467ad;
    font-family: "MuseoSans-500";
    width: 100%;
    text-align: center;
}

.productDetailElement .itemPrice {
    width: 100%;
    text-align: center;
}

.orderRightSide {
    padding-left: 0px;
}

/******************************vevőkód hozzárendelése*********************/
.formContainer {
    padding-top: 0px;
    margin-bottom: 70px;
}

.formContainer .callerContainer {
    margin-top: 65px;
}

.formContainer h1 {
    margin-bottom: 30px;
}

.formContainer h2, h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #464646 !important;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px;
}

label {
    font-family: "MuseoSans-500";
    color: #9aa2a9;
    margin-top: 15px;

}

label span {
    color: #0467ad;
}

.formContainer input {
    font-family: "MuseoSans-500";
    color: #9aa2a9;
    padding-left: 15px;
}

.formContainer input[type="email"] {
    font-family: "MuseoSans-500";
    color: #9aa2a9;
    padding-left: 15px;
    width: 100%;
    border-radius: 5px;
}

.formContainer input[type="submit"] {

    color: #fff;
    font-family: MuseoSans-500 !important;

    line-height: 40px;
    background-color: #0467ad;
    border: solid 1px #0467ad;
    margin-top: 30px;
    min-height: 40px;
    border-radius: 10px;
    width: 200px;

}
.formContainer input[type="button"] {

    color: #fff;
    font-family: MuseoSans-500 !important;

    line-height: 40px;
    background-color: #0467ad;
    border: solid 1px #0467ad;
    margin-top: 30px;
    min-height: 40px;
    border-radius: 10px;
    width: 200px;

}

.formContainer input[type="submit"]:hover {
    background-color: #055186;
    border: solid 1px #055186;
}
.formContainer input[type="button"]:hover {
    background-color: #055186;
    border: solid 1px #055186;
}

.availableButton {
    display: inline-block;
    color: #fff;
    font-family: MuseoSans-700 !important;
    font-size: 20px;
    line-height: 40px;
    background-color: #0467ad;
    border: solid 1px #0467ad;
    margin-top: 30px;
    min-height: 40px;
    border-radius: 5px;
    width: 300px;
    height: 40px !important;
}

.formContainer .inactiveButton {
    width: 300px;
    min-height: 40px;
    background: #9aa2a9;
    line-height: 40px !important;
    color: #fff;
    font-family: "MuseoSans-500";
    padding-left: 0px;
    border: solid 1px #9aa2a9;
    border-radius: 5px;
}

.formContainer .inactiveButton:hover, .formContainer .inactiveButton:focus, .formContainer .inactiveButton:active {
    background: no-repeat left center #9aa2a9 !important;
    border: solid 1px #9aa2a9 !important;
    outline: none !important;
}

.form-check-label{
    color: #464646;
}
.acceptNewOrder{
    color: #464646;
}
.customerList {
    border-top: solid 1px rgba(0, 0, 0, 0.125);
    height: 100px;
    line-height: 100px;
    margin-left: 0px;
    margin-right: 0px;

}

.customerList:last-of-type {
    border-bottom: solid 1px rgba(0, 0, 0, 0.125);

}

.processingNotification {
    font-family: "MuseoSans-900Italic";
    color: #e4a73c;
    text-align: right;
}
 .selectedNotification {
    font-family: "MuseoSans-900Italic";
    color: green;
    text-align: right;
}

.setDefaultCardCodeContainer {
    text-align: right;
}

.selectButton {
    background-color: transparent;
    border: none !important;
    outline: none !important;
    font-family: "MuseoSans-900Italic";
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    color: #0467ad;
    box-shadow: none;
    outline: none;
    padding: 0px;
    text-align: right;
    cursor: pointer;
}

.editButton {
    background-color: #0467ad;
    border: solid 1px #0467ad !important;
    outline: none !important;
    border-radius: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    box-shadow: none;
    margin-bottom: 4px;
}

.editButton:hover, .editButton:focus, .editButton:active {
    background: #055186 !important;
    border: solid 1px #055186 !important;
    outline: none !important;
    box-shadow: none;

}

/******************************Kiszállítás***************************/
.personContainer {
    padding-top: 47px;

}

.personContainer p {
    min-height: 25px;
    height: 25px;
}

.personContainer h1 {
    margin-bottom: 20px;
}

.personElement {
    margin-bottom: 15px;

}

.personElement a {
    font-family: "MuseoSans-500";
    color: #464646;
}

.personElement .card-img-top {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.personElement a:hover {
    ountline: none;
    border: none;
    color: #0467ad;
    text-decoration: none;

}

.personElement i {
    color: #0467ad;
}

.personName {
    font-family: "MuseoSans-900Italic";
    font-size: 20px;
    color: #0467ad;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.regionName {
    color: #464646;
    font-family: "MuseoSans-500";
    text-align: justify;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/***************************Nagykosár*******************/
.cartContainer {
    padding-top: 110px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom:15px;

}

.productCart {
    margin-top: 60px;
    margin-bottom: 60px;
}

.cartContainer .callerContainer {
    margin-top: 0px;
}

.productCartElement {
    border-top: solid 1px rgba(0, 0, 0, 0.125);
    min-height: 100px;
    line-height: 100px;

}

.productCartElement:last-of-type {
    border-bottom: solid 1px rgba(0, 0, 0, 0.125);

}

.itemPriceCart {
    color: #0467ad;
    font-family: "MuseoSans-900Italic";
    width: 100%;
}

.itemPriceCartGrey {
    color: #464646;
    font-family: "MuseoSans-900Italic";
    width: 100%;
    text-align: center;
}

.alignedRight {
    text-align: right !important;
}

/*********************** Rendeléseim********************************/
.orderContainer select {
    margin-top: 15px;
    margin-bottom: 15px;
}

.orderContainer .card {
    margin-top: 15px;
    margin-bottom: 15px;
}

.orderContainer .card, .orderContainer .card-header {
    background-color: transparent;

}
.orderContainer .productElement{
    background-color: #fff;
}


.orderContainer .productCartElement {
    border: none;
    height: 80px;
    line-height: 80px;
}

.orderContainer .show {
    background-color: white;
}

.orderContainer .card-header {
    border-bottom: none !important;
}

.oneOrder {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;

}

/************************************************stepper*****************************************/
.progressBar {
    margin-bottom: 100px;
    margin-top: 60px;
}

ol.progtrckr {
    display: table;
    list-style-type: none;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    width: 100%;
    text-align: center;

}

ol.progtrckr li {
    display: table-cell;
    text-align: center;
    line-height: 2em;
    margin-bottom: 60px;

}

ol.progtrckr[data-progtrckr-steps="2"] li {
    width: 49%;
}

ol.progtrckr[data-progtrckr-steps="3"] li {
    width: 33%;
}

ol.progtrckr[data-progtrckr-steps="4"] li {
    width: 24%;
}

ol.progtrckr[data-progtrckr-steps="5"] li {
    width: 19%;
}

ol.progtrckr[data-progtrckr-steps="6"] li {
    width: 16%;
}

ol.progtrckr[data-progtrckr-steps="7"] li {
    width: 14%;
}

ol.progtrckr[data-progtrckr-steps="8"] li {
    width: 12%;
}

ol.progtrckr[data-progtrckr-steps="9"] li {
    width: 11%;
}

ol.progtrckr li.progtrckr-done {
    color: #464646;
    border-bottom: 4px solid #0467ad;
}

ol.progtrckr li.progtrckr-todo, ol.progtrckr li.progtrckr-todofirst {
    color: silver;
    border-bottom: 4px solid #dbdbdb;
}

ol.progtrckr li:after {
    content: "\00a0\00a0";
}

ol.progtrckr li:before {
    position: relative;
    bottom: -30px;
    float: left;
    left: 50%;
    line-height: 1em;
}

ol.progtrckr li.progtrckr-done:before {
    content:attr(data-step-count);
    color: white;
    background-color: #0467ad;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    border-radius: 50px;

}

ol.progtrckr li.progtrckr-donefirst:before {
    content: "1";
    color: white;
    background-color: #0467ad;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    border-radius: 50px;
}

ol.progtrckr li.progtrckr-donelast:before {
    content: "3";
    color: white;
    background-color: #0467ad;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    border-radius: 50px;
}

ol.progtrckr li.progtrckr-donefirst, ol.progtrckr li.progtrckr-donelast {
    color: #464646;
    border-bottom: 4px solid #0467ad;
}

ol.progtrckr li.progtrckr-todo:before {
    content: attr(data-step-count);
    color: rgba(0, 0, 0, .25);
    background-color: #dbdbdb;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    border-radius: 50px;
}

ol.progtrckr li.progtrckr-todofirst:before {
    content: "2" !important;

    color: rgba(0, 0, 0, .25);
    background-color: #dbdbdb;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    border-radius: 50px;
}

/***********************megrendelés**************/
.billing form {
    margin: 0;
    padding: 0;
}

.orderControls {
    text-align: right !important;
}

.orderControls .unknownProduct, .orderControls .unknownProduct:hover {
    background-color: #e4a73c !important;
    border: solid 1px #e4a73c !important;
}

.orderControls .refresh-cart {
    color: #fff;
    line-height: 40px;
    padding: 10px;
    border: solid 1px #0467ad;
    border-radius: 10px;

}

.orderControls .refresh-cart:hover {
    color: #fff;
    line-height: 40px;
    padding: 10px;
    border-radius: 10px;
    outline: none;

}

.orderControls .editButton {
    color: #fff;
    line-height: 40px;
    padding: 10px;
    border: solid 1px #0467ad;
    border-radius: 10px;

}

/************************Modal dialogs****************/
.modal-dialog h2 {
    margin-bottom: 15px;
}

.modal-dialog .btn-success {
    margin-top: 15px;
}

/**************************Kapcsolat*******************/
.contactContainer {
    margin-bottom: 60px;
}

.contactContainer .medveImg {
    width: 80%;
    margin-left: 10%;
}

.contactContainer .row:first-of-type {
    margin-top: 30px;
}

.contactContainer h1 {
    font-family: MuseoSans-700;
    margin-bottom: 30px;

}

.contactContainer p {
    font-family: MuseoSans-500;
    line-height: 20px;
}

.separatorP {
    margin-top: 30px;;
}

.map {
    min-height: 500px;
    height: 500px;
}

.blueContact {
    background-color: #0467ad;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.blueContact img {
    height: 30px;
    margin-right: 10px;
}

.blueContactElement {

    border-right: 1px solid #fff;
}

.blueContactElement:last-of-type {
    border-right: none;
}

.blueContactElement a, .blueContactElement a:hover, .blueContactElement a:active, .blueContactElement a:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
}

.mapContainer {
    margin-left: 0px;
    margin-right: 0px;
}
/*****************************kedvezmények**************/
.saleContainer h1{
    margin-bottom:30px;
}


/****************************************responzív css*************************************/
@media screen and (max-width: 1530px) {
    nav {
        margin-left: 6%;
        margin-right: 6%;
    }

    .nav-item, .dropdown {
        margin-left: 18px;
    }

    .dropdown {
        height: 40px;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .dropdown-menu {
        margin-left: -185px;
    }

    .partners {

        margin-top: -120px;
        padding-top: 120px;
    }
}

@media screen and (max-width: 1250px) {
    .addCartHeader {
        width: 60px;
        height: 60px;
        text-indent: -9999px;
        background-position-x: 18px;

    }
    .nav-item{
        height:60px;

    }
    .nav-item a{
        line-height: 50px;
        padding-bottom: 20px!important;
    }

    .dropdown a .dropdownText {

        display: none;
    }

    .dropdown {
        width: 60px;
        height: 60px;
        line-height: 40px;
        background-position-x: 18px;

    }

    .nav-item, .dropdown {
        margin-left: 15px;
    }

    .nav-item a {
        font-size: 18px;
    }

    .dropdown-menu {
        margin-left: -240px;
    }

    .diagonalArea {
        padding-bottom: 0;
        padding-top: 15px;
        min-height: 500px;
    }

    .diagonalArea p {
        padding-right: 5px;
        font-size: 14px;
    }

    .diagonalArea h1 {
        font-size: 35px;
    }

    .partners {

        margin-top: 0px;
        padding-top: 50px;
        background-color: #fff;
    }

}

@media screen and (max-width: 992px) {

    body {
        font-size: 16px;
    }

    nav {
        margin-left: 1%;
        margin-right: 1%;
    }

    h1 {
        font-family: MuseoSans-100;
        font-size: 30px;
        line-height: 30px;
    }

    h2 {
        font-family: MuseoSans-300;
        font-size: 24px;
        color: #464646;
        line-height: 24px;
        margin-bottom: 40px;
    }

    h3 {
        font-family: MuseoSans-300;
        font-size: 24px;
        line-height: 24px;
    }

    .navbar-brand img {
        width: 88px;
        height: 60px;
    }

    .nav-item a {
        font-size: 16px;
    }

    .nav-item, .dropdown {
        margin-left: 15px;
    }

    .productCartElement {
        line-height: 60px;
        height: 120px;
    }
    .customerList {
        line-height: 60px;
        height: 180px;
    }

    .setDefaultCardCode, .setDefaultCardCodeContainer, .processingNotification {
        text-align: right !important;
    }

    .diagonalArea {
        min-height: 400px;
    }
    .order ul li{


        margin-right: 25px;
    }

}

@media screen and (max-width: 768px) {
    .navbar-header {
        width: 100%;

    }

    .formContainer input[type="submit"] {
        width: 100%;
    }
    .formContainer input[type="button"] {
        width: 100%;
    }

    .nav-item {
        width: 100%;
        margin-left: 0px;
    }

    .nav-item a {
        display: block;
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
        border-bottom: 1px solid rgb(4, 103, 173);
        width: 100% !important;
    }

    .dropdown {
        border: 1px solid rgb(4, 103, 173);
        border-radius: 10px;
        height: 60px;
        padding: 10px 20px 10px 20px;
    }

    .dropdown a {
        font-family: MuseoSans-300;
        color: rgb(4, 103, 173);
        font-size: 20px;
        line-height: 40px;
        padding-top: 0px !important;
    }

    .nav-item a:hover {
        text-decoration: none;

        padding-bottom: 10px !important;
    }

    .addCartHeader {
        background: url('../images/cartIconButtonBlue.png') no-repeat left center #fff !important;
        padding: 26px;
        border-bottom: 1px solid rgb(4, 103, 173);
        color: rgb(4, 103, 173) !important;
        border-radius: 0px;
        text-indent: 0px;

        line-height: 40px !important;

    }

    .dropdown {
        width: 100%;
        padding: 0px;
        margin-left: 0px;
        border-radius: 0px;
        border: none;
        border-bottom: 1px solid rgb(4, 103, 173);
        padding-top: 10px;
        z-index: 1001;

    }

    .dropdownText {
        display: inline-block !important;
        text-indent: 0px;
        font-family: MuseoSans-500;
        font-size: 18px;
    }

    .dropdown-menu {
        margin-left: 0px;
        z-index: 1000;
    }

    .diagonalArea {
        background: #0467ad;
    }

    .diagonalArea h1 {
        color: #fff;
        font-size:30px;
    }
    .diagonalArea p {
        color: #fff;
        font-size:16px;
    }
    .partners ul li {
        display:block;
        margin-right: 0px !important;
    }

    .order ul li{

        display: block !important;
        margin-right: 0px !important;
    }
    .order figcaption{
        font-family: MuseoSans-300;
        font-size:20px !important;
    }

    .productElementContainer, .productDetailsContainer {
        padding-left: 15px !important;
    }

    .productDetailsContainer, .personContainer, .mainContainer, .orderContainer, .cartContainer {
        padding-top: 15px !important;
    }

    .productCart {
        margin-top: 0px;
        padding-top: 0px !important;
    }

    .personContainer {
        padding: 15px 15px 15px 15px;
    }

    .productListContainer {
        padding-top: 0px;
    }

    .blueContactElement {
        border-right: none;
        padding-top: 5px;
    }

    .contactContainer h1 {
        margin-top: 15px;
    }

    .contactContainer img:first-of-type {
        width: 70%;
        margin-left: 15%;
    }

    .selectButton {
        width: 100px;
    }

    .setDefaultCardCode, .setDefaultCardCodeContainer, .processingNotification, .customerCardCode {
        text-align: right !important;
    }

    footer ul li{
        display: block !important;
    }

    .col-sm-4 {
        width: 33% !important;
    }

    .col-sm-2 {
        width: 16.66% !important;
    }

    .col-sm-6 {
        width: 50% !important;
    }

    .col-xs-10, .col-sm-10 {
        width: 83.33% !important;
    }

    .col-sm-8, .col-xs-8 {
        width: 66.66% !important;
    }
    .col-sm-12, col-xs-12{
        padding-left:0px!important;
        padding-right:0px!important;
    }

}
.ice-map{
    width: 100%;
    height: auto;
}