@media screen and (max-width:680px){
a img, div img, img, .video embed{
	max-width:100%;
}
a img, img {
	border:0;
}
a{
	text-decoration:none;
}
#page{
	width:100%;
	margin:0px auto;
	padding:0px;
	border-top:5px solid #44a43d;
	background:#f3f3f3;
}
#storebg{
	background:#ffffff;
}

/***** Pc Styles Display None *****/
#header, #left_panel, .desktop_image, #featured_bg, #featured_cat, .tab_top{display:none;}

#mob_header{
	text-align:center;
	padding:15px 0;
	border-bottom:1px solid #68b562;
}
.promo_sect{
	color:#4aaa42;
	font-size:13px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	background:#ffffff;
	width:90%;
	margin:10px auto 0;
	padding:7px;
	border-radius:6px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
}
#item_title{
	font-size:18px;
	color:#545454;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	padding:18px 5px;
	line-height:24px;
	text-align:center;
	text-transform:uppercase;
}
.titlebg{
	color:#037802;
	background-image: url(titlebg_icon.png), url(itemtitlebg.jpg);
	background-repeat: no-repeat, repeat-x;
	background-position: center right, center top;
	background-color:#f4f4f4;
	font-size:12px;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	display:block;
	text-transform:uppercase;
	text-align:left;
	padding:14px 0 6px 6px;
	margin:10px 0 0 0;
}
.desc{
	font-size:13px;
	color:#6e6e6e;
	text-align:left;
	padding:10px 6px;
	font-family: 'Open Sans', sans-serif;
	word-wrap: break-word;
	font-weight:400;
	text-decoration:none;
	display:block;
}
.desc a, .tab_content a{
	word-wrap: break-word;
}
.desc p:first-child, .tab_content p:first-child{
	margin-top:0px;
}
.desc p:last-child, .tab_content p:last-child{
	margin-bottom:0px;
}
.desc ol, .tab_content ol, .desc ul, .tab_content ul{
	margin:0px;
	padding:0px;
}
.desc ol li, .tab_content ol li{
	margin:6px 0 6px 35px;
}
.desc ul li, .tab_content ul li{
	margin:6px 0 6px 35px;
	list-style: none;
}
.desc ul li:before, .tab_content ul li:before{
	content: '\2013';
	display: block;
	position: relative;
	max-width: 0;
	max-height: 0;
	left: -14px;
	top: 1px;
	color: #6e6e6e;
	font-size: 12px;
}
.desc img{
	width:auto;
	height:auto;
	max-width:95%;
}
.desc table{
	width:100%;
	border-collapse:collapse;
}
.desc table td{
	font-size:13px;
	color:#6e6e6e;
	text-align:left;
	word-wrap: break-word;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	padding:10px;
	border:1px solid #e8e8e8;
}
.mob_newsletter_sect{
	background:#166722;
	padding:8px 13px;
	margin:0 auto;
	width:250px;
	border-radius:6px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
}
.mob_newsletter_sect a{
	color:#ffffff;
	font-size:12px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
}
.mob_newsletter_sect a:hover{
	color:#fbcc1b;
}
.mob_newsletter_sect a img{
	display:inline-block;
	margin:-2px 10px 0 0;
	vertical-align:middle;
}
/**** Mobile Tab Starts ****/
.bottom_tab {
	width:98%;
	margin:5px auto 0;
	padding:1%;
}
.mob_tab {
	display:block;
}
.tab_title {
	background:url(mobile/mob_tab_normal.jpg) no-repeat center right #ffffff;
	color: #464646;
	font-size: 13px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	text-align:left;
	margin:0px;
	padding:10px 0 3px 8px;
	display:block;
	cursor:pointer;
	text-transform:uppercase;
	border-bottom:2px solid #166722;
}
.tab_content {
	clear:both;
	font-size:13px;
	color:#6e6e6e;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	line-height:22px;
	word-wrap: break-all;
	font-weight:400;
}
.tab_content a{
	color:#1865f0;
	text-decoration:underline;
}
.tab_content a:hover{
	text-decoration:none;
}
.tab_content #content1,
.tab_content #content2,
.tab_content #content3,
.tab_content #content4,
.tab_content #content5{
	margin:0px;
	padding:8px;
}
#mobtab1:checked ~ .tab_content #content1,
#mobtab2:checked ~ .tab_content #content2,
#mobtab3:checked ~ .tab_content #content3,
#mobtab4:checked ~ .tab_content #content4,
#mobtab5:checked ~ .tab_content #content5{
	display:block;
}
#mobtab1:checked ~ .tab_content .tab1,
#mobtab2:checked ~ .tab_content .tab2,
#mobtab3:checked ~ .tab_content .tab3,
#mobtab4:checked ~ .tab_content .tab4,
#mobtab5:checked ~ .tab_content .tab5{
	background:url(mobile/mob_tab_hover.jpg) no-repeat center right #ffffff;
	color:#166722;
	border-bottom:2px solid #166722;
	margin-bottom:0;
}
#footer{
	background: #fcfcfc;
	text-align:center;
	padding:7px 0px;
	margin:10px auto 0;
	border-top:3px solid #099107;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
}
/**** Mobile Image Slider Starts ****/

#mob-slider {
	background: transparent;
	text-align: center;
	margin: 10px auto;
	max-width: 80%;
	width: auto;
	padding: 0;
	max-height:320px;
}
#mob-slides {
	position:relative;
	border:0px solid;
}
#mob-slider input {
	display: none;
}
#mob-slide1:checked ~ #mob-slides .mob-inner { margin-left:0; }
#mob-slide2:checked ~ #mob-slides .mob-inner { margin-left:-100%; }
#mob-slide3:checked ~ #mob-slides .mob-inner { margin-left:-200%; }
#mob-slide4:checked ~ #mob-slides .mob-inner { margin-left:-300%; }
#mob-slide5:checked ~ #mob-slides .mob-inner { margin-left:-400%; }
#mob-slide6:checked ~ #mob-slides .mob-inner { margin-left:-500%; }
#mob-slide7:checked ~ #mob-slides .mob-inner { margin-left:-600%; }
#mob-slide8:checked ~ #mob-slides .mob-inner { margin-left:-700%; }
#mob-slide9:checked ~ #mob-slides .mob-inner { margin-left:-800%; }
#mob-slide10:checked ~ #mob-slides .mob-inner { margin-left:-900%; }

#mob-overflow {
	width: 100%;
	overflow: hidden;
}
#mob-slides .mob-inner {
	width: 10000%;
	line-height: 0;
}
#mob-slides div ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#mob-slides div ul li{
	width: 1%;
	float: left;
	height:300px;
	position:relative;
}
#mob-slides div ul li img{
	/*width:100%;*/
	height:auto;
	max-width:100%;
	max-height:300px;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
}
#mob-slides #mob-controls label { 
	display: none;
	width:20px;
	height:34px;
	position:absolute;
	top:0px;
	bottom:0px;
	margin:auto;
	cursor: pointer;
	text-decoration: none;
}
#mob-slide1:checked ~ #mob-slides #mob-controls label:nth-child(2), 
#mob-slide2:checked ~ #mob-slides #mob-controls label:nth-child(3), 
#mob-slide3:checked ~ #mob-slides #mob-controls label:nth-child(4), 
#mob-slide4:checked ~ #mob-slides #mob-controls label:nth-child(5), 
#mob-slide5:checked ~ #mob-slides #mob-controls label:nth-child(6),
#mob-slide6:checked ~ #mob-slides #mob-controls label:nth-child(7),
#mob-slide7:checked ~ #mob-slides #mob-controls label:nth-child(8),
#mob-slide8:checked ~ #mob-slides #mob-controls label:nth-child(9),
#mob-slide9:checked ~ #mob-slides #mob-controls label:nth-child(10),
#mob-slide10:checked ~ #mob-slides #mob-controls label:nth-child(1) {
	background: url('mobile/arrow_right.jpg') no-repeat center top #ffffff;
	display: block;
	float: right;
	right:-20px;
}
#mob-slide1:checked ~ #mob-slides #mob-controls label:nth-child(10), 
#mob-slide2:checked ~ #mob-slides #mob-controls label:nth-child(1), 
#mob-slide3:checked ~ #mob-slides #mob-controls label:nth-child(2), 
#mob-slide4:checked ~ #mob-slides #mob-controls label:nth-child(3), 
#mob-slide5:checked ~ #mob-slides #mob-controls label:nth-child(4),
#mob-slide6:checked ~ #mob-slides #mob-controls label:nth-child(5),
#mob-slide7:checked ~ #mob-slides #mob-controls label:nth-child(6),
#mob-slide8:checked ~ #mob-slides #mob-controls label:nth-child(7),
#mob-slide9:checked ~ #mob-slides #mob-controls label:nth-child(8),
#mob-slide10:checked ~ #mob-slides #mob-controls label:nth-child(9) {
	background: url('mobile/arrow_left.jpg') no-repeat center top #ffffff;
	display: block;
	float: left;
	left:-20px;
}
#mob-slides ul li[rel=""], #mob-slides label[rel=""],
#mob-slides ul li[rel="{{#product}}{{#custom_field}}{{{pcf_image_1}}}{{/custom_field}}{{/product}}"], #mob-slides label[rel="{{#product}}{{#custom_field}}{{{pcf_image_1}}}{{/custom_field}}{{/product}}"],
#mob-slides ul li[rel="{{#product}}{{#custom_field}}{{{pcf_image_2}}}{{/custom_field}}{{/product}}"], #mob-slides label[rel="{{#product}}{{#custom_field}}{{{pcf_image_2}}}{{/custom_field}}{{/product}}"],
#mob-slides ul li[rel="{{#product}}{{#custom_field}}{{{pcf_image_3}}}{{/custom_field}}{{/product}}"], #mob-slides label[rel="{{#product}}{{#custom_field}}{{{pcf_image_3}}}{{/custom_field}}{{/product}}"],
#mob-slides ul li[rel="{{#product}}{{#custom_field}}{{{pcf_image_4}}}{{/custom_field}}{{/product}}"], #mob-slides label[rel="{{#product}}{{#custom_field}}{{{pcf_image_4}}}{{/custom_field}}{{/product}}"],
#mob-slides ul li[rel="{{#product}}{{#custom_field}}{{{pcf_image_5}}}{{/custom_field}}{{/product}}"], #mob-slides label[rel="{{#product}}{{#custom_field}}{{{pcf_image_5}}}{{/custom_field}}{{/product}}"],
#mob-slides ul li[rel="{{#product}}{{#custom_field}}{{{pcf_image_6}}}{{/custom_field}}{{/product}}"], #mob-slides label[rel="{{#product}}{{#custom_field}}{{{pcf_image_6}}}{{/custom_field}}{{/product}}"],
#mob-slides ul li[rel="{{#product}}{{#custom_field}}{{{pcf_image_7}}}{{/custom_field}}{{/product}}"], #mob-slides label[rel="{{#product}}{{#custom_field}}{{{pcf_image_7}}}{{/custom_field}}{{/product}}"],
#mob-slides ul li[rel="{{#product}}{{#custom_field}}{{{pcf_image_8}}}{{/custom_field}}{{/product}}"], #mob-slides label[rel="{{#product}}{{#custom_field}}{{{pcf_image_8}}}{{/custom_field}}{{/product}}"],
#mob-slides ul li[rel="{{#product}}{{#custom_field}}{{{pcf_image_9}}}{{/custom_field}}{{/product}}"], #mob-slides label[rel="{{#product}}{{#custom_field}}{{{pcf_image_9}}}{{/custom_field}}{{/product}}"],
#mob-slides ul li[rel="{{#product}}{{#custom_field}}{{{pcf_image_10}}}{{/custom_field}}{{/product}}"], #mob-slides label[rel="{{#product}}{{#custom_field}}{{{pcf_image_10}}}{{/custom_field}}{{/product}}"]{
	display:none !important;
}
/* Animation */
#mob-slides .mob-inner {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	
	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
#mob-slider {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#mob-controls label{
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

}