.full-width {
    width: 100%;
}

.margine-top {
    padding-top: 30px;
}

.hero-image {
    padding-top: 30px;
    border-radius: 10px;
    position: relative;
}

.lp-title {
    font-size: 34px;
    line-height: 40px;
    color: #000000;
    font-family: 'OpenSans-Bold', sans-serif;
    text-align: center;
    padding: 30px 30px 10px 30px;
}

.lp-subtitle {
    font-size: 26px;
    line-height: 30px;
    color: #000000;
    font-family: 'OpenSans-Semibold', sans-serif;
    text-align: center;
    padding: 0 30px 30px 30px;
}

.lp-text {
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    font-family: 'OpenSans', sans-serif;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.lp-final {
    font-size: 30px;
    line-height: 30px;
    color: #ff7900;
    font-family: 'OpenSans', sans-serif;
    text-align: center;
    padding: 30px;
}

.intro-img {
    background-image: url("../../assets/img/img-DP-01.jpg");
    height: 480px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.intro-cadran {
    background-color:#ffffff;
    padding: 40px 20px 40px 40px;
    margin-bottom: 40px;
    height: 480px;
}

.intro-title {
    font-size: 30px;
    line-height: 36px;
    color: #f60;
    font-family: 'OpenSans-Bold', sans-serif;
    text-align: left;
}

.intro-subtitle {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-family: 'OpenSans-Bold', sans-serif;
    text-align: left;
}

.intro-autor {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-family: 'OpenSans-Bold', sans-serif;
    text-align: left;
    padding-top: 5px;
}

.intro-text {
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    font-family: 'OpenSans', sans-serif;
    text-align: left;
    margin: 0 auto;
    padding-top: 20px;
    padding-right: 30px;
}

.title {
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-family: 'OpenSans-Bold', sans-serif;
    text-align: center;
    padding: 10px 30px 10px 30px;
}

.text {
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    font-family: 'OpenSans', sans-serif;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.final-title {
    font-size: 30px;
    line-height: 36px;
    color: #f60;
    font-family: 'OpenSans-Bold', sans-serif;
    text-align: left;
}

.final-subtitle {
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-family: 'OpenSans-Bold', sans-serif;
    text-align: left;
}

.final-autor {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-family: 'OpenSans-Bold', sans-serif;
    text-align: left;
    padding-top: 5px;
}

.final-text {
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    font-family: 'OpenSans', sans-serif;
    text-align: left;
    margin: 0 auto;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.cadran {
    background-color:#ffffff;
    padding: 40px;
    margin-bottom: 40px;
}

.autor-text {
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    font-family: 'OpenSans', sans-serif;
    text-align: left;
    margin: 0 auto;
    padding: 20px 30px 30px 30px;
}

.autor-title {
    font-size: 30px;
    line-height: 36px;
    color: #f60;
    font-family: 'OpenSans-Bold', sans-serif;
    text-align: left;
    padding-left: 30px;
}

/* slidere */
.slider-background {
    width: 90%;
    margin: 0px auto;
    display: block;
}

.slider-title {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-family: 'OpenSans', sans-serif;
    margin: 15px 0px 15px 0px;
    text-align: center;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.flex-row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.flex-row.row:after,
.flex-row.row:before {
    display: flex;
}

.product-bg {
    margin-bottom: 0px;
    background: #fff;
    border-radius: 5px;
    padding: 15px 10px;
}

.flex-row .product-bg {
    -moz-box-direction: normal;
    -moz-box-flex: 1;
    -moz-box-orient: vertical;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.flex-div {
    display: flex;
    flex-direction: row;
    align-item: center;
    justify-content: center;
}

.owl-slider-general-produse .item {
    margin: 0px 10px;
}

#product-bg-new .product-border {
    padding-top:20px;
}
#product-bg-new .pic-style {
    box-shadow: none!important;
    height: auto!important;
    border: 1px solid #e1e1e1!important;
    margin: 0 auto!important;
}

.product-box-wh {
    background: #ffffff!important;
    margin-bottom: 30px;
}

#product-bg-new {
    padding: 40px;
    border-radius: 4px;
    border: none!important;
    height: auto!important;
}

#product-bg-new .cadran-carte {
    background:#ffffff;
    padding: 60px 30px;
}

#product-bg-new .title-carte {
    font-size: 28px!important;
    text-align: center!important;
    height: auto!important;
    font-family: OpenSans-Bold,sans-serif!important;
    margin-bottom: 20px!important;
    color:#000000!important;
}

#product-bg-new .title-carte a {
    color:#000000!important;
}

#product-bg-new .name-autor {
    font-size: 18px!important;
    text-align: center!important;
}

#product-bg-new .description {
    font-size: 16px!important;
    color: #000;
    text-align: center!important;
    line-height: 22px!important;
    padding-left: 0!important;
    padding-top: 30px!important;
    height: auto!important;
    margin-bottom:30px;
}

#product-bg-new .btn-div {
    margin: 0 auto;
    text-align: center;
    margin-top: 40px!important;
}

#product-bg-new .shop-btn {
    background: #ff7900;
    font-size: 18px;
    font-family: OpenSans-Bold,sans-serif;
    color: #fff;
    padding: 15px;
    border-radius: 4px;
    border: none;
    text-transform: lowercase;
    width: 250px;
}

#product-bg-new .shop-btn:hover, #product-bg-new .shop-btn:active {
    background-color: #cd0000;
    border-color: #cd0000;
    color: #fff;
}

#product-bg-new .product-price .new-price {
    font-size: 20px;
    font-family: OpenSans-Bold,sans-serif;
    color: #c1001b;
    float: left;
    margin-left: 5px;
    text-align: center;
}

#product-bg-new .product-price .moneda {
    font-size: 16px;
    font-family: OpenSans,sans-serif;
}

#product-bg-new .product-price .sep-price {
    font-size: 16px;
    color: #000;
    float: left;
    margin: 2px 10px 0 10px;
}

#product-bg-new .product-price .old-price {
    font-size: 20px;
    font-family: OpenSans-Light,sans-serif;
    color: grey;
    float: left;
}

#product-bg-new .price-information {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0 10px 0;
    margin-bottom: 15px;
    height: auto;
}

#product-bg .shop-btn {
    font-size: 16px!important;
    padding: 13px 20px!important;
}


/* RESPONSIVE CSS
 -------------------------------------------------------------------------------*/

@media only screen and (min-width: 1280px) and (max-width: 1440px) {

}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .lp-text {
        width: 90%;
    }

    .text {
        width: 90%;
    }
}

@media only screen and (min-width: 920px) and (max-width: 1023px) {
    .intro-cadran {
        background-color: #ffffff;
        padding: 40px 20px 40px 40px;
        margin-bottom: 40px;
        height: auto;
    }

    .lp-text {
        width: 100%;
    }

    .text {
        width: 100%;
    }
}

@media (max-width: 919px) {
    .intro-cadran {
        background-color: #ffffff;
        padding: 40px 20px 40px 40px;
        margin-bottom: 40px;
        height: auto;
    }

    .margine-top {
        padding-top: 30px;
    }

    .lp-title {
        font-size: 30px;
    }

    .lp-text {
        width: 100%;
    }

    .lp-subtitle {
        font-size: 20px;
    }

    .intro-cadran {
        background-color: #ffffff;
        padding: 20px;
        margin-bottom: 40px;
        height: auto;
    }

    .autor-title {
        padding-left: 30px;
        padding-top: 0;
        text-align: left;
        font-size: 24px;
        line-height: 20px;
    }

    .autor-text {
        text-align: left;
        width: 100%;
        margin-bottom: 30px;
        padding-left: 30px;
        font-size: 16px;
    }

    .text {
        width: 100%;
        padding: 0 20px 30px 20px;
    }

    .autor-img {
        margin: 0 auto;
    }

    .final-subtitle {
        text-align: center;
        padding: 0 20px;
    }

    .final-autor {
        text-align: center;
    }

    .final-text {
        text-align: center;
        padding: 10px 20px 40px 20px;
    }

    .cadran {
        padding: 40px 20px;
        margin-bottom: 40px;
    }

    .intro-title {
        text-align: center;
    }

    .intro-text {
        text-align: center;
    }

    .intro-subtitle {
        text-align: center;
    }

    .intro-autor {
        text-align: center;
    }
}

@media only screen and (max-width: 750px) {
    .intro-cadran {
        background-color: #ffffff;
        padding: 20px;
        margin-bottom: 40px;
        height: auto;
    }

    .margine-top {
        padding-top: 70px;
    }

    .lp-title {
        line-height:32px;
    }

    .lp-text {
        width: 100%;
        padding: 0 20px 30px 20px;
    }

    .lp-subtitle {
        font-size: 20px;
    }

    .intro-cadran {
        background-color: #ffffff;
        padding: 20px;
        margin-bottom: 40px;
        height: auto;
    }

    .autor-title {
        padding-left: 0;
        padding-top: 20px;
        text-align: center;
    }

    .autor-text {
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .autor-img {
        margin: 0 auto;
    }

    .final-subtitle {
        text-align: center;
        padding: 0 20px;
    }

    .final-autor {
        text-align: center;
    }

    .final-text {
        text-align: center;
        padding: 10px 20px 40px 20px;
    }

    .cadran {
        padding: 40px 20px;
        margin-bottom: 40px;
    }

    .intro-title {
        text-align: center;
    }

    .intro-text {
        text-align: center;
        padding-right: 0;
    }

    .intro-subtitle {
        text-align: center;
    }

    .intro-autor {
        text-align: center;
    }

    #product-bg-new {
        padding: 40px 10px;
    }

    #product-bg-new .cadran-carte {
        background: #ffffff;
        padding: 60px 10px;
    }

    #product-bg-new .title-carte {
        font-size: 24px!important;
        line-height: 26px;
        text-align: center!important;
        height: auto!important;
        font-family: OpenSans-Bold,sans-serif!important;
        margin-bottom: 20px!important;
        color: #000000!important;
    }
}

