﻿.parallax-content {
    background-color: rgba(0, 0, 0, 0.3);
}

.parallax-container-colored-background {
    background-color: #72af30;
}

    .parallax-container-colored-background .parallax-content {
        background-color: transparent;
    }


.ul-privacy-content {
    list-style-type: disc;
    padding-left: 15px;
}

.swiper-slide-cover .cover1 {
    background: url(images/app/backgrounds/slide1.jpg) center;
    background-size: cover;
}

.swiper-slide-cover .cover2 {
    background: url(images/app/backgrounds/slide2.jpg) center;
    background-size: cover;
}

.swiper-slide-cover .cover3 {
    background: url(images/app/backgrounds/slide3.jpg) center;
    background-size: cover;
}

.headed-form {
    margin-top: 45px;
}

.rating-label {
    margin-right: 15px;
}

.m-3 {
    margin: 3px !important;
}

.m-5 {
    margin: 5px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.p-3 {
    padding: 3px !important;
}

.p-5 {
    padding: 5px !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pl-pr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

@media (min-width: 992px) {
    .order-md-2 {
        order: 2 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }
}

.contact-info p {
    color: #fff
}

.pictureNumber {
    padding: 5px;
    left: 0px;
    text-align: center;
    bottom: 0px;
    color: #fff;
    line-height: 1;
    display: inline-block;
    position: absolute;
    min-width: 23px;
    background-color: #72af30;
}

.swiper-bg-content * + .group-xs {
    margin-top: 120px;
}


.error {
    color: #d9534f;
}

.swiper-modern .swiper-slide-caption h1 {
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px #333;
    background-color: rgba(60, 118, 61, 0.6);
    margin-bottom: 10px;
    width: fit-content;
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-modern .swiper-slide-caption h2 {
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px #333;
    background-color: rgba(60, 118, 61, 0.6);
    margin-bottom: 10px;
    width: fit-content;
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumbs-custom {
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
}

    .breadcrumbs-custom h1 {
        color: white;
        font-weight: 600;
        font-size: 40px;
        text-transform: uppercase;
        text-shadow: 0 1px 2px #333;
        background-color: rgba(60, 118, 61, 0.6);
        width: fit-content;
        padding: 5px 20px 5px 20px;
        border-radius: 5px;
    }

    .breadcrumbs-custom h2 {
        color: white;
        font-weight: 600;
        font-size: 20px;
        text-transform: uppercase;
        max-width: unset;
        text-shadow: 0 1px 2px #333;
        background-color: rgba(60, 118, 61, 0.8);
        width: fit-content;
        padding: 5px 20px 5px 20px;
        border-radius: 5px;
    }

.review-quote {
    text-shadow: 0 1px 2px #333;
    background-color: rgba(60, 118, 61, 0.8);
    padding: 10px;
    border-radius: 5px;
}

.height-150px {
    height: 150px !important
}

.height-250px {
    height: 250px !important
}

.width-250px {
    width: 250px !important
}

.width-350px {
    width: 350px !important
}
/*Logo*/





.rd-navbar--is-stuck .logo-fox {
    top: -11px !important;
    animation: 0.7s sprite-animation infinite;
    transition: .4s all ease;
}

    .rd-navbar--is-stuck .logo-fox img {
        transition: 300ms ease-in-out all;
        width: 80px !important;
    }

/**************************************************************************************/
/*Designed for Desktops*/
@media only screen and (min-width: 992px) {
    .section-md {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .swiper-modern .swiper-slide-caption h1 {
        font-weight: 700;
        font-size: 50px;
    }

    .swiper-modern .swiper-slide-caption h2 {
        font-weight: 600;
        font-size: 30px;
    }

    .breadcrumbs-custom h1 {
        font-weight: 600;
        font-size: 40px;
    }

    .breadcrumbs-custom h2 {
        font-weight: 600;
        font-size: 25px;
    }
}

/*Design for Portrait tablets*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-md {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .swiper-modern .swiper-slide-caption h1 {
        font-weight: 700;
        font-size: 50px;
    }

    .swiper-modern .swiper-slide-caption h2 {
        font-weight: 600;
        font-size: 30px;
    }

    .breadcrumbs-custom h1 {
        font-weight: 600;
        font-size: 40px;
    }

    .breadcrumbs-custom h2 {
        font-weight: 600;
        font-size: 25px;
    }
}

/*Design for Mobile (Portrait)*/
@media only screen and (max-width: 767px) {
    .swiper-modern .swiper-slide-caption h1 {
        font-weight: 700;
        font-size: 50px;
    }

    .swiper-modern .swiper-slide-caption h2 {
        font-weight: 600;
        font-size: 30px;
    }

    .breadcrumbs-custom h1 {
        font-weight: 600;
        font-size: 40px;
    }

    .breadcrumbs-custom h2 {
        font-weight: 600;
        font-size: 25px;
    }
}

/*Design for Mobile*/
@media (max-width: 480px) {
    .swiper-modern .swiper-slide-caption h1 {
        font-weight: 600;
        font-size: 35px;
    }

    .swiper-modern .swiper-slide-caption h2 {
        font-weight: 600;
        font-size: 20px;
    }

    .breadcrumbs-custom h1 {
        font-weight: 600;
        font-size: 20px;
    }

    .breadcrumbs-custom h2 {
        font-weight: 600;
        font-size: 15px;
    }

    .google-rev {
        display: none !important;
    }
}

.fa-stack[data-count]:after {
    position: absolute;
    top: -5%;
    content: attr(data-count);
    font-size: 60%;
    padding: .5em;
    border-radius: 999px;
    line-height: .75em;
    color: #72af30;
    text-align: center;
    min-width: 2em;
    font-weight: bold;
    background: white;
    border: 1px solid;
}

.fa-stack[data-count]:hover:after {
    color: #939292;
}

@media (max-width: 768px) {
    .fa-stack[data-count]:after {
        color: #333;
    }
}

.box-product-sale .box-product-price.sale {
    display: inline-block;
}

.box-product-sale:before {
    content: '%' !important;
}

.shopping-cart-title {
    font-size: 40px !important;
}

.table-shopping-cart th {
    padding: 10px 10px;
}

.table-shopping-cart img {
    height: 60px;
}

.hotProduct {
    position: absolute;
    top: 15px;
    padding: 3px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    background: #72af30;
    right: 0px;
}

.saleProduct {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px 20px 5px 20px;
    text-align: center;
    color: white;
    font-size: 13px;
    background: #72af30;
}

.text-line a, .text-line span {
    background-color: #fff;
    margin-bottom: 0 !important;
    padding-right: 10px;
    position: relative;
    z-index: 2;
}

.text-line::before {
    background-color: #c6c7c8;
    content: "";
    position: absolute;
    top: 55%;
    right: 0;
    left: 50px;
    height: 1px;
    z-index: 1;
}

h1.text-line, .h1.text-line, h2.text-line, .h2.text-line, h3.text-line, .h3.text-line {
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
}

.button-float-right {
    float: right;
    text-transform: unset !important;
    cursor: pointer;
}

.cursor-hand {
    cursor: pointer;
}

.grecaptcha-badge {
    visibility: hidden;
}

.addToCard {
    padding: 3px 10px 3px 0px;
    right: 5px;
    bottom: 3px;
    color: #fff;
    line-height: 1;
    position: absolute;
    background-color: #72af30;
    cursor: pointer;
    border-radius: 5px;
}

    .addToCard:hover {
        background-color: #619d1f;
    }

.mb-10 {
    margin-bottom: 10px !important
}

.h-275 {
    height: 275px !important;
}

.google-rev {
    width: 100px;
    position: fixed;
    bottom: calc(50% - 50px);
    right: 20px;
    z-index: 100;
    cursor: pointer;
}



@media (min-width: 1200px) {
    .mh-xl-640 {
        height: 640px;
    }
}

@media (min-width: 768px) {
    .pb-md-18, .py-md-18 {
        padding-bottom: 13.75rem !important;
    }
}

@media (min-width: 768px) {
    .pt-md-18, .py-md-18 {
        padding-top: 13.75rem !important;
    }
}

@media (min-width: 1200px) {
    .pl-xl-13, .px-xl-13 {
        padding-left: 6.25rem !important;
        padding-right: 6.25rem !important;
    }
}

.fs-30 {
    font-size: 30px !important;
    font-weight: bold !important;
}

.fs-25 {
    font-size: 25px !important;
    font-weight: bold !important;
}

.fs-20 {
    font-size: 20px !important;
    font-weight: bold !important;
}

.fs-16 {
    font-size: 16px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

@media (min-width: 1200px) {
    .pl-xl-13, .px-xl-13 {
        padding-left: 7.25rem !important;
        padding-right: 7.25rem !important;
    }
}

@media (min-width: 992px) {
    .pb-lg-6, .py-lg-6 {
        padding-bottom: 0.55rem !important;
    }
}

@media (min-width: 992px) {
    .pt-lg-6, .py-lg-6 {
        padding-top: 0.55rem !important;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .mh-xl-640 {
        height: 600px !important;
    }
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.backgroundheight {
    height: 600px !important;
}

.backgroundheight2 {
    height: 600px !important;
}

.backgroundheight3 {
    height: 600px !important;
}

.backgroundheight4 {
    height: 600px !important;
}

.backgroundheight5 {
    height: 600px !important;
}

@media only screen and (min-width: 1200px) {
    .backgroundheight {
        height: 650px !important;
    }

    .backgroundheight2 {
        height: 770px !important;
    }

    .backgroundheight3 {
        height: 795px !important;
    }

    .backgroundheight4 {
        height: 830px !important;
    }

    .backgroundheight5 {
        height: 1045px !important;
    }
}

@media only screen and (max-width: 1274px) {
    .mt-30 {
        margin-top: 5px !important;
    }
}

.mt-100 {
    margin-top: 100px !important;
}

@media only screen and (max-width: 1401px) {
    .mt-100 {
        margin-top: 5px !important;
    }
}

.mt-105 {
    margin-top: 105px !important;
}

@media only screen and (max-width: 1401px) {
    .mt-105 {
        margin-top: 5px !important;
    }
}

.mt-95 {
    margin-top: 95px !important;
}

@media only screen and (max-width: 1401px) {
    .mt-95 {
        margin-top: 5px !important;
    }
}

.mt-120 {
    margin-top: 120px !important;
}

@media only screen and (max-width: 1401px) {
    .mt-120 {
        margin-top: 5px !important;
    }
}

@media only screen and (max-width: 991px) {
    .range {
        padding-bottom: 15px !important;
    }
}

@media (min-width: 1200px) {
    .shell, .shell-wide {
        max-width: 1245px !important;
    }
}

@media (min-width: 1200px) {
    .menulist1 {
        margin-top: 8px !important;
    }
}

/* Chrome, Safari, Edge, Opera */
#quantity::-webkit-outer-spin-button,
#quantity::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield !important;
}

.section-with-image-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px !important;
    height: 600px !important;
}

    .section-with-image-text .image-container,
    .section-with-image-text .text-container {
        width: 48%;
    }

    .section-with-image-text.reversed .image-container,
    .section-with-image-text.reversed .text-container {
        order: 2;
    }

.image-container img {
    max-width: 100%;
    height: 600px !important;
}

.container-image {
    width: 50% !important;
}

.container-text {
    width: 40% !important;
    margin-right: 75px !important;
}

.container-image1 {
    width: 50% !important;
}

.container-text1 {
    width: 40% !important;
    margin-left: 75px !important;
}

@media (max-width: 991px) {
    .section-with-image-text {
        flex-direction: column;
        height: auto !important;
    }

        .section-with-image-text .image-container,
        .section-with-image-text .text-container {
            width: 100%;
            margin: 0;
        }

    .image-container img {
        width: 100%;
        height: auto !important;
    }

    .container-image,
    .container-text,
    .container-image1,
    .container-text1 {
        width: 100% !important;
        margin: 0 !important;
    }

    .container-text, .container-text1 {
        margin: 10px !important;
        padding: 10px !important;
    }

    .image-container {
        order: 1 !important;
    }

    .text-container {
        order: 2 !important;
    }
}

.fa-angle-up:before {
    font-size: 20px !important;
}

.button-margin {
    margin-right: 0 !important;
}

.form-mobile {
    display: none;
}

.checkout-mobile {
    display: none;
}

@media (max-width: 767px) {
    .form-desktop {
        display: none;
    }

    .form-mobile {
        display: block;
    }

    .checkout-desktop {
        display: none;
    }

    .checkout-mobile {
        display: block;
    }

    .product-img {
        width: 100px !important;
        max-width: 300px !important;
        height: 100px !important;
        object-fit: contain !important;
    }

    .delete-btn-mobile {
        margin-left: 50px;
        text-align: left;
    }

    .ml-3 {
        margin-left: 30px !important;
    }

    .mr-3 {
        margin-right: 30px !important;
    }

    .mb-3 {
        margin-bottom: 30px !important;
    }

    .no-margins {
        margin-left: -7px !important;
    }

    .col-6-custom {
        width: 50% !important;
    }

    .mr-1 {
        margin-right: 14px !important;
    }

    .border-mobile {
        border-bottom: 1px solid;
    }
}

.logo-size{
    width:100px!important;
}

.text-bold-size{
    font-size: 27px !important;
}

.text-bold-size-two {
    font-size: 24px !important;
}

.logo-fox {
    position: absolute;
    bottom: 0;
    left: calc(51% + 19px);
    transform: translate(-46%, 30%);
    z-index: 3;
    width: 122px;
}


@media only screen and (max-width: 1024px) {
    .logo-fox {
        position: fixed;
        bottom: 20px;
        width: 100%;
        text-align: center;
        left: unset;
        transform: unset;
    }


    .logo-fox img {
        width: 122px;
    }
}