/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], /* 1 */ [type="reset"], [type="submit"] {
    -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, /* 1 */ menu {
    display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
    display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

/* Important classes
   ========================================================================== */
/**
 * Fixed classed
 */

/* inter-100 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('./fonts/inter-v12-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/inter-v12-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/inter-v12-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/inter-v12-latin-100.woff') format('woff'), /* Modern Browsers */
       url('./fonts/inter-v12-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/inter-v12-latin-100.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-200 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('./fonts/inter-v12-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/inter-v12-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/inter-v12-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/inter-v12-latin-200.woff') format('woff'), /* Modern Browsers */
       url('./fonts/inter-v12-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/inter-v12-latin-200.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-300 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./fonts/inter-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/inter-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/inter-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/inter-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('./fonts/inter-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/inter-v12-latin-300.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-regular - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/inter-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/inter-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/inter-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/inter-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/inter-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/inter-v12-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-500 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./fonts/inter-v12-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/inter-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/inter-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/inter-v12-latin-500.woff') format('woff'), /* Modern Browsers */
       url('./fonts/inter-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/inter-v12-latin-500.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-600 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./fonts/inter-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/inter-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/inter-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/inter-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('./fonts/inter-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/inter-v12-latin-600.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-700 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./fonts/inter-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/inter-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/inter-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/inter-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/inter-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/inter-v12-latin-700.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-800 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('./fonts/inter-v12-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/inter-v12-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/inter-v12-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/inter-v12-latin-800.woff') format('woff'), /* Modern Browsers */
       url('./fonts/inter-v12-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/inter-v12-latin-800.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-900 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('./fonts/inter-v12-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/inter-v12-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/inter-v12-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/inter-v12-latin-900.woff') format('woff'), /* Modern Browsers */
       url('./fonts/inter-v12-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/inter-v12-latin-900.svg#Inter') format('svg'); /* Legacy iOS */
}

.align-items-flex-end {
    align-items: flex-end !important;
}

body {
    color: #211061;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    /*min-width: 1170px;*/
}
a {
    color: #25205e;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p {
    text-transform: uppercase;
}
::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #27265f;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #27265f;
    opacity: 1;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #27265f;
    opacity: 1;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #27265f;
}
::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #27265f;
}
.container {
    max-width: 1270px !important;
    margin: 0 auto;
}
footer .container,
.home_image .container {
    padding: 0;
}
header {
    margin: 20px 0 25px 0;
    /*text-transform: uppercase;*/
}
.logo,
nav,
.login {
    display: inline-block;
}
nav ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
nav ul li {
    list-style: none;
    display: inline-block;
}
nav ul li a {
    display: block;
    text-align: center;
    height: 60px;
    overflow: hidden;
    padding: 0 0.6vw 0 0.6vw;
}
nav ul li a i:last-child,
nav ul li a .icon:last-child {
    transform: translatey(65%);
}
nav ul li a,
nav ul li a:hover {
    text-decoration: none;
}
nav ul li a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
    outline: none;
    outline-offset: 0;
}

nav ul li a:hover {
    color: #ee7f01;
    text-transform: none;
}

nav ul li a .badge,
.mobil-navigation ul li .badge {
    font-size: 12px;
    font-weight: 600;
    transition: 0.5s;
    z-index: 9999;
    padding: 0.25em 0.4em;
    background-color: #ec7623;
}

nav ul li a:hover i:first-child {
    transform: translatey(-110%);
}

nav ul li a:hover .badge {
    transform: translatey(-100px);
}

nav ul li a:hover i:last-child {
    transform: translatey(-100%);
    color: #ee7f01;
}

nav ul li i {
    display: block;
    line-height: 50px;
    font-size: 30px;
    transition: 0.5s;
    color: #211061;
    /*padding: 0 0 30px 0;*/
    padding-top: 5px;
}
nav ul li a .icon {
    transition: 0.5s;
}
nav ul li a:hover .icon:last-child {
    transform: translatey(-150%);
}
.text-span {
    font-size: 14px !important;
    font-weight: 600;
}
nav ul li a:hover .icon .icon-tag:last-child,
nav ul li a:hover .icon .icon-hourglass:last-child {
    transform: translatey(-100%) rotateZ(45deg);
}
nav ul li a:hover .icon .icon-power:last-child {
    transform: translatey(-100%) rotateZ(90deg);
}

.row:before,
.row:after {
    display: flex !important;
}

.cart-outer {
    background: #ec7623;
    border-radius: 4px;
    padding: 10px 25px;
    /*max-width: 200px;*/
    float: right;
    margin-right: 15px;
    display: inline-block;
    transform: scale(1);
    animation: pulse-orange 2s infinite;
}
.cart-outer a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.cart-outer a:hover {
    text-decoration: none;
    color: #1f125b;
    transition: all 0.2s ease-out, color 0.2s ease-out;
}
.kosarak-ikon {
    font-size: 12px;
}
.profil-btn {
    display: inline-block;
    vertical-align: middle;
    background: #ec7623;
    border-radius: 4px;
    font-size: 20px;
    cursor: pointer;
    padding: 12px 10px;
    float: right;
    position: relative;
    color: #fff;
}
.profil-text-box {
    position: absolute;
    right: 53px;
    top: 0px;
    color: #fff;
    background: #ec7623;
    font-size: 12px;
    max-width: 200px;
    font-weight: 600;
    border-radius: 5px;
    display: none;
    z-index: 1;
    padding: 1rem;
}

@media (min-width: 1660px) {
    .profil-text-box {
        right: -210px;
    }
}

.profil-btn:hover > .profil-text-box {
    display: block;
}
.mobil-navigation,
.mobil-profil {
    display: none;
}
@keyframes pulse-orange {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(236, 118, 35, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(236, 118, 35, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(236, 118, 35, 0);
    }
}
/*.user-box {
    color: #211061;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 0px;
    font-weight: 600;
}
.user-box a span {
    transition: 0.5s;
    color: #EC7623;
    transform: translatey(50%);
}
.user-box a {
    height: 60px;
    overflow: hidden;
    text-align: center;
}
.user-box a, .user-box span {
    display: inline-block;
    vertical-align: middle;
}
.user-box > span {
    margin-right: 10px;
}
.user-box i {
    font-size: 30px;
    display: block;
    transition: 0.5s;
}
.user-box i:first-child {
    transform: translatey(50%);
}
.user-box i:nth-child(2) {
    transform: translatey(100%);
}
.user-box a:hover {
    text-decoration: none;
}
.user-box a:hover i:first-child {
    transform: translatey(-100%);
}
.user-box a:hover i:nth-child(2) {
    color: #EC7623;
    transform: translatey(-60%) rotateZ(90deg);
}
.user-box a:hover span {
    transform: translatey(-100%);
    color: #EC7623;
}*/
.login span {
    display: inline-block;
    background: #ec7623;
    border-radius: 5px;
    /* padding: 3px; */
    height: 47px;
    float: right;
}
.login span a {
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 10px 63px 9px 15px;
    margin: 3px;
    color: rgba(255, 255, 255, 1);
    display: block;
    background: url(../image/padlock.png) no-repeat 95% center;
}
.submit_span {
    display: block;
    background: #ec7623;
    border-radius: 5px;
    padding: 3px;
}
.search .form-group.check span {
    display: inline-block;
}
.submit_span input[type="submit"],
.submit_span button {
    background: #ec7623;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 9px;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
}
footer {
    box-shadow: 0px -8px 20px 0px rgb(0 0 0 / 15%);
    padding: 80px 15px 0;
    background: rgb(53, 36, 90);
    background: -moz-linear-gradient(146deg, rgba(53, 36, 90, 1) 0%, rgba(64, 40, 116, 1) 100%);
    background: -webkit-linear-gradient(146deg, rgba(53, 36, 90, 1) 0%, rgba(64, 40, 116, 1) 100%);
    background: linear-gradient(146deg, rgba(53, 36, 90, 1) 0%, rgba(64, 40, 116, 1) 100%);
}

footer > .container > .row > div {
    margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
    .new-footer .col-lg-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.social-icons a {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 4%;
}
.social-icons {
    margin-top: 25px;
}
.bex-logo {
    max-width: 200px;
}
.copyright-text {
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
footer i {
    margin-right: 10px;
}
.footer-logos {
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
}
.footer-logos img {
    max-width: 85px;
}
footer a {
    color: #ffffff;
    font-weight: 500;
}
footer a:hover {
    color: #ff8800;
    text-decoration: none;
}
footer h3 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
}
footer h3::before {
    content: "";
    position: absolute;
    width: 3px;
    top: 0;
    height: 15px;
    background-color: #ec7623;
    left: 5px;
}
.footer_contact h3 {
    background: url(../image/link_icon.png) no-repeat top left;
}
.footer_address h3 {
    background: url(../image/map_icon.png) no-repeat top left;
}
.footer_phone h3 {
    background: url(../image/phone_icon.png) no-repeat top left;
}
.footer_email h3 {
    background: url(../image/email_icon.png) no-repeat top left;
}
footer ul {
    padding: 0;
}
footer ul li {
    list-style: none;
    margin-bottom: 2px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
}
footer img {
    /*margin: 35px 0;*/
    width: 100%;
    height: auto;
}
label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 13px;
}
/* form {
    text-transform: uppercase;
} */
.form-group {
    display: inline-block;
    margin: 0 30px 30px 0;
}
.admin-form-box .form-group {
    float: left;
}
input,
select {
    border-radius: 5px;
    border: 1px solid #6b6867;
    font-weight: 400;
    padding: 10px;
}
.w100 {
    width: 100px;
}
.w140 {
    width: 140px;
}
.w200 {
    width: 200px;
}
.clear_both {
    clear: both;
}
.error_message {
    background: #ec7623;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 0;
}
.price {
    text-align: right !important;
    padding-right: 5px !important;
}
td {
    text-align: left !important;
    padding-left: 5px !important;
}
/*pagination*/
.pagination-box {
    float: right;
}
.pagination,
.pagination li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagination li a {
    background: transparent;
    color: rgba(255, 255, 255, 1);
    padding: 3px 10px;
}
.pagination li {
    background: #ec7623;
    margin-left: 5px;
    padding: 2px;
    border-radius: 3px;
}
.pagination li:first-of-type a {
    border-left-width: 1px;
}
.pagination li:first-child a::before {
    content: "<<";
}
.pagination li:last-child a::after {
    content: ">>";
}
.pagination li:nth-of-type(2) a::before {
    content: "<";
}
.pagination li:nth-last-of-type(2) a::after {
    content: ">";
}
.pagination li:first-child a::before,
.pagination li:last-child a::after,
.pagination li:nth-of-type(2) a::before,
.pagination li:nth-last-of-type(2) a::after {
    display: inline-block;
    font-family: Fontawesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.pagination li:first-of-type span,
.pagination li:last-of-type span,
.pagination li:nth-of-type(2) span,
.pagination li:nth-last-of-type(2) span {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.pagination a {
    background: #ec7623 !important;
    border-radius: 5px !important;
    border: 1px solid #fff !important;
    padding: 12px;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
}
.pagination .current {
    color: rgba(0, 0, 0, 1);
}
/*pagination*/
/*home*/
.actual {
    background: #eae6e9;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.actual_center {
    padding: 15px 10px;
}
.orange {
    background: #ec7623;
    color: rgba(255, 255, 255, 1);
    padding: 15px 10px;
}
.orange_text {
    color: #ec7623;
}
.home_image {
    margin-bottom: 50px;
}
.home_image img {
    width: 100%;
    height: auto;
}
.check label {
    float: left;
    padding: 18px 40px 18px 0;
}
.contact .check label {
    float: left;
    padding: 2px 0px 18px 20px;
    max-width: 80%;
}
.contact .check label a {
    text-decoration: underline;
}
.contact .check span {
    height: 42px;
}
.check input[type="checkbox"] {
    display: none;
}
.checkbox_button {
    width: 35px;
    height: 35px;
    float: left;
    border-radius: 5px;
    border: 1px solid #6b6867;
    cursor: pointer;
    margin: 9px 5px 5px 0;
    position: relative;
    background: transparent !important;
}
.checkbox_button.checked:after {
    opacity: 1;
    content: "";
    position: absolute;
    width: 20px;
    height: 10px;
    background: transparent;
    top: 11px;
    left: 10px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*home*/
/*login, registration*/
.registration_form .checkbox_button.checked:after {
    top: 6px;
    left: 4px;
}
.login_form .form-group {
    margin-bottom: 8px;
}
.login_form a,
.registration_form a {
    text-decoration: underline;
    text-transform: uppercase;
}
.login_form input[type="submit"] {
    padding: 14px 40px;
}
.registration_form {
    margin: 50px 0 15px 0;
}
.registration_form p {
    max-width: 600px;
}
.registration_form .checkbox_button {
    width: 30px;
    height: 30px;
}
.registration_form .check label {
    float: left;
    padding: 12px 40px 0 0;
}
.registration_form input {
    padding: 5px 15px;
}
.registration_form .row {
    margin: 0;
}
.registration_form .form-group {
    margin-bottom: 25px;
}
.registration_popup {
    position: fixed;
    width: 535px;
    height: 360px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    z-index: 1;
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    padding: 45px;
}
.registration_popup h3 {
    color: #ec7623;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 25px;
}
.registration_popup p {
    text-transform: none;
    font-size: 16px;
}
.registration_popup button {
    border-radius: 10px;
    width: 150px;
    height: 55px;
    border: none;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    margin-top: 25px;
}
.registration_popup .yes_button {
    background: #ec7623;
    margin-right: 120px;
}
.registration_popup .no_button {
    background: #262262;
}
.popup_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.reg-aszf textarea {
    width: 430px;
    height: 150px;
}
/*login, registration*/
/*forgotten password*/
/*forgotten password*/
/*search result without login*/
.comment {
    background: #dededd;
    margin-bottom: 30px;
    padding: 25px 0;
}
.comment textarea {
    margin-bottom: 15px;
    border: 1px solid #26265f;
    border-radius: 5px;
    padding: 20px 10px;
    width: 100%;
    height: 120px;
}
.comment p {
    font-weight: 400;
}
.comment input[type="submit"] {
    width: 194px;
}
.search_results {
    margin-bottom: 30px;
}
.search_results table,
.cart-list table,
.related-products table {
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #26265f;
}
.search_results th,
.search_results td,
.cart-list th,
.cart-list td,
.related-products th,
.related-products td {
    border: 1px solid #26265f;
    text-align: center;
    padding: 1px 0;
    font-weight: 400;
}
.search_results .submit_span {
    width: 106px;
    margin: 0 auto;
}
/*search result without login*/
/*home after login*/
.after_login .actual {
    margin-top: 70px;
}
.advanced_search {
    margin: 0 0 30px 70px;
}
.advanced_search span a {
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 8px 120px 7px 40px;
    margin: 3px;
    color: rgba(255, 255, 255, 1);
    display: block;
    background: url(../image/advanced_search_arrow.jpg) no-repeat 95% center;
}
.advanced_search span,
.shopping_cart span {
    display: inline-block;
    background: #ec7623;
    border-radius: 5px;
    /* padding: 3px; */
    height: 43px;
}
.shopping_cart > div {
    display: inline-block;
}
.shopping_cart span {
    margin-left: 15px;
}
.shopping_cart span a {
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 2px 40px 0px 40px;
    margin: 3px;
    color: rgba(255, 255, 255, 1);
    display: block;
}
.shopping_cart_text {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #ec7723;
    text-transform: uppercase;
    color: #ec7723;
    font-size: 12px;
    padding: 12px 20px 12px;
}
/*home after login*/
/*search result after login*/
.search_results span {
    display: inline-block;
    background: #ec7623;
    border-radius: 5px;
    /* padding: 3px; */
    height: 40px;
}
.search_results span a,
.search_results span button {
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 9px 5px 10px 5px;
    margin: 0px;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    display: block;
}
.search_results span button {
    background: none;
    text-transform: uppercase;
    padding: 8px 5px 8px 5px;
}
.search_results .piece,
.ui-tabs-panel .piece,
#dialog-similar-product-small .piece {
    width: 40px;
    display: inline-block;
    border-radius: 0px;
    padding: 5px 2px;
}
.search_results .piece_label,
.ui-tabs-panel .piece_label,
#dialog-similar-product-small .piece_label {
    margin: 0 5px;
    display: inline-block;
    border-radius: 0px;
    font-weight: 400;
}
.add_cart_button {
    background: transparent;
    border: none;
}
.ui-tabs-active {
    background: rgba(230, 230, 230, 1);
    border-right: 1px solid #26265f;
    border-left: 1px solid #26265f;
}
.ui-tabs-nav {
    padding: 0;
}
.ui-tabs-nav li a {
    padding: 10px;
    display: block;
}
.ui-tabs-nav li {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}
.ui-dialog {
    background: rgba(255, 255, 255, 1);
    resize: both;
    overflow: auto;
    z-index: 10000;
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    border-radius: 4px;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    max-height: 95%;
}
.ui-dialog-titlebar-close {
    background: url(../image/close.png) no-repeat center center;
    border: none;
    text-indent: -9999px;
    float: right;
    margin: 3px 3px 0 0;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 35px;
    top: 35px;
}
.ui-tabs-panel td,
.ui-tabs-panel th,
#dialog-similar-product-small td,
#dialog-similar-product td,
#dialog-similar-product-small th,
#dialog-similar-product th {
    border: 1px solid #26265f;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.small-text {
    text-transform: none !important;
}
#dialog-similar-product th {
    padding-top: 15px;
}
#dialog-similar-product td,
#dialog-similar-product th {
    border: 2px solid #26265f;
}
#dialog-similar-product td img {
    margin: 15px;
}
.ui-dialog-titlebar {
    /*border-top: 1px solid #26265f;
    border-right: 1px solid #26265f;
    border-left: 1px solid #26265f;*/
    padding: 30px 30px 50px 30px !important;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: move;
    background: transparent;
    border: none;
    color: #211061;
}
.ui-tabs-nav {
    border-top: 1px solid #26265f;
    border-right: 1px solid #26265f;
    border-left: 1px solid #26265f;
    margin-bottom: 0px;
}
.ui-tabs-panel {
    border: 1px solid #26265f;
}
.ui-tabs-panel,
#dialog-similar-product,
#dialog-similar-product-small {
    overflow: auto; /*max-height: 150px !important;*/
}
/*.results_after_login td {
	cursor: pointer;
}*/
.info_icon_replacement,
.info_icon_product {
    cursor: pointer;
}
#offer_request {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fafbfc;
    padding: 40px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.fiokom-page #offer_request {
  display: none !important;
}

#add-to-chart-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 50px 60px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 14px 32px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 14px 32px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 14px 32px 0px rgb(0 0 0 / 15%);
    transform: translate(-50%, -50%);
    z-index: 10001;
    width: 100%;
    max-width: 600px;
}
#add-to-chart-popup ul {
    margin: 0;
    padding: 0;
}
#add-to-chart-popup ul li {
    list-style: none;
    margin: 20px 0;
}
#add-to-chart-popup ul li a {
    font-weight: 600;
}
#add-to-chart-popup ul li a:hover {
    text-decoration: none;
    color: #25205e;
}
.add-chart-popup-title {
    font-weight: 600;
}
.add-chart-popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #ec7623;
}
.add-chart-popup-close i {
    font-size: 22px;
    cursor: pointer;
}
.add-chart-pupup-form input {
    border: 3px solid #ec7623;
    font-size: 14px;
}
.add-chart-pupup-form {
    margin-top: 30px;
}
.add-chart-pupup-form button {
    border-radius: 4px;
    background: #ec7623;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
    padding: 0 15px;
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
}
.add-chart-pupup-form button i {
    font-size: 16px;
    margin-left: 10px;
}
.add-chart-pupup-form input,
.add-chart-pupup-form button {
    margin: 0 10px;
}
#add-to-chart-popup ul li i {
    background: #ec7623;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    margin-right: 20px;
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
}
#offer_request_form {
    width: 780px;
}
#offer_request_form input,
#offer_request_form textarea {
    padding: 10px;
    width: 100%;
    margin-bottom: 25px;
}
#offer_request_form textarea {
    border: 2px solid #6b6867;
    border-radius: 5px;
}
#offer_request_form input[type="submit"] {
    max-width: 200px;
    margin: 0 auto;
    display: block;
    background: #ea7a24;
    border: none;
    color: rgba(255, 255, 255, 1);
    height: 70px;
    font-size: 24px;
    font-weight: normal;
}
.offer_request_btn {
    margin: 3px !important;
}
/*search result after login*/
/*advanced search page*/
.advanced_search_section .form-group {
    margin: 0px 20px 30px 0;
}
.advanced_search_section .submit_button {
    margin-right: 0px;
}
/* .info_icon_replacement, .info_icon_product {
    margin-left: 15px;
} */
/*advanced search page*/
/*cart page*/
.related-products span,
.cart-list .continue span,
.cart-list .pay span {
    display: inline-block;
    background: #ec7623;
    border-radius: 5px;
    /* padding: 3px; */
    height: 47px;
}
/*.cart-list td {text-align: center !important;}*/
.related-products span a,
.cart-list .continue span a,
.cart-list .pay span a {
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 9px 5px 10px 5px;
    margin: 3px;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    display: block;
}
.cart-title p {
    margin-bottom: 35px;
}
.continue span,
.pay span {
    text-transform: uppercase;
    text-align: center;
    width: 200px;
}
.continue {
    float: left;
    margin-top: 20px;
    margin-bottom: 40px;
}
.pay {
    float: right;
    margin-top: 20px;
    margin-bottom: 40px;
}
.related-products .piece,
.cart-list .piece {
    width: 40px;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 2px;
}
.related-products .piece_label {
    margin: 0 5px;
    display: inline-block;
    border-radius: 0px;
    font-weight: bold;
}
.add_to_favourites {
    width: 40px;
    display: inline-block;
    border-radius: 5px;
    padding: 5px 2px;
    height: 30px;
}
.add_to_favourites_checkbox {
    display: none;
}
.checkbox_button.add_to_favourites {
    float: none;
}
.checkbox_button.add_to_favourites.checked:after {
    opacity: 1;
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    background: url(../image/cart-list-checked.png) no-repeat center center;
    top: 2px;
    left: 7px;
    transform: none;
    border: none;
}
.cart-list a {
    margin-left: 5px;
}
#pay-more-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
    padding: 70px 25px 25px 25px;
    color: #ea7a24;
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    z-index: 1;
}
.pay-more-popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.pay-more-popup-buttons a {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    width: 48%;
    display: inline-block;
    border-radius: 5px;
    padding: 20px 0;
    margin: 75px 1% 0;
}
.pay-more-popup-buttons a:first-child {
    background: #ea7a24;
}
.pay-more-popup-buttons a:last-child {
    background: #262262;
}
/*cart page*/
/*payment page*/
.payment.comment {
    background: rgba(255, 255, 255, 1);
}
.submit_span.payment {
    margin: 0 auto;
}
.payment.input-fields select {
    width: 300px;
    /*height: 45px;*/
    margin-bottom: 30px;
}
.payment.input-fields label {
    text-transform: uppercase;
}
.payment.input-fields label:first-child {
    margin-top: 25px;
}
.payment.total table {
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #26265f;
    margin-bottom: 25px;
    border-color: #ec7623;
}
.payment.total th,
.payment.total td {
    border: 1px solid #ec7623;
    text-align: center;
    padding: 15px 0;
}
.payment.total .total_prices table {
    float: right;
}
.payment.total .total_prices table,
.payment.total .total_prices td {
    border: none;
}
.payment.total .total_prices td {
    padding-bottom: 0px;
    padding-top: 10px;
}
.payment.total .total_prices td:first-child {
    text-align: left;
}
.payment.total .total_prices td:last-child {
    text-align: right !important;
}
/*payment page*/
/*contact page*/
.contact span {
    display: inline-block;
    background: #ec7623;
    border-radius: 5px;
    height: 47px;
}
.contact span a {
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 9px 40px 9px 40px;
    margin: 3px;
    color: rgba(255, 255, 255, 1);
    display: block;
    text-transform: uppercase;
}
.route {
    margin-top: 15px;
    margin-bottom: 50px;
}
.open_time {
    margin-top: 25px;
}
.question_form {
    margin-top: 35px;
}
.question_form select {
    padding: 10px;
    font-weight: normal;
    text-transform: uppercase;
}
.question_form .form-group {
    width: 100%;
}
.question_form textarea {
    height: 70px;
    border-radius: 5px;
    border: 2px solid #6b6867;
    font-weight: 700;
    padding: 15px;
}
.newsletter-text {
    text-transform: uppercase;
    font-weight: bold;
    max-width: 410px;
    margin-top: 100px;
    margin-bottom: 10px;
}
/*contact page*/
/*actual offer*/
.actual_offer .container {
    margin-bottom: 15px;
}
.actual_offer a {
    text-transform: uppercase;
}
.actual_offer .row {
    margin-bottom: 30px;
}
.actual_offer .col-md-10 {
    margin-top: 30px;
}
.actual_offer .col-md-2 img {
    width: 100%;
    height: auto;
}
/*actual offer*/
/*actual offer inner*/
.back_link {
    color: #ea7a24;
}
.left-margin {
    margin-left: 35px;
    margin-bottom: 55px;
}
.actual_offer_inner .container {
    margin-bottom: 50px;
}
.actual_offer_inner .col-md-4 img {
    margin-bottom: 75px;
}
/*actual offer inner*/
/*my-account*/
.own-data-box {
    margin-bottom: 20px;
}
.own-data-box p {
    margin-bottom: 0px;
}
.own-data span {
    display: inline-block;
    background: #ec7623;
    border-radius: 5px;
    height: 32px;
    margin: 0 20px 10px 0;
}
.own-data span a {
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 3px 0px 3px 0px;
    margin: 3px;
    color: rgba(255, 255, 255, 1);
    display: block;
    text-transform: uppercase;
    height: 26px;
    width: 100px;
    text-align: center;
}
.own-data-form-box {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 50px;
}
.own-data-form select {
    text-transform: uppercase;
    padding: 5px 10px;
    width: 100%;
}
.own-data input {
    padding: 5px;
    width: 100%;
}
.own-data-form input {
    width: 100%;
    margin-bottom: 10px;
}
.disable-left-padding {
    padding-left: 0px;
}
.own-data-form input[type="submit"],
.change-pass-form input[type="submit"],
.new-address-form input[type="submit"],
.change-own-data-form input[type="submit"] {
    padding: 4px 15px;
}
.change-pass-form .submit_span,
.new-address-form .submit_span {
    margin-top: 20px;
}
.change-data-form-box {
    margin-bottom: 20px;
    width: 50%;
}
.change-pass-form,
.new-address-form {
    margin-top: 20px;
}
.hide-radio {
    visibility: hidden;
}
.checked-image {
    width: 37px;
    height: 25px;
    border: #6a6767 solid 2px;
    background: rgba(255, 255, 255, 1) !important;
    cursor: pointer;
    position: relative;
    float: left;
    display: inline-block;
}
.checked-image-checked:before {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../image/cart-list-checked.png) no-repeat;
}
.new-address-form label,
.change-own-data-form label {
    float: left;
    display: inline-block;
    margin-top: 20px;
}
.new-address-form .center,
.change-own-data-form .center {
    margin-top: 8px;
}
.change-own-data-form input {
    text-transform: uppercase;
    font-weight: normal;
}
.directory-own-data-form .submit_span {
    margin-top: 20px;
    width: 100px;
}
.directory-own-data-form .submit_span input[type="submit"] {
    padding: 4px;
}
.directory-own-data-form {
    margin-top: 40px;
    margin-bottom: 70px;
}
.directory-own-data-form p {
    margin-bottom: 0;
}
.directory-title {
    margin-bottom: 30px !important;
}
.directory-box {
    width: 49%;
    display: inline-block;
}
.my_orders table td {
    text-align: center !important;
}
.align_right {
    text-align: right !important;
    padding-right: 25px !important;
}
.align_right_price {
    text-align: right !important;
    padding-right: 5px !important;
}
/*my-account*/
/*admin*/
.another_user {
    max-width: 50%;
    margin-bottom: 25px;
    margin-top: 25px;
}
.another_user select {
    width: 100%;
}
.admin-form-box .submit_span {
    display: inline-block;
}
.admin-form-box .form-group .submit_span {
    margin-top: 30px;
}
.admin-form-box .form-group.check .submit_span {
    margin-top: 0px;
}
.admin_links {
    text-transform: uppercase;
}
.ntn_fag_box {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
}
.ntn_fag_box div {
    margin-bottom: 10px;
}
.replacement td {
    text-align: center !important;
}
/*admin*/
#dialog-similar-product,
#dialog-similar-product-small {
    /*    border-bottom: 1px solid #26265f;
    border-right: 1px solid #26265f;
    border-left: 1px solid #26265f;*/
}
#dialog-similar-product p,
#dialog-similar-product-small p {
    font-weight: bold;
    border-top: 1px solid #26265f;
}
#dialog-similar-product iframe {
    width: 100%;
    height: 768px;
}
.thank a {
    text-decoration: underline;
    color: #ec7623;
}
.thank {
    margin-bottom: 100px;
    margin-top: 100px;
}
.thankyou a {
    color: #ec7623;
}
.my_orders .pagination-box {
    float: none;
    width: 50%;
}
.favorits .pagination,
.pagination li a {
    justify-content: flex-end;
}
.delete_btn {
    background: transparent;
    border: none;
    margin-top: 10px;
    padding: 0;
    color: #ec7623;
    text-transform: uppercase;
    font-size: 12px;
}
.delete_btn img {
    margin-right: 10px;
}
.actual_offer p,
.actual_offer_inner p,
.actual_offer table,
.actual_offer td,
.actual_offer_inner table,
.actual_offer_inner td {
    text-transform: none;
    color: #313131;
}
.actual_offer .actual_offer_title {
    text-transform: uppercase;
}
.top_margin {
    margin-top: 40px;
}
.search_results .reorder {
    display: inline-block;
    background: #ec7623;
    border-radius: 5px;
    height: 32px;
    margin-top: 10px;
    float: right;
}
.search_results .reorder button {
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 4px 0px 4px 0px;
    margin: 3px;
    color: rgba(255, 255, 255, 1);
    display: block;
    text-transform: uppercase;
    width: 136px;
    text-align: center;
}
.go-to-cart {
    background: #ea7a24 !important;
}
.txt_transform_none p {
    text-transform: none !important;
}
.order_arrows button {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    position: absolute;
}
.order_arrows {
    /* float: right; */
    position: relative;
    /* margin-right: 15px; */
    display: inline;
    margin-left: 13px;
}
.order_arrows .up_arrow {
    top: -6px;
}
.order_arrows .down_arrow {
    top: 5px;
}
.user {
    text-align: right;
    padding-right: 170px;
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
}
.other_user {
    padding-left: 0;
    margin-bottom: 45px;
    color: #ee7b24;
    font-size: 18px;
    font-weight: bold;
}
.desc-img {
    border: 1px solid #2a2a5f;
    margin-right: 15px;
}
.bonus-page a {
    text-decoration: underline;
}
.bonus-page table,
.bonus-page th {
    font-weight: normal !important;
}
.bonus-page .continue {
    margin-bottom: 0;
}
.bonus-page td {
    padding-left: 25px !important;
}
.bonus-page input {
    width: 100%;
    max-width: 350px;
    margin-bottom: 25px;
}
.bonus-page .submit_span input {
    width: 100%;
    margin-bottom: 0;
}
.bonus-page .submit_span {
    margin-bottom: 50px;
}
.bonus-page table {
    margin-bottom: 25px;
}
.last-section {
    margin-bottom: 100px;
}
/*elotag utotag*/
.before-table {
    border-top: 1px solid #e5e3ea;
    border-left: 1px solid #e5e3ea;
    border-right: 1px solid #e5e3ea;
    /*text-transform: uppercase;*/
    position: sticky;
    top: 0;
    background: #fff;
}
.before-table a {
    padding: 25px 30px;
    display: inline-block;
    font-weight: bold;
}
.before-table a:first-child {
    border-right: 1px solid #e5e3ea;
}
.elotag {
    /*    border: 1px solid #e5e3ea;*/
    margin-bottom: 50px;
}
.elotag select,
.elotag input {
    width: 100%;
    padding: 15px 5px;
    /*text-transform: uppercase;*/
}
.elotag select option {
    font-weight: bold;
}
.elotag th {
    padding: 10px 5px;
    text-transform: uppercase;
}
.elotag th:nth-child(5),
.elotag th:nth-child(6),
.elotag th:nth-child(7) {
    border-left: 2px solid #211061;
}
.elotag td {
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 20px !important;
    border: 2px solid #211061;
    height: 65px;
}
.edit-links a {
    display: block;
}
.elotag .lowercase {
    text-transform: none;
}
.page-title {
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
}
.back-new {
    margin-bottom: 20px;
}
.back-new a {
    margin-right: 10px;
}
.active-link {
    text-decoration: underline;
}
.meglevo {
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
}
/*elotag utotag*/
.home_image img {
    margin-bottom: 10px;
}
.home_image .blue,
.home_image .orange {
    display: inline-block;
    width: 49%;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}
.home_image .blue {
    margin-right: 2%;
    background: #211061;
    padding: 15px 10px;
    color: #fff;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.product_name {
    display: inline;
    white-space: break-spaces;
    /* --- ?j --- */

    /* display:    inline-block; */
    cursor: pointer;
}

.product_name:hover {
    text-decoration: underline;
}
.before-table-data-table {
    border-top: 2px solid #211061;
    padding: 25px;
}
.before-table-data-table img {
    width: 80px;
}
.before-table-data-table div {
    margin-top: 15px;
}
.products-data-table {
    text-transform: uppercase;
    color: #211061;
}
.products-data-table table {
    float: left;
    margin: 0 0.5%;
}
.products-data-table table td:first-child {
    background: #c5c5c5;
    width: 65%;
}
.products-data-table table td {
    padding: 5px !important;
    font-size: 12px !important;
}
.dl-print-btn {
    text-align: center;
    margin: 25px 0;
}
.dl-print-btn img {
    margin: 0 25px;
    cursor: pointer;
}
.partners {
    margin-bottom: 150px;
}
.partners img {
    border: 1px solid #000;
}
.partners-row img {
    margin: 0 1%;
}
.partners-row img:first-child {
    margin-left: 0;
}
.partners-row img:last-child {
    margin-right: 0;
}
.partners-row {
    margin-bottom: 60px;
}
.nowrap {
    white-space: nowrap;
}
.ui-tooltip {
    background: #ebebeb !important;
    border-radius: 5px;
    border: 1px solid #2a2963 !important;
    font-size: 12px !important;
    color: #2a2963 !important;
    text-transform: uppercase;
}
.arrow {
    background: url(../image/title_down.png) no-repeat;
    height: 9px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    z-index: 9999;
    width: 21px;
    transform: translate(-50%, 0);
}
.before-table-left,
.before-table-right {
    display: inline-block;
    vertical-align: top;
}
.before-table-left {
    width: 30%;
}
.before-table-right {
    width: 69%;
    font-size: 12px;
}
.before-table-right span {
    display: block;
    margin-bottom: 20px;
}
.special_offers p,
.manufacturers p {
    margin-bottom: 30px;
}
.manufacturers {
    min-height: 600px;
}
.manufacturers_content {
    padding: 15px;
    margin-top: 15px;
    border: 1px solid #201861;
}
.manufacturers_content p {
    text-transform: none;
}
.manufacturers_content .image-box {
    margin-top: 25px;
}
.manufacturers_content .image-box img:first-child {
    margin-left: 0;
}
.manufacturers_content .image-box img {
    margin-left: 25px;
    margin-bottom: 25px;
}
.catalogs .pagination-box {
    width: 69%;
    float: none;
}
.catalogs td.center {
    text-align: center !important;
    padding: 10px 0;
}
.catalogs td.center div {
    font-size: 10px;
    margin-top: 5px;
}
.catalogs .title {
    margin-bottom: 50px;
}
/*?rver?s*/
.inline-box {
    display: inline-block;
}
.look-link {
    float: right;
}
.look-link span,
.bid-link span,
.buy-now-link span {
    display: inline-block;
    background: #ec7623;
    border-radius: 5px;
    height: 36px;
}
.look-link span a {
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 4px 20px 4px 20px;
    margin: 3px;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    display: block;
}
.auction {
    margin-bottom: 30px;
    text-transform: uppercase;
}
.auction p {
    margin-bottom: 30px;
}
.auction-outer-box {
    margin: 15px 0;
    max-width: 545px;
    width: 100%;
}
.auction-item-image {
    border: 1px solid #000;
    margin-right: 35px;
}
.auction-item-text {
    margin-right: 35px;
    max-width: 270px;
    vertical-align: middle;
}
.auction-items-list {
    margin-bottom: 50px;
}
.auction-name {
    width: 215px;
}
.align-right {
    text-align: right !important;
    padding-right: 10px !important;
}
.green-text {
    color: #40920a;
}
.auction-item-price-data-box {
    width: 70%;
    margin-top: 15px;
}
.auction-licit-box {
    width: 100%;
    margin-top: 15px;
}
.auction-item-price-data-box > div {
    width: 285px;
    float: right;
}
.price-data-right {
    float: right;
}
.bid-link,
.buy-now-link {
    margin: 20px 0;
    text-align: right;
}
.buy-now-link span a {
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 4px 2px 4px 2px;
    margin: 3px;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    display: block;
}
.bid-link span a {
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 4px 31px 4px 31px;
    margin: 3px;
    font-weight: normal;
    color: rgba(255, 255, 255, 1);
    display: block;
}
.auction .description {
    background: #ebebeb;
    padding: 25px;
    margin-bottom: 130px;
    margin-top: 35px;
    color: #ec7623;
    line-height: 25px;
}
.auction-licit-box input {
    padding: 8px;
    margin-right: 10px;
}
.auction-licit-box input::placeholder {
    color: #ccc;
    font-size: 14px;
}
.auction-licit-box .bid-link {
    position: relative;
}
.licit-popup {
    background: white;
    padding: 20px 40px 20px 20px;
    position: absolute;
    right: 205px;
    top: 50px;
    color: #ec7623;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 13px;
}
.licit-popup-close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    /* opacity: 0.3; */
    background: #818181;
    border-radius: 4px;
    cursor: pointer;
}
.licit-popup-close:before,
.licit-popup-close:after {
    position: absolute;
    left: 9px;
    top: 3px;
    content: " ";
    height: 14px;
    width: 2px;
    background-color: #fff;
}
.licit-popup-close:before {
    transform: rotate(45deg);
}
.licit-popup-close:after {
    transform: rotate(-45deg);
}
.after-licit-text {
    margin-top: 50px;
    line-height: 25px;
}
.back-btn {
    margin-bottom: 15px;
    color: #ec7623;
    display: block;
    text-transform: none;
    cursor: pointer;
}
/*?rver?s*/
/*admin*/
.admin-icons {
    text-transform: uppercase;
    margin: 50px 0;
}
.admin-icons .admin-items {
    min-height: 73px;
    -webkit-box-shadow: 0px 0px 40px -15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 40px -15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 40px -15px rgba(0, 0, 0, 0.15);
    padding: 15px;
    text-align: left;
    border-radius: 2px;
    border: 1px solid #f0f0f0;
    cursor: pointer;
}
.admin-icons .admin-items:hover {
    background: #ec7623;
}
.admin-icons .admin-items:hover span,
.admin-icons .admin-items:hover i {
    color: #fff;
}
.admin-icons .admin-items span {
    width: calc(100% - 35%);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0px, -50%);
}
.admin-icons .admin-items span,
.admin-icons .admin-items i {
    display: inline-block;
}
.admin-icons .row-eq-height div {
    position: relative;
}
.admin-icons .admin-items i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    font-size: 30px;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row-eq-height div[class^="col-"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
}
/*admin*/
/*search*/
.search-section form {
    width: 100%;
}
.search-section form .basic-search input::-webkit-input-placeholder {
    color: #b1b9c1;
}
.search-section form .basic-search input::placeholder {
    color: #b1b9c1;
}
.search-section form .basic-search input:focus::-webkit-input-placeholder {
    color: #b1b9c1;
}
.basic-search {
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 5px;
}
.basic-search .input-field .icon-wrap {
    position: absolute;
    top: 0;
    right: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 100%;
}
.basic-search .input-field .icon-wrap svg {
    width: 34px;
    height: 34px;
    fill: #211061;
}
.search-section form .basic-search input {
    border: none;
    display: block;
    width: 100%;
    padding: 10px 80px 10px 55px;
    font-size: 18px;
    height: 50px;
    font-weight: 600;
    color: #211061;
}
.advance-search {
    background: #fff;
    padding: 20px 40px 10px;
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    border-radius: 4px;
}
.advance-search select {
    background: #f9f9f9;
    border-radius: 4px;
    border: none;
    padding: 0 15px;
    height: 40px;
    margin-bottom: 20px;
}
.advance-search select {
    width: 100%;
}
.advance-search .result-count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    color: #21135c;
    font-size: 14px;
}
.toggle {
    top: 7px;
    display: inline-block;
    isolation: isolate;
    position: relative;
    height: 22px;
    width: 44px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: -8px -4px 8px 0px #ffffff, 8px 4px 12px 0px #d1d9e6, 4px 4px 4px 0px #d1d9e6 inset,
        -4px -4px 4px 0px #ffffff inset;
    /*margin-bottom: 25px;*/
    cursor: pointer;
}
.orange-bg {
    background: #ec7623;
    box-shadow: -8px -4px 8px 0px #ffffff, 8px 4px 12px 0px #d1d9e6, 4px 4px 4px 0px #ec7623 inset,
        -4px -4px 4px 0px #ec7623 inset;
}
input.toggle-state {
    display: contents !important;
}
.indicator {
    height: 100%;
    width: 200%;
    background: #ecf0f3;
    border-radius: 15px;
    transform: translate3d(-75%, 0, 0);
    transition: transform 0.4s cubic-bezier(0.85, 0.05, 0.18, 1.35);
    box-shadow: -8px -4px 8px 0px #ffffff, 8px 4px 12px 0px #d1d9e6;
}
.toggle-state:checked ~ .indicator {
    transform: translate3d(25%, 0, 0);
}
.orange-bg .toggle-state:checked ~ .indicator,
.delivery-note-check .toggle-state:checked ~ .indicator {
    box-shadow: -8px -4px 8px 0px #ec7623, 8px 4px 12px 0px #d1d9e6;
}
input:checked:parent(div) {
    background: #000000;
}
.advance-search .label-text {
    color: #211061;
    font-weight: 600;
    text-transform: none;
    font-size: 14px;
    text-align: left;
    display: inline-block;
    margin-right: 10px;
}
.advance-search .third .input-field {
    width: 100%;
}
.advance-search .btn-search {
    /*  min-width:          100px; */
    height: 35px;
    padding: 0 13px;
    white-space: nowrap;
    background: linear-gradient(to right, #ec7623 0%, #ec7623 28%, #ec7623 91%, #ec7623 100%);
    border-radius: 4px;
    font-size: 13.75px;
    color: #fff;
    transition: all 0.2s ease-out, color 0.2s ease-out;
    border: 0;
    cursor: pointer;
    font-weight: 700;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 15%);
    z-index: 0;
    position: relative;
}
.advance-search .btn-search:before {
    border-radius: inherit;
    background: linear-gradient(to right, #1f125b 0%, #1f125b 28%, #21135c 91%, #1e115a 100%);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
    transition: all 0.2s ease-out, color 0.2s ease-out;
}
.advance-search .btn-search:hover::before {
    opacity: 1;
}
.advance-search .btn-search:hover {
    color: #ec7623 !important;
}
.advance-search .btn-delete {
    border: none;
    background: transparent;
}
.advance-search .group-btn button {
    margin-bottom: 10px;
    margin-right: 10px;
    /*padding-left: 0;*/
}
/* .advance-search .group-btn button:first-child {
    padding-left: 0;
} */
.advance-search .group-btn button:last-child {
    margin-right: 0;
}
.advance-search .third label {
    margin-bottom: 25px;
    display: block;
    text-align: left;
    padding: 0;
}
/*search*/
/*mobil menu*/
.mobil-profil .profil-btn {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(33, 16, 97, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(33, 16, 97, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(33, 16, 97, 0.25);
    color: #211061;
}
.mobil-profil .cart-outer {
    margin-right: 40px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(33, 16, 97, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(33, 16, 97, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(33, 16, 97, 0.25);
    animation: none;
}
.mobil-profil .cart-outer a {
    color: #211061;
}
.mobil-navigation {
    position: fixed;
    right: -390px;
    background: #fff;
    z-index: 9999;
    padding: 20px;
    top: 0;
    height: 100vh;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(33, 16, 97, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(33, 16, 97, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(33, 16, 97, 0.25);
    width: 100%;
    max-width: 390px;
    overflow: auto;
}
.mobil-profil .cart-outer i.icon-login {
    font-size: 18px;
}

.mobil-navigation ul {
    list-style: none;
    margin: 50px 0 0 0;
    padding: 0;
}
.mobil-navigation .icon {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.mobil-navigation ul li {
    border-bottom: 1px solid #ededf3;
    padding: 20px 0;
}
.mobil-navigation ul li a:hover {
    text-decoration: none;
    color: #ec7623;
}
.mobil-navigation ul li i {
    font-size: 20px;
    margin-right: 10px;
    font-weight: 600 !important;
}
.mobil-navigation ul li.active i,
.mobil-navigation ul li.active .text-span {
    color: #ec7623;
}
.logout-btn {
    text-align: center;
    width: 80%;
    height: 45px;
    line-height: 45px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(33 16 97 / 25%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(33, 16, 97, 0.25);
    box-shadow: 0px 0px 10px 0px rgb(33 16 97 / 25%);
    font-weight: 600;
    margin-top: 55px;
    margin: 55px auto 0;
}
.logout-btn i {
    font-size: 20px;
    margin-right: 10px;
    font-weight: 600 !important;
    position: relative;
    top: 2px;
}
.mobil-navigation .user-name {
    font-size: 16px;
    font-weight: 600;
}
.mobil-navigation .user-name span {
    display: block;
    font-size: 14px;
}
.mobil-navigation .close-menu i {
    font-size: 18px;
    cursor: pointer;
    position: relative;
    top: 0;
    font-weight: 600 !important;
    left: -2px;
}
.mobil-navigation .close-menu {
    -webkit-box-shadow: 0px 0px 10px 0px rgb(33 16 97 / 25%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(33, 16, 97, 0.25);
    box-shadow: 0px 0px 10px 0px rgb(33 16 97 / 25%);
    padding: 10px;
    font-weight: 600;
    border-radius: 4px;
    text-align: center;
}
.company-info {
    position: relative;
}
.company-info a {
    position: relative;
}
.company-info .open-menu-link::after {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ef7623;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translate(0, -50%);
}
.company-info ul {
    height: 0;
    opacity: 0;
    margin: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    width: 100%;
    padding-left: 30px;
    font-weight: 600;
}
.company-info ul li {
    border: none;
    padding: 5px 0;
}
.company-info:hover ul {
    margin-top: 30px;
    height: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
/*mobil menu*/
.mobil-logo {
    display: none;
}

@media (max-width: 329.98px) {
    .hidden-xs-device {
        display: none;
    }
}

@media (min-width: 330px) {
    .hidden-xs-device {
        display: block;
    }
}

@media (max-width: 329.98px) {
    .block-xs-device {
        display: block;
    }
}

@media (min-width: 330px) {
    .block-xs-device {
        display: none;
    }
}

/*.mobil-profil .cart-text { display: none;}*/
@media screen and (max-width: 991px) {
    .mobil-profil {
        float: right;
    }
    .main-profil,
    .logo,
    .main-navigation {
        display: none;
    }
    .mobil-profil,
    .mobil-navigation,
    .mobil-logo {
        display: inline-block;
        vertical-align: middle;
    }
}
@media screen and (max-width: 470px) {
    .mobil-profil .cart-text {
        display: none;
    }
    .mobil-profil .cart-outer {
        margin-right: 15px;
        padding: 10px;
    }
}

@media screen and (max-width: 575.98px) {
    .profil-btn {
        padding: 9px 10px !important;
    }
}

.home-page {
    margin: 150px 0 150px;
}
.carousel-box {
    position: relative;
}
.carousel-indicators {
    bottom: -100px;
}
.carousel-indicators li {
    background-color: #ec7623;
}
.carousel-indicators .active {
    background-color: #ec7623;
    width: 30px;
    height: 3px;
    margin: 1px;
}
.carousel h2 {
    font-size: 36px;
    color: #25205e;
    max-width: 75%;
    font-weight: 600;
    margin-top: 40px;
}
.carousel p {
    font-size: 16px;
    color: #25205e;
    text-transform: none;
    margin: 30px 0 50px;
    font-weight: 500;
}

@media screen and (min-width: 990px) {
    .carousel p {
        max-width: 80%;
    }
}

.carousel img {
    /*     width:      100%; */
    height: auto;
    /*     padding:    0 2vw;  */
}
.carousel-btn {
    margin-bottom: 25px;
}
.carousel-btn a {
    background: #ec7623;
    border-radius: 4px;
    padding: 12px 20px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 15%);
}
.carousel-btn a:hover {
    text-decoration: none;
    animation: pulse-orange 2s infinite;
}
.carousel-control-next,
.carousel-control-prev {
    color: #ec7623;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
    color: #ec7623;
}
.chevron::before {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: "";
    display: inline-block;
    height: 15px;
    left: 0.15em;
    position: relative;
    top: 0.15em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 15px;
    color: #ec7623;
}
.chevron.right:before {
    left: 0;
    transform: rotate(45deg);
}
.chevron.bottom:before {
    top: 0;
    transform: rotate(135deg);
}
.chevron.left:before {
    left: 0.25em;
    transform: rotate(-135deg);
}
.not-logged-in {
    background: url(../image/no-login-bg.jpg) no-repeat top center;
}
.logged-in {
    background: url(../image/login-bg.jpg) no-repeat top center;
    background-position: center -10px;
}
.logged-in-btns {
    margin-top: 20px;
}
.logged-in-btns .logged-in-btns-items {
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 10%);
    padding: 11px 15px;
    text-align: left;
    border-radius: 4px;
    /*     border: 1px solid #f0f0f0; */
    cursor: pointer;
    background: #fff;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1 ease-in;
}
.logged-in-btns a {
    border-radius: 4px;
}
.logged-in-btns a:hover, .logged-in-btns a.hovered {
    text-decoration: none;
    color: #25205e;
    animation: pulse-orange 2s infinite;
}
.logged-in-btns a:hover .logged-in-btns-items, .logged-in-btns a.hovered .logged-in-btns-items {
    background: #ec7623;
    border-color: #ec7623;
    color: #fff;
}
.logged-in-btns i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 22px;
    font-weight: 500;
}
.logged-in-btns .row-eq-height div[class^="col-"] {
    margin-bottom: 20px;
}
@media screen and (max-width: 1450px) {
    .carousel-control-next,
    .carousel-control-prev {
        width: 4%;
    }
}
@media screen and (max-width: 990px) {
    .carousel-control-next,
    .carousel-control-prev {
        width: 8%;
    }
    /* .not-logged-in {
        background: none;
    } */
    .logged-in {
        background: none;
    }
    .carousel-control-next,
    .carousel-control-prev {
        display: block;
    }
    .carousel img {
        padding-top: 50px;
    }
}
@media screen and (max-width: 767px) {
    .carousel h2 {
        font-size: 30px;
        max-width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .carousel img {
        padding: 0 8%;
    }
    .carousel-control-next,
    .carousel-control-prev {
        top: 95px;
        width: 15%;
    }
}
.table-box {
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    border-radius: 4px;
    margin-top: 75px;
}
.search-section.interchange-search-box
    .dynamic-table.search_results.results_after_login.interchange.table-box
    .table-box {
    box-shadow: none;
    padding: 30px 0;
}
#dialog-similar-product .table-box {
    margin-top: 0;
    padding: 0;
    box-shadow: none;
}
.dynamic-table th {
    background: #f8f9fa;
    border: none;
    text-transform: none;
    font-weight: 600;
    padding: 20px 10px;
    line-height: normal;
    text-align: left;
}
.dynamic-table table,
.dynamic-table td {
    border: none;
}
.dynamic-table tr:first-child:hover {
    box-shadow: none;
}
.dynamic-table tr:hover {
    transform: scale(1);
    filter: blur(0px);
    transition: 0.2s;
    opacity: 1;
    box-shadow: 0 8px 20px 0px rgb(0 0 0 / 13%);
    z-index: 1;
    position: relative;
}

.dynamic-table td {
    white-space: nowrap;
    max-width: 20rem;
    /* --- ?j --- */

    padding: 7px 0;
    position: relative;
    border-bottom: 1px solid #dbd7e1;
}
.dynamic-table td form {
    display: inline-block;
}
.dynamic-table table td p {
    display: inline-block;
    margin: 0;
    cursor: pointer;
}
.my-favourites-box .pagination i,
.dynamic-table i,
#dialog-similar-product-small .add_cart_button i,
#dialog-similar-product-small .offer_request_btn i {
    color: #ec7623;
    font-size: 18px;
    vertical-align: text-bottom;
}
.dynamic-table th i {
    color: #211061;
    font-weight: 600;
}

/* .dynamic-table table a {
    font-size: 14px;
} */

.dynamic-table table a:hover {
    text-decoration: none;
    color: #ec7623;
    /* font-weight: 700; */
}
/*.dynamic-table .info_icon_product {
    margin-left: 0;
}*/

.dynamic-table .info_icon_product,
.dynamic-table .info_icon_replacement,
.dynamic-table .info_icon_discount,
.dynamic-table .info_icon_similar_size {
    display: inline-block;
    /* --- ?j --- */

    color: #ffffff;
    /*  display: inline-block; */
}

.dynamic-table .raktar-ikon {
    width: 22px;
}

.dynamic-table input {
    border: 4px solid #f8f9fa;
    border-radius: 4px !important;
    width: 80px !important;
    padding-left: 10px !important;
}

.dynamic-table input:focus {
    border: 4px solid #ec7623;
}

.dynamic-table .piece_label {
    margin: 0;
}
.dynamic-table .offer_request_btn {
    border: none;
    -webkit-box-shadow: 0px 0px 40px -15px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 40px -15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 40px -15px rgb(0 0 0 / 15%);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    padding: 3px 0 3px 3px;
    display: inline-block;
}
.dynamic-table .offer_request_btn i {
    margin-left: 10px;
    vertical-align: text-top;
}
.dynamic-table .offer_request_btn_box {
    margin-left: 0rem;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    box-shadow: 0 0 0 0 rgb(88 120 243 / 40%);
    -moz-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    width: 100%;
    /* max-width: 150px; */
    max-width: fit-content;
    background: #fff;
}
.offer_request_btn_box a {
    border: none;
    -webkit-box-shadow: 0px 0px 40px -15px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 40px -15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 40px -15px rgb(0 0 0 / 15%);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    padding: 3px;
    display: inline-block;
}
.my-favourites-box .pagination a,
.dynamic-table .pagination a,
.home-offers .pagination a {
    background: transparent !important;
    color: #25205e !important;
    border: none !important;
}
.my-favourites-box .pagination a::before,
.my-favourites-box .pagination a::after,
.dynamic-table .pagination a::before,
.dynamic-table .pagination a::after,
.home-offers .pagination a::before,
.home-offers .pagination a::after {
    content: none !important;
}
.my-favourites-box .pagination i,
.dynamic-table .pagination i {
    color: #26265f;
}
.my-favourites-box .pagination a.current,
.pagination a.current,
.pagination li.current {
    background: #ec7623 !important;
    color: white !important;
}
#icon-control-play {
    transform: rotateZ(180deg);
}
.my-favourites-box .pagination li,
.dynamic-table .pagination li,
.home-offers .pagination li {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    background: #fff;
}
.my-favourites-box .pagination li:hover,
.dynamic-table .pagination li:hover,
.home-offers .pagination li:hover {
    background: #ec7623;
}
.my-favourites-box .pagination li:hover i,
.dynamic-table .pagination li:hover i,
.home-offers .pagination li:hover i {
    color: #fff !important;
}
.dynamic-table .offer_request_btn_box:hover a {
    text-decoration: none;
    color: #25205e;
}
.dynamic-table .interchange-box {
    max-width: 285px;
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    margin-top: 20px;
    background: #fff;
    position: relative;
    border-radius: 4px;
    -moz-transition: all 1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1 ease-in;
}
.dynamic-table .interchange-box a {
    font-size: 14px;
    font-weight: 600;
    max-width: 225px;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px;
}
.dynamic-table .interchange-box a,
.dynamic-table .interchange-box i {
    color: #26265f;
    display: inline-block;
    vertical-align: middle;
}
.dynamic-table .interchange-box i {
    font-size: 28px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
}
.dynamic-table .interchange-box:hover {
    background: #ec7623;
    animation: pulse-orange 2s infinite;
}
.dynamic-table .interchange-box:hover i {
    color: #fff;
}
.dynamic-table .interchange-box:hover a {
    text-decoration: none;
    color: #fff;
}
.dynamic-table .kulsoraktar {
    max-width: 85%;
}
.wrapper {
    display: inline-flex;
    /* --- ?j --- */

    /* display: inline; */
    position: relative;
    text-align: center;
    padding: 0 5px 0 0;
    color: #441061;
    margin: 0 auto;
    width: 20%;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}

.wrapper i {
    /* position: absolute; */
    top: -1px;
    font-size: 18px;
    color: #ec7623 !important;
    margin-left: 5px;
}

.wrapper:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(25px) translateX(25px);
    -moz-transform: translateY(25px) translateX(25px);
    -ms-transform: translateY(25px) translateX(25px);
    -o-transform: translateY(25px) translateX(25px);
    transform: translateY(25px) translateX(25px);
}
.tooltip::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 10px;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent #eb7624;
}

body.not-logged-in .dynamic-table tr td .tooltip::before,
.my-favourites-box .tooltip.tooltip-utojelek::before,
.home-offer .dynamic-table tr td .tooltip::before,
.elotag-utojel-box .tooltip-box .tooltip::before {
    left: 11px;
    top: -9px;
    transform: rotateZ(90deg);
}

.product_name.searchpage span.tooltip::before {
    top: -13px !important;
    transform: rotateZ(0deg) !important;
}

.wrapper .tooltip {
    font-weight: 500;
    font-size: 16px;
    background: #ec7623;
    color: #ffffff !important;
    position: absolute;
    display: block;
    bottom: 100%;
    left: -25px;
    top: 6px;
    height: 6rem;
    opacity: 0;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 5px 15px;
    width: 50rem;
    min-width: 50px;
    max-width: auto;
    pointer-events: none;
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.tooltip-utojelek {
    width: 13.5rem !important;
    height: 3.5rem !important;
}

.tooltip-helyettesito {
    width: 19rem !important;
    height: 3.5rem !important;
}

.tooltip-kedvezmeny {
    width: max-content !important;
    height: 3.5rem !important;
}

.tooltip-szallitasi-ido {
    width: max-content !important;
    height: 3.5rem !important;
}

.wrapper .unspan,
#cartModal .icon-social-dropbox .unspan {
    background: transparent;
    text-align: left;
    display: inline;
    border-radius: 0;
    padding: 0;
    height: 0;
}

.info_icon_product {
    color: #ffff !important;
}

/* Products hover links */

.open-data-sheet .product_name .tooltip {
    left: 15px;
    top: 55px;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
}
.open-data-sheet .product_name:hover .tooltip {
    opacity: 1;
    visibility: visible;
    height: auto;
    z-index: 1070;
}
.open-data-sheet .product_name .tooltip a {
    border: none;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    padding: 2px 5px;
}
.open-data-sheet .product_name .tooltip a:hover {
    color: #fff;
    text-decoration: underline;
}
.product_name .tooltip::before {
    content: "";
    position: absolute;
    left: 11px;
    top: -9px;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent #eb7624;
    transform: rotateZ(90deg);
}
.open-data-sheet .product_name .tooltip::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}

@media screen and (max-width: 991px) {
    .wrapper .tooltip {
        display: none;
    }
    .wrapper:hover .tooltip {
        display: block;
    }
    .hide-tablet {
        display: none;
    }
    .pagination-box {
        float: none;
    }
    .pagination {
        justify-content: center;
    }
}
@media screen and (max-width: 600px) {
    .hide-mobil {
        display: none !important;
    }
}
@media screen and (max-width: 700px) {
    #cartModal .hide-mobil {
        display: none !important;
    }
}

/* Aktu?lis aj?nlatok */

.home-offers,
.home-offer {
    margin: 100px 0 75px;
}

.home-offer .afterwords a:last-child {
    visibility: inherit;
}

.home-offers img {
    width: 100%;
    height: auto;
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    border-radius: 4px;
}
.home-offers .row.row-eq-height .col-12:nth-child(2) {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    border-radius: 5px;
    padding-left: 3rem;
    padding-right: 3rem;
}
.home-offers-title {
    font-size: 24px;
    margin: 25px 0 30px;
    font-weight: 500;
}
.home-offers-description {
    font-size: 14px;
    color: #313131;
    margin-bottom: 45px;
}

.home-offers-description p {
    text-transform: inherit;
    font-size: 16px;
}

.home-offers-btns a {
    border-radius: 4px;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 15px;
}
.home-offers-btns a:hover {
    text-decoration: none;
    animation: pulse-orange 2s infinite;
}
.home-offers-btns a:hover .offers-btn {
    background: #ec7623;
    color: #fff;
}
.home-offers-btns a i {
    margin-left: 15px;
    font-size: 18px;
}
.offers-btn {
    -webkit-box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 15%);
    padding: 12px 14px;
    text-align: left;
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1 ease-in;
}
.home-offers hr {
    color: #f2f3f3;
    background-color: #f2f3f3;
    opacity: 0;
    height: 1px;
    margin: 50px 0;
}
.home-offers .pagination-box {
    float: none;
}
.home-offers .pagination {
    justify-content: center;
}
.home-offers .pagination i {
    font-size: 18px;
}
.home-offers .row-eq-height div[class^="col-"] {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .home-offers-title {
        font-size: 20px;
        margin: 0px 0 10px;
    }
}
@media screen and (max-width: 575px) {
    .home-offers .row > div:first-child {
        display: none;
    }
}
.eu-standard,
.hu-market {
    /* overflow: auto; */
}
.eu-standard .table-box,
.hu-market .table-box {
    min-width: 1240px;
}
.eu-standard .table-title,
.hu-market .table-title,
.interchange .table-title {
    margin-top: 75px;
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 500;
}
.eu-standard .table-box,
.hu-market .table-box,
.interchange .table-box {
    margin-top: 0;
}
.sign-explanation {
    margin-top: 30px;
    display: inline-block;
}
.sign-explanation div {
    display: inline-block;
    font-weight: 600;
    margin-right: 30px;
}
.sign-explanation div::before,
.square::before {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
.sign-explanation div.green::before,
.square.green:before {
    background: #227d41;
}
.sign-explanation div.yellow::before,
.square.yellow:before {
    background: #fbff2e;
}
.sign-explanation div.red::before,
.square.red:before {
    background: #ff0000;
}
.square::before {
    vertical-align: bottom;
}
#preview {
    position: absolute;
    border: 1px solid #ccc;
    background: #eeeeee;
    padding: 5px;
    display: none;
    color: #fff;
    z-index: 10001 !important;
}
.offer-header {
    margin-bottom: 100px;
}
.offer-header img {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    width: 100%;
    height: auto;
    position: relative;
    object-fit: cover;
    max-height: 31rem;
}
.header-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    width: fit-content;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 15px;
    z-index: 1;
}
.offer-header-overlay::after {
    background: #ec7723c0;
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    top: 0;
    left: 15px;
}
.home-offer-title {
    font-size: 28px;
    font-weight: bold;
    color: #211061;
    margin-bottom: 10px;
}
.home-offer .row-eq-height {
}
.vcenter {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.home-offer-img-box img {
    width: fit-content;
    margin: 0 auto;
}
.home-offer-img-box {
    text-align: center;
}
.four-column-title {
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    margin: 130px 0 45px;
}

.four-column-img img {
    width: 105%;
    transition: all 0.3s;
    left: -5%;
    position: relative;
    height: 225px;
    object-fit: cover;
}

.four-column-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
.four-column-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    transition: all 0.4s;
    z-index: 91;
    width: 80%;
}
.hover-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    transition: all 0.4s;
    background: #ec7723c0;
}
.four-column-item:hover .hover-overlay {
    opacity: 0;
}
.four-column-item:hover .four-column-text {
    top: 47%;
    opacity: 0;
}
.four-column-item:hover .four-column-img img {
    left: 0;
}
.markings-box {
    padding: 15px;
    text-align: center;
}
.markings-box a {
    color: #211061;
    background: #ffffff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    font-weight: 700;
    padding: 6px 12px;
    display: inline-block;
    width: 230px;
    margin: 1rem 1rem;
    white-space: nowrap;
    font-size: 12px;
    vertical-align: middle;
}
.markings-box a:hover {
    text-decoration: none;
}
.markings-outer {
    margin-top: 120px;
}
.markings-title {
    font-size: 28px;
    font-weight: 700;
    padding: 0 30px;
}
.afterwords a:last-child {
    visibility: hidden;
}
.home-offer .table-box {
    margin-top: 0;
}
@media screen and (max-width: 992px) {
    .header-text {
        font-size: 3rem;
    }
    .home-offer-img-box img {
        width: 100%;
    }
    .four-column-item {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .header-text {
        font-size: 2rem;
    }
    .markings-title {
        text-align: center;
    }
}
@media screen and (max-width: 575px) {
    .header-text {
        font-size: 1.6rem;
    }
    .four-column-item {
        max-height: 75px;
    }
    .four-column-text {
        font-size: 16px;
        line-height: normal;
    }
    .four-column-title {
        margin: 30px 0 45px;
    }
    .markings-outer {
        margin-top: 70px;
    }
}
#dialog-similar-product {
    padding: 0 30px 30px 30px;
    height: 80vh !important;
    max-height: none !important;
}
#utojelForm {
    height: 66vh !important;
    max-height: none !important;
}
#utojelForm .elotag th {
    position: sticky;
    top: 72px;
    background: #fff;
}
#dialog-similar-product th,
#dialog-similar-product td {
    border: none;
    text-transform: none;
    font-weight: normal;
}
#dialog-similar-product th {
    text-align: center;
    border-bottom: 1px solid #dddddd;
}
#dialog-similar-product td {
    border-bottom: 1px solid #dddddd;
}
#dialog-similar-product input,
#dialog-similar-product select {
    border: 1px solid #e5e3ea;
}
#dialog-similar-product input:first-child {
    border-radius: 0;
}
@media screen and (max-width: 992px) {
    .ui-dialog {
        width: 100% !important;
    }
}
.custom-title-class span {
    display: block;
    border-bottom: 1px solid #26265f;
    padding-left: 10px;
}
.ui-widget-header.custom-title-class {
    background: transparent;
    border: none;
    color: #211061;
}
.custom-title-class .ui-dialog-titlebar-close,
.data-sheet-custom-title-class .ui-dialog-titlebar-close {
    right: 15px;
    top: 15px;
}
.ui-dialog-titlebar.custom-title-class {
    padding: 30px 50px 20px 50px;
}
#dialog-similar-product-small {
    padding: 0 50px;
    height: 80vh !important;
}
#dialog-similar-product-small #tabs {
    height: 72vh;
    overflow: auto;
}
#dialog-similar-product #tabs {
    height: 75vh;
    overflow: auto;
}
#dialog-similar-product-small p {
    border-top: none;
    text-transform: none;
}
#dialog-similar-product-small th {
    text-transform: none;
    border: none;
    position: sticky;
    top: 0;
    background: #fff;
}
#dialog-similar-product-small td {
    border: none;
    font-weight: normal;
}
#dialog-similar-product-small td,
#dialog-similar-product-small th {
    border-bottom: 1px solid #dbd7e1;
}
/* #dialog-similar-product-small table {
    margin-top: 50px;
} */
#dialog-similar-product-small th input {
    margin-right: 15px;
    margin-left: 5px;
}
#dialog-similar-product-small td input {
    border: 4px solid #f8f9fa;
    border-radius: 4px !important;
    width: 55px !important;
    padding-left: 10px !important;
}
#dialog-similar-product-small .offer_request_btn {
    text-transform: none;
    border: none;
    -moz-box-shadow: 0px 0px 40px -15px rgba(0, 0, 0, 0.15);
    margin-left: 0rem;
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    width: 100%;
    /* max-width: 150px; */
    max-width: fit-content;
    background-color: #fff;
}
#dialog-similar-product-small .offer_request_btn i {
    margin-left: 10px !important;
    position: relative;
    top: -1px;
}
.right-img-box {
    text-align: center;
}
#dialog-data-sheet {
    padding: 0 30px;
}
.data-sheet-custom-title-class {
    padding: 30px 55px 50px 55px;
}
.data-sheet-custom-title-class {
    padding: 30px 55px 50px 55px !important;
    background: transparent;
    border: none;
    color: #211061;
}
#dialog-data-sheet td {
    border-bottom: 1px solid #dbd7e1;
    font-size: 13px;
    padding: 7px 0;
    font-weight: 500;
}
.data-sheet-btns-box {
    margin: 100px 0;
}
.data-sheet-btns-box .btn {
    border: none;
    background: #ffffff;
    border-radius: 2px;
    display: inline-block;
    height: 100px;
    line-height: 100px;
    margin: 5px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100px;
}
p.data-sheet-par-info {
    text-transform: inherit;
}
.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}
.data-sheet-btns-box .btn:before,
.data-sheet-btns-box .btn:after {
    background: #ffffff;
    border: solid 3px #e2e2e2;
    border-radius: 4px;
    content: "";
    display: block;
    height: 35px;
    left: 50%;
    margin: -17px 0 0 -12px;
    position: absolute;
    top: 50%;
    /* transform: translate(-50%,-50%); */
    width: 25px;
}
.data-sheet-btns-box .btn:before {
    margin: -23px 0 0 -5px;
}
.data-sheet-btns-box .btn span:first-child {
    display: none;
}
.data-sheet-btns-box .btn span {
    background: #39245a;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    padding: 5px 10px;
    position: relative;
    z-index: 1;
    z-index: 1;
}
.data-sheet-btns-box .btn:hover span:first-child {
    display: inline-block;
}
.data-sheet-btns-box .btn:hover span:last-child {
    display: none;
}
.data-sheet-btns-box .btn:hover {
    background: #f9f9f9;
    cursor: pointer;
}
@media screen and (max-width: 992px) {
    #dialog-data-sheet table {
        margin: 0 auto;
    }
}
#to-pdf td {
    border-bottom: 1px solid #dbd7e1;
    font-size: 11px;
    padding: 3px 0;
    font-weight: 600;
}
#to-pdf {
    position: relative;
    margin: 30px 50px;
}
#to-pdf .left-line {
    position: absolute;
    left: -50px;
    top: 0;
    width: 15px;
    height: 500px;
    background: #ec7623;
}
#to-pdf .pdf-table-box {
    margin: 0 auto;
    max-width: 410px;
}
#to-pdf .pdf-img-box {
    text-align: center;
    margin-top: 25px;
}
#to-pdf .pdf-header img {
    max-width: 280px;
}
#to-pdf .pdf-title {
    margin-top: 70px;
    font-weight: 600;
    font-size: 12px;
}
#to-pdf .pdf-title + .pdf-title {
    margin-top: 0;
}
#to-pdf .pdf-date {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 12px;
}
#to-pdf .pdf-header-text {
    float: right;
}
#to-pdf .pdf-header-text p {
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0;
    font-size: 12px;
}
#to-pdf .pdf-bottom {
    margin-top: 50px;
}
#to-pdf .pdf-bottom-left {
    width: 50%;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}
#to-pdf .pdf-bottom-right {
    width: 50%;
    background: #211061;
    height: 15px;
    float: right;
    margin-top: 20px;
    margin-right: -50px;
}
#to-printer {
    display: none;
}
#to-printer {
    width: 21cm;
    height: 29.7cm;
    margin: 1.2cm 1.85cm;
}
#to-printer .pdf-header img {
    max-width: 8cm;
    margin-left: 50px;
}
#to-printer .pdf-table-box {
    max-width: 13.5cm;
    margin: 50px auto 0;
}
#to-printer td {
    border-bottom: 1px solid #dbd7e1;
    font-size: 13px;
    padding: 5px 0;
    font-weight: 600;
}
#to-printer .pdf-header-text {
    float: right;
}
#to-printer .pdf-header-text p {
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0;
    font-size: 14px;
}
#to-printer .left-line {
    position: absolute;
    left: 0;
    top: 1.2cm;
    width: 85px;
    height: 500px;
    background: #ec7623;
}
#to-printer .pdf-img-box {
    text-align: center;
    margin: 0 auto;
    max-width: 12cm;
}
#to-printer .pdf-title {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 12px;
}
#to-printer .pdf-bottom-left {
    width: 50%;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}
#to-printer .pdf-bottom-right {
    width: 50%;
    background: #211061;
    height: 15px;
    float: right;
    margin-top: 20px;
    margin-right: -50px;
}
.print-orange-line,
.print-bottom-line,
.print-logo {
    display: none;
}
.fade.show {
    opacity: 1;
}
.modal {
    background: #fff;
}
#loginModal button.close {
    top: 15px;
    position: absolute;
    right: 30px;
    z-index: 999;
}
#loginModal button.close span {
    font-size: 50px;
    color: #ec7623;
}
#loginModal .modal-dialog {
    max-width: 415px !important;
}
#loginModal input:-webkit-autofill {
    -webkit-text-fill-color: #ec7c04;
}

#loginModal input:-webkit-autofill,
#loginModal input:-webkit-autofill:hover,
#loginModal input:-webkit-autofill:focus,
#loginModal input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -moz-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
}

#pills-tabContent {
    width: 100%;
}
#pills-tabContent .modal-content {
    border: none;
    box-shadow: none;
}
.login-logo {
    max-width: 200px;
    margin-bottom: 95px;
}
#pills-tabContent .btn {
    box-shadow: 0 0 0 0 rgb(88 120 243 / 40%);
    -moz-animation: pulse-orange 2s infinite;
    -webkit-animation: pulse-orange 2s infinite;
    animation: pulse-orange 2s infinite;
}
.btn-bearing {
    background-color: #ec7623;
    padding: 6px 30px;
    color: #fff;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
}
.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #211061;
    text-align: left !important;
    margin-bottom: 50px;
}

/* Form inputs on login and registration modal */

.input100 {
    font-size: 18px;
    color: #ec7c04;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 52px;
    background: transparent;
    padding: 0 5px;
    border: none;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    text-align: left !important;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #ec7623;
}

.focus-input100::after {
    font-size: 18px;
    text-transform: none;
    color: #211061;
    line-height: 1.2;
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 15px;
    left: 0px;
    padding-left: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100::after {
    top: -20px;
    font-size: 15px;
}

.has-val.input100 + .focus-input100::after {
    top: -20px;
    font-size: 15px;
}

.input100:focus + .focus-input100::before {
    width: 100%;
}

.filled .focus-input100::after {
    top: -20px;
    font-size: 15px;
}

/* In case automatic input fill */

#loginModal input {
    filter: none;
}

#loginModal input:autofill + .focus-input100::after {
    top: -20px;
    font-size: 15px;
}

#loginModal input:autofill + .focus-input100::before {
    width: 100%;
}

.modal-footer {
    justify-content: flex-start;
}
.login-more {
    margin: 0;
    padding: 0;
    text-align: left;
}
.login-more li {
    list-style: none;
    margin-bottom: 8px;
}
.txt1 {
    font-size: 15px;
    color: #211061;
    line-height: 1.5;
}
.txt2 {
    font-size: 15px;
    color: #ec7623;
    line-height: 1.5;
}
.modal-footer {
    border: none;
}
#sticky {
    position: fixed;
    position: -webkit-sticky;
    background: #ffffff;
    width: 320px;
    height: 350px;
    top: 22rem;
    left: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    animation: 0.35s fadeIn;
    animation-fill-mode: forwards;
    visibility: hidden;
}
@keyframes fadeIn {
    99% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}
#sticky .help-box-registration {
    border-radius: 4px;
}
.szoveg-regisztracio-cim {
    color: #ec7c04;
    font-weight: 500;
    font-size: 21px;
}
.szoveg-regisztracio {
    color: #211061;
    font-size: 15px;
    text-transform: none;
}
#sticky a {
    color: #ec7623;
}

.tooltipReg {
    position: absolute;
    background: #ec7c04;
    color: #ffffff;
    left: 41rem;
    top: 0;
    padding: 0.7rem 1rem;
    width: fit-content;
    border-radius: 5px;
    font-size: 1.5rem;
    line-height: 1.75rem;
    box-shadow: 1px 2px 8px rgb(0 0 100 / 20%);
    opacity: 0;
    transition-duration: 0.2s;
    transition-properties: opacity;
}

.tooltipReg::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 14px;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent #ec7c04;
}

@media (max-width: 1199.98px) {
    .tooltipReg {
        display: none;
    }
}

#registrationForm .form-control {
    box-shadow: none;
}

#registrationForm .form-control:focus {
    box-shadow: none !important;
    color: #ec7d06;
}

.invalid-feedback {
    position: absolute;
    width: auto;
    right: 0;
}

.modal-box-text {
    margin: 25px 0;
}
.modal .icon-user-follow {
    color: #ec7c04;
    text-decoration: none;
    font-size: 30px;
    padding: 25px !important;
}
.card-body {
    padding: 25px;
}
.toggle-label-aszf {
    font-size: 16px;
    text-transform: none;
    background: #fff;
    padding: 1em;
    cursor: pointer;
    display: block;
    margin: 0 auto 1em;
    border-radius: 4px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    color: #211061;
}
.toggle-label-aszf:after {
    color: #211061;
    content: "+";
    float: right;
    font-weight: bold;
}
.toggle-content-aszf {
    padding: 1em;
    text-transform: none;
    color: #1f1f1f;
}
.toggle-none {
    display: none;
}
.szallitasi-cim {
    font-size: 14px;
    color: #211061;
    line-height: 1.2;
    padding-left: 10px;
    position: relative;
    top: -20px !important;
    left: 50px;
    z-index: 1000 !important;
    text-transform: none;
}
.foux-toggle:before {
    height: 15px;
    width: 15px;
    background: #ecf0f3;
    border-radius: 15px;
    transform: translate3d(-75%, 0, 0);
    box-shadow: none;
    content: "";
    position: absolute;
    top: 3px;
    left: 15px;
    transition: left 0.2s cubic-bezier(0.34, 0.93, 0.85, 0.91);
}
.foux-toggle {
    position: relative;
    border-radius: 2.5rem;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #e4e4e4;
    background-color: #f7f7f7;
    transition: background-color 0.2s cubic-bezier(0.34, 0.93, 0.85, 0.91);
    height: 22px;
    width: 44px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: -8px -4px 8px 0px #ffffff, 8px 4px 12px 0px #d1d9e6, 4px 4px 4px 0px #d1d9e6 inset,
        -4px -4px 4px 0px #ffffff inset;
}
.toggle--label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 2.5rem;
    cursor: pointer;
    z-index: 10;
    letter-spacing: 0.0625rem;
}
.toggle--label:before {
    content: "";
    right: 40%;
    left: 0;
    color: white;
    opacity: 0;
}
.toggle--label:before,
.toggle--label:after {
    position: absolute;
    top: 0;
    bottom: 0;
    transition: opacity 0.4s linear;
}
.toggle--label:after {
    content: "";
    position: absolute;
    right: 0;
    left: 40%;
    opacity: 1;
}
.toggle-none:checked ~ .foux-toggle {
    border-color: #ffffff;
    background-color: #ec7623;
    box-shadow: -6px -4px 0px 0px #ffffff, 8px 4px 12px 0px #d1d9e6, 4px 4px 4px 0px #d1d9e6,
        1px 0px 4px 0px #ffffff inset;
}
.toggle-none:checked ~ .foux-toggle:before {
    left: 36px;
}
.contact-outer-box {
    background: #fff;
    padding: 20px 40px 10px;
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    border-radius: 4px;
}
.map-iframe {
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    margin: 30px 0 75px;
}
.contact-icons a {
    font-weight: 500;
    font-size: 16px;
}
.contact-icons td {
    font-weight: 500;
    font-size: 16px;
}
.contact-icons td:first-child {
    padding: 0 15px 0 0 !important;
}
.contact-icons span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 16px;
}
.contact-icons span:first-child {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    position: relative;
    margin-right: 55px;
    transition: all 0.2s ease-out;
}
.contact-icons span:first-child i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    transition: all 0.2s ease-out;
}
.contact-icons > div {
    margin: 0 0 50px 25px;
}
.contact-icons > div:hover span:first-child {
    background: #ec7623;
}
.contact-icons > div:hover span:first-child i {
    color: #fff;
}
.contact-icons a:hover {
    color: #ec7623;
}
.contact-submit {
    margin-bottom: 25px;
}
.contact-left-box {
    max-width: 340px;
    margin-top: 30px;
    margin-left: 35px;
}
.contact-options-btns label {
    background: #fff;
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    text-transform: none;
    text-align: center;
    font-weight: 600;
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
}
.contact-options-btns label i {
    margin-right: 10px;
}
.contact-options-btns input {
    width: 0;
    height: 0;
    display: none;
}
.contact-options-btns input:checked + label {
    color: #fff;
    background: #ec7623;
}
.contact-tabs {
    margin-top: 25px;
}
.contact-tabs input,
.contact-tabs textarea,
.input-files-div {
    width: 100%;
    border: none;
    box-shadow: 1px 1px 7px gainsboro;
    margin-bottom: 15px;
    border-radius: 5px;
}
.contact-tabs textarea {
    min-height: 125px;
    border-radius: 4px;
}
.contact-tabs input::placeholder,
.newsletter-input-box input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bbbbbb;
    opacity: 1; /* Firefox */
}
.contact-tabs input:-ms-input-placeholder,
.newsletter-input-box input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bbbbbb;
}
.contact-tabs input::-ms-input-placeholder,
.newsletter-input-box input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #bbbbbb;
}
.contact-tabs label {
    text-transform: none;
    font-weight: 600;
    font-size: 15px;
}
.contact-title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 60px;
    font-weight: 500;
}
.contact-text {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
}
.contact-options-btns > div {
    margin-bottom: 15px;
}
.privacy-check-box {
    margin-top: 70px;
}
.privacy-check-box .toggle,
.privacy-check-box .label-text {
    display: inline-block;
    vertical-align: top;
}
.privacy-check-box .label-text {
    color: #211061;
    white-space: normal;
    text-align: left;
    text-transform: none;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    margin-left: 15px;
    width: 82%;
}
.privacy-check-box .label-text a {
    color: #ec7623;
}
.privacy-check-box label {
    padding: 0;
}
.contact-submit input {
    width: 100%;
    background: #ec7623;
    animation: pulse-orange 2s infinite;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    border: none;
    padding: 16px;
}
.g-recaptcha {
    margin: 50px 0;
}
.g-recaptcha > div {
    margin: 0 auto;
}
.newsletter-outer-box {
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    margin-top: 100px;
    border-radius: 4px;
    padding: 70px 65px;
    background: url(../image/ajanlat-header.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
.orange-overlay {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(236 118 35 / 70%);
    z-index: 0 !important;
}
.newsletter-outer-box div {
    position: relative;
    z-index: 1;
}
.newsletter-section {
    margin-bottom: 50px;
}
.newsletter-section-title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-transform: none;
    margin-bottom: 10px;
}
.newsletter-section-text {
    color: #fff;
    text-transform: none;
    font-size: 17px;
    margin-bottom: 60px;
}
.newsletter-section-check .label-text {
    white-space: normal;
    text-align: left;
    text-transform: none;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    display: inline;
}
.newsletter-inner-box {
    max-width: 560px;
}
.newsletter-section-check .toggle {
    box-shadow: 0 0px 0px 0px #ffffff, 0px 0px 0px 0px #d1d9e6, 0px 4px 4px 0px #d1d9e6 inset,
        -4px -4px 4px 0px #ffffff inset;
    background: #fff;
    margin-right: 5px;
}
.newsletter-section-check .toggle.orange-bg {
    background: #ec7623;
    box-shadow: 0 0px 0px 0px #ffffff, 0px 0px 0px 0px #d1d9e6, 0px 0px 0px 0px #d1d9e6 inset,
        0px 0px 0px 0px #ffffff inset;
}
.newsletter-section-check label {
    padding: 0;
}
.newsletter-label-outer {
    margin-bottom: 25px;
}
.newsletter-input-box {
    margin-bottom: 15px;
}
.newsletter-input-box input {
    width: 100%;
    border-radius: 4px;
    border: none;
}
.newsletter-input-box input[type="submit"] {
    max-width: 125px;
    background: #fff;
    color: #ec7623;
    font-weight: 600;
}
@media screen and (max-width: 991px) {
    .contact-left-box {
        margin: 0 auto;
    }
    .map-iframe {
        margin: 85px 0 75px;
    }
}
@media screen and (max-width: 575px) {
    .contact-icons > div {
        margin: 0 0 50px 0;
    }
    .g-recaptcha {
        transform: scale(0.8);
    }
    .contact-icons span:last-child {
      /* font-size: 11px; */
        max-width: 70%;
    }
    .contact-icons span:first-child {
        margin-right: 30px;
    }
    .contact-outer-box {
        padding: 20px 20px 10px;
    }
    .privacy-check-box .label-text {
       /* font-size: 11px; */
    }
}
@media screen and (max-width: 1300px) {
    #sticky {
        display: none;
    }
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.modal .btn:hover {
    color: #fff;
}
.modal a:hover {
    color: #ec7623;
}
.contact-options-btns label:hover {
    color: #ec7623;
}
.contact-left-box .nav-pills .nav-link {
    text-align: center;
    text-transform: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}
.contact-left-box .nav-pills .nav-link:hover {
    background: #fff;
    color: #ec7623;
}
.contact-left-box .nav-item {
    border-radius: 4px;
}
.contact-left-box .nav-pills .nav-link.active {
    color: #fff;
    background: #ec7623;
}
.my-account-left-box {
    box-shadow: 0px 14px 32px 0px rgb(0 0 0 / 15%);
    padding: 45px 35px;
    background-color: #fff;
    border-radius: 5px;
}
.my-account-right-box .tab-pane {
    box-shadow: 0px 14px 32px 0px rgb(0 0 0 / 15%);
    padding: 20px 35px 35px;
    background-color: #fff;
}
.my-account-left-title,
.my-account-right-title,
.my-orders-title,
.my-orders-list-title,
.my-favourites-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 68px;
}
.my-account-left-title span,
.my-account-right-title span,
.my-orders-list-title span {
    line-height: normal;
    display: inline-block;
    /*max-width: 155px;*/
    vertical-align: middle;
}
@media screen and (max-width: 550px) {
    .my-account-left-title span,
    .my-account-right-title span,
    .my-orders-list-title span {
        max-width: 170px;
    }
}
.my-account-left-title i,
.my-account-right-title i,
.my-orders-title i,
.my-orders-list-title i,
.my-favourites-title i {
    padding: 24px;
    border-radius: 50%;
    background-color: #f8f9fa;
    font-size: 20px;
    margin-right: 15px;
    color: #211061;
}
.my-account-content {
    margin: 60px 0 80px;
}
.my-account-content p {
    margin: 8px 0;
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    color: #211061;
}
.my-account-btns .nav-link {
    min-width: 112px;
    box-shadow: 0px 14px 32px 0px rgb(0 0 0 / 15%);
    margin: 8px;
    border-radius: 4px;
    background: #fff;
    font-weight: 600;
    text-align: center;
    transition: all 0.15s ease;
}
.my-account-btns .nav-link.active,
.my-account-btns .nav-link.active:hover {
    background: #ec7623;
    color: #fff;
}
.my-account-btns .nav-link:hover {
    color: #ec7623;
    background: #fff;
}
.my-account-right-content {
    margin-top: 25px;
}
.my-account-right-content label {
    font-size: 14px;
    font-weight: 600;
}
.my-account-right-content input {
    border: none;
    box-shadow: 1px 1px 7px gainsboro;
    padding: 6px 12px;
    width: 100%;
    font-size: 14px;
    text-transform: none;
    color: #495057;
    height: 46px;
}
.my-account-right-content .form-group {
    width: 100%;
    margin: 0 0 15px 0;
}
#pills-tabContent .my-account-right-content .btn {
    animation: none;
    font-size: 16px;
    background: #ec7623;
    color: #fff;
    padding: 6px 12px;
    font-weight: 600;
    border-radius: 4px;
    height: 48px;
}
.my-account-right-content .form-control {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 4px;
}
.my-account-right-content .form-control:focus {
    border-color: #ec772380 !important;
    box-shadow: 0 0 0 0.2rem #ec772380 !important;
}
.my-account-right-content .label-text {
    font-size: 14px;
    font-weight: 600;
    color: #211061;
    display: inline-block;
    margin-left: 10px;
}
input:focus::-webkit-input-placeholder {
    color: #adb5bd;
}
input:focus:-moz-placeholder {
    color: #adb5bd;
}
input:focus::-moz-placeholder {
    color: #adb5bd;
}
input:focus:-ms-input-placeholder {
    color: #adb5bd;
}

.my-account-right-content .popup.success,
.my-orders-list-box .popup.success-order,
.not-found-form-box .popup.send-form,
.popup.success-request,
.popup.success-buy,
.popup.success-gift {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
    display: none;
    box-shadow: 0px 14px 32px 0px rgb(0 0 0 / 15%);
}
.my-account-right-content .address-book-title {
    background: #ec7623;
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: 48px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 16px;
}
.address-book-title .address-btns-div {
    position: absolute;
    right: 0;
}
.address-book-title .remove-btn-address {
    position: absolute;
    right: 36px;
    top: -60px;
    width: 30px;
    height: auto;
    box-shadow: 0 0 15px rgb(10 10 10 / 20%);
    border-radius: 50%;
    cursor: pointer;
}
.address-book-title .edit-btn-address {
    position: absolute;
    right: 81px;
    top: -60px;
    width: 30px;
    height: auto;
    box-shadow: 0 0 15px rgb(10 10 10 / 20%);
    border-radius: 50%;
    cursor: pointer;
}
.my-account-right-content .address-book-title i {
    margin-right: 15px;
}
.my-account-right-content .address-book-item {
    box-shadow: 0 0 15px rgb(10 10 10 / 30%);
    border-radius: 4px;
    margin-top: 50px;
}
.my-account-right-content .address-book-item-content p {
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    color: #211061;
}
.my-account-right-content .address-book-item-content {
    padding: 35px;
}

/* T?rk?p kis kijelz?n nem t?nik el */

@media (max-width: 991.98px) {
    [id^="map_canvas"] {
        height: 250px !important;
    }
}

#pills-tabContent .my-account-right-content .address-book-item-footer {
    padding: 12px 0;
}
#pills-tabContent .my-account-right-content .address-book-item-footer a {
    height: auto;
    box-shadow: 0px 14px 32px 0px rgb(0 0 0 / 15%);
    margin: 0 5px;
    font-size: 14px;
}

#pills-tabContent .my-account-right-content .address-book-item-footer a:first-child {
    background: #ec7623;
    color: #fff;
}

#pills-tabContent .my-account-right-content .address-book-item-footer a:last-child {
    background: #fff;
    color: #211061;
}

#pills-tabContent .my-account-right-content .address-book-item-footer a:last-child:hover {
    color: #ec7623;
}

.my-orders-box {
    box-shadow: 0px 14px 32px 0px rgb(0 0 0 / 15%);
    padding: 25px 35px 35px;
    margin-top: 100px;
    background-color: #fff;
    border-radius: 5px;
}

.my-orders-list-box,
.my-favourites-box {
    box-shadow: 0px 14px 32px 0px rgb(0 0 0 / 15%);
    padding: 25px 20px 35px;
    margin-top: 50px;
}

@media screen and (max-width: 450px) {
    .fiokom-page .my-orders-list-box {
        padding: 25px 0px 35px;
    }
}

.my-orders-title {
    margin-bottom: 35px;
}

.my-orders-box .form-group {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.my-orders-box label {
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
}

.my-orders-box .form-control {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: 1px 1px 7px gainsboro;
    height: 46px;
    border: none;
}

.my-orders-box .form-control:focus {
    border-color: #ec772380 !important;
    box-shadow: 0 0 0 0.2rem #ec772380 !important;
}
.my-orders-btn-box {
    text-align: center;
    margin: 50px 0;
}
.my-orders-btn,
.gift-btn {
    background: #ec7623;
    border-radius: 4px;
    line-height: 48px;
    display: inline-block;
    text-transform: none;
    padding: 0 12px;
    color: #fff;
    font-weight: 600;
}
.my-orders-btn:hover,
.gift-btn:hover {
    text-decoration: none;
    color: #fff;
}
.my-orders-list-box table,
.my-favourites-box table {
    width: 100%;
    text-transform: none;
    font-weight: 600;
    margin-top: 50px;
    box-shadow: 0px 14px 32px 0px rgb(0 0 0 / 15%);
}
.my-orders-list-box th {
    background-color: #f8f9fa;
    padding: 17px 25px;
    font-size: 16px;
}
.my-favourites-box th {
    background-color: #f8f9fa;
    padding: 17px;
    font-size: 16px;
}
.my-orders-list-box td {
    padding: 17px 25px !important;
}
.my-favourites-box td {
    padding: 5px;
}
.my-orders-list-box td img,
.my-favourites-box td img {
    max-width: 33px;
}
.my-orders-list-box td p {
    margin-bottom: 0;
}
.my-orders-list-id-sub {
    font-size: 14px;
    font-weight: 400;
    margin-top: 1rem;
}
.without-shadow {
    box-shadow: none !important;
}

/* .without-shadow th:first-child {
    width: 40%;
}

.without-shadow th:nth-child(2) {
    width: 20%;
}

.without-shadow th:last-child {
    width: 40%;
} */

@media screen and (max-width: 767px) {
    .without-shadow th:first-child {
        width: 40%;
    }
    .without-shadow th:nth-child(2) {
        width: 20%;
    }
    .without-shadow th:last-child {
        width: 40%;
    }
}
.my-orders-list-box #my-orders-collapse th,
.my-orders-list-box #my-orders-collapse td {
    padding: 17px !important;
}
.my-orders-list-box #my-orders-collapse td input,
.my-favourites-box td input {
    max-width: 65px;
    border-radius: 5px;
    border: 4px solid #f8f9fa;
    font-weight: 400;
    padding: 4px 10px;
}
.my-orders-list-box .piece_label,
.my-favourites-box .piece_label {
    display: inline-block;
}
.my-orders-list-box #my-orders-collapse td,
.my-favourites-box td {
    font-weight: 400;
    font-size: 16px;
}
.my-orders-list-box #my-orders-collapse td i,
.my-favourites-box td i {
    color: #ec7623;
    font-size: 20px;
    vertical-align: bottom;
}
.without-shadow a i {
    margin-right: 15px;
    font-size: 16px;
}
.without-shadow a:hover {
    color: #211061;
}
.without-shadow a.orderlink:hover {
    color: #ec7623;
}
.reorder-box {
    margin-top: 50px;
    box-shadow: 0px 14px 32px 0px rgb(0 0 0 / 15%);
    padding: 50px 0;
}
.reorder-box p {
    color: #211061;
    text-transform: none;
}
.amount-sum {
    border-top: 1px lightgray solid;
}
.my-orders-list-box {
    display: none;
}
.my-orders-list-box #my-orders-collapse .amount {
    box-shadow: none !important;
    margin-top: 0 !important;
}
.my-orders-list-box #my-orders-collapse .amount td {
    font-size: 14px !important;
    padding-top: 0 !important;
    padding-bottom: 10px !important;
}
.my-orders-list-box #my-orders-collapse .amount td:last-child {
    font-weight: bold;
    text-align: right !important;
}
.my-orders-list-box #my-orders-collapse .amount .amount-sum td {
    padding-top: 10px !important;
}
.reorder-btn i {
    margin-right: 10px;
}
.buy-btn i {
    margin-left: 10px;
}
.reorder-btn,
.buy-btn {
    background: #ec7623;
    color: #fff;
    border-radius: 4px;
    border: none;
    width: 100%;
    max-width: 96%;
    margin: 15px auto 0;
    line-height: 48px;
    display: block;
    font-weight: 600;
}
.buy-btn {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.my-orders-list-box .popup.success-order img {
    max-width: 100% !important;
}
.my-favourites-box .icon-close {
    cursor: pointer;
    font-size: 18px;
    line-height: 22px;
}
.my-favourites-box td:last-child {
    text-align: center !important;
}
.my-favourites-box {
    margin-bottom: 50px;
    overflow: auto;
}
.my-favourites-box .offer_request_btn_box.addoffer,
.my-orders-list-box .offer_request_btn_box {
    margin-left: 0rem;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    box-shadow: 0 0 0 0 rgb(88 120 243 / 40%);
    -moz-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    width: 100%;
    max-width: fit-content;
    background: #fff;
}
.my-favourites-box .offer_request_btn_box a:hover {
    text-decoration: none;
    color: inherit;
}
.my-orders-box .my-orders-btn:focus {
    box-shadow: 0 0 0 0.2rem rgb(236 118 35 / 25%) !important;
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .my-orders-list-box #my-orders-collapse th,
    .my-orders-list-box #my-orders-collapse td {
        padding: 5px !important;
    }
}
@media screen and (max-width: 991px) {
    .my-orders-list-box #my-orders-collapse .amount td {
        padding: 0 !important;
    }
    .my-orders-list-box #my-orders-collapse .amount {
        margin-top: 50px !important;
    }
}
@media screen and (max-width: 850px) {
    .my-favourites-box td {
        padding: 5px !important;
    }
    .my-favourites-box th {
        padding: 5px;
    }
}
.my-favourites-box td p {
    margin-bottom: 0;
}
@media screen and (max-width: 500px) {
    .my-favourites-box th,
    .my-favourites-box td {
        font-size: 14px;
    }
    .without-shadow th {
        width: auto;
    }
    .my-orders-list-box th {
        padding: 17px 5px;
    }
    .my-orders-list-box td {
        padding: 17px 5px !important;
    }
}
@media screen and (max-width: 400px) {
    .my-favourites-box {
        padding: 25px 10px 35px;
    }
}
.without-shadow a:focus {
    color: #ec7623;
}
.loaded-table,
.not-found-table {
    font-size: 18px;
    font-weight: 600;
}
.loaded-table img {
    margin-left: 20px;
}
.not-found-table img {
    margin-left: 10px;
    max-width: 30px;
}
.load-title {
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
}
.load-title,
.snr-load-animation {
    display: inline-flex;
}
.load-circle:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0.7;
    animation: load-animation-scale 1.5s infinite cubic-bezier(0, 0, 0.49, 1.02);
}
.load-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.orange-circle-1 {
    background-color: #ec77232c;
}
.orange-circle-1::before {
    background-color: #ec77232c;
    animation-delay: 200ms;
}
.orange-circle-2 {
    background-color: #ec77234d;
}
.orange-circle-2::before {
    background-color: #ec77234d;
    animation-delay: 400ms;
}
.orange-circle-3 {
    background-color: #ec772380;
}
.orange-circle-3::before {
    background-color: #ec772380;
    animation-delay: 600ms;
}
.orange-circle-4 {
    background-color: #ec7723c0;
}
.orange-circle-4::before {
    background-color: #ec7723c0;
    animation-delay: 800ms;
}
.orange-circle-5 {
    background-color: #ec7623;
}
.orange-circle-5::before {
    background-color: #ec7623;
    animation-delay: 1000ms;
}
.blue-circle-1 {
    background-color: #2210613f;
}
.blue-circle-1::before {
    background-color: #2210613f;
    animation-delay: 200ms;
}
.blue-circle-2 {
    background-color: #22106179;
}
.blue-circle-2::before {
    background-color: #22106179;
    animation-delay: 400ms;
}
.blue-circle-3 {
    background-color: #221061ab;
}
.blue-circle-3::before {
    background-color: #221061ab;
    animation-delay: 600ms;
}
.blue-circle-4 {
    background-color: #221061d8;
}
.blue-circle-4::before {
    background-color: #221061d8;
    animation-delay: 800ms;
}
.blue-circle-5 {
    background-color: #221061;
}
.blue-circle-5::before {
    background-color: #221061;
    animation-delay: 1000ms;
}
@keyframes load-animation-scale {
    0% {
        transform: scale(1);
    }
    50%,
    75% {
        transform: scale(2.5);
    }
    78%,
    100% {
        opacity: 0;
    }
}
.not-found-section .row-eq-height div[class^="col-"] {
    margin-bottom: 0;
}
.not-found-section .not-found-title,
.logged-out-not-found .not-found-title {
    font-size: 40px;
    font-weight: 700;
    margin-top: 30px;
}
.not-found-section .not-found-text,
.logged-out-not-found .not-found-text {
    font-size: 15px;
    font-weight: 600;
    margin: 30px 0;
}
.not-found-section .not-found-btn a {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    font-weight: 600;
    border-radius: 4px;
    padding: 18px 12px;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 30px;
}
.not-found-section .not-found-btn a:hover {
    color: #211061;
    text-decoration: none;
}
.not-found-image {
    text-align: center;
}
.not-found-image img {
    max-width: 50%;
}
.not-found-form-box {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 25px;
    /*  border: 1px solid rgba(0, 0, 0, .125); */
    /*  margin-top: 50px; */
}
.not-found-form-box label {
    font-weight: 500;
    text-transform: none;
    font-size: 15px;
}
.not-found-form-box .form-group {
    display: block;
    width: 100%;
}
.dynamic-table .not-found-form-box select,
.not-found-form-box input {
    border: none !important;
    box-shadow: 1px 1px 7px gainsboro;
    width: 100% !important;
    font-size: 14px;
}
.not-found-form-box button {
    border: none;
    font-weight: 600;
    font-size: 16px;
    padding: 18px;
    background: none;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 4px;
    margin-top: 30px;
}
.not-found-form-box textarea {
    width: 100%;
    min-height: 70px;
    border: none !important;
    box-shadow: 1px 1px 7px gainsboro;
    padding: 15px;
    font-size: 14px;
}
.not-found-form-box textarea::-webkit-input-placeholder {
    color: #adb5bd;
}
.not-found-form-box textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #adb5bd;
}
.not-found-form-box textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #adb5bd;
}
.not-found-form-box textarea:-ms-input-placeholder {
    color: #adb5bd;
}
.not-found-form-box textarea::placeholder {
    color: #adb5bd;
}
.logged-in.not-found-page {
    background: none;
}
.logged-out-not-found {
    margin: 100px 0;
}
.not-found-btns {
    margin-bottom: 50px;
}
.not-found-btns a {
    transition: 0.5s ease-in;
    background-color: rgb(236 118 35);
    color: #ffffff;
    margin-top: 30px;
    margin-right: 18px;
    padding: 14px 10px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
}
.not-found-btns a:hover {
    animation: pulse-orange 2s infinite;
    text-decoration: none;
}
.logged-out-not-found .not-found-form-box {
    border: none;
}
@media screen and (max-width: 600px) {
    .not-found-form-box textarea {
        min-height: 190px;
    }
}
@media screen and (max-width: 400px) {
    .not-found-form-box .not-found-submit {
        font-size: 14px;
    }
}
.modal-backdrop {
    background-color: transparent;
}
#cartModal {
    background: transparent;
}
#cartModal .modal-content {
    border: none;
    border-radius: 4px;
}
@media (min-width: 576px) {
    #cartModal .modal-dialog {
        max-width: 1110px;
        margin: 1.75rem auto;
    }
}
#cartModal .nav-tabs {
    border: none;
    /*max-width: 800px;*/
    margin: 0 auto;
}
#allCartBtns {
    max-width: 1150px;
    margin: 0 auto;
}
#cartModal .nav .active,
#allCartBtns .nav-link.active {
    background-color: #ec7623 !important;
    color: white !important;
}
#cartModal ul {
    margin-bottom: 16px;
}
#cartModal li a {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-radius: 4px;
    margin: 15px;
    font-weight: 600;
    border: none;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1 ease-in;
    min-width: 265px;
    text-align: center;
}
#allCartBtns {
    margin-top: 25px;
}
#allCartBtns li a {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-radius: 4px;
    margin: 15px 0.95vw;
    font-weight: 600;
    border: none;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1 ease-in;
    min-width: 265px;
    text-align: center;
}
.kosar-page #kosartableDiv #allCart1 a.white-btns.delsubcart {
    display: none;
}
#cartModal li a:hover,
#allCartBtns li a:hover {
    background: #fff;
    border: none;
    color: #ec7623;
}
#cartModal .modal-body {
    padding: 32px;
}
#cartModal tr#headerth {
    position: sticky;
    top: -30px;
    z-index: 2;
}
#cartModal table th {
    text-align: left;
    padding: 20px 10px;
}
#cartModal table {
    text-transform: none;
}
#cartModal table td,
#cartModal table th i,
#cartModal .icon-close,
#cartModal table td label {
    font-weight: 600 !important;
    border: none;
}
#cartModal .icon-close {
    cursor: pointer;
}
#cartModal .table-box {
    margin-top: 40px;
    height: 300px;
    overflow: auto;
    overflow-x: hidden;
}
#totalWeight + i .tooltip-delivery,
.dynamic-table #headerth .tooltip,
#cartModal .tooltip,
.all-cart-box .tooltip,
#bonus-table .tooltip,
.checkout-page .tooltip,
.cart-page .tooltip,
.my-orders-list-box #headerth .tooltip,
.my-favourites-box #headerth .tooltip,
.auction-section .icon.icon-info .tooltip {
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: visibility 0s, opacity 0.25s linear;
    max-width: max-content;
    font-size: 13px !important;
    background-color: #eb7624;
    border-radius: 4px;
    padding: 5px 10px;
    font-weight: 600 !important;
    color: #fff !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    white-space: nowrap;
    height: auto;
    margin-left: 10px;
    margin-top: -4px;
}

#cartModal .dynamic-table tbody {
    position: relative;
    top: -30px;
}

#cartModal .table-box.all-cart-box tbody {
    position: relative;
    top: -10px;
}

#cartModal .dynamic-table .table-box,
#cartModal .table-box {
    padding: 30px 0;
}

#cartModal .table-box .my-favourites-title {
    padding: 0 20px 30px;
}

#cartModal .icon-social-dropbox,
#totalWeight + i,
.dynamic-table #headerth th i,
#cartModal th i,
#bonus-table th i,
.checkout-page .discounted-price,
.cart-page .discounted-price,
.my-orders-list-box #headerth th i,
.my-favourites-box #headerth th i,
.auction-section .icon.icon-info {
    cursor: pointer;
    position: relative;
}

#cartModal .icon-social-dropbox:hover > span.tooltip,
#totalWeight + i:hover > span,
.dynamic-table #headerth th:hover > i > span,
#cartModal th:hover > i > span,
.all-cart-box th:hover > i > span,
#bonus-table th:hover > i > span,
.checkout-page .discounted-price:hover span,
.cart-page .discounted-price:hover span,
.my-orders-list-box #headerth th:hover > i > span,
.my-orders-list-box #headerth th:hover > a > i > span,
.my-favourites-box #headerth th:hover > i > span,
.my-favourites-box #headerth th:hover > a > i > span,
.auction-section .icon.icon-info:hover > span.tooltip,
.comparison-table .media-body:hover > span.tooltip,
.comparison-table td:hover > span.tooltip {
    opacity: 1;
    visibility: visible;
    display: inline;
}

.dynamic-table #headerth .tooltip::before,
#cartModal .tooltip::before,
.all-cart-box .tooltip::before,
.my-orders-list-box #headerth .tooltip::before,
.my-favourites-box #headerth .tooltip::before,
.auction-section .icon.icon-info .tooltip::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 7px;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent #eb7624;
}

#cartModal #totalWeight,
#cartModal .tooltip-delivery,
.order-sum-delivery-info span {
    background: transparent;
    height: 5px;
}

#cartModal .tooltip-delivery {
    left: -320px;
    white-space: normal !important;
    max-width: 300px !important;
    position: absolute;
}

.penztar-delivery-cost span {
    height: 5px;
    background: transparent;
}

.order-sum-delivery-info .tooltip-delivery.tooltip,
.auction-section .icon.icon-info span.tooltip {
    width: 220px;
    white-space: normal !important;
    max-width: 300px !important;
    position: absolute;
}

@media screen and (max-width: 1600px) {
    .order-sum-delivery-info .tooltip-delivery.tooltip,
    .auction-section .icon.icon-info span.tooltip {
        left: -240px;
    }
    .order-sum-delivery-info .tooltip-delivery.tooltip::before,
    .auction-section .icon.icon-info span.tooltip::before {
        right: 1px;
        transform: rotate(180deg);
        transform-origin: right;
    }
}

#cartModal .grand-total .tooltip,
#cartModal .ajanlat-grand-total .tooltip {
    left: -140px;
}

#cartModal .tool-tip__icon.icon-close .tooltip,
.comparison-table .icon-comparison .tooltip {
    left: -80px;
}

#cartModal .tooltip-delivery::before,
#cartModal .grand-total .tooltip::before,
#cartModal .tool-tip__icon.icon-close .tooltip::before,
#cartModal .ajanlat-grand-total .tooltip::before,
.comparison-table .icon-comparison .tooltip::before {
    right: 1px;
    transform: rotate(180deg);
    transform-origin: right;
}

#suffixSection .dynamic-table #headerth th.down-tooltip-th > i > span,
.elotag-utojel-page .elotag-utojel-box #headerth th.down-tooltip-th > i > span,
#prefixSection .dynamic-table #headerth th:hover > i > span{
    transition: none;
    left: -15px;
    top: 30px;
}
#suffixSection .dynamic-table #headerth th.down-tooltip-th:hover > i > span,
.elotag-utojel-page .elotag-utojel-box #headerth th.down-tooltip-th:hover > i > span {
    opacity: 0;
}

#suffixSection .dynamic-table #headerth th.down-tooltip-th i:hover > span,
.elotag-utojel-page .elotag-utojel-box #headerth th.down-tooltip-th i:hover > span {
    opacity: 1 !important;
}

#suffixSection .dynamic-table #headerth th.down-tooltip-th .tooltip::before,
.elotag-utojel-page .elotag-utojel-box #headerth th.down-tooltip-th .tooltip::before,
#prefixSection .dynamic-table #headerth .tooltip::before{
    left: 11px;
    top: -9px;
    transform: rotateZ(90deg);
}

#cartModal .icon-social-dropbox span.tooltip::before {
    transform: rotateZ(0deg);
}

@media screen and (max-width: 1430px) {
    .icon-star .tooltip {
        left: -140px;
    }
    .icon-star .tooltip::before {
        right: 1px;
        transform: rotate(180deg);
        transform-origin: right;
    }
}
@media screen and (max-width: 1430px) {
    .icon-close .tooltip {
        left: -65px;
    }
    .icon-close .tooltip::before {
        right: 1px;
        transform: rotate(180deg);
        transform-origin: right;
    }
}
@media screen and (max-width: 700px) {
    #cartModal .quantity .tooltip {
        left: -135px;
    }
    #cartModal .quantity .tooltip::before {
        right: 1px;
        transform: rotate(180deg);
        transform-origin: right;
    }
}
#cartModal .dynamic-table:last-child .table-box {
    height: auto;
}
#cartModal .table-box .text-left {
    font-weight: 500;
    font-size: 15px;
}
#cartModal .table-box .text-right {
    font-weight: 600;
    font-size: 15px;
}
#cartModal .table-box .d-flex {
    margin-bottom: 5px;
    padding: 0 25px;
}
#cartModal .d-flex.all {
    border-top: 1px lightgray solid;
    margin-top: 10px;
    padding-top: 10px;
}
#cartModal .goPay i {
    color: #fff;
}
#cartModal .goPay {
    background: #ec7623;
    color: #fff;
    border-radius: 4px;
    border: none;
    width: 100%;
    max-width: 96%;
    margin: 15px auto 0;
    line-height: 48px;
    display: block;
    font-weight: 600;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    font-size: 16px;
}
#cartModal .free-delivery-alert i {
    color: #fff;
    font-size: 15px !important;
}
#cartModal .free-delivery-alert {
    padding: 9px 16px;
    background-color: #ec7623;
    font-size: 13px !important;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
#cartModal .modal-dialog {
    margin-top: 80px;
}
#cartModal .modal-dialog::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(255, 255, 255);
    border-image: none;
    border-style: solid;
    border-width: 8px;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 86%;
    margin-left: -8px;
    pointer-events: none;
    position: absolute;
    width: 0;
    top: -16px;
    z-index: 9999;
}
@media screen and (max-width: 600px) {
    #cartModal .free-delivery-alert {
        font-size: 11px !important;
    }
    #cartModal .table-box {
        padding: 30px 5px;
        overflow-x: auto;
    }
    #cartModal .modal-body {
        padding: 32px 0;
    }
}
@media screen and (max-width: 767px) {
    #cartModal .modal-dialog::before {
        left: 78%;
    }
}

.free-delivery-alert span {
    height: inherit;
}

.dynamic-table th i.icon-percent {
    font-style: inherit;
}
.all-cart-box table {
    box-shadow: 0px 14px 32px 0px rgb(0 0 0 / 15%);
    margin-top: 20px;
    font-size: 16px !important;
}
.all-cart-box th {
    /* text-align: center !important; */
    /* padding: 20px 0; */
    padding: 20px 10px;
    position: relative;
}
.all-cart-box td {
    /* text-align: center !important; */
    padding: 5px 10px !important;
    white-space: nowrap;
}
.search-section.interchange-search-box .dynamic-table.search_results.results_after_login.interchange td {
    white-space: normal;
}
.all-cart-box th i,
.my-orders-list-box #headerth th i,
.my-favourites-box #headerth th i {
    font-weight: 600 !important;
    font-size: 18px;
}
.all-cart-box .table-overflow {
    margin-bottom: 50px;
    /* overflow: auto; */
}
@media (max-width: 1199.98px) {
    .all-cart-box .table-overflow {
        overflow: auto;
    }
}
#cartModal .all-cart-box .table-overflow {
    margin-bottom: 0px;
}

.all-cart-box table .discounted-price,
.manufacturer {
    font-weight: 600 !important;
}
.all-cart-box table td i {
    cursor: pointer;
}
.all-cart-box table td img {
    max-width: 30px;
}
.all-cart-box .icon-refresh {
    font-size: 16px !important;
    color: #211061;
}
.project-discount label {
    font-size: 14px !important;
    font-weight: 600;
}
.project-discount input {
    width: 100% !important;
    font-size: 14px;
    box-shadow: 1px 1px 7px gainsboro;
    height: 46px;
}
.project-discount {
    margin-bottom: 50px;
}
.white-btns i {
    color: #211061;
    font-weight: 600;
    margin-left: 5px;
}
.white-btns {
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 12px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.white-btns:hover,
.white-btns:hover i {
    text-decoration: none;
    color: #ec7623;
}
.orange-btns {
    background: #ec7623;
    border-radius: 4px;
    color: #fff;
    padding: 12px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    font-size: 16px;
    font-weight: 600;
}
.orange-btns i {
    color: #fff;
    margin-left: 5px;
}
.orange-btns:hover {
    text-decoration: none;
    color: #fff;
}
.all-cart-box {
    margin-bottom: 100px;
}
.my-cart-btns a {
    vertical-align: text-bottom;
}
/* @media screen and (max-width: 1050px) {
    .table-overflow {
        overflow: auto;
    }
} */

/*.my-cart-btns a:first-child {
    margin-right: 3vw;
}*/
@media screen and (max-width: 991px) {
    .my-cart-btns a:first-child {
        margin-right: 0;
    }
    .my-cart-btns .d-flex,
    .my-cart-btns a {
        display: block !important;
    }
    .my-cart-btns > div > div:first-child a {
        max-width: 185px;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 35px;
    }
    .my-cart-btns > div > div:last-child a {
        max-width: 215px;
        text-align: center;
        margin-bottom: 30px;
    }
    .my-cart-btns > div > div:last-child > div {
        float: right;
    }
}
@media screen and (max-width: 600px) {
    .my-cart-btns > div > div {
        width: 100% !important;
        max-width: 100% !important;
        flex: auto !important;
    }
    .my-cart-btns > div > div:first-child a {
        margin: 5px auto 35px;
    }
    .my-cart-btns > div > div:last-child a {
        margin: 30px auto 30px;
    }
    .my-cart-btns > div > div:last-child > div {
        float: none;
    }
}
.order-data .form-group {
    display: block;
    margin-right: 0;
}
.order-data section {
    margin-top: 50px;
}
.order-data label {
    font-size: 14px;
    font-weight: 600;
}
.order-data select,
.order-data textarea,
.order-data input {
    width: 100% !important;
    height: 46px;
    border-radius: 4px;
    box-shadow: 1px 1px 7px gainsboro;
    border: none;
    font-size: 14px;
}

.order-data textarea {
    min-height: 96px;
}

.form-control:focus {
    border-color: #ec772380 !important;
    box-shadow: 0 0 0 0.2rem #ec772380 !important;
}

.order-sum-right-text {
    padding: 3px 25px;
    font-weight: 400;
    font-size: 15px;
}

.order-sum-right-text > div:last-child {
    font-weight: 600;
}

.reorder-box .order-sum-right-text > div:last-child {
    font-weight: 500;
}

.order-sum-left-text {
    padding: 5px 0;
    font-weight: 400;
    font-size: 15px;
}

.order-sum-orange-box i,
.order-data-orange i {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-right: 20px;
}

.order-sum-orange-box,
.order-data-orange {
    background: #ec7723;
    color: #fff;
    border-radius: 4px;
    padding: 15px;
    margin-top: 10px;
    max-width: 500px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.order-sum-orange-box #megjegyzes {
    display: initial;
}

.order-data-orange {
    max-width: 100%;
    display: inline-block;
    margin: 30px 0 50px;
}

.buy-btn i {
    color: #fff;
}

.order-sum-right-text.amount-sum {
    padding-top: 11px;
    margin-top: 11px;
}

.order-data .label-text {
    display: inline-block;
    color: #211061;
    font-weight: 600;
}

.discount-summary {
    background-color: #4fff5554;
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    margin: 0 10px;
    padding: 5px 15px !important;
}

.delivery-note-check {
    margin-bottom: 40px;
    padding: 0;
    display: inline-block;
    text-align: left;
}
.delivery-note-check .toggle {
    margin-right: 10px;
}
@media screen and (max-width: 1350px) {
    .icon-wallet .tooltip {
        left: -95px;
    }
    .icon-wallet .tooltip::before {
        right: 1px;
        transform: rotate(180deg);
        transform-origin: right;
    }
}
@media screen and (max-width: 991px) {
    .order-sum-orange-box {
        margin-bottom: 30px;
    }
    .order-sum-right-text {
        padding: 3px 0px;
    }
    .buy-btn,
    .order-sum-orange-box {
        max-width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .cart-boxs .table-box {
        padding: 10px;
    }
}
@media screen and (max-width: 600px) {
    .delivery-note-check .label-text {
        white-space: normal;
        max-width: 88%;
        vertical-align: middle;
    }
}

#collapseinterchange {
    padding: 25px;
}
#collapseinterchange .form-group label,
#bonusModal .form-group label {
    font-size: 14px;
    font-weight: 600;
}
#collapseinterchange .form-group select,
#collapseinterchange .form-group input,
#bonusModal .form-group input {
    width: 100%;
    height: 46px;
    border-radius: 4px;
    border: none;
    font-size: 14px;
    box-shadow: 1px 1px 7px gainsboro;
}
#collapseinterchange .form-group,
#bonusModal .form-group {
    display: block;
    margin-right: 0;
}
#collapseinterchange .my-orders-btn {
    font-size: 16px;
}
@media screen and (max-width: 1350px) {
    #collapseinterchange .icon-wallet .tooltip {
        left: auto;
    }
    /*.icon-wallet .tooltip::before {
        left: -7px;
        right: auto;
        transform: none;
        transform-origin: inherit;
    }*/
}

.green-square {
    background: #1ed600;
    width: 17px;
    height: 17px;
    display: inline-block;
}
#collapseinterchange th i {
    cursor: pointer;
}
#collapseinterchange td i:hover > span,
#collapseinterchange td:hover > span,
.manufacturers-catalog td:hover span {
    opacity: 1;
    visibility: visible;
    display: inline;
}
#collapseinterchange td.manufacturer {
    cursor: pointer;
}
.green-square .tooltip {
    margin-left: 18px;
}
#collapseinterchange td a:hover {
    font-weight: 400;
    color: #211061;
    text-decoration: underline;
}
#collapseinterchange td a {
    font-size: 16px;
}
@media screen and (max-width: 1150px) {
    #collapseinterchange .table-overflow {
        overflow: auto;
    }
}
.interchange-search-box .my-favourites-title {
    line-height: normal;
}
.interchange-search-box .my-favourites-title a {
    color: #211061;
}
.interchange-search-box .my-favourites-title a:hover {
    text-decoration: underline;
}
/*@media screen and (max-width: 450px) {
.interchange-search-box .my-favourites-title span {line-height: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 190px;}
}*/

/* B?nusz oldal */

.bonus-page {
    margin-top: 100px;
}

.bonus-right-item {
    -webkit-box-shadow: 0px 14px 32px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 14px 32px 0px rgb(0 0 0 / 15%);
    margin-bottom: 50px;
    border-radius: 4px;
    background-color: #fff;
}

.bonus-right-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

@media (max-width: 992px) {
    .bonus-right-item img {
        max-height: 30rem;
    }
}

@media (max-width: 576px) {
    .bonus-right-item img {
        max-height: 15rem;
    }
}

.bonus-content-box {
    padding: 0 15%;
}
.bonus-item-title {
    font-size: 26px;
    color: #211061;
    font-weight: 700;
    margin-bottom: 15px;
    padding-top: 25px;
}
.bonus-number {
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    color: #ec7623;
    margin-bottom: 30px;
}
.bonus-text {
    font-size: 14px;
    font-weight: 600;
}
.bonus-btn {
    padding-bottom: 25px;
}
.bonus-btn button {
    background-color: #ec7623;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    margin-top: 50px;
    box-shadow: 0px 14px 32px 0px rgb(0 0 0 / 15%);
}
.bonus-btn button:hover {
    animation: pulse-orange 2s infinite;
}
.bonus-left-number {
    color: #ec7623;
    font-weight: 700 !important;
    font-size: 17px !important;
    margin: 25px 0 !important;
}
.bonus-page .my-account-content p {
    margin-bottom: 20px;
}
.bonus-page .my-account-content a {
    color: #ec7623;
    text-decoration: none;
}
.bonus-page .my-account-content a:hover {
    text-decoration: underline;
}
#bonus-table td {
    padding: 10px !important;
    white-space: nowrap;
}
#bonus-table th i {
    font-weight: 600;
}
.bonus-page #bonus-table td i {
    font-size: initial;
    font-style: initial;
}
.bonus-page .my-favourites-box #bonus-table td:last-child {
    text-align: left !important;
}
.bonus.modal {
    background: rgb(0 0 0 / 50%);
}
.bonus .my-favourites-box {
    margin: 0;
}
.bonus .my-favourites-title {
    margin-bottom: 30px;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1000px !important;
    }
}
.modal-popup-image-box {
    overflow: hidden;
    max-height: 210px;
    border-radius: 4px;
    margin: 0 25px;
}
.modal-popup-image-box img {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 4px;
}
#bonusModal .close {
    position: absolute;
    top: 2rem;
    right: 3rem;
    color: #ec7623;
    font-size: 24px;
}
#bonusModal {
    font-weight: 600;
}
.bonus-page .my-account-left-box {
    margin-bottom: 50px;
}
button,
input,
optgroup,
select,
textarea {
    font-family: "Inter", sans-serif !important;
    font-size: 16px;
}
@media (max-width: 767px) {
    #bonusModal .white-btns {
        display: block;
        max-width: 350px;
        margin: 20px auto;
    }
}
@media (max-width: 575px) {
    .modal-popup-image-box {
        margin: 0;
    }
    .interchange-search-box .all-cart-box {
        padding: 30px 10px;
    }
    .interchange-search-box #collapseinterchange {
        padding: 25px 10px;
    }
}
.checkout-page td .piece_label {
    font-size: 16px;
}
.cart-page td .piece_label {
    font-size: 13px;
}
.checkout-page th i {
    position: relative;
}
@media screen and (max-width: 1350px) {
    .checkout-page .icon-wallet .tooltip {
        left: -140px;
    }
    .cart-page .icon-wallet .tooltip {
        left: -115px;
    }
}

/* Gy?rt?i katal?gus */

.manufacturers-catalog {
    margin-bottom: 10rem;
}
.manufacturers-catalog .catalog-text {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 50px;
}
.icon-arrow-down:before {
    content: "\e07b";
}
.manufacturers-catalog th,
.manufacturers-catalog td {
    text-align: left !important;
    padding: 10px !important;
    text-transform: none;
}
.manufacturers-catalog th i {
    font-size: 17px !important;
    cursor: pointer;
}
.manufacturers-catalog .tooltip {
    width: 325px;
    white-space: normal;
}
.manufacturers-catalog table img {
    max-width: 17px !important;
}
.manufacturers-catalog table td:nth-child(3) {
    font-weight: 600;
}
.manufacturers-catalog table td i {
    color: #211061;
    font-weight: 600 !important;
}
@media (max-width: 515px) {
    .manufacturers-catalog .my-orders-box {
        padding: 25px 0px 35px;
    }
    .manufacturers-catalog .table-box {
        padding: 5px;
    }
    .manufacturers-catalog .pagination i {
        font-size: 14px !important;
    }
    .manufacturers-catalog .pagination a {
        font-size: 12px;
    }
    .manufacturers-catalog .my-orders-title {
        padding-left: 25px;
    }
}

/*----------------------------------------------
------------- Popup messages -------------------
----------------------------------------------*/

.fade:not(.show) {
    z-index: -1;
}

.html-popups {
    position: fixed;
    min-width: 305px;
    height: 100px;
    padding: 2rem;
    bottom: 40px;
    right: 30px;
    z-index: 9999;
    box-shadow: 0px 14px 32px 0px rgb(0 0 0 / 15%);
    border-radius: 4px;
    background: #fff;
    font-weight: bold;
}

@media (max-width: 575.98px) {
    .html-popups {
        padding: 1rem;
        margin: 0 3px;
        right: 4px;
        left: 4px;
        min-width: 240px;
    }
}

.html-popups i {
    font-weight: bold;
    font-size: 35px;
}

.html-popups.successful i {
    color: #ec7623;
}

.html-popups.unsuccessful,
.html-popups.warning {
    border-left: solid 5px #211061;
}

.html-popups.successful {
    border-left: solid 5px #ec7623;
}

.unsuccessful .html-popup-line-one {
    font-size: 20px;
}

.unsuccessful .html-popup-line-two {
    font-size: 15px;
}

.warning .html-popup-line-one,
.successful .html-popup-line-one {
    font-size: 20px;
    color: #ec7623;
}

.warning .html-popup-line-two {
    font-size: 15px;
}

.successful .html-popup-line-two {
    font-size: 15px;
    color: #ec7623;
}

.manufacturers-catalog .all-cart-box table {
    overflow: visible;
}

@media screen and (max-width: 1050px) {
    .manufacturers-catalog th:last-child .tooltip {
        left: -50px;
    }
    .manufacturers-catalog td:nth-child(3) .tooltip {
        left: 0;
        top: -100px;
    }
    .manufacturers-catalog td:nth-child(3) .tooltip::before {
        left: 50%;
        top: 96%;
        transform: rotate(-90deg);
    }
    .manufacturers-catalog th:last-child .tooltip::before {
        right: 1px;
        transform: rotate(180deg);
        transform-origin: right;
    }
}

.warning-popup.white-btns,
.favourites-popup.white-btns,
.request-popup.white-btns {
    background: #fff;
}

.warning-popup.white-btns i {
    color: #ec7623;
}

#notRegistredModal .modal-dialog,
#warningPopupModal .modal-dialog,
#favouritesPopupModal .modal-dialog,
#removeCartModal .modal-dialog,
#newCartModal .modal-dialog,
#missingPopupModal .modal-dialog,
#removeAddressModal .modal-dialog,
#fixedPriceModal .modal-dialog {
    max-width: 500px !important;
}

#requestPopupModal .modal-dialog {
    max-width: 750px !important;
}

#notRegistredModal.modal,
#warningPopupModal.modal,
#favouritesPopupModal.modal,
#requestPopupModal.modal,
#removeCartModal.modal,
#newCartModal.modal,
#missingPopupModal.modal,
#removeAddressModal.modal,
#fixedPriceModal.modal {
    background: rgb(0 0 0 / 50%);
}

#notRegistredModal,
#warningPopupModal,
#requestPopupModal label {
    text-transform: none;
}

#requestPopupModal .form-group {
    width: 100%;
}

#requestPopupModal label {
    font-size: 15px;
    font-weight: 500;
}

#notRegistredModal .modal-content,
#warningPopupModal .modal-content,
#favouritesPopupModal .modal-content,
#removeCartModal .modal-content,
#newCartModal .modal-content,
#missingPopupModal .modal-content,
#removeAddressModal .modal-content {
    border-radius: 5px;
    border-left: 6px solid #ec7623;
}

#notRegistredModal,
#warningPopupModal {
    /*z-index: 1051;*/
    z-index: 99999;
}

#requestPopupModal {
    z-index: 10001;
}

#requestPopupModal .offer_request_btn_box a {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    padding: 0.75rem 1rem;
}

.modal-backdrop.fade.show {
    opacity: 0.5;
}

.popup-title {
    color: #ec7623;
    font-size: 20px;
    font-weight: 700;
}

.popup-content {
    font-weight: 600;
}

#requestPopupModal input,
#requestPopupModal textarea,
#newCartModal input {
    font-size: 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 1px 1px 7px gainsboro;
    padding: 6px 12px;
}

#requestPopupModal input,
#newCartModal input {
    height: 36px;
}

#requestPopupModal .white-btns {
    text-transform: none;
}

#allCartBtns a img,
#cartModal li a img {
    position: absolute;
    right: -10px;
    top: -15px;
    width: 25px;
    height: auto;
}
.add-new-cart {
    opacity: 0.5;
}
.add-new-cart:hover {
    opacity: 1;
}
.add-new-cart i,
.add-new-cart a {
    color: #ec7623;
}
.add-new-cart i {
    font-size: 19px;
    font-weight: 700;
    vertical-align: text-bottom;
}
@media screen and (max-width: 450px) {
    #favouritesPopupModal a i {
        display: none;
    }
    #favouritesPopupModal .white-btns {
        padding: 8px;
    }
}
.ui-widget-content,
.ui-widget-content a {
    color: #211061;
}

a.helyettesitolink:hover {
    color: #ec7623;
}

.ui-autocomplete {
    background: #fff;
    list-style: none;
}
.ui-autocomplete li {
    /*  padding: 5px 15px; */
    padding: 5px 50px;
    cursor: pointer;
}
.interchange-page .ui-autocomplete li {
    padding: 5px;
}
.close-cart {
    position: absolute;
    top: 1rem;
    right: 2rem;
    font-size: 3.5rem;
    color: #ec7623;
}

.close-cart:hover {
    opacity: 1 !important;
    color: #ec7623;
}

i.icon-refresh.cartamount {
    cursor: pointer;
    color: #ec7623;
    font-size: 18px !important;
    vertical-align: text-bottom;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    border: none !important;
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 10%);
    border-radius: 0 0 5px 5px;
}
.ui-autocomplete .ui-state-active,
.ui-autocomplete .ui-widget-content .ui-state-active,
.ui-autocomplete .ui-widget-header .ui-state-active,
.ui-autocomplete a.ui-button:active,
.ui-autocomplete .ui-button:active,
.ui-autocomplete .ui-button.ui-state-active:hover {
    background-color: #ec7623 !important;
    border: none !important;
    padding: 5px;
    color: #fff;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#helyettesitoResultsTable i.fas {
    color: #ec7623;
    margin-left: 5px;
}

tr.rendelt {
    background: -moz-linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 20%,
        rgba(240, 240, 240, 1) 100%
    );
    background: -webkit-linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 20%,
        rgba(240, 240, 240, 1) 100%
    );
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(246, 246, 246, 1) 20%,
        rgba(240, 240, 240, 1) 100%
    );
}

/* 404-es szekci?k */

.dynamic-table.search_results.results_after_login .not-found-title {
    font-size: 40px;
    font-weight: 700;
    margin-top: 30px;
}

.dynamic-table.search_results.results_after_login .not-found-text {
    font-size: 15px;
    font-weight: 600;
    margin: 30px 0;
}

.dynamic-table.search_results.results_after_login .not-found-btn a {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    font-weight: 600;
    border-radius: 4px;
    padding: 18px 12px;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 30px;
}

.dynamic-table.search_results.results_after_login .not-found-btn a:hover {
    color: #211061;
    text-decoration: none;
}

/* BACKGROUNDS */

body {
    background: url(../image/no-login-bg.jpg) no-repeat top center;
}

.faq-page {
    background: url(../image/faq-bg.jpg) no-repeat top center;
}

.kapcsolat-page {
    background: url(../image/kapcsolat_bg.png) no-repeat top center;
}

.kapcsolat-section-page {
    margin-top: 100px;
}

.fiokom-page {
    background: url(../image/fiokom_bg.png) no-repeat top center;
}

.fiokom-section-page {
    margin-top: 100px;
}

.interchange-page {
    background: url(../image/interchange_bg.png) no-repeat top center;
}

.interchange-page .search-section.interchange-search-box {
    min-height: 75vh;
}

.kepviselt-gyartok-page {
    background: url(../image/kepviseltgyartok_bg.png) no-repeat top center;
}

.ajanlatok-page {
    background: url(../image/ajanlatok_bg.png) no-repeat top center;
}

.kosar-page {
    background: url(../image/kosar_bg.png) no-repeat top center;
}

.penztar-page,
.order-confirmed-page {
    background: url(../image/penztar_bg.png) no-repeat top center;
}

.gyartoikatalogus-page {
    background: url(../image/gyartoikatalogus_bg.png) no-repeat top center;
}

.bonusz-page {
    background: url(../image/bonus_bg.png) no-repeat top center;
}

.nepszerutermekek-page {
    background: url(../image/nepszerutermekek_bg.png) no-repeat top center;
}

.elotag-utojel-page {
    background: url(../image/elotagutojel_bg.png) no-repeat top center;
}

.disable-page {
    background: url(../image/disable_bg.png) no-repeat top center;
}

.auction-page {
    background: url(../image/auction_bg.png) no-repeat top center;
}

.osszehasonlito {
    background: url(../image/osszehasonlito_bg.png) no-repeat top center;
}

body.karosodas {
    background: url(../image/karosodas_bg.png) no-repeat top center;
}

body.special_akcio {
    background: url(../image/special_akcio_bg.png) no-repeat top center;
}

/* FAQ - GYIK */

.faq-title {
    color: #ec7623;
    font-weight: 600;
    font-size: 32px;
    width: 100%;
    max-width: 940px;
    margin: 100px auto 0;
    display: block;
    text-transform: capitalize;
}
.faq-search-input-box > div {
    width: 100%;
    max-width: 920px;
    margin: 25px auto 0;
    position: relative;
}
.faq-search-input-box input {
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    border: none;
    border-radius: 6px;
    display: block;
    padding: 20px 35px;
    width: 100%;
}
.faq-type {
    background: #fff;
    margin-top: -25px;
    padding-top: 140px;
    margin-bottom: 150px;
}
.faq-type .faq-img {
    max-width: 64px;
}
.faq-type-title {
    font-weight: 600;
    color: #211061;
    margin: auto;
    font-size: 20px;
}
.faq-type .nav-link {
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    padding: 27px 0;
    border-radius: 6px;
    margin: 0 8px 50px !important;
    max-width: 195px;
}
.faq-type .nav-link.active {
    background-color: #ec7623;
}
.faq-type .nav-link.active .faq-type-title {
    color: #fff;
}
.faq-collapse-item {
    max-width: 920px;
    margin: 0 auto;
}
.faq-collapse-item a.collapse-title {
    width: 100%;
    position: relative;
    display: block;
    color: #211061;
    font-size: 15px;
    font-weight: 700;
    padding: 16px 35px 16px 16px;
}
.faq-collapse-item > a.collapsed::before {
    content: "";
    border: solid #ec7623;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg) translate(0, -50%);
    -webkit-transform: rotate(45deg) translate(0, -50%);
    position: absolute;
    right: 25px;
    top: 50%;
}
.faq-collapse-item > a::before {
    content: "";
    border: solid #ec7623;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg) translate(0, -50%);
    -webkit-transform: rotate(-135deg) translate(0, -50%);
    position: absolute;
    right: 20px;
    top: 50%;
}
.faq-collapse-item {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-radius: 6px;
    border-left: 5px solid #ec7623;
    margin-bottom: 15px;
}

/* TABLE */

.faq-collapse-item .table-wrapper {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    margin: 5rem 0;
}

.faq-collapse-item .fl-table {
    border-radius: 5px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.faq-collapse-item .fl-table td,
.fl-table th {
    text-align: center !important;
    padding: 8px;
}

.faq-collapse-item .fl-table thead th {
    color: #ffffff;
    background: #3d3d40;
}

.faq-collapse-item .fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #dd002e;
}

.faq-collapse-item .fl-table tr:nth-child(even) {
    background: #f8f8f8;
}

/* Responsive */

@media (max-width: 767px) {
    .faq-collapse-item .fl-table {
        display: block;
        width: 100%;
    }

    .faq-collapse-item .fl-table thead,
    .faq-collapse-item .fl-table tbody,
    .faq-collapse-item .fl-table thead th {
        display: block;
    }

    .faq-collapse-item .fl-table thead th:last-child {
        border-bottom: none;
    }

    .faq-collapse-item .fl-table thead {
        float: left;
    }

    .faq-collapse-item .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }

    .faq-collapse-item .fl-table td,
    .faq-collapse-item .fl-table th {
        padding: 20px 0.625em 0.625em 0.625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }

    .faq-collapse-item .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }

    .faq-collapse-item .fl-table tbody tr {
        display: table-cell;
    }

    .faq-collapse-item .fl-table tbody tr:nth-child(odd) {
        background: none;
    }

    .faq-collapse-item .fl-table tr:nth-child(even) {
        background: transparent;
    }

    .faq-collapse-item .fl-table tr td:nth-child(odd) {
        background: #f8f8f8;
        border-right: 1px solid #e6e4e4;
    }

    .faq-collapse-item .fl-table tr td:nth-child(even) {
        border-right: 1px solid #e6e4e4;
    }

    .faq-collapse-item .fl-table tbody td {
        display: block;
        text-align: center;
    }
}

.faq-collapse-item .sarga-bg {
    background-color: #fcbf00 !important;
}

.faq-collapse-item .kek-bg {
    background-color: #141b4d !important;
}

.faq-collapse-item .piros-bg {
    font-weight: 600;
    background-color: #dd002e !important;
    color: #ffffff !important;
}
.faq-collapse-item .szurke-bg {
    font-weight: 600;
    background-color: #3d3d40 !important;
    color: #ffffff !important;
}

.faq-section .faq-collapse-text {
    padding: 50px;
    font-size: 16px;
}
.faq-section .faq-collapse-text p {
    font-size: 16px;
    text-transform: none;
}
.faq-collapse-text img,
.faq-collapse-text video {
    max-width: 100%;
}
.faq-section {
    margin-bottom: 100px;
}
#faqUL {
    list-style-type: none;
    padding: 0;
    margin: -5px auto 0;
    background: #fff;
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 0 0 6px 6px;
    box-shadow: 0px 10px 8px 0px rgb(0 0 0 / 15%);
    max-height: 355px;
    overflow: hidden;
    display: none;
}
#faqUL li {
    margin: 0 20px;
}
#faqUL li:hover {
    background-color: #f9f9f9;
}
#faqUL li a {
    display: block;
    color: #ee8439;
    font-weight: 500;
    padding: 10px 15px;
}
#faqUL li a img {
    max-width: 30px;
    margin-right: 15px;
}
.faq-section-title {
    font-weight: 600;
    color: #ec7623;
    font-size: 24px;
    margin-bottom: 50px;
}
.faq-collapse-text img.faq-delviery-comp {
    max-width: 128px;
}
.copy-paste-btn {
    background: transparent;
    color: #ec7623;
}
.faq-section .faq-collapse-text a,
.faq-section .faq-collapse-text i {
    color: #ec7623;
}
.disable-click {
    pointer-events: none;
}
@media screen and (max-width: 991px) {
    .faq-title {
        text-align: center;
    }
    .faq-search-input-box {
        max-width: 80%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 600px) {
    .faq-section .faq-collapse-text {
        padding: 50px 15px;
    }
}
@media screen and (max-width: 450px) {
    .faq-type .nav-link {
        max-width: 80%;
    }
    .faq-search-input-box {
        max-width: 100%;
    }
}

/* Bemutatkoz? oldal */

#header-bg-video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
header.introduction {
    margin: 0;
    padding-top: 20px;
}
.introduction nav ul li i {
    color: #fff;
}
.introduction .profil-btn {
    padding: 12px 10px;
}
.intro-header-text {
    color: #fff;
    padding-left: 15px;
    font-size: 96px;
    font-weight: 700;
    position: absolute;
    max-width: 100%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 1270px;
}
.intro-header-text span {
    color: #ec7623;
    font-size: 56px;
}
.bg-video-overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
}
.intro-title {
    font-size: 38px;
    color: #ec7623;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin-bottom: 20px;
}
.why-bex,
.delivery-europe,
.sticky-animation-right,
.sticky-animation-left,
.all-device,
.buying {
    padding-top: 200px;
}
.all-device {
    overflow: hidden;
    padding-bottom: 140px;
}
.why-bex p,
.delivery-europe p,
.sticky-animation-right p,
.sticky-animation-left p,
.trust-bex p,
.all-device p,
.buying p {
    font-size: 18px;
    line-height: 32px;
    text-transform: none;
    color: #211061;
}
.why-bex-item {
    padding: 32px;
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    margin: 15px 0;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    top: 0;
}
.why-bex-item:hover,
.why-bex-item.hovered-item {
    top: -5px;
}
.why-bex-item p {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}
.why-bex-item h5 {
    color: #ec7623;
    font-weight: 600;
    font-size: 20px;
}
.why-bex-item i {
    position: relative;
    top: -5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #ec7623;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
}
.why-bex-item * {
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
}
.why-bex-item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    border-radius: 10px;
    width: 0;
    background: linear-gradient(90deg, rgba(236, 118, 35, 1) 50%, rgba(242, 153, 84, 1) 100%);
    z-index: -1;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
}
.why-bex-item:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    left: 0;
    right: auto;
}
.why-bex-item:hover p,
.why-bex-item:hover h5 {
    color: #fff;
}
.why-bex-item:hover i,
.why-bex-item.hovered-item i {
    color: #ec7623;
    background: #fff;
}
.why-bex-item.hovered-item p,
.why-bex-item.hovered-item h5 {
    color: #fff;
}
.why-bex-item.hovered-item::after {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    left: 0;
    right: auto;
}
.map {
    position: relative;
    overflow: hidden;
    height: 705px;
    background: url(../image/map.svg) no-repeat center;
    background-size: cover;
}
.airplane {
    position: absolute;
    width: 12px;
    border-radius: 50%;
    height: 12px;
    background: #ec7623;
    transform: rotate(90deg);
    offset-path: path("M 369,307 Q 455,343 345,315 Q 200,300 370,240 Q 330,200 330,235 z");
    animation: airplane-fly 10s infinite ease-in-out;
    z-index: 2;
}
@keyframes airplane-fly {
    0% {
        offset-distance: 0;
    }
    100% {
        offset-distance: 100%;
    }
}
.link-bemutatkozas,
.intro-newsletter-section button {
    background-color: white !important;
    padding: 0.75rem 1.25rem;
    color: #211061;
    margin-bottom: 1.25rem;
    margin-top: 50px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    text-align: left;
    /*transition: 0.4s cubic-bezier(.22, .93, .23, .93);*/
}
.intro-newsletter-section button {
    color: #ec7623;
    line-height: 33px;
}
.link-bemutatkozas:hover,
.intro-newsletter-section button:hover {
    text-decoration: none;
    background: linear-gradient(90deg, rgb(231, 138, 66) 50%, rgba(236, 118, 35, 1) 100%);
    color: white;
}
.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sticky-top {
    top: 50px;
}
.make-me-sticky {
    position: sticky;
    top: 0;
    overflow: hidden;
}
.all-sticky-bg {
    background: url(../image/bg_laptop_ipad.svg);
    background-size: cover;
    background-position-y: 14%;
    background-position-x: 10%;
}
@media screen and (max-width: 992px) {
    .all-sticky-bg {
        background: none;
    }
}
/*.sticky-bg {    position: absolute;
    left: -220px;
    top: 0;}
.sticky-bg1 {    position: absolute;
    right: -30%;
    top: 40%;}
.sticky-animation-right {overflow: hidden; position: relative;}
.sticky-animation-left {overflow: hidden; position: relative;}*/
.sticky-animation-right .sticky-anim-box {
    max-width: 670px;
    padding-right: 80px;
    padding-bottom: 60px;
}
.sticky-animation-left .sticky-anim-box {
    max-width: 670px;
    padding-left: 80px;
    padding-bottom: 60px;
}
.comfortable-box {
    border-left: 7px solid #ec7623;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    border-radius: 5px;
    padding: 25px 20px;
    margin-top: 50px;
    background: #fff;
    transition: all 0.25s;
    transition-timing-function: ease-in-out;
}
.comfortable-box-title {
    font-size: 20px;
    font-weight: 500;
}
.comfortable-box i {
    font-size: 34px;
    color: #ec7623;
}

.bemutatkozas-anchor-sticky:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}

.bemutatkozas-anchor-sticky:hover .comfortable-box {
    background: #ec7623;
    color: white !important;
    transform: translate(20px, 0);
}

.comfortable-box p,
.comfortable-box i {
    transition: all 0.25s;
    transition-timing-function: ease-in-out;
}

.bemutatkozas-anchor-sticky:hover .comfortable-box p,
.bemutatkozas-anchor-sticky:hover .comfortable-box i {
    color: white !important;
}
.sticky-anim-box .intro-title,
.delivery-europe .intro-title {
    padding-top: 0px;
}
.sticky-anim-box .intro-title.last-intro-title {
    padding-top: 100px;
}
.trust-bex {
    background-image: url(../image/bex_bg.png);
    background-size: cover;
    background-position: center 75%;
    height: 75vh;
}
.trust-bex .intro-title {
    color: #fff;
}
.trust-text-box {
    max-width: 700px;
    color: #fff !important;
}
/*.trust-heading-text {position: absolute; top: 40%; transform: translate(0,-40%);}*/
.trust-bex-item {
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    transition: 1s ease-in-out;
    background: #fff;
    padding-bottom: 25px;
}
.trust-bex-item h4 {
    padding: 20px 20px 0;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
}
.trust-bex-item p {
    padding: 0 20px;
    font-size: 16px;
    text-transform: none;
    color: #211061;
}
.trust-bex-item a {
    margin: 30px 20px 0;
    display: block;
    background: linear-gradient(90deg, rgb(231, 138, 66) 50%, rgba(236, 118, 35, 1) 100%);
    padding: 0.75rem 1.25rem;
    color: white;
    margin-bottom: 1.25rem;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    text-align: left;
    transition: 0.4s cubic-bezier(0.22, 0.93, 0.23, 0.93);
}
.trust-bex-item a:hover {
    text-decoration: none;
    background: white !important;
    color: #211061;
    transform: translateX(5px);
}
.trust-bex-item:hover {
    transform: translateY(-10px);
}
.trust-bex-content {
    margin-top: -150px;
}
.trust-heading-text {
    margin-top: -70px;
}
.trust-bex-item.middle {
    margin-top: -50px;
}
.trust-bex-item img {
    width: 100%;
    height: auto;
}
.all-device-images {
    height: 475px;
}
.all-device-images div:first-child {
    top: -100px;
    right: -150px;
    z-index: 1;
}
.all-device-images div:last-child {
    top: 100px;
    left: 0;
    z-index: 0;
}
.buying-items-content h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
}
.buying-items {
    border-left-style: dotted;
    border-left-width: 7px;
    border-left-color: #ec7623;
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 150px;
    margin-left: 5px;
}
.buying-items-content {
    padding-left: 75px;
}
.buying-items::before {
    content: "";
    border-color: #ec7623;
    box-shadow: 0 0 0 4px rgb(236 118 35 / 35%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #ffffff;
    z-index: 1;
    position: absolute;
    left: -21px;
    top: 0px;
}

.buying-items.pulse-orange-big::before {
    background-color: #ec7623;
    -webkit-animation: pulse-orange-big 3s infinite;
}

@-webkit-keyframes pulse-orange-big {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(236, 118, 35, 0.7);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgb(236, 118, 35, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(236, 118, 35, 0);
    }
}
@keyframes pulse-orange-big {
    0% {
        -moz-box-shadow: 0 0 0 0 rgb(236, 118, 35, 0.7);
        box-shadow: 0 0 0 0 rgb(236, 118, 35, 0.7);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgb(236, 118, 35, 0);
        box-shadow: 0 0 0 10px rgb(236, 118, 35, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgb(236, 118, 35, 0);
        box-shadow: 0 0 0 0 rgb(236, 118, 35, 0);
    }
}

.buying-items:last-child::before {
    left: -14px;
}
.buying-items:last-child {
    border-left: none;
}
.buying-items img {
    width: 100%;
    height: auto;
}
.buying-first-content {
    margin-bottom: 150px;
}
.buying {
    margin-top: 100px;
}
.intro-newsletter-section .newsletter-section-title {
    font-size: 42px;
}
.intro-newsletter-section {
    background: url(../image/bem_hirlevel.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
}
.intro-newsletter-section .newsletter-inner-box {
    max-width: 780px;
}
.intro-newsletter-section .newsletter-section-text {
    font-size: 21px;
}
.intro-newsletter-section .newsletter-section-check .label-text {
    font-size: 16px;
    line-height: 28px;
}
.sticky-animation-left .make-me-sticky img {
    position: relative;
    left: 100%;
    transform: translate(-100%, 0);
}
@media screen and (max-width: 991px) {
    .buying-items-content {
        padding-right: 75px;
    }
    .intro-title {
        font-size: 32px;
    }
    .why-bex p,
    .delivery-europe p,
    .sticky-animation-right p,
    .sticky-animation-left p,
    .trust-bex p,
    .all-device p,
    .buying p {
        text-align: left;
    }
    .trust-bex {
        background-position: center right;
    }
    .sticky-animation-left .sticky-anim-box {
        padding-left: 0;
    }
    .trust-bex-item img {
        width: auto;
        position: relative;
        left: 50%;
        transform: translate(-50%, 0px);
    }
    .trust-bex-item.middle {
        margin-top: 0;
    }
    .trust-bex-item {
        margin-bottom: 50px;
    }
    .why-bex,
    .delivery-europe,
    .sticky-animation-right,
    .sticky-animation-left,
    .all-device,
    .buying {
        padding-top: 100px;
    }
    .buying-items img {
        width: 100%;
        padding-top: 50px;
        margin: 0 auto;
        display: block;
        padding-left: 25px;
        padding-right: 25px;
    }
    .why-bex-first-content {
        padding-bottom: 90px;
    }
}

@media screen and (max-width: 778px) {
    .intro-newsletter-section .newsletter-inner-box {
        max-width: 450px;
    }
    .intro-newsletter-section {
        height: auto;
        padding: 50px 0;
    }
    .buying {
        margin-top: 0;
        padding-top: 0;
    }
    .all-device-images {
        height: auto;
    }
    .all-device-images div:last-child {
        display: none;
    }
    .all-device-images div:first-child {
        position: unset !important;
    }
    .trust-text-box {
        max-width: 480px;
    }
    .trust-bex p {
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    /*	.why-bex, .delivery-europe, .sticky-animation-right, .sticky-animation-left, .all-device, .buying {padding-top: 0px;}*/
    .sticky-animation-right .sticky-anim-box {
        max-width: 100%;
        padding-right: 0;
        padding-bottom: 0;
    }
    .sticky-animation-left .sticky-anim-box {
        max-width: 100%;
        padding-left: 0;
        padding-bottom: 0;
    }
    .sticky-anim-box h2:first-child {
        padding-top: 0;
    }
    .trust-bex {
        margin-top: 100px;
    }
    .trust-bex-item:last-child {
        margin-bottom: 0;
    }
    .buying-first-content {
        margin-bottom: 100px;
    }
    .sticky-anim-box .intro-title,
    .delivery-europe .intro-title {
        padding-top: 100px;
    }
}
@media screen and (max-width: 576px) {
    .all-device-images img {
        width: 100%;
    }
    .intro-header-text {
        font-size: 72px;
    }
    .buying-items-content {
        padding-left: 0;
        padding-right: 0px;
    }
    .buying-items {
        border-left: none;
        border-right-style: dotted;
        border-right-width: 7px;
        border-right-color: #ec7623;
        position: relative;
        margin-bottom: 5px;
        padding-bottom: 150px;
        margin-right: 5px;
    }
    .buying-items::before {
        right: -20px;
        left: auto;
    }
    .buying-items img {
        padding-left: 0;
        padding-right: 0px;
        width: 100%;
    }
    .buying-items:last-child {
        border-right: none;
    }
    .buying-items:last-child::before {
        left: auto;
        right: -14px;
    }
}
.open-data-sheet .product_name .tooltip {
    left: 15px;
    top: 55px;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
}
.open-data-sheet .product_name .tooltip::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}
.open-data-sheet .product_name .tooltip::before {
    content: "";
    position: absolute;
    left: 10px;
    top: -13px;
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ec7623;
    transform: rotateZ(0deg);
}
.open-data-sheet .product_name .tooltip a {
    border: none;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    padding: 2px 5px;
}
.open-data-sheet .product_name .tooltip a:hover {
    color: #fff;
    text-decoration: underline;
}
.open-data-sheet .product_name:hover .tooltip {
    opacity: 1;
    visibility: visible;
    height: auto;
    z-index: 1070;
}
.delivery-map img {
    width: 100%;
}

/* Jobbra rendez?s */

.justify-right-content {
    text-align: right !important;
    padding-right: 1vw !important;
}

/* K?pviselt gy?rt?k */

.brand-section {
    margin: 130px 0;
    font-weight: 600;
}
.brand-section .kepviselt-text-box {
    padding: 3rem;
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
}
.brand-section .svg-logos img {
    width: 100%;
    height: auto;
}
.brand-section .svg-logos {
    display: block;
    padding: 30px;
}
.brand-title {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 25px;
}
.brand-text {
    /*  max-width: 480px;  */
    line-height: 24px;
    font-size: 16px;
    /*  text-align: justify; */
}
.brand-section .collapse {
    box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
    border-radius: 5px;
}
.brand-section .orange {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 30px;
}
.brand-collapse-right {
    padding: 30px 15px;
}
.brand-collapse-right p {
    font-weight: 400;
    text-transform: none !important;
    font-size: 16px !important;
    color: #212529;
    margin-bottom: 15px;
}
.brand-section .embed-responsive {
    /* height: 100%;  */
    height: 350px;
    margin: 15px 0 50px;
}
.brand-collapse-right-btn {
    margin-top: 65px;
}
.brand-section table {
    margin-bottom: 50px;
}
.brand-section table img {
    max-width: 16px;
    margin-right: 5px;
}
.brand-section table td {
    vertical-align: top;
    padding-bottom: 15px;
}
.brand-section table td:first-child {
    padding-right: 15px;
    width: 45%;
}
.brand-section table td:last-child {
    width: 55%;
}
.brand-section .orange td {
    color: white;
}
.brand-left-img {
    text-align: center;
}
.brand-left-img img {
    width: 100%;
    height: auto;
    margin: 50px 0;
    max-width: 265px;
}
.dl-catalog-items a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}
.dl-catalog-items a i {
    font-size: 16px;
}
.dl-catalog-items a:hover {
    text-decoration: underline;
}
.dl-catalog-items div {
    display: none;
    margin-bottom: 10px;
}
.brand-section .white-btns {
    background: #fff;
    color: #211061;
    font-weight: 600;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
.brand-section .white-btns i {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
.brand-section .white-btns:hover {
    color: #ec7623;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .brand-section .svg-logos {
        padding: 0px;
    }
    .brand-title {
        font-size: 26px;
    }
}
@media screen and (max-width: 575px) {
    .brand-text {
        margin-bottom: 40px;
    }
    .brand-section .collapse,
    .brand-section .collapsing {
        display: none !important;
    }
}

/* Helpdesk */

.popout {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    z-index: 99999999;
}
.popout .btn {
    display: inline-block;
    position: relative;
    outline: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: 0.2s opacity ease-in-out;
    -webkit-transition: 0.2s opacity ease-in-out;
}

.popout .btn.active {
    visibility: hidden;
    opacity: 0;
}
.popout .btn:after {
    display: block;
    position: absolute;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: transparent;
    z-index: -2;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
.popout .btn:active:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
.popout .panel {
    box-shadow: 1px 1px 40px rgb(0 0 0 / 10%);
    position: absolute;
    bottom: 6rem;
    left: 17rem;
    width: 310px;
    text-align: left;
    overflow: hidden;
    visibility: hidden;
    transform: scale(0);
    transform-origin: 0% 100%;
    transition: all 0.2s;
    opacity: 0;
}

.popout .panel.active {
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: transform 0.2s, visibility 0s 0s, opacity 0.2s;
}
.popout .panel-header {
    padding: 20px;
    font-size: 15px;
    background-color: #1d70a2;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.popout .panel-body {
    padding: 10px 20px;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 11px;
    color: #aaa;
}

.popout .card {
    border-radius: 6px;
    border: none !important;
}

.popout .close {
    position: relative;
    left: 0px;
    top: 4px;
    float: right;
    font-size: 22px;
    font-weight: 700;
    line-height: 0 !important;
    color: #fff;
    text-shadow: none !important;
    opacity: 0.8;
}

.popout .close:hover {
    color: #fff !important;
    text-shadow: none !important;
    opacity: 1 !important;
}

.popout .close:focus {
    outline: none !important;
}

.popout .card-header {
    background: linear-gradient(90deg, rgb(231, 138, 66) 50%, rgba(236, 118, 35, 1) 100%);
    border: none !important;
}

.popout .card-header h5,
.popout .card-header p {
    color: white;
}

.popout .card-header h5 {
    font-weight: 700;
    padding: 0 1.25rem;
    font-size: 16px;
}

.popout .card-header p {
    font-weight: 400;
    font-size: 14px;
    padding: 0 1.25rem;
    text-transform: none;
}

.popout .card-body a {
    background-color: white !important;
    padding: 1rem 1.25rem;
    color: #25205e;
    margin-bottom: 1.75rem;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    text-align: left;
    transition: 0.4s cubic-bezier(0.22, 0.93, 0.23, 0.93);
}

.popout .card-body a:hover {
    text-decoration: none;
    background: linear-gradient(90deg, rgb(231, 138, 66) 50%, rgba(236, 118, 35, 1) 100%);
    color: white;
    transform: translateX(5px);
}

.popout .card-body {
    position: relative;
    top: -40px;
}

.popout .card-body-also {
    background-color: white !important;
    padding: 0.5rem 1.25rem;
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    border-radius: 6px;
}

.popout .card-body-also p {
    color: #25205e;
    text-align: left;
    font-size: 14px;
    text-transform: none;
    margin: 1rem 0 2rem;
}

.popout .card-body-also p:nth-child(1) {
    font-weight: 600;
}

.popout .kapcsolat-a {
    box-shadow: none !important;
    background: linear-gradient(90deg, rgb(231, 138, 66) 50%, rgba(236, 118, 35, 1) 100%);
    color: white !important;
}

.popout .kapcsolat-a:hover {
    transform: translateX(0) !important;
}

.popout i.icon.icon-earphones-alt {
    position: relative;
    bottom: 7px;
    color: white;
    font-size: 30px;
}
.popout .fa-long-arrow-right,
.popout .fa-long-arrow-left {
    position: relative;
    top: 4px;
}

.fab-wrapper {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
}
.fab-checkbox {
    display: none;
}
.fab {
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    width: 4rem;
    height: 4rem;
    background: #ec7623;
    border-radius: 50%;
    background: #ec7623;
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    transition: all 0.3s ease;
    z-index: 1;
    cursor: pointer;
}

.fab:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
}
.fab-checkbox:checked ~ .fab:before {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: rgba(255, 255, 255, 0.2);
}
.fab:hover {
    background: #eb721c;
    box-shadow: 0px 8px 20px 5px rgb(0 0 0 / 15%);
}

.fab-dots {
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    transform: translateX(0%) translateY(-50%) rotate(0deg);
    opacity: 1;
    animation: blink 3s ease infinite;
    transition: all 0.3s ease;
}

.fab-dots-1 {
    left: 15px;
    animation-delay: 0s;
}
.fab-dots-2 {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation-delay: 0.4s;
}
.fab-dots-3 {
    right: 15px;
    animation-delay: 0.8s;
}

.fab-checkbox:checked ~ .fab .fab-dots {
    height: 6px;
}

.fab .fab-dots-2 {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.fab-checkbox:checked ~ .fab .fab-dots-1 {
    width: 32px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.fab-checkbox:checked ~ .fab .fab-dots-3 {
    width: 32px;
    border-radius: 10px;
    right: 50%;
    transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

@keyframes blink {
    50% {
        opacity: 0.25;
    }
}

.fab-checkbox:checked ~ .fab .fab-dots {
    animation: none;
}

.fab-wheel {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid transparent;
    width: 10rem;
    height: 10rem;
    transition: all 0.3s ease;
    transform-origin: bottom right;
    transform: scale(0);
}

.fab-checkbox:checked ~ .fab-wheel {
    transform: scale(1);
}
.fab-action {
    position: absolute;
    background: #0f1941;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: White;
    box-shadow: 0 0.1rem 1rem rgba(24, 66, 154, 0.82);
    transition: all 1s ease;

    opacity: 0;
}

.fab-checkbox:checked ~ .fab-wheel .fab-action {
    opacity: 1;
}

.fab-action:hover {
    background-color: #f16100;
}

.fab-wheel .fab-action-1 {
    right: -1rem;
    top: 0;
}

.fab-wheel .fab-action-2 {
    right: 3.4rem;
    top: 0.5rem;
}
.fab-wheel .fab-action-3 {
    left: 0.5rem;
    bottom: 3.4rem;
}
.fab-wheel .fab-action-4 {
    left: 0;
    bottom: -1rem;
}

/* ------------- Other user order --------------- */

.other-user-selected {
    position: sticky;
    top: 0;
    padding: 10px 20px;
    border-radius: 0 0 5px 5px;
    width: 100%;
    z-index: 99999999999999;
    background-color: #ec7623;
    background: linear-gradient(90deg, rgba(236, 118, 35, 1) 50%, rgba(242, 153, 84, 1) 100%);
    border: none !important;
    color: white;
    margin-bottom: 3rem;
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
}

.other-user-selected-dismiss {
    float: right;
    color: #ec7623;
    background: #ffffff;
    border-radius: 4px;
    padding: 2px 10px;
    border: none;
    position: relative;
    top: -3px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    transform: scale(1);
    animation: pulse-orange 2s infinite;
    transition: all 0.2s ease-out;
}

.other-user-selected-dismiss:hover {
    background: linear-gradient(to right, #1f125b 0%, #1f125b 28%, #21135c 91%, #1e115a 100%);
    color: #ec7623;
    transition: all 0.2s ease-out;
}

.ui-widget.ui-widget-content {
    border: none;
}

/* Order confirmed page */

.order-confirmed-page .card-progress {
    border-radius: 5px !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border: none;
}

.order-confirmed-page .progress {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
    width: 100%;
    height: 2rem !important;
    background: #e1e4e8;
    border-radius: 3px;
    overflow: hidden;
    border-radius: 10px !important;
}

.order-confirmed-page .progress-bar {
    display: block;
    height: 100%;
    /* height: 1.25rem !important; */
    background: linear-gradient(
        90deg,
        #e1701a,
        #f7a440 17%,
        #ec7623 34%,
        #ffb056 51%,
        #e1701a 68%,
        #f7a440 85%,
        #ec7623
    );
    background-size: 300% 100%;
    animation: load 3s normal forwards, progress-animation 4s linear infinite;
    border-radius: 10px 0 0;
    box-shadow: none;
}

.order-confirmed-page .haladasicm {
    font-weight: 700;
    color: #ec7623;
    font-size: 20px;
}

.order-confirmed-page .haladasihead {
    /* color: #8898aa !important; */
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.order-confirmed-page .haladasdetail {
    font-weight: 400;
    color: #f9f9f9;
    font-size: 14px;
}

.order-confirmed-page .haladasdetaildata {
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 800;
}

@keyframes progress-animation {
    0% {
        background-position: 100%;
    }
    100% {
        background-position: 0;
    }
}

@keyframes load {
    0% {
        width: 0;
    }
}

.order-confirmed-page .card-border {
    border-left: 5px solid #ec7623;
    border-radius: 4px;
}

.order-confirmed-page .disabled-content {
    opacity: 0.3;
    cursor: not-allowed;
}

.order-confirmed-page .card-body-2 {
    background: rgb(236, 118, 35);
    background: linear-gradient(90deg, rgba(236, 118, 35, 1) 50%, rgba(242, 153, 84, 1) 100%);
    border-radius: 0 0 5px 5px;
}

.order-confirmed-page .icon-clock {
    position: relative;
    top: 1px;
}

.order-confirmed-page .steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

.order-confirmed-page .fieldlabels {
    color: gray;
    text-align: left;
}

.order-confirmed-page #progressbar {
    width: 100%;
    margin: 30px;
    overflow: hidden;
    color: lightgrey;
    padding: 0;
}

.order-confirmed-page #progressbar .active {
    color: #ec7623;
    text-align: center;
}

.order-confirmed-page #progressbar li {
    list-style-type: none;
    font-size: 15px;
    text-align: center;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
}

.order-confirmed-page #progressbar #account:before {
    font-family: FontAwesome;
    content: "\f290";
    /* text-align: center; */
    /* position: relative; */
}

.order-confirmed-page #progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f0fc";
    text-align: center;
    font-size: 22px;
}

.order-confirmed-page #progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f0eb";
    font-size: 25px;
    text-align: center;
}

.order-confirmed-page #progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f0ad";
    text-align: center;
    font-size: 23px;
}

.order-confirmed-page #progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

.order-confirmed-page #progressbar li:after {
    /* content: ''; */
    /* width: 100%; */
    /* height: 2px; */
    /* background: lightgray; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 25px; */
    /* z-index: -1; */
}

.order-confirmed-page #progressbar li.active:before,
.order-confirmed-page #progressbar li.active:after {
    background: linear-gradient(90deg, rgba(236, 118, 35, 1) 50%, rgb(255 151 70) 100%);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.order-confirmed-page .fit-image {
    width: 100%;
    object-fit: cover;
}

.figyelem-buborek {
    border-left: 5px solid #ec7623;
    border-radius: 4px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    padding: 2rem;
}

.registration-confirmed-section {
    min-height: 60vh;
}

/* Felugr? term?kfot? */

.ekko-lightbox.modal {
    background-color: rgb(0 0 0 / 50%);
}

.ekko-lightbox.modal .modal-header {
    position: absolute;
    top: -1rem;
    right: -0.5rem;
    z-index: 3;
    border-bottom: none;
}

.ekko-lightbox-container > div.ekko-lightbox-item {
    text-align: center;
}

.ekko-lightbox.modal .ekko-lightbox-item img {
    max-width: 100%;
    width: auto !important;
}

.ekko-lightbox.modal .modal-content {
    border: none;
}

.ekko-lightbox.modal .modal-title {
    display: none;
}

.ekko-lightbox.modal .ekko-lightbox-nav-overlay a {
    opacity: 1;
}

.ekko-lightbox.modal .ekko-lightbox-nav-overlay a span {
    color: #ec7623;
}

.ekko-lightbox.modal .modal-header .close {
    margin: 0;
    color: #ec7623;
    font-size: 32px;
}

.ekko-lightbox-nav-overlay {
    display: none !important;
}

/* El?tag ?s ut?jel katal?gus */

.open-data-sheet .product_name .tooltip {
    left: 15px;
    top: 55px;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
}

.dialog-elo-uto-title button.ui-dialog-titlebar-close {
    right: 3rem;
    top: 3rem;
    z-index: 99999;
}

.open-data-sheet .product_name .tooltip::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}
.open-data-sheet .product_name .tooltip::before {
    content: "";
    position: absolute;
    left: 10px;
    top: -7px;
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ec7623;
}
.open-data-sheet .product_name .tooltip a {
    border: none;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    padding: 2px 5px;
}
.open-data-sheet .product_name .tooltip a:hover {
    color: #fff;
    text-decoration: underline;
}
.open-data-sheet .product_name:hover .tooltip {
    opacity: 1;
    visibility: visible;
    height: auto;
    z-index: 1070;
}
.delivery-map img {
    width: 100%;
}
.elotag-utojel-box {
    padding: 50px;
}

#nav-tabContent .my-favourites-title i {
    background: none;
}

.elotag-utojel-box .nav-item {
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 10%);
    border: none;
    border-radius: 4px;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1 ease-in;
    color: #25205e;
    padding: 5px 15px;
    margin-right: 30px;
    font-weight: 600;
}
.elotag-utojel-box .nav-tabs {
    border-bottom: 0;
}

.elotag-utojel-box .nav-link.active {
    background-color: #ec7623;
    color: #fff;
}
.elotag-utojel-box input {
    width: 100% !important;
    padding: 8px 10px;
    max-width: 100px;
    font-weight: 500;
}
.elotag-utojel-box input:focus {
    border: 0;
}
.elotag-utojel-box th:hover .tooltip {
    opacity: 0;
    visibility: hidden;
    display: none;
    top: 0;
}
.elotag-utojel-box th i {
    margin-right: 5px;
}

.elotag-utojel-box th i:hover .tooltip {
    opacity: 1;
    visibility: visible;
    display: inline-block;
    /*     top:33px; */
}

.elotag-utojel-box select {
    border: 0;
    border-radius: 0;
    padding: 8px 10px;
    /* max-width: 200px; */
    font-weight: 500;
    width: auto;
}

.elotag-utojel-box td {
    text-transform: none;
    white-space: normal;
}

.elotag-utojel-box td i {
    color: #211061;
}
.elotag-utojel-box .tooltip-box,
.elotag-utojel-box .tooltip-box i {
    font-weight: bold;
    cursor: pointer;
}

.elotag-utojel-page .elotag-utojel-box .tooltip-box,
.elotag-utojel-page .elotag-utojel-box .tooltip-box i {
    font-weight: 400;
}

.elotag-utojel-box .tooltip-box:hover .tooltip {
    opacity: 1;
    visibility: visible;
    display: inline-block;
    width: 160px;
    white-space: normal;
    transform: translateY(30px) translateX(-32px);
}

/* .elotag-utojel-box .tooltip-box .tooltip::before {
    left: -7px !important;
    top: 7px !important;
    transform: none !important;
} */

.elotag-utojel-box .tooltip-box .tooltip span {
    height: auto;
}
@media screen and (max-width: 1070px) {
    .elotag-utojel-box select {
        max-width: 172px;
    }
    .elotag-utojel-box #gyartoT {
        max-width: 35px;
    }
}
@media screen and (max-width: 767px) {
    .elotag-utojel-box input {
        max-width: 35px;
    }
    .elotag-utojel-box .table-box {
        padding: 30px 10px;
    }
    .elotag-utojel-box {
        padding: 50px 10px;
    }
}
@media screen and (max-width: 600px) {
    .elotag-utojel-box input {
        max-width: 100%;
    }
    .elotag-utojel-box select {
        max-width: 130px;
    }
}
@media screen and (max-width: 575px) {
    .elotag-utojel-box nav {
        width: 100%;
        margin-top: 50px;
    }
    .elotag-utojel-box nav a.nav-item {
        width: 90%;
        margin: 0 auto 20px;
    }
}
.ui-dialog-titlebar.dialog-elo-uto-title {
    padding: 0 !important;
    position: absolute;
    width: 100%;
}
#dialog-elo-uto .table-box {
    margin-top: 0;
}
#dialog-elo-uto .tab-content .table-box {
    padding: 0;
    margin: 0;
    box-shadow: none;
}
#dialog-elo-uto > .table-box,
#dialog-elo-uto .table-overflow {
    margin-bottom: 0;
    box-shadow: none;
}
.elotag-utojel-box .all-cart-box table,
.elotag-utojel-box .table-overflow {
    overflow: unset;
}

@media (max-width: 1199.98px) {
    .elotag-utojel-page .elotag-utojel-box .all-cart-box table,
    .elotag-utojel-box .table-overflow {
        overflow: auto;
    }

    .elotag-utojel-page .elotag-utojel-box .tooltip-box:hover .tooltip {
        left: -150px;
        transform: translateY(30px) translateX(15px);
    }

    .elotag-utojel-page .elotag-utojel-box .tooltip-box .tooltip::before {
        right: 10px;
        border-width: 7px 0px 7px 7px;
        left: auto !important;
        transform: rotateZ(270deg);
    }
}

#dialog-elo-uto td .icon-info .tooltip {
    left: -170px;
    transform: translateY(30px) translateX(30px);
}

#dialog-elo-uto th .icon-picture .tooltip,
#prefixSection .dynamic-table #headerth .icon-picture .tooltip{
    left: -65px;
    top: -1px;
}

#dialog-elo-uto th .icon-info .tooltip,
#prefixSection .dynamic-table #headerth .icon-info .tooltip{
    left: -100px;
    top: -1px;
}

#dialog-elo-uto .icon-info .tooltip::before,
#dialog-elo-uto .icon-picture .tooltip::before{
    right: 10px;
    border-width: 7px 0px 7px 7px;
    left: auto !important;
    transform: rotateZ(270deg);
}

#prefixSection .dynamic-table #headerth .icon-info .tooltip::before,
#prefixSection .dynamic-table #headerth .icon-picture .tooltip::before {
    right: -6px;
    border-width: 7px 0px 7px 7px;
    left: auto !important;
    transform: rotateZ(0deg);
    top: 7px;
}

#dialog-elo-uto #headerth .icon-info .tooltip::before,
#dialog-elo-uto #headerth .icon-picture .tooltip::before{
    right: -6px;
    transform: rotateZ(0deg);
}

#dialog-elo-uto a:focus {
    outline: none;
}
#dialog-elo-uto .all-cart-box table {
    margin-top: 0px;
}
#dialog-elo-uto {
    overflow: hidden;
}
#dialog-elo-uto .table-overflow {
    overflow: scroll;
    height: 445px;
    margin-top: 50px;
}
#dialog-elo-uto .all-cart-box th {
    position: sticky;
    top: 0;
    z-index: 9;
    white-space: nowrap;
}
#dialog-elo-uto .popupmod {
    bottom: 0px;
}
#dialog-elo-uto .popupmod::before {
    bottom: 7px;
    top: unset;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable {
    height: auto !important;
}

.ui-dialog .ui-dialog-content {
    position: initial;
}

/* Search box responsive version */

.accordion-head i {
    font-size: 2.5em;
    float: right;
    position: relative;
    right: -2rem;
}

.tablet-show-search-filter-card {
    border: none;
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    margin-bottom: 2rem;
}

.accordion-head > .collapsed > i:before {
    content: "\f105";
}

.tablet-show-search-filter-card-header {
    background-color: #fff;
    border: none;
}

.tablet-show-search-filter-card .advance-search {
    box-shadow: none;
}

.tablet-show-search-filter-card-header h3 {
    position: relative;
    top: 8px;
    font-size: 16px;
    font-weight: 600;
}

.tablet-show-search-filter-accordion-head {
    padding: 0 80px 0 55px;
}

.accordion-head > .collapsed > i.tablet-show-search-filter-menu-i:before {
    content: "\f0ca";
}
.modal.modal-static .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

/* Overlay position and spinner position */

div#overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    overflow-x: hidden;
    background-color: rgb(255 255 255 / 90%);
    opacity: 1 !important;
    z-index: 9999999999;
}

.spinner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

/* Auction page */

.auction-section {
    min-height: 75vh;
}

.auction-section p {
    text-transform: inherit;
}

.auction-section .form-control {
    height: 3.5rem;
    font-size: 14px;
    width: 93%;
}

.auction-section .input-group-text {
    height: 3.5rem;
    font-size: 14px;
}

.auction-section .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.auction-section a {
    color: #ec7623;
}

.auction-section .disabled-card {
    opacity: 0.65;
    cursor: not-allowed;
}

.auction-section .icon {
    font-size: 14px;
    color: #ec7623;
    position: relative;
    top: 1px;
    margin-left: 0.25rem;
}

.auction-section .accordion {
    border-radius: 0.25rem;
    margin-bottom: 2rem;
}

.auction-section .card {
    border: none;
}

.auction-section .card img {
    max-width: 100%;
}

.auction-section .card-body {
    font-size: 14px;
}

.auction-section .badge-price {
    padding: 0.5rem;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background-color: #fff;
    color: inherit;
    font-size: 12px;
}

.auction-section .badge-primary {
    padding: 0.5rem;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background-color: #ec7623;
    font-size: 12px;
}

.auction-section .badge-primary .icon {
    color: #fff;
}

.auction-section .badge-primary span {
    margin-right: 0.25rem;
    vertical-align: top;
}

.auction-section .badge-danger {
    padding: 0.5rem;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    background-color: red;
    -webkit-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    font-size: 12px;
}

.auction-section .badge-danger .icon {
    color: #fff;
}

.auction-section .badge-danger span {
    margin-right: 0.25rem;
    vertical-align: top;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #bb0000;
        -webkit-box-shadow: 0 0 3px #bb0000;
        box-shadow: 0 0 3px #bb0000;
    }
    50% {
        background-color: red;
        -webkit-box-shadow: 0 0 10px red;
        box-shadow: 0 0 10px red;
    }
    100% {
        background-color: #bb0000;
        -webkit-box-shadow: 0 0 3px #bb0000;
        box-shadow: 0 0 3px #bb0000;
    }
}

@keyframes glowing {
    0% {
        background-color: #bb0000;
        -webkit-box-shadow: 0 0 3px #bb0000;
        box-shadow: 0 0 3px #bb0000;
    }
    50% {
        background-color: red;
        -webkit-box-shadow: 0 0 10px red;
        box-shadow: 0 0 10px red;
    }
    100% {
        background-color: #bb0000;
        -webkit-box-shadow: 0 0 3px #bb0000;
        box-shadow: 0 0 3px #bb0000;
    }
}

.auction-section .circle {
    display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 1px 1px #0000001a;
    box-shadow: 0px 0px 1px 1px #23ad381a;
}

.auction-section .circle.green {
    background: #33e822;
}

.auction-section .pulse {
    -webkit-animation: pulse-animation 2s infinite;
    animation: pulse-animation 2s infinite;
}

@-webkit-keyframes pulse-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0px #33e82279;
        box-shadow: 0 0 0 0px #33e82279;
    }
    100% {
        -webkit-box-shadow: 0 0 0 15px #06ad3e00;
        box-shadow: 0 0 0 15px #06ad3e00;
    }
}

@keyframes pulse-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0px #33e82279;
        box-shadow: 0 0 0 0px #33e82279;
    }
    100% {
        -webkit-box-shadow: 0 0 0 15px #06ad3e00;
        box-shadow: 0 0 0 15px #06ad3e00;
    }
}

.auction-section .btn {
    color: #ec7623;
}

.auction-section .btn:hover {
    color: #ec7623;
}

.auction-section .btn.btn-auction {
    font-size: 14px;
    background-color: #ec7623;
    min-width: 16rem;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    font-weight: 700;
}

@media (max-width: 768px) {
    .auction-section .btn.btn-auction {
        width: 100%;
        margin: 1rem 0;
    }
}

.auction-section .btn.btn-auction.btn-good {
    background-color: #33e822;
}

.auction-section .btn.btn-auction.btn-bad {
    background-color: #c70000;
}

.auction-section .btn.btn-auction .icon {
    color: #fff;
}

.auction-section .btn.btn-change {
    font-size: 14px;
    background-color: #33e822;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    font-weight: 700;
}

.auction-section .btn.btn-change svg {
    vertical-align: sub;
    position: relative;
    bottom: 1px;
    fill: #fff;
}

.auction-section .btn.btn-delete {
    font-size: 14px;
    background-color: #c70000;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    font-weight: 700;
}

.auction-section .btn.btn-delete .icon {
    color: #fff;
}

@media (max-width: 768px) {
    .auction-section .btn.btn-delete,
    .auction-section .btn.btn-change {
        width: 100%;
        margin: 1rem 0;
    }
}

.auction-section .btn.printAuctionBtn,
.btn.followAuctionBtn {
    color: #6c757d;
    font-size: 12px;
    padding: 0;
    vertical-align: baseline;
}

.auction-section .btn.followAuctionBtn.active-follow {
    color: #33e822;
    font-weight: 700;
}

.auction-section .btn.followAuctionBtn.active-follow i {
    color: #33e822;
    font-weight: 700;
}

.auction-section .collapsible-link {
    color: #ec7623;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.auction-section .collapsible-link:hover {
    color: #ec7623;
    text-decoration: none;
}

.auction-section .collapsible-link svg {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    fill: #ec7623;
    width: 20px;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: 50%;
    border-color: #ec7623;
    margin-left: 0.25rem;
}

.auction-section .collapsible-link svg.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.auction-section ul.timeline {
    list-style-type: none;
    position: relative;
}

@media (max-width: 768px) {
    .auction-section ul.timeline {
        padding-left: 0;
    }
}

.auction-section ul.timeline:before {
    content: " ";
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 93%;
    z-index: 400;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .auction-section ul.timeline:before {
        left: 0;
    }
}

.auction-section ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}

.auction-section ul.timeline > li:before {
    content: " ";
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #d4d9df;
    left: 23px;
    width: 14px;
    height: 14px;
    z-index: 400;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .auction-section ul.timeline > li:before {
        left: -6px;
    }
}

.auction-section ul.timeline > li:nth-child(1)::before {
    content: " ";
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 0px solid #33e822c4;
    background: #33e822;
    left: 23px;
    width: 14px;
    height: 14px;
    z-index: 400;
    -webkit-box-shadow: 0 0 0 4px rgba(100, 197, 129, 0.2);
    box-shadow: 0 0 0 4px rgba(100, 197, 129, 0.2);
}

@media (max-width: 768px) {
    .auction-section ul.timeline > li:nth-child(1)::before {
        left: -6px;
    }
}

.auction-section ul.timeline li:nth-child(n + 4) {
    display: none;
}

@media (max-width: 991.98px) {
    .auction-section .card__headerinfo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.auction-section input#auctionItemCurrentPrice {
    border: none;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    width: 60px;
    text-align: right;
    font-weight: 600;
    cursor: inherit;
}

.auction-section input#auctionItemCurrentPrice:focus-visible {
    outline: none !important;
}

.auction-section .auction__bidinfo {
    font-size: 12px;
}

.auction-section .auction__previousprice {
    font-size: 14px;
    font-weight: 700;
}

.auction-section .auction__smallimg img {
    max-height: 100px;
}

.auction-section .auction__smallimg:nth-child(even) {
    margin: 0 0.5rem;
}

@media (max-width: 1199.98px) {
    .auction-section .auction__smallimg {
        margin-bottom: 2rem;
    }
}

.auction-section .form-group {
    margin-bottom: 0;
}

.auction-section .auction__details {
    margin-bottom: 0.5rem;
}

.auction-section .auction__checkbox {
    top: -1px;
    left: -3px;
}

.auction-section .auction__termstext {
    margin-right: 1rem;
}

.auction-section .text1 {
    font-size: 14px;
    font-weight: 700;
}

.auction-section .d-inline-grid {
    display: -ms-inline-grid;
    display: inline-grid;
}

.auction-section .auction__sold__div {
    position: absolute;
    height: 100%;
    z-index: 999;
    width: 100%;
}

.auction-section .auction__sold__layer {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 5px;
    background: #33e822;
    background: linear-gradient(135deg, rgba(51, 232, 34, 0.9) 0%, rgba(21, 166, 7, 0.95) 100%);
}

.auction-section .auction__sold__text,
.auction__sold__subtext {
    text-align: center;
    font-weight: 700;
}

/* Rotate animation on refresh */
.auction-section .rotate-animation {
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@media (min-width: 768px) {
    .form-inline .input-group > .form-control {
        width: auto;
    }
}

/* Dynamic table */

@media (max-width: 575.98px) {
    .dynamic-table.search_results.results_after_login #searchresults.table-box {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        min-height: 0.01%;
    }
}

.fulltable__label {
    margin-bottom: 0;
    position: relative;
    left: 2px;
    display: contents;
}

div#showTableContent.toggle {
    margin-right: 10px;
}

/* Registration */

.registration-popup {
    padding: 1rem;
    box-shadow: -2px 14px 32px 0px rgb(0 0 0 / 10%);
    border-radius: 4px;
    background: #fff;
    font-weight: bold;
    border-left: solid 5px #ec7623;
    display: none !important;
}

@media (min-width: 1300px) {
    .registration-popupl {
        display: none !important;
    }
}

.registration-popup-xl {
    position: absolute;
    right: -40rem;
    top: -2rem;
    left: 42rem;
}

@media (max-width: 1300px) {
    .registration-popup-xl {
        display: none !important;
    }
}

.registration-popup i {
    color: #ec7623;
    font-weight: bold;
    font-size: 24px;
}

.registration-popup .html-popup-line-one {
    font-size: 15px;
    color: #ec7623;
    text-align: left;
}

.registration-popup .html-popup-line-two {
    font-size: 13px;
    color: #ec7623;
    text-align: left;
}

/* ?sszehasonl?t? oldal */

.comparison-table {
    margin: 0rem;
    margin-top: 3rem;
}

.comparison-table .media-body {
    width: auto;
    text-align: left;
}

.comparison-table span {
    display: inline;
    background: none;
    border-radius: 0;
    height: auto;
    font-size: inherit;
    text-transform: initial;
    white-space: normal;
    color: #211061;
}

.comparison-table span.comparison-table__direction {
    text-align: center;
    text-align: -webkit-center;
    display: block;
    margin-top: 5px;
}

.comparison-table span.comparison-table__direction i.icon-close {
    color: red;
}

.comparison-table__direction + .tooltip {
    position: absolute;
    left: 6rem;
    bottom: 1.5rem;
}

.comparison-table .media-body span.tooltip a {
    border: none;
    padding: 1px 0;
    font-weight: 600;
}

.comparison-table .media-body span.tooltip a:hover {
    color: inherit;
    text-decoration: underline;
}

.comparison-table__img {
    max-width: 75px !important;
    margin-right: 10px;
}

.comparison-table.table td,
.comparison-table.table th {
    font-size: 1.25rem;
}

.comparison-table.table th {
    cursor: pointer;
}

.comparison-table.table td {
    text-align: center !important;
    vertical-align: middle;
    cursor: default;
}

.comparison-table.table td img {
    max-width: inherit;
    width: 35px;
    display: block;
}

.comparison-table.table tr td:nth-child(1),
.comparison-table.table tr th:nth-child(1) {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 999;
}

.comparison-table.table tr td:nth-child(1) {
    background: #fff;
}

.comparison-table.table tr:hover {
    z-index: 1001;
}

.comparison-table.table tr:hover td:nth-child(1) {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.comparison-table.table th.sort-by-name {
    text-align: center;
    vertical-align: middle;
}

.comparison-table .badge i {
    display: inline-block;
    width: 0.66rem;
    height: 0.66rem;
    margin-right: 0.2rem;
    vertical-align: middle;
    border-radius: 50%;
}

.comparison-table .badge .bg-empty {
    background-color: #e7e7e7;
    -webkit-box-shadow: inset 0 1px 2px #00000026;
    box-shadow: inset 0 1px 2px #00000026;
}

.comparison-table .badge.badge-dot {
    font-weight: 500;
    padding-right: 0;
    padding-left: 0;
    text-transform: none;
    background: transparent;
}

.comparison-table .progress {
    overflow: hidden;
    height: 8px;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    background-color: #e7e7e7;
    -webkit-box-shadow: inset 0 1px 2px #00000026;
    box-shadow: inset 0 1px 2px #00000026;
}

.comparison-table .icon-active {
    color: #ec7623;
}

.progress .sr-only {
    font-size: 13px;
    line-height: 20px;
    left: 0;
    clip: auto;
    width: auto;
    height: 20px;
    margin: 0 0 0 30px;
}

.progress-bar {
    height: auto;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table td .progress {
    width: 56px;
    height: 4px;
    margin: 0;
}

.osszehasonlito-guide .badge {
    background: none;
    font-size: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.osszehasonlito-guide .badge-dot i {
    display: inline-block;
    width: 0.66rem;
    height: 0.66rem;
    margin-right: 0.2rem;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #e7e7e7;
    -webkit-box-shadow: inset 0 1px 2px #00000026;
    box-shadow: inset 0 1px 2px #00000026;
}

.osszehasonlito-guide .guide-header {
    opacity: 1;
    display: block;
    z-index: 1;
    position: static;
    margin-top: -2rem;
    margin-bottom: 3rem;
    height: auto;
}

.osszehasonlito-guide .guide-header__text {
    display: block;
    color: #ec7623;
    font-size: 1.5rem;
}

.osszehasonlito-guide .guide-property {
    margin: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 1.5rem;
}

.osszehasonlito-guide .guide-kep {
    max-width: 40px;
}

.osszehasonlito-guide .guide-kep.icon-close {
    color: red;
    font-size: 18px;
}

.osszehasonlito-guide .data-sheet-btns-box {
    margin-top: 25px;
}

.white-span {
    color: #ffffff;
}

.progress-intro .progress {
    height: 7px;
    font-size: 18.75rem;
    margin: 0 !important;
}

/* K?rosod?si m?trix */

#tableDamages {
    height: 70rem;
}

#tableDamages thead {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    background: #f8f9fa;
    z-index: 999999999;
    font-size: 13px;
    border: 1px solid #ddd;
}

#tableDamages th.th_topic {
    position: -webkit-sticky;
    position: sticky;
    top: 175px;
    font-size: 13px;
    left: 0;
    z-index: 999;
    border: 1px solid #ddd;
}

#tableDamages th.th_topic_sub {
    position: -webkit-sticky;
    position: sticky;
    font-size: 11px;
    vertical-align: middle;
    z-index: 999;
    left: 99;
    border: 1px solid #ddd;
}

#tableDamages th.td_middle {
    vertical-align: middle;
    text-align: center;
    border-bottom-width: 0;
}

#tableDamages th.td_middle p {
    line-height: 1.077;
    text-decoration: none;
    text-transform: none;
    widows: 1;
    -webkit-transform-origin: 35% 0;
    transform-origin: 35% 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    overflow: visible;
    position: relative;
    left: -20px;
    bottom: -75px;
    width: 30px;
    height: 77px;
    padding: 0;
}

#tableDamages .firstcol_right {
    position: relative;
    top: -11rem;
    text-align: right;
}

#tableDamages td.td_signimg {
    text-align: center !important;
    vertical-align: middle;
}

#tableDamages td.td_signimg span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ec7623;
    cursor: pointer;
}

#tableDamages td.td_signimg span + .td_signimg__img {
    display: none;
    z-index: 10000000001;
    max-width: 500px;
    overflow: visible;
    position: absolute;
    -webkit-box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
}

#tableDamages td.td_signimg span:hover + .td_signimg__img {
    display: block;
}

#tableDamages td.td_signimg span:hover + .td_signimg__img.td_signimg__img__right {
    right: 0px;
}
#tableDamages td.td_signimg span:hover + .td_signimg__img.td_signimg__img__bottom {
    right: 80px;
    top: -240px;
}
#tableDamages td.td_signimg span:hover + .td_signimg__img.td_signimg__img__left {
    right: -440px;
    top: -240px;
}

#tableDamages td.td_signimg span:hover ~ #tableDamages th.th_topic_sub {
    z-index: 0;
}

/* Speci?lis akci? */

.statics-card-container .border-top {
    border-top: 1px solid #eeeeee !important;
    margin-top: 20px;
    padding-top: 15px;
}

.statics-card-container .pay {
    width: 80px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #673ab7;
    margin: 10px 20px 10px 0px;
    cursor: pointer;
    box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.2);
}

.statics-card-container .gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    color: #e0e0e0;
}

.statics-card-container .gray .pay {
    box-shadow: none;
}

.statics-card-container #tax {
    border-top: 1px lightgray solid;
    margin-top: 10px;
    padding-top: 10px;
}

.statics-card-container #checkout {
    float: left;
}

.statics-card-container #check-amt {
    float: right;
}

@media screen and (max-width: 768px) {
    .statics-card-container .book,
    .statics-card-container .book-img {
        width: 100px;
        height: 150px;
    }

    .statics-card-container .card {
        padding-left: 15px;
        padding-right: 15px;
    }

    .statics-card-container .mob-text {
        font-size: 13px;
    }

    .statics-card-container .pad-left {
        padding-left: 20px;
    }
}

.statics-card-container h6.mb-1.text-right {
    font-size: 0.875rem;
    font-weight: 600;
    color: #211061;
}

.statics-card-container p.mb-1.text-left {
    font-size: 0.875rem;
    font-weight: 500;
    color: #211061;
}

.statics-card-container p.mb-0.shop {
    font-size: 0.875rem;
    font-weight: 500;
    color: #211061;
}

.statics-card-container a.btn.my-5.btn-modositas {
    color: white !important;
    padding: 0.75rem 0.75rem;
}

.statics-card-container .allapot-td img {
    width: 17px;
}

/* tooltip */

.statics-card-container .tool-tip {
    position: relative;
    top: 2px;
}

.statics-card-container .tool-tip .tool-tip__icon {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
}
.statics-card-container .tool-tip .tool-tip__info {
    display: none;
    border-radius: 3px;
    font-size: 0.875em;
    padding: 1rem 0.85rem;
    position: absolute;
    top: -20px;
    width: 22rem;
    text-align: left;
    z-index: 2;
}
.statics-card-container .tool-tip .tool-tip__info:before,
.tool-tip .tool-tip__info:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 20px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #eb7624;
}

.statics-card-container .tool-tip .tool-tip__info .info {
    display: block;
}

.statics-card-container .tool-tip:hover .tool-tip__info,
.tool-tip:focus .tool-tip__info {
    display: inline-block;
}

.statics-card-container a:focus + .tool-tip .tool-tip__info {
    display: inline-block;
}

.statics-card-container .shopping-cart td input,
select {
    width: 75%;
    font-size: 15px;
    font-weight: 500;
}

.statics-card-container #tablet-cart-container .shopping-cart td input,
select {
    width: 20%;
    font-size: 15px;
    font-weight: 500;
}

.statics-card-container p.mb-2.mb-1.text-left.szallitas-kedvezmeny-kosar {
    font-size: 13px !important;
}

.statics-card-container td i.icon-close.icon-merete {
    color: #ec7623;
    font-size: 20px;
    cursor: pointer;
    font-weight: 700;
    position: relative;
    top: 3px;
}

.statics-card-container .szallitas-kedvezmeny-kosar {
    max-width: max-content;
    font-size: 13px !important;
    background-color: #eb7624;
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
    font-weight: 600 !important;
    color: #fff !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.statics-card-container #telefon-cart-container .szallitas-kedvezmeny-kosar {
    font-size: 11px !important;
}

.statics-card-container th .py-2 {
    text-align: left;
}

.statics-card-container .btn-bearing i {
    font-size: 16px;
    position: relative;
    top: 1px;
    font-weight: 600;
}

.statics-card-container .tool-tip-price-discount {
    top: 0px !important;
}

.statics-card-container .tool-tip__icon-price-discount {
    font-size: 16px !important;
    font-style: normal !important;
}

.statics-card-container .tool-tip__info-price-discount {
    top: -22px !important;
}

.statics-card-container .leiras-gyarto-katalogus {
    font-weight: 600;
    color: #211061;
    text-transform: inherit;
}

.statics-card-container #staticsCards .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border-radius: 5px;
    background-color: #fff;
    background-clip: border-box;
    border-left: 5px solid #ec7623;
}

.statics-card-container #staticsCards .text-muted {
    color: #8898aa !important;
}

.statics-card-container #staticsCards .row {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    flex-wrap: wrap;
}

.statics-card-container #staticsCards .card-stats .card-body {
    padding: 1rem 1.5rem;
}

.statics-card-container #staticsCards h2,
#staticsCards h5,
#staticsCards .h2,
#staticsCards .h5 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    color: #32325d;
}

.statics-card-container #staticsCards h2,
#staticsCards h5,
#staticsCards .h2,
#staticsCards .h5 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    color: #32325d;
}

.statics-card-container #staticsCards .text-success {
    color: #2dce89 !important;
    font-weight: 600;
}

/* BAR */

.statics-card-container .card-progress {
    border-radius: 5px !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.statics-card-container .progress {
    width: 100%;
    height: 1.25rem !important;
    background: #e1e4e8;
    border-radius: 3px;
    overflow: hidden;
    border-radius: 10px !important;
}

.statics-card-container .progress-bar {
    display: block;
    height: 100%;
    background: linear-gradient(
        90deg,
        #e1701a,
        #f7a440 17%,
        #ec7623 34%,
        #ffb056 51%,
        #e1701a 68%,
        #f7a440 85%,
        #ec7623
    );
    background-size: 300% 100%;
    animation: load 3s normal forwards, progress-animation 4s linear infinite;
    border-radius: 10px 0 0;
}

.statics-card-container .haladasicm {
    font-weight: 700;
    color: #ec7623;
    font-size: 20px;
}

.statics-card-container .haladasihead {
    color: #8898aa !important;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0.25rem;
}

.statics-card-container .haladasdetail {
    font-weight: 400;
    color: #f9f9f9;
    font-size: 14px;
}

.statics-card-container .haladasdetaildata {
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 700;
}

@keyframes progress-animation {
    0% {
        background-position: 100%;
    }
    100% {
        background-position: 0;
    }
}

@keyframes load {
    0% {
        width: 0;
    }
}

.statics-card-container .card-border {
    border-left: 5px solid #ec7623;
    border-radius: 4px;
}

.statics-card-container .disabled-content {
    opacity: 0.3;
    cursor: not-allowed;
}

.statics-card-container .card-body-2 {
    background: rgb(236, 118, 35);
    background: linear-gradient(90deg, rgba(236, 118, 35, 1) 50%, rgba(242, 153, 84, 1) 100%);
    border-radius: 0 0 5px 5px;
}

.statics-card-container .icon-clock {
    position: relative;
    top: 1px;
}

/* VOUCHER */

.statics-card-container .voucher-left {
    background-image: url(./image/voucher.png);
    border-radius: 5px 0 0 5px;
    background-position-x: 20%;
    color: #fff;
    background-position-y: 61%;
    background-repeat: no-repeat;
}

.statics-card-container .vouchercim {
    font-weight: 700;
    color: #ffffff;
    font-size: 20px;
}

.statics-card-container .voucherhead {
    color: #f9f9f9 !important;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0.25rem;
}

.statics-card-container .voucherdetails {
    color: #ec7623 !important;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.statics-card-container .voucherdetailshead {
    color: #cacaca !important;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0.25rem;
}

.statics-card-container .vouchercode {
    color: #ec7623 !important;
    font-size: 14px;
    font-weight: 500;
}

.statics-card-container .code-text {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.statics-card-container .store-offer-item .coupon-detail {
    float: right;
    margin-top: 25px;
}
.statics-card-container .coupon-button-type .coupon-deal,
.coupon-button-type .coupon-print,
.coupon-button-type .coupon-code {
    line-height: 1;
    padding: 10px 38px;
    background: #ec7623;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 2px;
    /*     min-width: 195px; */
    text-align: center;
}
.statics-card-container .coupon-button-type .coupon-code {
    color: #ec7623;
    background: linear-gradient(
            315deg,
            rgba(0, 0, 0, 0.06) 10%,
            rgba(0, 0, 0, 0) 15%,
            rgba(0, 0, 0, 0) 35%,
            rgba(0, 0, 0, 0.06) 40%,
            rgba(0, 0, 0, 0.06) 60%,
            rgba(0, 0, 0, 0) 65%,
            rgba(0, 0, 0, 0) 85%,
            rgba(0, 0, 0, 0.06) 90%
        )
        repeat scroll 0 0/6px 6px rgba(0, 0, 0, 0);
    text-align: right;
    padding: 10px 12px;
    font-size: 16px;
    border-radius: 5px;
    position: relative;
}

.statics-card-container .coupon-button-type .coupon-code .get-code {
    position: absolute;
    left: -2px;
    top: -2px;
    color: #ffffff;
    font-size: 16px;
    padding: 11px 90px 11px 14px;
    border-radius: 5px;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, rgba(236, 118, 35, 1) 75%, rgba(242, 153, 84, 0.38699229691876746) 100%);
    cursor: pointer;
}

.statics-card-container .coupon-button-type .coupon-code .get-code:hover {
    padding-right: 65px;
    transition: all 0.5s ease;
}
.statics-card-container .coupon-detail .exp-text {
    font-size: 13px;
    display: block;
    margin-top: 5px;
    margin-bottom: -2px;
    color: #888888;
}

.statics-card-container .c-coupon__tearaway {
    /*   display: block;
    position: absolute;
    right: 0;
    top: 0; */
    border-right: 11px dotted #f0f0f0;
}

@media (max-width: 767.98px) {
    .statics-card-container .c-coupon__tearaway {
        border-right: none;
        border-bottom: 11px dotted #f0f0f0;
    }
}

.statics-card-container #voucherDisable {
    opacity: 0.45;
    filter: blur(0.1px) grayscale(1);
    cursor: not-allowed;
    pointer-events: none;
}

/* T?pett TORN */

.statics-card-container .voucher .left::before {
    content: "";
    position: absolute;
    height: 17%;
    width: 6px;
    /* left: 0; */
    /* top: 0; */
    background-image: radial-gradient(circle at 0px 10px, white 6px, #f76260 6px);
    background-size: 6px 20px;
}

@media (min-width: 768px) {
    .statics-card-container .voucher-left-used::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 6px;
        left: 0;
        top: 0;
        background-image: radial-gradient(circle at 0px 10px, #eeeeee 6px, #ffffff 6px);
        background-size: 6px 20px;
    }
}

@media (min-width: 768px) {
    .statics-card-container .voucher-right-used::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 5px;
        right: -1px;
        top: 0;
        transform: scaleX(-1);
        background-image: radial-gradient(circle at 0px 10px, #eeeeee 6px, #ffffff 6px);
        background-size: 6px 20px;
    }
}
@media (max-width: 767.98px) {
    .statics-card-container .voucher-used-top .row {
        border-bottom: 8px dotted #f3f3f3;
        position: relative;
        top: 4px;
    }
}

@media (max-width: 767.98px) {
    .statics-card-container .voucher-used-bottom {
        border-top: 8px dotted #f3f3f3;
        position: relative;
        top: -3px;
        width: 111%;
        height: auto !important;
        left: -19px;
    }
}

.statics-card-container .card {
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
    border: none !important;
}

.statics-card-container .card-header-megrendelesek {
    padding: 3rem 1.5rem 3rem !important;
}

/* Kapcsolat oldal */

.custom-input-file {
    color: white;
    height: 4.75rem;
}

input[type="file"].custom-input-file:focus {
    outline: none;
}

.custom-input-file::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-input-file::before {
    content: "Csatolt file-ok";
    display: block;
    border: 1px solid #ec7623;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-align: center;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
    color: #211061;
}

.custom-input-file:hover::before {
    border-color: #211061;
}

.input-files-par {
    text-transform: inherit;
    margin: 0 10px 10px;
}

.input-files-par i {
    position: relative;
    top: 2px;
    font-weight: 700;
    color: #ec7623;
}

/* Ugyintezes oldal */

.ugyintezes-text-box {
    max-width: 940px;
    margin: 100px 0px 0px;
    padding: 3rem;
    background-color: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
}

.ugyintezes-title {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 2rem;
}

.ugyintezes-text {
    line-height: 24px;
    font-size: 16px;
    font-weight: 600;
}

.ugyintezes-type .nav-link {
    -webkit-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 8px 20px 0px rgb(0 0 0 / 15%);
    padding: 27px 10px;
    border-radius: 6px;
    margin: 0 15px 40px !important;
    max-width: 250px;
}

.ugyintezes-type .faq-img {
    max-width: 64px;
}


.btn-ugyintezes-submit {
    margin-top: 4rem;
    width: 50%;
    background: #ec7623;
    animation: pulse-orange 2s infinite;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    border: none;
    padding: 16px;
    font-size: 16px;
}

.ugyintezes-input-label {
    text-transform: none;
    font-weight: 600;
    font-size: 15px;
}

.ugyintezes-input {
    width: 100%;
    border: none;
    box-shadow: 1px 1px 7px gainsboro;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 16px;
}

.ugyintezes-file-input {
    width: 100%;
    border: none;
    box-shadow: 1px 1px 7px gainsboro;
    margin-bottom: 15px;
    border-radius: 5px;
}

@media screen and (max-width: 575px) {
.ugyintezes-each-type .privacy-check-box .label-text {
    margin-right: 4rem;
}
}

.faq-page.modal-open #cartModal .tab-pane.fade.active {
  opacity: 1 !important;
}


/* ASZF oldal */

.aszf-content p {
 text-transform: inherit;
}

.aszf-content .preview_anchor, .aszf-content .preview_anchor div, .aszf-content .preview_anchor p, .aszf-content ul, .aszf-content table  {
    margin-bottom: 3rem;
}

.aszf-content a {
    color: #ec7623 !important;
    font-weight: 600;
}
