:root {
    --primary: #1B6997;
    --gray: #545454;
    --gray-dark: #3e3d40;
    --gray-light: #969696;
    --secondary: #1b6997;
    --success: #00b517;
    --info: #17a2b8;
    --warning: #ff9017;
    --danger: #fa3434;
    --light: #e4e4e4;
    --dark: #212529;
    --primary-light: #969696;
    --gray: #545454;
    --gray-light: #969696;
    --widget-color: #2d99d9;
    --btn-active: #545454;
}

:root .kybun,
:root .kiegeszito.bordo {
    --primary: #1B6997;
    --primary-light: #7fc1e8;
    --widget-color: #1B6997;
    --btn-active: #7fc1e8;
}

:root .matkermia,
:root .kiegeszito.turkiz,
:root .probacipo.turkiz {
    --primary: #0098a1;
    --primary-light: #0bc1d1;
    --widget-color: #2d99d9;
    --btn-active: #1B6997;
}

:root .matkermia.pink,
:root .kiegeszito.magenta {
    --primary: #1B6997;
    --primary-light: #7fc1e8;
    --widget-color: #2d99d9;
    --btn-active: #2d99d9;
}

body {
    font-family: "Arial", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Arial", sans-serif;
    font-weight: 500;
}

.filter-group h1,
.filter-group h2,
.filter-group h3,
.filter-group h4,
.filter-group h5,
.filter-group h6 {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-style: normal;
}

.product-page.card h1,
.product-page.card h2,
.product-page.card h3,
.product-page.card h4,
.product-page.card h5,
.product-page.card h6 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
}

.section-footer {
    background-color: #fff;
    color: #212121;
}

.section-footer .title,
.section-footer a {
    color: var(--primary);
}

.footer-copyright {
    padding-bottom: 40px;
}

footer.section-footer h5.title {
    font-style: normal;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}

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

.tn_matkeramia_2023 .product-slider .title,
.tn_matkeramia_2023 .card.card-product-grid .title {
    text-align: center;
    text-decoration: none;
}

.tn_matkeramia_2023 .product-slider .title:hover {
    text-decoration: underline;
}

.prodslider .card-product-grid .info-wrap {
    display: flex;
    flex-direction: column;
}

.prodslider .price {
    text-align: center;
    font-weight: normal;
}

.prodslider .btn-danger {
    border-radius: 2px;
    padding: 5px 10px;
}

.prodslider .detailscont {
    text-transform: uppercase;
    font-size: 10px;
}

.prodslider .btn:focus,
.prodslider .btn:active {
    outline: none;
}

.prodslider .card {
    border: none;
}

.prodslider.card-product-grid:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tn_matkeramia_2023 .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 1em;
    display: block;
}

.tn_matkeramia_2023 .navbar-nav .dropdown-menu .nav-link {
    text-transform: none;
}

.tn_matkeramia_2023 .dropdown-item {
    padding: 10px;
    border-bottom: 2px #f0f0f0 solid;
}

.tn_matkeramia_2023 .dropdown-menu {
    border-radius: 0;
    overflow-y: auto;
    max-height: 60vh;
}

.tn_matkeramia_2023 .dropdown-item:hover,
.tn_matkeramia_2023 .navbar-nav .nav-link:hover {
    border-bottom: 2px gray solid;
    color: #000;
}

.tn_matkeramia_2023 .navbar-nav .nav-link:hover {
    margin-bottom: -2px;
}

.tn_matkeramia_2023 .navbar-nav .nav-link.hschld:hover,
.tn_matkeramia_2023 .navbar-nav .nav-link.submttl:hover {
    margin-bottom: 0;
    border-bottom: none;
}

.tn_matkeramia_2023 .btn {
    font-size: 14px;
    border-radius: 8px;
    padding: 5px 5px;
    text-transform: uppercase;
}

.btn-icon i {
    line-height: 1.2;
}

.serviceoffer .item-feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    border: none;
    border-radius: 0;
    padding: 0;
}

.serviceoffer .serviceimage {
    width: 100%;
    height: auto;
}

.tn_matkeramia_2023 .btn:focus,
.tn_matkeramia_2023 .btn:active {
    outline: none;
}

.tn_matkeramia_2023 .btn-primary:focus,
.tn_matkeramia_2023 .btn-primary.focus {
    box-shadow: none;
}

.tn_matkeramia_2023 .btn-danger.focus,
.tn_matkeramia_2023 .btn-danger:focus,
.tn_matkeramia_2023 .btn-danger:not(:disabled):not(.disabled).active:focus,
.tn_matkeramia_2023 .btn-danger:not(:disabled):not(.disabled):active:focus,
.tn_matkeramia_2023 .show>.btn-danger.dropdown-toggle:focus,
.tn_matkeramia_2023 .btn-primary:not(:disabled):not(.disabled).active,
.tn_matkeramia_2023 .btn-primary:not(:disabled):not(.disabled):active,
.tn_matkeramia_2023 .show>.btn-primary.dropdown-toggle,
.tn_matkeramia_2023 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.tn_matkeramia_2023 .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.tn_matkeramia_2023 .show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.tn_matkeramia_2023 .page-item.active .page-link {
    color: #000;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
}

.tn_matkeramia_2023 .card-product-grid .btn-overlay .detailscont {
    display: none;
}

.tn_matkeramia_2023 .card-product-grid .info-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.tn_matkeramia_2023 .card-product-grid .info-wrap .btn {
    width: auto;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    padding: 6px;
}

.tn_matkeramia_2023 .form-control,
.tn_matkeramia_2023 .card {
    border-radius: 2px;
}

.tn_matkeramia_2023 .input-spinner .btn {
    font-size: 14px;
}

.tn_matkeramia_2023 .intro-banner-wrap .btn {
    font-size: 18px;
}

.tn_matkeramia_2023 .prodslider .owl-nav {
    display: flex;
    width: calc(100% + 40px);
    justify-content: space-between;
    position: absolute;
    bottom: 50%;
    left: -20px;
    z-index: 0;
}

.tn_matkeramia_2023 .owl-carousel .owl-nav button.owl-next,
.tn_matkeramia_2023 .owl-carousel .owl-nav button.owl-prev {
    font-size: 60px;
}

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

.tn_matkeramia_2023 .footer-top .fab.fa-facebook-f {
    /*color: #fff;*/
}

.badge.badge-danger.right {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 50px;
    transform: rotate(45deg);
    right: unset;
    background-color: rgba(255, 255, 255, 0);
    color: #fe0000;
    text-transform: uppercase;
    left: 34%;
    top: 10%;
    font-size: 12px;
}

.badge.badge-danger.right.otlt {
    background-color: #fe0000;
    color: #fff;
    width: auto;
    height: auto;
    top: 6%;
    left: initial;
    right: 6%;
    padding: 10px;
    font-size: 20px;
    transform: none;
}

.product-page .img-big-wrap .badge.badge-danger.right {
    transform: none;
    font-size: 20px;
    background-color: #fe0000;
    color: #fff;
    top: 6%;
    right: 6%;
    left: initial;
    width: auto;
    height: auto;
}

.badge.badge-danger.left {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    transform: rotate(-45deg);
    right: unset;
    left: -34%;
    top: 10%;
    background-color: #fe0000;
    font-size: 12px;
    text-transform: uppercase;
}

.prodsliderimg .badge.badge-danger.right {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    transform: rotate(45deg);
    left: unset;
    right: -34%;
    top: 10%;
    background-color: #fff;
    color: #fe0000;
    font-size: 12px !important;
    text-transform: uppercase;
}

.prodsliderimg .badge.badge-danger.right.otlt {
    top: 6%;
    background-color: #fe0000;
    color: #fff;
    left: initial;
    right: 6%;
    font-size: 16px !important;
}

#products .badge.badge-danger.right.otlt {
    top: 6%;
    left: initial;
    right: 6%;
    font-size: 20px;
    transform: none;
}

.prodsliderimg .badge.badge-danger.left {
    height: 40px;
    left: -35%;
    right: initial;
    top: 9%;
    font-size: 15px;
}

#products .badge.badge-danger.right {
    height: 16px;
    right: 5%;
    left: initial;
    top: 6%;
    font-size: 14px;
    padding: 10px;
}

#products .badge.badge-danger.left {
    height: 40px;
    left: unset;
    right: 36%;
    top: 6%;
    font-size: 13px;
}

.badge.badge-secondary.left {
    display: none;
}

.card-product-grid .img-wrap {
    /* height: 280px; */
}
@media (min-width: 768px) {
    .owl-stage-outer {
        width: 1200px;
        display: block;
        margin: auto;
    }
}
.contact-list {
    padding-left: 0;
    list-style: none;
}


@-webkit-keyframes hidelement {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    51% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes hidelement {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    51% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes hidelement {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    51% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes hidelement {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    51% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.badge.badge-danger.anim {
    -webkit-animation: hidelement;
    -moz-animation: hidelement;
    -o-animation: hidelement;
    animation: hidelement;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.section-pagetop.bg .container {
    position: relative;
}

.section-pagetop.bg .catcover {
    width: 100%;
    height: auto;
}

.section-pagetop.bg .covertext {
    position: relative;
}

.section-pagetop.bg.image .covertext {
    position: absolute;
    top: 25%;
    left: 25px;
}

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

.change-view.btn-group a {
    font-size: 17px;
}

/*Text colors breadcrumb*/

.title-page {
    color: var(--primary);
}

.breadcrumb-item a {
    color: var(--primary);
}

/*Text colors start*/

[class*="card-product"] a.title,
.list-menu a {
    color: var(--gray-dark);
}


/*Text colors end*/

.tn_matkeramia_2023.swissshoes .navbar-brand .logo {
    max-height: 50px;
    height: 50px;
}

.youtubeBlock {
    max-width: 100%;
    height: 350px;
    position: relative;
}

.youtubeBlock iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {

    .fb-page.fb_iframe_widget_fluid,
    .insta-page {
        display: none;
    }

    .form-control.kereso-sorrend {
        margin-left: 10px;
    }

    .tn_matkeramia_2023 .mainslider .text-area {
        top: 20% !important;
    }

    #content-wrapper img {
        height: auto;
    }
}

@media (max-width: 520px) {
    .tn_matkeramia_2023 .prodslider .owl-nav {
        width: calc(100% + 20px);
        left: -10px;
    }

    .owl-carousel.owl-drag .owl-item {
        padding: 0 20px;
    }

    .section-content .container p {
        clear: both;
    }
}

.cofidisiframe iframe {
    margin: 0;
    padding: 0;
}

.step-payment .hirdetmeny {
    margin-left: auto;
    font-size: 14px;
}

.step-payment .hirdetmeny .fa {
    margin-right: 5px;
    font-size: 20px;
    vertical-align: bottom;
}

.checkbox-btn input:checked~.btn .hirdetmeny a {
    color: #fff;
}

.cofidisinfo .infotext {
    color: #fa3434;
    font-weight: 700;
    margin-bottom: 10px;
}

.cofidisinfo .fa {
    color: var(--gray-dark);
    margin-right: 10px;
}

.transactionDetailsWrapper h4 {
    width: 100%;
    margin: 15px 0px;
}

.transactionDetailsWrapper a {
    min-width: 200px;
    height: 40px;
    border: 1px solid var(--primary);
    background-color: var(--primary);
    padding: 7px 2px;
    color: #fff;
    margin: 10px 0px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.cofidisfooter {
    background-color: #fecb00;
    display: inline-block;
    padding: 10px;
}

.cofidisoption {
    height: 70px;
    width: 130px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% 70px;
}

.hirdetmeny a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.hirdetmeny img {
    margin-right: 20px;
    height: 80px;
}

.textlink {
    color: blueviolet;
    font-weight: 700;
}

.tn_matkeramia_2023 .mainslider .text-area {
    top: 10%;
    left: 0;
    text-align: right;
    padding-right: 5%;
}

.tn_matkeramia_2023 .mainslider .text-area h2 {
    color: #fff;
}

.card.card-product-grid .badge.right {
    font-size: 12px;
    left: initial;
    top: 4%;
    right: 4%;
    color: #fff;
    background-color: #fe0000;
    width: auto;
    height: auto;
    padding: 5px;
    transform: none;
}

.select-size .btn {
    cursor: pointer;
}

.select-size .btn.preorder,
.select-size .btn.preorder:focus,
.select-size .btn.preorder:hover,
.select-size .btn.preorder:active {
    color: var(--warning);
}

.select-size .btn.noorder,
.select-size .btn.noorder:focus,
.select-size .btn.noorder:hover,
.select-size .btn.noorder:active {
    color: var(--gray-light);
    cursor: not-allowed;
}

.noorder.btn {
    cursor: not-allowed;
}

.product-slider .owl-stage-outer {
    z-index: 1;
}

.section-intro .mainslider {
    height: auto;
    max-height: 550px;
}

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

div.mainslider .slide {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 31vw;
}

.mainslider .owl-dots {
    position: relative;
    text-align: center;
}

.happily .mainslider .owl-dots {
    margin-top: -40px;
}

.mainslider .alignslidelft .slidecontent {
    position: absolute;
    left: 15%;
    top: 5%;
    width: 30%;
    height: initial;
}

.mainslider .alignsliderght .slidecontent {
    position: absolute;
    right: 15%;
    top: 5%;
    width: 30%;
    height: initial;
}

.mainslider .slidecontent h2 {
    font-family: "Berkshire Swash", cursive;
    font-weight: 400;
    font-size: 61px;
    color: #004f6d;
    margin: 0 0 5px;
}

.mainslider .slidetext,
.mainslider .slidetext p {
    font-size: 15px;
    color: #707070;
}

.mainslider .books a {
    display: block;
}

.mainslider .books {
    margin-top: 10px;
    display: flex;
}

.mainslider .sliderbook:not(:last-child) {
    margin-right: 30px;
}

.mainslider .sliderbook {
    width: auto;
}

.mainslider .sliderbook img {
    width: 150px;
    height: auto;
}

div.mainslider div {
    height: unset;
}

.mainslider.mobileslider .slide,
div.mainslider.mobileslider .slide,
.mainslider.mobileslider,
.happily .mainslider.mobileslider {
    height: 73vw !important;
}

@media (max-width: 768px) {
    .mainslider,
    .happily .mainslider {
        height: 200px !important;
    }
    .happily .otherslider .slide {
        height: 60vw !important;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .mainslider .slide {
        height: 200px !important;
    }
    .mainslider .slidecontent h2 {
        font-size: 5vw;
    }
    .mainslider .slidetext,
    .mainslider .slidetext p {
        display: none;
    }
    .mainslider .next {
        display: none;
    }
}

.mainslider .owl-dot {
    width: 20px;
    height: 20px;
    background-color: #FFF !important;
    margin: 0 5px;
    border-radius: 50%;
    border: 1px solid var(--primary) !important;
}

.mainslider .owl-dot.active {
    background-color: var(--primary) !important;
}

.owl-carousel {
    padding: 0px 30px;
}

.owl-carousel.alexandra-slider .owl-item img.owl-lazy {
    width: 100%;
    max-width: 150px !important;
    height: auto;
}

.otherslider .slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.slidecontent .next {
    margin-top: 30px;
}

.slidecontent .next a {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #7590a7;
    border-radius: 35px;
    padding: 7px 15px;
}

/* content size */

#content-wrapper {
    max-width: 1920px;
    margin: auto;
}

#blockStyle246huTartalom23 {
    min-height: 550px;
}

#boritokep .ccm-image-block {
    height: auto;
}

.card-banner {
    justify-content: center;
}

.section-footer.border-top > .container {
    max-width: 1500px;
}

.fa.fa-search {
    width: 30px;
}

#content-wrapper img {
    max-width: 1200px;
}

.table-shopping-cart .small.text-danger {
    display: none;
}

@media (max-width: 767px) {
    .owl-stage-outer {
        display: none;
    }

    .categories .row .col-md-2 {
        width: 50%;
    }

    .footer-top .row > *{
        width: auto;
    }
}

@media (max-width: 479px) {

    .categories .row .col-md-2 {
        width: 100%;
    }

    .footer-top .row {
        justify-content: center;
    }

    .footer-top .row > * {
        width: 80%;
    }
}

.hidemobile {
    display: block !important;
}

.hidedesktop {
    display: none !important;
}

@media (max-width: 767px) {
    .hidedesktop .owl-stage-outer {
        display: block;
    }
}

@media (max-width: 575px) {
    .mainslider,
    .happily .mainslider {
        height: 110px !important;
    }
    .mainslider .slide {
        height: 110px !important;
    }
    .hidemobile {
        display: none !important;
    }
    .hidedesktop {
        display: block !important;
    }
}


.stepping button {
  min-width: 220px;
}
.step-delivery,
.step-payment {
  margin-bottom: 30px;
}
.step-delivery h4,
.step-payment h4 {
  margin-bottom: 20px;
}
.step-delivery label .btn,
.step-payment label .btn {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  height: 80px;
}
.step-delivery label i,
.step-payment label i {
  font-size: 30px;
  margin-right: 20px;
  color: inherit;
}
.order-block input[readonly] {
  background-color: #fff;
}

#orderForm input[readonly] {
  background-color: #e4e4e4;
}

.step5.card {
  margin-bottom: 30px;
}