:root {
    --color-primary: #FFC555;
    --color-secondary: #000000;
    --color-paragraph: #74787C;
    --color-body: #FFF5CF;
    --color-white: #FFFFFF;
    --title-font: "Kanit", serif;
    --body-font: "Inter", sans-serif;
}

.woo-shop-topbar {
    padding: 20px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--color-white);
    border-radius: 10px;
    border: 3px solid var(--color-secondary);
}

.woo-shop-topbar .woocommerce-result-count {
    margin: 0;
    padding: 0;
}

.woo-shop-topbar .woocommerce-ordering {
    margin: 0;
}

.woo-shop-topbar .woocommerce-ordering select {
    border: none;
    color: var(--color-paragraph);
}

.woo-grid-menu ul li {
    margin-right: 10px;
}

.woo-grid-menu ul li button {
    border-radius: 100% !important;
    border: 2px solid var(--color-secondary) !important;
}

.woo-grid-menu .nav-pills .nav-link.active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background: var(--color-secondary);
    color: var(--color-white);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background: var(--color-white);
    color: var(--color-secondary);
}

.shop-page-list-tab-wrapper {
    margin-bottom: 60px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 12px 30px;
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    color: var(--color-secondary);
    text-decoration: none;
    z-index: 0;
    background: var(--color-primary);
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    border: 3px solid var(--color-secondary) !important;
    border-radius: 15px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:after {
    content: '';
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    bottom: -20px;
    z-index: 0;
    border-radius: 0 0 34px 34px;
    border-bottom: 10px solid #000;
    transition: all 0.3s ease-out;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover::after {
    bottom: -10px;
}

.woocommerce section.related.products ul.products li.product .price ins,
.woocommerce section.related.products ul.products li.product .price del {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    -webkit-text-stroke: 0;
    letter-spacing: normal;
}

.woocommerce section.related.products ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: 0;
}

.glamer-product-cart-and-quantity .cart {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    gap: 20px;
}

.glamer-product-cart-and-quantity .cart .quantity input {
    margin: 0;
    width: 112px;
    max-height: 51px;
}

.glamer-product-cart-and-quantity {
    margin: 20px 0;
}

.products-content-list-wrap .glamer-product-cart-and-quantity form button:hover {
    background: var(--color-primary) !important;
}

.products-content-list-wrap .product_meta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 6px;
}

.products-content-list-wrap .product-title a {
    color: var(--color-secondary);
}

.products-content-list-wrap .product-title a:hover,
.products-content-list-wrap .product_meta a:hover {
    color: var(--color-primary);
}

.products-content-list-wrap .product-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
}

.woocommerce .star-rating span::before {
    color: var(--color-primary);
}

.products-content-list-wrap .woocommerce-product-rating {
    display: flex;
    align-items: center;
}

.products-content-list-wrap .woocommerce-product-rating .star-rating {
    margin: 0;
    margin-right: 5px;
}

.products-content-list-wrap .woocommerce-product-rating {
    display: flex;
    align-items: center;
}

.products-content-list-wrap .woocommerce-product-rating .star-rating {
    margin: 0;
    margin-right: 5px;
}


.products-content-list-wrap .product-price span {
    color: var(--color-primary);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--color-secondary);
    font-family: var(--title-font);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
}

.product-price span ins {
    text-decoration: none;
}

.product-price del {
    display: none;
}

/*=======================
   Shop Products Card
  =======================*/
.shop-products-card {
    padding: 17px 17px 24px 17px;
    border-radius: 30px;
    border: 3px solid var(--color-secondary);
    background: var(--color-white);
    -webkit-box-shadow: 4px 4px 0px 0px var(--color-secondary);
    box-shadow: 4px 4px 0px 0px var(--color-secondary);
}

.glamer-woocommerce-page .shop-products-card {
    margin-bottom: 55px;
    box-shadow: 0px 4px 0px 0px var(--color-secondary);
}

.shop-grid-has-sidebar .shop-products-card {
    margin-bottom: 38px;
}

.shop-products-card .products-card-img {
    position: relative;
    overflow: hidden;
    border: 3px solid var(--color-secondary);
    border-radius: 20px;
}

.shop-products-card:hover .products-card-img img {
    transform: scale(1.1);
}

.shop-products-card .products-card-img img {
    overflow: hidden;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    object-fit: cover;
    transform: scale(1.01);
}

.shop-products-card .products-card-img .product-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 7px;
    border: 2px solid var(--color-secondary);
    background: var(--color-white);
    color: var(--color-secondary);
    font-family: var(--title-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    padding: 1px 8px;
}

.shop-products-card .products-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 26px;
    align-items: center;
}

.shop-products-card .products-content-wrap .product-title {
    font-family: var(--title-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 0;
}

.shop-products-card .products-content-wrap .product-title a {
    text-decoration: none;
    color: var(--color-secondary);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.shop-details-left-content img {
    border-radius: 20px;
    border: 3px solid #000;
    box-shadow: 0px 4px 0px 0px #000;
}

.shop-products-card .products-content-wrap .product-price {
    color: var(--color-secondary);
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 7px;
}

.woocommerce ul.products li.product .price {
    color: var(--color-secondary);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.woocommerce ul.products li.product a img {
    margin: 0;
}

.product-grid-view .product-title {
    margin-bottom: 0;
}

.woocommerce ul.products li.product.product-grid-view .price {
    margin-bottom: 0;
}

.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: transparent;
    border-right: 0;
    margin: 1px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: none;
    padding: 0;
    margin: 0 3px;
    float: left;
    display: inline;
    overflow: visible;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: flex;
    margin: auto;
    text-decoration: none;
    padding: 0;
    color: var(--color-secondary);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background-color: transparent;
    border-radius: 10px;
    border: 2px solid var(--color-secondary);
    box-shadow: 0px 3px 0px 0px var(--color-secondary);
    justify-content: center;
    align-items: center;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--color-primary);
    color: var(--color-secondary);
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    color: var(--color-secondary);
    font-family: var(--title-font);
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 6px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--color-primary);
    -webkit-text-stroke: 2px var(--color-secondary);
    font-family: var(--title-font);
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 2.4px;
    margin-bottom: 30px;
}

.woocommerce .woo-single-summery.shop-details-right-content .woocommerce-product-rating {
    margin-bottom: 10px;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
}

.woocommerce div.product p.price {
    margin-bottom: 15px;
}

.woocommerce div.product form.cart {
    margin-bottom: 25px;
    margin-top: 40px;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 10px 0 0;
}

.woocommerce div.product form.cart div.quantity input[type=number] {
    border-radius: 15px;
    border: 2px solid var(--color-secondary);
}

.woocommerce .quantity .qty {
    width: 100px;
    text-align: center;
    margin: 0;
    max-height: 56px;
    font-size: 18px;
    font-weight: 600;
}

.woo-single-summery.shop-details-right-content .product_meta span {
    display: block;
    font-weight: 700;
    line-height: 34px;
    color: var(--color-secondary);
}

.woo-single-summery.shop-details-right-content .product_meta span.sku_wrapper {
    display: inline-flex;
}

.woo-single-summery.shop-details-right-content .product_meta span .sku {
    margin-left: 5px;
}

.woo-single-summery.shop-details-right-content .product_meta span a,
.woo-single-summery.shop-details-right-content .product_meta span .sku {
    color: var(--color-paragraph);
    font-weight: 400;
}

.woo-single-summery.shop-details-right-content .product_meta span a:hover {
    color: var(--color-primary);
}

.swiper.woo-product-shop-swiper.woo-small-gallery-section .swiper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper.woo-product-shop-swiper.woo-small-gallery-section {
    margin: 30px 0;
}

.swiper.woo-product-shop-swiper.woo-small-gallery-section .swiper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper.woo-product-shop-swiper.woo-small-gallery-section img {
    border-radius: 10px;
    cursor: pointer;
    border: 3px solid var(--color-secondary);
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 50px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    z-index: 2;
    border-bottom-color: transparent;
    border: none;
    color: var(--color-primary);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: transparent;
    background-color: transparent;
    color: var(--color-secondary);
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    content: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid var(--color-secondary);
    padding-bottom: 5px;
    gap: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 30px;
}

section.related.products h2 {
    font-size: 40px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: normal;
    position: relative;
    text-transform: capitalize;
}

section.related.products h2::after {
    content: " ";
    height: 3px;
    background: var(--color-secondary);
    margin-left: 10px;
    position: absolute;
    width: 74%;
    right: 0;
    top: 33px;
}

.woocommerce-page .shop-details-left-content img {
    width: 100%;
}

.all-posts-wrapper.woo-single-post {
    padding: 0 5px;
}

@media (max-width: 1399px) {
    section.related.products h2::after {
        width: 70%;
    }
}

@media (max-width: 1199px) {
    section.related.products h2::after {
        width: 64%;
    }
}

@media (max-width: 991px) {
    section.related.products h2::after {
        width: 0;
    }

    .shop-details-right-content {
        padding-left: 0px;
    }
}

.shop-details-left-content .woo-product-pagination {
    display: none;
}

.woocommerce p.stars a {
    color: var(--color-primary);
}

.woocommerce-Reviews form input {
    margin-bottom: 6px;
}

.woocommerce-Reviews #reviews #comment {
    margin-bottom: 5px;
}

.woo-single-summery .woocommerce-product-details__short-description ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woo-single-summery .woocommerce-product-details__short-description ul li {
    position: relative;
    padding-left: 40px;
}

.woo-single-summery .woocommerce-product-details__short-description ul li::before {
    position: absolute;
    content: "\f00c" "";
    top: 0;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    border-radius: 100px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    background-color: var(--color-primary);
    line-height: 1px;
}

.woo-single-summery .woocommerce-product-details__short-description ul li p {
    margin-bottom: 8px;
}

.woo-single-summery .woocommerce-product-details__short-description ul li:last-child p {
    margin-bottom: 0;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    margin-right: 10px;
}

.woocommerce .widget_shopping_cart .buttons a:hover,
.woocommerce.widget_shopping_cart .buttons a:hover {
    background-color: var(--color-white);
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 6px 18px 5px;
    margin: 0 20px 0 0;
    width: 168px;
    height: 57px;
    border-radius: 10px;
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    padding-top: 6px;
}

.woocommerce.widget_shopping_cart .buttons a:hover,
.woocommerce .widget_shopping_cart .buttons a:hover {
    color: var(--color-secondary);
}

.woocommerce .widget_shopping_cart .buttons a::after,
.woocommerce.widget_shopping_cart .buttons a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -4px;
    right: -4px;
    bottom: -20px;
    z-index: 0;
    border-radius: 0 0 34px 34px;
    border-bottom: 10px solid #000;
    transition: all 0.3s ease-out;
}

.woocommerce .widget_shopping_cart .buttons a:hover::after,
.woocommerce.widget_shopping_cart .buttons a:hover::after {
    opacity: 1;
    transform: scale(1);
    bottom: -10px;
}

@media (max-width: 767px) {
    .woo-result-count-wrapper {
        display: none;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        margin-right: 4px;
        padding: 0 10px;
    }
}

.widget_product_search input[type="search"] {
    border-radius: 10px;
    margin-bottom: 10px;
}

.widget_product_search button[type="submit"] {
    width: 100%;
    border-radius: 10px;
    border-width: 2px;
}

.price_slider_amount button[type="submit"]:hover {

    color: var(--color-white);
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: rgba(255, 197, 85, 0.30);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: var(--color-primary);
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: rgba(255, 197, 85, 0.30);
}

.woocommerce ul.product_list_widget li a {
    font-size: 20px;
}

.woocommerce ul.product_list_widget li a:hover {
    color: var(--color-primary);
}

.woocommerce ul.product_list_widget li img {
    width: 80px;
    height: 80px;
    border: 3px solid var(--color-secondary);
    border-radius: 20px;
}

.product_list_widget span.woocommerce-Price-amount.amount,
.product_list_widget span.product-title {
    position: relative;
    top: 0px;
}

.shop-grid-has-sidebar .gl-shop-wrapper {
    margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    margin-bottom: 30px;
    float: unset;
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    line-height: 24px;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--color-white);
    background-color: var(--color-secondary);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-primary);
    color: var(--color-white);
    font-size: 18px;
    font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: unset;
    width: 100%;
    padding: 30px;
    background: #f7f7f7;
    border-radius: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        width: 50%;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        flex-wrap: wrap;
    }
}

.woocommerce-MyAccount-content p a:hover {
    color: var(--color-secondary);
}

.woocommerce-MyAccount-content p a {
    color: var(--color-primary);
}

.woocommerce-MyAccount-content .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    background-color: var(--bg-color);
    color: var(--color-secondary);
}

.woocommerce-info {
    border-top-color: var(--color-primary);
}

.woocommerce-info::before {
    color: var(--color-primary);
}

/** Mini Cart **/

.glamer-mini-cart-items {
    position: absolute !important;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    top: -webkit-calc(100% + 1px);
    top: expression(100% + 1px);
    top: -moz-calc(100% + 1px);
    top: -o-calc(100% + 1px);
    top: calc(100% + 5px);
    right: -150px;
    background: var(--color-white);
    width: 380px;
    padding: 30px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    transform: translateY(30px);
}

.glamer-header-cart-btn:hover .glamer-mini-cart-items {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    padding-bottom: 22px;
}

.glamer-mini-cart-items h2.widgettitle {
    display: none;
}

a.mini-cart-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.glamer-mini-cart-items p.woocommerce-mini-cart__total.total {
    padding-top: 20px;
    text-align: left;
}

.glamer-mini-cart-items p.woocommerce-mini-cart__buttons.buttons {
    margin-bottom: 0;
}

.glamer-mini-cart-items .woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
    float: right;
}

.glamer-mini-cart-items .widget_shopping_cart_content li:last-child {
    margin-bottom: 15px;
}

.glamer-mini-cart-items span.quantity {
    font-size: 90%;
    margin-top: 10px;
    display: block;
    color: var(--color-primary);
}

.glamer-mini-cart-items li.woocommerce-mini-cart-item.mini_cart_item a {
    font-size: 15px;
}

.glamer-mini-cart-items a.remove.remove_from_cart_button {
    margin: 6px 0;
    font-size: 23px;
}

a.mini-cart-button label {
    width: 18px;
    height: 18px;
    background: var(--color-primary);
    border-radius: 100%;
    text-align: center;
    font-size: 69%;
    color: var(--color-white);
    line-height: 18px;
    position: relative;
    top: -7px;
    left: -5px;
    font-weight: 600;
}

p.woocommerce-mini-cart__buttons.buttons a {
    background: var(--color-primary);
}

.glamer-mini-cart-items .widget.woocommerce.widget_shopping_cart {
    margin-bottom: 0;
}

.glamer-hmini {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.glamer-hmini span.count {
    font-size: 11px;
    background: var(--color-primary);
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 18px;
    color: var(--color-white);
    position: absolute;
    top: auto;
    left: auto;
    bottom: -3px;
    right: -6px;
    font-weight: bold;
}

.glamer-hmini a {
    position: relative;
}

.woocommerce a.button.alt br {
    display: none;
}

.glamer-mini-cart-items .woocommerce-mini-cart-item.mini_cart_item a {
    color: var(--color-primary);
    display: block;
    border: none;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
}

.glamer-mini-cart-items .woocommerce-mini-cart-item.mini_cart_item a:hover {
    color: var(--color-secondary);
    background: transparent;
}

.glamer-hmini p.woocommerce-mini-cart__empty-message {
    margin-bottom: 0;
    color: var(--color-secondary)
}

.glamer-hmini a span {
    color: var(--color-secondary);
    transition: .4s;
    transform: rotateY(180deg);
}

.bar-icon.glamer-header-cart-btn:hover .glamer-hmini a span {
    color: var(--color-white);
}

a.cart-contents .count {
    transform: rotateY(0deg);
}

.glamer-mini-cart-items ul.woocommerce-mini-cart.cart_list.product_list_widget {
    position: relative;
    display: block;
    padding: 0;
    width: auto;
}

.glamer-hmini:hover .glamer-mini-cart-items ul.woocommerce-mini-cart.cart_list.product_list_widget {
    opacity: 1;
    visibility: visible;
    box-shadow: none;
}

.glamer-mini-cart-items>.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 0;
}

.glamer-mini-cart-items li.woocommerce-mini-cart-item.mini_cart_item a.remove.remove_from_cart_button {
    left: auto;
    right: 6px;
    z-index: 999999;
    background: var(--color-primary);
    color: var(--color-white) !important;
    font-weight: normal;
}

.glamer-woocommerce-page del {
    display: none;
}

.glamer-woocommerce-page ins {
    text-decoration: none;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    color: var(--color-secondary);
}

section.related.products ul.products,
section.related.products .shop-products-card {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    section.related.products .shop-products-card {
        margin-bottom: 30px;
    }

    section.related.products li:last-child .shop-products-card {
        margin-bottom: 0;
    }
}

@media (max-width: 1366px) {
    .glamer-header-cart-btn:hover .glamer-mini-cart-items {
        left: -230px;
    }
}

@media (max-width: 1199px) {
    .left-sidebar.shop-grid-has-sidebar .sidebar-widget-area .widget {
        margin-bottom: 40px;
    }

    .glamer-woocommerce-page .page-layout.woo-layout.grid.shop-grid-no-sidebar .shop-products-card {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        margin: 0;
    }

    .glamer-woocommerce-page .shop-products-card {
        margin-bottom: 40px;
        box-shadow: 0px 4px 0px 0px var(--color-secondary);
    }
}

@media (max-width: 575px) {
    .glamer-mini-cart-items {
        width: 320px;
    }

    .glamer-header-cart-btn:hover .glamer-mini-cart-items {
        left: -137px;
    }

    .woocommerce .widget_shopping_cart .buttons a,
    .woocommerce.widget_shopping_cart .buttons a {
        padding: 12px 21px;
    }
}