/* Custom code goes here - paste your css code below in line 3 */

/* CLS */
@media (min-width:992px) {
#_desktop_logo {
min-height: 100px;
}

.columns .block_content ul.tree ul {
display: none;
}

.block-categories li a {
min-height: 35px;
}

div#homepage-slider {
min-height: 400px;
}

#angarbanners_top ul li {
min-height: 230px;
}

#home_categories ul li img {
width: 100%;
height: 100%;
}

#home_man ul li img {
width: 125px;
height: 125px;
}
}

@media (max-width:412px) {
.header-top > .container:first-child {
min-height: 56px;
}

div#homepage-slider {
min-height: 154px;
}

#angarbanners_top ul li {
min-height: 168px;
}

#_desktop_logo {
min-height: 56px;
}

#home_categories ul li img {
width: 100%;
height: 100%;
}

#home_man ul li img {
width: 125px;
height: 125px;
}

}

div#delivery-addresses article.address-item:first-child:after,
.page-addresses .col-lg-4 article.first_address:after {
content: "This is your billing address, if you want to edit it send us a message";
display: block;
padding: 10px 10px;
text-align: center;
}

/* RWD menu - possition bottom 
@media (max-width:767px) {

.stickymenu_yes.sticky_menu_rwd {
padding-top: 0;
}

.stickymenu_yes.sticky_menu_rwd #rwd_menu,
div#rwd_menu {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: initial;
z-index: 9;
}

.stickymenu_yes.sticky_menu_rwd .rwd_menu_open,
.rwd_menu_open {
top: initial;
bottom: 42px;
border-top: 1px solid #d6d4d4;
border-bottom: 0;
z-index: 99;
}

#scroll_top {
bottom: 50px;
}

ul.ui-autocomplete.ui-corner-all {
top: initial!important;
bottom: 42px;
position: fixed;
}

}
*/




/* Custom code goes here - paste your css code below in line 3 */

/* Featured categories - Height fix */
#home_categories ul.row {
display: flex;
flex-wrap: wrap;
align-items: stretch;
}

#home_categories ul.row li.cat_block .cat-container {
height: 100%;
}


/* PL - Height fix */
.products {
display: flex;
flex-wrap: wrap;
align-items: stretch;
}

/* Usun z atc linia 5600 height auto */
#products .thumbnail-container,
.product-miniature .thumbnail-container {
height: 100%!important;
}

/* Product from the category - zmień 46px na 32px i przetestuj z 2 liniami tekstu w module */
#home_cat_product .catprod_title a span {
display: flex;
align-items: center;
min-height: 34px;
}

#home_cat_product .catprod_title span {
padding: 0px 0;
}

#home_cat_product .catprod_title {
line-height: 15px;
}

#home_cat_product .catprod_title .arrows_container {
top: 0px;
}

.combo-combinations-select-loaded,
.combo-loader-placeholder,
.combo-combinations-form {
margin-bottom: 8px;
}

.combo-combinations-form.combo-mode-multi select {
margin-bottom: 4px;
}

select.combo-combinations-select-loaded.form-control:not([size]):not([multiple]),
select.combo-combinations-select-loading.form-control:not([size]):not([multiple]),
select.combo-combinations-select.form-control:not([size]):not([multiple]) {
height: 26px;
padding: 2px 0px 2px 4px;
text-align: center;
}

.combo-combinations-empty {
line-height: 14px;
margin-bottom: 6px;
}

