:root .tn_moped91_2020 {
    --primary: #206bc1;
    --primary-light: #206bc1;
    --primary-dark: #3a5675;
    --widget-color: #206bc1;
    --btn-active: #114887;
    --bg-color: #114887;
    --title-color: #fff;
    --text-color: #fff;
    --card-bg: #fff;
}

body {
    background: var(--bg-color);
    color: var(--text-color);
}

.card {
    background-color: var(--card-bg);
    color: var(--gray-dark);
}

a {
    color: #fff;
    font-weight: bold;
}

a:hover {
    color: var(--primary-light);
}

.tn_moped91_2020 .brand-wrap .logo,
.tn_moped91_2020 .navbar-brand .logo {
    max-height: 70px;
}

.tn_moped91_2020 .navbar-brand .logo {
    height: 70px;
}

.tn_moped91_2020 .navbar.navbar-main.scrolled .navbar-brand .logo {
    height: 55px;
}

.nav-item .szlogen {
    color: rgba(0, 0, 0, 0.5);
    font-style: italic;
    font-size: 13px;
}

.widget-header .notify:empty {
    display: none;
}

.section-footer {
    background: rgb(17, 72, 135);
    background: -moz-linear-gradient(top, rgba(17, 72, 135, 0) 0%, rgba(34, 58, 101, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(17, 72, 135, 0) 0%, rgba(34, 58, 101, 1) 100%);
    background: linear-gradient(to bottom, rgba(17, 72, 135, 0) 0%, rgba(34, 58, 101, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#114887', endColorstr='#223a65', GradientType=0);
    position: relative;
}

.tn_moped91_2020 {
    position: relative;
}

.tn_moped91_2020::before {
    content: '';
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/robbantottnagy-web.png);
    opacity: 0.07;
    background-size: cover;
    background-position: center 200px;
    z-index: 0;
    background-repeat: no-repeat;
}

.section-footer .logo-footer {
    height: 110px;
}

section#shop,
section#simple,
section#content-wrapper,
section#profil-wrapper {
    margin-top: 200px;
}

.btn.btn-primary,
.btn.btn-primary:hover {
    color: #fff;
}

.search-items.dropdown-menu {
    width: 90%;
}

.all-brands img {
    height: 60px;
    width: auto;
    margin-bottom: 10px;
}

.moped-code {
    font-weight: bold;
    color: var(--primary-light);
}

.card-product-grid .fix-height,
.card.card-product-grid .info-wrap.align-info .title {
    height: auto;
}

.card-product-grid {
    height: calc(100% - 20px);
    justify-content: flex-end;
}

.section-title {
    color: var(--gray-dark);
}

header.section-header {
    background: rgb(34, 58, 101);
    background: -moz-linear-gradient(top, rgba(34, 58, 101, 1) 32%, rgba(17, 72, 135, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(34, 58, 101, 1) 32%, rgba(17, 72, 135, 1) 100%);
    background: linear-gradient(to bottom, rgba(34, 58, 101, 1) 32%, rgba(17, 72, 135, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#223a65', endColorstr='#114887', GradientType=0);
}

.border-bottom {
    border-bottom-color: #295b93 !important;
}

.navbar-light .nav-link,
.nav-item .szlogen,
.section-footer .title,
.title-page {
    color: #fff;
}

.modal {
    color: #000;
}

.filter-group {
    border-bottom: unset;
}


/*.btn.btn-primary, .btn.btn-primary:hover {
  color: var(--primary);
  background-color: #fff;
}*/

.nav-link.nav-path-selected.active {
    color: unset;
}

.navbar-light .nav-link:hover,
.navbar-light .nav-link:focus {
    color: var(--text-color);
}

.navbar-light .nav-link ::before {
    content: '';
    display: none;
    height: 2px;
    width: 100%;
    background-color: #fff;
}

.navbar-light .nav-link:hover ::before,
.navbar-light .nav-link:focus ::before {
    display: block;
}

.section-pagetop {
    background-color: transparent;
}

.section-footer .icon {
    color: #fff;
}

.card-header .title,
.card-header i {
    color: var(--primary);
}

.cart-product-grid a {
    color: var(--primary);
}

.box.item-logo {
    color: var(--gray-dark);
}

.btn-outline-secondary {
    color: var(--gray-dark);
    background-color: #fff;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-light);
    border-color: var(--primary-light);
}

.modal a {
    color: unset;
}

.border-top {
    border-top: 1px solid var(--primary-dark) !important;
}

.navbar .icon.icon-sm {
    background-color: #fff;
}

.navbar .login-text {
    background: unset;
    color: #fff;
    margin-right: 10px;
}

.card.card-body.employeecont a {
    color: var(--primary);
}

#profil a {
    color: var(--primary);
}

#profil a.active {
    color: #fff;
}

#shop .section-pagetop {
    padding: 20px 0px;
}

#siteWrapper {
    position: relative;
}

.brandscard .section-heading {
    margin: 0 0 15px 0;
}

.brandsconatiner {
    margin: 60px auto;
}

#content-wrapper .container .whitebgblock {
    color: var(--gray-dark);
    background-color: #fff;
    border-radius: 0.37rem;
    padding: 1.25rem;
}

.whitebgblock a {
    color: var(--primary-light);
}

.customformblock .inputrow {
    display: flex;
}

.customformblock .inputrow .form-group {
    flex-grow: 1;
    width: 33%;
}

.customformblock .inputrow .form-group:nth-child(2) {
    margin: 0 10px;
}

@media (max-width: 767px) {
    .customformblock .inputrow .form-group {
        width: 100%;
    }
    .customformblock .inputrow {
        flex-wrap: wrap;
    }
    .customformblock .inputrow .form-group:nth-child(2) {
        margin: 0;
    }
}

.tracking-wrap .step.active .text {
    color: #fff;
}

.tracking-wrap .icon {
    color: var(--primary);
}

#profil .btn-primary {
    color: #fff;
}

.certificate {
    margin-top: 10px;
}

#blockStyle157huStatikusTartalom222 a {
    color: rgb(17, 72, 135);
}

.align-quantity {
    justify-content: center;
}

.align-info {
    text-align: center;
}

.products-input-spinner {
    width: 130px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.products-input-spinner input.form-control {
    text-align: center;
    max-width: 60px;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
    border-color: #e4e4e4;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.products-input-spinner .btn {
    width: 36px;
    text-align: center;
}

.table-shopping-cart .products-input-spinner .form-control {
    padding: 0;
}

.order-details {
    flex-wrap: wrap;
    margin: 10px 0 10px 0;
}

.order-details-row {
    display: flex;
    flex-flow: row;
    align-items: center;
    padding: 5px 5px 5px 0;
}

.order-details-row h6 {
    padding-right: 5px;
    margin-bottom: 0;
}

.list-unstyled.notitle {
    margin-top: 40px;
}

.mennyiseg .input-spinner input.form-control {
    max-width: initial;
    width: 60px;
    flex-basis: initial;
}

.moqinfo {
    text-align: center;
}

.dropdowntgl:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.navbar-brand .logo {
    height: 45px;
    transition: linear height 0.5s;
}

.navbar.navbar-main.scrolled .navbar-brand .logo {
    height: 30px;
}

.icon-bar {
    width: 22px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    transition: all 0.2s;
    margin-top: 5px;
}

.navbar-main .navbar-toggler {
    background: #fff !important;
    padding: 3px 10px 7px 10px;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg) translate(2px, -2px);
    transform-origin: 0;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg) translate(1px, 3px);
    transform-origin: 0;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

header.section-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
}

.adminbaron header.section-header {
    position: relative;
}

.navbar-main .nav-link.dropdowntgl.active {
    color: #666;
}

#main_nav2 {
    position: relative;
    flex-wrap: wrap;
}

#main_nav2 .search-items {
    min-width: 280px;
    position: absolute;
    right: 0;
}

.search-items .itemside .info {
    width: 100%;
}

.search-items figure:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.headdropdown {
    width: 300px;
}

.mainslider {
    height: 60vh;
    max-height: 550px;
}

.mainslider div {
    height: 100%;
    width: 100%;
}

.mainslider .slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mainslider.sti .slide {
    position: relative;
}

.mainslider .text-area {
    position: absolute;
    top: 40%;
    left: 50%;
}

#main_nav2 .nav-item {
    white-space: nowrap;
}

.mainslider .slide img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.navbar-nav .nav-link.submttl {
    margin-right: 0 !important;
    margin-top: 10px;
    background-color: #f5f5f5;
}

.navbar-nav .nav-link.submitm {
    margin-left: 10px !important;
}

.navbar-nav .nav-link.submitmsub {
    margin-left: 15px !important;
}

.navbar-nav .nav-link.submitm.hschld {}

.navbar-nav .nav-link.submitmsub {
    margin-left: 20px !important;
}

.nav-link.submttl,
.nav-link.submitm.hschld {
    cursor: default;
}

.nav-item.dropdown {
    cursor: default;
}

@media (max-width: 1199px) {
    .navbar-brand .logo {
        height: 30px;
    }
}

@media (max-width: 576px) {
    .mainslider {
        height: 40vh;
    }
}


/*BLOG*/

.blogs .card-text {
    max-width: 400px;
    overflow: hidden;
}

.blogs .card-banner {
    margin-bottom: 20px;
}

.blogs .card-date {
    float: right;
}

.container.blogs.sti .card-banner>div {
    width: 50%;
}

.container.blogs.sti .card-banner .text-area {
    padding: 10px;
}

.container.blogs.sti .text-area p {
    height: 140px;
    overflow: hidden;
}

.container.blogs.sti .img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/*BLOG END*/


/*VELEMENYEK*/

.opinions .img-box {
    height: 130px;
    display: flex;
    justify-content: center;
}

.opinions.owl-carousel .img-box img {
    height: 100%;
    width: auto;
    border-radius: 100px;
}


/*VELEMENYEK END*/


/*Hírfolyam*/

.card-banner.hirfolyam {
    padding: 10px;
    box-shadow: 1px 1px 8px -6px #000000;
    flex-wrap: wrap;
}

.hirfolyam .newstitle {
    flex-basis: 100%;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.newstitle .date {
    margin: 0 0 0 auto;
    color: var(--gray-light);
}

.newstitle a {
    font-size: 1.3rem;
    color: inherit;
}

.hirfolyam .nocontent {
    font-style: italic;
    color: var(--gray-light);
}

.blogs .morecont {
    text-align: right;
}

.suggested-prices {
    width: 75%;
}

.retail-price-text {
    color: #fff;
    white-space: nowrap;
    margin: 0;
}

#price-switch-button .icon>i {
    color: #fff;
}

.mopedtour {
    display: none;
    padding: 10px 50px;
    max-width: calc(100% - 20px);
    margin: 10px 0 10px 0;
}

.selected .mopedtour {
    display: block;
}

#accountdropdown {
    margin-right: 10px;
}

#accountdropdown,
#price-switch-button,
#price-switch-button .fas {
    color: #fff;
}

#price-switch-button .fas {
    margin-left: 10px;
}

#price-switch-button {
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.loggedin a {
    font-weight: normal;
}

.loggedin a:hover {
    color: #fff;
}

#accountdropdown:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.order-block .stepping {
    flex-basis: 100%;
}

.methodscont {
    margin-bottom: 20px;
}

.methodscont p {
    margin: 0;
}

.orderdescription {
    padding: 1.25rem;
}

.potrendelescont select {
    display: none;
    width: 100%;
    padding: 5px 3px;
    margin-top: 10px;
}

.potrendelescont select.show {
    display: block;
}

.preorderform .fa-minus-circle {
    color: #a10000;
}

.preorderform .fa-check-circle {
    color: green;
}

.preorderform table {
    width: 100%;
}

.preorderform table th {
    padding: 0.75rem;
}

.preorderform table td {
    padding: 0.75rem;
}

.preorderform .delete {
    cursor: pointer;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.dropdown .level2menu {
    display: none;
    position: absolute;
    top: -9px;
    left: 100%;
    z-index: 1000;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: var(--gray-dark);
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.37rem;
    max-height: 50vh;
    overflow-y: auto;
}

.dropdown .level2title {
    position: relative;
}

.dropdown-item.haschild:hover .level2title:after {
    content: '\f0d7';
    position: absolute;
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 700;
    top: 0;
    right: -10px;
}


/* .dropdown .dropdown-item:hover .level2menu {
    display: block;
} */


.preordernotification ul {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}

.preordernotification li {
    padding: 3px 15px;
    border-top: 1px solid #ccc;
}

.preordernotification li:first-child {
    border-top: none;
}

.preordernotification p {
    margin: 0 0 10px 0;
}

.card .nameandpicture {
    width: 100%;
}

.card .turajarat {
    font-weight: normal;
    margin-left: 20px;
}

.pricechangetable .crossed {
    text-decoration: line-through;
}

.dropdown .level2menu.show {
    display: block;
}


/* CART IMG */

.table-shopping-cart .aside {
    min-width: 80px;
}


/* CART DOWN */

.item-cart-separator {
    max-height: 320px;
    overflow-y: auto;
}

.dropdown-item.haschild {
    position: relative;
}

.itemside .info .title,
.itemside .info p,
.table-shopping-cart .price-wrap .price,
.table-shopping-cart .price-wrap .text-muted,
.table.table-borderless.table-shopping-cart .remove-cart,
.table.table-borderless.table-shopping-cart .kornydij {
    font-size: 0.9rem;
    line-height: 1.1;
}

.table.table-borderless.table-shopping-cart tr:not(:last-child) {
    border-bottom: 1px #f1f1f1 solid;
}

.table-shopping-cart .price-wrap .price,
.table-shopping-cart .price-wrap .text-muted,
.table.table-borderless.table-shopping-cart .small.text-danger,
.table.table-borderless.table-shopping-cart .small.text-success,
.table.table-borderless.table-shopping-cart .kornydij {
    white-space: nowrap;
    margin-bottom: 0;
}

.table.table-borderless.table-shopping-cart .img-sm {
    object-fit: contain;
}

.table.table-borderless.table-shopping-cart td,
.table.table-borderless.table-shopping-cart th {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (min-width: 576px) and (max-width: 991px) {
    .logo-flex-div {
        max-width: 30%;
    }
    .profile-flex-div {
        max-width: 60%;
    }
}

@media (max-width: 576px) {
    header.section-header {}
    .logo-flex-div>.navbar-brand>img {
        height: 45px !important;
    }
    .header-info-bar .logged-in-div {
        display: none;
    }
    .header-info-bar .contact-language {
        font-size: 12px;
    }
    .profile-flex-div .d-flex.justify-content-end.align-items-start {
        justify-content: start !important;
    }
    .slide>.slideimg {
        max-height: 250px;
        margin-top: 30px;
    }
    .container.etalon.owl-carousel {
        height: 265px;
    }
    section#shop,
    section#simple,
    section#content-wrapper,
    section#profil-wrapper {
        margin-top: 140px;
    }
}

@media (max-width:379px) {
    .navbar.navbar-main {
        justify-content: center;
    }
}

@media (max-width:768px) {
    .container {
        max-width: 100%;
    }
    .headdropdown {
        top: 110px !important;
    }
    .price-switch {
        display: none;
    }
    .dropdown-menu.show {
        margin-top: -40px;
    }
}

@media (max-width:991px) {
    .dropdown .level2menu {
        position: relative;
        left: auto;
    }
    .nav-item.dropdown .dropdown-menu {
        max-height: 100%;
    }
    .dropdown-menu.show {
        margin-left: auto;
        margin-right: 5px;
    }
    .nav-menu>.navbar.navbar-main.navbar-expand-lg.navbar-light * {
        color: var(--dark);
        white-space: normal;
    }
    .nav-menu .navbar-collapse.collapse {
        background: #fff;
        border-top-right-radius: 0.37rem;
        border-bottom-right-radius: 0.37rem;
        border-bottom-left-radius: 0.37;
        padding-left: 10px;
    }
    .level2title::after {
        content: '\f0da';
        position: absolute;
        display: block;
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 700;
        top: 0;
        right: -10px;
    }
    .owl-carousel>.owl-nav,
    .owl-dots {
        display: none;
    }
    .owl-stage-outer {
        max-height: 300px;
    }
    .item-cart-separator {
        max-height: 300px;
    }
}