





.type-detail .p-detail-inner-header h1 {
    font-weight: 500;
    color: #233249;
    margin-top: 10px;
    margin-bottom: 8px;
    font-family: Poppins !important;
    font-size: 2.4em;
}

.type-detail .p-detail-inner-header .p-code {
    display: flex;
}

.type-detail .p-info-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.p-detail-inner-header .p-code-label {
    display: block;
}

.p-code span {
    margin-right: 10px;
}

.type-detail .p-info-wrapper .p-detail-info, .type-detail .p-info-wrapper .p-detail-inner-header {
    -ms-flex-order: -1;
    order: -1;
}

.type-detail .p-info-wrapper .p-detail-info>div.flags-default, .type-detail .p-info-wrapper .p-detail-inner-header>div.flags-default {
    display: block;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin: 12px 0 0;
}

.type-detail .product-top .stars-wrapper {
    -ms-flex-order: -1;
    order: -1;
    margin-top: 15px;
    margin-bottom: 5px;
}


.type-detail .product-top .stars-wrapper .stars {
    width: 150px;
    height: 30px;
    margin-right: 0;
}

.type-detail .p-info-wrapper .p-detail-info .stars-label, .type-detail .p-info-wrapper .p-detail-inner-header .stars-label {
    margin-left: 10px;
    color: #000;
    margin-top: 4px;
}

.type-detail .product-top .stars-wrapper .stars .star {
    width: 30px;
    height: 15px;
}

.type-detail .product-top .stars-wrapper .stars .star:before {
    color: #ffa235 !important;
    font-size: 20px;
    line-height: 30px;
}

.p-detail-info>div+div:before {

    display: none
}

.type-detail .p-info-wrapper .p-short-description, .type-detail .p-info-wrapper .p-short-description+p {
    -ms-flex-order: -1;
    order: -1;
    margin-top: 20px;
}

.type-detail .p-info-wrapper .p-short-description {
    line-height: 1.7em;
    color: #233249;
    font-size: 1em;
    margin-top: 20px !important;
    -ms-flex-order: -1;
    order: -1;
    font-weight: 500;
}

.type-detail .p-final-price-wrapper {
    margin-bottom: 10px;
    width: 100%;
    border-bottom: none;
    margin-top: -2px;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 0;
}

.type-detail .price-line:not(.with-discount) {
    -ms-flex-align: center;
    align-items: center;
}
.type-detail .price-line:not(.with-discount) .price-final {
    width: calc(100% - 270px);
}

.type-detail .price-line .price-final {
    font-size: 2.7em;
    font-weight: 700;
    margin-right: 18px;
    color: #233249;
    min-width: 100px;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-top: 3px;
}
.type-detail .price-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-top: 25px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
}

.type-detail .social-buttons-wrapper {
    -ms-flex-order: 1;
    order: 1;
}
.type-detail .price-line:not(.with-discount) .availability-value {
    width: 290px;
    margin-top: 0;
}


.type-detail .price-line:not(.with-discount) .availability-value {
    -ms-flex-order: 2;
    order: 2;
}

.type-detail .add-to-cart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
    padding: 20px 0;
}

.type-detail .price-line .availability-value {
    font-size: 1.7em;
    padding-top: 0;
    font-weight: 700;
    letter-spacing: .75px;
    margin-bottom: 0;
    margin-top: 17px;
    text-transform: uppercase;
    width: 295px;
    text-align: center;
}

.type-detail .price-line .delivery-line {
    font-weight: 400;
    font-size: 14px;
    color: #141414;
    margin-top: 5px;
    text-transform: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0;
}

.type-detail .add-to-cart .quantity {
    padding: 0;
    width: 150px;
    height: 68px;
    margin: 15px 0;
    border-radius: 3px;
    margin-right: 20px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .2);
    background: #fff;
    overflow: hidden;
}

.type-detail .add-to-cart button {
    display: -ms-flexbox;
    display: flex;
    width: 230px;
    height: 68px;
    -ms-flex-align: center;
    align-items: center;
    text-transform: none;
    letter-spacing: .5px;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    background: #3c8021;
    border: none;
    border-radius: 3px;
    text-align: center;
    font-size: 1em;
    width: calc(100% - 170px);
    max-width: 395px;
}

.quantity .decrease-tooltip, .quantity .increase-tooltip {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.type-detail .add-to-cart .quantity input {
    width: 150px;
    height: 68px;
    text-align: center;
    font-weight: 400;
    color: #000;
    font-size: 1.7em;
}

.type-detail .add-to-cart .quantity .increase {
    position: absolute;
    right: 20px;
    left: inherit;
    top: 26px;
    width: 22px;
    height: 22px;
    border: none;
    border-radius: 20px;
    background: transparent !important;
    opacity: .7;
}

.type-detail .add-to-cart .quantity .decrease {
    position: absolute;
    left: 20px;
    right: inherit;
    width: 22px;
    top: 26px;
    height: 22px;
    border: none;
    border-radius: 20px;
    background: transparent !important;
    opacity: .7;
}

.type-detail .p-thumbnails .p-thumbnail {
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
}


.type-detail .add-to-cart .quantity .increase:before {
    margin-top: -4px;
    content: "";
    background-image: url(/user/documents/upload/upravy/icons/plus.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 50%;
    font-size: 16px;
    font-weight: 800;
}

.type-detail .add-to-cart .quantity .decrease:before {
    margin-top: -4px;
    content: "";
    background-image: url(/user/documents/upload/upravy/icons/minus.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 50%;
    font-size: 16px;
    font-weight: 800;
}

.type-detail .social-buttons-wrapper .link-icon.print {
    display: none;
}

.type-detail .social-buttons-wrapper a {
    text-transform: none;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: revert;
    flex-direction: revert;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    margin-right: 0;
    padding-left: 0;
    padding-right: 30px;
    height: 33px;
}

.type-detail .social-buttons-wrapper a span {
    font-weight: 400;
    font-size: 17px;
    text-decoration: underline;
    text-transform: none;
}

.type-detail .social-buttons-wrapper .link-icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}

.type-detail .social-buttons-wrapper .link-icon.chat:before, .type-detail .social-buttons-wrapper .link-icon.print:before {
    content: "";
    width: 34px;
    height: 34px;
    margin: 0 10px 0 0;
}

.type-detail .social-buttons-wrapper .link-icon.chat:before {
    content: url(/user/documents/upload/upravy/icons/chat.svg);
    margin-top: -3px;
}

.type-detail .social-buttons-wrapper .link-icon.share:before {
    content: url(/user/documents/upload/upravy/icons/share.svg);
}

.type-detail .social-buttons-wrapper .link-icon.share:before, .type-detail .social-buttons-wrapper .link-icon.watchdog:before {
    font-size: 50px;
    margin-right: 10px;
    color: #d5d6da;
    line-height: 46px;
}
.type-detail .social-buttons-wrapper a:before {
    transition: .3s;
    margin-bottom: 12px;
}
.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a img {
    border: none;
}

.breadcrumbs-wrapper .breadcrumbs {
    background: transparent;
    border: none;
}
.type-detail .breadcrumbs-wrapper {
    margin-bottom: 20px !important;
}
.breadcrumbs-wrapper .breadcrumbs {
    max-width: 1440px;
    margin: 0 auto;
    padding: 5px 0;
    margin-top: 0;
}
.breadcrumbs-wrapper {
    max-width: 100% !important;
    background: #dea748;
    width: 100% !important;
    position: relative;
    margin-bottom: 20px !important;
    padding-top: 5px !important;
    padding-bottom: 3px !important;
}
.breadcrumbs-wrapper .breadcrumbs>span>a, .breadcrumbs-wrapper .breadcrumbs>span>span {
    padding: 10px 30px;
    color: #ffffff;
    font-weight: 400;
    font-size: .8em;
    min-height: inherit;
}
.breadcrumbs-wrapper .breadcrumbs>span>a:after {
    width: 12px;
    background: transparent;
    height: 12px;
    font-family: shoptet;
    color: rgba(53, 2, 2, .7);
    right: -10px;
    content: "\e910";
    bottom: unset;
    font-size: 8px;
    font-weight: 400;
    transform: none;
    top: 12px;
    opacity: 1;
}

span#navigation-first a:after {top:4px}


.type-detail .shp-tabs-wrapper:before {
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    border-radius: 0;
    background: #f9f5f3;
    content: "";
}
.type-detail .shp-tabs-wrapper {
    position: relative;
    margin-bottom: 0;
    padding: 80px 0;
    background: #fff;
    border-radius: 0;
}
.type-detail .shp-tabs-row .shp-tabs-holder ul.shp-tabs {
    background: transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
}
.type-detail .shp-tabs-row .shp-tabs-holder li a {
    padding: 12px 25px;
    text-transform: none;
    color: #000;
    font-size: 1.2em;
    background: transparent;
    border-top: none;
    font-weight: 600;
    border-right: none;
}

.type-detail .basic-description h1 {
    font-weight: 500;
    font-size: 2em;
    margin-bottom: 50px;
}
.description-inner {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
    }
.shp-tabs-holder {
    background-color: #f9f5f3;
    border-color: #f6f6f6;
}

.breadcrumbs.navigation-home-icon-wrapper {color: #5a4015;}

.breadcrumbs>span>a:before {
    background-color: transparent;
}


/*--------media 768 a menej---------*/

@media (max-width: 767px) {
    .type-detail .price-line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .type-detail .price-line:not(.with-discount) .price-final {
        width: 100%;
    }

        .type-detail .price-line:not(.with-discount) .availability-value {
        margin-top: 14px;
        width: 100%;
    }
    .type-detail .price-line:not(.with-discount) .availability-value {
        margin-top: 14px;
        width: 100%;
        text-align: left;
    }
        .type-detail .add-to-cart .quantity .decrease {
        position: absolute;
        top: 26px !important;
    }
    .flags.flags-default.flags-inline {
    display: block;
    width: 100%;
}
.type-detail .price-line:not(.with-discount) .availability-value {
    width: 290px;
    margin-top: 15px;
}
.type-detail .price-line .price-final {
        font-size: 2em;
    }
        .type-detail .price-line .availability-value {
        text-align: left;
        font-size: 1.4em;
    }

    .p-info-wrapper .availability-value {
    margin-bottom: -30px;
}
.type-detail .p-info-wrapper .p-short-description+p[data-testid=productCardDescr] {
    display: none;
}
.type-detail .p-final-price-wrapper {
    margin-bottom: 10px;
    width: 100%;
    border-bottom: none;
    margin-top: 30px !important;
    order: 0 !important;
}

}

@media only screen and (max-width: 1440px) {
    .breadcrumbs-wrapper .breadcrumbs {
        max-width: 1175px;
    }
}

