i {
    font-family: Wow24;
}
:root {
    --wow_green: #51cd80;
    --checkout_shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    --faint_icon: #959595;
}
body {
    color: black;
    width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
li,
span {
    color: #000000;
}
.flash-sale-card > a {
    display: flex !important;
    width: 100% !important;
}
.mini_cart_wrapper {
    display: flex !important;
    flex-direction: column !important;
}
.categoryPageProductRow {
    row-gap: 20px;
}
.termsColContainer h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.refundColContainer p {
    margin-bottom: 1em;
}
.refundColContainer ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 2em;
}
.paymentColContainer h2 {
    margin-bottom: 30px;
}
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    align-items: center;
}
.paymentColContainer p {
    margin-bottom: 20px;
}
.t-center {
    text-align: center !important;
}
.wsus_menu_cat_item li a {
    display: flex !important;
    align-items: center !important;
}
.privacy-table td {
    border: 1px solid gray !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.flex-col {
    flex-direction: column !important;
}
.categoryBackButton {
    border: 1px solid black;
    border-radius: 0;
    background: white;
    width: 50px;
    height: 50px;
}
.reverse-order {
    flex-direction: row-reverse !important;
}
.btw-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.justify-content-evenly {
    justify-content: space-evenly;
}
select.formControl {
    background-color: white;
    height: 100%;
    /* Fix iOS Safari rounded borders */
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: none !important;
    font-family: 'WOW24';
    content: "\e917";
}
.accordion-button.collapsed::after {
    background-image: none !important;
    font-family: 'WOW24';
    content: "\e918" !important;
}
.input-group-prepend select {
    display: flex;
    text-align: center;
    padding: 0;
    align-items: center;
}
.input-group-prepend select {
    width: 100%;
}

.checkoutAuthCard {
    box-shadow: var(--checkout_shadow);
    padding: 20px;
}
.checkoutAuthCard i{
    color: var(--faint_icon);
    font-size: 24px;
}
.col-20 {
    display: flex;
    flex-direction: column;
    width: 20%;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}
.divider-100 {
    margin-left: -15px;
    width: calc(100% + 30px);
    height: 1px;
    background-color: #e7e7e7;
}
.underline-link {
    text-decoration: underline;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
    z-index: 2;
    color: black !important;
}
.underline-link:hover {
    text-decoration: none;
}
.divider {
    height: 1px;
    background-color: #e7e7e7;
}
.fluid-divider {
    height: 1px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background-color: #e7e7e7;
}


.cartRemoveProd {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-size: 10px;
    margin-left: 20px;
}
.checkoutCartContainer .cartRemoveProd {
    width: 30px !important;
    height: 30px;
}

.authRegisterP {
    color: var(--wow_green);
}
body {
    font-family: "Jost", sans-serif !important;
    background: #ffffff !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
 }
.menu_fix {
    box-shadow: -2px 1px 16px 1px #8080803d !important;
}
.bg-white {
    background-color: white !important;
}
.page-item > .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px !important;
    height: 30px !important;
    border-radius: 0 !important;
    border: 1px solid black !important;
    font-size: 12px !important;
    color: black !important;
    margin-right: 7px !important;
}
.selectCategoryBg {
    background-repeat: no-repeat;
}

.page-item.active .page-link {
    background-color: black;
    color: white !important;
}
.pagination.page-link[aria-label="pagination.previous"],
.pagination.page-link[aria-label="pagination.next"]{
    background-color: gray !important;
}
.wsus__minus {
    opacity: 1 !important;
    right: initial !important;
    left: 10px !important;
    height: 45px !important;
    width: 45px !important;
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    background: #e10016 !important;
}
.product-container a{
    background-color: white !important;
}

.product-item {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}
.checkoutCartContainer .product-item {
    align-items: start;
}
.product-item-left {
    display: flex;
    align-items: center;
}

.product-item-left img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    object-fit: cover;
}

.product-item-details {
    display: flex;
    flex-direction: column;
}

.product-item-details h4 {
    margin: 0 0 5px 0;
}

.product-item-details p {
    margin: 0 0 5px 0;
    color: #999;
}

.product-item-right {
    text-align: right;
}
input.wowPassInput::before {
    background-image: url("../../images/icon_key.png");
}
input.wowEmailInput::before {
    background-image: url("../../images/icon_email.png");
}
input.wowPassInput, input.wowEmailInput {
   position: relative;
}
.siteLogo {
    height: 70px;
    width: 150px;
    background-repeat: no-repeat;
    background-image: url("../../frontend/images/logo_Wow24.png");
    background-position: center;
    background-size: contain;
    cursor: pointer;
    text-decoration: none;
}
.authFooter {
    padding-top: 20px;
    border-top: 1px solid #e7e7e7;
}
.socialButton {
    position: relative;
    width: 100%;
    background: white;
    border: 1px solid #444;
    padding: 15px;
}
.socialButton:hover {
    background-color: black !important;
    transition: 0.3s;
    color: white;
}
.socialButton.google:before {
    background-image: url("../../images/google-icon.png");
}
.socialButton.facebook:before {
    background-image: url("../../images/facebook-icon.png");
}
.socialButton.instagram:before {
    background-image: url("../../images/instagram-icon.png");
}
.socialButton::before {
    position: absolute;
    left: calc(50% - 130px);
    top: 10px;
    content: "";
    background-size: contain;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
.authButton {
    font-size: 13px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.authHolder {
    overflow: hidden;
    position: relative;
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
}
.blog_button_icon:hover {
    transition: 0.3s;
    background-color: black;
    color: white;
}
.review-rating {
    color: #2c2c2c;
    margin: 5px 0;
}
.blog_button_icon:hover p {
    color: white;
}
.large-rating {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.review-comment {
    margin: 5px 0;
    color: #222;
}
.wsus__pro_link img {
    object-fit: contain !important;
}
.review-list .pagination button {
    width: 40px;
    height: 40px;
}
.review-date {
    text-align: end;
    color: #999;
    margin: 5px 0;
}
.checkoutSummaryValue {
    color: #252525;
}
.checkoutSummaryValue.discount {
    color: var(--wow_green);
}
.shippingPriceFrom, .parcelMachinePrice {
    color: black;
    text-align: end;
}
.cartTotalRow {
    border-top: 1px solid #ebebeb;
}
.cartRemoveProd i {
    color: #959595;
}
.cartRemoveProd {
    background-color: #ebebeb;
}
#toggleShippingMethods {
    position: relative;
}
.flash-sale-card_Banner {
    padding-top: 2px;
    padding-bottom: 2px;
}
#toggleShippingMethods::after {
    font-family: Wow24;
    position: absolute;
    width: 25px;
    height: 25px;
    content: "\e90e";
    top: 0;
    right: -25px;
}
#toggleShippingMethods.hiddenActive::after {
    content: "\e90d";
}
.wsus__icon_area li a span:not(.nonIcon) {
    background: black !important;
}
#category-desc-read-more.down:after {
    font-family: "Wow24";
    content: "\e90e";
    margin-left: 5px;
}
#category-desc-read-more.up:after {
    font-family: "Wow24";
    content: "\e90d";
    margin-left: 5px;
}
#category-description-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.5em;
}
.shippingHeaderLabel .icon {
    color: var(--faint_icon);
}
#category-desc-read-more {
    color: gray;
    cursor: pointer;
    display: block;
    margin-top: 10px;
}
.wsus__product_sidebar .accordion-button {
    position: relative;
}
.wsus__product_sidebar .accordion-button::after {
    font-size: 16px;
    color: black !important;
    font-family: "Wow24";
    position: absolute !important;
    top: 10px !important;
    right: 10% !important;
    width: 25px !important;
    height: 25px !important;
    content: "\e917" !important;
}
.wsus__product_sidebar .accordion-button.collapsed::after {
    top: 15px !important;
    content: "\e918" !important;
}
#product-price-with-offer {
    color: black;
}
.authPoint {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    font-size: 9px !important;
    color: white !important;
    background-color: var(--wow_green);
    border: none;
    border-radius: 50%;
}
.authHolder::after, .authHolder::before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 900 882' style='enable-background:new 0 0 900 882;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0.1;%7D%0A%3C/style%3E%3Cg class='st0'%3E%3Cpath d='M472,851.6c-10.1,0-20.3-0.3-30.7-1c-70.4-4.4-127-22.7-148.3-29.6c-48.6-15.7-149.7-48.3-218.9-142.4 c-63.1-85.9-88-210-66.6-332.1C27.8,231.1,86.7,133.3,169.1,78.3C284.7,1,425.8,24.6,472.2,32.4c20.9,3.5,69.8,11.7,126.3,35.4 c70.8,29.7,126.9,72.8,166.9,128c64.2,88.8,89.2,214.7,66.9,337C811.6,646,752.6,742,670.5,796.2C614.7,833,548,851.6,472,851.6z M370.3,25.4c-60,0-134.1,11.1-199.8,55C88.6,135,30.1,232.2,10,346.9c-21.3,121.4,3.4,244.9,66.2,330.2 c68.7,93.5,169.3,125.9,217.6,141.5c21.2,6.8,77.6,25,147.7,29.4c88.3,5.5,164.9-12.6,227.6-54l0.7,1l-0.7-1 c81.6-53.8,140.2-149.2,160.8-261.8c22.2-121.6-2.6-246.9-66.5-335.1c-39.7-54.8-95.5-97.6-165.8-127.2 c-56.2-23.6-105-31.8-125.8-35.3C452.1,31.6,415.1,25.4,370.3,25.4L370.3,25.4z'/%3E%3Cpath d='M422.1,858c-8.2,0-16.5-0.3-25-1c-97.5-7.9-195.4-63.2-268.6-151.7C55.4,616.9,16.9,507.8,22.9,405.9 c3.3-56.4,20.2-111.8,50.2-164.6c22.4-39.5,46.6-68,65-88.5C172,115.5,295.8-6,466.3,0.7c56.3,2.2,112.1,17.9,166.1,46.5 c50.7,26.9,98,64.9,136.9,110c79.2,91.8,118.3,203.9,107.1,307.6l-1.2-0.1l1.2,0.1c-8.3,76.7-43.9,149.1-105.9,215.3 c-49.2,52.5-100.2,85-119.4,97.3l-0.7,0.5C605.5,806.6,524.9,858,422.1,858L422.1,858z M452.7,3C290.2,3,172.8,118.3,140,154.5 C69.2,232.6,30.7,317.3,25.4,406c-6,101.3,32.3,209.8,105,297.7c72.8,88,170.1,142.9,266.9,150.8c113.9,9.3,203.5-47.9,251.6-78.7 l0.7-0.5c19.1-12.2,70-44.7,119-96.9c61.6-65.8,97.1-137.7,105.3-213.9c11.1-103-27.7-214.4-106.5-305.7 C728.7,114,681.6,76.1,631.2,49.4c-53.6-28.4-109.1-44-165-46.2C461.7,3,457.2,3,452.7,3L452.7,3z'/%3E%3Cpath d='M447.6,881.5c-6.1,0-12.1-0.1-18.2-0.4c-141.4-6.4-239-85.9-274.3-119.8C138.9,745.8-2.4,604.1,22.3,409.6 c12.8-101.5,68.9-196.2,157.9-266.7C263.9,76.5,370,37.6,471.3,36.2v1.2v-1.2c37.4-0.5,229.6,4.9,348.6,164 C831,215,927.4,350.3,892.4,525.1C872.1,625.8,812,718.4,723,785.6c-42.6,32.2-89.5,56.9-139.4,73.4 C538.4,874,492.8,881.5,447.6,881.5L447.6,881.5z M475.4,38.6c-1.5,0-2.9,0-4,0C370.6,40.1,265,78.8,181.7,144.8 C93.2,214.9,37.5,309,24.7,409.9c-24.5,193.3,116,334.2,132.1,349.7c35.2,33.6,132.2,112.7,272.8,119 c50.8,2.3,102.3-5.1,153.2-21.9c49.6-16.4,96.3-41,138.7-73.1c88.5-66.9,148.3-158.9,168.4-259.1c14.7-73.2,8.1-148.2-19.6-222.9 c-21.1-56.8-47.3-93.3-52.3-100C703.5,48.6,520.7,38.6,475.4,38.6L475.4,38.6z'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    width: 60%;
    height: 60%;
}
.authHolder::before{
    top: 0;
    left: -20%;
}
.authHolder::after{
    bottom: -15%;
    right: -15%;
    background-position: right;
}
.product-item-right p {
    margin: 0 0 5px 0;
}

.product-item-right .quantity-controls {
    display: flex;
    align-items: center;
}
.userProfileSidebar i {
    font-style: normal !important;
}
.search
.cartCouponForm {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap;
    justify-content: start !important;
}
.qntInput .quantity-input {
    height: 40px !important;
    width: 100px !important;
    background-color: white;
}
.checkoutCartContainer .qntInput .quantity-input {
    width: auto !important;
}
.variantTitle {
    line-height: 1 !important;
}
.qntInput.row {
    flex-wrap: nowrap;
    align-items: center;
}
.productsReviewsContainer {
    background: #f6f6f6;
}
.quantity-controls {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    border: 1px solid black;
    padding: 10px;
    font-size: 20px;
}
.quantity-controls input {
    width: 50px;
    text-align: center;
}
.quantity-controls *{
    border: none !important;
    background: white !important;
}

.product-item-right .quantity-controls button,
.product-item-right .quantity-controls input {
    margin: 0 5px;
}

.product-item-right .quantity-controls input {
    width: 30px;
    text-align: center;
}

.product-item-right .remove-button {
    margin-left: 10px;
    background: none;
    border: none;
    color: #999;
}
.cartDetailsHead {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 20px;

}
.row-w-auto > * {
    width: auto;
}
.flash-sale-card {
    position: relative;
    display: flex !important;
    flex-direction: row;
    border: 1px solid #ccc;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    box-shadow: 2px 4px 8px 3px #d5d5d5;
}
.flash-sale-card__image {
    flex: 1;
}

.flash-sale-card__image img {
    max-width: 100%;
}
.flash-sale-product-price {
    font-weight: 600;
    color: black;
}
.product-search-results.row{
    align-items: center;
}
.flash-sale-card__text {
    flex: 2;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
}
.flash-sale-card img {
    max-height: 120px;
    object-fit: contain;
}
.flash-sale-card__timer {
    display: flex;
    flex-direction: column;
}
.flash-sale-card_Banner {
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #e31650;
    position: absolute;
    right: 10%;
    top: -10px;
}
.errorPageContainer {
    width: 100% !important;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.errorPageHolder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.errorPageDescription {
    text-align: center;
}
.errorPageHolder button {
    padding-left: 30px;
    padding-right: 30px;
}
.errorHeading {
    font-size: 120px !important;
    font-weight: 600;
    line-height: 1;
}
.errorPageTitle {
    font-size: 32px;
    font-weight: 600;
}
.top-banner,
.top-banner .row{
    margin: 0;
    padding: 0 !important;
}
.top-banner {
    height: 40px;
    display: flex;
    align-items: center;
}
.top-banner .row {
    justify-content: center;
    width: 100%;
}
.top-banner strong {
    margin-right: 3px;
}
.top-banner .row * {
    width: auto !important;
    padding: 0 !important;
}
.flash-sale-card__timer .timer {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.icon-star.non-filled, .write_review_stars i.non-filled {
    color: #ccc !important;
}
.wowCheckboxLabel::before {
    font-family: 'Wow24';
}
[class*="col-"] {
    display: flex;
    flex-direction: column;
}
[class*="col-md-"] {
    display: flex;
    flex-direction: column;
}
button.add_cart {
    background-color: black;
    color: white;
    border-radius: 0 !important;
}
.removeFromWishlist {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #ebebeb;
    z-index: 2;
    border-radius: 50%;
    font-size: 10px;
    color: #959595;
    transition: 0.3s;
    cursor: pointer;
}
.removeFromWishlist:hover {
    background: #cfcfcf;
}
.userProfileContent {
    flex-wrap: nowrap;
    flex-direction: row
}
.wow_button {
    background-color: black;
    color: white !important;
    border-radius: 0 !important;
    border: none;
    text-align: center;
    transition: 0.3s;
}
.wow_button:hover,
button.add_cart:hover{
    background-color: #363636;
}
.wow_button.light {
    background-color: white !important;
    color: black !important;
    border: 1px solid black !important;
}
.wow_button.light:hover {
    color: white !important;
    background-color: #000000 !important;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.pagination button {
    background: none;
    border: 1px solid #ddd;
    margin: 0 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.pagination button.active {
    background-color: black;
    color: white;
    font-weight: bold;
}

.pagination button:disabled {
    cursor: not-allowed;
    color: #ddd;
}
.wsus__product_sidebars .accordion-button {
    background: none !important;
    color: black;
    border: none;
}
.wsus__product_sidebars .accordion-button::after {
    display: none;
}
.quantity-input:not(.minicartItemInput) input{
    border: none;
    width: 30px;
    text-align: center;
}
.quantity-input:not(.minicartItemInput) {
    justify-content: space-between;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: auto;
    border: 1px solid gray;
}
.slick-arrow {
    width: 40px;
    height: 40px;
}

.homeCategoryCol{
    display: flex !important;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
}
.couponFirstCol {
    background-color: #eee;
    }
.copyrightText {
    text-align: center;
    }
.socialIconLink {
    border-radius: 50%;
    border: 1px solid black;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
.footer-menu-heading {
    text-transform: uppercase;
    }
.homeCategoryCol span {
    color: white;
    }
.profile-info-container {
    display: grid !important;
}
.shopping-cart-form .wsus__button_area li:last-child a {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 0 !important;
    border: 1px solid black;
}
.slider-container {
    max-width: 100vw;
    position: relative;
    overflow: hidden;
    padding: 10px;
    margin: 0 auto;
}
.category-slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.category-slider::-webkit-scrollbar {
    display: none;
}
.category-item {
    display: inline-block;
    background-color: #f0f0f0;
    border-radius: 25px;
    padding: 10px 20px;
    margin: 0 10px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.category-item:hover {
    background-color: #ddd;
}
.category-item a {
    text-decoration: none;
    color: #000;
}
.wow_button, .checkoutBtnCont {
    background-color: black;
    color: white !important;
    border-radius: 0 !important;
    border: none;
    text-align: center;
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
[data-row-id="checkTermsAndCond"],
[data-row-id="checkSubscription"],
.finishCheckoutBtn {
    display: none !important;
}
.checkoutStepTitle,
.checkoutStepNumber{
    color: #959595;
}
.checkoutStepNumber {
    border: 2px solid #959595;
}
.checkoutStepTitle.active,
.checkoutStepNumber.active{
    color: black;
}
.checkoutStepNumber.active {
    border: 2px solid black;
}
#sort-products {
    background: white;
    padding: 10px !important;
    border-radius: 0;
    border: 1px solid gray;
    height: 100%;
    width: 100%;
}
.ruosiamas {
    background-color: #007bff;
}

.laukiama-apmokejimo {
    background-color: #6f42c1;
}

.issiustas {
    background-color: #fd7e14;
}

.ivykdytas {
    background-color: #28a745;
}

.atsauktas {
    background-color: #dc3545;
}
.order-table .status {
    font-size: 14px !important;
}
.status {
    padding: 0px 10px;
    border-radius: 20px;
    color: white;
}
.product-attributes-table tr td:first-child {
    font-weight: bold;
}

.product-attributes-table tr {
    display: block;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 15px;
}
.product-code {
    color: #959595;
}
.product_page_main_image_holder li img {
    width: 130px;
    height: 130px;
}
.variation-selector-container {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.variation-selector-container {
    position: relative;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 10px 20px;
}
.shippingDescBox {
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    width: 100%;
}
.variation-selector-label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.variation-selector {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    background-image: url('dropdown-arrow.svg');
    background-repeat: no-repeat;
    background-position: right 8px top 50%;
    background-size: 24px;
}
.profileInfoCompanyWrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease;
}

.profileInfoCompanyWrap.show {
    max-height: 800px;
}
.color-indicator {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #bbb;
    border-radius: 50%;
    margin-right: 8px;
}
#toggleShippingMethods {
    border: none;
    background: none;
    text-transform: uppercase;
    color: gray;
}
.shippingMethodIcon {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.custom-select-stock {
    font-size: 0.8em;
    color: #666;
}
.breadcrumbs_section a,
.breadcrumbs_section li{
    color: #959595 !important;
}
.shipping_method.hidden {
    max-height: 0px;
    visibility: hidden;
    opacity: 0;
}
.quantity-button{
    cursor: pointer;
}
.custom-select-title {
    line-height: 20px;
}

.custom-select-display {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.iconCartContainer {
    position: relative;
}
.selectedThumb {
    border: 2px solid black;
}
.wsus__pro_details_text h4 {
    color: black !important;
}
.custom-select-display .custom-select-col {
    display: flex;
    flex-direction: column;
}
.emptyLine {
    display: block;
    height: 1px;
    background: #ccc;
    width: 40%;
}
.ui-slider-range.ui-widget-header.ui-corner-all {
    background-color: black !important;
    height: 5px;
}
.ui-slider-handle.ui-state-default.ui-corner-all{
    background-color: black !important;
}
.slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background-color: gray !important;
}
.custom-select-display i {
    text-align: end;
}
.shopping-cart-form .shipping_price {
    text-align: end !important;
}
.custom-select-option {
    border-top: 1px solid #ebebeb;
    padding: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
}
.custom-select-option:hover {
    background-color: #ebebeb;
}
.custom-select-options {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 100%;
}
.custom-select-stock.inStock {
    color: green;
}

.custom-select-stock.lowStock {
    color: orange;
}


.variationPickerContainer input {
    display: none;
}
.variationPickerContainer {
    display: grid;
    flex-direction: row;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
}
.variationPickerContainer label {
    cursor: pointer;
    position: relative;
    padding: 20px;
    background-color: white;
    width: 100%;
    display: flex;
    text-align: center;
    flex-direction: column;
    transition: border 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.variationPickerContainer input[type="radio"] + label {
    border: none;
}
.variationPickerContainer input[type="radio"]:checked + label {
    border: 2px solid black;
}

.variationPickerContainer .variationInputPrice {
    font-weight: 500;
    width: calc(100% - 10%);
    position: absolute;
    top: 110%;
    left: 5%;
}
.productSearchContainer {
    position: relative;
}
.hiddenOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1000;
}

.product-search-results {
    padding: 20px;
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: row;
    top: 125%;
    left: 0;
    background-color: white !important;
    z-index: 1000;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.crumbsCol ul {
    flex-wrap: wrap;
}
.crumbsCol ul > li {
    margin-right: 3px;
}
.product-search-results {
    display: flex;
    flex-direction: row;
}
.wsus__search .form-control {
    border-radius: 0;
}
.wsus__search .form-control:focus {
    box-shadow: none !important;
}
.product-search-results .search-item {
    display: flex;
    flex-direction: row;
}
.product-search-headings {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}

.blogCategoryLink {
    width: auto;
    background: #ebebeb;
    color: black;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 30px;
}
.contactsPagePickupInfoContainer {
    background: #f6f6f6;
}
.blogCategoryLink.active,
.blogCategoryLink:hover{
    transition: 0.3s;
    background: black;
    color: white;
}
.blog-grid-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

.blog-two-thirds {
    background-color: #f3f3f3;
    padding: 20px;
    height: 400px;
}
.featured_blogCardDate,
.blogCardDate{
    font-size: 13px;
    color: #acacac;
}
.featured_blogCategoryHeading,
.blogCardCategoryHeading{
    background: black;
    color: white;
    padding-left: 15px;
    font-size: 13px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 30px;
    margin-bottom: 15px;
}
#toggleBrandsButton {
    border: none;
    box-shadow: none;
    padding: 0 !important;
    margin: 0;
    color: black !important;
}
.brandItem {
    display: flex;
    justify-content: space-between;
}
.brandItem span {
    font-size: 14px;
    color: #acacac;
}
#wsus__blog_details .blogCardCategoryHeading {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.blogCardImageContainer {
    width: 100%;
    height: 300px;
    position: relative;
}
.blog-grid-container,
.blog-grid-container-1by3{
    margin-left: -12px;
    margin-right: -12px;
}
.blogCardImageContainer span {
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.blog-two-thirds img {
    object-fit: cover;
}
.venobox.vbox-item {
    display: none;
}
.banner_slider, .prod-slider {
    transition: opacity 0.5s ease;
}
.wsus__banner_content .slick-dots {
    width: 100% !important;
}
.recProductsTitle {
    overflow: hidden;
}
.blog-one-third {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    overflow: hidden;
}
.featured_blogCardHeading,
.blogCardHeading{
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.wsus__product_details .wsus__pro_rating {
    display: flex;
    justify-content: center;
}
.blogCardImageContainer img {
    width: 100%;
    object-fit: cover;
}
.blogCardHeading {
    display: block;
    width: 100%;
    text-align: start;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.featured_blogCardReadBtn,
.blogCardReadBtn{
    font-size: 15px;
    color: #acacac;
    line-height: 1;
    text-transform: uppercase;
}
.blog-grid-container-1by3 {
    width: calc(100% + 24px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.blog-grid-item {
    background-color: #f1f1f1;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}

.blog-category-link {
    text-decoration: none;
    font-size: 18px;
    color: #333;
}

.blog-category-link:hover {
    color: #007bff;
}
#contactsPageForm > div:nth-child(3) {
    grid-column: span 2;
}
#contactsPageForm textarea {
    min-height: 200px;
}
.contactFormSuccess {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 100%;
}
.contactFormSuccess .buttonClose {
    width: 140px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid black;
}
.contactFormSuccess .buttonClose i {
    font-size: 11px;
    margin-right: 10px;
}
.contactFormSuccess .icon-check,
.thank_you_container .icon-check{
    color: #51cd80;
    font-size: 20px !important;
    border: 1px solid #51cd80;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactFormSuccess .successMessage {
    font-size: 24px;
    font-weight: 600;
}
.contactFormSuccess .successDesc {
    font-size: 15px;
}
.contactsInfoDesc {
    font-size: 15px;
    color: #959595;
}
.contactsMinSpan {
    color: #959595;
}
#contactsPageForm label:first-child {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#contactsPageForm .formGroup {
    margin-bottom: 15px;
}
.formGrid.column1 {
    grid-template-columns: repeat(1, 1fr) !important;
}
.productWishIcon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border-radius: 50%;
    cursor: pointer;
}
.productWishIcon i {
    font-size: 18px;
}
.categoryPageProduct {
    position: relative;
}
.contactsMinLink {
    text-decoration: underline;
    font-size: 14px;
    color: #959595;
}
.contactsInfoSocial {
    background-color: #ebebeb;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.categoryPageProduct:hover {
    border: 1px solid black;
}
.categoryPageProduct .wsus__pro_link {
    overflow: hidden;
}
.categoryPageProduct a:hover {
    text-decoration: underline;
    color: initial;
}
.categoryPageProduct:hover img {
    scale: 1.1;
    transition: 0.3s;
}
.write_review_modal {
    display: none;
}
.write_review_modal.active {
    display: flex;
}
.contactsInfoSocial i {
    font-size: 20px !important;
}
.contactsPagePickupInfoContainer {
    position: relative;
}
.contactsPagePickupInfoContainer .icon-hand-box{
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 60px;
}
.contactsInfoRow i{
    font-size: 24px;
}
.footerPaymentIcons {
    flex-wrap: nowrap;
}
.footerPaymentIcons img{
    width: auto !important;
    height: 50px;
    object-fit: contain;
}
.wsus__pro_details_text h4 span {
    color: black !important;
}
.formControlErrorMessage {
    color: #ff5b5b;
    font-size: 14px;
}
.thank_you_container {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.orderCompletedHeading {
    font-size: 24px;
    font-weight: 600;
}
.orderCompletedDesc {
    font-size: 15px;
    max-width: 600px;
    text-align: center;
}
.thank_you_container a {
    width: 260px;
    height: 50px;
}
.write_review_content .messageField {
    width: 100%;
}
.menu-item-button-prof {
    padding-top: 17px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 18px;
    background: none !important;
    font-size: 18px;
    color: black;
    border: none;
}
.footerPaymentIcons img {
    height: 1.5em;
}
.footerPaymentIcons {
    justify-content: start !important;
    display: flex;
}

.banner_slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.banner_slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.payment-group-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #555;
    text-align: left;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}

.payment-methods-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    justify-content: center;
}

.payment-method-card {
    flex: 1 1 calc(30% - 20px);
    max-width: 300px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.payment-method-radio {
    display: none;
}

.payment-method-label {
    cursor: pointer;
    display: block;
}

.payment-method-logo {
    max-width: 100px;
    margin: 0 auto 15px;
}

.payment-method-title {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.payment-method-card.selected {
    border-color: #525252 !important;
    background-color: #f5f5f5 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}


.faq-page-container .faq-section-header{
    font-size: 1.30rem;
    font-weight: 700;
}

.faq-page-container .faq-question {
    padding-left: 20px !important;
    font-size: 1rem;
    font-weight: 600; /* Slightly lighter font weight */
    text-transform: none; /* Proper capitalization */
}

.faq-page-container .faq-answer {
    padding-left: 20px !important;
}

/* Accordion Button Overrides */
.faq-page-container .accordion-button {
    text-transform: none; /* Remove Bootstrap's uppercase */
}

/* Answer Text */
.faq-page-container .faq-answer ul {
    list-style-type: disc;
    padding-left: 40px; /* Indent list for better readability */
}

.faq-page-container .faq-answer ul li {
    margin-bottom: 0.5rem;
}

.payment-method-card {
    transition: all 0.3s ease;
}

.payment-method-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.productSearchContainer {
    position: relative;
}

.clear-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    font-size: 1.2rem;
    cursor: pointer;
    color: #aaa;
    padding: 0;
    line-height: 1;
}
.product_search_item_row {
    height: 100px;
    overflow: hidden;
}
.clear-button {
    position: absolute;
    right: 5px;
    top: 0;
    background: none;
    border:none;
}
.clear-button:hover {
    background: none !important;
}
.product-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    max-height: 400px;
    overflow-y: auto;
}
.no-results {
    padding: 10px;
    text-align: center;
    color: #888;
}
.view-all-link,
.btn-view-all {
    display: inline-block;
    background: black !important;
    color: white !important;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 0;
    transition: 0.3s;
}
.view-all-link:hover,
.btn-view-all:hover {
    background: #333 !important;
    color: white !important;
}
.view-all-link span,
.btn-view-all span {
    color: white !important;
}
.productSearchContainer {
    position: relative;
}
.account_removal_overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 9999;
    background: rgba(0,0,0,0.4);
}
.account_removal_container {
    display: flex;
    background-color: white;
    padding-left: 10vw;
    padding-right: 10vw;
    flex-direction: column;
    width: 60vw;
    height: 40vw;
    justify-content: center;
    align-items: center;
}
.clickable-step {
    user-select: none !important;
    -webkit-tap-highlight-color: transparent !important;
}
.blankDiv {
    width: 100%;
    height: 120px;
}
.noUi-horizontal .noUi-handle {
    background: black !important;
    border-radius: 50%;
    border: none !important;
    width: 20px !important;
    height: 20px !important;
    top: -10px !important;
    box-shadow: none !important;
}
.noUi-handle:after, .noUi-handle:before {
    display: none !important;
}
.noUi-connect {
    height: 5px !important;
    background: black !important;
}
#price-slider, #mob-price-slider {
    height: 5px !important;
    background: black !important;
}
.noUi-connects {
    background: white !important;
    height: 5px !important;
}
.noUi-tooltip {
    border: none !important;
    bottom: -160% !important;
    background:transparent !important;
}

#homeCategorySlider .slick-slide {
    margin-right: 10px;
}
#homeCategorySlider {
    margin-right: -10px;
}
#homeCategorySlider .slick-next{
    right: 10px;
}
#homeCategorySlider .slick-arrow {
    top: 50% !important;
    background: black;
    color: white;
    border: none;
}
#homeCategorySlider span {
    position: absolute;
    bottom: 40px;
    left: 30px;
}
