/* 
Theme Name:		 oshlun Child theme
Theme URI:		 http://childtheme-generator.com/
Description:	 oshlun Child theme is a child theme of Hello Elementor, created by ChildTheme-Generator.com
Author URI:		 http://childtheme-generator.com/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 oshlun-child-theme
*/


/*
    Add your custom styles here
*/

.elementor-lightbox .dialog-lightbox-close-button svg, .elementor-lightbox .elementor-swiper-button svg {
    fill: hsl(0deg 0% 0% / 90%) !important;
}

.elementor-image-gallery div#gallery-1 figure.gallery-item {
    width: 50% !important;
}

/* Keep category carousel cards correctly sized before Swiper finishes first-load sizing. */
.elementor-widget-loop-carousel .swiper-wrapper > .swiper-slide.elementor-1144 {
    flex: 0 0 20%;
    width: 20% !important;
}

@media (max-width: 1366px) {
    .elementor-widget-loop-carousel .swiper-wrapper > .swiper-slide.elementor-1144 {
        flex-basis: 25%;
        width: 25% !important;
    }
}

@media (max-width: 767px) {
    .elementor-widget-loop-carousel .swiper-wrapper > .swiper-slide.elementor-1144 {
        flex-basis: 50%;
        width: 50% !important;
    }
}

/* Soften the homepage hero and quality panel corners. */
body.home .elementor-element-eafacfa .elementor-main-swiper,
body.home .elementor-element-eafacfa .elementor-main-swiper .swiper-slide > .elementor,
body.home .elementor-element-eafacfa .elementor-main-swiper .e-con,
body.home .elementor-element-e2ddfc9 {
    border-radius: 12px;
}

body.home .elementor-element-eafacfa .elementor-main-swiper,
body.home .elementor-element-e2ddfc9 {
    overflow: hidden;
}

/* Catalog page */
.oshlun-catalog-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 20px auto 28px;
}

.oshlun-catalog-button {
    align-items: center;
    border: 1px solid #005faa;
    border-radius: 8px;
    color: #005faa;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    line-height: 1.2;
    min-height: 44px;
    padding: 12px 18px;
    text-decoration: none;
    transition: background-color 150ms ease, color 150ms ease;
}

.oshlun-catalog-button:hover,
.oshlun-catalog-button:focus {
    background: #005faa;
    color: #fff;
}

.oshlun-catalog-button--primary {
    background: #005faa;
    color: #fff;
}

.oshlun-catalog-button--primary:hover,
.oshlun-catalog-button--primary:focus {
    background: #004f8f;
    border-color: #004f8f;
}

.oshlun-catalog-viewer,
.oshlun-catalog-viewer-wrap ._3d-flip-book {
    margin: 0 auto;
    max-width: min(1280px, 94vw);
    min-height: 780px;
    width: 100%;
}

@media (max-width: 767px) {
    .oshlun-catalog-actions {
        align-items: stretch;
        flex-direction: column;
        margin-top: 16px;
    }

    .oshlun-catalog-button {
        width: 100%;
    }

    .oshlun-catalog-viewer,
    .oshlun-catalog-viewer-wrap ._3d-flip-book {
        min-height: 620px;
    }
}

/* Where to Buy availability table */
.page-id-2758 .jet-table .jet-table__cell-icon .e-fas-check-circle {
    color: #006eb6;
    fill: #006eb6;
    height: 24px;
    width: 24px;
}

/* Professional Stack Dado Blade Set compatible storage case */
.postid-5813 .oshlun-dado-storage-listing {
    margin: 18px auto 28px;
    max-width: 1200px;
}

.postid-5813 .oshlun-dado-storage-listing h2 {
    font-size: 18px !important;
    margin: 0 0 10px;
}

.postid-5813 .oshlun-dado-storage-table {
    border-collapse: collapse;
    width: 100%;
}

.postid-5813 .oshlun-dado-storage-table th,
.postid-5813 .oshlun-dado-storage-table td {
    border: 1px solid #b8b8b8;
    padding: 8px 12px;
    text-align: center;
    vertical-align: middle;
}

.postid-5813 .oshlun-dado-storage-table th {
    background: #efefef;
    color: #000;
    font-weight: 700;
}

.postid-5813 .oshlun-dado-storage-table img {
    display: block;
    height: 38px !important;
    margin: 0 auto;
    max-height: 38px !important;
    max-width: 38px !important;
    object-fit: contain;
    width: 38px !important;
}

.postid-5813 .oshlun-dado-storage-table th:nth-child(1),
.postid-5813 .oshlun-dado-storage-table td:nth-child(1) {
    width: 130px;
}

.postid-5813 .oshlun-dado-storage-table th:nth-child(3),
.postid-5813 .oshlun-dado-storage-table td:nth-child(3) {
    width: 80px;
}

.postid-5813 .oshlun-dado-storage-table th:nth-child(4),
.postid-5813 .oshlun-dado-storage-table td:nth-child(4) {
    width: 80px;
}

.postid-5813 .oshlun-dado-storage-link {
    color: #005faa;
    font-weight: 700;
    text-decoration: none;
}

.postid-5813 .oshlun-dado-storage-link:hover,
.postid-5813 .oshlun-dado-storage-link:focus {
    color: #004f8f;
    text-decoration: underline;
}

.postid-5813 .oshlun-dado-storage-cart {
    align-items: center;
    color: #006eb6 !important;
    display: inline-flex;
    justify-content: center;
    line-height: 1;
}

.postid-5813 .oshlun-dado-storage-cart .elementor-icon {
    color: #006eb6 !important;
    cursor: pointer;
    display: inline-flex;
    font-size: 22px;
    line-height: 1;
}

.postid-5813 .oshlun-dado-storage-cart .elementor-icon svg {
    display: block;
    fill: #006eb6 !important;
    height: 18px !important;
    width: 18px !important;
}

.postid-5813 .oshlun-dado-storage-cart .elementor-icon svg path {
    fill: #006eb6 !important;
}

.postid-5813 .oshlun-dado-storage-cart .elementor-icon:hover,
.postid-5813 .oshlun-dado-storage-cart .elementor-icon:focus {
    color: #005999;
}

.postid-5813 .oshlun-dado-storage-lightbox-extra {
    display: none;
}

.postid-5813 .oshlun-dado-storage-buy-menu {
    display: inline-block;
    position: relative;
}

.postid-5813 .oshlun-dado-storage-buy-menu summary {
    align-items: center;
    color: #006eb6 !important;
    cursor: pointer;
    display: inline-flex;
    height: 18px;
    justify-content: center;
    list-style: none;
    width: 18px;
}

.postid-5813 .oshlun-dado-storage-buy-menu summary::-webkit-details-marker {
    display: none;
}

.postid-5813 .oshlun-dado-storage-buy-menu svg,
.postid-5813 .oshlun-dado-storage-buy-menu svg path {
    fill: #006eb6 !important;
}

.postid-5813 .oshlun-dado-storage-buy-panel {
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
    min-width: 190px;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 28px;
    z-index: 20;
}

.postid-5813 .oshlun-dado-storage-buy-panel a {
    align-items: center;
    border-bottom: 1px solid #eee;
    color: #005faa;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: space-between;
    padding: 9px 6px;
    text-decoration: none;
}

.postid-5813 .oshlun-dado-storage-buy-panel a:last-child {
    border-bottom: 0;
}

.postid-5813 .oshlun-dado-storage-buy-panel a:hover,
.postid-5813 .oshlun-dado-storage-buy-panel a:focus {
    color: #004f8f;
    text-decoration: underline;
}

.postid-5813 .oshlun-dado-storage-modal {
    align-items: center;
    background: rgba(0, 0, 0, 0.45);
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    padding: 24px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.postid-5813 .oshlun-dado-storage-modal:target {
    display: flex;
}

.postid-5813 .oshlun-dado-storage-modal__card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
    max-width: 460px;
    padding: 22px;
    position: relative;
    width: min(460px, 92vw);
}

.postid-5813 .oshlun-dado-storage-modal__close {
    align-items: center;
    color: #111;
    display: inline-flex;
    font-size: 24px;
    height: 32px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 12px;
    text-decoration: none;
    top: 10px;
    width: 32px;
}

.postid-5813 .oshlun-dado-storage-modal h3 {
    font-size: 22px;
    line-height: 1.25;
    margin: 0 34px 16px 0;
}

.postid-5813 .oshlun-dado-storage-modal__links {
    display: grid;
    gap: 12px;
}

.postid-5813 .oshlun-dado-storage-modal__links a {
    align-items: center;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    color: #005faa;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: space-between;
    min-height: 48px;
    padding: 12px 14px;
    text-decoration: none;
}

.postid-5813 .oshlun-dado-storage-modal__links a:hover,
.postid-5813 .oshlun-dado-storage-modal__links a:focus {
    border-color: #005faa;
    color: #004f8f;
}

@media (max-width: 767px) {
    .postid-5813 .oshlun-dado-storage-table,
    .postid-5813 .oshlun-dado-storage-table thead,
    .postid-5813 .oshlun-dado-storage-table tbody,
    .postid-5813 .oshlun-dado-storage-table th,
    .postid-5813 .oshlun-dado-storage-table td,
    .postid-5813 .oshlun-dado-storage-table tr {
        display: block;
        width: 100%;
    }

    .postid-5813 .oshlun-dado-storage-table thead {
        display: none;
    }

    .postid-5813 .oshlun-dado-storage-table td {
        border-bottom: 0;
    }

    .postid-5813 .oshlun-dado-storage-table td:last-child {
        border-bottom: 1px solid #b8b8b8;
    }

    .postid-5813 .oshlun-dado-storage-table td::before {
        color: #666;
        content: attr(data-label);
        display: block;
        font-weight: 700;
        margin-bottom: 6px;
    }
}
