button:active,
button:focus {
    outline: 0;
}

a:active,
a:focus {
    outline: 0;
}

.collapse-item {
    line-height: 28px;
}

.product-cover {
    width: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.product-image {
    width: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    border-radius: 0.3rem;
    border: 1px solid #dee2e6;
}

p {
    word-break: break-all;
}

.sub-title {
    font-size: 18px;
    padding: 12px;
    background: rgba(0, 0, 0, .10);
}

.social-link {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

/*.summer-image {
    width: 100% !important;
}*/

#format {
    display: none;
}

.btn-format {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 38px;
    padding: 0 8px;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    margin-right: 8px;
    margin-bottom: 8px;
    outline: 0;
}

.p-label {
    width: 40px;
    line-height: 38px;
    margin-bottom: 0px;
    margin-right: 16px;
}

#count {
    width: 25%;
}

@media (max-width: 768px) {
    #count {
        width: 50%;
    }
}

iframe {
    width: 100%;
}

table {
    min-width: 540px;
    width: 100% !important;
}