.w100 {
    width: 100% !important;
}

.w10 {
    width: 10% !important;
}

.w20 {
    width: 20% !important;
}

.w30 {
    width: 30% !important;
}

.w50 {
    width: 50% !important;
}

.w80 {
    width: 80% !important;
}

.w90 {
    width: 90% !important;
}

.tc-c {
    text-align: center;
}

#calculator * {
    /* float: left;*/
    max-width: 100%;
}

#calculator div {
    float: left;
}

.main-color {
    color: #ff8366 !important
}

#calculator-header {
    background: #555;
    color: #fff;
    margin-bottom: 0;
    padding: 10px;
}

#calculator-footer {
    background: #555;
    color: #fff;
    padding: 10px;
    float: left;
    width: 100%;
}

#calculator-footer a {
    font-size: 15px;
    color: #FFF !important;
}

#calculator-footer a:hover {
    color: #FFF !important;
}

.calculator-main {
    float: left;
    width: 100%;
    background: #ffffff;
}

#calculator {
    background: #FFF;
    float: left;
    width: 100%;
    display: flex;
    /*flex-wrap: wrap;*/
    margin: 0;
    letter-spacing: -.01em;
    color: #555;
    /*font-size: 1.4rem;*/
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#calculator.ajanlatkeszito {
    margin-top: 30px !important;
}

aside#calculator-sidebar {
    box-shadow: 0 0 7.4px 0 rgba(0, 0, 0, .2);
    width: 30%;
    padding: 20px 0 1.5rem;
    background: #FFF;
    z-index: 100;
    border: none;
    border-radius: 30px;
    margin-bottom: 20px;
}

article#calculator-content {
    width: 70%;
    float: left;
    /*
    padding: 0 15px 0 0;
    */
    padding: 0;
    margin-top: 0;
    background: #FFF;
    overflow-x: hidden;
}

#calculator h3 {
    text-align: center;
    width: 100%;
    font-weight: 100;
    color: #555;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 3rem;
    padding: 0;
    font-family: Noto Sans, Roboto, Helvetica, Arial, sans-serif !important;
}

#calculator-sidebar h3 {
    font-weight: 500 !important;
    font-size: 17px;
    text-decoration: underline;
}

#calculator h4 {
    font-family: Noto Sans, Roboto, Helvetica, Arial, sans-serif !important;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #555;
    font-size: 15px;
    letter-spacing: -.01em;
    font-weight: 400 !important;
    margin-bottom: 0px;
    margin-top: 0;
}

.text-align-left {
    text-align: left !important;
}

aside [role="button"] {
    position: relative;
}

aside [role="button"]>div {
    width: 100%;
}

aside [role="button"].active .tablink-title:before {
    content: "";
    position: relative;
    width: 30px;
    height: 30px;
    background-image: url(https://solarzone.hu/wp-content/uploads/2020/12/current_menu_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

aside [role="button"].active .tablink-title:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
    width: 40px;
    height: 30px;
    background-image: url(https://solarzone.hu/wp-content/uploads/2020/12/current_menu_after_icon-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

aside [role="button"] .tablink-title:before {
    content: "";
    position: relative;
    width: 30px;
    height: 30px;
    background-image: url(https://solarzone.hu/wp-content/uploads/2020/12/not_active_menu__icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

aside [role="button"] .tablink-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
}

aside [role="button"] .tablink-title span {
    margin-left: 10px;
}

/*
    * calculator settings
    */
.calculator-setting {
    padding: 10px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* justify-content: flex-start;*/
    align-items: center;
    margin: 1%;
    text-align: center;
    width: 30%;
    /**/
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

.calculator-setting:not(.choosable) {
    cursor: auto
}

.calculator-setting.disabled {
    opacity: 0.4;
}

.calculator-setting.disabled.color-setting {
    display: none !important;
}

.calculator-setting:not([data-price="0"]) .setting-price span:not(:empty):before {
    content: '+';
    margin-right: 4px;
    display: inline-block;
    position: relative;
    font-size: inherit;
    color: currentColor;
}

.calculator-setting:hover {
    cursor: pointer;
}

.tab-content-row {
    /*
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    */
    margin-bottom: 20px;
    width: 100%;
}

.tab-content-title {
    width: 100%;
    float: left;
}

.calculator-setting>div {
    width: 100%;
    max-width: 100%;
}

.setting-image {
    order: 2 !important;
}

.setting-title {
    order: 3 !important;
    max-width: 150px !important;
    line-height: 1.4;
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.show-info {
    z-index: 1000 !important;
}

.setting-title.show-info[data-info] {
    position: relative;
}

.setting-title[data-info]:after {
    content: attr(data-info);
    display: inline-block;
    font-size: 14px;
    display: none;
    -webkit-animation: fadeInFromNone 0.3s ease-out;
    -moz-animation: fadeInFromNone 0.3s ease-out;
    -o-animation: fadeInFromNone 0.3s ease-out;
    animation: fadeInFromNone 0.3s ease-out;
}

.append-info-inner {
    display: inline-block;
    font-size: 14px;
    display: none;
    -webkit-animation: fadeInFromNone 0.3s ease-out;
    -moz-animation: fadeInFromNone 0.3s ease-out;
    -o-animation: fadeInFromNone 0.3s ease-out;
    animation: fadeInFromNone 0.3s ease-out;
    text-align: left;
}

.setting-title.show-info[data-info]:after {
    display: block !important;
    position: absolute;
    bottom: 40%;
    border: 1px solid rgba(0, 0, 0, .45);
    padding: 15px;
    background: #FFF;
    color: black;
    font-weight: normal;
    left: 75%;
    min-width: 300px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 16px 0.6px rgba(0, 0, 0, .45);
    box-shadow: 0 0 16px 0.6px rgba(0, 0, 0, .45);
}

.append-info-inner {
    display: block !important;
    position: absolute;
    bottom: 40%;
    border: 1px solid rgba(0, 0, 0, .45);
    padding: 15px;
    background: #FFF;
    color: black;
    font-weight: normal;
    left: 75%;
    min-width: 300px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 16px 0.6px rgba(0, 0, 0, .45);
    box-shadow: 0 0 16px 0.6px rgba(0, 0, 0, .45);
}

.setting-price {
    position: relative;
    order: 1 !important;
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

.calculator-setting div[class*="setting"] {
    order: 4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.setting-price:after,
.current-option-price:after,
.total-amount:after,
.option-price:after,
.calculator-summary-selected-option-price:after {
    content: ' Ft';
    margin-left: 4px;
    display: inline-block;
    position: relative;
    font-size: inherit;
    color: currentColor;
}

.meghajtas-taviranyito .setting-price:after {
    content: ' Ft / db' !important
}

.total-title {
    text-transform: uppercase;
}

.total-amount {
    font-size: 28px;
    font-weight: bold;
}

.total-amount:after {
    font-size: 22px;
    font-weight: normal;
}

.current-option-price.before-plus-sign:before {
    content: '+';
    margin-right: 4px;
    display: inline-block;
    position: relative;
    font-size: inherit;
    color: currentColor;
}

.tablinks.sizes .current-option-price:before {
    content: '' !important;
}

.current-option {
    font-size: 13px;
    color: #555;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    text-align: right
}

.current-option span {
    width: 100%;
    font-size: 13px;
    line-height: 1.2;
    text-transform: none !important;
}

.current-option-price {
    font-weight: bold;
}

.calc-note {
    margin: 20px;
    float: left;
    width: 100%;
}

.calc-button {
    padding: 1rem 2.5rem;
    line-height: 1.4;
    /*background-color: #ff8366;*/
    background: rgb(231, 78, 112);
    background: linear-gradient(90deg, rgba(231, 78, 112, 1) 15%, rgba(239, 178, 96, 1) 85%);
    font-size: 26px;
    color: #ffffff;
    font-weight: 200;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    text-align: center;
    margin: 20px auto 10px auto;
    padding: 5px 30px;
    border-radius: 30px;
    -webkit-box-shadow: 8px 10px 17px -6px rgba(156, 156, 156, 1);
    -moz-box-shadow: 8px 10px 17px -6px rgba(156, 156, 156, 1);
    box-shadow: 8px 10px 17px -6px rgba(156, 156, 156, 1);
}

.calc-button.disabled {
    pointer-events: none !important;
}

.calc-button:hover,
.accordion:hover {
    /*background-color: #555555!important;*/
    /*background: rgb(239, 178, 96);*/
    /*
    background: linear-gradient(90deg, rgba(239, 178, 96, 1) 15%, rgba(231, 78, 112, 1) 85%)!important;
    */
    transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    cursor: pointer;
}

.calc-total {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    margin: 50px 20px 30px;
}

.tablinks.active .tablink-title {
    font-weight: bold;
}

/*
* calculator image
*/
.calculator-image-holder.with-sizes {
    margin-bottom: 11rem;
}

.calculator-images {
    position: relative;
}

.bottom-size {
    border: 1px dashed #888;
    border-top: 0;
    position: absolute;
    height: 66px;
    bottom: -66px;
    /*width: 95%;
    left: 2.5%;*/
}

.right-size {
    border: 1px dashed #888;
    border-left: 0;
    position: absolute;
    height: 100%;
    right: -63px;
    width: 66px;
    bottom: 0;
}

.bottom-size-values {
    position: absolute;
    display: flex;
    top: 75px;
    width: 100%;
    justify-content: space-between;
}

.bottom-size:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    position: absolute;
    top: 58px;
    right: 0;
    font-size: 14px;
    line-height: 14px;
    color: #888;
}

.bottom-size:after {
    font-family: FontAwesome;
    content: "\f104";
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    position: absolute;
    top: 58px;
    font-size: 14px;
    line-height: 14px;
    color: #888;
}

.bottom-size-max {
    transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
}

.bottom-size-min {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.right-size-values {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    position: absolute;
    left: 75px;
    min-width: 100px;
}

.right-size:before {
    font-family: FontAwesome;
    content: "\f106";
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 14px;
    line-height: 14px;
    color: #888;
}

.right-size:after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    position: absolute;
    bottom: -4px;
    right: -5px;
    font-size: 14px;
    line-height: 14px;
    color: #888;
}

.right-size-max {
    display: flex;
    align-items: flex-end;
    transform: translate(0, 15%);
    -webkit-transform: translate(0, 15%);
}

.right-size-min {
    transform: translate(0, -20%);
    -webkit-transform: translate(0, -20%);
}

.right-size-values div {
    width: 100%;
}

.calc-size-input {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.calc-size-input input {
    border-radius: 3px;
    border: 1px solid #888;
    font-size: 14px;
    font-weight: 700;
    color: #484848;
    text-align: center;
    width: 100%;
    max-width: 80px !important;
    background: #FFF;
}

.calc-size-input label {
    font-size: 1.3rem;
    font-weight: 400;
}

.calc-size-label {
    position: relative;
    color: #555;
    font-size: 1.2rem;
}

/*
        * calculator image changes
        */
.calculator-image-holder {
    position: relative;
    min-height: 257px;
    max-width: 390px !important;
    margin-left: auto;
    margin-right: auto;
}

.calculator-image-holder.wider {
    max-width: 450px !important;
}

.img-vaszon {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: 50% 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    max-width: 390px !important;
}

.img-doboz {
    left: 8.6%;
    width: 83.6%;
    height: 81%;
    top: 19%;
    background-position: center bottom;
    background-repeat: no-repeat;
    max-width: 390px;
    position: absolute;
}

/*
* calculator page
*/
.calculator-header-logo {
    max-height: 40px;
}

body.calculator-page .calc-inner-content {
    overflow-y: auto;
    /*    padding: 0 0 30px 40px;*/
    padding: 0 0 0 40px;
    width: 100%;
    height: 100%;
}

body.calculator-page .calc-inner-content::-webkit-scrollbar {
    border-radius: 5px;
    width: 12px;
    cursor: pointer;
}

body.calculator-page .calc-inner-content::-webkit-scrollbar-thumb {
    border: 3px solid transparent;
    border-radius: 5px;
    background-color: #888;
    background-clip: content-box;
}

body.calculator-page .calc-inner-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

#calculator-navigation {
    width: 100%;
    /*
    display: flex;
    justify-content: center;
    */
    padding-bottom: 20px;
}

.calculator-navigation .navigation-inner {
    justify-content: center
}

/*
.calc-button-next:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    background: url('http://garazskapu.adnetweb.hu/wp-content/uploads/2020/04/next-arrow.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 17px;
    height: 14px;
    margin-left: 5px;
}
*/
/*
.calc-button-prev:before {
    margin-right: 5px;
    content: " ";
    display: inline-block;
    vertical-align: middle;
    background: url('http://garazskapu.adnetweb.hu/wp-content/uploads/2020/04/prev-arrow.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 17px;
    height: 14px
}
*/
.hide {
    display: none !important;
}

.calc-button {
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.noselect {
    /**/
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

/*
* table layout
*/
.table-title-col {
    justify-content: flex-end;
}

.table-title-col .calc-setting {
    justify-content: flex-start !important;
    padding-left: 15px !important;
    text-align: left;
}

.table-title-col .setting-title,
.table-title-col .setting-price {
    display: none !important;
}

.table-layout .calculator-setting {
    margin: 0;
    width: 25%;
    margin-bottom: 36px;
    position: relative;
}

.w16-cols .calculator-setting {
    width: 16.666%;
}

.w10-cols .calculator-setting {
    width: 10%;
}

.table-layout .calculator-setting.active-setting {
    outline: 2px solid #ff8366;
}

.table-layout .active-setting img {
    outline: none !important;
}

.table-layout .calculator-setting .setting-image img {
    padding: 0 20px;
}

.table-layout .calculator-setting div[class*="setting"] {
    border-bottom: 1px solid #eee;
    padding: 5px 12px;
    display: flex;
    align-items: center;
}

/*
.table-layout .calculator-setting .setting-title {
    white-space: nowrap;
}
*/
.table-layout .setting-image {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
}

.table-layout .calculator-setting img {
    min-width: 100%;
    object-fit: cover;
}

.table-layout .setting-title {
    order: 1 !important;
    border-bottom: none !important;
    font-weight: bold;
    padding-top: 10px !important;
}

.table-layout .setting-price {
    position: absolute;
    bottom: -45px;
    height: 36px;
    font-weight: bold;
    border-bottom: none !important;
}

.fd-cr {
    flex-direction: column-reverse;
}

.order1 {
    order: 1
}

.order2 {
    order: 2
}

/**
* Table layout with accordions
*/
.accordion-table-layout .table-title-col {
    width: 50% !important;
    text-align: left;
}

.accordion-table-layout .calculator-setting {
    padding: 2px 2px 0 2px;
}

.accordion-table-layout .calculator-setting:not(.active-setting) {
    padding-left: 2px;
}

.accordion-table-layout .calculator-setting div[class*="setting"].accordion-table-row {
    border-bottom: 2px solid #fff;
    padding: 5px 0px;
    background: #EEE;
}

.accordion-table-layout .setting-price {
    background: #FFF !important
}

.accordion-table-layout .setting-title {
    background: #FFF !important;
    text-transform: uppercase;
}

.accordion-table-layout span {
    white-space: nowrap;
}

.star-rate-icon,
.has-feature-icon {
    max-width: 17px !important;
    width: 17px;
    min-width: unset !important;
    margin: -4px 1px 0 1px;
}

.accordion-open-icon,
.accordion-close-icon {
    max-width: 20px !important;
    width: 20px;
    min-width: unset !important;
    margin-right: 10px;
    object-fit: contain !important;
    cursor: pointer !important;
}

.accordion-open-icon:hover,
.accordion-close-icon:hover {
    filter: brightness(119%);
    -webkit-filter: brightness(119%);
    -moz-filter: brightness(119%);
}

/*
* radio button filters
*/
.radio-buttons-holder {
    padding: 0 20px;
}

.radio-filter {
    cursor: pointer;
    z-index: 1;
}

.pretty input[type="radio"] {
    display: none !important;
}

.pretty.disabled {
    color: #555 !important;
    filter: grayscale(100%) opacity(35%);
    -webkit-filter: grayscale(100%) opacity(35%);
    -moz-filter: grayscale(100%) opacity(35%);
}

.pretty label {
    position: relative;
    display: flex;
    align-items: center;
}

.pretty label:before {
    content: "";
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid transparent;
    left: 0;
    top: 5px;
    background-color: transparent;
    border-color: #ff8366;
    border-radius: 50%;
    margin-right: 5px;
}

.pretty label:after {
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    content: '';
    background-color: transparent;
    position: absolute;
    left: 0;
}

.pretty.checked label:after {
    content: '';
    border-radius: 50%;
    transform: scale(0.5);
    background-color: #f0ad4e !important;
}

.pretty label:after {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/**
* back to calculators button
*/
.back-to-calculators a {
    position: relative;
    color: #FFF !important;
}

.back-to-calculators a:hover {
    /*
    color: #ff8366 !important*/
    text-decoration: underline;
}

.back-to-calculators a:before {
    margin-right: 5px;
    content: " ";
    display: inline-block;
    vertical-align: middle;
    background: url('http://garazskapu.adnetweb.hu/wp-content/uploads/2020/04/white-back-arrow.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 16px
}

/*
* calculator settings group
*/
.settings-group-title-holder {
    margin-bottom: 20px;
}

.settings-group-title-image {
    max-width: 135px !important;
}

.calculator-settings-group {
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 2px solid #eee;
}

.calculator-settings-group .calculator-setting[data-price="0"] .setting-price {
    visibility: hidden !important;
}

.pointer-events-none {
    pointer-events: none !important
}

.jc-fe {
    justify-content: flex-end;
}

.jc-sb {
    justify-content: space-between;
}

.mr-a {
    margin-right: auto !important;
}

.mr-15 {
    margin-right: 15px;
}

.ml-a {
    margin-left: auto;
}

.fa-question-circle {
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.fa-question-circle:hover:before {
    color: black !important
}

.fa-question-circle:before {
    content: "\f128";
    font-family: fontawesome;
    width: 20px;
    font-weight: normal;
    font-style: normal;
    margin-left: 5px;
    color: #555 !important
}

/*
.data-info-icon {
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.data-info-icon:before {
    display: inline-block;
    content: " ";
    background: url('http://garazskapu.adnetweb.hu/garazskapu/wp-content/uploads/2020/04/question-icon.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 5px;
}
*/
@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

/**
*/
#open-redony-calculator .vc_column-inner:hover {
    cursor: pointer;
}

#open-redony-calculator .vc_column-inner:hover img {
    filter: brightness(156%);
    -webkit-filter: brightness(156%);
    -moz-filter: brightness(156%);
    transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
}

/**
* Opciók
*/
.options-content {
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 2px solid #eee;
}

.options-title {
    max-height: 25px;
    cursor: pointer;
}

.options-title.available {
    color: gray;
}

.active-option-icon,
.check-image {
    visibility: hidden;
}

.options-title.active .active-option-icon {
    color: #ff8366;
    font-size: xx-large;
    margin: 0 3px;
    height: 80%;
    overflow: hidden;
    visibility: visible;
}

.options-title.has-active-option .check-image {
    visibility: visible;
}

.option-content {
    display: flex;
    flex-wrap: wrap;
}

.calculator-option {
    cursor: pointer !important;
    margin: 20px 10px;
    position: relative;
    z-index: 1;
}

.calculator-option.active-option {
    outline: 2px solid #ff8366;
}

.m-t-b-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.m-l-5 {
    margin-left: 5px;
}

.append-info {
    position: absolute;
    top: 55%;
}

.pos-relative {
    position: relative !important
}

/**
* radio button layout
*/
.post-radio-buttons-layout {
    width: 100% !important;
    display: inline-block !important;
}

.post-radio-buttons-layout .radio-button {
    max-width: max-content !important;
    margin-right: 1%;
}

.post-radio-buttons-layout .setting-price {
    border-radius: 3px;
    background: #555;
    color: #fff;
    max-width: max-content !important;
    padding: 0 1.2rem;
}

/*
.post-radio-buttons-layout:not(.active-setting) .setting-price {
    display: none!important;
}
*/
.post-radio-buttons-layout .setting-title {
    display: none !important
}

/**
*
*/
.toltes-tipusok {
    display: flex;
    flex-wrap: wrap;
}

.toltes-tipusok .toltes-tipus-iranyok {
    width: 20%;
    order: 2;
}

.toltes-tipusok .calculator-setting {
    width: 16%;
}

.panel-tipusok .calculator-setting {
    width: 14%;
}

.toltes-tipusok .setting-image img,
.panel-tipusok .setting-image img {
    max-width: 85px !important;
}

.toltes-tipusok .calculator-setting .setting-price {
    display: none !important;
}

#toltes-nelkul .toltes-tipusok {
    margin-bottom: 0 !important
}

.bg-contain {
    background-size: contain !important;
}

[color-setting-for="egyedi-szinek"] {
    order: 2;
}

.mh-320 {
    max-height: 320px;
}

.mh-220 {
    max-height: 220px;
}

#ipari_beepit_tipus .setting-title,
#panorama_bepit_tipus .setting-title {
    min-height: 60px;
}

#jelmagyarazat {
    margin-top: 40px !important;
    padding: 0 30px;
}

.list-style-type-none {
    list-style-type: none !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.smaller {
    font-size: 88% !important;
}

.strong {
    font-weight: bold !important;
}

/**
* ezt még meglátjuk
*/
img.side-image[src*="egyedi-kep"] {
    display: none !important;
}

.smaller-title h3 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 15px !important;
    padding-left: 15px !important;
    /* text-decoration: none; */
    text-transform: none !important;
}

.smaller-title .tab-content-title {
    width: 16% !important;
}

.tab-content-row.panel-tipusok:not(.need-margin-bottom) {
    margin-bottom: 0 !important
}

/**
*
*/
#need-to-login {
    min-height: 73vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

#need-to-login form p {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#need-to-login form label {
    width: 100%;
}

body.no-pointer-events {
    pointer-events: none !important;
}

.kiegeszito[data-price-type="szazalek"] .option-price {
    display: none !important;
}

/**
* switcher
*/
#switcher {
    margin-top: 20px;
    align-items: center;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 13px;
    margin: 0 20px;
    margin-top: 2px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b9b9b9 !important;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: -2px;
    bottom: -4px;
    background-color: #ffdd57;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #b9b9b9 !important;
}

input:focus+.slider {
    box-shadow: 0 0 1px #b9b9b9 !important;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.calc_tabcontent[id*="sorozat"] .setting-price {
    display: none !important
}

.color-setting .setting-price,
.color-setting .setting-sku {
    display: none !important;
}

.calculator-setting[class*="disabled-by"] {
    display: none !important;
}

.darabszam {
    order: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.darabszam_input {
    width: 40%;
}

.calculator-setting.kiegeszito {
    width: 17%;
}

.calculator-setting.kiegeszito .setting-price {
    order: 4 !important;
}

.data-separator:last-of-type {
    display: none !important;
}

.data-separator {
    font-weight: bold;
    margin: 5px;
    font-size: 120% !important;
    color: #ffcc33;
}

.data-item-kulso-szin {
    order: 1 !important;
}

.data-item-belso-szin {
    order: 2 !important;
}

.disabled-option {
    color: #ccc;
    pointer-events: none !important
}

.disabled-option .active-option-icon {
    visibility: hidden !important;
    margin-left: -14px !important;
}

.current-option .current-option-title {
    justify-content: flex-end;
}

.current-option span.data-item {
    width: auto !important;
}

.current-option .data-item:not(:last-child):after {
    content: '/';
    position: relative;
    margin: 0 5px;
}

/**
* 0818 realoaded
*/
#calculator-form-holder {
    float: left;
    width: 100%;
    /* max-width: 1280px; */
    padding: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #FFF;
    border-top: 6px solid;
}

#calculator-summary {
    width: 100%;
    text-align: center;
}

#calculator-summary .hide {
    display: block !important;
}

#calculator-summary .hide:not(.data-item) {
    font-weight: bold;
}

#calculator-form {
    width: 80%;
    background: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#calculator-form div.form-row {
    border: none !important;
    width: 80%;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

#calculator-form input,
#calculator-form label {
    border: none;
    width: 100%;
}

#calculator-form input {
    height: 40px;
    margin-top: 5px;
}

#calculator-form .calculator-submit-holder {
    justify-content: flex-start !important;
    margin-bottom: 30px !important;
}

#calculator-form input[type="submit"] {
    width: max-content;
    margin: 0 !important;
}

#calculator-summary-data {
    width: 80%;
    background: #fff;
    margin: 40px auto;
    display: flex;
    padding: 10px 0;
}

.calculator-summary-data-row {
    display: flex;
    border-bottom: 1px solid #EEE;
    padding: 5px;
    width: 100%;
}

.calculator-summary-data-row .data-col {
    width: 33%;
    text-align: left;
}

.calculator-summary-data-row .data-col.calculator-summary-selected-option-price {
    text-align: right !important;
}

.calculator-summary-image {
    margin-right: 20px;
}

.calculator-summary-image img {
    max-width: 100%;
}

.calculator-summary-total-price {
    font-weight: bold;
    text-align: right;
    width: 33%;
    float: right;
    padding: 10px;
}

.calculator-summary-discounted-price {
    font-weight: bold;
    text-align: right;
    float: right;
    justify-content: flex-end;
    padding: 10px;
}

.whitespace-nowrap {
    white-space: nowrap !important;
}

.toltes-tipus .setting-price_type,
.color-setting .setting-price_type {
    display: none !important;
}

.price-text {
    padding-right: 5px;
}

/**
* custom registration form
*/
#registration-form-holder {
    background: #eee;
}

.form-field:not(.nomargin) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.form-field label {
    width: 100%;
}

.calculator-setting[data-price-type="negyzetmeter"] .setting-price {
    display: none !important;
}

/**
*
*/
body.load-calculator .current-option-price,
body.load-calculator .total-amount {
    visibility: hidden;
}

.g-error-message {
    padding: 10px;
    color: red;
}

.g-success-message {
    color: green;
    padding: 10px;
}

body.logged-in.calculator-page {
    margin-top: -16px !important;
}

/**
*
*/
#palca-vastagsag-setting-holder select {
    height: 40px;
    padding: 0 10px;
    width: 20%;
}

#palca-vastagsag-setting-holder input {
    height: 40px;
    margin-left: 20px;
    padding: 0 10px;
    width: 50%;
}

/**
*
*/
.no-after:after {
    content: '' !important;
}

.calculator-summary-selected-option-price .original-price {
    width: 100%;
    text-decoration: line-through;
}

.calculator-summary-selected-option-price .original-price:after,
.calculator-summary-selected-option-price .discount-price:after {
    content: ' Ft';
    margin-left: 4px;
    display: inline-block;
    position: relative;
    font-size: inherit;
    color: currentColor;
    text-decoration: inherit;
}

.calculator-summary-selected-option-price .discount-price {
    width: 100%
}

.calculator-images {
    display: flex;
    justify-content: center;
}

.setting-only_for_size_price {
    display: none !important;
}

.calc-total {
    display: none !important;
}

#calculator #success {
    text-align: center;
    width: 100%;
    font-size: 30px !important;
    padding: 50px;
    line-height: 50px !important;
}

.post-radio-buttons-layout .setting-price_type {
    display: none !important;
}

#toltes-nelkul .tab-content-row:nth-child(2) .tab-content-title {
    display: none !important;
}

.calc-request-button.disabled {
    cursor: not-allowed !important;
}

#loginform input:not([type="submit"]),
#gregistration-form input:not([type="submit"]),
#gregistration-form select {
    padding: 5px 10px;
    margin-top: 5px;
}

.calculator-setting.disabled {
    pointer-events: none !important;
}

.calculator-setting.f-wrap {
    flex-wrap: wrap !important;
}

.teto-tipusa-setting {
    border-radius: 50%;
    -webkit-box-shadow: 10px 10px 17px -2px rgba(179, 179, 179, 0.51);
    -moz-box-shadow: 10px 10px 17px -2px rgba(179, 179, 179, 0.51);
    box-shadow: 10px 10px 17px -2px rgba(179, 179, 179, 0.51);
    margin-right: 40px;
}

/*
.teto-tipusa-setting .setting-image,
.teto-tipusa-setting .setting-title {
    width: 50%!important
}
*/
.teto-tipusa-setting .setting-image {
    max-width: 80px !important;
}

.teto-tipusa-setting .setting-description {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.3;
    margin-top: 0 !important;
}

.setting-description {
    width: 100%;
    order: 4;
    margin-top: 20px;
}

#villanyszamla {
    width: 80% !important;
    margin-left: 10%;
    margin-top: 5px;
    margin-bottom: 10px;
}

.range-output {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.range-output-value {
    width: 15%;
    color: #FFF;
    padding: 5px;
    background: #ed7e6a;
    border-radius: 20px;
    font-size: 20px;
}

.up-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ed7e6a;
}

#alap-infok {
    margin-top: 20px;
    padding: 0;
    background: #FFFFFF;
    flex-wrap: wrap;
    justify-content: center;
}

.alap-infok-col {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    background: #FFFFFF;
    border-radius: 50%;
    height: 135px;
    line-height: 1.5;
    /*display: flex;
    align-items: center;
    -/
    -webkit-box-shadow: 10px 10px 17px -2px rgba(179, 179, 179, 0.81);
    -moz-box-shadow: 10px 10px 17px -2px rgba(179, 179, 179, 0.81);
    box-shadow: 10px 10px 17px -2px rgba(179, 179, 179, 0.81);
    /*
    flex-wrap: wrap;
    justify-content: center;
    */
    display: block;
    text-align: center;
}

.alap-info-text {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 0 5px 0;
    /*   margin-top: 5px;*/
}

.alap-info-text br {
    display: none;
}

.alap-info-text span {
    color: #ff8366;
    font-weight: bold;
}

.flex {
    display: flex;
}

.f-wrap {
    flex-wrap: wrap;
}

.ai-c {
    align-items: center;
}

.ai-fs {
    align-items: flex-start;
}

.jc-c {
    justify-content: center;
}

.jc-sa {
    justify-content: space-around;
}

.jc-sb {
    justify-content: space-between;
}

.tablinks.disabled {
    pointer-events: none !important;
}

.calc_teto_tajolasok,
.calc_teto_fedesek,
.calc_teto_dolesek {
    width: 18%;
}

.calc_teto_fedesek img,
.calc_elhelyezes img,
.calc_tipus img {
    /*
    -webkit-filter: drop-shadow(5px 5px 5px rgba(156, 156, 156, 1));
    filter: drop-shadow(5px 5px 5px rgba(156, 156, 156, 1));
    */
    -webkit-filter: drop-shadow(4px 8px 11px rgba(179, 179, 179, 0.81));
    filter: drop-shadow(4px 8px 11px rgba(179, 179, 179, 0.81))
}

.calc_elhelyezes img,
.calc_tipus img {
    padding: 25px;
}

.cacl_teto_arnyek {
    width: 30%;
}

.w30 {
    width: 30% !important;
}

.w70 {
    width: 70% !important;
}

.rendszer-top-icon-image img {
    max-width: 50px !important;
    min-width: 50px;
}

.rendszer-top-icons {
    margin-bottom: 30px;
    padding: 0 30px;
}

.calculated-data {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    width: 100%;
}

.calculated-data span:first-child {
    margin-right: 5px;
}

.calculated-data-title {
    width: 100%;
}

.calculated-data-value,
.calculated-data .unit {
    font-weight: bold;
    font-size: 150%;
}

.calculated-data-title {
    border-bottom: 1px solid orange;
    width: 100%;
}

.rendszer-data-left {
    height: 100%;
    display: flex;
    align-items: center;
}

.calculated-data-image {
    padding: 0 45px;
}

.rendszer-top-icon-data-title {
    font-weight: bold;
    width: 100%;
    display: block;
}

.top-icon-calculated-data-title {
    width: 100%;
    display: block;
    margin-top: -7px;
    color: gray;
}

.rendszer-top-icon-data .unit,
.top-icon-calculated-data-value {
    font-size: 150%;
    font-weight: bold;
}

/*
.related-setting-section img {
    max-width: 70px!important;
}
*/
.no-margin-top {
    margin-top: 0 !important;
}

/**
* ui widget slider
*/
.calculator-page .ui-widget.ui-widget-content {
    border-color: rgb(131, 131, 131) !important;
    /*  -webkit-box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.75);*/
    min-height: 18px !important;
    border-radius: 30px !important;
}

.calculator-page .ui-slider .ui-slider-handle {
    width: 1.75em !important;
    border-radius: 20px !important;
    top: 0 !important;
    height: calc(100%) !important;
    box-shadow: none !important;
    border: none !important;
    cursor: grab !important;
}

.ui-slider .ui-slider-handle:focus {
    outline: none;
    /*background: green!important;*/
    /*
    height: calc(100% + 10px)!important
    */
}

/**
*
*/
#hogyan-mukokdik-napelem-kalkulator {
    background: rgb(231, 78, 112);
    background: linear-gradient(90deg, rgba(231, 78, 112, 1) 15%, rgba(239, 178, 96, 1) 85%);
    border-top-right-radius: 100px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 40px;
    padding: 40px 20px 60px 20px;
    width: 70%;
    margin-left: -20px !important;
    z-index: 1000;
}

#hogyan-mukokdik-napelem-kalkulator h2 {
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    line-height: 1 !important;
    text-transform: uppercase;
    font-weight: normal !important;
    padding-left: 40px;
}

#hogyan-mukokdik-napelem-kalkulator * {
    color: #FFF !important;
    font-weight: normal !important;
}

#hogyan-mukokdik-napelem-kalkulator p {
    letter-spacing: 1px;
    font-weight: normal !important;
    font-family: 'Montserrat';
    font-size: 18px !important;
    padding-right: 40px;
    padding-left: 40px;
    text-align: justify !important;
}

.fullwidth-row-with-image-on-left h2 {
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    line-height: 1 !important;
    text-transform: uppercase;
    font-weight: normal !important;
}

.fullwidth-row-with-image-on-left p {
    letter-spacing: 1px;
    font-weight: normal !important;
    font-family: 'Montserrat';
    font-size: 18px !important;
    padding-right: 40px;
    text-align: justify !important;
}

/*
.fullwidth-row-with-image-on-left-image-holder>.vc_column-inner {
    padding-right: 0!important
}
*/
.fullwidth-row-with-image-on-left.has-sidebar {
    margin-bottom: 32px;
}

.fullwidth-row-with-image-on-left.has-sidebar p {
    padding-right: 0 !important;
}

.fullwidth-row-with-image-on-left-image-holder .vc_single_image-wrapper {
    position: relative;
}

.fullwidth-row-with-image-on-left-image-holder .vc_column-inner {
    padding-left: 0 !important;
}

.fullwidth-row-with-image-on-left-image-holder img {
    position: relative;
    z-index: 10000;
    /*
    padding-left: 40px;
    */
    /*
    -webkit-filter: drop-shadow(4px 8px 11px gray);
    filter: drop-shadow(4px 8px 11px gray)
    */
}

#miert-fontos-a-kalkulator-text-holder {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 30px;
}

.calculated-datas {
    padding-top: 30px;
}

#page-title .page-title-title {
    background: rgb(231, 78, 112);
    background: linear-gradient(90deg, rgba(231, 78, 112, 1) 15%, rgba(239, 178, 96, 1) 85%);
    border-top-right-radius: 140px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 140px;
    border-bottom-left-radius: 40px;
    padding: 40px 20px 40px 20px;
    width: 80%;
    margin-left: -20px !important;
    z-index: 1000;
    padding-left: 100px !important;
    text-align: left;
    /*opacity: 0.95;*/
}

#page-title .page-title-title p,
#page-title .page-title-title h1 {
    padding-right: 40px;
}

#page-title .page-title-title h1 {
    color: #FFF !important
}

#page-title .container {
    margin-left: -20px !important;
}

.g-more-button a {
    width: 100%;
    color: #FFF !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.related-setting-section h3 {
    margin-top: 0 !important;
}

.related-setting-section .active-setting img {
    filter: none !important;
}

.related-setting-section .active-setting:before {
    content: none !important
}

.related-setting-section .active-setting .setting-title {
    position: relative;
}

.related-setting-section .active-setting .setting-title span {
    z-index: 100;
}

.related-setting-section .active-setting .setting-title:before {
    content: '';
    width: calc(100% + 12px);
    height: 100%;
    position: absolute;
    top: 0;
    left: -6px;
    background: rgb(231, 78, 112);
    background: linear-gradient(90deg, rgba(231, 78, 112, 1) 15%, rgba(239, 178, 96, 1) 85%);
    border-radius: 30px;
}

.active-setting {
    position: relative;
    /*margin-top: 20px!important;*/
    /*align-items: flex-start!important;*/
}

.calc_tabcontent {
    height: 100%;
}

.calculator-navigation {
    position: absolute;
    bottom: 40px;
    right: 0;
}

body.calculator-button-not-clicked #kalkulator .calculator-navigation {
    position: relative;
    margin-top: 40px;
}

#calc_ajanlatok {
    padding-bottom: 20px;
}

@media screen and (min-width: 601px) {
    #calc_ajanlatok .products .product {
        margin-top: 0 !important
    }

    .alap-infok-col img {
        padding: 10px;
        max-width: 100px !important;
    }

    .active-setting img {
        filter: brightness(500%);
        -webkit-filter: brightness(500%);
        -moz-filter: brightness(500%);
    }

    .calc_teto_tajolasok.active-setting img,
    .calc_teto_dolesek.active-setting img,
    .calc_teto_arnyek.active-setting img {
        max-width: 80% !important;
        padding: 10px;
    }

    .calc_teto_arnyek img {
        max-width: 80% !important;
        padding: 10px;
    }

    .calc_teto_arnyek.active-setting img {
        margin-bottom: -60px !important;
    }

    .active-setting:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgb(231, 78, 112);
        background: linear-gradient(90deg, rgba(231, 78, 112, 1) 0%, rgba(235, 126, 103, 1) 100%) !important;
        border-radius: 50%;
    }

    .active-setting .setting-title {
        /*color: #ff8366 !important;*/
        font-weight: bold;
        color: #FFF !important;
        z-index: 10000;
    }
}

@media screen and (max-width: 600px) {
    .fd-col-r-m {
        flex-direction: column-reverse;
    }

    #calc_ajanlatok .products {
        flex-wrap: wrap
    }

    #calc_ajanlatok .products .product {
        width: 50% !important
    }

    #ugyfel-adatok .grow,
    #ajanlat_email_additional_data .grow {
        margin-bottom: 0 !important
    }
}

/**
* AJÁNLATKÉSZÍTŐ
*/
#ugyfel-adatok {
    margin-top: 20px;
}

#ugyfel-adatok.accordion-panel {
    margin-top: 0px !important;
}

#ugyfel-adatok input,
#ugyfel-adatok select,
#ajanlat_email_additional_data input {
    width: 90%;
    height: 30px;
    border: 1px solid #dfe5e8;
    border-radius: 30px;
}

#ugyfel-adatok label,
#ajanlat_email_additional_data label {
    width: 90%;
    height: 30px;
}

#ugyfel-adatok input,
#ugyfel-adatok select,
#ajanlat_email_additional_data input {
    padding-left: 15px;
}

#ugyfel-adatok input:focus,
#ugyfel-adatok select:focus,
#ajanlat_email_additional_data input:focus,
#ugyfel-adatok textarea:focus,
#ajanlat_email_additional_data textarea:focus {
    outline: none !important;
    border-color: #ed7e6a;
}

#ugyfel-adatok textarea,
#ajanlat_email_additional_data textarea {
    width: 90%;
    padding-left: 20px;
    resize: none;
}

#ajanlat_email_additional_data {
    margin-top: 40px;
}

#g-loader {
    display: none;
    height: 100%;
    position: absolute;
    z-index: 4344;
    background: #ffffffab;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#g-loader[data-title="Ajánlatkészítő betöltése"] {
    display: flex;
    position: fixed;
    top: 0;
    left: 0
}

#g-loader:after {
    display: block;
    content: attr(data-title);
    width: 100%;
    position: absolute;
    top: 55%;
    left: 0;
    font-size: 19px;
    color: #ea6e6b;
    font-weight: bold;
}

.preview-loader {
    display: none;
    height: 100%;
    position: relative;
    top: 50px;
    left: 0;
    z-index: 4344;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ed8b70;
    margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.nemtudom-checkbox-holder {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 5px 0;
    padding-left: 10px;
}

.nemtudom-checkbox-holder input {
    width: 18px;
    height: 18px;
}

.nemtudom-checkbox-label {
    font-size: 16px;
    margin-left: 5px;
    color: #e75573;
    cursor: pointer;
}

#calc_ajanlatok .products .product-info {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#calc_ajanlatok .g-subtitle.product-title {
    margin-bottom: 10px;
    line-height: 1.3;
}

.g-product-attribute {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.ajanlatkeres_checkbox {
    margin: 10px;
}

/**
*
*/
#g-error-message {
    width: 90%;
    padding: 2px;
    text-align: center;
    font-size: 16px;
    background: rgb(231, 78, 112);
    background: linear-gradient(90deg, rgba(231, 78, 112, 1) 15%, rgba(239, 178, 96, 1) 85%);
    border-radius: 15px;
}

.g-error-message-inner {
    padding: 3px;
    width: 100%;
    color: #FFF;
}

.g-error {
    border: 2px solid #e64e6f !important;
}

.g-error::placeholder {
    color: #e64e6f !important;
}

/**
*
*
* AJÁNLATKÉSZÍTŐ EGYEDI
*
*
*/
select.termek_ajanlat {
    width: 100%;
    margin-bottom: 20px;
    height: 30px;
    color: #000;
    padding: 0;
}

/**
* tételes ajánlatkérés
*/
.teteles-ajanlat-inner {
    border: 1px solid gray
}

.teteles-ajanlat-inner input,
.teteles-ajanlat-inner select {
    border-radius: 0 !important;
    padding: 0 10px !important;
    border: 1px solid #dfe5e8 !important;
    height: 30px !important;
}

.teteles-ajanlat-inner input {
    margin-top: -2px;
}

.teteles-ajanlat-row {
    display: flex;
}

.teteles-ajanlat-col {
    padding: 10px;
    display: table-cell;
}

.teteles-ajanlat-row:not(:last-child) {
    border-bottom: 1px solid gray;
}

.teteles-ajanlat-title {
    font-weight: bold;
    border-right: 1px solid gray;
}

.teteles-ajanlat-data {
    text-align: left;
    /*border-left: 1px solid gray;*/
    border-right: 1px solid gray;
}

.teteles-ajanlat-price {
    text-align: center;
    color: #e64e6f !important;
}

.teteles-ajanlatkeszito-select {
    min-width: 100px;
    margin: 0 5px;
}

.szerepeljen-az-ajanlatban-checkbox {
    margin-right: 5px;
}

.ajanlat_tablinks_child {
    margin-right: 5px;
    border: 1px solid #ed7e6a;
    background: #FFF;
    color: #ed7e6a;
    /* padding: 5px 20px;*/
    margin: 0;
    float: left;
    display: flex;
    align-items: center;
}

.ajanlat_tablinks_child.disabled,
.ajanlat_tablinks_child.active.disabled {
    background: #EEE !important;
}

.ajanlat_tablinks_child.active.disabled {
    color: #ed7e6a !important;
}

.ajanlat-title {
    float: left;
    padding: 5px 20px;
    cursor: pointer
}

.active-quote-input {
    margin-right: 10px;
    margin-left: -10px;
    cursor: pointer;
}

/*
.remove-tab-holder {
    margin-bottom: 20px;
}

#remove-tab {
    color: red;
    cursor: pointer;
}

#remove-tab-info {
    color: black;
    margin-left: 10px;
}

*/
.remove-tab {
    cursor: pointer;
    background: red;
    /*padding: 0 3px;*/
    margin: gpx;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    align-self: flex-start;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF !important;
    font-size: 10px;
}

.remove-tab:before {
    content: 'x';
    margin-top: -2.5px;
}

.ajanlat_tablinks_child:nth-child(even) {
    border-left: none !important;
    border-right: none !important;
}

.ajanlat_tablinks_child.active {
    background: rgb(231, 78, 112);
    background: linear-gradient(90deg, rgba(231, 78, 112, 1) 15%, rgba(239, 178, 96, 1) 85%) !important;
    color: #FFFFFF !important;
}

#ajanlat_hozzaadasa {
    padding: 5px 10px;
    cursor: pointer;
    font-size: 20px;
    border-right: 1px solid #ed7e6a !important;
}

.tetles-ajanlat-price:not(:empty):after {
    content: ' Ft';
    display: inline-block;
    position: relative;
    margin-left: 5px;
}

.vedelmi-berendezes-number-input {
    max-width: 80px !important;
    margin-left: 10px;
}

#map.calculator-map {
    height: 350px !important;
    width: 100% !important;
    margin-left: 0 !important;
}

#ugyfel-adatok {
    padding: 20px;
    background: rgb(231, 78, 112);
    background-image: linear-gradient(90deg, rgb(231, 78, 112) 15%, rgb(239, 178, 96) 85%);
}

#ugyfel-adatok.send-quote-form {
    border-radius: 30px;
    margin-top: 40px !important;
}

#ugyfel-adatok.accordion-panel {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#ugyfel-adatok label {
    color: #FFFFFF !important;
    font-size: 17px;
}

#ugyfel-adatok input {
    height: 40px;
    color: rgb(231, 78, 112);
    font-size: 18px;
}

#send-quote-button-holder {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 5px;
}

#send-quote-button {
    background: #FFF !important;
    -webkit-box-shadow: 8px 10px 17px -12px #000;
    -moz-box-shadow: 8px 10px 17px -12px #000;
    box-shadow: 8px 10px 17px -12px #000;
}

#send-quote-button span {
    background: -webkit-linear-gradient(0deg, rgb(231, 78, 112) 15%, rgb(239, 178, 96) 85%);
    font-weight: 400;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#calc_ajanlatok .products {
    margin-top: 20px;
    display: flex;
    margin-top: 0 !important;
}

#calc_ajanlatok .products .product {
    width: 33%;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

#solar-quotes {
    margin-top: 10px;
    /*  padding: 10px;*/
}

.solar-quote {
    width: 100%;
}

.solar-quote-col {
    border: 1px solid black;
    padding: 10px;
}

.quote-filter-input {
    height: 40px;
    padding-left: 20px !important;
    min-width: 250px !important;
    margin-right: 20px !important;
    border-radius: 0 !important;
}

.quote-filter-input:focus {
    border-color: #ed7e6a !important;
}

.solar-quote-user-prices {
    width: 10%;
}

/**
*/
table#quotes-table {
    overflow: hidden;
    box-shadow: 0 0 7.4px 0 rgb(0 0 0 / 20%);
    width: 30%;
    padding: 20px 0 1.5rem;
    background: #FFF;
    z-index: 100;
    border: none;
    border-radius: 30px;
}

#quotes-table thead,
.quote-popup thead {
    background: rgb(231, 78, 112);
    background: linear-gradient(90deg, rgba(231, 78, 112, 1) 15%, rgba(239, 178, 96, 1) 85%);
    color: #FFF !important;
}

#quotes-table thead td {
    padding-top: 10px;
    padding-bottom: 10px;
}

#quotes-table thead .solar-quote-date {
    padding-left: 24px !important
}

/*
#quotes-table tbody td br {
    display: none!important
}
*/
#quotes-table tbody:not(.popup-tbody) tr:hover {
    background-color: #f1b09e2e;
}

#quotes-table td,
#quotes-table th {
    position: relative;
}

/*
#quotes-table tbody:not(.popup-tbody) td:hover::after,
#quotes-table tbody:not(.popup-tbody) th:hover::after {
    content: "";
    position: absolute;
    background-color: #ffa;
    left: 0;
    top: -5000px;
    height: 10000px;
    width: 100%;
    z-index: -1;
}
*/
#quotes-table i {
    font-size: 22px !important;
}

#quotes-table i:hover {
    filter: brightness(1.4);
    -webkit-filter: brightness(1.4);
    -moz-filter: brightness(1.4);
    transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
}

.delete-quote,
.quote-adatbekero {
    cursor: pointer;
}

.quote-adatbekero[status="send"] {
    color: gray !important
}

.quote-adatbekero[status="completed"] {
    color: green !important;
}

.delete-quote:hover {
    color: red !important;
}

.fas.fa-pencil-alt {
    color: green;
}

.fas.fa-file-pdf {
    color: darkred
}

.far.fa-file-alt {
    color: blue;
}

.solar-quote-data {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.solar-quote-data:before {
    content: "\2022 ";
    font-size: 14px;
    margin-right: 10px;
    color: #ed9964
}

.solar-quote-user-prices {
    white-space: nowrap;
}

/**
*/
body.quotes #g-loader {
    background: transparent !important
}

body.no-footer #colophon {
    display: none !important;
}

body.no-footer .block-content {
    padding-bottom: 150px !important;
}

body.no-menu nav#primary-navigation {
    display: none !important
}

body.no-menu:not(.quotes) #site-header:not(.fixed),
body.calculator-page {
    padding-top: 16px !important;
}

body.no-top-area #top-area {
    display: none !important
}

/**
*/
form#need_to_login {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

form#need_to_login p {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

form#need_to_login p label {
    width: 100%
}

form#need_to_login input.input {
    margin: 10px;
    height: 40px !important;
    min-width: 300px !important;
}

/**
*
*/
#save-quote,
#save-quote-as-new {
    margin-left: 20px !important;
}

body.calculator-page .wpcs_tab {
    display: none !important
}

.calculator-navigation {
    z-index: 1000
}

body.calculator-page #content {
    padding-top: 0 !important
}