/*







Theme Name: Twenty Sixteen







Theme URI: https://wordpress.org/themes/twentysixteen/







Author: the WordPress team







Author URI: https://wordpress.org/







Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.







Version: 1.2







License: GNU General Public License v2 or later







License URI: http://www.gnu.org/licenses/gpl-2.0.html







Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready







Text Domain: twentysixteen







This theme, like WordPress, is licensed under the GPL.







Use it to make something cool, have fun, and share what you've learned with others.







*/















/**







 * Table of Contents







 *







 * 1.0 - Normalize







 * 2.0 - Genericons







 * 3.0 - Typography







 * 4.0 - Elements







 * 5.0 - Forms







 * 6.0 - Navigation







 *   6.1 - Links







 *   6.2 - Menus







 * 7.0 - Accessibility







 * 8.0 - Alignments







 * 9.0 - Clearings







 * 10.0 - Widgets







 * 11.0 - Content







 *    11.1 - Header







 *    11.2 - Posts and pages







 *    11.3 - Post Formats







 *    11.4 - Comments







 *    11.5 - Sidebar







 *    11.6 - Footer







 * 12.0 - Media







 *    12.1 - Captions







 *    12.2 - Galleries







 * 13.0 - Multisite







 * 14.0 - Media Queries







 *    14.1 - >= 710px







 *    14.2 - >= 783px







 *    14.3 - >= 910px







 *    14.4 - >= 985px







 *    14.5 - >= 1200px







 * 15.0 - Print







 */















/**







 * 1.0 - Normalize







 *







 * Normalizing styles have been helped along thanks to the fine work of







 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/







 */















/* Stylesheet for Site_name */















/****************************************************************************************















@







@	Global Style and Reset







@















****************************************************************************************/







a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, tt, u, ul, var {

	background: transparent;

	border: 0 none;

	font-size: 100%;

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	vertical-align: middle;

}

ol, ul {

	list-style: none;

}

blockquote, q {

	quotes: none;

}

table, table td {

	padding: 0;

	border: none;

	border-collapse: collapse;

}

img {

	vertical-align: top;

}

embed {

	vertical-align: top;

}

* {

	border: none;

	box-sizing: border-box;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	-o-box-sizing: border-box;

}

input, textarea, select {

	border: 1px solid #999;

        padding: 10px;

        font-size: 16px;

}



input[type="submit"] {

       background-color: #82c63a;

       min-width: 200px;

       cursor: pointer;

       border: 0;

       color: #FFF;

}



input[type="submit"]:hover {

      background-color: #00853f;

}



/* Getting the new tags to behave */







article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {

	display: block;

}

mark, rp, rt, ruby, summary, time {

	display: inline

}

/* Global Styles */







::selection {

	background: #252525;

	color: #fff;

}







::-moz-selection {

 background: #252525;

 color: #fff;

}

.fleft {

	float: left;

}

.fright {

	float: right;

}

.clear {

	display: block;

	clear: both;

}

.clear5 {

	display: block;

	clear: both;

	height: 5px;

}

.clear10 {

	display: block;

	clear: both;

	height: 10px;

}

.clear15 {

	display: block;

	clear: both;

	height: 15px;

}

.clear20 {

	display: block;

	clear: both;

	height: 20px;

}

.clear25 {

	display: block;

	clear: both;

	height: 25px;

}

.clear30 {

	display: block;

	clear: both;

	height: 30px;

}

.clear35 {

	display: block;

	clear: both;

	height: 35px;

}

.clear40 {

	display: block;

	clear: both;

	height: 40px;

}

.dblock {

	display: block;

}

.rpos {

	position: relative;

}

.nomargin {

	margin: 0;

}

h1, h2, h3, h4, h5, h6 {

	font-family: "hypatia-sans-pro", sans-serif;

	font-style: normal;

	font-weight: 400;

}

h1 {

	color: #00853f;

	font-family: "hypatia-sans-pro", sans-serif;

	font-size: 44px;

	margin: 20px 0;

	line-height: 1;

}

h2 {

	color: #717174;

	font-size: 35px;

	line-height: 1;

	margin-bottom: 20px;

}

h3 {

	font-size: 28px;

	color: #717174;

	line-height: 1;

	margin-bottom: 20px;

}

h4 {

	font-size: 23px;

	color: #82c63a;

	line-height: 1;

	margin-bottom: 20px;

}

h5 {

}

h6 {

}

p {

	color: #717174;

	font-size: 16px;

	margin-bottom: 20px;

}

p a {

	text-decoration: none;

	color: #82c63a

}

img {

}

a {

}

a:hover {

}

a img {

}

ul {

	margin-bottom: 25px;

	margin-top: 15px;

}

ul li {

	margin-bottom: 10px;

}

ul li::before {

	background: #82c63a none repeat scroll 0 0;

	content: none;

	height: 4px;

	left: -30px;

	position: absolute;

	top: 9px;

	width: 4px;

}

ol {

	list-style: decimal;

}

ol li {

	margin-bottom: 10px;

}

li {

	color: #717174;

	font-size: 16px;

	margin-left: 30px;

	position: relative;

}

ol {

	margin-bottom: 15px;

	list-style: none;

	counter-reset: li; /* reset counter for ol (li is just arbitrary identifier) */

}

ol > li:before {

	/* pseudo element for custom counter */































	content: counter(li); /* set its content to CSS generated counter, using the "li" counter defined above */

	counter-increment: li; /* increment the li counter each time, assumed starting index is 0 */

	position: absolute;

	color: #82c63a;

	font-weight: 300;

	z-index: -1;

	left: -30px;

	top: 2px;

}

blockquote, blockquote p {

	color: #82c63a;

	font-family: "hypatia-sans-pro", sans-serif;

	font-size: 28px;

	font-style: italic;

	line-height: 1;

	margin: 0;

}

blockquote {

	margin: 0 0 20px 40px;

}

input:focus {

	outline: 0;

}

hr {

}

img {

	max-width: 100%

}

/****************************************************************************************















@







@	Custom Styles







@















****************************************************************************************/







* {

	margin: 0;

	padding: 0;

	list-style: none;

	text-transform: none;

	outline: none;

}

a, button, input {

	transition: all ease-in-out 200ms;

	-webkit-transition: all ease-in-out 200ms;

	-ms-transition: all ease-in-out 200ms;

	-moz-transition: all ease-in-out 200ms;

	-o-transition: all ease-in-out 200ms;

}

body {

	font-size: 16px;

	font-family: "museo-sans", sans-serif;

	font-style: normal;

	font-weight: 300;

}

.text-center {

	text-align: center;

}

.clearfix:before, .clearfix:after, .row:before, .row:after {

	display: table;

	content: " ";

}

.clearfix:after, .row:after {

	clear: both;

}

.wrapper {

	max-width: 1256px;

	margin: 0 auto

}

#preloader {

	background-color: #fff;

	bottom: 0;

	left: 0;

	position: fixed;

	right: 0;

	top: 0;

	z-index: 9999;

}

#status {

	background-position: center center;

	background-repeat: no-repeat;

	height: 400px;

	left: 50%;

	margin: -200px 0 0 -200px;

	position: absolute;

	top: 50%;

	width: 400px;

}

.landing-sec {

	padding: 0 0 90px 0; /*background: url(images/header-top-bg.jpg) no-repeat center top;*/

	background-attachment: fixed;

	background-size: cover;

	position: relative;

	background-repeat: no-repeat;

}

.big-logo {

	background: rgba(0, 34, 31, 0.6) none repeat scroll 0 0;

	padding: 40px 0 0;

	text-align: center;

}

.about-info-text {

	background: rgba(255, 255, 255, 0.8);

	padding: 35px 0;

	text-align: center

}

.about-info-text h1 {

	font-size: 44px;

	color: #717174;

	text-transform: uppercase;

	margin: 30px 0 25px 0;

}

.about-info-text span {

	display: block;

	font-size: 29px;

	color: #717174

}

.about-info-text p {

	font-size: 18px;

	color: #717174;

	line-height: 30px;

	max-width: 735px;

	margin: 0 auto

}

.nav-area {

	background: #82c63a;

	position: absolute;

	width: 100%;

	z-index: 999;

}

.nav-area ul {

	font-size: 0;

	margin: 0;

	padding: 0;

}

.nav-area ul li a {

	font-size: 20px;

	color: #424242;

	font-family: "hypatia-sans-pro", sans-serif;

	text-decoration: none;

	padding: 10px 18px;

	display: block;

}

.nav-area ul li a:hover {

	background: #00853f;

	color: #fff

}

.nav-area ul {

	display: block;

	text-align: center;

}

.nav-area ul li {

	display: inline-block;

	position: relative;

	margin: 0;

	padding: 0;

}

.nav-area ul li:after {

	content: none

}

.nav-area ul ul {

	background: #fff none repeat scroll 0 0;

	display: table;

	left: 0;

	opacity: 0;

	pointer-events: none;

	position: absolute;

	right: 0;

	top: 100%;

	transition: all 200ms ease-in-out 0s;

	-webkit-transition: all 200ms ease-in-out 0s;

	-ms-transition: all 200ms ease-in-out 0s;

	-moz-transition: all 200ms ease-in-out 0s;

	-o-transition: all 200ms ease-in-out 0s;

	width: 260px;

	padding: 0 10px;

	text-align: left;

	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

	-ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

	-o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

}

.nav-area ul li:hover ul {

	opacity: 1;

	pointer-events: inherit;

}

.nav-area ul ul li a:hover {

	background: transparent;

	color: #00853f;

}

.nav-area ul ul li {

	position: relative;

	display: block

}

/*.nav-area ul ul li:after {







	background: #82c63a none repeat scroll 0 0;







	content: "";







	height: 4px;







	left: 0;







	position: absolute;







	top: 25px;







	width: 4px;







}*/







.nav-area ul ul li:before {

	content: none

}

.nav-area ul ul li a {

	font-size: 16px

}

.banner {

	background: url(images/banner.jpg) no-repeat center top;

	padding: 150px 0 140px 0;

	background-size: cover

}

.conditions {

	background-color: rgba(255, 255, 255, 0.8);

	padding: 0;

	padding-left: 427px;

	background-image: url(images/barnd-big.jpg);

	background-repeat: no-repeat;

	background-position: left top;

	background-size: auto 320px;

	min-height: 270px;

}

.col-huf {

	width: 50%;

	float: left;

	position: relative

}

.brand-img {

	width: 360px;

	float: left

}

.conditions h2 {

	float: left;

	padding-left: 20px;

	font-size: 44px;

	color: #00853f;

	margin: 20px 0;

}

.conditions {

	display: table;

	width: 100%

}

.conditions p {

	color: #717174;

	font-size: 22px;

}

.conditions ul {

	margin-bottom: 35px;

}

.options ul {

	margin: 0

}

.options ul li {

	background: url(images/tick.png) no-repeat left 7px;

	font-size: 30px;

	color: #717174;

	padding-left: 55px;

	margin: 10px 0;

}

.options ul li:before {

	content: none

}

.options ul li span {

	color: #00853f;

	font-weight: 700;

	vertical-align: top;

}

.conditions ul li:first-child {

	margin-top: 0

}

.conditions .col-huf {

	display: table-cell;

	height: 100%;

	position: relative;

	float: none;

	vertical-align: top

}

.conditions a, .conditions p a {

	bottom: -60px;

	display: block;

	height: 60px;

	padding: 10px;

	position: absolute;

	text-align: center;

	width: 100%;

	font-size: 28px;

	color: #fff;

	font-family: "hypatia-sans-pro", sans-serif;

	text-decoration: none;

	vertical-align: top

}

.conditions a:hover {

	background: #fff;

	color: #00853f

}

.abt-walter a:hover {

	background: #fff;

	color: #00853f

}

.abt-walter a {

	background: #00853f;

}

.options a {

	background: #82c63a;

}

.col-huf.abt-walter > p {

	padding-left: 20px;

}

.col-huf.abt-walter span {

	color: #82c63a;

	vertical-align: top;

}

.page-title {

	text-align: center;

	padding: 5px 0;

	background: #00853f;

}

.page-title h2 {

	font-size: 44px;

	color: #fff;

	margin: 5px 0 15px;

}

.best-brand ul {

	display: table;

	width: 100%;

	margin: 0

}

.best-brand ul li {

	display: table-cell;

	text-align: center;

	vertical-align: top;

	position: relative;

	width: 25%

}

.best-brand ul li:before {

	content: none

}

.best-brand ul li:first-child a.border-style {

	border-left: 1px solid #82c63a

}

.best-brand ul li a.border-style {

	border-right: 1px solid #82c63a;

	padding: 15px;

	height: 150px;

	margin-bottom: 70px;

	line-height: 150px;

}

.best-brand ul li a.border-style img {

	vertical-align: middle

}

.best-brand ul li a {

	position: relative;

	display: block;

	border: none

}

.best-brand ul li a.border-style:after {

	content: '';

	position: absolute;

	bottom: -57px;

	left: 0;

	right: 0;

	background: url(images/border-style.png) no-repeat center bottom;

	height: 63px;

}

.best-brand h4 {

	color: #00853f;

	font-size: 23px;

	font-weight: 700;

	font-family: "hypatia-sans-pro", sans-serif;

	text-transform: uppercase;

	line-height: 1;

	margin: 0 5px;

	margin-bottom: 35px;

}

.best-brand p {

	color: #717174;

	font-size: 18px;

	margin: 0 5px;

	margin-bottom: 20px

}

.best-brand a {

	font-size: 23px;

	color: #82c63a;

	font-weight: 700;

	text-transform: uppercase;

	text-decoration: none;

	border: none;

	font-family: "hypatia-sans-pro", sans-serif;

	margin-bottom: 20px;

}

.best-brand a:hover {

	color: #00853f

}

.best-selling {

	border-bottom: 80px solid #00853f;

}

.col-4-5 {

	width: 45%;

	float: left

}

.col-5-5 {

	width: 55%;

	float: left

}

.about {

	padding: 65px 0;
	background: rgba(255,255,255,0.8);
    margin-top: 20px;

}

.about h2 {

	font-size: 44px;

	color: #00853f;

	margin: 20px 0;

	margin-top: 0

}

.about p {

	font-size: 23px;

	padding-right: 40px;

}

.about a {
    color: #00853f;
}

.about .shop-btn {
	background-color:#82c63a;
	color: white;
	padding: 10px 20px;
}

.about .shop-btn:hover {
	background-color:white;
	color:#82c63a;
}

.content-box {

	position: relative;

	overflow: hidden;

	margin-bottom: 50px

}

.content-img {

	position: absolute;

	top: 0;

	z-index: -1;

	width: 100%

}

.home .content-box:nth-child(2) div.content-img {

	width: 50%;

	right: 0;

}

.f-r {

	float: right !important

}

.content-box:nth-child(odd) .col-huf:after {

	background: rgba(0, 133, 63, 0.7) none repeat scroll 0 0;

	bottom: 0;

	content: "";

	left: 0;

	position: absolute;

	right: -5000px;

	top: 0;

	z-index: -1;

}

.content-box:nth-child(odd) .col-huf {

	float: right

}

.content-box .col-huf {

	padding: 20px 0 20px 85px;

}

.content-box h2 {

	color: #00853f;

	font-size: 35px;

	margin: 20px 0;

}

.content-box h2, .content-box p {

	color: #fff

}

.content-box p {

	font-size: 16px;

}

.content-box a {

	background: #82c63a none repeat scroll 0 0;

	color: #fff;

	display: inline-block;

	margin: 40px 0 20px 0;

	padding: 8px 60px;

	text-decoration: none;

	font-size: 28px;

	font-family: "hypatia-sans-pro", sans-serif;

	position: relative;

}

.content-box a:hover {

	background: #fff;

	color: #82c63a

}

.content-box a::after {

	background: #82c63a none repeat scroll 0 0;

	bottom: 0;

	content: "";

	height: 39px;

	position: absolute;

	right: -20px;

	top: 8px;

	transform: rotate(134deg);

	-webkit-transform: rotate(134deg);

	-ms-transform: rotate(134deg);

	-moz-transform: rotate(134deg);

	-o-transform: rotate(134deg);

	transition: all 200ms ease-in-out 0s;

	-webkit-transition: all 200ms ease-in-out 0s;

	-ms-transition: all 200ms ease-in-out 0s;

	-moz-transition: all 200ms ease-in-out 0s;

	-o-transition: all 200ms ease-in-out 0s;

	width: 39px;

}

.content-box:hover:after {

	background: #fff;

}

.content-img > img {

	width: 100%;

	max-width: inherit;

}

.content-box:nth-child(even) .col-huf:before {

	background: rgba(0, 133, 63, 1) none repeat scroll 0 0;

	bottom: 0;

	content: "";

	left: -5000px;

	position: absolute;

	right: 0;

	top: 0;

	z-index: -1;

}

.online-shop-section {

	padding: 120px 0 110px;

	background-size: cover;

}

.shop-content {

	margin: 0 auto;

	text-align: center;

	width: 365px;

}

.shop-content > a.shop-btn {

	background: #82c63a none repeat scroll 0 0;

	font-weight: 300;

	margin: 20px 0;

}

.shop-content > a.shop-btn:hover {

	background: #fff;

	color: #82c63a

}

.shop-content > a {

	color: #fff;

	display: block;

	font-size: 34px;

	padding: 15px;

	font-weight: 700;

	text-decoration: none;

}

.footer {

	background: #333333;

	padding: 50px 0;

	padding-bottom: 0

}

.footer-col {

	float: left;

	width: 16.666%;

}

.footer-logo {

	width: 268px;

	float: left

}

.footer-nav-single {

	width: 230px;

	float: left

}

.footer-nav {

	float: left;

	width: 745px;

}

.footer ul {

	margin: 0

}

.footer ul li a {

	font-size: 16px;

	color: #82c63a;

	text-transform: uppercase;

	text-decoration: none;

	font-family: "hypatia-sans-pro", sans-serif;

}

.footer ul li a:hover {

	color: #00853e

}

.footer ul li ul {

	margin: 0;

	padding: 0;

	margin-left: 13px;

}

.footer ul li ul li {

	position: relative;

	padding: 0

}

.footer ul li ul li:after {

	content: '';

	position: absolute;

	left: -12px;

	top: 12px;

	height: 4px;

	width: 4px;

	background: #82c63a;

}

.footer ul li ul li:before {

	content: none

}

.footer ul li ul a {

	color: #fff;

	text-transform: capitalize;

}

footer ul li:first-child {

	margin-top: 0

}

footer ul li {

	margin: 10px 0;

}

footer ul li:before {

	content: none

}

.footer-nav ul {

	display: table;

	width: 100%;

	margin: 0;

}

.footer-nav ul li {

	display: table-cell;

	vertical-align: top;

	padding: 0;

}

.footer-nav ul li:before {

	content: none

}

.footer-nav ul li ul li {

	display: block;

	padding: 0

}

.footer-logo {

	margin-top: 8px

}

.footer-copy {

	background: #00853f;

	padding: 30px 0 25px;

	margin-top: 20px;

	color: #424242;

	font-family: "hypatia-sans-pro", sans-serif;

}

.footer-copy p {

	float: left;

	color: #424242;

	margin: 0;

	font-size: 16px;

}

.footer-copy p a {

	text-decoration: none;

	color: inherit;

	vertical-align: top;

}

.stky-header {

	background: url(images/fxd-head-bg.jpg) no-repeat center top;

	background-size: cover;

	padding: 20px 0;

	position: absolute;

	width: 100%;

	bottom: 0;

	opacity: 0;

	height: 65px;

	z-index: 999;

	transition: all 200ms ease-in-out 0s;

	-webkit-transition: all 200ms ease-in-out 0s;

	-ms-transition: all 200ms ease-in-out 0s;

	-moz-transition: all 200ms ease-in-out 0s;

	-o-transition: all 200ms ease-in-out 0s;

}

.phone {

	text-align: right

}

.phone a {

	color: #fff;

	text-decoration: none;

	font-weight: 700;

	font-size: 21px;

}

.stky-header.fxd {

	position: fixed;

	top: 0;

	opacity: 1;

}

.nav-area.fxd {

	position: fixed;

	top: 65px;

}

.phone a:hover, .shop-content > a:hover {

	color: #fff !important

}

.footer-copy p a:hover {

	color: #424242 !important

}

.shop-content > a.shop-btn:hover {

	color: #000 !important

}

/*.sub-menu::after {







background: rgba(0, 0, 0, 0) url("images/top-arw.png") no-repeat scroll center top;







content: "";







display: none;







height: 12px;







left: -90px;







margin: 0 auto 0 50%;







position: absolute;







right: 0;







top: -10px;







width: 25px;







z-index: 999;







}







.nav-area ul li:hover .sub-menu:after {display: block}







*/







.banner-inner {

	padding: 113px 0 0 0;

	background: none;

}

.left-pannel {

	float: left;

	margin-right: 0;

	width: 360px;

}

.right-pannel {

	float: left;

	width: 830px;

}

.top-title {

	color: #fff;

	padding: 35px 0;

	background: #00853f;

	height: 99px;

}

.top-title h3 {

	color: inherit;

}

.light-bg {

	background: rgba(130, 198, 58, 0.8) none repeat scroll 0 0;

	height: 99px;

}

.page-name {

	margin: -99px 0 0;

	position: relative;

	z-index: 9;

	overflow: hidden;

}

.page-name .left-pannel, .page-name .right-pannel {

	position: relative;

}

.page-name .left-pannel::before {

	background: #00853f none repeat scroll 0 0;

	bottom: 0;

	content: "";

	left: -5000px;

	position: absolute;

	right: 100%;

	top: 0;

	z-index: 99;

}

.page-name .right-pannel::after {

	background: rgba(130, 198, 58, 0.8) none repeat scroll 0 0;

	bottom: 0;

	content: "";

	right: -5000px;

	position: absolute;

	left: 100%;

	top: 0;

	z-index: 99;

}

.sub-category {

	margin-bottom: 40px;

}

.sub-category li a {

	border-bottom: 1px solid #f6f6f6;

	color: #717174;

	display: block;

	font-family: "hypatia-sans-pro", sans-serif;

	font-size: 26px;

	padding: 15px 0 20px;

	text-decoration: none;

	position: relative;

}

.sub-category li a:hover, .sub-category li.current-menu-item a, .sub-category li.current-product-ancestor a {

	color: #fff;

}

.sub-category li {

	position: relative;

	padding-left: 15px;

	margin: 0

}

.sub-category li:before {

	content: none

}

.sub-category li:hover::after, .sub-category li.current-menu-item::after, .sub-category li.current-product-ancestor::after {

	background: #939292 none repeat scroll 0 0;

	bottom: 1px;

	content: "";

	left: -5000px;

	position: absolute;

	right: 0;

	top: 0;

	z-index: -1;

}

.sub-category li:hover::before, .sub-category li.current-menu-item::before, .sub-category li:hover::before, .sub-category li.current-product-ancestor::before {

	background: #939292 none repeat scroll 0 0;

	bottom: 0;

	content: "";

	height: 40px;

	position: absolute;

	left: 100%;

	top: 17px;

	transform: rotate(134deg);

	transition: all 200ms ease-in-out 0s;

	width: 40px;

	margin-left: -20px;

}

/*.sub-category li a::before {







	background: #82c63a none repeat scroll 0 0;







	content: "";







	height: 4px;







	left: -15px;







	position: absolute;







	top: 34px;







	width: 4px;







	z-index: 99;







}*/







.right-content {

	padding: 0 80px 0 50px

}

.right-content ul li {

	margin-left: 0!important;

	padding-left: 30px;

	position: relative;

}

.right-content ul li:before {

	background: #82c63a;

	content: ' ';

	height: 4px;

	left: 0;

	position: absolute;

	top: 50%;

	width: 4px;

	z-index: 99;

	transform: translate(0, -50%);

	-moz-transform: translate(0, -50%);

	-ms-transform: translate(0, -50%);

	-o-transform: translate(0, -50%);

	-webkit-transform: translate(0, -50%);

}

.my-form {

	width: 544px;

}

.my-form label, .my-form input {

	width: 100%;

	display: block;

}

.my-form label {

	font-size: 19px;

	color: #717174;

	margin-bottom: 15px

}

.my-form input {

	border: 1px solid #82c63a;

	height: 45px;

	margin-bottom: 25px;

	padding: 10px;

}

.under-border {

	background: #f6f6f6 none repeat scroll 0 0;

	border: 1px solid #82c63a;

	padding: 35px;

	margin-bottom: 20px;

}

.my-form input[type="submit"] {

	background: #82c63a none repeat scroll 0 0;

	color: #fff;

	display: inline-block;

	font-size: 28px;

	font-weight: 300;

	height: auto;

	margin: 20px 0;

	padding: 12px 40px;

	width: auto;

}

.my-form input[type="submit"]:hover {

	background: #00853f;

	cursor: pointer;

}

.right-content img {

	margin: 20px 0;

	height: inherit

}

hr {

	background: #82c63a none repeat scroll 0 0;

	display: block;

	height: 2px;

	margin: 20px 0;

}

.pagination {

	margin: 20px 0

}

.pagination ul li {

	display: inline-block;

}

.pagination ul li a {

	display: block;

	text-decoration: none;

	text-transform: uppercase;

	color: #82c63a;

	background: #f6f6f6;

	font-size: 16px;

	padding: 10px 15px;

	margin: 0 5px;

}

.pagination ul li:first-child a, .pagination ul li:last-child a {

	background: transparent;

}

.pagination ul li:hover a, .pagination ul li.active a {

	background: #82c63a;

	color: #fff;

}

.pagination ul li:first-child a:hover, .pagination ul li:last-child a:hover {

	background: transparent;

	color: #82c63a;

}

.left-pannel .content-box:nth-child(2n) .col-huf::before {

	content: none

}

.left-pannel .content-box:nth-child(2n+1) .col-huf {

	float: none;

}

.left-pannel .content-img {

	position: static;

}

.left-pannel .content-img > img {

	max-width: 835px;

	height: inherit;

}

.left-pannel .content-box .col-huf {

	width: 100%;

	float: none;

	background: #00853f;

	padding: 15px 35px;

}

.left-pannel .content-box h2 {

	margin-top: 0

}

.left-pannel .content-box a {

	margin: 20px 0

}

.light-bg h2, .light-bg h1 {

	color: #fff;

	line-height: 99px;

	margin: 0;

	padding: 0 50px;

}

.right-content.with-bg {

	background: #f6f6f6 none repeat scroll 0 0;

}

.product-pic {

	height: 345px;

	margin-bottom: 20px;

	overflow: hidden;

}

.product a {

	border: medium none;

	color: #82c63a;

	font-family: "hypatia-sans-pro", sans-serif;

	font-size: 20px;

	margin-bottom: 20px;

	text-decoration: none;

	text-transform: uppercase;

	display: block;

}

.product a.inlineLink {

	display: inline;

	text-transform: none;

	font-size: 16px;

	border: none;

	font-family: "museo-sans", sans-serif;

}

.rs {

	color: #717174;

	font-size: 23px;

	font-weight: 700;

	margin: 20px 0 0 0

}

.product-description button, .button {

	background: #82c63a none repeat scroll 0 0 !important;

	color: #fff !important;

	display: inline-block !important;

	font-size: 28px !important;

	font-weight: 300 !important;

	height: auto;

	margin: 0 !important;

	padding: 12px 40px !important;

	width: auto;

	text-transform: uppercase;

	border-radius: 0 !important;

	-webkit-border-radius: 0 !important;

	-ms-border-radius: 0 !important;

	-moz-border-radius: 0 !important;

	-o-border-radius: 0 !important;

}

.product-description button:hover, .button:hover {

	background: #00853f !important;

	cursor: pointer;

}

.product {

	border-bottom: 1px solid #e4dfdd;

	margin: 0 10px 20px;

	padding-bottom: 40px;

}

.white-bg {

	background: #fff !important;

	padding: 0 0 0 40px;

}

/*.nav-area ul li.active::after {







background: #fff;







content: "";







display: block;







height: 13px;







left: -12px;







position: absolute;







right: 0;







top: 100%;







width: 24px;







z-index: 999;







}







*/







.slider {

	margin: 45px auto 20px;

	width: 100%;

}

.slick-slide {

	margin: 0 10px;

}

.slick-slide img {

	width: 100%;

	margin: 0

}

.slick-prev:before, .slick-next:before {

	color: black;

}

.slick-dotted.slick-slider {

	margin: 0;

}

.slick-next.slick-arrow {

	display: none !important;

}

.slick-prev.slick-arrow {

	display: none !important;

}

.slider-nav {

	margin: 20px 0;

}

.product-description.for-details {

	margin: 50px 0;

	padding: 0 15px;

}

.brand-name {

	font-family: "hypatia-sans-pro", sans-serif;

	font-size: 20px;

	margin-bottom: 15px;

	color: #717174;

}

.brand-name span {

	vertical-align: top;

}

.size {

	font-size: 18px;

	color: #82c63a

}

.size i {

	color: #00853f;

	margin-left: 5px;

}

.prodct-area select {

	-moz-appearance: none;

	-webkit-appearance: none;

	-ms-appearance: none;

	-o-appearance: none;

	border: 1px solid #89c945;

	color: #82c63a;

	font-size: 18px;

	margin: 0 0 0 10px;

	padding: 10px;

	text-align: right;

	width: 160px;

	background: #fff;

}

option {

	-moz-appearance: none;

	-webkit-appearance: none;

	-ms-appearance: none;

	-o-appearance: none;

	border-bottom: 1px solid #89c945;

	box-shadow: none;

	margin: 0;

	padding: 0 10px;

}

select>option:hover {

	color: #1B517E;

	background: #000;

	cursor: pointer;

}

.social-nav {

	margin: 0 10px

}

.social-nav li {

	display: inline-block;

	margin: 0 5px;

}

.social-nav li a {

	color: #959595;

	font-weight: lighter;

}

.add-to-cart-msg p {

	color: #cd2342;

	font-size: 23px

}

.add-to-cart-msg {

	margin: 65px 0 10px 30px;

}

.for-details .rs {

	margin-bottom: 20px;

}

.variable.slider .slick-slide {

	width: 165px;

}

.you-may-also-like .slick-slide h3 {

	font-size: 20px;

	margin: 15px 0;

}

.variable .slick-slide .rs {

	margin: 0 0 20px 0

}

.right-gap {

	margin-right: 15px;

}

.about-inner-page {

	padding-left: 60px;

	padding-top: 50px;

}

.light {

	background: #e4dfdd none repeat scroll 0 0;

}

.you-may-also-like .variable {

	margin: 25px auto 20px;

}

.about-inner-page .options {

	margin: 60px 0 0;

}

.resposive-menu {

	text-align: right;

	display: none;

}

.resposive-menu i {

	color: #fff;

	font-size: 32px;

	padding: 10px 15px;

	cursor: pointer;

	transition: all 200ms ease-in-out 0s;

	-webkit-transition: all 200ms ease-in-out 0s;

	-ms-transition: all 200ms ease-in-out 0s;

	-moz-transition: all 200ms ease-in-out 0s;

	-o-transition: all 200ms ease-in-out 0s;

}

.resposive-menu i:hover {

	color: #00853f

}

.responsive-icon i {

	font-size: 32px;

	padding: 5px;

	color: #00853f;

	display: none;

	cursor: pointer;

}

.resposive-menu button {

	background: transparent;

}

.inner-content {

	min-height: 250px;

}

/*wordpress*/







.conditions p:last-child {

	padding: 0;

}

.nav-area ul > li.current-menu-item > a {

	background: #00853f;

	color: #fff;

}

.sub-menu li.current-menu-item a, .sub-menu li.current-product-ancestor a {

	background: transparent !important;

	color: #00853f !important;

}

.banner-inner img {

	width: 100%;

	height: auto;

}

/*wp*/



div.online-shop-section {

	display: none;

}

.top-icon {

	margin-right: 10px;

	position: relative

}

.cart-count {

	background: #000 none repeat scroll 0 0;

	border-radius: 50%;

	-webkit-border-radius: 50%;

	-ms-border-radius: 50%;

	-moz-border-radius: 50%;

	-o-border-radius: 50%;

	display: inline-block;

	font-size: 12px;

	font-weight: lighter;

	height: 20px;

	line-height: 20px;

	position: absolute;

	right: -10px;

	text-align: center;

	top: -5px;

	width: 20px;

}

#order_review ul li::before {

	content: none !important;

}

.inlineLink {

	vertical-align: bottom;

}

.product a img {

	width: 100% !important

}

.woocommerce-Price-currencySymbol {
	display: inline-block;
    float: left;
    min-width:10px;
}

.woocommerce-Price-amount {
	display: inline-block;
}

.price .suggested-text {font-size: 18px;}

.woocommerce .quantity .qty {

	position: absolute;

	left: 0;

	top: 0;

	height: 50px;

	width: 50px;

	border: 1px solid #82c63a;

	padding: 10px;

	font-size: 16px;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

	margin: 0;

}

.quantity {

	height: 50px;

	position: relative;

	width: 100%;

	margin: 20px 0 !important;

	padding-left: 80px;

}

.plus, .minus {

	color: #82c63a !important;

	display: inline-block !important;

	font-size: 30px !important;

	font-weight: 700;

	cursor: pointer;

}

.indec_quan {

	text-transform: uppercase;

	font-size: 12px;

	letter-spacing: 2px;

	color: #000;

	vertical-align: top;

	padding: 17px 10px 0;

	display: inline-block;

}

.woocommerce-breadcrumb {

	display: none;

}

.woocommerce-message {

	top: 15px

}

.woocommerce-tabs.wc-tabs-wrapper {

	display: none;

}

.product_meta {

	display: none;

}

.post-175.product.type-product.status-publish.has-post-thumbnail.product_cat-fertilisers.shipping-taxable.purchasable.product-type-simple.product-cat-fertilisers.instock {

	border: none

}

.woocommerce-cart table.cart td.actions .coupon .input-text {

	height: 54px;

	padding: 6px 15px 5px;

	width: auto;

}

.woocommerce table.shop_table th {

	font-weight: 300;

}

.woocommerce-cart table.cart img {

	width: 120px;

}

.wc-proceed-to-checkout {

	text-align: right;

}

.woocommerce-cart .indec_quan {

	padding-top: 13px

}

.input-text {

	border: 1px solid #82c63a;

	height: 40px;

	padding: 10px;

}

.select2-container .select2-choice {

	border: 1px solid #82c63a;

	border-radius: 0;

	-webkit-border: 1px solid #82c63a;

	-ms-border: 1px solid #82c63a;

	-moz-border: 1px solid #82c63a;

	-o-border: 1px solid #82c63a;

}

.error-404 {

	text-align: center

}

.error-404 .page-title {

	margin: 25px 0;

	color: #fff

}

.page-title h1 {

	color: #fff

}

.woocommerce-pagination {

	display: none !important

}

.menu-item-has-children a {

	position: relative;

}

.menu-item-has-children a::after {

	background: rgba(0, 0, 0, 0) url("images/top-arw.png") no-repeat scroll center top;

	bottom: 0;

	content: "";

	height: 12px;

	left: 50%;

	margin-left: -12px;

	opacity: 0;

	position: absolute;

	width: 24px;

	z-index: 99;

}

.menu-item-has-children:hover a:after {

	opacity: 1

}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {

	display: block;

	text-decoration: none;

	text-transform: lowercase;

	color: #82c63a;

	background: #f6f6f6;

	font-size: 16px;

	padding: 10px 15px;

	margin: 0 5px;

}

.woocommerce nav.woocommerce-pagination ul li, .woocommerce nav.woocommerce-pagination ul li {

	border: medium none !important;

}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {

	background: #82c63a;

	color: #fff;

}

.page-numbers {

	border: medium none !important;

}

.woocommerce-pagination {

	margin-bottom: 20px;

}

.woocommerce div.product form.cart .variations select {

	appearance: none;

	-moz-appearance: none;

	-webkit-appearance: none;

	-ms-appearance: none;

	-o-appearance: none;

	background: #fff none repeat scroll 0 0;

	border: 1px solid #89c945;

	color: #89c945;

	font-size: 18px;

	padding: 10px;

}

a.product_type_variable {
	margin-top: 15px!important;
}

.woocommerce div.product {

	overflow: hidden;

}

.woocommerce div.product p.price, .woocommerce div.product span.price {

	margin: 10px 0;/* float: left; */



}

.woocommerce div.product form.cart .reset_variations {

	display: none !important;

}

.woocommerce div.product form.cart .reset_variations {

	display: none !important;

}

.thumbnails.columns-3 {

	padding: 0 !important;

}

.woocommerce div.product div.images img {

	margin: 0;

}

.woocommerce div.product {

	margin-top: 20px;

}

.summary.entry-summary h1 {

	color: #717174;

	font-size: 28px;

	line-height: 1;

	margin-bottom: 20px;

}

.woocommerce div.product form.cart .variations td.label {

	vertical-align: middle;

}

.woocommerce div.product form.cart .variations label {

	font-weight: 300;

}

.brand-name {

	display: block;

}

.related.products ul li {

	float: left;

	margin: 0;

	padding-right: 15px;

	width: 25%;
	display: block;
	padding-left: 0;

}

.single-product .product {

	border-bottom: medium none;

}

.woocommerce-ordering {

	display: none;

}

.woocommerce-result-count {

	display: none;

}

.slick-slide a {

	color: #717174;

	display: block;

	min-height: 65px;

	text-decoration: none;

}

.product p {

}

.related.products ul li::before {

	content: none;

}

.product h3 {

	min-height: 60px

}

.footer ul li ul li {

	margin: 10px 0;

}

footer .menu-item-has-children:hover a::after {

	content: none

}

#HMWbackbutton {

	padding: 20px;

	background-color: #82c63a;

	cursor: pointer;

	margin-top: 20px;

	text-transform: uppercase;

	color: #FFF;

	font-size: 24px;

	font-weight: normal

}

li a {

	text-decoration: none;

	color: #82c63a;

}

.best-brand p {

	max-height: 90px;

	overflow: hidden;

}

.best-brand h4 {

	min-height: 70px;

}

p a {

	vertical-align: bottom;

}

.attachment-shop_catalog.size-shop_catalog.wp-post-image {

    margin-bottom: 20px;

}



/************ Testimonial Style (15-07-2016)

******************************************/

.testimo-outer {

	background:#f5f5f5;

	padding:40px 0 100px;

}

.testimo-outer .testimo-wrap {

	max-width:840px;

	margin:0 auto;

	text-align:center;

}

.testimo-outer .testimo-wrap .testimo-col h2 {

	font-size: 32px;

    color: #82c739;

    margin: 0 0 35px;

}

.testimo-outer .testimo-wrap .testimo-col p {

	font-size: 21px;

	line-height:30px;

    color: #666666;

	font-style:italic;

    margin: 0 0 9px;

}

.testimo-outer .testimo-wrap .testimo-col h3 {

	font-size: 21px;

	line-height:30px;

    color: #666666;

    margin: 0 0 10px;

}

.slider-testimonial {

	position:relative;

}

.slider-testimonial .slick-prev.slick-arrow, .slider-testimonial .slick-next.slick-arrow {

	display:block !important;

	position:absolute;

	bottom:-55px;

	width:39px;

	height:26px;

	color:#d0d0d0;

	font-size:1px;

	cursor:pointer;

}

.slider-testimonial .slick-prev.slick-arrow {

	left:50%;

	margin-left:-44px;

	background: url("images/prv-btn.png") no-repeat 0 0;

}

.slider-testimonial .slick-next.slick-arrow {

	right:50%;

	margin-right:-44px;

	background: url("images/nxt-btn.png") no-repeat 0 0;

}



/****************************************************************************************







@







@	Responsive Styles







@







****************************************************************************************/















/****************************************************/







@media (min-width:1400px) {

.content-img > img {

	width: 100%;

}

.banner.banner-inner > img {

	width: 100%;

}

.sub-category li:hover::after, .sub-category li.current-menu-item::after, .sub-category li:hover::after, .sub-category li.current-product-ancestor::after {

	bottom: 2px;

}

}

 @media (min-width:1200px) {

}















/****************************************************/







@media (min-width:991px) {

}















/****************************************************/







@media (min-width:768px) {

}















/****************************************************/







@media (max-width:1399px) {

.wrapper {

	width: 1190px;

}

}















/****************************************************/







@media (max-width:1199px) {

.nav-area ul ul li::after {

	top: 19px

}

h1 {

	font-size: 30px

}

h2 {

	font-size: 26px

}

h3 {

	font-size: 22px

}

h4 {

	font-size: 20px

}

p {

	font-size: 16px

}

blockquote, blockquote p {

	font-size: 22px

}

.nav-area ul li a {

	font-size: 18px;

	padding: 10px;

}

.nav-area ul ul li a {

	font-size: 14px;

}

.conditions {

	background-size: auto 250px;

	padding: 0 0 0 335px;

}

.conditions h2 {

	font-size: 36px;

}

.conditions p {

	font-size: 20px;

}

.options ul li {

	font-size: 24px;

}

.conditions ul {

	margin-bottom: 20px;

}

.conditions a {

	bottom: -48px;

	font-size: 20px;

	height: 48px;

}

.page-title h2 {

	font-size: 36px;

}

.best-brand ul li a.border-style::after {

	bottom: -45px;

}

.about h2 {

	font-size: 36px

}

.about p {

	font-size: 20px;

}

.about {

	padding: 50px 0;

}

.content-box h2 {

	font-size: 34px;

}

.content-box p {

	font-size: 14px;

}

.content-box .col-huf {

	padding: 20px 0 20px 40px;

}

.content-box a {

	font-size: 22px;

}

.content-box a::after {

	height: 33px;

	right: -17px;

	top: 7px;

	width: 34px;

}

.shop-content > a {

	font-size: 30px;

}

.online-shop-section {

	padding: 70px 0;

}

.footer-logo {

	float: left;

	margin-bottom: 25px;

	text-align: center;

	width: 100%;

}

.footer-nav-single {

	width: 240px;

}

.footer-nav {

	width: 740px;

}

.landing-sec {

	background-attachment: scroll;

}

.banner-inner {

	padding: 110px 0 0;

}

.left-pannel {

	width: 320px;

}

.right-pannel {

	width: 650px;

}

.sub-category li a {

	font-size: 22px;

}

.my-form label {

	font-size: 16px;

	margin-bottom: 10px;

}

.my-form input[type="submit"] {

	font-size: 20px

}

.top-title {

	height: 85px;

}

.light-bg {

	height: 85px;

}

.page-name {

	margin: -85px 0 0;

}

.light-bg h2, .light-bg h1 {

	line-height: 80px;

}

.product-pic {

	height: 240px;

}

.product-description button, .button {

	font-size: 18px !important

}

.product a {

	font-size: 16px

}

.product p {

	font-size: 14px;

}

.right-content {

	padding: 0 40px 0 50px;

}

.add-to-cart-msg p {

	font-size: 17px;

}

.variable.slider .slick-slide {

	width: 171px;

}

.about {

	padding: 20px 0;

}

.options li {

	background-size: 20px auto !important;

	padding-left: 35px !important;

}

.conditions a, .conditions p a {

	font-size: 22px

}

.right-content iframe {

	width: 100%; /*height:auto;*/

}

}















/****************************************************/







@media (max-width:991px) {

h1 {

	font-size: 26px;

}

h2 {

	font-size: 24px;

}

h3 {

	font-size: 20px;

}

h4 {

	font-size: 18px;

}

blockquote, blockquote p {

	font-size: 20px;

}

.nav-area ul li a {

	font-size: 14px;

	padding: 10px 6px;

}

.nav-area ul ul li a {

	font-size: 12px;

	padding: 10px 3px;

}

.nav-area ul ul li::after {

	content: none;

}

.sub-menu::after {

	left: -50px

}

.about-info-text h1 {

	font-size: 40px;

}

.about-info-text p {

	font-size: 16px;

	line-height: 22px;

}

.options ul li {

	background-size: 20px auto;

	font-size: 18px;

	padding-left: 30px;

}

.conditions p {

	font-size: 16px;

}

.conditions {

	background-size: auto 208px;

	padding: 0 0 0 280px;

}

.conditions h2 {

	font-size: 26px;

}

.conditions a, .conditions p a {

	font-size: 17px;

	padding: 11px 5px;

}

.page-title h2 {

	font-size: 26px;

	margin: 5px 0 10px;

}

.best-brand ul li a.border-style::after {

	bottom: -33px;

}

.best-brand h4 {

	font-size: 16px

}

.best-brand ul li a.border-style {

	margin-bottom: 50px

}

.best-brand h4 {

	margin: 0 5px 20px;

}

.best-brand p {

	font-size: 16px

}

.best-brand a {

	font-size: 16px

}

.best-selling {

	border-bottom: 40px solid #00853f;

}

.about h2 {

	font-size: 26px;

}

.about p {

	font-size: 16px;

}

.content-box h2 {

	font-size: 26px;

}

.content-box p {

	font-size: 14px;

}

.content-box a {

	margin: 20px 0;

}

.content-box {

	margin-bottom: 25px;

}

.content-box .col-huf {

	padding: 20px 0 20px 25px;

}

.shop-content > a.shop-btn {

	display: inline-block;

	font-size: 18px;

	margin-bottom: 0;

	padding: 15px 40px;

}

.shop-content > a {

	font-size: 20px;

}

.footer-nav-single {

	width: 160px;

}

.footer-nav {

	width: 570px;

}

.footer ul li a {

	font-size: 12px

}

footer ul li {

	margin: 5px 0;

}

.footer-copy {

	padding: 15px 0;

}

.footer-copy p {

	font-size: 12px

}

.footer {

	padding: 30px 0 0;

}

.sub-menu::after {

	top: 30px

}

.best-brand ul li a.border-style {

	height: 130px;

	line-height: 110px;

}

.banner-inner {

	padding: 100px 0 0;

}

.left-pannel {

	width: 250px;

}

.right-pannel {

	width: 490px;

}

.sub-category li a {

	font-size: 18px;

}

.sub-category li:hover::before, .sub-category li.current-menu-item::before, .sub-category li:hover::before, .sub-category li.current-product-ancestor::before {

	top: 10px

}

.sub-category li a::before {

	top: 27px

}

.right-content {

	padding: 0 15px 0 30px;

}

.my-form {

	width: 100%;

}

.content-box a {

	padding: 8px 40px;

}

.left-pannel .content-box .col-huf {

	padding: 15px;

}

.product-pic {

	height: 200px;

}

.product h3 {

	margin-bottom: 10px;

}

.product p {

	font-size: 12px;

	margin-bottom: 10px;

}

.product a {

	font-size: 14px;

}

.quantity img {

	width: 150px;

	margin: 10px 0;

}

.rs {

	font-size: 20px;

	margin: 10px 0 0 0;

}

.product-description button, .button {

	font-size: 12px !important;

}

.product {

	margin: 0 10px 0px;

	padding-bottom: 20px;

}

.product-description.for-details p {

	font-size: 12px;

	margin-bottom: 10px;

}

.brand-name {

	font-size: 15px;

	margin-bottom: 10px;

}

.product-description.for-details h3 {

	font-size: 18px;

	margin-bottom: 10px;

}

.prodct-area select {

	padding: 5px;

	width: 120px;

}

.add-to-cart-msg {

	margin: 25px 0;

}

.product-description.for-details {

	margin-bottom: 0

}

.about-inner-page .options {

	margin: 35px 0 0;

}

.footer-nav-single {

	width: 185px;

}

.options li {

	background-size: 16px auto !important;

}

.content-img > img {

	width: auto;

}

.quantity {

	padding-left: 35px;

}

.woocommerce .quantity .qty {

	height: 30px;

	width: 30px;

	font-size: 14px;

	-webkit-appearance: none;

	-moz-appearance: none;

	appearance: none;

}

.product a {

	font-size: 14px!important;

}

.indec_quan {

	padding: 4px 0;

}

}















/****************************************************/







@media (max-width:767px) {

.wrapper {

	width: 100%;

}

.big-logo img {

	max-width: 500px;

}

.about-info-text h1 {

	font-size: 30px;

}

.about-info-text p {

	font-size: 14px;

	line-height: 22px;

	padding: 0 15px;

}

.stky-header img {

	max-width: 130px;

}

.stky-header {

	padding: 24px 10px;

}

.phone a {

	font-size: 16px

}

.nav-area ul li {

	display: block;

}

.nav-area ul {

	display: none;

	border-top: 2px solid #fff

}

.resposive-menu {

	display: block;

}

.conditions {

	background-image: none !important;

	padding: 0;

}

.best-brand ul li a.border-style::after {

	bottom: -24px;

}

.best-brand h4 {

	font-size: 13px;

	margin: 0 5px 15px;

}

.best-brand p {

	font-size: 13px;

}

.best-brand a {

	font-size: 12px;

}

.about p {

	font-size: 13px;

	padding-right: 10px;

}

.about h2 {

	font-size: 22px;

}

.options ul li {

	font-size: 14px

}

.about {

	padding: 30px 10px;

}

.content-box h2 {

	font-size: 22px;

}

.content-box p {

	font-size: 16px;

}

.content-box a {

	font-size: 15px;

}

.content-box a::after {

	height: 27px;

	right: -14px;

	top: 6px;

	width: 27px;

}

.online-shop-section .col-huf {

	float: none;

	width: 100%;

}

.footer-nav-single {

	margin-bottom: 15px;

}

.footer-nav {

	width: 100%;

	padding: 0 10px;

}

.footer-nav ul {

	width: 100%;

}

.footer-nav ul li {

	display: inline-block;

	width: 45%;

}

.footer-nav ul li ul li {

	width: 100%;

}

.footer-logo {

	text-align: left;

	width: 46%;

}

.footer ul li:first-child {

	margin-top: 10px;

}

.footer-logo > a {

	display: block;

	margin: 10px 10px 0;

}

.footer-copy {

	padding: 15px 10px;

}

.nav-area ul li:hover ul {

	position: static;

}

.sub-menu::after {

	content: none

}

.right-pannel {

	width: 100%;

}

.left-pannel {

	position: absolute;

	left: -250px;

	background: #fff;

	z-index: 99;

	transition: all ease-in-out 200ms;

	-webkit-transition: all ease-in-out 200ms;

	-ms-transition: all ease-in-out 200ms;

	-moz-transition: all ease-in-out 200ms;

	-o-transition: all ease-in-out 200ms;

}

.left-pannel.active {

	left: 0;

}

.page-name .left-pannel {

	display: block;

	position: static;

}

.responsive-icon i {

	display: block;

}

.left-pannel .content-box {

	margin-right: 10px;

	margin-left: 10px;

}

.right-gap {

	margin-right: 0;

}

.options ul li {

	background-position: left 3px

}

.footer-logo {

	text-align: center;

	width: 100%;

}

.footer-nav-single {

	padding: 0 10px;

	width: 25%;

}

.footer-nav-single {

	padding: 0 10px;

	text-align: center;

	width: 100% !important;

}

.footer ul li ul li::after {

	content: none

}

.fa {

	vertical-align: middle;

}

.phone a {

	font-size: 11px;

	vertical-align: middle;

}

.nav-area ul li a {

	font-size: 12px;

	padding: 3px;

}

.nav-area ul li ul {

	display: none !important;

}

/*=========	Testimonial Responsive (15-07-2016)*/

.testimo-outer {

    padding: 20px 0 75px;

}

.slider-testimonial .slick-prev.slick-arrow, .slider-testimonial .slick-next.slick-arrow {

    bottom: -45px;

}

.testimo-outer .testimo-wrap .testimo-col h2 {

    margin: 0 0 20px;

}

.testimo-outer .testimo-wrap .testimo-col p {

    font-size: 19px;

    line-height: 26px;

}

.testimo-outer .testimo-wrap .testimo-col h3 {

    font-size: 20px;

    line-height: 20px;

	margin-bottom:8px;

}

}















/****************************************************/







@media (max-width:600px) {

h1 {

	font-size: 20px;

}

h2 {

	font-size: 18px;

}

h3 {

	font-size: 16px;

}

h4 {

	font-size: 14px;

}

p {

	font-size: 12px;

}

li {

	font-size: 14px;

}

blockquote, blockquote p {

	font-size: 16px;

	margin: 0 0 20px 0;

}

.big-logo img {

	max-width: 250px;

}

.landing-sec {

	padding: 100px 0 40px;

}

.about-info-text {

	padding: 15px 0;

}

.about-info-text h1 {

	font-size: 22px;

}

.about-info-text h1 {

	font-size: 22px;

	margin: 15px 0;

}

.about-info-text p {

	font-size: 12px;

	line-height: 20px

}

.stky-header img {

	max-width: 100px;

	display: inline-block;

	vertical-align: middle;

}

.stky-header {

	height: 30px;

	padding: 4px 10px;

}

.col-huf {

	float: none;

	position: relative;

	width: 100%;

}

.conditions .col-huf {

	display: block;

}

.conditions a, .conditions p a {

	position: static;

}

.conditions ul {

	margin-bottom: 20px;

	margin-top: 20px;

	padding: 0 15px;

}

.conditions h2 {

	padding-left: 15px;

	padding-right: 15px;

	width: 100%

}

.col-huf.abt-walter > p {

	padding-left: 15px;

	padding-right: 15px;

}

.stky-header .col-huf {

	float: left;

	width: 50%;

}

.best-brand ul {

	display: block;

	width: 100%;

}

.best-brand ul li {

	border-top: 1px solid #82c63a;

	display: block;

	margin: 0 auto;

	width: 300px;

}

.col-4-5 {

	float: none;

	width: 100%;

}

.col-5-5 {

	float: none;

	width: 100%;

}

.content-img > img {

	max-width: inherit;

	width: 700px;

}

.content-img {

	position: static;

}

.banner {

	padding: 150px 0 45px;

}

.shop-content {

	padding: 0 25px;

	width: 100%;

}

.footer-logo {

	width: 100%;

	text-align: center;

}

.big-logo > a {

	display: block;

}

.nav-area.fxd {

	top: 30px;

}

.resposive-menu i {

	font-size: 24px;

	padding: 5px 10px;

}

.footer-nav-single {

	padding: 0 10px;

	width: 100%;

}

.footer-nav ul li {

	display: block;

	width: 100%;

}

footer ul li {

	text-align: center;

}

.footer ul li ul {

	margin-left: 0;

}

.footer ul li ul li::after {

	content: none

}

.footer-copy p {

	font-size: 10px;

}

.best-brand ul li a.border-style::after {

	bottom: -57px;

}

.best-brand ul li a.border-style {

	margin-bottom: 100px;

	border-left: 1px solid;

}

.page-name .top-title {

	height: auto;

	padding: 10px 0;

}

.top-title h3 {

	margin: 0;

	font-size: 16px;

	padding: 0 15px;

}

.light-bg {

	height: auto;

	padding: 10px 0;

}

.page-name {

	position: static;

	margin: 0;

}

.banner-inner {

	padding: 64px 0 0 0;

}

.page-name .left-pannel {

	width: 100%;

}

.right-content {

	padding: 0 15px 0 15px;

}

.under-border {

	padding: 10px

}

.my-form input {

	height: 35px;

	margin-bottom: 15px;

}

.my-form input[type="submit"] {

	font-size: 14px;

	padding: 10px 10px;

	margin: 0;

}

.pagination ul li a {

	font-size: 12px;

	padding: 5px 10px;

	margin: 0 5px;

}

.sub-category li a {

	font-size: 12px;

	padding: 10px 0 10px

}

.sub-category li:hover::before, .sub-category li.current-menu-item::before, .sub-category li:hover::before, .sub-category li.current-product-ancestor::before {

	top: 6px;

}

.sub-category li:hover::before, .sub-category li.current-menu-item::before, .sub-category li:hover::before, .sub-category li.current-product-ancestor::before {

	height: 26px;

	right: -12px;

	width: 26px;

}

.sub-category li a::before {

	top: 18px;

	left: -10px;

}

.light-bg h2, .light-bg h1 {

	line-height: 1;

	padding-left: 15px;

}

.product-pic img {

	width: 100%;

}

.product-pic {

	height: inherit;

}

.product-description.for-details {

	margin: 0;

	padding: 0 10px;

}

.add-to-cart-msg {

	margin: 20px 10px;

}

.conditions a, .conditions p a {

	font-size: 18px;

	position: static;

	height: inherit;

}

.conditions p {

	padding: 0 15px !important;

}

.nav-area ul li a {

	font-size: 10px;

	padding: 3px;

}

.nav-area ul li a {

	font-size: 16px;

	padding: 5px;

}

.sub-category li a {

	font-size: 16px;

	padding: 10px 0 10px;

}

p {

	font-size: 14px

}

.best-brand h4 {

    min-height: inherit;

}



}















/****************************************************/







@media (max-width:460px) {

}















/****************************************************/















/*container media*/







@media (min-width:768px) {

.wrapper {

	width: 740px;

}

.nav-area ul {

	display: block !important;

}

}

 @media (min-width:992px) {

.wrapper {

	width: 970px;

}

}

 @media (min-width:1200px) {

.wrapper {

	width: 1190px;

}

}

 @media (min-width:1400px) {

.wrapper {

	width: 1290px;

}

}

 @media only screen  and (max-device-width : 700px)  and (orientation : landscape) {

li a {

	font-size: 12px;

	padding: 3px;

}

}







/****************************************************************************************







@







@	End Responsive Styles







@







****************************************************************************************/

