@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Yeseva+One&display=swap');

/** BASIC CSS **/

* { 
	margin: 0; 
	padding: 0; 
	border:none; 
	outline:none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	box-sizing: border-box;	}
	

html, body{
	height:auto;
	max-width:100%;
	min-width:100%;
	background:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:18px; 
	color:#000;
	font-weight:normal;
	font-style:normal;
	}
	
p {
	font-size: 15px;
	color: #848484;
	line-height: 23px;
	font-weight: 400;}
	
h1,h2,h3,h4,h5,h6{
     margin:0;
	 color:#555;	
	 font-family: 'Yeseva One', cursive;}

a {
	text-decoration:none;
	outline: none;
	color: #4b5460;}
	
:focus { 
	outline: none; }
	
a:focus {
	outline: none;}
	
a:hover, a:focus {
	color: #658005;
	text-decoration: none;}
		
hr{
	background:#e3e3e3;
	border-top:1px solid #333;}
	
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
::selection {
	text-shadow: none;
	background: #658005;
	color: #fff;}
	
::-moz-selection {
 text-shadow: none;
 background: #658005;
 color:#fff;}
 
a, input, select, textarea, img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;}
		
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;}
			
.hidden{ 
	display: none !important;}
	
.show{ 
	display: block !important;}
	
.floatl{ 
	float: left;}
	
.floatr{
	float: right;}
	
.nopad{
	padding:0 !important;}

.nopadl{
	padding-left:0;}
	
.nopadr{
	padding-right:0;}
	
.btn:focus,button:focus,.form-control:focus{
	outline:0;
	box-shadow:0 0 0 0 transparent;
}
.form-control:focus{
    border-color: #658005;
}
input[type='radio'],input[type='checkbox'] {
  accent-color: #658005 !important;
}
.modal-backdrop{
    z-index: 9999;
}
.modal{
  z-index: 99999;
}
/** BASIC CSS END HERE **/ 
.topbar {
    background: #fff;
    padding: 2px 0;
}
.nav-brand{
	width: 160px;
	max-width: 100%;
}
.nav-brand img{
	max-width: 100%;
}
.topnav {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.topnav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
.topnav ul li{
	position: relative;
}
.topnav ul li a {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    padding: 1px 20px;
	border-right: 1px solid rgb(212, 212, 212);
  display: flex;
    align-items: center;
}
.topnav ul li a i{
  font-size: 20px;
  margin-right: 5px;
}
.topnav ul li:last-child a{
	border-right: 0px solid #333;
}
.top-cart .badge {
  position: absolute;
  bottom: 9px;
  border-radius: 50px;
  right: 61px;
  font-size: 10px;
}

.home_banner_slide{
	width: 100%;
	height: auto;
  margin-top: 10px;
}
.header-banner-content {
  border-radius: 11px;
  overflow: hidden;
}
.header-banner-content .owl-item{
	padding: 0 !important;
}
.home_bnr{
	width: 100%;
	height: auto;
    position: relative;
}
.home_bnr img{
	width: 100% !important;
	height: 100%;
	object-fit: cover;
}
.overlay_banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.overlay_banner h5 {
  font-size: 1.5rem;
  color: #658005;
  line-height: 1;
  margin-bottom: 10px;
}
.overlay_banner h1 {
    font-size: 3rem;
    color: #080808;
    line-height: 1;
    margin-bottom: 10px;
}
.overlay_banner p {
    font-size: 19px;
    font-weight: 500;
    color: #555;
}
.container-banner{
  width: 100%;
  padding: 0 60px;
}

.owl-nav button{
	position: absolute;
    bottom: 0;
    top: 0;
    width: 50px;
    font-size: 25px !important;
    height: 54px;
    margin: auto;
    background: #fff !important;
	opacity: 0.2;
}
.owl-nav button:hover{
	opacity: 1;
}

.home_banner_slide .owl-nav .owl-prev{
	left: 0;
 }
 .home_banner_slide .owl-nav .owl-next{
	 right: 0;
 }
.owl-nav .owl-prev{
	left: -30px;
 }
.owl-nav .owl-next{
	 right: -30px;
 }
 .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
}
.owl-dots button {
    width: 11px;
    height: 11px;
    margin: auto;
    background: #fff !important;
    opacity: 0.5;
    border-radius: 50%;
    margin: 2px;
}
.owl-dots button.active{
	background: #658005 !important;
    opacity: 1;
}
.section {
    padding: 45px 0;
}
.cat_box {
    text-align: center;
}
.cat_img{
	width: 100%;
	max-width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 11px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 2px 4px 16px -10px #000;
    margin-top: 6px;
	overflow: hidden;
}
.cat_box img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: center center;
	transform: scale(1.1);
}
.cat_box:hover img{
	transform: scale(1);
}
.cat_box p{
	font-size: 14px;
	color: #000;
}
.cat_box:hover p{
	color: #658005;
}
.section_title{
	position: relative;
}
.section_title {
    position: relative;
    font-size: 28px;
    color: #000;
    margin-bottom: 30px;
}
.section_title i.fa{
	color: #f69899;
}
.cat_prod_item {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
}
.cat_item_img {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 4px 16px -10px #000;
}
.cat_item_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1);
}
.item_title_name {
    background: #ffc75f;
    padding: 1rem 0.3rem;
    position: absolute;
    top: 231px;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
    border-radius: 10px 0;
	text-align: center;
}
.item_title_name h4{
    font-size: 1.2rem;
    color: #000;
}
.cat_prod_item:hover .cat_item_img img{
	transform: scale(1);
}
.products_ads {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 300px;
    /* margin-bottom: 20px; */
    overflow: hidden;
}
.products_ads img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
  border-radius: 8px;
}
.ad_dtls {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 44%;
}
.ad_dtls h3 {
    color: #000;
    font-size: 2rem;
    margin-bottom: 20px;
}
.ad_dtls a {
	font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #000;
    position: relative;
    overflow: hidden;
    height: 40px;
    display: block;
    width: 110px;
}
.ad_dtls a::after{
	content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    height: 2px;
    background: #626060;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.products_ads:hover .ad_dtls a::after{
    bottom: 17px;
}
.subscription_bx {
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 5px;
    padding: 1.2rem;
    text-align: end;
}
.subscription_bx h1 {
    color: #fdfdfd;
    margin-bottom: 19px;
    font-size: 5rem;
}
.subscription_bx p{
	font-size: 24px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
}
.subscription_bx .btn{
	padding: 10px 20px;
	background: #ffffff;
    color: #658005;
	border: 1px solid #ffffff;
}
.subscription_bx .btn:hover{
	background: transparent;
    color: #ffffff;
	border: 1px solid #ffffff;
}
.btn_order {
    background: #658005;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
	border: 1px solid #658005;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.btn_order:hover{
	background: transparent;
    color: #658005;
	border: 1px solid #658005;
}
.bg-lighttheme{
	background: #ffeaea;
}
.home_accordian h3 {
    background: #658005;
    border: 1px solid #658005;
    padding: 12px 5px !important;
    color: #fff;
}
.home_accordian .ac_content{
    background: #ffffff75;
    border: 0;
}
.home_accordian .ac_content p{
	color: #000;
}	
.home_accordian .ui-icon { 
    filter: brightness(10) !important;
}
.safe_dvcontainer .icon_fasf{
    width: 50px;
    display: block;
    height: 50px;
    margin: 5px auto;
    background: #658005;
    font-size: 2rem;
    color: #fff;
    line-height: 1.8;
    border-radius: 5px;
    text-align: center;
}
.safe_dvcontainer h3{
    font-size: 19px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 5px;
}

/*--footer------*/
.footer a,
a:hover,.footer
a:focus,.footer
a:active {
  text-decoration: none;
  outline: none;
}
.footer
a,.footer
a:active,.footer
a:focus {
  color: #6f6f6f;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer img {
  max-width: 100%;
  height: auto;
}
.footer section {
  padding: 60px 0;
  min-height: 100vh;
}
.footer {
  padding: 100px 0px 0px;
  background-color: #fff4f4;
}

.footer .widget1 p {
	font-size: 14px;
    color: rgb(0 0 0 / 60%);
    margin-top: 26px;
}

.footer .socialLinks {
  margin-top: 28px;
}

.socialLinks ul li {
  display: inline-block;
}

.socialLinks ul li a i {
 display: block;
    margin: 0 2px;
    width: 40px;
    height: 40px;
    background: #658005;
	border: 1px solid #658005;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.socialLinks ul li a i:hover{
	color: #658005;
	background: transparent;
}
footer .logo {
  max-width: 200px;
}

.footer h5 {
  font-weight: 500;
  margin-bottom: 28px;
  text-transform: capitalize;
  font-weight: 600;
  color: #658005;
  font-size: 21px;
}

.footer .widget .media img {
  margin-right: 20px;
  max-width: 100px;
}
.footer .widget .media p {
  font-size: 16px;
  color: rgba(70, 70, 70, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  line-height: 26px;
}

.footer .widget .media span {
  font-size: 12px;
  color: #ffb606;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
}

.footer .widget .media {
  margin-bottom: 20px;
}

.footer .widget ul li a,
.footer .widget ul li a {
	font-size: 15px;
    color: rgb(11 11 11 / 84%);
    text-transform: capitalize;
    margin-bottom: 13px;
    display: block;
}

.footer .widget ul li a:hover,
.footer .widget ul li a:hover,
.footer .widget a:hover p {
  color: #658005;
}

.footer .widget h5 {
  margin-bottom: 22px;
  font-weight: 600;
  color: #658005;
  font-size: 19px;
  line-height: 32px;
}

.copyRightArea {
  margin-top: 83px;
  border-top: 1px solid rgb(62 62 62 / 20%);
  padding: 25px 0px 28px;
}

.copyRightArea p {
  color: rgb(108 103 103 / 60%);
}

/*--end footer*/

.scroll-top-wrapper {
	position: fixed;
	right: 20px;
	bottom: 105px;
	z-index: 2;
  }
  .scroll-top-wrapper .scroll_top {
	display: inline-block;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    background: #658005;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    overflow: hidden;
  }
  .scroll-top-wrapper .scroll_top:hover {
	background: #4d4d4d;
  }
  .floating_btn{
	position: fixed;
	right: 20px;
	bottom: 156px;
	z-index: 2;
  }
  .floating_btn a{ 
    display: block;
    font-size: 24px;
    line-height: 1.7;
    text-align: center;
    background: #658005;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin: 3px 0;
  }
  .whatsapp{
  background: #0fcc0f !important;
  }
  .facebook{
  background: #0774aa !important;
  }
  .twitter{
  background: #0dcaf0 !important;
  }
  .instagram{
  background: #d418e3 !important;
  }
  .linkedin{
  background: #366fc2 !important;
  }
  .pinterest{
    background: #658005 !important;
    }
.youtube{
  background: #f10505 !important;
}

    .testimonial-area .section_title{
      color: #fff;
    }
    .testimonial-area {
      background: #0e0000;
      position: relative;
      z-index: 2;
      padding: 50px 0;
    }
    .testimonial-area .owl-item.active.center{
      opacity: 1;
    }
    .testimonial-area .owl-item{
      opacity: 0.3;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }
    .single-testimonial {
      border: 7px solid #fff;
      text-align: center;
      border-radius: 45px;
      position: relative;
      z-index: 2;
      margin: 20px 0 40px;
    }
    .single-testimonial p {
      color: #fff;
      font-size: 15px;
      line-height: 24px;
      padding: 50px;
      padding-bottom: 30px;
      position: relative;
      z-index: 3;
    }
    .single-testimonial::before {
      content: "";
      position: absolute;
      left: -35px;
      top: -35px;
      background: url('../images/quote.png') no-repeat #0e0000;
      background-size: 60%;
      width: 126px;
      height: 100px;
      transform: rotate(180deg);
      background-position: 34px 15px;
    }
    .single-testimonial::after {
      content: "";
      position: absolute;
      right: -35px;
      bottom: -34px;
      background: url('../images/quote.png') no-repeat #0e0000;
      background-size: 60%;
      width: 126px;
      height: 100px;
      background-position: 34px 19px;
    }
    .round {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1;
    }
    .round-1::before {
      content: "";
      position: absolute;
      left: 88px;
      top: -7px;
      width: 50px;
      height: 7px;
      background: #fff;
      border-radius: 30px;
    }
    .round-1::after {
      content: "";
      position: absolute;
      left: -7px;
      top: 62px;
      width: 7px;
      height: 50px;
      background: #fff;
      border-radius: 30px;
    }
    .round-2::before {
      content: "";
      position: absolute;
      right: 87px;
      bottom: -7px;
      width: 50px;
      height: 7px;
      background: #fff;
      border-radius: 30px;
      z-index: 1;
    }
    .round-2::after {
      content: "";
      position: absolute;
      right: -7px;
      bottom: 62px;
      width: 7px;
      height: 50px;
      background: #fff;
      border-radius: 30px;
      z-index: 1;
    }
    .client-video {
      padding-right: 15px;
    }
    .client-info {
      position: relative;
      z-index: 3;
    }
    .client-info a {
      width: 40px;
      height: 40px;
      border-radius: 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
      font-size: 22px;
    }
    .client-info {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: left;
      padding-bottom: 50px;
    }
    .client-info h6 {
      color: #000;
      font-weight: 700;
      font-size: 18px;
      color: #fff;
    }
    .client-info span {
      display: inline-block;
      color: #fff;
      font-size: 12px;
    }
    .sec-title.white-title h2 {
      color: #fff;
    }
    .owl-dots button {
      background: #fff !important;
      width: 10px;
      height: 10px;
      border-radius: 26px;
      margin: 0 5px;
      transition: 0.3s;
    }
    .owl-dots {
      text-align: center;
      margin-top: 50px;
    }
    .owl-dots button.active {
      width: 30px;
    }
    
    .footer_tab {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      z-index: 9;
      display: none;
      align-items: center;
      justify-content: space-between;
      box-shadow: 0px 0px 10px #3333332e;
      border-radius: 24px 24px 0 0;
  }
  .footer_tab a{
    width: 100%;
    text-align: center;
    color: #6f6f6f;
    font-size: 13px;
    padding: 6px;
  }
  .footer_tab a i{
    color: #6f6f6f;
    display: block;
    font-size: 28px;
    margin-bottom: 5px;
  }
  .footer_tab a.active {
    color: #080808;
  }
  .footer_tab a.active i{
    color: #658005;
  }

  .product_box{
    width: 100%;
    height: 100%;
    position: relative;
  }
  .add_wishlist{
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 4px;
    width: 29px;
    height: 29px;
    text-align: center;
    font-size: 21px;
    background: #fff;
    border-radius: 50%;
    line-height: 1.6;
    color: #979696;
  }
  .add_wishlist.add{
    color: #658005;
  }
  .product_img{
    width: 100%;
    max-height: 230px;
    margin-bottom: 13px;
    border-radius: 10px;
    overflow: hidden;
  }
  .product_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .product_details h4{
    font-size: 13px;
    color: #656565;
    margin-bottom: 4px;
    font-family: 'Roboto', sans-serif;
  }
  .product_details h4 a{
    color: #656565;
  }
  .product_details h4 a:hover{
    color:#658005;
  }
  .prodprice{
    color: #000000;
    margin-bottom: 4px;
  }
  .prodprice del{
    color: #afafaf;
    font-size: 13px;
  }
  .rating {
    font-size: 11px;
    margin-bottom: 4px;
}
.rating i{
  color: #fdb913;
}
.addtocart {
  margin: 5px 0;
}
.addtocart .btn{
  background: #fff;
  color: #333;
  border: 1px solid #333;
  padding: 5px 11px;
  border-radius: 50px;
  display: inline-block;
}
.addtocart .btn:hover,.addtocart .btn:focus-visible,.addtocart .btn:focus{
  color: #fff;
  background: #333;
  border-color: #333;
}
/*----shop-------*/
.inner_header {
  height: 100px;
  background: #ebebeb;
  text-align: center;
  padding: 20px;
}
.inner_header h1{
  color: #000;
  font-size: 25px;
  margin-bottom: 10px;
}
.inner_header ul{
  list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
.inner_header ul li{
  display: inline-block;
  margin-right: 1px;
  padding-right: 10px;
  position: relative;
}
.inner_header ul li::after{
  content: "/";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.inner_header ul li:last-child{
  margin-right: 0px;
  padding-right: 0px;
}
.inner_header ul li:last-child::after{
  display: none;
}
.inner_header ul li a{
  color: #658005;
}
.inner_header ul li.active a{
  color: #646464;
}
.filterbar {
  position: sticky;
  top: 60px;
}
.filter_section {
  padding: 10px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}
.filter_section h1 {
  font-size: 21px;
  color: #f55e12;
  margin-bottom: 10px;
}
.card_filter {
  border-radius: 8px;
  margin-bottom: 15px;
}
.card_filter h3{
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.price-range-slider {
  width: 100%;
}
.price-range-slider .range-value {
  margin: 0;
}
.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #000;
  font-size: 13px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 0px 0 6px 0;
}
.price-range-slider .range-bar {
  border: none;
  background: #a8a8a8;
  height: 3px;
  width: 96%;
  margin-left: 8px;
  margin-bottom: 15px;
}
.price-range-slider .range-bar .ui-slider-range {
  background: #658005;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #658005;
  height: 17px;
  width: 17px;
  top: -0.52em;
  cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
  background: #658005;
}
.card_filter .btn{
  background: #d5d5d5;
  color: #000;
  border-radius: 0;
  padding: 4px 20px;
  margin-left: auto;
  display: block;
  width: 86px;
}
.card_filter .btn:hover,.card_filter .btn:focus{
  background: #658005;
  color: #fff;
  border-color: #658005;
}
/*--- /.price-range-slider ---*/
.categories-list {
  margin: 0px 0px;
  padding: 0px 0px;
  width: 100%;
}
.categories-list .category {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 8px 0px 8px 22px;
  border-bottom: 1px solid #f5f5f5;
  font-weight: 300;
  display: flex;
  cursor: pointer;
}
.categories-list .category label {
  width: 100%;
}
.categories-list .category a {
  color: #95939a;
  position: absolute;
  right: 0px;
  z-index: 1000;
  width: 22px;
  display: block;
  text-align: center;
}
.categories-list .category input{
  margin: 0px 10px 0px 0px;
  position: absolute;
  left: 0px;
  top: 7px;
}
.categories-list .category .subcategories {
  margin-left: 0px;
  display: none;
  padding: 5px;
  flex-direction: column;
}
.categories-list .category .subcategories .category {
  padding-left: 22px;
  flex-direction: column;
}
.categories-list .category .subcategories .category:last-child {
  border-bottom: none;
}
.filter-close-btn {
  display: none;
  position: absolute;
  right: 0;
  font-size: 24px;
  top: 0px;
  cursor: pointer;
  padding: 5px 5px;
  text-align: center;
  color: #000;
}
.showing_items {
  font-size: 12px;
}
.mobile_filter {
  width: 100%;
  height: 45px;
  background: #ffffff;
  position: fixed;
  top: 66px;
  z-index: 9999;
  left: 0;
  right: 0;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  display: none;
  justify-content: space-between;
}
.btn_filter {
  width: 100%;
  text-align: center;
  border-right: 1px solid #dbdbdb;
  background: #fff;
}
.btn_filter:last-child{
  border-right: 0;
}
/*------product-details-------------*/
.image_product{
  position: sticky;
  top:60px;
}
.image_product .lSSlideWrapper{
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
}

.image_product .lSSlideWrapper img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.image_product .lSGallery li img{
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  border: 1px solid #e0e0e0;
}
.image_product .lSGallery li.active{
  border: 1px solid #464646;
}
.product_details_page h1{
  font-size: 22px;
  color: #000;
  margin-bottom: 10px;
}
.product_details_page .rating{
  font-size: 14px;
  margin-bottom: 10px;
}
.product_details_page .prodprice{
  font-size: 30px;
  margin: 15px 0;
}
.pickup_delivery{
    padding: 0 7px;
}
.pickup_delivery label {
  margin-bottom: 2px;
  font-size: 12px;
}
.chkmsg {
  display: block !important;
  font-size: 11px !important;
  width: 100% !important;
  text-align: left !important;
}
.pickup_delivery span{
  display: block;
    width: 27px;
    height: 32px;
    text-align: right;
    font-size: 18px;
    color: #658005;
    line-height: 2;
}
.pickup_delivery .input-group{
  border: 1px solid #b5b5b5;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.pickup_delivery .form-control{
  border: 0;
  font-size: 12px;
  padding: 0 5px;
  text-align: center;
}
.pickup_delivery .form-control:focus{
  outline: 0 !important;
  box-shadow:  0 0 0 transparent !important;
  border: 0;
}
.pickup_delivery .btn{
  border: 0;
  color: #000;
}
.pickup_delivery input[type="date"]::-webkit-inner-spin-button,
.pickup_delivery input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}
.pickupupgrade {
  padding: 0 5px;
  margin: 15px 0 5px;
}
.upgradebox {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  border-color: 1px solid #fff;
  padding-bottom: 3px;
}
.upgradebox img {
  width: 100%;
  height: 85px;
  object-fit: cover;
  margin-bottom: 7px;
}
.upgradebox span {
  display: block;
  font-size: 12px;
  color: #000;
  text-align: center;
}
.upgradebox:hover,.upgradebox.active{
  background: #ececec;
  border-color: 1px solid #658005;
}
.qty_box {
  width: 130px;
  height: 38px;
  font-size: 20px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ababab;
  border-radius: 50px;
}
.qty_box span{
  display: block;
    width: 73px;
    height: 100%;
    line-height: 1.8;
    cursor: pointer;
}
.qty_box input{
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-align: center;
  border-left: 1px solid #ababab;
  border-right: 1px solid #ababab;
}
.qty_box input[type=number]::-webkit-inner-spin-button, 
.qty_box input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.form_group{
    margin: 15px 0;
    display: block;
}
.form_inline{
    display: inline-block;
    vertical-align: middle;
}
.wishlist .btn{
    border: 0;
}
.brndlogo{
  width: 80px;
}
.offer_group {
  margin: 15px 0;
}
.offer_group h3{
    color:#658005;
    font-size: 20px;
    margin-bottom: 10px;
}
.description_content, .description_content p,
.description_content ul,.description_content ul li{
    font-size: 14px;
    color: #494949;
    text-align: justify;
}
.description_content p{
  margin: 15px 0 5px;
}
.description_content ul{
    margin-top: 0px;
}
.description_content h1{
  color: #000;
  font-size: 24px;
  border-bottom: 1px solid #5f5f5f;
  margin-bottom: 8px;
    padding-bottom: 5px;
}
.description_content h2{
  color: #000;
  font-size: 22px;
  border-bottom: 1px solid #5f5f5f;
  margin-bottom: 8px;
    padding-bottom: 5px;
}
.description_content h3{
  color: #000;
  font-size: 20px;
  border-bottom: 1px solid #5f5f5f;
  margin-bottom: 8px;
    padding-bottom: 5px;
}
.description_content h4{
  color: #000;
  font-size: 19px;
  border-bottom: 1px solid #5f5f5f;
  margin-bottom: 8px;
    padding-bottom: 5px;
}
.description_content h5{
  color: #000;
  font-size: 16px;
  border-bottom: 1px solid #5f5f5f;
  margin-bottom: 8px;
    padding-bottom: 5px;
}

/*-product-review------*/
.review_section{
    margin-top: 15px;
}
.review_section h3{
  margin-bottom: 10px;
  color:#658005;
  font-size: 20px;
}
.ratinginput {
  width: 137px;
  font-size: 9px;
  margin-right: auto;
}

.ratinginput > label {
  color: #90A0A3;
  cursor: pointer;
  float: right;
}

.ratinginput > label:before {
  margin: 5px;
  font-size: 2em;
  font-family: FontAwesome;
  content: "\f005";
  display: inline-block;
}

.ratinginput > input {
  display: none;
}

.ratinginput > input:checked ~ label,
.ratinginput:not(:checked) > label:hover,
.ratinginput:not(:checked) > label:hover ~ label {
  color: #F79426;
}

.ratinginput > input:checked + label:hover,
.ratinginput > input:checked ~ label:hover,
.ratinginput > label:hover ~ input:checked ~ label,
.ratinginput > input:checked ~ label:hover ~ label {
  color: #FECE31;
}
.btn_common{
    background: #658005;
    color: #fff;
    border-color: #658005;
    padding: 7px 28px;
    border-radius: 50px;
}
.btn_common:hover,.btn_common:focus{
  background: #536903;
  color: #fff;
  border-color: #536903;
}
.review_form {
  /* border: 1px solid #d1d1d1; */
  padding: 1em 1.5em;
  border-radius: 8px;
  background: #efefef;
}
.review_box {
  position: relative;
  width: 100%;
  padding: 13px;
  border-bottom: 1px solid #dfdfdf;
  padding-left: 50px;
}
.usr_img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: #757575;
  border: 1px solid #cdcdcd;
  position: absolute;
  left: 0;
}
.usr_img img{
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.rev_content h6{
  width: 78%;
	font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
}
.rev_content span.dtrv{
  font-size: 11px;
  color: #7d7d7d;
  margin-bottom: 3px;
  display: block;
  position: absolute;
  top: 13px;
  right: 9px;
}
.rev_content p{
  margin: 0;
  font-size: 14px;
  color: #555555;
  line-height: 16px;
}
.addonitem {
  width: 100%;
  height: 100%;
  border: 1px solid #d7d7d7;
  padding: 6px;
  position: relative;
}
.addonitem label{
    cursor: pointer;
}
.addonitem img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  object-position: center center;
  border: 1px solid #d7d7d7;
  margin-bottom: 10px;
}
.addonitem p{
    color: #000;
    text-align: center;
    margin-bottom: 4px;
    font-size: 13px;
}
.addonitem .prodprice {
  font-size: 15px !important;
  margin: 0 !important;
  text-align: center !important;
}
.checkicon {
  font-size: 24px;
  position: absolute;
  top: 5px;
  left: 4px;
  opacity: 0;
}
.addonitem input:checked + label .checkicon{
  opacity: 1;
}
.addonitem input:checked ~ label img{
  border-color: #658005;
}
.addon_amount {
  display: inline-block;
  padding: 0;
  text-align: end;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.2;
}
.addon_amount small{
  display: block;
  font-size: 10px;
}
/*------------cart------------*/
.cart_list h2{
  font-size: 22px;
  border-bottom: 1px solid #bbbbbb;
  color: #658005;
  margin-bottom: 10px;
}
.cart_item {
  display: flex;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #c3c3c3;
  padding: 1em;
}
.cart_item:last-child{
  border-bottom: 0;
}
.cart_img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #c7c7c7;
  margin-right: 9px;
}
.cart_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.cart_dtls {
  width: 100%;
  padding-right: 19px;
}
.cart_dtls p {
  margin-bottom: 7px;
  font-size: 13px;
  line-height: 1.2;
}
.mprice {
  font-size: 18px;
}
.cart_dtls .qty_box{
  position: absolute;
  bottom: 11px;
  right: 8px;
  width: 110px;
  height: 30px;
  font-size: 16px;
}
.cart_dtls .qty_box input{
  font-size: 15px;
}
.cart_dtls .delete_cart{
  position: absolute;
  top: 20px;
  right: 9px;
  color: red;
  cursor: pointer;
  padding: 3px 5px;
}
.cart_info{
  position: sticky;
  top: 58px;
  border: 1px solid #d1d1d1;
  padding: 20px 15px;
  border-radius: 10px;
}
.cart_info h2{
  font-size: 22px;
  border-bottom: 1px solid #bbbbbb;
  color: #658005;
  margin-bottom: 10px;
}
.coupon_add{
    margin: 20px 0;
}
.coupon_add h2{
  font-size: 22px;
  border-bottom: 1px solid #bbbbbb;
  color: #658005;
  margin-bottom: 10px;
}
.coupon_add .input-group{
    border: 1px solid #777777;
    border-radius: 50px;
    overflow: hidden;
    max-width: 320px;
}
.coupon_add .input-group .form-control{
  border: 0 !important;
    outline: 0;
    box-shadow: 0 0 0 transparent;
}
.coupon_add .input-group .form-control:focus{
    border: 0;
    outline: 0;
    box-shadow: 0 0 0 transparent;
}
.cart_info ul{
  padding: 0;
    list-style: none;
}
.cart_info ul li{
  display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 9px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 14px;
}

.cart_info ul li span{
    margin-left: auto;
    white-space: nowrap;
}
.totaltxt{
  font-size: 16px !important;
  font-weight: bold;
}

/*--checkout-----------*/
.if_not_login {
  border: 1px solid #efefef;
  padding: 1em;
  background: #efefef;
}
.checkout_form p{
    color: #000;
}
.checkout_form p a{
    color: #658005;
}
.form-check-input:checked {
  background-color: #658005;
  border-color: #658005;
}
/*----------------success-----------------*/
.success_content {
  text-align: center;
  margin: 40px 0;
  border: 1px solid #c7c7c7;
  padding: 20px;
}
.statusmark {
  font-size: 60px;
  width: 120px;
  height: 120px;
  margin: 15px auto;
  border: 4px solid;
  line-height: 2;
  border-radius: 50%;
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.5s;
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.status-success .statusmark{
    color: #15ce15;
    border-color: #15ce15;
}
.status-error .statusmark{
  color: #d30d0d;
  border-color: #d30d0d;
}
.success_content h2 {
  font-size: 22px;
  color: #000;
  margin-bottom: 10px;
}

/*--------------my account ----------------------*/
.tg {
  --bg-primary: #658005;
  --text-primary: #658005;
}

.tg-account .account-banner {
  background: var(--bg-primary);
  width: 100%;
  padding: 30px 0 0;
}

.tg-account .account-banner .inner-banner .detail * {
  color: #fff;
}

.tg-account .account-banner .inner-banner .profile {
  text-align: center;
}

.tg-account .account-banner .inner-banner .profile span.image img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
  box-shadow: 0px 0px 15px -10px #000;
}

.tg-account .account-banner .inner-banner .detail h3.user-name {
  font-size: 20px;
  margin-top: 20px;
}

.tg-account .account-banner .inner-banner .nav-area {
  width: 100%;
  margin-top: 25px;
}

.tg-account .account-banner .inner-banner .nav-area ul li a {
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-weight: 500;
  border-radius: 0px;
  font-size: 16px;
  border: none;
  padding: 10px 28px;
  min-width: 120px;
  display: block;
  transition: 0.4s;
  text-align: center;
}

.tg-account .account-banner .inner-banner .nav-area ul li {
  margin-right: 7px;
}

.tg-account .account-banner .inner-banner .nav-area ul li a.active,
.tg-account .account-banner .inner-banner .nav-area ul li a:hover {
  color: var(--text-primary);
  background: #fff;
}

.tg-tabs-content-wrapp {
  width: 100%;
  padding: 30px 0 50px;
}

div#my-orders-table_length {
  width: fit-content;
}

div#my-orders-table_filter {
  width: fit-content;
}

div#my-orders-table_length select,
div#my-orders-table_filter input {
  border: 1px solid #207ba1;
  padding: 5px 15px;
}

div#my-orders-table_length,
div#my-orders-table_filter {
  margin-bottom: 22px;
}

.tg-form {
  width: 100%;
  background: #f7f7f7;
  padding: 30px 30px 30px;
  border: 1px solid #eaeaea;
}

.tg-tabs-content-wrapp .my-account-dashboard .card img {
  max-width: 80px;
}

.tg-tabs-content-wrapp .my-account-dashboard .card {
  text-align: center;
}

.tg-tabs-content-wrapp .my-account-dashboard .card h2 {
  font-size: 19px;
  margin-top: 14px;
  color: #000;
}

.tg-tabs-content-wrapp .my-account-dashboard .card p {
  font-size: 15px;
}


.page-item.active .page-link {
  background-color: lightgrey !important;
  border: 1px solid black;
}

.page-link {
  color: black !important;
}

div#my-orders-table_paginate a {
  background: #e6e6e6;
  margin: 0 2px;
  padding: 3px 11px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

div#my-orders-table_paginate {
  margin-top: 8px;
}

div#my-orders-table_paginate span a.current {
  color: #fff !important;
  background: var(--primary);
}

.tg-tabs-content-wrapp .my-account-dashboard .card {
  cursor: pointer;
}

.tg-tabs-content-wrapp .my-account-dashboard .card:hover,
.tg-tabs-content-wrapp .my-account-dashboard .card.active {
  background: var(--text-primary);
}

.tg-tabs-content-wrapp .my-account-dashboard .card:hover *,
.tg-tabs-content-wrapp .my-account-dashboard .card.active * {
  color: #fff;
}

.tg-tabs-content-wrapp .my-account-dashboard .card {
  transition: 0.4s;
  border-radius: 0px;
  box-shadow: 0px 2px 7px -5px;
}

table#my-orders-table a.view-order {
  background: var(--text-primary);
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  padding: 4px 11px;
  border-radius: 3px;
}

@media (min-width: 768px) {
  table#my-orders-table td.action,
  table#my-orders-table th.action {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .tg-account .account-banner .inner-banner .nav-area ul li a {
    min-width: auto !important;
    padding: 8px 15px;
  }
}

@media (max-width: 600px) {
  .tg-account .account-banner .inner-banner .nav-area ul li a span {
    display: none;
  }
  .tg-account .account-banner .inner-banner .nav-area ul li a {
    min-width: auto;
    padding: 8px 17px;
  }
  .tg-account .account-banner .inner-banner .nav-area ul {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
  }
  .tg-account .detail {
    text-align: center;
  }
  div#my-orders-table_length select,
  div#my-orders-table_filter input {
    max-width: 120px;
    font-size: 14px;
  }
  div#my-orders-table_length label,
  div#my-orders-table_filter label {
    font-size: 0px;
  }
}
.tg-tabs-content-wrapp .tab-pane h4{
  color: #000;
  margin-bottom: 11px;
  font-size: 19px;
}
.tg-account .account-banner .inner-banner .nav-area ul li a{
  border-radius: 5px 5px 0 0;
}
.order_table {
  border: 1px solid #dadada;
  border-bottom: 0 !important;
  margin-bottom: 20px;
  box-shadow: 0px 2px 29px 0 #00000021;
  border-radius: 7px;
  overflow: hidden;
}

.order_head {
  padding: 12px;
  background: #e6ebd1;
  font-size: 13px;
  font-weight: 600;
}
.order_body{
  font-size: 14px;
  font-weight: 500;
  padding: 5px 11px;
}
.order_body  .col-3,.order_body  .col-9,.order_body  .col-5,.order_body  .col-6,.order_body  .col-7{
  border-bottom: 1px solid #dadada;
  padding-top: 7px;
  padding-bottom: 7px;
}
.order_footer  .col-3,.order_footer  .col-9,.order_footer  .col-5,.order_footer  .col-6,.order_footer  .col-7{
  border-bottom: 1px solid #dadada;
  padding-top: 7px;
  padding-bottom: 7px;
}
.order_body img {
  width: 60px;
  height: 60px;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  overflow: hidden;
  object-fit: cover;
}
.order_footer {
  padding: 0 12px;
  font-size: 14px;
  font-weight: 500;
}
/*-----share btn---------*/
.share_btns {
  margin: 15px 0;
  font-size: 14px;
}
.share_btns a{
  font-size: 18px;
  display: inline-block;
  width: 28px;
  height: 29px;
  text-align: center;
  line-height: 1.8;
  border-radius: 3px;
  margin-right: 2px;
}
.s-fb,.s-fb:hover,.s-fb:focus{
    color: #fff;
    background: #1a92e2;
}
.s-tw,.s-tw:hover,.s-tw:focus{
  color: #fff;
  background: #000;
}
.s-lin,.s-lin:hover,.s-lin:focus{
  color: #fff;
  background: #0665d1;
}
.s-ist,.s-ist:hover,.s-ist:focus{
  color: #fff;
  background: #e00eb3;
}
.s-whats,.s-whats:hover,.s-whats:focus{
  color: #fff;
  background: #048f22;
}
.s-gml,.s-gml:hover,.s-gml:focus{
  color: #fff;
  background: #df1717;
}

/*----------------login-signup tab-------------------*/
.account_form{

}
.account_form .nav-tabs {
  border-color: #658005;
}
.account_form .nav-tabs .nav-item{
  margin: 0 auto;
  width: 50%;
  text-align: center;
}
.account_form .nav-tabs .nav-item .nav-link{
    border-color: #658005;
    background: #658005;
    color: #fff;
    transform: translate(0px, 1px);
    padding: 9px;
}
.account_form .nav-tabs .nav-item .nav-link.active{
  border-color: #658005;
  background: #fff;
  color: #658005;
  border-bottom: 0;
}
.account_form .tab-content .tab-pane{
  border-radius: 0 0 10px 10px;
  border-color: #658005;
  border-left: 1px solid #658005;
  border-bottom: 1px solid #658005;
  border-right: 1px solid #658005;
  padding: 2em;
}
.border-top-left-right-redius{
  border-radius: 10px !important;
  border-top: 1px solid #658005;
}
.account_form .tab-content .tab-pane h3{
  color: #658005;
    margin-bottom: 15px;
    font-size: 20px;
}
/*--------------contact page------------*/
.contact_info ul{
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.contact_info ul li{
  display: flex;
  align-items: center;
    width: 100%;
    font-size: 15px;
    color: #333;
    padding: 10px 5px;
    border-bottom: 1px solid #cfcfcf;
}
.contact_info ul li:last-child{
  border-bottom: 0;
}
.contact_info ul li strong{
  white-space: nowrap;
  display: flex;
  align-items: center;
  margin-right: 9px;
}
.contact_info ul li span{
  font-size: 20px;
    background: #658005;
    padding: 7px 8px;
    color: #fff;
    border-radius: 4px;
    margin-right: 3px;
}
.contact_form {
  background: #f1f1f1;
  padding: 2em;
  border-radius: 6px;
}
