﻿@import url('css2-Poppinswght300400500600700_swap.css');
@import url('css2-Comfortaawght300400500600700_swap.css');
@import url('css2-Philosopherwght400700_swap.css');
@import url('css2-BerkshireSwash_swap.css');


body {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.7em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: #fdfdfd;
    background-repeat: repeat;
    font-family: 'Poppins', sans-serif;
    cursor: url(../image/cursor.png), auto;
}

ul:before,
ul:after {
    content: '';
    display: table;
}

ul:after {
    clear: both;
}

.sectiongap {
    padding: 50px 0;
    position: relative;
}

.sectiongap:nth-child(odd) {
    background: #edf6db;
    padding: 40px 0;
}

li {
    list-style: none;
}

a {
    color: unset!important;
    text-decoration: none!important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
    color: unset;
}

h1 {
    font-family: 'Comfortaa', cursive;
    font-size: 40px;
    font-weight: 700;
    color: #82b244;
    line-height: 40px;
    padding: 0;
    margin: 0 0 20px 0;
}

h2 {
    font-family: 'Comfortaa', cursive;
    font-size: 28px;
    font-weight: 700;
    color: #222;
    line-height: 40px;
    padding: 0 0 25px 0;
    margin: 0 0 20px 0;
    background: url(../image/heading_img.png) bottom center;
    background-repeat: no-repeat;
}

.text-left h2 {
    background-position: bottom left;
}


h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000;
}


p {
    color: #000;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

ul {
    margin: 0;
    padding: 0;
}

ol.num li {
    list-style-type: decimal;
}



.section-title {
    padding-bottom: 0;
}


.section-title.text-left {
    margin-bottom: 0px;
}

.section-title.text-left h2::after {
    transform: unset;
    left: 0;
}

.section-title.text-left h2::before {
    transform: unset;
    left: 0;
}

.section-title p {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px !important;
    margin: 0 auto;
}

.darkfixd-bg .section-title h5,
.darkfixd-bg .section-title h2 {
    color: #fff;
}



.toppadd {
    padding: 10px 0 6px 0;
}

.custom-logo-link {
    position: absolute;
    z-index: 999;
    margin-top: 12px;
}

.custom-logo-link img {
    background: #fff;
    display: block;
    padding: 6px;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    box-shadow: 0 0 12px #aaa;
    margin-top: -68px;
}

.owl-next i,
.owl-prev i {
    line-height: 60px;
}


.topbar {
    width: 100%;
    background: #fff;
    padding: 0;
    top: 0;
}

.topbar ul {
    float: right;
    margin-bottom: 0;
}

.topbar ul li {
    float: left;
    font-size: 13px;
    color: #222;
    margin: 0 10px;
    list-style-type: none;
}

.topbar ul li:nth-child(n+5) {
    padding-top: 6px;
}

.topbar ul li:hover {
    color: #000;
}

.topbar ul li i {
    font-size: 11px;
    color: #82b244;
    margin-right: 4px;
}

.topbar .topbar_btn a {
    background: #e59800;
    padding: 5px 8px;
    border-radius: 3px;
}

.topbar .topbar_btn a:hover {
    background: #82b244;
    color: #fff;
}

.menumain {
    width: 100%;
    z-index: 888;
    background-image: linear-gradient(#addc71, #75a33a);
    border-bottom: 2px solid #e59800;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    transition: all .5s ease;
    z-index: 88888;
    background-image: linear-gradient(#addc71, #75a33a);
    border-bottom: 2px solid #e59800;
}

.menumain .navbar {
    padding: 5px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 18px;
    margin-top: 14px;
}

.navbar-expand-lg .navbar-nav .nav-link .btn-secondary {
    margin-top: -5px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #82b244;
}

.sticky_div {
    position: sticky;
    top: 120px;
}

.menu-bar .btn-secondary {
    border: 1px solid #e59800;
    color: #fff;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    background: #e59800;
    cursor: pointer;
    display: inline-block;
    border-radius: 50%;
    text-transform: capitalize;
    background-image: linear-gradient(0, #e59800, #e59800);
    background-size: 0 0;
    transition: .8s;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 32px;
}


.menu-bar .btn-secondary:hover {
    background-size: 100% 100%;
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}




.slidingVertical {
    display: inline;
    text-indent: 8px
}

.quotes {
    display: none;
}

.slider-thumb::before {

    content: "";
    left: 30%;
    top: 20%;
    width: 450px;
    height: 450px;
    background: #17141d;
    border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
    will-change: border-radius, transform, opacity;
    animation: sliderShape 5s linear infinite;
    display: block;
    z-index: -1;
    -webkit-animation: sliderShape 5s linear infinite;
}

.slider-thumb img {
    z-index: 99999;
}

@keyframes sliderShape {

    0%,
    100% {
        border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }

    50% {
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}


.banner .carousel-caption {
    width: 35%;
    top: 30%;
    left: 6% !important;
    left: initial;
    text-align: left;

}


.banner .carousel-caption h1 {
    font-family: 'Comfortaa', cursive;
    font-size: 45px;
    color: #82b244;
    padding: 0;
    margin: 20px 0;
    text-transform: capitalize;
    font-weight: 400;
    background: transparent;
}

.banner .carousel-caption h1 span {
    color: #82b244;
}

.banner .carousel-caption p {
    font-size: 16px;
    color: #fff;
    padding-bottom: 15px;
    FONT-WEIGHT: 500;
    line-height: 25px;
}

.banner .carousel-indicators {
    z-index: 444;
    right: 0;
    left: 0;
    bottom: unset;
    transform: translateY(-50%);
    bottom: 0;
    padding: 5px;
}

.banner .carousel-indicators li {
    border-top: unset;
    border-bottom: unset;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 1px #fff;
    background: #e59800;
    margin: 8px;
}

.slidingVertical {
    display: inline;
    text-indent: 8px
}

.slidingVertical2 {
    display: inline;
    text-indent: 8px
}

.quotes {
    display: none;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 99;
    font-size: 30px;
    width: 7%;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    width: 4%;
}

.carousel-control-prev i,
.carousel-control-next i {
    color: #e59800;
}

.bannerarro {
    background: #e59800;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
}

.carousel-caption .blk h1,
.carousel-caption .blk p {
    color: #000;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

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

.round-layer-one {
    -webkit-animation: rotation 2s infinite linear;
    position: absolute;
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
}

img.round-layer-one-img {
    z-index: 2;
    position: relative;
}

.ani_layer {
    margin-top: -50px;
}

.round-layer-inner {
    -webkit-animation: rotation 2s infinite linear;
    position: absolute;
    width: 320px;
    height: 320px;
    background-repeat: no-repeat;
}

img.round-layer-inner-img {
    z-index: 2;
    position: relative;
}

.ani_layer_inner {
    margin-top: -30px;
}




footer {
    background-image: url(../image/footbg.jpg);
    background-repeat: no-repeat;
    padding: 22px 0 0 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

footer h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 6px;
    color: #82b244;
    letter-spacing: 0;
    background: transparent;
}

footer ul li {
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
}

footer ul li a {
    font-size: 13px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

footer p {
    font-size: 13px;
    color: #fff;
}

footer ul li a:hover {
    color: #82b244;
}

footer ul {
    margin-left: 18px;
}



footer ul li i {
    color: #e59800;
}

footer ul.footmenu li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f7b6";
    color: #e59800;
    font-size: 10px;
    padding: 4px;
    border-radius: 50%;
    margin-left: -18px;
}

.foot_address li span {
    display: table-cell;
    padding-right: 3px;
}

.foot_address li i {
    font-size: 13px;
    margin-right: 3px;
}

.divider:not(:first-child):before {
    content: "|";
    padding: 0.35rem;
}

.copyright {
    background: #000;
    padding: 10px 0;
}

.copyright p {
    color: #888;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
}

.copyright a {
    color: #0fd2c6;
}

.copyright a:hover {
    color: #fff;
}

.contact-dtls {
    color: #fff;
}

.contact-dtls a {
    color: #fff;
    font-size: 14px;
}

.contact-dtls a i {
    color: #0c5adb;
    font-size: 18px;
}

.footer-copyright {
    color: #FFF;
    font-size: 14px;
}

.footer_photo_gallery .photo-img img {
    width: 50px;
}

.footer_photo_gallery .photo-img {
    float: left;
    margin: 5px 3px;
    min-height: auto;
}

.footlink ul li {
    float: left;
    margin: 0 0 0 15px;
    font-size: 12px;
    color: #cfcfcf;
}

.footlink ul li:hover {
    color: #bc825c;
}





#backto-top {
    display: inline-block;
    background-color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #e59800;
    border-radius: 6px;
    position: fixed;
    bottom: 50px;
    right: 10px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-align: center;
    box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 10%);
}

#backto-top i {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}

#backto-top:hover {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #82b244;
}

#backto-top:active {
    background-color: #fff;
    border: 1px solid #82b244;
}

#backto-top.show {
    opacity: 1;
    visibility: visible;
    border-radius: 7px;
}





.modal-content {
    z-index: 9999;
    background: #ff;
    padding: 8px 6px;
    border: 2px solid #82b244;
}

.modal-dialog {
    max-width: 500px;
    margin: 5rem auto;
}

.modal {
    z-index: 99999;
}

.modal .close {
    padding: 0;
    margin: -1.7rem -1.7rem -1rem auto;
    background: #e59800;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
    text-shadow: none;
    color: #fff;
}

h5.modal-title {
    color: #e59800;
    font-size: 30px;
}

.modal_close_btn {
    background: #e59800;
    width: 35px;
    height: 35px;
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    border: 0;
}

.modal-header {
    padding: 0 1rem;
}

.btn-close {
    background: transparent;
    border: 0;
    opacity: 1;
    padding: 0 !important;
    margin: 0 !important;
}

.btn-close i {
    color: #82b244;
    font-size: 20px;

}





.inner-banner {
    height: 200px;
    color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    margin-top: 0;
    background-repeat: no-repeat;
}

.innerbanner-text {
    width: 30%;
}

.innerbanner-text p {
    color: #fff;
}

.inner-banner .breadcrumb {
    background: #e59800;
    display: -webkit-inline-box;
    padding: 6px 10px;
    border-radius: 8px 0;
}

.inner-banner .breadcrumb li {
    color: #fff;
    font-size: 14px;
}

.inner-banner h1 {
    font-family: 'Berkshire Swash', cursive;
    padding: 0;
    color: #000;
    font-size: 25px;
    font-weight: 400;
    margin: 0;
    background-repeat: no-repeat;
    text-align: left;
    line-height: 34px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #000;
}






.form-select-sm {
    font-size: 12px;
}

.form-control,
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #666 !important;
    background-color: transparent;
    background-clip: padding-box;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    border-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    box-shadow: none;
}

.form-text {
    color: #fff;
}

.form-control:focus,
.form-select:focus {
    color: #000 !important;
    background-color: transparent;
    border-color: #e59800;
    outline: 0;
    box-shadow: none;
}

option {
    color: #000;
}

.group {
    position: relative;
    margin-bottom: 30px;
}

.icon_circle {
    background: #e59800;
    border-radius: 50%;
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 55px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    transition: .3s;
    margin: 0 auto 15px auto;

}

.icon_circle:hover {
    transform: scale(1.2, 1.2);
}

.address_sec {
    margin-bottom: 35px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}





.pulseit {
    -webkit-animation: pulse linear .5s infinite;
    animation: pulse linear .5s infinite;
}



ul.tick {
    margin: 20px 0;
}

ul.tick li {
    margin-bottom: 10px;
    color: #000;
    background: url(../image/li_icon.png) top left;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-size: 13px;
    line-height: 20px;
}

ul.tick-old li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #e59800;
    font-size: 14px;
    padding: 6px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.bluebox .form-control,
.bluebox .form-select {
    color: #fff !important;
}

.bluebox .form-control:focus,
.bluebox .form-select:focus {
    color: #fff !important;
    background-color: transparent;
    border-color: #e59800;
    outline: 0;
    box-shadow: none;
}

.bluebox ::placeholder,
.menu-callbtn ::placeholder {
    
    color: #fff !important;
    opacity: 1;
    
}

.bluebox :-ms-input-placeholder,
.menu-callbtn :-ms-input-placeholder {
    
    color: #fff !important;
}

.bluebox ::-ms-input-placeholder,
.menu-callbtn ::-ms-input-placeholder {
    
    color: #fff !important;
}

ul.tick3 li {
    margin-bottom: 15px;
}

ul.tick3 li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #e59800;
    border-radius: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    margin-right: 10px;
    float: left;
}




.right_conatct_social_icon .rounded-social-buttons .social-button {
    background: #82b244;
}

.rounded-social-buttons .social-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 0.125rem solid transparent;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 15PX;
    font-weight: normal;
    line-height: 30px;
    border-radius: 4px;
    transition: all 0.5s ease;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    background: #e59800;
    margin-top: 10px;
}

.rounded-social-buttons .social-button:hover,
.rounded-social-buttons .social-button:focus {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.menu-callbtn ul li {
    float: left;
    margin-left: 20px;
    font-size: 20px;
    color: #fff;
}



.pulse2 {
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse-black 2s infinite;
    background: transparent;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}





.custom-btn {

    color: #fff;
    border-radius: 5px;
    padding: 0px 18px !important;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;

    outline: none;
}

.btn-primary {
    background: #e59800;
    line-height: 42px;
    padding: 0;
    border: none;
    font-size: 14px;
}

.btn-primary span {
    width: 100%;
    height: 100%;
    text-align: center;
}

.btn-primary:before,
.btn-primary:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #82b244;

    transition: all 0.3s ease;
}

.btn-primary:before {
    height: 0%;
    width: 1px;
}

.btn-primary:after {
    width: 0%;
    height: 1px;
}

.btn-primary:hover {
    color: #e59800;
    background: #fff;
}

.btn-primary:hover:before {
    height: 100%;
}

.btn-primary:hover:after {
    width: 100%;
}

.btn-primary span:before,
.btn-primary span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #82b244;

    transition: all 0.3s ease;
}

.btn-primary span:before {
    width: 1px;
    height: 0%;
}

.btn-primary span:after {
    height: 1px;
    width: 0%;
}

.btn-primary span:hover:before {
    height: 100%;
}

.btn-primary span:hover:after {
    width: 100%;
}

input.btn-primary:hover {
    color: #fff;
    background: #82b244;
}


.btn-secondary,
.ur-submit-button {
    border: 1px solid #82b244;
    color: #fff !important;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    background: #82b244 !important;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    text-transform: capitalize;
    background-image: linear-gradient(0, #e59800, #e59800);
    background-size: 0 0;
    transition: .8s;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}


.btn-secondary:hover,
.ur-submit-button:hover {
    background-size: 100% 100%;
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}


.ur-submit-button {
    margin: 0 auto !important;
}

.ur-frontend-form input {
    background: #fff !important;
}

.ur-frontend-form label {
    color: #000 !important;
    font-weight: 400 !important;
}

.user-registration-error {
    padding: 4px 15px !important;
    border-top-color: #20b6bb !important;
}

.xoo-wsc-ft-btn-cart {
    display: none !important;
}

#customer_address_details p.form-row {
    padding: 10px 0;
}

.wc_payment_method.payment_method_razorpay label {
    width: 90%;
}


.team-header .heading i {
    color: #e59800;
    -webkit-animation: bounceLeft 2s infinite;
    animation: bounceLeft 2s infinite;
}



.whitebox {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 12px #ccc;
    border-top: 3px solid #e59800;
}



.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 0;
    height: auto;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 0;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}


.grid figure h2 span {
    font-weight: 600;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}


figure.effect-steve {
    z-index: auto;
    overflow: visible;
}



figure.effect-steve:before {
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
    opacity: 0;
}

figure.effect-steve figcaption {
    z-index: 1;
}


figure.effect-steve img {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
    transform: perspective(1000px) translate3d(0, 0, 0);
    border-radius: 8px;
}


figure.effect-steve p {
    color: #2d434e;
}

figure.effect-steve h2 {
    position: relative;
    padding: 14px 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #82b244;
    border-radius: 5px 5px 0 0;
    border-bottom: 3px solid #e59800;
}

figure.effect-steve h2:before {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

figure.effect-steve p {
    margin-top: 6em;
    padding: 0.5em;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
}

figure.effect-steve:hover:before {
    opacity: 1;
}

figure.effect-steve:hover img {
    -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
    transform: perspective(1000px) translate3d(0, 0, 21px);
}

figure.effect-steve:hover h2:before {
    opacity: 0;
}

figure.effect-steve:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}



.bluebg {
    background-image: linear-gradient(#82b244, #0e4fd7);
    padding: 25px;
    border-radius: 8px;
}

.bluebg label {
    color: #fff;
}

.bluebg p {
    width: 100%;
}

.bluebg .btn-secondary {
    border: 1px solid #e59800;
    color: #fff;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    background: #e59800;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    text-transform: capitalize;
    background-image: linear-gradient(0, #82b244, #82b244);
    background-size: 0 0;
    transition: .8s;
    background-repeat: no-repeat;
    background-position: center;

    text-align: center;
}


.bluebg .btn-secondary:hover {
    background-size: 100% 100%;
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}

.bluebg .form-control,
.bluebg .form-select {
    color: #fff;
}


.bluebg ::placeholder {
    
    color: #fff !important;
    opacity: 1;
    
}

.bluebg :-ms-input-placeholder {
    
    color: #fff !important;
}

.bluebg ::-ms-input-placeholder {
    
    color: #fff !important;
}



.hover-div:hover a {
    background: #e59800;
    color: #fff;
    border: 1px solid #e59800;
}

.hover-div {
    padding: 20px 5px;
    text-align: center;
}

.hover-div {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 10px 0px;
}

.hover-div:hover {
    background: #fff;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    box-shadow: 0 22px 43px #4bbdcb;
    cursor: pointer;
}

.hover-div:hover h5 {
    color: #4bbdcb;
}






.movileview-btn {
    background: #fff;
    width: 35px;
    height: 45px;
    border-radius: 4px;
    font-size: 18px;
    color: #000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #e59800;
}

.movileview-btn:hover {
    background: #82b244;
    color: #FFF;
    border: 1px solid #82b244;
}

.owl-next i,
.owl-prev i {
    line-height: 45px;
}

.owl-prev {
    left: 0;
    left: -40px;
}

.owl-next {
    right: 0;
    right: -40px;
}

.owl-next,
.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}




.testymonial-box {
    box-shadow: 0 0 10px #ccc;
    position: relative;
    background: #fff;
    padding: 15px 20px;
    transition: .5s;
    color: #000;
    text-align: center;
    border-radius: 8px;
    border: none;
}

.testymonial-box img {
    width: 80px !important;
    height: 80px !important;
    margin: 0 auto 12px auto;
}

.testymonial-box p {
    font-size: 13px;
    font-weight: 300;
    color: #000 !important;
    line-height: 20px;
}

.testymonial-box h3 {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #82b244;
}



.ticon img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-bottom: 12px;
}

ul.tick2 li {
    margin-bottom: 30px;
}

ul.tick2 li span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

ul.tick2 li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #e59800;
    font-size: 18px;
    padding: 6px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


ul.tick2 li p {
    padding: 10px 0 0 30px;
    color: #fff !important;
}








.mascot {
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 1;
}

.alternate_column .row:nth-child(even) {
    direction: rtl;
    background: #dffeff;
}

.alternate_column .row[class*=col-] {
    direction: ltr;
}

.content_box {
    padding: 40px;
    text-align: left;
}






.right_conatct_social_icon {
    background: #e59800;
}

.contact_inner {
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}

.contact_field {
    padding: 45px 235px 30px 35px;
}

.right_conatct_social_icon {
    height: 100%;
}

.contact_field h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}

.contact_field p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 35px;
}

.contact_field .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.contact_field .form-control:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 1px solid #1325e8;
}

.contact_field .form-control::placeholder {
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background: #82b244;
    border-top: 6px solid #82b244;
    right: 0;
    top: 25%;
    height: auto;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}

.contact_info_sec h4 {
    color: #fff;
}

.info_single {
    margin: 30px 0;
    color: #fff;
}

.info_single:last-child {
    margin: 30px 0 0 0;
}

.info_single i {
    margin-right: 15px;
    font-size: 18px;
    color: #e59800;
}

.info_single span {
    font-size: 15px;
}

.socil_item_inner li {
    list-style: none;
}

.socil_item_inner li a {
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}





.readmore {
    padding: 0;
    line-height: 1.5;
    background: none;
    color: #82b244;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.readmore::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-bottom: 1px solid #82b244;
    transition: right 0.3s ease-out;
}

.readmore:hover,
.readmore:focus {
    color: #e59800;
}

.readmore:hover::before,
.readmore:focus::before {
    right: 0;
}






.blog-list-content strong {
    color: #e59800;
}

.blog-footer ul {
    background: #e8ffbc;
    margin-bottom: 12px;
}

.blog-list img {
    border-radius: 8px 8px 0 0;
}

.blog-footer ul li {
    font-size: 15px;
    float: left;
    margin: 0 5px;
}

.blog h4 {
    font-size: 22px;
    font-weight: 600;
    color: #e59800;
}

.blog-list-content {
    background: rgba(0, 0, 0, .4);
    padding: 15px;
    border-radius: 0 0 8px 8px;
}

.blog-list-content h4 {
    font-size: 30px;
    color: #e59800;
}

#sidebar .search-submit,
.submit {
    padding: 12px 14px;
    border-color: #851e33;
    background: #e59800;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background-image: -webkit-linear-gradient(45deg, #851e33 50%, transparent 50%);
    background-image: linear-gradient(45deg, #851e33 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    border-radius: 5px;

}

#sidebar .search-submit:hover,
.submit:hover {
    background-position: 0;
    color: #fff;
}

.widget {
    margin: 0 0 30px 0 !important;
}

.widget a:hover {
    color: #e59800;
}

.widget ul li {
    border-bottom: 1px solid #e59800;
    padding: 10px 5px;
}

.widget ul li:hover a {
    color: #fff;
}

.widget ul {
    background: #eaeaea;
    padding: 0;
}

.widget ul li:before {
    content: "";
}

h2.widget-title {
    background: transparent;
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    color: #82b244;
    font-size: 22px;
    margin-bottom: 10px;
    padding: 0;
}

.widget_search .search-field {
    background: #f9f9f9;
}

.widget_search label {
    font-family: 'Lobster', cursive;
    font-weight: 300;
    color: #e59800;
    font-size: 30px;
    top: -10px;
    margin-left: 5px;
}

footer.entry-footer,
footer.comment-meta,
.entry+.comments-area,
.entry-content {
    background: #fff;
    padding: 20px 60px;
}

.comment-form-comment label {
    color: #000;
    left: 0;
    top: 50px;
}

.post-thumbnail img {
    padding: 0 60px;
}

.blog-dtl h2 {
    background: #e59800;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 6px 10px;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}

.blog-dtl h2::after {
    content: '';
    display: block;
    border-bottom: 39px solid #e59800;
    border-left: 0 solid transparent;
    border-right: 28px solid transparent;
    position: absolute;
    right: -27px;
    top: 0;

}

.blog-dtl h3 {
    font-size: 20px;
    color: #e59800;
    font-weight: 400;
    border-bottom: 2px solid #e59800;
    display: inline-block;
}

.blog-dtl ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
    font-size: 14px;
}

.blog-dtl ul {
    margin: 12px 0;
    padding: 0;
}

.blog-dtl ul li:before {
    left: 0;
    top: 3px;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    font-size: 14px;
    color: #fff;
    width: 25px;
    height: 25px;
    background: #e59800;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
}

ul.list-inline li {
    font-size: 14px;
}

ul.list-inline li i {
    color: #e59800;
    ;
}

ul.list-inline li:before {
    top: 0;
    content: "";
    width: 0;
    height: 0;
    background: transparent;

}

ul.list-inline li {
    position: relative;
    padding: 3px 8px;
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
}

ul.list-inline {
    margin: 12px auto;
    padding: 0;
}

.cms-wrap {
    color: #000;
}

.cms-wrap p,
ul.tick {
    color: #000;
    margin-bottom: 20px;
}

.cms-wrap h3 {
    color: #e59800;
    font-size: 18px;
}

.cms-wrap-Comment-box {
    background: #fff;
    border: 1px solid #82b244;
    padding: 20px;
    border-radius: 10px;
}

.cms-wrap input:focus~label,
input:valid~label {
    top: 0;
    margin-left: 0;
}

.gglcptch_recaptcha {
    margin-top: 80px;
}

.cms-wrap-main-img {
    margin-bottom: 20px;
}

.cms-wrap .card {
    margin-bottom: 20px;
}

.cms-wrap .card-footer {
    background-color: transparent;
    border-top: 0;
    padding: 0 1rem 0.5rem 1rem;
}






.left_nav {
    margin-top: 20px;
}

.left_nav .nav-pills .nav-link {
    border-radius: 0;
    color: #000;
    font-weight: 500;
    text-align: left;
}

.left_nav .nav-pills .nav-link:hover {
    background-color: #e59800;
}

.left_nav .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background: #e59800 !important;
}


.left_nav .tab-content {
    background: #fff;
    padding: 20px;
    color: #000;
    border-radius: 6px;
    width: 100%;
    box-shadow: 0 0 12px #ccc;
}

.left_nav .nav-pills .nav-link {
    border-bottom: 1px solid #e59800;
    border-radius: 3px;
    display: block;
    background: linear-gradient(to right, #e59800 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    padding: 15px;
    width: 100%;
    font-size: 15px;
}

.left_nav .nav-pills .nav-link:hover {
    background-position: left bottom;
    color: #fff;
}


.thanku_bg {
    background: url(../image/thanku.jpg);
    height: 100%;
    min-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 30px 0;
}

.thanku_bg p {
    font-size: 22px;
    color: #000;
}

.img-right {
    float: right;
}

.customize_bg {
    background: url(../image/thanku.jpg);
    height: 100%;
    min-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 30px 0;
}

ul.tick_double {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.calculation_box {
    background: #e59800;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e59800;
    text-align: center;
}

.calculation_box h1 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.calculation_box h3 {
    background: #fff;
    padding: 25px;
    font-size: 14px;
    color: #82b244;
    font-weight: 600;
    border-radius: 5px;
}

.cal_frm_bg {
    background: #efefef;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}



.heading {
    border-bottom: 2px solid #82b244;
    margin-bottom: 20px;
}

.heading span {
    position: relative;
    background: #82b244;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    padding: 7px 6px;
}

.heading span:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #82b244;
    border-top: 38px solid transparent;
}

.free_shiping {
    margin-top: -30px;
    background: #fff;
    position: relative;
    width: 100%;
    border-radius: 8px 8px 0 0;
    text-align: center;
    z-index: 2;

}

.free_shiping_box {
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #000;

}

.border_both {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}


.bluebox {
    padding: 22px 12px;
    background-image: linear-gradient(#03356e, #04bdb4);

    text-align: center;
}

.bluebox h4,
.bluebox p {
    color: #fff;
    margin-bottom: 14px;
    font-size: 18px;
}




.btn-tertiary {
    background: #fff;
    font-size: 14px;
    color: #000;
    padding: 0;
    line-height: 40px;
    margin: auto;
    display: block;
}

.form-group .fa-check {
    color: #e59800;
}


label.btn-tertiary {
    margin-left: 0 !important;
}

.input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;

    +.js-labelFile {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 10px;
        cursor: pointer;

        .icon:before {
            //font-awesome
            content: "\f093";
        }

        &.has-file {
            .icon:before {
                //font-awesome
                content: "\f00c";
                color: #5AAC7B;
            }
        }
    }
}





figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

figure:hover+span {
    bottom: -36px;
    opacity: 1;
}

.shine figure {
    position: relative;
}

.shine figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .1) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.shine figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}



.zoom-effect-container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.image_zoom img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.product-item:hover .image_zoom img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}



.product-item {
    border: none;
    border-radius: 0;
    padding: 0 0 10px 0;
}

.product-item .btn_green {
    background: #82b244;
    width: 40px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    color: #fff;
    margin: 0 3px;
    display: inline-block;
}

.product-item .btn_green:hover {
    background: #e59800;
}

.product-item .btn_yellow {
    background: #e59800;
    width: 40px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    color: #fff;
    margin: 0 3px;
    display: inline-block;
}

.product-item .btn_yellow:hover {
    background: #82b244;
}

.product_details {
    border-top: 1px solid #82b244;
}

.product_details .title {
    color: #528313;
    font-size: 15px;
    font-weight: 600;
    padding: 4px 0;
    display: table;
    margin: 0 auto;
    text-align: center;
    float: left;
    width: 100%;
}

.product_details .title span {
    padding: 0 5px 0 0;
}

.product-item {
    border: none;
    box-shadow: 0 0 15px #6b90a1;
    border-radius: 6px;
}

.product-item .product {
    width: 100%;
    cursor: pointer;
}

.product-item .product img {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding: 10px;
}


.product-item .tag {
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500;
    position: absolute;
    top: 10px;
    left: 20px;
    padding: 0 0.4rem;
    background: #ff0000;
    color: #fff;
}


.product_details .price span {
    margin: 0 6px;
}

.product_details .price {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0 0 0;
    margin: 10px 0 5px 0;
}

.product_details .strikePrice {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}

.product-item .tag {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    top: 10px;
    left: 0px;
    padding: 0 0.4rem;
    background: #ff0000;
    color: #000;
}


.pointer {
    height: 24px;
    padding: 0 25px 0 9px !important;
    position: relative;

}

.pointer:before {
    content: "";
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.hover-switch>img {
    position: absolute;
    left: 0;
    right: 0;
}

.hover-switch>img:last-of-type {
    opacity: 1;
}

.hover-switch:hover>img:last-of-type {
    opacity: 0;
}







.play_btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

.videobtn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    position: relative;
    background-color: #82b244;
}

.videobtn:hover {
    background-color: #82b244;
}

.videobtn i {
    line-height: 30px;
    position: relative;
    color: #fff;
}



.foot_logo img {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

.foot_logo img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}



.card-footer .readmore {
    padding: 0;
    line-height: 1.5;
    background: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.card-footer .readmore::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-bottom: 1px solid #e59800;
    transition: right 0.3s ease-out;
}


.readmore {
    padding: 0;
    line-height: 1.5;
    background: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.readmore::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-bottom: 1px solid #82b244;
    transition: right 0.3s ease-out;
}

.readmore:hover,
.readmore:focus {
    color: #82b244;
}

.readmore:hover::before,
.readmore:focus::before {
    right: 0;
}



.sectiongap.cms-wrap {
    background: #fff;
}

.filter_area h5 {
    font-size: 17px;
    font-weight: 600;
}

.fliter_block {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}

.fliter_block:last-child {
    border-bottom: 0;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.fliter_block .form-check {
    margin-bottom: 7px;
}

.fliter_block .form-check label {
    font-size: 14px;
    font-weight: 400;
}

.product_vdo_bg {
    background-image: linear-gradient(#fff7ff, #f7ebf8);
    height: 300px;
    padding-top: 80px;
}

.product_details_area {
    margin-top: 100px;
}




.picZoomer {
    position: relative;
}

.picZoomer-pic-wp {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.picZoomer-pic-wp:hover .picZoomer-cursor {
    display: block;
}

.picZoomer-zoom-pic {
    position: absolute;
    top: 0;
    left: 0;
}

.picZoomer-zoom-wp {
    display: none;
    position: absolute;
    z-index: 999;
    overflow: hidden;
    border: 1px solid #eee;
    height: 460px;
    margin-top: -19px;
}

.picZoomer-cursor {
    display: none;
    cursor: crosshair;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: rgba(0, 0, 0, .1);
}


.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}

.piclist li {
    display: inline-block;
    width: 90px;
    height: 114px;
    border: 1px solid #eee;
}

.piclist li img {
    width: 97%;
    height: auto;
}

.picZoomer-pic-wp,
.picZoomer-zoom-wp {
    border: 1px solid #eee;
}


._boxzoom .zoom-thumb {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}

._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}

._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
}

._boxzoom ._product-images .picZoomer {
    width: 100%;
}

._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}

._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
}


.product_details_area .price {
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
}

.product_details_area .price span {
    margin: 0 15px 0 0;
}

.product_details_area .strikePrice {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
}

.txt_md {
    font-size: 14px;
}

.txt_sm {
    font-size: 12px;
    color: #000;
}

.pro_det_sec {
    margin-bottom: 15px;
}

.pro_det_sec h6 {
    background: #82b244;
    padding: 10px 15px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    border-radius: 25px;
    margin: 0;
}

.pro_det_sec h6:hover {
    background: #82b244;
}

.pro_det_sec h6 a {
    color: #82b244;
}

.pro_det_sec.free_trail i {
    background: #82b244;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
}

.pro_det_sec h5 {
    color: #82b244;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.pro_det_sec ul li {
    float: left;
    font-weight: 600;
    margin-right: 10px;
}

.pro_det_sec .card ul li {
    margin-right: 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.pro_det_sec .card ul li span {
    font-weight: 600;
}

.pro_det_sec .card ul {
    display: flex;
    align-items: initial;
}

.gbg {
    background: #ddf0ff;
    padding: 8px 8px;
    margin: 0 0 15px 0;
}

.pro_det_sec ul {
    display: flex;
    align-items: center;
}

.list-group-flush>.list-group-item:nth-child(odd) {
    background: #eaf6ff;
}

.pro_det_sec.gbg div {
    padding-left: 2px;
    padding-right: 2px;
}



.btn-check:focus+.btn-primary,
.btn-primary:focus {
    box-shadow: none !important;
}

.menu-callbtn .form-control {
    color: #fff !important;
}

.tab_area .nav-pills {
    padding: 2px 2px 0 2px;
}



.g-recaptcha {
    display: block;
    margin-left: -10px;
}

.recaptcha {
    max-width: 85%;
}

.g-recaptcha>div {
    width: 85% !important;
    height: 70px;
    transform: scale(0.85);
    webkit-transform: scale(0.85);
    text-align: center;
    position: relative;
}

@media (max-width: 575px) {
    .g-recaptcha>div {
        transform: scale(1);
        webkit-transform: scale(1);
    }

    .g-recaptcha {
        margin-left: 0px;
    }
}


@media (max-width: 480px) {
    .g-recaptcha>div {
        transform: scale(1);
        webkit-transform: scale(1);
    }

    .g-recaptcha {
        margin-left: 0px;
    }
}



.customize_form .custom-btn {
    padding: 10px 12px !important;
    line-height: inherit;
}

.customize_form h3 {
    font-size: 18px;
    color: #fff;
}

.cat_name {
    background: rgba(0, 0, 0, .7);
    padding: 5px 15px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.cat_name i {
    font-size: 14px;
    color: #e59800;
}

.menu-callbtn .input-group {
    width: 200px;
}

.promise {
    background: #fff;
    border: 1px solid #82b244;
    padding: 15px 4px 0 4px;
    border-radius: 8px;
    margin: 20px 0;
}

.promise img {
    margin-right: 3px;
}

.promise span {
    font-size: 13px;
    font-weight: 500;
}




.testimonial_user_slider {
    margin: 15px;
}

.testimonial_user_slider .grid figure figcaption {
    position: absolute;
    top: 30%;
    left: 0;
    width: 85%;
    height: 100%;
    right: 0;
    margin: 0 auto;
}

.testimonial_user_slider .grid figure {
    margin: 0;
}

.topbar_icon img {
    width: 40px;
    height: auto;
}


.tea_cat {
    margin-top: -90px;
    z-index: 111;
    position: relative;
}

.box {
    position: relative;
    padding: 20px 10px 7px 10px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0;
}

.box:before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.box .icon {
    position: relative;
    width: 110px;
    height: 110px;
    color: #fff;
    background-color: #fff;
    border: 2px solid #e59800;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 40px;
    font-weight: 700px;
    transition: 1s;

}

.box .icon img {
    width: 100px;
    border-radius: 50%;
}

.box:hover .icon i {
    color: #82b244;
}

.box:nth-child(1) .icon {
    box-shadow: 0 0 0 0 #82b244;

}


.box:nth-child(1):hover .icon {
    box-shadow: 0 0 0 400px #f0ffdc;

}


.box:nth-child(2) .icon {
    box-shadow: 0 0 0 0 #f0ffdc;
    background-color: #f0ffdc;
}


.box:nth-child(2):hover .icon {
    box-shadow: 0 0 0 400px #f0ffdc;
    background-color: #f0ffdc;
}


.box:nth-child(3) .icon {
    box-shadow: 0 0 0 0 #f0ffdc;
    background-color: #f0ffdc;
}


.box:nth-child(3):hover .icon {
    box-shadow: 0 0 0 400px #f0ffdc;
    background-color: #f0ffdc;
}


.box .content {
    position: relative;
    z-index: 1;
    transition: 0.5s;
}


.box:hover .content p {
    color: #000;
}

.box:hover .content,
.box:hover .content h3 {
    color: #000;
}

.box:hover .icon {
    border: 2px solid #000;
}

.box .content h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
    color: #82b244;
    font-family: 'Comfortaa', cursive;
}

.box .content p {
    margin-bottom: 0;
    line-height: 20px;
    color: #000;
}

.box .card-footer {
    z-index: 2;
}






.event .blog-box {
    background-color: transparent;
}

.video-hading {
    color: #fff;
    text-align: center;
    padding: 15px;
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;

}

.video-hading .address_section {
    margin-bottom: 8px;
}

.video-hade .videomain {
    margin-bottom: 30px;
}

.video-box {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    border-radius: 0;

}

.videobtn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 28px;
    display: inline-block;
    position: relative;
    background-color: #e59800;
}

.videobtn:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 14%);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 14%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.videobtn:after {
    position: absolute;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    content: '';
    background-color: rgb(215 180 116 / 46%);
    border-radius: 50%;
}

.videobtn i {
    line-height: 70px;
    position: relative;
    z-index: 9;
}



ul.info-contact li {
    margin-bottom: 20px;
    color: #000;
}

ul.info-contact li i {
    color: #82b244;
    display: table-cell;
}

ul.info-contact li span {
    display: table-cell;
    padding-left: 5px;
}

.contact .card {
    padding: 15px;
}

.contact .heading {
    margin-bottom: 0;
}

.whitebox {
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 10px;
}


.post-box {
    display: block;
    margin-bottom: 30px;

}

.post-box:hover .photo-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.photo-item {
    position: relative;
}

.photo-img {
    overflow: hidden;
    min-height: 57px;
    display: block;
    cursor: pointer;
    border-radius: 0;
}

.photo-date {
    color: #fff;
    position: absolute;
    z-index: 99;
    bottom: 0;
    width: 100%;
    height: 100%;
    
    display: flex;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
}

.photo-date span {
    color: #000;
}

.photo-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000000b3;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;

}

.photo-icon i {
    line-height: 70px;
    font-size: 30px;
    color: #e59800;
}

.post-box:hover .photo-date {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    transition-delay: 300ms;
}

.gallery .post-box {
    margin: 5px;
    margin-bottom: 5px;
}

.fancybox-button {
    background: #82b244;
    border-radius: ;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #000;
}

svg {
    color: #FFF;
}

svg:hover {
    color: #82b244;
}


#blog_details img {
    margin: 0 auto;
    display: block;
}



.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 100% !important;
    overflow: hidden;
}

.information-wrapper h3 {
    margin-bottom: 24px
}

.product-addon label,
.product-addon label {
    display: block !important;
    margin-bottom: 0 !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid #d8d8d8 !important
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce-terms-and-conditions-wrapper {
    float: none !important
}

.woocommerce td.product-name dl.variation {
    margin: 0;
    padding: 10px 0 0;
    font-size: 14px
}

.woocommerce div.product .product-addon .woocommerce form .form-row {
    margin: 0 !important;
    padding: 0 !important
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 18px;
    font-family: sans-serif !important;
    font-weight: 600;
    color: #127709;
    margin: 0;
}

.woocommerce-Price-currencySymbol {
    font-family: sans-serif !important;
}

.woocommerce div.product p.price small {
    font-size: 14px;
    font-weight: 300
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 24px
}

p.price.act-price {
    margin-bottom: 2px;
    font-size: 16px !important
}

p.price.act-price bdi {
    color: #333
}

.save-wrap span.woocommerce-Price-amount.amount bdi {
    color: #f58220
}

.tx-info {
    color: #009688;
    margin-bottom: 8px;
    font-weight: 500
}

.checkout-button.button {
    width: 100% !important;
    display: block !important;
    color: #fff !important
}

.product-listing-page .woocommerce div.product {
    margin-bottom: 24px !important
}

.related.products h2 {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.related.products h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 1px;
    background: #d8d8d8
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border: none;
    margin-bottom: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    margin: 0;
    padding: 0;
    border-radius: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: .75rem 1.5rem;
    color: #333;
    background: #f9f9f9;
    text-transform: uppercase
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #fff;
    background: #003665
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 20px 0
}

.woocommerce-product-details__short-description {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec
}

.woocommerce-product-details__short-description p {
    font-size: 14px;
    line-height: 24px
}

.woocommerce div.product form.cart div.quantity {
    margin-bottom: 0;
    margin-right: 15px;
    margin-top: 0 !important
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 1.125rem;
    background: #f58220;
    font-weight: 600
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #f58220;
    opacity: .8
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: auto
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: .5rem;
    display: block;
    width: 100%
}

.select2-container--default .select2-selection--single {
    border-radius: 0
}

.select2-container .select2-selection--single {
    height: 50px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px
}

.woocommerce-privacy-policy-text {
    margin-bottom: 15px
}

.add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    margin-right: 12px
}

.cart_totals .shop_table tbody>tr>td,
.woocommerce-checkout-review-order .shop_table tbody>tr>td {
    width: 50%
}

.woocommerce-form__label {
    margin-right: 12px
}

.woocommerce-form__label span {
    font-size: 14px;
    font-weight: 400;
}

.woocommerce-form {
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2)
}

.u-column1.col-1,
.u-column2.col-2 {
    width: 49%;
    max-width: inherit !important
}

.woocommerce #content div.product div.summary .quantity .qty {
    padding: .7rem;
    width: 100px;
    text-align: left
}

.woocommerce #content div.product div.summary p.price ins {
    text-decoration: none
}

.woocommerce #content div.product div.summary p.price del {
    color: #666
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    margin-bottom: 0;
}

.woocommerce span.onsale,
.w1 .product-box span.onsale {
    display: none;
    color: #fff;
    background: #d20006;
    padding: 4px 12px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    z-index: 100;
    position: absolute;
    top: 15px;
    left: 15px;
    min-height: inherit;
    line-height: inherit;
    border-radius: 0
}

.woocommerce .products .star-rating {
    margin: 0 auto 10px
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    color: #999
}

.woocommerce div.product .stock {
    color: #ee2e24
}

#woocommerce_product_categories-2 ul.children {
    display: none
}

.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2)
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #d8d8d8
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 10px 15px;
    font-weight: 700;
    color: #000
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #f58220;
    color: #fff
}

.woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper,
.woocommerce form .form-row label,
.woocommerce-page form .form-row label,
.woocommerce-input-wrapper {
    display: block;
    width: 100%
}

.woocommerce-Reviews-title {
    display: none
}

.woocommerce div.product form.cart {
    margin-bottom: 15px;
    position: relative
}

.yith-wcwl-add-button {
    margin-bottom: 6px;
}

table.wccpf_fields_table td.wccpf_label label {
    margin-bottom: .5rem !important
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background: #b7b7b7;
    color: #fff;
    padding: .7rem 1.5rem
}

table.variations tbody>tr>td {
    display: block;
    width: 100%
}

.woocommerce-variation-price {
    margin-bottom: 15px
}

.woocommerce:before,
.woocommerce:after {
    content: '';
    display: table
}

.woocommerce:after {
    clear: both
}

.woocommerce .woocommerce-cart-form {
    float: left;
    width: 100%
}

.woocommerce .cart-collaterals {
    float: right;
    width: 50%
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    float: none
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout {
    padding-bottom: 0 !important
}

.woocommerce .checkout-button.button.alt.wc-forward {
    margin-bottom: 0 !important
}

.woocommerce div.product .stock {
    font-weight: 700;
    color: #00a30d !important
}

.woocommerce div.product p.out-of-stock {
    color: #ff0000 !important;
    font-size: 14px;
}

.woocommerce div.product .woocommerce-product-rating {
    display: inline-block;
    margin: 0
}

.tab-content {
    margin-top: 15px;
}

.custom-btns {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ececec
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 100%
}

.woocommerce .quantity .qty {
    height: 40px;
    width: 50px !important;
    font-weight: 500;
    margin-bottom: 10px
}

.woocommerce #review_form #respond p {
    margin: 0
}

.woocommerce-info,
.woocommerce-message {
    border-color: #82b244;
}

.woocommerce-info:before,
.woocommerce-message:before {
    color: #003665;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
    display: block;
    width: 100%
}

span.xoo-wsch-close {
    font-size: 26px;
    color: #82b244;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td,
.woocommerce table.shop_table,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border-color: rgba(255, 255, 255, .2)
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(255, 255, 255, .2);
    font-size: 14px
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #f58220;
    border-radius: 5px;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #034868;
}

.woocommerce-page .entry-header {
    display: none
}

.woocommerce .star-rating {
    float: left;
    margin-bottom: 0;
    top: 2px
}

#wooswipe,
.woocommerce div.product div.images.woocommerce-product-gallery {
    width: 100%
}

.star-rating .star {
    color: orange;
    display: inline-block;
    font-family: dashicons;
    font-size: 18px
}

.star-rating .star-full:before {
    content: "\f155"
}

.screen-reader-text {
    display: none !important
}

.woocommerce-account .addresses .title h3 {
    font-size: 20px;
    font-weight: 700
}

legend {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px
}

.woocommerce-account .addresses .title .edit {
    float: right;
    background: #9cd63d;
    color: #fff;
    padding: 0 10px;
    font-size: 14px
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-weight: 500;
    border-radius: 5px;
    color: #fff;
    background-color: #82b244;
    padding: .5rem !important;
    margin: 0 2px;
}

.woocommerce-MyAccount-navigation {
    position: sticky;
    top: 120px;
}

address {
    text-align: left;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #528313 !important;
    color: #fff !important;
}

.woocommerce-MyAccount-content {
    padding: 15px;
    box-shadow: 0 0 15px 0 rgb(0 0 0/20%)
}


.cart-collaterals {
    box-shadow: 0 0 15px 0 rgb(0 0 0/20%);
    padding: 15px
}

.woocommerce .woocommerce-cart-form .woocommerce-cart-form__contents {
    box-shadow: 0 0 15px 0 rgb(0 0 0/20%);
    padding: 15px
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
.woocommerce-checkout-review-order {
    box-shadow: 0 0 15px 0 rgb(0 0 0/20%);
    padding: 15px;
    margin-bottom: 15px
}

.woocommerce-MyAccount-content h3,
#order_review_heading {
    font-size: 20px;
    font-weight: 600
}

.woocommerce-billing-fields h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    background: #9cd63d;
    color: #fff;
    padding: 12px 10px
}

#ship-to-different-address {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    background: #82b244;
    color: #fff;
    padding: 12px 10px;
    width: 100%
}

.woocommerce-form__label {
    margin-bottom: 0
}

.woocommerce-checkout-review-order h2 {
    position: relative
}

.woocommerce-checkout-review-order h2 span {
    padding-right: 15px;
    color: #000;
    font-weight: 600;
    position: relative;
    font-size: 24px;
    background: #fff;
    z-index: 9
}

.woocommerce-checkout-review-order h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.5px;
    background: #ff5722;
    left: 0;
    top: 60%
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 40px !important;
    height: auto !important;
    box-shadow: none
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    margin-bottom: 15px;
    max-width: 205px;
    height: 45px
}

.review-wrap h2 {
    position: relative;
    background: transparent;
    color: #528313;
    font-size: 28px;
    padding: 0;
    margin-bottom: 10px;
}

.review-wrap h2 span {
    padding-right: 15px;
    color: #000;
    font-weight: 600;
    position: relative;
    font-size: 24px;
    background: #fff;
    z-index: 9
}

.woocommerce-Reviews-title {
    display: none !important
}

.related-wrap h2 {
    position: relative
}

.related-wrap h2 span {
    padding-right: 15px;
    color: #000;
    font-weight: 600;
    position: relative;
    font-size: 24px;
    background: #fff;
    z-index: 9
}

.related-wrap h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.5px;
    background: #ff5722;
    left: 0;
    top: 60%
}

.wpcf7-not-valid-tip {
    font-size: 12px !important;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7 .ajax-loader {
    position: absolute
}

.wpcf7 form .wpcf7-response-output {
    margin: 5px;
    color: #ff0000 !important;
}

.header-cart {
    position: relative
}

.cart-count {
    position: absolute;
    top: -12px;
    left: 12px;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    background: #025b52;
    font-size: 12px;
    line-height: 20px;
    text-align: center
}

comment-form {
    margin-bottom: 20px
}

.woocommerce div.product form.cart .variations select {
    max-width: 210px;
    min-width: auto;
    width: 100% !important;
    display: inline-block;
    margin-right: 1em;
    height: 45px;
    border-radius: 0 !important;
    padding: 0 10px !important
}

.woocommerce div.product form.cart .reset_variations {
    font-size: 12px;
    background: #ff5722;
    color: #fff;
    padding: 6px 14px;
    display: none
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 5px
}

.woocommerce div.product form.cart button.addtocartbtn {
    border-radius: 0 !important;
    width: 200px !important;
    padding: 10px 30px !important;
    height: 45px;
    margin-bottom: 10px
}

.woocommerce div.product form.cart a.amazonbtn {
    border-radius: 0 !important;
    width: 200px !important;
    padding: 10px 30px !important;
    height: 45px;
    margin-bottom: 10px
}

.cart_totals h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    background: #9cd63d;
    color: #fff;
    padding: 10px
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    text-align: left
}

.woocommerce p.stars a::before,
.woocommerce .star-rating span,
.woocommerce .star-rating::before {
    color: #ff9800
}

.addtocart-wrap {
    display: flex;
    align-items: center;
    float: left
}

.woocommerce table.shop_table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.woocommerce table.shop_table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    height: 40px;
    padding: 12px 20px !important;
    font-size: 13px;
}

.woocommerce-variation-description p {
    font-size: 14px
}

.woocommerce-variation-amazon-link {
    position: absolute;
    left: 379px
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0 solid #d3ced2;
    margin-right: 3px
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    border-radius: 50%;
    padding: 8px 13px
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #82b244;
    color: #fff
}

.woocommerce-privacy-policy-link {
    color: #82b244 !important;
    text-decoration: underline !important;
}

.woocommerce-products-header {
    text-align: center;
}

#cclw_payment_section #payment ul.payment_methods li label img {
    float: left !important;
    max-height: inherit !important;
}

#cclw_order_details_table .cclw_order_review_table #qty1 {
    border: 1px solid #e59800 !important;
}

.woocommerce div.product .product_title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    background: transparent;
    color: #000;
    margin: 0;
    float: left;
}

.pro_icon img {
    margin-left: 12px;
    width: 35px;
}

.yith-wcwl-add-button>a i {
    margin-right: 0;
}

.qib-button-wrapper .quantity input.input-text.qty.text {
    font-size: 16px !important;
}

.qib-button-wrapper button.qib-button {
    font-size: 16px !important;
}

.qib-button-wrapper button.qib-button,
.qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 40px !important;
}

.nickx-slider-nav img {
    margin: 3px 0;
    border: 1px solid #034868;
}

.woocommerce button.button.alt.disabled {
    background: #ff9236 !important;
}

.variable-item-span {
    font-size: 14px;
}

.woof_container_inner h4 {
    margin-bottom: 0;
    font-size: 14px;
    padding: 8px;
    color: #000;
    border-radius: 0;
    BORDER-BOTTOM: 1PX SOLID #b3b3b3;
    FONT-WEIGHT: 600;
}

.woocommerce-wishlist .wishlist-title-container {
    display: none !important;
}

.wishlist_table {
    background: #fff;
}

.wishlist_table tr td {
    text-align: left;
}

.wishlist_table .product-name a {
    color: #e56600;
    text-decoration: underline;
}

.woocommerce table.shop_table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #82b244;
    background: #82b244;
    color: #fff;
    font-size: 15px;
    font-weight: 400 !important;
}

.wishlist_table .fa-shopping-cart {
    color: #e59800;
}

.wishlist_table tr td.product-thumbnail a img {
    width: 30px;
}

.woocommerce .products ul {
    background: #fff;
    border-radius: 6px !important;
    box-shadow: none;
}

.woocommerce ul.products {
    background: #fff;
    border-radius: 6px !important;
    box-shadow: 0 0 12px #ccc;
}

.woof_reset_button_2 {
    padding: 0px 10px;
    border: 0;
    background: #f6a53d;
    color: #fff;
    font-size: 13px;
}

a.woof_front_toggle {
    font-size: 20px;
    color: #034868;
}

.woof_container {
    padding-bottom: 0;
    margin-bottom: 8px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
    margin-top: 25px;
}

.woocommerce img,
.woocommerce-page img {
    max-width: inherit !important;
}

.woo-variation-items-wrapper ul li {
    border: 1px solid #528313;
}

.comment-form input {
    border: 1px solid #82b244;
    margin: 7px;
    border-radius: 4px;
}

.woocommerce #review_form #respond textarea {
    border: 1px solid #82b244;
}

#comments ol {
    padding-left: 0;
}






.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 3px;
    height: 100%;
    margin-left: -8px;
    background: #e59800;
    z-index: 5;
}

.timeline>li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
}

.timeline>li:after,
.timeline>li:before {
    display: table;
    content: " ";
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px !important;
    width: 80px !important;
    margin-left: 0;
    text-align: center;
    color: white;
    border: 3px solid #e59800;
    border-radius: 100%;
    background-color: #fff;
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.timeline>li .timeline-image h4,
.timeline>li .timeline-image .h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4,
.timeline .timeline-heading .h4 {
    margin: 0;
    padding: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading,
.timeline .timeline-heading .subheading.h4 {
    text-transform: none;
}

.timeline .timeline-body>ul,
.timeline .timeline-body>p {
    margin-bottom: 0;
}

@media (min-width: 768px) {

    .timeline:before {
        left: 49.3%;
    }

    .timeline>li {
        margin-bottom: 0;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 43%;
        padding: 0 20px 20px 30px;
        text-align: left;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4,
    .timeline>li .timeline-image .h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media (min-width: 992px) {

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 140px;
        height: 140px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4,
    .timeline>li .timeline-image .h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media (min-width: 1200px) {

    .timeline>li .timeline-panel {
        padding: 0 14px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 100px !important;
        height: 100px !important;
        line-height: 90px !important;
        margin-left: -65px;
    }

    .timeline>li .timeline-image img {
        width: 80px !important;
        height: 80px !important;
        border-radius: 50%;
    }

    .timeline>li .timeline-image h4,
    .timeline>li .timeline-image .h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 0;
    }
}

.page-section h2.section-heading,
.page-section .section-heading.h2 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.page-section h3.section-subheading,
.page-section .section-subheading.h3 {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 4rem;
}

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

.page-section h2.section-heading,
.page-section .section-heading.h2 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.page-section h3.section-subheading,
.page-section .section-subheading.h3 {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 4rem;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

p {
    line-height: 1.75;
}

@media (min-width: 1400px) .container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 1320px;
}

@media (min-width: 1200px) .container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 1140px;
}

@media (min-width: 992px) .container-lg,
.container-md,
.container-sm,
.container {
    max-width: 960px;
}

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

.timeline-heading {
    background: #82b244;
    padding: 10px;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 8px;
}


.stamp_icon img {
    width: 40px;
    margin-bottom: 5px;
}

#ani_txt_Fade .carousel-caption {
    position: relative !important;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    font-family: 'Berkshire Swash', cursive;
    color: #82b244;
    font-size: 26px;
    font-weight: 400;
    text-align: left;
    line-height: 30px;
}

#ani_txt_Fade .carousel-caption:nth-child(2) {
    color: #e59800;
}

.slider_txt {
    background: url(../image/text_slider_bg.jpg)0 0;
    background-repeat: no-repeat;
    padding: 100px 40px;
    border-radius: 12px;
    font-family: 'Berkshire Swash', cursive;
    font-size: 30px;
    color: #000;
    line-height: 35px;
    text-align: center;
    background-size: contain;
    height: auto;
    width: 100%;
}

.related.products h2 {
    text-align: center;
    margin: 0 auto 30px auto;
    padding: 0 0 30px 0;
}

.headingbg {
    background: #82b244;
    padding: 6px 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

.review_section_icon img {
    width: 120px;
    border: 1px solid #aaa;
    margin: 10px 8px;
}

.yith-wcwl-add-to-wishlist {
    margin-top: 0px !important;
}

.u-column1,
.u-column2 {
    text-align: center;
}

.woocommerce div.products div.product a img {
    object-fit: cover;
    padding: 0;
    margin: 0 auto;
	transition: 0.7s;
}

.woocommerce div.products div.product a img:nth-of-type(2) {
    display: none;
}

.woocommerce div.products div.product a:hover img:nth-of-type(2) {
    display: block
}

.woocommerce div.products div.product a:hover img:nth-of-type(1) {
    display: none;
}

.footer-icon img {
    background: #fff;
    margin: 5px 0;
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

.wishlist-title h2 {
    padding: 0 0 25px 0 !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #82b244;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #e59800;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e59800;
}

.product-type-variable .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #528313;
    font-weight: 600;
    background-color: #fff;
    border-color: #528313 #528313 #fff;
}

.woocommerce-checkout .border_html {
    background-color: #82b244 !important;
    color: #fff !important;
    font-size: 16px !important;
}

.woocommerce-checkout .cclw_opc_main .border_html {
    border-width: 0 !important;
}

#cclw_order_details_table .cclw_order_review_table .cclwminus,
#cclw_order_details_table .cclw_order_review_table button.cclwplus {
    background: #e59800 !important;
}

#cclw_payment_section #place_order {
    background: #e59800 !important;
}

#cclw_payment_section #place_order:hover {
    background: #82b244 !important;
    opacity: 1;
}

.woocommerce-info a {
    color: #82b244 !important;
}

.woocommerce-error {
    border-top-color: #FF0000 !important;
}

.woocommerce-error::before {
    content: "\e016";
    color: #82b244 !important;
}


.product-type-variable .nav-tabs {
    border-bottom: 1px solid #528313;
}


.nav-tabs .nav-link {
    font-weight: 600;color: #111;
}

.product-type-variable .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #528313 #528313 #fff #528313!important;
    color: #528313!important;
}

.nav-tabs {
    border-bottom: 1px solid #528313;
}

.product-type-variable .tab-content {
    padding-top: 10px;
}

.topbar_icon li {
    float: left;
    margin: 10px 6px 10px 0;
}

.yith-wcwl-add-button {
    border: 1px solid #82b244;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    background: #82b244;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    text-transform: capitalize;
    background-image: linear-gradient(0, #e59800, #e59800);
    background-size: 0 0;
    transition: .8s;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.yith-wcwl-add-button:hover {
    background-size: 100% 100%;
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}

.product-item .yith-wcwl-add-to-wishlist {
    margin-top: 0px !important;
    display: grid;
}

.tab-pane ul.tick {
    margin: 0;
}

.product-item .yith-wcwl-add-button {
    border: 0;
    padding: 0;
}

.product-item .yith-wcwl-add-button:hover {
    background-size: 100% 100%;
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}

.shop-icon {
    position: absolute;
    top: 10px;
    right: 22px;
}

.shop-icon img {
    width: 35px;
}

.social-popup {
    display: table;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -50px;
    border: 1px solid #aaa;
    padding: 5px 5px 0 5px;
    border-radius: 5px;
    background: #fff;
    z-index: 2;
}

.fa-heart-o:before {
    content: "\f08a";
    font-family: 'FontAwesome';
}

.pro-wish .yith-wcwl-add-to-wishlist {
    display: inline-block;
    float: left;
}

.xoo-wsc-ft-btn-cart {
    display: none;
}

.smile_txt {
    background: #edf6db;
    box-shadow: 0px 15px 10px -15px #111;
}

.woocommerce .smile_txt img,
.woocommerce-page .smile_txt img {
    max-width: 100% !important;
}

.ur-frontend-form {
    background: #fff;
}

.star-rating .star-full:before {
    content: "\f155";
}

.star-rating .star-half:before {
    content: "\f459";
}

.star-rating .star-empty:before {
    content: "\f154";
}

.star-rating .star {
    display: inline-block;
    font-family: dashicons;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    height: 20px;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    width: 20px;
}

.mathcaptcha_div span input {
    width: 50% !important;
}

.mathcaptcha_div span {
    color: #fff !important;
}

.irs--round.irs-with-grid {
    margin: 12px 0 !important;
    width: 96% !important;
}

.irs--round .irs-handle {
    top: 27px !important;
    width: 20px !important;
    height: 20px !important;
    border: 4px solid #89B84E !important;
}

.irs--round .irs-bar {
    background-color: #89B84E !important;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background-color: #89B84E !important;
    font-size: 13px !important;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    border-top-color: #89B84E !important;
}

.woof_wcga_label_hide {
    display: none !important;
}

.yith-wcwl-add-to-wishlist a.add_to_wishlist>.yith-wcwl-icon-svg,
.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>.yith-wcwl-icon-svg,
.yith-wcwl-add-to-wishlist a.delete_item>.yith-wcwl-icon-svg {
    vertical-align: middle !important;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
    margin-bottom: 20px;
}

.xoo-wsc-ft-buttons-cont {
    display: flex !important;
    justify-content: center !important;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn{
    padding: 10px !important;
    font-size: 14px !important;
}