
.product-sku .sku.red {
    color: #fa6b6b;
}
.product-qty.blue {
    background: #2084ff;
    padding: 10px;
}

.product-qty.blue label {
    color: #fff;
}

.product-qty.blue .reduced.items,  .product-qty.blue .increase.items {
    background-color: #fff;
}

.product-listing .pro_cat .owl-next {
    right: 0;
    top: -48px;
}

.product-listing .pro_cat .owl-prev {
    right: 60px;
    top: -48px;
}

@media (max-width: 419px) {
    .product-listing .pro_cat .owl-next, .product-listing .pro_cat .owl-prev {
        display: block;
    }
}

.product-sku span {
    font-size: 0.875rem;
    font-weight: 500;
}

@media screen and (min-width: 1024.02px) {
    .single-product-wrapper .column.single-product-detail .product-meta {
        margin-bottom: 0.25rem;
    }
}

.single-product-tabs-wrapper .woocommerce-Tabs-panel div span {
    font-size: 1.125rem;
}

form.cart .product-meta.product_meta {
    gap: 0;
}

.single-product-tabs-wrapper .woocommerce-Tabs-panel,
.single-product-tabs-wrapper .woocommerce-Tabs-panel div,
.single-product-tabs-wrapper .woocommerce-Tabs-panel p,
.single-product-tabs-wrapper .woocommerce-Tabs-panel label,
.single-product-tabs-wrapper .woocommerce-Tabs-panel td {
    font-size: 1.125rem !important;
}

.column.single-product-detail .product-detail-inner table {
    width: auto;
}

.site-request-quote-holder  .price-block span.price {
    font-size: 28px;
    color: #2084ff;
}

.site-request-quote-holder  .product-info-stock-sku i {
    color: #2084ff;
}

.single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    background-color: var(--color-product-background);
/*    max-height: 600px;*/
    text-align: center;
}

.single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

/*==========================================*/
.single-product-gallery .flex-control-nav,
.single-product-gallery .flex-direction-nav {
    padding: 0;
    list-style: none;
    margin: 0;
}

.single-product-gallery.vertical .woocommerce-product-gallery > ul.flex-direction-nav li {
    width: auto;
    height: auto;
}

.single-product-gallery.vertical ul.flex-direction-nav svg {
    width: 20px;
}

.single-product-gallery.vertical .woocommerce-product-gallery > ul.flex-direction-nav li a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 42px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-product-gallery.vertical .woocommerce-product-gallery:hover > ul.flex-direction-nav .flex-prev {
    opacity: 0.7;
}
.single-product-gallery.vertical .woocommerce-product-gallery:hover > ul.flex-direction-nav .flex-prev:hover {
    opacity: 1;
}
.single-product-gallery.vertical .woocommerce-product-gallery:hover > ul.flex-direction-nav .flex-next {
    opacity: 0.7;
}
.single-product-gallery.vertical .woocommerce-product-gallery:hover > ul.flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.single-product-gallery.vertical .woocommerce-product-gallery > ul.flex-direction-nav li a.flex-next {
    right: 3px;
}

.single-product-gallery.vertical .woocommerce-product-gallery > ul.flex-direction-nav li a button:not(.slick-arrow):not(.no-style):not(.btn-link) {
    border-radius: 21px;
}

.single-product-gallery.vertical .flex-viewport {
    /*   height: 480px !important;*/
}

@media (max-width: 860px) {
    .single-product-gallery.vertical .flex-viewport {
        height: auto !important;
    }
    .single-product-gallery.vertical .woocommerce-product-gallery > ul.flex-direction-nav li a {
        opacity: 1;
    }
}

.single-product-gallery.vertical {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
}

.single-product-gallery.vertical li {
    margin-bottom: 5px;
}



.single-product-gallery.vertical ul.flex-direction-nav {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.single-product-gallery.vertical ul.flex-direction-nav li {
    width: 100%;
    padding: 0.25rem;
}

.single-product-gallery.vertical ul.flex-direction-nav button {
    width: 100%;
    padding: 0;
    height: 42px;
}

.single-product-gallery.vertical ul.flex-direction-nav .disabled {
    opacity: 0.5;
}

.single-product-gallery.vertical ul.flex-direction-nav .disabled a {
    pointer-events: none;
}

.single-product-gallery.vertical ul.flex-direction-nav a.flex-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.no-product-item .klb-icon-alert-circle {
    background-color: #000000;
    border-radius: 3rem;
    border-color: #ffffff;
}
.no-product-item .klb-icon-alert-circle:before {
    font-size: 4rem;
    margin: 0;
    filter: invert(1);
}

.no-product-item .no-item-icon {
    background-color: #edd17c;
    border-radius: 13rem;
    padding: 0;
    margin: 0;
    height: 3rem;
    width: 3rem;
}

