<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(3728,39): run-time error CSS1046: Expect comma, found '219'
(3728,47): run-time error CSS1046: Expect comma, found '/'
(6574,21): run-time error CSS1030: Expected identifier, found '.'
(6574,32): run-time error CSS1031: Expected selector, found ')'
(6574,32): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@font-face {
    font-family: 'exo2-0-regular';
    src: url('/css/font/exo2_regular/exo2-0-regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'exo2-0-bold';
    src: url('/css/font/exo2_bold/exo2-0-bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'exo2-0-medium';
    src: url('/css/font/exo2_medium/exo2-0-medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'exo2-0-light';
    src: url('/css/font/exo2_light/exo2-0-light.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'exo2-0-italic';
    src: url('/css/font/exo2_italic/exo2-0-italic.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'exo2-0-semibold';
    src: url('/css/font/exo2_semibold/exo2-0-semibold.ttf') format('truetype');
    font-display: swap;
}

i{
    font-style:normal;
}

a {
    text-decoration: none;
    cursor: pointer;
}

h1 {
    font-family: exo2-0-regular;
}

.dropdown#foxpostHelyszinek {
        margin: 20px 0;
    }

.boxes a {
    padding: 0;
}

input {
    color: #ffffff;
}

figure {
    margin: 0;
}

ul {
    list-style-type: none;
    padding:0;
}

ol{
    padding-left:20px;
}

.preloader, .loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #03112e;
    background-position: center center;
    background-repeat: no-repeat;
}

.loading {
    background-color: #03112e78;
}

.preloader .spinner_wrap, .loading .spinner_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 33333;
}

.preloader .spinner, .loading .spinner{
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
}


@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.info-line {
    background: #000;
    color: #fff;
    text-align: center;
    display: block;
    padding: 0 ;
    
}

    .info-line .common-content{
        margin:0;
    }

    .info-line iframe{
        height:auto!important;
    }

    .info-line p {
        margin: 0;
        padding: 5px 10px;
        box-sizing:border-box;
    }


.txb, .input-sm, textarea, #searchinput {
    border: none;
    border: 1px solid;
    background: none;
    height: 36px;
    padding: 5px 5px 2px 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 17px;
    font-family: inherit;
}

.input-sm {
    padding: 5px 0;
    font-size: 15px;
    margin: 10px 0;
    width: 100%;
    cursor: pointer;
}

.profile {
    display: inline-block;
    position: relative;
    padding-right: 32px;
    margin-right: 25px;
    cursor: pointer;
}

    .profile ul {
        display: block;
        position: absolute;
        right: -5px;
        margin: 0px 0 0 0;
        padding: 5px;
        z-index: 1;
        white-space: nowrap;
        display: none;
    }

    .profile li {
        text-align: right;
        margin: 0
    }

    .profile li a{
        padding:10px 0;
    }

    .profile:after {
        content: ' ';
        position: absolute;
        right: 0;
        top:3px;
        background: url('../design/user.svg')no-repeat center center;
        width: 20px;
        height: 20px;
        display: inline-block
    }

.my-profile {
    display: inline-block;
    height: 20px;
    
}

li.affi-liate-widget {
    background-color: #f5f5f5;
    padding: 10px;
    font-size: 85%;
    line-height: 160%;
    margin-bottom: 30px;
}

.affi-liate-widget a {
    color: inherit !important;
    font-size: inherit!important;
    text-transform: none!important;
}

.signed-in-mobile .affi-liate-widget,
.profile .affi-liate-widget {
    background-color: #f44336;
    margin-bottom: 10px;
    line-height:35px;
    display: none;
}


body {
    font-family: exo2-0-regular;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    
}

.wrapper {
    box-sizing: border-box;
    max-width: 1360px;
    padding: 0 30px;
    box-sizing: border-box;
    margin: auto;
   
}


.outer-wrapper {
    overflow: hidden;
}

header {
    position: relative;
    z-index: 2;
    text-align: center;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid;
}

.logo {
    float: left;
    width: 190px;
    text-align: center;
    display: inline-block;
    height: 88px;
    /*background-size:85% !important;*/
    background: url(../design/logo.svg) no-repeat center center;
    position: relative;
    z-index: 1;
    border: 1px solid;
    border-bottom: none;
}

#nav li.logo {
    display: none !important;
}

.login {
    width: 100%;
    font-size: 14px;
    padding-right:140px;
    text-align: right;
    position: relative;
    box-sizing: border-box;
}

*[data-deviza] {
    padding-right: 100px;
}


.login a{
   margin:0 10px;
}

.sign-in-box a{
    margin:0!important;
}

.logged-in #send{
    display:none;
}

.logged-in .lang {
    margin-bottom: 10px;
}

.lang {
    display: none;
    /*width: 100px;*/
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
/*    margin-bottom: 5px;*/
/*    float:right;*/
}

#deviza {
    background: url(../design/drop_arrow_white.svg) no-repeat right 7.5px center;
    background-size: 13px;
    min-width: 50px;
    font-size: 100%;
    border: none;
    float: right;
}

    #deviza span {
        min-width: 0;
    }

    #deviza li {
        padding: 0px 2px;
    }

.deviza {
    display: none;
}


.no-lng .lang {
    text-align: right;
    padding-right: 10px;
    height: 0;
}

.sign-in {
    margin: 0px 15px;
    text-align: left;
    display: inline-block;
    cursor: pointer;
    float: right;
    position: relative;
    
}
 

.sign-in-box {
    width: 280px;
    position: absolute;
    border: none;
    z-index: 2;
    right: 9px;
    top: 27px;
    box-sizing: border-box;
    padding: 5px 25px 15px;
    font-size: 16px;
    display: none;
}

    .sign-in-box label {
        display: block;
        margin-top: 10px;
        margin-bottom: 3px;
        text-align: left;
    }


.pass-rec {
    display: inline-block;
    text-transform: capitalize;
    
    float: left;
}
.forgot-pass2 {
    display: none;
}

.wrong-pass {
    position: absolute;
    width: 100%;
    height: 100%;
    
    top: 0;
    left: 0;
    display: none;
}

    .wrong-pass p {
        text-align: center;
        margin: 40px auto 0 auto;
        font-size: 18px;
        width: 240px;
        line-height: 35px;
    }

.sign-in-box input[type="text"],
.sign-in-box input[type="password"] {
    width: 100%;
    padding: 5px;
    
    margin-bottom: 10px;
    border: 1px solid;
}


.txb.warning, #pp-select-container.warning {
    border: 1px solid red !important;
    box-sizing:border-box;
}

.sign-in-box input[type="text"].warning,
.sign-in-box input[type="password"].warning {
    border: 1px solid;
}

.sign-in-box input[type="password"] {
    margin-bottom: 10px;
}

.sign-in-btn {
    display: block;
    margin: 15px 0;
    text-align: center;
    float: left;
    width: 100%;
}


    .sign-in-btn a {
        float: none;
        width: 140px;
        line-height: 40px;
        padding: 0;
        display: inline-block;
    }



.bag, .search {
    display: inline-block;
    line-height: 88px;
    float: right;
    cursor: pointer;
    width: 80px;
    position: relative;
    border: 1px solid #dddddd;
    border-bottom: none;
}

.sign-in-box .create-acc{
    display:none;
}

.search {
    border-right: none;
}


    .bag strong, .search strong {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        background: url(../design/shoppingbag.svg)no-repeat;
        width: 25px;
        height: 25px;
        line-height: 25px;
        
    }

    .search strong {
        background: url(../design/loop.svg) no-repeat center center;
        width: 50px;
        height: 50px;
        background-size: 25px!important;
    }

.big-search {
    text-align: center;
    padding: 10px 30px;
    display: none;
    box-sizing: border-box;
}

    .big-search #search {
        height: 40px;
        border-radius: 5px;
        width: 80%;
        max-width: 300px;
    }

    .big-search.detailed {
        position: relative;
    }

.search-result {
    position: absolute;
    background-color: #fff;
    border: 1px solid;
    z-index: 1;
    width: calc(100% - 10px);
    left: 50%;
    transform: translate(-50%, 0);
    line-height: 20px;
    text-align: left;
    padding: 0px 5px;
    box-sizing: border-box;
    margin-top: -10px;
    max-height: 90vh;
    overflow-x: auto;
    border-radius: 5px;
}


    .search-result img {
    width: 50px;
    height: 50px;
   margin-right:10px
}

    .search-result a {
        display: flex;
        align-content: space-around;
        align-items: center;
        justify-content: flex-start;
        line-height: 20px;
    }
 

.bag label {
    
    cursor: pointer;
    font-size: 20px;
    width: 35px;
    height: 35px;
    border-radius: 17.5px;
    line-height: 32px;
    position: absolute;
    top: -17.5px;
    font-size: 16px;
    font-family: exo2-0-bold;
    margin-left: -17.5px;
    left: 50%;
}


.bag-alert {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 48px;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    display: none;
    font-size: 17px;
    line-height: 18px;
    white-space: nowrap;
}



    .bag-alert label {
        background: url(../design/shoppingbagupdate.svg)no-repeat center center;
        position: absolute;
        bottom: -11px;
        left: 50%;
        margin-left: -6.5px !important;
        margin-bottom: 0 !important;
        width: 13px;
        height: 11px;
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.out-of .bag-alert label {
    background: url(../design/out_shoppingbagupdate.svg)no-repeat center center;
}


.not-shop {
    top: 35px;
}

.search input {
   font-family:exo2-0-light;
    width: 340px;
    height: 90px;
    display: inline-block;
    outline: none;
    padding: 0 5px 0 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
     display:none; 
    position: absolute;
    right: 80px;
    top: -1px;
    z-index: 1;
    font-size:30px;
}

.search img {
    top: 5px;
    position: absolute;
    right: 10px;
}



nav {
    height: 88px;
    width: calc(100% - 356px);
    display: inline-block;
    /*border-top: 1px solid;
    border-bottom: 1px solid;*/
    
}

.fixed {
    position: fixed;
    top: 0;
}

.stripe {
   width: 100%;
    height: 35px;
    position: absolute;
    margin-top: 130px;
    display: none;
}

.stripe-bottom {
    
    width: 100%;
    height: 108px;
    z-index: -1;
    margin-top: -110px;
    display: none;
}

.tp-banner-container {
    /*border-bottom: 1px solid ;*/
    margin: 0;
    margin-top:-130px;
    z-index:-1!important;
}



nav ul {
    list-style-type: none;
    padding: 0;
    line-height: 88px;
    margin: 0px 25px;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    width: auto;
}

.classic-menu  ul{
    line-height: normal;
}

nav li {
    display: inline-block;
    padding-bottom: 0px;
    position: relative;
    padding: 0;
    cursor: pointer;
}

nav .disz,
.aktiv .disz {
    display: none;
}


nav li a {
    
    text-transform: uppercase;
    height: 20px;
    padding: 0;
    font-size: 16px;
    font-family: exo2-0-bold;
}

#nav .subnav {
    display: none;
}


.menu-open {
    position: absolute;
    z-index: 1;
    display: none;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #dddddd;
    border-top: none;
}

.classic-menu {
    margin-left: -20px;
    padding: 10px 0;
    overflow: visible;
    width:auto;
}

nav li:nth-last-child(2) .classic-menu {
    margin-left: 0;
    right: 0;
}


.menu-open.big-menu {
    left: 191px;
    width: calc(100% - 353px);
}

.subnav {
    display: block;
    text-align:left;
    height: auto;
    width: auto;
    margin:0;
    
    }

.classic-menu .subnav2 {
    position: absolute;
    z-index: -1;
    display: none;
    padding: 10px 0;
    left: auto;
    top: -21px;
    border: 1px solid;
    float: right;
    margin: 0px;
   
}


.classic-menu .subnav li{
    padding: 5px 20px;
    
}

nav .big-menu li:first-child .subnav {
    margin-left: -50px;
    width: auto;
}

    nav li:first-child .subnav li {
        text-align: left;
    }


    nav li:first-child .subnav:before {
        background-position: left 30px center;
    }

.subnav li, .subnav2 li {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    padding: 0;
    margin: 0 1.5%;
    vertical-align: top;
}



.subnav2 li {
    text-transform: none;
    text-transform: uppercase;
    margin: 0;
    display: block;
}

.classic-menu .subnav li, .classic-menu .subnav2 li {
    margin: 10px 0;
    display: block;
    overflow: inherit;
}

.subnav li a, .subnav2 li a {
    
    text-transform: uppercase;
    white-space: nowrap;
    font-family: exo2-0-bold;
}

.classic-menu .subnav li a {
    text-transform: none;
}

.subnav2 li a {
   
    text-transform: none;
    white-space: nowrap;
    font-family: exo2-0-medium;
}



menu {
    display: none;
}

#menu, .subnav, .subnav2 {
    list-style-type: none;
    padding: 0;
}

   /* .subnav li:first-child, .subnav2 li:first-child {
        text-align: left;
        
        text-transform: uppercase;
        display: none;
        line-height: 35px;
        cursor: pointer;
    }*/

    #menu .has-menu, .nav-wrap .has-menu{
        background: url(../design/drop_plus.svg) no-repeat right top 10px;
        background-size: 7.5px;
     }


.mobil-nav, .signed-in-mobile, .nav-close {
    display: none;
}

.favorites {
    background: url(../design/favon.svg) no-repeat center center;
    width: 28px;
    height: 28px;
    display:inline-block;
    padding: 0;
    float:left;
    margin:0 7.5px;
   
}

#profile {
    font-family: exo;
    display: inline-block;
    padding: 0 10px;
    float: right;
}



.expand {
    display: inline-block;
    width: 100%;
    height: 0;
    padding: 0;
    line-height: 0;
}

.product-page, .shopping-bag, .user-register, .blogger, .pic-text, .text-page {
    position: relative;
    margin-bottom: 0;
   
}

.contact {
    padding-bottom: 40px;
}


.product-page {
    width: calc(100% - 255px);
    margin-right: 0;
    background: none !important;
    margin-top: 0;
}



.breadcrumb {
    top: -60px;
    position: absolute;
    left: -255px;
    width: calc(100% + 255px);
    border-bottom: 1px solid;
    box-sizing: border-box;
}

.no-side .product-page,
.no-side .breadcrumb {
    width: 100%;
}

.no-side .breadcrumb {
    left: 0;
}

.breadcrumb h1,
.breadcrumb h2 {
    font-size: 17px !important;
    line-height: 35px;
}

.site-content {
    margin-top: 25px;
}

.termekek .site-content {
    margin-top: 80px;
}

article {
    display: inline-block;
    margin-bottom: 12px;
    width: calc(100% - 255px);
    float: right;
 }

.main-page article,
.no-side article {
    display: block;
    margin-bottom: 0;
    width: 100%;
    float: none;
   }

/*.main-page article{
    min-height: 0 !important;
}*/


.default-text aside {
    display: none;
}

aside {
    min-height:100vh;
    width: 240px;
    float: left;
    padding: 12.5px 10px 17px 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    position: relative;
}

footer {
    position: relative;
    z-index:0;
    padding: 10px 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    
}


    footer:before {
        width: 200%;
        position: absolute;
        content: " ";
        height: 100%;
        left: -50%;
        top: 0;
        
        z-index: -1;
    }


    footer ul {
        display: inline-block;
        text-align: justify;
        padding: 0;
        height: 25px;
        margin: 10px 0 0 0;
        position:relative;
        font-size:90%;
    }

    footer li {
        margin-right: 5px;
        display: inline-block;
        padding: 0 5px;
        cursor: pointer;
        text-transform: capitalize !important;
    }

        footer li a {
            font-family: exo2-0-bold;
            font-weight: 300;
            text-transform: uppercase;
            
            padding: 3px 0;
        }


        .company-info{
            
            float:right;
            text-align:right;
            font-family:exo2-0-medium;
        }

        .company-info label{
            display:block;
            padding:2px 0;
        }

            .company-info label:first-child {
                font-family:exo2-0-bold;
            }

.rights {
    display: block;
    margin-top: 10px;
    margin-left: 5px;
    position:relative;
}

   
    .rights label {
        float: left;
     }

    .rights img {
        margin-left: 15px;
        float: right;
    }

.social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:20px;
}

    .social img {
        margin: 0 3px;
    }

    .social span {
        font-size: 85%;
        font-family: exo2-0-light;
    }

    .social a {
        display: inline-block;
        
     }

       
        #payment_warning a {
            background: url(../../../css/payment/simplepay.png)no-repeat center right;
            width: 100px;
            background-size: contain;
        }


.soc-fb {
    background: url(../design/fb.svg)no-repeat center center;
    
}

.soc-yt {
    background: url(../design/yt.svg)no-repeat center center;
    
}

.soc-ig {
    background: url(../design/ig.svg)no-repeat center center;
    
}

.soc-pin {
    background: url(../design/pinterest.svg)no-repeat center center;
}

.bankcard {
    background: url('/css/payment/cards2022.svg')no-repeat center right;
    width: 270px;
    height: 40px;
    background-size: contain;
}
.paypal-logo {
    background: url(/css/payment/paypal.png)no-repeat center right;
    width: 100px;
    height: 30px;
    background-size: contain;
    display: inline-block;
    float: right;
    margin-left: 30px;
}



.soc-fb, .soc-ig, .soc-yt, .soc-pin, .soc-tiktok{
    margin: 0 30px 0 0;
    width: 45px;
    height: 45px;
    background-size: contain;
}



#payment_warning a {
    width: 100px;
    height: 37px;
    background-position: center bottom;
    vertical-align: middle;
    display: inline-block;
    }


.boxes {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 15px;
    display: inline-block;
}

    .boxes figure {
        width: calc((100% - 120px) / 4);
        float: left;
        margin: 12px 15px;
        position: relative;
        padding-bottom: 33.3%;
        
        overflow: hidden;
    }

figure.banner {
    width: 100% !important;
    margin: 12px 0;
    padding-bottom: 15% !important;
}

figure.dupla {
    width: calc((100% - 60px) / 2);
}

.boxes figcaption {
    position: absolute;
    width: calc(100% - 0px);
    margin: 0;
    padding: 5px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 45px;
    overflow: hidden;
    font-family: Didot-HTF-B24-Bold;
    letter-spacing: 1px;
}

.boxes figure img {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
}

.top {
    top: 40px;
}

.middle {
    top: 40%;
}

.bottom {
    top: auto;
    bottom: 40px;
}



.default-text .container {
  
    margin: 0 auto;
    max-width: 960px;
    display: block;
    text-align: center;
    font-size:22px;
    line-height:32px;
    
}

.default-text img {
    width: 100%;
    height: auto;
}

.default-text h2 {
    line-height: 50px;
}

.default-text p:first-of-type img {
    margin-top: -10%;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 0px 5px 2px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 0px 5px 2px rgba(50, 50, 50, 0.3);
}

#tinymce.default-text p:first-of-type img {
    margin-top: 0 !important;
}

.default-text p {
    position: relative;
    max-width: none !important;
    margin: 15px 0;
}

/*.default-text a{
    display:block;
}*/

.pic-text {
    padding: 20px;
    box-sizing: border-box;
}

.mobil-termekek {
    display: none;
}

.filter, .products {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
       
}


.akciok {
    padding: 0;
    margin: 0px 0px 20px;
}

    .akciok a {
        display: block;
        font-size: 20px;
        font-weight:bold;
        text-transform: uppercase;
        padding: 3px 0px;
       
    }

.products {
    float: none;
    padding: 0;
    border: none;
    
}

.main-page .products {
    margin:40px auto 0;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
   
}

.main-page .product-list {
    margin: 10px -10px;
    width: calc(100% + 15px);
}

.select-type {
    margin: auto;
    font-family: exo2-0-semibold;
    font-weight: 300;
    padding: 0 5px;
    font-size: 20px;
    text-align: center;
}

    .select-type li {
        padding: 5px;
        cursor: pointer;
        position: relative;
        display: inline-block;
        margin: 0 10px;
    }


    .select-type .selected-tab:before {
        content: ' ';
        position: absolute;
        top: -20px;
        width: 0;
        left: 50%;
        height: 0;
        border-left: 65px solid transparent;
        border-right: 65px solid transparent;
        border-top: 12px solid;
        transform: translate(-50%, 0);
    }


.newest-product,
.top-seller,
.sale-product,
.recomend {
    display: none;
}

.ajanlott a, #multiline a,
.more-colors a, .carousels a {
    display: none;
    width: 95% !important;
    margin: 0 auto !important;
    float: none !important;
}

    #multiline a{
        display:block;
    }

#multiline h3 {
    text-align:center;
    padding:10px 0;
    border-bottom: 1px solid #000;
    font-size:150%;
}
    .product-list {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
        display: inline-block;
    }

.filter-open, .filter-close {
    display: none;
}
*[data-filter] {
    background: url('../design/drop_arrow.svg') no-repeat right top 10px;
    background-size:10px;
    cursor:pointer;
}
.filter-menu {
    display: none;
}

.opened.filter-menu {
    display: block;
}

/*.default .products, .kereses, .uj-termek {
    margin-top: 7px;
}*/

.favorit .products {
    margin-top: 32px;
}

.favorit .filter {
    margin-top: 46px;
}



.products a {
    
    font-size: 20px;
    padding: 0;
    display: block;
}

.product-list a, .recomended-box a {
    display: inline-block;
    width: calc(25% - 20px);
    vertical-align: top;
    margin: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}


.main-page .product-list a {
    width: 100%;
    margin: 0;
}


.recomended {
    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .recomended h2 {
        margin: 35px 0 15px 0;
    }



.recomended-box {
    margin: 0 -16px;
}

    .recomended-box:after {
        content: " ";
        display: block;
        margin: 30px 16px 20px;
        height: 1px;
        border-bottom: 1px solid #e3e3e8;
    }

    .recomended-box:last-child:after {
        content: none;
    }

.nbs-flexisel-item {
    line-height: inherit !important;
}


.nbs-flexisel-container {
    width: 100%;
   
}

.nbs-flexisel-nav-left {
    left: -45px !important;
    width: 70px !important;
    background-image: url('../design/ellipse.png') !important;
    transform: rotate(180deg);
    z-index: 0 !important;
}

.nbs-flexisel-nav-right {
    right: -47px !important;
    width: 70px !important;
    background-image: url('../design/ellipse.png') !important;
    z-index: 0 !important;
}




.filter h2, .recomended h2 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 26px;
    padding: 0;
    font-weight: normal;
    letter-spacing: 2px;
    display: none;
}

.filter span, .value-slider h5 {
    font-size: 17px;
    display: block;
    margin: 0;
    line-height: 27px;
    /*    text-transform: uppercase;*/
}

.value-slider h5 {
    margin:30px 0 20px 0;
}

.size span, .price span {
    display: none;
}

.title {
    text-align: left;
    text-transform: capitalize;
    
}


.style li {
    padding-bottom: 0;
}


menu .selected {
    text-decoration: underline;
}

.main-menu {
    display: none !important;
}



.dropdown, .dropdown2 {
    height: 25px;
    border: 1px solid;
    background: url(../design/drop_arrow.svg) no-repeat right 7.5px center;
    background-size: 12.5px;
    position: relative;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    font-size: 85%;
    min-width: 110px;
}



    .dropdown span, .dropdown2 h3 {
        display: block;
        min-width: 100px;
        max-width: 300px;
        line-height: 25px;
        padding: 0 32px 0 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }



    .dropdown ul {
        margin-top: 0px;
        position: absolute;
        width: calc(100% - 10px);
        padding: 5px;
        left: -1px;
        border: 1px solid;
        display: none;
        z-index: 3;
        max-height: 300px;
        overflow-y: auto;
        text-align: left;
    }

.connected-product ul {
    padding: 5px 0;
    width:100%;
}



    .dropdown li {
        text-align: inherit;
        padding: 5px;
        padding: 5px 5px 5px 5px;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        
    }

.connected-product li {
    padding: 5px 10px;
}

.style:last-of-type {
    margin-bottom: 40px;
}
    .marka .dropdown {
        width: 100%;
        text-align: left;
    }

#deviza ul {
    padding: 0;
    width: 100%;
}

    #deviza li{
        padding:5px;
    }

#language.dropdown span {
    line-height: 25px;
    padding: 0 20px 0 5px;
    min-width: auto;
    max-width: none;
}

.one-item {
    background: none!important;
    border: none;
    text-align: left;
    cursor: default;
    position: relative;
    z-index: 0;
}

    .one-item span {
        padding: 0!important;   
        font-size:110%;
    }

#language {
     width: 80px;
    border: none;
    background: url(../design/lng_arrow.svg) no-repeat right top 3px;
    background-size: 16px !important;
    text-align: left;
    float: right;
    font-size: inherit;
    height: auto;
    min-width:0;
}



    #language ul {
        padding: 0;
        margin-top: 0;
        width: 100%;
/*        border: 1px solid!important;*/
        z-index:3;
    }

    #language li {
        padding-right: 0;
        text-align: left !important;
    }

      

.ddl_price {
    width: calc(100% - 15px);
    text-align: left;
}

    .ddl_price span {
        font-size: 14px !important;
    }


.price {
    margin-top: 20px;
}

.filter label {
    font-size: 15px;
    margin: 12px 0px;
    display: block;
    letter-spacing: .3px;
    /*line-height: 1!important;*/
}




input[type="checkbox"],
input[type="radio"] {
    display: none;
    margin-top: 10px;
}

    input[type="checkbox"] + label,
    input[type="radio"] + label {
        padding-left: 35px;
        line-height: 18px;
    }

#chbListEgyeb input[type="checkbox"] + label:before {
    content: ' ';
}


input[type="checkbox"] + label:before,
input[type="checkbox"] + label span,
input[type="radio"] + label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: -4px 10px 0px -35px;
    vertical-align: middle;
    border: 1px solid;
    cursor: pointer;
    min-width: 0;
    padding: 0;
    position:absolute
}

.connected-product{
    margin:10px 0 25px;
}

.one-item#prod-connected div{
    display:none;
}

.one-item#prod-connected ul {
    display: block!important;
    position:relative;
    background:no-repeat;
    border:none;
    padding:0;
    height:auto!important;
}

.one-item.dropdown li {
    padding-left: 0;
 
}

.connected-product .dropdown {
    width: 100%;
    text-align: left;
    max-width: 400px;
}

    .connected-product .dropdown li {
        margin: 5px 0;
        line-height: 20px;
    }

#prod-gift span, .csomagtermek.dropdown span, .oxigenta.dropdown span {
    min-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    #prod-connected strong {
        display: block;
    }

    #prod-connected input[type="checkbox"] + label {
        font-size: 90%;
        padding-left: 25px;
        line-height: 15px;
    }

    #prod-connected input[type="checkbox"] + label:before, #prod-connected input[type="checkbox"] + label span{
        width: 20px;
        height: 20px;
        margin: -1px 5px 0px -25px;
    }


.noUi-handle {
    border-radius: 3px;
    cursor: default;
}

.filter-result, .btn {
    padding: 5px;
    display: block;
    margin-top: 25px;
    margin-bottom:40px;
    font-family: exo2-0-regular;
    text-align: center;
    cursor: pointer;
    position: relative;
}



.value-slider {
    margin: 15px 0 30px 0;
   
}

#value_lower, #value_upper {
    margin-bottom: 0;
    font-size: 80%;
}

#value_lower {
    float: left;
}

#value_upper {
    float: right;
}



.find-store {
    font-size: 22px;
    text-transform: uppercase;
    width: 100%;
    max-width: 400px;
    margin-left: 5px !important;
}


.filter-result a, .btn {
    text-transform: uppercase;
}


.product-box {
    width: 100%;
    display: inline-block;
    margin: 0;
    text-align: center;
    padding: 7px;
    border: 1px solid ;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    
    overflow: hidden;
}


.double {
    width: 63.6% !important;
}

.favoff, .favon {
    background: url(../design/favoff.svg) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
    height: 27px;
    z-index: 1;
    cursor: pointer;
}

.product-image .favoff,
.product-image .favon {
    top: 10px;
    right: 10px;
}

.product-list .favoff, .product-list .favon {
    display: none;
}

.favorite-page .favon {
    display: block;
}

.favon {
    background: url(../design/favon.svg) no-repeat center center;
}


.action {
    position: absolute;
    bottom: 5px;
    display: block;
    padding: 5px 0;
    width: 100%;
    letter-spacing: 1.2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
     font-size: 23px;
    line-height: 23px;
    
}

.product-box figure {
    margin:20px 0 10px 0;
    position: relative;
    padding-bottom:79%;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}


.double .product-box figure {
    padding-bottom: 70.8%;
}

.product-box img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    visibility: hidden;
}

.product-box figure video {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
}


.product-box figcaption {
    margin: 0 0 40px 0;
    font-size: 21px;
    line-height: 22px;
    position: relative;
    height: 85px;
    font-family: exo2-0-semibold;
    /*overflow: hidden;*/
}

.more-colors .product-box figcaption {
    height: 40px
}

.short-desc {
    display: none;
    font-family: exo2-0-regular;
    text-transform: none;
    padding: 12.5px;
    overflow: hidden;
    position: absolute;
    bottom: 80px;
    width: 100%;
    box-sizing: border-box;
}

.more-colors .short-desc {
    bottom: 50px;
}

.product-box figcaption span:first-child {
    font-family: exo2-0-regular;
    display: block;
    /*margin-bottom: 10px;*/
}

.double .product-box figcaption {
    width: calc(50% - 45px);
    float: left;
}


.product-price {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 0;
    padding: 8px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 21px;
    font-family: exo2-0-bold;
    font-weight: 300;
}

   
.orig-price {
    display: inline-block;
    margin-right: 10px;
    text-decoration: line-through;
    
}

.shopping-bag .orig-price {
    display: block;
    margin-right: 0;
    font-size: 13px;
    line-height: 20px;
}

.net-price {
    display: block;
    font-size: 70%;
    font-style: italic;
    color: rgba(50, 50, 50, 0.5);
    line-height: normal;
}

#product-price .pieces-price:after {
    content: none;
}

#product-price .pieces-price {
    display: block;
    font-size: 80%;
    color:#808080;
    font-style: italic;
}


.cikkszam {
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 10px;
    font-size: 13px;
    text-transform: none;
    /*width: calc(100% - 125px);*/
    text-align: left;
    
}


.product {
    width: 100%;
    padding: 0;
    margin: 0 0 60px;
    
}

.product-image, .product-desc {
    width: calc(60% - 15px);
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-image {
    width: calc(40% - 15px);
    }

.product-desc {
    margin-left: 0;
    margin-right: 0;
    float: right;
}



.product-image {
    position: relative;
    border: 1px solid;
       
}


    .product-image figure {
        width: 100%;
        text-align: center;
        background-size: contain;
        background-position: center center;
        padding: 20px;
        padding-bottom: 92%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-repeat: no-repeat;
    }

        .product-image figure img {
            width: 100%;
            position: absolute;
            height: 99%;
            visibility: hidden;
        }

    .product-image .thumb {
        width: 100%;
    }

        .product-image .thumb figure {
            width: 22%;
            margin: 0;
            margin-bottom: -3px;
            padding: 0;
            border-width: 1px 1px 0 0;
            border-style: solid;
            
            position: relative;
            display: inline-block;
            padding-bottom: 17%;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
            cursor: pointer;
        }

        .product-image .thumb img {
            width: 100%;
            height: 100%;
            margin: 0;
            position: absolute;
            left: 0;
        }


.products h1,
.product-page h2 {
    margin: 0;
    display: inline-block;
    font-size: 14px;
    
   
}


.product-desc h1,
.mobile-head h1 {
    max-width: 80%;
    
    font-size: 35px;
    line-height: 28px;
    margin: 0 0 10px 0;
    padding: 0;
    display: block;
}

    .product-desc h1 span,
    .mobile-head h1 span {
        font-family: exo2-0-light;
        display: block;
    }

.product-desc label, .mobile-head label {
    
    
    font-size: 19px;
    line-height: 35px;
    margin: 0;
    padding: 0;
    display: block;
}

label.csomagolas {
    font-size: 18px;
    margin-bottom: 10px;
}

h2.short {
   font-weight: 300;
   max-width:500px;
   line-height:20px;
   display:none;
}


h2.short:empty{
    display:none;
    font-weight:300;
}

.product-text h1 {
    font-size: 100% !important;
    margin-top: 15px;
    font-weight: normal;
}

.product-text h2 {
    font-size: 110%;
    font-weight: normal;
}

.product-text label {
    font-size: inherit;
    line-height: inherit;
}

.product-text, .product-text h3 {
    
    margin: 80px 0 15px 0;
    padding-top: 15px;
    text-align: left;
    
    border-top: 1px solid;
    display: block;
    float: left;
    width: 100%;
}

    .product-text img {
        width: 100%;
        height: auto;
        max-width: 500px;
    }

    .product-text h3 {
        border-top: none;
        font-weight: normal;
        margin: 0;
        padding: 0;
        font-size:inherit;
        font-family:inherit;
    }

    .product-text h4 {
        text-align: left;
        font-weight: normal;
        display: block;
        text-transform: none;
        margin: 0;
    }

    .product-text ul{
        padding:0 0 0 10px;
    }

.product-text .hidden {
    display: none;
    float:left;
}

    .product-text .hidden p:first-child {
        margin-top:0;
    }

    .product-text.leiras{
        display:none;
        min-height:200px;
    }


    .product-text h3 {
        margin-top: 0;
    }

    .product-text p {
        max-width: 900px;
    }


.tab {
    margin: 40px 0 0;
    float: left;
    display: none;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e60000;
}

    .tab li {
        display: inline-block;
        padding: 5px 15px;
        margin: 0;
        font-size: 20px;
        cursor: pointer;
    }

        .tab li.selected {
            font-weight: bold;
            border-bottom: 2px solid #e60000;
            margin-bottom: -1px;
        }

        .more {
    display: block;
    text-transform: uppercase;
    font-style: italic;
    cursor: pointer;
    margin: 5px 0;
    font-size: 90%;
}



.product-desc h5 {
    width: auto;
    margin: 20px 0;
    padding-right:40px;
    text-align: left;
    display: inline-block;
    
}

.product-desc h5 a {
    display:inline-block;
    margin-right:5px;
}

    .product-desc h5:after {
    content:'';
    padding:15px;
    background: url(../design/playvideo.svg) no-repeat center center;
    display: inline;
}


.product-desc h4 {
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    min-width: 65px;
    font-weight: 300;
}

    .product-desc h4:after {
        content: ":";
    }
.product-desc .size span {
    margin: 0;
    text-align: left;
    padding-left: 10px;
}


.product-desc .dropdown ul {
    margin: 0;
    list-style-type: none;
  }

.properties {
    margin: 20px 0;
}

.size{
    margin:15px 0;
    /*display:none;*/
}

.filter-dropdown {
    margin:15px 0;
}

.filter-dropdown .dropdown {
    margin: 6px 0;
}

.product-desc .in-stock {
    font-family: exo2-0-light;
    font-size: 20px;
    line-height: 38px;
    margin:20px 0;
}



.product-desc .in-stock span {
    font-size: 90%;
    font-style: italic;
    line-height: normal;
    display:block;
    
}

.merettabla {
    font-size: 15px !important;
    display: inline !important;
    margin-left: 20px !important;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 15px !important;
}


.clear {
    display: block;
    clear:both;
}

.add-to-cart {
    position: relative;
    display: inline-block;
    height: 37px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}



    .add-to-cart a, .input-group-btn button {
        padding-right: 45px;
        text-align: center;
        font-family: exo2-0-regular;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 18px;
        display: inline-block;
        background: url(../design/carticon.svg)no-repeat right 13px center;
        background-size: 20px;
        height: 37px;
    }

.input-group-btn button {
    padding: 2px 0;
    font-size: 17px;
    border: none;
    margin-top: 5px;
}

.add-to-cart a span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    border-right: 1px solid;
    line-height:37px;
}

    .please-login a {
        display: inline;
        text-decoration: underline;
        font-size: inherit;
    }



    .out-of a span, .blocked span {
        text-decoration: line-through;
    }

        .out-of a span br {
            display: none;
        }

.share-button {
    
    position: absolute;
    bottom: -50px;
    right: 0;
    white-space: nowrap;
}

    .share-button a {
        margin: 0 3px !important;
    }

    .share-button span {
        font-size: 18px;
        display: inline-block;
      
    }



    .shopping-bag h1,
    .orders h1,
    .user-data h1,
    .blogger h1,
    .store-locator h4,
    .text-page h1 {
        font-size: 27px;
       
    }

.orders ul {
    display: flex;
    justify-content: space-between;
}

    .shopping-bag h1 {
        text-transform: uppercase;
    }

.bag-content {
    border-top: 1px solid;
    width: 100%;
    position: relative;
    padding-bottom: 12px;
}



    .bag-content hr {
        margin: 0;
        border: none;
        border-bottom: 1px solid;
    }


    .bag-content img {
        width: 100%;
        max-width: 65px;
    }

    .bag-content ul, #pontbevaltas ul, .kupon-kod ul, .shipping-cost ul {
        width: 100%;
        padding-left: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 17px;
        margin: 0;
        white-space: nowrap;
    }

ul.kupon-kod, ul.shipping-cost {
    margin: 10px 0;
}


.bag-content ul:first-child, #pontbevaltas ul:first-child, .kupon-kod ul:first-child, .shipping-cost ul:first-child {
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 17px;
}

        .total {
            border-top: 5px solid;
            padding-top: 5px;
        }

            .bag-content ul:last-child li, #pontbevaltas ul:last-child li, .kupon-kod ul:last-child li {
                border: none !important;
                font-family: exo2-0-bold;
                font-weight: 300;
            }

.bag-content li, #pontbevaltas li, .kupon-kod li, .shipping-cost li {
    display: inline-block;
    width: 20%;
    margin-bottom: 15px;
    vertical-align: middle;
    margin-left: -5px;
}

#pontbevaltas {
    margin-bottom: 30px;
    
}

#bevalt {
     margin-left: 30px;
}

    #bevalt:after {
        background-color: inherit !important;
    }

        #pontbevaltas li, .kupon-kod li, .shipping-cost li{
            margin-bottom: 0;
        }

       .coupon #pontbevaltas ul:first-child, .kupon-kod ul:first-child {
            background-color: #f95602;
            padding: 2px 0;
            margin-bottom: 5px;
            color: #fff;
        }

    #pontbevaltas ul:first-child {
        margin-bottom: 35px;
    }

            .bag-content li figure {
                width: 60px;
                height: 60px;
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
            }

.bag-content li:nth-child(1), #pontbevaltas li:nth-child(1), .kupon-kod li:nth-child(1), .shipping-cost li:nth-child(1) {
    width: 10%;
    margin-left: 0;
}



.bag-content li:nth-child(2), #pontbevaltas li:nth-child(2), .kupon-kod li:nth-child(2), .shipping-cost li:nth-child(2) {
    width: 47.3%;
    text-align: left;
    position: relative;
    white-space: pre-line;
}


.kupon-kod li:nth-child(2), .shipping-cost li:nth-child(2) {
    width: 42.3%;
}

            .bag-content li:nth-child(2) label {
                display: block;
                font-size: 13px;
            }

.bag-content li:nth-child(3), #pontbevaltas li:nth-child(3) {
    width: 20%;
    text-align: center;
}

.kupon-kod li:nth-child(3), .shipping-cost li:nth-child(3) {
    width: 30%;
    text-align: center;
}

.bag-content li:nth-child(4), #pontbevaltas li:nth-child(4), .kupon-kod li:nth-child(4), .shipping-cost li:nth-child(4) {
    width: 15%;
    text-align: right;
}

.kupon-kod li:nth-child(4), .shipping-cost li:nth-child(4) {
    width: 10%;
    text-align: right;
}

.bag-content li:nth-child(5), #pontbevaltas li:nth-child(5), .kupon-kod li:nth-child(5), .shipping-cost li:nth-child(5) {
    width: 6%;
    text-align: right;
    font-family: exo2-0-bold;
    font-size: 30px;
}

.bag-content ul:last-child li, .bag-content li:nth-child(5) {
    font-weight: 300!important;
}

.coupon #pontbevaltas ul:first-child span:after, .kupon-kod li:last-child span:after {
    content: '\2713';
    font-size: 21px;
    padding: 4px 9px;
    color: #fff;
    background-color: #f95602;
    cursor: pointer;
}


#kupon_kod:before {
    content: '\2713';
    font-size: 21px;
    padding: 5px 9px;
    color: #fff;
    background-color: #909090;
    cursor: pointer;
    margin-right: 7.5px;
}
.payable li {
    font-weight: bold !important;
}

.payable {
    border-top: 1px solid #000;
    padding-top: 5px;
    margin-top: 35px !important;
}
    
    .bag-content ul:nth-child(1) li {
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

.shipping-cost li {
    border: none !important;
}

#txbPontok {
    width: 70%;
    text-align: right;
    max-width: 100px;
    color: #fff;
}

.kupon-kod li{
    position:relative;
}

#txbKuponkod {
    width: 90px;
    margin-right: 5px;
    text-align: left;
    
}

#kupon_kod {
    width: 36px;
    padding-left: 3px;
}


#kupon_kod:after{
    content:'%'
}

#ddl-szallitasi {
    width: calc(100% - 110px);
    margin-right: 10px;
    max-width: 423px;
    text-align: left;
    margin-bottom: 30px;
}

    #ddl-szallitasi span {
        max-width: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    

.delete span {
    display: block;
    padding: 0;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    vertical-align: middle;
    height: 35px;
}

    .delete span:before {
    right:1%;    
        content:' ';
        display:block;
        width:27px;
        height:27px;
        position:absolute;
        background: url('../design/trash.svg')no-repeat center center;
    }


#deleteSzallitasi {
    width: 25px;
    height: 35px;
    display: inline-block;
    background: url(../design/trash.svg) no-repeat center center;
    cursor: pointer;
}

.bag-content li:nth-child(1) label {
    display: block;
}

.shipping-cost li:nth-child(1) label {
    display: inline-block;
    position: relative;
    bottom: auto;
}


.chg-item-qnt {
    height: 37px;
    border: none;
    display: inline-block;
    float: left;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.bag-content .chg-item-qnt {
    float: none;
}
.chg-item-qnt span {
    display: inline-block;
    width: 35px;
    height: 37px;
    background: url(../design/minus.svg)no-repeat center center;
    cursor: pointer;
    float: left;
}

.chg-item-qnt label {
    display: inline-block;
    width: 45px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

#qnt {
    font-size: inherit;
    height: 33px;
    width: 100%;
    text-align: center;
    font-family: inherit;
    background: none;
    border: none;
    box-sizing: border-box;
}

.chg-item-qnt span:last-child {
    background: url(../design/plus.svg)no-repeat center center;
    float: right;
}


.user-data .pass-rec {
    background: none;
    
    padding: 5px;
    font-size: 18px;
    margin-top: 15px;
    float: right;
    display:none;
}


.user-data {
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding-bottom: 30px;
}

    .user-data table {
        width: calc(100% - 166px);
        display: inline-block;
    }

    .user-data tbody {
        display: inline-flex;
    }


    .user-data table label {
        width: auto;
        margin: auto;
        margin-right: 30px;
    }

    .user-data td {
        border: none !important;
        padding: 0 !important;
    }


.contact .user-data {
    min-height: 0;
}

.contact p:nth-child(1),
.contact p:nth-child(2) {
    margin-bottom: 0;
    margin-top: 10px;
}


.pic-text .user-data {
    width: 55%;
}

.pic-text .user-data-pic {
    width: 42%;
}

.user.user-data {
    width: 100%;
    max-width: 500px;
}

.user-data-pic strong {
    font-style: italic;
}

.check-out-data {
    width: 100%;
    display: inline-block;
    padding-bottom: 30px;
    margin-top: 10px;
}

.total, .shipping-cost {
    border-bottom: none !important;
}

.check-out {
    width: 100%;
    max-width: 835px;
    display: inline-block;
}



    .check-out a, .user-data #register, .order, .form .send {
        max-width: 190px;
        margin-top: 85px;
        display: inline-block;
        text-align: center;
        padding: 7px 15px;
        font-size: 20px;
        position: relative;
        text-transform: uppercase;
        width: 100%;
    }

.order {
    margin-top: 20px;
    float: left;
    }

.user-data #register {
    margin-top: 25px;
    float: left;
    position: relative;
    
}


.missing-data {
    position: absolute;
    left: 0;
    top: -30px;
    font-size: 15px;
    text-transform: none;
    text-align: center;
    display: inline-block;
    width: 100%;
    
    opacity: 1 !important;
}

.contact .user-data #register {
    padding: 3px 0;
    font-size: inherit;
    background: none;
    float: none;
    color: inherit;
    text-align: left;
    font-family: inherit;
    margin: 0;
    text-transform: none;
}

.total label:first-child,
#content_prev_next {
    float: left;
}

.shopping-bag .user-data {
    display: block;
    padding: 0;
    width: 100%;
    max-width: 500px;
    min-height: 0;
}

    .shopping-bag .user-data h2 {
        margin: 10px 0;
    }

/*.shopping-bag .personal-data {
    margin-top: 17px;
}*/
.user-data-pic {
    width: 45%;
    display: inline-block;
    float: right;
    margin-top: 76px;
    text-align: justify;
}

.mce-content-body {
    width: calc(100% - 20px);
    margin: 0 10px;
}

.contact .user-data-pic {
    margin-top: 42px;
}

.user-data-pic img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}



.user-data h1 span, .same-as h5 span, .same-as label {
    font-size: 18px;
    line-height: 20px;
    margin-top: 16px;
   
}

.user-email-pass {
   padding-bottom: 30px;
}

.shopping-bag .user-email-pass {
    padding: 0;
}

    .user-email-pass p {
        text-align: justify;
    }

.user .user-email-pass {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 30px;
    margin-bottom: 5px;
}


.user-data h5,
.shopping-bag .payment-selector h5, .atvetel-modja h5 {
    font-size: 20px;
    line-height: 30px;
    margin: 23px 0;
}

.shopping-bag .personal-data h5{
    display:none;
}

.user-data label {
    
    display: inline-block;
    font-size: 17px;
    margin-bottom: 30px;
    }

.user-data label a{
   
    padding:0;
}


.user .personal-data:first-of-type {
    margin-top: 10px;
   
}

.user .personal-data h5 {
    margin-top: 15px;
}

.user .user-email-pass h5 {
    margin-top: 30px;
}



.shipping-address {
    margin: 25px 0;
}


    .shipping-address section {
        display: none;
        margin-top: 35px;
    }

.personal-data #age, .personal-data #zip, .personal-data .zip {
    width: 90px;
    margin-right: calc(100% - 225px);
}

.user-email-pass label,
.personal-data label {
    width: 135px;
}

label[for="chbCeges"] {
    width: auto;
    margin-left: 135px;
}

#ceges{
    display:none;
}

.personal-data input[type="text"],
.user-email-pass input[type="text"],
.personal-data textarea {
    width: calc(100% - 135px);
    max-width: 290px;
    margin-right: calc(100% - 425px);
}


.personal-data textarea, .form textarea {
    resize: vertical;
    margin-right: 0;
    min-height: 100px;
    max-width: 290px;
    font-family: inherit;
    text-align: left;
}

.comment label {
    float: left;
}


.age {
    width: 85px;
}

#taxNo {
    max-width: 170px;
    margin-right: calc(100% - 305px);
}


.same-as, .user-data .same-as {
    display: inline-block;
}



#register.disabled {
   
    text-decoration: line-through;
}

.same-as label {
    width: auto;
    margin: 0;
    
}

.want-register {
    display: block;
}


.register {
    display: none;
    padding-top: 30px;
}



.accept label {
    display: block;
}


.blogger figure img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.blogger hr {
    margin: 0;
    border: none;
    border-bottom: 1px solid #cccccc;
}

.blogger section {
    width: calc(100% - 363px);
    float: left;
    padding: 0 15px 30px 15px;
    margin-top: 27px;
}

.blogger aside {
     width: 280px;
    float: right;
    border-left: 1px solid;
    padding-left: 20px;
    margin-top: 27px;
}

.blogger section div {
    margin-bottom: 80px;
}

    .blogger section div:last-child {
        margin-bottom: 0;
    }

.blogger h1 {
    margin-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
}

.blogger h2 {
    font-family: Didot-HTF-B24-Bold;
    font-size: 18px;
    margin: 14px 0 23px 0;
    letter-spacing: 1px;
}

.blogger h1 time {
    display: inline-block;
    float: right;
    
    letter-spacing: 1px;
}

.blogger section figure {
    max-width: 600px;
}


.blogger ul {
    padding: 0 15px 15px 0;
    margin: 0;
}

.blogger .dropdown ul {
    padding: 0;
}

.blogger li {
    margin: 1px 0;
    
}

    .blogger li a {
        
        font-size: 18px;
        padding: 5px 0;
        display: block;
    }

.fixed-menu {
    position: fixed;
    top: 0;
    width: 230px;
    
}


.blogger .dropdown, .blogger .filter-result {
    display: none;
}

.contact h2, .contact section, .pic-text h2, .text-page h2 {
    
    font-size: 18px;
    margin: 10px 0;
}

    .contact section:nth-of-type(2) {
        margin-top: 40px;
    }


.about h2, .shops h2 {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.shops h2 {
    max-width: 780px;
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
}

.contact h1, .store-locator h4, .pic-text h1, .text-page h1 {
   padding-bottom: 8px;
}

.store-locator h4 {
    margin-top: 53px;
}


.contact h3 {
    font-size: 17px;
    margin: 15px 0;
}
   

    .contact h3 a, .map a {
        background: none;
        padding: 5px 5px 5px 0;
        
        font-size: inherit;
        margin: 0;
        display: inline;
        float: none;
    }

.map {
    display: block;
    margin-top: 30px;
    width: 100%;
    height: 390px;
    
}



.store-locator h5 {
    font-family: Didot-HTF-M24-Medium-Ital;
    margin-top: 0;
    font-size: 17px;
    line-height: 21px;
    text-align: justify;
}



.blogger p, .pic-text p, .text-page p, .pic-text li {
   
    text-align: justify;
    max-width:950px;
}


.pic-text img, .text-page img {
    width: 100%;
    height: auto;
}

.blogger p:first-child, .pic-text p:first-child, .text-page p:first-child {
    margin-top: 10px;
}


#form-directions p {
    margin: 5px 0;
}

#form-directions strong {
    margin: 5px 0;
    font-size: 20px;
    line-height: 22px;
}

.text-page, .contact {
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
}



.text-page a {
    
    cursor: pointer;
    padding: 0;
}


.about {
    padding-top: 0;
    margin: 0px;
}


.text-page h1, .contact h1 {
    margin-top: 0px;
    font-weight: normal;
    border-bottom: 1px solid;
    line-height: 38px;
}



.text-page section {
    max-width: 700px;
}

.about section {
    max-width: 720px;
}

.video-frame {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    text-align: center;
    display: table;
    vertical-align: middle;
}

.container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.content {
    
    display: inline-block;
    text-align: left;
    width: 75%;
    max-width: 1000px;
    padding-bottom: 42%;
    position: relative;
}

.video {
    position: relative;
    height: 400px;
    margin:0 0 20px;
    display: block !important;
    float: none !important;
    max-width:none;
}

iframe, object, embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.user-email-pass div {
    position: relative;
}

.error {
    position: absolute;
    left: 150px;
    width: 100% !important;
    
    bottom: -35px;
    font-size: 13px !important;
}

.user-register .error {
    bottom: -25px;
    font-size: 12px !important;
}


.error-page {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}


#map-canvas {
    width: 100%;
    height: 400px;
}

#cis-load-img {
    margin: 30px auto;
    background: url(loader.svg)no-repeat center center;
    height: 30px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.product-not-found {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

    .product-not-found div {
        width: 100%;
        text-align: center;
    }

    .product-not-found .negy-0-negy {
        background: url(../design/404.jpg)no-repeat center center;
        background-size: contain;
        display: block;
        width: 100%;
        padding-bottom: 40%;
    }

    .product-not-found h2 {
        text-align: center;
        margin: 0px 0;
    }

.megjegyzes {
    width: 90%;
    margin: 10px 0 20px 10%;
}

    .megjegyzes label {
        float: left;
        width: 110px;
        font-weight: 200;
    }

    .megjegyzes textarea {
        width: calc(100% - 110px);
        min-height: 90px;
        resize: vertical;
    }



.payment-selector,
.atvetel-modja {
    width: 100%;
    margin-bottom: 40px;
   
}

    .payment-selector ul,
    .atvetel-modja ul {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .payment-selector li,
    .atvetel-modja li {
        margin: 20px 0;
    }

atvetel-modja li {
    margin: 17px 0;
}

    .atvetel-modja address {
        display: inline;
        font-size: 90%;
    }

.atvetel-modja .shipping-cost {
    display: block;
    padding-left: 35px;
    font-size: 73%;
    line-height: 15px;
}

label[for="chb_utanvet"] label {
    display: inline!important;
}

label[for="chb_paypal"]:after, i.paypal {
    content: ' ';
    background: url('/css/payment/paypal.png')no-repeat center center;
    background-size: contain;
    line-height: 35px;
    width: 90px;
    height: 25px;
    display: inline-block;
    float: right;
}



i.paypal {
    float: none;
    width: 86px;
    height: 28px;
    background-position: center top;
    vertical-align: middle;
    display: inline-block;
}
.otp img, .paypal img {
    display: inline-block;
    width: 100%;
    max-width: 330px;
}

.paypal img {
    max-width: 90px;
}


.payment-response ul {
    padding: 0;
    margin: 0;
}

.payment-response li {
    margin: 7.5px 0;
}

.payment-response label {
    margin-bottom: 0;
}

.payment-logos {
    position: absolute;
    text-align: left;
    top: 16px;
    width: 144px;
    right: 90px;
    display: inline-block;
}

.simple-logo {
    width: 100%;
}


.admin .payment-logos {
    display: none;
}

.payment-selector #lnk_simple {
    padding: 0;
    display: inline-block;
    position: absolute;
    margin-left: 5px;
    vertical-align: baseline;
}

#payment_warning {
    width:100%;
    display: block;
    float: left;
    margin: 30px 0 0 0;
    text-align: justify;
    line-height: 25px;
}

.tanacsadas label{
    display:block;
    margin:20px 0;
    font-size:18px;
    line-height:22px!important;
  
    
}

label.fault{
    width:100%;
    font-size:80%;
    margin:0;
    position:absolute;
}

.kapcsolat{
    margin:40px 0 0 0;
}

.kapcsolat label{
    display:inline-block;
    width:70px;
    margin:10px 0;
}

    .kapcsolat input[type="text"], .kapcsolat textarea{
        display:block;
        width:100%;
        max-width:300px;
        margin-bottom:10px;
    }

    .kapcsolat textarea {
        resize:vertical;
        max-width:600px;
        min-height:150px;
    }

    .kapcsolat p {
       max-width: 600px;
       font-size:90%;
    }

    #hidden{
        display:none;
    }


/*.tp-banner li:nth-of-type(2) .tp-caption a,
.tp-banner li:nth-of-type(3) .tp-caption a {
    background: url('buttonbg.png')repeat-x;
    background-size: contain;
    padding: 20px 30px;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    border-radius: 7.5px;
}

.tp-banner li:nth-of-type(3) .tp-caption a {
    background: url('buttonbg2.png')repeat-x;
    background-size: contain;
    
}*/

table {
    width: 100%!important;
    max-width:950px;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-bottom: 30px;
}

    table td {
        width: auto !important;
        padding: 0 5px !important;
        border: 0.5px solid;
    }

    table p {
        padding: 0;
        margin: 0;
    }

.parameters table {
    margin-bottom: 0;
    max-width: none;
}


        .parameters table tr:nth-child(even) {
            background-color: rgb(219 219 219 / 27%);
        }

        .parameters table td {
            border: none;
        }

            .parameters table td:nth-child(odd) {
                font-weight: 400;
                white-space: nowrap;
                padding-right: 15px !important;
            }


.notification {
    height: auto;
    padding: 10px;
    text-align: center;
    position: fixed;
    top: 0px;
    width: 100%;
    font-size: 16px;
   
    z-index: 4;
    display: none;
}

.notification .confirm{
    margin-left: 15px;
}


.common-content {
    margin: 25px 0;
}

    .common-content label {
        display: block;
        margin: 0;
        font-size: 95% !important;
        line-height: 25px !important;
        color: #6c6d70;
        position:relative;
        padding-left:60px;
        margin-bottom:30px;
    }

        .common-content label:before {
            content: ' ';
            display: inline-block;
            float: left;
            width: 50px;
            height: 50px;
            margin-right: 5px;
            position:absolute;
            left:0;
            top:-10px;
            
        }

.payback:before {
    background: url('../design/repay.svg')no-repeat left center;
}

.free-delivery:before {
    background: url('../design/delivery.svg')no-repeat left center;
}


.admin .product-desc iframe {
    height: 200px !important;
}

.product-desc .mce-tinymce {
    margin-top: 30px;
}

.icon-top:before {
    content: url(../design/pagetop.svg);
    width: 40px;
    height: 40px;
    display: block;
}

.scroll-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 15px;
    right: 10px;
    line-height: 66px;
    font-size: 15px;
    border-radius: 50%;
    z-index: 1;
    display: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #858585;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    box-shadow: 0 11px 21.25px 3.75px rgba(0, 0, 0, .06);
}

    .scroll-to-top:after {
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 1;
        background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 80%);
        background: -webkit-radial-gradient(center ellipse,rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 80%);
        background: radial-gradient(ellipse at center,rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 80%);
    }


.popup {
    background-color: #0000008c;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
/*    display:none;*/
}

.popup.not-show{
    display:none;
}

    .popup div {
        background-color: #e3e3e8;
        padding: 10px 15px;
        border-radius: 7.5px;
        margin: 0 10px;
    }

.popup div h4{
    margin:0;
}

    .popup div .btn {
        width: auto;
        display: inline-block;
        padding: 5px 15px;
        margin: 0px;
    }

.btn-download, .btn-tobag {
    display: inline-block;
    cursor:pointer;
    text-align: center;
    vertical-align: middle;
    background: url(../design/download.svg)no-repeat;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.btn-tobag {
    background: url(../design/reorder.svg)no-repeat;
   }

.orders a{
    color:inherit;
}

.orders h1 a {
    margin-right: 20px;
    color: #00000045;
}

.orders h1 a.aktiv {
    color: inherit;
    margin-right: 20px;
    text-decoration:underline;
}



.site-content .orders table td {
    width: auto !important;
    padding: 10px !important;
    border: none;
}

.site-content .orders table th {
    width: auto !important;
    padding:5px 10px !important;
    border: none;
    font-weight:500;
}

.site-content .orders table tr:nth-child(odd) {
    background-color: #fff;
}


.orders .PagerStyle, .orders .PagerStyle tr {
    background: none !important;
}

.PagerStyle table {
    text-align: center;
    margin: auto;
    width: auto!important;
    max-width: none;
}

.PagerStyle table td {
    border: 0px;
    padding: 5px;
}

.PagerStyle span {
    color: #000;
    padding: 6px 10px;
    border: solid 1px #000;
}

.menu-banner {
    width: 100%;
    z-index: 14;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    display: none;
}

.menu-banner img{
    width:100%;
}

@media only screen and (max-width:1200px) {
    body {
        font-size: 17px;
    }

    .logo {
        width: 140px;
        height: 60px;
    }

    nav {
        height: 60px;
        width: calc(100% - 265px);
    }


    .menu-open {
        left: 141px;
        width: calc(100% - 263px);
    }


    nav ul {
        line-height: 60px;
    }

    .bag, .search {
        line-height: 60px;
        width: 60px;
    }

        .search input {
            height: 62px;
            right: 60px;
        }

    .login {
        padding-right: 105px;
    }


        .sign-in, .login a {
            margin: 0px 10px;
        }

    article {
        margin-right: 10px;
        width: calc(100% - 270px);
    }


    .tp-banner-container {
        margin-top: -98px;
    }

    .main-page .product-list {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .product-list a, .recomended-box a {
        width: calc(33.333% - 20px);
    }


    .recomended-box {
        margin: 0 -5px;
    }

        .recomended-box:after {
            margin: 30px 6px 20px;
          
        }

    /*.termekek .site-content{
        margin-top:100px;
    }*/

    .site-content {
        margin-top: 10px;
    }

   .main-page .site-content {
        margin-top: 0;
    }
    
    .breadcrumb {
        /*top: -90px;*/
        left: -255px;
        width: calc(100% + 255px);
    }


    aside {
        padding-left: 0;
        width: 230px;
    }

    .filter label {
        font-size: 15px;
    }

    menu li, .akciok a {
        font-size: 19px;
    }

    .subnav li {
        font-size: 15px;
    }

    .subnav2 li {
        font-size: 13px;
    }



    .action {
        font-size: 19px;
        letter-spacing: .8px;
        line-height: 19px;
    }

    .product-text, .product-text h3 {
        max-width: none;
    }

  
    .blogger aside {
        width: 260px;
    }

    .user-data {
        width: 60%;
    }

    .user-data-pic {
        width: 36.9%;
    }

    .blogger section {
        width: calc(100% - 335px);
    }


    .content {
        width: 80%;
        padding-bottom: 45%;
    }

    .out-of a .bag-alert {
        bottom: 44px !important;
    }
}


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

    .wrapper {
        padding: 0 15px;
    }

    .tp-banner-container {
        margin-top: 0;
    }

        .tp-banner-container .tp-bgimg {
            object-fit: cover;
        }

    .wrapper:first-of-type {
        margin-top: 60px;
    }

    .sticky.wrapper:first-of-type {
        margin-top:0;
    }

    body {
        font-size: 16px;
        line-height: 22px;
    }

    .tanacsadas label {
        font-size: 15px;
    }

    header {
        text-align: center;
        z-index: 3;
        display: block;
        border-bottom: none;
    }

    

    .inf {
        display: none;
    }


    aside section {
        max-width: 370px;
        width: 75%;
        padding: 15px;
        position: fixed;
        padding-top: 5px;
        top: 60px;
        right: 0;
        z-index: 2;
        height: calc(100% - 60px);
        overflow-y: auto;
        overflow-x: hidden;
        display: none;
        -webkit-box-shadow: -2px 0px 5px 0px rgba(50, 50, 50, 0.3);
        -moz-box-shadow: -2px 0px 5px 0px rgba(50, 50, 50, 0.3);
        box-shadow: -2px 0px 5px 0px rgba(50, 50, 50, 0.3);
    }

    article {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    /*.termekek .site-content {
        margin-top: 80px;
    }*/

    .user-register {
        padding: 15px 0;
    }

    .text-page {
        padding-top: 20px;
        max-width: none;
    }

    .default-text h1, .default-text h2 {
        line-height: 28px;
        font-size: 19px;
    }

    .default-text .container {
        font-size: 18px;
        line-height: 26px;
    }

    .fixed {
        position: fixed;
        margin-top: 0;
        top: 0;
        width: 100%;
        z-index: 3;
    }



    .logo {
        margin-top: 15px;
        margin-left: 0;
        width: 225px;
        display: none;
    }
   
  
    .aktiv .disz {
        display: none !important;
    }

    .akciok {
        padding: 20px 0 0 10px;
    }

    .filter {
        padding-top: 0 !important;
    }

    nav li:hover .disz {
        display: none !important;
    }

    .bag {
        display: none;
    }

    nav {
        margin-top: 0;
        height: 60px;
        position: fixed;
        top: 0;
        left: 0px;
        width: 100%;
        border-top: 4px solid;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .wrapper.sticky nav{
        position:absolute;
       }

    .login {
        display: none;
    }

    .mobil-nav, .mobil-nav ul {
        display: block;
        width: 100%;
        height: 57px;
        padding: 0px;
        margin: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: justify;
    }

        .mobil-nav ul {
            max-width: none;
            display: flex;
            justify-content: space-between;
            position: relative;
        }

    .mobil-termekek {
        display: block;
        width: 100%;
        border-top: 2px solid #ffffff;
        background: url(/design/helloskin/polygon_back.svg)no-repeat right 15px center;
        background-size: 15px;
        position: fixed;
        font-size: 22px;
        top: 40px;
        z-index: 2;
        left: 0;
        padding: 7px 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }



    .fooldal {
        display: none;
    }


    .shopping-bag h1, .user-data h1, .blogger h1, .store-locator h4, .text-page h1 {
        margin: 5px 0 10px 0;
        font-size: 24px;
    }

    .product-page {
        width: 100%;
        padding: 0;
        margin-top: 20px;
        z-index: 0;
    }

    .breadcrumb {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }

        .breadcrumb h1, .breadcrumb h2 {
            line-height: 22px;
        }

        /*.breadcrumb a {
            font-size: .8em !important;
        }*/


    .ajanlott a, .more-colors a, #newest-product a {
        width: 95% !important;
    }

    .product-price {
        font-size: 19px;
    }

    .properties {
        margin-top: 0;
    }

    .nbs-flexisel-nav-right {
        right: -28px !important;
    }

    .nbs-flexisel-nav-left {
        left: -28px !important;
    }

    .nav-wrap {
        display: none;
        height: auto;
        position: fixed;
        padding: 0;
        max-width: 370px;
        left: 0;
        text-align: left;
        top: 60px;
        z-index: -1;
        width: 75%;
        height: 100%;
        overflow-y: auto;
    }

    

    menu {
        margin: 0;
        padding: 0;
    }


    #nav, .subnav, .subnav2 {
        width: 100%;
        min-height: calc(100% - 60px);
       /* position: absolute;
        left: auto;
        top: 58px;*/
        display: none;
        box-sizing: border-box;
        padding: 10px 0 40px 0;
        margin: 0;
    }

    .subnav, .subnav2 {
                 
        padding: 0;
       
    }


    #nav {
        display: none;
    }


        #nav li, .subnav li, .subnav2 li, .signed-in-mobile li, .mobile-lng li {
            display: block !important;
            text-align: left;
            margin: 5px 0px;
            font-size: 23px;
            padding-left: 15px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            overflow: hidden;
        }
            #nav li.logo {
                display: none !important;
                width: 100%;
                background-size: 80%;
                background-position: left;
            }
    #nav .has-menu {
        background: url(../design/drop_plus_light.svg) no-repeat right 10px top 10px;
        background-size: 7.5px;
    }



    .macskalandok #nav li.logo {
        display: block !important;
    }


        #nav .deviza {
            border-top: 1px solid;
            margin: 15px 10px 60px;
            padding: 5px 0;
            overflow: visible;
            display: block;
        }

        .deviza #deviza {
            float: none;
        }

        #deviza li {
            padding:0!important;
            margin-bottom:10px;
            font-size:90%;
        }

    #deviza li:last-child {
         margin-bottom: 5px;
         
    }

    .subnav:before {
        content: none;
    }


    #menu li:nth-last-child(2), .subnav li:nth-last-child(1), .subnav2 li:nth-last-child(1) {
        border-bottom: none;
    }




    #nav li a, #menu li a, .subnav li a, .subnav2 li a, .signed-in-mobile a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        padding: 0;
        margin: 2.5px 0px;
        font-family: exo2-0-regular;
        text-transform: none;
        line-height: 30px;
    }


    #nav li a {
        text-transform: uppercase;
    }

    nav li:hover .subnav {
        display: none;
    }

    .main-menu {
        display: block !important;
    }

    .mobil-nav li {
        background-position-x: center;
        background-position-y: center;
        background-repeat: no-repeat;
        display: inline-block;
        text-align: center;
        min-width: 32px;
        padding: 4.5px;
        margin: 0;
        vertical-align: middle;
    }



        .mobil-nav li:first-child {
            margin: 0;
        }


        .mobil-nav li:nth-child(1) {
            background: url(../design/phonemenu.svg) left center no-repeat;
            background-size: 30px;
        }

        .mobil-nav li:nth-child(2) {
            background: url(../design/phonesearch.svg) center center no-repeat;
            background-size: 30px;
        }

        .mobil-nav li:nth-child(3) {
            background: url(../design/phoneuser.svg) center center no-repeat;
            background-size: 30px;
        }


        .mobil-nav li:nth-child(4) {
            background: url(../design/shoppingbag.svg) center center no-repeat;
            background-size: 27px!important;
            font-weight: bold;
        }


        .mobil-nav li:nth-child(5) {
            background: url(../design/flagicon.svg)no-repeat center center;
            background-size: 36px;
        }

    .no-lng .mobil-nav li:nth-child(5), .mobile-lng {
        display: none;
    }


    .mobil-nav li:nth-child(4) label {
        display: block;
        cursor: pointer;
        font-size: 17px;
        margin-left: 0.5px;
        width: 30px;
        text-align: center;
        line-height: 28px;
        margin-top: 34px;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        z-index: -1;
    }



    .favorites {
        background: none;
        width: 100%;
        margin: 0;
        padding: 0;
        float: none;
    }

    #logout {
        padding-left: 0;
        float: none;
    }

    #profile {
        float: none;
        padding: 0;
        display: block;
    }



    .sign-in-box .create-acc {
        display: inline-block;
        width: auto;
        padding: 0;
        float: right;
    }

    .search strong {
        display: none;
    }

    .search {
        position: fixed;
        width: 100% !important;
        box-sizing: border-box;
        padding-right: 0;
        /* padding-left: 35px; */
        border-bottom: 1px solid;
        /* background: url(../design/loop.svg) no-repeat left 10px center; */
        background-size: 25px;
        display: none;
        max-width: none;
        left: 0;
        top: 58px;
    }

    .big-search {
        position: absolute;
        top: 60px;
        width: 100%;
        background-color: #000;
        padding: 10px;
    }

        .big-search.detailed {
            width: 100%;
            position: absolute;
            padding: 0 0 5px;
            display: none;
            max-width: none;
        }

            .big-search.detailed #search, .search-result {
                width: calc(100% - 35px);
            }

    .search-result {
     margin:0;
     max-height:85vh;
    }

        .search-result a {
            color:inherit;
            font-size:13px;
            line-height: 15px;
        }

    .wrapper.sticky .search, .wrapper.sticky .sign-in-box, .wrapper.sticky .mobile-lng {
        position: absolute;
    }

    .signed-in-mobile .affi-liate-widget,
    .profile .affi-liate-widget {
        color: #fff;
        text-align: right;
        font-weight: 300;
    }

        .signed-in-mobile .affi-liate-widget #logout {
            display: none;
        }

    li.affi-liate-widget {
        display:none;
    }
        .not-shop {
        top: 3px;
    }

    .search input {
        width: calc(100% - 10px)!important;
        position: relative;
        margin:0 5px 5px;
        padding-left: 10px;
        display: block;
        right: auto!important;
        border: none;
    }

    .search img {
        display: none;
    }


    .sign-in-box {
        position: fixed;
        top: 58px;
        margin: 0;
        right: 0;
    }

    .signed-in-mobile {
        margin: 0;
        margin-top: 0;
        display: none;
        max-width: 370px;
        padding: 10px;
        top:59px;
        right: 0;
        position: absolute;
        text-align: right;
        font-size: 18px;
    }

        .signed-in-mobile a {
            overflow: visible;
            text-align: right;
            height: unset;
            text-transform: uppercase;
        }

    .mobile-lng {
        position: fixed;
        right: 0;
        margin: 0;
        padding: 0 20px 0 0;
        line-height: 35px;
    }

    .filter, .products {
        width: 100%;
        padding: 0;
        margin-top: 15px;
        border: none;
    }


    .filter, .favorit .filter {
        text-align: justify;
        margin: 0;
        padding: 20px 0 45px 10px;
    }

    .favorit .products {
        margin-top: -18px;
    }

    .favorit h2 {
        margin-left: 15px;
    }


    .blogger hr {
        visibility: hidden;
    }


    .product-desc .dropdown, .product-desc .dropdown2 {
        float: none;
    }

    .out-of a span br {
        display: none;
    }

    .title {
        display: none !important;
    }

    .filter label {
        margin: 15px 0;
        display: block;
    }



    .filter-menu label {
        display: block;
    }

    .filter span {
        font-size: 16px;
        font-weight: normal;
        text-transform: uppercase;
    }



    aside {
        width: 100%;
        padding: 0;
        margin: 0;
        line-height: 30px;
        z-index: 1;
        min-height: unset;
    }

    .filter-open {
        text-align: right;
        width: 100%;
        display: inline-block;
        text-transform: uppercase;
        cursor: pointer;
        position: absolute;
        margin-top: 5px;
    }

        .filter-open::after {
            content: " ";
            background: url(../design/filter.svg)no-repeat center center;
            float: right;
            height: 25px;
            font-weight: bold;
            margin-left: 5px;
            width: 20px;
        }

    .filter-close {
        height: 25px;
        display: block;
        top: 30px;
        position: absolute;
        right: 15px;
    }

        .filter-close::after {
            content: "X";
            float: right;
            font-family: exo2-0-bold;
            font-weight: 300;
            font-size: 25px;
            line-height: 25px;
        }



    .dropdown span, .dropdown2 span {
        display: block;
    }


    .product {
        padding: 0;
        margin-top: 20px;
    }

    .description .product {
        width: 100%;
        margin-top: 20px;
    }

    .product-image, .product-desc {
        width: 48%;
    }

    .product-text {
        margin: 30px 0 15px;
        padding-top: 0;
    }
    
    .recomended {
        margin: 0;
        width: 100%;
    }


    .share-button {
        right: auto;
        left: -3px;
        bottom: auto;
        position: relative;
        margin-top: 30px;
    }

    .product-desc label:last-child {
        line-height: 28px;
    }

    .description {
        margin-top: 30px;
        padding: 0;
    }



        .description .filter, .description .products {
            padding: 0;
        }


    .bag-content ul {
        white-space: normal;
        margin-top: 10px;
        border-bottom: 1px solid #b7b7b7;
    }

        .bag-content ul:nth-last-child(2) {
            border: none
        }

        .bag-content ul:first-child {
            display: none
        }

    #pontbevaltas ul {
        display: block;
    }

    .bag-content li {
        margin-bottom: 15px
    }

        .bag-content li:nth-child(1) {
            width: 70px;
           
            
        }

        .bag-content li:nth-child(2) {
            width: calc(100% - 71px);
            white-space: pre-line;
            margin-bottom: 15px
        }

        .bag-content li:nth-child(3) {
            width: 45%;
            margin-left: 0;
            text-align: left;
           
        }

        .bag-content li:nth-child(4) {
            width: 18.8%;
            /*text-align: center;*/
            font-family: exo2-0-bold;
            font-size: 30px
        }

    .payable li:nth-child(4) {
        font-size: inherit !important;
        color: inherit !important;
        font-family: inherit !important;
    }

        .bag-content li:nth-child(5) {
            width: 36%;
            text-align: right;
            color: inherit;
            font-family: inherit;
            font-size: inherit;
        }

    #ship_cost, #total {
        float: right
    }

    .bag-content ul:last-child li:last-child {
        text-align: right;
        width: 32%;
        color: inherit;
        line-height: inherit
    }

    .shipping-cost li:nth-child(2), .total li:nth-child(2) {
        width: 100%;
        margin-left: 0 !important;
        margin-top: 15px
    }

    .total li:nth-child(2) {
        margin-top: 5px
    }

    .shipping-cost li:nth-child(1), .total li:nth-child(1), .total li:nth-child(3), .total li:nth-child(5), .bag-content ul:last-child li:nth-child(3), .bag-content ul:last-child li:nth-child(4), .bag-content ul:last-child li:nth-child(5), .shipping-cost li:nth-child(3), .shipping-cost li:nth-child(4), .shipping-cost li:nth-child(5),
    #pontbevaltas li:nth-child(1), #pontbevaltas li:nth-child(3) {
        display: none
    }

    #pontbevaltas li {
     margin-left: 0;
    }

        #pontbevaltas li:nth-child(2) {
            width: calc(100% - 190px);
            line-height: 25px;
        }

        #pontbevaltas li:nth-child(4) {
            width: 140px;
         }

        #pontbevaltas li:nth-child(5) {
            width: 40px;
        }


    #pontbevaltas ul:first-child {
        padding-left: 5px;
        margin-bottom: 10px;
    }

    #pontbevaltas ul:last-child li:nth-child(2) {
        width: calc(100% - 145px)!important;
    }

        #pontbevaltas ul:last-child li:nth-child(5) {
            display:none;
        }

        

    .check-out-data {
        margin-top: 10px;
    }


    .user-data,
    .user-data-pic {
        width: 100%;
        display: block;
        margin: 0;
        max-width: 550px;
        float: left;
    }

    .user-data-pic {
        margin: 10px 0;
    }

    .accept label, .same-as label, .want-register label {
        font-size: 16px;
    }

    .blogger section {
        padding: 0 20px;
        width: calc(100% - 40px);
    }

    .blogger .dropdown,
    .blogger .filter-result {
        width: calc(100% - 40px);
        margin: 20px auto;
        display: block;
        float: none;
    }

    .fixed-blogger {
        position: fixed;
        top: 40px;
        width: 100%;
    }

    .blogger .filter-result {
        width: calc(100% - 30px);
    }

    .blogger h1 time {
        display: block;
        float: none;
    }

    .blogger h1 {
        font-size: 30px;
        padding-bottom: 2px;
    }

    .blogger h2 {
        font-size: 17px;
        margin: 10px 0 20px 0;
    }

    .blogger p, .pic-text p {
        margin: 20px 0;
    }


    .store-locator h4 {
        margin-top: 35px;
    }

    .shopping-bag .user-data {
        padding: 0;
    }


    .stripe {
        display: none;
    }



    .shopping-bag {
        margin-top: 80px;
        padding: 0px;
    }

    .payment-logos {
        position: inherit;
        bottom: auto;
        margin-top: 20px;
    }


    .social {
        display: block;
        width: 345px;
        margin: 10px auto 30px;
        text-align: center;
    }

        .social a {
            margin: 10px 0;
        }

        .social div a {
            margin: 0 10px 0px;
        }

    .social span {
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
    }

    a.bankcard {
        margin: 20px 0;
        background-position-x: center;
    }
    .paypal-logo {
        display: block;
        float: none;
        margin:10px auto;
    }

    .company-info {
        float: none;
        text-align: center;
        width: auto;
        margin: 20px auto 10px;
    }

    footer {
        text-align: center;
    }

        footer ul {
            display: block;
            height: auto;
            width: 225px;
            margin: 10px auto;
            text-align: center;
        }

        footer li {
            display: block;
            padding: 2.5px;
            margin: 2.5px 0;
        }


    .menu-banner {
       display: block;
    }

}


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


    .product-list a, .recomended-box a {
        width: calc(50% - 15px);
        margin: 7.5px;
    }

    .main-page .products {
        padding: 10px;
        margin: 30px -15px;
        width: auto;
    }

    .select-type {
        font-size: 18px;
        display: flex;
        justify-content: space-around;
        padding: 0;
    }

        .select-type .selected-tab:before {
            top: -10px;
            border-left-width: 45px;
            border-right-width: 45px;
            border-top-width: 12px;
        }

        .select-type li {
            margin: 0;
        }

    .boxes {
        width: 100%;
        margin-left: 0;
    }

        .boxes figure {
            width: 100%;
            margin: 7.5px 0;
            padding-bottom: 147.4%;
        }

    figure.dupla {
        padding-bottom: 68.2%;
    }


    .find-store {
        font-size: 19px;
    }

    .shop-list li div {
        padding: 0px;
    }

    .shop-list fieldset {
        margin: 10px 2px;
    }

    .product {
        margin-top: 0;
    }

    .product-image, .product-desc {
        width: 100%;
        margin: 10px 0 30px 0;
    }

    .product-desc, .recomended {
        margin-top: 0;
        width: 100%;
    }

    .product-text {
        margin-top: 0;
        
    }

    .chg-item-qnt span {
         width: 45px;
        height: 45px;
      }

    .shopping-bag .chg-item-qnt span {
        width: 35px;
        height: 35px;
    }

    .chg-item-qnt label {
        width: 45px;
        height: 43px;
        line-height: 43px;
    }

    .shopping-bag .chg-item-qnt label {
        width: 40px;
        height: 33px;
        line-height: 35px;
    }

    .add-to-cart{
        margin-top:20px;
    }

        .chg-item-qnt, .add-to-cart, .add-to-cart a{
            height: 45px;
           
        }
    #qnt {
        height: 43px;
        font-size:120%;
    }
   
       .shopping-bag .chg-item-qnt{
            height: 35px;
        }

        .add-to-cart a span {
            line-height: 45px;
        }


    .bag-alert {
        bottom: 55px;
     }


    /*.recomended-box .product-box {
        height: 310px;
    }*/


    .product-desc h1, .mobile-head h1 {
        font-size: 30px;
        line-height: 30px;
        max-width: none;
    }

    .ddl_price {
        width: 325px;
    }



    .product-desc .size {
        margin-right: 10px;
    }

    .product-desc label:last-child {
        font-size: 17px;
        line-height: 22px;
    }


    .out-of a span br {
        display: block;
    }

    .out-of a .bag-alert {
        bottom: 63px !important;
    }



    .user-data label,
    .user-email-pass label {
        width: auto;
        display: block;
        margin-bottom: 5px;
        left: auto;
    }

    .error {
        bottom: auto;
    }

    .shipping-address {
        margin: 5px 0;
    }


    .personal-data input[type="text"], .user-email-pass input[type="text"].accept,
    .personal-data textarea {
        width: 100%;
        max-width: none;
        margin-bottom: 20px;
    }

    .comment label {
        float: left;
    }

    .accept label, .same-as label, .want-register label {
        font-size: 15px;
        margin-bottom: 27px;
    }

    .shipping-address section {
        margin-top: 0;
    }

    .user-email-pass div {
        margin-bottom: 20px;
    }

    .user-email-pass {
        padding-bottom: 0;
    }

    .check-out a, .user-data a {
        width: 100%;
        float: none;
        padding: 10px 0;
        max-width: none;
    }

    .user-data .pass-rec {
        margin-top: 30px;
    }



    .stripe-bottom {
        height: 138px;
        margin-top: -140px;
    }


    .lookbook figcaption {
        margin: 0;
        font-size: 13px;
    }



    .shipping-cost li:nth-child(1) label {
        display: block;
    }

    .press {
        width: 100%;
        margin: 0;
        padding: 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .press figure {
            width: 100%;
            margin: 7.5px 0;
        }

    .shops h4 {
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
    }



    .shop-list li {
        width: auto;
        display: block;
    }

    .hatterkep, .lookbook {
        min-height: 350px !important;
    }


    .megjegyzes textarea {
        min-height: 130px;
    }

    .personal-data input[type="text"], .user-email-pass input[type="text"], .personal-data textarea {
        width: 100%;
        max-width: none;
        margin-right: 0;
    }

    .atvetel-modja address {
        display: block;
        margin-left: 35px;
        margin-top: 5px;
    }

    #ddl-szallitasi {
        width: 100%;
        margin-right: 0;
    }

   .user #ddl-szallitasi {
        width: calc(100% - 40px);
        margin-right: 10px;
    }
}


@media only screen and (max-width: 475px) {
    .site-content .orders table {
        font-size: 85%;
    }

}

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


        .filter label {
            letter-spacing: 1.1px;
        }



        .main-page .product-list {
            margin-top: 0;
        }



        .main-page .products {
            padding: 10px 5px 20px 5px;
        }

        .main-page .product-list {
            margin-left: 0;
            margin-right: 0;
            width: 100%;
        }

        /*.select-type {
        justify-content: space-between;
    }*/

        .product-box figure {
            margin: 10px 0 10px 0;
            padding-bottom: 75%;
        }

        .product-box figcaption {
            /*height: 60px;*/
            margin-bottom: 30px;
        }

        .product-price {
            font-size: 15px;
            bottom: 5px;
        }


        .rights {
            width: auto;
            font-size: 14px;
        }

        .contact h3 {
            font-size: 15px;
            margin: 20px 0;
        }

        .store-locator h5 {
            font-size: 14px;
            line-height: 19px;
        }


        /*.breadcrumb a {
        font-size: .55em !important;
    }*/

        .product-box figure {
            margin: 10px 0 10px 0;
            padding-bottom: 75%;
        }

        .product-box figcaption {
            height: 62px;
            margin-bottom: 34px;
        }

        .product-price {
            font-size: 14px;
            bottom: 0;
        }


        .bag-content li:nth-child(3) {
            width: 50%;
            margin-left: 0;
            text-align: left;
        }

        .bag-content li:nth-child(4) {
            width: 11.4%;
        }

        .bag-content li:nth-child(5) {
            width: 39.9%;
            font-size: 16px;
            line-height: 20px;
        }

        .otp img, .paypal img {
            max-width: 208px;
            margin-top: 4.5px;
        }

        .select-type {
            font-size: 14px;
            margin: 0 0 10px;
        }

        .add-to-cart a span {
            padding: 0 20px !important;
        }
    }

    @media only screen and (max-width: 330px) {
        .mobil-nav li {
            padding: 5px;
        }

        .add-to-cart a span {
            display: none;
        }
    }

h1, body, .short-desc, .product-box figcaption span:first-child, .add-to-cart a, .input-group-btn button, .subnav2 li a, .company-info, .social span, .product-desc h1 span, #foxpostHelyszinek #csomagpont,
.mobile-head h1 span, .product-desc .in-stock, .product-price, .search input, nav li a, .subnav li a, .bag-content ul:last-child li {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
}

.breadcrumb a, #foxpostHelyszinek span {
    font-weight: 300 !important;
}

.search input {
    font-weight: 300;
}

.bag label, footer li a, .product-box figcaption, .select-type, .text-page h1, .valto a:before, .product-desc h1, .filter-result, #register, #pontbevaltas, #foxpostHelyszinek,
.mobile-head h1, .frequently-ordered .bag-content ul:last-child li, .frequently-ordered .bag-content li:nth-child(5), .company-info label:first-child, #pontbevaltas ul:last-child li {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
}

    #foxpostHelyszinek label {
        font-weight: 400!important;
    }

    .bag-content li:nth-child(5), .sale-price, .high-price, strong, #pontbevaltas ul:last-child li, .taste {
        font-weight: 500!important;
    }

    #pontbevaltas ul:last-child li:nth-child(2){
        text-transform:uppercase;
    }

    .elerheto {
        display: none;
    }
/*Black Friday*/
.black-friday .product-box:before,
#div_product[data-bf] #gallery:before {
    content: ' ';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 5px;
    background-image: url('../design/bfriday.svg');
}

#div_product[data-bf] #gallery:before {
    left: 5px;
    right: auto;
}
/*Black Friday*/


.outer-wrapper {
    overflow: visible;
    padding: 0 15px;
    box-sizing:border-box;
}

.sticky {
    position: -webkit-sticky;
    position: sticky !important;
    top: 0;
    z-index: 2;
}

.info-line {
    background: #fff;
    color: #000;
    max-width: 1500px;
    margin: auto;
}

.wrapper:first-of-type {
    max-width: none;
    padding: 0;
    text-align: center;
}

.wrapper:last-of-type {
    max-width: 1500px;
    padding: 0;
}

header{
    max-width:1500px;
}

.login {
    font-size: 15px;
    padding: 7px 0;
}

.lang {
    display: block;
    float: right;
    margin-left: 15px;
    margin-right: 10px;
    margin-bottom:0!important;
}

#language {
    width: 100px;
 
}

    #language ul{
        margin-left:1px;
    }

    #language li, #language.dropdown span {
        padding-left: 30px!important;
    }

    #language li[data-value="Magyar"], html[lang="hu"] #language span {
        background: url('../design/hungary.png')no-repeat center left 5px;
        background-size: 20%;
    }

        #language li[data-value="English"], html[lang="en"] #language span {
            background: url('../design/english.png')no-repeat center left 5px;
            background-size: 20%;
        }

    

.logo {
    background: url(../design/logo.svg) no-repeat center center;
    background-size: contain;
    width: 190px;
    height: 65px;
    border: none;
}

.nav-wrap .logo {
    display: none;
}

nav {
    height: auto;
    width: calc(100% - 300px);
    border: none;
    max-width: 1075px;
}

    nav ul {
        line-height: 65px;
        font-size: 15px;
        font-weight: 400;
    }

    nav li a {
        text-transform: none;
        padding: 0;
        font-size: inherit;
        font-weight: 400;
    }


aside {
    padding-top:25px;
 }

.termekek aside {
    padding-top: 0px;
}

.akciok {
   margin: 0;
}

.akciok a {
    font-size: 17px;
    font-weight: 400;
    padding: 0px;
}

#menu{
    margin-top:0;
}

.akciok li{
    margin:5px 0;
}

li.affi-liate-widget {
    margin-bottom: 18px;
    font-weight: 400;
    padding: 10px 7px;
}

.affi-liate-widget #logout{
    color:red!important;
}

.affi-liate-widget small{
    display:block;
    margin-top:-5px;
    font-style:italic;
}

#menu li {
    font-size: 17px;
    margin: 7px 0;
    color: #333;
}

#menu .subnav li, #menu .subnav2 li {
    color: #525252;
    margin:0;
    width:100%;
}

.subnav li a, .subnav2 li a {
    text-transform: none;
    font-family: inherit;
}
.nav li a {
    color: inherit !important;
    text-transform: none;
    font-weight: 400;
}

#menu .selected {
    font-weight: 500;
    text-decoration: none;
    color: #f44336 !important;
}

.main-page .products {
    margin: 30px auto 0;
   overflow:hidden;
}

.bag, .search {
    line-height: 65px;
    width: 50px;
    border:none;
  }

    .search input {
        width: 340px;
        height: 67px;
        right: 65px;
        top:0;
        border:none;
              }

menu {
    display: block;
    padding: 0;
    margin: 0;
}

.subnav, .subnav2 {
    display: none;
    text-align: left;
    padding-left: 10px;
}

.main-page article {
    display: inline-block;
    margin-bottom: 0;
    width: calc(100% - 255px);
    float: right;
}

.bag strong {
    background: url(../design/shoppingbag.svg)no-repeat;
    width: 24px;
    height: 30px;
    line-height: 30px;
}

.add-to-cart a {
    background: url(../design/carticon.svg)no-repeat right 13px center;
    background-size: 20px;
    /*height: 37px;*/
    font-weight:400;
}

.search strong {
    background: url(../design/loop.svg) no-repeat center center;
   
}

.bag label {
    top: 4px;
    font-size: 13px;
    margin-left: 0;
    width: 24px;
}

.tp-banner-container {
    z-index: 0 !important;
    border: none;
    -moz-box-shadow: -1px 5px 15px 3px rgba(54, 54, 54, .25);
    -webkit-box-shadow: -1px 5px 15px 3px rgba(54, 54, 54, .25);
    box-shadow: -1px 5px 15px 3px rgba(54, 54, 54, .25);
}

.tp-banner-container, .site-content {
    margin-top: 0;
}

.default-text .container {
    margin: 30px auto 0;
  }

.default-text p {
    background-color: #f44336;
    padding: 15px;
}

.info-line p {
    background: none !important;
}

.breadcrumb {
    top: -60px;
}

.product-box figure {
    background-size: cover;
    margin: -7.5px -7.5px 10px -7.5px;
    padding-bottom: 100%;
    font-weight: 300;
   
}

.product-box figcaption {
    height: 50px;
}
.product-desc .size span {
    width: 197px;
}

.short-desc {
    bottom: 60px;
    width: calc(100% + 15px);
   margin-left:-7.5px;
   padding: 10px 15px;
}


.product-box figcaption span:first-child {
    display: none;
   }

.egy-ketto{
    margin:20px 0;
    float:left;
    
}

.egy-rendelheto {
    color: rgba(113, 113, 113, 0.7);
    font-size: 75%;
    margin: 0;
    line-height: 150%;
   
}

.add-to-cart {
 margin-top:15px;
}

.magan-text {
    font-size: 85%;
    color: #fff;
    line-height: 140%;
    background-color: #bb3482;
    padding: 10px;
    }

    .magan-text a {
        display: inline;
        padding: 0;
        font-size: inherit;
        color: inherit !important;
        text-decoration:underline;
    }

.shopping-bag .orig-price{
    display:none;
}

.shopping-bag .common-content {
    margin-bottom: 25px !important;
}

    .shopping-bag .common-content .magan-text {
        margin-top: 25px;
    }

.shopping-bag .user-data h5 {
    margin-top: 0;
}

.properties {
    margin: 0;
}
/*
#qnt {
    
    height: 42px;
  
}*/

.product-text, .product-text h3 {
    margin: 30px 0 15px 0;
   
}

    .product-text h3 {
        margin-top:15px;
    }

    .product-text p{
         text-align: left !important;
    }

    .product-text strong {
        font-weight: 500!important;
    }

    .product-text ul {
        padding: 0 0 0 20px;
        list-style-type: circle;
     }

    .product-text h4 {
        font-weight: bold;
        margin: 8px 0;
    }

    .product-text img {
        width: auto;
        
    }
    .product-text p,
    .product-text span {
        font-size: 100% !important;
        line-height: 30px;
    }

.company-info br {
    display: none;
}

.tel {
    float: left;
   line-height:26px;
}


.link-contact {
   float:right;
    font-weight: 500;
}

.shopping-bag h1, .user-data h1, .blogger h1, .store-locator h4 {
    margin-top: 30px;
}

.text-page h1 {
    margin-top: 10px;
}


/*h1, body, .filter-result, .short-desc, .product-box figcaption span:first-child, .add-to-cart a, .input-group-btn button, .subnav2 li a, .company-info, .social a, .product-desc h1 span,
.mobile-head h1 span, .product-desc .in-stock {
    font-family: Avenir-Book;
}

    .bag label, nav li a, .subnav li a, footer li a, .product-price, .select-type,
    .bag-content ul:last-child li, .bag-content li:nth-child(5), .company-info label:first-child, .product-box figcaption {
        font-family: Avenir-Book;
        font-weight: bold;
    }*/

/*.product-text, .product-text h3 {
    margin: 15px 0;
    padding-top: 0;
}*/

.recomended {
    border-top: 1px solid #d1d0d0;
}


input[type="checkbox"]:checked + label span, input[type="radio"]:checked + label span, #chbListEgyeb input[type="checkbox"]:checked + label:before, #chbListEgyeb input[type="radio"]:checked + label:before {
    background: url(../design/checkin_drop.svg)no-repeat center center;
    
}
.bag-alert label {
    background: url(../design/shoppingbagupdate.svg)no-repeat center center;
  }


.bag-alert {
    font-size: 15px;
 }

.add-to-cart a span {
    padding: 0 30px;
}

.add-to-cart.out-of {
    opacity: 0.4;
}


.banner {
    position: relative;
    /*background-color: #fff;*/
    bottom: 0;
    padding: 5px 0;
    margin: 0 -15px 0 -15px;
    box-sizing: border-box;
    text-align: justify;
}

.error-page .banner, .text-page .banner{
    display:none;
}

.banner ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .banner li {
        text-align: center;
    }

    .banner img{
        width:100%;
    }

    .banner li:last-child img {
        width: 65%;
        /*margin: 0 10px;*/
    }

    .banner div{
        padding:0 10px!important;
    }

.fb_iframe_widget {
    margin: auto;
    text-align: center;
    display: block !important;
}


/*label[for="atvetelFutar"]:after {
    content: ' - Készpénz';
    font-size:90%;
    font-style:italic;
}*/

/*label[for="atvetelHelyszin"] address:before {
    content: ' - Készpénz ';
}*/

/*.shipping-cost li:nth-child(2):after {
    content: '*'
}*/

/*.check-out-data:before {
    content: '*A szállítási költség Budapestre 1990 Ft, vidékre 2990 Ft. \A A szállítás iő 5-6 munkanap. \A Személyes átvétel előre utalásnál vehető igénybe, kizárólag az átvételi ponton!';
    white-space: pre-wrap;
}*/

/*.check-out-data:before {
    content: '*A szállítási költség Budapestre 1990 Ft, vidékre 2990 Ft. \A A szállítás iő 5-6 munkanap.';
    white-space: pre-wrap;
}*/


.share-button {
    position: unset;
    margin-top:25px;
    margin-left: -5px;
}


.shopping-bag .common-content {
    margin: 0;
}

    .shopping-bag .common-content p {
        margin: 5px 0;
    }

.common-content label:before {
    top: 10px;
}


/*#content_ctl00_payment_helyszini {
    display: none;
}*/

.payment-selector address {
    display: inline;
    font-size: 90%;
}

.free-delivery:before {
    background: url(../design/delivery.svg)no-repeat left top -10px;

}

label[for="egyKetto"]{
    font-size:90%;
}


.common-content label {
    line-height: 25px !important;
}

#szallitas {
    width: 150px;
    text-align: left;
    height: 24px;
    margin-right: 10px;
}

    #szallitas span {
        line-height: 25px;
    }

.dropdown span, .dropdown2 h3 {
    line-height: 36px;
    padding: 0 32px 0 5px;
 }

.dropdown, .dropdown2 {
    height: 36px;
    background-color: inherit!important;
}

.profile {
    padding-right: 30px;
  
}

    .profile:after {
        width: 18px;
        height: 18px;
     }

label.tipus {
    display: block !important;
    width: 100%;
    margin-bottom: 5px;
}

#choose, #ddl-szallitasi {
    width: 100%;
    max-width: 423px;
    text-align: left;
    margin-bottom: 30px;
}
.user-register h5{
    display:none;
}

.alert.hidden {
    display: none;
}

    .alert p {
        margin: 5px;
        display: inline-block;
    }

#hide {
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-block;
    color: #fff;
    width: 21px;
    height: 21px;
    font-size: 13px;
    line-height: 23px;
}


.alert, .xmas {
    background-color: #bb3482;
    padding: 5px;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.xmas {
    background-color: #11a399;
    position:relative;
}

    .xmas p {
        margin: 3px;
        
    }


#contact-form {
    position: relative;
    overflow: auto;
}

#accordion {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    z-index: 1;
}

.size{
    margin:0;
    font-size:17px;
}

.product-desc h4 {
    text-transform: none;
 }

.product-desc label, .mobile-head label {
    font-size: 17px;
    line-height: 20px;
    }

.connected-product {
    margin: 15px 0 0;
    border: 1px solid #f44336;
    padding: 7.5px;
    max-width: 500px;
    box-sizing: border-box;
    display:none;
}

    .connected-product label:first-child {
        color: #f44336;
        font-weight:400;
    }

.order-comment {
    margin-bottom: 0px;
    max-width: 500px;
    margin-top: 20px;
    display:none;
}

.not-orderable {
    color: #f44336!important;
    font-weight: 400;
    margin:20px 0!important;
}

.common-content {
    margin: 10px 0;
}

    .common-content .warn {
        color: #ffffff;
        font-size: 95%;
        line-height: 120%;
/*        visibility: hidden;*/
        display:none;
        font-weight: 500;
        background-color: #f95602;
        padding: 5px;
        box-sizing: border-box;
        max-width: 476px;
        margin-top: 15px;
    }


#product-price:after {
    content: 'Díjmentes házhozszállítás';
    display: block;
    background: url(../design/delivery.svg)no-repeat left center;
    padding-left: 60px;
    font-size: 70%;
    font-weight: 500;
    color: #c1d64a;
    line-height: 25px;
    background-size: 50px;
    margin-top: 10px;
}
html[lang="en"] #product-price:after {
    content: 'Free delivery';
}

html[lang="en"].products[data-menu*="Ízlelő csomagok"] #product-price:after {
    content: '1990 Ft szállítási költség (12db fölött ingyenes)';
}

.products[data-menu*="Ízlelő csomagok"] #product-price:after {
    content: 'Delivery cost 1990 Ft (free delivery over 12pcs)';
}

#product-price:before {
    content: 'Bruttó';
    margin-right: 5px;
    float: left;
    /*display: inline-block;
    */
}

html[lang="en"] #product-price:before {
    content: 'Brutto';
}

#product-price {
    font-weight: 400;
}

    #product-price span {
        color: #f95602;
    }

.product-desc .cikk-szam {
    margin-top: 20px;
}

#prod-connected {
  max-width: 470px;
}

.admin .common-content .warn {
    display: block;
}

.menu-open {
    left: inherit;
    width: inherit;
    border-radius: 10px;
    margin-top: -8px;
}


footer {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin: 0 -15px;
    display: block;
    width: auto;
}

    footer:before {
        content: none;
    }

    footer .info {
        max-width: 1500px;
        margin: auto;
    }

footer li a {
  text-transform:none;
}

.sidebar iframe{
    position: unset;
 }

.sidebar .widget img{
    width: 100%;
}

.sidebar .widget {
    margin:10px 0;
}

article .sidebar{
    display:none;

}

.social {
   margin-top: 60px;
}

.select-type #new {
    display: none;
}

.nav li:before {
    content: url('../design/imv-pads-list.png');
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}

.subnav li:before, .subnav2 li:before{
    content:'';
}

a[href*="kutya"] .product-box:before,
a[href*="cica"] .product-box:before,
a[href*="konyv"] .product-box:before,
a[href*="kiegeszitok"] .product-box:before,
.products[data-menu*="Kutya"] #gallery:before,
.products[data-menu*="Cica"] #gallery:before,
.products[data-menu*="Könyvesbolt"] #gallery:before,
.products[data-menu*="csomagok"] #gallery:before,
.products[data-menu*="kiegészítők"] #gallery:before {
    content: ' ';
    background: url('../design/100percent.png')no-repeat center center;
    background-size: contain !important;
    display: block;
    width: 30%;
    height: 30%;
    top: -15px;
    left: 5px;
    position: absolute;
    z-index: 1;
}

a[href*="konyv"] .product-box:before,
a[href*="kiegeszitok"] .product-box:before,
.products[data-menu*="Könyvesbolt"] #gallery:before,
.products[data-menu*="kiegészítők"] #gallery:before {
    background: url('../design/100percent_simple.png')no-repeat center center;
}


.products[data-menu*="Kutya"] #gallery:before,
.products[data-menu*="Cica"] #gallery:before,
.products[data-menu*="csomagok"] #gallery:before,
.products[data-menu*="Könyvesbolt"] #gallery:before,
.products[data-menu*="kiegészítők"] #gallery:before {
    top: 0;
    left: 0;
}

.products[data-menu*="Kutya"] #gallery:after,
.products[data-menu*="Cica"] #gallery:after,
.products[data-menu*="csomagok"] #gallery:after,
.products[data-name*="PettBullPractic"] #gallery:after {
    content: ' ';
    background: url('../design/pettbull_dog.png')no-repeat center center;
    background-size: contain !important;
    display: block;
    width: calc(100% + 55px);
    height: 52%;
    bottom: -20px;
    left: -27px;
    position: absolute;
    z-index: 1;
}


.products[data-menu*="Cica"] #gallery:after {
    background: url('../design/pettbull_cat.png')no-repeat center center;
}

.products[data-menu*="csomagok"] #gallery:after,
.products[data-name*="PettBullPractic"] #gallery:after {
    background: url('../design/pettbull_tasting_small.png')no-repeat center center;
}

.rsFullscreen:before,
.rsFullscreen:after {
    content: none !important;
}

.pettbull[lang="hu"] label[for="chb_courier"]:after {
    content: '(készpénz/bankkártya)';
}

#ExpressOnePont:has(.overweight) .shipping-cost {
    display: none;
}


.pettbull[lang="hu"] #ExpressOnePont label.overweight:after,
.pettbull[lang="en"] #ExpressOnePont label.overweight:after {
    content: '(A csomag a súly miatt csomagpontra nem rendelhető.)';
    display: block;
    margin-left: 35px;
    font-size: 75%;
    color: #000;
}

.pettbull[lang="en"] #ExpressOnePont label.overweight:after {
    content: '(The package cannot be ordered to a pick-up point due to its weight.)';
}

.user-data h1:after, .shopping-bag .user-email-pass h5:after {
    content: " * kötelező adatok";
    display: block;
    font-size: 15px;
    line-height: 25px;
}

html[lang="en"] .user-data h1:after, html[lang="en"] .shopping-bag .user-email-pass h5:after {
    content: " * Required field";
}

.kedvenceim{
    margin-bottom:30px;
}
.kedvenceim select {
    width: 100%;
    max-width: 290px;
    height: 38px;
}
    .kedvenceim option {
        padding: 30px;
        display:block;
        margin:10px;
        font-size: 15px;
    }

   

.kedvenceim.personal-data .dropdown {
    width: 100%;
    max-width: 290px;
    text-align:left;
    
}



.button {
    max-width: 170px;
    display: inline-block;
    text-align: center;
    padding: 7px 15px;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    margin-right: 24px;
    cursor:pointer;
}

.edit{
    font-size:15px;
    font-weight:normal;
    padding:3px 5px;
    max-width:100px;
    margin-right:0;
    margin-left:15px;
}

.row {
    margin-bottom: 30px;
}

.kedvenceim .info{
    margin-top:-15px;
    margin-bottom:20px;
    display:block;
}

.kedvenceim .delete + .kedvenceim .uj-kedvenc {
    float: right;
    margin-top: -40px;
}

#docname {
    width: 100% !important;
    margin: 0 !important;
    max-width: 350px !important;
}


.ui-menu {
    font-size: 13px !important;
}

    .ui-menu .ui-menu-item-wrapper {
        line-height: 20px;
    }

.ui-widget {
    max-height: 340px;
    overflow-x: hidden;
    overflow-y: auto;
}

.user.user-data.kedvenc-allataim {
    max-width: none;
    position: relative;
}

.kedvenc-allataim h3 {
    font-weight: 400;
    margin: 5px 0 20px;
    display: inline-block;
    box-sizing: border-box;
}

.kedvenc-allataim h1:after {
    content:'';
}

.kedvenc-allataim #kedvencek{
    position: relative;
}

.kedvenc-allataim section {
    border: 1px solid rgba(54, 54, 54, .25);
    padding: 15px;
    margin:20px 0;
    border-radius:7.5px;
    box-sizing: border-box;
    display: inline-block;
    width:100%;
    position:relative;
}

.kedvenc-allataim .show{
    display:block;
}

.kedvenc-allataim .edit{
    float:right;
}

.kedvenc-allataim .row{
    display:none;
}

#kedvencek .row {
    display: block!important;
}

.kedvenc-allataim figure {
    width: calc(100% - 380px);
    display: inline-block;
    float: left;
    background: url(../design/noimage.jpg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding-bottom: 40%;
    position: relative
}

    .kedvenc-allataim figure img {
        width: 100%;
        display: block;
        position: absolute;
        z-index: -1;
    }

.kedvenc-allataim .text{
    float:right;
    width:370px;
    padding:0 15px;
    box-sizing:border-box;
}

.kedvenc-allataim .text p{
    margin:0;
}

    .kedvenc-allataim .text p:first-child {
        margin-bottom: 5px;
    }

input[type="file"] {
    display: inline-block;
    width: 120px;
}

label[for^="image"] {
    font-size: 75%;
    font-style: italic;
    display: inline-block;
    width: 100%;
    max-width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    white-space: nowrap;
    vertical-align: middle;
}

.progress {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000094;
    z-index: 5;
    top: 0;
    left: 0;
    border-radius: 7.5px;
    display: flex;
    justify-content: center;
    align-content: space-between;
    align-items: center;
    color: #fff;
}

#partnerList #filter {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-bottom:15px;
}

    #partnerList #filter i{
        cursor:pointer;
        text-align:center;
    }

html[lang="en"] #partnerList #filter i {
    font-size:15px;
}

#partnerList input {
    color: #000;
    width: calc(100% - 46px);
    max-width: 300px;
}

#partnerList #kereses{
    margin-bottom:20px;
}

#partnerList h3 {
    font-weight: 400;
    color: #f95602;
    margin-bottom:10px;
}

#partnerList h4 {
    display: block;
    font-weight: 300;
    margin: 10px 0;
}

#partnerList #kereses::after{
    content: '\2713';
    font-size: 21px;
    padding: 5px 9px;
    color: #fff;
    background-color: #909090;
    cursor: pointer;
    margin-right: 7.5px;
}

    #partnerList #filter i:before {
        content: ' ';
        background: url('../design/mapicons/allatorvos.svg')no-repeat center center;
        display: block;
        width: 40px;
        height: 40px;
        margin: 0 auto 10px auto;
    }

    #partnerList #filter i[data-tipus=""]:before {
        background: url('../design/mapicons/ittkaphato.svg')no-repeat center center;
    }

    #partnerList #filter i[data-tipus="Állatorvos"]:before {
        background: url('../design/mapicons/allatorvos.svg')no-repeat center center;
    }

    #partnerList #filter i[data-tipus="Kutyakozmetika"]:before {
        background: url('../design/mapicons/kozmetika.svg')no-repeat center center;
    }

    #partnerList #filter i[data-tipus="Kutyaiskola"]:before {
        background: url('../design/mapicons/iskola.svg')no-repeat center center;
    }

    #partnerList #filter i[data-tipus="Állatpatika"]:before {
        background: url('../design/mapicons/patika.svg')no-repeat center center;
    }

    #partnerList #filter i[data-tipus="Menhely"]:before {
        background: url('../design/mapicons/menhely.svg')no-repeat center center;
    }

    #partnerList #filter i[data-tipus="Állateledelbolt"]:before {
        background: url('../design/mapicons/bolt.svg')no-repeat center center;
    }

    #partnerList #filter i[data-tipus="Állatpanzió"]:before {
        background: url('../design/mapicons/panzio.svg')no-repeat center center;
    }

    #partnerList #filter i[data-tipus="Kutyabarát hely"]:before {
        background: url('../design/mapicons/kutyabarat.svg')no-repeat center center;
    }

#map {
    height: 500px;
    width: 100%;
}

#map .gm-style-iw-d {
    max-width:270px;
}

#map .gm-style-iw-d h4 {
    margin: 10px 0;
}

#map .gm-style-iw-d small {
    display: block;
    font-weight: 300;
}

#map .gm-style-iw-d p{
   margin:5px 0;
  text-align:left;
}

#terkep{
    display:none;
}

label[for="terkepenMegjelenik"]{
    width:auto;
    display:block;
    margin-left:135px;
}

.coordinates {
    width:100%;
    max-width: 425px;
    
}

p:empty {
   display:none;
}



.coordinates input[type="text"] {
        margin: 0;
        display: inline-block;
        width:130px
    }

    #terkep textarea {
        margin-bottom: 20px;
        
    }

.coordinates input:last-of-type{
    margin-left:30px;
}

.opening{
    vertical-align:top;
}

.txb.disabled, .txb[disabled] {
    opacity: .5;
}

.shopping-bag #terkep{
    display:none!important;
}

.kostolo-head{
    margin-bottom:50px;
}

    .kostolo-head p {
        font-size: 16px;
        text-align: justify;
        line-height: 25px;
    }

.kostolo-head small{
    display:block;
    line-height:22px;
}

.adatlap{
    display:inline-block;
    width:100%;
    padding:20px;
}

.adatlap #partner-data{
    width:30%;
    display:inline-block;
    float:left;
}

.adatlap #map {
    width: 67%;
    height:400px;
    display: inline-block;
    float:right;
}

    .adatlap #partner-data h1 {
        border: none;
        margin: 0;
        line-height: 30px;
        padding-bottom: 2px;
        color: #f95602;
    }

.adatlap small {
    display: block;
}

    .adatlap .fb_iframe_widget, #nagykovet .fb_iframe_widget, .kedvenc-allataim .fb_iframe_widget {
        text-align: left;
    }

    #partner-data img, .profile-pic img{
        max-width: 270px;
        margin: 10px 0;
        padding: 10px;
        border: 1px solid #525252
    }

    .profile-pic img{
        margin-left:135px;
    }

#nagykovet img{
    max-width: 600px;
    margin: 0;
    }

#nagykovet p{
    margin:5px 0;
}

.adatlap p {
    margin: 2px 0;
    padding: 0; 
}

.adatlap .ref-link, .nagykovet .ref-link, .kedvenc-allataim .ref-link {
    display: block;
    margin: 10px 0;
    font-size: 90%;
}



@media only screen and (max-width: 1100px) {
    nav ul {
        margin: 0;
    }

    nav {
        width: calc(100% - 270px);
     }

    .logo {
        width: 155px;
        height: 60px;
    }
}




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

    .outer-wrapper {
        padding: 0;
      }

    header{
        height:1px;
    }

    .alert, .xmas {
        margin: 0 -15px;
        border-top: 1px solid #fff;
        padding: 0 5px;
        position: relative;
        z-index: -1;
    }

    .affi-liate-widget span {
        color: #fff !important;
    }

    .termekek .site-content {
        margin-top: 70px;
      }

    .site-content {
       padding: 0 15px;
    }

   .main-page .site-content {
        padding: 0;
    }

    .shopping-bag {
        margin-top: 80px;
    }

    .text-page, .contact, .user-register {
        margin-top: 50px;
        padding-top: 25px
    }

    .social span {
        position: relative;
    }

    footer {
        padding: 0px;
    }

    nav{
        width:100%;
    }

    .nav li:before {
        content: none;
         }

    #nav{
        margin-top:54px;
    }

    #nav, .subnav, .subnav2 {
        min-height: calc(100% - 54px);
    }

    .subnav, .subnav2 {
      padding-left:0;
    }

    .nav-wrap {
        max-width: 290px;
        width: 100%;
        top: 0;
        z-index: 99;
    }

        .nav-wrap .logo {
            background-size: 170px !important;
            margin-top: 5px;
            display: block !important;
            width: 100%;
            height: 54px;
            margin: 0 !important;
            margin-bottom: 10px;
            background-position: left 15px center;
            background-color: #fff;
        }

    .nav-close {
        display: block;
        position: fixed;
        z-index: 2;
        width: 25px;
        height: 25px;
        color: #f95602;
        left: 250px;
        top: 13px;
        font-weight: 600;
        text-align: center;
        border: 1px solid;
        line-height: 28px;
    }

    .signed-in-mobile {
        top: 57px;
    }


    .wrapper:first-of-type {
        margin-top: 57px;
    }

    aside {
        padding-top: 0;
    }

    aside .sidebar{
        display:none;
    }

    .filter-dropdown {
     margin-top: 45px;
    }

    aside .sidebar {
        display: none;
    }


    article .sidebar {
        display: inline-block;
        margin:20px 0;
     }

    article .sidebar .widget {
        width:50%;
        display:inline-block;
        float:left;
        padding:0 20px ;
        box-sizing:border-box;
    }

    .mobil-nav li:nth-child(4) label {
        margin-left: 20px;
        margin-top: -5px;
     }

    article .sidebar .fb_iframe_widget {
        margin: 10px 0;
    }

    #language {
        float: none;
        width: 107px;
    }

        #language li {
            padding-left: 5px;
            margin-top: 5px;
        }

    .description {
        margin-top: 0px;
    }

        .description .product {
           margin-top: 5px;
        }

        .breadcrumb {
            top:auto;
        }

    .company-info br{
        display:block;
    }

    .company-info span {
        display: none;
    }

    .main-page article, .no-side article {
        display: block;
        width: 100%;
        float: none;
    }

    .search, .sign-in-box, aside section {
        top: 57px;
        
    }

    .tp-banner-container {
        margin-top: 56px;
    }

    .mobil-nav li:nth-child(1) {
        background: url(../design/phonemenu.svg) left center no-repeat;
        background-size: 25px;
    }

    .mobil-nav li:nth-child(2) {
        background: url(../design/phonesearch.svg) center center no-repeat;
        background-size: 30px;
    }

    .mobil-nav li:nth-child(3) {
        background: url(../design/phoneuser.svg) center center no-repeat;
        background-size: 30px;
    }



    .mobil-nav li:nth-child(4) {
        background: url(../design/shoppingbag.svg) center center no-repeat;
    }

    .mobil-nav li:nth-child(5) {
        display:none;
    }

        #nav li a, #menu li a, .subnav li a, .subnav2 li a, .signed-in-mobile a {
             margin:0px;
            font-family: exo2-0-regular;
            text-transform: none;
            line-height: 25px;
        }

    .shopping-bag h1, .user-data h1, .blogger h1, .store-locator h4, .text-page h1 {
       margin-top: 0;
    }

    #nav li a, #menu li a, .subnav li a, .subnav2 li a, .signed-in-mobile a {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 300;
    }

    .filter-close::after, .bag-content li:nth-child(4) {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 400;
    }

    #nav li, .subnav li, .subnav2 li, .signed-in-mobile li, .mobile-lng li {
        font-size: 18px;
     }

        #nav li, .subnav li, .subnav2 li, .signed-in-mobile li, .mobile-lng li {
             margin: 7.5px 0px;
           
        }

    footer {
        margin: 0;
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .company-info {
        float: none;
        margin: 20px auto 10px;
    }


    .social {
         margin: 0px auto;
       
    }

    .social a {
        position: inherit;
        margin: 0;
    }

    .deviza #szallitas {
        width: 99%;
        text-align: left;
        height: 24px;
        margin-top:10px;
        margin-right: 0;
    }

    .deviza #szallitas li {
        font-size:14px;
    }

    #partnerList #filter i {
        font-size: 14px;
    }

    #partnerList #filter i:before {
        width: 25px;
        height: 25px;
        
     }

}

@media only screen and (max-width: 760px) {
    .product-text {
        margin: 0;
    }
    #choose div {
        margin-bottom: 0;
    }

    label.tipus {
        display: block;
    }

    .product-box figcaption {
        height: 60px;
    }

    .product-price {
         bottom: 5px;
     }

    .product-text img {
        width: auto;
        max-width: 100%;
    }

    .payment-selector address {
        display: block;
        margin-left: 35px;
        margin-top: 5px;
    }

    .kedvenceim .dropdown {
        margin-bottom: 20px;
        max-width: none!important;
    }

    .kedvenc-allataim figure {
        width: 100%;
        display: block;
        float: none;
        padding-bottom: 60%;
        position: relative;
    }

    .kedvenc-allataim .text {
        float: none;
        width: 100%;
        padding: 15px 0;
        box-sizing: border-box;
    }

    input[type="file"] + label{
        display:inline-block;
     }

   .row div:last-of-type {
        margin-bottom: 20px;
    }

    .button {
        max-width: 120px;
        font-size: 15px;
        margin-right: 15px;
     }

    .edit {
        font-size: 13px;
        padding: 3px 5px;
        max-width: 80px;
        margin-right: 0;
        margin-left: 10px;
    }

    #partnerList #filter {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    #partnerList #filter i {
        font-size: 14px;
        margin-bottom:15px
    }

        #partnerList #filter i:before {
            width: 25px;
            height: 25px;
        }

    .adatlap #partner-data, .adatlap #map {
        width: 100%;
        display: block;
        float: none;
        margin-bottom:30px;
    }
        
}

@media only screen and (max-width: 480px) {
    .product-box figcaption {
        height: 47px;
        overflow: hidden;
        margin-bottom: 35px;
    }

    .default-text h1, .default-text h2 {
        line-height: 27px;
        font-size: 18px;
    }

    .free-delivery:before {
        height: 70px !important;
    }

    .mobil-nav li:nth-child(4) label {
        margin-left: 20px;
        margin-top: -5px;
    }

    article .sidebar .fb_iframe_widget {
        margin: 10px 0;
    }

    .kedvenc-allataim h3 {
        margin: 0px 0 10px;
        padding-bottom:5px;
        display: block;
        border-bottom: 1px solid #808080;
    }

    .kedvenc-allataim .edit {
        float: none;
        margin-left:0;
        margin-right:15px;
        
    }

    .kedvenc-allataim figure{
        margin-top:10px
    }

    .button {
        max-width: 90px;
        font-size: 15px;
      }
}
*{
    user-select:text;
}

.ujgsm .social span,
.newmobile .social span,
.worldmobil .social span,
.telomania .social span {
    visibility: hidden;
}

.fooldal, .uj-termekek, .akcios-termekek {
    display: none;
}
.bag-content li:nth-child(2) a, .breadcrumb a {
    color: inherit;
    padding: inherit;
    font-family: inherit;
    display: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.frequently-ordered .bag-content li {
    width: 70px;
    margin-left: 0;
}

    .frequently-ordered .bag-content li:nth-child(2) {
        width: calc(47% - 75px);
    }

.frequently-ordered .bag-content li:nth-child(3) {
    width: 6%;
}

.frequently-ordered .bag-content li:nth-child(4) {
    width: 17%;
}

.frequently-ordered .bag-content li:nth-child(5) {
    width: 29%;
    font-family:inherit;
    color:inherit;
}


.frequently-ordered .bag-content li:nth-child(3) span,
.frequently-ordered .bag-content li:nth-child(4) span {
    display: none;
    }

.frequently-ordered .add-to-cart {
    margin-top: 0;
  }

    .frequently-ordered .add-to-cart a {
        padding:0 45px 0 0;
    }

    .frequently-ordered .add-to-cart .disabled {
        background-color: #000;
        border-left: 1px solid #fff;
        padding-right: 44px;
    }

.frequently-ordered .bag-content .chg-item-qnt {
    float: left;
}

.frequently-ordered .bag-content ul:last-child {
    border-top:none;
    padding-top:0;
    font-family:inherit;
    margin-left:0;
}

    .frequently-ordered .bag-content ul:last-child li {
        font-family: inherit;
        font-weight: inherit;
        margin-left: 0;
    }

.frequently-ordered .bag-content li:nth-child(2) a {
    display: block;
    line-height: 18px;
}

.frequently-ordered .bag-content li:nth-child(2) label {
    display:inline-block;
    line-height: 18px;
    margin-right:15px;
}

.frequently-ordered .bag-alert {
    padding: 7.5px 5px;
    font-size: 11px;
    width: 150px;
}

.frequently-ordered .orig-price {
    display: block !important;
    margin-right: 0;
    font-size: 13px;
    line-height: 15px;
}

#postaPontok{
    display:none;
}

#postaPontApi {
   margin: 0px!important;
   height:100%;
  
}

#postaPontApi-inner {
    height: 100%;
    box-sizing: border-box;
}


.pp-btn-select li{
    margin:0;
}

.pp-change-address-list {
    height:auto!important;
}
#postaPontApi-content {
    margin: 0px !important;
    width: 100%;
    height: 100% !important;
    max-width: none !important;
    /*position: absolute;*/
}

#postaPontApi-inner #pp-map-canvas {
    max-width: 100% !important;
    height: calc(100% - 200px)!important;
}

#postaPontApi-main {
    
    height: 100%!important;
    width: 100%!important;
    background-color: #ededed;
}

.pp-map-canvas{
    width:100%!important;
}

.pp-filter-container {
    width: 100% !important;
    max-width: 80%;
    left: 50% !important;
    transform: translate(-50%, 0);
}

#close-canvas {
    color: white;
    position: fixed;
    top: 4px;
    right: 2%;
    z-index: 0;
    font-weight: 400;
    cursor:pointer;
}

.canvas {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0;
    z-index: 9999;
    margin: 0;
    background-color: #000000a3;
    display: none;
    padding: 2%;
    box-sizing: border-box;
}

    .canvas #canvas {
        height: 100%;
        background-color: #ededed;
    }

    .canvas #left-canvas {
        font-family: inherit;
        font-size: 12px;
        overflow: hidden;
        float: left;
        width: 30%;
        height: 100%;
        padding-top: 10px;
        box-sizing: border-box;
    }

#psitems-canvas div{
    line-height:20px
}

#foxpostHelyszinek, #glsPontok {
    /*width: 100%;
    margin: 15px 0 80px 0;
    height: 600px;*/
    display: none;
}

body.hidden{
    overflow:hidden;
}

.expressone #foxpostHelyszinek {
      
    height: 472px;
        
}

    .expressone #foxpostHelyszinek iframe {
        margin-bottom: 5px;
    }

.canvas iframe {
    position: relative;
    border: 1px solid #d0d0d0;
    margin-bottom: 20px;
}

.canvas label{
    font-weight:bold;
}

.warning.canvas {
    border-color: red !important;
}
.valasztott-pont.warning span{
    color:red;
}

.valasztott-pont, .csomagpont {
    display: none;
}

.taxno-warn, .phone-warn {
    position: absolute;
    left: 310px;
    margin-top: 5px;
    font-size: 14px;
    color: red;
}

.phone-warn {
    left: 285px;
}

.no-tax{
    float: left;
    margin-top: 10px;
    max-width: 500px;
    color: red;
}

    label[for="chb_utanvet"] label {
        display: none;
    }

label[for="chb_utanvet"] label {
    display: none;
}

label[for="atvetelFoxpost"] label{
    font-size:85%;
}


#search-loop {
    display: inline;
}

div[data-orderable] .in-stock, div[data-orderable] .add-to-cart {
    display: none;
}


label.temp-not-orderable{
    margin:10px 0;
    font-size:90%;
}


#postaPontApi{
    /*background-color:orange;*/
}

.gls #foxpostHelyszinek {
    border:1px solid #d0d0d0;
    padding:10px;
    margin-bottom:30px;
    box-sizing:border-box;
}

.gls #right-canvas{
    margin-top:10px;
    height:calc(100% - 37px);
}

#searchinput{
   color:inherit;
   border:1px solid #d0d0d0!important;
   background:none;
}

#postaPontApi p {
    max-width: 750px;
}
.button {
    background: none;
    border: none;
}

.mobil-termekek:after {
    content: ' ';
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 12px;
    width: 15px;
    height: 18px;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.rotate:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.no-bot{
    color:red;
    margin-top:5px;
}

.valid-code, .not-valid-code {
    color: red;
    position: absolute;
    margin-top: -25px;
    font-size: 85%;
}

    .not-valid-code.big {
        font-size: 85%;
        text-align: left;
        white-space: nowrap;
        right: 0;
    }

.valid-code {
    color: #1ed94a;
}

.shopping-bag .common-content {
    margin: 0 0 35px;
}

.text-page .spam-warm {
    color: red !important;
    font-size: 90%;
    line-height: 140%
}

.order-comment {
    width: 100%;
    margin-bottom: 25px;
    height: 60px;
    resize: none;
    outline: none;
    font-size: 13px;
    font-family: inherit;
}

.tulmeretes,.rendelheto {
    color: #ee2528;
    border: 1px dashed;
    margin: 20px 0 0;
    padding: 0 10px;
    font-weight: bold;
    display: none;
}

.upload-product p {
    color: inherit!important;
}


.aff-iliate-link div{
    position:relative;
}

.aff-iliate-link label {
    margin-top: 15px;
    margin-bottom: 0;
    display: inline-block;
}

.aff-iliate-link label:first-child {
    margin-top: 0;
 }

    .aff-iliate-link #copytext {
        color: #000;
        font-size: 80%;
        display: block;
        width:auto;
        float:left;
        padding:3px;
        margin-right:10px;
        min-width:250px
    }

.copytext {
    display: inline-block;
    background: url(/css/copy.png)no-repeat center;
    width: 27px;
    height: 27px;
    background-size: contain;
    cursor:pointer;
    position:relative;
 }

.copytext span{
    position:absolute;
    top:-35px;
    right:0;
    font-size:90%;
    background-color:#d0d0d0;
    padding:2px 5px;
    border-radius:5px;
    display:none;
}

html[lang="hu"] label[for="chb_transfer"]:after {
    content: '(banki)'
}

html[lang="hu"] label[for="chb_courier"]:after {
    content: '(készpénz)'
}

html[lang="en"] label[for="chb_courier"]:after {
    content: '(cash)'
}

@media only screen and (max-width: 1000px) {
    .frequently-ordered .bag-content ul:last-child li:nth-child(3), .frequently-ordered .bag-content ul:last-child li:nth-child(4), .frequently-ordered .bag-content ul:last-child li:nth-child(5) {
        display: inline-block;
    }

    .frequently-ordered .bag-content li:nth-child(2) {
        width: calc(100% - 75px);
    }

    .frequently-ordered .bag-content li:nth-child(3) {
        width: 25%;
    }

    .frequently-ordered .bag-content li:nth-child(4) {
        width: 25%;
        text-align: right;
        font-family: inherit;
        color: inherit;
        font-size: inherit;
    }

    .frequently-ordered .bag-content li:nth-child(5), .frequently-ordered .bag-content ul:last-child li:last-child {
        width: 48.5%;
    }

    .frequently-ordered .bag-content li:nth-child(3) span,
    .frequently-ordered .bag-content li:nth-child(4) span {
        display: inline;
    }

        .frequently-ordered .bag-content li:nth-child(4) span:last-of-type:before {
            content: ' / ';
        }

    .kupon-kod li:nth-child(2) {
        width: 14%!important;
        padding-left:5px;
    }


    .kupon-kod li:nth-child(3) {
        width: 65.5%!important;
        text-align: right;
    }

    .kupon-kod li:nth-child(3) input {
        width: auto;
    }


    .kupon-kod li:nth-child(4) {
        color: inherit !important;
        width: 19%!important;
        font-family: inherit;
        font-weight: normal;
        font-size: inherit;
    }

    .kupon-kod li:nth-child(1),.kupon-kod li:nth-child(5) {
        display: none;
    }

}

@media only screen and (max-width: 760px) {
    .frequently-ordered .add-to-cart, .frequently-ordered .add-to-cart a {
        height: 35px;
    }

    .frequently-ordered .bag-alert {
        bottom: 46px;
    }

    .order-comment {
        margin: 15px 0 5px;
      }

    .phone-warn {
        left: auto;
        right: 15px;
    }

    .expressone #foxpostHelyszinek {
        height: 445px;
    }


    .not-valid-code.big {
        font-size: 78%;
        text-align: center;
        white-space: nowrap;
        right: 46%;
        transform: translate(50%, 0);
    }
    
}

    @media only screen and (max-width: 650px) {
        .frequently-ordered .bag-content li:nth-child(3) {
            width: auto;
        }

        .frequently-ordered .bag-content li:nth-child(4) {
            width: auto;
            margin-left: 30px;
            text-align: left;
        }

        .frequently-ordered .bag-content li:nth-child(5),
        .frequently-ordered .bag-content ul:last-child li:nth-child(5) {
            width: 100%;
            text-align: left;
            margin-left: 0;
        }

        #foxpostHelyszinek #left-canvas {
            float: left;
            width: 100%;
            height: 290px;
        }

        #foxpostHelyszinek #right-canvas {
            float: left;
            width: 100%;
            height: 100%;
            max-height: 400px;
            margin-top: 20px;
            margin-bottom: 30px;
        }

        #searchinput {
            width: calc(100% - 10px) !important;
            margin: 10px auto !important;
        }

        
       
    }
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
    box-shadow: 0 0 0 30px white inset;
}
#postaPontApi .button,
.stripe-bottom,
.sign-in-btn a, .send,
.check-out a, .user-data #register,
.filter-result, .order, .button,
.input-group-btn button, .add-to-cart, .bag-alert {
    background-color: #f95602;
}
.filter-result {
    background-color: #c1d64a;
    
}



h1, h2, h3, h4, h5, h6,
.filter .selected,
.txb, .input-sm, textarea,
.sign-in-box input[type="text"],
.sign-in-box input[type="password"],
.products a, .next-page,
.product-desc .in-stock span,
.bag-content {
    color: #000;
}

.txb, .input-sm, textarea {
    outline-color: #2b2f32;
    border-color: #d6d3cb !important;
}

.breadcrumb .products h1,
.product-page h2, .product-desc h1,
.mobile-head h1, .product-text, .product-text h3, .product-desc h5 {
    color: #2b2f32;
}

.my-profile, .login, .login a, .sign-in-btn a, #language, .filter-result a, .action,
.short-desc, .add-to-cart a, .input-group-btn button, .bag-content ul:first-child,
.user-data #register, .sign-in-box p, .button,
footer, footer a, .form .send {
    color: #fff;
}


nav ul, nav li a{
    color:#000;
}

nav li a.taste {
    color: #f95602 !important;
}

nav .subnav{
    color:#000;
}

.tp-banner li:nth-of-type(3) .tp-caption a {
    color: #fff !important;
}

.sign-in,
.sign-in a:first-child,
.dropdown, .dropdown2, .dropdown ul,
.sign-in-box,
input[type="checkbox"] + label:before,
input[type="checkbox"] + label span,
input[type="radio"] + label span,
.shop-list li div,
.blogger aside {
    border-color: #696969 !important;
}

   

body {
    background-color: #ffffff;
    color: #000000;
}

input[type="checkbox"]:checked + label span,
input[type="radio"]:checked + label span,
#chbListEgyeb input[type="checkbox"]:checked + label:before,
#chbListEgyeb input[type="radio"]:checked + label:before {
    background: url(../design/checkin_drop.svg)no-repeat center center;
    background-size: 18px;
}


.tp-banner-container, .menu-open,
.dropdown, .dropdown2, .dropdown ul,
input[type="checkbox"] + label span,
input[type="radio"] + label span,
input[type="checkbox"]:checked + label span,
input[type="radio"]:checked + label span, #chbListEgyeb input[type="checkbox"] + label:before,
#chbListEgyeb input[type="radio"] + label:before, #chbListEgyeb input[type="checkbox"]:checked + label:before,
#chbListEgyeb input[type="radio"]:checked + label:before, .product-box, .product-image,
.bag-content li figure, .classic-menu .subnav2 {
    background-color: #fff;
}

.main-page .products {
    background-color: #e7e7e7 !important;
}

.wrong-pass,
.sign-in-box,
.profile ul,
#szallitas ul, 
#language ul {
    background-color: rgba(0, 0, 0, 0.8);
}

#language {
    background: url(../design/lng_arrow.svg) no-repeat right top 2px;
}


    #language li:hover {
        background-color: #f44336;
    }

.search input {
    background-color: #f95602;
}
header {
    background-color: #fff;
    border-bottom: none;
}

nav, .menu-open, header,
.logo, .classic-menu .subnav2 {
    border-color: #f95602;
}


.login {
    background-color: #000000;
}



.pass-rec {
    color: #f5f5f5 !important;
}


.sign-in-box input[type="text"],
.sign-in-box input[type="password"] {
    background-color: #fff;
    
}

    
    .sign-in-box input[type="text"].warning,
    .sign-in-box input[type="password"].warning {
        border-color: red !important;
    }

.error,
label.fault,
.missing-data,
.please-login, .please-login a,
.warning{
    color:red;
}

    .warning.txb, textarea.warning {
        color: inherit;
    }

a,
.aktiv a, .subnav .selected,
.aktiv a,
.sale-price,
.more,
.frequently-ordered .stock,
.user-data label a,
.text-page a,
.atvetel-modja a,
.product-desc .in-stock {
    color: #f44336;
}



.product-desc .in-stock {
    color: #fff;
}
.bag label {
    color: #f44336;
}


.text-page h1 {
    border-bottom-color: #e0dbdb;
}

.out-of .bag-alert {
    background-color: #c11673;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(113, 113, 113, 0.5);
}

::-moz-placeholder { /* Firefox 19+ */
    color: rgba(113, 113, 113, 0.5);
}

:-ms-input-placeholder { /* IE 10+ */
    color: rgba(113, 113, 113, 0.5);
}

:-moz-placeholder { /* Firefox 18- */
    color: rgba(113, 113, 113, 0.5);
}

.search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff!important;
    }

.search::-moz-placeholder { /* Firefox 19+ */
    color: #fff !important;
}

.search:-ms-input-placeholder { /* IE 10+ */
    color: #fff !important;
}

.search:-moz-placeholder { /* Firefox 18- */
    color: #fff !important;
}


.fixed {
    position: fixed;
    top: 0;
}

.stripe {
    background-color: #1ab7bb;
}

.tp-banner-container {
    border-bottom-color: #f95602;
}

.select-type .selected-tab:before {
    border-top-color: #f95602;
}
 footer li a {
    color: #fff;
}


footer li a {
    color: #f95602;
}

.subnav li a, .subnav2 li a{
    color:inherit;
}

.subnav2 .selected
{
    color: inherit;
}


.aktiv a {
    color: #000;
}

.breadcrumb {
    border-bottom-color: #6e6e6e !important;
}

.bag-content ul:first-child,
.notification .confirm {
    background-color: #f95602;
}

.bag-content ul:last-child {
    border-color: #f5f5f5;
}

/*#pontbevaltas ul:first-child{
    border-bottom:5px solid;
}
*/
.shopping-bag hr, #pontbevaltas ul:first-child {
    border-color: #f95602;
}



footer {
    background: url('../design/imv-dark-pads-bg.jpg');
    background-color: rgb(43, 47, 50);
}



.select-type {
    color: #525252;
}

.akciok a {
    color: #000 !important;
}

filter span, .value-slider h5 {
    color: rgb(43, 47, 50);
}

.dropdown li:hover {
    background-color: #f1f1f1;
}

#szallitas li:hover, .profile li:hover {
    background-color: #f95602;
}

nav li:hover {
    color: #f95602;
    }

.link-contact {
    color: #f95602!important;
   }



.filter label {
    color: rgb(43, 47, 50);
}


.noUi-handle {
    border: 1px solid #c1d64a !important;
    background: #c1d64a!important;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #c1d64a, 0 3px 6px -3px #c1d64a;
}


.product-box {
    border-color: rgb(227, 228, 232);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
}

.short-desc {
    background-color: rgba(0, 0, 0, 0.9);
}

.product-desc label, .mobile-head label,
.product-price {
    color: #6a6a6a;
}


.net-price {
    color: rgba(113, 113, 113, 0.5);
    font-size:65%;
    display:block;
}

input#qnt {
    color: #525252;
}


.cikkszam {
    color: #9b9b9b;
}


.product-image {
    border-color: #d6d3cb;
}

    .product-image .thumb figure {
        border-color: #cccccc;
    }


.product-text, .product-text h3 {
    border-color: #e3e3e8;
}


.add-to-cart a span {
    border-color: #fff;
}


.out-of a,
.bag-content .out-of {
    background-color: #333 !important;
}

.bag-content hr {
    border-color: #6e6e6e;
}


.bag-content li:nth-child(5) {
    color: #960000;
}

.chg-item-qnt {
    background: rgb(253, 253, 253);
}

.bag-content .chg-item-qnt {
    background: none;
}

    .chg-item-qnt span {
        background-color: #909090 !important;
    }


    .chg-item-qnt label {
        border-color: #909090;
    }

.bag-content .chg-item-qnt label {
    border:none;
}

.check-out .back {
    background-color: #999999;
}



.disabled {
    color: #8c8c8c;
}

#register.disabled {
    background-color: rgba(249, 86, 2, 0.65);
}


.blogger p, .pic-text p, .text-page p, .pic-text li {
    color: #646464;
}



.tp-banner li:nth-of-type(2) .tp-caption a,
.tp-banner li:nth-of-type(3) .tp-caption a {
    color: #7a766d !important;
}




.notification {
    border-color: rgb(72, 50, 48);
    background: #2b2f32;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.35);
    color: rgb(253, 253, 253);
}

.search input {
    color: #f5f5f5;
}


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

    aside section, .search, .fixed-blogger {
        background-color: #ffffff;
    }

    .search {
        background-color: #000;
    }

        .search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #fff;
        }

        .search::-moz-placeholder { /* Firefox 19+ */
            color: #fff;
        }

        .search:-ms-input-placeholder { /* IE 10+ */
            color: #fff;
        }

        .search:-moz-placeholder { /* Firefox 18- */
            color: #fff;
        }

      
    nav {
        background-color: #000;
        border-color: #fff;
    }
    .mobil-nav li:nth-child(4) label {
        background:none;
    }
    
    
    #nav, .signed-in-mobile {
        background-color: rgba(0, 0, 0, .85);
        color: #fff;
    }

    .mobil-termekek {
        border-color:#ffffff;
        background-color: #1ab7bb;
        color: #ffffff;
    }

    .akciok a {
        color:#000 !important;
    }


    #nav li a, #menu li a, .subnav li a, .subnav2 li a, .signed-in-mobile a, .mobil-nav li:nth-child(4) label, .subnav li:first-child, .subnav2 li:first-child {
        color: #ffffff !important;
    }

        #bag-count, #nav li a.taste {
            color: #f95602 !important;
        }

    .sign-in-box .create-acc {
        color: #fef7f6 !important;
    }

    .filter span {
        color: #000000;
        
    }

    .filter-open {
        background: none;
    }

    .price span {
        background-color: #fff;
    }

    .bag-content li:nth-child(4) {
        color: #960000;
       
    }

    .bag-content li:nth-child(5) {
        color: inherit;
    }

  .marka .dropdown {
        background-color: #f5f5f5!important;
    }
}
</pre></body></html>