/* ===================================
    Crafto - Decor store
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800&display=swap');
/* variable */
:root {     
    --base-color: #e11e25;
    --dark-gray: #1C2835;
    --medium-gray: #3A3A3A;
    --alt-font: 'Cairo', sans-serif;
    --primary-font: 'Cairo', sans-serif;
} 
/* reset */
body {
    font-size: 16px;
    line-height: 30px;
}
/* input placeholder color */
::-webkit-input-placeholder {
    color: #3A3A3A !important;
    text-overflow: ellipsis;
}
::-moz-placeholder {
    color: #3A3A3A !important;
    text-overflow: ellipsis;
    opacity:1;
}
:-ms-input-placeholder {
    color: #3A3A3A !important;
    text-overflow: ellipsis;
    opacity:1;
}
.placeholder-medium-gray::-webkit-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity:0.7;
}
.placeholder-medium-gray::-moz-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity:0.7;
}
.placeholder-medium-gray:-ms-input-placeholder {
    color: var(--white) !important;
    text-overflow: ellipsis;
    opacity:0.7;
}
/* input placeholder color */
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:1;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:1;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder  {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:1;
}
/* input */
.input-small, .textarea-small, .select-small {
    font-size: 15px;
}
/* header */
header .navbar-brand img {
    max-height: 36px;
}
.header-cart-icon .cart-count {
    font-size: 9px;
    right: -10px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    border-radius: 5px;
}
.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 17px
}
.navbar .navbar-nav .submenu-content ul .sub-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 4px;
    border-color: transparent;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li {
    padding: 0 30px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    padding-bottom: 10px;
    white-space: nowrap;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    min-width: 280px;
    width: max-content;
    padding: 25px 0;
}
.navbar .navbar-nav .nav-link .label {
    font-size: 10px;
}
.header-cart-icon .header-cart .cart-item-list {
    min-width: 400px !important;
    max-width: 420px;
}
.header-cart-icon .header-cart .cart-item-list .cart-item {
    padding: 20px 0 !important;
}
.header-cart-icon .header-cart .cart-item-list .cart-item .product-image {
    max-width: 75px !important;
    width: 75px !important;
}
.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail {
    width: calc(100% - 100px) !important;
    padding-left: 20px !important;
}
.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail a {
    font-size: 15px !important;
    line-height: 20px !important;
    margin-bottom: 5px;
}
.header-cart-icon .header-cart .cart-item-list .cart-item .product-detail .item-ammount {
    font-size: 14px !important;
    line-height: 22px;
}
.header-cart-icon .header-cart .cart-item-list .empty-cart {
    padding: 40px 20px !important;
}
.header-cart-icon .header-cart .cart-item-list .cart-total .btn {
    margin: 10px 0 !important;
}
/* heading tag */
h3 {
    line-height: 2.813rem;
}

/* Header Language Dropdown */
.header-language {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.header-language .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.03);
    transition: all 0.2s ease;
    line-height: 1.2;
}
.header-language .dropdown-toggle:hover,
.header-language .dropdown-toggle:focus {
    background: rgba(0, 0, 0, 0.08);
    color: #000000;
}
.header-language .dropdown-menu {
    min-width: 160px !important;
    padding: 8px 0 !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    margin-top: 8px !important;
    background: #ffffff !important;
    z-index: 1050 !important;
}
.header-language .dropdown-menu li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    list-style: none !important;
}
.header-language .dropdown-menu .dropdown-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 8px 14px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    color: #333333 !important;
    white-space: nowrap !important;
    transition: background-color 0.15s ease, color 0.15s ease !important;
    background: transparent !important;
    text-decoration: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.header-language .dropdown-menu .dropdown-item:hover {
    background-color: #f4f5f7 !important;
    color: #111111 !important;
}
.header-language .dropdown-menu .dropdown-item.active {
    background-color: #e52d27 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}
.header-language .flag-img {
    width: 20px;
    height: 14px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: inline-block;
    vertical-align: middle;
}
.header-language .dropdown-menu .dropdown-item .code-badge {
    margin-left: auto;
    font-size: 11px;
    opacity: 0.7;
}
h4 {
    line-height: 2.375rem;
}
.shop-sidebar .shop-filter li .item-qty {
    font-size: 10px;
    font-weight: 600;
}
.pagination-style-01 .page-item.active .page-link, .pagination-style-01 .page-item .page-link:hover {
    background: var(--dark-gray);
    color: var(--white);
}
.pagination-style-01 .page-item:first-child .page-link, .pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    box-shadow: none !important;
    color: var(--medium-gray);
}
.pagination-style-01 .page-item:first-child .page-link:hover, .pagination-style-01 .page-item:last-child .page-link:hover {
    color: var(--dark-gray);
}
section, footer {
    padding-top: 100px;
    padding-bottom: 100px;
}
/* btn */
.btn.btn-switch-text.btn-very-small > span {
    padding: 6px 12px;
}
.btn.btn-switch-text.btn-small > span {
    padding: 8px 16px;
}
.btn.btn-switch-text.btn-medium > span {
    padding:10px 20px;
}
.btn.btn-switch-text.btn-large > span {
    padding: 12px 24px;
}
.btn.btn-switch-text.btn-extra-large > span {
    padding: 16px 32px;
}
.btn {
    text-transform: inherit;
    letter-spacing: 0;
}
.btn.btn-extra-large {
    font-size: 16px;
}
.btn.btn-large {
    font-size:15px;
}
.btn.btn-medium {
    font-size: 14px;
}
.btn.btn-small {
    font-size: 13px;
}
.btn.btn-very-small {
    font-size: 12px;
}
/* text color */
.text-blue-whale {
    color: #0C1623;
}
/* bg color */
.bg-blue-whale {
    background-color: #0C1623 !important;
}
.bg-blue-tangaroa {
    background-color: #18222E !important;
}
.bg-transparent-base-color-light {
    background-color: rgba(27, 50, 80,.2);
}
.bg-transparent-base-color {
    background-color: rgba(27, 50, 80,.8);
}
.bg-gradient-base-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 32, 44, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(22, 32, 44, .9) 8%, transparent 80%);
}
/* tab style 04 */
.tab-style-04 .nav-tabs .nav-item .nav-link {
    line-height: 50px;
}
/* progress bar 02 */
.progress-bar-style-02 .progress {
    height: 10px; 
}
/* contact form style 03 */
.contact-form-style-03 .form-group.form-textarea .form-icon {
    top: 20px;
}
/* tab style 07 */
.tab-style-07 .nav-tabs .nav-item .nav-link {
    padding: 17px 30px;
}
/* footer */
footer {
    font-size: 18px;
    line-height: 24px;
}
footer .footer-logo img {
    max-height: 60px;
}
.footer-dark a:hover {
    color: var(--white);
}
.newsletter-style-02 input {
    font-size: 14px;
    padding-right: 60px !important;
}
footer ul li {
    margin-bottom: 2px;
}
/* tooltip */
.tooltip.show {
    opacity: 1;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--dark-gray);
    top: -2px;
}
.tooltip .tooltip-inner {
    background-color: var(--dark-gray);
    border-radius: 3px;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: 500;
}
/* media query responsive */
@media (max-width: 1300px) {
    .sticky-wrap.shadow-in {
        left: 10px;
    }
}
@media (max-width: 991px) {
    section, footer {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .tab-style-04 .nav-tabs .nav-item {
        padding: 0 20px;
    }
    .navbar .navbar-nav .dropdown .dropdown-menu a, .navbar-modern-inner .navbar-nav .dropdown .dropdown-menu a, .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-menu a {
        line-height: 22px;
    }
    .navbar .navbar-nav .dropdown .dropdown-menu .mega-menu ul, .navbar-modern-inner .navbar-nav .dropdown .dropdown-menu .mega-menu ul, .navbar-full-screen-menu-inner .navbar-nav .dropdown .dropdown-menu .mega-menu ul {
        padding: 20px 0 0;
    }
    .navbar .navbar-nav .simple-dropdown .dropdown-menu {
        width: 100%;
        min-width: 280px;
        padding: 0 15px 15px;
    }
    .header-cart-icon .header-cart .cart-item-list {
        min-width: 320px !important;
        max-width: 95vw;
    }
    .header-cart-icon .header-cart .cart-item-list .cart-item .product-image {
        max-width: 60px !important;
        width: 60px !important;
    }
    .header-cart-icon .header-cart .cart-item-list .cart-item .product-detail {
        width: calc(100% - 80px) !important;
        padding-left: 15px !important;
    }
}
@media (max-width: 767px) {
    section, footer {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .tab-style-04 .nav-tabs .nav-item .nav-link {
        line-height: 35px;
    }
}
/* Revolution slider */
.navigation-arrow .tp-parallax-wrap {
    top:inherit !important;
    bottom: 115px !important;
    margin-left: 30px!important;
}
@media (max-width: 1080px) and (min-width: 1024px){
    .product-image-layer {left: 100px;}
}
@media (max-width: 1400px) and (min-width: 1024px) {
    .right-image-layer {right: -200px;}
}
@media (max-width: 991px) and (min-width: 778px) {
    #decor-store-slider_forcefullwidth, #decor-store-slider_wrapper {height: 650px !important;}
    .navigation-arrow .tp-caption { min-height: 90px!important; max-height: 90px!important;}
    .navigation-arrow .tp-parallax-wrap {top:inherit !important; bottom: 90px !important;margin-left: 30px!important;}
}
@media (max-width: 777px){
    .navigation-arrow .tp-parallax-wrap {
        top:inherit !important;
        bottom: 80px !important;
        margin-left: 0!important;
    }
}
@media (max-width: 650px) {
    #decor-store-slider_forcefullwidth, #decor-store-slider_wrapper {height: 750px !important;}
    .navigation-arrow .tp-caption { min-height: 90px!important; max-height: 90px!important;}
    .navigation-arrow .tp-parallax-wrap {top:inherit !important; bottom: 90px !important;margin-left: 30px!important;}
}
@media (max-width: 479px) {
    footer .elements-social.social-icon-style-01 li, footer .elements-social.social-icon-style-02 li, footer .elements-social.social-icon-style-05 li, footer .elements-social.social-icon-style-08 li {
        margin: 0 18px 0 0;
    }
}
@media  (max-width: 991px) and (orientation: landscape) {
    #decor-store-slider_forcefullwidth, #decor-store-slider_wrapper {height: 600px !important;}
    .product-image-layer {width: 600px!important;min-width: 600px!important;max-width: 600px!important; height: auto !important; left: 30px;}
    .shop-button {font-size: 11px!important; padding: 8px 18px 8px 10px!important;}
    .right-image-layer {width: 800px!important; min-width: 800px!important; max-width: 800px!important;}
    .left-column {padding-top: 100px!important;}
    .navigation-arrow .tp-parallax-wrap {z-index: 999999 !important;}
}
@media  (max-width: 991px) and (min-width: 844px) and (orientation: landscape) {
    .right-image-layer {width: 300px!important; min-width: 300px!important; max-width: 300px!important;}
    .rev_row_wrap {width: 60% !important; left: 20% !important; padding-top: 0px!important;}
    .left-column {min-height: 300px !important; max-height: 300px !important;height: 300px !important;}
}

/* custom css */
.shop-footer:not(.d-flex) a {
    display: -webkit-box;
    -webkit-line-clamp: 2;  /* toon max 2 regels */
    line-clamp: 2;          /* standard property for compatibility */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.6em;      /* vaste hoogte voor twee regels tekst */
    line-height: 1.3;
}

.shop-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#shop_sidebar, #shop_items{
    transition: all .3s ease;
}

.loader-spin {
    width: 32px;
    height: 32px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top-color: #000; /* choose your color */
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    display: inline-block;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Custom HTTP Error Pages Styling */
.error-page-wrapper {
    padding: 60px 0 90px;
    background: radial-gradient(circle at top center, rgba(225, 30, 37, 0.05) 0%, rgba(28, 40, 53, 0.02) 60%, transparent 100%);
}

.error-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 45px rgba(28, 40, 53, 0.08);
    border: 1px solid rgba(225, 30, 37, 0.1);
    padding: 50px 35px;
    position: relative;
    overflow: hidden;
}

.error-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e11e25 0%, #1C2835 100%);
}

.error-code-badge {
    font-size: 7.5rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -3px;
    background: linear-gradient(135deg, #e11e25 0%, #1C2835 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    font-family: var(--alt-font);
}

.error-icon-box {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(225, 30, 37, 0.08);
    color: #e11e25;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    margin-bottom: 25px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.error-card:hover .error-icon-box {
    transform: scale(1.08) rotate(-4deg);
    background: rgba(225, 30, 37, 0.14);
}

.error-search-box {
    max-width: 540px;
    margin: 30px auto;
    position: relative;
}

.error-search-box .form-control {
    height: 54px;
    border-radius: 27px;
    padding-left: 25px;
    padding-right: 60px;
    border: 2px solid #e2e8f0;
    font-size: 15px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.error-search-box .form-control:focus {
    border-color: #e11e25;
    box-shadow: 0 4px 20px rgba(225, 30, 37, 0.15);
}

.error-search-box .btn-search {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #e11e25;
    color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.error-search-box .btn-search:hover {
    background: #1C2835;
    transform: scale(1.05);
}

.quick-cats-label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #64748b;
    margin-bottom: 12px;
}

.quick-cat-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    border-radius: 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    margin: 4px;
}

.quick-cat-pill:hover {
    background: #e11e25;
    color: #ffffff;
    border-color: #e11e25;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(225, 30, 37, 0.2);
}

.quick-cat-pill i {
    font-size: 14px;
}

@media (max-width: 767px) {
    .error-code-badge {
        font-size: 5.5rem;
    }
    .error-card {
        padding: 35px 20px;
    }
    .error-icon-box {
        width: 70px;
        height: 70px;
        font-size: 32px;
    }
}

/* Redesigned Footer Enhancements & Balance */
.bg-white-transparent {
    background-color: rgba(255, 255, 255, 0.05);
}
.footer-logo {
    transition: all 0.2s ease;
}
.footer-logo:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}
.footer-contact-card {
    transition: all 0.25s ease;
}
.footer-contact-card:hover {
    background-color: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    transform: translateY(-2px);
}
.footer-legal-links a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    transition: color 0.2s ease;
    text-decoration: none;
}
.footer-legal-links a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.footer-legal-links .separator {
    color: rgba(255, 255, 255, 0.3);
    margin: 0 4px;
    font-size: 10px;
}
.footer-list li a {
    color: rgba(255, 255, 255, 0.65);
    transition: all 0.2s ease;
}
.footer-list li a:hover {
    color: #ffffff;
    padding-left: 4px;
}
.footer-opening-hours li span {
    font-size: 14px;
}

/* Fix Sticky Left Social Bar Visibility & Contrast (Light pages & Dark footer) */
.sticky-wrap.shadow-in {
    opacity: 1 !important;
    left: 40px !important;
    z-index: 99 !important;
}
/* Default: Outside dark sections / footer (on light page background) */
.sticky-wrap a,
.sticky-wrap div,
.sticky-wrap span,
.sticky-wrap p,
.sticky-wrap i {
    color: #23262d !important;
    transition: color 0.25s ease;
}
.sticky-wrap a:hover,
.sticky-wrap a:hover i,
.sticky-wrap a:hover span {
    color: var(--base-color) !important;
    opacity: 1 !important;
}
/* Highlighted: Inside dark sections or footer (on dark background) */
.sticky-wrap.sticky-highlight a,
.sticky-wrap.sticky-highlight div,
.sticky-wrap.sticky-highlight span,
.sticky-wrap.sticky-highlight p,
.sticky-wrap.sticky-highlight i {
    color: #ffffff !important;
}
.sticky-wrap.sticky-highlight a:hover,
.sticky-wrap.sticky-highlight a:hover i,
.sticky-wrap.sticky-highlight a:hover span {
    color: var(--base-color) !important;
    opacity: 1 !important;
}