:root {
    --wesbos: #ffc600;
}

.wfmafe-menu {
    display: none;
}
.wfmafe-wrapper .wfmafe-item{
    margin-bottom:15px;
}
.wfmafe-wrapper .wfmafe-has-thumb{
    display: flex;
    align-items: center;
    gap: 15px;
}
.wfmafe-wrapper .menu--is-visible {
    display: grid;
}
@media (min-width: 768px) {
    .wfmafe-menu {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 80px;
    }
}
.wfmafe-wrapper .wfmafe-has-thumb .item__content{
    width:70%;
}
.wfmafe-wrapper .item__header {
    display: flex;
    align-items: baseline;
}
.wfmafe-wrapper .item__title {
    font: 1.5rem cookie, cursive;
    color: var(--wesbos);
    letter-spacing: 2px;
    margin: 0;
}
.wfmafe-wrapper .item__description{
    color: #131313;
}
.wfmafe-wrapper .wfmafe-sale-price{
    color: var(--wesbos);
    margin:0px 5px;
    font: 15px cookie, cursive;
}
.wfmafe-wrapper .item__dots {
    flex: 1;
    border-bottom: 1px dashed #aaa;
    margin: 0 15px;
}
.wfmafe-wrapper .wfmafe-has-thumb .item__img{
    width:25%;
}
.wfmafe-wrapper .wfmafe-has-thumb .item__img img{
    width: 100%;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    transition: .3s;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.wfmafe-wrapper .wfmafe-has-thumb:hover .item__img img{
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% 50%, 100% 100%, 0% 100%);

}
.wfmafe-wrapper .item__price,.wfmafe-menu .wfmafe-currency-sym  {
    color: var(--wesbos);
    font: 25px cookie, cursive;
}
.wfmafe-wrapper .wfmafe-buttons-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
@media (min-width: 768px) {
    .wfmafe-wrapper .wfmafe-buttons-container {
        margin-bottom: 60px;
    }
}

.wfmafe-wrapper .wfmafe-button {
    margin: 5px 15px;
    padding: 10px 20px;
    border: 1px solid var(--wesbos);
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index:2;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.wfmafe-wrapper .button--is-active{
	background: var(--wesbos);
}
.wfmafe-wrapper .wfmafe-button img{
    width:50px;
    height: 50px;
    object-fit: cover;
    margin:0 auto;
}
.wfmafe-wrapper .wfmafe-button .wfmafe-menu-cat-title {
    margin-top:5px;
}

.wfmafe-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.wfmafe-wrapper .wfmafe-menu-title {
    display: inline-block;
    border-bottom: 4px solid var(--wesbos);
    margin-top: 0;
    font: 50px cookie, cursive;
	color:white;
}

/*
===========================
Mini Card Styles
===========================
 */
.wfmafe-main-nav a {
    text-decoration: none;
    color: #354165;
    transition: color 0.5s linear;
}
.wfmafe-main-nav a:active, .wfmafe-main-nav a:hover {
    color: #4dc0e3;
    text-decoration: none;
}

.wfmafe-main-nav {
    margin: 10px auto;
    min-height: 50px;
    flex-flow: row nowrap;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}
.wfmafe-main-nav a.wfmafe-cart-button {
    width: 44px;
    min-height: 50px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: flex-start;
    justify-content: space-around;
}
.wfmafe-main-nav a.wfmafe-cart-button span.bag-icon {
    width: 34px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    text-indent: -999px;
    overflow: hidden;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 40'%3E%3Cpath d='M33.1 10.2h-8V7.9C25 3.5 21.4 0 17 0c-4.4 0-8 3.5-8 7.9v2.3H1c-.5 0-.9.4-.9.9v24.4C0 38 2.1 40 4.6 40h24.7c2.6 0 4.6-2 4.6-4.5V11.1c.1-.5-.3-.9-.8-.9zM10.8 7.9c0-3.4 2.8-6.1 6.2-6.1 3.4 0 6.2 2.7 6.2 6.1v2.3H10.8V7.9zm21.3 27.6c0 1.5-1.2 2.7-2.8 2.7H4.6c-1.5 0-2.8-1.2-2.8-2.7V12H9v1.1c0 .5.4.9.9.9s.9-.4.9-.9V12h12.4v1.2c0 .5.4.9.9.9s.9-.4.9-.9V12h7.1v23.5z'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 40'%3E%3Cpath d='M33.1 10.2h-8V7.9C25 3.5 21.4 0 17 0c-4.4 0-8 3.5-8 7.9v2.3H1c-.5 0-.9.4-.9.9v24.4C0 38 2.1 40 4.6 40h24.7c2.6 0 4.6-2 4.6-4.5V11.1c.1-.5-.3-.9-.8-.9zM10.8 7.9c0-3.4 2.8-6.1 6.2-6.1 3.4 0 6.2 2.7 6.2 6.1v2.3H10.8V7.9zm21.3 27.6c0 1.5-1.2 2.7-2.8 2.7H4.6c-1.5 0-2.8-1.2-2.8-2.7V12H9v1.1c0 .5.4.9.9.9s.9-.4.9-.9V12h12.4v1.2c0 .5.4.9.9.9s.9-.4.9-.9V12h7.1v23.5z'/%3E%3C/svg%3E");
    background: rgba(255, 255, 255, 0.6);
    transition: all 0.5s linear 0s;
}
.wfmafe-main-nav a.wfmafe-cart-button span.bag-count {
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 600;
    height: 28px;
    width: 34px;
    position: absolute;
    top: 11px;
    z-index: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: all 0.5s linear 0s;
}
.wfmafe-main-nav a.wfmafe-cart-button span.bag-label {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 20px;
    width: 80px;
    text-align: center;
    transition: all 0.5s linear 0s;
}
.wfmafe-main-nav a.wfmafe-cart-button:active span.bag-icon, .wfmafe-main-nav a.wfmafe-cart-button:hover span.bag-icon {
    background: #fff;
}
.wfmafe-main-nav a.wfmafe-cart-button:active span.bag-count, .wfmafe-main-nav a.wfmafe-cart-button:hover span.bag-count {
    color: #fff;
}
.wfmafe-main-nav a.wfmafe-cart-button:active span.bag-label, .wfmafe-main-nav a.wfmafe-cart-button:hover span.bag-label {
    color: #fff;
}

body.show-sidebar-cart {
    overflow: hidden !important;
    height: 100% !important;
}
body.show-sidebar-cart .wfmafe-sidebar-cart {
    right: 0;
    visibility: visible;
}

.wfmafe-sidebar-cart {
    background: #354165;
    color: #75757a;
    padding: 15px 15px 0 15px;
    position: fixed;
    display: block;
    width: 320px;
    height: 100vh;
    z-index: 2;
    top: 0;
    right: -340px;
    box-shadow: -10px 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.5s ease-in-out;
}
.wfmafe-sidebar-cart a.close-button {
    height: 16px;
    width: 16px;
    margin: 0 0 15px 0;
    text-decoration: none;
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
}
.wfmafe-sidebar-cart a.close-button span.close-icon {
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 0.3);
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
    transition: all 0.5s linear;
}
.wfmafe-sidebar-cart a.close-button:active span.close-icon, .wfmafe-sidebar-cart a.close-button:hover span.close-icon {
    background: #fff;
}
.wfmafe-sidebar-cart h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1;
    margin: 5px 0 25px 0;
    display: flex;
    justify-content: center;
}
.wfmafe-sidebar-cart h2 span.count {
    color: #fff;
    background: #4dc0e3;
    padding: 8px;
    margin-left: 6px;
    position: relative;
    top: -1px;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wfmafe-sidebar-cart ul.wfmafe-products {
    margin: 0;
    padding: 0 0 15px 0;
    list-style: none;
    height: calc(100vh - 200px);
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    position: relative;
    z-index: 0;
}
.wfmafe-sidebar-cart ul.wfmafe-products:after {
    background: linear-gradient(180deg, transparent, #354165);
    height: 30px;
    width: 300px;
    z-index: 1;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product {
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    min-height: 30px;
    background: #dee2ee;
    border-radius: 3px;
    color: #98989b;
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: row nowrap;
    transition: all 0.5s linear;
}
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product:active, .wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product:hover {
    background: #fff;
}
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product:active span.product-details h3, .wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product:hover span.product-details h3 {
    color: #4dc0e3 !important;
}
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product:active img, .wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product:hover img {
    border-color: #d7d7de !important;
}
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.product-link {
    width: 100%;
    color: #354165;
    padding: 10px;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.product-link span.product-image {
    display: inline-block;
    width: 75px;
    height: 50px;
    padding-right: 10px;
}
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.product-link span.product-image img {
    width: 60px;
    height: 50px;
    border: 1px solid #d7d7de;
    transition: all 0.5s linear;
}
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.product-link span.product-details {
    display: inline-block;
    width: 100%;
    min-height: 30px;
    color: #75757a;
}
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.product-link span.product-details h3 {
    margin: 3px 25px 5px 0;
    font-size: 13px;
    font-weight: 500;
    color: #44444a;
    transition: all 0.5s linear;
}
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.product-link span.product-details span.qty-price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 5px;
    margin-top: 8px;
}
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.product-link span.product-details span.qty-price span.qty,
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.product-link span.product-details span.qty-price span.price {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.product-link span.product-details span.qty-price span.qty {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.product-link span.product-details span.qty-price span.qty button.minus-button,
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.product-link span.product-details span.qty-price span.qty button.plus-button {
    width: 25px;
    height: 24px;
    border-radius: 3px;
    border: 1px solid #cdcdd1;
    background: #f0f0f9;
    color: #75757a;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    transition: all 0.3s linear;
    padding:unset !important;
}
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.product-link span.product-details span.qty-price span.qty button.minus-button:active, .wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.product-link span.product-details span.qty-price span.qty button.minus-button:hover,
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.product-link span.product-details span.qty-price span.qty button.plus-button:active,
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.product-link span.product-details span.qty-price span.qty button.plus-button:hover {
    color: #fff;
    background: #4dc0e3;
    border-color: #4dc0e3;
    cursor: pointer;
    outline: none;
}
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.product-link span.product-details span.qty-price span.qty button.minus-button:focus,
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.product-link span.product-details span.qty-price span.qty button.plus-button:focus {
    outline: none;
}
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.product-link span.product-details span.qty-price span.qty input.qty-input {
    width: 24px;
    height: 24px;
    text-align: center;
    border: 1px solid #cdcdd1;
    border-radius: 3px;
    margin: 0 2px;
    transition: all 0.5s linear;
    padding:unset !important;
}
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.product-link span.product-details span.qty-price span.qty input.qty-input:active, .wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.product-link span.product-details span.qty-price span.qty input.qty-input:hover {
    border: 1px solid #4dc0e3;
}
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.product-link span.product-details span.qty-price span.qty input.qty-input:focus {
    outline: none;
    border: 1px solid #4dc0e3;
}
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.product-link span.product-details span.qty-price span.qty input.qty-input::-webkit-inner-spin-button, .wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.product-link span.product-details span.qty-price span.qty input.qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.product-link span.product-details span.qty-price span.price,.wfmafe-sidebar-cart ul.wfmafe-products span.wfmafe-currency-sym {
    color: #4dc0e3;
    font-weight: 500;
    font-size: 13px;
    display: inline-flex;
}
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.remove-button {
    height: 16px;
    width: 16px;
    margin: 10px 10px 0 0;
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 0;
    z-index: 2;
    display: flex;
}
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.remove-button span.remove-icon {
    width: 15px;
    height: 16px;
    background: rgba(117, 117, 122, 0.5);
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 36'%3E%3Cpath fill='currentColor' d='M30.9 2.3h-8.6L21.6 1c-.3-.6-.9-1-1.5-1h-8.2c-.6 0-1.2.4-1.5.9l-.7 1.4H1.1C.5 2.3 0 2.8 0 3.4v2.2c0 .6.5 1.1 1.1 1.1h29.7c.6 0 1.1-.5 1.1-1.1V3.4c.1-.6-.4-1.1-1-1.1zM3.8 32.8A3.4 3.4 0 0 0 7.2 36h17.6c1.8 0 3.3-1.4 3.4-3.2L29.7 9H2.3l1.5 23.8z'/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 36'%3E%3Cpath fill='currentColor' d='M30.9 2.3h-8.6L21.6 1c-.3-.6-.9-1-1.5-1h-8.2c-.6 0-1.2.4-1.5.9l-.7 1.4H1.1C.5 2.3 0 2.8 0 3.4v2.2c0 .6.5 1.1 1.1 1.1h29.7c.6 0 1.1-.5 1.1-1.1V3.4c.1-.6-.4-1.1-1-1.1zM3.8 32.8A3.4 3.4 0 0 0 7.2 36h17.6c1.8 0 3.3-1.4 3.4-3.2L29.7 9H2.3l1.5 23.8z'/%3E%3C/svg%3E");
    transition: all 0.5s linear;
}
.wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.remove-button:active span.remove-icon, .wfmafe-sidebar-cart ul.wfmafe-products li.wfmafe-product a.remove-button:hover span.remove-icon {
    background: #cc0000;
}
.wfmafe-sidebar-cart div.wfmafe-totals {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    height: 45px;
    background: #e1e1e7;
    border-bottom: 1px solid #d7d7de;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.wfmafe-sidebar-cart div.wfmafe-totals div.wfmafe-subtotal,
.wfmafe-sidebar-cart div.wfmafe-totals div.shipping,
.wfmafe-sidebar-cart div.wfmafe-totals div.tax {
    padding: 15px;
    text-align: center;
    color: #44444a;
    border-bottom: 1px solid #d7d7de;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.wfmafe-sidebar-cart div.wfmafe-totals div.wfmafe-subtotal span.wfmafe-amount,
.wfmafe-sidebar-cart div.wfmafe-totals div.shipping span.wfmafe-amount,
.wfmafe-sidebar-cart div.wfmafe-totals div.tax span.wfmafe-amount {
    color: #1f9ec5;
    margin-left: 10px;
    font-weight: 600;
}
.wfmafe-sidebar-cart div.wfmafe-action-buttons {
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    background: #fff;
    display: block;
    white-space: nowrap;
}
div.wfmafe-action-buttons a.wfmafe-view-cart-button,
div.wfmafe-action-buttons a.wfmafe-checkout-button {
    display: inline-block;
    padding: 10px;
    margin: 20px 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    transition: all 0.5s linear;
}
div.wfmafe-action-buttons a.wfmafe-view-cart-button {
    background: #fff;
    border-color: #4dc0e3;
    margin-right: 5px;
    color: #4dc0e3;
    width: 80px;
}
div.wfmafe-action-buttons a.wfmafe-view-cart-button:active, div.wfmafe-action-buttons a.wfmafe-view-cart-button:hover {
    background: rgba(77, 192, 227, 0.2);
    color: #4dc0e3;
}
div.wfmafe-action-buttons a.wfmafe-checkout-button {
    border-color: #4dc0e3;
    background: #4dc0e3;
    margin-left: 5px;
    color: #fff;
    width: 200px;
}
.wfmafe-sidebar-cart div.wfmafe-action-buttons a.wfmafe-checkout-button:after {
    content: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M311.03 131.515l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L387.887 239H12c-6.627 0-12 5.373-12 12v10c0 6.627 5.373 12 12 12h375.887l-83.928 83.444c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l116.485-116c4.686-4.686 4.686-12.284 0-16.971L328 131.515c-4.686-4.687-12.284-4.687-16.97 0z'/%3E%3C/svg%3E");
    width: 20px;
    height: 14px;
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
    position: relative;
    top: -5px;
    z-index: 1;
}
.wfmafe-sidebar-cart div.wfmafe-action-buttons a.wfmafe-checkout-button:active, .wfmafe-sidebar-cart div.wfmafe-action-buttons a.wfmafe-checkout-button:hover {
    background: #22b0db;
    border-color: #22b0db;
}

.wfmafe-sidebar-cart-curtain {
    background: rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.wfmafe-wrapper .item__quantity {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    justify-content: flex-end;
}

.wfmafe-wrapper .item__quantity button {
    background-color: var(--wesbos);
    color: #000000;
    border: none;
    cursor: pointer;
    font-size: 20px;
	display:flex;
    height: auto;
    text-align: center;
    padding : .5rem 1rem;
    transition: background-color 0.2s;
}
.wfmafe-wrapper .item__quantity button svg{
    width:15px;
    pointer-events: none;
}
.wfmafe-wrapper .item__quantity button:hover {
    background-color: var(--wesbos);
}
.wfmafe-wrapper .item__quantity .added{
    display:none;
}
.wfmafe-popup-container{
    position: relative;
}
.popbox.opened {
    display: flex;
    align-items: center;
}
.wfmafe-popup-container .wfmafe-popup-close{
    position: absolute;
    top: -30px;
    right: -40px;
    background: none;
    border: none;
    color: #ffffff;
}
@media (max-width: 576px) {
    .wfmafe-popup-container{
        width:100%;
    }
    .wfmafe-popup-container .wfmafe-popup-close{
        right: -20px;
    }
}
.wfmafe-item-details{
    margin: 10px 0px;
    padding: 5px;
}
.wfmafe-item .item__details{
    cursor: pointer;
}
.wfmafe-popup-container .swiper-button-next, .wfmafe-popup-container .swiper-button-prev{
    color: var(--wesbos);
}
.wfmafe-popup-container .swiper-pagination-bullet-active,.wfmafe-popup-container .swiper-scrollbar-drag{
    background: var(--wesbos);
}
.wfmafe-bounce {
    animation: bounce 2s  ease-in-out;
    -webkit-animation: bounce 2s ease-in-out;
    -moz-animation: bounce 2s ease-in-out;
    -o-animation: bounce 2s ease-in-out;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}
.wfmafe-empty-msg{
    text-align: center;
    color : white;
}
.wfmafe-delivery-type label{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0px;
}
.wfmafe-input--hide {
    position: absolute;
    left: -9999px;
    opacity: 0;
    transiton: opacity .3s ease;
}
.wfmafe-input--show {
    opacity: 1;
    position: static;
}
.wfmafe-delivery-type select{
    padding:5px 16px;
}
.wfmafe-purchase{
    display:flex;
    margin: 10px auto;
    align-items: center;
    gap: 5px;
	background:var(--wesbos);
	color:white;
}
.wfmafe-purchase svg{
    width:20px;
}
.wfmafe-purchase svg path{
    fill:white;
}
.wfmafe-error-field{
    border-color: #ca0000 !important;
}