.xoo-wsc-markup .xoo-wsc-emp-txt {
    color: #000;
}

.xoo-wsc-markup .xoo-wsc-btn.button.btn {
    color: #000;
    border-color: #000;
}
@media screen and (max-width: 767px) {
    .home-slider.v2 .content--button__wrapper{
        padding-top: 1rem;
    }
}
@media screen and (max-width: 500px) {
    .table-section .table-main{
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
    }
    .table-section table {
        min-width: 600px;
        width: 100%;
        border-collapse: collapse;
        border: none;
    }
}

@media screen and (max-width: 480px) {
    .reg-content .col--1 .content--wrapper{
        padding: 2rem!important;
    }
    .footer--main .content__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
    }

    .section {
        padding: 4rem 0 !important;
    }
}

.legal .content--text>h3 {
    margin-top: 0 !important;
}
.wc-product--archive .wc-product--list a:hover{
    opacity: unset!important;
}


ul.products {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; 
}


ul.products li.product {
    display: flex;
    flex-direction: column;
    height: auto; 
}


ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto; 
    height: 100%;
}


ul.products li.product a.woocommerce-LoopProduct-link picture,
ul.products li.product a.woocommerce-LoopProduct-link img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    flex-shrink: 0;
}


ul.products li.product .woocommerce-loop-product__title {
    flex: 0 0 auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px 0 4px;
    line-height: 1.3em;
}


ul.products li.product .star-rating {
    flex: 0 0 auto;
    margin-bottom: 4px;
}


ul.products li.product .price {
    margin-top: auto; 
    flex: 0 0 auto;
}

ul.products li.product a.button {
    flex: 0 0 auto;
    margin-top: 8px;
    align-self: flex-start; 
}

@media screen and (max-width: 480px) {
    .wc-product--archive .products{
        grid-template-columns: repeat(1, 1fr)!important;
    }
    .woocommerce-section .cart-empty.woocommerce-info, .woocommerce-section .return-to-shop {
        margin: 4rem 4rem !important;
    }
    #order_review.cfw-rp{
        padding: 0 20px!important;
    }
}




.post-archive .grid.grid--3 {
    align-items: stretch;
}


.post-archive .post-item {
    display: flex;
    flex-direction: column;
    height: 100%; 
}


.post-archive .post-item .post-image {
    flex: 0 0 auto;
}
.post-archive .post-item .post-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}


.post-archive .post-item > .flex.flex-direction--col {
    flex: 1 1 auto; 
    height: 100%;
    justify-content: space-between; 
}


.post-archive .post-item .post-title {
    flex: 0 0 auto;
}
.post-archive .post-item .post-title h3 {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4em;
    min-height: 2.8em;
}


.post-archive .post-item .post-date {
    flex: 0 0 auto;
}

@media screen and (max-width: 499px) {
    .woocommerce-cart-form,
    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
        padding: 2rem!important;
    }
	main.checkoutwc .cfw-rp{
		padding: 0 0px!important;
	}
}
.reg-content#about{
	padding: 0!important;
}