@font-face {
    font-family: 'mulibold';
    src: url('../fonts/Muli/muli-bold-webfont.woff2') format('woff2'), url('../fonts/Muli/muli-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'muli';
    src: url('../fonts/Muli/muli-regular-webfont.woff2') format('woff2'), url('../fonts/Muli/muli-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'mulisemibold';
    src: url('../fonts/Muli/muli-semibold-webfont.woff2') format('woff2'), url('../fonts/Muli/muli-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-size: 12px;
    font-family: 'muli';
}

a,
a:hover,
a:active,
a:visited,
a:focus {
    font-family: 'muli';
    text-decoration: none;
    color: #4c4c4c;
    cursor: pointer;
}

p {
    font-size: 12px;
    font-family: 'muli';
    color: #5f5f5f;
}

.topbanner {
    height: 30px;
    background-color: rgb(239, 239, 236);
    font-size: 10px;
    font-family: 'muli';
    z-index: 1040;
}

.topbanner .container-fluid,
.topbanner .container-fluid .row {
    height: 30px;
}

.rightp,
.leftp,
.mainp {
    color: #4c4c4c;
    height: 100%;
    font-family: 'muli';
    font-size: 12px;
    padding: 6px 20px;
}

.rightp p {
    float: right;
    padding-left: 20px;
}

.leftp a {
    float: left;
    padding-right: 20px;
}

.leftp a:hover {
    text-decoration: none;
}

.mainp {
    text-align: center;
}

.navbar {
    background-color: #fff;
    top: 30px;
    transition: linear .5s all;
}

.navbar.none {
    top: -60px;
}

.brand {
    text-align: center;
}

.brand a {
    font-family: 'Playfair Display', serif;
    text-align: center;
    padding-top: 19px;
}

.brand a {
    font-size: 48px;
    color: #000;
    margin: 0px;
    padding: 0px;
}

.title {
    padding: 0 5px;
    height: 90px;
}

.socials,
.brand,
.logger {
    height: 100%;
}

.socials p {
    float: left;
    margin-right: 12px;
}

.socials i {
    margin-right: 9px;
}

.socials {
    padding-top: 35px;
}

.logger img {
    height: 30px;
    float: right;
    margin-left: 18px;
}

.logger {
    padding-top: 27px;
}


/*FOOTER*/

#footer {
    background-color: #fff;
    padding: 0px;
    padding-top: 5px;
}

#footer #mainfooter {
    background-color: #efefec;
    bottom: 40px;
}

.footerList li a {
    color: #5f5f5f;
    font-size: 12px;
    font-family: 'muli';
}

.footerList li a:hover {
    text-decoration: none;
}

#mainfooter h3 {
    color: #5f5f5f;
    font-size: 16px;
    font-family: 'mulibold';
    text-transform: uppercase;
    margin: 10px 0px;
}

#mainfooter>.container {
    width: 950px;
}

#footer>.container {
    text-align: center;
}

#copyright {
    text-align: center;
    font-family: 'muli';
    bottom: 0px;
    height: 40px;
    background-color: #5f5f5f;
}

#copyright p {
    font-size: 12px;
    color: #fff;
    padding: 11px;
    margin: 0px;
}

#footer h2 {
    font-family: 'mulisemibold';
    font-size: 24px;
    color: #5f5f5f;
}

#footer .form-group input {
    width: 400px;
    height: 47px;
}

.sub {
    text-align: center;
}

.subbut {
    height: 47px;
    background-color: #efefec;
    border-radius: 0px;
    border: 1px solid #8b8b8b;
    font-size: 16px;
    font-family: 'muli';
    vertical-align: bottom;
}

.subbut:hover {
    background-color: #8b8b8b;
    color: #e9e9e6;
}

.subbut:active {
    background-color: #5f5f5f;
    color: #e7e7e4;
}

#footer .form-check.input {
    visibility: hidden;
}

#footer .col-sm-5 {
    padding-left: 5px;
}

.footerList {
    list-style: none;
    padding-left: 0;
}

.footerList li {
    margin-bottom: 15px;
}

.sub {
    margin-bottom: 30px;
}

.sub form {
    width: 574px;
    margin: auto;
}

.sub form div {
    display: inline-block;
}

.checkboxdiv input {
    display: none;
}

.form-check-label {
    margin-left: 21px;
    font-family: 'muli';
    font-size: 12px;
    font-weight: normal;
    padding: 2px;
}

.customcheck {
    height: 11px;
    width: 11px;
    border: 1px solid #5f5f5f;
    position: absolute;
    background-color: #fff;
    top: 4px;
}

.form-group input::-webkit-input-placeholder {
    font-size: 16px;
}

.form-group input::-moz-placeholder {
    font-size: 16px;
}

.form-check input:checked+.customcheck::after {
    position: absolute;
    background-image: url(../img/pipa.png);
    background-repeat: no-repeat;
    content: '';
    height: 15px;
    width: 12px;
    left: -1px;
    top: -5px;
}

.checkboxdiv {
    position: relative;
}

.info {
    margin: 40px 45px;
}

.info img {
    height: 30px;
    width: auto;
}

.info .col-sm-4 img {
    float: left;
    padding-right: 20px;
}

.info a,
.info a:active:hover:focus:visited {
    color: #5f5f5f;
    font-family: 'muli';
    font-size: 16px;
    text-decoration: none;
}


/*ERROR PAGE*/

.err404 {
    text-align: center;
    margin-top: 65px;
    margin-bottom: 140px;
}

.err404 h1 {
    font-weight: bold;
    font-size: 50px;
}

.err404 h2 {
    font-size: 30px;
}

.err404 img {
    height: 85px;
    width: 85px;
}

.err404 a {
    text-decoration: underline;
}


/*MENU*/

.mynavbar {
    font-size: 14px;
}

.mynavbar li a {
    padding-right: 60px;
    padding-left: 30px;
}

.search img {
    height: 10px;
    width: 10px;
}


/*SEARCH BOX*/

.search button {
    background: transparent;
}

.searchbox {
    position: relative;
}

.search span {
    position: relative;
    top: -32px;
    left: 170px;
    display: inline-block;
}

.search input,
search input:focus {
    border: none;
}

.modal-body {
    width: 500px;
}

.loginTabs {
    position: absolute;
    background: #fff;
    display: none;
}

.loginTabs.active {
    display: block;
}

.modal-body .modalTabWrapper {
    border-top: 1px solid #fafaf9;
    position: relative;
}

.modal-dialog.modal-md {
    width: 502px;
}

.col-sm-6.switch {
    padding: 13px;
    text-align: center;
    font-size: 16px;
    font-family: 'muli';
    height: 49px;
    cursor: pointer;
}

.loginTabs {
    width: 500px;
    left: -5px;
    padding: 50px;
}

.loginTabs input {
    height: 47px;
    border: 1px solid #d8d8d8;
    margin-bottom: 10px;
}

.normalButton {
    border: 1px solid #d8d8d8;
    margin-bottom: 10px;
    background: #efefef;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    border: 1px solid #d3d3d3;
    color: #5f5f5f;
}

.loginTabs .normalButton {
    width: 400px;
    height: 47px;
}

.loginTabs .normalButton,
#regTab #regSubmit {
    width: 400px;
    height: 47px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#loginTab p {
    text-align: right !important;
    margin-top: 5px;
}

#loginTab .forgotten-pw {
    text-decoration: underline;
}

#loginTab .loginSpacer {
    text-align: center !important;
    font-size: 14px;
}

#loginmodal {
    font-family: 'muli';
    color: #5f5f5f;
}

.switch.active {
    border-bottom: 3px solid #949494;
}

.col-sm-6.switch.reg {
    border-right: 1px solid #fafaf9;
}

.searchbox .form-control {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 17px;
    margin-right: 25px;
    border-bottom: 1px solid #5f5f5f;
    width: 200px;
}

.search button:active,
.search button {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search {
    height: 50px;
}


/*PRODUCT TILE*/

.prod-text {
    height: 55px;
}

.talalat {
    padding: 0px 5px;
}

.prodbrand,
.prodname,
.prodbrand:hover,
.prodname:hover {
    font-size: 14px;
    color: #5f5f5f;
    float: left;
    font-family: 'Open Sans', sans-serif;
}

.prodbrand {
    text-transform: uppercase;
}

.prodname {
    text-transform: none;
}

.kereso_eredeti_ar,
.kereso-normal-ar {
    float: right;
    font-size: 14px;
    color: #5f5f5f;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    font-weight: 700;
}

.kereso_akcios_ar {
    float: right;
    font-size: 14px;
    color: #f00;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0px;
}

.prod-text>div {
    height: 25.5px;
}

.prod-text .brandiv {
    height: 20px;
}

.img-box {
    position: relative;
}

.meretek {
    display: none;
    height: 90px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    bottom: 100px;
    position: absolute;
    z-index: 1;
}

.prod:hover .meretek {
    display: flex;
    justify-content: center;
}

.meretek h3 {
    font-size: 14px;
    color: #5f5f5f;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 10px;
}

.sizeslist li div {
    height: 25px;
    border: 1px solid #8b8b8b;
    margin: 5px;
    color: #5f5f5f;
    background: #efefec;
    text-align: center;
    padding: 3px;
    min-width: 27px;
}

.sizeslist {
    list-style: none;
    display: inline-block;
    padding: 0px;
    max-width: 80%;
    position: absolute;
    margin-top: 30px;
}

.sizeslist li {
    float: left;
}

.sizeslist a,
.sizeslist a:hover,
.sizeslist a:active {
    width: 50%;
    margin: 3px auto;
    text-decoration: none;
    color: #4c4c4c;
}

nav .dropdown-menu {
    position: fixed;
    top: 170px;
    left: 5px;
    width: 100%;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

nav .dropdown-menu {
    top: 170px;
}

nav .smallHeader .dropdown-menu {
    top: 90px;
}

.heart {
    position: absolute;
    height: 35px;
    width: 35px;
    right: 10px;
    bottom: 10px;
    border-radius: 17px;
    background: #fff url("../img/icons/heart_gray.svg");
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.heart.selected {
    background: #fff url("../img/icons/heart_red.svg");
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
}

nav .subCategory {
    position: fixed;
    top: 170px;
    left: 20%;
}

nav .subCategory {
    position: fixed;
    top: 171px;
    left: 33%;
    display: none;
    padding: 15px 0;
}

.megaMenu {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

nav .smallHeader .subCategory {
    top: 97px;
}

nav .dropdown-menu li {
    list-style-type: none;
}

.megaMenu>ul {
    padding: 0 !important;
}

.mynavbar li a.midCategory {
    display: block;
    padding-left: 115px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: uppercase;
}

li.active .midCategory span {
    border-bottom: 3px solid #5f5f5f;
}

.megaMenu .active .subCategory {
    display: block;
}

.navbar .open .dropdown-toggle span {
    border-bottom: 3px solid #5f5f5f;
}

.dropdown-menu {
    box-shadow: none;
}

nav .dropdown-menu li {
    list-style-type: none;
}

.megaMenu>ul>li {
    width: 27%;
}

.midCategory {
    width: 280px;
    padding-right: 0 !important;
}

.midCategory i {
    float: right;
    display: none;
}

li.active>.midCategory i {
    display: inline-block;
}

nav {
    overflow: hidden;
    border-bottom: 1px solid #fafaf9;
}

.navbar-nav>.dropdown>a {
    text-transform: uppercase;
}

.topbanner.navbar-fixed-top {
    z-index: 1035;
}

.kereso-cimsor {
    width: 100%;
    float: left;
}

.product-toolbar {
    margin-bottom: 40px;
}

.filterContainer {
    width: 100%;
    float: left;
}

.custom-select {
    width: 100% !important;
    padding: 5px;
}

.custom-select select {
    width: 100%;
    height: 30px;
    padding-left: 7px;
}

#propertyFilter {
    margin: 0;
}

#deleteFilters {
    height: 25px;
    background: #5f5f5f;
    color: #fff;
    border: 1px solid #a3a3a3;
    margin-right: 7px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.activeFilter {
    height: 25px;
    background: #fff;
    border: 1px solid #d3d3d2;
    color: #5f5f5f;
    margin-right: 10px;
}

#deleteFilters:hover {
    background: #8b8b8b;
    border-color: #8b8b8b;
}

#deleteFilters:active {
    background: #fff;
    color: #5f5f5f;
    border-color: #5f5f5f;
}

.activeFilter:hover {
    background: #8b8b8b;
    border-color: #8b8b8b;
    color: #fff;
}

.activeFilter:active {
    background: #5f5f5f;
    border-color: #5f5f5f;
    color: #fff;
}

#loginmodal a {
    text-decoration: underline;
}

.input-error,
.checkboxdiv .input-error+label {
    border: 1px solid red !important;
}

@media (max-width:959px) {
    #desktopMenu {
        display: none;
    }
    #mobile-menu {
        display: block;
    }
    #mobileMenu {
        display: block !important;
    }
    #mobile-menu {
        position: fixed;
        background: #fff;
        z-index: 1040;
        top: 0px;
        width: 360px;
        left: -360px;
        transition: left 0.6s ease-in-out;
    }
    #mobile-menu.open {
        left: 0;
    }
    .mobileMenuTop {
        width: 100%;
        background: #efefec;
        overflow: hidden;
        height: 30px;
    }
    #mobileMenu li {
        float: none !important;
        list-style-type: none;
    }
    .secondLevel {
        position: absolute;
        width: 360px;
        background: #fff;
        z-index: 1051;
        left: 360px;
        height: 100vh;
        top: 0;
        transition: left 0.6s ease-in-out;
    }
    #mobileMenu {
        height: 100vh;
        width: 360px;
        overflow-y: scroll;
    }
    #mobileMenu {
        width: 100%;
    }
    #mobileMenu ul {
        width: 360px;
    }
    .mMBtn {
        width: 100%;
        display: block;
        border-bottom: 1px solid #fafaf9;
        padding: 25px 10px !important;
        color: #5f5f5f;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px;
        cursor: pointer;
        position: relative;
    }
    #mobileMenu li {
        width: 100%;
        padding: 0 10px;
    }
    .hasChild.mMBtn::after {
        content: '';
        height: 0px !important;
        border-left: 6px solid #636363;
        width: 0px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        display: block;
        position: absolute;
        top: 30px;
        right: 20px;
    }
    .secondLevel.active {
        left: 0;
        transition: left 0.6s ease-in-out;
    }
    .middleCat {
        padding: 0;
    }
    .subCat {
        position: absolute;
        top: 0;
        left: 360px;
        transition: left 0.6s ease-in-out;
    }
    .subCat.thirdLevel.active {
        left: 0;
    }
    .secondLevel,
    .thirdLevel {
        height: 100vh;
        overflow-y: scroll;
        background: #fff;
        z-index: 1061;
    }
    .closeMobileMenu {
        padding: 7px 20px;
        font-weight: bold;
        cursor: pointer;
    }
    .fas.fa-arrow-left {
        padding: 9px 18px;
        cursor: pointer;
    }
    .actualCategory {
        position: absolute;
        left: 50%;
        padding: 6px;
        transform: translateX(-50%);
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
    }
    .secondLevel.men {
        top: -71px;
    }
    .subCat.thirdLevel {
        padding: 0;
    }
}

#darkLayer.active {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 1036;
    display: block !important;
}

.col-sm-12.morzsa a:first-of-type .fa-angle-double-right {
    display: none;
}

.morzsa {
    font-size: 12px;
    color: #5f5f5f;
    padding-top: 28px;
}

.fas.fa-angle-double-right {
    color: #5f5f5f !important;
    margin-right: 5px;
    margin-left: 2px;
    font-size: 9px;
}

.morzsa h1 {
    font-size: 24px;
    font-family: 'muli';
    color: #5f5f5f;
    margin-top: 15px;
    text-transform: uppercase;
}

.col-sm-12.ertesites-blokk p {
    color: red !important;
}

#recaptchaBox {
    margin-bottom: 10px;
}

#content-wrapper {
    min-height: calc(100vh - 644px);
}

.tabs {
    position: absolute;
}

.miniProductImg,
.miniProductDetails {
    float: left;
    position: static !important;
}

.tabs {
    display: none;
}

.miniProductImg img {
    width: 60px;
    height: auto;
}

.miniProductDetails h3,
.miniProductDetails h4 {
    font-family: 'Open Sans', sans-serif;
}

.miniProductDetails h3 {
    font-size: 14px;
    color: #5f5f5f;
    float: left;
    display: block;
    margin: 0;
}

.miniProductDetails div span.remove-cart-btn {
    float: right;
    display: block;
}

.miniProductDetails h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.miniProduct {
    overflow: hidden;
    padding: 10px 0;
    color: #5f5f5f;
    border-bottom: 1px solid #efefec;
}

.miniProductDetails {
    width: 250px;
    padding-left: 10px;
    position: relative !important;
    height: 90px;
}

.miniProductDetails>div {
    width: 100%;
    overflow: hidden;
}

.miniProductDetails table {
    width: 100%;
}

.miniPrice {
    text-align: right;
}

.miniSize {
    font-size: 10px;
}

.miniPrice {
    font-family: 'mulibold';
}

.graybutton {
    width: 100%;
    height: 40px;
    border: 1px solid #8b8b8b;
    background-color: #666;
    color: #fff;
    height: 47px;
    font-size: 16px;
    font-family: 'mulibold';
    border-radius: 0;
}

.miniCartBottom {
    position: absolute;
    bottom: 0;
}

.miniCartBottom {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 310px;
}

#minicart .summary-row {
    text-align: center;
    font-size: 14px;
    padding-bottom: 10px;
    color: #5f5f5f;
}

#minicart .summary-row p {
    font-size: 14px;
}

#csempe .grid-item {
    padding: 7px;
}

#csempe {
    margin-bottom: 30px;
}

.logger div {
    position: relative;
    float: right;
}

.bubble {
    position: absolute;
    right: -4px;
    background: #5f5f5f;
    color: #fff;
    padding: 1px 8px;
    height: 18px;
    border-radius: 9px;
    top: -4px;
    font-size: 11px;
}

#logoutBtn {
    float: right;
}

#loggedInAs {
    float: right;
    padding-right: 20px;
}

.profileTabs {
    position: relative;
}

.profileTabs>div {
    display: none;
}

.profileTabs>div.active {
    display: block;
}

.profileTabs .form-horizontal .form-group {
    margin: 0;
}

.lastProducts .miniProduct .listHeart {
    left: 7px;
    bottom: 0px;
    border: none;
}

#desktopMenu {
    overflow: visible;
}

.lastProducts {
    height: calc(100vh - 115px);
    overflow-y: auto;
}

.productsCol {
    height: calc(100vh - 107px);
    position: relative;
}

.col-md-12.leftinput {
    padding-right: 15px;
}

.dateSelect .input-group-addon {
    border: none;
}

.form-control.input-sm {
    border-radius: 0;
    border: 1px solid #8b8b8b;
    width: 83px;
    height: 47px;
}

.dateSelect .input-group-addon {
    width: auto;
}

.logger>div {
    width: 48px;
}

#pp-select-postapont {
    height: unset;
}

#postaPontApi-inner form div#pp-select-container {
    width: 446px;
}

#deliveryCity.loading {
    background: url(../img/ajax-loader.gif);
    background-repeat: no-repeat;
}

#deliveryCity.loading,
#invoiceCity.loading {
    background: url(../img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: 15px;
    padding-left: 40px;
}

#mplPostcodeWrapper input {
    padding-left: 10px;
    width: 178px;
}

#mplPostcodeWrapper {
    line-height: 40px;
    padding: 20px 0 20px;
    font-size: 15px;
}

#postaPontApi-inner form div#pp-select-container {
    width: 445px !important;
}

#postaPontApi-inner form div#pp-select-container {
    padding: 0px 5px 1px 7px !important;
}

#avModal {
    z-index: 1101;
}

#tosModal {
    z-index: 1102;
}

#nlModal {
    z-index: 1103;
}

.modal-content {
    max-height: 80vh;
    overflow-y: auto;
}

.modal-body {
    width: 100%;
    padding: 20px;
}

#loginmodal .modal-content {
    overflow: visible;
}

.redText {
    color: #f00 !important;
}

.redText::placeholder {
    color: #f00;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #222 !important;
}

.input-error.form-control:focus {
    border-color: #f00 !important;
}

.nextPage.btn.btn-default,
.prevPage.btn.btn-default {
    border: none;
    text-transform: uppercase;
    color: #5f5f5f;
    font-size: 12px;
}

.pagination {
    display: flex;
    align-items: center;
}

.pagination .page-item .page-link {
    width: 20px;
    height: 20px;
    border-radius: 0;
    padding: 2px;
    font-size: 11px;
    border: 1px solid #8b8b8b;
    color: #5f5f5f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
}

.pagination .page-item.active .page-link {
    background: #8b8b8b;
    color: #fff;
}

.pagination .pagi-text>a {
    border: unset;
    color: #5f5f5f;
    text-transform: uppercase;
    padding: 0;
}

.pagination .pagi-text.prev>a {
    margin-right: 10px;
}

.pagination .pagi-text.next>a {
    margin-left: 10px;
}

.nextPage.btn.btn-default:hover,
.prevPage.btn.btn-default:hover,
.nextPage.btn.btn-default:focus,
.prevPage.btn.btn-default:focus,
.nextPage.btn.btn-default:active,
.prevPage.btn.btn-default:active {
    background: transparent;
    box-shadow: none;
}

.paginationWrapper>span {
    margin-left: -4px;
    font-size: 12px;
    display: block;
    float: left;
}

.mobileMenuTop .fa-arrow-left {
    padding: 8px;
}

.list.row {
    clear: both;
    padding: 10px;
}

.filterBtns {
    width: 100%;
    clear: both;
}

.lastProducts .listHeart {
    border-radius: 18px;
    border: 1px solid #ccc !important;
    display: block;
}

.btn.btn-default.page {
    display: none;
}

.btn.btn-default.page.vsbl {
    display: inline-block;
}

.btn.btn-default.page.alwaysvsbl {
    display: inline-block;
}

@media (max-width: 639px) {
    #hamburger,
    .minisearchbut {
        width: 21px;
    }
    .col-xs-3.col-sm-3.socials {
        padding-left: 11px;
    }
    .logger>div {
        width: 35px;
    }
    .sawtab.active,
    .favorittab.active,
    .shoppingtab.active {
        width: 290px;
    }
    #minicart {
        padding: 0;
        width: 290px;
    }
    .miniCartBottom {
        width: 290px;
    }
    .lastProducts {
        height: calc(100vh - 115px);
        overflow-y: auto;
        margin-top: 0px;
        padding-left: 0;
        padding-right: 20px;
    }
    #mobileMenu ul {
        width: 320px;
    }
    #mobile-menu {
        width: 320px;
        left: -320px;
    }
    #mobile-menu .navbar-nav {
        margin: 0;
    }
    .prevPage.btn.btn-default,
    .nextPage.btn.btn-default {
        display: none !important;
    }
    .modal-dialog.modal-md {
        width: 310px;
    }
    .col-sm-6.switch {
        width: 135px;
    }
    .loginTabs {
        width: 308px;
        left: -5px;
        padding: 50px;
    }
    .col-sm-6.switch.reg,
    .col-sm-6.switch.login {
        position: static;
        width: 50%;
        float: left;
        margin: 0;
    }
    .modal-body {
        padding-top: 0;
    }
    .loginTabs {
        padding: 30px 9px;
    }
    .btn.loginBtn.normalButton {
        width: 290px;
    }
    .modal-dialog.modal-md {
        margin: 50px auto;
    }
    .ertesites-blokk {
        height: unset;
    }
    .loginTabs .normalButton,
    #regTab #regSubmit {
        width: 290px !important;
    }
    .button.btn.button-search.btn-search img {
        width: 23px;
        height: 50px;
    }
    .navbar.navbar-fixed-top {
        top: 60px;
    }
    #content-wrapper {
        margin: 30px auto 0 auto !important;
    }
    .safari .miniCartBottom {
        bottom: 60px;
    }
    .safari .productsListCol {
        max-height: calc(100vh - 290px);
    }
}

@media (min-width: 960px) {
    .navbar-nav .open .dropdown-menu {
        position: fixed;
        background: #fff;
    }
}

@media (min-width: 960px) and (max-width:1279px) {
    nav .subCategory {
        left: 220px;
    }
    .subCategory li {
        width: 200px;
    }
    .midCategory {
        width: 200px;
    }
    .mynavbar.small .subCategory>ul>li a {
        padding-left: 0;
    }
}

.fb-button button {
    width: 100%;
    height: 47px;
    border: 1px solid #3b5998;
    background: #3b5998;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
}

#customBtn button,
#customBtn2 button {
    width: 100%;
    height: 47px;
    border: 1px solid #ca9b95;
    background: #d34836;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
}

#content-wrapper .simpleLogo img {
    height: auto !important;
    width: 125px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.landingForm input.error+label,
.landingForm input.error+label+a {
    color: red;
}

.discountType {
    width: 100%;
    text-align: right;
    padding-right: 15px;
    padding-top: 2px;
}

.open .sizeslist li a {
    padding: 0 !important;
}

#returns td {
    vertical-align: middle;
}

.returnMinus,
.returnPlus {
    border: 1px solid #444;
    width: 12px;
    height: 12px;
    line-height: 9px;
    padding-left: 1px;
    display: inline-block;
    margin-top: 2px;
    cursor: pointer;
}

.row.brandDiv .col-sm-3 div {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.row.brandDiv .col-sm-3 div img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.row.brandDiv {
    border: 1px solid #b6b6b6;
    margin-bottom: 30px;
}

.row.brandDiv .col-sm-3 {
    border-right: 1px solid #b6b6b6;
    background: #fff;
}

.row.brandDiv h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.row.brandDiv {
    background: #efefec;
    position: relative;
}

.graybutton.brandButton {
    position: absolute;
    width: unset;
    bottom: 0;
    right: 0;
}

.graybutton.brandButton {
    position: absolute;
    width: unset;
    bottom: 10px;
    right: 10px;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'muli';
}

.cart-prod-count {
    min-width: 205px;
}

#printPdf {
    display: table;
    margin: 25px auto;
    padding: 9px;
    background: #ee4035;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
}

.back-order-btn.subbut {
    margin: 20px 0;
    width: unset;
    padding: 11px 30px;
}

.fas.fa-file-pdf {
    font-size: 19px;
    margin-right: 10px;
}

#returnSubmitBtn {
    text-transform: uppercase;
    border-radius: 0px;
    display: block;
    margin: 30px auto;
    border: 1px solid #888;
    padding: 12px 50px;
    font-size: 16px;
}

#returnSubmitBtn:hover {
    background-color: #8b8b8b;
    color: #e9e9e6;
}

#maileon-form .checkboxdiv.input-error {
    border: none !important;
    color: red;
}

#loginTab .belepes-ertesites-blokk p {
    text-align: right;
}

#loginTab .belepes-ertesites-blokk p {
    text-align: left !important;
}

@media (min-width: 940px) {
    .nav.navbar-nav.searchbox {
        float: right;
    }
    .nav.navbar-nav.mynavbar {
        width: calc(100% - 240px);
        display: flex;
        align-items: stretch;
    }
    .nav.navbar-nav.mynavbar.small {
        width: calc(100% - 595px);
    }
    .nav.navbar-nav.mynavbar>li {
        flex-grow: 1;
    }
}

#noWish {
    display: block;
    margin: 20px auto;
    text-align: center;
}

.tabs.shoppingtab .discountType {
    padding: 0;
    text-align: right !important;
    float: right;
}

.container.ures-kosar {
    margin: 40px 0;
}

.file-pdf::before {
    font-family: FontAwesome;
    content: '\f1c1 ';
    margin-right: 4px;
}

.file-pdf {
    text-decoration: underline;
    cursor: pointer;
}

.megaMenu .category-img {
    display: none;
}

.megaMenu li.active+li .category-img {
    display: block;
}

.login-aszf {
    text-decoration: underline;
}

.checkboxdiv.feltetelek-box.input-error {
    border: none !important;
}

.checkboxdiv.feltetelek-box.input-error .form-check-label {
    color: #f00;
}

#youtubeVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 990;
    display: none;
}

#youtubeVideo.active {
    display: block;
}

.bigimgs {
    position: relative;
}

#videoStart {
    padding: 20%;
    text-align: center;
    padding-bottom: 6px;
}

.fas.fa-play {
    font-size: 22px;
    color: #999;
    margin-top: 5px;
}

#videoStart>div {
    border: 1px solid #f1f1f1;
    padding-top: 10px;
}

.category-img .prod .img-box a {
    padding: 0;
}

.category-img .img-box {
    margin-top: 25px;
}

.miniProductDetails h3 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

.search .input-group-btn img {
    height: 21px;
    width: 17px !important;
}

#maincontent .merettabla img {
    width: 19px;
}

.toBrand {
    float: right;
    clear: both;
    display: block;
    border: 1px solid #444;
    padding: 5px 20px;
    color: #444;
    background: #f1f1f1;
}

#similar-prod {
    clear: both;
    margin-top: 50px;
}

.lineThrough {
    text-decoration: line-through;
}

.grid-box .img-box,
#big .item {
    overflow: hidden;
}

.grid-box .allowance,
.item .allowance {
    -ms-transform: translateX(30%) translateY(0%) rotate(45deg);
    -webkit-transform: translateX(30%) translateY(0%) rotate( 45deg);
    transform: translateX(30%) translateY(0%) rotate( 45deg);
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    position: absolute;
    top: 0;
    right: 0;
    background: #ed1b24;
    margin: 0;
    padding: 0;
    color: white;
    padding: 10px 10px;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
}

.grid-box .allowance::before,
.grid-box .allowance::after,
.item .allowance::before,
.item .allowance::after {
    content: "";
    position: absolute;
    top: 0;
    margin: 0 -1px;
    width: 100%;
    height: 100%;
    background: inherit;
    min-width: 55px;
}

.grid-box .allowance::before,
.item .allowance::before {
    right: 100%;
}

.grid-box .allowance::after,
.item .allowance::after {
    left: 100%;
}

.akciosar {
    color: #ed1b24 !important;
}

@media screen and (max-width: 540px) {
    .prodbrand,
    .kereso_eredeti_ar,
    .kereso_akcios_ar,
    .kereso-normal-ar,
    .prodname {
        font-size: 12px;
    }
    .talalat {
        padding: 0 15px;
    }
}

.akciooldal {
    background-color: #ed1b24;
}

.akciooldal a {
    color: #fff;
}

.product-row img {
    height: 460px;
    object-fit: cover;
}

@media (max-width: 999px) {
    .product-row img {
        height: 350px;
    }
}

@media (max-width: 959px) {
    .product-row img {
        height: 330px;
    }
}

@media (max-width: 767px) {
    .product-row img {
        height: 270px;
    }
}

@media (max-width: 639px) {
    .product-row img {
        height: 450px;
    }
}

@media (max-width: 540px) {
    .product-row img {
        height: 350px;
    }
}

@media (max-width: 450px) {
    .product-row img {
        height: 290px;
    }
}