@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); 
@import url('icon-pack.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0px;
    margin: 0px;
}

body {
    background-color: rgb(255, 255, 255);
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: rgb(141, 154, 168);
    font-weight: 400;
    letter-spacing: -0.2px;
    position: relative;
    overflow-x: hidden;
}

::selection {
    background-color: rgb(37, 136, 82);
    color: rgb(255, 255, 255);
}

-webkit-::selection {
    background-color: rgb(37, 136, 82);
    color: rgb(255, 255, 255);
}

h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: rgb(38, 58, 79);
}

h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin: 0px 0px 10px;
    color: rgb(38, 58, 79);
}

h2 {
    font-size: 32px;
    line-height: 42px;
    color: rgb(38, 58, 79);
    margin: 0px 0px 10px;
    font-weight: 600;
    letter-spacing: -1px;
    font-family: Montserrat, sans-serif;
}

h3, h4 {
    margin: 0px 0px 10px;
    font-weight: 600;
    line-height: 1.7;
    color: rgb(38, 58, 79);
    letter-spacing: -0.5px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5, h6 {
    font-size: 14px;
    margin: 0px 0px 10px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

ul {
    display: block;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

p, li, a, span {
}

p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
}

a, a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0px;
    text-decoration: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: rgb(221, 221, 221) !important;
}

button {
    border: none;
    background: none;
}

.padding {
    padding: 70px 0px;
}

.no-padding {
    padding: 0px;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.box-padding {
    padding: 0px 50px;
}

.bg-white {
    background-color: rgb(255, 255, 255);
}

.bg-grey {
    background-color: rgb(255, 247, 247);
}

.bg-dark {
    background-color: rgb(36, 35, 35) !important;
}

.bd-top {
    border-top: 1px solid rgb(229, 229, 229);
}

.bd-bottom {
    border-bottom: 1px solid rgb(229, 229, 229);
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

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

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

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

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.mt-20 {
    margin-top: 20px;
}

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

.mt-40 {
    margin-top: 40px;
}

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

.fz-28 {
    font-size: 28px;
}

.fz-24 {
    font-size: 24px;
}

.fz-22 {
    font-size: 22px;
}

.fz-20 {
    font-size: 20px;
}

.fz-18 {
    font-size: 18px;
}

.fz-16 {
    font-size: 16px;
}

.text-black {
    color: rgb(51, 51, 51);
}

.text-white {
    color: rgb(255, 255, 255);
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

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

.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

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

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

.overlay {
    width: 100%;
    position: relative;
    z-index: 1;
}

.overlay::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.loaded .site-preloader-wrap {
    opacity: 0;
    visibility: hidden;
}

.site-preloader-wrap {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: rgb(255, 255, 255);
    top: 0px;
    left: 0px;
}

.site-preloader-wrap .spinner {
    background-color: rgb(37, 136, 82);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.spinner {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    animation: 1s ease-in-out 0s infinite normal none running sk-scaleout;
}

@-webkit-keyframes sk-scaleout {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.btn_group {
}

.btn_group a {
    margin: 5px;
}

.btn_group_left a {
    margin-right: 15px;
    margin-bottom: 15px;
}

.default-btn {
    display: inline-block;
    background: rgb(255, 255, 255);
    color: rgb(68, 138, 90);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0px 35px;
    letter-spacing: 0px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    transition: all 700ms ease 0s;
    z-index: 1;
    font-family: Montserrat, sans-serif;
}

.default-btn:hover {
    color: rgb(255, 255, 255);
}

.default-btn span {
    background: none 0px 0px repeat scroll rgb(241, 90, 46);
    border-radius: 50%;
    display: block;
    height: 0px;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0px;
    z-index: -1;
}

.default-btn:hover span {
    height: 562.5px;
    width: 562.5px;
}

.section-heading h2 {
    font-size: 32px;
    display: block;
}

.section-heading span {
    display: inline-block;
    font-size: 12px;
    color: rgb(37, 136, 82);
    font-weight: 600;
    letter-spacing: 0px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
}

.pos-rel {
    position: relative;
}

.food-1 {
    background-image: url("../img/bg2.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
}

.food-2 {
    background-image: url("../img/bg1.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
}

.gmap_canvas iframe{
    width: 100%;
}

a, a:hover, .overlay, img, .form-control, .form-control:hover, button {
    transition: all 0.5s ease 0s;
}

.header-section {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 80px;
    z-index: 99;
    left: 0px;
    top: 0px;
    padding: 0px;
    position: fixed;
}

.navbar-fixed-top.header-section {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(16, 16, 16, 0.08) 0px 2px 5px;
    height: 80px;
    border-bottom: 0px;
    padding: 0px;
}

.navbar-fixed-top ul.nav > li > a {
    color: rgb(38, 58, 79);
}

.navbar-fixed-top ul.nav > li > a:hover, .navbar-fixed-top ul.nav > li > a:focus, .navbar-fixed-top ul.nav > li.active > a {
    color: rgb(37, 136, 82);
}

.logo-light, .navbar-fixed-top .logo-light, .logo-dark, .navbar-fixed-top .logo-dark, .navbar-fixed-top.header-section, .header-section {
    transition: all 0.3s ease-in-out 0s;
}

.navbar {
    border: medium none;
    border-radius: 0px;
    margin: 0px;
    position: relative;
    padding: 0px;
}

.navbar-header {
    padding: 17px 0px;
}

.navbar-header .brand {
    font-size: 25px;
    color: rgb(51, 51, 51);
    font-family: Poppins, sans-serif;
    letter-spacing: -1px;
    font-weight: 600;
    margin-left: 13px;
}

.navbar-header .nav-btn {
    padding: 8px;
    border-radius: 1px;
}

.navbar-header .nav-btn .icon-bar {
    background-color: rgb(255, 255, 255);
    width: 18px;
}

.navbar-fixed-top .navbar-header .nav-btn .icon-bar {
    background-color: rgb(119, 119, 119);
}

.navbar-header .nav-btn:hover, .navbar-header .nav-btn:focus {
    opacity: 0.8;
}

#navbar {
    z-index: 999;
    padding: 0px 15px;
}

ul.nav {
}

ul.nav > li {
    position: relative;
}

ul.nav > li > a {
    color: rgb(38, 58, 79);
    font-family: Montserrat, sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 20px;
    letter-spacing: 0px;
    font-size: 15px;
    font-weight: 600;
    line-height: 80px;
    z-index: 1;
}

.header-right .cart-icon {
    font-size: 14px;
    font-family: Poppins, sans-serif;
    color: rgb(37, 136, 82);
    font-weight: 600;
    line-height: 80px;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}

.header-right .cart-icon i {
    color: rgb(37, 136, 82);
    font-size: 18px;
}

.header-right .cart-icon .count {
    background-color: rgb(37, 136, 82);
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    font-size: 10px;
    right: -10px;
}

.cart-icon.transparent {
}

.cart-icon.transparent i {
    color: rgb(244, 34, 103);
}

.cart-icon.transparent .count {
    background-color: rgb(244, 34, 103);
}

ul.nav > li > a:hover, ul.nav > li > a:focus, ul.nav > li > a.active {
    background: none;
    color: rgb(37, 136, 82);
    opacity: 1;
}
ul.nav > li > a:hover::after, 
ul.nav > li > a:focus::after, 
ul.nav > li > a.active::after{
    color: rgb(37, 136, 82) !important;
}

#mainmenu li ul {
    background-color: rgb(255, 255, 255);
    width: 200px;
    height: auto;
    position: absolute;
    left: 0px;
    top: 140%;
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
    z-index: 999;
    box-shadow: rgba(64, 1, 4, 0.1) 0px 50px 100px 0px, rgba(248, 99, 107, 0.004) 0px -6px 0px 0px;
}

#mainmenu li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

#mainmenu li ul li {
    border-bottom: 2px solid rgb(238, 238, 238);
    display: block;
    position: relative;
    padding: 0px;
}

#mainmenu li ul li:last-child {
    border: none;
}

#mainmenu li ul li a {
    font-family: "Open Sans", sans-serif;
    line-height: 45px;
    display: block;
    padding: 0px 15px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: rgb(106, 134, 149);
    transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}

#mainmenu li > ul > li:hover a {
    background-color: rgb(37, 136, 82);
    color: rgb(255, 255, 255);
}

#mainmenu li > ul ul {
    background-color: rgb(255, 255, 255);
    left: 200px;
}

#mainmenu li > ul li:hover > ul li a {
    color: rgb(119, 119, 119);
}

#mainmenu li ul li:hover > ul {
    top: 0px;
    opacity: 1;
    visibility: visible;
}

#mainmenu li > ul li:hover > ul li > a:hover {
    background-color: transparent;
    color: rgb(255, 255, 255);
}

#mainmenu li ul li li a:hover {
    color: rgb(255, 202, 63) !important;
}

.header-section.transparent {
    background-color: transparent;
}

.navbar-fixed-top.header-section.transparent {
    background-color: rgb(255, 255, 255);
}

.header-section.transparent ul.nav > li > a {
    color: rgb(221, 221, 221);
}

.header-section.transparent ul.nav > li > a:hover, .header-section.transparent ul.nav > li > a.active {
    color: rgb(255, 255, 255);
}

.navbar-fixed-top.header-section.transparent ul.nav > li > a {
    color: rgb(37, 136, 82);
}

.navbar-fixed-top.header-section.transparent ul.nav > li > a:hover, .navbar-fixed-top.header-section.transparent ul.nav > li > a.active {
    color: rgb(37, 136, 82);
}

.navbar-fixed-top.transparent .logo-dark, .transparent .logo-light {
    display: block;
}

.navbar-fixed-top.transparent .logo-light, .transparent .logo-dark {
    display: none;
}

.transparent .slicknav_menu .slicknav_icon-bar {
    box-shadow: rgb(255, 255, 255) 0px 2px 0px;
    background-color: transparent;
}

.slicknav_menu {
    background: none;
    padding: 0px;
    display: none;
    z-index: 999;
}

.slicknav_nav {
    background-color: rgb(255, 255, 255);
    font-size: 16px;
    padding: 20px 15px;
}

.js .slicknav_menu {
    width: 100%;
    position: absolute;
    right: 330px;
    top: 78px;
}
.magaza_button{
    margin-right: 6px;
    border: 1px solid #34ad54;
    padding: 0 15px !important;
    line-height: 40px !important;
    display: flex !important;
    justify-content: center;
    background: #ffffff;
    color: black;
    max-width: 160px;
    border-radius: 45px !important;
    text-decoration: none !important;
}

.slicknav_btn {
    background-color: transparent;
    margin: -63px 0px 0px;
}

.transparent .slicknav_btn {
    margin: -60px 0px 0px;
}

.transparent.navbar-fixed-top .slicknav_menu .slicknav_icon-bar, .slicknav_menu .slicknav_icon-bar {
    width: 25px;
    height: 5px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 0px;
}

.slicknav_nav .slicknav_row:hover, .slicknav_nav .slicknav_row, .slicknav_nav a, .slicknav_nav a:hover {
    border-radius: 0px;
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
    padding: 10px 15px;
    margin: 0px;
    color: rgb(37, 136, 82);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.2px;
}

.slicknav_nav .slicknav_arrow {
    float: right;
    color: rgb(153, 153, 153);
}

.slicknav_nav a .caret {
    display: none;
}

.slicknav_nav ul {
    margin: 0px;
}

.slicknav_nav ul li a {
    padding-left: 30px;
    font-size: 14px;
    color: rgb(37, 136, 82);
}

.slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {
    background-color: transparent;
    color: rgb(51, 51, 51);
}

.header-right {
    display: flex;
    align-items: center;
}

.header-right .menu-btn {
    background-color: rgb(37, 136, 82);
    padding: 0px 30px;
    border-radius: 2px;
    line-height: 45px;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin: 0px;
    color: rgb(255, 255, 255) !important;
}

.header-right .menu-btn:hover {
    background-color: rgb(255, 153, 51);
    opacity: 0.8;
    color: rgb(255, 255, 255);
}

#dl-popup-search-box {
    background-color: rgba(0, 0, 0, 0.95);
    position: fixed;
    width: 100%;
    height: 100%;
    top: -20em;
    left: 0px;
    right: 0px;
    white-space: nowrap;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease 0s;
}

#dl-popup-search-box.toggled {
    top: 0px;
    opacity: 1;
    visibility: visible;
}

#dl-popup-search-box .box-inner-wrap:hover {
    cursor: url("../img/cross.png"), auto;
}

#dl-popup-search-box .box-inner-wrap {
    width: 100%;
    height: 100%;
}

#dl-popup-search-box .box-inner-wrap form {
    position: relative;
    margin: 0px auto;
}

#dl-popup-search-box .box-inner-wrap input::-webkit-input-placeholder {
    color: rgb(68, 68, 68);
}

#dl-popup-search-box .box-inner-wrap input::placeholder {
    color: rgb(68, 68, 68);
}

#dl-popup-search-box .box-inner-wrap input {
    width: 90%;
    padding: 0px 0px 0.125em;
    background: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 3px solid rgb(34, 34, 34);
    font-size: 4em;
    color: rgb(221, 221, 221);
}

#dl-popup-search-box .box-inner-wrap input:focus {
    outline: none;
}

#dl-popup-search-box .box-inner-wrap button {
    position: absolute;
    display: block;
    width: 10%;
    right: 0px;
    top: 0px;
    background: transparent;
    border: none;
    color: rgb(68, 68, 68);
    font-size: 4em;
    transition: all 500ms ease 0s;
}

#dl-popup-search-box .box-inner-wrap button:hover {
    color: rgb(221, 221, 221);
}

#dl-popup-search-box .box-inner-wrap button:focus {
    outline: none;
}

@media screen and (max-width: 600px) {
    #dl-popup-search-box .box-inner-wrap form {
        width: 90%;
    }

    #dl-popup-search-box .box-inner-wrap input, #dl-popup-search-box .box-inner-wrap button {
        font-size: 3em;
    }
}

.promo-section {
}

.promo-wrap {
}

.promo-item {
    background-color: transparent;
    padding: 40px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out 0s;
}

.promo-item.active {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
}

.promo-item.active i {
    background-color: rgb(241 90 46);
    color: rgb(255, 255, 255);
}

.promo-item:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 20px 3px;
}

.promo-item:hover i {
    background-color: rgb(241 90 46);
    color: rgb(255, 255, 255);
}

.promo-item i {
    color: rgb(37, 136, 82);
    font-size: 40px;
    margin-bottom: 15px;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 2px dashed rgb(241 90 46);
    border-radius: 50%;
    transition: all .3s;
}

.promo-item h3 {line-height: 1.4;}

.promo-item p {
}

.promo-item a {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: rgb(37, 136, 82);
    font-weight: 600;
}

.promo-item a:hover {
    color: rgb(255, 153, 51);
    text-decoration: underline;
}

.section-heading {
}

.section-heading h2 {
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
}

.section-heading img {
    margin-bottom: 15px;
}

.about-section {position: relative;}

.about-wrap {
    display: flex;
    /* align-items: center; */
}

.about-content {
}

.about-content .section-heading p {
    margin-bottom: 0px;
    width: 100%;
}

.about-content a {
    background: rgb(68, 138, 90);
    color: rgb(255, 255, 255);
}

.about-content .section-heading, .about-info {
    margin-bottom: 30px;
}

.about-info li {
    font-family: Poppins, sans-serif;
    color: rgb(38, 58, 79);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-info li:last-child {
    margin-bottom: 0px;
}

.about-info li i {
    color: rgb(37, 136, 82);
    margin-right: 15px;
    font-size: 15px;
}

.product-carousel-section {
}

.product-carousel-wrap {
}

.product-item {
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
}

.product-carousel .owl-stage-outer {
    padding: 20px 0px;
}

.product-thumb {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.product-thumb img {
    width: 100%;
}

.product-content {
    background-color: rgb(255, 255, 255);
    padding: 15px 0px;
    border-top: 1px solid rgb(238, 238, 238);
}

.product-content h3 {
    font-size: 16px;
    display: block;
    margin-bottom: 0px;
}

.product-content h3 a {
    color: rgb(38, 58, 79);
}

.product-content h3 a:hover {
    color: rgb(37, 136, 82);
}

.product-content h4 span {
    font-family: Montserrat, sans-serif;
    display: inline-block;
    color: rgb(37, 136, 82);
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    letter-spacing: -0.2px;
}

.product-content h4 span.old {
    color: rgb(141, 154, 168);
    text-decoration: line-through;
    margin-right: 0px;
}

.product-btn-group {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    bottom: 30px;
    transform: translateY(100%);
    transition: all 0.4s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0.1s;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}

.product-item:hover .product-thumb::before, .product-item:hover .product-btn-group {
    transform: translateY(0px);
}

.product-item:hover .product-btn-group, .product-item:hover .product-thumb::before {
    visibility: visible;
    opacity: 1;
}

.product-item:hover .product-thumb img {
    transform: scale(1.05);
}

.product-btn-group li {
    display: inline-block;
}

.product-btn-group li a {
    display: inline-block;
    background-color: rgb(255, 255, 255);
    color: rgb(37, 136, 82);
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.product-btn-group li a:hover {
    background-color: rgb(255, 153, 51);
    color: rgb(255, 255, 255);
}

.product-carousel {
    position: relative;
}

.product-carousel .owl-nav div {
    background-color: rgb(255, 255, 255);
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: -25px;
    top: 50%;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all 0.4s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0s;
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px 0px;
}

.product-carousel .owl-nav div.owl-next {
    left: auto;
    right: -25px;
}

.product-carousel:hover .owl-nav div {
    left: 0px;
    visibility: visible;
    opacity: 1;
}

.product-carousel:hover .owl-nav div.owl-next {
    left: auto;
    right: 0px;
}

.product-section {
}

.product-filter {
    margin-bottom: 30px;
}

.product-filter li {
    font-family: "Work Sans", sans-serif;
    color: rgb(38, 58, 79);
    display: inline-block;
    font-weight: 600;
    margin: 0px 10px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

.product-filter li.active {
    color: rgb(37, 136, 82);
}

.product-items {
}

.product-items .product-item {
}

.product-thumb {
}

.product-btn-group {
}

.product-btn-group li {
}

.product-btn-group li a {
}

.product-content h3 {
    font-family: Montserrat, sans-serif;
}

.product-content h4 {
}

.cta-section {
    background-image: url("../img/rp-bg.png");
    background-repeat: repeat;
}

.cta-wrap {
    display: flex;
    align-items: center;
}

.cta-content {
}

.cta-content h2 {
    font-size: 46px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
}

.cta-content h2 span {
    display: block;
    font-family: Pacifico, serif;
    font-weight: 400;
}

.cta-content p {
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
}

.cta-btn {
}

.cta-btn a {
}

.feature-section {
}

.feature-wrap {
    display: flex;
    align-items: center;
}

.feature-info {
}

.feature-info h2 {
}

.feature-info p {
    margin-bottom: 40px;
}

.feature-list {
    margin-right: 35px;
}

.feature-list li {
    position: relative;
    margin-bottom: 30px;
}

.feature-list li p, .feature-list li:last-child {
    margin-bottom: 0px;
}

.feature-list li i {
    background-color: rgb(255, 153, 51);
    color: rgb(255, 255, 255);
    font-size: 12px;
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    top: 10px;
    left: 0px;
    border-radius: 50%;
    border: 6px solid rgba(0, 0, 0, 0.05);
}

.feature-content {
    padding-left: 70px;
}

.feature-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.feature-content p {
}

.team-section {
}

.team-wrap {
}

.team-box {
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 3px 15px 2px;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
    overflow: hidden;
}

.team-box:hover {
}

.team-item {
    position: relative;
}

.team-item img {
    width: 100%;
}

.team-social {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.team-social li {
}

.team-social li a {
    color: rgb(255, 255, 255);
    background-color: rgb(37, 136, 82);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.team-social li:first-child a {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.team-social li:last-child a {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.team-social li a:hover {
    background-color: rgb(255, 153, 51);
}

.team-content {
    background-color: rgb(255, 255, 255);
    padding: 15px 0px;
    border-top: 1px solid rgb(238, 238, 238);
}

.team-content h3 {
    font-size: 18px;
}

.team-content h3 span {
    font-family: "Work Sans", sans-serif;
    display: block;
    color: rgb(37, 136, 82);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.gallery-section {
}

.gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery-item img {
    width: 100%;
}

.gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    pointer-events: none;
}

.gallery-content::before {
    background-color: rgb(0 0 0 / 50%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
    z-index: -1;
    bottom: 0;
}

.gallery-item:hover .gallery-content::before {
    bottom: 0px;
    visibility: visible;
    opacity: 1;
}

.gallery-content h3 {
    margin-bottom: 0px;
    visibility: visible;
    opacity: 1;
    transform: translateY(10px);
    transition: all 0.2s ease-in-out 0s;
}

.gallery-item:hover h3 {
    transform: translateY(0px);
    transition-delay: 0.2s;
    visibility: visible;
    opacity: 1;
}

.gallery-content h3 a {
    display: block;
    font-size: 28px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: Montserrat, sans-serif;
}

.gallery-content a span {
    font-family: "Work Sans", sans-serif;
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.gallery-filter {
    display: block;
}

.gallery-filter li {
    display: inline-block;
    position: relative;
    margin: 0px 10px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
}

.gallery-filter li a {
    display: inline-block;
}

.gallery-filter li::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 15px;
    left: 0px;
    width: 100%;
    height: 5px;
    background: rgb(203, 169, 130);
    transform: scaleX(0);
    transform-origin: 0px 50%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    border-radius: 2px;
}

.gallery-filter li.active::before, .gallery-filter li:hover::before, .gallery-filter li:focus::before, .gallery-filter li:active::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.gallery-filter li:hover, .gallery-filter li:focus, .gallery-filter li:active {
    cursor: pointer;
}

.testimonial-section {
    position: relative;
    z-index: 1;
}

.testi-item img {
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    width: 100px !important;
}

.testi-content {
    padding-left: 20px;
}

.testi-content h3 {
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    margin: 0px;
}

.testi-content span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}

.testi-item {
    background-color: rgb(255, 255, 255);
    position: relative;
    padding: 30px;
    border-left: 4px solid rgb(37, 136, 82);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
}

.testi-item .fa-quote-right {
    position: absolute;
    right: 30px;
    bottom: 25px;
    font-size: 50px;
    color: rgb(37, 136, 82);
    opacity: 0.5;
}

.testi-content .rattings {
    display: inline-block;
    margin-left: 5px;
}

.testi-content .rattings li {
    display: inline-block;
}

.testi-content .rattings li i {
    font-size: 10px;
    color: rgb(37, 136, 82);
    display: inline-block;
}

.owl-controls .owl-dots {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    bottom: -50px;
    text-align: center;
}

.owl-controls .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 1px;
    background-color: rgb(85, 85, 85);
    margin: 0px 3px;
    position: relative;
    text-align: center;
}

.owl-controls .owl-dots .owl-dot.active {
    background-color: rgb(37, 136, 82);
}

.faq-section {
}

.faq-wrap {
    display: flex;
    align-items: center;
}

.faq-item .card {
    border-radius: 2px;
    border: 1px solid rgb(238, 238, 238);
}

.faq-item .card-header {
    padding: 0px;
    border-radius: 2px;
    border: none;
}

.faq-item .btn-link {
    color: rgb(38, 58, 79);
    font-weight: 600;
    text-decoration: none;
}

.faq-item .card-header button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px 15px;
    position: relative;
    white-space: normal;
    text-decoration: none;
    color: rgb(37, 136, 82);
    letter-spacing: -0.5px;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    border: none;
}

.faq-item .card-header button[aria-expanded="true"] {
    background-color: rgb(37, 136, 82);
    color: rgb(255, 255, 255);
}

.page-header {
    background-image: url("../img/rp-bg.png");
    background-repeat: repeat;
    width: 100%;
    height: 300px;
    display: flex;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 40px;
}
.page-header::before{
    content: '';
    position: absolute;
    inset: 0px;
    background-color: rgba(37, 136, 82, 0.7);
}

.page-header-bottom {
    background-image: url("../img/page-header.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    position: absolute;
    width: 544px;
    height: 144px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    z-index: 1;
}
.page-header .container{
    position: relative;
    z-index: 2;
}

.page-content {
}

.page-content h2 {
    color: rgb(255, 255, 255);
    font-size: 36px;
}

.page-content p {
    color: rgb(255 255 255);
    margin: 0px;
}

.error-section {
}

.error-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-content img {
    max-width: 100%;
}

.error-content .error-info {
    padding-left: 50px;
    text-align: center;
}

.error-content .error-info h2 {
    font-size: 200px;
    line-height: 200px;
    letter-spacing: -10px;
}

.error-content .error-info a {
    color: rgb(38, 58, 79);
    font-weight: 600;
    text-decoration: underline;
}

.error-content .error-info a:hover {
    color: rgb(37, 136, 82);
}

.contact-section {
    position: relative;
    z-index: 1;
}

.contact-info h3 {
    line-height: 28px;
}

.contact-info h4 {
    font-size: 15px;
    line-height: 28px;
}

.contact-info span {
    text-transform: uppercase;
    margin-right: 5px;
}

.form-control {
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    padding: 15px 10px;
    box-shadow: none;
}

.form-control:focus {
    border-color: rgb(37, 136, 82);
    box-shadow: none;
    outline: none;
}

#form-messages {
    display: none;
}

#form-messages.alert-danger, #form-messages.alert-success {
    display: block;
}

#google-map {
    width: 100%;
    height: 400px;
}

.pricing-section {
}

.pricing-wrappper, .pricing-wrap {
    display: flex;
    align-items: center;
}

.section-heading {
}

.section-heading span {
    color: rgb(37, 136, 82);
}

.pricing-box {
    background-color: rgb(255, 255, 255);
    padding: 40px;
    position: relative;
    border-radius: 5px;
    box-shadow: rgba(61, 1, 4, 0.1) 0px 50px 100px 0px, rgba(248, 99, 107, 0.004) 0px -6px 0px 0px;
    border-bottom: 5px solid rgb(255, 153, 51);
    overflow: hidden;
}

.pricing-bg {
    background-image: url("../img/food-1.png");
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: -80px;
    left: 20px;
    position: absolute;
}

.pricing-head {
}

.pricing-head span {
    text-transform: uppercase;
    font-size: 12px;
    color: rgb(37, 136, 82);
    font-weight: 600;
    letter-spacing: 0px;
    font-family: "Open Sans", sans-serif;
}

.pricing-head h3 {
    color: rgb(255, 153, 51);
    font-size: 55px;
}

.pricing-head h3 span {
    margin-left: 15px;
}

.pricing-head h4 {
    margin-top: -15px;
}

.pricing-list {
    margin-top: 15px;
}

.pricing-list li {
    color: rgb(38, 58, 79);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.pricing-list li i {
    color: rgb(37, 136, 82);
    font-size: 15px;
    margin-right: 15px;
}

.service-section {
}

.service-wrap {
}

.service-box {
    position: relative;
    padding-left: 95px;
}

.service-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.service-icon img {
    height: 80px;
}

.service-content {
}

.service-content h3 {
}

.service-content p {
    margin-bottom: 0px;
}

.select-form {
    border: 2px solid rgb(238, 238, 238);
    padding: 17px 30px;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 1;
    color: rgb(141, 154, 168);
    appearance: none;
    width: 180px;
    height: 40px;
    font-weight: 600;
}

.select-form:focus {
    border-color: rgb(37, 136, 82);
    box-shadow: none;
    outline: none;
}

.product-showing p {
    margin: 0px;
}

.shop-details {
}

.shop-details-wrap {
    border-bottom: 2px solid rgb(238, 238, 238);
    padding-bottom: 50px;
}

.shop-details h3 {
    font-size: 24px;
}

.shop-details h3 span {
    color: rgb(187, 187, 187);
    margin-left: 10px;
    text-decoration: line-through;
}

.rattings {
    margin-bottom: 30px;
}

.rattings li {
    display: inline-block;
}

.rattings li i {
    display: inline-block;
    color: rgb(250, 183, 2);
}

.social-share {
    margin-bottom: 30px;
}

.social-share li {
    display: inline-block;
    margin-right: 7px;
}

.social-share li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 40px;
    text-align: center;
}

.social-share li a:hover {
    /* background-color: rgb(37, 136, 82); */
    /* color: rgb(255, 255, 255); */
}

.cart-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cart-wrap li {
    display: inline-block;
}

.item-plus-minus input {
    background-color: rgb(245, 245, 245);
    width: 80px;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    outline: none;
    box-shadow: none;
    text-align: center;
    border: 2px solid rgb(238, 238, 238);
    margin-right: 20px;
    margin-top: -5px;
}

.cart-section {
    position: relative;
}

.cart-header {
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(238, 238, 238);
    padding-bottom: 30px;
}

.cart-header > div {
    color: rgb(14, 19, 24);
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.cart-body {
    display: flex;
    align-items: center;
    border-top: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 15px 0px;
}

.cart-body:not(:last-of-type) {
    margin-bottom: 20px;
}

.cart-body .cart-item {
    display: flex;
    align-items: center;
}

.cart-body .cart-item img {
    max-width: 100px;
    margin-right: 20px;
    background: rgb(255, 255, 255);
    padding: 10px;
    border: 1px solid rgb(238, 238, 238);
}

.cart-body .cart-item .cart-content {
}

.cart-body .cart-item .cart-content a {
    font-size: 18px;
    font-weight: 500;
    color: rgb(14, 19, 24);
}

.cart-body .cart-item .cart-content a:hover {
    color: rgb(250, 181, 34);
}

.cart-body .cart-item p {
    margin: 0px;
}

.cart-body .cart-item p strong {
    color: rgb(14, 19, 24);
}

.cart-body .cart-item input {
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    border: 1px solid rgb(238, 238, 238);
    width: 100px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    outline: none;
    box-shadow: none;
}

.cart-body .cart-item .remove {
    background-color: rgb(250, 181, 34);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: rgb(255, 255, 255);
    display: block;
    margin-top: -5px;
}

.cart-body .cart-item .remove:hover {
    background-color: rgb(95, 189, 116);
    color: rgb(255, 255, 255);
}

.cart-total {
    padding: 40px;
}

.cart-total li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-total li:not(:last-of-type) {
    margin-bottom: 20px;
}

.cart-total li a:not(.default-btn), .cart-total li span {
    font-family: Jost, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: rgb(14, 19, 24);
}

.checkout-section {
    position: relative;
}

.checkout-form-wrap {
    padding: 40px;
}

.checkout-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.checkout-form-wrap h2 {
    font-size: 20px;
    letter-spacing: -1px;
}

.checkout-form .form-field {
}

.additional-info .form-field textarea, .checkout-form .form-field input {
    height: 50px;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    border: 1px solid rgb(238, 238, 238);
}

.additional-info .form-field textarea {
    height: auto;
}

.shop-single-carousel {
    position: relative;
}

.shop-single-carousel .owl-nav div {
    background-color: rgb(255, 255, 255);
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 0px;
    top: 50%;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: all 0.4s cubic-bezier(0.37, 0.31, 0.2, 0.85) 0s;
    visibility: hidden;
    opacity: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px 0px;
}

.shop-single-carousel .owl-nav div.owl-next {
    left: auto;
    right: 0px;
}

.shop-single-carousel:hover .owl-nav div {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.shop-description-wrap {
    padding-top: 50px;
}

.shop-description-wrap h3 {
    margin-bottom: 20px;
}

.review-item img {
    border-radius: 4px;
}

.review-item li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.review-item li:last-child {
    margin-bottom: 0px;
}

.review-details {
    margin-left: 20px;
}

.review-details h4 {
    margin-bottom: 0px;
}

.review-details p, .review-details .rattings {
    margin-bottom: 0px;
}

.review-details .rattings li {
    display: inline-block;
    margin-bottom: 0px;
}

.blog-section {
}

.blog-wrap {
}

.blog-item {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
}

.blog-item .blog-thumb {
    position: relative;
}

.blog-item .blog-thumb .category {
    background-color: rgb(37, 136, 82);
    padding: 5px 15px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    width: auto;
    height: auto;
    left: 0px;
    bottom: 0px;
}

.blog-item .blog-thumb .category a {
    font-family: Montserrat, sans-serif;
    color: rgb(255, 255, 255);
}

.blog-item .blog-thumb img {
    width: 100%;
    margin: 0px;
}

.blog-content {
    background-color: rgb(255, 255, 255);
    padding: 30px;
}

.bg-dark .blog-content {
    background-color: rgb(36, 35, 35);
    border-width: 1px 1px 5px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1) rgb(37, 136, 82);
    border-image: initial;
}

.bg-dark .blog-content h3 a {
    color: rgb(255, 255, 255);
}

.bg-dark .blog-content p {
    color: rgb(153, 153, 153);
}

.bg-dark .blog-content .read-more {
    color: rgb(255, 255, 255);
}

.blog-content h3 {
    line-height: 24px;
    font-family: Montserrat, sans-serif;
}

.blog-content h3 a {
    color: rgb(38, 58, 79);
    font-size: 18px;
    line-height: 24px;
}

.blog-content h3 a:hover {
    color: rgb(37, 136, 82);
}

.blog-content .read-more {
    font-family: Montserrat, sans-serif;
    color: rgb(38, 58, 79);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
}

.blog-content .read-more:hover {
    color: rgb(37, 136, 82);
}

.blog-content .read-more::before {
    background-color: rgb(37, 136, 82);
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    left: 0px;
    top: calc(50% - 2px);
}

.pagination-wrap {
}

.pagination-wrap li {
    display: inline-block;
    margin: 0px 5px;
}

.pagination-wrap.text-left li {
    margin: 0px 10px 0px 0px;
}

.pagination-wrap li a {
    border: 1px solid rgb(229, 229, 229);
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: rgb(38, 58, 79);
    font-weight: 600;
    border-radius: 2px;
}

.pagination-wrap li a:hover {
    background-color: rgb(37, 136, 82);
    color: rgb(255, 255, 255);
    opacity: 1;
    text-decoration: none;
}

.pagination-wrap li a.active {
    background-color: rgb(37, 136, 82);
    border: 1px solid rgb(37, 136, 82);
    color: rgb(255, 255, 255);
}

.sidebar-wrap {
    padding-left: 40px;
}

.sidebar-wrap .widget-content {
    margin-bottom: 40px;
}

.sidebar-wrap .widget-content h4 {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-wrap .widget-content h4::before {
    background-color: rgb(37, 136, 82);
    position: absolute;
    content: "";
    width: 20%;
    height: 3px;
    left: 0px;
    bottom: -5px;
}

.sidebar-wrap .widget-content .widget-links li a:hover {
    text-decoration: underline;
}

.search-form {
    position: relative;
    margin-left: -2px;
}

.search-form .form-control {
    background-color: rgb(245, 245, 245);
    box-shadow: none;
    width: 100%;
    display: block;
    border: 1px solid rgb(229, 229, 229);
    color: rgb(38, 58, 79);
    height: auto;
    padding: 15px 60px 15px 20px;
    border-radius: 2px;
}

.search-form .search-btn {
    background-color: transparent;
    font-size: 15px;
    color: rgb(38, 58, 79);
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    padding: 10px 0px;
    opacity: 0.6;
}

.search-form .search-btn:focus, .search-form .search-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.search-form input::-webkit-input-placeholder {
    color: rgb(141, 154, 168) !important;
}

.thumb-post {
}

.thumb-post li {
    display: flex;
    margin-bottom: 20px;
}

.thumb-post li:last-child {
    margin-bottom: 0px;
}

.thumb-post li img {
    width: 100px;
    display: block;
}
.thumb-post li a:first-child{
    width: 100px;
}

.thumb-post li a:not(:first-child) {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: rgb(38, 58, 79);
    padding-left: 15px;
    letter-spacing: -0.5px;
    line-height: 1.2;
    text-transform: capitalize;
    flex: 1;
}

.thumb-post li a:hover {
    color: rgb(37, 136, 82);
    text-decoration: underline;
}

.widget-content .tags {
}

.widget-content .tags li {
    display: inline-block;
}

.widget-content .tags li a {
    display: inline-block;
    background-color: rgb(37, 136, 82);
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    margin: 3px;
}

.widget-content .tags li a:hover {
    background-color: rgb(255, 153, 51);
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
}

.blog-thumb {
}

.blog-thumb img {
    margin-bottom: 20px;
    width: 100%;
}

.blog-single-content {
}

.blog-single-content h2 a {
    font-size: 28px;
    color: rgb(38, 58, 79);
}

.blog-single-content h2 a:hover {
    color: rgb(37, 136, 82);
}

.single-post-meta {
    margin-bottom: 20px;
}

.single-post-meta li {
    display: inline-block;
    margin-right: 20px;
}

.single-post-meta li i {
    font-size: 12px;
    color: rgb(37, 136, 82);
    margin-right: 5px;
}

.single-post-meta li a {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: rgb(38, 58, 79);
}

blockquote {
    background-color: rgb(245, 245, 245);
    padding: 40px;
    border-left: 4px solid rgb(37, 136, 82);
    margin: 30px 0px;
    position: relative;
    z-index: 1;
}

blockquote p {
    color: rgb(38, 58, 79);
    font-size: 20px;
}

blockquote span {
    display: block;
    margin-top: 20px;
    color: rgb(38, 58, 79);
}

.post-tags {
    margin-top: 30px;
}

.post-tags li {
    display: inline-block;
}

.post-tags li a {
    display: inline-block;
    background-color: rgb(37, 136, 82);
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    margin: 3px;
}

.post-tags li a:hover {
    background-color: rgb(38, 58, 79);
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
}

.author-box {
    display: flex;
    align-items: center;
    padding: 30px;
    margin-top: 30px;
    border-left: 4px solid rgb(37, 136, 82);
}

.author-box img {
    border-radius: 50%;
}

.author-info {
    padding-left: 30px;
}

.author-info h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}

.author-box .social-icon {
}

.author-box .social-icon li {
    display: inline-block;
    margin-right: 8px;
}

.author-box .social-icon li a {
    font-size: 14px;
    color: rgb(38, 58, 79);
}

.author-box .social-icon li a:hover {
    color: rgb(37, 136, 82);
}

.post-navigation {
    border: 1px solid rgb(229, 229, 229);
    margin-top: 40px;
    margin-left: 0px;
    margin-right: 0px;
}

.post-navigation .col {
    padding: 20px;
}

.post-navigation .col:not(:last-of-type) {
    border-right: 1px solid rgba(17, 17, 17, 0.04);
}

.post-navigation .col a {
    color: rgb(38, 58, 79);
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.post-navigation .col.next-post a {
    justify-content: flex-end;
}

.post-navigation .col i {
    display: inline-block;
    font-size: 14px;
}

.post-navigation .ti-arrow-left {
    margin-right: 10px;
}

.post-navigation .ti-arrow-right {
    margin-left: 10px;
}

.post-navigation .col a:hover {
    color: rgb(37, 136, 82);
}

.post-navigation .col.prev-post .fa {
    margin-right: 10px;
}

.post-navigation .col.next-post .fa {
    margin-left: 10px;
}

.blog-single-wrap .comments-area {
    margin-top: 40px;
}

.blog-single-wrap .comments-area .comments {
    border-bottom: 0px;
}

.blog-single-wrap .comments-area li > div {
    border-bottom: 1px solid rgba(17, 17, 17, 0.05);
    padding: 35px;
}

.blog-single-wrap .comments-area ol {
    list-style-type: none;
    padding-left: 0px;
}

.blog-single-wrap .comments-area ol ul {
    padding-left: 30px;
    list-style-type: none;
    margin: 0px;
}

.blog-single-wrap .comments-area ol > li:last-child div {
    border-bottom: 0px;
}

.blog-single-wrap .comments-area .comments-title {
    font-size: 22px;
    font-weight: 600;
}

.blog-single-wrap .comments-area li > div {
    position: relative;
}

.blog-single-wrap .comments-area .comment-thumb {
    position: absolute;
    left: 35px;
}

.blog-single-wrap .comments-area .comment-thumb .comment-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.blog-single-wrap .comments-area .comment-thumb .comment-img img {
    border-radius: 50%;
}

.blog-single-wrap .comments-area .comment-main-area {
    padding-left: 100px;
}

.blog-single-wrap .comments-area .comment-main-area p {
    margin-bottom: 20px;
}

.blog-single-wrap .comments-area .comments-meta h4 {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
}

.blog-single-wrap .comments-area .comments-meta h4 span {
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 5px;
}

.blog-single-wrap .comments-area .comment-reply-link {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: rgb(37, 136, 82);
    display: inline-block;
    text-transform: uppercase;
    padding-left: 35px;
    position: relative;
}

.blog-single-wrap .comments-area .comment-reply-link::before {
    background-color: rgb(37, 136, 82);
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    left: 0px;
    top: calc(50% - 1px);
}

.blog-single-wrap .comments-area .comment-reply-link:hover {
    text-decoration: underline;
}

.blog-single-wrap .comment-respond {
}

.blog-single-wrap .comment-respond .comment-reply-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.blog-single-wrap .comment-respond form input, .blog-single-wrap .comment-respond form textarea {
    background-color: rgb(245, 245, 245);
    border: 1px solid rgb(229, 229, 229);
    width: 100%;
    height: 50px;
    padding: 6px 15px;
    margin-bottom: 15px;
    outline: 0px;
    box-shadow: none;
    transition: all 0.3s ease 0s;
}

.blog-single-wrap .comment-respond form input:focus, .blog-single-wrap .comment-respond form textarea:focus {
    border-color: rgb(37, 136, 82);
}

.blog-single-wrap .comment-respond form textarea {
    height: 200px;
    padding: 15px;
}

.blog-single-wrap .comment-respond .form-inputs {
    overflow: hidden;
}

.blog-single-wrap .comment-respond .form-inputs > input:nth-child(2) {
    width: 49%;
    float: left;
}

.blog-single-wrap .comment-respond .form-inputs > input:nth-child(3) {
    width: 49%;
    float: right;
}

.blog-single-wrap .comment-respond .form-submit input {
    font-family: "Open Sans", sans-serif;
    max-width: 180px;
    background-color: rgb(37, 136, 82);
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0px;
    border: 0px;
    outline: 0px;
    cursor: pointer;
    border-radius: 0px;
    text-transform: uppercase;
}

.blog-single-wrap .comment-respond .form-submit input:hover {
    opacity: 0.9;
}

.sponsor-section {
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}

.sponsor-item {
}

.sponsor-item img {
    opacity: 0.5;
}

.sponsor-item:hover img {
    opacity: 1;
    cursor: pointer;
}

.widget-section {
    background-color: rgb(37, 136, 82);
    border-top: 1px solid rgb(229, 229, 229);
    border-bottom: 1px solid rgb(229, 229, 229);
}

.widget-content {
}

.widget-content img {
    margin-bottom: 20px;
}

.widget-content.footer h4 {
    color: rgb(255, 255, 255);
}

.widget-content p {
    color: rgb(255, 255, 255);
}

.widget-content span {
    color: rgb(255, 255, 255);
    display: block;
}

.widget-content .widget-links {
}

.widget-content .widget-links li {
}

.widget-content.footer .widget-links li a {
    color: rgb(255, 255, 255);
    line-height: 1.9;
    font-weight: 600;
}

.widget-content .widget-links li a {
    font-weight: 600;
    color: rgb(38, 58, 79);
}

.widget-content .widget-links li a:hover {
    text-decoration: underline;
}

.subscribe-form {
    position: relative;
}

.subscribe-form .form-input {
    border: 1px solid rgb(229, 229, 229);
    width: 100%;
    height: 50px;
    padding: 10px 140px 10px 10px;
    border-radius: 2px;
}

.subscribe-form .submit-btn {
    background-color: rgb(37, 136, 82);
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-size: 12px;
    border-radius: 2px;
    line-height: 50px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 0px 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.footer-section {
    display: block;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 25px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-section p {
    font-size: 12px;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}

#scroll-to-top {
    background-color: rgb(241 90 46);
    display: none;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    line-height: 45px;
    color: rgb(255, 255, 255);
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}

#scroll-to-top:hover {
    background-color: rgb(255, 153, 51);
    color: rgb(255, 255, 255);
    opacity: 0.8;
}

.navbar-brand img {
    height: 50px;
}

.about-content .section-heading p + p {
    margin-top: 15px;
}

.cta-section {
    position: relative;
}

.cta-section .container {
    position: relative;
}

.cta-section::before {
    content: "";
    position: absolute;
    inset: 0px;
    background-color: rgba(37, 136, 82, 0.51);
}

.blog-content p {
    font-size: 14px;
    line-height: 1.6;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.tgrd01.default-btn:hover{
    background-color: rgb(241, 90, 46);
}

.social_widget{
    display: flex;
}
.social_widget li + li{
    margin-left: 15px;
}
.social_widget li a{
    background-color: rgb(255, 247, 247);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: rgb(37, 136, 82);
    font-size: 20px;
}
ul.nav > li.the_dropdown > a::after{
    content:"\f0d7";
    font-family: "Font Awesome 5 Free";
    color: #333;
    margin-left: 5px;
}
#sideMenu1 h3{
    margin: 0 0 15px;
    background-color: rgb(241 90 46 / 28%);
    border-left: 3px solid rgb(241 90 46);
    color: rgb(241 90 46);
    padding: 5px 5px 5px 20px;
}
#sideMenu1 .corp_menu li{
    clear: both;
}
#sideMenu1 .corp_menu li a{
    color: #000;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    padding: 7px 10px;
    display: block;
    border-radius: 4px;
}
#sideMenu1 .corp_menu li a.active{
    background-color: #00000012;
    color: #000;
}
.about-content > img{
    border-radius: 10px;
    margin-bottom: 30px;
}
a.shop_btn {
    background-color: rgb(241, 90, 46);
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-size: 12px;
    border-radius: 2px;
    line-height: 50px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 0px 30px;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
}
.section-heading p{
    width: 750px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.page-header .page-content p{
    width: 500px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.shop-details h2 span{
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}
.detailSwiper{
    position: relative;
}
.detailSwiper > button{
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    font-size: 24px;
    color: #333;
}
.detailSwiper > button.swiper-button-disabled{
    display: none;
}
.wf_next{
    right: 15px;
}
.wf_prev{
    left: 15px;
}
.description p{
    font-size: 14px;
}
a.go_back{
    margin-bottom: 15px;
    display: inline-block;
    color: rgb(141, 154, 168);
    font-size: 14px;
    position: relative;
    padding: 0 10px 0 0;
    letter-spacing: .3px;
    font-family: Montserrat, sans-serif;
}
.organic_detail img{
    border-radius: 20px;
}
.organic_detail > div{
    margin-left: 70px;
}
.organic_detail > div > div{
    position: relative;
    margin-top: -40px;
    background-color: #333;
    padding: 30px;
    border-radius: 30px 0 0 30px;
}
.organic_detail > div > div::before{
    content: '';
    position: absolute;
    left: 100%;
    width: 100vw;
    height: 100%;
    background-color: #333;
    z-index: -1;
    top: 0;
}
.organic_detail > div > div::after{
    content: '';
    position: absolute;
    z-index: -2;
    bottom: -30px;
    left: -25px;
    width: 100vw;
    background-color: #bd5d40;
    height: 100%;
    border-radius: 0 0 0 30px;
}
.organic_detail > div > div *{
    color: #fff;
}
.product-detail h3{
    font-weight: 700;
    font-size: 36px;
}
.organic_detail img{
    width: 100%;
}
.organic_detail{
    width: 1000px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.product-details{
    overflow: hidden;
    padding-bottom: 100px !important;
}
.detail_under{
    padding: 100px 0 0;
    width: 1000px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.detail_under img{
    border-radius: 20px;
    margin-bottom: 30px;
}
.product-details h3{
    font-size: 32px;
}
.product-details p{
    font-size: 20px;
    line-height: 2;
}
.organic_detail + .organic_detail{
    margin-top: 100px;
    text-align: right;
}
.organic_detail + .organic_detail > div > div::before{
    left: auto;
    right: 100%;
}
.organic_detail + .organic_detail > div > div::after{
    left: auto;
    right: -25px;
}
.organic_detail + .organic_detail > div > div{
    border-radius: 0 30px 30px 0;
}
.organic_detail + .organic_detail > div {
    margin-left: 0;
    margin-right: 70px;
}
.organic_detail + .organic_detail > div {
    margin-left: 0;
    margin-right: 70px;
}
.organic_detail + .organic_detail > div > div::after{
    border-radius: 0 0 30px 0;
    background: #e9c626
}
a.header_lng{
    margin-left: 8px;
    color: rgb(37, 136, 82);
    font-size: 18px;
}



@media(max-width:1200px){
    ul.nav > li > a{
        padding: 0 10px;
    }
}
@media(max-width:1370px){
    .header-right{
        position: relative;
        top: 3px;
    }
    .slicknav_nav{
        transform: translateX(330px);
    }
}
@media(max-width:992px){
    .js .slicknav_menu > a{
        /* top: 77px; */
    }
    .header-right{
        top: 0;
    }
}
@media(max-width:768px){
    .product-details h3 {
        font-size: 24px;
        line-height: 1.4;
        margin: 0 0 15px;
    }
    .product-details p {
        font-size: 16px;
        line-height: 1.6;
    }
    .organic_detail + .organic_detail > div {
        margin-left: 0;
        margin-right: 26px;
    }
    .organic_detail > div {
        margin-left: 26px;
    }
    .organic_detail img {
        border-radius: 20px 20px 20px 0px;
    }
    .detail_under {
        padding: 70px 0 0;
    }
    .page-header-bottom{
        width: 354px;
    }
    .navbar-brand img {
        height: 40px;
    }
}
@media(max-width:580px){
    .js .slicknav_menu{
        right: 140px;
    }
    .magaza_button{
        padding: 0 5px !important;
        font-size: 10px;
        margin-right: 0px;
    }
    .slicknav_nav {
        transform: translateX(135px);
    }
}

@media (max-width: 450px) {
    .navbar-brand img {
        height: 30px;
    }
}