.page-image {
    max-width: none !important;
    width: auto;
    height: 475px;
}

.bg-nuance {
    background-color: #eef3f7;
}

.bg-nuance2 {
    background-color: #f5f5f5;
}

.bg-nuance .prd-inside {
    background-color: #eef3f7 !important;
}

#prdGallery .slick-list.draggable {
    background-color: rgb(255 255 255) !important;
}

.sidebar-block_title {
    display: flex;
    justify-content: space-between;
}

footer.page-footer.footer-style-6 {
    margin-bottom: -50px;
}

.alert {
    position: relative;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #ecedee;
    background-color: white;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    border-radius: 16px;
    max-width: 484px;
}

.alert.alert-black {
    background-color: #171A1C;
    color: white;
}

.alert.alert-black i {
    font-size: 32px;
}

.alert.alert-black.alert-fxed {
    position: fixed;
    bottom: 50px;
    right: 0;
    top: auto;
    left: calc(calc(100% - 290px) * 50 /100);
    z-index: 1030;
}

.alert-icon {
    padding: 24px;
    border-right: solid 1px #ecedee;
}

.alert-icon i {
    height: 24px;
    width: 24px;
    font-size: 24px;
}

.alert-fxed {
    position: fixed;
    top: 50px;
    right: 0;
    left: calc(calc(100% - 290px) * 50 /100);
    z-index: 1030;
}

.alert-fxed-2 {
    top: 170px;
}

.alert-content {
    padding: 16px 24px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.alert-content .alert-header p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}

.alert-content .alert-header .alert-subtitle {
    font-size: 14px;
    font-weight: normal;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-primary .alert-icon,
.alert-primary .alert-header p {
    color: #078942;
}

.alert-danger .alert-icon,
.alert-danger .alert-header p {
    color: #dc3545;
}

.alert-secondary .alert-icon,
.alert-secondary .alert-header p {
    color: #036ED9;
}

.alert-dark .alert-icon,
.alert-dark .alert-header p {
    color: #5E5E5E;
}

.alert-light .alert-icon,
.alert-light .alert-header p {
    color: #fff;
}   

.alert .close.btn{
    color: #000 !important;
    background-color: transparent !important;
    font-size: 28px;
}

.alert .close.btn:hover{
    text-decoration: none;
}

.swal2-styled.swal2-confirm{
    background-color: #4bc1fc !important;
}

.swal2-styled.swal2-confirm:focus{
    box-shadow: 0 0 0 3px #4bc1fc52 !important;
}

.w-fit{
    width: fit-content !important;
}