.catalog-product-view .box-tocart .actions .payment-request-button {
    clear: both;
}
.box-tocart .action.tocart.payment-request-button{
	float: left;
}
.wp-sales-off-msg {
    margin-bottom: 0;
}

.rrp-margin-prices {
    color: #FF0000;
    font-weight: bold;
}
@media screen and (max-width: 767px) {

    .catalog-category-view .page-main {
        padding-top: 0;
    }
    .catalog-category-view.page-products .columns {
        padding-top: 50px;
    }
    .catalog-category-view .sidebar-main {
        margin-bottom: 0 !important;
    }
    .catalog-category-view .products-grid {
        margin-top: -40px !important;
    }
    .catalog-category-view .page-title {
        line-height: 40px;
        margin-top: 10px;
    }
}

/* Category page customization */
.page-products .product-items {
    padding-top: 60px;
    display: grid;
    grid-template-columns: 50% 50%;
    position: relative !important;
    padding-top: 70px;
}
.page-products .products-grid .product-item {
    height: initial !important;
    width: initial !important;
    position: relative;
    padding-bottom: 115px;
}
.page-products .products-grid .product-item-info {
    position: initial !important;
}
.page-products .products-grid .button.action {
    position: absolute !important;
    height: 40px;
    top: 0;
    left: 0;
    right: 0;
    width: 230px;
}
.page-products .column.main .products-grid .product-item:hover {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
    padding-bottom: 115px !important;
}
.page-products .products-grid .product-item .product-item-info:hover,
.page-products .products-grid .product-item .product-item-info.active {
    box-shadow: none !important;
}
.products-grid .product-item:hover .product-item-inner {
    height: auto !important;
    width: auto !important;
    clip: initial !important;
}
.page-products .products-grid .product-item-inner,
.page-products .products-grid .addtocart_position_3 {
    position: absolute !important;
    bottom: 10px;
    left: 0;
    right: 0;
}
.page-products .column.main .products-grid .product-item .product-item-info .product-item-details .price-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
}
.page-products .column.main .products-grid .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions {
    margin: 0 !important;
}
.page-products .column.main .products-grid .product-item:hover .product-item-info .product_image .whishlist_position_2 {
    width: auto;
}
@media screen and (min-width: 640px) {
    .page-products .product-items {
        grid-template-columns: 33.33% 33.33% 33.33%;
    }
}
@media screen and (min-width: 768px) {
    .page-products .products-grid .product-item.product-item.product-item.product-item {
        width: initial !important;
    }
    .page-products .product-items {
        grid-template-columns: 25% 25% 25% 25%;
    }
    .page-products .product-item .product-item-details {
        position: initial !important;
    }
    .page-products .product-item .weltpixel-quickview {
        position: absolute !important;
    }
    .page-products .products-grid .product-item {
        padding-bottom: 125px !important;
    }
    .page-products .column.main .products-grid .product-item:hover {
        padding-bottom: 125px !important;
    }
}
/* End of category page customization */

/* Product page customization */
.product-info-main .applications-price-block {
    line-height: 16px;
    padding-top: 5px;
}
.product-info-main .applications-price-block .cost-per-application .price-container {
    float: right !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}
@media screen and (max-width: 768px) {
    .product-info-main .applications-price-block .cost-per-application {
        bottom: 15px;
    }
}
@media screen and (max-width: 639px) {
    .product-info-main .applications-price-block .cost-per-application {
        right: 10px;
    }
}
/* End of product page customization */

/* Sale page customization */
.category-sale .product-item-name {
    margin: 35px 0;
}
/* End of sale page customization */
