.item--product-cat .item__title {
    height:70px;
    position: relative;
}

.item--product-cat .item__title a {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    height:60px;
}

.item--product-cat .item__title i {
    position: absolute;
    right:20px;
    bottom:30px;
}

.cookie-bar {
    opacity: 0.95;
    z-index: 999;
}

.cookie-bar p {
    padding: 10px 20px;
    margin-top: 10px;
}

.cookie-bar a {
    color: white;
    text-decoration: underline;
}

.cookie-bar {
    background-color: #0077a8;
    bottom: 0;
    color: #ffffff;
    display: none;
    font-family: Helvetica,Arial,sans-serif;
    left: 0;
    line-height: 1.2;
    padding: 1rem;
    position: fixed;
    right: auto;
    top: auto;
    width: 100%;
}

.cookie-bar .cookie-bar__btn {
    margin: 1rem 0 0;
}

button.cookie-bar__btn {
    background-color: #009cdd;
    color: #ffffff;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    margin-right: 10px;
    padding: 8px 13px;
    text-transform: capitalize;
    font-weight: bold;
}

button.cookie-bar__btn__black {
    background: #0077a8;
    opacity: 0.95;
    color: #fff;
    margin: 1rem 1rem 0 0;
    font-weight: bold;
}

.cookie-bar--visible {
    display: block;
}

@media screen and (min-width: 1020px) {
    .ideas-section .item__thumb {
        height: 260px;
    }
}

.more-articles .item {
    height: auto;
}

.item--default .more-articles-lead {
    max-height: 105px;
    min-height: 105px;
    overflow: hidden;
}

.item--default .item-other-article {
    max-height: 240px;
}

.item--default .item-other-article .item__title {
    max-height: 50px;
    overflow: hidden;
    min-height: 50px;
}

.item--default .item-other-article .item__lead {
    max-height: 105px;
    min-height: 105px;

}

.item--default .item-other-article .item__lead a {
    overflow: hidden;
    display: block;
    max-height: 105px;
}

div.map--markers .vendor-opening ul {
    line-height:15px;
    margin-top:0;
    margin-bottom:5px;
}

div.map--markers .vendor-opening p {
    margin-bottom:3px;
    margin-top:5px;
    color: #f57921;
}

form#contactform span.help-block {
    color:red;
}

.vendor-view-services ul li a img {
    max-width:30px;
    max-height: 30px;
    height:auto;
    opacity: 0.5;
    display:block;
    margin-right:15px;
    float:left;
    vertical-align:middle;
}

.vendor-view-services ul li a:hover img {
    opacity: 1;
}

.item--idea.item--mini {
    height: 260px;
}

.item--idea .play-mask {
    backface-visibility: hidden;
    display: inline-block;
    height: 77px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 77px;
}

.item--idea .play-mask i {
    color: #ffffff;
    font-size: 77px;
    opacity: 0.5;
}

.item--idea .play-mask * {
    transition: all 0.35s ease 0s;
}


.item--product .item__signtag {
    display: inline-block;
    margin: 0 2px 2px 0;
}

.item--product .item__signtag img {
    max-width:35px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
    position: relative;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: absolute;
    top: 8px;
    right: 10px;
    color: inherit;
    border: none;
    color: #fff;
    font-weight: bold;
    display: block;
    cursor: pointer;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d; }
.alert-success hr {
    border-top-color: #c9e2b3; }
.alert-success .alert-link {
    color: #2b542c; }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f; }
.alert-info hr {
    border-top-color: #a6e1ec; }
.alert-info .alert-link {
    color: #245269; }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b; }
.alert-warning hr {
    border-top-color: #f7e1b5; }
.alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442; }
.alert-danger hr {
    border-top-color: #e4b9c0; }
.alert-danger .alert-link {
    color: #843534; }

.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442; }
.alert-error hr {
    border-top-color: #e4b9c0; }
.alert-error .alert-link {
    color: #843534; }
.alert {
    overflow: hidden;
    text-align: center;
    padding: 5px;
    margin-bottom: 8px;
}
.alert .close {
    line-height: 14px;
}

.product__name a {
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}

.map--markers .marker__info {
    width: 205px;
}

@media screen and (min-width: 991px) {
    .page-cover--ideas {
        background-image: url('/img/cover-ideas.jpg');
    }

    .page-cover--video {
        background-image: url('/img/cover-category.jpg');
    }

    .page-cover--category {
        background-image: url('/img/cover-category.jpg');
    }

    .page-cover--search {
        background-image: url('/img/cover-search.jpg');
    }
}

.product-view__options .option__values li {
    margin: 0 10px 10px 0;
    padding: 3px 8px;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #eceff1;
}

.product-view__options .option__values li.selected {
    opacity: 1;
    border-color: #000;
}

.product-view__options .option__values li.disabled {
    opacity: 0.2;
    text-decoration: line-through;
    cursor: not-allowed;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

a#product-add-btn.disabled {
    background: #666;
    cursor: not-allowed;
}

a#product-add-btn.lock {
    background: #aaa;
    cursor: default;
}

.product-view__actions .buttons-set .tooltip i {
    line-height: 60px;
}

.request-store-list input[type="checkbox"] {
    display: none;
}

.request-store-list input[type="checkbox"]:checked + .panel {
    border-color: #7db34e;
}

.request-store-list input[type="checkbox"]:checked + .panel .panel-footer {
    background-color: #7db34e;
}

.page-cover__title h1 small {
    color: inherit;
    opacity: 0.5;
    font-size: 0.5em;
    display: block;
}

/* Responsivá tesszük a CKEditorból származó képeket. Úgy becsüljük, hogy ez a két feltétel elég */
.item__content p > img,
p > img[style] {
    max-width: 100%;
    height: auto !important;
}

.qty-input {
    width: 150px;
}

.qty-input::placeholder {
    color: lightgrey;
}

.magazine-list .item__title {
    height: 2em;
}

/* Csak az első 8 látszik! */
#partners > li:nth-child(n+9) {
    display: none;
}

dl.properties {
    margin-top: 2rem;
}

.footer {
    margin-top: 30px;
}

.request-store-list .panel-body {
    height: 135px;
}

@media screen and (max-width: 1019px) {
    .sub-menu--horizontal, .sub-menu--mini, .sub-menu-level-2 {
        display: none;
    }

    .active.open .sub-menu--horizontal, .active.open .sub-menu--mini, .active.open .sub-menu-level-2 {
        display: block;
    }
}

.properties.product-view__options dd {
    padding-bottom: 13px;
}
.social-links a img {
    height:16px;
    margin-right:10px;
}

.social-links a i {
    vertical-align: middle;
}

.color.color--fantasy {
    background: #ffff00;
    background: -moz-linear-gradient(45deg, #2285bcff 32%, #1ac668ff 32%, #1ac668ff 50%, #bd24ceff 50%, #bd24ceff 68%, #ef8c14ff 68%, #ef8c14ff 100%);
    background: -webkit-linear-gradient(45deg, #2285bcff 32%, #1ac668ff 32%, #1ac668ff 50%, #bd24ceff 50%, #bd24ceff 68%, #ef8c14ff 68%, #ef8c14ff 100%);
    background: linear-gradient(45deg, #2285bcff 32%, #1ac668ff 32%, #1ac668ff 50%, #bd24ceff 50%, #bd24ceff 68%, #ef8c14ff 68%, #ef8c14ff 100%);
}

#popup-modal .modal-dialog {
    margin: 12% auto 0 auto;
    width: 640px;
}

#popup-modal .modal-content {
    border-radius: 0;
    background-color: #e8e6e6;
    padding: 0;
}

#popup-modal .modal-content .popup-content {
    color: #000;
    display: flex;
}

#popup-modal .modal-content .popup-image {
    width: 37%;
    padding-right: 0;
    align-self: center;
}

#popup-modal .modal-content .popup-text {
    padding: 40px 20px 40px 50px;
    width: 63%;
}

#popup-modal .modal-content .popup-text h3 {
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
    line-height: 23px;
}

#popup-modal .modal-content .popup-text .popup-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

#popup-modal .modal-content .popup-text p {
    text-align: center;
    font-size: 16px;
}



#popup-modal .modal-content .popup-image img {
    max-width: 100%;
}

#popup-modal .modal-content .popup-text .popup-buttons a.popup-yes {
    background-color: #ff8200;
    color: #fff;
    font-weight: 600;
    padding: 8px 15px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
}
#popup-modal .modal-content .popup-text .popup-buttons a.popup-no {
    background-color: transparent;
    color: #888;
    padding: 8px 0 8px 5px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
}

@media (max-width: 650px) {
    #popup-modal .modal-dialog {
        max-width: 85%;
        margin: 12% 10px 0 30px;
    }
    #popup-modal .modal-content .popup-image {
        display: none;
    }
    #popup-modal .modal-content .popup-text {
        padding: 40px 20px 40px 20px;
        width: 100%;
    }
}
