.tp-product-catalog .tp-before-shop {

    display: flex;

    align-items: center;

    justify-content: space-between;

}	

.tp-product-catalog .price{

	display: block;

}

.tp-product-catalog .tp-onsale{

    display: flex;

    position: absolute;

    justify-content: center;

    align-items: center;	

}

.tp-product-catalog .tp-add-to-cart a{

	width:100%;

	padding:0 !important;

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

}

.tp-product-catalog a.button.loading::after{

    border-radius: 50%;

    position: absolute;

    content: "";

    width: 20px;

    height: 20px;

    font-size: 0;

    margin-top: -10px;

    margin-left: -10px;

    left: 50%;

    top: 50% !important;

    transform: translate(-50%,-50%);

    animation: load8 1.1s infinite linear !important;  

}

.tp-product-catalog a.button.loading{

    padding-right: inherit;  

}

.tp-product-catalog a.button.added::after,.tp-product-catalog .ajax_add_to_cart.added{

  display:none !important;

}



.woocommerce .product span.price del,.woocommerce .product span.price ins {

    text-decoration: none;

}

.woocommerce .product span.price del bdi{

    text-decoration: line-through;

}

.tp-product-catalog-wrap .woocommerce-pagination {

    clear: both;

    text-align: left;

}

.woocommerce .tp-product-catalog-wrap .woocommerce-pagination ul{

    display: inline-flex;

    border: 0;

}

.woocommerce .tp-product-catalog-wrap .woocommerce-pagination ul li{

  border:0;

}

.woocommerce .tp-product-catalog-wrap .woocommerce-pagination ul li a, .woocommerce .tp-product-catalog-wrap .woocommerce-pagination ul li span{

     display: flex;

    justify-content: center;

    align-items: center;

}

.woocommerce .tp-product-catalog .tp-add-to-cart a{

    display: flex;

    gap: 7px;    

}



/*Woocommerce*/

.blockUI.blockOverlay:after {

    background-color: rgba(255, 255, 255, 1);

    left: 0;

    right: 0;

    bottom: 0;

    height: 100%;

    width: 100%;

    top: 0;

    z-index: 4;

    opacity: 0.9;

    margin: 0 !important;

    background-image: none;

    position: absolute;

    display: inline-block;

    content: "" !important;

    -webkit-animation: none;

    -moz-animation: none;

    animation: none;

}



.blockUI.blockOverlay {

    z-index: 992 !important;

    -webkit-animation: none !important;

    -moz-animation: none !important;

    animation: none !important;

    background: transparent !important;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    position: absolute;

    opacity: 1 !important;

}



.blockUI.blockOverlay:before {

    width: 40px;

    height: 40px;

    margin-left: -20px;

    margin-top: -20px;

    border-width: 3px;

    border-top-width: 3px;

    border-left-width: 3px;

    border-style: solid;

    border-top: 3px solid #161616;

    border-left: 3px solid #161616;

    border-right: 3px solid rgba(229, 229, 229, 1);

    border-radius: 50%;

    left: 50%;

    top: 50%;

    margin-top: -15px;

    margin-left: -15px;

    position: absolute;

    width: 30px;

    height: 30px;

    content: "";

    -webkit-animation: load8 2s linear infinite;

    animation: load8 2s linear infinite;

    background: transparent !important;

    z-index: 9;

    display: block !important;

}



.select2-container--default .select2-selection--single .select2-selection__arrow {

    top: 50%;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

}

.woocommerce table.shop_table{

    border:0px;

}

