
html {
    font-size: 14px
}

body {
    font-family: 'Raleway', sans-serif;
    background-color: #fff;
}

a:hover {
    text-decoration: none
}

h1, h2, h3, h4, h5 {
    font-weight: 700;
}

header {
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

header img {
    height: 90px;
}
.slogan h2{font-size: 2rem; }
.slogan h3{font-size:1.5rem; color: #fff; font-weight: 400}

.card-action {
    color: #333;
}

.card-action:hover {
    border-color: #aa111f;
    color: #000;
}

.nav-tabs.main-tab .nav-link {
    color: #4b5981;
    font-weight: 600;
}

.help-block {
    font-size: .8rem;
    color: #ff0000;
    display: block
}

.nav-link {
    position: relative;
}

.nav-tabs.tab-img .nav-link {
    opacity: .5
}

.nav-tabs.tab-img .nav-link.active {
    opacity: 1
}

.nav-tabs.tab-img .nav-link img {
    border-radius: 3px 3px 0 0;
}

.tip-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(170, 17, 31, 0.8);
    text-align: center;
    padding: 3px 0;
    color: #fff;
}
.header-contacte a{font-size: 1.3rem; color: #fff;}
.header-contacte a i{color:#FC0}

@media (max-width: 768px) {
    .tip-title {
        position: relative;
        font-size: .9rem;
    }
}

.has-error .form-control {
    border-color: #ff0000;
}
.btn-danger{background-color: #710821; border-color: #710821}
.btn-danger:hover{background-color: #4e0014; border-color: #710821 }
.color-warning{color: #FC0}
.form-group.has-error{border: 1px solid #ff0000;}

.box-wizard{background-color: #e1e0d9}
.text-bordo{color: #000}
.bg-prod{background-color: #cfcec8}

.radio-label {
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 0;
    transition: border-color 0.3s;
    display: block;
    position: relative;
    overflow: hidden;
}
.check-img:before{
    content: "";
    display: block;
    background-image: url("../images/produse/check-circle.png");
    background-repeat: no-repeat;
    background-size: 44px 44px;
    width: 44px;
    height: 44px;
    top: -20%;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    z-index: 9;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
.active .check-img:before {
    top: 50%;
    opacity: 1;
}
.radio-label.active {
    border-color: #710821;
}
.radio-input {
    display: none;
}

@media (max-width: 768px) {
    .check-img:before{
        background-size: 22px 22px;
        width: 22px;
        height: 22px;
    }
    .sw .toolbar > .sw-btn{flex: 1 0 44%}
}
.shake-horizontal {
    -webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
p.text-bordo{min-height: 30px;}
/* ----------------------------------------------
 * Generated by Animista on 2024-6-6 22:17:30
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes shake-horizontal {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}
@keyframes shake-horizontal {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}



