*, html, body, a, p, h1, h2, h3, h4, h5, h6, span, small {
    font-family: 'Montserrat', sans-serif !important;
}

header:hover {
    background-color: white;
    transition: .5s ease;
}

input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}

#footer input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
}

.hidden-input, .hidden-input-2 {
    display: none;
}

.cke_notifications_area {
    display: none
}

.visible-input {
    display: block;
}

header:hover a, header:hover .nav-link {
    color: #031612 !important;
}

.header-white a, .header-white .nav-link {
    color: #031612 !important;
}

.form-control:focus {
    box-shadow: none;
}

header:hover .logo {
    background: url(/public/images/orange-logo.svg);
}

.header-white {
    background: white;
}

.header-white .logo {
    background: url(/public/images/orange-logo.svg);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 9rem !important;
}

.text-dark-orange {
    color: #fe6c17;
}

.sweatblock-about .border {
    border: 3px solid #fe6c17 !important;
    width: 85px;
}

.bg-testimonial {
    background-color: #fff5ea;
}

.bg-testimonial .stars i {
    color: #fe6c17
}

.swiper-slide:hover {
    cursor: pointer;
}

@media (min-width: 992px) {

    .logo {
        background: url(/public/images/logo.svg);
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        height: 9rem !important;
    }

    .navbar-expand-lg .nav-item > .nav-link {
        height: 2rem;
    }

    .navbar-expand-lg .navbar-brand {
        width: 9rem;
    }

    .icons-box .col-md-2 {
        width: 20%;
    }

    .container-fluid {
        padding-right: 35px;
        padding-left: 35px;
    }

    header:not(.scroll-up):not(.is-sticky):not(.is-fixed) .navbar-light.navbar-link-white .navbar-nav .nav-link {
        color: white;
        font-size: 1.3rem;
    }

    section {
        padding: 0;
    }

    header.header-absolute-top .navbar {
        max-width: 100%;
    }

    input:not([type="checkbox"]):not([type="radio"]) {
        height: 40px !important;
    }

    .modal-dialog .product-title a {
        font-size: 2rem;
    }
}

@media (min-width: 576px) {
    .pt-40 {
        padding-top: 20rem;
    }

    .modal-dialog {
        max-width: 746px;
        margin: auto;
        height: 100vh;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 991.9px) {
    .logo {
        background: url(/public/images/orange-logo.svg);
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        height: 6rem !important;
    }

    #mainMenu .nav-link {
        text-transform: uppercase;
        color: #031612;
        opacity: .7;
    }

    #mainMenu ul li:not(:last-child) {
        border-bottom: 1px solid rgba(3, 22, 18, 0.5);
    }

    #mainMenu-trigger {
        height: 50px !important;
    }

    .index-video-1 .html5vid video, .index-video-1 .html5vid:before {
        height: 50vh !important;
    }

    .fullscreen {
        min-height: 50vh;
    }

    header nav {
        background-color: white !important;
        padding: 8px !important;
    }
}

.form-control-lg {
    font-size: 1rem !important;
}

input:not([type="checkbox"]):not([type="radio"]), select {
    border-radius: 0;
    border-color: #bdbfbf !important;
}

.hover-lift:hover {
    transform: translateY(-15px);
}

.hover-lift:hover > h4 {
    font-weight: 600 !important;
    transition: .5s ease;

}

.section-2-background {
    background-color: #f5f5f5;
}

.icons-box img {
    width: 130px;
    height: 130px;
}

.cursor-text {
    cursor: text;
}

h1, h2, h3, h4, h5, h6, a, p, .display-1, .display-2, .display-3, .display-4, .display-5 {
    letter-spacing: 0px;
}

#footer {
    background-color: #514a45;
}

.btn-transparent {
    background-color: transparent;
}

#footer .footer-form input::placeholder {
    font-size: 1rem !important;
}

#footer .footer-form .form-control:focus {
    background-color: transparent;
    box-shadow: none;
}

#footer .footer-form .input-group-append button:hover > span {
    color: rgba(255, 255, 255, 0.7) !important;
}

#footer .si {
    width: 30px;
    height: 30px;
}

#footer .color-gray {
    color: #cbc9c8 !important;
}

.link-hover-underline-2:hover {
    text-decoration: underline !important;
}

#footer .link-hover-underline-custom:hover {
    text-decoration: underline;
    color: white !important;
}

.text-underline {
    text-decoration: underline;
}

.form-contacts p {
    font-size: 1.2rem;
    margin-bottom: 0;
}

#footer .footer-bottom .dropdown-menu a {
    color: black !important;
}

.btn-custom, .btn-custom-green, .btn-custom-white {
    border-radius: 0 !important;
    text-transform: inherit !important;
    padding: 17px 18px !important;
}

.opacity-05 {
    opacity: .05 !important;
}
.text-truncate-custom{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.btn-custom {
    background-color: #f48040 !important;
    border-color: #f48040 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.text-color-orange {
    color: #f48040;
    font-size: 1.15rem;
    letter-spacing: .7px;
}

.bg-primary {
    background-color: #f87936 !important;
    border-color: #f87936 !important;
}

a, h1, h2, h3, h4, h5, h6, p, span, small {
    color: rgba(0, 0, 0, 0.7);
}

.border-right-white {
    border-right: 1px solid #fff;
    padding-right: 15px;
}

.select-lang .dropdown-menu, .select-lang .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent !important;
}

.select-lang .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.7);
    box-shadow: none;
    border-radius: 0;
}

.select-lang .dropdown-menu a {
    color: rgba(0, 0, 0, 0.7) !important;
}

.index-video-1 .html5vid video, .index-video-1 .html5vid:before {
    height: 95%;
}

.index-video-2 .bg-overlay, .index-video-2 .html5vid, .index-video-2.fullscreen {
    height: 65vh;
    min-height: 65vh;
}

.grid-5-columns .product .product-title {
    max-width: 100%;
}

.grid-5-columns .product .product-title a:hover, .grid-5-columns .product .product-brand a:hover, .modal .product-title a:hover, .modal .product-brand a:hover {
    color: inherit;
}

.grid-5-columns .product .product-brand a {
    opacity: 0.6;
    font-size: .9rem;
}

.modal .product-brand a {
    opacity: .6;
    font-size: 1rem;
}

.modal .product-detail a {
    color: #514a45;
    margin-top: 10px;
    font-size: 1.1rem;
    font-weight: 400;
}

.modal .product-detail a:hover {
    opacity: .7;
    color: inherit;
}

.modal hr:not([size]) {
    height: .8px;
    opacity: .3;
    margin-top: 20px;
}

.grid-5-columns .product .product-title h3 a {
    font-size: 1.1rem;
}

.grid-5-columns .product .product-price-2 ins {
    font-size: 1.1rem;
}

.grid-5-columns .product {
    margin-bottom: 0;
}

.grid-5-columns .grid-item {
    padding: 10px !important;
}

.text-custom {
    color: #f48040 !important;
}

.card {
    box-shadow: none;
    border-radius: 0;
    border-color: transparent;
}

.whereToBuy .card {
    margin-bottom: 0;
}

.whereToBuy .card .product {
    margin-bottom: 0;
    margin: auto;
}

.product .product-overlay {
    bottom: inherit;
    padding: 0 15px;
    line-height: 35px;
    height: 35px;

}

.product:hover .product-overlay {
    padding: 0 15px;
    height: 35px;
    bottom: 10px;
    line-height: 35px;
}

.product .product-overlay a, .product .product-overlay a:hover {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #514a45;
    color: #514a45;
    text-shadow: none;
}

.fs-13 {
    font-size: 1.3rem;
}

.fs-12 {
    font-size: 1.2rem;
}

.fs-11 {
    font-size: 1.1rem;
}

.fs-01 {
    font-size: 1rem;
}

.fs-09 {
    font-size: .9rem;
}

.fs-08 {
    font-size: .8rem;
}

.box-3-container .web-div {
    position: absolute;
    top: 15%;
    left: 0;
    padding: 0 30px;
}
.box-3-container .web-div-2 {
    padding: 0 10px;
}
.box-3-container .web-div span:first-child{
    font-weight:600;

}
.box-3-container .web-div span {
    color:#f2803f;
}
.box-3-container .web-div span p {
    color:#f2803f;
    font-weight:400;
}
