@media (min-width: 1200px) {
	.rd-navbar-creative.rd-navbar-static .rd-navbar-brand img {
	    max-width: 180px;
	    max-height: 170px;
	}
}

.rd-navbar-creative.rd-navbar-static .rd-navbar-nav-wrap {
    margin-right: 0px !important;
}

.button-primary, .button-primary:focus {
    color: #ffffff;
    background-color: #1C3252;
    border-color: #1C3252;
}

a, a:focus, a:active {
    color: #1C3252;
}

a:hover {
    color: #1C3252;
}

.context-dark .rights a:hover, .bg-gray-dark .rights a:hover, .bg-primary .rights a:hover {
    color: #1C3252;
}

.button-primary.button-pipaluk::before, .button-primary.button-pipaluk:focus::before {
    background: #1C3252;
    border-color: #151515;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class*='heading-'] a:hover {
    color: #1C3252;
}

.footer-list-category a:hover span::before {
    border-right-color: #1C3252;
}

.footer-list-category a:hover span::after {
    background-color: #1C3252;
}

.box-icon-classic-title a:hover {
    color: #1C3252;
}

.rd-navbar-creative.rd-navbar-static .rd-nav-link::before {
    background: #1C3252;
}

.context-dark .footer-contacts a:hover, .bg-gray-dark .footer-contacts a:hover, .bg-primary .footer-contacts a:hover {
    color: #1C3252;
}

.link-classic, .link-classic:focus, .link-classic:active {
    color: #1C3252;
}

.link-classic:hover {
    color: #1C3252;
}

.link-classic span::before {
    background-color: #1C3252;
}

.link-classic span::after {
    border-color: transparent transparent transparent #1C3252;
}

.button-primary.button-ujarak::before {
    background: #B3E5FC;
}

.button-primary:hover, .button-primary:active {
    color: #ffffff;
    background-color: #B3E5FC;
    border-color: #B3E5FC;
}

.product-price {
    color: #1C3252;
}

.ui-to-top {
    background: #1C3252;
}

.button-white:hover, .button-white:active {
    color: #ffffff;
    background-color: #1C3252;
    border-color: #1C3252;
}

.button-white.button-ujarak::before {
    background: #1C3252;
}

.button-primary.button-pipaluk::before, .button-primary.button-pipaluk:focus::before {
    background: #1C3252;
    border-color: #1C3252;
}

.rd-navbar-static .rd-navbar-search-toggle:hover {
    color: #1C3252;
}

.rd-navbar-search .rd-search-form-submit:hover {
    color: #1C3252;
}

.rd-navbar-basket:hover {
    color: #1C3252;
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
    color: #ffffff;
    background: #1C3252;
}

.rd-navbar-fixed .rd-megamenu-list > li:hover > a, .rd-navbar-fixed .rd-megamenu-list > li.focus > a, .rd-navbar-fixed .rd-megamenu-list > li.active > a, .rd-navbar-fixed .rd-megamenu-list > li.opened > a, .rd-navbar-fixed .rd-navbar-dropdown > li:hover > a, .rd-navbar-fixed .rd-navbar-dropdown > li.focus > a, .rd-navbar-fixed .rd-navbar-dropdown > li.active > a, .rd-navbar-fixed .rd-navbar-dropdown > li.opened > a {
    color: #ffffff;
    background: #1C3252;
}

.rd-navbar-search .form-label {
    color: #1C3252;
}

@media (min-width: 1200px) {
    .breadcrumbs-custom {
        padding: 90px 0;
    }
}

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
    color: #ffffff;
}

.box-contacts-icon {
    color: #1C3252;
}

.box-contacts-decor {
    background: #1C3252;
}

/* The container */
.checkhack {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkhack input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkhack:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkhack input:checked ~ .checkmark {
    background-color: #1C3252;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkhack input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkhack .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.post-modern-time {
    color: #1C3252;
}


.post-boxed-image-wrap {
  width: 370px; /*any size*/
  height: 307px; /*any size*/
}

.post-boxed-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /*magic*/
}

.post-boxed-image-wrap-2 {
  width: 222px; /*any size*/
  height: 210px; /*any size*/
}

.post-boxed-image-wrap-3 {
  width: 270px; /*any size*/
  height: 280px; /*any size*/
}


.select2-container-active {
    border: 1px solid #1C3252;
}

.select2-drop-active {
    border: 1px solid #1C3252;
    border-top: 0;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border: 1px solid #1C3252;
}

.select2-results .select2-highlighted {
    color: #ffffff;
    background: #1C3252;
}

.termek_kosarba_gomb {
    cursor: pointer;
    color: #fff !important;
}

.termek_kosarba_gomb:hover {
    color: #000 !important;
}

.single-product-price {
    color: #1C3252;
    font-size: 36px;
}

.table-custom {
    border: 1px solid #e1e1e1 !important;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
    color: #ffffff;
    background: #1C3252;
    border-color: #1C3252;
}

.sajatgomb_kosarhoz span {
    padding: 5px;
    border: 1px solid #d1d1d1;
    color: #d1d1d1;
    cursor: pointer;
    font-size: 18px;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin-top: 1rem;
}

.checkbox .checkbox-custom-dummy, .checkbox-inline .checkbox-custom-dummy {
    color: #1C3252;
}

.rd-range-form-wrap span {
    position: relative;
    top: auto;
    left: auto;
}

.rd-range__line {
    background-color: #1C3252;
}

.rd-range-input {
    max-width: none;
}

.kereso_ac_doboz_kiemelt_talalat {
    font-weight: bold;
    color: #1C3252 !important;
}

.price-new {
    color: #1C3252 !important;
}

.text-primary {
    color: #1C3252;
}

.filter_box {
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 4px;
    text-align: left;
}

.rd-range__wrap {
    background-color: #ccc;
}

.szuro_divek h3 {
    outline: 0 none;
    cursor: pointer;
    margin-bottom: 0px !important;
    text-transform: none;
}

.filter_box h3 {
    margin: 0 0 20px;
    line-height: 22px !important;
    font-size: 20px !important;
}

.filter_box .checkbox, .filter_box .checkbox-inline {
    color: #000;
}

.product-figure img {
    transition: all 0.5s ease;
}

.slick-prev, .slick-next {
    background: #1C3252;
}

.slick-prev:hover, .slick-next:hover {
    color: #1C3252;
}

.vilagoshover a:hover {
    color: #fff;
}

.iconkanekem {
    position: relative;
    width: 40px;
    height: 40px;
    top: -6px;
    margin-right: 10px;    
}


.rd-navbar-static .rd-navbar-dropdown2 {
    width: 339px;
}

.anchor {
  display: block;
  height: 120px;
  margin-top: -120px;
  visibility: hidden;
}

.table-sajatborder th, .table-sajatborder td {
    border: 1px solid #1C3252;
}

.kassza_tovabb_gomb:hover {
    transition: 0.5s all;
    color: #1C3252 !important;
    border-color: #1C3252;   
}

@media (max-width: 992px) {
    .sidebarmobilonki {
        display: none;
    }
}

.unit {
    margin-bottom: 0px;
}

.unit > * {
    margin-bottom: 0px;
}

.termekbox h5
{
    cursor: pointer;
}


@media (max-width: 767px) {
    #szuro_lenyito {
        display: block;
        cursor: pointer;
        margin-top: 10px;
        font-family: teko;
        font-size: 22px;
        border: 1px solid #1C3252;
        line-height: 1;
        padding: 10px;
    }
    #kategoria_menu {
        display: none;
    }
    .termekbox h5
    {
        text-transform: none;
        text-align: center;
        font-weight: normal;
        border: 1px solid #1C3252;
        padding: 10px;
    }    
}

@media (min-width: 768px) {
    .pull-left-mobilon {
        float: left;
    }
    .pull-right-mobilon {
        float: right;
    }    
}

.stepper-arrow:hover {
    color: #1C3252;
}

.gyors_rend {
    background-color: #1C3252 !important;
    color: #fff !important;
}

.reglink, .reglink .icon {
    color: #1C3252;
}

.reglink a:hover {
    color: #1C3252;
}

/*
@media (min-width: 992px) {
    .desktop .post-modern-figure img {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        will-change: transform;
    }
}

@media (min-width: 992px) {
    .desktop .post-ruth-figure img {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        will-change: transform;
    }
}
*/

.fo-ar-akcios {
    color: red;
    font-size: 24px;
}

.barna-keret {
    border: 2px solid red;
    padding: 10px;
    margin-bottom: 20px;
}
.barna-keret h4 {
    padding-top: 5px;
    color: red;
    line-height: 40px;
}

.rd-navbar-basket span {
    right: unset;
}

.ujarhoz .single-product-price {
    display: block;
}

.ujarhoz .akcios_ar, .ujarhoz .kedvezmeny {
    font-size: 24px;  
}

.ujarhoz .kedvezmeny {
    color: #151515;
}

.valaszto-uj {
    transition: all 0.2s;
    cursor: pointer;
}

.valaszto-uj:hover {
    border-color: #151515 !important;
}

.valaszto-uj-aktiv {
    border-color: #151515 !important;   
}

.stepper input[type="number"] {
    padding: 0px 0px;
}

.stepper-arrow {
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 37px;
}

.ujmobilfent {
    line-height: 48px;
    padding-right: 0px;
    width: 48px;
}

.rd-navbar-fixed-element-4 {
    right: 150px;
}