/* google-fonts */
* {
    box-sizing: border-box
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #323232;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    color: #323232;
    font-weight: 400;
    margin-bottom: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #80CC29
}

h3 {
    font-size: 36px;
    line-height: 1.2;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
    line-height: 1.4;
}

h6 {
    font-size: 14px;
    line-height: 1;
}

p {
    font-size: 15px;
}

span, input, img {
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

a, button, li {
    transition: .3s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.transition-3 {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

a, a:focus, a:hover, .footer-menu li a:hover {
    text-decoration: none;
    outline: 0 none;
    color: inherit;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #444444;
    font-size: 15px;
    opacity: 1;
}

/* social-link */
.social-link li a {
    font-size: 14px;
}

.social-link li a:hover {
    color: #fc4a1a;
}
/*Pre Loader*/

/*Hero Section*/

/*Call To Action*/
.call-to-action{
    margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #7FCD29;
    border-bottom: 1px solid #7FCD29;
}

.call-to-action-icon-size{
    font-size:45px;
    margin-right: 15px;
}

.call-to-action-tagline{
    font-size: 20px;
}

/*Featured Products*/

/*Best Selling Products*/

/* To Top */

/* Scroll to Top */
html .scroll-to-top {
    transition: opacity 0.3s;
    background: #404040;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #FFF;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 10px 10px 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    min-width: 50px;
    z-index: 1040;
    font-size: 0.8em;
}

html .scroll-to-top:hover {
    opacity: 1;
}

html .scroll-to-top.visible {
    opacity: 0.75;
}

html .scroll-to-top span {
    display: inline-block;
    padding: 0 5px;
}

html.lightbox-opened .scroll-to-top {
    right: 27px;
}

@media (max-width: 991px) {
    html .scroll-to-top.hidden-mobile {
        display: none !important;
    }
}


/* Footer -- */
.footer-bg {
    background: #151616;
}

.footer-top li a {
    margin-bottom: 24px;
}

.footer-area p, .footer-area li a, .footer-area li, .footer-area p a {
    color: #a3a3a3;
    font-size: 15px;
    line-height: 1;
}

.footer-area li a:hover, .footer-area p a:hover, .social-link li a.active, .footer-area p a.c-theme {
    color: #80CC29
}

.footer-area p {
    line-height: 2;
}

.footer-widget h5 {
    font-size: 18px;
    font-weight: 500;
}

.social-link li a {
    margin-right: 20px;
    display: inline-block;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-80 {
    padding-top: 80px;
}

.mt-30 {
    margin-top: 30px;
}
