* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	outline: none!important;
}

body {
	font-family: 'Oswald', sans-serif;
	color: #424143;
}

a {
	text-decoration: none;
	color:#424143;
}

a:hover {
	text-decoration: none;
}

ul,
li {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
header {
	width: 100%;
	display: inline-block;
}

.social_media ul li {
	display: inline-block;
	margin-right: 6px;
}

.social_media ul li a {
	width: 46px;
	height: 46px;
	background: #efefef;
	color: #8cbd3f;
	font-size: 16px;
	border-radius: 100%;
	transition: 0.3s;
}

.social_media ul li a:hover {
	background: #8cbd3f;
	color: #efefef;
	transition: 0.3s;
}

header .login_button {
	position: absolute;
	right: 105px;
	top: 14px;
}
header .login_button_sign {
	position: absolute;
	right: 130px;
	top: 14px;
}

header .search_btn {
	position: absolute;
	right: 247px;
	top: 13px;
}

header .search_btn a {
	color: #424143;
	font-size: 15px;
	transition: 0.3s;
}

header .search_btn a:hover {
	color: #8cbd3f;
}

header .login_button a {
	color: #424143;
	font-size: 15px;
	transition: 0.3s;
}

header .login_button a:hover {
	color: #8cbd3f;
}
header .login_button_sign a {
	color: #424143;
	font-size: 15px;
	transition: 0.3s;
}

header .login_button_sign a:hover {
	color: #8cbd3f;
}

header .basket {
	width: 90px;
	height: 50px;
	background: #8cbd3f;
	border-radius: 50px;
	position: relative;
	transition: 0.3s;
	cursor: pointer;
}

header .basket:hover {
	background: #709732;
	transition: 0.3s;
}

header .basket .cart_indicator {
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	z-index: 1;
	right: -5px;
	top: -5px;
	background: white;
	border-radius: 100%;
	text-align: center;
	border: 2px solid #8cbd3f;
	font-size: 14px;
	color: #424143;
}

.line {
	width: 100%;
	height: 1px;
	background: #e6e6e6;
}

header .menu ul li {
	display: inline-block;
}

header .menu ul li a {
	display: block;
	font-size: 18px;
	color: #424143;
	
	padding-left: 10px;
	padding-right: 10px;
	transition: 0.3s;
}

header .menu ul li a:hover {
	color: #8cbd3f;
	transition: 0.3s;
}

.banner-slider {
	margin-top: 20px;
	width: 96%!important;
}

.banner-slider .slick-next {
	right:50px!important;
}
.banner-slider a {
	border: 0px!important;
	outline: none;
}

.slick-slide {}

.slick-prev:before,
.slick-next:before {
	color: black;
}

.slick-slide {
	transition: all ease-in-out .3s;
}

.services_wrapper .service {
	width: 19.5%;
}

.services_wrapper .service span {
	width: 100%;
	display: block;
	font-size: 18px;
}

.bl_title {
	font-size: 32px;
}

.bl_title span {
	font-size: 16px;
}

.about_wp .about {
	width: 85%;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Rajdhani', sans-serif;
}
.oppo_wp.w-100 {
    padding-top: 25%;
    overflow: hidden;
}

.oppo_wp span {
	font-size: 30px;
	color: #b07941;
}

.oppo_wp p {
	font-size: 16px;
	font-family: 'Rajdhani', sans-serif;
}

.font-weight-bold {
	font-weight: 500!important;
}

.all_packages a {
	padding: 10px 38px;
	color: #fff;
	background: #b07941;
	font-size: 14px;
	border-radius: 50px;
	transition: 0.3s;
	letter-spacing: 1px;
}

.all_packages a:hover {
	background: #83572c;
	transition: 0.3s;
}

.product {
	float: left;
	border-radius: 12px;
	position: relative;
	margin-bottom: 19px;
}

.product .packet_title {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.product .packet_title a {
	color: #424143;
}

.product a img {
	color: #424143;
	margin: 0 auto;
	border-radius: 12px;
}

.product .gramme {
	color: #a6a6a6;
	font-size: 11px;
	text-align: left;
	position: absolute;
	padding-left: 16px;
	top: -15px;
	right: 10%;
}

.old_price {
	color: #a6a6a6;
	font-size: 12px;
	text-decoration: line-through;
}

.new_price {
	color: #b07941;
	font-size: 18px;
}

.product .basket_btn {
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	width: 127px;
	margin: 0 auto;
}

.product .basket_btn a {
	height: 42px;
	background: #8ebb47;
	border-radius: 50px;
	transition: 0.3s;
	position: relative;
	font-size: 15px;
	color: #fff;
}

.product .basket_btn a:hover {
	background: #709732;
	transition: 0.3s;
}

.product .basket_btn a span {
	width: 20px;
	height: 21px;
	background: #fff;
	border: 2px solid #8ebb47;
	border-radius: 100%;
	position: absolute;
	z-index: 999;
	top: -2px;
	right: -2px;
	font-size: 11px;
	color: #8ebb47;
}

.product .discount {
	width: 54px;
	height: 54px;
	position: absolute;
	z-index: 99;
	top: 8px;
	left: 8px;
	background-image: url(../images/discount.png);
	background-repeat: no-repeat;
	font-size: 16px;
	color: #fff;
	-webkit-transform: rotate(322deg);
	-moz-transform: rotate(322deg);
	-o-transform: rotate(322deg);
	writing-mode: lr-tb;
}

.product .heart {
	position: absolute;
	z-index: 99;
	top: 8px;
	left: 8px;
}

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

.bg_gray {
	background: #f5f5f5;
}

.product_best {
	background-image: url(../images/bg_y.jpg);
	background-repeat: repeat-x;
}

.title_wh {
	font-size: 32px;
	color: #fff;
}

.title_wh span {
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
}

.nuts_comment_left {
	height: 161px;
	border-radius: 12px;
	background-image: url(../images/nuts-img.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.nuts_comment_left .inner {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0, -50%)
}

.nuts_wp .inner span {
	color: #8cbd3f;
	font-size: 24px;
}

.nuts_wp a .inner p {
	font-size: 16px;
	font-family: 'Rajdhani', sans-serif;
	color: #424143;
}

.nuts_comment_right {
	height: 161px;
	border-radius: 12px;
	background-image: url(../images/nuts-img2.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.nuts_comment_right .inner {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0, -50%)
}

.nuts_comment_right .inner span {
	color: #8cbd3f;
	font-size: 24px;
}

.nuts_comment_right a .inner p {
	font-size: 16px;
	font-family: 'Rajdhani', sans-serif;
	color: #424143;
}

.tags {
	position: relative;
}

.tags img {
	width: 100%;
	border-radius: 12px;
}

.tags span {
	font-size: 22px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0, -50%)
}

.footer_content {
	font-size: 16px;
	font-family: 'Rajdhani', sans-serif;
	color: #424143;
}

.nav span {
	font-size: 20px;
	color: #8cbd3f;
}

.nav ul li {
	border-bottom: 1px solid #e7e7e7;
}

.nav ul li:last-child {
	border-bottom: none;
}

.nav ul li a {
	display: block;
	font-size: 14px;
	color: #424143;
	padding-top: 7px;
	padding-bottom: 7px;
	transition: 0.3s;
}

.nav ul li a:hover {
	color: #8cbd3f;
	transition: 0.3s;
}

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

.copy {
	font-size: 16px;
	font-family: 'Rajdhani', sans-serif;
	color: #424143;
}

.page_top {
	position: relative;
	height: 200px!important;
	background: url(../images/page_top.jpg);
	background-position: center center;
}

.page_top .page_title {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 30px;
}

.page_top .breadcrumb .breadcrumb-item {
	display: inline-block;
	font-family: 'Rajdhani', sans-serif;
	font-size: 18px;
	color: #8cbd3f;
}

.page_top .breadcrumb .breadcrumb-item a {
	display: inline-block;
	color: #8ebb47;
}

.page_top .breadcrumb .breadcrumb-item.active {
	color: #8ebb47;
}

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

.page_top .breadcrumb {
	position: absolute;
	top: 58%;
	transform: translate(0, -50%);
	width: 100%;
	display: block;
	background: transparent;
}

.filter_area.w-100 {
   /* display: none;*/
}


.filter_area label {
	font-size: 17px;
}

.filter_area .category {
	border-radius: 12px;
	clear:both;
}

.filter_area .category ul li {
	border-bottom: 1px solid #e8e8e8;
}

.filter_area .category ul li:last-child {
	border-bottom: none!important;
}

.filter_area .category ul li a {
	width: 100%;
	display: block;
	font-size: 17px;
	color: #373636;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	padding-top: 8px;
	padding-bottom: 8px;
	transition: 0.3s;
}

.filter_area .category ul li a:hover {
	color: #8ebb47;
	transition: 0.3s;
	padding-left: 10px;
}

.filter_area .filter {
	background: #8ebb47;
	border-radius: 12px;
	float: left
}

.filter_area .filter .filter_search {
	border-radius: 6px;
	height: 42px;
	font-size: 14px;
	color: #373636;
	padding-left: 4px;
}

.filter_area .filter .filter_search input[type=text] {
	height: 42px;
	font-size: 16px;
	margin-left: -8px;
	   padding-left: 15px;
}

.filter_area .filter .filter_search button {
	font-size: 20px;
	color: #8ebb47;
}

.filter_area .filter .filter_select select {
	height: 42px;
}

.filter_area .filter .send {
	font-size: 18px;
	color: #4a661e;
	background: white;
	padding: 10px 30px;
	border-radius: 50px;
	font-size: 14px;
	border: 2px solid #a0d252!important;
}

.filter_line {
	border-bottom: 1px solid #7fa73f;
}

.form-check label {
	font-size: 16px!important;
	color: #fff!important;
}

.form-check input[type='radio']:checked:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #5c7b2c;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

.form-check input[type='radio']:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -3px;
	left: -1px;
	position: relative;
	background-color: #fff;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

.paginaion ul li {
	display: inline-block;
}

.paginaion ul li a {
	display: block;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	background: #efefef;
	color: #000;
	transition: 0.3s;
}

.paginaion ul li a:hover {
	background: #8ebb47;
	color: #fff;
	transition: 0.3s;
}

.page_content {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Rajdhani', sans-serif;
}

.detail_title {
	font-size: 20px;
}

.product_comment {
	color: #7c7c7c;
	font-size: 15px;
	font-family: 'Rajdhani', sans-serif;
	line-height: 24px;
}

.btn-outline-success {
	color: #000;
	background-color: #fff!important;
	border-color: #efefef!important;
}

.btn:focus,
.btn:active {
	outline-color: red!important;
	box-shadow: 5px 10px #fff!important;
	color: #fff!important;
}
.btn-success:focus,
.btn-success:active {
	outline-color: red!important;
	box-shadow: 5px 10px #fff!important;
	color: #fff!important;
	background: #b99f7c!important;
}

.btn-outline-success.active {
	background: #8cbd3f!important;
	color: #fff!important;
}
.btn-outline-success:hover {
	color: #000!important;
	border-color: #efefef!important;
}

.btn-outline-success.active:hover {
	color: #fff!important;
	border-color: #efefef!important;
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 10px 15px;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

.quantity {
	display: inline-block;
}

.quantity .input-text.qty {
	width: 65px;
	height: 41px;
	padding: 0 5px;
	text-align: center;
	background-color: transparent;
	border: 1px solid #efefef;
}

.quantity.buttons_added {
	text-align: left;
	position: relative;
	white-space: nowrap;
	vertical-align: top;
}

.quantity.buttons_added input {
	display: inline-block;
	margin: 0;
	vertical-align: top;
	box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
	padding: 7px 10px 8px;
	height: 41px;
	background-color: #ffffff;
	border: 1px solid #efefef;
	cursor: pointer;
	border-radius: 3px;
}

.quantity.buttons_added .minus {
	border-right: 0;
}

.quantity.buttons_added .plus {
	border-left: 0;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
	background: #eeeeee;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
	outline: none;
}

.tabs {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

#tab-button {
	text-align: center!important;
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#tab-button li {
	display: inline-block;
}

#tab-button li a {
	display: block;
	padding: 18px;
	text-align: center;
	color: #000;
	font-size: 18px;
	text-decoration: none;
}

#tab-button li:not(:first-child) a {
	border-left: none;
}

#tab-button li a:hover,
#tab-button .is-active a {
	border-bottom: 2px solid #8cbd3f;
	color: #8cbd3f;
}

.tab-contents {
	width: 80%;
	margin: 0 auto;
	padding: .5em 2em 1em;
	border-top: 1px solid #ddd;
}

.tab-button-outer {
	display: none;
}

.tab-contents {
	margin-top: 20px;
}

.tab-button-outer {
	position: relative;
	z-index: 2;
	display: block;
	text-align: center;
}

.tab-select-outer {
	display: none;
}

.tab-contents {
	padding-top: 20px;
	text-align: center;
	position: relative;
	top: -1px;
	margin-top: 0;
	font-size: 16px;
	font-family: 'Rajdhani', sans-serif;
}

.m_block {
	display: none;
}

.ubiModal .ubi-arrows.pasive i,
.ubiModal .ubi-arrows i {
	color: #8cbd3f!important;
}
.breadcrumb {  
    background-color: #f4f4f4;
    margin-top: 30px;
}
.breadcrumb-item {
	color:#424143;
}
.list-group-item {
	color:#424143;
}
.row.m0 {
    margin: 0;
}
.comment_wrap .form-control {
    border-radius: 0;
    height: 46px;
}
.blog-description {
    font-size: 14px;
    font-family: Calibri, sans-serif;
}
.h1, h1 {
    font-size: 1.5rem;
}
.tool {
    height: 32px;
}
.similar-title {
	font-size: 24px;
    color: #8cbd3f;
    text-align: center;
}
.mobile-nav  {
	display:none;
}
.mobile-nav .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: #8cbd3f;
  overflow-x: hidden;
  transition: 0.1s;
  padding-top: 60px;
}

.mobile-nav .sidenav  a {
  padding: 8px 8px 8px 10px;
  text-decoration: none;
  font-size: 16px;
  transition: 0s;
  font-weight: 400;
  color: #fff;
}
.mobile-nav .sidenav .dropdown-menu a {
  padding: 8px 8px 8px 10px;
  text-decoration: none;
  font-size: 16px;
  transition: 0s;
  font-weight: 400;
  color: #000;
}
.mobile-nav .sidenav .dropdown-menu  {
  background:#dfbf95;
}
.mobile-nav .sidenav .menu a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  display: block;
  transition: 0s;
  font-weight: 400;
  border-bottom: 1px solid #7ca836;
  box-shadow: 0 2px 1px -2px #c7ee8a;
  color: #fff;
}

.mobile-nav .sidenav .menu  a:hover{
  color:#dfbf95;
}

.mobile-nav .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 49px;
  margin-left: 50px;
  color: white;
  cursor:pointer;
}
.desktop-nav {
	display:block;
}
.mobile-logo {
	position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: 12px;
    margin: 0 auto;
    width: 130px;
}
.mobile-logo img {
	 width:100%;
}
.navbar-toggler {
	padding: .25rem .75rem;
    font-size: 2rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    cursor: pointer;
    position: absolute;
    top: 15px;
    color: #8ebb47;
}
span.nav-phone {
    color: #fff;
    font-size: 18px;
    line-height: 43px;
    padding: 0;
    text-align: left;
}
@media screen and (max-width: 1024px) {
  .mobile-nav {display:block!important;}
  .desktop-nav {display:none!important;}
  .mobile-nav .sidenav {padding-top: 56px;}
  .mobile-nav .sidenav a {font-size: 18px;}
}


@media screen and (max-height: 450px) {
  .mobile-nav .sidenav {padding-top: 15px;}
  .mobile-nav .sidenav a {font-size: 18px;}
}
.ubiModal .ubi-arrows i {
    background: rgba(142, 187, 71, 0.31);
    padding: 8px 13px!important;
    border-radius: 150px!important;
	font-size: 23px!important;
}
.ubiModal .ubi-arrows.pasive i, .ubiModal .ubi-arrows i {
    color: #ffffff!important;
}
.nuts_img img {
	max-width:400px;
}
 
 .pagination {
    display: block;
}
 
 .pt_Quantity {
  display: inline-block;
  position: relative;
  /* float: left; */
}
.pt_Quantity input {
  color: #443017;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  font-size: 15px;
  min-width: 28px;
  height: 48px;
  float: left;
  display: block;
  padding: 5px;
  margin: 0;
  text-align: left;
  width: 70px;
  font-weight: 600;
  padding-left: 20px;
}
.pt_Quantity input:focus {
  outline: 0;
}
.pt_Quantity .pt_QuantityNav {
  float: left;
  position: relative;
  height: 47px;
}
.pt_Quantity .pt_QuantityNav .pt_QuantityButton {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #e5e5e5;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 15px;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pt_Quantity .pt_QuantityNav .pt_QuantityButton:active {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.pt_Quantity .pt_QuantityNav .pt_QuantityButton.pt_QuantityUp {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #e5e5e5;
}
.pt_Quantity .pt_QuantityNav .pt_QuantityButton.pt_QuantityDown {
  position: absolute;
  bottom: 0px;
  height: 50%;
}
.cart_status .update_btn a{
	font-size:15px!important;
}
.cart_status .update_btn {
	width:100%!important;	
	padding:4px!important;
}.cart_status .con_btn {
	width:100%!important;
	font-size:15px!important;
}