@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    float: right;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background: url(../images/top.png) center center no-repeat;
    border-radius: 50%;
}
.scrollup:hover
{
	
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: 'Plus Jakarta Sans', sans-serif;
	background:url(../images/wooden-texture.jpg) center center fixed;
	background-size:contain;
}
#one {
  width: 70%;
}
.center {
  display: grid;
  gap: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.text-container {
  padding: 5px 10px;
  min-width: 0;
  position: relative;
  margin-bottom: 5px;
}
.text-container span {
  display: inline-block;
}
.text-container .animate {
  position: relative;
  animation: leftright 3s infinite alternate ease-in-out;
}

@keyframes leftright {
  0%, 20% {
    transform: translateX(70%);
    left: 50%;
  }
  80%, 100% {
    transform: translateX(-100%);
    left: 50%;
  }
}
.fader {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.fader.fader-left {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}
.fader.fader-right {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
:focus
{
	outline:0;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
}
p strong
{
    color: #000;
    font-weight: 600;
}
a
{
	text-decoration:underline;
	color:#573a10;
    font-weight: 600;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.cancellation_policy{
    color: #573a10!important;
    text-decoration: none!important;
    font-weight: bold!important;
}
a:hover
{
	color:#000; 
	text-decoration:none;
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li
{
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 12px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 7px;
    left: 0;
    width: 0;
    height: 0;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 5px #573a10;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}
.wrapper
{
    overflow: hidden;
}
.section
{
	
}
.footer
{
	
}
.header
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:9999999;
}
.nav-shrink
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.nav-shrink.header
{
	top:-33px;
}
.header-strip
{
	background:#573a10;
    display: flex;
    align-items: center;
}
.header-strip h3
{
	color:#fff;
	margin:0;
	margin-left:auto;
}
.header-strip aside
{
	margin-left:auto;
    display: flex;
    align-items: center;
}
.social-icon
{
	
}
.social-icon a
{
    float: left;
    margin: 0 0 0 1px;
    background: #fff;
    color: #262626;
    font-size: 20px;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
	text-decoration:none;
}
.social-icon a:hover
{
	color:#999;
}
.callus
{
	margin-right:30px;
}
.callus p
{
    margin: 0;
    line-height: 33px;
	position:relative;
    font-size: 14px;
	color:#fff;
	font-weight:500;
}
.callus p:before
{
    content: "\f095";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 15px;
    margin-right: 3px;
}
.header-top
{
	background:#fff;
    display: flex;
    align-items: center;
	padding:0 20px;
	position:relative;
}
.header-top h1 {
    margin: 0;
    padding: 3px 0;
    color: #573a10;
    font-weight: 700;
    text-align: center;
}
/*.header-top h1*/
/*{*/
/*    margin: 0;*/
/*	padding:3px 0;*/
/*}*/
.header-top h1 a
{
	text-decoration:none;
	position:relative;
	display:block;
}
.header-top h1 a span
{
    position: absolute;
    top: -4px;
    right: 0px;
    color: #000;
    font-size: 11px;
    padding: 2px;
    border-radius: 2px;
          animation: leftright 3s infinite alternate ease-in-out,
               bgclr 3s infinite;
    
}
@keyframes bgclr
{
	0%
	{
		background:#1400ff;
	}
	25%
	{
		background:#00ce0a;
	}
	50%
	{
		background:#ff00dc;
	}
	75%
	{
		background:#7a0017;
	}
	100%
	{
		background:#11fffd;
	}
}
.header-top h1 img
{
    margin-bottom:5px;
}
.loginregister
{
    margin-left: auto;
	margin-right:20px;
}
.loginregister a
{
	background:url(../images/unlock.svg) left center no-repeat;
	background-size:contain;
    color: #262626;
    font-size: 15px;
    font-weight: 700;
    display: block;
    position: relative;
	padding-left:18px;
	float:left;
	margin:0 5px;
	text-decoration:none;
}
.loginregister a:nth-of-type(2)
{
	background:url(../images/user.svg) left center no-repeat;
	background-size:contain;
}
.loginregister a:hover
{
    color: #999;
}
.cart
{
	
}
.cart a
{
    background: url(../images/bag.svg) center center no-repeat;
    background-size: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
	position:relative;
}
.cart a span
{
    background: #ff9906;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #000;
    font-size: 10px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.nav
{
	margin-left:auto;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
	text-align:center;
}
.nav ul li
{
	list-style: none;
    display: inline-block;
    position: relative;
	margin:0 15px;
}
.nav ul li a
{
    color: #262626;
    font-size: 15px;
    font-weight: 700;
    display: block;
    position: relative;
    padding: 8px 0px;
}
.nav ul li a:before
{
    content: " ";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background: #444e50;
    opacity:0;
	display:none;
}
.nav ul li a:after
{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-top: solid 10px #444e50;
    opacity:0;
	display:none;
}
.nav ul li:hover > a:before, .nav ul li.active > a:before,
.nav ul li:hover > a:after, .nav ul li.active > a:after
{
  	
}
.nav ul li a i
{
    width: 16px;
    height: 10px;
    font-size: 26px;
    line-height: 10px;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 100;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -wenkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.nav ul li:hover > a i, .nav ul li.active > a i
{
    -wenkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav ul li a strong
{
    font-size: 30px;
    line-height: 0px;
    position: relative;
    top: -4px;
}
.nav ul li a span
{
    position: absolute;
    top: 13px;
    right: -14px;
    width: 10px;
    height: 10px;
}
.nav ul li a span:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 2px;
    height: 100%;
    margin: auto;
    background: #262626;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav ul li a span:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -12px;
    width: 2px;
    height: 100%;
    margin: auto;
    background: #262626;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav ul li:hover a span:before
{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav ul li:hover a span:after
{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav ul li:hover > a, .nav ul li.active > a 
{
	color:#999;
}
.nav ul li ul
{
    position: absolute;
    display: none;
	background:#fff;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    border: solid 1px #EBEBEB;
	border-radius:10px;
    z-index: 9999999;
	left:-25px;
	padding:15px 0;
}
.nav ul li ul li
{
	list-style: none;
    margin: 0;
    display: block;
}
.nav ul li ul li:last-of-type
{
    border-bottom: none;
}
.nav ul ul li a
{
    padding: 12px 25px;
	text-align:left;
	text-transform:none;
    font-size: 15px;
	color:#000;
}
.nav ul ul li a:after
{
    display:none;
}
/*.nav ul ul li a:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
    font-size: 18px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
	opacity:0;
}
.nav ul ul li a:hover:before
{
    -webkit-transform: translateX(-0px);
    transform: translateX(-0px);
	opacity:1;
}*/
.nav ul ul li a:hover
{
	color:#000;
}
.nav ul li ul:hover a
{
	
}
/*.nav ul li ul li .subnav
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
    padding: 20px 0;
	top:0px;
	left: 100%;
	box-shadow: 0px 10px 16px rgba(104, 104, 104, 0.1);
	border-top:none;
	visibility:hidden;
}
.nav ul > li:hover ul, .nav ul li ul li:hover .subnav
{
	display:block;
	visibility:visible;
}*/
.nav ul > li:hover ul
{
	display:block;
}
div.marquee {
    width: 11%;
    background: #573a10;
    position: relative;
    overflow: hidden;
    height: 17px;
    -moz-box-shadow: 1px 1px 1px #434343;
    -webkit-box-shadow: 1px 1px 1px #434343;
    box-shadow: 1px 1px 1px #434343;
    margin-left: 25px;
}

span.marquee-message {
    color: #ffffff;
    white-space: nowrap;
    margin: 0px 0 0 0;
    display: inline-block;
    font-size:10px;
}

div.fade-left {
    background: -moz-linear-gradient( left, rgba(0,0,0,1) 12%, rgba(0,0,0,0) 100% );
    background: -webkit-gradient( linear, left top, right top, color-stop(12%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0)) );
    background: -webkit-linear-gradient( left, rgba(0,0,0,1) 12%, rgba(0,0,0,0) 100% );
    background: -o-linear-gradient( left, rgba(0,0,0,1) 12%, rgba(0,0,0,0) 100% );
    background: -ms-linear-gradient( left, rgba(0,0,0,1) 12%, rgba(0,0,0,0) 100% );
    background: linear-gradient( to right, rgb(87 58 16) 12%, rgba(0,0,0,0) 100% );
    position: absolute;
    left: 0;
    height: 17px;
    width: 10%;
}

div.fade-right {
    background: -moz-linear-gradient( right, rgba(0,0,0,1) 12%, rgba(0,0,0,0) 100% );
    background: -webkit-gradient( linear, right top, right top, color-stop(12%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0)) );
    background: -webkit-linear-gradient( right, rgba(0,0,0,1) 12%, rgba(0,0,0,0) 100% );
    background: -o-linear-gradient( right, rgba(0,0,0,1) 12%, rgba(0,0,0,0) 100% );
    background: -ms-linear-gradient( right, rgba(0,0,0,1) 12%, rgba(0,0,0,0) 100% );
    background: linear-gradient( to left, rgb(87 58 16) 12%, rgba(0,0,0,0) 100% );
    position: absolute;
    right: 0;
    height: 14px;
    width: 10%;
}
.banner
{
	padding-left:20px;
    display: flex;
    gap: 20px;
	margin-top:190px;
}
.banner-slides
{
	width:75%;
	border-radius:10px;
	overflow:hidden;
    display: flex;
	flex-wrap:wrap;
}
.BannerCarousel
{
	
}
.BannerCarousel img
{
}
.banner-grids
{
	width:25%;
    display: flex;
	flex-wrap:wrap;
    gap: 20px;
}
.banner-grids a
{
    display: flex;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    align-items: flex-end;
    padding: 15px;
	border-radius:10px;
	overflow:hidden;
	position:relative;
	text-decoration:none;
	z-index:9;
}
.banner-grids a:after
{
	content:" ";
	background:rgba(0,0,0,0.2);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:-8;
}
.banner-grids a:hover:after
{
	background:rgba(0,0,0,0.6);
}
.banner-grids a h3
{
	color:#fff;
	font-weight:700;
	color:#fff;
}
.container
{
    padding-top:85px;
    padding-bottom:85px;
}
.sidebar
{
	width:30%;
}
.sidebar img
{
	margin:15px 0;
}
.content
{
	width:65%;
}
.padding-top-none
{
	padding-top:0;
}
.padding-bottom-none
{
	padding-bottom:0;
}
.container h2
{
    font-size: 28px;
    color: #262626;
    font-weight: 800;
}
.container h3
{
    color: #262626;
    font-size: 20px;
    font-weight: 700;
}
.row
{
	width:100%;
	max-width:1200px;
	margin:auto;
}
.alignmiddle
{
    display: flex;
    align-items: center;
}
a.linkbutton
{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background: #573a10;
    padding: 18px 32px;
    font-weight: 700;
    margin: 15px 0;
    border-radius: 2px;
    position: relative;
    box-shadow: 4px 4px 0px rgba(0,0,0,0.1);
	text-decoration:none;
}
a.linkbutton:hover
{
    background: #fff;
    color: #000;
}
.tabs
{
    text-align: center;
}
.tabs ul
{
    padding: 0;
    margin: 50px -15px 0 -15px;
}
.tabs ul li
{
    float: left;
    width: 25%;
}
.tabs ul li div
{
    padding: 20px;
	border:solid 1px #E6E6E6;
	background:#fff;
	border-radius:10px;
	margin:15px;
}
.tabs ul li:nth-of-type(even) div
{
	border:solid 1px #fff;
	box-shadow:0px 12px 36px rgba(0,0,0,0.2);
}
.tabs ul li div img
{
    height: 50px;
    margin: 15px 0;
}
.tabs ul li div h3
{
    font-size: 18px;
}
.strip
{
	background:#f3eee8 url(../images/bg.jpg) center center no-repeat;
	background-size:cover;
	padding:150px 20px;
	text-align:center;
	margin:0 20px;
	border-radius:10px;
}
.strip h2
{
    font-size: 40px;
}
.photo-gallery
{
	text-align:center;
	padding-top:0;
}
.photo-gallery ul
{
    padding: 0;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.photo-gallery ul li
 {
    float: left;
    list-style: none;
    width: 25%;
    overflow: hidden;
}
.photo-gallery ul li a
{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.photo-gallery ul li a img
{
    width: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.photo-gallery ul li a:hover img
{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.photo-gallery ul li a:before
{
    content: " ";
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-tranistion: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 9;
    opacity: 0;
}
.photo-gallery ul li a:hover:before
{
	opacity:.5
}
.photo-gallery ul li a:after
{
    content: "\f00e";
    color: #000;
    background: #fff;
    font-family: 'FontAwesome';
    font-size: 26px;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
    border-radius: 50%;
    padding: 50px 0 0 0;
    border-radius: 50%;
    text-align: center;
}
.photo-gallery ul li a:hover:after
{
	top:-52px
}
.photo-gallery ul li h3
{
	text-align:center;
	font-size:18px;
}
.range-of-oils
{
	text-align:center; 
}
.range-of-oils article
{
	width:820px;
	margin:auto;
}
.range-of-oils-products
{
	
}
.range-of-oils-products ul
{
	padding:0;
	margin:30px -10px -10px -10px;
	display:flex;
	flex-wrap:wrap;
}
.range-of-oils-products ul li
{
	width:70%;
	display:flex;
	flex-wrap:wrap;
}
.range-of-oils-products ul li:nth-of-type(2)
{
    width: 30%;
}
.range-of-oils-products ul li:nth-of-type(3)
{
    width: 40%;
}
.range-of-oils-products ul li:nth-of-type(4)
{
    width: 30%;
}
.range-of-oils-products ul li:nth-of-type(5)
{
	width:30%;
}
.range-of-oils-products ul li a
{
    width: 100%;
    display: block;
    background: #EAEAEA;
    position: relative;
    padding: 30px;
    z-index: 9;
    margin: 5px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:400px;
	z-index:9;
}
.range-of-oils-products ul li a:after
{
    content: " ";
    background: rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -8;
}
.range-of-oils-products ul li a div
{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
    padding: 30px;
	text-align:left;
}
.range-of-oils-products ul li a img
{
	height:300px
}
.range-of-oils-products ul li a:hover
{
	-webkit-transform:scale(1.02);
	transform:scale(1.02);
}
.range-of-oils-products ul li a h2
{
    font-size: 24px;
    color: #fff;
}
.range-of-oils-products ul li a span
{
    font-size: 15px;
    color: #fff;
    font-weight: 800;
	position:relative;
}
.testimonials
{
	background:#F0F0F0;
    border-radius: 10px;
}
.testimonials .itemcarousel
{
	display:block;
	background:#fff;
	padding:30px;
	position:relative;
	z-index:9;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.testimonials .itemcarousel p
{
	position:relative;
	font-size:15px;
	line-height:24px;
}
.testimonials .itemcarousel p:before
{
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 36px;
    position: absolute;
    left: -40px;
    color: #573a10;
}
.testimonials .itemcarousel h3
{
    font-size: 18px;
	margin:0;
}
.testimonials .itemcarousel:hover
{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.testimonials .itemcarousel:before
{
	content:" ";
	border:solid 2px #262626;
	border-bottom:none;	
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:30%;
	z-index:-8;
	margin:15px;
}
.testimonials .itemcarousel:hover:before
{
	height:75%;
}
.testimonials .owl-next,
.testimonials .owl-prev
{
    display:none;
}
.testimonials .owl-theme .owl-dots .owl-dot.active span,.testimonials .owl-theme .owl-dots .owl-dot:hover span{border:solid 1px #000;background:#000;}
.our-products
{
	text-align:center;
}
.our-products ul
{
	padding:0;
	margin:0 -20px;
    display: flex;
    flex-wrap: wrap;
}
.our-products ul li
{
	width:33.333333%;
	float:left;
}
.our-products ul li .productdet
{
	display:block;
	margin:20px;
	background:#fff;
	padding:10px;
	text-align:left;
	text-decoration:none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.our-products ul li .productdet:hover
{
    box-shadow: 0px 12px 36px rgba(0,0,0,0.1);
}
.our-products ul li .productdet figure
{
    background: #EAEAEA;
	text-align:center;
	/*padding:30px 20px;*/
	padding:5px 5px!important;
	position:relative;
}
.our-products ul li .productdet figure img
{
	/*height:200px;*/
	height: 350px!important;
    width: 100%!important;
}
.our-products ul li .productdet h4
{
    display: inline-block;
    margin: 0 0 0 0;
    background: #262626;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 30px;
}
.our-products ul li .productdet h3
{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.our-products ul li .productdet h5
{
    font-size: 14px;
	font-weight:800;
	color:#000;
}
.our-products ul li .productdet h5 del
{
	opacity:0.5;
}
.our-products ul li .productdet figure article
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-products ul li .productdet .addtocart,
.our-products ul li .productdet .quickview
{
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #fff;
    border: none;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 26px;
    margin: 6px 0px;
    border-radius: 30px;
    box-shadow: 0px 6px 12px rgba(0,0,0,0.2);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	cursor:pointer;
}
.our-products ul li .productdet .addtocart,
.our-products ul li .productdet .wishlist
{
	-webkit-transform:translateX(30px);
	transform:translateX(30px);
	opacity:0;
}
.our-products ul li .productdet .quickview
{
	-webkit-transform:translateX(-30px);
	transform:translateX(-30px);
	opacity:0;
}
.our-products ul li .productdet:hover .addtocart,
.our-products ul li .productdet:hover .quickview,
.our-products ul li .productdet:hover .wishlist
{
	-webkit-transform:translateX(0px);
	transform:translateX(0px);
	opacity:1;
}
.alignmiddle .addtocart
{
	-webkit-transform:translateX(0px) !important;
	transform:translateX(0px) !important;
	opacity:1 !important;
    border: solid 1px #573a10 !important;
    font-size: 14px !important;
    padding: 6px 12px !important;
	margin-left:auto !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	box-shadow:none !important;
}
.alignmiddle:hover .addtocart
{
	-webkit-transform:translateX(0px);
	transform:translateX(0px);
	opacity:1;
}
.our-products ul li .productdet .discount
{
	background:url(../images/discount.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.our-products ul li .productdet .wishlist
{
	background:#fff url(../images/whishlist.svg) center center no-repeat;
    background-size: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    box-shadow: 0px 6px 12px rgba(0,0,0,0.2);
	border-radius:50%;
	border:none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	cursor:pointer;
	z-index:9999;
}
.our-products ul li .productdet .alignmiddle
{
	margin-top:10px;
	margin-bottom:10px;
}
.quantity
{
	display:flex;
    border: 1px solid #CACACA;
	margin-left:auto;
	border-radius:30px;
	width:100px;
}
.value-button
{
    display: inline-block;
    border: none;
    width: 25px;
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 10px;
    font-weight: 100;
    text-align: center;
}
.value-button:hover
{
    cursor: pointer;
}
.quantity input[type=number]
{
    width: 50px;
    border: none;
	text-align:center;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.quantity #decrease:after
{
	font-family: 'FontAwesome';
	content: "\f068";
}
.quantity #increase:after
{
	font-family: 'FontAwesome';
	content: "\f067";
}
.newsletter
{
	background:#F0F0F0 url(../images/emailbg.svg) right center no-repeat;
	background-size:contain;
}
.newsletter .row
{
	width:800px;
	margin:auto;
	text-align:center;
}
.newsletter .row form
{
	position:relative;
	width:50%;
	margin:auto;
}
.newsletter .row input[type=email]
{
    font-family: 'Plus Jakarta Sans', sans-serif;
    border: solid 1px #cec8ae;
    padding: 14px 16px;
    width: 100%;
    border-radius: 30px;
    color: #000;
    font-size: 15px;
}
.newsletter .row button
{
    border-radius: 50%;
    background: #573a10;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    margin: 2px;
    color: #fff;
    font-size: 24px;
	cursor:pointer;
}
.newsletter a.linkbutton
{
	display:flex;
	align-items:center;
	background:#25d366;
	border-radius:30px;
    padding: 12px 32px;
	text-align:center;
    width: 180px;
    margin: auto;
}
.newsletter a.linkbutton i
{
    font-size: 24px;
	margin-right:5px;
}
.ourfac
{
    background: #573a10 url(../images/bgline.png) no-repeat;
	padding:20px 0;
}
.ourfac ul
{
	padding:0;
	margin:0;
}
.ourfac ul li
{
    width: 33.333333%;
    float: left;
    display: flex;
    align-items: center;
}
.ourfac ul li figure
{
	margin-right:10px;
}
.ourfac ul li figure img
{
    height: 50px;
}
.ourfac ul li h3
{
	color:#fff;
    font-size: 20px;
	margin-bottom:5px;
    font-weight: 700;
}
.ourfac ul li p
{
	color:#fff;
    line-height: 22px;
    font-size: 15px;
	margin-top:0;
}
.social-icon-fixed
{
    position: fixed;
    bottom: 100px;
    right: 12px;
    z-index: 999999;
}
.social-icon-fixed a
{
    display: block;
    background: #4267b2;
    color: #fff;
    width: 50px;
    height: 50px;
    margin-bottom: 3px;
    text-align: center;
    padding: 13px 0;
    font-size: 26px;
    border-radius: 50%;
}
.social-icon-fixed a:nth-of-type(2)
{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icon-fixed a:nth-of-type(3)
{
    background: #1da1f2;
}
.footer
{
	background:#fff;
	position:relative;
}
.footer h3
{
    font-size: 18px;
    color: #262626;
    font-weight: 800;
}
.footer article
{
	padding:50px 0;
}
.footer article aside
{
    margin-right:7%;
}
.footer_social_icon{
    margin-right:0px;
}
.footer article aside:nth-of-type(4)
{
    margin-right:0;
}
.footer article aside:last-of-type
{
    margin-right:0;
}
.footer article aside ul
{
    padding:0;
	margin:0;
}
.footer article aside ul li
{
    
}
.footer article aside ul li a
{
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    position: relative;
	text-decoration:none;
}
.footer article aside ul li a:hover
{
    color: #666;
}
.social-icon-footer
{
	
}
.social-icon-footer a
{
    display: block;
    background: #4267b2;
    color: #fff;
    width: 50px;
    height: 50px;
    margin-bottom: 3px;
    text-align: center;
    padding: 13px 0;
    font-size: 26px;
    border-radius: 2px;
	float:left;
	margin-right:5px;
}
.social-icon-footer a:nth-of-type(2)
{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icon-footer a:nth-of-type(3)
{
    background: #1da1f2;
}
.footer p
{
    color: #000;
    font-size: 15px;
	line-height:28px;
    font-weight: 500;
	text-align:left;
}
.footer p strong
{
    color: #7c7c7c;
    font-weight: 800;
	display:block;
}
.social-media
{
	
}
.social-media p
{
	padding:0;
}
.social-media a
{
    display: block;
    float: left;
    margin-right: 8px;
	color:#fff;
	font-size:22px;
}
.social-media a:hover
{
	opacity:0.6;
}
.payment-accepted
{
	border:solid 1px #CCCCCC;
	text-align:center;
	width:600px;
	padding:20px;
	border-radius:10px;
}
.footer-bottom
{
	background:#262626;
	padding:15px 0px;
}
.footer-bottom p
{
    color: #fff;
}
.footer-bottom a
{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration:underline;
}
.footer-bottom a:hover
{
    text-decoration:none;
}
.page-title
{
	margin-top:180px;
	position:relative;
    justify-content: center;
}
.page-title h2
{
    font-size: 26px;
    color: #fff;
    font-weight: 700;
	background:#e7e3e3 url(../images/bgline.png) center center no-repeat;
	margin:0;
}
.page-title h2 span
{
	background:#573a10;
	padding:10px 20px;
	display:inline-block;
	position:relative;
    z-index: 9;
}
.page-title h2 span:after
{
	content:" ";
    background: #573a10;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -35px;
    width: 100px;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -8;
}
.page-title nav
{
    text-align: right;
    padding: 12px;
    position: absolute;
    top: 5px;
    right: 0;
}
.page-title nav ul
{
    padding: 0;
    margin: 0;
}
.page-title nav ul li
{
	display:inline-block;
    color: #262626;
    font-size: 15px;
    font-weight: 400;
    margin-right: 25px;
    position: relative;
}
.page-title nav ul li:first-of-type:before
{
    display:none;
}
.page-title nav ul li:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: 100;
    font-size: 24px;
    top: -4px;
    left: -17px;
    color: #262626;
}
.page-title nav ul li a
{
    display: block;
    color: #573a10;
    font-size: 15px;
    font-weight: 400;
	text-decoration:none;
}
.page-title nav ul li a:hover
{
    text-decoration:underline;
}
.image-with-text
{
	text-align:center;
	margin-top:50px;
}
.image-with-text article
{
    position: relative;
    display: flex;
    align-items: center;
	flex-wrap:wrap;
	margin-top:50px;
}
.image-with-text article:nth-of-type(odd)
{
	flex-direction: row-reverse;
}
.image-with-text article figure
{
    width: 50%;
    position: relative;
    overflow: hidden;
}
.image-with-text article aside
{
    width: 50%;
	text-align:center;
	padding:0 50px;
}
.dealers
{
	
}
.dealers figure
{
	width:48%;
}
.dealers .formfield
{
	width:48%;
}
.contact
{
	
}
.contact fieldset
{
    width: 50%;
}
.formfield
{
	
}
.formfield h2, .formfield p
{
    margin-left: 10px;
}
.formfield p
{
    font-size: 15px;
    font-weight: 600;
}
.formfield input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder
{
	color: #5b5b68;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input::-moz-placeholder,
.formfield textarea::-moz-placeholder
{
	color: #5b5b68;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder
{
	color: #5b5b68;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-moz-placeholder,
.formfield textarea:-moz-placeholder
{
	color: #5b5b68;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight:400;
	font-size:15px;
}
.form-split
{
    width: 50%;
}
.formfield label
{
    padding:10px;
	display:block;
}
.formfield label span
{
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 600;
}
.formfield input[type=text], .formfield input[type=email], .formfield input[type=number], .formfield input[type=tel], .formfield input[type=password]
{
    padding: 16px 20px;
    width: 100%;
    background: #fff;
    border: 1px solid #CACACA;
	border-radius:6px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=text]:hover, .formfield input[type=email]:hover, .formfield input[type=number]:hover, .formfield input[type=tel]:hover, .formfield input[type=password]:hover, .formfield textarea:hover
{
    border: 1px solid #444e50;
}
.custom-select
{position:relative;display:inline-block;width:100%}
.custom-select select
{	
    padding: 16px 20px;
    width: 100%;
    background: #fff;
    border: 1px solid #CACACA;
	border-radius:6px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: 'Plus Jakarta Sans', sans-serif;
	cursor:pointer;-webkit-appearance:none;-moz-appearance:none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.custom-select select:hover
{	
    border: 1px solid #000;
}
.custom-select select::-ms-expand{display:none}
select select:hover, .custom-select select:focus{color:#4d4d4f}
.custom-select:after
{
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50px;
    right: 30px;
    width: 16px;
    height: 16px;
    pointer-events: none;
    font-size: 26px;
    color: #5b5b68;
    line-height: 16px;
}
.formfield textarea
{
    padding: 16px 20px;
    width: 100%;
	height:200px;
    background: #fff;
    border: 1px solid #CACACA;
	border-radius:6px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=submit]
{
	border:none;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #573a10;
    padding: 18px 50px;
    font-weight: 500;
    border-radius: 2px;
    position: relative;
    box-shadow: 4px 4px 0px rgba(0,0,0,0.1);
    font-family: 'Plus Jakarta Sans', sans-serif;
	margin:15px 0 15px 10px;
	cursor:pointer;
}
.formfield input[type=submit]:hover
{
	
}
.contact aside
{
    width: 48%;
}
.contact aside iframe
{
	margin:15px 0;
	border-radius:12px;
}
.contact article
{
	margin-bottom:30px;
}
.contact article ul
{
	padding:0;
	margin:0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.contact article ul li
{
    display: flex;
	width:33.333333%;
	float:left;
}
.contact article ul li div
{
	width:100%;
	background:#fff;
	border: solid 1px #000;
	box-shadow: 6px 12px 16px rgba(0,0,0,0.2);
	border-radius: 12px;
	margin:15px;
	padding:5px 20px;
}
.contact article ul li p
{
	font-size:15px;
    line-height: 28px;
    font-weight: 500;
    position: relative;
    padding-left: 40px;
}
.contact article ul li p strong
{
	display:block;
	opacity:0.7;
}
.contact article ul li p i
{
    position: absolute;
    top: 5px;
    left: 0;
    width: 25px;
    height: 25px;
}
  .manufacture_unit{
      font-weight:bold!important;
      font-size:12px!important;
  }
.map
{
    width: 65%;
}
.map iframe
{
    height:100%;
}
.login
{
	
}
.login .formfield label span
{
	display:flex;
}
.login .formfield label span a
{
	margin-left:auto;
}
.login fieldset
{
	width:600px;
	margin:auto;
}
.shopnav
{
	margin-bottom:30px;
}
.shopnav a
{
	display:inline-block;
	text-decoration:none;
	border:solid 1px #573a10;
	color:#000;
	font-size:14px;
	font-weight:600;
	padding:6px 8px;
	border-radius:2px;
	margin-right:10px;
}
.shopnav a:hover, .shopnav a.active
{
	background:#573a10;
	color:#fff;
}
.modal
{
    position: fixed;
    z-index: 9999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
	display:none;
}
.modal-content
{
    background-color: #fff;
	border-radius:12px;
	border:solid 1px #fff;
    margin: auto;
    padding:30px;
    width: 75%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.quick-shop-image
{
	width:40%;
	float:left;
    background: #EAEAEA;
    text-align: center;
    padding: 5px 5px;
	border-radius:12px;
}
.quick-shop-image img
{
	height:auto!important;
}
.quick-shop-content
{
	width:60%;
	padding-left:30px;
	float:right;
}
.quick-shop-content h2, .products-details h2
{
    font-size: 22px;
    line-height: 30px;
    color: #262626;
    color: #262626;
    font-weight: 800;
}
.quick-shop-content .quantity, .products-details .quantity
{
	margin-right:auto;
	margin-left:10px !important
}
.quick-shop-content .alignmiddle, .products-details .alignmiddle
{
	margin-top:15px;
}
.checkbox-custom,.radio-custom{opacity:0;position:absolute}.checkbox-custom,.checkbox-custom-label,.radio-custom,.radio-custom-label
{
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    color: #3b3b3b;
    font-weight: 500;
	text-align:center;
}
.checkbox-custom-label,.radio-custom-label
{
    position: relative;
    display: block;
    padding: 5px 10px;
	margin-right:15px;
}
.checkbox-custom-label h4
{
	margin:0;
	border-bottom:dashed 1px #E0E0E0
}
.checkbox-custom-label strong,.radio-custom-label strong{
    color: #000;
    font-weight: 800;
}
.checkbox-custom-label strong del,.radio-custom-label strong del
{
	opacity:0.5;
}
.checkbox-custom + .checkbox-custom-label:before,.radio-custom + .radio-custom-label:before
{
    content: '';
    border: 2px solid #CCCCCC;
    background: none;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
    outline: 0;
    font-weight: 400;
    font-size: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.checkbox-custom:checked + .checkbox-custom-label:before
{content:" ";font-family:'FontAwesome';border: 2px dashed #573a10;outline:0}
.radio-custom + .radio-custom-label:before{}
.radio-custom:checked + .radio-custom-label:before{content:"\f00c";font-family:'FontAwesome';border:2px solid #851422;color:#fff}
.checkbox-custom:focus + .checkbox-custom-label,.radio-custom:focus + .radio-custom-label{outline:0}
.checkbox-custom-label:after,.radio-custom-label:after{display:none}
.close
{
    color: #aaaaaa;
    font-size: 50px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    font-weight: 100;
    position: absolute;
    top: 10px;
    right: 10px;
}
.close:hover,
.close:focus
{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.price
{
    font-size: 22px;
    line-height: 20px;
    color: #666666;
    font-weight: 800;
    margin-right: 15px;
}
.price strong
{
    color: #000;
}
a.addtocart
{
    border: solid 1px #573a10;
    border-radius: 30px;
    display: block;
    padding: 12px 26px;
    text-decoration: none;
    font-size: 15px;
}
a.addtocart:hover
{
    border: solid 1px #000;
}
.products
{
	
}
.products-image
{
	width:48%;
    background: #fff;
	border:solid 1px #000;
    text-align: center;
    padding: 30px 20px;
    border-radius: 12px;
}
.products-image img
{
    height: 350px;
}
.products-details
{
	width:48%;
}
.products-details h2
{
	margin-top:0;
}
.applycoupon
{
	width:420px;
	margin-top:15px;
	position:relative;
}
.applycoupon .formfield input[type=submit]
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 17px 22px;
    border-radius: 0 2px 2px 0;
}
.cartpage
{
	
}
.cart-list
{
	width:65%;
}
.cart-list article
{
    background: #fff;
    border: solid 1px #000;
    box-shadow: 6px 12px 16px rgba(0,0,0,0.2);
	padding:20px;
    border-radius: 12px;
	display:flex;
    align-items: flex-start;
	position:relative;
	margin-bottom:20px;
}
.cart-list article figure
{
	width:100px;
    background: #EAEAEA;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
}
.cart-list article figure img
{
	height:75px;
}
.cart-list article h3
{
	padding:0 20px;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
}
.cart-list article h3:first-of-type
{
	width:300px;
}
.cart-list article h3 small
{
	display:block;
    line-height: 20px;
    font-size: 14px;
	font-weight:400;
}
.cart-list article h3 strong
{
	display:block;
    font-size: 18px;
    color: #000;
	margin-top:5px;
}
.cart-list article .cartqty
{
	
}
.cart-list article .cartqty h3
{
	width:auto;
    padding: 0;
}
.cart-list article .cartqty .quantity
{
    margin-right: auto;
	margin-left:0;
}
.closecart
{
    background: none;
    color: #573a10;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 800;
    position: absolute;
	bottom:20px;
    right: 20px;
    cursor: pointer;
}
.closecart:hover
{
    color: #262626;
}
.cartbuttons
{
	text-align:right;
}
.cartbuttons button
{
    border: solid 1px #573a10;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background: #573a10;
    padding: 16px 30px;
    font-weight: 600;
    border-radius: 2px;
    position: relative;
    box-shadow: 4px 4px 0px rgba(0,0,0,0.1);
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-decoration: none;
    cursor: pointer;
	margin-left:10px;
}
.cartbuttons button:first-of-type
{
    border: solid 1px #573a10;
    color: #573a10;
    background:#fff;
}
.cart-totals
{
	width:32%;
}
.cart-totals article
{
    background: #fff;
    border: solid 1px #E4E4E4;
    padding:5px 20px;
    border-radius: 12px;
}
.cart-totals article h3
{
    font-size: 16px;
	display:flex;
    border-top: solid 1px #E4E4E4;
	margin:0;
	padding:15px 0;
}
.cart-totals article h3:first-of-type
{
    border-top: none;
}
.cart-totals article h3 span, .orderslist p span
{
	margin-left:auto;
	color:#573a10;
    font-size: 20px;
    font-weight: 800;
}
.cart-totals article h3 small, .orderslist p
{
	margin-left:auto;
    font-size: 14px;
	color:#000;
}
.cart-totals article .cartbuttons button
{
    display: block;
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
}
.checkout
{
	
}
.checkoutform
{
    width: 65%;
}
.checkoutform .formfield
{
    margin:0 -10px;
}
.checkoutform .formfield textarea
{
    height: 100px;
}
.orderslist
{
	
}
.orderslist p
{
	display:flex;
    line-height: 20px;
    justify-content: space-between;
}
.orderslist p span
{
    color: #000;
    font-size: 16px;
	margin-left:20px;
    width: 190px;
    text-align: right;
}
/* .orderslist p span
{
    color: #000;
    font-size: 16px;
	margin-left:20px;
} */
.deliveryaddress
{
	
}
.deliveryaddress h3
{
	margin-bottom:5px;
}
.deliveryaddress .checkbox-custom-label
{
	border:none;
	padding:15px;
    float: none;
    margin-right: 0;
    width: 100%;
    text-align: left;
	margin-bottom:15px;
	z-index:9;
}
.checkbox-custom + .checkbox-custom-label:before
{
    border: none;
    background: #F0F0F0;
	z-index:-8;
	border-radius:8px;
}
.deliveryaddress .checkbox-custom-label p
{
    line-height: 22px;
    font-size: 14px;
	margin:0;
}
.faq
{
	
}
.faq .row
{
	width:800px;
	margin:auto;
}
.accordion
{
    border: solid 1px #CCC;
	background:#fff;
    color: #000;
    cursor: pointer;
    padding: 15px 15px;
    width: 100%;
    border-bottom: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-family: 'Plus Jakarta Sans', sans-serif;
    position: relative;
    font-weight: 800;
	margin-top:15px;
	border-radius:12px 12px 0 0;
}
.accordion .active, .accordion:hover
{
  
}
.accordion:before
{
    content: " ";
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    background: #000;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 2px;
}
.accordion:after
{
    content: " ";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #000;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 2px;
}
.accordion .active:after
{
  
}
.accordion.active:before
{
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
.panel
{
  padding: 0px 15px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  background:#fff;
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
	border-radius: 0 0 12px 12px ;
}
.postlist
{
	
}
.postlist ul
{
	padding:0;
	margin:0 -20px;
	display:flex;
	flex-wrap:wrap;
}
.postlist ul li
{
	float:left;
	width:33.333333%;
	display:flex;
}
.postlist ul li a
{
    display: flex;
    margin: 20px;
    box-shadow: 0px 0px 36px rgb(200 200 200 / 40%);
    border-radius: 12px;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
	background:#fff;
	text-decoration:none;
}
.postlist ul li a:hover
{
    transform:scale(1.02);
    box-shadow: 0px 0px 36px rgb(200 200 200 / 60%);
}
.postlist ul li a figure
{
    border-radius: 11px 11px 0 0;
	overflow:hidden;
	width:100%;
}
.postlist ul li a figure img
{
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.postlist ul li a article
{
    padding:5px 20px 20px 20px;
	width:100%;
}
.postlist ul li a h2
{
    color: #000;
    line-height: 26px;
    font-size: 22px;
}
.blogdetails
{
	
}
.blogdetails .row
{
    width: 100%;
    max-width: 920px;
    margin: auto;
}
.blogdetails .row figure
{
    text-align: center;
    margin: 30px 0px;
}
.blogdetails .row figure img
{
    width: 100%;
    max-width: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}
.next-prev-buttons
{
	text-align:center
}
.next-prev-buttons a.linkbutton
{
    padding: 12px 20px;
    width: 120px;
    text-align: center;
    margin: 15px 15px 0 15px;
}
.next-prev-buttons a.linkbutton:after
{
    content: "\f104";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 100;
    font-size: 20px;
}
.next-prev-buttons a.linkbutton:nth-of-type(2):after
{
    content: "\f105";
    left: auto;
    right: 15px;
}
.successorder
{
	text-align:center;
}
.successorder h1
{
	color:#573a10;
    font-weight: 800;	
	text-shadow: 4px 4px 0px rgba(0,0,0,0.1);
    font-size: 40px;
}
.successorder img
{
	width:100px;
}
.formobile
{
	display:none;
}
/* Validation */
.formfield label .error
{
    color: red;
    font-size: 14px;
}
.formfield input[type=text].error,
.formfield input[type=email].error, 
.formfield input[type=number].error, 
.formfield input[type=tel].error, 
.formfield input[type=password].error{
    border: 1px solid red !important;
}
.formfield textarea.error {
    border: 1px solid red !important;
}


/* profile Pages */
.dashboard-nav {
    box-shadow: 0px -2px 12px rgba(160, 160, 160, 0.4);
    margin: 15px 0;
    border-radius: 6px 20px 0px 20px;
    border-left: solid 6px #573a10;
    overflow: hidden;
    /* border-top: solid 6px #573a10; */
}
.dashboard-nav .profile {
    padding: 15px;
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.dashboard-nav .profile figure {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
}
.dashboard-nav .profile figure img {
    margin: 0;
}
.dashboard-nav .profile h3 {
    color: #000;
    margin: 0 0 0 10px;
    font-weight: 700;
    line-height: 35px;
    font-size: 22px;
    border: none;
    padding: 0px;
    text-transform: capitalize;
}
.dashboard-nav .profile h3 small {
    display: block;
    font-size: 15px;
    opacity: 0.6;
    font-weight: 500;
}
.dashboard-nav h4 i {
    color: #000;
    font-size: 22px;
    position: absolute;
    left: 20px;
    /* top: 23px;  */
}
.dashboard-nav h4 {
    border-top: solid 1px #cfd1d0;
    border-bottom: solid 1px #cfd1d0;
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 16px 16px 16px 50px;
    position: relative;
}
.dashboard-nav a {
    display: block;
    color: #000;
    text-decoration: unset;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 20px 12px 30px;
    font-weight: 700;
}
.dashboard-nav a i{
    margin-right: 15px;
    font-size: 21px;
}
.flexsection{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flexsection i{
    font-size: 25px;
}
table, td, th {
  border: 1px solid #ddd;
  text-align: center;
  padding:10px;
}
table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 85%;
  margin: 0 auto;
  position: relative;
}
tr{
    height: 48px;
}
tr:hover {
    background-color: #5b3c0012;
    cursor: pointer;
}
td{
    vertical-align: middle;
}
th {
    font-weight: bold;
    background-color: #73521a;
    color: #fff;
    border: 1px solid #ddd;
    vertical-align: middle;
}

tr:nth-child(odd){background-color: #5b3c003b}

.view-order{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background: #573a10;
    padding: 18px 32px;
    font-weight: 700;
    margin: 15px 0;
    border-radius: 2px;
    position: relative;
    box-shadow: 4px 4px 0px rgba(0,0,0,0.1);
    text-decoration: none;
}
.quick-shop-image1 {
    width: 25%;
    float: left;
    text-align: center;
    padding: 10px 20px;
    border-radius: 12px;
    border: 1px solid #ccc;
}
.quick-shop-image1 div p {
    margin-bottom:0;
}
.quick-shop-image1 div h4 {
    font-weight:bold;
}
.quick-shop-content1 {
    width: 25%;
    padding-left: 30px;
     text-align: center;
    float: right;
    padding: 10px 20px;
    border-radius: 12px;
    border: 1px solid #ccc;
    margin-right: 35px;
}
.quick-shop-content1 div p{
    margin-bottom:0;
}
.quick-shop-content1 div h4 {
    font-weight:bold;
}
.quick-shop-content2 {
    width: 25%;
    padding-left: 30px;
     text-align: center;
    float: right;
    padding: 10px 20px;
    border-radius: 12px;
    border: 1px solid #ccc;
    margin-right: 90px;
}
.quick-shop-content2 div p{
    margin-bottom:0;
}
.quick-shop-content2 div h4 {
    font-weight:bold;
}
.invoice_bill{
    padding-left:5px;
}
.order_view{
    width: 100%;
    margin-top: 12%;
    border: none;
    border-radius: 0px;
}
.order_view tr:nth-child(odd) {
    background-color: #fff;
}
.order_view td,tr,th{
    border: none;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.order_view th{
    font-weight: bold;
    background-color: #000;
    color: #fff;
    vertical-align: middle;
}
.delivery_amount{
       width: 25%;
    float: right;
}
.price_name{
    float:left;
}
.price_name p{
    font-weight: bold;
}
.price_amount{
    float:right;
    padding-left: 30px;
}
.close_button{
    padding: 10px 40px 10px 40px;
    background: #453110;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.details{
    text-align: center;
}
.checkout-address-div {
    border: solid 2px #ff6f6163;
    padding: 20px;
    width: 100%;
    margin-top: 10px;
    border-radius: 10px;
}
.checkbox-custom, .checkbox-custom-label {
    cursor: pointer;
    font-size: 17px;
    line-height: 30px;
    color: #3b3b3b;
    font-weight: 500;
  }
  .checkbox-custom {
    opacity: 0;
    position: absolute;
  }
.checkbox-custom-label {
    position: relative;
    text-align: left;
  }
  .checkbox-custom-label strong {
    color: #000;
    font-weight: 800;
  }
  .checkbox-custom+.checkbox-custom-label:before {
    content: '';
    border: 2px solid #3b3b3b;
    box-shadow: 0 0 0 3px #fff inset;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 5px;
    text-align: center;
    outline: 0;
    font-weight: 400;
    font-size: 15px;
  }
  .checkbox-custom:checked+.checkbox-custom-label:before {
    content: " ";
    font-family: 'FontAwesome';
    background: #ff6f61;
    color: #fff;
    outline: 0
  }
  .checkbox-custom-label:after {
      display: none
  }
  
  .shoponline a img:hover{    animation: clickEffect .3s ease forwards;
    transform: scale(1.1);}

.guest-modal {
    background-color: #fff;
    border-radius: 12px;
    border: solid 1px #fff;
    margin: auto;
    padding: 30px;
    width: 30%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
a.modelbutton {
    display: inline-block;
    font-size: 15px;
    width: 40%;
    color: #fff;
    background: #573a10;
    padding: 18px 25px;
    font-weight: 700;
    margin: 15px 0;
    border-radius: 2px;
    position: relative;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
.textcenter{text-align:center;padding-top: 15px;}

#dynamicTable tr select,#dynamicTable tr input[type=text]{ 
    padding: 6px 10px;
    width: 100%;
    background: #fff;
    border: 1px solid #CACACA;
    border-radius: 6px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#dynamicTable{width: 100%;}
#dynamicTable tr:nth-child(odd) {
    background-color: #fff;
}
#dynamicTable tr th, #dynamicTable tr td {
    font-size: 13px;
}
.textright{
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.adbtn{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #573a10;
    padding: 10px 15px;
    font-weight: 500;
    border-radius: 2px;
    position: relative;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin: 15px 0 15px 10px;
    cursor: pointer;
}
.adbtn i{font-size: 18px;}
.removeRow{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #573a10;
    padding: 6px 10px;
    font-weight: 500;
    border-radius: 2px;
    position: relative;
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin: 15px 0 15px 10px;
    cursor: pointer;}
.cartbtn{
        display: inline-block;
        font-size: 11px;
        color: #fff;
        background: #573a10;
        padding: 8px 8px;
        font-weight: 500;
        border-radius: 2px;
        position: relative;
        font-family: 'Plus Jakarta Sans', sans-serif;
        margin: 15px 0 15px 10px;
        cursor: pointer;
}
.footbtn td{
    padding:0;font-size: 13px;
}
.resignup{
    font-size: 15px;
    color: #fff;
    background: #573a10;
    padding: 6px 20px;
    font-weight: 700;
    border-radius: 2px;
    position: relative;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    width: 40%;
    cursor: pointer;
}
.centeralign{padding: 20px;text-align: center;}
.centeralign img{width: 150px;}
.centeralign p{font-size: 18px;font-weight: 600;color: #573a0f;}
.addtocartbtn{
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #fff;
    cursor: pointer;
    border-radius: 30px;
    transform: translateX(0px) !important;
    opacity: 1 !important;
    border: solid 2px #573a10 !important;
    font-size: 16px !important;
    padding: 12px 25px !important;
    margin-left: inherit !important;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
}
.sameWhatsApp{margin: 10px;}
.sameWhatsApp label{display: flex;align-items: center;padding: 0;}
.sameWhatsApp label span{margin: 0 10px;font-weight: 500;}
.whatsappText{color:red;text-decoration: unset;}