
.osd_strong {
    font-size: x-large;
    line-height: 2em;
}


.osd_big_size {
    line-height: 2em;
    font-size: 1.2em;
}

.osd_btn_3 {
    background-color: #041632;
    font-family: "Fjalla One", sans-serif;
    line-height: 59px;
    font-size: 18px;
    color: #ffffff;
    width: 196px;
    height: 59px;
    display: block;
    text-align: center;
}


.osd_links ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
}

.osd_links li {
    margin-left: 10px;
}

.osd_links a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: color 0.3s ease;
    font-family: 'Raleway', serif;
    text-transform: none !important;
}

.osd_links a:hover {
    color: #007bff;
}


.filter-body .widgets-area .widgets-checkbox-2 > li .swatch-wrapper .swatch-anchor.anchor-red {
    background-color: #af0404;
    -webkit-box-shadow: 0 0 1px 0 rgba(172, 0, 32, 0.8);
    box-shadow: 0 0 1px 0 rgba(172, 0, 32, 0.8);
}


.osd_product_tag {
    color : #d4876c !important;
}


.osd_image_container {
    position: relative;
    display: inline-block;
}

.osd_image_container img {
    display: block;
}

.osd_image_container .image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    border-radius: 0.5rem;
}

.osd_image_container:hover .image_overlay {
    opacity: 1;
}

.osd_home_img {
    border-radius: 0.5rem;
}

.osd_zoom {
    transition: transform 0.3s ease;
}

.osd_zoom:hover {
    transform: scale(1.05);
}

.osd_team_img {
    border-radius: 10px;
}

.osd_same_size {
    font-size: 18px;
    line-height: 30px;
}

.osd_title_1 {
    color: #3e3e3e;
    font-family: "DM Serif Text", sans-serif;
    line-height: 45px;
    font-size: 45px;
    letter-spacing: 4px;
    font-weight: normal;
}


.osd_title_2 {
    color: #3e3e3e;
    font-family: "DM Serif Text", sans-serif;
    line-height: 36px;
    font-size: 36px;
    letter-spacing: 4px;
    font-weight: normal;
}

.osd_title_3 {
    color: #3e3e3e;
    font-family: "DM Serif Text", sans-serif;
    line-height: 30px;
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: normal;
}

.osd_banner_content {
    font-family: "Raleway", sans-serif;
    color: #3e3e3e;
    font-size: 18px;
    line-height: 1.3em;
    letter-spacing: 1px;

}

.slideInLeft, .slideInRight {
    will-change: transform;
}

.wow.slideInLeft {
    display: block;
}

.wow.slideInRight {
    display: block;
}

.wow.slideInUp.animated {
    margin: 0 !important;
}

.osd_justify {
    text-align: justify;
}

@media (min-width: 768px) {
    .osd_justify_md {
        text-align: justify;
    }
}

.osd_age_confirm_btn {
    height: 50px;
    line-height: initial;
    width: 100px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
    background-color: #3e3e3e;
    color: #ffffff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}

.osd_age_confirm_btn:hover {
    background-color: var(--blanc1);
    color: #3e3e3e;
}

.osd_age_small {
    font-size: 12px;
}

.social-link ul li.osd_links > a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-family: 'Raleway', serif;
    text-transform: none !important;
}

.main-nav > ul > li > a {
    display: block;
    padding: 8px 12px;
    font-size: 0.9rem;
    text-transform: uppercase;
}

