/* Vokkin code */
.wall-cat-image {
    background: #222a36;
}
.custom-footer-title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
}
.custom-footer-list li {
    font-size: 16px;
    margin-bottom: 12px;
}
.box-account,.compare-h,.wishlist-h {
    display: none !important;
}
/* Hide category sort btns */
#list-view, #grid-view, #grid-view4, .btn-limits, .btn-sorts {
    display: none;
}
/**/
.p-model {
    display: none;
}
footer .footer-top {
    display: none;
}
footer .fdesc_fmap {
    padding: 50px 0px;
}

.product-thumb {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 10px;
    padding: 14px 14px 16px;
    transition: box-shadow .22s ease, transform .22s ease, border-color .22s ease;
}

.product-thumb:hover {
    border-color: #cfe6f4;
    box-shadow: 0 10px 26px rgba(17, 40, 60, .10);
    transform: translateY(-3px);
}

.product-thumb .image {
    position: relative;
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
    background: #fbfcfd;
}

.product-thumb .image img {
    width: 100%;
    height: 190px;
    object-fit: contain;
    padding: 8px;
    transition: transform .3s ease;
}

.product-thumb:hover .image img {
    transform: scale(1.04);
}

.product-thumb .caption {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 0;
}

.product-thumb .product-name {
    min-height: 42px;
    margin-bottom: 10px;
    line-height: 1.35;
}

.product-thumb .product-name a {
    color: #1D1D1D;
    font-weight: 600;
    transition: color .18s ease;
}

.product-thumb .product-name a:hover {
    color: #019AD5;
}

.product-thumb .price {
    font-size: 20px;
    font-weight: 700;
    color: #1D1D1D;
    letter-spacing: -.2px;
}

.product-thumb .cs-currency {
    font-size: 14px;
    font-weight: 600;
    color: #6b7783;
    margin-left: 2px;
}

.product-thumb .list-right-block {
    margin-top: auto;
}

.product-thumb .actions {
    display: flex;
    gap: 8px;
    align-items: stretch;
    margin-top: 12px;
}

.product-thumb .actions .cart {
    flex: 1 1 auto;
}

.btn-general {
    background: #019AD5;
    border: 1px solid #019AD5;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    padding: 11px 16px;
    width: 100%;
    transition: background .18s ease, box-shadow .18s ease, transform .12s ease;
}

.btn-general:hover,
.btn-general:focus {
    background: #0182b4;
    border-color: #0182b4;
    color: #fff;
    box-shadow: 0 6px 16px rgba(1, 154, 213, .28);
}

.btn-general:active {
    transform: translateY(1px);
}

.btn-fastorder {
    background: #fff;
    border: 1px solid #d5dde5;
    color: #1D1D1D;
    font-weight: 600;
    border-radius: 8px;
    padding: 11px 16px;
    transition: border-color .18s ease, color .18s ease, background .18s ease;
}

.btn-fastorder:hover,
.btn-fastorder:focus {
    background: #f4fbff;
    border-color: #019AD5;
    color: #019AD5;
}

.quantity_plus_minus {
    border: 1px solid #e0e6ec;
    border-radius: 8px;
    overflow: hidden;
}

.quantity_plus_minus .add-action {
    color: #6b7783;
    transition: color .15s ease, background .15s ease;
}

.quantity_plus_minus .add-action:hover {
    color: #019AD5;
    background: #f4fbff;
}

.product-thumb .stickers-ns {
    z-index: 2;
}

.product-layout {
    margin-bottom: 24px;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    line-height: 1.25;
    letter-spacing: -.3px;
}

.breadcrumb {
    background: transparent;
    padding-left: 0;
    font-size: 13px;
}

#content .category-description,
#content .product-description {
    line-height: 1.7;
}

@media (max-width: 767px) {
    .product-thumb {
        padding: 12px;
    }

    .product-thumb .image img {
        height: 160px;
    }

    .product-thumb .price {
        font-size: 18px;
    }

    .product-thumb .actions {
        flex-direction: column;
    }

    .btn-general,
    .btn-fastorder {
        width: 100%;
    }
}

.fdev-corner {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.fdev-logo {
    display: inline-flex;
    align-items: center;
    opacity: .32;
    transition: opacity .25s ease;
}

.fdev-logo:hover {
    opacity: .8;
}

.fdev-logo img {
    display: block;
    width: 22px;
    height: 22px;
}

@media (max-width: 767px) {
    .fdev-corner {
        margin: 8px auto 0 auto;
    }
}

.cat-faq {
    margin: 40px 0 10px;
    padding: 26px 28px 8px;
    background: #f7f9fb;
    border: 1px solid #e6ecf2;
    border-radius: 12px;
}

.cat-faq__title {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 700;
    color: #1D1D1D;
    letter-spacing: -.2px;
}

.cat-faq__item {
    border-bottom: 1px solid #e6ecf2;
    padding: 0;
}

.cat-faq__item:last-child {
    border-bottom: 0;
}

.cat-faq__q {
    list-style: none;
    cursor: pointer;
    padding: 14px 34px 14px 0;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #1D1D1D;
    transition: color .18s ease;
}

.cat-faq__q::-webkit-details-marker {
    display: none;
}

.cat-faq__q:hover {
    color: #019AD5;
}

.cat-faq__q::after {
    content: '';
    position: absolute;
    right: 6px;
    top: 50%;
    width: 9px;
    height: 9px;
    margin-top: -6px;
    border-right: 2px solid #8b98a5;
    border-bottom: 2px solid #8b98a5;
    transform: rotate(45deg);
    transition: transform .22s ease, border-color .22s ease;
}

.cat-faq__item[open] .cat-faq__q::after {
    transform: rotate(-135deg);
    margin-top: -2px;
    border-color: #019AD5;
}

.cat-faq__a {
    padding: 0 34px 16px 0;
    font-size: 15px;
    line-height: 1.65;
    color: #4a5561;
}

@media (max-width: 767px) {
    .cat-faq {
        margin: 28px 0 6px;
        padding: 18px 16px 4px;
    }

    .cat-faq__title {
        font-size: 19px;
    }

    .cat-faq__q {
        font-size: 15px;
    }
}

