.woocommerce {
    padding-top: 25px;
}
.woocommerce::before, 
.woocommerce::after {
    content: "";
    display: table;
    clear: both;
}
.woocommerce-breadcrumb {
    list-style: none;
    display: flex;
}
.woocommerce-breadcrumb .sep {
    margin: 0 5px;
}
.woocommerce-breadcrumb li a {
    transition: 0.3s;
}
.woocommerce-breadcrumb li:hover a {
    color: var(--theme-primary-color);
}
.woocommerce-breadcrumb li:last-child a {
    pointer-events: none;
    color: var(--theme-primary-color);
}

.woocommerce-MyAccount-navigation {
    line-height: 1;
    width: 25%;
    float: left;
}
.woocommerce-MyAccount-content {
    width: 70%;
    float: right;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    padding: 0px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    padding: 15px 20px;
    background-color: #f6f6f6;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    margin-bottom: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 1px solid #d1d1d1;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
    background-color: var(--theme-secondary-color);
    border: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active:hover a {
    color: #fff;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    transition: 0.5s;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--theme-secondary-color);
}
.woocommerce .woocommerce-MyAccount-content p {
    font-size: 19px;
    line-height: 1.7;
}
.woocommerce .woocommerce-MyAccount-content p a {
    transition: 0.5s;
    color: var(--theme-primary-color);
    text-decoration: none;
}
.woocommerce .woocommerce-MyAccount-content p a:hover {
    color: var(--theme-secondary-color);
}

.swiper-slide {
	max-width: unset !important;
}

/* Styles for the product grid container */
.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -10px;
    /* Add negative margin to counteract default spacing */
    list-style: none;
    padding: 0px;
}

/* Styles for individual products */
.product {
    width: calc(33.33% - 20px);
    /* Adjust the width as needed */
    margin: 10px;
    /* Spacing between products */
    background-color: #f7f7f7;
    /* Background color */
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Box shadow */
}

/* Product title styles */
.product h2 {
    font-size: 23px;
    margin: 0;
}

/* Product price styles */
.product p {
    font-size: 16px;
    margin: 10px 0;
}

/* Button styles */
.product .button,
.checkout-button,
#place_order {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0073e6;
    /* Button background color */
    color: #fff;
    /* Button text color */
    text-decoration: none;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.woocommerce-cart-form__contents .actions button {
	border: none;
	padding: 8px;
}

.product .button:hover,
.checkout-button:hover,
#place_order:hover {
    background-color: #005ba3;
    /* Hover state background color */
}

.archive-product-title {
    margin-top: 10px;
    margin-bottom: 5px;
}

.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.page-numbers li .page-numbers {
    position: relative;
    height: 40px;
    width: 35px;
    display: flex;
    color: #000;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    margin: 0px 5px 0px 0px;
}

.page-numbers li .current {
    background-color: #e9e9e9;
}

.woocommerce-pagination {
    display: flex;
    align-items: center;
}

.woo-pagination-text {
    padding: 0px;
    margin: 0px;
}

.woo-current-page-number {
    height: 35px;
    width: 55px;
    border-radius: 5px;
    border: 1px solid #dee2e6;
    text-align: center;
    margin: 0px 5px;
    font-size: 15px;
}

.woo-change-current-page {
    height: 35px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    margin-left: 5px;
}

.inactive-link {
    pointer-events: none;
    background-color: #e9e9e9 !important;
}

.product-cat_container {
    display: flex;
}

.procuct-cat_products {
    display: grid;
}

.product-cat_filters {
    min-width: 270px;
    flex-grow: 1;
    margin: 0px 10px 0px 0px;
    border: 0.5px solid #dddddd;
    padding: 20px 15px;
    height: max-content;
    position: sticky;
    top: 0px;
}
.product-cat_filters ul {
    list-style: none;
    padding-left: 20px;
}
.product-cat_filters a {
    text-decoration: none;
    color: #212529;
}
.product-cat_filters a:hover {
    color: var(--theme-primary-color);
}
.procuct-cat_products {
    flex-grow: 1;
}

.grid-cl-1 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-cl-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-cl-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-cl-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.list-product {
    padding: 10px;
    border: 0.5px solid #dddddd;
    cursor: pointer;
    width: 100%;
}
.list-product a {
    all: unset;
    font-size: 20px !important;
}
.custom-pagination {
    margin: 20pt 0px;
    align-items: center;
}
.page-link {
    cursor: pointer;
}
.page-link-checked {
    z-index: 2 !important;
    color: #0a58ca !important;
    background-color: #e9ecef !important;
    border-color: #dee2e6 !important;
}

.prod-list-filter-btn {
    visibility: hidden;
    background-color: var(--theme-secondary-color);
    color: #fff;
    display: flex;
    width: 35px;
    height: 35px;
    align-content: center;
    align-items: center;
    border: none;
    padding: 3pt;
    border-radius: 2pt;
}

#product-filter-btn-sticky {
    position: fixed;
    bottom: 30px;
    left: 10px;
    z-index: 99;
    opacity: 0;
    transition: opacity 0.5s, background-color 0.5s;
}

.pagination {
    margin: 0px;
}
.page-link {
    margin: 0px;
    color: var(--theme-primary-color) !important;
}
.margin-bottom-one-rem {
    margin-bottom: 1rem;
}
.page-fast-control {
    margin-top: 10pt;
}

.input-text-login,
.input-text-register,
.woocommerce form .form-row input.input-text {
    padding: 14px 16px;
    text-align: left;
    background-color: transparent;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    color: #000;
    font-weight: 400;
}

.my-account-wrapper {
    width: 50%;
    margin: 0 auto;
}

.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
    background-color: var(--theme-secondary-color) !important;
    color: #fff !important;
}

.cart-section {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.cart-product-thumbnail img {
    height: 100px !important;
    width: 100px !important;
    max-width: unset !important;
}
.product-name a {
    color: #000;
    text-decoration: none;
}
.cart_totals {
    width: 400px;
    padding: 20px 10px;
    background-color: #EAF9FF;
}
.woocommerce-checkout-review-order-table {
    padding-bottom: 0px !important;
}
.woocommerce-checkout #payment ul.payment_methods {
    padding-top: 0px !important;
}
.cart_totals h2 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.shop_table_responsive {
    margin-top: 10px !important;
    border: none !important;
}
#order_review {
    width: 480px;
    float: right;
}

.cart-price-line p {
    border-bottom: 2px solid #92CEE8;
    padding-bottom: 10px;
    width: 100%;
    font-size: 14px;
}
.right-text {
    text-align: right;
}
.cart-total {
    font-size: 23px;
    margin-bottom: 0px;
}
.checkout-totals {
    width: auto !important;
}

.woocommerce-checkout #payment {
    background: #EAF9FF;
}
.woocommerce #payment #place_order {
    background-color: var(--theme-primary-color) !important;
}
.cart-qty-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cart-qty-btns {
    display: flex;
    flex-direction: column;
}
.cart-qty-btns button {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid #e9e3e3;
    padding-inline: unset !important;
}
.cart-qty-wrapper input {
    height: 50px;
    border: 1px solid #e9e3e3;
}
.wc-proceed-to-checkout {
    display: flex;
    justify-content: center;
}
.checkout-button {
    background-color: var(--theme-primary-color) !important;
}

.custom-filter-control {
    margin-bottom: 20px;
}
#price-sort-select {
    height: 30px;
    line-height: 28px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #888;
    border-radius: 5px;
    padding: 0px 5px;
	width: 100%;
}
.filter-title {
    margin-bottom: 5px;
}
#custom-filter-submit {
    padding: 10px 40px;
    background-color: var(--theme-secondary-color);
    width: 90%;
    margin: 0 auto;
    text-align: center;
    border-radius: 2pt;
    cursor: pointer;
    transition: 0.3s;
}
#custom-filter-submit:hover {
    background-color: var(--theme-primary-color);
}
#custom-filter-submit p {
    color: #fff;
    margin: 0px;
    font-weight: 600;
}
.prod-list-title-filter {
	margin: 10px 0px;
}
#ship-to-different-address {
    font-size: 1rem;
}
#ship-to-different-address label input {
    margin-right: 8px;
}
.checkout .col-2 {
    margin-top: 50px;
}

.custom-category-row {
    display: flex;
    width: 100%;
    padding: 0px 5%;
}
.custom-category-item {
    width: 100%;
    padding: 20px 40px;
}
.custom-category-item:hover .custom-category-title {
    color: var(--theme-primary-color);
}
.custom-category-item img {
    width: 100%;
}
.custom-category-title {
    font-size: 23px;
    text-align: center;
    color: #000;
    transition: 0.5s;
    margin-top: 0.5rem;
}
.custom-category-item a {
    text-decoration: unset;
    display: block;
    height: 100%;
}

.woocommerce-product-attributes {
    border: 1px solid #e1e1e1;
    border-bottom: none;
}

.woocommerce-product-attributes th {
    background-color: #f2f2f2;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    padding: 5px 20px;
    border-top: none;
    border-left: none;
}
.woocommerce-product-attributes td {
    background-color: transparent;
    border-bottom: 1px solid #e1e1e1;
    font-style: normal;
    padding: 5px 20px;
    border-left: none;
    border-top: none;
    border-right: none;
    width: 100%;
}
.product-short-description ul {
    padding-left: 20px;
    margin-top: 1rem;
}
.woocommerce-tabs {
    margin: 30pt 0px;
}

.woocommerce-product-gallery .flex-control-nav {
    flex-wrap: wrap;
}
.woocommerce-product-gallery .flex-control-nav li:last-child {
    margin-right: 0px;
}


@media screen and (max-width: 1100px) {
    .woocommerce .col2-set .col-1 {
        width: 100%;
        float: unset;
    }
    #order_review {
        width: auto;
        float: unset;
    }
}

/** TABLET PORTRAIT STYLE */
@media screen and (max-width: 900px) {
    .product-cat_filters {
        margin: 0px;
        top: 0px;
    }
    .offcanvas-body {
        padding: 10px !important;
    }
    .prod-list-filter-btn {
        visibility: visible;
    }
    .grid-cl-4 {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .cart-section {
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    .cart-product-thumbnail {
        display: block !important;
    }
    .cart-product-thumbnail::before {
        content: "" !important;
    }
    .woocommerce table.shop_table_responsive tr {
        border: 1px solid #e9e3e3;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: unset !important;
    }
    .woocommerce .woocommerce-MyAccount-navigation,
    .woocommerce .woocommerce-MyAccount-content {
        width: 100%;
        float: none;
    }
    .woocommerce .woocommerce-MyAccount-navigation {
        margin-bottom: 50px;
    }
    .product-cat_filters {
        border: none;
    }
}

/** MOBILE STYLE */
@media screen and (max-width: 640px) {
    .product-cat_filters {
        margin: 0px;
    }
    .grid-cl-4 {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    .my-account-wrapper {
        width: 100%;
        margin: 0 auto;
    }
    .cart_totals {
        width: 100%;
    }
    .prod-list-title-filter {
        margin: 10px 0px;
    }
    .custom-category-row {
        flex-direction: column;
    }
	.custom-category-item {
		width: 100%;
		padding: 15px 15px;
	}
    .woocommerce-thankyou-order-received {
        font-size: 1.5em;
    }
    .woocommerce ul.order_details li {
        float: none;
    }
    .woocommerce ul.order_details {
        padding-left: 0px;
    }
	#billing_last_name_field,
	#billing_first_name_field {
		float: unset;
    	width: auto;
	}
}

/** MOBILE STYLE */
@media screen and (max-width: 320px) {
    .grid-cl-4 {
        grid-template-columns: 1fr;
    }
    .cart_totals {
        width: 100%;
    }
}