.navigation_main_links li a,
body {
    color: #000
}

.accordion,
.accordion-wrapper,
.fix-height,
.toastn {
    overflow: hidden
}

body {
    font-family: Poppins, sans-serif !important;
    font-size: 16px !important
}

header {
    box-shadow: 0 2px 9px rgba(0, 0, 0, .15) !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4d8c40
}

a {
    text-decoration: none !important;
    outline: 0;
    box-shadow: none
}

.bg-theme-color {
    background-color: #4d8c40
}

#nav_bar_main li a:hover,
#nav_bar_main>.active>a,
.text-green {
    color: #4d8c40 !important
}

.text-Orrange,
.text-yellow-gold {
    color: #f29d38
}

#nav_bar_main>.active>a,
.fw-medium {
    font-weight: 500
}

.bg-orange {
    background-color: #f29d38 !important
}

.bg-dark-green {
    background-color: #f29d38fa
}

.bg-gray {
    background-color: #f7f7f7
}

.bg-light-green {
    background-color: #fafaf5
}

.bg-swirls {
    background-image: url(../images/bg-swirls.jpg)
}

.rounded-15 {
    border-radius: 15px
}

.rounded-30 {
    border-radius: 30px
}

.rounded-50 {
    border-radius: 50px
}

.border-Orrange {
    border-color: #f29d38 !important
}

.border-green {
    border-color: #4d8c40 !important
}

.fs-14 {
    font-size: .875rem
}

.fs-15 {
    font-size: .9375rem
}

.fs-18 {
    font-size: 1.125rem
}

.fs-22 {
    font-size: 1.375rem
}

.fs-24 {
    font-size: 1.5rem
}

.fw-mediumbold {
    font-weight: 600
}

.py-btn {
    padding-top: 11px;
    padding-bottom: 11px
}

.top-over-55 {
    margin-top: -55px
}

.testimonials {
    background-image: url(../images/testimonials.png);
    background-repeat: no-repeat;
    background-size: cover
}

.bottom-line-green::before,
.bottom-line::before {
    content: '';
    background-color: #d9d9d9;
    padding: 1px;
    position: absolute;
    width: 100%;
    bottom: -5px
}

.bottom-line-green::after,
.bottom-line::after {
    padding: 3px;
    width: 75px;
    bottom: -7px;
    left: 0;
    content: '';
    position: absolute
}

.bottom-line::after {
    background-color: #f29d38
}

.bottom-line-green::after {
    background-color: #4d8c40
}

.qty input {
    width: 100px
}

#product-nav .active:after {
    content: '';
    background-color: #f29d38;
    padding: 2px;
    position: absolute;
    bottom: -3px;
    left: -15px;
    display: block;
    right: -15px
}

.product .wishlist {
    top: -30px;
    right: 10px;
    cursor: pointer;
    padding: 2px 1px 0;
    transition: top .5s
}

.product .wishlist.inWlist,
.product:hover .wishlist {
    top: 14px
}

.great-wishes {
    padding: 3px 4px 0;
    cursor: pointer
}

.cart-list-btn {
    padding: 2px 5px 1px;
    cursor: pointer
}

.cartcount,
.wishcount {
    font-size: 8px;
    width: 16px;
    height: 16px;
    right: 5px;
    padding-top: 1px
}

.toastn {
    position: absolute;
    top: 25px;
    right: 30px;
    border-radius: 12px;
    background: #fff;
    padding: 20px 35px 20px 25px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    border-left: 6px solid #4070f4;
    transform: translateX(calc(100% + 30px));
    transition: .5s cubic-bezier(.68, -.55, .265, 1.35)
}

.toastn.active {
    transform: translateX(0)
}

.toastn .toast-content {
    display: flex;
    align-items: center
}

.toast-content .check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    background-color: #4070f4;
    color: #fff;
    font-size: 20px;
    border-radius: 50%
}

.toast-content .message {
    display: flex;
    flex-direction: column;
    margin: 0 20px
}

.toastn .close {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
    opacity: .7
}

.toastn .close:hover {
    opacity: 1
}

.toastn .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #ddd
}

.toastn .progress:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #4070f4
}

.progress.active:before {
    animation: 5s linear forwards progress
}

@keyframes progress {
    100% {
        right: 100%
    }
}

.accordion-wrapper input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.accordion:last-child {
    margin-bottom: 0
}

.accordion-wrapper:first-child {
    border-top: 1px solid #dee2e6
}

.accordion-label {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.accordion-label::after {
    content: "\276F";
    width: 16px;
    height: 16px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s
}

.accordion-content {
    max-height: 0;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.accordion-content p {
    margin: 0
}

input:checked+.accordion-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

input:checked~.accordion-content {
    max-height: 100vh;
    padding: 16px
}

.fix-height {
    max-height: 395px
}

header nav ul li.dropdown ul {
    z-index: 1021
}

footer {
    background-color: #252c30
}

.copyright {
    background-color: #3d3b3b
}

.mobile-action {
    position: fixed;
    z-index: 999;
    bottom: 190px;
    right: 10px
}

.call_icon_tab_div img,
.call_icon_tab_div_white img {
    padding: 10px
}

.call_icon_tab_div {
    margin-top: 55px
}

.call_icon_tab_div a>span {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    display: flex;
    line-height: 19px;
    background: #ff9220;
    color: #fff;
    padding: 4px 10px;
    position: absolute;
    left: -28px;
    border-radius: 2px;
    text-align: center;
    margin-left: -17px
}

.call_icon_tab_div a>span:first-child i {
    font-size: 37px
}

.carousel-item-text {
    position: absolute
}

.slider_left_control {
    z-index: 5;
    margin-left: 20px
}

.slider_right_control {
    z-index: 5;
    margin-right: 20px
}

@media(max-width:747px) {
    #index_slider_inner_size .h1 {
        font-size: 20px
    }

    .fix-height {
        max-height: 615px
    }
}

@media(min-width:768px) {

    .h1,
    h1 {
        font-size: 3rem
    }

    .h2,
    h2 {
        font-size: 2.375rem
    }

    .h3,
    h3 {
        font-size: 1.875rem
    }

    .h4,
    h4 {
        font-size: 1.625rem
    }

    .h5,
    h5 {
        font-size: 1.25rem
    }

    .h6,
    h6 {
        font-size: 1.125rem
    }

    .position-md-absolute {
        position: absolute !important
    }

    .overflow-md-auto {
        overflow: auto !important
    }
}