/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 17 2025 | 09:21:49 */
.wcflow-addon-item {
    background: #fff;
    border: 0px solid #e5e5e5;
    border-radius: 0px;
}

.wcflow-addon-item-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    border-bottom: 0px solid #e5e5e5;
    border-radius: 0px 0px 0 0;
    border: 1px solid #E2E0DC;
}

.wcflow-addon-item-title {
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    margin: 5px 0px 0px 0;
    line-height: 24px;
    font-family: 'Unica77' !important;
}

.wcflow-addon-details-btn {
    font-size: 14px;
    color: #262626;
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
    line-height: 20px;
    padding: 0;
    font-weight: 400;
}

button.wcflow-addon-details-btn:hover {
    background: none;
    color: #447964;
    transition: .4s;
}

.wcflow-addon-item:hover {
    box-shadow: none;
    transition: all .3s ease;
}

.wcflow-addon-item-price, .wcflow-addon-item-price span {
    font-size: 14px !important;
    font-weight: 500;
    color: #262626;
    margin-bottom: 0px;
    line-height: 20px;
}

.wcflow-main-title {
    font-size: 2.2rem;
    font-weight: 600;
    font-size: 32px;
    margin: 40px 0 5px 0;
    text-align: center;
    margin-top: 5rem;
}

.wcflow-addon-add-btn:hover {
    background: #262626;
    color: #fff;
    border: none;
}

.wcflow-addon-add-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 16px;
    border: 0px solid #000;
    border-radius: .2rem;
    background: #262626;
    cursor: pointer;
    transition: all .2s;
    color: #fff;
    font-family: 'Unica77' !important;
}

.wcflow-addon-item.selected {
    border-color: transparent;
    box-shadow: none;
    opacity: 1;
    transform: scale(1);
}

.wcflow-addon-item.selected .wcflow-addon-add-btn {
    background: #e2eee9;
    color: #534E46;
    border-color: #447964;
}

.wcflow-main-subtitle {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 0 auto 40px auto;
    max-width: 600px;
}

.wcflow-content-wrapper-step1 {
    margin-top: 6rem;
}

h2.wcflow-section-title2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 5px;
}

p.wcflow-section-subtitle3 {
    font-size: 16px;
    text-align: center;
}


.wcflow-slider-arrow:hover {
    background: #f5f5f5;
    color: #262626;
}

.wcflow-content-wrapper-step2 {
    padding-top: 6rem !important;
    max-width: 600px;
    padding: 0 24px;
    margin: 0 auto;
    padding-bottom: 3rem;
}

.wcflow-card-item.selected {
    border-color: transparent;
    box-shadow: none;
    background: rgb(252, 245, 234);
    border: 1px solid;
    border-radius: .2rem;
    padding: 0px;
}

.wcflow-card-item p {
    font-size: 18px;
    font-weight: 400 !important;
    color: #000;
    margin: 0 0 4px 0;
    padding: 10px;
    line-height: 24px;
    font-family: 'Unica77';
}

.wcflow-card-item .wcflow-card-price {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    padding: 10px;
}

h2.wcflow-section-title {
    font-size: 24px;
    color: black;
}

.wcflow-card-desc {
    margin: 10px auto 24px auto;
    color: #000;
}

.wcflow-slider-controls {
    margin-bottom: 6rem;
}

.wcflow-slider-controls {
    max-width: 1190px;
    margin: 8px auto 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.wcflow-slider-progress-bar {
    height: 100%;
    width: 0;
    background: #000;
    border-radius: 0px;
    transition: width 0.2s ease-out;
}

.wcflow-slider-progress {
    flex-grow: 1;
    height: 2px;
    background: #E2E0DC;
    border-radius: 0px;
}

.wcflow-card-item {
    padding: 0px;
}

section.wcflow-message-section h2 {
    font-size: 32px;
    font-family: 'TiemposHeadline' !important;
    margin-bottom: 2rem;
    margin-top: 7rem;
}

.wcflow-message-textarea {
    width: 420px;
    max-width: 90vw;
    height: 463px;
    padding: 14px;
    font-size: 1em;
    border: 1px solid #000;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
    resize: vertical;
    text-align: center;
    vertical-align: middle;
    background: white;
    font-size: 16px;
    color: #000;
}

.wcflow-message-textarea {
    width: 343px;
    max-width: 90vw;
    height: 463px;
    padding: 14px;
    font-size: 1em;
    border: 1px solid #000;
    margin: 0 auto;
    display: block;
    resize: vertical;
    text-align: center;
    vertical-align: middle;
    background: white;
    font-size: 16px;
    color: #000;
    position: relative;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    text-align: center;
    height: 463px;
    padding: 8.5%;
    border-radius: 4px;
    overflow: auto;
    overflow-wrap: break-word;
    word-break: break-word;
    outline: none;
}

.wcflow-message-count {
    font-weight: bold;
    font-size: 14px;
    color: #000;
    margin: 6px auto 0 auto;
    text-align: center;
    width: 420px;
    max-width: 90vw;
    font-family: 'Unica77';
}

.wcflow-message-section {
    margin-bottom: 3rem;
}

.wcflow-header-wrapper-step1, .wcflow-header-wrapper-step2 {
    max-width: 1200px;
}

.wcflow-bottom-bar-wrapper-step1, .wcflow-bottom-bar-wrapper-step2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.wcflow-header .wcflow-header-inner {
    padding-left: 0px;
    padding-right: 0px;
}

.wcflow-step-indicator.active {
    background: #fff;
    color: #000;
}

.wcflow-step-separator::before {
    background: #94999E;
}

.wcflow-step-separator {
    width: 50px;
}

.wcflow-bottom-bar-btn:hover {
    background: #262626;
    color: white;
}

.wcflow-step-separator.completed::before {
    background: #000;
}

.wcflow-order-total-line {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    font-family: 'Unica77';
    line-height: 24px;
}

.wcflow-order-details {
    font-size: 16px;
    color: #000;
    margin-top: 0px;
    font-family: 'Unica77';
}

.wcflow-bottom-bar-btn {
    font-family: 'Unica77';
}

.wcflow-step-indicator {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Unica77';
}

.wcflow-header-with-product {
    padding: 1.2rem 0;
}

.wcflow-product-name {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #000;
    font-family: 'Unica77' !important;
}

.wcflow-header-action-btn {
    background: none;
    border: 0px solid #333;
    color: #000;
    padding: 0px 1px;
    border-radius: 0px;
    font-size: 16px;
    height: 25px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    border-bottom: 3px solid;
    padding-bottom: 0px;
    border-color: #447964;
}

.wcflow-header-action-btn:hover {
    color: #447964;
    background: transparent;
}

.wcflow-step-separator {
    color: #DFE1E3;
    font-weight: 600;
}

@media (max-width: 768px) {
    .wcflow-header-with-product {
        padding: 8px 0 !important;
    }
	.wcflow-step-indicator {
    margin-left: -8px;
	}
	
	    .wcflow-product-name {
        font-size: 16px !important;
        font-weight: 600;
        line-height: 19px;
        margin: 0;
        color: #333;
        white-space: break-spaces;
        overflow: unset;
    }

	.wcflow-product-header {
        height: auto !important;
    }
	
	.wcflow-product-image {
        width: 40px;
        height: 40px;
    }
	
	.wcflow-bottom-bar .wcflow-bottom-bar-inner {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    padding: 5px 0;
    padding-top: 10px;
}
.wcflow-bottom-bar-btn {
    font-size: 18px;
    padding: 18px 15px;
    border-radius: 0px;
    color: white;
    background: black;
    border: 1px solid #000;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    margin-top: 12px;
}
	
	.wcflow-addon-add-btn {
    font-size: 15px;
    padding: 5px 8px;
}
	
	.wcflow-addon-details-btn {
    font-size: 13px;
    text-align: left;
}
	
	.wcflow-bottom-bar .wcflow-bottom-bar-inner {
    display: flow;
    align-items: normal;
    justify-content: normal;
  padding: 20px 0;
}
	
	.wcflow-details-modal-content {
    height: 100%;
    padding-top: 10vh;
}
	.wcflow-order-amount {
    margin-left: 0px;
    right: 1.5rem;
    position: absolute;
}
	
	
	
	    .wcflow-step3-left {
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
        order: 1 !important;
        width: 100% !important;
        padding: 10px !important;
        padding-top: 30px !important;
    }
	
	.wcflow-basket-image {
    width: 100%;
    max-height: 400px;
    height: 100%;
	}
	
	.wcflow-basket-card {
    padding-right: 0px;
}
	
	.wcflow-basket-content {
    padding: 16px;
}
	
	.wcflow-recipient-info {
    width: 200px;
}
	
	.wcflow-coupon-section {
    width: 80%;
    margin: 0px;
    margin-bottom: 3rem;
}
	       .wcflow-step3-right {
        order: 2 !important;
        width: 100% !important;
        padding: 16px !important;
        margin-bottom: 12rem;
    }
	
	.wcflow-basket-main-item {
    display: block;
}
	
	.wcflow-mobile-bottom-bar .wcflow-mobile-bottom-bar-inner {
    display: block;
}
	
	.wcflow-mobile-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-bottom-bar-btn {
    font-size: 18px;
    padding: 18px 15px;
    border-radius: 0px;
    color: white;
    background: black;
    border: 1px solid #000;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
}
	
	/*.wcflow-bottom-bar-btn:hover {
    background: #686868;
}*/
	
}

.wcflow-order-totals-summary {
    display: none;
}

.wcflow-details-modal-content {
    background: #fff;
    padding: 35px;
    border-radius: 0px;
    max-width: 600px;
    width: 100%;
    position: absolute;
    box-shadow: none;
    overflow-y: scroll;
    max-height: 100%;
}

.wcflow-details-modal-close {
    position: absolute;
    top: 0px;
    right: -15px;
    font-size: 28px;
    font-weight: bold;
    color: #000;
    background: none;
    border: none;
    cursor: pointer;
}

.wcflow-details-modal-close:hover {
    background: transparent;
    color: black;
}

.wcflow-main-title {
    line-height: 40px;
}

.wcflow-step-indicator.completed {
    background: transparent;
    color: #000;
}

.wcflow-mobile-order-summary .wcflow-order-total-line {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    font-family: 'Unica77';
}

.wcflow-mobile-order-summary .wcflow-order-details {
    font-size: 16px;
    color: #000;
    margin-top: 4px;
    font-family: 'Unica77';
}

.wcflow-mobile-bottom-bar .wcflow-bottom-bar-action {
    margin-left: 0px;
}

.wcflow-modal-body {
    padding-bottom: 10rem;
}


/* antras step */

.wcflow-form-group.floating-label label {
    position: absolute;
    top: 30%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #000;
    pointer-events: none;
    transition: all 0.2s ease;
    background: transparent;
    padding: 0 4px;
    z-index: 1;
    font-weight: 600;
    font-family: 'Unica77';
}

.wcflow-form-group.floating-label input, .wcflow-form-group.floating-label select {
    width: 100%;
    height: 68px;
    padding: 27px 16px 8px 13px;
    border: 1px solid #e2e0dc;
    border-radius: 0px;
    font-size: 16px;
    box-sizing: border-box;
    background: #fff;
    transition: border-color 0.2s;
}

.wcflow-form-group.floating-label input:focus + label, .wcflow-form-group.floating-label input:not(:placeholder-shown) + label, .wcflow-form-group.floating-label select:focus + label, .wcflow-form-group.floating-label.has-value label {
    position: absolute;
    top: 30%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #000;
    pointer-events: none;
    transition: all 0.2s ease;
    background: transparent;
    padding: 0px 4px;
    z-index: 1;
    font-weight: 600;
    font-family: 'Unica77';
}

.wcflow-form-group.floating-label input:hover {
    background: #F5F5F5;
    border-color: black;
}

.wcflow-form-group.floating-label input:focus {
    border-color: #90c0ad;
    background: white;
}

.wcflow-form-wrapper {
    max-width: 525px;
    margin: 40px auto;
}

.wcflow-selected-card-details .wcflow-selected-card-title {
    font-family: 'Unica77';
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #262626;
}

.wcflow-selected-card-details .wcflow-selected-card-price {
    font-family: 'Unica77';
    font-size: 14px;
    line-height: 20px;
}

.wcflow-selected-card-image img {
    box-shadow: 0 .8rem 2.4rem #653e001a, inset 1px 0 #fff, inset 50px 0 62px -54px #653e0026;
}

button.wcflow-header-exit-btn.wcflow-change-btn:hover {
    background: transparent;
}

.wcflow-exit-modal-content {
    border-radius: 0;
}

.wcflow-exit-modal-title {
    color: #262626;
}

.wcflow-exit-modal-text {
    font-size: 16px;
    color: #262626;
    line-height: 24px;
}

.wcflow-exit-add-to-cart {
    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-exit-keep-editing {
    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;
    opacity: 0.8;
}

button#wcflow-exit-leave {
    color: #262626;
    font-family: 'Unica77';
    background: #fff;
    border-color: #262626;
    min-height: 48px;
    padding: 5px 1.9rem 0px 1.9rem;
    border-radius: .2rem;
    font-size: 18px;
}

.wcflow-exit-keep-editing:hover {
    background: #fff;
    border-color: #262626;
    color: #262626;
    border: 1px solid;
}

.wcflow-exit-add-to-cart:hover {
    background: #262626;
    border-color: #262626;
}