/*
    reset css
*/
@media screen and (max-width: 991.98px){
#shop-sidebar.cz-sidebar, #header .navbar-stuck-menu .collapse.show{ z-index: 100000; }
#shop-sidebar .widget-categories, #shop-sidebar #search_filters_wrapper{ padding-left: 10px; }
#header .header-top.bg-blue .flex-header .widgetSearch #search_widget .input-group-overlay .form-control{
    background-color: transparent;
    color: #000000!important;
}

#header .header-top.bg-blue .flex-header .widgetSearch #search_widget .input-group-overlay .form-control::placeholder{
    color: #000000!important;
}

#product .agJsWidget{
	display: none!important; 
}

#product #sousfooter{ padding-bottom: 80px!important; }

.category_mobile img{ max-width: 100%!important; }

#index div[data-id-prettyblocks="6"] .tns-item img, 
#index div[data-id-prettyblocks="17428"] .tns-item img, 
#index div[data-id-prettyblocks="23718"] .tns-item img{
	height: 300px;
    object-fit: cover;
}

.breadcrumb{ justify-content: flex-start!important; }

#index .prettyblocks_banner .cz-carousel [data-controls]{
	top: 54%;
}
}

#ps_checkout-payment-method-logo-block-container{ display: none; }

span[data-type="brands"]{
	text-transform: uppercase;
}

@media screen and (max-width: 576px){
.cz-preview-item{
	pointer-events: none;
}
}