/* 
    Created on : 27.9.2019, 16:43:43
    Author     : Zdeněk Józsa
*/

.form__row.has-error textarea, .form__row.has-error input {
    border-color: #cb0000;
    background-color: #fef6f2;
}

.form__row.has-error .error-text {
    right: 0;
    color: #f04f00;
    font-size: 0.7rem;
    line-height: 1;
}

.fb-like {
    margin-top: 5px;
    vertical-align: top;
}

.twitter-share-button {
    margin-top: 5px;
}

.box-best__price {
    text-align: center;
    width: 100%;
}

#packeta-choose {
    cursor: pointer;
    font-weight: bold;
}

#packeta-choose:hover {
    text-decoration: underline;
}

#packeta-point-info {
    background: #f0faf6;
    padding-left: 5px;
    width: 100%;
}

#search-results {
    background-color: #f0faf6;
    border: #d2d9b3 1px solid;
    min-width: 20%;
    padding: 5px;
    position: absolute;
    z-index: 10;
}

#search-results a {
    color: #269a20;
}

.product-options {
    font-size: .7rem;
}

.product-options a {
    color: #666;
}

.product-options a:hover {
    color: #126832;
    text-decoration: none;
}

.product-options .icon {
    margin-right: .2rem;
}

.properties {
    margin-top: 20px;
}

.header__block--favourite {
    margin-right: 2px;
    position: relative;
}

.header__block--favourite .header__button {
    align-items: center;
    background: var(--barva07);
    color: #fff;
    display: flex;
    font-size: 17px;
    padding: 0 15px;
    width: auto;
}

.header__block--favourite .header__button img {filter: brightness(0%) invert(100%); transition: all .25s; height: 28px;}
.header__favourite-name {font-weight: bold; padding: 0 10px;}
.header__block--favourite.header__block--opened .header__button { color: #000; }
.header__block--favourite.header__block--opened .header__button img { filter: brightness(0%); }
.header__block--favourite .header__button:hover { color: #000; }
.header__block--favourite .header__button:hover img { filter: brightness(0%); }
.header__block--favourite .header__collapse { background: var(--barva07); color: #fff; min-width: 100%; padding: 10px; position: absolute; right: 0; }
.header__block--favourite table { font-size: 12px; margin-bottom: 10px; width: 100%; }
.header__block--favourite td { border-bottom: 1px solid var(--barva12); height: 50px; padding: 10px 5px; }

@media (max-width: 1199px) {
    .header__block--favourite .header__favourite-name { display: none; }
    .header__block--favourite .header__collapse { min-width: 290px; }    
}

@media (max-width: 767px) {
    .header__block--favourite.header__block--opened .header__button { background: var(--barva07); color: #fff; }
    .header__block--favourite.header__block--opened .header__button img { filter: none; }
    .header__block--favourite .header__button { background: transparent; padding: 0 5px; }
    .header__block--favourite .header__button img { filter: none; margin-right: 0; }
}

@media (max-width: 575px) {
    .header__block--favourite { position: static; }
}