/*
	CSS file for COOP
*/

/*	Fonts
------------------------------*/

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
    url('../fonts/MyriadPro-Regular.woff') format('woff'),
    url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
    url('../fonts/MyriadPro-Bold.woff') format('woff'),
    url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-It.eot');
    src: url('../fonts/MyriadPro-It.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MyriadPro-It.woff2') format('woff2'),
    url('../fonts/MyriadPro-It.woff') format('woff'),
    url('../fonts/MyriadPro-It.svg#MyriadPro-It') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-BoldIt.eot');
    src: url('../fonts/MyriadPro-BoldIt.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MyriadPro-BoldIt.woff2') format('woff2'),
    url('../fonts/MyriadPro-BoldIt.woff') format('woff'),
    url('../fonts/MyriadPro-BoldIt.svg#MyriadPro-BoldIt') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/subset-MyriadPro-BlackIt.eot');
    src: url('../fonts/MyriadPro-BlackIt.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MyriadPro-BlackIt.woff2') format('woff2'),
    url('../fonts/MyriadPro-BlackIt.woff') format('woff'),
    url('../fonts/MyriadPro-BlackIt.svg#MyriadPro-BlackIt') format('svg');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Myriad Pro Condensed';
    src: url('../fonts/MyriadPro-CondIt.eot');
    src: url('../fonts/MyriadPro-CondIt.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MyriadPro-CondIt.woff2') format('woff2'),
    url('../fonts/MyriadPro-CondIt.woff') format('woff'),
    url('../fonts/MyriadPro-CondIt.svg#MyriadPro-CondIt') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/avenir_heavy.ttf ') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/avenir_light.ttf ') format('truetype');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/avenir_medium.ttf ') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*	General
------------------------------*/

* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix,
*:first-child + html .clearfix {
    zoom: 1;
}

body {
    cursor: default;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Myriad Pro';
    /*background: url('../img/background.jpg') no-repeat top fixed;*/
}

img {
    max-width: 100%;
    height: auto;
}

a img {
    border: 0;
}

.container {
    width: 94%;
    max-width: 1240px;
    margin: 0 auto;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

.page-background {
    position: fixed;
    z-index: -1;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url('../img/background.jpg');
    background-size: cover;
    background-position: top center;
    transform: translateZ(0);
    will-change: transform;

    display: none !important;
}

.bg-white .page-background {
    display: none;
}

.preview-mode {
    margin-top: 32px;
}

.preview-date-stripe {
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99999999;
    position: fixed;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    background: #1fb25a;
    padding: 8px 10px;
}

.preview-date-stripe a {
    text-decoration: none;
    color: #fff;
}


body:not(".user-torzsvasarlo") .trv-only {
    display: none !important;
}

body.user-vendeg .hide-visitor {
    display: none !important;
}

body.logged-in .hide-logged-in {
    display: none !important;
}

.responsive-video {
    height: 0;
    padding-top: 25px;
    padding-bottom: 67.5%;
    position: relative;
    overflow: hidden;
}

.responsive-video.widescreen {
    padding-bottom: 57.25%;
}

.responsive-video.vimeo {
    padding-top: 0;
}

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

.landing-wrapper {
    width: 100%;
}

.landing-wrapper iframe {
    width: 100%;
    min-height: 100vh;
    border: 0px;
}

.user-vasarlo .wp-admin-bar-coop-actions {
    display: none;
}


/*	Header
-------------------------------------------*/
.header {
    background: #fff;
}


/*	Header > Main
-------------------------------------------*/
.header .main {
    padding: 13px 0 8px 0;
    box-sizing: border-box;
}

.header .main .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

/*	Header > Main > Logo
    -------------------------------------------*/
.header .main .logo {
    position: relative;
}

.header .main .logo a {
    display: block;
}

.header .main .logo svg {
    display: block;
    fill-rule: evenodd;
    width: 200px;
    height: 70px;
}

.header .main .logo .red {
    fill: #e41c39;
}

.header .main .logo .white {
    fill: #fff;
}

/*	Header > Main > Navigation
    -------------------------------------------*/
.header .main .nav {
    margin-left: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*	Header > Main > Navigation > Item
        -------------------------------------------*/
.header .main .nav .item {
    position: relative;
    margin-left: 15px;
    text-align: center;
}

.header .main .nav .item:first-child {
    margin-left: 0;
}

/*
             * Icon
             */

.header .main .nav .item .icon {
    position: relative;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border: 1px solid #e41c39;
    border-radius: 4px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header .main .nav .item .icon .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    padding: 8px;
    box-sizing: border-box;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header .main .nav .item .icon svg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 35px;
    max-height: 35px;
    fill-rule: evenodd;
    fill: #e41c39;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.header .main .nav .item.club .icon svg {
    max-width: 100%;
    max-height: 100%;
}

.header .main .nav .item.account .icon .inner svg {
    max-width: 30px;
    max-height: 30px;
}

/*
                 * Hover
                 */

.header .main .nav .item .icon:hover {
    border-color: #e41c39;
}

.header .main .nav .item .icon .inner:hover {
    background: #e41c39;
}

.header .main .nav .item .icon .inner:hover svg {
    fill: #fff;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

/*
             * Title
             */

.header .main .nav .item .title {
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    line-height: 17px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.header .main .nav .item .title a {
    text-decoration: none;
    color: #E31937;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header .main .nav .item .title a:hover {
}

/*	Club
            -------------------------------------------*/
.header .main .nav .item.club .icon svg {
    top: 2px;
}

.header .main .nav .item.club .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 1px 7px 0px 7px;
    background: #d9261c;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
}

/*	Account
            -------------------------------------------*/
.header .main .nav .item.account .badge {
    position: absolute;
    z-index: 2;
    top: -10px;
    right: -10px;
    width: 21px;
    height: 21px;
    padding: 4px;
    box-sizing: border-box;
    background: #d9261c;
    border: 1px solid #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.header .main .nav .item.account .badge svg {
    fill: #fff;
}

/*	Login
            -------------------------------------------*/
.header .main .nav .item.login {
    display: none;
}


/*	Header > Main > User
    -------------------------------------------*/
.header .main .user {
    margin: 3px 0 0 30px;
}

.header .main .user ul li {
    margin-top: 2px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #313131;
}

.header .main .user ul li .label {
    font-size: 13px;
    font-weight: 400;
}

.header .main .user a {
    color: #d9261c;
    font-weight: 400;
}

/*	Header > Main > Login form
    -------------------------------------------*/
.header .main .trv-login-form {
    margin: 0 0 0 auto;
}

.header .main .trv-login-form .col {
    width: 50%;
    text-align: center;
    float: left
}

.header .main .trv-login-form .row:first-child {
    margin-top: 0;
}

.header .main .trv-login-form .row {
    margin-top: 5px;
}

.header .main .trv-login-form a {
    transition: all .3s ease;
    text-decoration: none;
    color: #333;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 15px;
}

.header .main .trv-login-form a.login_link {
    margin-left: -25px;
}

.header .main .trv-login-form a:hover {
    color: #e41c39
}

.header .main .trv-login-form .trv-login-box {
    background: #e41c39;
    border-radius: 4px;
    text-align: center;
    padding: 8px 25px;
    font-weight: bold;
    color: #fff
}

.header .main .trv-login-form .trv-login-box a.btn {
    color: #d0363f;
    font-size: 14px;
    display: inline-block;
    border-radius: 4px;
    background: #fff;
    text-decoration: none;
    font-weight: 800;
    padding: 0px 20px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header .main .trv-login-form .trv-login-box a.btn:hover {
    background: #bd1e16;
    color: #fff
}

.header .main .trv-login-form .trv-login-form-wrapper{
    display: flex;
    flex-direction: column;
    display: -webkit-flex;
    justify-content: center;
    height: 100%;
}

/*	Header > Bottom
-------------------------------------------*/
.header .bottom {
    background: #e41c39;
}

/*	Header > Bottom > Navigation
    -------------------------------------------*/
.header .bottom .nav {
    float: left;
}

.header .bottom .nav > ul > li {
    position: relative;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
}

.header .bottom .nav > ul > li:first-child {
    margin-left: 0;
}

.header .bottom .nav > ul > li > a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header .bottom .nav > ul > li.current-menu-item > a,
.header .bottom .nav > ul > li.current-page-ancestor > a,
.header .bottom .nav > ul > li.menu-item-has-children:hover,
.header .bottom .nav > ul > li > a:hover {
    background: #bd1e16;
}

/*	Submenu
        -------------------------------------------*/
.header .bottom .nav .sub-menu {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 200px;
    top: 100%;
    background: #bd1e16;
    visibility: hidden;
    opacity: 0;
}

.header .bottom .nav > ul > li.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

.header .bottom .nav .sub-menu li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.header .bottom .nav .sub-menu li:first-child {
    border-top: none;
}

.header .bottom .nav .sub-menu li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
}

/*	Header > Bottom > Search
    -------------------------------------------*/
.header .bottom .search {
    float: right;
    position: relative;
}

.header .bottom .search .trigger a {
    width: 50px;
    height: 50px;
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header .bottom .search.opened .trigger a,
.header .bottom .search .trigger a:hover {
    background: #bd1e16;
}

.header .bottom .search .wrapper {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 100%;
    width: 500px;
    height: 50px;
    padding: 10px 180px 10px 10px;
    box-sizing: border-box;
    background: #bd1e16;
    display: none;
    visibility: hidden;
}

.header .bottom .search.opened .wrapper {
    display: block;
    visibility: visible;
}

.header .bottom .search .wrapper form {
    display: block;
    height: 100%;
}

.header .bottom .search .wrapper input[type="text"],
.header .bottom .search .wrapper button {
    display: block;
    border: none;
    border-radius: 4px;
    outline: none;
    font-family: 'Myriad Pro';
    font-size: 14px;
    line-height: 30px;
    box-sizing: border-box;
}

.header .bottom .search .wrapper input[type="text"] {
    width: 100%;
    height: 100%;
    padding: 0 10px;
}

.header .bottom .search .wrapper button {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    width: 160px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header .bottom .search .wrapper button:hover {
    background: #fff;
    color: #bd1e16;
}


/*	Footer
-------------------------------------------*/
.footer {
    margin-top: 60px;
}

.footer a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}


/*	Footer > Main
-------------------------------------------*/
.footer .main {
    padding: 60px 0 40px 0;
    background: #a6a6a6;
}

/*	Footer > Main > Col
    -------------------------------------------*/
.footer .main .col {
    float: left;
    width: calc(20% - 32px);
    margin-left: 40px;
}

.footer .main .col:first-child {
    margin-left: 0;
}

/*	Logo
        -------------------------------------------*/
.footer .main .logo {
    position: relative;
}

.footer .main .logo a {
    display: block;
}

.footer .main .logo svg {
    display: block;
    fill-rule: evenodd;
    width: 100%;
    max-width: 114px;
    height: 40px;
}

.footer .main .logo .red {
    fill: #e41c39;
}

.footer .main .logo .white {
    fill: #fff;
}

/*	Social
        -------------------------------------------*/
.footer .main .social {
    margin-top: 25px;
    position: relative;
}

.footer .main .social ul li {
    float: left;
    margin: 0 0 0 10px;
}

.footer .main .social ul li:first-child {
    margin-left: 0;
}

.footer .main .social ul li a {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #cacaca;
    font-size: 24px;
    text-decoration: none !important;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer .main .social ul li.facebook a {
    background: #3b5999;
}

.footer .main .social ul li.instagram a {
    background: #e4405f;
}

.footer .main .social ul li.youtube a {
    background: #cd201f;
}


/*	Footer > Main > Col > Title
        -------------------------------------------*/
.footer .main .col-title {
    height: 40px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer .main .col-title .icon {
    position: relative;
    width: 40px;
    height: 40px;
}

.footer .main .col-title .icon svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: #fff;
    fill-rule: evenodd;
}

.footer .main .col-title .label {
    padding-left: 10px;
}

/*	Footer > Main > Col > Content
        -------------------------------------------*/
.footer .main .col-content {
    margin-top: 30px;
}

.footer .main ul li {
    margin-top: 12px;
    font-size: 14px;
    line-height: 18px;
}

.footer .main ul li:first-child {
    margin-top: 0;
}

.footer .main ul li a {
    color: #fff;
}

.footer .main ul li a:hover {
    text-decoration: underline;
}

.footer .main h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.footer .main p {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
}

.footer .main h3 + p {
    margin-top: 15px;
}

.footer .main .col.apps p,
.footer .main .col.shops p {
    text-align: justify;
}

/*	Brands
            -------------------------------------------*/
.footer .main .button {
    margin-top: 20px;
}

.footer .main .button a {
    text-decoration: none;
    color: #fff;
}

/*	Download
            -------------------------------------------*/
.footer .main .download {
    margin-top: 20px;
}

.footer .main .download .item {
    float: left;
    width: calc(50% - 5px);
    margin-left: 10px;
}

.footer .main .download .item:first-child {
    margin-top: 0;
    margin-left: 0;
}

.footer .main .download .item a {
    display: block;
}

.footer .main .download .item a img {
    display: block;
}

/*	Shop search
            -------------------------------------------*/
.footer .main .shop-search {
    margin-top: 20px;
}

.footer .main .shop-search input[type="text"],
.footer .main .shop-search button {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 4px;
    font-family: 'Myriad Pro';
}

.footer .main .shop-search input[type="text"] {
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
}

.footer .main .shop-search button {
    margin-top: 10px;
    padding: 10px 20px;
    background: #e41c39;
    font-size: 14px;
    line-height: 17px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*	Footer > Awards
-------------------------------------------*/
.footer .awards {
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
}

.footer .awards .logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer .awards .logo-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer .awards .logo-wrapper ul li {
    float: left;
    margin-left: 50px;
}

.footer .awards .logo-wrapper ul li:first-child {
    margin-left: 0;
}

.footer .awards .logo-wrapper ul li img {
    display: block;
    margin: 0 auto;
    width: 150px;
}

/*	Footer > Secondary
-------------------------------------------*/
.footer .secondary {
    padding: 20px 0;
    background: #2d2d2d;
    background: #a6a6a6;
}

.footer .secondary .left {
    float: left;
}

.footer .secondary .right {
    float: right;
}

.footer .secondary ul li {
    float: left;
    margin-left: 30px;
    font-size: 13px;
    line-height: 16px;
}

.footer .secondary ul li:first-child {
    margin-left: 0;
}

.footer .secondary ul li a {
    text-decoration: none;
    color: #fff;
}

.footer .secondary ul li a:hover {
    text-decoration: underline;
}


/*	General Content
-------------------------------------------*/

.general-content {
    font-size: 15px;
    line-height: 22px;
}

.general-content > *:first-child {
    margin-top: 0 !important;
}

.general-content p {
    margin-top: 22px;
}

.general-content h1 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
}

.general-content h2 {
    margin-top: 35px;
    color: #d9261c;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
}

.general-content h1 + p,
.general-content h2 + p {
    margin-top: 20px;
}

.general-content h3 {
    margin-top: 25px;
    font-size: 22px;
    line-height: 26px;
}

.general-content h4 {
    margin-top: 25px;
    font-size: 18px;
    line-height: 22px;
}

.general-content ul {
    margin-top: 20px;
}

.general-content ul li {
    position: relative;
    margin-top: 5px;
    padding-left: 18px;
}

.general-content ul li:first-child {
    margin-top: 0;
}

.general-content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #d9261c;
    border-radius: 1px;
}

.general-content ol {
    margin-top: 25px;
}

.general-content a {
    color: #cc3333;
    text-decoration: none;
}

.general-content a:hover {
    text-decoration: underline;
}

.general-content .alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 25px;
}

.general-content .alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 25px;
}

.general-content hr {
    box-shadow: none;
    border-top: 0px !important;
    border-bottom-color: #ccc !important;
    margin-top: 20px;
}


/*	Page wrapper
-------------------------------------------*/

.page-wrapper {
    position: relative;
    padding: 35px 0;
}

.page-wrapper > .container > *:first-child {
    margin-top: 0 !important;
}

.page-wrapper .page-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 20px;
}


/*	Page toolbar
-------------------------------------------*/

.page-toolbar .container {
    margin-top: 20px;
    border-top: 1px solid rgba(121, 121, 121, 0.55);
    padding-top: 30px;
}

.page-toolbar .social {
    float: left;
}

.page-toolbar .to-top {
    float: right;
    font-size: 14px;
    line-height: 18px;
}

.page-toolbar .to-top a {
    text-decoration: none;
    color: #333;
}

.page-toolbar .to-top a:hover {
    text-decoration: underline;
}


/*	Globals
---------------------------------------------------------------------------------------------*/

/*	Section
-------------------------------------------*/
.section {
    position: relative;
    box-sizing: border-box;
}

.section + .section {
    margin-top: 50px;
}

.section.general + .section {
    margin-top: 30px;
}

.section.product-slider + .section.product-slider {
    margin-top: 60px;
}

.section.product-slider + .section.promo-boxes,
.section.product-slider + .section.image-boxes {
    margin-top: 70px;
}

/*	Section > Section heading
    -------------------------------------------*/
.global-section-heading {
    overflow: hidden;
    position: relative;
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
    background: transparent;
    border-bottom: 3px solid #000;
}

.global-section-heading.transparent {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

/*
         * Image
         */

.global-section-heading .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.35;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

/*
         * Text
         */

.global-section-heading .text {
    position: relative;
    top: 2px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
}

.global-section-heading .text .title {
    margin-right: auto;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.global-section-heading .text .desc {
    margin-left: auto;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.025em;
}

/*	Section > Section content
    -------------------------------------------*/
.global-section-content {
    position: relative;
}

.global-section-heading + .global-section-content {
    margin-top: 15px;
}


/*	Slider
-------------------------------------------*/

.global-slider {
    position: relative;
}

/*.global-slider #product-search-results {
            min-height: 340px;
        }*/

.products-onsale .loading {
    display: none;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    font-size: 18px;
    text-align: center;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
}

.products-onsale .loading div {
    top: 50%;
    left: 0px;
    right: 0px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.products-onsale .no-results {
    display: none;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    font-size: 18px;
    text-align: center;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
}

.products-onsale .no-results div {
    top: 50%;
    left: 0px;
    right: 0px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*	Slider > Pagination
    -------------------------------------------*/
.global-slider .swiper-pagination {
    width: 100%;
    bottom: -45px;
    left: 0;
}

.global-slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #888;
    box-sizing: border-box;
    opacity: 1;
}

.global-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #888;
}

/*	Slider > Navigation
    -------------------------------------------*/
.global-slider .swiper-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hide-navigation .global-slider .swiper-nav {
    display: none;
}

.global-slider .swiper-nav .button {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 30px;
    height: 30px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    background: #c1bfbf;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.global-slider .swiper-nav .button.prev {
    left: -50px;
}

.global-slider .swiper-nav .button.next {
    right: -50px;
}

.global-slider .swiper-nav .button i {
    color: #fff;
}

.global-slider .swiper-nav .button svg {
    position: relative;
    width: 28px;
    height: 28px;
    fill-rule: evenodd;
    fill: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.global-slider .swiper-nav .button:hover {
    background: #b3b0b0;
}

.global-slider .swiper-nav .button:hover svg {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.global-slider .swiper-nav .swiper-button-disabled {
    cursor: default;
    display: none !important;
}

.global-slider .swiper-nav .swiper-button-disabled:hover {
    background: #c1bfbf;
}

.global-slider .swiper-nav .swiper-button-disabled svg {
    display: none;
}


/*	Product item
-------------------------------------------*/
.global-product-item {
    display: block;
    position: relative;
    height: 340px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    font-family: 'Myriad Pro';
    text-decoration: none;
    color: #000;
}

/*	Product item > Image
    -------------------------------------------*/
.global-product-item .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.global-product-item .image img {
    display: block;
    height: auto;
    max-height: 160px;
    max-width: 90%;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.global-product-item .image.wide img {
    max-height: 60px;
}

.global-product-item:hover .image img {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

/*	Product item > Content
    -------------------------------------------*/
.global-product-item .content {
    position: relative;
    z-index: 1;
    height: 100%;
}

/*	Product item > Content > Top
        -------------------------------------------*/
.global-product-item .content > .top {
    font-family: 'Montserrat', sans-serif;
}

/*
             * Title
             */

.global-product-item .content > .top .title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -0.05em;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.global-product-item:hover .content > .top .title {
    color: #d9261c;
}

/*
             * Ribbons
             */

.global-product-item .content > .top .ribbons {
    margin-top: 5px;
}

.global-product-item .content > .top .ribbons img {
    display: block;
    float: left;
    height: 15px;
    margin-right: 10px;
}

.global-product-item .content > .top .ribbons img:last-child {
    margin-right: 0;
}

/*
             * Details
             */

.global-product-item .content > .top .details {
    margin-top: 7px;
}

.global-product-item .content > .top .details .desc {
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: -0.05em;
}

.global-product-item .content > .top .details .price {
    margin-top: 3px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.global-product-item .content > .top .details .price small {
    font-size: 15px;
}

.global-product-item.sale-type-arkontraszt .content > .top .details .price {
    text-decoration: line-through;
}

/*	Product item > Content > Bottom
        -------------------------------------------*/
.global-product-item .content > .bottom {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

/*
             * Extra badges
             */

.global-product-item .content > .bottom .extra-badges {
    width: 100%;
    height: 49px;
    position: relative;
    top: -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;

}

.global-product-item .content > .bottom .extra-badges div {
    width: calc(50% - 1px);
    padding: 4px 6px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    font-style: italic;
    color: #fff;
}

.global-product-item .content > .bottom .extra-badges div + div {
    margin-left: 2px;
}

.global-product-item .content > .bottom .extra-badges div.gray {
    background: #cec9ca;
}

.global-product-item .content > .bottom .extra-badges div.blue {
    background: #4f8dc8;
}

/*
             * Badges
             */

.global-product-item .content > .bottom .badges {
    float: right;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.global-product-item .content > .bottom .badges .global-badge {
    margin-right: 10px;
}

.global-product-item .content > .bottom .badges .global-badge:last-child {
    margin-right: 0;
}

/*
             * Additional info
             */

.global-product-item .content > .bottom .additional-info {
    position: absolute;
    height: 22px;
    left: 0;
    right: 0;
    bottom: -25px;
    padding: 0 10px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: -0.025em;
    text-align: center;
    overflow: hidden;
}


/*	Badge
-------------------------------------------*/
.global-badge {
    text-align: center;
}

/*	Single
    -------------------------------------------*/
.global-badge.single {
    width: 82px;
    height: 50px;
    border-top-left-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: -0.05em;
    text-decoration: none;
    color: #fff;
}

/*	Double
    -------------------------------------------*/
.global-badge.double {
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
}

/*	Double > Top
        -------------------------------------------*/
.global-badge.double .top {
    position: relative;
    height: 50%;
    /*border-top-left-radius: 20px;*/
}

.global-badge.double .top img {
    display: block;
    position: relative;
    margin: 1px auto 0 auto;
    width: 45px;
    height: 30px;
}

.global-badge.double .top .label {
    /*position: absolute;
                left: 0;
                right: 0;
                bottom: 4px;*/
    display: block;
    padding-top: 4px;
    font-size: 12px;
    line-height: 13px;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #fff;
}

/*	Double > Bottom
        -------------------------------------------*/
.global-badge.double .bottom {
    position: relative;
    height: 50%;
    padding: 9px 5px 5px 5px;
    box-sizing: border-box;
    /*border-bottom-right-radius: 20px;*/
    border-top: 1px solid #fff;
    font-size: 12px;
    line-height: 11px;
    font-weight: 700;
    letter-spacing: -0.05em;
    font-style: italic;
    color: #fff;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.global-badge.double .bottom p {
    position: relative;
    top: 1px;
}

.global-badge.double .bottom strong {
    font-size: 25px;
    font-weight: 700;
}

.global-badge.double .bottom strong span {
    font-size: 14px;
}

.global-badge.double .bottom small {
    display: block;
    margin-top: 2px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
}

/*	Flex
    -------------------------------------------*/
.global-badge.flex {
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

/*	Double > Top
        -------------------------------------------*/
.global-badge.flex .top {
    position: relative;
    height: 50%;
}

.global-badge.flex .top img {
    display: block;
    position: relative;
    margin: 0 auto;
    /*top: -22px;*/
    top: 0px;
    width: 80px;
    height: 50px;
}

.global-badge.coop-klub.flex .top img {
    width: 80px;
    height: auto;
    top: -1px;
}

.global-badge.quantity.flex .top img {
    width: 50px;
    height: auto;
    right: 15px !important;
    bottom: 15px !important;
}

.global-badge.quantity.flex .bottom .db {
    font-size: 16px;
}

.global-badge.super-price.flex .top ins {
    padding-top: 25px;
    font-size: 36px;
}

.global-badge.super-price.flex .top .row.first span {
    font-size: 16px;
}

.global-badge.super-price.flex .top .row.first ins {
    padding-left: 5px;
    font-size: 25px;
    letter-spacing: 0;
}

.global-badge.flex .top .label {
    /*position: absolute;
                left: 0;
                right: 0;
                bottom: 7px;*/
    display: block;
    padding: 10px 0 0 5px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #fff;
}

/*	Double > Bottom
        -------------------------------------------*/
.global-badge.flex .bottom {
    position: relative;
    height: 50%;
    padding: 15px 5px 5px 5px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: -0.05em;
    font-style: italic;
    color: #fff;
}

.global-badge.flex .bottom strong {
    font-size: 35px;
    line-height: 25px;
    font-weight: 700;
}

.global-badge.flex .bottom strong span {
    font-size: 35px;
    line-height: 25px;
}

.global-badge.flex .bottom small {
    font-size: 16px;
    line-height: 16px;
}

.global-badge.flex .bottom.no-qty {
    padding-top: 25px;
}


/*	Coop tv
    -------------------------------------------*/
.global-badge.coop-tv .top {
    background: #e41c39;
}

.global-badge.coop-tv .bottom {
    background: #cfaa41;
}

/*	Coop klub
    -------------------------------------------*/
.global-badge.coop-klub .top {
    background: #ffed00;
    background: #fbea0d;
}

.global-badge.coop-klub .top img {
    width: 60px;
    height: 40px;
    top: -13px;
}

.global-badge.coop-klub .top .label {
    color: #dc0b2c;
}

.global-badge.coop-klub .bottom {
    background: #b50c21;
    background: #dc0b2c;
}

.global-badge.coop-klub.double .top img {
    width: 45px;
    height: 30px;
    top: -1px;
}

/*	Quantity
    -------------------------------------------*/
.global-badge.quantity .top {
    background: #00ab55;
    text-align: left;
    padding: 5px 8px;
    box-sizing: border-box;
}

.global-badge.quantity .top img {
    position: absolute;
    right: 6px;
    bottom: 6px;
    width: 28px;
    height: 28px;
    top: auto;
}

.global-badge.quantity .bottom {
    background: #e41c39;
}

.global-badge.quantity .bottom .db {
    display: block;
    margin-top: 1px;
    font-size: 11px;
    font-weight: 700;
}

/*	Super price
    -------------------------------------------*/
.global-badge.super-price .top {
    background: #0c3048;
    background: #25336c;
    background: #f5ee31;
}

.global-badge.super-price .top ins {
    display: block;
    padding-top: 10px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.08em;
    color: #e41c39;
    text-decoration: none;
}

.global-badge.super-price .top .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.global-badge.super-price .top .row.first {
    height: 60%;
}

.global-badge.super-price .top .row.first span {
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #fff;
}

.global-badge.super-price .top .row.first ins {
    padding-left: 3px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.08em;
    color: #fff;
    text-decoration: none;
}

.global-badge.super-price .top .row.second {
    height: 40%;
    background: #fff;
    /*border-top-left-radius: 20px;*/
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #0c3048;
    color: #25336c;
}

.global-badge.super-price .bottom {
    background: #e41c39;
    color: #fff;
}

/*	Lightgreen
    -------------------------------------------*/
.global-badge.lightgreen {
    background: rgba(92, 198, 24, 0.55);
}

/*	Lightblue
    -------------------------------------------*/
.global-badge.lightblue {
    background: rgba(77, 182, 172, 0.55);
}


/*	Shop search
-------------------------------------------*/
.global-shop-search {
}

.global-shop-search .form {
}

.global-shop-search .col.address {
    width: calc(66.6666% - 3.3333px);
}

.global-shop-search .col.distance {
    width: calc(33.3333% - 6.6666px);
    margin-left: 10px;
}

.global-shop-search .right {
    padding-top: 22px;
}

.global-shop-search .details {
    margin: 20px 0;
}

.global-shop-search .filter-toggle {
    position: relative;
    display: inline-block;
}

.global-shop-search .filter-toggle input {
    display: none !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.global-shop-search .filter-toggle label {
    position: relative;
    padding: 8px 20px 8px 35px;
    box-sizing: border-box;
    border-radius: 4px;
    background: #ededed;
    font-size: 13px;
    line-height: 17px;
    color: #000 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.global-shop-search .filter-toggle label span {
    display: inline-block;
    padding-left: 4px;
    font-size: 10px;
    color: #797979 !important;
}

.global-shop-search .filter-toggle label:before,
.global-shop-search .filter-toggle label:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 10px;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.global-shop-search .filter-toggle label:before {
    border: 1px solid #797979;
    background: #fff;
}

.global-shop-search .filter-toggle label:after {
    background: url('../img/checkbox-checked-icon.svg') no-repeat center;
    background-size: 50%;
    opacity: 0;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
}

/*
         * Checked
         */

.global-shop-search .filter-toggle input:checked ~ label {
    border-color: #e00022;
}

.global-shop-search .filter-toggle input:checked ~ label:before {
    border-color: #e00022;
}

.global-shop-search .filter-toggle input:checked ~ label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.global-shop-search .filters {
    display: none;
}

.global-shop-search .filters.active {
    display: block;
}


/*	Shop filters
-------------------------------------------*/
.global-shop-filters {
}


.global-shop-filters .col {
    float: left;
    width: 13.333333333333333%;
    margin-left: 0.806451612903226%;
}

.global-shop-filters .col:first-child {
    margin-left: 0;
}

.global-shop-filters .col.wide {
    width: 20%;
}

.global-shop-filters .col.wider {
    width: 22.5%;
}

.global-shop-filters .col.shop-category,
.global-shop-filters .col.shop-type {
    width: 20.403225806451613%;
}

/*
         * Title
         */

.global-shop-filters .col .title {
    padding: 11px 10px;
    box-sizing: border-box;
    background: #e41c39;
    border-radius: 4px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

/*
         * Items
         */

.global-shop-filters .items {
    margin-top: 10px;
}

.global-shop-filters .items li {
    position: relative;
    margin-top: 10px;
}

.global-shop-filters .items li:first-child {
    margin-top: 0;
}

.global-shop-filters .items li input {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.global-shop-filters .items li label {
    position: relative;
    height: 40px;
    padding: 5px 10px 5px 30px;
    background: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.global-shop-filters .items li label img {
    display: block;
    margin: 0 auto;
    max-height: 25px;
    max-width: 60px;
}

.global-shop-filters .items li label span {
    position: relative;
}

.global-shop-filters .items li label:before,
.global-shop-filters .items li label:after {
    content: '';
    position: absolute;
    left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.global-shop-filters .items li label:before {
    border: 1px solid #c0c0c0;
}

.global-shop-filters .items li label:after {
    background: url('../img/checkbox-checked-icon.svg') no-repeat center;
    background-size: 50%;
    opacity: 0;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
}

/*
                     * Checked
                     */

.global-shop-filters .items li input:checked ~ label {
    border-color: #e00022;
}

.global-shop-filters .items li input:checked ~ label:before {
    border-color: #e00022;
}

.global-shop-filters .items li input:checked ~ label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/*	Shop results
-------------------------------------------*/
.global-shop-results {
    position: relative;
    min-height: 500px;
}

.global-shop-search + .global-shop-results {
    margin-top: 30px;
}

/*	List
    -------------------------------------------*/
.global-shop-results .list {
    width: calc(50% - 5px);
    box-sizing: border-box;
}

.global-shop-results .list .pre {
    font-size: 15px;
    line-height: 22px;
}

.global-shop-results .list .pre strong {
    max-width: 550px;
    display: block;
    padding-bottom: 10px;
}


/*
         * Heading
         */

.global-shop-results .list .heading {
}

.global-shop-results .list .heading .title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.global-shop-results .list .heading .info {
    color: rgb(217, 38, 28);
    font-size: 14px;
    line-height: 18px;
    padding-top: 8px;
}

/*
         * Content
         */

.global-shop-results .list .content {
    height: 380px;
    position: relative;
    box-sizing: border-box;
}

.global-shop-results .list .heading + .content {
    margin-top: 20px;
}

.global-shop-results .list .content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 20px;
    height: 1px;
    background: #c0c0c0;
}

/*
             * Nano scroller
             */

.global-shop-results .nano-content {
    padding-right: 20px;
    box-sizing: border-box;
}

.global-shop-results .nano-pane {
    background: rgba(0, 0, 0, 0.11);
    border-radius: 6px;
}

.global-shop-results .nano-pane .nano-slider {
    margin: 0;
    background: rgba(0, 0, 0, 0.22);
    border-radius: 6px;
}

/*
             * List items
             */

.global-shop-results .list .content ul li {
    padding-top: 15px;
    padding-bottom: 10px;
    border-top: 1px solid #c0c0c0;
    box-sizing: border-box;
    cursor: pointer;
    transition: all ease 0.3s;
}

.global-shop-results .list .content ul li:first-child {
    margin-top: 0;
    border-top: none;
}

.global-shop-results .list .content ul li:last-child {
    padding-bottom: 10px;
}

.global-shop-results .list .content ul li .inner {
    position: relative;
    padding: 0 60px 0 90px;
    box-sizing: border-box;
}

/*
                 * Logo
                 */

.global-shop-results .list .content ul li .logo {
    position: absolute;
    left: 0;
    width: 70px;
    height: 35px;
}

.global-shop-results .list .content ul li .logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

/*
                 * Desc
                 */

.global-shop-results .list .content ul li .desc {
}

.global-shop-results .list .content ul li .desc h4 {
    font-size: 16px;
    line-height: 18px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.global-shop-results .list .content ul li:hover .desc h4,
.global-shop-results .list .content ul li.selected .desc h4 {
    color: #d9261c;
}

/*
                            .global-shop-results .list .content ul li.selected .desc h4:after {
                                content: "KIVÁLASZTVA";
                                display: inline-block;
                                color: #ffffff;
                                font-size: 12px;
                                font-weight: bold;
                                line-height: 18px;
                                background: #00ae42;
                                padding: 7px 8px 5px 8px;
                                margin-left: 10px;
                            }
                            */

.global-shop-results .list .content ul li .desc p {
    margin-top: 5px;
    font-size: 13px;
    line-height: 17px;
    font-style: italic;
}

/*
                 * Distance
                 */

.global-shop-results .list .content ul li .distance {
    position: absolute;
    right: 10px;
    top: 2px;
    width: 60px;
    font-size: 13px;
    line-height: 17px;
    font-style: italic;
    text-align: right;
    color: #bbb;
}

.global-shop-results.shop-selected .list .content ul li {
    opacity: 0.4;
}

.global-shop-results .list .content ul li.selected,
.global-shop-results .list .content ul li:hover {
    opacity: 1 !important;
    border-top-color: rgb(192, 192, 192, 0.4);
}

.global-shop-results .list .content ul li.active {
    background: #f7f7f7;
    border-top: 1px solid #c0c0c0 !important;
}

.global-shop-results .list .content ul li.active .desc h4 {
    color: #d9261c;
}


/*	Map
    -------------------------------------------*/
.global-shop-results .map {
    position: absolute;
    width: calc(50% - 5px);
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 0 0 10px;
    border-left: 1px solid #c0c0c0;
    box-sizing: border-box;
}

.global-shop-results .map-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background: none; /*url('../img/map-temp.jpg') no-repeat center;*/
    border-radius: 4px;
}


/*	Sections
---------------------------------------------------------------------------------------------*/

/*	Section: GENERAL
-------------------------------------------*/
section.general {
    padding: 30px 0px;
    box-sizing: border-box;
    background: #fff;
}

/*	Section: FT. OFFER SLIDER
-------------------------------------------*/
.ft-offer-slider {
}

/*	Ft. offer slider > Heading
    -------------------------------------------*/

/*	Ft. offer slider > Content
    -------------------------------------------*/
.ft-offer-slider .section-content {
}

/*
         * Swiper slide
         */

.ft-offer-slider .swiper-slide {
    position: relative;
    /*height: 410px;*/
    background: #fff;
}

.ft-offer-slider .swiper-slide .image {
    /*position: absolute;
                left: 0;
                top: 0;*/
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/*	Section: NEWS TABS
-------------------------------------------*/
.news-tabs {
    margin-top: 60px;
}

.news-tabs .tab-content {
    display: none;
}

.news-tabs .tab-content.active {
    display: block;
}

.news-tabs .coming-soon {
    text-align: center;
    padding-top: 30px;
}


/*	News tabs > Heading
    -------------------------------------------*/
.news-tabs .section-heading {
    z-index: 9999;
    position: relative;
    border-bottom: 10px solid #e41c39;
}

/*	Tabs nav
        -------------------------------------------*/
.news-tabs .tabs-nav li {
    float: left;
    margin-left: 10px;
}

.news-tabs .tabs-nav li:first-child {
    margin-left: 0;
}

.news-tabs .tabs-nav li a {
    display: block;
    min-width: 320px;
    padding: 10px 20px;
    box-sizing: border-box;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: rgba(121, 121, 121, 0.55);
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.news-tabs .tabs-nav li.active a {
    background: #e41c39;
    color: rgba(255, 255, 255, 1);
}

/*	Current shop
        -------------------------------------------*/
.news-tabs .current-shop {
    position: absolute;
    right: 0;
    bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.news-tabs .current-shop .label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-style: italic;
    text-align: right;
}

.news-tabs .current-shop .label a {
    text-decoration: none;
    color: #797979;
    position: relative;
}

.news-tabs .current-shop .label a:before {
    content: attr(data-tooltip);
    position: absolute;
    top: 40px;
    z-index: 1;
    visibility: hidden;
    width: 200px;
    padding: 12px 10px;
    background: #313131;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
}

.news-tabs .current-shop .label a:hover:before {
    visibility: visible;
}

.news-tabs .current-shop .button {
    margin-left: 10px;
}

.news-tabs .current-shop .button a {
    display: inline-block;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #e41c39;
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.news-tabs .current-shop .button a:hover {
    background: #ea2a1f;
}

/*	News tabs > Content
    -------------------------------------------*/
.news-tabs .section-content {
    margin-top: 10px;
}

.news-tabs .section-content .col {
    position: relative;
    float: left;
    width: calc(50% - 30px);
    height: 100%;
    margin-left: 60px;
}

.news-tabs .section-content .col:first-child {
    margin-left: 0;
}

/*	News tabs > Content > Slider
            -------------------------------------------*/
.news-tabs .swiper-slide {
    height: 910px;
}

body.regional-period:not(.logged-in) .news-tabs .swiper-slide,
.news-tabs .swiper-slide.greyed .image {
    opacity: 0.5;
    cursor: default !important;
}

.news-tabs .swiper-slide.greyed:before {
    top: 50%;
    left: 50%;
    width: 400px;
    content: "Az aktuális ajánlatok megtekintéséhez, kérem válassza ki az Ajánlatkereső segítségével azt az üzletet, amelynek ajánlatait szeretné megtekinteni";
    position: absolute;
    border-radius: 8px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background: #d9261c;
    padding: 10px 15px;
    z-index: 2;
    display: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.news-tabs .swiper-slide.greyed:hover:before {
    display: block;
}

.news-tabs .swiper-slide .image {
    display: block;
    height: 820px;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-position: top center;
}

.news-tabs .swiper-slide .text {
    height: 90px;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.news-tabs .swiper-slide .text .title {
    font-size: 18px;
    color: #e00022;
}

.news-tabs .swiper-slide .text .desc {
    margin-top: 3px;
    font-style: italic;
}


/*	News tabs > Content > Promo box
            -------------------------------------------*/
.news-tabs .promo-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.55);
}


/*	Section: Shop search widget
-------------------------------------------*/
.shop-search-widget {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 2px solid #000;
}

.shop-search-widget + .section {
    margin-top: 30px;
}

.shop-search-widget .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.shop-search-widget .col:first-child {
    margin-left: 0 !important;
}

/*	Shop search widget > Left
    -------------------------------------------*/
.shop-search-widget .left {
    margin: 0 auto 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.shop-search-widget .left .col {
    margin-left: 30px;
}

/*
             * Icon
             */

.shop-search-widget .left .icon svg {
    width: 37px;
    height: 41px;
}

/*
             * Title
             */

.shop-search-widget .left .title {
    padding-left: 20px;
    font-size: 20px;
    line-height: 24px;
}

/*
             * Desc
             */

.shop-search-widget .left .desc {
    max-width: 300px;
    font-size: 13px;
    line-height: 20px;
}

/*	Shop search widget > Right
    -------------------------------------------*/
.shop-search-widget .right {
    margin: 0 0 0 auto;
}

.shop-search-widget .right .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.shop-search-widget .right .col {
    position: relative;
    margin-left: 10px;
}

.shop-search-widget .right .col .row {
}

.shop-search-widget .right .col .row:first-child {
    height: 20px;
}

.shop-search-widget .right .col .row:last-child {
    height: 40px;
    margin-top: 5px;
}

.shop-search-widget label {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    font-style: italic;
}

/*
         * Input
         */

.shop-search-widget input,
.shop-search-widget button {
    display: block;
    height: 40px;
    padding: 0 10px;
    border: none;
    outline: none;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
}

.shop-search-widget input {
    min-width: 260px;
    border: 1px solid #797979;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

/*
         * Selectbox
         */

.shop-search-widget .sbHolder,
.shop-search-widget .sbHolder * {
    position: relative;
    display: block;
    margin: 0;
    list-style: none;
    border: none;
    outline: none;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
}

.shop-search-widget .sbSelector {
    position: relative;
    height: 100%;
    padding: 10px 60px 10px 10px;
    background: #fff;
    border: 1px solid #797979;
    border-radius: 4px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.shop-search-widget .sbToggle {
    position: absolute;
    background: #797979 url('../img/sbtoggle-icon-1.svg') no-repeat center center;
    background-size: 40%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 12;
}

.shop-search-widget .sbOptions {
    position: absolute;
    z-index: 13;
    top: calc(100% + 3px) !important;
    margin-top: 0px;
    left: 0;
    right: 0;
    max-height: 300px !important;
    overflow-y: auto;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    border: 1px solid #797979;
    border-radius: 4px;
    box-sizing: border-box;
}

.shop-search-widget .sbOptions a {
    padding: 11px 11px 12px 11px;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #191919;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.shop-search-widget .sbOptions li:first-child a {
    border-top: none;
}

.shop-search-widget .sbOptions a:hover {
    background: #f3f3f3;
}

/*
             * Button
             */

.shop-search-widget button {
    width: 120px;
    background: #e41c39;
    font-size: 13px;
    line-height: 17px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.shop-search-widget button:hover {
    background: #ea2a1f;
}


/*	Section: Shop search advanced
-------------------------------------------*/
.shop-search-advanced {
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
    background: #fff;
}

/*	Shop search advanced > Section heading
    -------------------------------------------*/
.shop-search-advanced .section-heading {
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
}


.shop-search-advanced .global-shop-search .details {
    margin-top: 0px;
}


/*	Shop search advanced > Filters
    -------------------------------------------*/

.shop-search-advanced .filters {
}

/*	Heading
    -------------------------------------------*/
.shop-search-advanced .filters .heading {
}

/*
         * Title
         */

.shop-search-advanced .filters .heading .title {
    float: left;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

/*
         * Desc
         */

.shop-search-advanced .filters .heading .desc {
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-style: italic;

    display: none;
}

.shop-search-advanced .filters .content {
    margin-top: 15px;
}


/*	Shop search advanced > Results
    -------------------------------------------*/
.shop-search-advanced .results {
    margin-top: 30px;
}

/*	Info
        -------------------------------------------*/
.shop-search-advanced .results .info {
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
}

/*	Wrapper (global)
        -------------------------------------------*/
.shop-search-advanced .global-shop-results {
    margin-top: 10px;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    box-sizing: border-box;
}

.shop-search-advanced .global-shop-results .list {
    padding: 15px 0 10px 20px;
}

.shop-search-advanced .global-shop-results .map {
    padding: 10px;
}

/*
     *	Geocomplete
     */
.pac-container {
    padding-top: 4px;
    padding-bottom: 18px;
    padding-right: 1px;
    margin-left: -1px !important;
    margin-top: 2px !important;
    z-index: 9999 !important;
    border-radius: 0 !important;
    box-shadow: 0 5px 25px 0 rgba(14, 8, 5, 0.08) !important;
    background: #ffffff !important;
    box-sizing: content-box !important;
}

.pac-container:after {
    top: 7px;
    margin-left: 16px;
    position: relative;
    background-position: left center !important;
}

.pac-container .pac-item {
    color: #252525 !important;
    font-size: 15px !important;
    line-height: 20px !important;
    padding: 7px 15px 7px 15px !important;
    text-decoration: none !important;
    border: 0 !important;
}

.pac-container .pac-item-query {
    color: #252525 !important;
    font-size: 16px !important;
    line-height: 20px !important;
}

.pac-container .pac-item:hover {
    color: #ffffff !important;
    background: #d9261c !important;
}

.pac-container .pac-item:hover .pac-item-query {
    color: #ffffff !important;
}

.pac-container .pac-item .pac-icon {
    display: none !important;
}


/*	Section: Shop search single
-------------------------------------------*/
.shop-search-single {
    padding: 30px 20px 20px 20px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #c0c0c0;
}

/*	Shop search single > Section heading
    -------------------------------------------*/
.shop-search-single .section-heading h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
}

/*	Shop search single > Section content
    -------------------------------------------*/
.shop-search-single .section-content {
    position: relative;
    margin-top: 20px;
}

/*
         * Details
         */

.shop-search-single .details {
    float: left;
    width: calc(50% - 5px);
    position: relative;
    box-sizing: border-box;
}


/*
             * Top
             */

.shop-search-single .details .top {
    position: relative;
    padding: 0 60px 0 90px;
    box-sizing: border-box;
}

/*
                 * Logo
                 */

.shop-search-single .details .top .logo {
    position: absolute;
    left: 0;
    width: 70px;
    height: 35px;
}

.shop-search-single .details .top .logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

/*
                 * Desc
                 */

.shop-search-single .details .top .desc {
}

.shop-search-single .details .top .desc h1 {
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.shop-search-single .details .top .desc p {
    margin-top: 2px;
    font-size: 16px;
    line-height: 18px;
    font-style: italic;
    font-weight: 700;
}

.shop-search-single .details .top .desc .tel {
    font-weight: 400;
}


/*
                 * Distance
                 */

.shop-search-single .details .top .distance {
    position: absolute;
    right: 10px;
    top: 2px;
    width: 60px;
    font-size: 16px;
    line-height: 16px;
    font-style: italic;
    text-align: right;
    color: #bbb;
}

/*
             * Main
             */

.shop-search-single .details .main {
    margin-top: 20px;
}

.shop-search-single .details .main .box {
    margin-top: 30px;
}

.shop-search-single .details .main .box:first-child {
    margin-top: 0;
}

.shop-search-single .details .main .box:last-child {
    margin-bottom: 30px;
}

.shop-search-single .details .main .box h2 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    color: #d9261c;
}

.shop-search-single .details .main .box ul li {
    margin-top: 2px;
    font-size: 16px;
    line-height: 20px;
    box-sizing: border;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.shop-search-single .details .main .box ul li:first-child {
    margin-top: 0;
}

.shop-search-single .details .main .box ul li img {
    position: absolute;
    left: 0;
    max-width: 50px;
}

.shop-search-single .details .main .box ul li .label {
    width: 80px;
    margin-right: 10px;
}

.shop-search-single .details .main .box .buttons a {
    display: inline-block;
    margin-left: 10px;
    min-width: 135px;
    padding: 10px 10px;
    background: #d9261c;
    border-radius: 4px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.shop-search-single .details .main .box .buttons a:first-child {
    margin-left: 0;
}

.shop-search-single .details .main .box .buttons a:hover {
    background: #ea2a1f;
}

/*	Map
    -------------------------------------------*/
.shop-search-single .map {
    float: right;
    position: relative;
    width: calc(50% - 5px);
    height: 420px;
    box-sizing: border-box;
    border-radius: 4px;
}

.shop-search-single .map-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../img/map-temp.jpg') no-repeat center;
    border-radius: 4px;
}


/*	Section content > BOTTOM
    -------------------------------------------*/
.shop-search-single .section-content-bottom {
}

.shop-search-single .section-content-bottom h2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    color: #d9261c;
}

.shop-search-single .section-content-bottom ul li {
    display: inline-block;
    margin: 0 10px 10px 0;
    vertical-align: middle;
}

.shop-search-single .section-content-bottom ul li:last-child {
    margin-right: 0;
}

.shop-search-single .section-content-bottom ul li div {
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.shop-search-single .section-content-bottom ul li img {
    display: block;
    max-height: 100%;
}

.shop-search-single .section-content-bottom ul li img.coop-promo-plus-logo-svg {
    width: auto;
    height: 20px;
    position: relative;
}

.shop-search-single .section-content-bottom ul li img.coop-klub-logo-svg {
    width: auto;
    height: 30px;
    position: relative;
}


/*	Section: Sale banner
-------------------------------------------*/
.sale-banner {
}

.sale-banner .image {
    display: block;
    position: relative;
    /*height: 400px;
        overflow: hidden;*/
}

.sale-banner .image .background {
    /*position: absolute;
            left: 0;
            top: 0;*/
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    /*-webkit-transition: all .3s;
                    transition: all .3s;
            -webkit-transform: scale(1);
               -moz-transform: scale(1);
                -ms-transform: scale(1);
                    transform: scale(1);*/
}

/*.sale-banner .image:hover .background {
                -webkit-transform: scale(1.03);
                   -moz-transform: scale(1.03);
                    -ms-transform: scale(1.03);
                        transform: scale(1.03);
            }*/

.sale-banner .image .background img {
    display: block;
    margin: 0 auto;
}


/*	Section: Registration
-------------------------------------------*/
.section-registration {
    margin-top: 30px;
}

/*	Registration > Step
    -------------------------------------------*/
.section-registration .step {
    position: relative;
    margin-top: 20px;
    padding-left: 30px;
    box-sizing: border-box;
}

.section-registration .step:first-child {
    margin-top: 0;
}

.section-registration .step-title {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: rgba(217, 38, 28, 1);
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.section-registration .step-title span {
    display: block;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.section-registration .step-wrapper {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
}

/*	Global form wrapper
        -------------------------------------------*/
.global-form-wrapper {
    position: relative;
}

.disabled + .sbHolder {
    pointer-events: none;

}

.intl-tel-input {
    width: 100%;
}

/*.phone-input { padding-left: 100px !important; }*/

.mobile-field, .phone-field {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.mobile-field .input-prefix, .phone-field .input-prefix {
    flex: 0 0 auto;
}

.mobile-field input[name="mobile-region"], .phone-field input[name="phone-region"] {
    flex: 1 1 20%;
}

.mobile-field input[name="mobile-number"], .phone-field input[name="phone-number"] {
    flex: 1 1 70%;
}

.global-form-wrapper > .left {
    float: left;
    width: calc(66.6666% - 15px);
}

.global-form-wrapper > .right {
    float: left;
    width: calc(33.3333% - 15px);
    margin-left: 30px;
}

.global-form-wrapper .privacy-wrapper {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: calc(66.6666% - 15px);
}

.global-form-wrapper .privacy-wrapper input {
    display: none !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.global-form-wrapper .privacy-wrapper label {
    display: block;
    position: relative;
    padding: 0 0 0 25px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.global-form-wrapper .privacy-wrapper label a {
    color: #e00022;
    text-decoration: none;
}

.global-form-wrapper .privacy-wrapper label a:hover {
    text-decoration: underline;
}

.global-form-wrapper .privacy-wrapper label:before,
.global-form-wrapper .privacy-wrapper label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.global-form-wrapper .privacy-wrapper label:before {
    border: 1px solid #797979;
    background: #fff;
}

.global-form-wrapper .privacy-wrapper label:after {
    background: url('../img/checkbox-checked-icon.svg') no-repeat center;
    background-size: 50%;
    opacity: 0;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
}

/*
                 * Checked
                 */

.global-form-wrapper .privacy-wrapper input:checked ~ label {
    border-color: #e00022;
}

.global-form-wrapper .privacy-wrapper input:checked ~ label:before {
    border-color: #e00022;
}

.global-form-wrapper .privacy-wrapper input:checked ~ label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*	Registration > Step > Row
        -------------------------------------------*/
.global-form-wrapper .row {
    margin-top: 20px;
}

.global-form-wrapper .row:first-child {
    margin-top: 0;
}

.global-form-wrapper .row.info + .row {
    margin-top: 5px;
}

.global-form-wrapper .row h3 {
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
}

.global-form-wrapper .col {
    float: left;
    width: 100%;
}

#activation-form .global-form-wrapper .col {
    max-width: 400px;
}

.global-form-wrapper .row .col:first-child {
    margin-left: 0 !important;
}

.global-form-wrapper .row.third .col {
    width: calc(33.3333% - 6.6666px);
    margin-left: 10px;
}

.global-form-wrapper .row.half .col {
    width: calc(50% - 5px);
    margin-left: 10px;
}

.global-form-wrapper .row.row-1-3 .col:first-child {
    width: calc(33.3333% - 6.6666px);
}

.global-form-wrapper .row.row-1-3 .col:last-child {
    width: calc(66.6666% - 3.3333px);
    margin-left: 10px;
}

.global-form-wrapper .row.row-3-1 .col:first-child {
    width: calc(66.6666% - 3.3333px);
}

.global-form-wrapper .row.row-3-1 .col:last-child {
    width: calc(33.3333% - 6.6666px);
    margin-left: 10px;
}


/*	Input elements
        -------------------------------------------*/
.global-form-wrapper label {
    display: block;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
}

.global-form-wrapper label .required {
    color: #ff0000;
}

.global-form-wrapper label .tooltip {
    position: relative;
    display: inline-block;
    margin-left: 3px;
    top: 2px;
    width: 10px;
    height: 10px;
    background: rgba(217, 38, 28, 1);
    border-radius: 50%;
}

.global-form-wrapper label .tooltip:before {
    content: 'i';
    position: absolute;
    top: -2px;
    left: 4px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
}

.global-form-wrapper label .tooltip .tooltip-text {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    width: 200px;
    padding: 12px 10px;
    background: #313131;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
}

.global-form-wrapper label .tooltip .tooltip-text a {
    color: #fff;
}

.global-form-wrapper label .tooltip:hover .tooltip-text {
    visibility: visible;
}

.global-form-wrapper label + .input-container {
    margin-top: 5px;
}

.global-form-wrapper input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    outline: none;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #797979;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

.global-form-wrapper .input-desc {
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    color: #ff0000;
}

.global-form-wrapper .input-container + .input-desc {
    margin-top: 10px;
}


.section-form .validation_message,
.global-form-wrapper .validation_message,
.global-shop-search .validation_message {
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: #ff0000;
    padding-top: 8px;
}

.global-form-wrapper button {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    outline: none;
    border: none;
    box-sizing: border-box;
    border-radius: 4px;
    background: rgba(217, 38, 28, 1);
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.global-form-wrapper button:hover {
    background: #ea2a1f;
}

#delete-account-button {
    margin-left: 20px;
    background: #b5b6b7;
    flex-grow: 0;
    flex-shrink: 1;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
    width: auto;
    min-width: 200px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    min-height: 58px;
}

#delete-account-button:hover {
    background: #e41c39;
}

/*
         * Selectbox
         */

.global-form-wrapper .sbHolder,
.global-form-wrapper .sbHolder * {
    position: relative;
    display: block;
    margin: 0;
    list-style: none;
    border: none;
    outline: none;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
}

.global-form-wrapper .sbSelector {
    position: relative;
    height: 100%;
    padding: 10px 60px 10px 10px;
    background: #fff;
    border: 1px solid #797979;
    border-radius: 4px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.global-form-wrapper .sbToggle {
    position: absolute;
    background: #797979 url('../img/sbtoggle-icon-1.svg') no-repeat center center;
    background-size: 40%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 12;
}

.global-form-wrapper .sbOptions {
    position: absolute;
    z-index: 13;
    top: calc(100% + 3px) !important;
    margin-top: 0px;
    left: 0;
    right: 0;
    max-height: 300px !important;
    overflow-y: auto;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    border: 1px solid #797979;
    border-radius: 4px;
    box-sizing: border-box;
}

.global-form-wrapper .sbOptions a {
    padding: 11px 11px 12px 11px;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #191919;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.global-form-wrapper .sbOptions a:hover {
    background: #f3f3f3;
}

.global-form-wrapper.login-form .bottom a {
    color: #E31937;
    text-decoration: none;
}

.global-form-wrapper.login-form .bottom a:hover {
    text-decoration: underline;
}

.global-form-wrapper.login-form .bottom p + p {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #eee;
}


/*	Section form
-------------------------------------------*/
.section-form {
    margin-top: 30px;
}

.section-form .row {
    margin-top: 20px;
}

.section-form .row:first-child {
    margin-top: 0;
}

.section-form .row.center {
    text-align: center;
}

.section-form .row.mt-double {
    margin-top: 40px;
}

.section-form input {
    display: none !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-form label {
    display: block;
    position: relative;
    padding: 0 0 0 35px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.section-form label a {
    color: #e00022;
    text-decoration: none;
}

.section-form label a:hover {
    text-decoration: underline;
}

.section-form label:before,
.section-form label:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 10px;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.section-form label:before {
    border: 1px solid #797979;
    background: #fff;
}

.section-form label:after {
    background: url('../img/checkbox-checked-icon.svg') no-repeat center;
    background-size: 50%;
    opacity: 0;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
}

/*
         * Checked
         */

.section-form input:checked ~ label {
    border-color: #e00022;
}

.section-form input:checked ~ label:before {
    border-color: #e00022;
}

.section-form input:checked ~ label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.section-form button {
    display: inline-block;
    min-width: 400px;
    padding: 14px 20px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 6px;
    background: rgba(217, 38, 28, 1);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.section-form button:hover {
    background: #ea2a1f;
}


/*	Section: Promo boxes
-------------------------------------------*/
.promo-boxes .box {
    position: relative;
    height: 300px;
    float: left;
    width: calc(50% - 15px);
    margin-left: 30px;
}

.promo-boxes .box:first-child {
    margin-left: 0;
}

/*	Section: Promo boxes > Image
    -------------------------------------------*/
.promo-boxes .box .image,
.promo-boxes .box .image .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.promo-boxes .box .image {
    overflow: hidden;
}

.promo-boxes .box .image .background {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    background-position: top center;
}

/*	Section: Promo boxes > Content
    -------------------------------------------*/
.promo-boxes .box .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 140px 23px 20px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.55);
}

.promo-boxes .box .content .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}

.promo-boxes .box .content .button {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
}

.promo-boxes .box .content .button a {
    display: inline-block;
    min-width: 100px;
    padding: 10px 15px 8px 15px;
    box-sizing: border-box;
    background: #1aad55;
    border-radius: 4px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.promo-boxes .box .content .button a:hover {
    background: #1fc160;
}

/*
     * White
     */

.promo-boxes .box.white .content {
    background: rgba(255, 255, 255, 0.55);
}

.promo-boxes .box.white .content .title {
    color: #000;
}


/*	Section: Image boxes
-------------------------------------------*/
.image-boxes .box {
    display: block;
    position: relative;
    /*height: 360px;*/
    float: left;
    width: calc(33.333% - 6.666px);
    margin-left: 10px;
    border-radius: 3px;
}

.image-boxes .box:first-child {
    margin-left: 0;
}

/*	Section: Image boxes > Image
    -------------------------------------------*/
.image-boxes .box .image,
.image-boxes .box .image .background {
    /*position: absolute;
        left: 0;
        top: 0;*/
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.image-boxes .box .image {
    overflow: hidden;
}

.image-boxes .box .image .background {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    background-position: top center;
}


/*	Section: Products onsale
-------------------------------------------*/
.products-onsale nav {
}

.products-onsale nav ul li {
    float: left;
    width: calc(16.6666% - 8.3333px);
    margin: 0 0 10px 10px;
}

.products-onsale nav ul li:first-child,
.products-onsale nav ul li:nth-child(6n+7) {
    margin-left: 0;
}

.products-onsale nav ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 40px;
    padding: 5px 20px 5px 40px;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 13px;
    text-decoration: none;
    color: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.products-onsale nav ul li a .icon {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
}

.products-onsale nav ul li a .icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../img/checked.svg') no-repeat center;
    background-size: 50%;
    opacity: 0;
}

.products-onsale nav ul li a .label {
    position: relative;
    top: 1px;
}

.products-onsale nav ul li:not(.active) a:hover {
    border-color: #d9261c;
}

.products-onsale nav ul li.active a {
    background: #d9261c;
    border-color: #d9261c;
    color: #fff;
}

.products-onsale nav ul li.active a .icon {
    border-color: #fff;
    background: transparent;
}

.products-onsale nav ul li.active a .icon:before {
    opacity: 1;
}

/*	Section: Products onsale > Content
    -------------------------------------------*/
.products-onsale .section-content {
    margin-top: 20px;
}

.products-onsale .item {
    position: relative;
    float: left;
    width: calc(25% - 7.5px);
    /*padding-bottom: calc(16.6666% - 8.3333px);*/
    margin: 0 0 10px 10px;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
}

.products-onsale .item:first-child,
.products-onsale .item:nth-child(4n+5) {
    margin-left: 0;
}

/*.products-onsale .item img {
                position: absolute;
                display: block;
                max-width: 80%;
                max-height: 80%;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%) scale(1);
                   -moz-transform: translate(-50%, -50%) scale(1);
                    -ms-transform: translate(-50%, -50%) scale(1);
                        transform: translate(-50%, -50%) scale(1);
                -webkit-transition: all .3s;
                        transition: all .3s;
            }

                .products-onsale .item:hover img {
                    -webkit-transform: translate(-50%, -50%) scale(0.9);
                       -moz-transform: translate(-50%, -50%) scale(0.9);
                        -ms-transform: translate(-50%, -50%) scale(0.9);
                            transform: translate(-50%, -50%) scale(0.9);
                }*/


/*	Section: Promotion reg
-------------------------------------------*/
.promotion-reg {
}

/*	Section: Promotion reg > Image
    -------------------------------------------*/
.promotion-reg .image {
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.promotion-reg .image img {
    display: block;
    width: 100%;
    max-width: 100%;
}

/*	Section: Promotion reg > Heading
    -------------------------------------------*/
.promotion-reg .heading {
    margin-top: 30px;
}

.promotion-reg .heading .title {
    float: left;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
}

.promotion-reg .heading .desc {
    float: right;
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
}

.promotion-reg .heading .desc .required {
    color: #d9261c;
}

/* Section: Promotion reg > Content
    -------------------------------------------*/
.promotion-reg .gform_wrapper {
    margin-top: 10px;
    color: #313131;
}

.promotion-reg .gform_fields {
    margin-top: 0 !important;
    row-gap: 22px !important;
}

.promotion-reg .gfield {
    position: relative;
    /*padding: 22px 0 0 0 !important;*/
    list-style: none;
    text-align: left !important;
}

.promotion-reg .gfield:before, .promotion-reg .gfield.gform_validation_container {
    display: none !important;
}

.promotion-reg .gfield:first-child:not(.gfield-left) {
    padding-top: 0 !important;
}

.promotion-reg .gfield-rules {
   /* padding-top: 40px !important;*/
}

.promotion-reg .gfield-left {
    float: left;
    clear: both;
    width: calc(50% - 10px);
}

.promotion-reg .gfield-right {
    float: right;
    width: calc(50% - 10px);
}

.promotion-reg .gfield-right + *:not(.gfield-left) {
    clear: both;
    width: 100%;
}

/* */
.promotion-reg .gfield-half {
    float: left;
    width: calc(25% - 10px);
    margin-left: 15px;
}

.promotion-reg .gfield-half + *:not(.gfield-half) {
    clear: both;
    width: 100%;
}

.promotion-reg .gfield-half .ginput_container_date span, .promotion-reg .ginput_counter.warningTextareaInfo {
    display: none
}

.promotion-reg .apcode input {
    padding-left: 35px !important;
}

.promotion-reg .apcode .ginput_container:before {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="35" height="40"><text x="5" y="26" style="font: bold 16px Roboto;">APA-</text></svg>') 0 50% no-repeat !important;
    display: inline-block;
    content: "";
    position: absolute;
    width: 35px;
    height: 48px;
}

.promotion-reg .phonenumber input {
    padding-left: 32px !important;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40"><text x="5" y="26" style="font: bold 16px Roboto;">+36</text></svg>') 0 50% no-repeat !important;
}

.gform_confirmation_message {
    animation: fadeIn ease-in-out 0.6s;
    -webkit-animation: fadeIn ease-in-out 0.6s;
    -moz-animation: fadeIn ease-in-out 0.6s;
    padding: 1em 0;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* */

/* Gravity Forms > Elements
        -------------------------------------------*/
.promotion-reg .ginput_container {
    padding-top: 0;
}

.promotion-reg .gfield_label,
.promotion-reg .ginput_container_address label {
    display: block;
    margin: 0 0 10px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 15px !important;
    line-height: 19px;
    font-weight: 400 !important;
    color: #313131;
}

.promotion-reg .hide-label .gfield_label {
    display: none !important;
}

.promotion-reg .gfield_label .gfield_required {
    position: relative;
    margin-left: 2px;
    font-weight: 400;
    color: #d9261c;
}

.promotion-reg .gfield input[type="text"], .nyeremenyjatek-login-form input[type="text"], .nyeremenyjatek-login-form input[type="password"], .promotion-reg .gfield input[type="email"]  {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 12px 20px;
    background: transparent;
    box-sizing: border-box;
    border: 1px solid #313131;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px !important;
    line-height: 20px;
    font-weight: 600;
    height: 46px;
    color: #313131 !important;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.promotion-reg .gfield input[type="text"]:focus, .nyeremenyjatek-login-form input[type="text"]:focus {

}

/* Gravity Forms > Elements > Checkbox
            -------------------------------------------*/
.promotion-reg .gfield_checkbox li input, .promotion-reg .gfield_checkbox div input  {
    display: none;
}

.promotion-reg .gfield_checkbox li label, .promotion-reg .gfield_checkbox div label  {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
        margin-left: 0;
}

.promotion-reg .gfield_checkbox li label:before,
.promotion-reg .gfield_checkbox li label:after,
.promotion-reg .gfield_checkbox div label:before,
.promotion-reg .gfield_checkbox div label:after  {
    content: '';
    position: absolute;
    display: block;
    top: -4px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
}

.promotion-reg .gfield_checkbox li label:before,
.promotion-reg .gfield_checkbox div label:before  {
    background: #fff;
    border: 1px solid #616161;
    border-radius: 2px;
    left:0;
}

.promotion-reg .gfield_checkbox li label:after,
.promotion-reg .gfield_checkbox div label:after {
    background: url('../img/checked-red.svg') no-repeat center;
    background-size: 70%;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    left:0;
}

.promotion-reg .gfield_checkbox li input:checked ~ label:after,
.promotion-reg .gfield_checkbox div input:checked ~ label:after  {
    opacity: 1;
}

.promotion-reg .gfield_checkbox li label .required,
.promotion-reg .gfield_checkbox div label .required {
    color: #d9261c;
}

.promotion-reg .gfield_checkbox li label a, 
.promotion-reg .gfield_checkbox div label a {
    text-decoration: none;
    color: #d9261c;
}

.promotion-reg .gfield_checkbox li label a:hover,
.promotion-reg .gfield_checkbox div label a:hover  {
    text-decoration: underline;
}

/* Gravity Forms > Elements > Address
            -------------------------------------------*/
.promotion-reg .ginput_container_address {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    align-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.promotion-reg .ginput_container_address:before,
.promotion-reg .ginput_container_address:after {
    content: '';
    width: 100%;
    order: 2;
}

.promotion-reg .ginput_container_address .address_line_1 {
    margin-top: 10px;
    width: 100%;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
@media (max-width: 768px) {
	.promotion-reg .ginput_container_address .address_line_1 {
		margin-bottom:0;
	}

}
.promotion-reg .ginput_container_address .address_city {
    width: calc(100% - 220px);
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
flex: 0 1 auto !important;
}

.promotion-reg .ginput_container_address .address_zip {
    width: 220px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    flex: 0 1 auto !important;
}

/* Gravity Forms > Footer
        -------------------------------------------*/
.promotion-reg .gform_footer {
    margin-top: 40px;
}

.promotion-reg .gform_footer .button, .page-template .site-wrapper .promotion-reg .gform_footer .gform_button.button {
    position: relative !important;
    display: inline-block !important;
    min-width: 260px !important;
    padding: 15px 20px 13px 20px !important;
    background: #d9261c !important; 
    border: none !important; 
    outline: none !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    line-height: 16px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    color: #fff !important;
    cursor: pointer !important;
    -webkit-transition: all .3s !important;
    transition: all .3s !important;
}

.promotion-reg .gform_footer .button:hover {

}

a.button-primary {
    position: relative;
    display: inline-block;
    min-width: auto;
    padding: 15px 20px 13px 20px;
    background: #d9261c; 
    border: none; 
    outline: none;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a.button-primary:hover {
    background: #ea2a1f;
}

/*
         * Error
         */

.promotion-reg .gfield.gfield_error input[type="text"],
.promotion-reg .gfield.gfield_error textarea {
    border-color: #f32c2c;
}

.promotion-reg .gfield.gfield_error .validation_message {
    margin-top: 2px;
    padding: 5px 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #f32c2c;
    border:0;
}


/*	Section: Products promo
-------------------------------------------*/
.products-promo {
}

.products-promo .col {
    float: left;
    width: calc(50% - 10px);
    margin-left: 20px;
}

.products-promo .col:first-child {
    margin-left: 0;
}

.products-promo .col .global-product-item {
    float: left;
    width: calc(50% - 5px);
    margin-left: 10px;
}

.products-promo .col .global-product-item:first-child {
    margin-left: 0;
}

.products-promo .col .box {
    display: block;
    position: relative;
    /*height: 320px;*/
}

.products-promo .col .box:first-child {
    margin-left: 0;
}

.products-promo .col .box .image,
.products-promo .col .box .image .background {
    /*position: absolute;
            left: 0;
            top: 0;*/
    width: 100%;
    height: 100%;
}

.products-promo .col .box .image {
    overflow: hidden;
}

.products-promo .col .box .image .background {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    background-position: top center;
}


/*	Section: Video promo
-------------------------------------------*/
.video-promo {
}

.video-promo .col {
    float: left;
    width: calc(50% - 10px);
    margin-left: 20px;
}

.video-promo .col:first-child {
    margin-left: 0;
}

.video-promo .col.left {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

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

.video-promo .col .text div > *:first-child {
    margin-top: 0 !important;
}

.video-promo .col .text p {
    margin-top: 30px;
}

.video-promo .col iframe {
    display: block;
    max-width: 100%;
    width: 100%;
}


/*	Section: COOP Product search
-------------------------------------------*/
.coop-product-search {
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #d9261c;
    border-radius: 4px;
}

.coop-product-search:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../img/coop-product-search.jpg') no-repeat center;
    background-size: 130%;
    opacity: 0.15;
}

.coop-product-search.opened:before {
    background-size: cover;
}

/* Main
    -------------------------------------------*/
.coop-product-search .main {
    height: 40px;
}

/* Main > Category toggle
        -------------------------------------------*/
.coop-product-search .main .category-toggle {
    float: left;
    height: 100%;
}

.coop-product-search .main .category-toggle .button {
    display: block;
    min-width: 160px;
    height: 100%;
    padding: 0 20px;
    background: #d9261c;
    border-radius: 4px;
    font-size: 16px;
    line-height: 44px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
}

.coop-product-search .main .category-toggle .button:hover {
    background: #bd1e16;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* Main > Search
        -------------------------------------------*/
.coop-product-search .main .search {
    float: right;
    height: 100%;
}

.coop-product-search .main .search .form {
    position: relative;
    height: 100%;
    padding-right: 150px;
    box-sizing: border-box;
}

.coop-product-search .main .search .form .input-wrapper {
    height: 100%;
}

.coop-product-search .main .search .form .input-wrapper input[type="text"] {
    display: block;
    height: 100%;
    min-width: 400px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #d9261c;
    border-radius: 4px;
    font-family: 'Myriad Pro';
    font-size: 16px;
    line-height: 44px;
    font-weight: 400;
    color: #313131;
}

.coop-product-search .main .search .form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 140px;
    background: #d9261c;
    outline: none;
    border: none;
    border-radius: 4px;
    font-family: 'Myriad Pro';
    font-size: 16px;
    line-height: 44px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.coop-product-search .main .search .form button:hover {
    background: #bd1e16;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* Secondary
    -------------------------------------------*/
.coop-product-search .secondary {
    margin: 20px 0;
    display: none;
}

.coop-product-search.opened .secondary {
    display: block;
}

.coop-product-search .secondary .col {
    float: left;
    width: calc(25% - 22.5px);
    margin-left: 30px;
}

.coop-product-search .secondary .col:first-child {
    margin-left: 0;
}

/* Secondary > Title
        -------------------------------------------*/
.coop-product-search .secondary h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #d9261c;
}

/* Secondary > List
        -------------------------------------------*/
.coop-product-search .secondary ul {
}

.coop-product-search .secondary .col:first-child ul {
    margin-top: 30px;
}

.coop-product-search .secondary h3 + ul {
    margin-top: 10px;
}

.coop-product-search .secondary ul li {
    border-top: 1px solid #c0c0c0;
    font-size: 15px;
    line-height: 19px;
}

.coop-product-search .secondary ul li:first-child {
    border-top: none;
}

.coop-product-search .secondary ul li a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: #313131;
}

.coop-product-search .secondary ul li.has-child a {
    background: url('../img/arrow-red-icon.svg') no-repeat center right 10px;
    background-size: 9px;
}

.coop-product-search .secondary ul li a:hover {
    color: #d9261c;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*	Product slider
-------------------------------------------*/
.coop-product-search + .product-slider {
    margin: 20px 0 85px 0;
}


/*	Page: Account
---------------------------------------------------------------------------------------------*/

/*	Account nav
-------------------------------------------*/
.account-nav {
    border-bottom: 1px solid rgba(121, 121, 121, 0.55);
    margin-bottom: 35px;
}

.account-nav ul li {
    margin-right: 10px;
    float: left;
}

.account-nav ul li:last-child {
    margin-right: 0;
}

.account-nav ul li a {
    display: block;
    padding: 20px;
    box-sizing: border-box;
    min-width: 165px;
    background: rgba(121, 121, 121, 0.55);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.account-nav ul li a:hover {
    background: rgba(121, 121, 121, 0.75);
}

.account-nav ul li.current-menu-item a, .account-nav ul li.current-page-ancestor a {
    background: #e41c39;
}

body:not(.user-torzsvasarlo) .account-nav ul li.trv-only {
    display: none;
}

body.page-id-14.user-vasarlo .tab-profile,
body.page-id-14.user-vasarlo .tab-shop,
body.page-template-page-coop-klub.user-vasarlo .tab-profile,
body.page-template-page-coop-klub.user-vasarlo .tab-shop,
body.page-id-1506.user-vasarlo .tab-profile,
body.page-id-1506.user-vasarlo .tab-shop {
    display: none !important;
}

body.page-id-38.user-vasarlo .tab-coopclub,
body.page-id-38.user-vasarlo .tab-info,
body.page-id-38.user-vasarlo .tab-faq,
body.page-id-51.user-vasarlo .tab-coopclub,
body.page-id-51.user-vasarlo .tab-info,
body.page-id-51.user-vasarlo .tab-faq {
    display: none !important;
}


/*	Account wrapper
-------------------------------------------*/
.account-wrapper {
    /*padding: 20px;
    box-sizing: border-box;
    border: 1px solid #e00022;*/
}

/*	Account wrapper > Main
    -------------------------------------------*/
.account-wrapper .main {
}

/*	Account wrapper > Main > Heading
        -------------------------------------------*/
.account-wrapper .main .heading {
}

/*
             * Left
             */

.account-wrapper .main .heading .left {
    float: left;
}

.account-wrapper .main .heading .left .title {
    padding: 20px;
    padding-top: 0;
    background: rgba(255, 255, 255, 0.55);
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.55);
}

/*
             * Right
             */

.account-wrapper .main .heading .right {
    float: right;
    position: relative;
    top: 5px;
}

.account-wrapper .main .heading .right .desc {
    font-size: 12px;
    line-height: 14px;
    color: #666;
    font-weight: 400;
}

/*	Account wrapper > Main > Content
        -------------------------------------------*/
.account-wrapper .main .content {
    padding: 0 20px;
    box-sizing: border-box;
    background: #fff;
}

/*	Account wrapper > Secondary
    -------------------------------------------*/
.account-wrapper .secondary {
    margin-top: 20px;
}

.account-wrapper .secondary .tab-content {
    display: none;
}

.account-wrapper .secondary .tab-content.active {
    display: block;
}

/*	Tabs nav
        -------------------------------------------*/
.account-wrapper .secondary .tabs-nav {
    border-bottom: 1px solid rgba(151, 151, 151, 0.55);
    margin: 35px 0;
}


.account-wrapper .secondary .tabs-nav li {
    float: left;
    margin-left: 10px;
}

.account-wrapper .secondary .tabs-nav li:first-child {
    margin-left: 0;
}

.account-wrapper .secondary .tabs-nav li a {
    display: block;
    padding: 20px;
    box-sizing: border-box;
    min-width: 200px;
    background: rgba(121, 121, 121, 0.55);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    /*
                display: block;
                padding: 8px 20px;
                background: rgba(255,255,255,0.55);
                box-sizing: border-box;
                border-top-left-radius: 6px;
                border-top-right-radius: 6px;
                font-size: 12px;
                line-height: 16px;
                font-weight: 600;
                text-align: center;
                color: rgba(0,0,0,0.55);
                text-decoration: none;
                */
}

.account-wrapper .secondary .tabs-nav li a:hover {
    background: rgba(121, 121, 121, 0.75);
}

.account-wrapper .secondary .tabs-nav li.active a {
    background: #e41c39;
    color: rgba(255, 255, 255, 1);
}

/*	Tabs content
        -------------------------------------------*/
.account-wrapper .secondary .tabs-content-container {
    position: relative;
    padding: 20px;
    padding-top: 0;
    box-sizing: border-box;
    background: #fff;
}

/*	Points
            -------------------------------------------*/
.account-wrapper .secondary .points {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.account-wrapper .secondary .points .col {
    float: left;
    width: calc(50% - 15px);
    margin-left: 30px;
    line-height: 18px;
}

.account-wrapper .secondary .points .col:first-child {
    margin-left: 0;
}

.account-wrapper .secondary .points .col .row {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #c0c0c0;
}

.account-wrapper .secondary .points .col .row:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.account-wrapper .secondary .points .col .label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.55);
}

.account-wrapper .secondary .points .col .data {
    margin-top: 4px;
    font-size: 14px;
}

/*	Coupons
            -------------------------------------------*/
.account-wrapper .secondary .coupons {
}

.account-wrapper .secondary .coupons .col {
    position: relative;
    box-sizing: border-box;
    float: left;
}

.account-wrapper .secondary .coupons .col.left {
    width: calc(40% - 15px);
}

.account-wrapper .secondary .coupons .col.right {
    width: calc(60% - 15px);
    margin-left: 30px;
}

/*
                 * Left
                 */

.account-wrapper .secondary .coupons .left {
    font-size: 14px;
    line-height: 18px;
}

.account-wrapper .secondary .coupons .left h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.account-wrapper .secondary .coupons .left h3 .red {
    color: #d9261c;
}

.account-wrapper .secondary .coupons .left p {
    margin-top: 20px;
}

.account-wrapper .secondary .coupons .left h3 + p {
    margin-top: 10px;
}

.account-wrapper .secondary .coupons .left p small {
}

.account-wrapper .secondary .coupons .left .button {
    display: inline-block;
    padding: 10px 20px;
    background: rgba(26, 172, 85, 0.55);
    border-radius: 4px;
    font-size: 13px;
    line-height: 17px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.account-wrapper .secondary .coupons .left .button:hover {
    background: rgba(26, 172, 85, 0.75);
}

/*
                 * Right
                 */

.account-wrapper .secondary .coupons .right {
    border: 3px dashed #d9261c;
}

.account-wrapper .secondary .coupons .right .item {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    height: 180px;
    padding: 10px;
    box-sizing: border-box;
}

.account-wrapper .secondary .coupons .right .item:nth-child(n+3) {
    border-top: 2px dashed #d9261c;
}

.account-wrapper .secondary .coupons .right .item:nth-child(even) {
    border-left: 2px dashed #d9261c;
}

.account-wrapper .secondary .coupons .right .item img {
    display: block;
    max-height: 100%;
}

.account-wrapper .secondary .coupons .right .item.expired img {
    opacity: 0.3;
}

.account-wrapper .secondary .coupons .right .item.expired .badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 75px;
    height: 75px;
    background: #d9261c;
    border-radius: 50%;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*	Additional info
        -------------------------------------------*/
.account-wrapper .additional-info {
    margin-top: 15px;
    font-size: 13px;
    line-height: 18px;
}


/*	Page: Product
---------------------------------------------------------------------------------------------*/

/*	Bredcrumb
-------------------------------------------*/
.breadcrumb {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    color: #d9261c;

    pointer-events: none;
    cursor: default;
}

.breadcrumb a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    margin: 0 4px;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb .breadcrumb_last {
    margin: 0 0 0 6px;
    font-weight: 600;
    color: #000;
}


/*	Product wrapper
-------------------------------------------*/
.product-wrapper {
    position: relative;
    margin-top: 15px;
}

/*	Product wrapper > Main
    -------------------------------------------*/
.product-wrapper .main {
    float: left;
    width: calc(100% - 400px);
}

/*	Product wrapper > Main > Heading
        -------------------------------------------*/
.product-wrapper .main .heading {
    position: relative;
    padding: 20px;
    padding-bottom: 0;
    box-sizing: border-box;
    background: #fff;
}

.product-wrapper .main .heading .inner {
    font-family: 'Myriad Pro';
}

.product-wrapper .main .heading .title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    font-style: italic;
}

.product-wrapper .main .heading .ribbons {
    margin-top: 5px;
}

.product-wrapper .main .heading .ribbons img {
    display: block;
    float: left;
    height: 20px;
    margin-right: 10px;
}

.product-wrapper .main .heading .ribbons img:last-child {
    margin-right: 0;
}

.product-wrapper .main .heading .desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-style: italic;
}

.product-wrapper .main .heading .price {
    margin-top: 15px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}

.product-wrapper .main .heading .price small {
    font-size: 14px;
}

.product-wrapper.sale-type-arkontraszt .main .heading .price {
    text-decoration: line-through;
}

.product-wrapper .main .heading .image {
    position: relative;
}

.product-wrapper .main .heading .image .image-wrapper {
    height: 400px;
    margin-top: 20px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.product-wrapper .main .heading .image .image-wrapper img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    max-height: 90%;
}

/*	Left badges
            -------------------------------------------*/
.product-wrapper.with-left-badges .heading .image {
    padding-left: 80px;
}

.product-wrapper.with-left-badges .left-badges {
    position: absolute;
    left: 0;
    top: 0px;
    width: 80px;
}

.product-wrapper.with-left-badges .left-badges img {
    display: block;
    max-width: 100%;
}

.product-wrapper.with-left-badges .left-badges img:first-child {
    margin-top: 0;
}

/*	Text
            -------------------------------------------*/
.product-wrapper .main .heading .image .text {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Myriad Pro Condensed';
    font-size: 13px;
    line-height: 13px;
    font-style: italic;
    font-weight: 400;
}

.product-wrapper.with-left-badges .main .heading .image .text {
    left: 80px;
}

/*	Onsale
            -------------------------------------------*/
.product-wrapper.onsale .heading {
    padding-right: 230px;
}

.product-wrapper.onsale .sale {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 20px;
    width: 200px;
    font-family: 'Myriad Pro';
    text-align: center;
}

.product-wrapper.onsale .sale .price {
}

.product-wrapper.onsale .sale del {
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
}

.product-wrapper.onsale .sale del span {
    font-size: 26px;
}

.product-wrapper.onsale .sale .price ins {
    display: block;
    font-size: 50px;
    line-height: 40px;
    font-weight: 700;
    color: #d9261c;
    text-decoration: none;
    letter-spacing: -0.05em;
    font-style: italic;
}

.product-wrapper.onsale .sale .price ins span {
    font-size: 35px;
}

.product-wrapper.onsale .sale .size {
    display: block;
    margin-top: 3px;
    font-family: 'Myriad Pro Condensed';
    line-height: 16px;
    font-weight: 400;
    font-style: italic;
}

.product-wrapper.onsale .sale .badges {
}

.product-wrapper.onsale .sale .desc {
    margin-bottom: 20px;
    font-family: 'Myriad Pro Condensed';
    font-size: 13px;
    line-height: 13px;
    font-style: italic;
    font-weight: 400;
}

/*
                    * Extra badges
                    */

.product-wrapper.onsale .sale .extra-badges {
    margin-bottom: 3px;
    padding: 0 10px;
    box-sizing: border-box;
}

.product-wrapper.onsale .sale .extra-badges div {
    height: 70px;
    padding: 4px 10px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    font-style: italic;
    color: #fff;
}

.product-wrapper.onsale .sale .extra-badges div + div {
    margin-top: 2px;
}

.product-wrapper.onsale .sale .extra-badges div.gray {
    background: #cec9ca;
}

.product-wrapper.onsale .sale .extra-badges div.blue {
    background: #4f8dc8;
}


/*	Product wrapper > Main > Content
        -------------------------------------------*/
.product-wrapper .main .content {
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
}

.product-wrapper .main .content h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

.product-wrapper .main .content .box {
    margin-top: 20px;
}

.product-wrapper .main .content h2 + .box {
    margin-top: 30px;
}

.product-wrapper .main .content .box .title {
    float: left;
    width: 180px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.product-wrapper .main .content .box .data {
    overflow: hidden;
    padding-left: 20px;
    overflow: hidden;
    margin-top: 20px;
    font-size: 15px;
    line-height: 23px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.product-wrapper .main .content .box .data > *:first-child {
    margin-top: 0 !important;
}

.product-wrapper .main .content .box .data p {
    margin-top: 20px;
}

.product-wrapper .main .content .box .data li {
    position: relative;
    display: inline-block;
}

.product-wrapper .main .content .box .data li:not(:last-child):after {
    content: ';';
}

.product-wrapper .main .content .box .data table {
    margin-top: 15px;
    font-size: 14px;
}

.product-wrapper .main .content .box .data table thead th {
    text-align: left;
}

.product-wrapper .main .content .box .data table tbody {

}

.product-wrapper .main .content .box .data table tbody tr td {
    padding: 2px 10px 0 10px;
    box-sizing: border-box;
}

.product-wrapper .main .content .box .data table tbody tr:first-child td {
    padding-top: 6px;
}

.product-wrapper .main .content .box .data table tbody tr td:first-child {
    width: 220px;
}

.product-wrapper .main .content .box .data table tbody tr:nth-child(odd) td {
    background-color: #e2e2e2;
}

.product-wrapper .main .content .box .data .table-footer {
    margin-top: 20px;
}

.product-wrapper .main .content .box .data .table-footer p {
    margin-top: 0px;
}

/*	Product wrapper > Sidebar
    -------------------------------------------*/
.product-wrapper .sidebar {
    float: right;
    width: 370px;
}

.product-wrapper .sidebar > *:first-child {
    margin-top: 0 !important;
}

.product-wrapper .sidebar .widget + .widget {
    margin-top: 30px;
}

.widget-banner a {
    display: block;
    height: auto;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.55);
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
}


/*	Page: Content with sidebar
---------------------------------------------------------------------------------------------*/

.content-with-sidebar {
    position: relative;
}

.content-with-sidebar .main {
    float: left;
    width: calc(100% - 410px);
}

.content-with-sidebar .sidebar {
    float: right;
    width: 370px;
}

.content-with-sidebar .sidebar > *:first-child {
    margin-top: 0 !important;
}

.content-with-sidebar .sidebar .widget + .widget {
    margin-top: 30px;
}


/*	Page: Promotions
---------------------------------------------------------------------------------------------*/

/*
 *	Archive
 */
.archive-promo {
    position: relative;
}

.archive-promo h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 20px;
}

.archive-promo .item {

}

.archive-promo .item + .item {
    clear: both;
    padding-top: 30px;
}

.archive-promo .item .image {
    display: block;
    float: left;
    width: 205px;
    height: 123px;
    margin-right: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #ddd;
}

.archive-promo .item .details {
    position: relative;
    overflow: hidden;
}

.archive-promo .item .details h2 {
    color: #cc3333;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.archive-promo .item .details h2 a {
    color: inherit;
    text-decoration: none;
}

.archive-promo .item .details p {
    font-size: 15px;
    line-height: 22px;
}


/*
 *	Single
 */
.single-promo {
    position: relative;
}

.single-promo h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 25px;
}

.single-promo .image {
    margin-bottom: 25px;
}

.single-promo .image img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
}

.single-promo .content {

}


/*	Page: News
---------------------------------------------------------------------------------------------*/

/*
 *	Archive
 */
.archive-news {
    position: relative;
}

.archive-news h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 20px;
}

.archive-news .item {
    padding: 15px 0px 0px 0px;
    box-sizing: border-box;
    background: #fff;
}

.archive-news .item + .item {
    margin-top: 40px;
}

.archive-news .item .image {
    display: block;
    float: left;
    width: 205px;
    height: 130px;
    margin-right: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #ddd;
}

.archive-news .item .details {
    position: relative;
    overflow: hidden;
}

.archive-news .item .details h2 {
    color: #cc3333;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.archive-news .item .details h2 a {
    color: inherit;
    text-decoration: none;
}

.archive-news .item .details p {
    font-size: 15px;
    line-height: 22px;
}


/*
 *	Single
 */
.single-news {
    position: relative;
    background: #fff;
    padding: 0px;
    box-sizing: border-box;
}

.single-news h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 25px;
}

.single-news .image {
    margin-bottom: 25px;
}

.single-news .image img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
}

.single-promo .content {

}


/*
 *	Panaszkezelo
 */
.panaszkezelo {
    width: 100%;
    border: 0px;
}


/*	Page: Search
---------------------------------------------------------------------------------------------*/

.page-search .search-results {
}

.page-search .search-results + .pagination {
    margin-top: 40px;
}

.page-search .search-results .box-title {
    font-size: 22px;
    line-height: 26px;
    color: #d9261c;
}

.page-search .search-results .box-title strong {
    font-weight: 700;
}

.page-search .search-results .wrapper {
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
}

.page-search .search-results .wrapper .item {
    margin-top: 30px;
}

.page-search .search-results .wrapper .item:first-child {
    margin-top: 0;
}

.page-search .search-results .wrapper .item .title,
.page-search .search-results .wrapper .item .link {
    width: calc(50% - 15px);
}

.page-search .search-results .wrapper .item .title {
    float: left;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
}

.page-search .search-results .wrapper .item .link {
    float: right;
    text-align: right;
    margin-left: 30px;
    font-weight: 700;
}

.page-search .search-results .wrapper .item .link a {
    text-decoration: none;
    color: #08528a;

    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.page-search .search-results .wrapper .item .link a:hover {
    text-decoration: underline;
}

.page-search .search-results .wrapper .item .excerpt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.page-search .search-results .wrapper .item .excerpt p {
    clear: both;
}

/*
 * Pagination
 */

.pagination {
    clear: both;
    text-align: center;
}

body.blog .pagination {
    margin-top: 30px;
}

.pagination ul {
    display: inline-block;
}

.pagination .page-numbers li {
    display: inline-block;
    margin-left: 2px;
}

.pagination .page-numbers li:first-child {
    margin-left: 0;
}

.pagination .page-numbers li span,
.pagination .page-numbers li a {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 14px;
    color: #fff;
    text-decoration: none;
    background: #999;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.pagination .page-numbers.dots {
    border: none;
}

.pagination .page-numbers li a:hover {
    background: #777;
}

.pagination .page-numbers li .current {
    background: #d9261c;
    font-weight: 400;
}


/*	Code Request
----------------------------------*/

.code-request {
    padding-top: 25px;
}

.code-request .box {
    width: 100%;
    max-width: 440px;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px 20px 25px 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

.code-request h3 {
    color: #d9261c;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 10px !important;
    margin-bottom: 25px;
}

.code-request input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    outline: none;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #797979;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
}

.code-request .error {
    display: block;
    color: #d9261c;
    text-align: center;
    padding-top: 8px;
}

.code-request p {
    max-width: 350px;
    margin: 20px auto 25px auto;
}

.code-request button {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    outline: none;
    border: none;
    box-sizing: border-box;
    border-radius: 4px;
    background: rgba(217, 38, 28, 1);
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 17px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.code-request .code {
    display: none;
}


/*	Site wrapper & mobile menu
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.site-wrapper {
    overflow: hidden;
}

/*	Mobile menu
--------------------------------------------------------------------------------------*/

.header .menu {
    display: none;
    position: relative;
    margin-left: 30px;
    z-index: 9999;
}

.header .menu:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

body.opened-menu .header .menu:before {
    visibility: visible;
    opacity: 1;
}

/*	Mobile menu > Trigger
    -------------------------------------------*/
.header .menu .trigger {
    position: relative;
    color: #d9261c;
    cursor: pointer;
}

.header .menu .trigger:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 1px;
    width: 100%;
    height: 100%;
    background: #fff url('../img/menu-up-arrow.svg') no-repeat center;
    background-size: 20%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: none;
}

.header .menu .trigger .bars,
.header .menu .trigger .label {
    display: inline-block;
    opacity: 1;
}


/*	Mobile menu > Trigger > Bars
        -------------------------------------------*/
.header .menu .trigger .bars {
    font-size: 18px;
}

/*	Mobile menu > Trigger > Label
        -------------------------------------------*/
.header .menu .trigger .label {
    padding-left: 2px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}


/*	Mobile menu > Search
    -------------------------------------------*/
.header .menu .search {
    position: relative;
    height: 38px;
    margin-bottom: 10px;
    padding: 0 75px 0 0;
    box-sizing: border-box;
}

.header .menu .search form {
    display: block;
    height: 100%;
}

.header .menu .search input[type="text"],
.header .menu .search button {
    display: block;
    border: none;
    border-radius: 4px;
    outline: none;
    font-family: 'Myriad Pro';
    font-size: 14px;
    line-height: 38px;
    box-sizing: border-box;
}

.header .menu .search input[type="text"] {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border: 1px solid #d9261c;
}

.header .menu .search button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 70px;
    background: #d9261c;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    -webkit-transition: all .3s;
    transition: all .3s;
}


/*	Mobile menu > Dropdown
    -------------------------------------------*/
.header .menu .dropdown {
    position: absolute;
    left: 0;
    top: calc(100% - 28px);
    width: 260px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 6px;
    border-top-left-radius: 0;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.45);
    display: none;
}

.header .menu .dropdown .back {
    display: none;
}

.header .menu .dropdown ul li {
    margin-top: 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.header .menu .dropdown ul li:first-child {
    margin-top: 0;
}

.header .menu .dropdown ul li a {
    display: block;
    padding: 10px 10px 8px 10px;
    box-sizing: border-box;
    background: #d9261c;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header .menu .dropdown ul li a:hover {
    background: #d9261c;
}

/*
     * Show dropdown
     */

.header .menu.show .trigger .bars,
.header .menu.show .trigger .label {
    opacity: 0;
}

.header .menu.show .trigger:before {
    display: block;
}

.header .menu.show .dropdown {
    display: block;
}


/*	Responsive
---------------------------------------------------------------------------------------------*/

/*	1350px
--------------------------------------------------------------------------------------*/

@media (max-width: 1350px) {

    .ft-offer-slider .section-content { /*padding: 0 50px;*/
        padding: 0;
        box-sizing: border-box;
    }

    .global-slider .swiper-nav .button.prev {
        left: 0;
    }

    .global-slider .swiper-nav .button.next {
        right: 0;
    }

    .global-product-item .content > .bottom {
        bottom: 25px;
    }

    .global-product-item .content > .bottom .additional-info {
        height: 28px;
        bottom: -35px;
        line-height: 12px;
    }

    .news-tabs .section-content .col {
        width: calc(50% - 10px);
        margin-left: 20px;
    }

}


/*	1250px
--------------------------------------------------------------------------------------*/

@media (max-width: 1250px) {

    .product-wrapper .main .content .box .title {
        width: 150px;
        font-size: 15px;
    }

    .product-wrapper .main .content .box .data {
        padding-left: 10px;
    }

    .account-nav ul li a {
        min-width: 150px;
    }

    .account-wrapper .secondary .tabs-nav li a {
        min-width: 150px;
    }

    .products-onsale nav ul li, .products-onsale .item {
        width: calc(33.333% - 6.666px);
    }

    .products-onsale .item:nth-child(4n+5), .products-onsale nav ul li:nth-child(4n+5) {
        margin-left: 10px;
    }

    .products-onsale .item:nth-child(3n+4), .products-onsale nav ul li:nth-child(3n+4) {
        margin-left: 0;
    }

}


/*	1150px
--------------------------------------------------------------------------------------*/

@media (max-width: 1150px) {

    .header .main .logo svg {
        width: 105px;
        height: 105px;
    }
    
     /* coop 30 logo */
    .header .main .logo img {
        width: 105px;
        height: 105px;
    }
    /* coop 30 logo */

    .header .main .nav {
        margin-left: 20px;
    }

    .header .bottom .nav > ul > li {
        font-size: 14px;
    }

    .header .bottom .nav > ul > li > a {
        padding: 15px;
    }

    .footer .main .logo svg {
        width: 160px;
        height: 60px;
        max-width: 100%;
    }

    .footer .main .col.about {
        float: none;
        width: 100%;
        zoom: 1;
        padding-bottom: 40px;
        border-bottom: 1px solid #fff;
        margin-bottom: 40px;
    }

    .footer .main .col.about .logo {
        float: left;
    }

    .footer .main .col.about .col-content {
        margin: 0;
        float: right;
        text-align: right;
    }

    .footer .main .col.about h3 + p {
        margin-top: 2px;
    }

    .footer .main .social {
        margin-top: 15px;
    }

    .footer .main .social ul {
        float: right;
    }

    .footer .main .col.about:after, .footer .main .social:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    .footer .main .col {
        width: calc(25% - 30px);
    }

    .footer .main .col.sitemap-1 {
        clear: left;
        margin-left: 0;
    }

    .footer .main .col-title .label br {
        display: none;
    }

    .global-shop-filters .col .title {
        font-size: 12px;
        padding: 11px 8px;
    }

    .archive-promo .item .image {
        float: none;
        margin-right: 0;
    }

    .archive-promo .item .details {
        margin-top: 20px;
    }

    /*.image-boxes .box { height: 300px; } */
    .product-wrapper .main .content .box .title {
        float: none;
        width: 100%;
    }

    .product-wrapper .main .content .box .data {
        padding-left: 0;
    }

    .account-nav ul li {
        margin-right: 5px;
    }

    .account-nav ul li a {
        min-width: 100px;
        padding: 15px;
    }

    .account-wrapper .secondary .tabs-nav li {
        margin-left: 0;
        margin-right: 5px;
    }

    .account-wrapper .secondary .tabs-nav li a {
        min-width: 100px;
        padding: 15px;
    }

    .news-tabs .section-heading {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .news-tabs .tabs-nav {
        order: 2;
    }

    .news-tabs .current-shop {
        position: relative;
        bottom: auto;
        right: auto;
        order: 1;
        margin-bottom: 20px;
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .news-tabs .current-shop .label br {
        display: none;
    }

}


/*	1024px
--------------------------------------------------------------------------------------*/

@media (max-width: 1024px) {

    .header {
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    }

    .header .main {
        padding: 20px 0;
    }

    .header .main .logo img {
        width: 60px;
        height: 60px;
    }

    .header .main .logo svg {
        width: 200px;
        height: 70px;
    }

    .header .main .nav {
        margin-left: auto;
    }

    .header .main .nav .item.login {
        display: block;
    }

    .header .main .user {
        display: none;
    }

    .header .bottom {
        display: none;
    }

    .header .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .header .main .trv-login-form {
        display: none;
    }

    .header .menu .dropdown nav ul {
        max-height: 400px;
        overflow: scroll;
    }

    .header .menu .dropdown .sub-menu {
        display: none;
        margin-top: 10px;
    }

    .header .menu .dropdown .sub-menu li a {
        background: #5b5b5b;
    }

    .footer .main .col {
        width: calc(50% - 30px);
        margin-left: 30px;
    }

    .footer .main .col:nth-child(n+4) {
        margin-top: 50px;
    }

    .footer .main .col.apps {
        clear: left;
        margin-left: 0;
    }

    .footer .main .download {
        max-width: 300px;
    }

    /*.ft-offer-slider .swiper-slide { height: 360px; }*/
    .global-section-heading .text .title {
        font-size: 26px;
    }

    .promo-boxes .box {
        width: calc(50% - 5px);
        margin-left: 10px;
    }

    .shop-search-widget {
        display: block !important;
    }

    .shop-search-widget .col {
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .shop-search-widget .left .col {
        width: 100%;
    }

    .shop-search-widget .right {
        margin-top: 20px;
    }

    .shop-search-widget .right .col > div {
        width: 100%;
    }

    .shop-search-widget input {
        width: 100%;
    }

    .shop-search-widget button {
        width: 100%;
    }

    .shop-search-widget .right .col:nth-child(1) {
        width: 50%;
    }

    .shop-search-widget .right .col:nth-child(2) {
        width: calc(25% - 10px);
    }

    .shop-search-widget .right .col:nth-child(3) {
        width: calc(25% - 10px);
    }

    .global-shop-filters .col {
        float: none;
        width: 100% !important;
        margin: 20px 0 0 0;
    }

    .global-shop-filters .col:first-child {
        margin-top: 0;
    }

    .global-shop-filters .col .title {
        text-align: left;
        font-size: 13px;
        padding: 11px 15px;
    }

    .global-shop-filters .items li label {
        font-size: 13px;
        line-height: 16px;
    }

    .global-shop-filters .items li label {
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        padding-left: 50px;
    }

    .global-shop-filters .items li label img {
        margin: 0;
    }

    .global-shop-filters .items li label {
        text-align: left;
    }

    .global-shop-filters .items li label span br {
        display: none;
    }

    .global-shop-results .list {
        width: 100%;
        padding-left: 10px;
    }

    .global-shop-results .map {
        position: relative;
        height: 500px;
        width: 100%;
        border-left: none;
        border-top: 1px solid #c0c0c0;
    }

    .news-tabs .section-content .col {
        width: 100%;
        float: none;
        margin: 30px 0 0 0;
    }

    .news-tabs .section-content .col:first-child {
        margin-top: 0;
    }

    .news-tabs .global-slider .swiper-nav {
        display: block !important;
        position: relative;
        height: 50px;
    }

    .news-tabs .global-slider .swiper-nav .button {
        width: 50%;
        border-radius: 0 !important;
    }

    .news-tabs .global-slider .swiper-nav .swiper-button-disabled {
        opacity: 0.3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        cursor: default;
    }

    .product-wrapper .main {
        float: none;
        width: 100%;
    }

    .product-wrapper .sidebar {
        float: none;
        margin: 40px auto 0 auto;
    }

    .global-form-wrapper > .left {
        float: none;
        width: 100%;
    }

    .global-form-wrapper > .right {
        float: none;
        width: 100%;
        margin: 30px 0 0 0;
    }

    .content-with-sidebar .main {
        width: 100%;
        float: none;
    }

    .content-with-sidebar .sidebar {
        float: none;
        margin: 50px auto 0 auto;
    }

    .account-nav ul li {
        width: calc(50% - 2.5px);
        margin-right: 5px;
    }

    .account-nav ul li:nth-child(even) {
        margin-right: 0;
    }

    .account-nav ul li:nth-child(n+3) {
        margin-top: 5px;
    }

    .account-nav ul li a {
        min-width: 0;
    }

    .account-wrapper .secondary .tabs-nav li {
        width: calc(50% - 2.5px);
        margin-right: 5px;
    }

    .account-wrapper .secondary .tabs-nav li:nth-child(even) {
        margin-right: 0;
    }

    .account-wrapper .secondary .tabs-nav li:nth-child(n+3) {
        margin-top: 5px;
    }

    .account-wrapper .secondary .tabs-nav li a {
        min-width: 0;
    }

    .products-onsale nav ul li, .products-onsale .item {
        width: calc(50% - 5px);
    }

    .products-onsale .item:nth-child(3n+4), .products-onsale nav ul li:nth-child(3n+4) {
        margin-left: 10px;
    }

    .products-onsale .item:nth-child(odd), .products-onsale nav ul li:nth-child(odd) {
        margin-left: 0;
    }

    .products-promo .col {
        float: none;
        width: 100%;
        margin: 20px 0 0 0;
    }

    .products-promo .col:first-child {
        margin-top: 0;
    }

    .products-promo .col .global-product-item {
        width: calc(33.333% - 6.666px);
    }

    .video-promo .col {
        float: none;
        width: 100%;
        margin: 40px 0 0 0;
        min-height: 0 !important;
    }

    .video-promo .col:first-child {
        margin-top: 30px;
    }

    .coop-product-search .main .search .form .input-wrapper input[type="text"] {
        min-width: 300px;
    }

    .page-search .search-results .wrapper .item .title, .page-search .search-results .wrapper .item .link {
        width: 100%;
    }

    .page-search .search-results .wrapper .item .title {
        float: none;
    }

    .page-search .search-results .wrapper .item .link {
        float: none;
        margin: 5px 0 0 0;
        text-align: left;
    }

    .microtopic-items .microtopic-item {
        flex: 0 0 33% !important;
    }

    .microtopic-promo-row .microtopic-item {
        flex: 0 0 50% !important;
    }

    .microtopic-promo {
        flex: 0 0 100% !important;
    }
}


/*	768px
--------------------------------------------------------------------------------------*/

@media (max-width: 768px) {

    /*body { font-family: 'Avenir'; }*/
    .site-wrapper {
        margin-top: 130px;
    }

    .page-wrapper {
        padding-bottom: 20px;
    }

    .header {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 99999;
    }

    .header .main .container {
        position: relative;
    }

    .header .main .logo svg {
        width: 115px;
        height: 40px;
    }

    .header .menu {
        position: absolute;
        left: 0;
        bottom: -5px;
        margin-left: 0;
    }

    .header .menu .trigger .bars {
        font-size: 15px;
    }

    .header .menu .trigger .label {
        font-size: 15px;
    }

    .header .menu .dropdown {
        top: 100%;
        border-top-left-radius: 0;
    }

    .footer .main {
        padding: 45px 0 40px 0;
    }

    .footer .main .col.about .logo {
        display: none;
    }

    .footer .main .col.about {
        text-align: center;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .footer .main .col.about .col-content {
        text-align: center;
        float: none;
    }

    .footer .main .social ul {
        float: none;
        display: inline-block;
    }

    .footer .main .col {
        float: none;
        width: 100%;
        margin: 40px 0 0 0;
        padding-top: 40px;
        text-align: center;
        border-top: 1px solid #fff;
    }

    .footer .main .col:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }

    .footer .main .col-title {
        display: block !important;
        height: auto;
    }

    .footer .main .col-title .icon {
        margin: 0 auto;
    }

    .footer .main .col-title .label {
        display: block;
        padding: 15px 0 0 0;
    }

    .footer .main .col.apps p, .footer .main .col.shops p {
        text-align: center;
    }

    .footer .main .download {
        margin: 20px auto 0 auto;
    }

    .footer .main .shop-search {
        max-width: 300px;
        margin: 20px auto 0 auto;
    }

    .footer {
        margin-top: 45px;
    }

    .footer .secondary {
        padding: 35px 0 30px 0;
    }

    .footer .secondary .left, .footer .secondary .right {
        float: none;
        text-align: center;
    }

    .footer .secondary .right {
        margin-top: 10px;
    }

    .footer .secondary ul {
        display: inline-block;
    }

    .footer .secondary ul li {
        float: none;
        margin: 10px 0 0 0;
        font-size: 14px;
        line-height: 18px;
    }

    .footer .secondary ul li:first-child {
        margin-top: 0;
    }

    .ft-offer-slider .section-content {
        padding: 0;
    }

    /*.ft-offer-slider .swiper-slide { height: 300px; }*/
    /*.section + .section { margin-top: 40px; }*/
    .global-slider .swiper-nav {
        display: none;
    }

    .global-section-heading {
        height: auto;
    }

    .global-section-heading .text {
        display: block !important;
    }

    .global-section-heading .text .title {
        font-size: 24px;
    }

    .global-section-heading .text .desc {
        font-style: normal;
    }

    .global-product-item .content > .top .title {
        font-size: 16px;
        line-height: 20px;
    }

    .promo-boxes .box {
        float: none;
        width: 100%;
        margin: 20px 0 0 0;
    }

    .promo-boxes .box:first-child {
        margin-top: 0;
    }

    .shop-search-widget {
        padding: 20px 20px 25px 20px;
    }

    .shop-search-widget .right .col, .shop-search-widget .right .form {
        display: block !important;
    }

    .shop-search-widget .right .col {
        margin: 15px 0 0 0;
    }

    .shop-search-widget .right .col:nth-child(1) {
        width: 100%;
        margin-top: 0;
    }

    .shop-search-widget .right .col:nth-child(2) {
        width: 100%;
    }

    .shop-search-widget .right .col:nth-child(3) {
        width: 100%;
    }

    .shop-search-widget .right .col .row:first-child {
        height: auto;
    }

    .shop-search-widget button {
        height: 50px;
    }

    .global-shop-filters .col .title {
        cursor: pointer;
    }

    .global-shop-filters .items {
        display: none;
    }

    .global-shop-results .map {
        height: 400px;
    }

    /*.news-tabs .global-slider .swiper-nav { display: block; z-index: 2; }*/
    .news-tabs .tabs-nav li a {
        min-width: 0;
        font-size: 14px;
        line-height: 18px;
        padding: 10px 20px 8px 20px;
    }

    /*.news-tabs .swiper-container, .news-tabs .swiper-wrapper { border-radius: 10px; }*/
    .news-tabs .swiper-slide {
        height: 700px;
        padding: 0;
        background: #fff;
    }

    .news-tabs .swiper-slide .image {
        height: calc(100% - 90px);
        background-size: contain;
    }

    .news-tabs .swiper-slide .text .desc br {
        display: none;
    }

    .news-tabs .swiper-slide .text {
        padding: 10px 20px;
        z-index: 2;
    }

    .product-wrapper .main .heading .title {
        font-size: 26px;
        line-height: 30px;
    }

    .product-wrapper.onsale .heading {
        padding-right: 20px;
    }

    .product-wrapper.onsale .sale {
        position: relative;
        top: auto;
        right: auto;
        margin: 30px auto 0 auto;
    }

    .product-wrapper .main .heading .image {
        height: auto;
    }

    .product-wrapper .main .heading .image .image-wrapper {
        height: auto;
        max-width: 70%;
        margin: auto;
    }

    .product-wrapper .main .heading .inner {
        font-family: 'Avenir';
    }

    .product-wrapper .main .content .box .data {
        margin-top: 0px;
    }

    /*.sale-banner .image { height: 350px; } */
    .general-content h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .general-content h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .archive-promo h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .account-nav {
        margin-bottom: 30px;
    }

    .account-nav ul li {
        width: 100%;
        margin-right: 0 !important;
    }

    .account-nav ul li:nth-child(n+2) {
        margin-top: 5px;
    }

    .account-nav ul li a {
        padding: 12px 15px;
    }

    .account-wrapper .secondary {
        margin-bottom: 30px;
    }

    .account-wrapper .secondary .tabs-nav li {
        width: 100%;
        margin-right: 0 !important;
    }

    .account-wrapper .secondary .tabs-nav li:nth-child(n+2) {
        margin-top: 5px;
    }

    .account-wrapper .secondary .tabs-nav li a {
        padding: 12px 15px;
    }

    .image-boxes .box {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

    .image-boxes .box:nth-child(odd) {
        margin-left: 0;
    }

    .single-news h1 {
        font-size: 30px;
        line-height: 34px;
    }

    .shop-search-single .details {
        float: none;
        width: 100%;
    }

    .shop-search-single .map {
        float: none;
        width: 100%;
        margin-top: 30px;
    }

    .shop-search-single .section-content-bottom {
        margin-top: 30px;
    }

    .promotion-reg .gfield-left, .promotion-reg .gfield-right {
        width: 100%;
    }

    .promotion-reg .gfield-half {
        width: 100%;
        margin: 0
    }

    .promotion-reg .ginput_container_address .address_city, .promotion-reg .ginput_container_address .address_zip {
        width: 100%;
    }

    .promotion-reg .ginput_container_address .address_city {
        margin-top: 10px;
    }

    .promotion-reg .gform_footer .button {
        width: 100% !important;
        padding: 17px 20px 15px 20px !important;
    }

    /*.promotion-reg .heading .title { font-weight: 400; }*/
    .account-wrapper .main .heading .left .title {
        padding: 8px 0;
    }

    .account-wrapper .main .heading .left {
        float: none;
    }

    .account-wrapper .main .heading .right {
        float: none;
        top: auto;
        margin-top: 5px;
    }

    .account-wrapper .main .content {
        padding: 20px 0;
    }

    .account-wrapper .secondary .tabs-content-container {
        padding: 20px 0;
    }

    .account-wrapper .secondary .points .col {
        float: none;
        width: 100%;
        margin: 15px 0 0 0;
        padding-top: 15px;
        border-top: 1px solid #c0c0c0;
    }

    .account-wrapper .secondary .points .col:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }

    .products-promo .col .global-product-item {
        width: calc(50% - 5px);
    }

    .video-promo .col:first-child {
        margin-top: 20px;
    }

    .general-content > div {
        float: none !important;
        width: 100% !important;
        margin-top: 30px !important;
        padding: 0 !important;
    }

    .coop-product-search .main {
        height: auto;
    }

    .coop-product-search .main .category-toggle {
        float: none;
    }

    .coop-product-search .main .search {
        float: none;
        margin-top: 20px;
    }

    .coop-product-search .main .search .form .input-wrapper input[type="text"] {
        width: 100%;
        min-width: 0;
    }

    .news-tabs .swiper-slide.greyed:before {
        width: 240px;
        display: block;
        font-size: 14px;
    }

    .microtopic-item {
        flex: 0 0 50% !important;
    }

    .microtopic-promo {
        flex: 0 0 100% !important;
    }

    .coupons {
        grid-template-columns: 1fr !important;
    }
}


/*	650px
--------------------------------------------------------------------------------------*/

@media (max-width: 650px) {

    /*.image-boxes .box { height: 230px; } */
    .news-tabs .current-shop {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: center;
        margin-bottom: 30px;
    }

    .news-tabs .current-shop .label {
        display: block;
        width: 100%;
        text-align: center;
    }

    .news-tabs .current-shop .button {
        margin: 10px 0 0 0;
        width: 100%;
    }

    .news-tabs .current-shop .button a {
        display: block;
    }

    .shop-search-widget .left {
        display: block !important;
    }

    .shop-search-widget .left .col + .col {
        margin: 10px 0 0 0;
    }

    .shop-search-widget .left .desc {
         max-width: 100%;
    }

    .shop-search-widget .left .desc br {
        display: none;
    }

    .microtopic-items .microtopic-item {
        flex: 0 0 100% !important;
    }

    .microtopic-promo-row .microtopic-item {
        flex: 0 0 100% !important;
    }

    .microtopic-promo {
        flex: 0 0 100% !important;
    }
}


/*	480px
--------------------------------------------------------------------------------------*/

@media (max-width: 480px) {
	
	/* coop 30 logo */
	 .header .main .logo img {
	    width: 50px;
        height:50px;
		margin-left: 0 !important;
        padding-top: 4px;
	}
	/* coop 30 logo */

    .site-wrapper {
        margin-top: 65px;
    }

    .header {
       padding-bottom: 10px;
    }
    .header .main {
        padding: 15px 0;
    }

    .header .main .logo svg {
        width: 71px;
        height: 25px;
    }

    .header .menu {
        bottom: -22px;
    }

    .header .menu .trigger {
        padding-left: 0px;
    }

    .header .menu .trigger::before {
        width: auto;
        right: -6px;
    }

    .header .menu .trigger .bars {
        font-size: 12px;
    }

    .header .menu .trigger .label {
        letter-spacing: -0.2px;
        font-size: 13px;
    }

    .header .menu .dropdown ul li {
        font-size: 14px;
        line-height: 18px;
        margin-top: 8px;
    }

    .header .main .nav .item {
        margin-left: 5px;
    }

    .header .main .nav .item .icon {
        width: 50px;
        height: 50px;
    }

    .header .main .nav .item .icon .inner {
        padding: 5px;
    }

    .header .main .nav .item .title {
        display: none;
    }

    .header .main .nav .item.club .badge {
        top: -12px;
        right: -3px;
    }

    .header .main .nav .item.account .badge {
        top: -12px;
        right: -4px;
    }

    .footer {
        margin-top: 30px;
    }

    .footer .main {
        padding-top: 30px;
    }

    .footer .main .col {
        margin-top: 30px;
        padding-top: 30px;
    }

    .footer .main .col:nth-child(n+4) {
        margin-top: 30px;
    }

    .footer .main .col-content {
        margin-top: 20px;
    }

    .footer .main .download {
        max-width: 250px;
    }

    .footer .main .shop-search input[type="text"] {
        padding: 13px 15px;
    }

    .footer .main .shop-search button {
        padding: 14px 15px 12px 15px;
    }

    .footer .awards {
        padding: 30px 0;
    }

    .footer .awards .logo-wrapper ul {
        display: block !important;
    }

    .footer .awards .logo-wrapper ul li {
        float: none;
        margin: 20px 0 0 0;
    }

    .footer .awards .logo-wrapper ul li:first-child {
        margin-top: 0;
    }

    .section + .section {
        margin-top: 40px;
    }

    .global-section-heading {
        padding: 12px 10px;
    }

    .global-section-heading .background {
        border-radius: 4px;
    }

    .global-section-heading .text .title {
        font-size: 20px;
    }

    .global-section-heading .text .desc {
        font-size: 14px;
    }

    .global-product-item {
        border-radius: 4px;
    }

    .ft-offer-slider .swiper-slide, .ft-offer-slider .swiper-slide .image {
        border-radius: 4px;
    }

    /*.ft-offer-slider .swiper-slide { height: 240px; }*/
    .promo-boxes .box {
        height: 240px;
    }

    .promo-boxes .box .content {
        padding: 13px 15px 13px 15px;
    }

    .promo-boxes .box .content .title {
        font-size: 18px;
        line-height: 22px;
    }

    .promo-boxes .box .content .button {
        position: relative;
        right: auto;
        top: auto;
        margin: 8px 0 0 0;
    }

    .shop-search-widget {
        padding: 10px 10px 20px 10px;
    }

    .shop-search-widget button {
        height: 40px;
    }

    .shop-search-widget + .section {
        margin-top: 20px;
    }

    .shop-search-advanced {
        padding: 15px 10px 10px 10px;
    }

    .shop-search-advanced .section-content {
        margin-top: 10px;
    }

    .global-shop-filters .col {
        margin-top: 10px;
    }

    .global-shop-filters .items li label {
        padding-left: 40px;
    }

    .shop-search-advanced .global-shop-results .map {
        padding: 5px;
    }

    .global-shop-results .map {
        height: 350px;
    }

    .shop-search-advanced .global-shop-results .list {
        padding: 15px 0 10px 10px;
    }

    .global-shop-results .list .content ul li .inner {
        padding: 0;
    }

    .global-shop-results .list .content ul li .logo {
        position: relative;
    }

    .global-shop-results .list .heading .title {
        font-size: 16px;
        line-height: 20px;
    }

    .global-shop-results .nano-content {
        padding-right: 15px;
        -webkit-overflow-scrolling: touch;
    }

    .global-shop-results .list .content ul li .desc {
        margin-top: 10px;
    }

    .global-shop-results .list .content ul li .desc p {
        margin-top: 3px;
    }

    .news-tabs .tabs-nav li {
        margin-left: 5px;
    }

    .news-tabs .tabs-nav li a {
        font-size: 11px;
        line-height: 16px;
        padding: 10px 8px 8px 8px;
    }

    .news-tabs .section-content .col {
        margin-top: 20px;
    }

    .news-tabs .swiper-slide {
        height: 500px;
    }

    .news-tabs .swiper-slide .text {
        font-size: 13px;
        line-height: 16px;
    }

    .news-tabs .swiper-slide .text .title {
        font-size: 16px;
    }

    .breadcrumb {
        font-size: 14px;
        line-height: 18px;
    }

    .product-wrapper.onsale .heading {
        padding: 10px;
    }

    .product-wrapper .main .heading .ribbons {
        margin-top: 3px;
    }

    .product-wrapper .main .heading .ribbons img {
        height: 14px;
    }

    .product-wrapper .main .heading .title {
        font-size: 22px;
        line-height: 26px;
    }

    .product-wrapper .main .heading .desc {
        font-size: 15px;
        line-height: 18px;
    }

    /*.product-wrapper .main .heading .image { height: 300px; } */
    .product-wrapper.onsale .sale .price ins {
        font-size: 40px;
    }

    .product-wrapper.onsale .sale del {
        font-size: 30px;
    }

    .global-badge.flex .bottom strong {
        font-size: 40px;
    }

    .product-wrapper .main .content h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .product-wrapper .main .content .box .title {
        font-size: 16px;
    }

    .product-wrapper .main .content .box .data p {
        font-size: 15px;
        line-height: 22px;
    }

    .product-wrapper .sidebar {
        width: 100%;
        max-width: 370px;
        margin-top: 30px;
    }

    .product-wrapper .sidebar .widget + .widget {
        margin-top: 15px;
    }

    /*.sale-banner .image { height: 300px; } */
    .general-content h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .general-content h3 {
        margin-top: 22px;
        font-size: 18px;
        line-height: 22px;
    }

    .general-content ul, .general-content p {
        margin-top: 15px;
    }

    .general-content h2 {
        font-size: 20px;
        line-height: 24px;
        margin-top: 25px;
    }

    .general-content .alignright, .general-content .alignleft {
        float: none;
        width: 100%;
        margin: 25px 0 !important;
    }

    .global-form-wrapper > .right {
        margin-top: 20px;
    }

    .global-form-wrapper .row.third .col, .global-form-wrapper .row.row-1-3 .col:first-child, .global-form-wrapper .row.row-1-3 .col:last-child, .global-form-wrapper .row.half .col {
        float: none;
        width: 100%;
        margin: 10px 0 0 0;
    }

    .section-form button {
        min-width: 0;
        width: 100%;
    }

    .section-registration .step {
        padding-left: 0;
    }

    .section-registration .step-title {
        position: relative;
        width: 100%;
        border-bottom-left-radius: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        padding: 10px;
        box-sizing: border-box;
    }

    .section-registration .step-title span {
        transform: none !important;
    }

    .section-registration .step-wrapper {
        padding: 20px 10px;
    }

    .section-form .row.mt-double {
        margin-top: 30px;
    }

    .archive-promo {
        padding-top: 10px;
        text-align: center;
    }

    .archive-promo h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .archive-promo .item .details h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .archive-promo .item .image {
        width: 100%;
        height: auto;
        padding-bottom: 60%;
    }

    .content-with-sidebar .sidebar {
        width: 100%;
        max-width: 370px;
        margin-top: 30px;
    }

    .page-wrapper {
        padding-bottom: 25px;
    }

    .account-nav {
        margin-bottom: 15px;
    }

    .account-nav ul li {
        margin-left: 0;
        float: none;
        margin-top: 5px;
    }

    .account-nav ul li:first-child {
        margin-top: 0;
    }

    .account-nav ul li a {
        padding: 12px 15px;
        display: block;
    }

    .account-wrapper .secondary {
        margin-bottom: 15px;
    }

    .account-wrapper .secondary .tabs-nav li {
        margin-left: 0;
        float: none;
        margin-top: 5px;
    }

    .account-wrapper .secondary .tabs-nav li:first-child {
        margin-top: 0;
    }

    .account-wrapper .secondary .tabs-nav li a {
        padding: 12px 15px;
        display: block;
    }

    .section.product-slider + .section.promo-boxes, .section.product-slider + .section.image-boxes {
        margin-top: 50px;
    }

    .image-boxes .box {
        float: none;
        width: 100%;
        height: auto; /*padding-bottom: 100%; */
        margin-left: 0;
    }

    .image-boxes .box:last-child {
        margin-bottom: 0;
    }

    .single-news {
        padding: 15px;
    }

    .single-news h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .shop-search-single .map {
        height: 300px;
    }

    .shop-search-single .details .top {
        padding: 0;
    }

    .shop-search-single .details .top .logo {
        position: relative;
        left: auto;
    }

    .shop-search-single .details .top .desc {
        margin-top: 10px;
    }

    .promotion-reg .gform_wrapper {
        margin-top: 0;
    }

    .promotion-reg .heading .title {
        float: none;
    }

    .promotion-reg .heading .desc {
        float: none;
    }

    .promotion-reg .gform_footer {
        margin-top: 30px;
    }

    .promotion-reg .gfield-rules {
        padding-top: 30px !important;
    }

    .global-shop-search .col {
        float: none;
    }

    .global-shop-search .col.address {
        width: 100%;
    }

    .global-shop-search .col.distance {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .products-onsale nav ul li, .products-onsale .item {
        width: 100%;
        margin-left: 0 !important;
    }

    .products-onsale .item:nth-child(3n+4), .products-onsale nav ul li:nth-child(3n+4) {
        margin-left: 0px;
    }

    .products-promo .col .global-product-item {
        float: none;
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }

    .products-promo .col .global-product-item:first-child {
        margin-top: 0;
    }

    .global-slider .swiper-pagination {
        bottom: -30px;
    }

    .video-promo .col {
        margin-top: 30px;
    }

    .video-promo .col .text p {
        margin-top: 20px;
    }

    .coop-product-search .main .search .form {
        padding-right: 0;
    }

    .coop-product-search .main .search .form button {
        position: relative;
        width: 100%;
        margin-top: 10px;
    }

    .coop-product-search + .product-slider {
        margin-bottom: 40px;
    }

    .microtopic-items .microtopic-item {
        flex: 0 0 100% !important;
    }

    .microtopic-promo-row .microtopic-item {
        flex: 0 0 100% !important;
    }

    .microtopic-promo {
        flex: 0 0 100% !important;
    }

    .coupons {
        grid-template-columns: 1fr !important;
    }
}


/* Bootstrap from old coop.hu */

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    .hidden-md {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
}

/* Leonardo promo */

@font-face {
    font-family: 'chevin_stdbold';
    src: url('../fonts/chevinstd-bold-webfont.woff2') format('woff2'), url('../fonts/chevinstd-bold-webfont.woff') format('woff'), url('../fonts/chevinstd-bold-webfont.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'chevin_stdlight';
    src: url('../fonts/chevinstd-light-webfont.woff2') format('woff2'), url('../fonts/chevinstd-light-webfont.woff') format('woff'), url('../fonts/chevinstd-light-webfont.woff') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/*
* 404 page
*/
.error404 #container {
    width: 94%;
    margin: 35px auto;
}

.error404 h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 20px;
}

.error404 .searchform input[type=text] {
    min-width: 200px;
    border: 1px solid rgba(0, 0, 0, 0.55);
    font-size: 12px;
    height: 30px;
    padding-left: 7px;
    line-height: 14px;
    font-style: italic;
}

.error404 .searchform input[type=submit] {
    width: 120px;
    border: none;
    background: #e41c39;
    font-size: 13px;
    line-height: 17px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    height: 30px;
    padding: 0 10px;
    border: none;
    outline: none;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
}

.autocomplete-window {
    display: flex;
    flex-direction: column;
    position: absolute;
    height: auto;
    box-sizing: border-box;
    z-index: 9999;

    border-radius: 0 0 1ex 1ex;
    box-shadow: 0 1.5ex 3ex 0 #0008;
}

.autocomplete-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    width: 100%;
    height: 5ex;
    padding-left: 1ex;
    box-sizing: border-box;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #000;
    background: #FFF;
    font-family: sans-serif;

    user-select: none;
    cursor: pointer;
}

.autocomplete-item:hover {
    background: #CCC;
}

.autocomplete-item:active {
    background: #999;
}

.autocomplete-item:last-of-type {
    border-radius: 0 0 1ex 1ex;
}

.autocomplete-window.powered-by-google .autocomplete-item:last-of-type {
    background-image: url("/wp-content/themes/coop/assets/img/powered-by-google.png");
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 98% 96%;
}

.online-coupons-input-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.online-coupons-label {
    flex-grow: 0;
    flex-shrink: 1;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
    min-width: 250px;
    background: #e41c39;
    border-radius: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    color: #fff;
}

#details-form .cardnumber-field {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

#details-form .cardnumber-field .input-container {
    width: 100%
}

#details-form .cardnumber-field .tooltip {
    margin-right: 0;
}

#details-form .cardnumber-field .tooltip:before {
    width: 1.3rem;
    height: 1.3rem;
}

#details-form .cardnumber-field .tooltip .tooltip-text {
}

@media (max-width: 768px) {
    #details-form .cardnumber-field .tooltip:hover .tooltip-text {
        margin-left: -180px;
    }

    .online-coupons-input-container .tooltip:hover .tooltip-text {
        margin-left: -50px;
    }

    .global-form-wrapper .row.half .col {
        width: 100%;
        margin-left: 0 !important;
        margin-top: 20px;
    }

    .global-form-wrapper .row.half .col:first-child {
        margin-top: 0px;
    }

    .global-form-wrapper .row.half.email-again .col {
        margin-top: 0
    }

    .mobile-hidden {
        display: none
    }
}

.tooltip-large {
    flex-grow: 0;
    flex-shrink: 0;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    box-sizing: border-box;
    padding: 0;
    margin-left: 10px;
    margin-right: 25px;
    z-index: 99;
}

.tooltip-large::before {
    content: "i";
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1.5rem;
    padding-top: 0.1rem;
    color: #e41c39;
    box-sizing: border-box;
    font-weight: bold;
    border: 2px solid #e41c39;
    pointer-events: none;
}

.tooltip-large .tooltip-text {
    display: none;
    pointer-events: none;
}

.tooltip-large:hover::before {
    display: none;
}

.tooltip-large:hover .tooltip-text {
    display: block;
    pointer-events: none;
    width: 200px;
    padding: 12px 10px;
    background: #313131;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
}

input[name="use_online_coupons"] {
    flex-grow: 0;
    flex-shrink: 0;
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    border-radius: 1.25rem;
    width: 4rem;
    min-width: 4rem;
    height: 2.5rem;
    box-sizing: border-box;
    padding: 0.25rem;
    margin: 25px 0px;
}

input[name="use_online_coupons"]:checked {
    background: rgba(255, 0, 0, 0.2);
    justify-content: flex-end;
}

input[name="use_online_coupons"]:before {
    content: '';
    font-size: 0;
    display: block;
    top: 0.13rem;
    left: 0.2rem;
    border-radius: 1.1rem;
    width: 2rem;
    height: 2rem;
    box-sizing: border-box;
    background: #e41c39;
}

#popup-container {
    display: grid;
    width: 100vw;
    height: 100vh;
    grid: 1fr / 1fr;
    place-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;

    background: rgba(0, 0, 0, 0.25);
}

#confirm-popup {
    display: block;
    max-width: 750px;
    background: white;
    padding: 2rem;
    box-sizing: border-box;
    border-radius: 1rem;
    border: 2px solid #e41c39;
    text-align: center;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
}

dialog {
    max-width: 750px;
    background: white;
    padding: 2rem;
    box-sizing: border-box;
    border-radius: 1rem;
    border: 2px solid #e41c39;
    text-align: center;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
    margin: auto;
}

dialog::backdrop {
    background: rgba(0, 0, 0, 0.25);
}

#confirm-popup div p, dialog p {
    font-size: 1.2rem;
    color: black;
    margin-bottom: 0.5rem;
}

#confirm-popup div button, dialog button {
    display: inline-block;
    width: 40%;
    min-width: 200px;
    height: 3rem;
    border-radius: 1rem;
    border: none;
    background: #e41c39;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0.5rem 0.5rem;
    cursor: pointer;
}

.coupons {
    display: grid;
    grid: auto-flow / 1fr 1fr;
    grid-gap: 35px;
    place-items: center;
    place-content: start center;
    width: 100%;
}

.coupon figcaption {
    margin: 0.5rem 0;
    text-align: center;
}

.coupon-err {
    grid-column: 1 / -1;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    color: #e41c39;
    font-weight: bold;
}

.print-button {
    display: block;
    margin: auto;
    border: none;
    border-radius: 0.5rem;
    background: #e41c39;
    color: white;
    padding: 0.75rem;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.print-all-coupons {
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
}

.hidden {
    opacity: 0;
    pointer-events: none;
}

.coupon-err .print-button {
    margin: 2rem;
}

.coupon-err .icon-info {
    height: 3rem;
    width: auto;
    margin-bottom: 1rem
}

.coupon-err .appstore-badge {
    height: 3rem;
    width: auto;
    margin: 2rem 0.25rem;
}

.selected-coupon {
    outline: 4px solid #e41c39 !important;
}

.selected-coupon:hover {
    outline: 5px solid #e41c39 !important;
}

.coupon-print {
    display: none;
}

.microtopic-items, .microtopic-promo-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    align-items: flex-start;
    align-content: flex-start;
}

.microtopic-item {
    display: block;
    flex: 0 0 25%;
    box-sizing: border-box;
    padding: 4px;
}

.microtopic-items .microtopic-item a {
    border-radius: 4px;
    border: 1px solid #bfbfbf;
}

.microtopic-promo {
    flex: 0 0 50%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 4px;
}

.microtopic-promo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* nyeremenyjatek LEGO */


.page-template-page-nyeremenyjatek .gfield_visibility_hidden {
    display: none !important
}

.page-template-page-nyeremenyjatek .section + .section {
    margin-top: 0
}

.page-template-page-nyeremenyjatek .general-content {
    font-size: 16px;
    line-height: 22px;
}

.page-template-page-nyeremenyjatek .general-content ul, .page-template-page-nyeremenyjatek .general-content ul li {
    margin-top: 0
}

.page-template-page-nyeremenyjatek .general-content ul li:first-child {
    padding-left: 0;
}

.page-template-page-nyeremenyjatek .general-content ul li:before {
    display: none
}

.page-template-page-nyeremenyjatek .promotion-reg .gform_footer .button {
    margin: 0 auto;
    display: flex;
    font-size: 28px;
    padding: 15px 60px 15px 60px;
}

.page-template-page-nyeremenyjatek .nyeremenyjatek-login-form {
    text-align: center;
    width: 100%;
}

@media (min-width: 992px) {
    .page-template-page-nyeremenyjatek .nyeremenyjatek-login-form {
        text-align: center;
        width: 50%;
    }
}

.page-template-page-nyeremenyjatek .nyeremenyjatek-login-form h3 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0
}

.page-template-page-nyeremenyjatek .nyeremenyjatek-login-form input[type="text"], .page-template-page-nyeremenyjatek .nyeremenyjatek-login-form input[type="password"] {
    margin: 20px auto;
    width: 50%
}

.page-template-page-nyeremenyjatek button[type="submit"] {
    position: relative;
    display: inline-block;
    min-width: 260px;
    padding: 12px 20px 11px 20px;
    background: #e41c39;
    border: none;
    outline: none;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    letter-spacing: 2px
}

.page-template-page-nyeremenyjatek .nyeremenyjatek-login-form .col {
    display: block;
    position: relative;
}

.page-template-page-nyeremenyjatek .nyeremenyjatek-login-form .reset-pass-link {
    position: relative;
    font-size: 16px;
    margin: 10px 0;
    display: block;
}

.page-template-page-nyeremenyjatek .nyeremenyjatek-login-form .create-new-account {
    display: none
}

/* accordion */

.accordion {
    padding: 0;
    margin: 0;
}

.accordion .panel {
    margin: 0 0 15px 0;
    box-shadow: 0px 0px 10px #0000003b;
    padding: 10px;
}

.accordion .panel-title .fa {
    margin-right: 10px;
}

.accordion .panel-title {
    margin: 0;
}

.accordion .panel-heading, .panel .panel-collapse {
    padding: 1em;
}

.accordion .panel-title a {
    color: #000;
    display: block;
}

.accordion .panel-title a:hover, .accordion .panel.active .panel-title a {
    color: #cc3333;
    text-decoration: none
}

.accordion .panel-title a span {
    float: right;
}

.panel .panel-collapse {
    display: none;
}

.panel .panel-collapse p {
    margin: 0 0 15px 0
}


/* Collapsible */

.collapsible {
    display: block;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    margin-bottom: 1em;
}

.collapsible-head {
    display: block;
    position: relative;
    margin: 0;
    width: 100%;
    padding: 20px;
    padding-right: 70px;
    font-size: 16px;
    font-weight: bold;
    font-family: sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    cursor: pointer;
}

.collapsible-head::after {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(-90deg);
    pointer-events: none;
    content: '';
    background-image: url('/wp-content/themes/coop/assets/img/arrow-red-icon.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    transition: 0.5s;
    font-weight: bold;
    font-size: 1.5rem;
}

.collapsible-closed .collapsible-head {
    border-bottom: none;
}

.collapsible-closed .collapsible-head::after {
    transform: translateY(-50%) rotate(90deg);
}

.collapsible-body {
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
}

.collapsible-body p:not(:nth-child(1)) {
    margin-top: 1em;
}

.collapsible-closed .collapsible-body {
    height: 0;
    padding: 0;
}

/* coop hirek lapozo navigacio */

.num_navigation ul {
    margin: 1em 0;
    padding: 0;
}

.num_navigation li a,
.num_navigation li a:hover,
.num_navigation li.active a,
.num_navigation li.disabled {
    color: #575757;
    text-decoration: none;
}

.num_navigation li {
    display: inline;
}

.num_navigation li a,
.num_navigation li a:hover,
.num_navigation li.active a,
.num_navigation li.disabled {
    background-color: #ececec;
    border-radius: 0px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
    display: inline-block;
    text-align: center;
    min-width: 40px;
}

.num_navigation li a:hover,
.num_navigation li.active a {
    background-color: #cc3333;
    color: #fff;
}

/* GDPR */

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    background-color: #e8e8e8 !important;
    border-top: 1px solid #bdbdbd !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    background-color: #5e5e5e !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
    background-color: #5e5e5e !important;
    border-color: #5e5e5e !important;
}


#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton:hover {
    color: #fff !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close span.gdpr-icon {
    background-color: #5e5e5e !important;
    border-color: #5e5e5e !important;
    color: #fff !important;
}

.moove-gdpr-company-logo-holder {
    display: none !important
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .mgbutton.moove-gdpr-infobar-reject-btn,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .mgbutton.moove-gdpr-infobar-settings-btn {
    border: 1px solid #5e5e5e !important;
    background: transparent !important;
    color: #5e5e5e !important;
    box-shadow: 0 0 0 !important;
    opacity: 1 !important;
}

#moove_gdpr_cookie_info_bar {
    max-height: 500px !important;
    z-index: 9999 !important;
}

.gdpr_lightbox {
    z-index: 9999 !important;
}

@media (max-width: 768px) {

    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .mgbutton.moove-gdpr-infobar-allow-all,
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .mgbutton.moove-gdpr-infobar-reject-btn,
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .mgbutton.moove-gdpr-infobar-settings-btn {
        font-size: 14px !important;
        padding: 8px 30px !important;
        margin: 10px !important;
    }

}


/* GDPR */

/* omimpia landing temp page */
.page-id-21564 .header,
.page-id-21564 .footer,
.page-id-21564 .bottom,
.page-id-21564 .page-toolbar {
    display: none
}

.page-id-21564 .page-wrapper {
    position: relative;
    padding: 0;
}

.page-id-21564 .page-wrapper .container {
    max-width: 100%;
    width: auto;
}

/* omimpia landing temp page */


/* Promo landing */

.page-template-page-promo-flyer .bottom, .page-template-page-promo-flyer .footer, .page-template-page-promo-flyer .header .menu {
    display: none
}

.page-template-page-promo-flyer .header .main {
    padding: 20px 0 0px 0;
}

.page-template-page-promo-flyer .header {
    box-shadow: 0 0 0 0;
}

.page-template-page-promo-flyer .header .nav .title {
    display: none
}

.page-template-page-promo-flyer .header .nav .item.account {
    display: none
}

.page-template-page-promo-flyer .header .nav .item.login {
    display: none
}

.page-template-page-promo-flyer .header .user, .page-template-page-promo-flyer .header .trv-login-form {
    display: none
}

.page-template-page-promo-flyer ul.tabs-nav {
    display: none
}

.page-template-page-promo-flyer .news-tabs .section-heading {
    display: none
}

.page-template-page-promo-flyer .iframeheight {
    min-height: 400px;
    box-shadow: 0px 0px 20px 10px #eee;
}

.page-template-page-promo-flyer .page-wrapper {
    padding: 0
}

.page-template-page-promo-flyer .main .container {
    position: relative
}

.page-template-page-promo-flyer .header .main .nav {
    margin-left: 20px;
}

@media (max-width: 480px) {
    .page-template-page-promo-flyer .header .main .logo svg {
        width: 122px;
        height: 45px;
    }

    .page-template-page-promo-flyer .header .main .nav .item .icon {
        width: 46px;
        height: 46px;
    }
}

@media (min-width: 768px) {
    page-template-page-promo-flyer .iframeheight {
        height: 600px
    }

    .page-template-page-promo-flyer .header .nav .title {
        display: block
    }

}

@media (min-width: 990px) {
    .page-template-page-promo-flyer .iframeheight {
        height: 900px
    }
}

@media (min-width: 1150px) {
    .page-template-page-promo-flyer .header .main .nav .item.logout-promo {
        position: absolute;
        right: 0;
    }
}

@media (max-width: 768px) {
    .page-template-page-promo-flyer .header {
        position: relative
    }

    .page-template-page-promo-flyer .site-wrapper {
        margin-top: 0px;
    }

}

.page-template-page-olimpia header.header,
.page-template-page-olimpia footer.footer,
.page-template-page-olimpia .page-toolbar,
.page-template-page-olimpia-koszonjuk header.header,
.page-template-page-olimpia-koszonjuk footer.footer,
.page-template-page-olimpia-koszonjuk .page-toolbar,
.page-template-page-olimpia-nyeremenyjatek header.header,
.page-template-page-olimpia-nyeremenyjatek footer.footer,
.page-template-page-olimpia-nyeremenyjatek .page-toolbar {
    display: none
}

.page-template-page-olimpia .page-wrapper,
.page-template-page-olimpia .site-wrapper,
.page-template-page-olimpia-koszonjuk .page-wrapper,
.page-template-page-olimpia-koszonjuk .site-wrapper,
.page-template-page-olimpia-nyeremenyjatek .page-wrapper,
.page-template-page-olimpia-nyeremenyjatek .site-wrapper {
    padding: 0;
    margin-top: 0
}


body.page-template-page-olimpia,
body.page-template-page-olimpia-koszonjuk,
body.page-template-page-olimpia-nyeremenyjatek {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    border: none;
}

.page-template-page-olimpia iframe,
.page-template-page-olimpia-koszonjuk iframe,
.page-template-page-olimpia-nyeremenyjatek iframe {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    border: none;
}


/* Mindenunk a hazai GF form */

#gform_wrapper_10 .gfield_label, #gform_wrapper_10 .ginput_container_address label {
    display: block;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
}

#gform_wrapper_10 input[type="text"], #gform_wrapper_10 input[type="email"]  {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    outline: none;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #797979;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    line-height: 18px;
    font-weight: 600;
}

@media (min-width: 990px) {
    #gform_wrapper_10 input[type="text"], #gform_wrapper_10 input[type="email"]  {
        height: 40px;
        line-height: 18px;
        font-size: 14px !important;
    }
}

#gform_wrapper_10 #input_10_2_container label {
    display: none
}

#gform_wrapper_10 #input_10_2_container {
    display: flex;
    flex-wrap: wrap
}

#gform_wrapper_10 #input_10_2_container span {
    flex: 1
}

#gform_wrapper_10 #input_10_2_container span#input_10_2_1_container {
    margin: 0 1em 0 0;
}

#gform_wrapper_10 .mobile-region label,
#gform_wrapper_10 .phonenumber label,
#gform_wrapper_10 .prefix label,
#gform_wrapper_10 #field_10_23 {
    margin: 0;
}

#gform_wrapper_10 .mobile-region, #gform_wrapper_10 .phonenumber, #gform_wrapper_10 .prefix, #gform_wrapper_10 #field_10_23 {
    padding-top: 0 !important;
}

#gform_wrapper_10 .input-prefix {
    font-weight: normal;
    font-size: 18px;
    padding-right: 10px;
    font-family: 'Myriad Pro';
}

@media (min-width: 990px) {
    #gform_wrapper_10 .input-prefix {
        font-size: 16px;
    }
}

#gform_wrapper_10 .phonenumber {
    margin-left: 10px
}

#gform_wrapper_10 .phonenumber input {
    background: transparent !important;
    padding-left: 10px !important;
}

#gform_wrapper_10 .phonenumber .gfield_required {
    display: none
}

#gform_wrapper_10 .gfield input[type="text"] {
    padding: 12px 10px;
}

#gform_wrapper_10 .apcode .ginput_container::before {
    left: 0px;
    width: 45px;
    height: 50px;
    background: #797979 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="60"><text fill="white" x="5" y="36" style="font: bold 21px Myriad Pro;">APA</text></svg>') 50% 50% no-repeat !important;
    background-size: contain !important;
    border-radius: 4px 0 0 4px;
}

@media (min-width: 990px) {
    /*#gform_wrapper_10 .apcode .ginput_container::before{
		left: 10px;
		width: 36px;
		height: 37px;
		background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="36"><text x="5" y="26" style="font: bold 16px Myriad Pro;">APA</text></svg>') 0 50% no-repeat !important;
	}*/
    #gform_wrapper_10 .apcode .ginput_container::before {
        left: 0px;
        width: 40px;
        height: 40px;
        background: #797979 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="36"><text fill="white" x="5" y="23" style="font: bold 16px Myriad Pro;">APA</text></svg>') 0 50% no-repeat !important;
        border-radius: 4px 0 0 4px;
    }
}

#gform_wrapper_10 .apcode input {
    padding-left: 50px !important;
}

#gform_wrapper_10 .gf_inline {
    display: inline-block;
}

#gform_wrapper_10 .sbSelector {
    position: relative;
    height: 100%;
    padding: 14px 60px 14px 10px;
    background: #fff;
    border: 1px solid #797979;
    border-radius: 4px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    color: #000;
}

@media (min-width: 990px) {
    #gform_wrapper_10 .sbSelector {
        padding: 10px 60px 10px 10px;
        font-size: 14px;
    }
}

#gform_wrapper_10 .sbHolder {
    position: relative;
    display: block;
    margin: 0;
    list-style: none;
    border: none;
    outline: none;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
}

#gform_wrapper_10 .sbHolder li a {
    color: #000;
    text-decoration: none;
    padding: 11px 11px 12px 11px;
    display: block;
}

#gform_wrapper_10 .sbOptions li {
    display: block;
    /* padding: 11px 11px 12px 11px;*/
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #191919;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#gform_wrapper_10 .sbToggle {
    position: absolute;
    background: #797979 url(../img/sbtoggle-icon-1.svg) no-repeat center center;
    background-size: 40%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 12;
}

#gform_wrapper_10 .sbOptions {
    position: absolute;
    z-index: 13;
    top: calc(100% + 3px) !important;
    margin-top: 0px;
    left: 0;
    right: 0;
    max-height: 300px !important;
    overflow-y: auto;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    border: 1px solid #797979;
    border-radius: 4px;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    #gform_wrapper_10 #input_10_2_container {
        flex-direction: column;
    }

    #gform_wrapper_10 #input_10_2_container span#input_10_2_1_container {
        /*margin: 0 0 1em 0;*/
    }
}

#gform_confirmation_message_10 .button a {
    position: relative;
    display: inline-block;
    min-width: 260px;
    padding: 15px 20px 13px 20px;
    background: #d9261c;
    border: none;
    outline: none;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
}

#gform_confirmation_message_10 .button a:hover {
    background: #ea2a1f;
}

#validation_message_10_8 {
    position: absolute
}

.promotion-reg .gfield.gfield_error .validation_message {
    font-size: 14px;
}

@media (min-width: 990px) {
    .promotion-reg .gfield.gfield_error .validation_message {
        font-size: 12px;
    }
}

#gform_wrapper_10 .gf_time {
    width: 100%;
}

@media (min-width: 990px) {
    #gform_wrapper_10 .gf_time {
        width: 19%;
        /*padding-top: 22px !important;*/
    }

    #gform_wrapper_10 #field_10_16 {
        width: calc(34% - 10px);
    }
}
/*
@media (min-width: 1200px) {
    #gform_wrapper_10 .gf_time {
        width: 15%;
      
    }

    #gform_wrapper_10 #field_10_16 {
        width: calc(40% - 10px);
    }
}
*/
#gform_wrapper_10 #validation_message_10_29, #gform_wrapper_10 #field_10_29 .gfield_label {
    display: none
}

#gform_wrapper_10 #input_10_9.gfield_checkbox div label::before {left: 0;}
	#gform_wrapper_10 #input_10_9.gfield_checkbox div label::after{left: 0;}
@media(max-width: 990px) {
	#gform_wrapper_10 .gf_time{margin:0}
	#gform_wrapper_10 #field_10_29{padding-top:0 !important}
	#gform_wrapper_10 #field_10_8{width: calc(100% - 140px);	}
	#gform_wrapper_10 #field_10_13 {width: calc(50% - 10px);}
}

@media (max-width: 768px) {
	#gform_wrapper_10 #field_10_13 {width: 100%; margin-top:22px;}
	#gform_wrapper_10 .gf_time{margin-top:22px;}
	
	#gform_wrapper_10 #input_10_9.gfield_checkbox div label {display:block;        margin-left: 0;        padding-left: 40px;}
	
	#gform_wrapper_10 #input_10_9.gfield_checkbox div input:checked ~ label::after{left: 0;}

	#gform_wrapper_10 #input_10_9.gfield_checkbox div label::before, #gform_wrapper_10 #input_10_9.gfield_checkbox div label::after{width: 30px;  height: 30px;}
	#gform_wrapper_10 #field_10_33{display:none}
	#gform_wrapper_10 .gfield-rules {padding-top:0 !important}
}
@media (min-width: 990px) {
	#gform_wrapper_10 #field_10_29 .ginput_container_select{margin-top: 27px;}
}
.gform_wrapper .gform_heading{display:none}



.content .gform_validation_errors{background: none !important;border: 0 !important;color: #313131 !important;padding: 1em 0em !important;box-shadow: 0 0 0 !important;margin-bottom: 0 !important;}
.content .gform_validation_errors h2, .gform_wrapper.gravity-theme .validation_error{color: #313131 !important;font-size: 16px !important;  line-height: 22px !important; }
.content .gform_validation_errors span.gform-icon{display:none !important}

/* hirlevel */
#field_9_13 .gfield {margin-top:20px}
.gform_wrapper.gravity-theme .ginput_complex label{padding-top:0 !important}


/* mindenunk a hazai 2025

/* Mindenunk a hazai GF form */

#gform_wrapper_11 .gfield_label, 
#gform_wrapper_11 .ginput_container_address label {
    display: block;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
}

#gform_wrapper_11 input[type="text"], 
#gform_wrapper_11 input[type="email"]  {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    outline: none;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #797979;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    line-height: 18px;
    font-weight: 600;
}



@media (min-width: 990px) {
    #gform_wrapper_11 input[type="text"], 
    #gform_wrapper_11 input[type="email"]  {
        height: 40px;
        line-height: 18px;
        font-size: 14px !important;
    }
}

#gform_wrapper_11 #input_11_2_container label {
    display: none
}

#gform_wrapper_11 #input_11_2_container {
    display: flex;
    flex-wrap: wrap
}

#gform_wrapper_11 #input_11_2_container span {
    flex: 1
}



  #gform_wrapper_11 #input_11_2_container span#input_11_2_1_container {
        margin: 0 0 1em 0;
        padding-right:0;
    }

     #gform_wrapper_11 #input_11_2_container span#input_11_2_2_container {
        padding-left:0;
     }

@media (min-width: 990px) {

    #gform_wrapper_11 #input_11_2_container span#input_11_2_1_container {
         margin: 0 1em 0 0;
    }
 #gform_wrapper_11 #input_11_2_container span#input_11_2_2_container {
        padding-left:1%;
     }
  
}


#gform_wrapper_11 .mobile-region label,
#gform_wrapper_11 .phonenumber label,
#gform_wrapper_11 .prefix label,
#gform_wrapper_11 #field_11_23 {
    margin: 0;
}

#gform_wrapper_11 .mobile-region, 
#gform_wrapper_11 .phonenumber, 
#gform_wrapper_11 .prefix, 
#gform_wrapper_11 #field_11_23 {
    padding-top: 0 !important;
}

#gform_wrapper_11 .input-prefix {
    font-weight: normal;
    font-size: 18px;
    padding-right: 10px;
    font-family: 'Myriad Pro';
}

@media (min-width: 990px) {
    #gform_wrapper_11 .input-prefix {
        font-size: 16px;
    }
}

#gform_wrapper_11 .phonenumber {
    margin-left: 10px
}

#gform_wrapper_11 .phonenumber input {
    background: transparent !important;
    padding-left: 10px !important;
}

#gform_wrapper_11 .phonenumber .gfield_required {
    display: none
}

#gform_wrapper_11 .gfield input[type="text"] {
    padding: 12px 10px;
}

#gform_wrapper_11 .apcode .ginput_container::before {
    left: 0px;
    width: 45px;
    height: 50px;
    background: #797979 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="60"><text fill="white" x="5" y="36" style="font: bold 21px Myriad Pro;">APA</text></svg>') 50% 50% no-repeat !important;
    background-size: contain !important;
    border-radius: 4px 0 0 4px;
}

@media (min-width: 990px) {
   
    #gform_wrapper_11 .apcode .ginput_container::before {
        left: 0px;
        width: 40px;
        height: 40px;
        background: #797979 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="36"><text fill="white" x="5" y="23" style="font: bold 16px Myriad Pro;">APA</text></svg>') 0 50% no-repeat !important;
        border-radius: 4px 0 0 4px;
    }
}

#gform_wrapper_11 .apcode input {
    padding-left: 50px !important;
}

#gform_wrapper_11 .gf_inline {
    display: inline-block;
}

#gform_wrapper_11 .sbSelector {
    position: relative;
    height: 100%;
    padding: 14px 60px 14px 10px;
    background: #fff;
    border: 1px solid #797979;
    border-radius: 4px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    color: #000;
}

@media (min-width: 990px) {
    #gform_wrapper_11 .sbSelector {
        padding: 10px 60px 10px 10px;
        font-size: 14px;
    }
}

#gform_wrapper_11 .sbHolder {
    position: relative;
    display: block;
    margin: 0;
    list-style: none;
    border: none;
    outline: none;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
}

#gform_wrapper_11 .sbHolder li a {
    color: #000;
    text-decoration: none;
    padding: 11px 11px 12px 11px;
    display: block;
}

#gform_wrapper_11 .sbOptions li {
    display: block;
    /* padding: 11px 11px 12px 11px;*/
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #191919;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#gform_wrapper_11 .sbToggle {
    position: absolute;
    background: #797979 url(../img/sbtoggle-icon-1.svg) no-repeat center center;
    background-size: 40%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 12;
}

#gform_wrapper_11 .sbOptions {
    position: absolute;
    z-index: 13;
    top: calc(100% + 3px) !important;
    margin-top: 0px;
    left: 0;
    right: 0;
    max-height: 300px !important;
    overflow-y: auto;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    border: 1px solid #797979;
    border-radius: 4px;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    #gform_wrapper_11 #input_11_2_container {
        flex-direction: column;
    }
}

#gform_confirmation_message_11 .button a {
    position: relative;
    display: inline-block;
    min-width: 260px;
    padding: 15px 20px 13px 20px;
    background: #d9261c;
    border: none;
    outline: none;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
}

#gform_confirmation_message_11 .button a:hover {
    background: #ea2a1f;
}

#validation_message_11_8 {
    position: absolute
}

.promotion-reg .gfield.gfield_error .validation_message {
    font-size: 14px;
}

@media (min-width: 990px) {
    .promotion-reg .gfield.gfield_error .validation_message {
        font-size: 12px;
    }
}

#gform_wrapper_11 .gf_time {
    width: 100%;
}

@media (min-width: 990px) {
    #gform_wrapper_11 .gf_time {
        width: 19%;
    }

    #gform_wrapper_11 #field_11_16 {
        width: calc(34% - 10px);
    }
}

#gform_wrapper_11 #validation_message_11_29, #gform_wrapper_11 #field_11_29 .gfield_label {
    display: none
}

#gform_wrapper_11 #input_11_9.gfield_checkbox div label::before {left: 0;}
	#gform_wrapper_11 #input_11_9.gfield_checkbox div label::after{left: 0;}
@media(max-width: 990px) {
	#gform_wrapper_11 .gf_time{margin:0}
	#gform_wrapper_11 #field_11_29{padding-top:0 !important}
	#gform_wrapper_11 #field_11_8{width: calc(100% - 140px);	}
	#gform_wrapper_11 #field_11_13 {width: calc(50% - 10px);}
}

@media (max-width: 768px) {
	#gform_wrapper_11 #field_11_13 {width: 100%; margin-top:22px;}
	#gform_wrapper_11 .gf_time{margin-top:22px;}
	
	#gform_wrapper_11 #input_11_9.gfield_checkbox div label {display:block;        margin-left: 0;        padding-left: 40px;}
	
	#gform_wrapper_11 #input_11_9.gfield_checkbox div input:checked ~ label::after{left: 0;}

	#gform_wrapper_11 #input_11_9.gfield_checkbox div label::before, 
    #gform_wrapper_11 #input_11_9.gfield_checkbox div label::after{width: 30px;  height: 30px;}
	#gform_wrapper_11 #field_11_33{display:none}
	#gform_wrapper_11 .gfield-rules {padding-top:0 !important}
}
@media (min-width: 990px) {
	#gform_wrapper_11 #field_11_29 .ginput_container_select{margin-top: 25.5px;}
}


/**/

/* Unnepelj Velunk es Nyerj 2025*/


#gform_wrapper_12 .gfield_label, 
#gform_wrapper_12 .ginput_container_address label {
    display: block;
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
}

#gform_wrapper_12 input[type="text"], 
#gform_wrapper_12 input[type="email"]  {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    outline: none;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #797979;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    line-height: 18px;
    font-weight: 600;
}



@media (min-width: 990px) {
    #gform_wrapper_12 input[type="text"], 
    #gform_wrapper_12 input[type="email"]  {
        height: 40px;
        line-height: 18px;
        font-size: 14px !important;
    }
}

#gform_wrapper_12 #input_12_2_container label {
    display: none
}

#gform_wrapper_12 #input_12_2_container {
    display: flex;
    flex-wrap: wrap
}

#gform_wrapper_12 #input_12_2_container span {
    flex: 1
}



  #gform_wrapper_12 #input_12_2_container span#input_12_2_1_container {
        margin: 0 0 1em 0;
        padding-right:0;
    }

     #gform_wrapper_12 #input_12_2_container span#input_12_2_2_container {
        padding-left:0;
     }

@media (min-width: 990px) {

    #gform_wrapper_12 #input_12_2_container span#input_12_2_1_container {
         margin: 0 1em 0 0;
    }
 #gform_wrapper_12 #input_12_2_container span#input_12_2_2_container {
        padding-left:1%;
     }
  
}


#gform_wrapper_12 .mobile-region label,
#gform_wrapper_12 .phonenumber label,
#gform_wrapper_12 .prefix label,
#gform_wrapper_12 #field_12_23 {
    margin: 0;
}

#gform_wrapper_12 .mobile-region, 
#gform_wrapper_12 .phonenumber, 
#gform_wrapper_12 .prefix, 
#gform_wrapper_12 #field_12_23 {
    padding-top: 0 !important;
}

#gform_wrapper_12 .input-prefix {
    font-weight: normal;
    font-size: 18px;
    padding-right: 10px;
    font-family: 'Myriad Pro';
}

@media (min-width: 990px) {
    #gform_wrapper_12 .input-prefix {
        font-size: 16px;
    }
}

#gform_wrapper_12 .phonenumber {
    margin-left: 10px
}

#gform_wrapper_12 .phonenumber input {
    background: transparent !important;
    padding-left: 10px !important;
}

#gform_wrapper_12 .phonenumber .gfield_required {
    display: none
}

#gform_wrapper_12 .gfield input[type="text"] {
    padding: 12px 10px;
}

#gform_wrapper_12 .apcode .ginput_container::before {
    left: 0px;
    width: 45px;
    height: 50px;
    background: #797979 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="60"><text fill="white" x="5" y="36" style="font: bold 21px Myriad Pro;">APA</text></svg>') 50% 50% no-repeat !important;
    background-size: contain !important;
    border-radius: 4px 0 0 4px;
}

@media (min-width: 990px) {
   
    #gform_wrapper_12 .apcode .ginput_container::before {
        left: 0px;
        width: 40px;
        height: 40px;
        background: #797979 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="42" height="36"><text fill="white" x="5" y="23" style="font: bold 16px Myriad Pro;">APA</text></svg>') 0 50% no-repeat !important;
        border-radius: 4px 0 0 4px;
    }
}

#gform_wrapper_12 .apcode input {
    padding-left: 50px !important;
}

#gform_wrapper_12 .gf_inline {
    display: inline-block;
}

#gform_wrapper_12 .sbSelector {
    position: relative;
    height: 100%;
    padding: 14px 60px 14px 10px;
    background: #fff;
    border: 1px solid #797979;
    border-radius: 4px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    color: #000;
}

@media (min-width: 990px) {
    #gform_wrapper_12 .sbSelector {
        padding: 10px 60px 10px 10px;
        font-size: 14px;
    }
}

#gform_wrapper_12 .sbHolder {
    position: relative;
    display: block;
    margin: 0;
    list-style: none;
    border: none;
    outline: none;
    box-sizing: border-box;
    text-decoration: none;
    color: #000;
}

#gform_wrapper_12 .sbHolder li a {
    color: #000;
    text-decoration: none;
    padding: 11px 11px 12px 11px;
    display: block;
}

#gform_wrapper_12 .sbOptions li {
    display: block;
    /* padding: 11px 11px 12px 11px;*/
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #191919;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#gform_wrapper_12 .sbToggle {
    position: absolute;
    background: #797979 url(../img/sbtoggle-icon-1.svg) no-repeat center center;
    background-size: 40%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 12;
}

#gform_wrapper_12 .sbOptions {
    position: absolute;
    z-index: 13;
    top: calc(100% + 3px) !important;
    margin-top: 0px;
    left: 0;
    right: 0;
    max-height: 300px !important;
    overflow-y: auto;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    border: 1px solid #797979;
    border-radius: 4px;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    #gform_wrapper_12 #input_12_2_container {
        flex-direction: column;
    }
}

#gform_confirmation_message_12 .button a {
    position: relative;
    display: inline-block;
    min-width: 260px;
    padding: 15px 20px 13px 20px;
    background: #d9261c;
    border: none;
    outline: none;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
}

#gform_confirmation_message_12 .button a:hover {
    background: #ea2a1f;
}

#validation_message_12_8 {
    position: absolute
}

.promotion-reg .gfield.gfield_error .validation_message {
    font-size: 14px;
}

@media (min-width: 990px) {
    .promotion-reg .gfield.gfield_error .validation_message {
        font-size: 12px;
    }
}

#gform_wrapper_12 .gf_time {
    width: 100%;
}

@media (min-width: 990px) {
    #gform_wrapper_12 .gf_time {
        width: 19%;
    }

    #gform_wrapper_12 #field_12_16 {
        width: calc(34% - 10px);
    }
}

#gform_wrapper_12 #validation_message_12_29, 
#gform_wrapper_12 #field_12_29 .gfield_label {
    display: none
}

#gform_wrapper_12 #input_12_9.gfield_checkbox div label::before {left: 0;}
	#gform_wrapper_12 #input_12_9.gfield_checkbox div label::after{left: 0;}
@media(max-width: 990px) {
	#gform_wrapper_12 .gf_time{margin:0}
	#gform_wrapper_12 #field_12_29{padding-top:0 !important}
	#gform_wrapper_12 #field_12_8{width: calc(100% - 140px);	}
	#gform_wrapper_12 #field_12_13 {width: calc(50% - 10px);}
}

@media (max-width: 768px) {
	#gform_wrapper_12 #field_12_13 {width: 100%; margin-top:22px;}
	#gform_wrapper_12 .gf_time{margin-top:22px;}
	
	#gform_wrapper_12 #input_12_9.gfield_checkbox div label {display:block;        margin-left: 0;        padding-left: 40px;}
	
	#gform_wrapper_12 #input_12_9.gfield_checkbox div input:checked ~ label::after{left: 0;}

	#gform_wrapper_12 #input_12_9.gfield_checkbox div label::before, 
    #gform_wrapper_12 #input_12_9.gfield_checkbox div label::after{width: 30px;  height: 30px;}
	#gform_wrapper_12 #field_12_33{display:none}
	#gform_wrapper_12 .gfield-rules {padding-top:0 !important}
}
@media (min-width: 990px) {
	#gform_wrapper_12 #field_12_29 .ginput_container_select{margin-top: 25.5px;}
}
/**/


.gform_wrapper .gform_heading{display:none}


.ui-datepicker-header {
  background: #d9261c !important;
  color: #fff !important;
  font-weight: bold;
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666;
}

.page-template-page-nyeremenyjatek-regisztracio .ui-widget{font-size: 1em;}
.page-template-page-nyeremenyjatek-regisztracio .ui-datepicker .ui-datepicker-title{font-size: 0.9em;}
.page-template-page-nyeremenyjatek-regisztracio .ui-datepicker-prev, 
.page-template-page-nyeremenyjatek-regisztracio .ui-datepicker-next,
.page-template-page-nyeremenyjatek-regisztracio .ui-datepicker .ui-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("../img/datepicker-arrow.png") !important;
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}

 .page-template-page-nyeremenyjatek-regisztracio .ui-datepicker-header .ui-state-hover,
.page-template-page-nyeremenyjatek-regisztracio .ui-widget-header .ui-state-hover{
     background-image: url("../img/datepicker-arrow.png") !important;
     border:0 !important;
     background-color: transparent !important;
     background-position: 1px 1px !important;
}

.gf-submitted .promotion-reg .heading .desc{display:none !important}

.home .infoblokk{display:none !important}