



/*===================
    Google Fonts ============*/

@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

/*=========== General Style =========*/

 html {        
        overflow-x: hidden;
}

body {
    font-family: 'Raleway', sans-serif;
    color:#3d5624;
    overflow-x: hidden;
    position:relative;
     background-color: #fffde9
}
.alert {
  position: fixed;
  top: 25%;
  right: 0
}

p {
    line-height:25px;
    font-family: 'Raleway', sans-serif;
    color: #3d5624
}

a {
    text-decoration:none;
    transition: color 0.2s ease-in 0s;
    letter-spacing:1px;
    position: relative;
    text-transform: capitalize;
    font-size: 14px;
}
a:hover{
    color:#000;
    text-decoration:none
}
h1, h2, h3, h4, h5, h6 {
    color: #170A01;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin: 0 0 15px;
    text-transform: none;
    letter-spacing: 1px;
}

ul {
    list-style: none;
}

.dark_green {
	color: #252525
}
.light_green {
	color: #85A66F
}
.btn_tey_light {
    background-color: #85A66F;
    color: #000
}
.btn_tey_light:hover {
  background-color: #fffde9;
}

.btn_tey {
	background-color: #3D5523;
	color: #fff !important;
	transition: all 0.3s
}
.btn_tey:hover {
	background-color: #85A66F;
	color: #3D5523;
}
.img-border{
    border: 8px solid #3D5523
}

/*=========== Top Bar Style =======*/
.icon__menus i {
    font-size: 30px;
    color: #3D5523
}
.icon__menus h3 {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}
.icon__menus p {
    color: #637381;
}
.icon__menus a {
    color: #637381
}
.cart {
    background-color: #3D5523;
    border-radius: 10px;
    color: #fff;
    height: 55px
}
.cart i {
    color: #fff;
}
.cart p > i {
  font-size: 10px;
}
.cart .col-5 {
    position: relative;
}
.cart span {
    position: absolute;
    top: -3px;
    right: 3px;
    background-color: red;
    width: 18px;
    height: 18px;
    border-radius:  50px;
    line-height: 18px;
    text-align: center;
    color: #fff;
}
text {
  color: #fffde9
}
/*=============== Navigation ==========*/
nav {
	background-color: #3D5523;
}
.bottom_header {
    padding: 10px 0;
    background-color: #fff;
}

.menu__item {
    line-height: 1;
    position: relative;
    display: block;
    margin: 1em 0;
    outline: none;
    padding:0;
}

.menu__item-name,
.menu__item-label {
    position: relative;
    display: inline-block;
}


.menu__item-label {
    margin:10px 0 0;
}
.menu--mohe > ul {
    list-style:none;
    padding:0;
    margin:0;
}
.menu--mohe > ul > li {
    display:inline-block;
    position:relative;
   font-family: 'Raleway', sans-serif;
}

.menu--mohe .menu__item {
    display: grid;
    padding: 5px 40px;
    justify-content: center;
    margin: 0;
    border-right: thin solid #85A66F;
    text-transform: capitalize;
}

.menu--mohe .menu__item-name {
    font-size: 14px;
    cursor: pointer;
    text-transform:uppercase;
    display: block;
    font-weight:bold;
    color: #fff;
    overflow:hidden; 
    padding: 5px 0;   
    -webkit-transition: color 0s 0.3s; /* Safari */
    transition: color 0s 0.3s;
}

.menu--mohe .menu__item-name span {
    display: inline-block;
}

.menu--mohe .menu__item-label {
    font-size: 10px;
    line-height: 2.2;
    overflow: hidden;
    margin: 0;
    color:brown;
    -webkit-transition: color 0s 0.3s; /* Safari */
    transition: color 0s 0.3s;
}


.menu--mohe .menu__item:hover .menu__item-label,
.menu--mohe .menu__item:focus .menu__item-label {
    color: #000;
}

.menu--mohe .menu__item-name::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #85A66F;
    -webkit-transform:translate3d(100%,0,0) translate3d(1px,0,0);
    transform: translate3d(100%,0,0) translate3d(1px,0,0);
    -webkit-transition: transform 0.6s; /* Safari */
    transition: transform 0.6s;
    -webkit-transition-timing-function:cubic-bezier(0.7,0,0.3,1); /* Safari */
    transition-timing-function: cubic-bezier(0.7,0,0.3,1); /* Safari */
}

.menu--mohe .menu__item:hover .menu__item-name::before,
.menu--mohe .menu__item:focus .menu__item-name::before {
     -webkit-transform:translate3d(-100%,0,0) translate3d(-1px,0,0);
    transform: translate3d(-100%,0,0) translate3d(-1px,0,0);
}


.menu--mohe > ul > li > ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    display: block;
    margin: 12px -12px;
    padding: 0;
    background: #fff;
    z-index: 999;
    border: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-radius: 5px;
    transition: opacity 0.2s, visibility 0.2s;
}
.menu--mohe > ul > li:hover > ul {
    visibility: visible;
    z-index:999;
    opacity: 1;
    box-shadow: 0px 3px 5px 2px #ebecf1;
}
.menu--mohe > ul > li > ul > li {
    display:block;
    border-bottom:thin  solid #ccc;
}
.menu--mohe > ul > li > ul > li > a {    
    color:#000;
    font-size:13px;
    padding:12px;
    display:block;
}


/*========= Heading Left side ==========*/

.left_heading {
	display: block;
	position: relative;
}
.left_heading .line {
	height: 3px;
	width: 60px;
	background-color: #85A66F;
}
.left_heading img {
	width: 45px
}
.left_heading > h4 {
	font-family: 'Raleway', sans-serif;
	text-transform: capitalize;
	font-weight: bold;
}

/*========= Social Icon ========*/

    
.social_icons {
  list-style: none;
  position: fixed;
  top: 50%;
  z-index: 99;
  padding: 0;
  left: 0;
  transform: translateY(-50%);
}
.social_icons li a {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 0 25px 25px 0;
  border: 2px solid #000;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.4s ease;
  color: #2980b9;
  text-decoration: none;
  line-height: 40px;
  box-shadow: 0 0 12px rgb(0 0 0 / 20%);
  position: relative;
}
.social_icons li a:hover {
  cursor: pointer;
  width: 140px;
  color: #fff;
}
.social_icons li a:hover span {
  left: 0;
}
.social_icons li a span {
  padding: 0 30px 0 15px;
  position: absolute;
  left: -120px;
  transition: left 0.4s ease;
}
.social_icons li a i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 1.5em;
}
.social_icons li .Facebook {
  background: #3D5523;
  border-color: #3D5523;
  color: #fffde9;
}
.social_icons li .Facebook:hover {
  background: #3D5523 !important;
}
.social_icons li .youtube {
  background: #3D5523;
  border-color: #3D5523;
  color: #fffde9;
}
.social_icons li .youtube:hover {
  background: #3D5523 !important;
}
.social_icons li .insta {
  background: #3D5523;
  border-color: #3D5523;
  color: #fffde9;
}
.social_icons li .insta:hover {
  background: #3D5523 !important;
}

/* ============ gallery ======*/

.portfolio-menu{
    text-align:center;
}
.portfolio-menu ul li{
    display:inline-block;
    margin:0;
    list-style:none;
    padding:10px 15px;
    cursor:pointer;
    -webkit-transition:all 05s ease;
    -moz-transition:all 05s ease;
    -ms-transition:all 05s ease;
    -o-transition:all 05s ease;
    transition:all .5s ease;
}

.portfolio-item{
    /*width:100%;*/
}
.portfolio-item .item{
    /*width:303px;*/
    float:left;
    margin-bottom:10px;
}


/* -======== Slider Section --=======*/
#carouselExampleIndicators {
	position: relative;
	height: 500px
}
#carouselExampleIndicators .carousel-inner {
	background-position: center;
	height: 500px;
	overflow: hidden;
}
#carouselExampleIndicators .carousel-inner .carousel-caption {
	position: relative !important;
	right: 0;
	left: 0;
	top:0;
}
#carouselExampleIndicators .img_slide {
	height: 590px;
	overflow: hidden;
}
#carouselExampleIndicators .img_slide > img {
	width: 100%;
	height: 595px;
	object-fit: cover;
	object-position: center;
	transform: scale(1, 1);
}
.slider_bottom_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 0;
    overflow: hidden;
}
.slide_content > h2 {
	font-family: 'Raleway', sans-serif;
	text-transform: capitalize;
	font-size: 60px;
	font-weight: bold;
}
.slide_content > p {
	color: #333
}


/*========= About Section =============*/

.about_img1 {
	height: 350px;
	overflow: hidden;
}
.about_img1 > img {
	height: 354px;
	width: 100%;
	object-position: center;
	object-fit: cover;
}
.about_img2 {
	height: 200px
}
.about_img2 > img {
	height: 200px
}

/*============ Why choice us =====*/

.why_box_img {
    height: 600px;
    overflow: hidden;
}
.why_box_img > img {
    object-fit: cover;
    object-position: center;
    height: 605px;
}
.why_box img {
    width: 65px;
}
.why_box h4 {
    font-family: 'Raleway', sans-serif;
}


/*========== category =====*/
.category {
    overflow: hidden;
}

.category__box {
    position: relative;
    height: 350px;
    width: 100%;
    border-radius: 100px 20px 20px 20px;
    overflow: hidden;
}
.category__box::before {
    content: "";
    height: 70%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    background: linear-gradient(to top,#000,transparent);
    opacity: 80%;
}
.category__box img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.4s ease;
}
.category__box:hover img {
     -webkit-transform: scale(1.08);
        transform: scale(1.08);
}
.category__box2 { 
    border-radius: 20px;
}
.category__box3 { 
    border-radius: 20px 20px 100px 20px;
}

.category__box article {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    padding: 50px 25px 10px;
    background: transparent;
    border: none;
    color: #fff;
}
.category__box h3 {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    text-transform: capitalize;
}

.category__box a {
    background-color: #3D5523;
    color: #fff;
}

/*======== product list style ==== */

.product__listbox {
    position: relative;
    border: 2px solid #e6e6e6;
    overflow: hidden;
    border-radius: 20px;
    transition: all ease 0.4s
}
.products__thumb {
    position: relative;
    display: block;
    margin: 0;
    height: 200px;
    overflow: hidden;
}
.products__thumb > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    transition: all ease 0.4s
}
.product__lable {
    position: absolute;
    display: flex;
    top: 10px;
    left: 15px;
}
.product__listbox:hover img {
    margin-top: -80px
}
.product__listbox .content {
    width: 100%;
    height: 70%;
    background: #fff;
    position: absolute;
    bottom: -70%;
    background: #666600;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #fff, rgba(255,255,255,0.6));
    background: linear-gradient(to top, #fff, rgba(255,255,255,0.6)); 
    transition: all ease 0.5s;
    border-radius: 4px;
    box-shadow: 0px -3px 4px rgba(10, 10, 10, 0.09)
}
.product__listbox:hover .content {
    bottom: 0%
}

.rating i {
    color: #ffae00
}
.hot {
    background-color: #f90;
}
.onsale {
    background-color: #ff0404
}
.hot, .onsale {
    text-align: center !important;
    color: #fff;
    font-size: 11px;
    padding: 0 5px;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    position: relative;
    line-height: 18px;
    text-align: center;
    position: unset;
    top: 10px;
    min-width: 40px;
    border-radius: 20px;
    z-index: 1;
}
.product-stock {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    background: #b7b7b7;
    color: #fff;
    padding: 0 7px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
}
.products-content {
    padding: 20px;
    margin-top: 0;
}
.cat-products {
    font-size: 11px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}
 h3.product-title {
    font-size: 15px;
    margin-top: 0;
    display: block;
    margin-bottom: 7px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}
.price {
    line-height: 24px;
    font-size: 18px;
    line-height: 100%;
    display: inline-block;
    color: #3a9046;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}

/* ============ RECIPE  ============*/

.metro_post {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.metro_post .metro_post-thumb {
    position: relative;
}
.metro_post .metro_post-thumb a, .gallery-thumb {
    position: relative;
    display: block;
    overflow: hidden;
}
.metro_post .metro_post-thumb img {
    transition: .3s;
    width: 100%;
}
.metro_post .metro_post-body {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ebebeb;
}
.metro_post-meta a {
    color: #7a7a7a;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 15px;
} 
.metro_post-desc h5 a {
    color: #000
}
.btn-link {
    color: #7a7a7a;
    font-weight: 700;
    font-size: 15px;
}


/*+============== recipe detail ===================*/

.recipe-title {
      font-size: 35px;
    }
    .metro_post-single-thumb {
      position: relative;
    }
    .metro_post-single-thumb .metro_post-date {
      position: absolute;
      bottom: 20px;
      left: 20px;
    }
    .metro_post-date {
      color: #fff;
      font-family: 'Raleway', sans-serif;
      background-color: #ff0005;
      border-radius: 0;
      text-align: center;
      padding: 10px;
    }
    .metro_recipe-single-wrapper .metro_post-meta {
      padding: 20px 0;
      border-bottom: 1px solid #ebebeb;
      display: block;
      color: #7a7a7a;
      font-size: 13px;
      line-height: 1.7;
      margin-bottom: 15px;
    }
    .metro_nutritional-facts, .metro_ingredients {
      padding: 30px;
      border: 1px solid #ebebeb;
      margin: 0 0 20px;
    }
    .metro_ingredients li {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

/*================== blog style detail =========*/

/*==================
            Blog Detail Page ============= */
            

/* Blog 
---------------------*/
.blog-grid {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .blog-grid .blog-img {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
  }
  .blog-grid .blog-img .date {
    position: absolute;
    background: #3a3973;
    color: #ffffff;
    padding: 8px 15px;
    left: 0;
    top: 10px;
    font-size: 14px;
  }
  .blog-grid .blog-img  img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%";
   }
  .blog-grid .blog-info {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    background: #ffffff;
    padding: 20px;
    margin: -30px 20px 0;
    position: relative;
  }
  .blog-grid .blog-info h5 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px;
  }
  .blog-grid .blog-info h5 a {
    color: #3a3973;
  }
  .blog-grid .blog-info p {
    margin: 0;
  }
  .blog-grid .blog-info .btn-bar {
    margin-top: 20px;
  }
  
  .px-btn-arrow {
      padding: 0 50px 0 0;
      line-height: 20px;
      position: relative;
      display: inline-block;
      color: #fe4f6c;
      -moz-transition: ease all 0.3s;
      -o-transition: ease all 0.3s;
      -webkit-transition: ease all 0.3s;
      transition: ease all 0.3s;
  }
  
  
  .px-btn-arrow .arrow {
      width: 13px;
      height: 2px;
      background: currentColor;
      display: inline-block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 25px;
      -moz-transition: ease right 0.3s;
      -o-transition: ease right 0.3s;
      -webkit-transition: ease right 0.3s;
      transition: ease right 0.3s;
  }
  
  .px-btn-arrow .arrow:after {
      width: 8px;
      height: 8px;
      border-right: 2px solid currentColor;
      border-top: 2px solid currentColor;
      content: "";
      position: absolute;
      top: -3px;
      right: 0;
      display: inline-block;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }
            

/*
Blog post entries
*/

.entry-card {
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}

.entry-content {
    background-color: #fff;
    padding: 36px 36px 36px 36px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.entry-content .entry-title a {
    color: #333;
}

.entry-content .entry-title a:hover {
    color: #4782d3;
}

.entry-content .entry-meta span {
    font-size: 12px;
}

.entry-title {
    font-size: .95rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.entry-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.entry-thumb img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.entry-thumb .thumb-hover {
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(71, 130, 211, 0.85);
    display: block;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 40px;
    line-height: 100px;
    border-radius: 50%;
    margin-top: -50px;
    margin-left: -50px;
    text-align: center;
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.entry-thumb:hover .thumb-hover {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.article-post {
    border-bottom: 1px solid #eee;
    padding-bottom: 70px;
}

.article-post .post-thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.article-post .post-thumb .post-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0;
}

.article-post .post-thumb .post-overlay span {
    width: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    transform: translateY(70%);
    -webkit-transform: translateY(70%);
    transition: all .3s;
    -webkit-transition: all .3s;
    height: 100%;
    color: #fff;
}

.article-post .post-thumb:hover .post-overlay {
    opacity: 1;
}

.article-post .post-thumb:hover .post-overlay span {
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}

.post-content .post-title {
    font-weight: 500;
}

.post-meta {
    padding-top: 15px;
    margin-bottom: 20px;
}

.post-meta li:not(:last-child) {
    margin-right: 10px;
}

.post-meta li a {
    color: #999;
    font-size: 13px;
}

.post-meta li a:hover {
    color: #4782d3;
}

.post-meta li i {
    margin-right: 5px;
}

.post-meta li:after {
    margin-top: -5px;
    content: "/";
    margin-left: 10px;
}

.post-meta li:last-child:after {
    display: none;
}

.post-masonry .masonry-title {
    font-weight: 500;
}

.share-buttons li {
    vertical-align: middle;
}

.share-buttons li a {
    margin-right: 0px;
}

.post-content .fa {
    color: #ddd;
}

.post-content a h2 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 0px;
}
.post-masonry h4 {
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 700;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.media-body h5 a {
    color: #555;
}
.categories li a:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-right: 5px;
}



/*========== user profile style =======*/


#userbar {
    padding: 15px 0px 15px 0px;
    border-radius: 10px
}

#userbar .h4 {
    font-weight: 500;
    padding-left: 15px
}

#userbar ul {
    list-style: none;
    margin: 0;
    padding-left: 0rem
}

#userbar ul li {
    padding: 10px 0;
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
    border-left: 5px solid transparent
}

#userbar ul li.active {
    border-left: 5px solid #3D5523;
    background-color: #85A66F
}

#userbar ul li a {
    display: block
}

#userbar ul li a .fas,
#userbar ul li a .far {
    color: #ddd
}

#userbar ul li a .link {
    color: #fff;
    font-weight: 500
}

#userbar ul li a .link-desc {
    font-size: 0.8rem;
    color: #ddd
}

#main-content {
    padding: 30px;
    border-radius: 15px
}

#main-content .h5,
#main-content .text-uppercase {
    font-weight: 600;
    margin-bottom: 0
}

#main-content .h5+div {
    font-size: 0.9rem
}

#main-content .box {
    padding: 10px;
    border-radius: 6px;
    width: 170px;
    height: 90px
}

#main-content .box img {
    width: 40px;
    height: 40px;
    object-fit: contain
}

#main-content .box .tag {
    font-size: 0.9rem;
    font-weight: 500
}

#main-content .box .number {
    font-size: 1.5rem;
    font-weight: 600
}

.order {
    padding: 10px 30px;
    min-height: 150px
}

.order .order-summary {
    height: 100%
}

.order .blue-label {
    background-color: #aeaeeb;
    color: #0046dd;
    font-size: 0.9rem;
    padding: 0px 3px
}

.order .green-label {
    background-color: #a8e9d0;
    color: #008357;
    font-size: 0.9rem;
    padding: 0px 3px
}

.order .fs-8 {
    font-size: 0.85rem
}

.order .rating img {
    width: 20px;
    height: 20px;
    object-fit: contain
}

.order .rating .fas,
.order .rating .far {
    font-size: 0.9rem
}

.order .rating .fas {
    color: #daa520
}

.order .status {
    font-weight: 600
}

.order .btn.btn-primary {
    background-color: #fff;
    color: #4e2296;
    border: 1px solid #4e2296
}

.order .btn.btn-primary:hover {
    background-color: #4e2296;
    color: #fff
}

.order .progressbar-track {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative
}

.order .progressbar-track .progressbar {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0rem
}

.order .progressbar-track .progressbar li {
    font-size: 1.5rem;
    border: 1px solid #333;
    padding: 5px 10px;
    border-radius: 50%;
    background-color: #dddddd;
    z-index: 100;
    position: relative
}

.order .progressbar-track .progressbar li.green {
    border: 1px solid #007965;
    background-color: #d5e6e2
}

.order .progressbar-track .progressbar li::after {
    position: absolute;
    font-size: 0.9rem;
    top: 50px;
    left: 0px
}

#tracker {
    position: absolute;
    border-top: 1px solid #bbb;
    width: 100%;
    top: 25px
}

#step-1::after {
    content: 'Placed'
}

#step-2::after {
    content: 'Accepted';
    left: -10px
}

#step-3::after {
    content: 'Packed'
}

#step-4::after {
    content: 'Shipped'
}

#step-5::after {
    content: 'Delivered';
    left: -10px
}

.bg-purple {
    background-color: #3D5523
}

.bg-light {
    background-color: #85A66F !important
}

.green {
    color: #007965 !important
}

@media(max-width: 1199.5px) {
    nav ul li {
        padding: 0 10px
    }
}

@media(max-width: 500px) {
    .order .progressbar-track .progressbar li {
        font-size: 1rem
    }

    .order .progressbar-track .progressbar li::after {
        font-size: 0.8rem;
        top: 35px
    }

    #tracker {
        top: 20px
    }
}

@media(max-width: 440px) {
    #main-content {
        padding: 20px
    }

    .order {
        padding: 20px
    }

    #step-4::after {
        left: -5px
    }
}

@media(max-width: 395px) {
    .order .progressbar-track .progressbar li {
        font-size: 0.8rem
    }

    .order .progressbar-track .progressbar li::after {
        font-size: 0.7rem;
        top: 35px
    }

    #tracker {
        top: 15px
    }

    .order .btn.btn-primary {
        font-size: 0.85rem
    }
}

@media(max-width: 355px) {
    #main-content {
        padding: 15px
    }

    .order {
        padding: 10px
    }
}

/*====== counting style ======*/

.counter {
    background-image: url(../images/vector-bg.png);
    background-repeat: repeat-x;
    background-position:  center;
    background-color: #85A66F;
    position: relative;
}
.__item {
    width: 100%;
}
.d-table {
    display: table !important;
}
.d-table-cell {
    display: table-cell !important;
    vertical-align: middle !important;
}
.__item .__ico {
    display: block;
    width: 85px;
    margin-right: 15px;
}
.__item .__count {
    line-height: 1;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.__item .__title {
    line-height: 1.2;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
}


/*============ cart style =======*/

#cart {
    width: 350px;
    position: fixed;
    top: 0;
    right: -350px;
    height: 100vh;
    z-index: 999;
    background: var(--btn-color);
    transition: all 0.3s;
    overflow: hidden;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.Product_list {
    position: relative;
    height: 90vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
#cart.active {
    right: 0;
}
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s;
}
.cart_footer {
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%
}

#cartdetail .title {
    margin-bottom: 5vh
}

#cartdetail .card {
    margin: auto;
    max-width: 950px;
    width: 90%;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 1rem;
    border: transparent
}

@media(max-width:767px) {
    #cartdetail .card {
        margin: 3vh auto
    }
}

#cartdetail .cart {
    background-color: #fff;
    padding: 4vh 5vh;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem
}

@media(max-width:767px) {
    #cartdetail .cart {
        padding: 4vh;
        border-bottom-left-radius: unset;
        border-top-right-radius: 1rem
    }
}

#cartdetail .summary {
    background-color: #ddd;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 4vh;
    color: rgb(65, 65, 65)
}

@media(max-width:767px) {
    #cartdetail .summary {
        border-top-right-radius: unset;
        border-bottom-left-radius: 1rem
    }
}
#cartdetail .title b {
    font-size: 1.5rem
}

#cartdetail .main {
    margin: 0;
    padding: 2vh 0;
    width: 100%
}

#cartdetail .close {
    margin-left: auto;
    font-size: 0.7rem
}

#cartdetail img {
    width: 3.5rem
}

#cartdetail .back-to-shop {
    margin-top: 4.5rem
}

#cartdetail h5 {
    margin-top: 1vh
}

#cartdetail hr {
    margin-top: 1.25rem
}

#cartdetail .cart__form {
    padding: 2vh 0
}

#cartdetail select {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1.5vh 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247)
}

#cartdetail input {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247)
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

.btn__cart {
    background-color: #000;
    border-color: #000;
    color: white;
    width: 100%;
    font-size: 0.7rem;
    margin-top: 4vh;
    padding: 1vh;
    border-radius: 0
}

.btn__cart:focus {
    box-shadow: none;
    outline: none;
    box-shadow: none;
    color: white;
    -webkit-box-shadow: none;
    -webkit-user-select: none;
    transition: none
}

.btn__cart:hover {
    color: white
}
#code {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.253), rgba(255, 255, 255, 0.185)), url("https://img.icons8.com/small/16/000000/long-arrow-right.png");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center
}
#cartdetail a {
    color: #000
}


/* =============================================================
    Full Product Description STYLES
    ============================================================ */
    
    .price__box .final-price {
        color: #479F45;
        font-weight: bold;
        font-size: 20px !important;
    }
    .price__box .final-price svg {
        font-size: 14px;
        top: -2px;
        position: relative;
        left: -1px;
    }
    .price__box .final-price span {
        font-size: 16px !important;
        color: #6f7284 !important;
        display: initial;
        margin-right: 4px;
    }
    .price__box .price {
        margin: 2px 0 2px 0;
        color: #000 !important;
        display: block;
    }
    .price__box .price svg {
        font-size: 10px;
        top: -1px;
        position: relative;
        left: -1px;
    }
    .price__box .disc-price {
        color: #EF1111;
        display: inline-block !important;
        font-size: 11px;
        margin-right: 0;
        margin-top: 0;
        padding: 2px 6px 0 0;
        text-align: center;
        text-transform: uppercase;
    }
    #product_Detial h1 {
        font-size: 1.5rem;
    }

    .detail-nav-link.nav-link {
        color:#868e96;
        text-transform:uppercase;
        letter-spacing:.1em;
        border-color:#fff #fff #ddd;
        font-size:.8rem;
        padding:1rem 1.5rem;
        font-weight:700
    }
    .detail-nav-link.nav-link.active,
    .detail-nav-link.nav-link:hover,
    .detail-nav-link.nav-link:focus {
        color:#343a40;
        border-color:#fff #fff #343a40 !important
    }

    .pro__info ul li a {
        padding: 8px;
        display: block;
        border-bottom: thin solid #bdbec2;
        color: #000;
    }
    .pro__info ul li.active > a, a[aria-expanded="true"] {
        background-color: #479F45 !important;
        border-bottom: thin solid #000 !important;
        color: #fff !important;
    }
    
    .review {
        padding-top:2rem;
        padding-bottom:2rem;
        padding-left:1rem;
        padding-right:1rem;
        border-bottom:1px solid #e9ecef
    }
    .review:first-of-type {
        padding-top:1rem
    }
    .review p {
        font-size: 12px;
    }
    .review:last-of-type {
        margin-bottom:0;
        border-bottom:none
    }
    .review-image {
        display:block;
        width:50px;
        max-width:100%;
        border-radius:50%;
        padding:0.5rem;
        background:#fff;
        border:solid 1px rgba(0,0,0,0.125)
    }
    .media-body > h5 {
        font-size: 14px;
        margin: 0;
    }
    .media_info .rating li {
        color: #000;
        font-size: 13px;
    }
    .media_info .rating li img {
        width: 14px;
    }    
    .btn-Yellow {
        color:yellow;
        background-color: transparent;
    }
    .btn-white {
        color:#515151;
        background-color: transparent;
    }
    #product_Detial .product-price {
        font-size: 25px;
        color: #479F45;
        font-weight: 700;
        font-weight: bold;
    }
    #product_Detial .product-price sup {
        top: -5px;
        font-size: 10px;
        left: 6px;
    }
    #product_Detial .product-price del {
        font-size: 14px;
        opacity: 0.4;
    }
    #product_Detial .product-price del > sup {
        top:-2px;
        left: 0;
    }
    #product_Detial .rating li {
        color: #000;
        font-size: 13px;
    }
    #product_Detial .rating li img {
        width: 15px;
    } 
    #reviewForm .rating li {
        color: #000;
        font-size: 13px;
        height:20px;
        position: relative;
        width: 20px;
    }
    #reviewForm .rating li::before {
        background-image: url(../Images/star_green_border.png);
        background-size: 18px;
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
        position:absolute;
        content: "";
    }    
    #reviewForm .rating li:hover::before {
        background-image: url(../Images/Star_green_fill.png);
    }
    .accordion-button:not(.collapsed) {
        color: #3D5523;
        background-color: #85A66F
    }
    .accordion-body {
        background-color: #85A76E;
        color: #3D5523
    }

.slider .swiper-container {
  width: 100%;
  height: 100%;
}
.slider__flex {
  display: flex;
  align-items: flex-start;
}
.slider__col {
  display: flex;
  flex-direction: column;
  width: 100px;
  margin-right: 10px;
}
.slider__thumbs {
  height: 530px;
}
.slider__thumbs .slider__image {
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
.slider__thumbs .slider__image:hover {
  opacity: 1;
}
.slider__thumbs .swiper-slide-thumb-active .slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.slider__images {
  height: 530px;
  overflow: hidden;
}
.slider__col .slider__image {
  width:100% ;
  height: 85px;
  overflow: hidden;
}
.slider__images .slider__image  {
    height: 530px;
     width: 515px
}
.slider__images .slider__image .tile {
    height: 530px;
    display: block;
    width: 100%;
    position: relative;
    cursor: crosshair;
}
.slider__images .slider__image .tile .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform .5s ease-out;
  }
.slider__image img {
  display: block;
  width: 100%;
  height: 90px;
  -o-object-fit: contain;
  object-fit: contain;
}
.Related {
    position: relative;
}
.Related .swiper-pagination {
    bottom: 0 !important;
}
@media (max-width: 767.98px) {
  .slider__flex {
    flex-direction: column-reverse;
  }
  .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 10px;
    width: 100%;
  }
  .slider__images {
    width: 100%;
    height: 400px;
  }
  .slider__thumbs {
    height: 100px;
    margin: 0 16px;
  }
  .slider__images .slider__image  {
        height: 400px;
    }
  .slider__images .slider__image img {
        height: 400px;
    }
}

.btn__mmh_border {
     background: var(--btn-color);
    border: 1px solid var(--btn-color);
    color: #fff;
    transition: all 0.3s;
}
.btn__mmh_border > a {
    color: #fff;
}


/*=============== Invoice style ======*/

#invoice{
    padding: 30px;
}

.invoice {
    position: relative;
    background-color: #FFF;
    min-height: 680px;
    padding: 15px
}

.invoice header {
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #3D5523
}

.invoice .company-details {
    text-align: right
}

.invoice .company-details .name {
    margin-top: 0;
    margin-bottom: 0
}

.invoice .contacts {
    margin-bottom: 20px
}

.invoice .invoice-to {
    text-align: left
}

.invoice .invoice-to .to {
    margin-top: 0;
    margin-bottom: 0
}

.invoice .invoice-details {
    text-align: right
}

.invoice .invoice-details .invoice-id {
    margin-top: 0;
    color: #3D5523
}

.invoice main {
    padding-bottom: 50px
}

.invoice main .thanks {
    margin-top: -100px;
    font-size: 2em;
    margin-bottom: 50px
}

.invoice main .notices {
    padding-left: 6px;
    border-left: 6px solid #3D5523
}

.invoice main .notices .notice {
    font-size: 1.2em
}

.invoice table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px
}

.invoice table td,.invoice table th {
    padding: 15px;
    background: #eee;
    border-bottom: 1px solid #fff
}

.invoice table th {
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px
}

.invoice table td h3 {
    margin: 0;
    font-weight: 400;
    color: #3D5523;
    font-size: 1.2em
}

.invoice table .qty,.invoice table .total,.invoice table .unit {
    text-align: right;
    font-size: 1.2em
}

.invoice table .no {
    color: #fff;
    font-size: 1.6em;
    background: #3D5523
}

.invoice table .unit {
    background: #ddd
}

.invoice table .total {
    background: #3D5523;
    color: #fff
}

.invoice table tbody tr:last-child td {
    border: none
}

.invoice table tfoot td {
    background: 0 0;
    border-bottom: none;
    white-space: nowrap;
    text-align: right;
    padding: 10px 20px;
    font-size: 1.2em;
    border-top: 1px solid #aaa
}

.invoice table tfoot tr:first-child td {
    border-top: none
}

.invoice table tfoot tr:last-child td {
    color: #3D5523;
    font-size: 1.4em;
    border-top: 1px solid #3D5523
}

.invoice table tfoot tr td:first-child {
    border: none
}

.invoice footer {
    width: 100%;
    text-align: center;
    color: #fff;
    border-top: 1px solid #aaa;
    padding: 8px 0
}

@media print {
    .invoice {
        font-size: 11px!important;
        overflow: hidden!important
    }

    .invoice footer {
        position: absolute;
        bottom: 10px;
        page-break-after: always
    }

    .invoice>div:last-child {
        page-break-before: always
    }
}

/*=====================
                Product List aside bar menu style =============*/
    
    aside {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 0;
        height: auto;
        background-color: #fff;
        /*padding: 60px 0 30px;*/
        
    }
    aside > h4 {
        color:#000;
        position: relative;
        padding: 15px;
    }
    aside > h4 > a {
        position: absolute;
        right: 15px;
        color: #fff;
        padding: 5px;
        font-size: 12px;
        top:20px;
        background-color: #EF1111;
    }
    aside > ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: block !important;
    }
    aside > ul > li > ul.submenu {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    aside > ul > li {
        display: block;
        position: relative;
        border-bottom: thin solid rgba(0, 0, 0, 0.1);
    }
    aside > ul > li > a {
        color: #000;
        letter-spacing: 1.5px;
        transition: all 0.4s;
        text-transform: uppercase;
        padding: 8px 18px;
        position: relative;
        display: block;
        font-size: 14px;
    }
    aside > ul > li > a:hover {
        color: #0c1f38;
        background-color: #479F45;
    }
    aside > ul > li > a > i {
        margin-right: 5px;
        color: #0c1f38;
        transition: all 0.4s;
    }
    aside > ul > li > ul.submenu > li {
        display: block;
        position: relative;
        border-bottom: thin solid rgba(0, 0, 0, 0.1);
    }
    aside > ul > li > ul.submenu > li {
        color: #0c1f38;
        letter-spacing: 1.5px;
        transition: all 0.4s;
        text-transform: capitalize;
        padding: 8px 18px 8px 30px;
        position: relative;
        display: block;
        font-size: 12px;
    }
    aside > ul > li > ul.submenu > li:hover {
        color: #000;
        background-color: #7ebb7c;
    }
    aside > ul > li > ul.submenu > li > a > i {
        margin-right: 5px;
        color: #0c1f38;
        transition: all 0.4s;
    }
    aside > ul > li > ul.submenu > li > a:hover > i {
        margin-right: 10px;
        color: #ec1c24;
    }
    aside a[aria-expanded="true"],
    aside ul li.active > a {
        background-color: #479F45 !important;
    }
    aside > ul > li > a > span {
        font-size: 10px;
        position: absolute;
        color: #ec1c24;
        top: 5px;
        left: 85px;
        letter-spacing: initial;
        transition: all 0.4s;
    }
    aside > ul > li:last-child > a > span {
        top: 11px;
    }
    aside > ul > li > a:hover > span {
        left: 90px;
    }
    aside > ul > li > a:hover > i {
        margin: 0;
        color: #ec1c24;
    }
    aside > ul > li:last-child {
        margin-bottom: 20px;
    }
    aside .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
        background-color: #EF1111;
    }
    aside .custom-control-input:checked ~ .custom-control-label::before {
        background-color: #EF1111;
    }


/*============
        Login Style ===========*/
    .login_part {
        position: relative;
        padding: 0;
        overflow: hidden;
        box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);
    }    
    .login_part .head_contact p {
        font-size: 12px;
    }
    .login_bg {
        height: 550px;
        padding: 0;
    }
    .Registration_bg {
        height: 650px;
    }
    .login_bg > img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        font-family: "object-fit: cover; object-position: 50% 50%";
    }
    .login-card-description {
        font-size: 25px;
        color: #000;
        font-weight: normal;
        text-transform: uppercase;
        margin-bottom: 23px;
    }
    .Form__Legend {
        font-size: 12px;
        margin-bottom: 30px;
    }
    .Form__Hint--center {
        text-align: center;
    }
    .Form__Hint {
        margin: 24px 0 0 0;
    }
    .Text--subdued {
        color: #5c5c5c;
    }
    .btn-google {
        background-color: #dd4b39;
        color: #fff;
        text-transform: uppercase;
    }
    .btn-facebook {
        background-color: #3b5999;
        color: #fff;
        text-transform: uppercase;
    }
    .btn_login {
        background-color: #479F45;
        transition: all 0.3s;
    }
    .btn_login:hover {
        background-color: #fff;
        color: #479F45;
        border: 2px solid #479F45;
    }


/* ===================
            Contact Us Style ========*/
    
    .head_contact {
        position: relative;
        margin-bottom: 20px;
    }
    .head_contact p {
        text-transform: uppercase;
        color: #999ba3;
    }
    .head_contact h4 {
        color: #479F45;
    }
    .contact_us {
        position: relative;
    }
    .contact_us input, select, textarea {
        background-color: #f6f5f2 !important;
        border-style: solid !important;
        border-width: 0 !important;
        border-radius: 5px !important;
        padding: 18px 20px 18px 30px !important;
        height: auto !important;
        width: 100%;
    }
    .contact_us > p {
            position: relative;
    }
    .contact_us > p .btnotp {
        position: absolute;
        top: 16px;
        right: 20px;
        background-color: #EF1111;
        color: #fff;
        font-size: 12px;
        padding: 3px 5px;
    }
    .company-contacts .__item {
        margin-bottom: 20px;
        line-height: 1.4;
        color: #fff;
        font-size: 14px;
        display: block;
        text-align: center;
    }
    .map {
        border-radius: 20px;
        height: 495px;
        overflow: hidden;
    }
    #contact_info {
        background-image: url(../Images/cat1.jpg);
        background-size: cover;
        padding: 50px 0;
        position: relative;
    }
    #contact_info::before {
        width: 100%;
        height: 100%;
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        background-color: rgba(0,0,0, 0.5);
    }
    .company-contacts {
        position: relative;
        z-index: 5
    }
    .company-contacts .__item .__ico {
        display: inline-block;
        vertical-align: top;
        line-height: 1;
        font-size: 3rem;
        color: #fff;
        margin-bottom: 20px;
    }
    
    .company-contacts .__title {
        color: #fff;
        font-size: 30px;
    }
    .company-contacts .__item p {
        text-align: center;
        color: #fff;
    }
    .company-contacts .__item p a {
        color: #fff;
    }
    

/*============= testimonial style =======*/

#testimonial {
    background: linear-gradient(112deg, #ffffff 50%, #f0ffe6 50%);
}

#testimonial .carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: #000;
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    line-height: 2rem
}

@media(max-width:767px) {
    #testimonial .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
}

#testimonial .carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem
}

@media(max-width:767px) {
    #testimonial .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}

#image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem
}

@media(max-width:767px) {
    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
}

#carouselExampleControls i {
    background-color: #3D5523;
    padding: 1.4rem
}

@media(max-width:767px) {
   #carouselExampleControls i {
        padding: 0.8rem
    }
}

#carouselExampleControls .carousel-control-prev {
    justify-content: flex-start
}

#carouselExampleControls .carousel-control-next {
    justify-content: flex-end
}

#carouselExampleControls .carousel-control-prev,
#carouselExampleControls .carousel-control-next {
    transition: none;
    opacity: unset
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}



/*====================
        Checkout Design ===========*/
    
        .restro_checkout {
            position:relative;
            padding:40px 0;
            background-color:#EFF7FA;
        }
        .restro_checkout .chechkout__box {
            position: relative;
            margin-left: 25px;
            background: #fff;
            margin-bottom: 20px;
            padding: 35px 40px 39px;
        }
        .restro_checkout .chechkout__box > .checkout_head {
            font-size: 32px;
            font-weight: 600;
            color: #282c3f;
            margin-bottom: 32px;
            position:relative;
            display: block;
            align-items: center;
            margin-bottom: 36px;
        }
        .restro_checkout .chechkout__box > .checkout_head > span {
            display: block;
            font-size: 16px;
            color: #7e808c;
            font-weight: 400;
        }
        .restro_checkout .chechkout__box > .checkout_head > button {
            background-color:#F6957F;
            color:#000;
            padding:4px 15px;
            position:absolute;
            right:10px;
            top:20px;
            border-radius:50px;
        }
        .restro_checkout .chechkout__box .address_icon {
            position: absolute;
            width: 40px;
            height: 40px;
            background-color: #282c3f;
            box-shadow: 0 3px 5px 0 rgba(40,44,63,.4);
            top: 34px;
            left: -10px;
        }
        .restro_checkout .chechkout__box  .address_icon > i {
            position: absolute;
            top: 50%;
            left: 50%;
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            color: #fff;
            font-size: 20px;
        }
        .restro_checkout .chechkout__box .save_address {
            position: relative;
            display:block;
        }
        .restro_checkout .chechkout__box .save_address > ul {
            list-style:none;
            padding:0;
            margin:0;
        }
        .restro_checkout .chechkout__box .save_address > ul > li {
            margin-bottom:5px;
            display:inline-block;
            width:48%;
            margin: 0 10px 8px 0;
            cursor: pointer;
            padding:20x;
            border: 1px solid #e9e9eb;
            max-height:200px;
        }
        .restro_checkout .chechkout__box .save_address > ul > li > .icon {
            display:table-cell;
            vertical-align:central;
            padding:8px;
            text-align:center;
            color:#ec1c24;
        }
        .restro_checkout .chechkout__box .save_address > ul > li .form-check-label {
            display: block;
        }
        .restro_checkout .chechkout__box .save_address > ul > li > .address_detail  {
            display:table-cell;
            padding:10px;
            color:rgb(128, 128, 128);
            font-size:13px;
        }
        .restro_checkout .chechkout__box .save_address > ul > li > .address_detail > h6 {
            margin-bottom:6px;
        }
        .restro_checkout .chechkout__box .save_address > ul > li > .address_detail > button {
            background-color:#26A65B;
            color:#fff;
            text-align:center;
            padding:5px 15px;
            margin-top:10px;
            display:block;
            font-size:13px;
        }
        .Add_news_address {
            margin-bottom:15px;
            display:block;
        }
        
        .restro_checkout .chechkout__box  .checkout_restro_head {
            cursor: pointer;
            padding: 20px;
            background: #fff;
            display: -ms-flexbox;
            display: flex;
            min-height: 90px;
        }
        .restro_checkout .chechkout__box .checkout_restro_head > .logo_img {
            width:50px;
            height:50px;
            position:relative;
        }
        .restro_checkout .chechkout__box .checkout_restro_head > .restro_info {
            margin-left: 14px;
            -ms-flex: 1;
            flex: 1;
            position: relative;
            overflow: hidden;
            min-height: 50px;
        }
        .restro_checkout .chechkout__box .checkout_restro_head > .restro_info::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            background: #282c3f;
            width: 40px;
            height: 2px;
        }
        .restro_checkout .chechkout__box .checkout_restro_head > .restro_info > h5 {
            font-size: 17px;
            color: #282c3f;
            margin:0;
            font-weight: 500;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
        .restro_checkout .chechkout__box .checkout_restro_head > .restro_info > span {
            font-size: 13px;
            color: #686b78;
        }
        .restro_checkout .chechkout__box  .checkout_item_db > ul {
            list-style:none;
            padding:0;
            margin:0
        }
        .restro_checkout .chechkout__box .checkout_item_db > ul > li {
            display:table;
            width:100%;
            padding:10px;
            margin-bottom:5px;
            font-size:13.5px;
            border-bottom:thin solid rgb(128, 128, 128);
        }
        .restro_checkout .chechkout__box  .checkout_item_db > ul > li > span {
            padding:5px;
            vertical-align:middle;
            display:table-cell;
        }
        .restro_checkout .chechkout__box .checkout_item_db > ul > li > .itemname {
            width:155px;
            vertical-align:middle;
            display:table-cell;
        }
        .restro_checkout .chechkout__box .checkout_item_db > ul > li > .quantity_spin {
            vertical-align:middle;
            display:table-cell;
        }
        .restro_checkout .chechkout__box .checkout_item_db > ul > li > .price {
            display:table-cell;
            vertical-align:middle
        }
        
        .user_Add_cart {
            background-color: #fff;
            padding: 20px;
            margin: 0 0 30px;
        }
        .user_Add_cart > h6 {
            margin: 0 0 10px;
            color: #2f313a;
            border-bottom: 1px solid #ebedf3;
            padding: 0 0 10px;
            text-transform: uppercase;
            font-weight: 400;
        }
        
        .categories-order {
            padding-bottom: 10px;
            margin-bottom: 15px;
            list-style:none;
            padding:0;
            margin:0;
        }
        .categories-order > li {
            border-bottom: 1px solid #ebedf3;
            margin-bottom: 10px;
            line-height: 20px;
            color: #2f313a;
            font-size: 12px;
            padding-bottom: 10px;
        }
        .add_number {
            border:1px solid #d4d5d9;height:30px;
            font-weight:300;
            text-align:center;
            width:70px;
            position:relative;
            display:inline-block;
        }
        .add_number > .btn_minus {
            left:0;
            position:absolute;
            width:33.33333%;
            font-weight:bold;
            font-size:large;
            top:0;
            cursor:pointer;
        }
        .add_number > .number_show {
            width:33.33333%;position:absolute;left:33.33333%;top:4px;font-weight:bold;
        }
        .add_number > .btn_plus {
            position:absolute;right:0;width:33.33333%;font-size:large;
            top:0;
            font-weight:bold;cursor:pointer;transform:translateZ(0)
        }
        .categories-order a.btn-cross {
            float: right;
            font-size: 12px;
            color: #999ba3;
            display: inline-block;
            margin: 5px 0 0 8px;
        }
        .categories-order a {
            color: #2f313a;
            display: inline-block;
            max-width: 50%;
        }
        
        .categories-order .category-price {
            float: right;
            font-weight: 600;
        }
        
        .user_Add_cart > .price-area {
            margin: 0 0 12px;
        }
        .price-area ul {
            margin: 0 0 20px;
            padding:0;
            list-style:none;
        }
        .price-area li {
            font-size: 12px;
            line-height: normal;
            margin: 0 0 10px;
            font-family: 'Raleway', sans-serif;
        }
        .price-area li .price {
            color: #2f313a;
            float: right;
        }
        
        .user_Add_cart > .total-price {
            background-color: #f1f3f8;
            margin: 0 0 12px;
            font-size: 12px;
            color: #2f313a;
            padding: 10px 15px;
            line-height: normal;
            font-family: 'Raleway', sans-serif;
        }
        .total-price .price {
            float: right;
            font-size: 14px;
            color: #2f313a;
            font-weight: 700;
        }
        .pay-option {
            margin: 0 0 12px;
        }
        .pay-option ul {
            margin: 0;
            padding: 0;
        }
        .pay-option li {
            color: #2f313a;
            display: inline-block;
            font-size: 12px;
            font-weight: 700;
            line-height: normal;
            margin: 0 -4px 0 0;
            text-align: center;
            vertical-align: middle;
            width: 50%;
        }
        .pay-option li i {
            display: block;
            font-size: 20px;
            color: #bdbec2;
            padding: 0 0 5px 0;
        }
        .success-message {
            border-bottom: 1px solid #ebedf3;
            color: #51861e;
            display: block;
            font-size: 12px;
            padding: 0 0 12px;
            margin: 0 0 12px;
        }


/*============ footer ====*/

footer {
    background-image: url(../images/footer_bg.png);
    background-size: cover;
    background-position: top center;
    background-color: #3D5523
}
footer p, a {
    color: #fff
}
footer h4 {
    color: #85A66F;
    font-weight: bold;
    padding-left: 2rem
}

footer .border-end {
    border-right: 1px solid #4B724F !important
}
.list_icon {
    padding: 7px 6px;
    border-radius: 20px 20px 20px 20px;
    background-color: #85A66F;
}



/*========= Mobile header style ===*/

#sidebarCollapse {
    position: fixed;
    left: 0;
    top: 10px;
    display: none !important;
    background-color: #3D5523;
    color: #fff;
    border-radius: 0;
    font-size: 18px;
    padding: 8px;
    align-items: center;
    z-index: 99;

}
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #3D5523;
    color: #000;
    transition: all 0.3s;
    overflow-y: scroll !important;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar.active {
    left: 0;
}
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.Side_overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
    top: 0;
}
#sidebar .sidebar-header {
    padding: 20px 20px 12px;
}
#sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    display: block;
    overflow: scroll;
}
#sidebar ul > li {
    display: block;
    position: relative;
    border-bottom: thin solid #85A66F;
}

#sidebar ul li a {
    padding: 10px 15px;
    font-size: 13px;
    display: block;
    background-image: linear-gradient(to left, transparent, transparent 50%, #85A66F 50%, #85A66F);
    color: #fff !important;
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all 0.3s ease-in;
}
#sidebar ul > li  a > i {
    font-size: 11px;
    font-weight: 700;
    margin-right: 5px;
    transition: all 0.4s;
}
#sidebar ul > li > ul.collapse > li > a:hover > i {
    margin-right: 0;
}
#sidebar ul li a:hover {
    color: #000;
    background-position: 0 0;
}



/*============ Media query ========*/
@media only screen and (max-width: 1024px) {
    .menu--mohe .menu__item {
        padding: 15px;
    }
    nav ul li {
        padding: 0
    }
}
@media only screen and (max-width: 960px) {
    .menu--mohe .menu__item-name {
        font-size: 12px
    }
    .menu--mohe .menu__item {
        padding: 8px 15px;
    }
    header > .container {
        max-width: 95%
    }
    .icon__menus p {
        font-size: 12px;
    }
    #carouselExampleIndicators {
        height: auto;
    }
    #carouselExampleIndicators .carousel-inner {
        height: auto;
    }
    .counter > .container {
        max-width: 95%
    }
    footer > .container {
        max-width: 95%
    }
}

@media only screen and (max-width: 780px) {
    
    #sidebarCollapse {
        display: flex !important;
    }    
    .cart {
        width: 50%;
        float: right;
    }
    .category.container {
        max-width: 95%
    }
}
@media only screen and (max-width: 500px) {
    .about_img2 {
        padding: 0 14px !important
    }
    .__item .__count {
        font-size: 20px;
        margin-bottom: 0
    }
    .__item .__title {
        font-weight: normal;
        font-size: 10px
    }
    .__item .__ico {
        width: 60px
    }
    .icon__menus p, a {
        font-size: 12px
    }
    .cart {
        width: 100%
    }
}