@import "widths.css";

body {

    padding: 0;
    font-family: "Lato";

}

.bodybg {
    background-image: url('/images/bggreen2.jpg');
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
}

@media all and (min-width: 1200px) {
    .mt-n-50 {
        position: relative;
        top: -50px;
    }
}

#loader {
    transition: all 0.4s;
}

#loader.loaded {
    visibility: hidden;
    opacity: 0;
}

.slideshow {
    position: absolute !important;
    z-index: -1;
    top: 0;

}

.text-blue {
    color: #3867c6;
}

.text-green {
    color: #7fff2a;
}

.text-black {
    color: black;
}

.text-small {
    font-size: 0.75em;
}

.text-very-small {
    font-size: 0.5em;
}

.text-shadow-black {
    text-shadow: 1px 1px 1px black;
}

.bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
}

.bg-white-80 {
    background-color: rgba(255, 255, 255, 0.8);

}

.bg-black-50 {
    background-color: rgba(0,0,0, 0.5);
}
.bg-black-80 {
    background-color: rgba(0,0,0, 0.8);
}

.bg-cover {
    background-size: cover;
    background-position: center center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
}

@media all and (min-width: 768px) {
    .ball {
        height: auto;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        display: table;
        box-sizing: border-box;
        width: 100%;
    }

    .ball > div {
        display: table-cell;
        vertical-align: middle;
        padding: 10%;
    }
}

@media all and (max-width: 767px) {
    .ball {

        overflow: hidden;
        position: relative;
        height: auto;
        display: table;
        box-sizing: border-box;
        width: 100%;
    }

    .ball > div {
        display: table-cell;
        vertical-align: middle;

    }

}

.ball1 {
    /*box-shadow: 0 0 10px 0 #354921;*/
    /*background: linear-gradient(#83d086,#3ad02c);*/
    background-color: rgba(255, 255, 255, 0.8);
    background-position: bottom left;
    /*border: 2px solid  white;*/

}

.ball2 {
    box-shadow: 0 0 2px 0 #354921;
    /*background: linear-gradient(#83d086,#3ad02c);*/
    background-position: bottom left;
    border: 2px solid #222;

}

#carticon {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 5px;
    right: 10px;
    color: #77eb2a;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    transition: all 0.3s;
    z-index: 200;
}

#carticon:hover {
     transform: scale(1.3) translateX(-12.5%) translateY(12.5%);
     transition: all 0.3s;
 }
#carticon.changed {
    transform: scale(2) translateX(-27.5%) translateY(27.5%);
    transition: all 0.3s;
}

#cartcount {
    position: absolute;
    top: 0;
    right: 0;
    color: #025a06;
    width: 40px;
    height: 50px;
    line-height: 42px;
    font-size: 12px;
    z-index: 201;
}
.card-body p {
    margin: 2px 0;
}

.flip-cont .card-body {
    overflow: hidden;
}

.flip-cont .card-footer {
    box-shadow: 0 -20px 15px #fff;
}

@media all and (min-width: 768px) {
    .product {
        height: 300px;
        margin-bottom: 10px;
    }

    .mobile-only {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .product {
        height: 250px;
        margin-bottom: 5px;
    }

    .mobile-pad {
        padding-top: 30px;
    }
}

.clear-left {
    clear: left;
}

.row.collapse.show {
    display: flex;

}
.addcart, .cantadd {
    background: none;
    border: none;
}
#footer {
    background-color: rgba(0,0,0,0.5);
    color: white;
    font-size: 10px;
    height: 12px;
    line-height:12px;
    text-align: right;
    padding-right: 10px;
    width: 100%;
    display: block;
}
.navbar-light .navbar-nav .nav-link{
    margin-left: 10px;
    color:rgba(0,0,0,.8);
    transition: background-color 0.3s;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    font-size: 18px;
}
.navbar-light .navbar-nav .nav-link:hover{
    color:rgba(0,0,0,1);
    /*background-color: rgba(0,100,0,0.4);*/
    background-color: #3AD02C;
    transition: background-color 0.3s;
}
a {
    color: #1e7e34;
}
.mh200 {
    max-height:200px;
}
.photoremove {
    position: absolute;
    top: 10px;
    right: 10px;
}