* {
    outline: 0;
    box-shadow: none !important;
    font-family: "Montserrat", sans-serif;
}

body {
    background-color: #f6f6f6;
    color: #2e282a;
}

.container {
    max-width: 90%;
}

.black_title {
    font: normal normal normal 42px/52px Montserrat;
    letter-spacing: -1.05px;
    color: #2e282a;
}

.magenta_title {
    font: normal normal normal 1.3rem Montserrat;
    letter-spacing: 0px;
    color: #b83393;
}

.magenta_text {
    font: normal normal normal 36px/29px Montserrat;
    color: #b83393;
    font-size: 18px;
    margin-bottom: 10px;
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #dc3545 !important;
}

.blue_subtitle {
    font: normal normal normal 13px/29px Montserrat;
    letter-spacing: 0px;
    color: #0097ba;
    font-weight: bold;
}

.discount-badge {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(35px);
    background-color: #ff1e1e;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    font-size: 1.3rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

tbody td {
    vertical-align: middle;
}

.vertical-top {
    vertical-align: top;
}

#successModal .modal-header {
    background-color: #b83393;
    padding: 20px;
}

#successModal button.close {
    border: 0;
    background: #b83393;
    color: #fff;
    position: absolute;
    right: 20px;
}

.form-error-message {
    font-size: 0.8rem;
    color: #dc3545;
}

table.dataTable {
    padding-top: 20px;
}

.kosar_es_fizetes {
    /*font: normal normal normal 14px/18px Montserrat;*/
    letter-spacing: 0px;
    color: #000000;
}

.numberCircle {
    border-radius: 50%;
    width: 25px;
    height: 20px;
    padding: 5px;
    margin: 0 10px;

    background: #b83393;
    color: #fff;
    text-align: center;

    font: 10px Arial, sans-serif;
}

button:focus {
    outline: 0;
    box-shadow: none !important;
}

table#korabbi_rendeleseim_table tr,
table#kosar_table tr {
    vertical-align: middle;
}

table#korabbi_rendeleseim_table th,
table#kosar_table th {
    color: #b83393;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom-width: 3px;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

table#korabbi_rendeleseim_table td {
    padding: 1.2rem 0.5rem;
    border-bottom-width: 3px;
}

.no_border td {
    border: 0;
}

#data_table_holder,
#kosar_table_holder {
    background: #fff;
    padding: 30px 20px;
}

#data_table_holder h3 {
    letter-spacing: -0.9px;
}

#data_table_holder .vegosszeg td {
    font-weight: bold;
    font-size: 18px;
}

a.nav-link {
    font-size: 12px;
    color: #2e282a !important;
    margin-right: 10px;
    text-align: center;
}

.search-box input {
    border-radius: 30px;
    font-size: 12px;
    width: 250px;
    padding-left: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.search-box.input-icons i {
    position: absolute;
}

.search-box.input-icons {
    margin-bottom: 10px;
}

.search-box .icon {
    padding: 12px;
    color: #0097ba;
    text-align: center;
}

.bg-color-primary {
    background-color: #419ae8;
    border-color: #419ae8;
    color: #fff;
}

.btn {
    font-weight: bold;
    text-transform: uppercase;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0097ba;
    border-color: #0097ba;
}

.active {
    color: #0097ba;
}

.btn-danger {
    color: #fff !important;
    background-color: #b83393;
    border-color: #b83393;
    font-size: 12px;
}

.btn-icon {
    font-size: 24px;
    margin-left: 20px;
}

.color-primary {
    color: #0097ba;
}

.bg-color-magenta {
    background-color: #b83393;
}

.color-magenta {
    color: #b83393;
}

h2 {
    font-size: 25px;
    letter-spacing: -0.9px;
}

.btn {
    padding: 10px 10px;
}

.card .btn {
    font-size: 12px;
}

.card-body {
    padding: 10px;
}

#category-left-menu .collapse a.active {
    font-weight: bold !important;
}

#category-left-menu button {
    text-transform: unset;
}

#category-left-menu .collapse li {
    margin-bottom: 7px;
}

#category-left-menu .collapse li:first-child {
    margin-top: 15px;
}

.card {
    border: 0px;
    padding: 20px 15px 0px 15px;
    border-radius: 10px;
}

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

.card-img-top {
    height: 200px;
    width: auto;
}

#features .card-img-top {
    height: auto !important;
    width: 100% !important;
}

#compare-table .card-img-top {
    width: auto !important;
}

.card-img-top:hover {
    cursor: pointer;
}

.most_olcsobb {
    position: absolute;
    top: 0;
    left: 0;
    color: red;
    border: 1px solid red;
    border-radius: 10px;
    padding: 2px 7px;
    background-color: #fff;
    font-size: 12px;
}

.btn_big {
    font-family: "Cairo", sans-serif;
    font-size: 20px !important;
    padding: 10px 20px !important;
    text-transform: uppercase;
    font-weight: bold;
}

.btn_small {
    font-family: "Cairo", sans-serif;
    font-size: 16px;
    padding: 0px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-outline-light {
    color: #2e282a;
    border-color: #2e282a;
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-primary {
    color: #fff;
    background-color: #419ae8;
    border-color: #419ae8;
}

.rounded-lg {
    border-radius: 15px;
}

.aprobetus {
    font-size: 10px;
    color: #2e282a;
}

.img-holder {
    position: relative;
    text-align: center;
}

footer {
    background: #fff;
    color: #000;
    padding-bottom: 20px;
}

footer a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

.f-12 {
    font-size: 12px;
}

.f-16 {
    font-size: 16px;
}

footer .fa.fa-facebook-official {
    color: #0d6efd;
    font-size: 18px;
}

footer h6 {
    color: #0097ba;
    text-transform: uppercase;
}

footer .footer_bottom_menu a {
    margin-right: 30px;
}

.button-arrow {
    font-size: 24px;
    margin-left: 20px;
}

.col-md-3 .col-md-12 {
    padding-left: 5px;
    padding-right: 5px;
}

a.footer_home {
    font-size: 18px;
}

.btn.addGroupToCart {
    font-size: 16px;
}

a.footer_home:hover {
    color: #0097ba;
}

.card-title {
    width: 100%;
    height: 50px;
    color: #2e282a;
    font-size: 1.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.btn {
    font-size: 12px;
}

tr.bg-danger {
    background-color: #dd5965 !important;
}

.old-price {
    text-decoration: line-through;
    color: #2e282a;
}

.new-price {
    color: #08b2e3;
    font-size: 16px;
    font-weight: bold;
}

.old-price-text {
    color: #08b2e3;
    font-size: 16px;
    font-weight: bold;
}

.site_navigation {
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 12px;
    margin-bottom: 25px;
}

.site_navigation a {
    color: #2e282a;
    text-decoration: none;
}

.site_navigation .separator {
    margin-left: 5px;
    margin-right: 5px;
    color: #0097ba;
}

h1.main_title {
    letter-spacing: -1.05px;
    color: #2e282a;
    font-size: 35px;
    margin: 40px 0;
}

h2.sub_title {
    font-size: 30px;
    letter-spacing: -0.9px;
    color: #0097ba;
    margin-bottom: 30px;
}

p.main_description {
    letter-spacing: 0px;
    color: #2e282a;
    font-size: 22px;
}

.viszonteladoi_fiok_jelolo {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 15px;
}

.viszonteladoi_fiok_jelolo p {
    font-weight: bold;
    color: #2e282a;
}

#registration .form-check input,
#kapcsolat .form-check input {
    width: 38px;
    height: 38px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    margin-right: 20px;
    display: block;
}

#registration .form-check-label,
#kapcsolat .form-check-label {
    margin-top: 10px;
    margin-left: 15px;
    font-size: 16px;
    padding-top: 10px;
}

.form-control {
    display: initial;
}

.ml-5 {
    margin-left: 20px;
}

.ml-0 {
    margin-left: 0 !important;
}

form i {
    margin-left: -30px;
    cursor: pointer;
}

.p-14 {
    padding: 14px;
}

form .input-holder {
    margin-top: 25px;
}

form label {
    color: #b83393;
    font-size: 18px;
    margin-bottom: 10px;
}

form .form-check {
    margin-bottom: 30px;
}

form .form-check label {
    color: #2c3034;
    display: block;
}

form input,
form select {
    border: 1px solid #c1c1c1;
    border-radius: 7px;
    padding: 14px !important;
    font-size: 18px;
}

#product-category-page #category-head {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#product-category-page .product_head {
    padding: 4% 5% 4% 5%;
    margin-bottom: 20px;
}

#product-category-page h3 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: -1.2px;
    color: #ffffff;
}

#product-category-page .product_description {
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-right: 10%;
}

#error_404 h3 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #2e282a;
}

#error_404 h5 {
    font-size: 20px;
    letter-spacing: -0.38px;
    color: #363636;
}

#success-registration h2 {
    font-size: 42px;
    letter-spacing: -1.05px;
    color: #2e282a;
    margin-top: 70px;
    margin-bottom: 40px;
}

.success-registration-text {
    color: #2e282a;
    font-size: 20px;
}

.success-registration-text p {
    font-weight: bold;
}

.white-box {
    background: #fff;
    padding: 30px;
}

.white-box:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    cursor: pointer;
}

.white-box.active {
    box-shadow: 0 1rem 1rem rgb(100 20 255 / 60%) !important;
}

.white-box .box-title {
    letter-spacing: 0.6px;
    color: #b83393;
    text-transform: uppercase;
    font-size: 12px;
}

.white-box .box-data {
    letter-spacing: 0px;
    color: #2e282a;
    font-size: 24px;
    margin-bottom: 0;
}

.white-box .box-data-small {
    font: normal normal normal 18px Montserrat;
    letter-spacing: 0px;
    color: #2e282a;
    margin: 0;
}

#final_price {
    font: normal normal bold 42px/52px Montserrat;
    letter-spacing: -1.05px;
    color: #b83393;
}

.index_banner {
    margin-right: 20px;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

.banner_3 .buttons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.banner_text {
    margin: 85px 0;
}

.banner_text p {
    font-weight: bold;
    text-transform: uppercase;
}

.banner_text p.banner_small_text {
    font-size: 12px;
    margin-bottom: 5px;
}

.banner_text p.banner_big_text {
    font-size: 18px;
    margin: 0;
}

.banner_text .btn_big {
    margin-top: 15px;
    font-size: 14px !important;
    padding: 7px 15px !important;
}

.banner_3_text {
    text-transform: none;
    padding: 30px 30px 20px 50px;
    font-size: 20px;
}

.banner_3 {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.banner_3 .banner_small_text {
    color: #fff;
}

.btn_white {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}

.banner_3_cta {
    margin: 0 50px;
    color: #fff;
    text-decoration: none;
}

.text-normal {
    text-transform: none;
}

.form-switch .form-check-input {
    height: 2em;
    width: 4em;
}

#ervek {
    margin-top: 30px;
}

#ervek .erv {
    margin-bottom: 25px;
}

#ervek .erv_container {
    background: #fff;
    padding: 42px 24px;
}

.category-head-text {
    width: 50%;
}

.erv_container h5 {
    min-height: 75px;
    font: normal normal normal 1.6rem Montserrat;
    letter-spacing: -0.75px;
    color: #2e282a;
    margin-bottom: 20px;
    /*font-size: 1.4vw;*/
}

#ervek .erv .erv_leiras {
    font: normal normal normal 18px/29px Montserrat;
    letter-spacing: 0px;
    color: #2e282a;
}

.erv_icon {
    height: 72px;
    width: 72px;
    margin-bottom: 22px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.erv_icon img {
    width: 72px;
    height: 72px;
}

.vpn-lock-icon {
    background: url(/img/ikonok/vpn-lock.svg);
}

.award-icon {
    background: url(/img/ikonok/award.svg);
}

.boxes-icon {
    background: url(/img/ikonok/boxes.svg);
}

.user-lock-icon {
    background: url(/img/ikonok/user-lock.svg);
}

.brain-icon {
    background: url(/img/ikonok/brain.svg);
}

.cloud-icon {
    background: url(/img/ikonok/cloud.svg);
}

.shield-icon {
    background: url(/img/ikonok/shield.svg);
}

.users-icon {
    background: url(/img/ikonok/users.svg);
}

.equal-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
    display: block;
}

.row.equal-cols > [class*="col-"] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.row.equal-cols > [class*="col-"] > * {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.biztributor_text {
    color: rgb(184, 51, 147);
    font-size: 24px;
}

.biztributor_text span {
    color: rgb(0, 164, 184);
}

.info-page h1 {
    text-align: center;
    margin-bottom: 30px;
}

#kapcsolat h1 {
    font: normal normal normal 42px/52px Montserrat;
    letter-spacing: -1.05px;
    color: #2e282a;
}

#kapcsolat .address {
    font: normal normal normal 24px/36px Montserrat;
    letter-spacing: 0px;
    color: #2e282a;
}

.irj_nekunk {
    font: normal normal normal 36px/44px Montserrat;
    letter-spacing: -0.9px;
    color: #0097ba;
}

.ml-5p {
    margin-left: 5% !important;
}

#compare-table table td,
#compare-table table th {
    text-align: center;
    font: normal normal normal 0.8rem Montserrat;
    letter-spacing: 0px;
    color: #2e282a;
    padding: 20px 10px !important;
}

#compare-table table th {
    font-size: 1rem;
}

#compare-table table th:nth-child(1) {
    text-align: left !important;
}

#compare-table table td:not(:first-child),
#compare-table table th:not(:first-child) {
    background: #fff;
}

#compare-table table td:first-child {
    text-align: left;
}

#compare-table table {
    border-collapse: separate;
    border-spacing: 1em 0;
    table-layout: fixed;
    word-wrap: break-word;
}

#compare-table .table-image {
    margin-top: 10px;
    margin-bottom: 40px;
}

#compare-table .table-image-holder {
    margin-top: 10px;
    margin-bottom: 40px;
}

#compare-table .table-image-holder img {
    max-width: 80% !important;
    width: unset !important;
    height: unset !important;
}

#features .card {
    padding: 0;
    height: 100%;
    margin-bottom: 15px;
}

.dropdown-item {
    font-size: 12px;
}

.kosar_es_fizetes_holder {
    width: 200px;
}

.column {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.box {
    flex: 1;
    color: white;
}

.box.rowspan {
    flex: 2;
}

.column_a h3,
.column_a h5,
.column_b h3,
.column_c h3 {
    text-shadow: 1px 1px 2px black;
}

.column_a a,
.column_b a,
.column_c a {
    background: #b83393;
    border-color: #b83393;
}

.banners {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.column_a h3 {
    font-size: 40px;
}

.column_b,
.column_c {
    padding: 25px;
}

.column_b h5,
.column_c h5 {
    font-size: 14px;
    margin-top: 50px;
    margin-bottom: 30px;
    letter-spacing: 0.6px;
}

.btn.btn-outline-danger {
    color: #b83393;
    border-color: #b83393;
}

.btn.btn-outline-danger:hover {
    color: #fff;
    background: #b83393;
}

.column_b h3,
.column_c h3 {
    font-size: 22px;
    letter-spacing: -0.75px;
}

.column_b .btn_small,
.column_c .btn_small {
    margin-top: 30px;
    padding: 10px 20px;
}

.column_a {
    flex-basis: initial;
    width: 40%;
    padding: 10% 30px;
    margin-right: 15px;
    border-radius: 15px;
}

.column_b {
    margin-bottom: 15px;
    border-radius: 15px;
}

.column_c {
    border-radius: 15px;
}

#compare-table th {
    min-width: 200px !important;
}

.border-2 {
    border: 2px solid #b83393;
}

.bold {
    font-weight: bold;
}

@media (max-width: 1600px) {
    .search-box input {
        width: 200px;
        padding-left: 15%;
    }

    li.nav-item.ml-5,
    ul.navbar-nav.ml-5 {
        margin-left: 1% !important;
    }
}

@media (max-width: 1500px) {
    .column_a {
        padding: 16% 30px;
    }

    .category-head-text {
        width: 50%;
    }
}

@media (max-width: 1300px) {
    .category-head-text {
        width: 60%;
    }

    #newsletter .w-25 {
        width: 50% !important;
    }
}

@media (max-width: 1200px) {
    #registration .w-25 {
        width: 50% !important;
    }

    #newsletter .w-25 {
        width: 75% !important;
    }

    .column_a,
    .column_b {
        margin-bottom: 20px;
    }

    .h4,
    h4 {
        font-size: 1.2rem;
    }

    .column_a {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 1000px) {
    .w-50.m-w-100 {
        width: 100% !important;
    }

    .category-head-text {
        width: 100%;
    }

    .column_a h3 {
        font-size: 22px;
    }

    .btn_big {
        font-size: 16px !important;
        padding: 5px 10px !important;
    }

    #newsletter .w-25 {
        width: 90% !important;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 550px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 95%;
    }

    #final_price {
        display: block;
    }

    .column .mb-5 {
        margin-bottom: 2rem !important;
    }

    #registration .w-25 {
        width: 100% !important;
    }

    .button_holder button,
    .button_holder a {
        display: block;
        width: 100%;
    }

    .search-box {
        text-align: center;
    }

    .search-box input {
        width: 300px;
    }

    .menu-right-side {
        display: block !important;
    }

    .banner_3 .buttons {
        margin: 10px auto;
    }

    .w-50 {
        width: 100% !important;
    }

    .product_image_holder {
        margin: 30px 0;
    }

    .product_image_holder img {
        width: 100%;
        height: auto;
    }
}
