.pk-fixed-button{
    display: none;
}
.page-header {
    display: none;
}
td {
    font-size: 13px;
    
}

/* Product */

#product h1 {
    font-size: 1.8em;
    font-style: normal;
    font-weight: 800;
    font-family: "Cabin";
    line-height: 1.1em;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #000000;
}

#product .product-price {
    font-size: 1.4em;
    font-style: normal;
    font-weight: 600;
    font-family: "Cabin";
    line-height: 1.4em;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #496f88;
}

.btn-primary, .btn-secondary, .btn-tertiary {
    padding: 1.3em 2em;
}
#pksizeguide-show {
    display: none;
}

.product-features > dl.data-sheet :nth-child(4n), .product-features > dl.data-sheet :nth-child(4n - 1) {
    background: #fdf9f2;
}
.product-features > dl.data-sheet dt.name {
    text-transform: none;
    font-weight: 800;
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border-bottom-color: #960911;
}
#main .tabs-container .nav-link .h5 {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    font-family: "Cabin";
    line-height: 1em;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #414141;
}
.product-features h3, .product-attachments h3 {
    display: none;
}
.product-modal {
    &.pk-modal .modal-body {
        gap: 10px;
        flex-direction: column;
        display: none;
    }
}

.product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
    flex: 1 0 40%;
    font-weight: 400;
    padding: 0.625rem;
    min-height: 1.5rem;
    word-break: break-word;
 -webkit-hyphens: auto;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 -o-hyphens: auto;
 hyphens: auto;
    border-bottom: 1px solid #ccc;
    margin: 0 !important;
}

@media (max-width: 768px) {
    .tabs-container {
        margin: 50px 0 0;
        padding: 10px;
    }
}

@media (max-width: 500px) {
    .product-miniature .product-thumbnail .btn {
        display: none;
    }
}

.blockreassurance_product .item-product {
    display: inline-block;
    height: 45px;
    float: left;
    margin-right: 5px;
    padding-top: 5px;
    width: 50px;
}

div .blockreassurance_product {
    margin-bottom: 10px;
    background: #fbf7f0;
    padding: 10px;
    font-size: 16px;
}