br {
    user-select: none;
}

u {
    cursor: default;
}

a:hover {
    text-decoration: none;
}

.black {
    color: #000;
}

.center {
    display: flex;
    justify-content: center;
}

#sendPhoneResultSpan {
    text-align: center;
}

.container {
    margin-top: calc(80px + 15px);
}

.container-normal {
    margin-top: 0px;
}

.cardEdited {
    height: 313px;
    margin-bottom: 40px;
    width: 15rem;
}

.card-bodyEdited {
    max-height: 76px;
}

.card-title {
    padding-top: 5px;
}

.card-img-top-block {
    height: 235px;
}

.card-img-top-decking{
    padding: 40px 15px 15px;
}

.card-img-top-related{
    padding: 25px;
    padding-bottom: 60px;
}

.circle {
    align-items: center;
    background: #f5f5f5;
    display: flex;
    font-size: 100px;
    height: 238px;
    justify-content: center;
    width: 238px;
}

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

.footer {
    background-color: #f5f5f5;
    height: 60px;
    line-height: 60px;
    width: 100%;
}

.cta {
    align-items: center;
    animation: pulse 2s infinite;
    background: #007bff;
    border-radius: 900px;
    box-shadow: 0 0 0 rgba(0, 123, 255, 1);
    bottom: 30px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 40px;
    height: 60px;
    justify-content: center;
    left: 30px;
    position: fixed;
    width: 60px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 1);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(0, 123, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 123, 255, 1);
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 1);
    }
    70% {
        -moz-box-shadow: 0 0 0 15px rgba(0, 123, 255, 0);
        box-shadow: 0 0 0 15px rgba(0, 123, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}

.footerLittleSpace {
    bottom: 0;
    padding-left: 120px;
    padding-right: 120px;
    position: absolute;
}

.mediaBr {
    display: none;
    visibility: hidden;
}

.fileUpload {
    margin: 10px;
    overflow: hidden;
    position: relative;
}

.fileUpload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    position: absolute;
    padding: 0;
    right: 0;
    top: 0;
}

.form_upl {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 65%;
}

.kbd {
    cursor: pointer;
}

.countInput {
    min-width: 50px;
    width: 80px;
}

.smallSelect {
    width: 400px;
}

#snackbar, #snackbarCart, #snackbarRecount {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
}

#snackbar.show, #snackbarCart.show, #snackbarRecount.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

.flyLogo {
    align-items: center;
    bottom: 32px;
    display: flex;
    flex-direction: column;
    height: 60px;
    justify-content: center;
    line-height: 0.8;
    position: fixed;
    right: 30px;
}

.align-content-center {
    align-items: center;
    display: flex;
}

.shopCart {
    height: 38px;
}

.zoomImages {
    display: flex;
    justify-content: space-around;
    height: 276px;
}

.buttonNav {
    height: 38px;
}

.selectPrice {
    display: none;
}

.myAlert {
    align-content: center;
    display: flex;
    justify-content: flex-start;
    left: 110px;
    position: fixed;
    bottom: 7px;
    z-index: 9;
}

.close {
    height: 100%;
}

.mainAlert {
    border: 1px solid #F8F9FA;
    width: 280px;
}

.tableResponsive {
    overflow-x: auto;
}

.modalFooterButtons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.modalFooterButtonStart {
    display: flex;
    justify-content: flex-start;
}

.modalFooterButtonCenter {
    display: flex;
    justify-content: center;
}

.modalFooterButtonEnd {
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 575px) {
    .mediaBr {
        display: block;
    }

    .space {
        display: flex;
    }

    .myAlert {
        display: none;
    }

    .modalFooterButtons {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .modalFooterButtonStart, .modalFooterButtonCenter, .modalFooterButtonEnd {
        display: flex;
        justify-content: center;
        margin: 2px;
    }

    .width100 {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .mediaHide {
        display: none;
        visibility: hidden;
    }

    .zoomImages {
        align-items: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: auto;
        width: 100%;
    }

    .addMargin {
        margin: 5px;
    }

    .buttonNavInside {
        display: none;
    }
}

.navbar-light .navbar-text a{
    color: rgba(0,0,0,.5);
}