:root {
    --h-color: #C14973;
    /*--h-comp: #80CC78;*/
    --h-comp: #4E9F3D;
    --h-color-second: #808080;
    /*#4E9F3D*/
    /*#3B5D48*/
}

@font-face {
    font-family: "JosefinSans-Bold";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/JosefinSans-Bold.ttf");
}


@font-face {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/open_sans/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "Open Sans";
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/open_sans/OpenSans-SemiBold.ttf");
}

@font-face {
    font-family: "Open Sans";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/open_sans/OpenSans-Bold.ttf");
}

@font-face {
    font-family: "Open Sans";
    font-weight: 800;
    font-style: normal;
    src: url("../fonts/open_sans/OpenSans-ExtraBold.ttf");
}

@font-face {
    font-family: "Oswald";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/oswald/Oswald-Bold.ttf");
}


body {
    font-family: 'Open Sans', serif;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 1.6;
}

h1, h2, h3, h4, h5 {
    font-family: 'Oswald', serif;
    color: #54545E;
    text-transform: uppercase;
}

h1 {
    /*padding-bottom: 105px;*/
    padding-bottom: 1rem;
}

.rd-navbar-brand img {
    max-width: 82px;

}

.swiper-slide-caption h1, .swiper-slide-caption h2 {
    color: #fff;
    text-shadow: 3px 2px 7px rgba(0, 0, 0, 0.80);
}

.rd-navbar-fullwidth .rd-navbar-nav > li a, .rd-navbar-static .rd-navbar-nav > li a {
    font-weight: 800;
    color: #54545E;
    font-size: 14px;
}

.rd-navbar-nav li.rd-dropdown-item a {
    font-weight: 600;
}

.nav-links-wrapper {
    margin-left: 65px !important;

}

.rd-navbar-fullwidth .rd-navbar-main > * {
    flex-grow: unset;
}

.navbar-contact-btn {
    margin-top: 31px;
}

.btn-highlight {
    background-color: var(--h-comp);
    color: #fff;
}

.product::before {
    box-shadow: none;
}

.button-gray-2 {
    background-color: var(--h-comp);
    color: #fff;
}

.button-gray-2:hover {
    background-color: var(--h-color);
}

.btn {
    font-family: "Open Sans";
    text-transform: uppercase;

}

.btn-primary {
    color: #fff;
    background-color: var(--h-color);
    border-color: var(--h-color);
}

.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: var(--h-color-second);
    border-color: var(--h-color-second);
}

.isotope-filters .inline-list a {
    font-weight: 600;
}

.footer-bottom-bar, .footer-bottom-bar .icon-style-modern {
    color: #fff
}

footer.parallax-container ul li a {
    color: inherit;;
}

.product-preview, .slick-slider-vertical .carousel-child .slick-next, .slick-slider-vertical .carousel-child .slick-prev {
    background: none;
}

.rd-navbar {
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
}

.box-minimal .box-minimal__icon {
    color: var(--h-color);
}

.footer-bottom-bar {
    border-top: 1px solid #E5E7E9;
}

.box-minimal__title {
    min-height: 56px;
}

.product__price {
    font-size: 13px;
    text-align: left
}


#cc-main {
    /** Change font **/
    --cc-font-family: 'Open Sans', serif;
    /** Change button primary color to black **/
    --cc-btn-primary-bg: #54545E;
    --cc-btn-primary-border-color: #54545E;
    --cc-btn-primary-hover-bg: var(--h-color);
    --cc-btn-primary-hover-border-color: var(--h-color);

    /** Also make toggles the same color as the button **/
    --cc-toggle-on-bg: var(--cc-btn-primary-bg);

    /** Make the buttons a bit rounder **/
    --cc-btn-border-radius: 10px;
}

.button:hover {
    color: var(--h-color);
    color: #fff;

}

.video:hover {
    color: var(--h-color);

}

.product__title a {
    height: 47px;
    display: inline-block;
}

.product-detail-btn {
    display: none;
}

.product__main {
    position: relative;
}

.product-wrapper:hover .product-detail-btn {
    display: inline-block;
}

input::placeholder {
    color: var(--h-color);
    opacity: 1;
}

textarea::placeholder {
    color: var(--h-color);
    opacity: 1;
}

.noprint {

}

#tabs-product-1 ul li, .product__price ul li {
    display: list-item;
    list-style-type: disc;
}
.privacy-list p {
    display: list-item;
    list-style-type: disc;
}
.privacy-list{
    padding-left: 15px;
}
#tabs-product-1 ul {
    padding-left: 15px;
}

.product-detail-btn {
    position: absolute;
    bottom: -65px;
    left: 0;
    width: 100%;
}


@media screen and (max-width: 768px) {
    .hide-mobile {
        display: none !important;
        color: #54545E;
    }


}

@media screen and (max-width: 991px) {
    .product__price {
        text-align: center;
    }

    .product__price ul li {
        list-style-type: none;
    }

    .product__title {
        font-size: 16px;
    }

}

@media screen and (min-width: 768px) {
    .swiper-navigation_modern .swiper-button-prev::before, .swiper-navigation_modern .swiper-button-next::before {
        font-size: 16px;
        line-height: 35px;
    }

    .swiper-navigation_modern .swiper-button-prev, .swiper-navigation_modern .swiper-button-next {
        height: 35px;
    }
}


@media screen and (min-width: 992px) {

    html:not(.tablet):not(.mobile) .product-wrapper .product-detail-btn {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.8s;
    }

    html:not(.tablet):not(.mobile) .product-wrapper:hover .product-detail-btn {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (min-width: 1600px) {
    .rd-navbar-fullwidth .rd-navbar-main-outer {
        padding: 20px 0;
    }

    .rd-navbar-fullwidth .rd-navbar-aside, .rd-navbar-fullwidth .rd-navbar-main {
        max-width: 1200px;
    }
}
.product__price{
    padding-left: 10px;
}
