/*
Theme Name: alukas Child
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   alukas
Version:    1.0
License:    GNU General Public License v2 or later
child 3
*/

/*.swiper-slide.outofstock img,
.outofstock .slick-slide img,
.outofstock .pls-product-image img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 
} */

.woocommerce .woocommerce-ordering select {
    border: 0;
    max-width: 244px !important;
}

.woocommerce div.product .pls-breadcrumb a,
.woocommerce div.product .pls-breadcrumb span:last-child {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
}

.pls-header-logo a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.pls-page-title-center {
    text-align: left !important;
}

.pls-page-title-center .pls-breadcrumb {
    justify-content: left !important;
    align-items: left;
}

.pls-catalog-page .pls-page-title {
    background-color: #ffffff !important;
}

.sitogon_sms_registration_module {
    /* display: none; */
    max-width: 250px;
    margin: 30px auto;
}

#popupbuttons_block {
    margin: auto;
    display: flex;
    justify-content: space-evenly;
}

.logged-in .sitogon_sms_registration_module {
    display: none;
}