/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 17 2025 | 09:21:30 */
.wcflow-card-image-wrapper {
    border: 0px;
	border-radius: 0px;
}

.wcflow-card-image-wrapper img {
    border-radius: 0px;
}

.wcflow-card-item {
    flex: 0 0 280px;
}

.wcflow-slider-arrow {
    width: 48px;
    height: 48px;
    border: 1px solid #000;
    border-radius: .2rem;
    cursor: pointer;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    padding-top: 1px;
}

.wcflow-card-desc {
    max-width: 1200px;
    margin: 0 auto 24px auto;
    padding: 0 31px;
    font-size: 16px;
    color: #000;
}

.wcflow-cards-header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 31px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

.wcflow-section-title {
    font-weight: 600;
    margin: 0;
    font-size: 24px;
}

.wcflow-see-all-cards {
    font-size: 18px;
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}

.wcflow-section-header .wcflow-section-subtitle {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
}

.wcflow-section-header .wcflow-section-title {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 16px;
}

.wcflow-section-header {
    text-align: center;
    margin: 60px auto 30px auto;
    max-width: 700px;
    margin-top: 10rem;
    margin-bottom: 5rem;
}



button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

.wcflow-bottom-bar-btn {
    border: 0px solid #000;
    color: #fff;
    font-family: 'Unica77';
    background: #262626;
    border-color: #262626;
    min-height: 48px;
    padding: 5px 1.9rem 0px 1.9rem;
    border-radius: .2rem;
    font-size: 18px;
}

.wcflow-order-amount {
    margin-left: 0px;
}

.wcflow-order-details {
    font-size: 16px;
    color: #000;
    margin-top: 0px;
}

.wcflow-order-total-line {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.wcflow-bottom-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    background: #fff;
    border-top: 1px solid rgb(226, 224, 220);
    z-index: 50;
    box-shadow: none;
}

.wcflow-card-image-wrapper {
    width: 280px;
    height: auto;
}