* {
  padding:0;
  margin:0;
  box-sizing:border-box;
}


html {
	overflow-y: scroll;
	height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

button, input, select, textarea, label {
	/*Probably Helvetica for Linux/Mac Systems And Arial for Windows PC*/
	color: #606060;
}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after, q:before, q:after { /* Safari Reset as Safari does not recognise quotes property */
	content: '';
	content: none;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

ins {
	color: #000;
	text-decoration: none;
}

mark {
	color: #000;
	font-style: italic;
	font-weight: bold;
}

p {
	margin: 0;
	line-height: 28px;
	font-size: 16px;
	color: #3b3838;
	padding: 5px 0;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	transition: 1s;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

a:hover {color:0fe761;}

a:hover, a:active {
	outline: 0;
	text-decoration: none;
}

a img {border: 0 none;}

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

del {
	text-decoration: line-through;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

.clickable, input[type=button], input[type=submit], button {
	cursor: pointer; /* hand cursor on clickable elements */
}

button, input, select, textarea {
	transition: 1s;
	margin: 0; /* Webkit browsers add a 2px margin outside the chrome of form elements */
}

::placeholder {color:#3b3939;}

button { /* make buttons play nice in IE */
	width: auto;
	overflow: visible;
}

table {
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: bold;
	vertical-align: bottom;
}

td {font-weight: normal;}

td, td img {vertical-align: top;}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {clear: both;}

.clearfix {zoom: 1;}

dd {margin: 0 0 0 40px;}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content ul, .content ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}

nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color:#382e2e;	
}

h1 {
	font-size: 38px;
	font-weight: 700;
	text-transform: uppercase;
}
	
h2 {
	font-size: 33px;
    font-weight: 500;
}

h3 {font-size: 24px;}

h4 {
	font-size: 22px;
	font-weight: 500;
}

h5 {
	font-size: 18px;
	font-weight: 500;
}

h6 {
	font-size: 16px;
	font-weight: 500;
}


.main {
	float: left;
	width: 100%;
	height: auto;
    position: relative;
}

.main-img {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
	margin: 0 auto;
	width: 1170px;
}

.header{
	width:100%;
	float:left;
	position: relative;
	background-color: #49730A;
}

.socail-menu{
	width:auto;
	float:left;
}

.header ul li{
	display: inline-block;
    padding: 10px 5px;
}

.header ul li a{
	color:#fff;
	font-size:14px;
}

.header .login {
	width:auto;
	float:right;
}

.login ul li a{
	font-size:11px;
}

.navigation{
	width:100%;
	float:left;
	padding: 10px 0;
	position: relative;
}
.home .flexslider {
   /* border-bottom: 3px solid #1e8b47;
    border-top: 3px solid #1e8b47;*/
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.navigation .container {
    display: flex;
    align-items: center;
}

.logo-img {
    width: auto;
	float: left;
}

.logo-img img {
    max-width: 100%;
    height: auto;
}

/*.nav-bar {
	width:auto;
	float:left;
	margin: 15px 50px;
}*/

.navigation .nav-bar {
    margin: 0 0 0 50px;
}

.navigation ul li{
	display: inline-block;
	padding: 20px 14px;
	color:#323232;
	position:relative;
}
.navigation ul li:before {
    content: '';
    position: absolute;
    bottom: 10px;
    width: 30px;
    height: 3px;
    background-color: #EF0F1C;
    right: 0;
    margin: 0 auto;
    left: 0;
	opacity:0;
}
.navigation ul li:hover:before {
	opacity:1;
}
.navigation ul li.current-menu-item:before  {
	opacity:1;
}
.navigation ul li a{
	color:#323232;
	font-size:18px;
	text-transform: capitalize;
}

.navigation ul li a:hover{
	color:#EF0F1C;
}

.current-menu-item a{
	color: #EF0F1C  !important;
}

.top-right-bar {
    width: auto;
    float: right;
	margin-left: auto;
}
.top-right-bar ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.top-right-bar  ul li{
	padding: 0;
}
.top-right-bar  ul li:not(:first-child) {
	margin-left:10px;
}

.top-right-bar  ul li a{
	color:#323232;
	font-size:25px;
}

.top-right-bar span {
    color: #fff;
    font-size: 10px;
    background-color: #6D9B14;
    padding: 4px 0px;
    border-radius: 100%;
    display: inline-block;
    width: 20px;
    height: 20px;
    float: right;
    top: -3px;
    position: relative;
    left: -3px;
    text-align: center;
}
.top-right-bar ul li a .amount bdi {
    display: flex;
    align-items: center;
}
.top-right-bar ul li a .amount bdi span {
    position: static;
    width: auto;
    height: auto;
	margin-right:3px;
}

.top-right-bar ul li .search-button {
    position: relative;
}
.top-right-bar ul li .search-button .lupa {
    position: absolute;
    top: 9px;
    right: 9px;
}
.top-right-bar ul li .search-button .lupa .fa-search {
    position: static;
}
.top-right-bar ul li .search-button form #search {
    position: static;
    width: 100%;
    height: 40px;
    padding: 10px 35px 10px 10px;
    border: 1px solid #ccc;
}
.top-right-bar ul li .search-button:hover form #search,
.top-right-bar ul li .search-button form #search:focus {
    background-color:transparent;
}

.banner{
	width: 100%;
    float: left;
	height: 700px;
    position: relative;
	text-align:center;
}

.banner-img {
	width: 100%;
	height: 100%;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: brightness(0.6);
}

.banner-text {
    width: 100%;
    float: left;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.banner-text h1{
	color:#fff;
	line-height:46px;
}

.banner-text p{
	width: 50%;
	color: #fff;
	margin: 0 auto;
	padding: 20px 0 55px;
}

.shop-now{
	width: auto;
	color: #fff;
	font-size: 24px;
	padding: 13px 22px;
	transition:1s;
	border: 1px solid #fff;
	background-color: rgba(38, 133, 70, 0.84);
}

.shop-now:hover{
	background-color: #1dc255f2;
}

.medi-store{
	width: 100%;
	float: left;
	padding: 80px 0;
	position: relative;
}

.medi-store-cont {
    width: 100%;
    float: left;
    position: relative;
	display:none;
}

.medi-store-left {
    width: 50%;
    float: left;
    position: relative;
}

.medi-store-right{
	width: 49%;
	float: right;
}

.medi-img {
    width: 100%;
    float: left;
}

.medi-img img {
    max-width: 100%;
    height: auto;
}

.medi-img1 {
    width: 50%;
    float: left;
    padding: 0 0 20px;
        position: relative;
}

.medi-img1 img {
    max-width: 100%;
    height: auto;
    padding: 0 9px 0 0;
}

.medi-store .shop-now {
    width: auto;
    float: left;
    color: #fff;
    font-size: 17px;
    padding: 13px 25px;
    border: 1px solid #fff;
    background-color: #268546;
    display: inline-block;
    margin-top: -70px;
    margin-left: 20px;
    position: relative;
	z-index: 1;
}

.medi-store .shop-now:hover{
	transition:1s;
	background-color: #1dc255f2;
}

.online-store {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
        margin-top: 90px;
}
.medi-store-right.store-middle {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
}
.medi-store-right.store-middle .shop-now {
        margin-top: -86px;
    margin-left: 20px;
    position: relative;
}
.online-store-cont{
	width: 100%;
    float: left;
}

.online-store-cont h2 {
    padding-bottom: 20px;
}

.online-store-cont p{
    padding: 0 60px;
}
.medi-img1.col-right a {
    margin-left: 40px;
}

.online-seller{
	width: 100%;
    float: left;
	padding: 60px 0;
	position:relative;
	display: none;
}

.seller-cont{
	width: 100%;
    float: left;
}

.seller-cont ul li:first-child {
    padding-left: 0;
}

.seller-cont ul li {
    display: inline-block;
    padding: 0 22px;
	cursor: pointer;
}

.seller-cont ul li a{
	font-size: 22px;
	color: #000;
}


.seller-cont ul li a:hover {
     color: #1e8b47;
}

.seller-cont span h4{
	border-bottom: 1px solid #1e8b47;
}

.seller-box{
	width: 25%;
    float: left;
	padding:50px 5px 0px 5px;
}

.seller-img img {
    max-width: 100%;
    /* height: auto; */
	height: 271px;
    object-fit: cover;
}

.seller-price{
	width: 100%;
    float: left;
	padding: 5px 15px;
}

.seller-price p {
	font-size:15px;
	color: #1e8b47;
	line-height:26px;
	font-weight: 500;
	padding: 8px 0 18px;
}

.seller-price h6{
	line-height:30px;
}

.seller-price ul {
    width: auto;
    float: left;
}

.seller-price ul li {
	display:inline-block;
	padding: 0 24px 0 0;
}

.seller-price ul li a{
	font-size: 15px;
}

.seller-price ul li a span{
	color: #a0a5a2;
	text-decoration: line-through;
}

.seller-img {
    width: 100%;
    float: left;
	position: relative;
    opacity: 1;
    display: block;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.view-icon {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.view-icon ul li {
    display: inline-block;
    padding: 0 10px;
}

.view-icon ul li i {
    position: relative;
    left: 0;
    color: #2b8234;
    width: 37px;
    height: 37px;
    padding: 6px 0;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
}

.view-icon ul li i:hover {
	color:#fff;
    transition:1s;
	background-color: #2b8234;
}

.seller-img:hover .seller-img  img{
  opacity: 0.75;
}

.seller-img:hover .view-icon {
  opacity: 1;
}

.rate-icon{
	width:auto;
	float: right;
}

.rate-icon ul li {
	display: inline-block;
	padding: 0;
}

.rate-icon ul li i{
	font-size: 18px;
	color: #f9b7b7;
}

.medi-collection{
	width: 100%;
	float: left;
	position: relative;
	padding-bottom: 30px;
	display: none;
}

.medi-collection-box{
	width: 32.33%;
	float: left;
	padding: 20px 0;
    margin: 0 18px 0 0;	
	background-color: #f6f6f6;
}

.medi-collection-box:last-child {
    margin: 0;
}

.sub-title {
    width: 53%;
    float: left;
	padding: 0 20px;
}

.sub-title h4 {
    font-weight: 700;
	line-height: 38px;
}

.coll-img img {
    max-width: 100%;
    height: auto;
}


.sub-title .shop_now {
    color: #000;
    font-size: 16px;
    padding: 25px 0;
    display: inline-block;
	text-decoration: underline;
}

.sub-title .shop_now:hover{
	transition:1s;
    color: #1dc255f2;
}

.shiping{
	width: 100%;
    float: left;
	/* padding-bottom: 60px; */
	text-align:center;
	position: relative;
	display: none;
}

.shiping-box{
	width: 32.33%;
    float: left;
	padding: 8px 8px;
	margin: 0 11px 0 0;
	border: 1px solid #dddddd;
}

.shiping-box p {
	display: flex;
	font-weight: 100;
    padding: 15px 0;
    border: 1px solid #dddddd;
}

.shiping-box i {
	color:#ff7a5f;
    font-size: 25px;
    margin: 0px 34px;
}

.footer{
	width: 100%;
    float: left;
	padding: 40px 0;
	position: relative;
	background-color:#4e4e4e;
}

.footer-box{
	width:25%;
	float:left;
	padding: 0 10px;
}

.footer-logo {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.footer-logo img {
    max-width: 100%;
    height: auto;
}

.footer-box h5{
	color: #fff;
	padding: 30px 0;
}

.footer-box p{
	font-size: 15px;
	color: #fff;
	padding: 10px 0;
	display: flex;
}

.footer-box p i {
    margin: 2px 16px 0 0;
    font-size: 24px;
}

.footer-box ul li{
	display:inline-block;
}

.footer-box ul li i{
	font-size: 16px;
	color: #fff;
	padding: 0 5px;
}

.footer-list ul li{
	display:block;
	padding:0 0;
}

.footer-list ul li a{
	font-size: 15px;
	color: #fff;
	line-height:36px;
	text-transform: capitalize;
}

.footer-box img{
	max-width:100%;
	height:auto;
}

.footer .form-text {
    width: 100%;
    float: left;
    padding: 0 0 30px;
}

.footer-box .form-text input{
    width: 58%;
    float: left;
    height: 50px;
    padding: 0 5px;
    border: none;
}

.footer-btn {
    font-size: 14px;
    padding: 16px 12px !important;
    color: #fff;
    background-color: #f20505;
    width: 114px !important;
	font-weight:500;
}

/**** about-page ****/


.banner.inner-banner {
    width: 100%;
    float: left;
    height: 270px;
}
.banner.inner-banner .banner-img {
    /*background-image:none !important;*/
    background-color: #49730A;
}
.banner.inner-banner .banner-img:before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background-color: #565656c2;
    left: 0;
}
.about{
	width: 100%;
    float: left;
	padding-top: 60px;
}

.about-cont {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.about-left{
	width: 48%;
    float: left;
}

.about-right{
	width: 48%;
    float: right;
}

.about-img{
	width: 100%;
    float: left;
}

.about-img img{
	max-width: 100%;
    height: auto;
}

.about-cont h2 {
    padding: 0 0 20px;
}

.about-cont p {
    padding: 0 0 20px;
}

.read-more {
    width: auto;
    float: left;
    color: #fff;
    font-size: 17px;
    padding: 13px 25px;
    border: none;
    margin-top: 17px;
	background-color: #268546;
}

.read-more:hover{
	transition: 1s;
	background-color: #1dc255f2;
}

.about-banner {
    width: 100%;
    float: left;
    padding: 60px 0;
}

.about h1 {
    text-align:center;
}

.medi-img-1 {
    padding: 0 0 25px;
}

/**** about-page-end ****/
/**** recommended-page ****/

.recommended {
    width: 100%;
    float: left;
    padding: 60px 0;
    border-top: 4px solid #1e8b47;
}

.recommended-left{
	width:48%;
	float:left;
}

.recommended-right{
	width:48%;
	float:right;
}

.recommended ul li{
	display: inline-block;
	padding: 15px 15px;
}

.recommended-right h3 {
    font-size: 23px;
    font-weight: 500;
    padding-bottom: 15px;
}

.recommended-right ul li {
    display: inline-block;
	padding: 25px 25px 25px 0;
}

.recommended-right ul li a{
    color: #000;
}

.recommended-right ul li img {
    margin-right: 15px;
    vertical-align: top;
}

.recommended-right ul li i {
    margin-right: 15px;
}

.recommended p span {
    margin-left: 63px;
	padding-bottom: 15px;
    display: inline-block;
}

.recommended .form-detail{
	width: auto;
	height:25px;
    float: left;
	margin: 5px 0;
	border-radius: 4px;
    border: 1px solid #ccc;
}

.recommended .form p {
    width: auto;
    float: left;
    color: #808281;
	padding-right: 40px;
}

.recommended .lessthan_btn {
    font-size: 19px;
    padding: 0 12px;
    color: #909090;
    background-color: #cccccc;
}

.recommended .morethan_btn {
    font-size: 19px;
    padding: 0 12px;
    color: #909090;
    background-color: #cccccc;
}

.recommended .form-detail input[type="text"] {
    width: 30px;
    font-size: 16px;
    border: none;
    text-align: center;
}

.cont-btn{
	width: 100%;
	float: left;
	padding: 30px 0;
}

.cont-btn a{
    width: 170px;
	float: left;
    color: #fff;
    font-size: 16px;
    padding: 13px 0;
    text-align: center;
	margin: 0 5px;
	transition: 1s;
	border-radius:5px;
    background-color: #0d7537;
}

.cont-btn i{
	margin-right:12px;
}

.cont-btn a:hover{
	color:#fff;
	background-color:#1dc255f2;
}

.recommended .payment {
    width: 100%;
    float: left;
	padding: 40px 0;
}

.recommended .payment p{
    width: auto;
    float: left;
    color: #808281;
	padding: 10px 40px 0 0;
}

.recommended .payment ul li{
    display: inline-block;
    padding:  0;
}

.recommended .payment ul li img{
    margin-right: 5px; 
}

.product-description{
	width: 100%;
    float: left;
}

.product-description ul{
	width: 100%;
    float: left;
	margin-bottom: 20px;
	background-color: #f5f5f5;
}

.product-description ul li{
	display: inline-block;
	padding: 20px 0;
	margin-right: 25px;
}

.product-description  ul li a{
    color: #323433;
	font-size:16px;
	padding: 20px 15px;
}

.product-description  ul li a:hover {
	color: #fff;
	transition:1s;
    background-color: #4CAF50;
}

.description-cont p{
	padding: 30px 20px;
	border:1px solid #ccc;
}

.online-seller h3 {
    font-size: 23px;
	line-height: 40px;
    font-weight: 500;
    border-bottom: 2px solid #1e8b47;
}

/**** recommended-page-end ****/

/**** contact-page ****/

.contact-detail{
	width:100%;
	float:left;
	padding: 60px 0px;
	text-align:center;
}

.contact-info-left{
	width: 50%;
    display: inline-block;
    padding: 25px;
    background-color: #f5f5f5;
    text-align: left;
}

.contact-info-right{
	width:45%;
	float:right;
	display:flex;
}

.contact-detail .form-cont {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

.contact-detail  input[type="text"], .contact-detail textarea,
.contact-detail  input[type="email"] {
    width: 100%;
    height: 45px;
    border: none;
    margin-top: 5px;
    font-size: 15px;
    padding: 0 10px;
	outline:none;
	box-shadow:0px 3px 5px rgb(0 0 0 / 5%);
}

.contact-detail  textarea {
	height: 175px;
	padding: 10px 10px;
}

.contact-detail input[type="submit"] {
    width: 100px;
    float: left;
    height: 45px;
    font-size: 18px;
    border: none;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    background-color: #3ca262;
    font-family: 'Roboto', sans-serif;
	box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
	outline:none;
}

.contact-detail input[type="submit"]:hover{
	background-color: #3d3f3e;
}

.contact-info-right h5{
	font-size:17px;
	padding-bottom:15px;
}

.contact-info-right ul li p {
    font-size: 16px;
	display: inline-flex;
}

.contact-info-right ul li a {
	color: #3b3838;
    font-size: 16px;
    line-height: 45px;
}

.contact-info-right ul li span i{
	cursor: pointer;
    margin-right: 15px;
}

.contact-info-right ul li  span p{
    display: inline-block;
    margin-left: 30px;
}

/**** contact-page-end ****/

/*** 03.04.2019 ****/

.seller-cont .onsale {
    background-color: #1e8b47;
    font-size: 12px !important;
    font-weight: 500;
    color: #fff;
}

.seller-cont .woocommerce-breadcrumb{
    font-size: 18px;
    color: #000;
	padding: 10px 0 30px;
    margin-bottom: 30px;
	border-bottom: 1px solid #e3e1e1bd;
}

.seller-cont .woocommerce-breadcrumb a{color: #000;}

.navigation span.woocommerce-Price-amount.amount {
    background-color: transparent;
    color: #000;
    padding: 0;
    margin: 0;
    float: none;
    position: relative;
    left: 0;
    top: 0;
    font-size: 25px;
    width: auto;
}

.navigation span.woocommerce-Price-currencySymbol {
    color: #000;
    padding: 4px 0;
    margin: 0;
    position: relative;
    left: 0;
    top: -4px;
    background-color: transparent;
    text-align: center;
    float: left;
    font-size: 25px;
}

.sub-menu ul li a span:hover {
    color: #0bf464 !important;
}

.seller-cont .woocommerce-result-count {
    padding: .75em 0;
    font-size: 20px;
    padding: 6px 0 30px;
}

.seller-cont select.orderby{
    width: 100%;
    float: left;
    height: 40px;
    margin-bottom: 30px;
	padding-left: 10px;
}

.seller-cont span.price {
    font-size: 15px;
	float: none;
    width: auto;
	margin: 10px 0 0;
}

.seller-cont ins {
    width: auto;
	margin-right: 0px;
}

ul.products.columns-4 li {
    margin: 0 0 30px 11px !important;
    padding: 0;
    position: relative;
    width: 24% !important;
    float: left;
}

.seller-cont .star-rating{
    font-family: star;
    font-size: 10px;
	margin: 5px 0 0;
}
.seller-cont .star-rating  span:before {
	color:#ff0000;
}
.seller-cont .star-rating:hover {
    color: #ff0000;
}

.seller-cont ul.products.columns-4 li a {
    font-size: 18px;
    color: #000;
}

.seller-cont h2 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px 0;
}

.seller-cont li img {
    height: auto!important;
    width: 100% !important;
    box-shadow: 3px 0 4px 0px #d6cfcf;
}

.pages-main {
    width: 100%;
    float: left;
    padding: 50px 0;
}

/* .pages-main .woocommerce {
    width: 70%;
    margin: 0 auto;
} */

.pages-main form table {
    width: 100%;
    float: left;
	margin-bottom: 25px;
}

.pages-main form table tr {
    border: 1px solid #dcd8d8;
    width: 100%;
	text-align: left;
}

.pages-main form table th {
    padding: 10px 20px;
    border-left: 1px solid #dcd8d8;
    font-size: 16px;
}

.pages-main form table td {
	vertical-align: middle;
	padding: 15px 20px;
    border-left: 1px solid #dcd8d8;
}

.cart-collaterals h2 {
    font-size: 25px;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.pages-main .coupon input {
    height: 35px !important;
    padding: 0 10px;
}

.pages-main button.button {
    width: auto;
    height: 35px;
    padding: 0 10px;
    color: #fff;
    border: none;
    background-color: #49730A;
}

.pages-main button.button:hover{
	background-color: #000;
}

.quantity input {
    width: 30% !important;
    float: right;
    height: 20px !important;
    margin: 2px 0 !important;
	padding: 0 0 0 5px!important;
}

.pages-main .cart-collaterals {
    width: 100%;
    float: left;
}

.pages-main .cart_totals {
    width: 100% !important;
}


.payment_box.payment_method_ppec_paypal {
    width: 100%;
    float: left;
    margin: 25px 0;
}

.pages-main .woocommerce input {
    width: 100%;
    height: 45px;
	margin-bottom: 10px;
	font-size: 13px;
    padding: 0 10px;
}

.pages-main .woocommerce label {
    font-size: 15px;
	color: #000;
}

.pages-main td.product-name a {
    color: #000;
}

.pages-main .woocommerce span.selection {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.pages-main #ship-to-different-address label {
    font-weight: 600;
    cursor: pointer;
    font-size: 24px;
}

.pages-main .woocommerce-info {
    background: #49730A;
    color: #fff;
}

.pages-main .wc_payment_method {
    line-height: 50px;
    list-style: none;
    border-bottom: 1px solid #ddd;
}

.pages-main h3{
    padding: 20px 0;
}

.pages-main .cart_totals table {
    border: 1px solid #dcd8d8;
    width: 100%;
}

.pages-main .cart_totals th {
    text-align: left;
    width: 50%;
    padding: 15px 20px;
}

.pages-main .cart_totals tr {
    border-bottom: 1px solid #dcd8d8;
}

.pages-main .cart_totals label {
    font-size: 16px;
}

.pages-main .cart_totals td {
    padding: 15px 11px;
}

.pages-main .checkout-button {
    display: block;
    padding: 20px;
    border: none;
    text-align: center;
    width: auto;
    float: right;
    margin: 15px 0;
    background-color: #49730A;
    color: #fff !important;
    font-size: 18px;
	font-weight: 500;
}

.pages-main .checkout-button:hover {
	background-color: #000;
}

.pages-main .wcppec-checkout-buttons {
    text-align: center;
    margin: 1em 0;
    overflow: hidden;
    width: 100%;
    float: left;
}

.pages-main .cart_totals a {
    color: #000;
    text-align: left;
}

.tablinks {
	color: #fff;
    background-color: #1e8b47;
    padding: 10px 15px !important;
}

.tablinks:hover {
    background-color: #a2d6b6;
}

.tablinks.active {
    background-color: #a2d6b6;
}

.slider_main {
    width: 100%;
    float: left;
    overflow: hidden;
}

.footer-box a {
    color: #fff;
}

.fa.fa-envelope-o {
    font-size: 16px;
}

.fa.fa-search {
    position: absolute; */
    font-size: 16px;
    z-index: 1;
    /* top: 18px; */
    /* right: 55px; */
    color: #000;

}

.sub-menu form#searchform {
    position: absolute;
    top: 0;
	right: 40px;
	margin: 10px 0;
}

.sub-menu form#searchform input {
    padding: 0 8px;
    width: auto;
    float: right;
    height: 35px;
}

.sub-menu ul li {
    margin: 30px 0 0;
}



.page-id-87 .about-left {
    width: 55%;
}

.page-id-87 .about-right {
    width: 40%;
}

.medi-collection .sub-title h4 {
    line-height: 26px;
}

.medi-collection .coll-img {
    width: 40%;
    float: right;
	margin-right: 20px;
}

.medi-collection .coll-img img {
    height: 159px;
}



.search-button{
/*  width: 400px;
  height: 50px;
  margin: 150px auto;*/
}
.search-button {
    position: absolute;
}
.lupa {
    position: absolute;
    top: -15px;
    right: 25px;
    z-index: 9999;
}
#search{
 width: 20px;
    height: 49px;
    color: #FFF;
    border: none;
    font-size: 0.9em;
    float: left;
    padding-left: 48px;
    -webkit-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
    padding-top: 0;
    /* display: none; */
    /* border: 1px solid #ccc; */
    position: absolute;
    top: -32px;
    z-index: -99;
}
.search-button span.lupa {
    background: none !important;
}
/*eventos*/
#search:focus, 
#search:active{
  outline:none;
  width: 250px;
    background-color: #1e8b47;
    top: -30px;
    position: absolute;
    z-index: 9;
    left: -40px;
}
.search-button:hover #search {
    width: 250px;
    background-color: #1e8b47;
    top: -30px;
    position: absolute;
    z-index: 9;
    left: -40px;
    display: block;
}
.search-button:hover .lupa{
  color: #424242;
}
/*placeholder*/
::-webkit-input-placeholder { color: #CCC; }
:-moz-placeholder { color: #CCC; }
::-moz-placeholder { color: #CCC; }
:-ms-input-placeholder { color: #CCC; }


.medi-store-left.full-oil {
    width: 100%;
}
.medi-store-left.full-oil .medi-img1 {
    width: 50%;
    float: left;
}
.medi-store-left.full-oil .medi-img {
    width: 100%;
    float: right;
}

.medi-store-left.full-oil .medi-store-left {
    width: 50%;
    float: left;
}
.medi-store-left.full-oil .medi-store-right {
    width: 50%;
    float: right;
}
.medi-img1.col-right {
    float: right;
}
.medi-img1.col-right img {
    float: right;
    padding: 0;
}
.medi-img1.frt img {
    float: right;
}


svg.icon.icon-angle-down {
    height: 14px;
    width: 20px;
    margin-top: 0;
}
ul.sub-menu {
    width: 170px;
    display: none;
    position: absolute;
    float: left;
    z-index: 999;
    background: #FFD49B;
    padding:  0;
	top: 100%;
	 

}

.menutop li{
     display: block;
}

.menutop li:hover ul.sub-menu {
     display: block;
     transition: 0.8s;
}
ul.sub-menu li {
    padding: 10px 20px;
    color: #fff;
    width: 100%;
}
ul.sub-menu li:hover {
	background-color: #49730A;
}

ul.sub-menu li:before {
    content:none;
}
ul.sub-menu li a {
    color: #000 !important;
    font-size: 15px;
}
ul.sub-menu li:hover a {
    color: #fff !important;
}
.product-text {
    position: absolute;
    top: 50%;
    vertical-align: middle;
    line-height: 0;
    bottom: 0;
    width: 100%;
    display: none;
}
.product-text h4 {
    color: #000;
    font-size: 30px;
    width: 100%;
    text-align: center;
}

.flower:hover .product-text{
	 display: block;
	}

.cbd-col:hover .product-text{
	 display: block;
	}

.concentrates:hover .product-text{
	 display: block;
	}

.edibles:hover .product-text{
	 display: block;
	}

.topicals:hover .product-text{
	 display: block;
	}

.vape-pans:hover .product-text{
	 display: block;
	}

.do-it:hover .product-text {
    display: block;
    text-align: center;
    width: 100%;
    left: 27%;
}
.about-text p {
    margin: 0;
    padding: 0 0 5px 0;
}
/*.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0 !important;
    padding: 0;
    position: relative;
    width: 21.05% !important;
    margin-left: 0 !important;
}*/
.do-it img {
    float: right;
}


.flower .medi-img:hover img {
  filter:drop-shadow(8px 8px 10px gray);
  filter: blur(2px) grayscale(20%);
}

.cbd-col .medi-img1:hover img {
  filter:drop-shadow(8px 8px 10px gray);
  filter: blur(2px) grayscale(20%);
}

.concentrates .medi-img1:hover img {
  filter:drop-shadow(8px 8px 10px gray);
  filter: blur(2px) grayscale(20%);
}
.edibles .medi-img:hover img {
  filter:drop-shadow(8px 8px 10px gray);
  filter: blur(2px) grayscale(20%);
}
.topicals .medi-img1:hover img {
  filter:drop-shadow(8px 8px 10px gray);
  filter: blur(2px) grayscale(20%);
}
.vape-pans .medi-img1:hover img {
  filter:drop-shadow(8px 8px 10px gray);
  filter: blur(1px) grayscale(20%);
}
.do-it .medi-img:hover img {
  filter:drop-shadow(8px 8px 10px gray);
  filter: blur(1px) grayscale(20%);
}





.aside-bar {
    width: 23%;
    border: 1px solid #ccc;
    float: left;
    margin-top: 70px;
    min-height: 500px;
    padding: 13px 13px;
        background: #f1f0f0;
}
.wocommerce.woopg {
    width: 75%;
    float: right;
}
.aside-bar ul li {
    width: 100%;
    float: left;
    padding: 0px 0;
    border-bottom: 1px solid #fff;
}
.aside-bar ul li:first-child{
	padding: 0px 0;
}
.aside-bar ul li a {
    width: 100%;
    float: left;
    padding: 11px 15px;
    font-size: 16px;
}
.aside-bar li a:hover {
    background: #ccc;
    margin: 0;
    line-height: normal;
}
ul.products.columns-4 li:nth-child(3){
	margin-right: 0;
}

.aside-bar .widget-title {
    font-size: 16px;
    background-color: #fff;
    padding: 15px 10px;
}
.product-categories li.current-cat {
	background: #ccc;
}
.product-categories li.current-cat a {
	color: #1e8b47;
}



.ssdd  ul.products li a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    box-shadow: none;
}

.ssdd  ul.products li.product .star-rating {
    text-align: center;
	display:inline-block !important;
}

.tabcontent .seller-box {
    min-height: 420px;
}


.ssdd ul li a.button.product_type_variable.add_to_cart_button:hover {
    box-shadow: none;
}
.ssdd ul li a.added_to_cart {
    background-color: #268546;
    display: inline-block;
    color: #fff !important;
    padding: 5px 15px;
	margin-top: 0;
	box-shadow: none !important;
}
.ssdd ul li a.added_to_cart:hover {
    background-color: #1dc255f2;
}
.ssdd ul li a.added_to_cart:hover {
    box-shadow: none !important;
}
.ssdd ul.products li a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
	display:none;
}


.seller-cont .woocommerce-product-gallery img {
    width: auto;
}
.summary.entry-summary .quantity label {
    text-transform: capitalize;
	line-height: 35px;
	width: 100%;
    float: left;
}
.summary.entry-summary .quantity input {
    width: 5em !important;
    margin-left: 0px !important;
	height: 35px !important;
	float:left;
}
.summary.entry-summary .variations_button button.button {
    background-color: #49730A;
    display: inline;
    color: #fff;
    padding: 10px 15px;
    border: none;
    font-size: 16px;
	transition:0.5s;
}
.summary.entry-summary .variations_button button.button:hover {
    background-color: #262525;
}
.product_meta {
    width: 100%;
    float: left;
    margin-top: 15px;

}
.summary.entry-summary .variable-items-wrapper {
    margin: 0 0 5px;
}
.summary.entry-summary table.variations {
    margin-bottom: 10px;
}

table.variations tbody tr td label {
    line-height: 38px;
    margin-right: 10px;
}
.summary.entry-summary .variable-items-wrapper [data-wvstooltip]:before {
    background-color: #268546;
}
.summary.entry-summary  .variable-items-wrapper [data-wvstooltip]:after {
    border-top: 5px solid #268546;
}

li.product.type-product.post-255 a.button.product_type_variable.add_to_cart_button {
    margin-top: 15px;
}

button.single_add_to_cart_button.button.alt {
    background-color: #6E9A24;
    display: inline-block;
    color: #000;
    padding: 10px 15px;
    box-shadow: none;
    margin-top: 0;
    border: none;
    font-size: 15px;
}

button.single_add_to_cart_button.button.alt:hover{
    background-color: #4A7217;
	color: #fff;
}


/*** 09-05-2019   ***/

.online-seller .tabs {
    width: 100%;
    float: left;
}
.online-seller .tabs li {
    padding: 10px 15px;
    margin: 0;
	background-color: #1e8b47;
	float: left;
}
.online-seller .tabs li:hover, .online-seller .tabs li.active {
	background-color: #a2d6b6;
}
.online-seller .tabs li:first-child {
    padding: 10px 15px;
}
.online-seller .tabs li.active a {
    box-shadow: none;
	color:#fff;
}
.online-seller .tabs li a {
    box-shadow: none;
	color:#fff;
}
.online-seller .tabs li a:hover {
	color:#fff;
}
.online-seller .woocommerce-Tabs-panel {
	border: 1px solid #1e8b47;
    float: left;
    padding: 20px;
    margin-bottom: 30px;
    width: 100%;
}
.online-seller .woocommerce-Tabs-panel h2 {
	font-size:16px;
}
.online-seller .woocommerce-Tabs-panel #review_form label {
    width: 100%;
    float: left;
}
.online-seller .woocommerce-Tabs-panel #review_form input[type="text"], .online-seller .woocommerce-Tabs-panel #review_form input[type="email"], .online-seller .woocommerce-Tabs-panel #review_form textarea {
    width: 100%;
    float: left;
    height: 40px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #eee;
}
.online-seller .woocommerce-Tabs-panel #review_form textarea {
    height: 140px !important;
    padding: 10px;
}
.online-seller .woocommerce-Tabs-panel #review_form input[type="submit"] {
    padding: 10px 20px;
    float: right;
    border: none;
    background-color: #1e8b47;
    color: #fff;
    font-size: 18px;
    text-shadow: none;
    transition: 0.5s;
	cursor:pointer;
}
.online-seller .woocommerce-Tabs-panel #review_form input[type="submit"]:hover {
    background-color: #a2d6b6;
}
.online-seller .woocommerce-Tabs-panel .comment-form-cookies-consent input[type="checkbox"] {
    width: auto;
    float: left;
    height: 41px;
    margin-right: 5px;
}
.online-seller .woocommerce-Tabs-panel .comment-form-cookies-consent  label {
    width: auto !important;
    float: left;
    line-height: 41px;
}

.online-seller .woocommerce-Tabs-panel .woocommerce-product-attributes tbody th {
    vertical-align: middle;
	padding-right: 10px;
}
.wocommerce_full .woocommerce-product-gallery {
    text-align: center;
    border: 1px solid #1e8b47;
}
.wocommerce_full .woocommerce-product-gallery img {
    display: inline-block;
}
.wocommerce_full .woocommerce-product-gallery .flex-control-nav {
    display: flex;
}

.category-top-text {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-top: 30px;
    font-weight: bold;
}
.category-top-text p {
    font-size: 24px;
}

/***   09-05-2019   end  ***/

/***   13-07-2019  ***/
.medi-img1 img, .medi-img img {
    transition:0.5s;
}
.medi-img1:hover img, .medi-img:hover img {
    filter: none !important; 
    opacity: 0.4;
}


/*** 18.06.2019 ***/

.top-right-bar ul li:before{
	content: none;
}

.seller-box.box-content {
    width: 100%;
    text-align: center;
}

.seller-box.box-content h2 {
    font-size: 20px;
}

.seller-box h6 {
    min-height: 90px;
}
  
/*** 18.06.2019 end ***/

/**** 19.7.2019 ***/


.conten-slidr {
    width: 40%;
    position: absolute;
    left: 10%;
    top: 50%;
    text-align: left;
    transform: translate(-0%, -50%);
}

.conten-slidr h2 {
    color: #fff;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.conten-slidr p {
    color: #fff;
}

.home .flex-direction-nav a:before {
    color: #fff;
}

.home .flex-control-paging li a.flex-active {
    background: #EF0F1C;
}

.home .flex-control-paging li a {
    background: #fff;
}
.home .flex-control-paging li a:hover {
    background: #EF0F1C;
}
/**** 19.7.2019 end***/


/***   10-11-2020  ***/

.our-product {
    width: 100%;
    float: left;
}
.our-product h2 {
    display: none;
}
.our-product-row {
    width: 100%;
    float: left;
}
.our-product-row ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.our-product-row ul li {
    flex: 0 0 25%;
    padding: 0 15px;
    text-align: center;
	margin-bottom:30px;
}
.our-product-row ul li .our-product-img {
    position: relative;
    overflow: hidden;
}
.our-product-row ul li .our-product-img img {
    width: 100%;
    float: left;
}
.our-product-row ul li .our-product-img .overlapbox {
    position: absolute;
    bottom: -200px;
    width: 100%;
	transition:0.5s;
}
.our-product-row ul li:hover .our-product-img .overlapbox {
    bottom: 0px;
}
.our-product-row ul li .our-product-img .overlapbox a {
    width: 100%;
    float: left;
    padding: 15px 0;
    background-color: #4e4e4e;
    color: #fff;
    text-transform: capitalize;
}
.our-product-row ul li .our-product-img .overlapbox a:hover {
    background-color: #49730A;
	color: #fff;
}
.our-product-row ul li .our-product-text {
    padding: 30px 0;
    border: 1px solid #eee;
    border-top: transparent;
}
.our-product-row ul li h4 {
    font-size: 14px;
    letter-spacing: 0.3px;
}
.our-product-row ul li h5 {
    font-size: 12px;
	margin:10px 0;
	color: #959595;
	font-weight:400;
	font-style:italic;
}
.our-product-row ul li h6 {
    font-size: 16px;
    color: #4A7217;
}


.offer-full-sec {
    width: 100%;
    float: left;
    padding: 150px 0;
    background-image: url('http://destiny.devcorner.co.za/wp-content/uploads/2020/12/asas.jpg');
  /*  background-position: center;*/
    background-repeat: no-repeat;
    background-size: cover;
}
.offer-sec-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.offer-sec-left {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
}

.offer-sec-right {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.offer-full-now h2 {
    color: #fff;
}
.offer-full-now p {
    color: #fff;
}
.offer-sec-right h3 {
    color: #fff;
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 10px;
}
.offer-sec-right p {
    color: #fff;
}


.our-top-product {
    padding: 80px 0;
}

.our-top-product h2 {
    display: block;
    text-align: center;
    margin-bottom: 50px;
	text-transform:uppercase;
}

/***   10-11-2020  end  ***/



/***  11-11-2020  ***/

.testimonials {
    width: 100%;
    float: left;
    padding: 60px 0;
    background-color: #749F2C;
    text-align: center;
}

.testimonials h2 {
    margin-bottom: 40px;
	text-transform:uppercase;
}
.testimonials h2 {
    color: #fff;
}
.testimonials h5 {
    color: #fff;
}
.testimonials p {
    color: #fff;
}
.fa-quote-left::before {
    color: #fff;
}
.testimonials-inner {
    display: inline-block;
    width: 65%;
}
.testimonials-inner .fa-quote-left {
    font-size: 50px;
}

.testimonials-inner img {
    width: 84px;
    height: 84px;
    border-radius: 100%;
    margin: 20px 0 10px;
}
.testimonials-inner .flex-control-nav {
    bottom: -45px;
}


.brands-logo {
    width: 100%;
    float: left;
    padding: 60px 0;
    text-align: center;
	display:none;
}


.brands-logo ul {
    width: 100%;
    display:flex;
}

.brands-logo ul li {
    flex: 0 0 25%;
}

.shopbtn a {
    padding: 8px 20px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    margin-top: 20px;
    font-size: 18px;
	transition:0.5s;
}

.shopbtn a:hover {
	background-color:#fff;
    color: #EF0F1C;
}

.our-top-product .our-product-row ul li .overlapbox {
    bottom: 0;
}

#custom_html-4 p {
    float: left;
}

.offer-full-now {
    float: right;
    width: 58%;
    text-align: center;
}

.readbtn a {
    padding: 8px 20px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    margin-top: 20px;
    font-size: 18px;
    transition: 0.5s;
}
.readbtn a:hover {
    border: 2px solid #f20505;
    color: #fff;
    background-color:#f20505;
}
.wocommerce_single_full aside#secondary {
    display: none;
}
.wocommerce_single_full .aside-bar {
    display: none;
}

.wocommerce_single_full div#primary {
    width: 100% !important;
}
/***  11-11-2020 end ***/


/***  19-11-2020  ***/

.wocommerce_single_full .wrap {
    padding: 50px 0;
    float: left;
}
.woocommerce-breadcrumb {
    color: #6E9A24;
}
.woocommerce-breadcrumb a {
    color: #0f0f0f;
	box-shadow: none !important;
}
.woocommerce-breadcrumb a:hover {
    color: #49730A;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    border: 1px solid #eee;
}
.single-product .product_title {
    text-transform: capitalize;
    font-size: 40px;
}
.single-product .entry-summary .price {
    font-weight: 700;
    color: #49730A;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    line-height: 100%;
    width: 100%;
    margin: 18px 0 !important;
}
.single-product .entry-summary .cart {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
}

.single-product .entry-summary .product_meta>span {
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px solid hsla(0,0%,56%,.15);
	display: block;
    width: 100%;
    color: #1b1b1b;
    font-weight: 500;
}
.single-product .entry-summary .product_meta span a {
    font-weight: 300;
    color: #666;
	text-transform:capitalize;
	transition:0.5s;
}
.single-product .entry-summary .product_meta span a:hover {
    color: #49730A;
}

.single-product .woocommerce-tabs .tabs li {
    margin: 0;
	float: left;
}
.single-product .woocommerce-tabs .tabs li a {
    margin: 0;
    padding: 11px 20px;
    box-shadow: none !important;
    display: inline-block;
    color: #000;
	transition:0.5s;
}
.single-product .woocommerce-tabs .tabs li.active a {
    background-color:#49730A;
    color: #fff;
}
.single-product .woocommerce-tabs .tabs li a:hover {
    background-color:#49730A;
	color: #fff;
}
.single-product .woocommerce-Tabs-panel {
    padding: 20px;
    border: 1px solid #49730A;
	width: 100%;
    float: left;
	margin-bottom: 40px;
}

.single-product .woocommerce-Tabs-panel #reviews #comments {
    float: left;
    width: 50%;
}
.single-product .woocommerce-Tabs-panel #reviews #comments h2 {
    font-size: 24px;
}
.single-product .woocommerce-Tabs-panel #reviews #review_form_wrapper {
    float: right;
    width: 50%;
}
.single-product .woocommerce-Tabs-panel #reviews #review_form_wrapper .comment-form-rating {
    display: flex;
    align-items: center;
}
.single-product .woocommerce-Tabs-panel #reviews #review_form_wrapper .comment-form-rating label {
    padding-right: 15px;
}
.single-product .woocommerce-Tabs-panel #reviews #review_form_wrapper .comment-form-rating .stars {
    line-height: normal;
}
.single-product .woocommerce-Tabs-panel #reviews #review_form_wrapper .comment-form-rating .stars a {
    color: #49730A;
}


.single-product .woocommerce-Tabs-panel #reviews #review_form_wrapper .comment-form-author,
.single-product .woocommerce-Tabs-panel #reviews #review_form_wrapper .comment-form-email  {
	width:50%;
	margin-bottom:30px;
	float:left;
}
.single-product .woocommerce-Tabs-panel #reviews #review_form_wrapper .comment-form-author  {
	padding-right:15px
}
.single-product .woocommerce-Tabs-panel #reviews #review_form_wrapper .comment-form-email  {
	padding-left:15px
}

.single-product .woocommerce-Tabs-panel #reviews #review_form_wrapper input[type="text"],
.single-product .woocommerce-Tabs-panel #reviews #review_form_wrapper input[type="email"],
.single-product .woocommerce-Tabs-panel #reviews #review_form_wrapper textarea {
    padding: 14px 20px;
    border: 1px solid hsla(0,0%,56%,.25);
    height: 50px;
	width: 100%;
	outline:none;
}
.single-product .woocommerce-Tabs-panel #reviews #review_form_wrapper textarea {
    min-height: 150px;
}
.single-product .woocommerce-tabs #tab-reviews #reviews #respond input[type=submit] {
    background: #49730A;
    font-size: 14px;
    font-weight: 600;
    padding: 0 50px;
    height: 50px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    border: none;
}

.single-product .woocommerce-tabs #tab-reviews #reviews #respond input[type=submit]:hover {
    background: #41bd9a;
}

.woocommerce .related.products ul.products {
    margin-top: 20px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #eee;
	text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
    letter-spacing: 0.3px;
	padding: 0 15px ;
	margin-top:20px;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    font-size: 16px;
    color:#4A7217;
	margin: 10px 0;
	font-weight:500;
	padding: 0 15px ;
}
ul.products li.product .button {
    box-shadow: none !important;
    width: 100%;
    float: left;
    padding: 15px 0;
    background-color: #6E9A24;
    color: #fff;
    text-transform: capitalize;
	transition:0.5s;
}

ul.products li.product .button:hover {
    box-shadow: none !important;
	background-color: #4A7217;
    color: #fff;
}
ul.products li.product .added_to_cart {
    box-shadow: none !important;
    width: 100%;
    float: left;
    padding: 15px 0;
    background-color: #EF0F1C;
    color: #000;
    text-transform: capitalize;
	transition:0.5s;
	margin: 0 !important;
}

ul.products li.product .added_to_cart:hover {
    box-shadow: none !important;
	background-color: #6E9A24;
    color: #fff;
}

.woocommerce .wrap {
    padding: 50px 0;
    float: left;
}

.woocommerce #primary {
    float: left;
}
.woocommerce #secondary {
    float: right;
}
.woocommerce #secondary .widget-title {
    color: #1b1b1b;
    padding: 0 0 10px;
    background: 0 0;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 40px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid hsla(0,0%,56%,.25);
}
.woocommerce #secondary .widget-title::before {
    position: absolute;
    bottom: -1px;
    width: 70px;
    height: 3px;
    background: #49730A;
    content: "";
    left: 0;
}
.woocommerce #secondary .product-categories li {
    position: relative;
    width: 100%;
    float: left;
    padding: 0 0 10px 15px;
    margin-bottom: 15px;
}
.woocommerce #secondary .product-categories li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 0;
	transition: 0.5s;
	color:#666;
}
.woocommerce #secondary .product-categories li a {
    color:#666;
	font-size:16px;
	text-transform: capitalize;
    transition: 0.5s;
}
.woocommerce #secondary .product-categories li a:hover,
.woocommerce #secondary .product-categories li:hover::before{
    color:#6E9A24;
}

.woocommerce-pagination .next.page-numbers, .woocommerce-pagination .prev.page-numbers, .woocommerce-pagination a.page-numbers, .woocommerce-pagination span.page-numbers {
    padding: 0 !important;
    background: transparent !important;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    vertical-align: middle;
    text-align: center;
    border-radius: 0;
    border: 1px solid hsla(0,0%,56%,.2);
    color: #1b1b1b;
}
.woocommerce-pagination span.page-numbers {
    background-color: #49730A !important;
	color:#fff;
	border: #49730A;
}
.woocommerce-pagination>ul.page-numbers li a:hover {
    background-color: #49730A !important;
	color:#fff;
	border: #49730A;
}

#customer_login .woocommerce-form-login.login {
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
    color: #49730A;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    border-top: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
    position: relative;
    width: 100%;
    float: left;
    padding: 0 0 10px 15px !important;
    margin-bottom: 15px;
	border-bottom: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:before {
    content: "\f105" !important;
    font-family: FontAwesome;
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.5s;
    color: #666 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
    color: #666;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.5s;
	box-shadow:none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover, 
.woocommerce-account .woocommerce-MyAccount-navigation li:hover::before {
    color: #49730A !important;
}

.woocommerce-account .woocommerce-MyAccount-content table {
    width: 100%;
    float: left;
	margin-bottom:25px;
}
.woocommerce-account .woocommerce-MyAccount-content table tr {
    border: 1px solid #dcd8d8;
    width: 100%;
    text-align: left;
}

.woocommerce-account .woocommerce-MyAccount-content table tr th {
    padding: 10px 20px;
    border-left: 1px solid #dcd8d8;
    font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-content table tr td {
    vertical-align: middle;
    padding: 15px 20px;
    border-left: 1px solid #dcd8d8;
}

.woocommerce-account .woocommerce-MyAccount-content table tr td a {
    color: #000;
    font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details__title {
	margin-bottom:20px;
}

.wocommerce_single_full .woocommerce-product-gallery img {
    width: 100%;
}
.wocommerce_single_full .woocommerce-product-gallery .flex-control-thumbs li {
    border: 1px solid #fff;
}

.single-product .entry-summary .variations tbody tr td label {
    line-height: 36px;
    margin-right: 10px;
}
.single-product .entry-summary .variations tbody tr .value select {
    height: 36px;
    outline: none;
}
.single-product .entry-summary .variations .reset_variations {
    color: #49730A;
}

#woocommerce_product_categories-3 .product-categories li.current-cat {
    background-color: transparent;
}

#woocommerce_product_categories-3 .product-categories li.current-cat a {
    color: #49730A;
}
#woocommerce_product_categories-3 .product-categories li.current-cat:before {
    color: #49730A;
}

.woocommerce-info {
    background: #49730A !important;
}
.woocommerce-ordering .orderby {
    height: 36px;
    background-color: #6E9A24;
    color: #fff;
    border: none;
    outline: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product img {
    width: 100%;
}
label.screen-reader-text {
    display: none;
}
/***  19-11-2020 end  ***/

.slider_main .flexslider, .testimonials-inner .flexslider {
    margin: 0;
}
.nav-toggle {
    font-size: 30px;
    display: none;
}


/***  17-02-2021  ***/

.about-cont .about-img {
    width: auto;
    margin: 0px 30px 10px 0px;
}

/***  17-02-2021 end ***/


/***  02-03-2021  ***/

.wocommerce_full {
    width: 100%;
    float: left;
}

.wocommerce_full .wrap {
    width: 100%;
}
.woocommerce #secondary .woocommerce-product-search {
    display: flex;
    margin-bottom: 30px;
}
.woocommerce #secondary .woocommerce-product-search input[type="search"] {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(143 143 143 / 25%);
    padding: 5px 15px;
	outline:none;
}
.woocommerce #secondary .woocommerce-product-search button[type="submit"] {
    width: 50px;
    height: 40px;
    border: none;
    background-color: #6E9A24;
    color: transparent;
	position:relative;
	outline:none;
}
.woocommerce #secondary .woocommerce-product-search button[type="submit"]::before {
    content:'\f002';
	position:absolute;
	top: 0;
    left: 0;
    font-family: fontawesome;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
}
.woocommerce #secondary .woocommerce-product-search button[type="submit"]:hover {
    background-color: #4A7217;
}

/***  02-03-2021 end ***/


/***  24-06-2021  ***/

.woocommerce-page .woocommerce-customer-details address {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 20px;
}
.woocommerce-order-received .woocommerce-order ul  {
    display:block;
	margin:10px 0 30px;
}
.woocommerce-order-received .woocommerce-order ul li {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: -1px;
}

.woocommerce-order-received .woocommerce-order-details .woocommerce-table {
    width: 100%;
    float: left;
    margin: 25px 0;
}

.woocommerce-order-received .woocommerce-order-details .woocommerce-table tr {
    border: 1px solid #dcd8d8;
    width: 100%;
    text-align: left;
}

.woocommerce-order-received .woocommerce-order-details .woocommerce-table tr th {
    padding: 10px 20px;
    border-left: 1px solid #dcd8d8;
    font-size: 16px;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table tr td {
    vertical-align: middle;
    padding: 15px 20px;
    border-left: 1px solid #dcd8d8;
}

.page-id-9 .woocommerce-form-login .woocommerce-form-login__rememberme #rememberme {
	width: auto;
	height: auto;
	margin: 0;
}

.page-id-9 .woocommerce-form-login .woocommerce-form-login__submit {
	height: 45px;
	padding: 0 30px;
}

.woocommerce .lost_reset_password .form-row-first {
	float:none;
}

/***  24-06-2021  end ***/

/***  26-06-2021  start  ***/

.woocommerce-page .wocommerce_full .products {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-page .wocommerce_full .products .product {
    display: flex;
    flex-direction: column;
}

.woocommerce-page .wocommerce_full .products .product .button {
    margin-top: auto;
}



/***  26-06-2021  end ***/


/*****************   responsive      ***************************/


@media screen and (max-width:1170px) {
.container {
	width: 970px;
}
.navigation ul li a {
    font-size: 16px;
}
.navigation .nav-bar {
    margin: 0 0 0 10px;
}
/*.nav-bar {
    margin: 15px 0px 15px 50px;
}*/
.medi-collection-box {
    margin: 0 14px 0 0;
}
.shiping-box {
    margin: 0 9px 0 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 29.5% !important;
}
}

@media screen and (max-width:991px) {
.container {
	width: 750px;
}	
}

@media screen and (max-width:980px) {
/*.container {
	width: 800px;
}
.nav-bar {
    margin: 15px 0px 15px 0px;
}
.navigation .container {
    display: flex;
    align-items: center;
	justify-content: space-between;
}*/
.navigation .nav-bar {
    margin: 0;
}
.nav-bar {
    display: none;
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
	margin: 0;
}
.navigation ul li {
    padding: 10px 15px;
    width: 100%;
}
.navigation ul li:before {
    content: none;
}

.navigation .top-right-bar ul li {
    width: inherit;
	padding: 0;
}
.nav-toggle {
    display: block;
    order: 1;
	margin-left: 15px;
}

.medi-collection-box {
    margin: 0 12px 0 0;
}
.sub-title {
    width: 100%;
}
.medi-collection .coll-img {
    width: 85%;
}
.shiping-box {
    width: 32%;
}
.footer-box {
    width: 50%;
    min-height: 290px;
}
.aside-bar {
    width: 35%;
}
.wocommerce.woopg {
    width: 60%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 46% !important;
}
.about-cont .about-img {
    max-width: 400px;
}
.header ul li a {
	font-size: 12px;
}
}

@media screen and (max-width:840px) {
/*.container {
	width: 700px;
}
*/

.navigation ul li a {
    font-size: 16px;
}
.top-right-bar ul li a {
    font-size: 20px;
}
.navigation span.woocommerce-Price-amount.amount {
    font-size: 20px;
}
.navigation span.woocommerce-Price-currencySymbol {
    font-size: 20px;
}


.online-store-cont p {
    padding: 0 0;
}
.medi-store .shop-now {
    font-size: 14px;
    padding: 11px 20px;
}
.seller-cont ul li {
    font-size: 15px;
}
.seller-box {
    width: 50%;
}

.medi-collection-box {
    width: 100%;
	margin: 0 12px 15px 0;
}
.sub-title {
    width: 50%;
}
.medi-collection .coll-img {
    width: 40%;
}
.shiping-box {
    width: 47%;
    margin: 0 9px 15px 0;
}
}

@media only screen and (max-width: 768px){
	.switcher .selected a {
    margin-top: 80px !important;
}
}

@media screen and (max-width:767px) {
.container {
	width: 100%;
	padding: 0 15px;
}
.header {
    display: none;
}
.top-right-bar ul li .search-button form #search {
    max-width: 180px;
}
.banner {
    height: 450px;
}
.online-store-cont p {
    padding: 0 0;
}
.medi-store-left {
    width: 100%;
}
.medi-img img {
    width: 100%;
}
.medi-store-right {
    width: 100%;
}
.medi-img1 img {
    width: 100%;
}
.medi-store-left.full-oil .medi-store-left {
    width: 100%;
}
.medi-store-left.full-oil .medi-store-right {
    width: 100%;
}
.tablinks {
    margin-bottom: 4px;
}
.seller-box {
    width: 50%;
}
.medi-collection-box {
    width: 100%;
}
.shiping-box {
    width: 100%;
    margin: 0 11px 15px 0;
}
.footer-box {
    width: 100%;
}
h2 {
    font-size: 28px;
}
.banner.inner-banner {
    height: 300px;
}
.banner-text h1 {
    font-size: 30px;
}
.about-left {
    width: 100%;
    margin-bottom: 30px;
}
.about-right {
    width: 100%;
}
.aside-bar {
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
}
.wocommerce.woopg {
    width: 100%;
}
.page-id-87 .about-left {
    width: 100%;
}
.page-id-87 .about-right {
    width: 100%;
}
.about-img img {
    width: 100%;
}
h1 {
    font-size: 30px;
}
.contact-info-left {
    width: 100%;
    margin-bottom: 30px;
}
.contact-info-right {
    width: 100%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 46% !important;
}

.conten-slidr h2 {
    font-size: 25px;
}

.conten-slidr p {
    font-size: 15px;
    padding: 0;
}
.conten-slidr {
    width: 80%;
}
.our-product-row ul li {
    flex: 0 0 50%;
}
.testimonials-inner {
    width: 100%;
}
.footer-box {
    min-height: auto;
}
.about-cont .about-img {
    max-width: 300px;
}
#gtranslate_wrapper {
	right: 2% !important;
}
.switcher .selected a {
	margin-top: 10px !important;
}
}


@media screen and (max-width:640px) {


.top-right-bar ul li a {
    font-size: 20px;
}
.navigation span.woocommerce-Price-amount.amount {
    font-size: 20px;
}
.navigation span.woocommerce-Price-currencySymbol {
    font-size: 20px;
}
.banner {
    height: 220px;
}
h2 {
    font-size: 22px;
}
p {
    line-height: 26px;
    font-size: 14px;
}
.medi-img1 {
    width: 100%;
}
.medi-img1 img {
    padding: 0;
}
.medi-store-left.full-oil .medi-img1 {
    width: 100%;
}
.seller-cont ul li {
    font-size: 14px;
}
.tabcontent .seller-box {
    min-height: auto;
}
.seller-box {
    width: 100%;
}
.seller-img img {
    width: 100%;
    height: auto;
}
.sub-title {
    width: 100%;
}
.medi-collection .coll-img {
    width: 100%;
    margin-right: 0;
    padding: 0 20px;
}
.medi-collection .coll-img img {
    height: auto;
    width: 100%;
}
h4 {
    font-size: 18px;
}
.sub-title .shop_now {
    font-size: 14px;
}
.banner.inner-banner {
    height: 200px;
}
.banner-text h1 {
    font-size: 24px;
}
h1 {
    font-size: 24px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100% !important;
    margin-right: 0 !important;
}
.seller-cont h2 {
    padding: 5px 10px;
}

.conten-slidr p {
    font-size: 14px;
    line-height: 22px;
}

.conten-slidr h2 {
    line-height: 35px;
    font-size: 22px;
}
}

@media screen and (max-width:575px) {
.navigation .container {
    flex-wrap: wrap;
}
.nav-toggle {
    order: inherit;
    margin-left: auto;
}
.top-right-bar {
    width: 100%;
}
.top-right-bar ul {
    flex-wrap: nowrap;
}
.top-right-bar ul li .search-button form #search {
    max-width: initial;
}
.conten-slidr {
	width: 100%;
	padding: 0 15px;
	left: 0;
}
.our-product-row ul li {
    flex: 0 0 100%;
    padding: 0px;
}
.our-top-product {
    padding: 40px 0;
}
.testimonials-inner .flex-control-nav, .testimonials-inner .flex-direction-nav, .slider_main .flex-control-nav, .slider_main .flex-direction-nav {
    display: none;
}
.about-cont .about-img {
    max-width: 100%;
	width: 100%;
	margin-right:0;
}
}


@media screen and (max-width:480px) {

/*.logo-img {
    width: 100%;
    text-align: center;
}
.top-right-bar {
    width: 100%;
    text-align: right;
}*/

.top-right-bar ul li .search-button form #search {
    max-width: 170px;
}
.banner.inner-banner {
    height: 120px;
}
h2 {
    font-size: 18px;
}
.online-store {
    margin-top: 40px;
}

.medi-store {
    padding: 40px 0;
}
.online-seller {
    padding: 40px 0;
}
h4 {
    font-size: 16px;
}
.shiping-box i {
    margin: 0px 20px;
}
.footer-box p {
    font-size: 14px;
}
h5 {
    font-size: 16px;
}
.footer-list ul li a {
    font-size: 14px;
    line-height: 30px;
}
.medi-store .shop-now {
    font-size: 14px;
    padding: 10px 15px;
}
.banner-text h1 {
    font-size: 18px;
}
h1 {
    font-size: 18px;
}

.conten-slidr h2 {
    line-height: 30px;
    font-size: 20px;
}

.conten-slidr p {
    font-size: 12px;
    line-height: 18px;
}
}


@media screen and (max-width:360px) {



.top-right-bar ul li a {
	font-size: 16px;
}
.top-right-bar ul li a .amount bdi {
	font-size: 17px;
}
.top-right-bar ul li a .amount bdi span {
	font-size: 16px;
	padding: 0;
}
.top-right-bar span {
	padding: 1px 0px;
	width: 15px;
	height: 15px;
}
.lupa {
	right: 18px;
}
.switcher .selected a {
	margin-top: 5px !important;
}

.footer-box .form-text input {
    width: 56%;
    height: 40px;
}
.footer-btn {
    font-size: 12px;
    padding: 0 12px !important;
}
.footer-box #custom_html-10 ul li img {
    width: 48px;
}

.conten-slidr h2 {
    line-height: 26px;
    font-size: 17px;
}

.conten-slidr p {
    font-size: 10px;
    line-height: 16px;
}
}


/**************************   responsive    ************************************/