.size__image {
    padding: 25px 0;
}

.image__size-title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.size__image img {
    width: 300px;
    height: auto;
}

.size__image svg {
    width: 300px;
    height: auto;
}

.size__image svg text {
    font-size: 0 !important;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab.woocommerce-Tabs-panel--description {
    text-align: initial !important;
}

#qodef-woo-page.qodef--single .entry-summary .price {
    font-family: "Inter",sans-serif;
    gap: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 500;
}

.single-product #qodef-woo-page.qodef--single .entry-summary .price {
    flex-direction: row-reverse;
    justify-content: center; 
}

.request__form {
    background-color: #DDD;
    padding: 15px 30px;
    border-radius: 10px;
    position: relative;
}

.request__form-title {
    color: #1d1d1d;
    text-align: center;
    font-weight: 800;
    font-size: 22px;
}

.form__input label {
    color: #1d1d1d;
    font-weight: 600;
}

.request__form .option__label {
    color: #1d1d1d;
    font-weight: 600;
    font-size: 17px;
}

.form__input label input {
    color: #1d1d1d;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    background-color: #FFF !important;
    border-radius: 10px;
}

.form__input label input:autofill {
    background-color: #FFF !important;
}

.form__input label input:focus {
    color: #1d1d1d;
}

.request__button {
    padding-top: 20px;
    text-align: center;
}

.request__button button {
    font-family: "Inter", sans-serif;
    background-color: #f36118;
    border-color: #f36118 !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 21px !important;
    color: #FFF;
    border-radius: 10px;
    text-transform: uppercase;
}

.request__button button:hover {
    background-color: #174a43;
    color: #FFF;
}

.request__disclaimer {
    color: #1d1d1d;
    padding-top: 20px;
    font-size: 14px;
}

#qodef-page-footer-bottom-area .widget.widget_text p {
    font-size: 13px;
}

#qodef-woo-page .price, .qodef-woo-shortcode .price {
    font-size: 15px;
}

.qodef-woo-product-list .qodef-woo-product-categories {
    display: none;
}

.qodef-woo-product-list .qodef-woo-product-title {
    letter-spacing: initial;
    font-size: 16px;
    line-height: 140%;
}

.qodef-woo-product-list .qodef-woo-product-content {
    flex-direction: column !important;
    gap: 7px;
}

.qodef-woo-product-marks-holder {
    display: none !important;
}

.qodef-header-navigation>ul>li>a {
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 700;
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value a {
    font-size: 14px;
}

.qodef-page-title .qodef-breadcrumbs a, .qodef-page-title .qodef-breadcrumbs span {
    font-family: "Inter", sans-serif;
    font-size: 12px;
}

.divani__category-list .qodef-woo-category-link {
    border: 1px solid #eaeaea;
    overflow: hidden;
}

.divani__category-list .woocommerce-loop-category__title {
    background-color: #184a43 !important;
    color: #FFF !important;
}

.divani__category-list .qodef-woo-category-link img {
    transition: .4s ease;
}

.divani__category-list .qodef-woo-category-link:hover img {
    transform: scale(1.05);
}   

.divani__category-list .qodef-grid-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.divani__category-list .qodef-grid-inner .qodef-grid-item {
    clear: initial !important;
    display: flex;
    width: 100% !important;
    float: initial;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.divani__category-list .clear:before {
    content: none !important;
}

.input__hidden {
    display: none !important;
}

.request__disclaimer a {
    color: #f36118;
    text-decoration: underline;
}

.request__success {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #DDD;
    border-radius: 10px;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
}

.request__success-title {
    color: #1D1D1D;
    font-size: 22px;
    font-weight: 800;
}

.request__success-description {
    color: #1D1D1D;
    font-size: 14px;
    line-height: 140%;  
}

.fade-in {
	-webkit-animation: fade-in 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.fade-out {
	-webkit-animation: fade-out 0.4s ease-out both;
    animation: fade-out 0.4s ease-out both;
}

.request__success-icon img {
    width: 125px;
    height: 125px;
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.form__loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: rgba(221, 221, 221, 0.75);
    display: none;
    align-items: center;
    justify-content: center;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.woocommerce-result-count {
    display: none;
}

.woocommerce-ordering {
    display: none;
}

.product__discount-percentage {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.product__discount-percentage img {
    width: 69px !important;
}

.discount__percent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    color: #FFF;
    font-weight: 800;
    font-size: 20px;
}

.discount__percentage-small.product__discount-percentage img {
    width: 60px !important;
}

.discount__percentage-small .discount__percent {
    left: 12px;
    font-size: 18px;   
}

.qodef-woo-single-image .product__discount-percentage {
    right: 30px;
}

.wpml-ls li a {
    letter-spacing: .17em;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #1d1d1d;
    font-size: 14px;
}

.wpml-ls li.wpml-ls-current-language a {
    color: #f36118;
}

.waze {
    display: inline-block;
}

.waze img {
    width: 42px !important;
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
    margin-right: 30px;
}

.option__radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    padding-top: 7px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.option__radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #eee;
}

.option__radio:hover input ~ .checkmark {
    background-color: #ccc;
}

.option__radio input:checked ~ .checkmark {
    background-color: #f36118;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.option__radio input:checked ~ .checkmark:after {
    display: block;
}

.option__radio .checkmark:after {
    display: none;
    border: none;
    background-color: #FFF;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 5px;
    left: 5px;
}

.request__options {
    display: flex;
    gap: 30px;
    justify-content: center;
    padding-bottom: 25px;
}

.request__options label img {
    height: 85px;
    width: auto;
}

.option__label {
    color: #FFF;
    font-size: 15px;
}

.product-variations h4 {
    margin: 0;
    color: #1d1d1d;
    font-weight: 800;
}

.product-variations {
    padding-bottom: 25px;
}

.lds-ripple,
.lds-ripple div {
    box-sizing: border-box;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #f36118;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 0;
    }
    5% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}

.form__error {
    color: red;
    font-weight: 400;
    font-size: 14px;
}

.contact__consultant {
    color: #174a43;
    font-weight: 700;
    font-size: 30px;
    padding-top: 30px;
}

.contact__consultant a {
    color: #f36118;
}

.category__header {
    background-image: url(/wp-content/uploads/Contact-us.jpg);
    position: relative;
    height: 220px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.category__header:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .2);
}

.category__header .category__title h1 {
    color: #FFF;
    position: relative;
    z-index: 2;
}

.qodef-page-title .qodef-breadcrumbs a, .qodef-page-title .qodef-breadcrumbs span {
    font-style: initial;
}

#qodef-woo-page .woocommerce-pagination .page-numbers {
    font-style: initial;
}

#qodef-page-footer em {
    font-style: initial;
}

#qodef-woo-page.qodef--single .entry-summary .price {
    font-style: initial;
}

#qodef-woo-page.qodef--single .entry-summary .price ins bdi {
    color: #f36118;
    font-weight: 800;
    font-size: 36px;
}

.grecaptcha-badge {
    display: none !important;
}

#qodef-woo-page.qodef--single .product_meta .qodef-woo-meta-value {
    font-style: initial;
}

.qodef-woo-product-list .product .qodef-woo-product-price-holder .price {
    font-style: initial;
    flex-direction: row-reverse;
    gap: 10px;
}

.qodef-woo-product-list .product .qodef-woo-product-price-holder .price ins bdi {
    color: #f36118;
    font-weight: 600;
}

.qodef-woo-product-list .product .qodef-woo-product-price-holder .price ins .amount {
    color: #f36118;
    font-weight: 600;
}

.product .qodef-woo-product-inner .qodef-woo-product-image .qodef-woo-product-image-inner a.add_to_cart_button,
#qodef-woo-page .product .qodef-woo-product-inner .qodef-woo-product-image .qodef-woo-product-image-inner a.add_to_cart_button {
    border: 2px solid #ed5005;
    background-color: #ed5005;
    padding: 10px 15px;
    font-style: initial;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #FFF;
    border-radius: 4px;
}

.product .qodef-woo-product-inner .qodef-woo-product-image .qodef-woo-product-image-inner a.add_to_cart_button:after {
    content: none !important;
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
    margin-right: 0;
}

.qodef-h1, h1,
.qodef-h2, h2,
.qodef-h3, h3,
.qodef-h4, h4,
.qodef-h5, h5 {
    letter-spacing: 0.1em;
}

.divani__description-title {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    color: #f36118;
    font-weight: 800;
}

body {
    color: #1d1d1d;
}

.category__title {
    padding: 0 15px;
}

#qodef-woo-page.qodef--single .woocommerce-tabs {
    margin-top: 40px;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
    display: none;
}

#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tab {
    margin-top: 0;
}

.fixed__icons {
    position: fixed;
    bottom: 25px;
    left: 25px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.fixed__icons a {
    background-color: #ed5005;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 2s ease-in-out infinite;
}

#qodef-woo-page.qodef--single .related>h2 {
    letter-spacing: initial;
}

.contact__form {
    border-radius: 10px;
    padding: 20px;
    background-color: #DDD;
}

.contact__form .form__input input {
    background-color: #FFF;
    border-radius: 10px;
    color: #1d1d1d;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
}

.contact__form .form__input textarea {
    background-color: #FFF;
    border-radius: 10px;
    color: #1d1d1d;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
}

.contact__form .form__input {
    padding-bottom: 10px;
}

.wpcf7-response-output {
    display: none !important;
}

.qodef-mobile-header-navigation>ul {
    padding-top: 20px;
}

.qodef-mobile-header-navigation ul li {
    text-align: center;
}

.qodef-mobile-header-navigation>ul>li>a {
    font-size: 14px;
    padding: 6px 0;
    display: inline-flex;
    font-weight: 800;
}

.qodef-page-title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    display: block;
}

.qodef-m-title {
    position: relative;
    z-index: 2;
    padding: 0 12px;
}

.qodef-mobile-header-navigation {
    overflow-x: hidden;
}

.contacts__grid > .elementor-container {
    gap: 30px;
}

header .qodef-widget-holder.qodef--one {
    display: none !important;
}

.qodef-header--sticky-display .wpml-ls-legacy-list-horizontal {
    margin-left: 50px;
}

.qodef-woo-product-list .qodef-woo-split-cols .qodef-woo-product-info {
    width: 100%;
}

#qodef-woo-page .qodef-woo-product-title, .qodef-woo-shortcode .qodef-woo-product-title {
    text-align: center;
    font-size: 28px;
    width: 100%;
}

.qodef-woo-product-list .product .qodef-woo-product-price-holder {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 10px;
    gap: 12px;
    align-items: center;
}

.qodef-woo-product-list .qodef-woo-split-cols .qodef-woo-product-price-holder .price del {
    text-decoration: none;
}

.qodef-woo-product-list .qodef-woo-split-cols .qodef-woo-product-price-holder .price del bdi {
    font-size: 20px;
    font-weight: 600;
    text-decoration: line-through;
}

.qodef-woo-product-list .qodef-woo-split-cols .qodef-woo-product-price-holder .price ins bdi {
    background-color: #f36118;
    padding: 10px;
    color: #FFF;
    font-size: 20px;
    border-radius: 4px;
    margin-left: 0;
}

.elementor-widget-konsept_core_product_list .qodef-woo-shortcode .qodef-woo-product-title {
    font-size: 22px;
}

.elementor-widget-konsept_core_product_list .price del > span {
    font-size: 17px;
    font-weight: 600;
    text-decoration: line-through;
}

.elementor-widget-konsept_core_product_list .price ins > span {
    background-color: #f36118;
    padding: 10px;
    color: #FFF !important;
    font-size: 17px;
    border-radius: 4px;
}

.loan {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.loan_title {
    color: #174a43;
    font-weight: 800;
    font-size: 18px;
}

.loan_description {
    font-weight: 600;
    font-size: 14px;
    color: #f36118;
}

.woocommerce-ordering {
    display: block;
}

.qodef-woo-results {
    justify-content: flex-end;
    gap: 12px;
}

#column-count {
    font-style: initial;
}

#column-count option {
    font-style: initial;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered,
body .select2-container--default .select2-results__option {
    font-style: initial;
    padding: 0 10px;
}

body .select2-container--default .select2-results__option {
    padding: 10px;
}

body .select2-container--default .select2-results__option:hover {
    background-color: #f36118;
    color: #FFF;
}

body .select2-container--default .select2-results>.select2-results__options {
    padding-left: 0;
    padding-right: 0;
}

.divaini__izmers {
    display: flex;
    justify-content: center;
    width: 100%;
    color: #8b8b8b;
    font-size: 16px;
    font-weight: 600;
}

.has__variations .price {
    flex-direction: row !important;
}

#qodef-woo-page h1.qodef-woo-product-title {
    font-size: 36px;
    font-weight: 700;
}

.qodef-woo-product-list li.product .qodef-woo-product-inner {
    border: 1px solid #ddd;
    padding-bottom: 25px;
    border-radius: 4px;
}

.variation-price ins {
    text-decoration: none;
}

.variation-price ins bdi {
    color: #f36118;
    font-weight: 800;
    font-size: 22px;
}

.product-type-variable .entry-summary > .price {
    display: none !important;
}

.product-type-variable .request__form {
    margin-top: 30px;
}

#qodef-woo-page .products .product-type-variable .price {
    font-size: 20px;
    font-weight: 800;
    color: #f36118;
}

.divani-columns .select2 {
    margin-bottom: 0;
}

.products.columns-1 {
    flex-direction: column;
    align-items: center !important;
}

.products.columns-1 li.product {
    width: 50% !important;
}

.header__phone {
    color: #f36118;
    font-weight: 800;
    font-size: 24px;
    display: flex;
    justify-content: center;
    margin-right: 30px;
    padding-top: 5px;
}

.home-socials h3 {
    font-size: 23px;
}

.widget.widget_konsept_core_social_icons_group .qodef-icon-holder span {
        font-family: 'FontAwesome' !important;
}

.divani-has-gallery > img,
.divani-has-gallery > picture {
    display: none !important;
}

.divani-product-card-slider {
    position: relative;
}

.qodef-woo-product-list .qodef-woo-product-image .divani-product-card-slider img {
    display: none;
}

.qodef-woo-product-list .qodef-woo-product-image .divani-product-card-slider img.slick-slide {
    display: initial !important;
}

.divani-prev-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    border: 1px solid #f36118;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f36118;
    z-index: 10;
    transition: .4s ease;
}

.divani-prev-arrow img {
    display: block !important;
    width: 25px;
    height: 25px;
    max-width: initial !important;
    position: relative;
    right: -1px;
    filter: invert(1);
}

.divani-next-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    border: 1px solid #f36118;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f36118;
    z-index: 10;
    transition: .4s ease;
}

.divani-next-arrow img {
    display: block !important;
    width: 25px;
    height: 25px;
    max-width: initial !important;
    position: relative;
    right: -1px;
    filter: invert(1);
}

.divani-prev-arrow:hover,
.divani-next-arrow:hover {
    cursor: pointer;
    background-color: #ca4f11;
}

.divani-product-card-slider .slick-list {
    overflow: hidden;
}

.qodef-woo-product-list .qodef-woo-product-image-inner {
    display: none !important;
}

.divani__newest-products .qodef-woo-product-list .qodef-woo-product-image-inner {
    display: flex !important;
}

.divani-product-card-btn {
    padding-top: 25px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.divani-product-card-btn a {
    background-color: #174a43;
    color: #FFF;
    padding: 12px 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 4px;
    width: 60%;
    text-align: center;
    transition: .4s ease;
}

.divani-product-card-btn a:hover {
    cursor: pointer;
    background-color: #123b36;
}

.fab.fa-tiktok {
    position: relative;
}

.fab.fa-tiktok:after {
    content: '';
    background-image: url(/wp-content/themes/konsept/assets/img/tiktok.svg);
    background-size: 17px 17px;
    display: inline-flex;
    width: 17px;
    height: 17px;
    filter: opacity(0.5);
}

#qodef-woo-page .related.products .product .qodef-woo-product-title {
    font-size: 20px;
}

.related.products .qodef-woo-product-list .qodef-woo-split-cols .qodef-woo-product-price-holder .price del bdi {
    font-size: 15px;
}

.related.products .qodef-woo-product-list .qodef-woo-split-cols .qodef-woo-product-price-holder .price ins bdi {
    font-size: 17px;
}

.related.products .divani-product-card-btn a {
    width: 90%;
}

.divani__icons .qodef-m-icon-wrapper {
    width: 85px !important;
    height: 50px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.divani__icons .qodef-m-icon-wrapper img {
    max-height: 50px;
    max-width: 85px;
    width: auto;
    height: auto;
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
    margin-top: 0;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item:after {
    content: '';
    width: 1px;
    height: 15px;
    background-color: #1d1d1d;
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item:last-child:after {
    content: none;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item {
    position: relative;
}

.wpml-ls-legacy-list-horizontal {
    flex-shrink: 0;
}

.divani-mobile-lang {
    display: flex;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid #DDD;
}

.divani__shop-info {
    border-top: 1px solid #dddddd;
    padding-top: 25px;
    margin-top: 25px;
}

.divani__shop-info .divani__shop-logo img {
    width: 320px;
    height: auto;
}

.divani__shop-phone {
    padding-top: 10px;
}

.divani__shop-phone a {
    color: #f36118;
    font-weight: 800;
    font-size: 24px;
}

.divani__shop-address {
    color: #1d1d1d;
    font-weight: 600;
    font-size: 16px;
    padding-top: 5px;
}

.phone__show-mobile {
    display: none;
    text-align: center;
    padding-top: 10px;
}

.phone__show-mobile a {
    color: #f36118;
    font-weight: 800;
    font-size: 26px;
}

.home-socials h3 {
    margin: 12px 0;
}

p.home__address {
    text-align: center;
    padding-bottom: 10px;
}

p.home__address a {
    color: #144c44;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.qodef-m.qodef-icon-holder .qodef-icon-font-awesome {
    font-family: 'FontAwesome';
}

.contacts__grid .fab.fa-tiktok:after {
    position: relative;
    top: 2px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(237,80,5,.5)
    }

    80% {
        box-shadow: 0 0 0 14px rgba(237,80,5,0)
    }
}

@media (max-width: 1550px) {
    .qodef-header-navigation>ul>li {
        margin: 0 10px;
    }
}

@media (max-width: 1440px) {
    .elementor-widget-konsept_core_product_list .price del > span {
        font-size: 15px;
    }
    .elementor-widget-konsept_core_product_list .price ins > span {
        font-size: 15px;
    }
}

@media (max-width: 1260px) {
    #qodef-page-header-inner {
        padding: 0 20px;
    }
    .qodef-header-navigation>ul>li>a {
        font-size: 11px;
    }
}

@media (max-width: 1150px) {
    .elementor-widget-konsept_core_product_list .qodef-woo-product-price-holder .price {
        flex-direction: column-reverse !important;
        align-items: center !important;
        gap: 15px !important;
    }
}

@media (max-width: 1130px) {
    #qodef-page-header {
        display: none;
    }
    #qodef-page-mobile-header {
        display: block;
        border-bottom: 1px solid #ececec;
    }
}

@media (max-width: 1050px) {
    #qodef-woo-page .qodef-woo-product-title, .qodef-woo-shortcode .qodef-woo-product-title {
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
    .divani__icons .elementor-container > .elementor-column {
        width: 33% !important;
    }
    .divani__icons .elementor-container > .elementor-column > .elementor-widget-wrap {
        padding: 0 !important;
    }
}

@media (max-width: 900px) {
    .divani__category-list .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    #qodef-woo-page .qodef-woo-product-title, .qodef-woo-shortcode .qodef-woo-product-title {
        font-size: 22px;
    }
    .qodef-woo-product-list .qodef-woo-split-cols .qodef-woo-product-price-holder .price ins bdi,
    .qodef-woo-product-list .qodef-woo-split-cols .qodef-woo-product-price-holder .price del bdi {
        font-size: 18px;
    }
    .elementor-widget-konsept_core_product_list .qodef-woo-product-price-holder .price {
        flex-direction: row-reverse !important;
        align-items: center !important;
        gap: 10px !important;
    }
    .divani__home-logo {
        display: none;
    }
    .phone__show-mobile {
        display: block;
    }
}

@media (max-width: 680px) {
    .divani__category-list .qodef-grid-inner {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 500px) {
    .home__categories {
        padding: 40px 0 !important;
    }
    .divani__icons {
        padding: 40px 0 !important;
    }
    .home__products {
        padding: 40px 0 !important;
    }
    .divani__title > .elementor-widget-container {
        padding-bottom: 30px !important;
    }
    .category__header {
        height: 150px;
    }
    .category__header .category__title h1 {
        font-size: 26px;
    }
    .category__header .category__title {
        text-align: center;
    }
    #qodef-woo-page.qodef--single .entry-summary {
        margin-top: 40px;
    }
    #qodef-woo-page.qodef--single .related>h2 {
        font-size: 20px;
        letter-spacing: initial;
    }
    .request__form {
        padding: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    #qodef-page-footer-top-area {
        padding: 40px 0 40px;
    }
    #qodef-page-footer-top-area .qodef-grid-item {
        margin: 8px 0 24px;
    }
}

@media (max-width: 680px) {
    .divani-columns {
        display: none;
    }
}

@media only screen and (max-width: 680px) {
    .qodef-content-grid {
        width: 90vw !important;
    }
}

@media only screen and (max-width: 480px) {
    .qodef-content-grid {
        width: 90vw;
    }
}

@media only screen and (max-width: 480px) {
    section.qodef-elementor-content-grid>.elementor-container, section.qodef-elementor-content-grid>.elementor-element {
        width: 90vw !important;
        max-width: 90vw !important;
    }
    .divani__category-list .qodef-grid-inner {
        margin: 0 !important;
    }
}

@media (max-width: 440px) {
    .divani__icons .elementor-container > .elementor-column .qodef-m-title-text {
        font-size: 12px;
        line-height: 120%;
    }
    .divani__icons .qodef-m-icon-wrapper img {
        max-height: 40px;
        max-width: 70px;
    }
    .divani__icons {
        padding: 15px 0 !important
    }
}

@media (max-width: 400px) {
    .divani__title h2.qodef-m-title {
        font-size: 22px;
    }
    .home__categories .qodef-grid-item h4.woocommerce-loop-category__title {
        font-size: 14px;
    }
    .product__discount-percentage img {
        width: 65px !important;
    }
    .discount__percent {
        font-size: 16px;
    }
    .fixed__icons {
        left: 15px;
    }
    .qodef-page-title .qodef-m-title {
        font-size: 24px;
    }
    #qodef-woo-page .qodef-woo-product-title, .qodef-woo-shortcode .qodef-woo-product-title {
        font-size: 20px;
    }
    .qodef-woo-product-list .qodef-woo-split-cols .qodef-woo-product-price-holder .price ins bdi,
    .qodef-woo-product-list .qodef-woo-split-cols .qodef-woo-product-price-holder .price del bdi {
        font-size: 17px;
    }
    p.home__address a {
        font-size: 15px;
    }
    .home-socials h3 {
        line-height: 115%;
    }
    .phone__show-mobile a {
        font-size: 22px;
    }
}

@media (max-width: 320px) {
    .qodef-woo-product-list .qodef-woo-split-cols .qodef-woo-product-price-holder .price ins bdi,
    .qodef-woo-product-list .qodef-woo-split-cols .qodef-woo-product-price-holder .price del bdi {
        font-size: 15px;
    }
}
