:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

.logo a {
    color: #fff;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    width: 100%;
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

svg {
    overflow: hidden;
    vertical-align: middle
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1170px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

@media(min-width:576px) {

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

}

@media(min-width:768px) {

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

}

@media(min-width:992px) {

    .row-cols-lg-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

}

@media(min-width:1200px) {

    .row-cols-xl-1>* {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4>* {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

.d-none {
    display: none !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

@media(min-width:992px) {

    .d-lg-block {
        display: block !important
    }

}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-ul>li {
    position: relative
}

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

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

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

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

.fa-search:before {
    content: "\f002"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-phone:before {
    content: "\f095"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-long-arrow-right:before {
    content: "\f178"
}


.mt-15 {
    margin-top: 15px
}

.mt-25 {
    margin-top: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-135 {
    margin-bottom: 135px
}

.mr-20 {
    margin-right: 20px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}


body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #7b8491;
    font-size: 16px;
}

.recent-posts {
    margin-top: 50px;
}

button {
    cursor: pointer;
    transition: .3s
}

a:focus,
a:hover {
    color: #83156f;
    text-decoration: none
}

a,
button {
    color: #ff5b5b;
    outline: medium none;
    transition: .3s
}

button:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    color: #233d63;
    margin-top: 0;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    transition: .3s
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 {
    font-size: 48px;
    font-weight: 500
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

p {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #7b8491;
    margin-bottom: 15px;
    transition: .3s
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400
}

::selection {
    background: #AED731;
    color: #fff;
    text-shadow: none
}


*::placeholder {
    color: #7b8491;
    font-size: 17px;
    opacity: 1
}

#scrollUp i.fa {
    font-size: 15px
}

.cmn-btn {
    background: #fff;
    border-radius: 50px;
    color: #538f21;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding: 17px 35px;
    text-transform: uppercase;
    border: 2px solid #fff
}

.border-btn {
    background: transparent;
    color: #fff;
    border-color: #fff
}

.cmn-btn.border-btn:hover {
    color: #fff
}

@keyframes witr_bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-10px)
    }

    60% {
        transform: translateY(-5px)
    }
}

.cssload-zenith {
    width: 49px;
    height: 49px;
    margin: 0 auto;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-box-shadow: 3px 3px 1px #221583;
    box-shadow: 3px 3px 1px #834a15;
    animation: cssload-spin 690ms infinite linear;
}

.preloader {
    background: #fff none repeat scroll 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999
}

@keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.transparent-header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 8888;
    top: 20px
}

.slider-bg-1 {
    background-image: url('../image/header_bg.png');
    width: 100%;
    height: 985px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.main-menu ul li {
    display: inline-block;
    position: relative;
    margin-left: 30px
}

.main-menu ul li ul.submenu li.menu-item-has-children>a::after {
    transition: .3s;
    float: right;
    font-size: 11px;
    margin-top: 1px
}

.main-menu ul li ul.submenu li>ul.submenu {
    left: 109%;
    top: 20%;
    opacity: 0;
    visibility: hidden
}

.main-menu ul li ul.submenu li:hover>ul.submenu {
    opacity: 1;
    top: 0;
    visibility: visible
}

.main-menu ul li a {
    color: #fff;
    padding: 10px 0;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize
}

.main-menu ul li:hover a {
    color: #c8e75d
}

.main-menu ul li ul.submenu li:hover>a {
    color: #5d9627
}

.main-menu ul li.has-dropdown>a {
    padding-right: 15px;
    position: relative
}

.main-menu ul li.has-dropdown>a::after {
    position: absolute;
    content: "\f107";
    top: 50%;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    right: 0
}

.main-menu ul li ul.submenu {
    position: absolute;
    background: #fff;
    min-width: 223px;
    top: 120%;
    left: 0;
    text-align: left;
    padding: 10px 17px;
    box-shadow: 0 15px 30px 0 rgb(0 3 143 / 10%);
    visibility: hidden;
    opacity: 0;
    border-top: 4px solid #b7e12f;
    transition: .3s
}

.main-menu ul li ul.submenu li a {
    color: #333;
    padding: 10px 0;
    font-size: 14px
}

.main-menu ul li ul.submenu li a:hover {
    transform: translateX(10px)
}

.main-menu ul li ul.submenu li {
    display: block;
    margin: 0;
    line-height: 1
}

.main-menu ul li:hover ul.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.header-cart span i.fa {
    color: #fff;
    padding-left: 5px;
    position: relative;
    cursor: pointer
}

.header-cart span i.fa::after {
    content: "1";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 17px;
    top: -13px;
    background: #c8e75d;
    color: #448517;
    border-radius: 50px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 19px
}

.header-search {
    position: relative
}

.header-search-form {
    position: absolute;
    right: 0;
    top: 114%;
    background: #fff;
    width: 366px;
    -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    transform: translate3d(0, 20px, 0);
    -webkit-transform: translate3d(0, 20px, 0);
    visibility: hidden;
    opacity: 0
}

.search-form {
    margin: 20px
}

#header-search {
    width: 235px;
    height: 32px;
    margin: 0;
    border-right: 0;
    line-height: 17px;
    border-color: #eaeaea !important;
    border: 1px solid #e1e1e1;
    padding: 3px 9px;
    font-size: 14px;
    color: #444
}

.search-btn {
    border: 0;
    color: #fff;
    background-color: #599325;
    height: 32px;
    min-width: 67px;
    padding: 7px 15px 8px;
    display: inline-block;
    line-height: 17px;
    margin: 0
}

a.cmn-btn.border-btn {
    color: #fff
}

.header-search span i {
    color: #ffff;
    cursor: pointer;
    font-size: 16px;
    padding: 20px 15px;
    padding-right: 0
}

.header-search-form:before {
    position: absolute;
    top: -9px;
    right: 5px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 6px;
    border-color: transparent transparent #c6e85d transparent
}

.header-search-form:after {
    position: absolute;
    top: -3px;
    display: block;
    content: '';
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 3px;
    background-color: #c6e85d
}

input#header-search::placeholder {
    font-size: 14px
}

.slider-active {
    display: table;
    width: 100%;
    height: 100%
}

.single-slide-item {
    display: table-cell;
    vertical-align: middle
}

.slider-img img {
    margin-top: -70px;
    width: 365px
}

.slider-text h2 {
    font-size: 60px;
    font-weight: 700;
    padding-right: 20px;
    color: #fff;
    margin: 0;
    margin-bottom: 35px
}

.slider-text p {
    color: #fff;
    margin: 0
}

.slider-btn {
    margin-top: 45px
}

.section-title h3 {
    color: #333;
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 16px
}

.section-title h3 span {
    color: #6fa233
}

.section-title p {
    color: #333;
    font-weight: 400;
    font-size: 15px
}

.single-feature {
    width: 267px;
    height: 267px;
    background-image: -moz-linear-gradient(152deg, #83156f 0, #83156f 55%, #83156f 100%);
    background-image: -webkit-linear-gradient(152deg, #83156f 0, #83156f 55%, #83156f 100%);
    background-image: -ms-linear-gradient(152deg, #83156f 0, #83156f 55%, #83156f 100%);
    border-radius: 150px;
    padding-top: 55px
}

.features-icon span i {
    color: #fff;
    font-size: 60px;
    margin-bottom: 20px;
    display: block
}

.features-text h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px
}

.features-text p {
    color: #fff;
    font-size: 13px;
    margin: 0;
    line-height: 1
}

.item-price-area {
    background: #fff;
    position: relative
}

.section-bg {
    height: 399px;
    width: 45%;
    background-image: -moz-linear-gradient(38deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -webkit-linear-gradient(38deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -ms-linear-gradient(38deg, #834a15 0, #5b9426 55%, #428315 100%);
    position: absolute;
    position: absolute;
    top: 19%;
    left: 0
}

.item-text h2 {
    font-size: 31px;
    margin: 0;
    margin-bottom: 20px
}

.item-text p {
    font-size: 14px;
    color: #6b6b6b;
    margin: 0
}

.item-wrapper {
    margin-top: 56px
}

.product_blog_img img {
    width: 540px
}

.price-tag {
    color: #6fa233;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif
}

.price-tag span {
    color: #fb4a53;
    text-decoration: line-through;
    font-weight: 500
}

.cart-btn {
    background-image: -moz-linear-gradient(38deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -webkit-linear-gradient(38deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -ms-linear-gradient(38deg, #834a15 0, #5b9426 55%, #428315 100%);
    color: #fff
}

.cmn-btn.cart-btn:hover {
    background-image: -moz-linear-gradient(199deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -webkit-linear-gradient(199deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -ms-linear-gradient(199deg, #834a15 0, #5b9426 55%, #428315 100%)
}

.item-color {
    margin-top: 17px
}

.item-color .filter-color {
    margin-top: 15px
}

.item-image img {
    width: 335px
}

.item-price {
    margin-top: 21px
}

.item-color span.color-text {
    font-size: 18px;
    color: #787878;
    font-weight: 500
}

.item-price span.price-text {
    font-size: 18px;
    color: #787878;
    font-weight: 500
}

.item-btn {
    margin-top: 35px
}

.item-text h2 span {
    color: #6fa233
}

.gradient-bg {
    background-image: -moz-linear-gradient(-148deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -webkit-linear-gradient(-148deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -ms-linear-gradient(-148deg, #834a15 0, #5b9426 55%, #428315 100%)
}

.cta-text h2 {
    color: #fff;
    font-size: 38px;
    margin-bottom: 25px
}

.cta-text p {
    color: #fff;
    font-size: 16px;
    padding-right: 25px;
    margin: 0
}

.cta-text {
    margin-top: 46px
}

.cta-btn {
    margin-top: 40px
}

.section-bg-1 {
    height: 399px;
    width: 45%;
    background-image: -moz-linear-gradient(38deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -webkit-linear-gradient(38deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -ms-linear-gradient(38deg, #834a15 0, #5b9426 55%, #428315 100%);
    position: absolute;
    position: absolute;
    top: 19%;
    right: 0
}

.owl-carousel .owl-item .product_single_slider img {
    width: 123px;
    display: inline-block
}

.product_meta h2 {
    font-size: 18px;
    color: #787878;
    font-weight: 600;
    margin-bottom: 13px
}

.product_meta p {
    font-size: 25px;
    color: #6fa233;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif
}

.product_meta p span {
    color: #fb4a53;
    text-decoration: line-through
}

.cmn-btn.product_btn {
    background-image: -moz-linear-gradient(120deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -webkit-linear-gradient(120deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -ms-linear-gradient(120deg, #834a15 0, #5b9426 55%, #428315 100%);
    color: #fff
}

.cmn-btn.product_btn:hover {
    background-image: -moz-linear-gradient(70deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -webkit-linear-gradient(70deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -ms-linear-gradient(70deg, #834a15 0, #5b9426 55%, #428315 100%);
    color: #fff
}

.product_meta {
    margin: 45px 0
}

.product_slider.owl-carousel .owl-nav div {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: -moz-linear-gradient(38deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -webkit-linear-gradient(38deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -ms-linear-gradient(38deg, #834a15 0, #5b9426 55%, #428315 100%);
    margin-left: 6px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 20px
}

.product_slider.owl-carousel .owl-nav div:hover {
    background: #834a15
}

.section_link {
    margin-top: 65px
}

.section_link a {
    color: #609729;
    font-size: 16px;
    font-weight: 500
}

.stylet-faq {
    min-height: 450px
}

.stylet-faq .accordion .card {
    margin-bottom: 15px;
    border-radius: 0;
    border: 0
}

.stylet-faq .accordion .card .card-header {
    border-bottom: 0;
    padding: 0;
    background-image: -moz-linear-gradient(-166deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -webkit-linear-gradient(-166deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -ms-linear-gradient(-166deg, #834a15 0, #5b9426 55%, #428315 100%)
}

.stylet-faq .accordion .card .card-header h2 a {
    display: block;
    padding: 20px 25px;
    text-align: left;
    color: #fff;
    text-decoration: none
}

.stylet-faq .accordion .card .card-header h2 a i.fa {
    float: right;
    font-size: 20px;
    line-height: 20px;
    display: none
}

.stylet-faq .accordion .card .card-header h2 a[aria-expanded=true] i.fa.fa-angle-down {
    display: block
}

.stylet-faq .accordion .card .card-header h2 a[aria-expanded=false] i.fa.fa-angle-up {
    display: block
}

.product_blog_text h2 {
    font-size: 31px;
    margin: 0;
    margin-bottom: 20px
}

.product_blog_text h2 span {
    color: #538f21
}

.product_blog_img img {
    width: 470px
}

.features_img img {
    width: 470px
}

.product_blog_text p {
    font-size: 14px;
    color: #6b6b6b;
    margin: 0;
    padding-right: 20px
}

.cta-area-2 {
    background-image: -moz-linear-gradient(82deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -webkit-linear-gradient(82deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -ms-linear-gradient(82deg, #834a15 0, #5b9426 55%, #428315 100%)
}

.cta-2-text h2 {
    font-size: 31px;
    margin: 0;
    margin-bottom: 20px;
    color: #fff
}

.cta-2-text p {
    font-size: 14px;
    color: #6b6b6b;
    margin: 0;
    color: #fff
}

.cmn-btn.cart-btn.cta-2-btn {
    background: #fff;
    color: #62992a
}

.cmn-btn.cart-btn {
    color: #fff;
    border: 0
}

.cmn-btn.sl-btn {
    color: #6ea233
}

.owl-carousel .owl-item .client-wrapper img {
    width: 88px;
    border-radius: 50px;
    display: inline-block
}

.single-testimonial {
    background: #fff;
    padding: 55px 40px;
    padding-bottom: 33px
}

.client-info h3 {
    margin: 0;
    font-size: 23px;
    color: #333
}

.client-info p {
    margin: 0
}

.client-info {
    margin-top: 13px;
    padding-left: 15px
}

.client-wrapper {
    margin-bottom: 20px
}

.client-text p {
    color: #777;
    font-size: 16px;
    text-indent: inherit;
    font-style: italic
}

.testimonials-active.owl-carousel .owl-nav div {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: -moz-linear-gradient(38deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -webkit-linear-gradient(38deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -ms-linear-gradient(38deg, #834a15 0, #5b9426 55%, #428315 100%);
    margin-left: 6px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 20px
}

.testimonials-active.owl-carousel .owl-nav div:hover {
    background: #834a15
}

.footer-area {
    background-image: -moz-linear-gradient(-162deg, #83156f 0, #83156f 55%, #83156f 100%);
    background-image: -webkit-linear-gradient(-162deg, #83156f 0, #83156f 55%, #83156f 100%);
    background-image: -ms-linear-gradient(-162deg, #83156f 0, #83156f 55%, #83156f 100%);
    padding: 80px 0 30px 0
}

.footer-area,
.footer-area a {
    color: #fff
}

.footer-area h2,
.footer-area h3,
.footer-area h4 {
    color: #fff
}

.footer-wid h3 {
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
    font-size: 22px;
    color: #fff
}

.footer-wid p {
    color: #fff
}

.social-links a {
    font-size: 20px;
    padding-right: 15px;
    margin-top: 0;
    display: inline-block
}

.contact-info {
    position: relative;
    padding-left: 0
}

.contact-info i {
    margin-right: 20px;
}


.footer-subscribtion-form h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 30px
}

.footer_subscribtion_box {
    position: relative;
    width: 263px;
    height: 50px;
    margin-bottom: 10px
}

.footer_subscribtion_box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 106px 10px 13px;
    border-radius: 3px;
    font-size: 15px;
    border: 0;
    outline: 0;
    color: #8b7d77
}

.footer_subscribtion_box input::placeholder {
    font-size: 15px
}

.subs_btn {
    width: 44px;
    height: 35px;
    top: 8px;
    right: 8px;
    border-radius: 3px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: #62992b;
    z-index: 1;
    cursor: pointer
}

.subs_btn p {
    margin: 0
}

.footer-subscribtion-form p {
    font-size: 90%;
    margin: 0
}

.copyright-area,
.copyright-area a {
    color: #222
}

.copyright-area li {
    display: inline-block
}

.footer-wid li a:hover {
    color: #c8e75d
}

.copyright-area li:after {
    content: "|";
    padding-left: 10px;
    padding-right: 7px
}

.copyright-area li:last-child:after {
    display: none
}

.copyright-area {
    padding: 15px 0
}

.copyright-left p {
    color: #333;
    font-size: 15px
}

.copyright-right ul li {
    color: #333;
    font-size: 15px
}

.copyright-left p {
    margin: 0
}

p.contact-info i.fa {
    color: #c8e75d
}

.social-links a:hover i.fa {
    color: #c8e75d
}

.footer-wid h3 {
    position: relative;
    padding-bottom: 12px
}

.footer-wid h3::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 150px;
    left: 0;
    bottom: 0;
    background: #a3cc15
}

.footer-wid li a {
    display: block;
    padding-bottom: 5px
}

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.broadcamp-text h2 {
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize
}

.broadcamp-text p,
.broadcamp-text p a,
.broadcamp-text p span i.fa {
    color: #fff;
    font-size: 16px;
    font-weight: 300
}

.broadcamp-text p span i.fa {
    padding: 0 5px
}

a.about-team-popup i {
    position: absolute;
    top: 50%;
    color: #fff;
    z-index: 2;
    left: 40%;
    transform: translateX(-50%)translateY(-50%);
    transition: .3s;
    visibility: hidden;
    opacity: 0
}

.about-details-left h4 {
    font-size: 25px;
    color: #333;
    font-weight: 400;
    margin-bottom: 30px
}

.about-details-left p {
    color: #333
}

.about-team-text h4 {
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 25px;
    font-size: 18px
}

.about-team-single:hover a.about-team-popup i {
    left: 50%;
    visibility: visible;
    opacity: 1
}

.about-team-text p {
    color: #666;
    font-size: 16px;
    margin-bottom: 12px
}

.about-team-text a {
    font-size: 16px;
    margin: 0 10px;
    color: #548f21
}

.about-team-text a:hover {
    color: #979797
}

.about-team-area .section-title span {
    color: #538f21
}

.about-details-left h4 span {
    color: #6fa233
}

.about-team-area .section-title h4 {
    padding-bottom: 80px
}

.about-team-img img {
    width: 100%
}

.about-details-right img {
    width: 100%
}

.single-blog-top h3 {
    margin-top: 25px;
    margin-bottom: 25px
}

.single-blog-top P {
    font-weight: 300;
    color: #666;
    margin-bottom: 16px
}

.single-blog-left-tag a {
    font-weight: 300;
    color: #666;
    padding: 7px 22px;
    background: #f9f9f9;
    margin-left: 10px
}

span.tag-social a {
    padding: 0;
    background: 0;
    padding-left: 15px;
    color: #333
}

.single-blog-left-tag {
   margin-bottom: 40px;
}

span.tag-social {
    float: right;
}

.single-blog-left-tag a:hover {
    color: #fff;
    background: #689D2F
}

span.tag-social span {
    font-weight: 300;
    font-size: 14px
}

span.tag-social a:hover {
    color: #689D2F;
    background: transparent
}

.single-comments a img {
    float: left;
    margin-top: 25px
}

.comment-text-top h5 {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px
}

.comment-text-top p {
    color: #666;
    font-weight: 300;
    margin-bottom: 15px
}

.comment-text-top a {
    height: 35px;
    width: 35px;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    margin-right: 7px;
    border-radius: 3px;
    font-size: 14px;
    color: #666
}

.comment-text-top a:hover {
    background: #6ea133;
    color: #fff;
    border: 1px solid transparent
}

.single-comments.comment-2 a img {
    margin-top: 0
}

.post-comment form input[type="text"] {
    width: 100%;
    padding-left: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid #e9e9e9;
    font-weight: 300;
    margin-bottom: 30px
}

.post-comment form input::placeholder {
    color: #666
}

.post-comment form textarea {
    width: 100%;
    border: 1px solid #e9e9e9;
    padding: 20px;
    font-size: 16px;
    font-weight: 300;
    color: #666;
    height: 130px;
    margin-bottom: 25px
}

.post-comment form textarea::placeholder {
    color: #666
}

.post-comment form input[type="submit"] {
    padding: 9px 47px;
    border: 0;
    font-weight: 400;
    background: #488719;
    transition: .3s;
    color: #fff;
    cursor: pointer
}

.post-comment form input[type="submit"]:hover {
    background: #6ea233
}

span.single-blog-search input {
    width: 100%;
    background: #f8f8f8;
    border: 0;
    padding: 10px
}

span.single-blog-search i {
    position: absolute;
    right: 0;
    top: 3px;
    right: 20px;
    cursor: pointer;
    font-size: 14px
}

.single-blog-category h4 {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin-bottom: 18px
}

.single-blog-category ul li a {
    color: #666;
    font-weight: 300;
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 10px;
    line-height: 35px
}

.single-blog-category ul li a:hover {
    color: #699e2f;
    border-color: #689e2f
}

.single-blog-category ul li:last-child a {
    border-bottom: 0
}

.recent-posts h4 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 30px
}

.recent-post-texts h5 {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-bottom: 5px;
    transition: .4s
}

.recent-post-texts:hover h5 {
    color: #6fa234
}

.recent-post-texts p {
    font-size: 14px;
    color: #666;
    font-weight: 300
}

.recent-posts-single img {
    float: left;
    margin-top: -9px
}

.single-blog-right-tags a {
    font-weight: 300;
    color: #fff;
    padding: 10px 15px;
    min-width: 120px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    text-align: center;
    border-radius: 4px;
    background-image: -moz-linear-gradient(38deg,#83156f 0,#83156f 55%,#83156f 100%);
    background-image: -webkit-linear-gradient(38deg,#83156f 0,#83156f 55%,#83156f 100%);
    background-image: -ms-linear-gradient(38deg,#83156f 0,#83156f 55%,#83156f 100%);
    transition: .4s
}

.single-blog-right-tags a:hover {
    background-image: -moz-linear-gradient(38deg,#83156f 0,#83156f 55%,#83156f 100%);
    background-image: -webkit-linear-gradient(38deg,#83156f 0,#83156f 55%,#83156f 100%);
    background-image: -ms-linear-gradient(38deg,#83156f 0,#83156f 55%,#83156f 100%);
    color: #fff
}

.blog-social-icon span {
    font-size: 14px;
    padding-right: 25px;
    color: #666
}

.blog-social-icon span i {
    padding-right: 5px
}

.single-blog-img img {
    width: 100%
}

.single-blog-text h4 {
    color: #333;
    font-weight: 500;
    margin-bottom: 13px;
    transition: .4s;
    font-size: 18px
}

.single-blog-text p {
    color: #666;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 16px
}

.single-blog-items:hover a h4 {
    color: #538f21
}

.single-blog-items:hover .single-blog-img img {
    transform: scale(1.6)
}

.single-blog-img img {
    transition: .8s
}

.shop-pagination.cta ul li a:hover {
    background: #4594c6;
    border: 1px solid transparent
}

.shop-pagination ul.pagination li a:hover {
    background: #538f21;
    color: #fff;
    border: 1px solid transparent
}

.shop-pagination ul.pagination li a:focus {
    box-shadow: none
}

.shop-pagination ul.pagination li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    border: 1px solid #538f21;
    border-radius: 100px;
    margin: 0 5px;
    color: #4e4e4e;
    text-align: center;
    line-height: 35px;
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}
.fa-home:before {
    content: "\f015";
}

.contact-left-single {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}

.contact-left-address {
    background: #f1f1f1;
    padding: 50px;
}

.contact-form-right {
    background: #f1f1f1;
    padding: 50px;
}

.shop-pagination {
    margin: 20px 0;
}

.shop-pagination ul.pagination li {
    display: inline-block
}

.contact-left-icon h5 {
    font-size: 16px;
    font-weight: 400
}

.contact-left-icon i {
    color: #679c2e;
    margin-right: 10px
}

.contact-left-text h4 {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px
}

.contact-left-text a {
    color: #666;
    font-weight: 300
}

.contact-form-right form input[type="text"],
.contact-form-right form input[type="email"] {
    width: 100%;
    font-size: 16px;
    border: 0;
    padding-top: 11px;
    padding-left: 30px;
    padding-bottom: 11px;
    font-weight: 300;
    margin-bottom: 30px
}

.contact-form-right form input::placeholder {
    color: #666
}

.contact-form-right form textarea {
    padding: 20px;
    height: 156px;
    width: 100%;
    border: 0
}

.contact-form-right form textarea::placeholder {
    color: #666
}

.contact-form-right form input[type="submit"] {
    padding: 10px 30px;
    border: 0;
    color: #fff;
    border: 0;
    transition: .4s;
    margin-top: 18px;
    cursor: pointer;
    background-image: -moz-linear-gradient(152deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -webkit-linear-gradient(152deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -ms-linear-gradient(152deg, #834a15 0, #5b9426 55%, #428315 100%)
}

.contact-form-right form input[type="submit"]:hover {
    background-image: -moz-linear-gradient(70deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -webkit-linear-gradient(70deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -ms-linear-gradient(70deg, #834a15 0, #5b9426 55%, #428315 100%)
}

.checkout-header h4 {
    font-size: 16px;
    margin-bottom: 0;
    padding-left: 20px;
    color: #fff
}

.checkout-header h4 a {
    font-weight: 400
}

.checkout-header h4 i {
    margin-right: 10px
}

.checkout-content p {
    color: #666;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px
}

.checkout-top-form form label {
    display: block
}

.checkout-top-form form input[type="email"],
.checkout-top-form form input[type="password"] {
    width: 100%;
    border: 1px solid #c4c4c4;
    padding: 10px 0;
    margin-bottom: 30px;
    padding-left: 20px;
    color: #666
}

span.check_box2 label {
    display: inline-block;
    color: #333;
    font-size: 15px
}

span.check_box2 a {
    text-align: left;
    margin-top: 15px;
    color: #333;
    margin-bottom: 0;
    display: block
}

span.check_box2 p:hover {
    color: #4594c6
}

.checkout-coupon input[type="text"] {
    color: #666;
    font-size: 14px;
    border: 1px solid #c4c4c4;
    width: 40%;
    padding: 10px 20px
}

.checkout-coupon input::placeholder {
    color: #666
}

.checkout-coupon input[type="submit"] {
    background-image: -moz-linear-gradient(152deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -webkit-linear-gradient(152deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -ms-linear-gradient(152deg, #834a15 0, #5b9426 55%, #428315 100%);
    color: #fff;
    border: 0;
    padding: 10px 14px;
    font-weight: 300;
    margin-left: 20px;
    padding-top: 8px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: .3s
}

.checkout-coupon input[type="submit"]:hover {
    background-image: -moz-linear-gradient(21deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -webkit-linear-gradient(21deg, #834a15 0, #5b9426 55%, #428315 100%);
    background-image: -ms-linear-gradient(21deg, #834a15 0, #5b9426 55%, #428315 100%)
}

.billing-details h3 {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    margin-bottom: 45px
}

.billing-details form input[type="text"] {
    width: 100%;
    border: 1px solid #c4c4c4;
    margin-bottom: 25px;
    padding: 9px 0;
    padding-left: 20px
}

.billing-details form label {
    color: #333;
    margin-bottom: 14px
}

.billing-details form input::placeholder {
    color: #333;
    font-weight: 300
}

.billing-details form select {
    width: 100%;
    padding: 10px 0;
    height: 50px;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 0
}

.nice-select.select-country ul {
    width: 100%
}

.billing-details form input::placeholder {
    color: re#666
}

.textfield-area p {
    color: #666
}

.textfield-area textarea {
    width: 100%;
    border: 1px solid #c4c4c4;
    height: 150px;
    padding-top: 20px;
    padding-left: 30px
}

.textfield-area textarea::placeholder {
    color: #666;
    font-weight: 300
}

.textfield-area h3 {
    font-size: 24px;
    color: #333;
    font-weight: 300;
    margin-bottom: 45px;
    margin-top: 25px
}

.checkout-right h3 {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    margin-bottom: 40px
}

.checkout-right ul li {
    color: #666;
    font-weight: 300;
    line-height: 42px
}

.checkout-right ul li span {
    float: right
}

.checkout-right ul li:first-child {
    font-weight: 400;
    color: #333
}

.checkout-right ul {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px
}

.check-payment label {
    color: #333;
    font-weight: 400;
    padding-left: 5px
}

.check-payment p {
    color: #666;
    font-weight: 300
}

tr.cart-menu th {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    text-align: center
}

td.cart-products-cross i {
    cursor: pointer
}

td.cart-product-text h4 {
    font-size: 16px;
    color: #000;
    text-align: center
}

tr.product-margin td {
    text-align: center
}

.cart-submit-area a {
    padding: 7px 15px;
    font-weight: 400;
    color: #333;
    border: 1px solid #ddd;
    display: inline-block
}

.cart-submit-area a:hover {
    background: #6fa234;
    color: #fff;
    border: 1px solid transparent
}

.cart-submit-area ul {
    margin-top: 40px
}

.cart-submit-area li {
    font-weight: 400;
    color: #333;
    line-height: 34px
}

.cart-submit-area li span {
    float: right;
    font-weight: 300;
    color: #666
}

.shop-single-product .cmn-btn {
    font-size: 11px;
    padding: 15px 30px
}

.shop-single-product .product_meta p {
    font-size: 18px
}

.shop-single-product .product_meta h2 {
    font-size: 16px;
    margin-bottom: 11px
}

.shop-single-product img {
    width: 100px
}

.shop-single-product .product_meta {
    margin: 35px 0
}

.single-shop-left .owl-nav div {
    position: absolute;
    right: -64px;
    top: 43%;
    font-size: 16px;
    height: 30px;
    width: 30px;
    background: #6ea132;
    text-align: center;
    color: #fff;
    line-height: 30px;
    transition: .3s;
    border-radius: 100px
}

.single-shop-left .owl-nav div:hover {
    background: #448614
}

.single-shop-right h3 {
    color: #333;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 30px
}

.single-shop-right p {
    color: #666
}

h4.category-cta span {
    color: #666;
    font-weight: 300;
    margin-left: 10px
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    padding: 8px
}

.quantity input[type=number] {
    padding: 10px
}

.quantity input {
    height: 46px;
    line-height: 45px;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 40px;
    font-size: 18px;
    font-weight: 300;
    color: #666;
    padding-bottom: 5px;
    width: 120px;
    border: 1px solid #ccc;
    padding-top: 7px
}

.quantity input:focus {
    outline: 0
}

h4.category-cta span {
    color: #666;
    font-weight: 300;
    margin-left: 10px
}

.filter-color {
    margin-top: 40px
}

.filter-color h4 {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-bottom: 17px
}

.filter-content span {
    margin-right: 12px
}

.filter-color input[type="checkbox"] {
    visibility: hidden;
    display: none
}

.filter-color label {
    cursor: pointer
}

.filter-color input[type="checkbox"]+label:before {
    border: 0;
    content: "\00a0";
    display: inline-block;
    font: 14px/20px sans-serif;
    height: 20px;
    margin: 0 .25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 20px;
    background: #94be0c;
    border-radius: 100px;
    color: #fff
}

.filter-color span.check_2 input[type="checkbox"]+label:before {
    background: #4b891b
}

.filter-color span.check_3 input[type="checkbox"]+label:before {
    background: #94be0c
}

.filter-color span.check_4 input[type="checkbox"]+label:before {
    background: #73d054
}

.filter-color span.check_5 input[type="checkbox"]+label:before {
    background: #6a9f30
}

.filter-color input[type="checkbox"]:checked+label:before {
    color: #333;
    content: "\2713";
    text-align: center;
    color: #fff
}

.filter-color input[type="checkbox"]:checked+label:after {
    font-weight: bold
}

.error-text-table h1 {
    font-size: 100px;
    color: #333;
    font-weight: 400;
    margin-bottom: 0
}

.error-text-table h3 {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    margin-bottom: 14px
}

.error-text-table p {
    color: #666;
    line-height: 24px;
    margin-bottom: 38px
}

.footer-bottom-area:hover p a {
    color: #4594c6
}

#header-sticky{
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 7%);
    z-index: 8888;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    background-image: -moz-linear-gradient(38deg,#83156f 0,#83156f 55%,#83156f 100%);
    background-image: -webkit-linear-gradient(38deg,#83156f 0,#83156f 55%,#83156f 100%);
    background-image: -ms-linear-gradient(38deg,#83156f 0,#83156f 55%,#83156f 100%);
    padding: 10px 0
}

.single-blog-category {
    margin-top: 48px;
}

span.single-blog-search input {
    width: 100%;
    background: #f8f8f8;
    border: 0;
    padding: 10px;
}

.broadcamp-area {
    padding-top: 50px;
}

span.single-blog-search {
    position: relative;
}
.toggle-btn {display: none;}

.section-padding{
    padding: 100px 0;
}

.detail-des p,
.detail-des ul li{
    font-size: 16px;
    line-height: 2;
}

@media (max-width: 767px) {
    .broadcamp-area {
        padding-top: 20px;
    }
    .copyright-area .copyright-left,
    .copyright-area .copyright-right{
        text-align: center;
    }
    .copyright-area .container {
        margin-bottom: 20px;
    }
    #mobile-menu-container{
        display: none;
    }
    .toggle-btn{
        background-color: #fff;
        color: #000;
        width: 30px;
        text-align: center;
        display: block;
    }
    .icon-menu:before {
        content: "\e5d2";
    }
    .mean-container a.meanmenu-reveal {
        border: 0;
        color: #ddffc2;
        top: 9px;
    }
    header .logo {
        display: flex;
        color: #fff;
        justify-content: space-between;
        font-size: 20px;
    }
    #mobile-menu ul {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        text-align: left;
    }

    .section-padding{
        padding: 60px 0;
    }
}

.mean-container a.meanmenu-reveal {
    border: 1px solid #444;
    color: #444;
    cursor: pointer;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    margin-top: -38px;
    padding: 8px 9px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    width: 22px;
}

@media (max-width: 767px) {
    .mean-container a.meanmenu-reveal span {
        background: #ddffc2 none repeat scroll 0 0;
    }

    .broadcamp-text h2{
        font-size: 20px;
    }

    .single-blog-top h3{
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 18px;
    }
}

@media (min-width:1024px) {
    .phoneCont{
      display: none !important;
    }
  }
  
  .positionFixed {
      bottom: 0px;
      left: 50%;
      position: fixed;
      transform: translate(-50%, 0%);
      z-index: 999;
      width: 100%;
      background-color: #e4e4e4;
      display: flex;
      justify-content: center;
  }
  
  .ad-div {
      margin-bottom: 50px;
      width: 100%;
      min-height: 250px;
      clear: both;
  }
  
  .t_de {
      clear: both;
      height: 0.2rem;
      width: 100%;
      max-width: 100%;
      line-height: 0.3rem;
      font-size: 0.6rem;
      padding: 0.5rem 0 1rem 0;
      box-sizing: border-box;
      color: #707070;
      text-align: center;
  }
  
  .grecaptcha-badge {
      visibility: hidden;
  }