body {
    font-family: 'Lato';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Lora';
}

hr.hr-white {
    max-width: 200px;
    border-top: solid #fff 1px;
    margin: 50px auto;
}

hr.hr-black {
    max-width: 200px;
    border-top: solid #000 1px;
    margin: 50px auto;
}

section {
    padding: 6rem 0;
}

section h2 {
    font-size: 2.25rem;
    line-height: 2rem;
}

@media (min-width: 992px) {
    section h2 {
        font-size: 3rem;
        line-height: 2.5rem;
    }
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

.preloader-wrapper {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #180b03;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader {
    background: url(../img/fr-logo-white.svg);

    height: 70px;
    width: 60px;
    animation-name: spin;
    animation-duration: 0.8s;
    /* Things added */
    animation-iteration-count: infinite;
    display: inline-block;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.btn-xl {
    padding: 1rem 1.75rem;
    font-size: 1.25rem;
}

.btn-social {
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.25rem;
    line-height: 2rem;
}

.scroll-to-top {
    z-index: 1042;
    right: 1rem;
    bottom: 1rem;
    display: none;
}

.scroll-to-top a {
    width: 3.5rem;
    height: 3.5rem;
    background-color: rgba(33, 37, 41, 0.5);
    line-height: 3.1rem;
}

#mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 700;
    font-family: 'Lato';
}

#mainNav .navbar-brand {
    color: #deb886;
}

#mainNav .navbar-brand span {
    color: #98633b;
}

#mainNav .navbar-nav {
    margin-top: 1rem;
    letter-spacing: 0.0625rem;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
    color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
    color: #deb886;
}

#mainNav .navbar-nav li.nav-item a.nav-link:active,
#mainNav .navbar-nav li.nav-item a.nav-link:focus {
    color: #fff;
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.8rem;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
    }

    #mainNav .navbar-brand {
        font-size: 2em;
        -webkit-transition: font-size 0.3s;
        -moz-transition: font-size 0.3s;
        transition: font-size 0.3s;
    }

    #mainNav .navbar-nav {
        margin-top: 0;
    }

    #mainNav .navbar-nav>li.nav-item>a.nav-link.active {
        color: #341909;
        background: #deb886;
    }

    #mainNav .navbar-nav>li.nav-item>a.nav-link.active:active,
    #mainNav .navbar-nav>li.nav-item>a.nav-link.active:focus,
    #mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover {
        color: #341909;
        background: #deb886;
    }

    #mainNav.navbar-shrink {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

header.masthead .logo-image {
    width: 200px;
    height: auto;
}

header.masthead {
    padding-top: calc(6rem + 72px);
    padding-bottom: 6rem;
}

header.masthead h1 {
    font-size: 3rem;
    line-height: 3rem;
}

header.masthead h2 {
    font-size: 1.3rem;
    font-family: 'Lora';
    font-style: italic;
}

@media (min-width: 992px) {
    header.masthead {
        padding-top: calc(6rem + 106px);
        padding-bottom: 6rem;
    }

    header.masthead h1 {
        font-size: 4.75em;
        line-height: 4rem;
    }

    header.masthead h2 {
        font-size: 1.75em;
    }
}

/* ---------------------------------------------- /*
 * Features
/* ---------------------------------------------- */

section.features {
    background-color: #fff;
}

section.features h3 {
    font-size: 20px;
    margin: 10px 0 20px;
    font-family: 'Lato';
}

/* ---------------------------------------------- /*
 * Products
/* ---------------------------------------------- */


.products {
    background-color: #deb886;
}


/* Filter */

#filter {
    list-style-type: none;
    text-align: center;
    margin: 0 0 40px 0;
    padding: 0;
}

#filter li {
    background: #f5f5f5;
    display: inline-block;
    font: 400 13px/1.2 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 8px 20px;
    margin: 5px;
    color: #222;
    cursor: pointer;
}

#filter li:hover,
#filter li.active {
    background: #222;
    color: #fff;
}

/* Grid and products items */

.products-items-container {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.products-items-container .products-item {
    display: block;
    list-style: outside none none;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 10px;
    width: 25%;
}

.products-items-container .products-item img {
    display: block;
    width: 100%;
    height: auto;
}

.products-items-container .products-item {
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -ms-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

figure {
    background: #fff;
    border: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

figure img {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.product-info {
    background: #fff;
    padding: 20px;
}

.product-info h4 {
    font-size: 1.2rem;
    font-family: 'Lato';
}

.product-info hr {
    margin: 5px 0;
}

.product-info p {
    font-size: 13px;
    margin-bottom: 3px;
}

.product-info .price {
    font-size: 14px;
    float: right;
    padding: 5px 10px;
    background: #e9cfae;
    font-weight: bold;
    border-radius: 50px;
    margin-top: 5px;
}

.products-items-container .products-item figcaption {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 8px;
    left: 8px;
    opacity: 0;
    padding: 25px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 8px;
    transform: scale(1.1);
    transition: all 0.3s ease 0s;
}

.products-item a {
    font-size: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-indent: 200%;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.products-item .product-info .buy-now a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: auto;
    opacity: 1;
    position: relative;
    text-indent: unset;
    width: auto;
    z-index: unset;
    border: none;
    padding: 8px;
    border-radius: 4px;
}


.products-items-container .caption-inner {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -20px;
}

.caption-inner .products-item-title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.caption-inner .products-item-desc {
    color: #ddd;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-style: italic;
}

.products-items-container .products-item:hover figcaption {
    opacity: 1;
    -webkit-transform: scale(.97);
    -moz-transform: scale(.97);
    -ms-transform: scale(.97);
    -o-transform: scale(.97);
    transform: scale(.97);
}

@media (max-width: 991px) {

    .products-items-container .products-item {
        width: 50%;
    }

}

@media (max-width: 767px) {

    .products-items-container .products-item {
        width: 100%;
    }

}

.products-item.new-2025 {
    overflow:unset;
}

.products-item.new-2025::after {
    border-radius: 0;
    content: 'New for 2025';
    position: absolute;
    top: 13px;
    left: 24px;
    background: #338fa4;
    color: #fff;
    padding: 10px 29px;
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    border: 0px solid #341909;
    pointer-events: none;
    text-transform: uppercase;
}

/* Ajax products */

.white-popup-block {
    position: relative;
    background: #fff;
    text-align: left;
    max-width: 940px;
    margin: 40px auto;
}

.mfp-bg {
    background: #000;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

.popup-content,
.popup-callout {
    padding: 60px 40px;
}

.popup-callout {
    background: #f5f5f5;
    text-align: center;
}

.popup-header {
    text-align: center;
    margin: 0 0 30px;
}

.popup-title {
    margin: 0 0 5px;
}

.popup-subtitle {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 14px;
}

.popup-line {
    background: #49e2d6;
    width: 55px;
    height: 1px;
    margin: 15px auto;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
}

.products-slider .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 16px;
}

.products-slider img {
    width: 100%;
}

.products-slider .owl-controls {
    margin: 0;
}

.products-slider .owl-controls .owl-buttons .owl-prev {
    left: 0;
    margin: -20px 0 0 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.products-slider .owl-controls .owl-buttons .owl-next {
    right: 0;
    margin: -20px 0 0 0;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}


/* ---------------------------------------------- /*
* Custom Thumbnails Fancybox
/* ---------------------------------------------- */

.fancybox-caption {
    background: transparent !important;
    top: 0 !important;
}

.fancybox-caption--separate {
    margin-top: -65px !important;
}

.fancybox-thumbs {
    top: auto !important;
    width: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 80px !important;
    background: rgba(30, 30, 30, .6) !important;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
}

.fancybox-slide--image {
    padding: 44px 0 90px !important;
}

.fancybox-thumbs>ul>li {
    border-color: transparent !important;
}

.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0 !important;
    bottom: 0 !important;
}

button.fancybox-button.fancybox-button--thumbs:after {
    content: url(../img/swipe-ind.png);
    position: fixed;
    bottom: 10px;
    right: 20px;
    visibility: hidden;
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: swipe;
    -webkit-animation-duration: 3s;
}


.contact-section {
    background-color: #fff;
}

.floating-label-form-group {
    position: relative;
    border-bottom: 1px solid #e9ecef;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    font-size: 1.2em;
    position: relative;
    z-index: 1;
    padding-right: 0;
    padding-left: 0;
    resize: none;
    color: #000;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none !important;
}

.floating-label-form-group label {
    font-size: 0.85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
}

.floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #e9ecef;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #98633b;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #e9ecef;
}

.footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #fff;
}

.copyright {
    background-color: #0c0602;
}

a {
    color: #98633b;
}

a:focus,
a:hover,
a:active {
    color: #deb886;
}

.btn {
    border-width: 2px;
}

.bg-top {
    background-color: #341909 !important;
}

.bg-primary {
    background-color: rgba(34, 34, 34, 0.8) !important;
}

.bg-secondary {
    background-color: #341909 !important;
}

.text-primary {
    color: #18BC9C !important;
}

.text-secondary {
    color: #341909 !important;
}

.btn-primary {
    border-radius: 0;
    background-color: #341909;
    border-color: #deb886;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #deb886;
    color: #000;
    border-color: #341909;
}

.btn-secondary {
    background-color: #2C3E50;
    border-color: #2C3E50;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: #1a252f;
    border-color: #1a252f;
}

/* Video background css with fix  START */

.fullscreen-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    background: url('../video/wfb-vdeo-blured.jpg') center center / cover no-repeat;
    background-size: cover;
    background-position: center center;
}

.fullscreen-bg iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
    .fullscreen-bg {
        background: url('../video/wfb-vdeo.jpg') center center / cover no-repeat;
    }
    .fullscreen-bg iframe {
        display: none;
    }
}

/* Video background css with fix  END */

/* Iframe hack */

.fancybox-iframe {
    height: 100%;
}

.fancybox-slide--iframe .fancybox-content {
    width: 800px;
    height: 600px;
    max-width: 80%;
    max-height: 80%;
    margin: 0;
    background: #191919;
}

@media (max-width: 767px) {
    .fancybox-slide--iframe .fancybox-content {
        max-width: 100%;
        max-height: 100%;
    }
}

/* Read More Pure CSS Trigger*/

.read-more-wrap:after {
    content: '...';
}

.read-more-state:checked ~ .read-more-wrap::after {
    content: '';
}

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .1s ease;
}

.read-more-state:checked~.read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state~.read-more-trigger:before {
    content: '+ Find out more';
}

.read-more-state:checked~.read-more-trigger:before {
    content: '- Show less';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #cc0000;
    font-size: .9em;
    line-height: 2;
    border-radius: .25em;
    margin: 0 auto;
    text-align: center;
}