:root {
    --widget-color: #748eca;
}

:root .red {
    --primary: #980a2b;
    --primary-light: #c70a33;
    --widget-color: #c70a33;
    --btn-active: #980a2b;
}

:root .lightblue {
    --primary: #0799a7;
    --primary-light: #0bc1d1;
    --widget-color: #0bc1d1;
    --btn-active: #0799a7;
}

:root .darkblue {
    --primary: #007cb0;
    --primary-light: #009cde;
    --widget-color: #009cde;
    --btn-active: #007cb0;
}

:root .lightgreen {
    --primary: #a3b717;
    --primary-light: #bcd02e;
    --widget-color: #bcd02e;
    --btn-active: #a3b717;
}

:root .grey {
    --primary: #737373;
    --primary-light: #9c9c9c;
    --widget-color: #9c9c9c;
    --btn-active: #737373;
}

html {
    scroll-behavior: smooth;
}

a,
button {
    cursor: pointer;
}

section#shop,
section#simple,
section#content-wrapper,
section#profil-wrapper {
    margin-top: 105px;
}

.waiting {
    pointer-events: none;
    opacity: 0.5;
}

.minicart-box.headdropdown.waiting {
    opacity: 1;
    display: flex;
    flex-direction: column;
}

.minicart-box.headdropdown.waiting:after {
    content: '';
    display: block;
    border: 5px solid #b4c7ce;
    border-top: 5px solid var(--primary);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    margin: 10px auto 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#swal2-title {
    font-size: 22px;
    margin: 0;
}

.swal2-toast #swal2-title {
    font-size: 16px;
    margin-left: 10px;
}


/*PRODUCT PAGE*/

.product-page.card {
    margin-bottom: 10px;
}

.item-option-select.select-size .btn {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
}

.product-page .gallery-wrap .img-big-wrap img {
    /* height: 100%;
    max-width: 100%; */
}

.product-page .badge-danger {
    text-transform: uppercase;
    z-index: 2;
}

.product-page .img-big-wrap .badge {
    position: absolute;
    top: 10px;
    left: 20px;
}

.product-page .img-big-wrap .item {
    text-align: center;
}

.product-page .thumbs-wrap.owl-thumbs>button {
    height: 60px;
    width: 60px;
    background: bottom;
    border: none;
    cursor: pointer;
}

.product-page .thumbs-wrap.owl-thumbs>button img {
    cursor: pointer;
}

.product-page .thumbs-wrap.owl-thumbs>button.active {
    border: 1px solid #000;
}

.product-page .more-colors .btn {
    padding: 0px;
    width: 50px;
    height: auto;
    text-align: center;
}

.product-page .more-colors img {
    height: 100%;
    max-width: 100%;
}


/*END PRODUCT PAGE*/


/*START SHOPCART*/

.headdropdown .price .quantity {
    font-weight: 400;
}


/*END SHOPCART*/


/*START FOOTER*/

.sitesetbadge {
    margin-top: 10px;
}

.footersiteset {
    height: 35px;
}


/*END FOOTER*/


/*PROFIL*/

#profil .tab-contents>div {
    display: none;
}

#profil .tab-contents>div.active {
    display: block;
}


/*END PROFIL*/


/*START WISLIST DRODOWN*/

.wishlist-box figcaption {
    width: 100%;
}


/*END WISLIST DRODOWN*/


/*START SWAL MODS*/

.swal2-close {
    z-index: 2;
}


/*END SWAL MODS*/


/*START LOGIN MODAL*/

#loginModal button.close {
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}


/*END LOGIN MODAL*/


/*START adminbar admin suer fixes*/

.adminbaron #main_nav2 .navbar-nav {
    width: calc(100% - 20px);
    flex-wrap: wrap;
}

.adminbaron #main_nav2 .navbar-nav .ccm-global-area {
    flex-basis: 100%;
}

.adminbaron #main_nav2 .navbar-nav .ccm-global-area li.nav-item {
    display: inline-block;
}


/*END adminbar admin suer fixes*/


/*START lapozó mods*/

.pagination .page-link span:nth-child(1) {
    display: block;
}

.pagination .page-link span:nth-child(2) {
    display: none !important;
}


/*END lapozó mods*/


/*START products page*/

.priceslider .pricemin,
.priceslider .pricemax {
    display: flex;
    align-items: center;
}

.priceslider .pricemin input,
.priceslider .pricemax input {
    width: calc(100% - 20px);
}

.priceslider .pricemin span,
.priceslider .pricemax span {
    width: 20px;
    text-align: right;
}

.priceslider .ui-slider-horizontal {
    height: 0.5em;
    background-color: #dee2e6;
}

.priceslider .ui-widget-header {
    border: none;
    background: var(--widget-color);
}

.priceslider .ui-widget.ui-widget-content {
    border: none;
}

.priceslider .ui-state-default,
.priceslider .ui-widget-content .ui-state-default {
    background: var(--primary);
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.priceslider .ui-state-default:focus,
.priceslider .ui-state-default:active,
.priceslider .ui-widget-content .ui-state-default:focus,
.priceslider .ui-widget-content .ui-state-default:active {
    outline: none;
}

#sliderPrices {
    margin: 0px 10px 15px;
}

#siteWrapper .card-product-grid .btn-overlay {
    height: 100%;
    background: transparent;
}

.card-product-grid .btn-overlay .detailscont {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}

.card-product-grid:hover .detailscont {
    opacity: 1;
}


/*GATEWAY*/

#gateway {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: row wrap;
}

#gateway img {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
}

#gateway h2 {
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}

.wishlist-temp .info-wrap .title {
    height: 45px;
    overflow: hidden;
}

.wishlist-temp .card .img-wrap {
    height: 150px;
}

.product-slider.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.product-slider.owl-carousel .owl-dots>button {
    background-color: gray;
    border: 1px solid gray;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    margin: 0px 5px;
}

.product-slider.owl-carousel .owl-dots>button.active {
    background-color: #fff;
}

.sub-categories li.active a {
    color: var(--primary);
}

.tracking-wrap .step.active .icon,
.tracking-wrap .step.active:before {
    background: var(--primary);
}

.custom-control-label a {
    font-weight: bold;
}

.getaszf {
    cursor: pointer;
}

.card-product-grid .badge.right,
.card-product-list .badge.right {
    right: 10px;
    left: unset;
}

.minicart-box .itemside .info {
    flex: content;
}

.categories>div>div {
    margin-bottom: 15px;
}

.product-slider .title,
.card.card-product-grid .title {
    height: 45px;
    overflow: hidden;
}

.card-product-list .info-main {
    max-height: 210px;
    overflow: hidden;
}

.prodslider .owl-nav,
.product-slider .owl-nav {
    display: none;
}

.dropdown .dropdown-menu {
    margin-top: 0;
}

.colorpick i {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 15px;
    border-radius: 50%;
}

.colorpick .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body .checkbox-btn input:checked~.btn {
    border-color: var(--primary);
    background-color: var(--primary);
}

.list-menu a:hover,
[class*="card-product"] a.title:hover {
    color: var(--primary-light);
}

@media (max-width: 1199px) {
    section#shop,
    section#simple,
    section#content-wrapper,
    section#profil-wrapper {
        margin-top: 90px;
    }
}


/*END products page*/

@media (max-width: 991px) {
    .navbar-nav .dropdown-menu a {
        padding: 2px 5px;
    }
    .navbar-nav .dropdown-menu {
        border: unset;
        padding: 0;
    }
    .order-block .tracking-wrap {
        margin-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .d-flex.align-items-center.flex-column.flex-md-row {
        justify-content: center;
        flex-direction: row !important;
    }
    #profil main {
        margin-top: 20px;
    }
    .navbar .navbar-collapse {
        overflow-y: auto;
        max-height: calc(100vh - 100px);
    }
}

@media (max-width: 576px) {
    .d-flex.align-items-center.flex-column.flex-md-row {
        font-size: 14px;
    }
    .order-block .tracking-wrap {
        font-size: 12px;
    }
    .headdropdown {
        width: 100vw;
        left: 0 !important;
        transform: unset !important;
        top: 36px !important;
        right: 0 !important;
        position: fixed !important;
    }
}

@media (min-width: 576px) {
    .pagination .page-link span:nth-child(1) {
        display: none;
    }
    .pagination .page-link span:nth-child(2) {
        display: block !important;
        display: block !important;
        width: auto;
        height: auto;
        position: relative;
        margin: 0;
    }
}

#products-list .card-product-list {
    margin: 0px 10px 20px 10px;
}

.devshow {
    display: none;
}

#gmapcontact {
    display: block;
    width: 100%;
    height: 300px;
}

.table-shopping-cart .input-spinner .form-control {
    padding: 0;
}

.product-filter.color .custom-control-label {
    display: flex;
    align-items: center;
}

.product-filter.color .color-div {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    margin-right: 10px;
}

#content-wrapper img {
    max-width: 100%;
}

.employee-pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.employeecont {}

.employeecont .rounded-circle {
    overflow: hidden;
    font-size: 0;
    width: 120px;
    height: 120px;
    line-height: 120px !important;
}

.employeeposition {
    font-style: italic;
}

.employeedetailscont {
    display: flex;
    flex-direction: column;
    width: calc(100% - 10px);
    margin-left: 10px;
}

.employeedetailscont .icon {
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.5);
}

.employeecont .itemside .info {
    padding-right: 0;
    width: 100%;
}

.employeecont .itemside .title {
    margin-bottom: 0;
    line-height: 1;
}

.employeecont .mrb10 {
    margin-bottom: 10px;
}

div[handle="huMunkatársak"] {
    width: 100%;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
}

div[handle="huMunkatársak"] .col-md-4 {
    max-width: 100%;
}

.employeedetailscont>div:not(:last-child) {
    margin-bottom: 3px;
}

.product-page .gallery-wrap .img-big-wrap img {
    width: 100%;
    object-fit: contain;
}

.dropdown.languages .dropdown-item {
    padding: 10px;
    text-transform: uppercase;
}

.dropdown.languages .dropdown-item img {
    margin-right: 8px;
}

#products .img-wrap img {
    object-fit: contain;
}

.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;
}

h1.title-page {
    font-size: 2rem;
}