@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//amberglow.lt/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.5") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: #ffbf00;
	--wd-alternative-color: #ffbf00;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(255,204,0);
	--btn-default-bgcolor-hover: rgb(25,25,25);
	--btn-default-color: rgb(16,16,16);
	--btn-accented-bgcolor: rgb(255,204,0);
	--btn-accented-bgcolor-hover: rgb(0,0,0);
	--btn-accented-color: rgb(0,0,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
:is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg, :is(.woodmart-archive-shop .wd-builder-off,.wd-wishlist-content,.related-and-upsells,.cart-collaterals,.wd-shop-product,.wd-fbt) .wd-products-with-bg :is(.wd-product,.wd-cat) {
	--wd-prod-bg:rgba(16, 16, 16, 1);
	--wd-bordered-bg:rgba(16, 16, 16, 1);
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(16,16,16);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #101010;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.page .wd-page-content {
	background-color: rgb(16,16,16);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1500px;
--wd-form-brd-radius: 5px;
--btn-default-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1500px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}



.sb-chat>.sb-body {
    bottom: -20px !important;
}
@media (min-width: 769px) {
    .sb-chat-btn {
        /* Shape and Color */
        background-color: #FFCC00 !important;
        border-radius: 50px !important;
        height: 48px !important;
        padding: 0 14px !important;

        /* Expansion and Sizing */
        width: auto !important;
        max-width: none !important;

        /* Content Alignment */
        display: flex !important;
        align-items: center !important;
        gap: 0px !important; /* MODIFIED: Reduced the gap */
    }

    /* The text to show on desktop */
    .sb-chat-btn::after {
        content: "Pagalba";
        font-size: 16px;
        font-weight: 400;
        color: #101010;
        white-space: nowrap;
        display: block !important;
    }

    /* The icon on desktop */
    .sb-chat-btn .sb-icon {
        display: block !important;
        flex-shrink: 0;
        width: 40px !important;
        height: 40px !important;
        position: static !important;
        margin: 0 !important;
        filter: brightness(0) invert(0.1);
    }
}

/* Part 2: MOBILE Styles (screens 768px or narrower) */
@media (max-width: 768px) {
    .sb-chat-btn {
        width: 40px !important;
        height: 40px !important;
        border-radius: 50% !important; /* Make it a circle */
        background-color: #FFCC00 !important;
        bottom: 55px !important;
        right: 12px !important;
        padding: 0 !important;
        
        /* Centering the icon */
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Hide the text on mobile */
    .sb-chat-btn::after {
        display: none !important;
    }

    /* Center the icon on mobile */
    .sb-chat-btn .sb-icon {
        margin: 0 !important;
        width: 40px !important;
        height: 40px !important;
        filter: brightness(0) invert(0.1);
    }
}

/* Part 3: Active State (when chat is open) - REVISED */
.sb-active .sb-chat-btn {
    width: 48px !important; /* MODIFIED: Set to 50px as requested */
    height: 48px !important; /* MODIFIED: Set to 50px as requested */
    border-radius: 50% !important; 
    padding: 0 !important;
    gap: 0 !important;
    /* This ensures the yellow background color is kept */
    background-color: #FFCC00 !important;
}

/* Show the close icon, make it black, and set its size */
.sb-active .sb-chat-btn .sb-close {
    display: block !important;
    margin: 0 auto !important;
    width: 48px !important; /* ADDED: Size for the icon */
    height: 48px !important; /* ADDED: Size for the icon */
    filter: brightness(0) invert(0.1); /* ADDED: Makes icon black */
}

/* Hide the main icon and text when active */
.sb-active .sb-chat-btn::after,
.sb-active .sb-chat-btn .sb-icon {
    display: none !important;
}
.scrollToTop {
    bottom: 80px !important;
}

.sb-chat .sb-dashboard>div>.sb-btn {
    background-color: #ffbf00 !important;
}

.sb-chat .sb-dashboard>div>.sb-btn:hover {
    background-color: rgba(0, 0, 0, 0.9) !important;
}
@media (max-width: 768px) {
    .sb-active .sb-chat-btn {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .scrollToTop {
        bottom: 110px !important;
    }
}

.ag-salygos-puslapis {
    font-family: inherit;
    color: #dcdcdc;
}

.ag-salygos-puslapis .konteineris {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 15px;
}

.ag-salygos-puslapis h2.sekcijos-antraste {
    font-size: 2em;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 50px;
}

.ag-salygos-puslapis h3.bloko-antraste {
    font-size: 1.3em;
    font-weight: 600;
    color: #ffffff;
    margin-top: 45px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #444;
    display: flex;
    align-items: center;
    gap: 12px;
}

.ag-salygos-puslapis h3.bloko-antraste:first-of-type {
    margin-top: 0;
}

.ag-salygos-puslapis .bloko-antraste .ikona {
    color: #ffc107;
    font-size: 1.1em;
}

.ag-salygos-puslapis p,
.ag-salygos-puslapis li {
    font-size: 1em;
    line-height: 1.8;
    color: #b0b0b0;
}

.ag-salygos-puslapis p {
    margin-bottom: 1.5em;
}

.ag-salygos-puslapis a {
    color: #ffc107;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 193, 7, 0.3);
    transition: all 0.2s ease-in-out;
}

.ag-salygos-puslapis a:hover {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

.ag-salygos-puslapis strong {
    color: #ffffff;
    font-weight: 600;
}

.ag-salygos-puslapis ul.punktu-sarasas {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}

.ag-salygos-puslapis ul.punktu-sarasas li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 10px;
}

.ag-salygos-puslapis ul.punktu-sarasas li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #ffc107;
    font-size: 1.2em;
    line-height: inherit;
}

.ag-pristatymas-modern {
    font-family: inherit;
    color: #dcdcdc;
}

.ag-pristatymas-modern .konteineris {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 15px;
}

.ag-pristatymas-modern h2.sekcijos-antraste {
    font-size: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.ag-pristatymas-modern .issiuntimo-blokas {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}

.ag-pristatymas-modern .issiuntimo-punktas {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.ag-pristatymas-modern .issiuntimo-punktas .ikona {
    font-size: 1.6em;
    color: #ffc107;
    margin-top: 5px;
    min-width: 30px;
}

.ag-pristatymas-modern .issiuntimo-punktas h3 {
    margin: 0 0 5px 0;
    font-size: 1.1em;
    color: #ffffff;
}

.ag-pristatymas-modern .issiuntimo-punktas p {
    margin: 0;
    font-size: 0.95em;
    color: #a0a0a0;
    line-height: 1.6;
}

.ag-pristatymas-modern .svarbi-info {
    padding: 25px;
    margin: 40px 0;
    border: 1px solid #444;
    border-left: 3px solid #ffc107;
    background-color: rgba(44, 44, 44, 0.3);
}

.ag-pristatymas-modern .svarbi-info p {
    margin: 0;
    padding-bottom: 15px;
    line-height: 1.7;
    color: #dcdcdc;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.ag-pristatymas-modern .svarbi-info p:last-child {
    padding-bottom: 0;
}

.ag-pristatymas-modern .svarbi-info .ikona-info {
    font-size: 1.2em;
    color: #ffc107;
    margin-top: 4px;
}

.ag-pristatymas-modern .pristatymo-budai-header {
    display: grid;
    grid-template-columns: 2.2fr 1fr 1.5fr 1fr;
    gap: 20px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #555;
}

.ag-pristatymas-modern .pristatymo-budai-header span {
    font-size: 0.8em;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
}

.ag-pristatymas-modern .pristatymo-budai-list {}

.ag-pristatymas-modern .pristatymo-budas {
    display: grid;
    grid-template-columns: 2.2fr 1fr 1.5fr 1fr;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #444;
    align-items: center;
}

.ag-pristatymas-modern .budo-pavadinimas {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ag-pristatymas-modern .budo-pavadinimas .ikona {
    font-size: 1.8em;
    color: #ffc107;
}

.ag-pristatymas-modern .budo-pavadinimas h3 {
    margin: 0;
    font-size: 1.1em;
    font-weight: 600;
    color: #ffffff;
}

.ag-pristatymas-modern .budo-info p {
    margin: 0;
    font-size: 0.95em;
    font-weight: 500;
}

.ag-pristatymas-modern .budo-info.kaina p {
    font-weight: 700;
    font-size: 1.1em;
}

.ag-pristatymas-modern .budo-info p.kaina-nemokamai {
    color: #28a745;
}

.ag-pristatymas-modern .kontaktai {
    text-align: center;
    padding-top: 40px;
    margin-top: 20px;
}

.ag-pristatymas-modern .kontaktai h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.1em;
    color: #ffffff;
    font-weight: 600;
}

.ag-pristatymas-modern .kontaktai a {
    color: #ffc107;
    text-decoration: none;
    margin: 0 15px;
    font-weight: 600;
    transition: color 0.3s;
}

.ag-pristatymas-modern .kontaktai a:hover {
    color: #ffffff;
}

@media (max-width: 820px) {
    .ag-pristatymas-modern .pristatymo-budai-header {
        display: none;
    }
    .ag-pristatymas-modern .pristatymo-budas {
        grid-template-columns: 1fr 1fr;
    }
    .ag-pristatymas-modern .budo-pavadinimas {
        grid-column: 1 / -1;
        margin-bottom: 10px;
    }
}

@media (max-width: 500px) {
    .ag-pristatymas-modern .pristatymo-budas {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

.select2-results__options {
    color: white;
}

.wp-gr.wpac a.wp-google-name {
    color: #ffffff !important;
}

.wp-gr .wp-google-time {
    color: #9d9d9d !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: transparent;
    color: var(--notices-success-color);
    border: 2px solid orange;
}

.wpcf7 form.failed .wpcf7-response-output {
    background-color: transparent;
    color: var(--notices-error-color);
    border: 2px solid red;
}

.wpcf7 form:not(.sent):not(.failed) .wpcf7-response-output {
    background-color: transparent;
    color: var(--notices-warning-color);
    border: 2px solid red;
}

.product-labels {
    gap: 5px;
    max-width: 55% !important;
}

@media (max-width: 768px) {
    .single-product .wd-buy-now-btn {
        width: 100% !important;
        margin-top: 10px;
    }
}

.wd-sticky-btn-shown .ppom-wrapper {
    display: none !important;
}

.ppom-wrapper .align-items-center {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.wd-empty-mini-cart:before {
    color: rgb(255 255 255 / 58%) !important;
}

.woocommerce-product-attributes-item--attribute_pa_sandelyje {
    order: 999;
}

.woocommerce ul#shipping_method li {
    max-width: none !important;
}

.woocommerce-price-suffix {
    font-size: 11px;
}

.ppom-wrapper .table th {
    text-align: left;
}

.wd-product-info.wd-style-with-bg {
    padding: 15px 20px;
}

.shop_attributes .wd-attr-name-img {
    filter: brightness(0) saturate(100%) invert(72%) sepia(82%) saturate(500%) hue-rotate(1deg);
}

.wd-product-info.wd-style-with-bg:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--wd-brd-radius);
    background: #ffbf00;
    opacity: .1;
    pointer-events: none;
}

.wd-est-del strong {
    color: #fff;
}

.wd-est-del:not(.wd-with-icon) .wd-info-icon:before {
    content: "\f11f";
    font-family: woodmart-font;
}

.wd-product-info .wd-info-icon {
    display: inline-block;
    color: #ffbf00;
    font-size: 110%;
    margin-inline-end: 6px;
}

@media (max-width: 768px) {
    .wd-product.wd-hover-quick .wd-add-btn {
        right: 0;
        left: auto;
    }
}

.product-label {
    word-break: keep-all;
}

.product-label.attribute-label:not(.label-with-img) {
    background-color: #ffbf00 !important;
    color: #000000 !important;
}

.wd-dropdown-menu.wd-design-default .wd-dropdown {
    top: -9px;
    left: 100%;
    padding: 0px;
    width: var(--wd-dropdown-width);
    margin: -35px 10px 10px 10px;
    border: 1px solid #34363c;
}

.wd-content-layout {
    padding-block: 20px;
}

.wd-dropdown-menu.wd-design-default .menu-item-has-children>a:after {
    margin-left: 5px;
}

.cat-design-mask-subcat .wd-cat-footer {
    display: none;
}

.swiper-slide-inner {
    margin-left: 100px !important;
}

.desktop-points {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    background-color: #111111;
    color: #f8f8f8;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-top: 1px solid #1e1e1e;
    border-bottom: 1px solid #1e1e1e;
    overflow: hidden;
    position: relative;
}

.desktop-points i {
    margin-right: 6px;
    color: #ffc400;
}

.desktop-points span {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    margin-right: 40px;
    position: relative;
}

@media (max-width: 768px) {
    .desktop-points {
        display: flex;
        animation: marquee 25s linear infinite;
        width: max-content;
        white-space: nowrap;
        position: relative;
    }
    .desktop-points::before {
        content: "";
        position: absolute;
        width: 100vw;
        height: 100%;
        left: 0;
        top: 0;
        background: linear-gradient(to right, #111 0%, transparent 10%, transparent 90%, #111 100%);
        z-index: 2;
        pointer-events: none;
    }
    body,
    .some-parent-container {
        overflow: hidden;
    }
}

.desktop-item+.desktop-item {
    position: relative;
    padding-left: 20px;
}

.desktop-item+.desktop-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    bottom: 15%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: inset -1px 0px 6px rgba(255, 255, 255, 0.1), 1px 0px 3px rgba(0, 0, 0, 0.5);
}

.desktop-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 327.5px;
    margin: 0;
}

.custom-icon {
    font-size: 13px;
    margin-right: 10px;
    color: white;
}

.desktop-item span {
    font-size: 13px;
    color: white;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .desktop-points {
        display: flex;
    }
}

.marquee {
    overflow: hidden;
    white-space: nowrap;
    background-color: rgba(16, 16, 16, 0.8);
    height: 50px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5), 0 -2px 5px rgba(0, 0, 0, 0.5);
    margin: 10px 0;
    position: relative;
    z-index: 1;
}

.marquee-content {
    display: inline-block;
    padding-left: 0;
    animation: marquee 40s linear infinite;
}

.marquee-item {
    display: inline-flex;
    align-items: center;
    margin-right: 50px;
}

.marquee-content span {
    font-size: 13px;
    color: white;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .marquee {
        display: flex;
    }
}

@media (min-width: 768px) {
    .marquee {
        display: none;
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.wd-coupon-form .wd-apply-coupon-button:hover {
    color: var(--btn-accented-color-hover);
    box-shadow: var(--btn-accented-box-shadow-hover);
    background-color: var(--btn-accented-bgcolor-hover);
}

.wd-coupon-form .wd-apply-coupon-button {
    display: block;
    width: 100%;
    box-sizing: border-box;
    flex: 0 0 auto;
    border-radius: var(--btn-accented-brd-radius);
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    background-color: var(--btn-accented-bgcolor);
    text-transform: var(--btn-accented-transform, var(--btn-transform));
    font-weight: var(--btn-accented-font-weight, var(--btn-font-weight));
    font-family: var(--btn-accented-font-family, var(--btn-font-family));
    font-style: var(--btn-accented-font-style, var(--btn-font-style));
}

@media (max-width: 767px) {
    .wd-coupon-form .wd-apply-coupon-button {
        width: 100%;
    }
}

.wd-notice a,
div.wpcf7-response-output a,
.mc4wp-alert a,
:is(.woocommerce-error, .woocommerce-message, .woocommerce-info) a {
    text-decoration: none !important;
}

.website-wrapper :is(.woocommerce-form-coupon-toggle, .woocommerce-form-login-toggle)>div {
    margin-bottom: 0px !important;
    padding: 0 !important;
}

:is(.checkout_coupon, .login.hidden-form) {
    margin-bottom: 0px !important;
    padding: 0px !important;
    max-width: 470px;
    border: 0px solid var(--brdcolor-gray-200) !important;
}

.mobile-nav .menu-item-wishlist,
.mobile-nav .menu-item-compare,
.mobile-nav .menu-item-account {
    border-top: 0px solid #eaeaea;
}

.mobile-nav .wd-nav-opener {
    border-left: 0px solid var(--brdcolor-gray-300) !important;
}

.wd-drilldown-back .wd-nav-opener {
    border-inline-end: 0px solid var(--brdcolor-gray-300) !important;
}

#mlb2-19329972.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#mlb2-19329972.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
    color: #fff !important;
}

#mlb2-19329972.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
    width: auto !important;
}

#mlb2-19329972.ml-form-embedContainer .ml-form-embedWrapper {
    background-color: #ffffff00 !important;
}

#mlb2-19329972.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#mlb2-19329972.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
    padding: 0px !important;
}

.menu-link-akcija a {
    color: #ffbf00;
}

.wd-dropdown-menu.wd-design-default {
    width: 18.75rem;
    padding: 0;
    --wd-dropdown-width: 220px;
    background-color: #1e1f24;
    border: 1px solid #34363c;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.wd-dropdown {
    margin-top: 8px !important;
}

.wd-dropdown li {
    display: block;
    width: 100%;
}

.wd-dropdown li a {
    display: block;
    width: 100%;
    padding-top: 1.1875rem;
    padding-bottom: 1.1875rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    background-color: rgba(16, 16, 16, 1);
}

.wd-dropdown li a:hover {
    background-color: #1e1f24;
    color: #fff;
}

.wd-entities-title {
    text-shadow: 1px 1px 1px rgb(0 0 0);
}

.product-label.onsale {
    background-color: #FF3D00 !important;
    direction: ltr;
}

.wd-info-icon-delivery {
    display: inline-block;
    color: var(--wd-primary-color);
    font-size: 110%;
    margin-inline-end: 6px;
}

.wd-est-del:not(.wd-with-icon) .wd-info-icon-delivery:before {
    content: "\f11f";
    font-family: "woodmart-font";
}

.delivery-icon {
    color: #FFA500;
    font-size: 18px;
    margin-right: 6px;
}