h1 { font-size: 2.0rem }

@media (min-width: 767px) {
    .type-category .subcategories .col-xl-3 {
        width: 23%;
        margin: 1%;
    border: 1px solid #dadada !important;
        }

    .type-category .subcategories .col-xl-3 {
        width: 48%;
        margin: 1%;
    border: 1px solid #dadada !important;
        }

    .subcategories.with-image li a { padding: 0px; }

    .type-detail .products-block>div {
        max-width: 23%;
        width: 23%;
        padding: 0px;
        margin: 1%;
        }
    }

@media (min-width: 990px) { .type-detail .products.products-block.products-additional.products-alternative.p-switchable { display: none; }}
    
.products-inline.products-top>div { border: 1px solid #dadada !important; }

@media (min-width: 1200px) {
    .products-inline.products-top>div {
        display: block;
        width: 31.333333%;
        margin: 1%;
        }
    }

.type-category li.parametric { padding: 15px; }

.type-detail .flag  { display: none; }
.type-detail .products-additional .flag.flag-discount { display: none; }

@media (min-width: 1440px) {
    .products-block .product {
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 40%;
        float: left;
        }
    }

.type-detail .products-block.products-additional > div .p-in { display: none; }

@media (min-width: 992px) { .columns-3 .products-block.products-additional > div, .columns-4 .products-block.products-additional>div { width: 15% !important; padding: 2px; margin: 0px; }}

.type-detail .p-param-block { display: none; }
.products-block .p { border-width: 0px; }
.subcategories.with-image li a .text { padding: 10px 0px; }
.subcategories.with-image li a .image { margin: 0 0 0px 0; height: auto; }

@media only screen and (min-width: 767px){
    .product .p-tools { padding-top: 80px !important; }
    .product .widget-parameter-wrapper { position: relative; top: -100px; }
    }

@media only screen and (max-width: 767px){
    .product .p-tools { padding-top: 0px !important; }
    .product .widget-parameter-wrapper { position: relative; top: 0px; }
    .products-block > div .p .p-bottom > div .p-tools>.btn:last-child { display: none; }
    }

.navigation-buttons a[data-target="cart"]::before {
    content: '';
    background: white url(https://www.menage.cz//user/documents/upload/_cartIcon/cartIcon.png);
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    border-radius: 50%;
    }

.navigation-buttons a.full[data-target="cart"]::before {
    content: '';
    background: white url(https://www.menage.cz/user/documents/upload/___cartIcon/cartRed.png);
    width: 40px;
    height: 40px;
    background-position-x: 8px;
    background-position-y: 6px;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 50%;
    }

.price.price-final {
    font-family: 'Patrick Hand';
    font-size: 36px;
    padding: 0px;
    margin: 0px;
    }

.type-detail .variant-list { height: 80px; }

.type-detail li.shp-tab a[href="#productsRelated"] { display: none !important }

.products.products-block.products-additional.p-switchable::before {
    content: "Související zboží";
    display: block;
    width: 100%;
    text-align: center;
    margin: 2%;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    }

.active.related-sm-screen-hide { display: block; }
.inactive.related-sm-screen-hide { display: block; }

.type-detail .p-detail-inner-header h1 {
    font-family: 'Patrick Hand';
    font-size: 36px;
    padding: 0px;
    margin: 0px;
}

.type-detail .p-final-price-wrapper>strong {
    font-family: 'Patrick Hand';
    font-size: 36px;
    padding: 0px;
    margin: 0px;
}

/*
.type-detail .p-to-cart-block .add-to-cart-button.btn-conversion::before {
    content: '';
    margin-right: 1ex;
    font-size: 14px;
    background: white url(https://www.menage.cz//user/documents/upload/_cartIcon/cartIcon.png);
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    border-radius: 50%;
}
*/

.advanced-order .h1:not(.advanced-order-suggestion) {font-size: 0;}
.advanced-order .h1:not(.advanced-order-suggestion):after {font-size: 34px; content: "Nákupní košík";}

.type-detail .btn,
.type-detail a.btn {
    padding: 3px 30px;
}

.cart-heading::before, .cart-heading.h1::before {
    content: '' !important;
    background: white url(https://www.menage.cz//user/documents/upload/_cartIcon/cartIcon.png);
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    border-radius: 50%;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    }

  .cart-empty .cart-heading.h1 {font-size: 0;}
  .cart-empty .cart-heading.h1::before {margin-top: -20px;}
  .cart-empty .cart-heading.h1::after {font-size: 36px; content: "Vaše nákupní taška je prázdná"; padding-top: 7px;}

@media (max-width: 992px) {
	.p-switchable .related-sm-screen-show,
	.p-switchable .related-sm-screen-hide {
		max-width: 25%;
		float: left;
		}

	.type-detail .products.products-block.products-additional.products-alternative.p-switchable {
		display: none;
		}
	}
